@charset "UTF-8";
@font-face {
    font-family: "AlibabaPuHuiTi";
    src: url("../fonts/AlibabaPuHuiTi-2-45-Light.ttf") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "TT";
    src: url("../fonts/TT_Norms_Pro_Regular.otf") format("woff2");
    font-weight: normal;
    font-style: normal;
}

body, div, li, p, span, text, ul {
    font-family: TT;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
}

.backtop {
    position: fixed;
    z-index: 9999;
    bottom: 200px;
    right: 5%;
    display: none;
}

.backtop .scrolltop {
    display: block;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    transition: 0.1s;
    border-radius: 4px;
    width: 44px;
    height: 44px;
    transition: 0.1s;
}

.backtop .scrolltop:hover {
    background-color: #6e1013 !important;
    border-color: #6e1013 !important;
}

.backtop .scrolltop:hover img {
    content: url("../icons/scrolltophover.png");
}

.backtop .scrolltop img {
    width: 24px;
    height: 24px;
}

@media only screen and (max-width: 768px) {
    .backtop .scrolltop img {
        width: 16px;
        height: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .backtop .scrolltop {
        width: 28px;
        height: 28px;
    }
}

.backtop .mailboxbtn, .backtop .mailboxbtn1 {
    display: block;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    border-radius: 4px;
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .backtop .mailboxbtn, .backtop .mailboxbtn1 {
        width: 28px;
        height: 28px;
    }
}

.backtop .mailboxbtn img, .backtop .mailboxbtn1 img {
    width: 24px;
    height: 24px;
}

@media only screen and (max-width: 768px) {
    .backtop .mailboxbtn img, .backtop .mailboxbtn1 img {
        width: 16px;
        height: 16px;
    }
}

.backtop .mailbox {
    font-size: 18px;
    text-align: center;
    height: 42px;
    background: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: absolute;
    border: 1px solid #dcdfe6;
    font-family: TT;
    padding: 0 10px;
    width: 250px;
    line-height: 39px;
    right: 42px;
    bottom: 65px;
    display: none;
}

.backtop .mailbox1 {
    bottom: 129px;
}

@media only screen and (max-width: 768px) {
    .backtop .mailbox, .backtop .mailbox1 {
        height: 26px;
        line-height: 25px;
        font-size: 14px;
        right: 28px;
        width: 200px;
        bottom: 49px;
    }
    
    .backtop .mailbox1 {
    bottom: 97px;
}
}

.backtop .mailbox.show, .backtop .mailbox1.show {
    display: block;
}

.backtop.show {
    display: block;
    opacity: 1;
}

.footer {
    width: 100%;
    min-height: 344px;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #000;
}

.footer .container {
    width: 100%;
    height: 100%;
    padding: 0 5%;
    background-color: #000;
}

.footer-top {
    width: 100%;
    padding: 30px 0;
    background-color: #000;
}

.footer-top__logo {
    width: 111px;
}

.footer-top__logo img {
    width: 100%;
}

.footer-mid {
    width: 100%;
    min-height: 170px;
}

.footer-mid__menu {
    display: flex;
    align-items: center;
    -moz-column-gap: 50px;
    column-gap: 50px;
    padding: 25px 0;
}

.footer-mid__menu-item {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 1vw;
}

.footer-mid__menu-item a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-family: inherit;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    .footer-mid__menu {
        flex-direction: column;
        align-items: flex-start;
    }
}

.footer-mid__lang {
    position: relative;
    list-style: none;
    text-align: center;
    padding: 0 1vw;
    height: 60px;
    display: flex;
    align-items: center;
}

.footer-mid__lang p {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-family: inherit;
    font-weight: 500;
    cursor: pointer;
}

.footer-mid__lang p img {
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.footer-mid__lang-item {
    display: none;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    border-radius: 4px;
    padding: 10px 0;
    background-color: #fff;
}

.footer-mid__lang-item li {
    list-style: none;
    line-height: 34px;
    color: #000;
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer;
}

.footer-mid__lang-item li:hover {
    background-color: #ecf5ff;
    color: #66b1ff;
}

@media only screen and (max-width: 768px) {
    .footer-mid__lang-item li:hover {
        background-color: unset;
        color: #000;
    }
}

.footer-mid__lang .activeLang {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .footer-mid__lang {
        line-height: 64px;
    }

    .footer-mid__lang-items {
        display: flex;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
    }

    .footer-mid__lang-items li {
        font-size: 20px;
        color: #000;
        text-decoration: none;
        font-family: inherit;
        font-weight: 400;
        line-height: 64px;
    }
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: #50555b;
}

.footer-bottom {
    width: 100%;
}

.footer-bottom__container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

@media only screen and (max-width: 768px) {
    .footer-bottom__container {
        flex-direction: column;
        align-items: flex-start;
    }
}

.footer-bottom__menu {
    display: flex;
    align-items: center;
    -moz-column-gap: 25px;
    column-gap: 25px;
}

@media only screen and (max-width: 768px) {
    .footer-bottom__menu {
        flex-direction: column;
        align-items: flex-start;
    }
}

.footer-bottom__menu-item {
    list-style: none;
    color: #fff;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .footer-bottom__menu-item:nth-child(1) {
        padding: 20px 0;
    }

    .footer-bottom__menu-item:nth-child(2) {
        padding-bottom: 20px;
    }
}

.footer-bottom__menu-item a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    .footer-bottom__menu-item a {
        font-size: 12px;
    }
}

.footer-bottom__copyright {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

@media only screen and (max-width: 768px) {
    .footer-bottom__copyright {
        width: 100%;
        text-align: center;
        font-size: 12px;
    }
}

.footer-bottom__copyright a {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

@media only screen and (max-width: 768px) {
    .footer-bottom__copyright a {
        font-size: 12px;
    }
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
}

.header {
    color: #333;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
}

.header-container {
    width: 100%;
    min-height: 64px;
    display: flex;
    padding: 0 5%;
    justify-content: space-between;
    align-items: center;
}

.header-container__logo {
    width: 100px;
    height: 17px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.header-container__logo img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.header-container__cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .header-container__cont {
        width: 80%;
        justify-content: flex-end;
    }
}

.header-container__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-container__menu-item {
    list-style: none;
    text-align: center;
    width: 110px;
}

.header-container__menu-item a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-family: inherit;
    font-weight: 500;
}

.header-container__menu.activeMenu {
    top: 64px;
    animation: hamburgerMenu 0.9s ease-in;
    transition: 0.9s ease-in-out;
}

@media only screen and (max-width: 768px) {
    .header-container__menu {
        flex-direction: column;
        position: absolute;
        top: -500px;
        left: 0;
        transition: 0.6s ease-in-out;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 3px 5px #eee;
    }

    .header-container__menu-item {
        width: 100%;
        line-height: 64px;
    }

    .header-container__menu-item a {
        font-size: 20px;
        color: #000;
        text-decoration: none;
        font-family: inherit;
        font-weight: 400;
    }

    @keyframes hamburgerMenu {
        from {
            opacity: 0.2;
        }
        to {
            top: 1;
        }
    }
}

.header-container__conf {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-family: inherit;
    padding: 0 20px;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    .header-container__conf {
        padding: 0;
        margin-right: 8px;
    }
}

.header-container__lang {
    position: relative;
    list-style: none;
    text-align: center;
    width: 110px;
}

.header-container__lang a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-family: inherit;
    font-weight: 500;
}

.header-container__lang a img {
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

@media only screen and (max-width: 768px) {
    .header-container__lang a {
        display: none;
    }
}

.header-container__lang-items {
    display: none;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    border-radius: 4px;
    padding: 10px 0;
    background-color: #fff;
}

.header-container__lang-items li {
    list-style: none;
    line-height: 34px;
    color: #000;
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer;
}

.header-container__lang-items li:hover {
    background-color: #ecf5ff;
    color: #66b1ff;
}

@media only screen and (max-width: 768px) {
    .header-container__lang-items li:hover {
        background-color: unset;
        color: #000;
    }
}

.header-container__lang .activeLang {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .header-container__lang {
        line-height: 64px;
    }

    .header-container__lang-items {
        display: flex;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
    }

    .header-container__lang-items li {
        font-size: 20px;
        color: #000;
        text-decoration: none;
        font-family: inherit;
        font-weight: 400;
        line-height: 64px;
    }
}

.header-container__hamburger {
    display: none;
    cursor: pointer;
}

.header-container__hamburger img {
    width: 24px;
    height: 24px;
}

@media only screen and (max-width: 768px) {
    .header-container__hamburger {
        display: flex;
        align-items: center;
    }
}

.hero {
    width: 100%;
    margin-top: 64px;
    background-color: #000;
}

.hero-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.hero__bg video {
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.2);
}

.hero__overlay-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero__overlay-logo {
    width: 11.5vw;
    height: 2.2vw;
    min-width: 140px;
    min-height: 35px;
    margin-top: 8vw;
}

.hero__overlay-logo img {
    vertical-align: top;
    width: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .hero__overlay-logo {
        width: 140px;
        height: 35px;
    }
}

.hero__overlay-text {
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #fff;
    margin: 0;
    padding: 2vw 0;
}

@media only screen and (max-width: 1200px) {
    .hero__overlay-text {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .hero__overlay-text {
        font-size: 16px;
    }
}

.hero__overlay-btn button {
    width: 9.6vw;
    height: 2.4vw;
    font-size: 16px;
    padding: 0;
    min-width: 140px;
    min-height: 36px;
    background: transparent;
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    cursor: pointer;
    transition: 0.1s;
    text-transform: uppercase;
}

.hero__overlay-btn button:hover {
    background-color: #6e1013 !important;
    border-color: #6e1013 !important;
    color: #fff !important;
    transition: 0.1s;
}

.hero .vjs-default-skin {
    display: none;
}

.section1 {
    width: 100%;
    height: 100vh;
}

@media only screen and (max-width: 768px) {
    .section1 {
        height: 145vw;
    }
}

@media only screen and (max-width: 480px) {
    .section1 {
        height: 160vw;
    }
}

@media only screen and (max-width: 380px) {
    .section1 {
        height: 195vw !important;
    }
}

.section1 .carousel1 {
    position: relative;
    width: 100%;
    height: 100%;
}

.section1 .carousel1 .carousel1-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .section1 .carousel1 .carousel1-inner {
        height: 107vw;
    }
}

.section1 .carousel1 .carousel1-inner .carousel1-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.section1 .carousel1 .carousel1-inner .carousel1-item.active {
    opacity: 1;
}

.section1 .carousel1 .carousel1-inner .carousel1-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section1 .carousel1 .carousel1-inner .carousel1-item video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section1 .carousel1 .captions1 {
    position: absolute;
    bottom: 80px;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .section1 .carousel1 .captions1 {
        position: unset;
        background-color: #fff;
        margin: 0 auto;
        width: 100%;
        padding: 25px;
        height: 26%;
    }
}

