.moduleCcLamda {
    float: left;
    position: relative;
    width: 100%;
}
.moduleCcLamda .anchorLink {
    left: 0;
    position: absolute;
    top: -20px;
}
.ccLamdaSection1 {
    background-color: #1A3555;
    float: left;
    padding: 0 0 150px;
    position: relative;
    width: 100%;
}
.ccLamdaSection1Wrapper {
    float: left;
    position: relative;
    width: 100%;
}
.headerScrollContainer {
    -webkit-align-items: center;
    align-items: center;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 3;
}
.headerScrollLabel {
    color: #fff;
    float: left;
    font-weight: 700;
    position: relative;
}
.headerScrollLineContainer {
    float: left;
    height: 62px;
    margin: 10px 0 0;
    overflow: hidden;
    position: relative;
    width: 2px;
}
.headerScrollLine {
    animation-name: scrollLine;
    animation-duration: 2400ms;
    animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    animation-iteration-count: infinite;
    background-color: #fff;
    float: left;
    height: 62px;
    margin: 10px 0 0;
    position: relative;
    width: 2px;
}
@-webkit-keyframes scrollLine {
    from {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform:translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
}
@keyframes scrollLine {
    from {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform:translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
}
.ccLamdaSection1ImageContainer {
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.ccLamdaSection1Image {
    float: left;
    position: relative;
}
.ccLamdaSection1Image img {
    float: left;
    position: relative;
}
.ccLamdaSection1BannerContainer {
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 25px 0 0;
    position: relative;
    width: 100%;
}
.ccLamdaSection1Banner {
    float: left;
    position: relative;
}
.ccLamdaSection1Banner img {
    float: left;
    position: relative;
}
.ccLamdaSection1MainTitleContainer,
.ccLamdaSection4MainTitleContainer {
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.ccLamdaSection1MainTitleContainer {
    margin: 95px 0 0;
}
.ccLamdaSection1MainTitle,
.ccLamdaSection4MainTitle {
    color: #fff;
    float: left;
    font-size: calc(26px + (36 - 26)*((100vw - 320px)/(2000 - 320)));
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 15px;
    max-width: 920px;
    padding: 30px 0 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.ccLamdaSection1MainTitle::before,
.ccLamdaSection4MainTitle::before {
    background-color: #007aff;
    border-radius: 30px;
    content: '';
    height: 5px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
}
.ccLamdaSection1MainTextContainer,
.ccLamdaSection4MainTextContainer {
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.ccLamdaSection1MainText,
.ccLamdaSection4MainText {
    color: #fff;
    float: left;
    font-size: 18px;
    margin: 15px 0 0;
    max-width: 920px;
    position: relative;
    text-align: center;
    width: 100%;
}
.ccLamdaSection1MainText p:first-child,
.ccLamdaSection4MainText p:first-child {
    margin-top: 0;
}
.ccLamdaSection1MainText p:last-child,
.ccLamdaSection4MainText p:last-child {
    margin-bottom: 0;
}
.ccLamdaSection1MainText a,
.ccLamdaSection4MainText a {
    color: #fff;
    text-decoration: underline;
}
.ccLamdaSection4MainText .biggerText {
    font-size: 24px;
    font-weight: 700;
}
.ccLamdaSection1ButtonContainer,
.ccLamdaSection3ButtonContainer,
.ccLamdaSection4ButtonContainer {
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 75px 0 0;
    position: relative;
    width: 100%;
}
.ccLamdaSection1Button,
.ccLamdaSection3Button,
.ccLamdaSection4Button {
    float: left;
    position: relative;
}
.ccLamdaSection2 {
    background-color: #fff;
    float: left;
    padding: 150px 0;
    position: relative;
    width: 100%;
}
.ccLamdaSection2Wrapper {
    float: left;
    position: relative;
    width: 100%;
}
.ccLamdaSection2MainTitleContainer,
.ccLamdaSection3MainTitleContainer {
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.ccLamdaSection2MainTitle,
.ccLamdaSection3MainTitle {
    float: left;
    font-size: calc(26px + (36 - 26)*((100vw - 320px)/(2000 - 320)));
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 15px;
    max-width: 920px;
    padding: 30px 0 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.ccLamdaSection2MainTitle::before,
.ccLamdaSection3MainTitle::before {
    background-color: #007aff;
    border-radius: 30px;
    content: '';
    height: 5px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
}
.ccLamdaSection2MainTextContainer,
.ccLamdaSection3MainTextContainer {
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.ccLamdaSection2MainText,
.ccLamdaSection3MainText {
    color: #657786;
    float: left;
    font-size: 18px;
    margin: 15px 0 0;
    max-width: 920px;
    position: relative;
    text-align: center;
    width: 100%;
}
.ccLamdaSection2MainText p:first-child,
.ccLamdaSection3MainText p:first-child {
    margin-top: 0;
}
.ccLamdaSection2MainText p:last-child,
.ccLamdaSection3MainText p:last-child {
    margin-bottom: 0;
}
.ccLamdaBoxContainer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 75px 0 0;
    position: relative;
    width: 100%;
}
.ccLamdaBoxImageContainer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 0 80px;
    order: 2;
    padding: 0;
    position: relative;
    width: 900px;
}
.ccLamdaBoxImage {
    -webkit-box-shadow: 1px 1px 7px -1px #ccc;
    -moz-box-shadow: 1px 1px 7px -1px #ccc;
    box-shadow: 1px 1px 7px -1px #ccc;
    border-radius: 6px;
    float: left;
    overflow: hidden;
    width: 100%;
}
.ccLamdaBoxImage img {
    height: 100%;
    object-fit: cover;
    object-position: left center;
}
.ccLamdaBoxTextWrapper {
    float: left;
    position: relative;
    width: calc(100% - 980px);
}
.ccLamdaBoxTextContainer {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 7px -1px #ccc;
    -moz-box-shadow: 1px 1px 7px -1px #ccc;
    box-shadow: 1px 1px 7px -1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    float: left;
    font-size: 18px;
    max-width: 100%;
    padding: 53px 45px;
    position: relative;
    width: 100%;
    z-index: 3;
}
.ccLamdaBoxIcon {
    left: 0;
    min-width: 180px;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18vw;
    z-index: 1;
}
.ccLamdaBoxText1 {
    float: left;
    margin: 0 0 35px;
    position: relative;
    width: 100%;
}
.ccLamdaBoxText2 {
    color: #657786;
    float: left;
    margin: 0 0 35px;
    position: relative;
    width: 100%;
}
.ccLamdaBoxText1 p:first-child,
.ccLamdaBoxText2 p:first-child {
    margin-top: 0;
}
.ccLamdaBoxText1 p:last-child,
.ccLamdaBoxText2 p:last-child {
    margin-bottom: 0;
}
.section2BoxTextBanner {
    float: left;
    margin-top: 15px;
    position: relative;
    width: 100%;
}
.ccLamdaSection3 {
    background-color: #F5F8FA;
    float: left;
    padding: 150px 0;
    position: relative;
    width: 100%;
}
.ccLamdaSection3Wrapper {
    float: left;
    position: relative;
    width: 100%;
}
.ccLamdaSection3TabsSwitchContainer {
    border-bottom: 1px solid #aab8c2;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    margin: 60px 0 75px 0;
    position: relative;
    width: 100%;
}
.ccLamdaSection3TabsSwitch {
    cursor: pointer;
    float: left;
    font-size: 15px;
    font-weight: 400;
    margin: 0 75px 0 0;
    padding: 0 0 25px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ccLamdaSection3TabsSwitch.current,
.ccLamdaSection3TabsSwitch:hover {
    color: #007aff;
}
.ccLamdaSection3TabsSwitch::after {
    background-color: #00244c;
    bottom: 0;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.ccLamdaSection3TabsSwitch.current::after,
.ccLamdaSection3TabsSwitch:hover::after {
    height: 2px;
}
.ccLamdaSection3TabsWrapper {
    float: left;
    opacity: 0;
    position: relative;
    visibility: hidden;
    width: 100%;
}
.ccLamdaSection3TabsWrapper.visible {
    opacity: 1;
    visibility: visible;
}
.ccLamdaSection3TabsContainer {
    float: left;
    position: relative;
    width: 100%;
}
.ccLamdaSection3Tab {
    color: #657786;
    float: left;
    font-size: 18px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    width: 100%;
}
.ccLamdaSection3Tab p:first-child {
    margin-top: 0;
}
.ccLamdaSection3Tab p:last-child {
    margin-bottom: 0;
}
.ccLamdaSection3Tab.current {
    opacity: 1;
    z-index: 2;
}
.ccLamdaSection3Tab .blueText {
    color: #007aff;
}
.ccLamdaSection3Tab a {
    color: #007aff;
    text-decoration: underline;
}
.ccLamdaSection3Tab a:hover {
    color: #657786;
}
.ccLamdaSection3TabVideoContainer {
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.ccLamdaSection3TabVideo {
    float: left;
    max-width: 900px;
    position: relative;
    width: 100%;
}
.ccLamdaSection3TabVideo .awVimeoVideo .play-button {
    height: 180px;
    width: 180px;
}
.ccLamdaSection3Icon {
    bottom: 0;
    left: calc(1200px + ((100% - 1400px) / 2));
    min-width: 130px;
    position: absolute;
    width: 10vw;
}
.ccLamdaSection4 {
    background-color: #1A3555;
    float: left;
    padding: 150px 0;
    position: relative;
    width: 100%;
}
.ccLamdaSection4Wrapper {
    float: left;
    position: relative;
    width: 100%;
}
.ccLamdaSection4Icon {
    bottom: 0;
    min-width: 160px;
    position: absolute;
    right: calc(1200px + ((100% - 1400px) / 2));
    width: 13vw;
}
@media (max-width: 1900px) {
    .ccLamdaSection1Image {
        height: 680px;
    }
    .ccLamdaSection1Image img {
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}
@media (max-width: 1400px) {
    .ccLamdaBoxImageContainer {
        margin: 0 0 0 30px;
    }
    .ccLamdaBoxTextWrapper {
        width: calc(100% - 930px);
    }
}
@media (max-width: 1300px) {
    .ccLamdaBoxImageContainer {
        margin: 0;
        width: 100%;
    }
    .ccLamdaBoxImage {
        max-width: 900px;
    }
    .ccLamdaBoxTextWrapper {
        margin: 0 0 45px;
        max-width: 600px;
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 1280px) {
    .ccLamdaSection1MainText,
    .ccLamdaBoxTextContainer,
    .ccLamdaSection3Tab,
    .ccLamdaSection4MainText {
        font-size: 16px;
    }
    .ccLamdaSection3Icon {
        left: auto;
        right: 30px;
    }
    .ccLamdaSection4Icon {
        left: 30px;
        right: auto;
    }
    .ccLamdaSection3TabVideo .awVimeoVideo .play-button {
        height: 120px;
        width: 120px;
    }
}
@media (max-width: 980px) {
    .ccLamdaSection1Image {
        height: calc(70vw);
    }
}
@media (max-width: 820px) {
    .ccLamdaSection1MainTitle,
    .ccLamdaSection2MainTitle,
    .ccLamdaSection3MainTitle,
    .ccLamdaSection4MainTitle {
        font-size: 28px;
    }
    .ccLamdaSection2MainText,
    .ccLamdaSection3MainText {
        font-size: 17px;
    }
    .ccLamdaSection4MainText .biggerText {
        font-size: 20px;
    }
}
@media (max-width: 660px) {
    .ccLamdaSection1 {
        padding: 0 0 80px;
    }
    .ccLamdaSection2,
    .ccLamdaSection3,
    .ccLamdaSection4 {
        padding: 80px 0;
    }
    .ccLamdaSection4MainText .biggerText {
        font-size: 19px;
    }
    .ccLamdaSection3Icon,
    .ccLamdaSection4Icon {
        display: none;
    }
    .ccLamdaSection3TabVideo .awVimeoVideo .play-button {
        height: 85px;
        width: 85px;
    }
}
@media (max-width: 580px) {
    .ccLamdaSection3TabsSwitch {
        margin: 0 30px 0 0;
    }
}
@media (max-width: 440px) {
    .ccLamdaSection3TabsSwitch {
        font-size: 13px;
        margin: 0 20px 0 0;
    }
}