@media only screen and (max-width: 480px) {
    .section1 .carousel1 .captions1 {
        height: 34%;
    }
}

@media only screen and (max-width: 380px) {
    .section1 .carousel1 .captions1 {
        height: 45%;
    }
}

.section1 .carousel1 .captions1 .caption1 {
    width: 33.333%;
    color: white;
    cursor: pointer;
    flex: 1;
    text-align: center;
    margin: 0 5px;
}

@media only screen and (max-width: 768px) {
    .section1 .carousel1 .captions1 .caption1 {
        display: none;
    }
}

.section1 .carousel1 .captions1 .caption1-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}

.section1 .carousel1 .captions1 .caption1-top img {
    width: 1.2vw;
    transition: 0.4s;
}

@media only screen and (min-width: 1200px) {
    .section1 .carousel1 .captions1 .caption1-top img {
        width: 20px;
    }
}

.section1 .carousel1 .captions1 .caption1-title {
    font-size: 1.2vw;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section1 .carousel1 .captions1 .caption1-title {
        height: 30px;
        line-height: 30px;
        font-size: 24px;
        font-weight: 600;
    }
}

.section1 .carousel1 .captions1 .caption1-desc {
    width: 100%;
    font-size: 0.9375vw;
    line-height: 1.3;
    padding-top: 10px;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section1 .carousel1 .captions1 .caption1-desc {
        font-size: 16px;
        color: #50555b;
        height: auto;
        line-height: 24px;
    }
}

.section1 .carousel1 .captions1 .caption1 hr {
    width: 100%;
    border: none;
    height: 1px;
    background-color: #999;
}

@media only screen and (max-width: 768px) {
    .section1 .carousel1 .captions1 .caption1 hr {
        display: none;
    }
}

.section1 .carousel1 .captions1 .captions1-mb {
    display: none;
}

@media only screen and (max-width: 768px) {
    .section1 .carousel1 .captions1 .captions1-mb {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }
}

.section1 .carousel1 .captions1 .captions1-mb__top {
    min-height: 150px;
}

.section1 .carousel1 .captions1 .captions1-mb__subtitle {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    display: block;
    text-align: left;
    padding-bottom: 20px;
    font-family: TT;
}

.section1 .carousel1 .captions1 .captions1-mb__divider {
    background-color: rgb(110, 16, 19);
    width: 50px;
    padding: 1px 0;
    display: block;
    margin-bottom: 20px;
}

.section1 .carousel1 .captions1 .captions1-mb__title {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section1 .carousel1 .captions1 .captions1-mb__desc {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #50555b;
    height: auto;
    line-height: 24px;
    padding-top: 10px;
}

.section1 .carousel1 .captions1 .captions1-mb__pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
}

.section1 .carousel1 .captions1 .captions1-mb__pagination-item {
    width: 35px;
    background-color: rgb(238, 238, 238);
    margin-right: 5px;
    height: 2.3px;
    cursor: pointer;
}

.section1 .carousel1 .captions1 .captions1-mb__pagination-item.active {
    background-color: rgb(104, 41, 41) !important;
}

.section3 {
    width: 100%;
    height: 100vh;
}

@media only screen and (max-width: 768px) {
    .section3 {
        height: 145vw;
    }
}

@media only screen and (max-width: 480px) {
    .section3 {
        height: 160vw;
    }
}

@media only screen and (max-width: 380px) {
    .section3 {
        height: 195vw !important;
    }
}

.section3 .carousel2 {
    position: relative;
    width: 100%;
    height: 100%;
}

.section3 .carousel2 .carousel2-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .section3 .carousel2 .carousel2-inner {
        height: 107vw;
    }
}

.section3 .carousel2 .carousel2-inner .carousel2-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.section3 .carousel2 .carousel2-inner .carousel2-item.active {
    opacity: 1;
}

.section3 .carousel2 .carousel2-inner .carousel2-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section3 .carousel2 .carousel2-inner .carousel2-item video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section3 .carousel2 .captions2 {
    position: absolute;
    bottom: 80px;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .section3 .carousel2 .captions2 {
        position: unset;
        background-color: #fff;
        margin: 0 auto;
        width: 100%;
        padding: 25px;
        height: 26%;
    }
}

@media only screen and (max-width: 480px) {
    .section3 .carousel2 .captions2 {
        height: 34%;
    }
}

@media only screen and (max-width: 380px) {
    .section3 .carousel2 .captions2 {
        height: 45%;
    }
}

.section3 .carousel2 .captions2 .caption2 {
    width: 33.333%;
    color: white;
    cursor: pointer;
    flex: 1;
    text-align: center;
    margin: 0 5px;
}

@media only screen and (max-width: 768px) {
    .section3 .carousel2 .captions2 .caption2 {
        display: none;
    }
}

.section3 .carousel2 .captions2 .caption2-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}

.section3 .carousel2 .captions2 .caption2-top img {
    width: 1.2vw;
    transition: 0.4s;
}

@media only screen and (min-width: 1200px) {
    .section3 .carousel2 .captions2 .caption2-top img {
        width: 20px;
    }
}

.section3 .carousel2 .captions2 .caption2-title {
    font-size: 1.2vw;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section3 .carousel2 .captions2 .caption2-title {
        height: 30px;
        line-height: 30px;
        font-size: 24px;
        font-weight: 600;
    }
}

.section3 .carousel2 .captions2 .caption2-desc {
    width: 100%;
    font-size: 0.9375vw;
    line-height: 1.3;
    padding-top: 10px;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section3 .carousel2 .captions2 .caption2-desc {
        font-size: 16px;
        color: #50555b;
        height: auto;
        line-height: 24px;
    }
}

.section3 .carousel2 .captions2 .caption2 hr {
    width: 100%;
    border: none;
    height: 1px;
    background-color: #999;
}

@media only screen and (max-width: 768px) {
    .section3 .carousel2 .captions2 .caption2 hr {
        display: none;
    }
}

.section3 .carousel2 .captions2 .captions2-mb {
    display: none;
}

@media only screen and (max-width: 768px) {
    .section3 .carousel2 .captions2 .captions2-mb {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }
}

.section3 .carousel2 .captions2 .captions2-mb__top {
    min-height: 150px;
}

.section3 .carousel2 .captions2 .captions2-mb__subtitle {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    display: block;
    text-align: left;
    padding-bottom: 20px;
    font-family: TT;
}

.section3 .carousel2 .captions2 .captions2-mb__divider {
    background-color: rgb(110, 16, 19);
    width: 50px;
    padding: 1px 0;
    display: block;
    margin-bottom: 20px;
}

.section3 .carousel2 .captions2 .captions2-mb__title {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section3 .carousel2 .captions2 .captions2-mb__desc {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #50555b;
    height: auto;
    line-height: 24px;
    padding-top: 10px;
}

.section3 .carousel2 .captions2 .captions2-mb__pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
}

.section3 .carousel2 .captions2 .captions2-mb__pagination-item {
    width: 35px;
    background-color: rgb(238, 238, 238);
    margin-right: 5px;
    height: 2.3px;
    cursor: pointer;
}

.section3 .carousel2 .captions2 .captions2-mb__pagination-item.active {
    background-color: rgb(104, 41, 41) !important;
}

.section4 {
    width: 100%;
    height: 100vh;
}

@media only screen and (max-width: 768px) {
    .section4 {
        height: 145vw;
    }
}

@media only screen and (max-width: 480px) {
    .section4 {
        height: 160vw;
    }
}

@media only screen and (max-width: 380px) {
    .section4 {
        height: 195vw !important;
    }
}

.section4 .carousel3 {
    position: relative;
    width: 100%;
    height: 100%;
}

.section4 .carousel3 .carousel3-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .section4 .carousel3 .carousel3-inner {
        height: 107vw;
    }
}

.section4 .carousel3 .carousel3-inner .carousel3-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.section4 .carousel3 .carousel3-inner .carousel3-item.active {
    opacity: 1;
}

.section4 .carousel3 .carousel3-inner .carousel3-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section4 .carousel3 .carousel3-inner .carousel3-item video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section4 .carousel3 .captions3 {
    position: absolute;
    bottom: 80px;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .section4 .carousel3 .captions3 {
        position: unset;
        background-color: #fff;
        margin: 0 auto;
        width: 100%;
        padding: 25px;
        height: 26%;
    }
}

@media only screen and (max-width: 480px) {
    .section4 .carousel3 .captions3 {
        height: 34%;
    }
}

@media only screen and (max-width: 380px) {
    .section4 .carousel3 .captions3 {
        height: 45%;
    }
}

.section4 .carousel3 .captions3 .caption3 {
    width: 33.333%;
    color: white;
    cursor: pointer;
    flex: 1;
    text-align: center;
    margin: 0 5px;
}

@media only screen and (max-width: 768px) {
    .section4 .carousel3 .captions3 .caption3 {
        display: none;
    }
}

.section4 .carousel3 .captions3 .caption3-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}

.section4 .carousel3 .captions3 .caption3-top img {
    width: 1.2vw;
    transition: 0.4s;
}

@media only screen and (min-width: 1200px) {
    .section4 .carousel3 .captions3 .caption3-top img {
        width: 20px;
    }
}

.section4 .carousel3 .captions3 .caption3-title {
    font-size: 1.2vw;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section4 .carousel3 .captions3 .caption3-title {
        height: 30px;
        line-height: 30px;
        font-size: 24px;
        font-weight: 600;
    }
}

.section4 .carousel3 .captions3 .caption3-desc {
    width: 100%;
    font-size: 0.9375vw;
    line-height: 1.3;
    padding-top: 10px;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section4 .carousel3 .captions3 .caption3-desc {
        font-size: 16px;
        color: #50555b;
        height: auto;
        line-height: 24px;
    }
}

.section4 .carousel3 .captions3 .caption3 hr {
    width: 100%;
    border: none;
    height: 1px;
    background-color: #999;
}

@media only screen and (max-width: 768px) {
    .section4 .carousel3 .captions3 .caption3 hr {
        display: none;
    }
}

.section4 .carousel3 .captions3 .captions3-mb {
    display: none;
}

@media only screen and (max-width: 768px) {
    .section4 .carousel3 .captions3 .captions3-mb {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }
}

.section4 .carousel3 .captions3 .captions3-mb__top {
    min-height: 150px;
}

.section4 .carousel3 .captions3 .captions3-mb__subtitle {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    display: block;
    text-align: left;
    padding-bottom: 20px;
    font-family: TT;
}

.section4 .carousel3 .captions3 .captions3-mb__divider {
    background-color: rgb(110, 16, 19);
    width: 50px;
    padding: 1px 0;
    display: block;
    margin-bottom: 20px;
}

.section4 .carousel3 .captions3 .captions3-mb__title {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section4 .carousel3 .captions3 .captions3-mb__desc {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #50555b;
    height: auto;
    line-height: 24px;
    padding-top: 10px;
}

.section4 .carousel3 .captions3 .captions3-mb__pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
}

.section4 .carousel3 .captions3 .captions3-mb__pagination-item {
    width: 35px;
    background-color: rgb(238, 238, 238);
    margin-right: 5px;
    height: 2.3px;
    cursor: pointer;
}

.section4 .carousel3 .captions3 .captions3-mb__pagination-item.active {
    background-color: rgb(104, 41, 41) !important;
}

.section5 {
    width: 100%;
    height: 100vh;
}

@media only screen and (max-width: 768px) {
    .section5 {
        height: 145vw;
    }
}

@media only screen and (max-width: 480px) {
    .section5 {
        height: 160vw;
    }
}

@media only screen and (max-width: 380px) {
    .section5 {
        height: 195vw !important;
    }
}

.section5 .carousel4 {
    position: relative;
    width: 100%;
    height: 100%;
}

.section5 .carousel4 .carousel4-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .section5 .carousel4 .carousel4-inner {
        height: 107vw;
    }
}

.section5 .carousel4 .carousel4-inner .carousel4-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.section5 .carousel4 .carousel4-inner .carousel4-item.active {
    opacity: 1;
}

.section5 .carousel4 .carousel4-inner .carousel4-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section5 .carousel4 .carousel4-inner .carousel4-item video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section5 .carousel4 .captions4 {
    position: absolute;
    bottom: 80px;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .section5 .carousel4 .captions4 {
        position: unset;
        background-color: #fff;
        margin: 0 auto;
        width: 100%;
        padding: 25px;
        height: 26%;
    }
}

@media only screen and (max-width: 480px) {
    .section5 .carousel4 .captions4 {
        height: 34%;
    }
}

@media only screen and (max-width: 380px) {
    .section5 .carousel4 .captions4 {
        height: 45%;
    }
}

.section5 .carousel4 .captions4 .caption4 {
    width: 33.333%;
    color: white;
    cursor: pointer;
    flex: 1;
    text-align: center;
    margin: 0 5px;
}

@media only screen and (max-width: 768px) {
    .section5 .carousel4 .captions4 .caption4 {
        display: none;
    }
}

.section5 .carousel4 .captions4 .caption4-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}

.section5 .carousel4 .captions4 .caption4-top img {
    width: 1.2vw;
    transition: 0.4s;
}

@media only screen and (min-width: 1200px) {
    .section5 .carousel4 .captions4 .caption4-top img {
        width: 20px;
    }
}

.section5 .carousel4 .captions4 .caption4-title {
    font-size: 1.2vw;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section5 .carousel4 .captions4 .caption4-title {
        height: 30px;
        line-height: 30px;
        font-size: 24px;
        font-weight: 600;
    }
}

.section5 .carousel4 .captions4 .caption4-desc {
    width: 100%;
    font-size: 0.9375vw;
    line-height: 1.3;
    padding-top: 10px;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section5 .carousel4 .captions4 .caption4-desc {
        font-size: 16px;
        color: #50555b;
        height: auto;
        line-height: 24px;
    }
}

.section5 .carousel4 .captions4 .caption4 hr {
    width: 100%;
    border: none;
    height: 1px;
    background-color: #999;
}

@media only screen and (max-width: 768px) {
    .section5 .carousel4 .captions4 .caption4 hr {
        display: none;
    }
}

.section5 .carousel4 .captions4 .captions4-mb {
    display: none;
}

@media only screen and (max-width: 768px) {
    .section5 .carousel4 .captions4 .captions4-mb {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }
}

.section5 .carousel4 .captions4 .captions4-mb__top {
    min-height: 150px;
}

.section5 .carousel4 .captions4 .captions4-mb__subtitle {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    display: block;
    text-align: left;
    padding-bottom: 20px;
    font-family: TT;
}

.section5 .carousel4 .captions4 .captions4-mb__divider {
    background-color: rgb(110, 16, 19);
    width: 50px;
    padding: 1px 0;
    display: block;
    margin-bottom: 20px;
}

.section5 .carousel4 .captions4 .captions4-mb__title {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section5 .carousel4 .captions4 .captions4-mb__desc {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #50555b;
    height: auto;
    line-height: 24px;
    padding-top: 10px;
}

.section5 .carousel4 .captions4 .captions4-mb__pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
}

.section5 .carousel4 .captions4 .captions4-mb__pagination-item {
    width: 35px;
    background-color: rgb(238, 238, 238);
    margin-right: 5px;
    height: 2.3px;
    cursor: pointer;
}

.section5 .carousel4 .captions4 .captions4-mb__pagination-item.active {
    background-color: rgb(104, 41, 41) !important;
}

.section7 {
    width: 100%;
    height: 100vh;
}

@media only screen and (max-width: 768px) {
    .section7 {
        height: 145vw;
    }
}

@media only screen and (max-width: 480px) {
    .section7 {
        height: 160vw;
    }
}

@media only screen and (max-width: 380px) {
    .section7 {
        height: 195vw !important;
    }
}

.section7 .carousel5 {
    position: relative;
    width: 100%;
    height: 100%;
}

.section7 .carousel5 .carousel5-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .section7 .carousel5 .carousel5-inner {
        height: 107vw;
    }
}

.section7 .carousel5 .carousel5-inner .carousel5-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.section7 .carousel5 .carousel5-inner .carousel5-item.active {
    opacity: 1;
}

.section7 .carousel5 .carousel5-inner .carousel5-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section7 .carousel5 .carousel5-inner .carousel5-item video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section7 .carousel5 .captions5 {
    position: absolute;
    bottom: 80px;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .section7 .carousel5 .captions5 {
        position: unset;
        background-color: #fff;
        margin: 0 auto;
        width: 100%;
        padding: 25px;
        height: 26%;
    }
}

@media only screen and (max-width: 480px) {
    .section7 .carousel5 .captions5 {
        height: 34%;
    }
}

@media only screen and (max-width: 380px) {
    .section7 .carousel5 .captions5 {
        height: 45%;
    }
}

.section7 .carousel5 .captions5 .caption5 {
    width: 33.333%;
    color: white;
    cursor: pointer;
    flex: 1;
    text-align: center;
    margin: 0 5px;
}

@media only screen and (max-width: 768px) {
    .section7 .carousel5 .captions5 .caption5 {
        display: none;
    }
}

.section7 .carousel5 .captions5 .caption5-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}

.section7 .carousel5 .captions5 .caption5-top img {
    width: 1.2vw;
    transition: 0.4s;
}

@media only screen and (min-width: 1200px) {
    .section7 .carousel5 .captions5 .caption5-top img {
        width: 20px;
    }
}

.section7 .carousel5 .captions5 .caption5-title {
    font-size: 1.2vw;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section7 .carousel5 .captions5 .caption5-title {
        height: 30px;
        line-height: 30px;
        font-size: 24px;
        font-weight: 600;
    }
}

.section7 .carousel5 .captions5 .caption5-desc {
    width: 100%;
    font-size: 0.9375vw;
    line-height: 1.3;
    padding-top: 10px;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section7 .carousel5 .captions5 .caption5-desc {
        font-size: 16px;
        color: #50555b;
        height: auto;
        line-height: 24px;
    }
}

.section7 .carousel5 .captions5 .caption5 hr {
    width: 100%;
    border: none;
    height: 1px;
    background-color: #999;
}

@media only screen and (max-width: 768px) {
    .section7 .carousel5 .captions5 .caption5 hr {
        display: none;
    }
}

.section7 .carousel5 .captions5 .captions5-mb {
    display: none;
}

@media only screen and (max-width: 768px) {
    .section7 .carousel5 .captions5 .captions5-mb {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }
}

.section7 .carousel5 .captions5 .captions5-mb__top {
    min-height: 150px;
}

.section7 .carousel5 .captions5 .captions5-mb__subtitle {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    display: block;
    text-align: left;
    padding-bottom: 20px;
    font-family: TT;
}

.section7 .carousel5 .captions5 .captions5-mb__divider {
    background-color: rgb(110, 16, 19);
    width: 50px;
    padding: 1px 0;
    display: block;
    margin-bottom: 20px;
}

.section7 .carousel5 .captions5 .captions5-mb__title {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section7 .carousel5 .captions5 .captions5-mb__desc {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #50555b;
    height: auto;
    line-height: 24px;
    padding-top: 10px;
}

.section7 .carousel5 .captions5 .captions5-mb__pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
}

.section7 .carousel5 .captions5 .captions5-mb__pagination-item {
    width: 35px;
    background-color: rgb(238, 238, 238);
    margin-right: 5px;
    height: 2.3px;
    cursor: pointer;
}

.section7 .carousel5 .captions5 .captions5-mb__pagination-item.active {
    background-color: rgb(104, 41, 41) !important;
}

.section10 {
    width: 100%;
    height: 100vh;
}

@media only screen and (max-width: 768px) {
    .section10 {
        height: 145vw;
    }
}

@media only screen and (max-width: 480px) {
    .section10 {
        height: 160vw;
    }
}

@media only screen and (max-width: 380px) {
    .section10 {
        height: 195vw !important;
    }
}

.section10 .carousel6 {
    position: relative;
    width: 100%;
    height: 100%;
}

.section10 .carousel6 .carousel6-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .section10 .carousel6 .carousel6-inner {
        height: 107vw;
    }
}

.section10 .carousel6 .carousel6-inner .carousel6-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.section10 .carousel6 .carousel6-inner .carousel6-item.active {
    opacity: 1;
}

.section10 .carousel6 .carousel6-inner .carousel6-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section10 .carousel6 .carousel6-inner .carousel6-item video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section10 .carousel6 .captions6 {
    position: absolute;
    bottom: 80px;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .section10 .carousel6 .captions6 {
        position: unset;
        background-color: #fff;
        margin: 0 auto;
        width: 100%;
        padding: 25px;
        height: 26%;
    }
}

@media only screen and (max-width: 480px) {
    .section10 .carousel6 .captions6 {
        height: 34%;
    }
}

@media only screen and (max-width: 380px) {
    .section10 .carousel6 .captions6 {
        height: 45%;
    }
}

.section10 .carousel6 .captions6 .caption6 {
    width: 33.333%;
    color: white;
    cursor: pointer;
    flex: 1;
    text-align: center;
    margin: 0 5px;
}

@media only screen and (max-width: 768px) {
    .section10 .carousel6 .captions6 .caption6 {
        display: none;
    }
}

.section10 .carousel6 .captions6 .caption6-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}

.section10 .carousel6 .captions6 .caption6-top img {
    width: 1.2vw;
    transition: 0.4s;
}

@media only screen and (min-width: 1200px) {
    .section10 .carousel6 .captions6 .caption6-top img {
        width: 20px;
    }
}

.section10 .carousel6 .captions6 .caption6-title {
    font-size: 1.2vw;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section10 .carousel6 .captions6 .caption6-title {
        height: 30px;
        line-height: 30px;
        font-size: 24px;
        font-weight: 600;
    }
}

.section10 .carousel6 .captions6 .caption6-desc {
    width: 100%;
    font-size: 0.9375vw;
    line-height: 1.3;
    padding-top: 10px;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section10 .carousel6 .captions6 .caption6-desc {
        font-size: 16px;
        color: #50555b;
        height: auto;
        line-height: 24px;
    }
}

.section10 .carousel6 .captions6 .caption6 hr {
    width: 100%;
    border: none;
    height: 1px;
    background-color: #999;
}

@media only screen and (max-width: 768px) {
    .section10 .carousel6 .captions6 .caption6 hr {
        display: none;
    }
}

.section10 .carousel6 .captions6 .captions6-mb {
    display: none;
}

@media only screen and (max-width: 768px) {
    .section10 .carousel6 .captions6 .captions6-mb {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }
}

.section10 .carousel6 .captions6 .captions6-mb__top {
    min-height: 150px;
}

.section10 .carousel6 .captions6 .captions6-mb__subtitle {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    display: block;
    text-align: left;
    padding-bottom: 20px;
    font-family: TT;
}

.section10 .carousel6 .captions6 .captions6-mb__divider {
    background-color: rgb(110, 16, 19);
    width: 50px;
    padding: 1px 0;
    display: block;
    margin-bottom: 20px;
}

.section10 .carousel6 .captions6 .captions6-mb__title {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section10 .carousel6 .captions6 .captions6-mb__desc {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #50555b;
    height: auto;
    line-height: 24px;
    padding-top: 10px;
}

.section10 .carousel6 .captions6 .captions6-mb__pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
}

.section10 .carousel6 .captions6 .captions6-mb__pagination-item {
    width: 35px;
    background-color: rgb(238, 238, 238);
    margin-right: 5px;
    height: 2.3px;
    cursor: pointer;
}

.section10 .carousel6 .captions6 .captions6-mb__pagination-item.active {
    background-color: rgb(104, 41, 41) !important;
}

.section11 {
    width: 100%;
    height: 100vh;
}

@media only screen and (max-width: 768px) {
    .section11 {
        height: 145vw;
    }
}

@media only screen and (max-width: 480px) {
    .section11 {
        height: 160vw;
    }
}

@media only screen and (max-width: 380px) {
    .section11 {
        height: 195vw !important;
    }
}

.section11 .carousel7 {
    position: relative;
    width: 100%;
    height: 100%;
}

.section11 .carousel7 .carousel7-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .section11 .carousel7 .carousel7-inner {
        height: 107vw;
    }
}

.section11 .carousel7 .carousel7-inner .carousel7-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.section11 .carousel7 .carousel7-inner .carousel7-item.active {
    opacity: 1;
}

.section11 .carousel7 .carousel7-inner .carousel7-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section11 .carousel7 .carousel7-inner .carousel7-item video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section11 .carousel7 .captions7 {
    position: absolute;
    bottom: 80px;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .section11 .carousel7 .captions7 {
        position: unset;
        background-color: #fff;
        margin: 0 auto;
        width: 100%;
        padding: 25px;
        height: 26%;
    }
}

@media only screen and (max-width: 480px) {
    .section11 .carousel7 .captions7 {
        height: 34%;
    }
}

@media only screen and (max-width: 380px) {
    .section11 .carousel7 .captions7 {
        height: 45%;
    }
}

.section11 .carousel7 .captions7 .caption7 {
    width: 33.333%;
    color: white;
    cursor: pointer;
    flex: 1;
    text-align: center;
    margin: 0 5px;
}

@media only screen and (max-width: 768px) {
    .section11 .carousel7 .captions7 .caption7 {
        display: none;
    }
}

.section11 .carousel7 .captions7 .caption7-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}

.section11 .carousel7 .captions7 .caption7-top img {
    width: 1.2vw;
    transition: 0.4s;
}

@media only screen and (min-width: 1200px) {
    .section11 .carousel7 .captions7 .caption7-top img {
        width: 20px;
    }
}

.section11 .carousel7 .captions7 .caption7-title {
    font-size: 1.2vw;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section11 .carousel7 .captions7 .caption7-title {
        height: 30px;
        line-height: 30px;
        font-size: 24px;
        font-weight: 600;
    }
}

.section11 .carousel7 .captions7 .caption7-desc {
    width: 100%;
    font-size: 0.9375vw;
    line-height: 1.3;
    padding-top: 10px;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section11 .carousel7 .captions7 .caption7-desc {
        font-size: 16px;
        color: #50555b;
        height: auto;
        line-height: 24px;
    }
}

.section11 .carousel7 .captions7 .caption7 hr {
    width: 100%;
    border: none;
    height: 1px;
    background-color: #999;
}

@media only screen and (max-width: 768px) {
    .section11 .carousel7 .captions7 .caption7 hr {
        display: none;
    }
}

.section11 .carousel7 .captions7 .captions7-mb {
    display: none;
}

@media only screen and (max-width: 768px) {
    .section11 .carousel7 .captions7 .captions7-mb {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }
}

.section11 .carousel7 .captions7 .captions7-mb__top {
    min-height: 150px;
}

.section11 .carousel7 .captions7 .captions7-mb__subtitle {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    display: block;
    text-align: left;
    padding-bottom: 20px;
    font-family: TT;
}

.section11 .carousel7 .captions7 .captions7-mb__divider {
    background-color: rgb(110, 16, 19);
    width: 50px;
    padding: 1px 0;
    display: block;
    margin-bottom: 20px;
}

.section11 .carousel7 .captions7 .captions7-mb__title {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section11 .carousel7 .captions7 .captions7-mb__desc {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #50555b;
    height: auto;
    line-height: 24px;
    padding-top: 10px;
}

.section11 .carousel7 .captions7 .captions7-mb__pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
}

.section11 .carousel7 .captions7 .captions7-mb__pagination-item {
    width: 35px;
    background-color: rgb(238, 238, 238);
    margin-right: 5px;
    height: 2.3px;
    cursor: pointer;
}

.section11 .carousel7 .captions7 .captions7-mb__pagination-item.active {
    background-color: rgb(104, 41, 41) !important;
}

.section12 {
    width: 100%;
    height: 100vh;
}

@media only screen and (max-width: 768px) {
    .section12 {
        height: 145vw;
    }
}

@media only screen and (max-width: 480px) {
    .section12 {
        height: 160vw;
    }
}

@media only screen and (max-width: 380px) {
    .section12 {
        height: 195vw !important;
    }
}

.section12 .carousel8 {
    position: relative;
    width: 100%;
    height: 100%;
}

.section12 .carousel8 .carousel8-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .section12 .carousel8 .carousel8-inner {
        height: 107vw;
    }
}

.section12 .carousel8 .carousel8-inner .carousel8-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.section12 .carousel8 .carousel8-inner .carousel8-item.active {
    opacity: 1;
}

.section12 .carousel8 .carousel8-inner .carousel8-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section12 .carousel8 .carousel8-inner .carousel8-item video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section12 .carousel8 .captions8 {
    position: absolute;
    bottom: 80px;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .section12 .carousel8 .captions8 {
        position: unset;
        background-color: #fff;
        margin: 0 auto;
        width: 100%;
        padding: 25px;
        height: 26%;
    }
}

@media only screen and (max-width: 480px) {
    .section12 .carousel8 .captions8 {
        height: 34%;
    }
}

@media only screen and (max-width: 380px) {
    .section12 .carousel8 .captions8 {
        height: 45%;
    }
}

.section12 .carousel8 .captions8 .caption8 {
    width: 33.333%;
    color: white;
    cursor: pointer;
    flex: 1;
    text-align: center;
    margin: 0 5px;
}

@media only screen and (max-width: 768px) {
    .section12 .carousel8 .captions8 .caption8 {
        display: none;
    }
}

.section12 .carousel8 .captions8 .caption8-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}

.section12 .carousel8 .captions8 .caption8-top img {
    width: 1.2vw;
    transition: 0.4s;
}

@media only screen and (min-width: 1200px) {
    .section12 .carousel8 .captions8 .caption8-top img {
        width: 20px;
    }
}

.section12 .carousel8 .captions8 .caption8-title {
    font-size: 1.2vw;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section12 .carousel8 .captions8 .caption8-title {
        height: 30px;
        line-height: 30px;
        font-size: 24px;
        font-weight: 600;
    }
}

.section12 .carousel8 .captions8 .caption8-desc {
    width: 100%;
    font-size: 0.9375vw;
    line-height: 1.3;
    padding-top: 10px;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section12 .carousel8 .captions8 .caption8-desc {
        font-size: 16px;
        color: #50555b;
        height: auto;
        line-height: 24px;
    }
}

.section12 .carousel8 .captions8 .caption8 hr {
    width: 100%;
    border: none;
    height: 1px;
    background-color: #999;
}

@media only screen and (max-width: 768px) {
    .section12 .carousel8 .captions8 .caption8 hr {
        display: none;
    }
}

.section12 .carousel8 .captions8 .captions8-mb {
    display: none;
}

@media only screen and (max-width: 768px) {
    .section12 .carousel8 .captions8 .captions8-mb {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }
}

.section12 .carousel8 .captions8 .captions8-mb__top {
    min-height: 150px;
}

.section12 .carousel8 .captions8 .captions8-mb__subtitle {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    display: block;
    text-align: left;
    padding-bottom: 20px;
    font-family: TT;
}

.section12 .carousel8 .captions8 .captions8-mb__divider {
    background-color: rgb(110, 16, 19);
    width: 50px;
    padding: 1px 0;
    display: block;
    margin-bottom: 20px;
}

.section12 .carousel8 .captions8 .captions8-mb__title {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section12 .carousel8 .captions8 .captions8-mb__desc {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #50555b;
    height: auto;
    line-height: 24px;
    padding-top: 10px;
}

.section12 .carousel8 .captions8 .captions8-mb__pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
}

.section12 .carousel8 .captions8 .captions8-mb__pagination-item {
    width: 35px;
    background-color: rgb(238, 238, 238);
    margin-right: 5px;
    height: 2.3px;
    cursor: pointer;
}

.section12 .carousel8 .captions8 .captions8-mb__pagination-item.active {
    background-color: rgb(104, 41, 41) !important;
}

.section13 {
    width: 100%;
    height: 100vh;
}

@media only screen and (max-width: 768px) {
    .section13 {
        height: 145vw;
    }
}

@media only screen and (max-width: 480px) {
    .section13 {
        height: 160vw;
    }
}

@media only screen and (max-width: 380px) {
    .section13 {
        height: 195vw !important;
    }
}

.section13 .carousel9 {
    position: relative;
    width: 100%;
    height: 100%;
}

.section13 .carousel9 .carousel9-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .section13 .carousel9 .carousel9-inner {
        height: 107vw;
    }
}

.section13 .carousel9 .carousel9-inner .carousel9-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.section13 .carousel9 .carousel9-inner .carousel9-item.active {
    opacity: 1;
}

.section13 .carousel9 .carousel9-inner .carousel9-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section13 .carousel9 .carousel9-inner .carousel9-item video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section13 .carousel9 .captions9 {
    position: absolute;
    bottom: 80px;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .section13 .carousel9 .captions9 {
        position: unset;
        background-color: #fff;
        margin: 0 auto;
        width: 100%;
        padding: 25px;
        height: 26%;
    }
}

@media only screen and (max-width: 480px) {
    .section13 .carousel9 .captions9 {
        height: 34%;
    }
}

@media only screen and (max-width: 380px) {
    .section13 .carousel9 .captions9 {
        height: 45%;
    }
}

.section13 .carousel9 .captions9 .caption9 {
    width: 33.333%;
    color: white;
    cursor: pointer;
    flex: 1;
    text-align: center;
    margin: 0 5px;
}

@media only screen and (max-width: 768px) {
    .section13 .carousel9 .captions9 .caption9 {
        display: none;
    }
}

.section13 .carousel9 .captions9 .caption9-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}

.section13 .carousel9 .captions9 .caption9-top img {
    width: 1.2vw;
    transition: 0.4s;
}

@media only screen and (min-width: 1200px) {
    .section13 .carousel9 .captions9 .caption9-top img {
        width: 20px;
    }
}

.section13 .carousel9 .captions9 .caption9-title {
    font-size: 1.2vw;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section13 .carousel9 .captions9 .caption9-title {
        height: 30px;
        line-height: 30px;
        font-size: 24px;
        font-weight: 600;
    }
}

.section13 .carousel9 .captions9 .caption9-desc {
    width: 100%;
    font-size: 0.9375vw;
    line-height: 1.3;
    padding-top: 10px;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section13 .carousel9 .captions9 .caption9-desc {
        font-size: 16px;
        color: #50555b;
        height: auto;
        line-height: 24px;
    }
}

.section13 .carousel9 .captions9 .caption9 hr {
    width: 100%;
    border: none;
    height: 1px;
    background-color: #999;
}

@media only screen and (max-width: 768px) {
    .section13 .carousel9 .captions9 .caption9 hr {
        display: none;
    }
}

.section13 .carousel9 .captions9 .captions9-mb {
    display: none;
}

@media only screen and (max-width: 768px) {
    .section13 .carousel9 .captions9 .captions9-mb {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }
}

.section13 .carousel9 .captions9 .captions9-mb__top {
    min-height: 150px;
}

.section13 .carousel9 .captions9 .captions9-mb__subtitle {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    display: block;
    text-align: left;
    padding-bottom: 20px;
    font-family: TT;
}

.section13 .carousel9 .captions9 .captions9-mb__divider {
    background-color: rgb(110, 16, 19);
    width: 50px;
    padding: 1px 0;
    display: block;
    margin-bottom: 20px;
}

.section13 .carousel9 .captions9 .captions9-mb__title {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section13 .carousel9 .captions9 .captions9-mb__desc {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #50555b;
    height: auto;
    line-height: 24px;
    padding-top: 10px;
}

.section13 .carousel9 .captions9 .captions9-mb__pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
}

.section13 .carousel9 .captions9 .captions9-mb__pagination-item {
    width: 35px;
    background-color: rgb(238, 238, 238);
    margin-right: 5px;
    height: 2.3px;
    cursor: pointer;
}

.section13 .carousel9 .captions9 .captions9-mb__pagination-item.active {
    background-color: rgb(104, 41, 41) !important;
}

.section15 {
    width: 100%;
    height: 100vh;
}

@media only screen and (max-width: 768px) {
    .section15 {
        height: 145vw;
    }
}

@media only screen and (max-width: 480px) {
    .section15 {
        height: 160vw;
    }
}

@media only screen and (max-width: 380px) {
    .section15 {
        height: 195vw !important;
    }
}

.section15 .carousel10 {
    position: relative;
    width: 100%;
    height: 100%;
}

.section15 .carousel10 .carousel10-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .section15 .carousel10 .carousel10-inner {
        height: 107vw;
    }
}

.section15 .carousel10 .carousel10-inner .carousel10-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.section15 .carousel10 .carousel10-inner .carousel10-item.active {
    opacity: 1;
}

.section15 .carousel10 .carousel10-inner .carousel10-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section15 .carousel10 .carousel10-inner .carousel10-item video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section15 .carousel10 .captions10 {
    position: absolute;
    bottom: 80px;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .section15 .carousel10 .captions10 {
        position: unset;
        background-color: #fff;
        margin: 0 auto;
        width: 100%;
        padding: 25px;
        height: 26%;
    }
}

@media only screen and (max-width: 480px) {
    .section15 .carousel10 .captions10 {
        height: 34%;
    }
}

@media only screen and (max-width: 380px) {
    .section15 .carousel10 .captions10 {
        height: 45%;
    }
}

.section15 .carousel10 .captions10 .caption10 {
    width: 33.333%;
    color: white;
    cursor: pointer;
    flex: 1;
    text-align: center;
    margin: 0 5px;
}

@media only screen and (max-width: 768px) {
    .section15 .carousel10 .captions10 .caption10 {
        display: none;
    }
}

.section15 .carousel10 .captions10 .caption10-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}

.section15 .carousel10 .captions10 .caption10-top img {
    width: 1.2vw;
    transition: 0.4s;
}

@media only screen and (min-width: 1200px) {
    .section15 .carousel10 .captions10 .caption10-top img {
        width: 20px;
    }
}

.section15 .carousel10 .captions10 .caption10-title {
    font-size: 1.2vw;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section15 .carousel10 .captions10 .caption10-title {
        height: 30px;
        line-height: 30px;
        font-size: 24px;
        font-weight: 600;
    }
}

.section15 .carousel10 .captions10 .caption10-desc {
    width: 100%;
    font-size: 0.9375vw;
    line-height: 1.3;
    padding-top: 10px;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section15 .carousel10 .captions10 .caption10-desc {
        font-size: 16px;
        color: #50555b;
        height: auto;
        line-height: 24px;
    }
}

.section15 .carousel10 .captions10 .caption10 hr {
    width: 100%;
    border: none;
    height: 1px;
    background-color: #999;
}

@media only screen and (max-width: 768px) {
    .section15 .carousel10 .captions10 .caption10 hr {
        display: none;
    }
}

.section15 .carousel10 .captions10 .captions10-mb {
    display: none;
}

@media only screen and (max-width: 768px) {
    .section15 .carousel10 .captions10 .captions10-mb {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }
}

.section15 .carousel10 .captions10 .captions10-mb__top {
    min-height: 150px;
}

.section15 .carousel10 .captions10 .captions10-mb__subtitle {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    display: block;
    text-align: left;
    padding-bottom: 20px;
    font-family: TT;
}

.section15 .carousel10 .captions10 .captions10-mb__divider {
    background-color: rgb(110, 16, 19);
    width: 50px;
    padding: 1px 0;
    display: block;
    margin-bottom: 20px;
}

.section15 .carousel10 .captions10 .captions10-mb__title {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section15 .carousel10 .captions10 .captions10-mb__desc {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #50555b;
    height: auto;
    line-height: 24px;
    padding-top: 10px;
}

.section15 .carousel10 .captions10 .captions10-mb__pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
}

.section15 .carousel10 .captions10 .captions10-mb__pagination-item {
    width: 35px;
    background-color: rgb(238, 238, 238);
    margin-right: 5px;
    height: 2.3px;
    cursor: pointer;
}

.section15 .carousel10 .captions10 .captions10-mb__pagination-item.active {
    background-color: rgb(104, 41, 41) !important;
}

.section16 {
    width: 100%;
    height: 100vh;
}

@media only screen and (max-width: 768px) {
    .section16 {
        height: 145vw;
    }
}

@media only screen and (max-width: 480px) {
    .section16 {
        height: 160vw;
    }
}

@media only screen and (max-width: 380px) {
    .section16 {
        height: 195vw !important;
    }
}

.section16 .carousel11 {
    position: relative;
    width: 100%;
    height: 100%;
}

.section16 .carousel11 .carousel11-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .section16 .carousel11 .carousel11-inner {
        height: 107vw;
    }
}

.section16 .carousel11 .carousel11-inner .carousel11-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.section16 .carousel11 .carousel11-inner .carousel11-item.active {
    opacity: 1;
}

.section16 .carousel11 .carousel11-inner .carousel11-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section16 .carousel11 .carousel11-inner .carousel11-item video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section16 .carousel11 .captions11 {
    position: absolute;
    bottom: 80px;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .section16 .carousel11 .captions11 {
        position: unset;
        background-color: #fff;
        margin: 0 auto;
        width: 100%;
        padding: 25px;
        height: 26%;
    }
}

@media only screen and (max-width: 480px) {
    .section16 .carousel11 .captions11 {
        height: 34%;
    }
}

@media only screen and (max-width: 380px) {
    .section16 .carousel11 .captions11 {
        height: 45%;
    }
}

.section16 .carousel11 .captions11 .caption11 {
    width: 33.333%;
    color: white;
    cursor: pointer;
    flex: 1;
    text-align: center;
    margin: 0 5px;
}

@media only screen and (max-width: 768px) {
    .section16 .carousel11 .captions11 .caption11 {
        display: none;
    }
}

.section16 .carousel11 .captions11 .caption11-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}

.section16 .carousel11 .captions11 .caption11-top img {
    width: 1.2vw;
    transition: 0.4s;
}

@media only screen and (min-width: 1200px) {
    .section16 .carousel11 .captions11 .caption11-top img {
        width: 20px;
    }
}

.section16 .carousel11 .captions11 .caption11-title {
    font-size: 1.2vw;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section16 .carousel11 .captions11 .caption11-title {
        height: 30px;
        line-height: 30px;
        font-size: 24px;
        font-weight: 600;
    }
}

.section16 .carousel11 .captions11 .caption11-desc {
    width: 100%;
    font-size: 0.9375vw;
    line-height: 1.3;
    padding-top: 10px;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section16 .carousel11 .captions11 .caption11-desc {
        font-size: 16px;
        color: #50555b;
        height: auto;
        line-height: 24px;
    }
}

.section16 .carousel11 .captions11 .caption11 hr {
    width: 100%;
    border: none;
    height: 1px;
    background-color: #999;
}

@media only screen and (max-width: 768px) {
    .section16 .carousel11 .captions11 .caption11 hr {
        display: none;
    }
}

.section16 .carousel11 .captions11 .captions11-mb {
    display: none;
}

@media only screen and (max-width: 768px) {
    .section16 .carousel11 .captions11 .captions11-mb {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }
}

.section16 .carousel11 .captions11 .captions11-mb__top {
    min-height: 150px;
}

.section16 .carousel11 .captions11 .captions11-mb__subtitle {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    display: block;
    text-align: left;
    padding-bottom: 20px;
    font-family: TT;
}

.section16 .carousel11 .captions11 .captions11-mb__divider {
    background-color: rgb(110, 16, 19);
    width: 50px;
    padding: 1px 0;
    display: block;
    margin-bottom: 20px;
}

.section16 .carousel11 .captions11 .captions11-mb__title {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section16 .carousel11 .captions11 .captions11-mb__desc {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #50555b;
    height: auto;
    line-height: 24px;
    padding-top: 10px;
}

.section16 .carousel11 .captions11 .captions11-mb__pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
}

.section16 .carousel11 .captions11 .captions11-mb__pagination-item {
    width: 35px;
    background-color: rgb(238, 238, 238);
    margin-right: 5px;
    height: 2.3px;
    cursor: pointer;
}

.section16 .carousel11 .captions11 .captions11-mb__pagination-item.active {
    background-color: rgb(104, 41, 41) !important;
}

.section4 {
    height: 64vw !important;
}

@media only screen and (min-width: 768px) {
    .section4 {
        background-color: rgb(0, 0, 0);
    }
}

.section4 video {
    height: 89%;
}

@media only screen and (max-width: 768px) {
    .section4 {
        height: auto !important;
        padding: 0 40px;
    }
}

@media only screen and (max-width: 480px) {
    .section4 {
        padding: 0 15px;
    }
}

.section5 {
    height: 56.25vw !important;
}

.section5 video {
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .section5 {
        height: auto !important;
        padding: 0 40px;
    }
}

@media only screen and (max-width: 480px) {
    .section5 {
        padding: 0 15px;
    }
}

.captions3,
.captions4 {
    align-items: flex-end;
}

.carousel3-bottomtext,
.carousel4-bottomtext {
    position: absolute;
    right: 6%;
    bottom: 30px;
    z-index: 105;
    font-size: 14px;
    color: #fff;
}

.carousel3-inner {
    mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.98) 50%, rgba(0, 0, 0, 0) 100%);
    /* Eğer bazı tarayıcılarda desteklemiyorsa, -webkit- ile */
    -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.98) 50%, rgba(0, 0, 0, 0) 100%);
}

.captions3-mb,
.captions4-mb {
    background-color: #fff;
}

.captions3-mb__item,
.captions4-mb__item {
    margin-top: 60px;
}

.captions3-mb__title,
.captions4-mb__title {
    font-size: 22px;
    color: rgb(0, 0, 0);
    text-align: left;
    font-family: TT;
    font-weight: 400;
    margin-bottom: 70px;
}

.captions3-mb img,
.captions3-mb video,
.captions4-mb img,
.captions4-mb video {
    height: 50vw;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

@media only screen and (max-width: 768px) {
    .section10 {
        height: 140vw;
    }

    .section10 .carousel6-inner {
        height: 80vw !important;
    }

    .section10 .captions6-mb {
        height: -moz-fit-content;
        height: fit-content;
    }

    .section10 .captions6-mb__top {
        min-height: 250px !important;
    }
}

@media only screen and (max-width: 768px) and (max-width: 480px) {
    .section10 .captions6-mb__top {
        height: 270px !important;
    }
}

@media only screen and (max-width: 480px) {
    .section10 {
        height: 180vw !important;
    }
}

@media only screen and (max-width: 380px) {
    .section10 {
        height: 240vw !important;
    }

    .section10 .captions6-mb__top {
        min-height: 320px !important;
    }
}

.section11 {
    height: 56vw;
}

@media only screen and (max-width: 768px) {
    .section11 {
        height: 145vw;
    }
}

@media only screen and (max-width: 480px) {
    .section11 {
        height: 180vw !important;
    }

    .section11 .carousel7 .captions7 {
        height: 40%;
    }
}

@media only screen and (max-width: 380px) {
    .section11 {
        height: 210vw !important;
    }

    .section11 .carousel7 .captions7 {
        height: 45%;
    }
}

.section13 .carousel9-item video {
    height: 100%;
}

@media only screen and (max-width: 380px) {
    .section15 {
        height: 210vw !important;
    }

    .section15 .carousel7 .captions7 {
        height: 45%;
    }
}

@media only screen and (max-width: 480px) {
    .section16 {
        height: 180vw;
    }

    .section16 .carousel11 .captions11 {
        height: 40%;
    }
}

@media only screen and (max-width: 380px) {
    .section16 {
        height: 200vw !important;
    }

    .section16 .carousel11 .captions11 {
        height: 45%;
    }
}

.section16 .caption11-top {
    height: 6.2vw;
}

.section2 {
    width: 100%;
    height: auto;
}

.section2 .container {
    width: 100%;
    height: 100vh;
}

@media only screen and (max-width: 768px) {
    .section2 .container {
        height: 180vw;
    }
}

.section2-inner {
    width: 100%;
    height: 100%;
    background-image: url("../img/section2.jpg");
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: 50%;
    background-size: cover;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .section2-inner {
        background-image: unset;
    }
}

.section2-inner__bgimg {
    width: 100%;
    height: 100%;
}

.section2-inner__bgimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
}

@media only screen and (min-width: 768px) {
    .section2-inner__bgimg {
        display: none;
    }
}

.section2-overlay {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 88%;
    z-index: 999;
}

.section2-overlay__title {
    font-size: 42px;
    font-family: TT;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    .section2-overlay__title {
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {
    .section2-overlay__title {
        font-size: 30px;
    }
}

.section2-overlay__row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 5vh;
}

@media only screen and (max-width: 768px) {
    .section2-overlay__row {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 480px) {
    .section2-overlay__row {
        margin-top: 3vh;
    }
}

.section2-overlay__row-col {
    height: 85px;
    display: contents;
}

@media only screen and (max-width: 768px) {
    .section2-overlay__row-col {
        width: 50%;
        margin-top: 50px;
        display: block;
    }
}

.section2-overlay__row-col__inner {
    display: inline-flex;
}

.section2-overlay__row-col__inner-divider {
    margin-top: 7.5px !important;
    height: 60px;
    background-color: #fff;
    display: inline-block;
    width: 1px;
    margin: 0 8px;
    vertical-align: middle;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .section2-overlay__row-col__inner-divider {
        display: none;
    }
}

.section2-overlay__row-col__inner-descCont {
    display: block;
    margin: 0 4vw;
}

@media only screen and (max-width: 1024px) {
    .section2-overlay__row-col__inner-descCont {
        margin: 0 2vw;
    }
}

.section2-overlay__row-col__title {
    font-size: 18px;
    padding-bottom: 10px;
    font-family: TT;
    text-align: left;
    font-weight: 400;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .section2-overlay__row-col__title {
        font-size: 15px;
    }
}

.section2-overlay__row-col__desc {
    font-size: 42px;
    font-family: TT;
    text-align: left;
    font-weight: 400;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .section2-overlay__row-col__desc {
        font-size: 34px;
    }
}

.section2-overlay__row-col__desc span {
    font-size: 20px;
    padding-left: 10px;
    text-align: left;
    font-weight: 400;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .section2-overlay__row-col__desc span {
        font-size: 17px;
    }
}

.section6 {
    width: 100%;
    height: 56.25vw;
}

@media only screen and (max-width: 768px) {
    .section6 {
        margin-top: 30px;
        height: 130vw;
    }
}

@media only screen and (max-width: 480px) {
    .section6 {
        height: 146vw;
    }
}

@media only screen and (max-width: 380px) {
    .section6 {
        height: 180vw;
    }
}

.section6 .container {
    width: 100%;
    height: 100%;
    position: relative;
}

.section6-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
}

@media only screen and (max-width: 768px) {
    .section6-bg {
        height: 82.7vw;
    }
}

.section6-bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section6-overlay {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .section6-overlay {
        position: relative;
        bottom: 0;
        margin-top: 45px;
    }
}

.section6-overlay__inner {
    width: 90%;
    margin: 0 auto;
}

.section6-overlay__inner-title {
    font-size: 1.2vw;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
    padding-right: 5px;
    width: calc(100% - 25px);
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .section6-overlay__inner-title {
        text-align: left;
        height: 65px;
        line-height: 30px;
        font-size: 24px;
        font-weight: 600;
        display: block;
        color: #000;
    }
}

@media only screen and (max-width: 380px) {
    .section6-overlay__inner-title {
        height: 65px;
        line-height: 25px;
        font-size: 21px;
    }
}

.section6-overlay__inner-desc {
    width: 100%;
    font-size: 0.9375vw;
    line-height: 1.3;
    padding-top: 10px;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .section6-overlay__inner-desc {
        text-align: left;
        height: auto;
        line-height: 24px;
        font-size: 16px;
        display: block;
        color: #000;
    }
}

.section6-overlay__inner-divider {
    background-color: #6e1013;
    width: 50px;
    height: 2px;
}

.section8 {
    width: 100%;
    height: 56.25vw;
}

@media only screen and (max-width: 768px) {
    .section8 {
        margin-top: 30px;
        height: auto;
    }
}

.section8 .container {
    width: 100%;
    height: 100%;
    position: relative;
}

.section8-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
}

@media only screen and (max-width: 768px) {
    .section8-bg {
        height: 63.7vw;
        width: 90%;
        margin: 0 auto;
    }
}

.section8-bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section8-overlay {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .section8-overlay {
        position: relative;
        bottom: 0;
        margin-top: 45px;
        margin-bottom: 90px;
    }
}

.section8-overlay__inner {
    width: 90%;
    margin: 0 auto;
}

.section8-overlay__inner-title {
    font-size: 1.2vw;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .section8-overlay__inner-title {
        text-align: left;
        line-height: 24px;
        font-size: 20px;
        font-weight: 400;
        display: block;
        color: #000;
    }
}

@media only screen and (max-width: 380px) {
    .section8-overlay__inner-title {
        height: 65px;
        line-height: 25px;
        font-size: 21px;
    }
}

.section8-overlay__inner-divider {
    background-color: #6e1013;
    width: 50px;
    height: 2px;
}

@media only screen and (max-width: 768px) {
    .section8-overlay__inner-divider {
        display: none;
    }
}

.section9 {
    width: 100%;
    height: 60vw;
}

@media only screen and (max-width: 1200px) {
    .section9 {
        height: 70vw;
    }
}

@media only screen and (max-width: 768px) {
    .section9 {
        margin-top: 30px;
        height: 121vw;
    }
}

.section9 .container {
    width: 100%;
    height: 100%;
    position: relative;
}

.section9-bg {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.section9-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50%;
    object-position: 50%;
}

.section9-overlay {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .section9-overlay {
        top: 14%;
    }
}

.section9-overlay__inner {
    width: 90%;
    margin: 0 auto;
}

.section9-overlay__inner-title {
    font-size: 60px;
    margin-top: 20px;
    font-family: TT;
    color: #fff;
    font-weight: 300;
}

@media only screen and (max-width: 1200px) {
    .section9-overlay__inner-title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 768px) {
    .section9-overlay__inner-title {
        text-align: left;
        font-size: 28px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 380px) {
    .section9-overlay__inner-title {
        height: 65px;
        line-height: 25px;
        font-size: 21px;
    }
}

.section9-overlay__inner-divider {
    background-color: #6e1013;
    width: 50px;
    height: 2px;
}

@media only screen and (max-width: 768px) {
    .section9-overlay__inner-divider {
        display: none;
    }
}

.section14 {
    width: 100%;
    height: 100vh;
}

@media only screen and (max-width: 1200px) {
    .section14 {
        height: 70vw;
    }
}

@media only screen and (max-width: 768px) {
    .section14 {
        margin-top: 30px;
        height: 180vw;
    }
}

.section14 .container {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url("../img/section14.jpg");
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: 50%;
    background-size: cover;
    position: relative;
}

.section14-bg {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.section14-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50%;
    object-position: 50%;
}

@media only screen and (min-width: 768px) {
    .section14-bg {
        display: none;
    }
}

.section14-overlay {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .section14-overlay {
        top: 10%;
    }
}

.section14-overlay__inner {
    width: 90%;
    margin: 0 auto;
}

.section14-overlay__inner-title {
    font-size: 62px;
    margin-top: 20px;
    font-family: TT;
    color: #fff;
    font-weight: 400;
    line-height: 80px;
}

@media only screen and (max-width: 1200px) {
    .section14-overlay__inner-title {
        font-size: 42px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .section14-overlay__inner-title {
        text-align: left;
        font-size: 32px;
        line-height: 38px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 380px) {
    .section14-overlay__inner-title {
        height: 65px;
        line-height: 25px;
        font-size: 21px;
    }
}

.section17 {
    width: 100%;
    height: 56.25vw;
}

@media only screen and (max-width: 768px) {
    .section17 {
        height: auto;
    }
}

.section17 .container {
    width: 100%;
    height: 100%;
    position: relative;
}

.section17-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
}

@media only screen and (max-width: 768px) {
    .section17-bg {
        height: 63.7vw;
    }
}

.section17-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section17-overlay {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .section17-overlay {
        position: relative;
        bottom: 0;
        margin-top: 45px;
        margin-bottom: 90px;
    }
}

.section17-overlay__inner {
    width: 90%;
    margin: 0 auto;
}

.section17-overlay__inner-title {
    font-size: 1.2vw;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .section17-overlay__inner-title {
        text-align: left;
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
        display: block;
        color: #000;
    }
}

@media only screen and (max-width: 380px) {
    .section17-overlay__inner-title {
        height: 65px;
        line-height: 25px;
        font-size: 21px;
    }
}

.section17-overlay__inner-divider {
    background-color: #6e1013;
    width: 50px;
    height: 2px;
}

.section17-overlay__inner-desc {
    width: 100%;
    font-size: 0.9375vw;
    line-height: 1.3;
    padding-top: 10px;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .section17-overlay__inner-desc {
        text-align: left;
        height: auto;
        line-height: 24px;
        font-size: 16px;
        display: block;
        color: #000;
    }
}

.section18 {
    width: 100%;
    height: 56.25vw;
}

@media only screen and (max-width: 768px) {
    .section18 {
        height: auto;
    }
}

.section18 .container {
    width: 100%;
    height: 100%;
    position: relative;
}

.section18-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
}

@media only screen and (max-width: 768px) {
    .section18-bg {
        height: 63.7vw;
    }
}

.section18-bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section18-overlay {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
}

@media only screen and (min-width: 1440px) {
    .section18-overlay {
        bottom: 130px;
    }
}

@media only screen and (max-width: 768px) {
    .section18-overlay {
        position: relative;
        bottom: 0;
        margin-top: 45px;
        margin-bottom: 90px;
    }
}

.section18-overlay__inner {
    width: 90%;
    margin: 0 auto;
}

.section18-overlay__inner-title {
    font-size: 1.2vw;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .section18-overlay__inner-title {
        text-align: left;
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
        display: block;
        color: #000;
    }
}

@media only screen and (max-width: 380px) {
    .section18-overlay__inner-title {
        height: 65px;
        line-height: 25px;
        font-size: 21px;
    }
}

.section18-overlay__inner-divider {
    background-color: #6e1013;
    width: 50px;
    height: 2px;
}

.section18-overlay__inner-desc {
    width: 100%;
    font-size: 0.9375vw;
    line-height: 1.3;
    padding-top: 10px;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .section18-overlay__inner-desc {
        text-align: left;
        height: auto;
        line-height: 24px;
        font-size: 16px;
        display: block;
        color: #000;
    }
}

.section19 {
    width: 100%;
    height: 57vw;
}

@media only screen and (max-width: 768px) {
    .section19 {
        height: 84vw;
    }
}

.section19 .container {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url("../img/section19.jpg");
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: 50%;
    background-size: cover;
    position: relative;
}

.section19-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
}

@media only screen and (max-width: 768px) {
    .section19-bg {
        height: 84vw;
    }
}

.section19-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .section19-bg {
        display: none;
    }
}

.section19-overlay {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .section19-overlay {
        top: 40px;
    }
}

.section19-overlay__inner {
    width: 90%;
    margin: 0 auto;
}

.section19-overlay__inner-title {
    font-family: TT;
    font-size: 34px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .section19-overlay__inner-title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        display: block;
    }
}

@media only screen and (max-width: 380px) {
    .section19-overlay__inner-title {
        line-height: 23px;
        font-size: 18px;
    }
}

.section19-overlay__inner-divider {
    background-color: #6e1013;
    width: 50px;
    height: 2px;
}

.section19-overlay__inner-desc {
    width: 100%;
    font-size: 0.9375vw;
    line-height: 1.3;
    padding-top: 10px;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .section19-overlay__inner-desc {
        text-align: left;
        height: auto;
        line-height: 24px;
        font-size: 16px;
        display: block;
        color: #000;
    }
}

.section20 {
    width: 100%;
    min-height: 56vw;
}

.section20 .container {
    width: 100%;
    height: 60vw;
}

@media only screen and (max-width: 768px) {
    .section20 .container {
        height: 210vw;
        padding: 0 6%;
    }
}

@media only screen and (max-width: 380px) {
    .section20 .container {
        height: 310vw;
    }
}

.section20-btn {
    display: none;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: 0.1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    width: 100%;
    border-color: rgb(0, 0, 0);
    text-decoration: none;
    margin-top: 115px;
}

.section20-btn:hover {
    background-color: #6e1013 !important;
    border-color: #6e1013 !important;
    color: #fff !important;
}

@media only screen and (max-width: 768px) {
    .section20-btn {
        display: inline-block;
    }
}

.section20-inner {
    width: 100%;
    height: 100%;
    background-image: url("../img/section20.jpg");
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: 50%;
    background-size: cover;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .section20-inner {
        background-image: unset;
    }
}

.section20-inner__bgimg {
    width: 100%;
}

.section20-inner__bgimg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
}

@media only screen and (min-width: 768px) {
    .section20-inner__bgimg {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .section20-overlayCont {
        height: 140vw;
        background-image: url("../img/section20mb2.jpg");
        background-repeat: no-repeat;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media only screen and (max-width: 380px) {
    .section20-overlayCont {
        height: 200vw;
    }
}

.section20-overlay {
    position: absolute;
    top: 50%;
    right: 5%;
    width: 35%;
    z-index: 999;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1200px) {
    .section20-overlay {
        top: 60%;
    }
}

@media only screen and (max-width: 768px) {
    .section20-overlay {
        position: relative;
        top: unset;
        width: 100%;
        right: 0;
        transform: translateY(0);
        padding-top: 40px;
        padding-left: 6vw;
    }
}

@media only screen and (max-width: 768px) {
    .section20-overlay__header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 25px 0;
    }
}

.section20-overlay__logo {
    width: 120px;
    height: 20px;
}

.section20-overlay__logo img {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .section20-overlay__logo {
        display: none;
    }
}

@media only screen and (max-width: 380px) {
    .section20-overlay__logo {
        width: 90px;
    }
}

.section20-overlay__title {
    font-size: 42px;
    font-family: TT;
    color: #000;
    text-align: center;
    font-weight: 400;
    margin-top: 2vw;
}

@media only screen and (max-width: 1200px) {
    .section20-overlay__title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .section20-overlay__title {
        text-align: left;
        margin-top: 0;
        font-size: 20px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 480px) {
    .section20-overlay__title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 380px) {
    .section20-overlay__title {
        font-size: 16px;
    }
}

.section20-overlay__btn {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    width: 168px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #dcdfe6;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 30px auto 0 auto;
    transition: 0.1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
}

.section20-overlay__btn:hover {
    background-color: #6e1013 !important;
    border-color: #6e1013 !important;
    color: #fff !important;
}

@media only screen and (max-width: 768px) {
    .section20-overlay__btn {
        display: none;
    }
}

.section20-overlay__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    row-gap: 30px;
}

@media only screen and (max-width: 1200px) {
    .section20-overlay__row {
        row-gap: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .section20-overlay__row {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 480px) {
    .section20-overlay__row {
        margin-top: 3vh;
    }
}

.section20-overlay__row-col {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .section20-overlay__row-col {
        display: block;
    }
}

.section20-overlay__row-col__inner {
    display: inline-flex;
}

@media only screen and (max-width: 768px) {
    .section20-overlay__row-col__inner {
        padding: 15px;
    }
}

.section20-overlay__row-col__inner-descCont {
    display: block;
}

.section20-overlay__row-col__title {
    font-family: TT;
    text-align: left;
    font-weight: 400;
    color: #999;
    font-size: 18px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1200px) {
    .section20-overlay__row-col__title {
        height: 22px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    .section20-overlay__row-col__title {
        font-size: 13px;
    }
}

@media only screen and (max-width: 380px) {
    .section20-overlay__row-col__title {
        height: 40px;
    }
}

.section20-overlay__row-col__desc {
    font-size: 42px;
    font-family: TT;
    text-align: left;
    font-weight: 400;
    color: #000;
}

@media only screen and (max-width: 1200px) {
    .section20-overlay__row-col__desc {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1024px) {
    .section20-overlay__row-col__desc {
        font-size: 34px;
    }
}

@media only screen and (max-width: 768px) {
    .section20-overlay__row-col__desc {
        color: #fff;
        font-size: 28px;
    }
}

.section20-overlay__row-col__desc span {
    font-size: 20px;
    padding-left: 10px;
    text-align: left;
    font-weight: 400;
    color: #999;
}

@media only screen and (max-width: 1200px) {
    .section20-overlay__row-col__desc span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    .section20-overlay__row-col__desc span {
        font-size: 17px;
    }
}

@media only screen and (max-width: 768px) {
    .section20-overlay__row-col__desc span {
        font-size: 14px;
    }
}

.section21 {
    width: 100%;
    height: 47vw;
}

@media only screen and (max-width: 1200px) {
    .section21 {
        height: 70vw;
    }
}

@media only screen and (max-width: 768px) {
    .section21 {
        height: 100vh;
    }
}

.section21 .container {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url("../img/section21.jpg");
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: 50%;
    background-size: cover;
    position: relative;
}

.section21-bg {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.section21-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50%;
    object-position: 50%;
}

@media only screen and (min-width: 768px) {
    .section21-bg {
        display: none;
    }
}

.section21-overlay {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .section21-overlay {
        top: 10%;
    }
}

.section21-overlay__inner {
    width: 90%;
    margin: 0 auto;
}

.section21-overlay__inner-title {
    font-size: 50px;
    margin-top: 20px;
    font-family: TT;
    color: #fff;
    font-weight: 400;
    line-height: 60px;
}

@media only screen and (max-width: 1200px) {
    .section21-overlay__inner-title {
        font-size: 42px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .section21-overlay__inner-title {
        text-align: left;
        font-size: 32px;
        line-height: 38px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 380px) {
    .section21-overlay__inner-title {
        height: 65px;
        line-height: 33px;
        font-size: 27px;
    }
}

.about1 {
    width: 100%;
    height: 56vw;
    margin-top: 64px;
}

@media only screen and (max-width: 768px) {
    .about1 {
        height: 100vh;
    }
}

.about1 .container {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url("../img/about1.jpg");
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: 50%;
    background-size: cover;
    position: relative;
}

.about1-bg {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.about1-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50%;
    object-position: 50%;
}

@media only screen and (min-width: 768px) {
    .about1-bg {
        display: none;
    }
}

.about1-overlay {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
}

.about1-overlay__inner {
    width: 90%;
    margin: 0 auto;
}

.about1-overlay__inner-title {
    font-size: 60px;
    font-family: TT;
    color: #fff;
    font-weight: 400;
    line-height: 60px;
}

@media only screen and (max-width: 1200px) {
    .about1-overlay__inner-title {
        font-size: 42px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .about1-overlay__inner-title {
        text-align: left;
        font-size: 32px;
        line-height: 38px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 380px) {
    .about1-overlay__inner-title {
        height: 65px;
        line-height: 33px;
        font-size: 27px;
    }
}

.about2 {
    width: 100%;
    height: 56vw;
}

@media only screen and (max-width: 768px) {
    .about2 {
        height: 100vh;
    }
}

.about2 .container {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url("../img/about2.jpg");
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: 50%;
    background-size: cover;
    position: relative;
}

.about2-bg {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.about2-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50%;
    object-position: 50%;
}

@media only screen and (min-width: 768px) {
    .about2-bg {
        display: none;
    }
}

.about2-overlay {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
}

.about2-overlay__inner {
    width: 90%;
    margin: 0 auto;
}

.about2-overlay__inner-title {
    font-size: 60px;
    font-family: TT;
    color: #fff;
    font-weight: 400;
    line-height: 60px;
}

@media only screen and (max-width: 1200px) {
    .about2-overlay__inner-title {
        font-size: 42px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .about2-overlay__inner-title {
        text-align: left;
        font-size: 32px;
        line-height: 38px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 380px) {
    .about2-overlay__inner-title {
        line-height: 33px;
        font-size: 27px;
    }
}

.about2-overlay__inner-desc {
    font-size: 32px;
    font-family: TT;
    color: #fff;
    font-weight: 400;
}

@media only screen and (max-width: 1200px) {
    .about2-overlay__inner-desc {
        font-size: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .about2-overlay__inner-desc {
        text-align: left;
        font-size: 24px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 380px) {
    .about2-overlay__inner-desc {
        line-height: 33px;
        font-size: 20px;
    }
}

.headerBox {
    width: 100%;
    height: 200px;
    margin-top: 128px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .headerBox {
        height: 124px;
    }
}

.headerBox-container {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: #f7f9fa;
    position: relative;
}

.headerBox-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 5%;
}

.headerBox-inner h2 {
    font-size: 42px;
    font-weight: 600;
    color: #1a171b;
    width: 90%;
    z-index: 1;
    font-family: TT;
}

@media only screen and (max-width: 768px) {
    .headerBox-inner h2 {
        font-size: 24px;
    }
}

.headerBox-rect {
    width: 70%;
    height: 30%;
    border-radius: 6px;
    border: 1.04vw solid #fff;
    border-right: none;
    border-bottom: none;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 54px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.table {
    display: flex;
    margin: 0;
    width: 90%;
    margin: 0 auto 360px auto;
}

.table .container {
    display: flex;
    width: 100%;
    height: auto;
}

.table .container .sidebar-container {
    width: 200px;
    height: 100%;
    margin-right: 4.5%;
}

@media only screen and (max-width: 768px) {
    .table .container .sidebar-container {
        display: none;
    }
}

.table .container .sidebar {
    position: sticky;
    top: 64px;
    background-color: #fff;
}

.table .container .sidebar-item {
    padding: 20px 0;
    color: #bdc5c9;
    cursor: pointer;
    display: flex;
}

.table .container .sidebar-item.active {
    color: #000;
}

.table .container .sidebar-item.active .icon img {
    display: block;
}

.table .container .sidebar-item .icon {
    width: 20px;
    height: 20px;
}

.table .container .sidebar-item .icon img {
    width: 20px;
    height: 20px;
    display: none;
}

.table .container .sidebar-item p {
    width: 140px;
    margin-left: 3px;
    font-size: 20px;
}

.table .container .content {
    width: 100%;
    height: auto;
}

.table .container .content .table-container {
    height: 100%;
}

.table .container .content .table-container table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #eee;
}

.table .container .content .table-container table .thead {
    width: 100%;
    position: sticky;
    top: 62px;
    padding: 24px 20px 24px 16px;
    background-color: white;
    z-index: 2;
    font-size: 24px;
    font-weight: 700;
    font-family: TT;
}

.table .container .content .table-container table .thead tr {
    border-top: 1px solid #eee;
}

.table .container .content .table-container table .thead td {
    width: 33.333%;
}

@media only screen and (max-width: 768px) {
    .table .container .content .table-container table .thead {
        font-size: 16px;
        line-height: 1.2;
    }
}

.table .container .content .table-container table th,
.table .container .content .table-container table td {
    text-align: left;
    border-top: 1px solid #eee;
    padding: 24px 20px 24px 16px;
}

.table .container .content .table-container table tbody td {
    font-size: 20px;
    line-height: 1.5;
    word-break: break-word;
}

@media only screen and (max-width: 768px) {
    .table .container .content .table-container table tbody td {
        font-size: 12px;
        line-height: 1.2;
    }
}

.table .container .content .table-container table tbody td .td-inner {
    display: flex;
    align-items: center;
}

.table .container .content .table-container table tbody td .td-inner img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
    .table .container .content .table-container table tbody td .td-inner img {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
}

.table .container .content .table-container table tbody td .td-inner .td-icon {
    width: 20px;
    height: 30px;
    font-size: 35px;
    line-height: 1.5;
    word-break: break-word;
    color: #1a171b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    font-family: TT, alibaba, AlibabaPuHuiTi-2-55-Regular;
}

@media only screen and (max-width: 768px) {
    .table .container .content .table-container table tbody td .td-inner .td-icon {
        width: 12px;
        height: 18px;
        font-size: 20px;
    }
}

.table .container .content .table-container table tbody td .td-inner__cont {
    display: flex;
    flex-direction: column;
}

.table .container .content .table-container table tbody td .td-inner__cont .td-desc {
    font-size: 16px;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .table .container .content .table-container table tbody td .td-inner__cont .td-desc {
        font-size: 12px;
    }
}

.table .container .content .table-container table tbody td .td-inner.colspan2 {
    justify-content: center;
}

.table .container .content .table-container table .table-section th {
    position: sticky;
    padding: 16px !important;
    top: 139px;
    z-index: 1;
    font-size: 24px;
    font-weight: 700;
    font-family: TT;
    background-color: #eee;
}

@media only screen and (max-width: 768px) {
    .table .container .content .table-container table .table-section th {
        font-size: 16px;
        line-height: 1.2;
        top: 130px;
    }
}

@media only screen and (max-width: 480px) {
    .table .container .content .table-container table .table-section th {
        top: 149px;
    }
}

.table .container .content .table-container table .dropdown-toggle {
    cursor: pointer;
}

.table .container .content .table-container .dropdown-popup {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    width: 90%;
}

.table .container .content .table-container .dropdown-popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table .container .content .table-container .dropdown-popup ul li {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.table .container .content .table-container .dropdown-popup ul li:hover {
    background-color: #f0f0f0;
}

.table .container .content .table-container .dropdown-popup ul li.active {
    color: #000;
}

.table .container .content .table-container .dropdown-popup ul li.active .icon img {
    display: block;
}

.table .container .content .table-container .dropdown-popup ul li .icon {
    width: 20px;
    height: 20px;
}

.table .container .content .table-container .dropdown-popup ul li .icon img {
    width: 20px;
    height: 20px;
    display: none;
}

.table .container .content .table-container .dropdown-popup ul li p {
    width: 100%;
    margin-left: 3px;
    font-size: 14px;
}

.hero__bg {
    display: flex !important;
}

.section18-bg video {
    height: 115% !important;
}

@media only screen and (max-width: 768px) {
    .table .container .content .table-container .dropdown-popup {
        display: none;
    }
}

/*# sourceMappingURL=style.css.map */

.accessory-section-image img {
    max-height: 500px !important;
    width: 100vw;
    display: block;
    object-fit: cover;
    margin-bottom: 60px;
}

.accessory-section-title {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 36px;
}

.accessory-section-bottom {
    margin: 0 5% 60px 5%;
}

.soon-sec {
    text-align: center;
}

.accessory-image {
    height: 100px !important;
}

.accessory-image img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.accessory-item {
    background-color: #FAFAFA;
    border-radius: 12px;
    box-shadow: 0 0 4px 0 #00000040;
    padding: 10px;
    min-height: 200px;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 25px;
}

.accessory-item .row {
    display: flex !important;
    align-items: center !important;
}

.accessory-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.accessory-title {
    color: #000;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
}

.accessory-color {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.color-span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #eeeded;
}

.color-span-multi:not(:first-child) {
    margin-left: -13px;
}

.color-name {
    font-weight: 500;
    color: #636363;
    line-height: 20px;
    margin-left: 6px;
}

.accessory-parameter, .accessory-parameter p, .accessory-parameter span {
    color: #636363 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
}


.price-section {
    display: flex;
    justify-content: right;
}

.price-section .price {
    margin-top: 10px;
    color: #F7850A;
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
}

@media only screen and (max-width: 992px) {
    .accessory-section-title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .accessory-title {
        font-size: 18px;
        line-height: 24px;
    }
}
