@charset "UTF-8";
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.eot');
    src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Regular.woff2') format('woff2'), url('fonts/OpenSans-Regular.woff') format('woff'), url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/OpenSans-Bold.eot');
    src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold.woff2') format('woff2'), url('fonts/OpenSans-Bold.woff') format('woff'), url('fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body,
html {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    margin: 0;
    scroll-behavior: smooth;
    overflow-scrolling: touch;
    color: #000;
    font-size: 14px;
}

button,
p {
    margin: 0;
    padding: 0
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    position: absolute;
    right: -5px
}

::-webkit-scrollbar-track-piece {
    width: 5px;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1)
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    opacity: 0
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical {
    width: 5px;
    background-color: #000;
    -webkit-border-radius: 5px
}

::-webkit-scrollbar-corner {
    display: none
}

a {
    pointer-events: auto;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.e-site-button ,.cookie-consent-accept-all{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    border: 1px solid;
    cursor: pointer;
    color: currentColor;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 20px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all .6s cubic-bezier(.38, .015, 0, .995);
    transition: all .6s cubic-bezier(.38, .015, 0, .995)
}

.e-site-button.primary-link {
    background: transparent;
    border-color: transparent;
    text-decoration: none;
    color: currentColor;
    padding: 0
}

.e-site-button.theme-black.bordered,.cookie-consent-accept-all {
    padding: 0 20px;
    border-color: #000
}

.e-site-button.theme-white.bordered {
    padding: 0 20px;
    border-color: #fff
}

.e-site-button.theme-black,.cookie-consent-accept-all {
    background: #000;
    color: #fff
}

.e-site-button.theme-white {
    color: #fff
}

.e-site-button.btn-large {
    width: 203px
}

.header__space-experience {
    width: 204px;
    margin-top: 30px;
}

.btn-icon svg {
    font-size: 15px;
    margin-right: 10px;
}

.e-site-button.hover-blue-deep:hover {
    border-color: #215469;
    color: #215469;
}

.e-site-button.hover-bg-blue-deep:hover {
    border-color: #215469;
    background: #215469;
    color: #fff;
}

.no-scroll {
    overflow: hidden;
}

.mnh_48 {
    min-height: 48px;
}

.pd-top-small {
    padding-top: 20px;
}

.pd-bottom-small {
    padding-bottom: 20px;
}

.pd-top-large {
    padding-top: 60px;
}

.pd-bottom-large {
    padding-bottom: 60px;
}

.pd-bottom-tiny {
    padding-bottom: 16px;
}

.pd-top-tiny {
    padding-top: 16px;
}

.mt-40 {
    margin-top: 40px;
}

.section-title {
    font-size: 30px;
    line-height: 1;
    margin: 0;
    font-weight: bold;
}

.section-wrapper {
    width: calc(100vw - 18px);
    margin: 0 auto;
    overflow: hidden;
}

.color_white {
    color: white;
}

.color_blue-deep {
    color: #215469;
}

.info-text {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .03em;
}

.container2 {
    width: 83%;
    margin: auto;
}

.f_size-h2 {
    font-size: 30px !important;
    line-height: 1;
}

.f_size-h3 {
    font-size: 24px !important;
    line-height: 1.3;
}

.f_size-h4 {
    font-size: 20px !important;
    line-height: 1;
}

.f_size-h5 {
    font-size: 16px !important;
    line-height: 1.1;
}

.f_size-h6 {
    font-size: 14px !important;
    line-height: 1.3;
}

.f_size-h7 {
    font-size: 14px !important;
    line-height: 1.3;
}

.f_weight-normal {
    font-weight: normal;
}

.f_weight-bold {
    font-weight: bold;
}

@media (min-width: 768px) {
    .pd-top-small {
        padding-top: 30px;
    }
    .pd-bottom-small {
        padding-bottom: 30px;
    }
    .pd-bottom-large {
        padding-bottom: 80px;
    }
    .pd-top-large {
        padding-top: 80px;
    }
    .pd-bottom-tiny {
        padding-bottom: 20px;
    }
    .pd-top-tiny {
        padding-top: 20px;
    }
    .info-text {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .pd-top-small {
        padding-top: 40px;
    }
    .pd-bottom-small {
        padding-bottom: 40px;
    }
    .section-wrapper {
        width: 100%;
        padding: 0 calc(4.16667vw + 0.33333px);
        position: relative;
    }
    .pd-bottom-large {
        padding-bottom: 100px;
    }
    .pd-top-large {
        padding-top: 100px;
    }
    .pd-bottom-tiny {
        padding-bottom: 30px;
    }
    .pd-top-tiny {
        padding-top: 30px;
    }
}

@media (min-width: 1200px) {
    .section-title {
        font-size: 60px;
    }
    .pd-bottom-large {
        padding-bottom: 120px;
    }
    .pd-top-large {
        padding-top: 120px;
    }
    .pd-bottom-tiny {
        padding-bottom: 30px;
    }
    .pd-top-tiny {
        padding-top: 30px;
    }
    .f_size-h2 {
        font-size: 60px !important;
    }
    .f_size-h3 {
        font-size: 40px !important;
    }
    .f_size-h4 {
        font-size: 32px !important;
    }
    .f_size-h5 {
        font-size: 30px !important;
    }
    .f_size-h6 {
        font-size: 20px !important;
    }
    .f_size-h7 {
        font-size: 24px !important;
    }
}

.reveal {
    position: relative;
    transform: translateY(50px);
    opacity: 1;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Header  */

header {
    width: 100%;
    height: 64px;
    padding: 0 20px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-image: url(../images/background/header-bg.png);
    background-size: auto 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: opacity 0.8s;
}

header.hide {
    visibility: hidden;
    transition: all 0.8s;
    opacity: 0;
}

header.active {
    background: #fff !important;
    border-bottom: 1px solid #dcdad4;
}

header .logo_black {
    display: none;
}

header .logo_white {
    display: block;
}

header.active .logo_black {
    display: block;
}

header.active .logo_white {
    display: none;
}

.header__space-icon-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__space-logo {
    position: relative
}

.header__space-logo-icon {
    width: 56px
}

.header__space-logo-icon svg {
    width: 100%;
    height: 100%
}

.header__space-text-icon {
    width: 85px;
    position: relative;
    margin-left: 10px
}

.header__space-text-icon svg {
    width: 100%;
    height: 100%
}


/* Menu Desktop  */

.menu {
    display: none;
}

.menu .menu-item a {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    margin: 0 16px;
    color: #ffffff;
    font-weight: bold;
}

.menu .menu-item a.active,
.menu .menu-item a:hover {
    font-weight: bold;
}

header.active .menu .menu-item a {
    color: #000;
}


/* Rightbar  */

.header_rightbar a.rightbar_item {
    color: #ffffff;
    font-size: 14px;
    padding: 0;
    margin-left: 30px;
}

header.active .header_rightbar a.rightbar_item {
    color: #000;
}

.header_rightbar a.rightbar_item svg {
    font-size: 12px;
    margin-right: 2px;
}

.header_rightbar .languages .dropdown-menu {
    min-width: auto;
    margin-top: 10px !important;
}

.languages .dropdown-item.active {
    font-weight: 700;
    background: none;
    color: #000;
}

.languages .dropdown-item:focus,
.languages .dropdown-item:hover {
    color: #ffffff;
    background: #215469;
}

@-webkit-keyframes topRote {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #000
    }
}

@keyframes topRote {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #000
    }
}

@-webkit-keyframes bottomRote {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #000
    }
}

@keyframes bottomRote {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #000
    }
}

@-webkit-keyframes topRote1 {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes topRote1 {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes bottomRote1 {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes bottomRote1 {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.mobile-menu-icon {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 30px;
    margin-top: 7px;
    cursor: pointer;
}

.mobile-menu-icon.active {
    z-index: 9999;
}

.mobile-menu-icon::after,
.mobile-menu-icon::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform-origin: 25% 40%;
    transform-origin: 25% 40%;
}

.mobile-menu-icon::before {
    -webkit-animation: topRote1 .3s forwards;
    animation: topRote1 .3s forwards;
}

.mobile-menu-icon::after {
    margin-top: 5px;
    -webkit-animation: bottomRote1 .3s forwards;
    animation: bottomRote1 .3s forwards;
}

.mobile-menu-icon.active::before {
    -webkit-animation: topRote .3s forwards;
    animation: topRote .3s forwards;
}

.mobile-menu-icon.active::after {
    -webkit-animation: bottomRote .3s forwards;
    animation: bottomRote .3s forwards;
}


/* Mobile Menu  */

.mobile-menu-content {
    display: none;
    overflow-x: auto;
    padding: 15px 15px 30px 15px;
}

.mobile-menu-content.show {
    position: fixed;
    top: 64px;
    left: 0;
    z-index: 999;
    width: 100%;
    height: calc(100vh - 64px);
    background: #fff;
    display: flex;
}

.mobilemenu .menu-item {
    margin-top: 30px;
    text-align: center;
}

.mobilemenu .menu-item a {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}

.mobilemenu .menu-item a.active {
    color: #215469;
    font-weight: 700;
}

.mobilemenu .menu-item a:hover {
    color: #215469;
}

.mobile-menu-content .e-site-link:hover {
    color: #fff;
    background: #215469;
}

@media (min-width: 992px) {
    header {
        height: 58px;
        padding: 0 24px;
        background-color: transparent;
        background-size: auto 58px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: space-between;
        position: fixed;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mobile-menu-content.show {
        top: 58px;
        height: calc(100vh - 58px);
    }
}

@media (min-width: 1300px) {
    .menu {
        display: flex;
    }
    .mobile-menu-icon {
        display: none;
    }
}


/* /Header */


/* Footer */

footer {
    background-color: rgb(239, 239, 239);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
}

.footer-top-area {
    padding: 64px calc(8.33333vw - 0.83333px) 48px calc(8.33333vw - 0.83333px);
    width: 100%;
}

.footer-menu {
    text-align: center;
}

.footer-menu h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 25px;
}

.footer-menu h3 a {
    color: #000;
}

.footer-menu h3 a:hover {
    color: #215469;
}

.footer-menu ul li a {
    font-size: 17px;
    line-height: 23px;
    margin-top: 24px;
    color: #000;
    display: inline-block;
}

.footer-menu ul li a:hover {
    color: #215469;
}

.footer-menu-list {
    margin-top: 40px;
}

.footer-social-links {
    margin-top: 30px;
}

.footer-social-links li {
    margin: 0 8px 8px 8px;
}

.footer-social-links li a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
}

.footer-social-links li a:hover {
    background-color: #215469;
}

.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 23px calc(8.33333vw - 0.83333px);
    width: 100%;
}

.copyright {
    margin-left: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    white-space: nowrap;
}

.cookie-policy {
    font-size: 14px;
    line-height: 25px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #000;
    margin-left: 60px;
    display: inline-flex;
}

.cookie-policy:hover {
    color: #215469;
    text-decoration: underline;
}

@media (min-width: 480px) {
    .copyright {
        font-size: 16px;
    }
    .cookie-policy {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    footer {
        display: block;
    }
    .footer-top-area {
        padding: 68px calc(6.25vw + 0.5px) 48px calc(4.16667vw + 0.33333px);
    }
    .footer-menu ul li a {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
        margin-top: 0;
    }
    .footer-menu {
        text-align: left;
        margin-right: calc(8.33333vw + 0.66667px);
    }
    .footer-menu-list {
        margin-top: 0;
    }
    .footer-bottom {
        padding: 15px calc(6.25vw + 0.5px) 15px calc(4.16667vw + 0.33333px);
    }
    .copyright {
        font-size: 18px;
    }
    .cookie-policy {
        font-size: 20px;
        line-height: 25px;
        margin-left: 30px;
    }
    .footer-social-links {
        margin-top: 0;
    }
}


/* /Footer */


/* Cookies */

.cookies-space ,.cookie-consent-top-wrapper{
    width: 100vw;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    padding: 30px 19px;
    background: #efefef;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
}
.cookie-consent-controls-toggle,.cookie-consent-details-toggle{
    display: none;
}

.cookie-space-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
}

.cookies-space-close {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 19px;
    cursor: pointer;
    display: block;
}

.cookies-space-close svg {
    height: 100%;
    width: 100%;
}

.cookie-space-description {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
}

.cookie-space-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px;
}

.cookie-space-btns .e-site-button.theme-black.reject-btn {
    background: none;
    color: #000;
    margin-top: 12px;
}

.cookie-space-btns .e-site-button.theme-black.reject-btn:hover {
    background-color: #215469;
    color: #fff;
}

.cookie-space-btns .e-site-button {
    width: 100%;

}

@media (min-width: 768px) {
    .cookies-space , .cookie-consent-top-wrapper{
        padding: 38px calc(8.33333vw + 0.66667px) 30px calc(8.33333vw + 0.66667px);
    }
    .cookie-space-btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-top: 30px;
        float: right;
    }
    .cookie-space-btns .e-site-button ,.cookie-consent-accept-all{
        width: 204px;
    }
    .cookie-space-btns .e-site-button.theme-black.reject-btn {
        margin-right: 20px;
        margin-top: 0;
    }
    .cookies-space-close {
        width: 20px;
        height: 20px;
        top: 0;
    }
}


/* /Cookies */


/* Page Navigation Area  */

.page-navigation-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.page-navigation-area.active {
    opacity: 1;
    z-index: 999;
}

.page-navigation-area .breadcrumb {
    margin-bottom: 0;
}

.page-navigation-area .breadcrumb .breadcrumb-item a,
.page-navigation-area .breadcrumb .breadcrumb-item {
    color: #000;
    font-size: 16px;
}

.page-navigation-area .page-navigation-right {
    display: flex;
    align-items: center;
}

.page-navigation-area .page-navigation-right .navbar-nav {
    flex-direction: row;
    align-items: center;
}

.page-navigation-area .page-navigation-right .navbar-nav .nav-link {
    margin-left: 10px;
    font-size: 14px;
    line-height: 1.3;
    color: #000;
}

.page-navigation-area .page-navigation-right .navbar-nav .nav-link:hover,
.page-navigation-area .page-navigation-right .navbar-nav .nav-link.active {
    font-weight: bold;
}

.page-navigation-area .page-navigation-right .e-site-button {
    margin-left: 50px;
    width: 138px!important;
    height: 40px!important;
    line-height: 40px!important;
    font-size: 14px;
    padding: 0 20px;
    text-align: center;
}

.page-navigation-area .page-navigation-right .backToTop {
    margin-left: 30px;
    cursor: pointer;
}

@media (min-width: 992px) {
    .page-navigation-area {
        padding: 0 22px 0 60px;
        height: 58px;
    }
    .page-navigation-area .page-navigation-right .navbar-nav .nav-link {
        font-size: 16px;
        margin-left: 22px;
    }
    .page-navigation-area .page-navigation-right .backToTop {
        margin-left: 80px;
    }
}


/* /Page Navigation Area  */


/* Home Page */

.top-background-image-area {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top-background-image-area .banner-img-mobile {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.models-selections-tab-navigation {
    margin: 0 19px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: none;
}

.models-selections-tab-navigation .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 86px;
    height: auto;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    width: calc((100% - 15px) / 3);
}

.models-selections-tab-navigation .nav-link {
    border: none;
    text-align: center;
    width: 100%;
    padding: 0;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    opacity: .3;
    padding-bottom: 20px;
}

.models-selections-tab-navigation .nav-link:hover,
.models-selections-tab-navigation .nav-link.active {
    opacity: 1;
    color: #000;
}

.models-selections-tab-navigation .nav-item .nav-link:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dcdad4;
    position: absolute;
    bottom: 0;
}

.models-selections-tab-navigation .nav-link:hover::after,
.models-selections-tab-navigation .nav-link.active::after {
    background: #000;
}

.modelTypeSlider2 {
    cursor: grab;
}

.modelsSlider .slider-content {
    width: 100%;
    height: 520px;
    overflow: hidden;
}

.modelsSlider .slider-content .slide-img {
    height: 100%;
    -webkit-transition: -webkit-transform 1s ease 0s;
    transition: -webkit-transform 1s ease 0s;
    transition: transform 1s ease 0s;
    transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
}

.modelsSlider .slider-content .slide-img:hover {
    -webkit-transition: -webkit-transform 1s ease 0s;
    transition: -webkit-transform 1s ease 0s;
    transition: transform 1s ease 0s;
    transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
    transform: scale(1.1);
}

.modelsSlider .slider-content .e-site-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto 40px auto;
}

.modelsSlider .swiper-pagination-bullet {
    height: 6px;
    width: 6px;
    border: 1px solid hsla(0, 0%, 100%, .6);
    background: hsla(0, 0%, 100%, .6);
    opacity: 1;
}

.modelsSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.modelsSlider .swiper-pagination {
    opacity: 0;
}

.modelsSlider:hover .swiper-pagination {
    opacity: 1;
}

.swiper-slide .post-item {
    width: 100%;
}

.post-item .post-img {
    display: block;
    width: 100%;
    height: calc(56vw - 10px);
    overflow: hidden;
}

.post-item .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 1s ease 0s;
    transition: -webkit-transform 1s ease 0s;
    transition: transform 1s ease 0s;
    transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
}

.post-item .post-img:hover img {
    -webkit-transition: -webkit-transform 1s ease 0s;
    transition: -webkit-transform 1s ease 0s;
    transition: transform 1s ease 0s;
    transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
    transform: scale(1.1);
}

.post-item .post-title {
    font-size: 24px;
    margin-top: 24px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #000000;
    text-align: left;
}

.post-item .post-short-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    color: #000;
    text-align: left;
}

.postsSlider {
    margin-top: 56px;
}

.slider-pagination-area {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 28px auto 0;
}

.slider-pagination-area .swiper-pagination,
.slider-pagination-area .swiper-button-next,
.slider-pagination-area .swiper-button-prev {
    position: static;
    width: auto;
}

.slider-pagination-area .swiper-button-next:after,
.slider-pagination-area .swiper-button-prev:after {
    display: none;
}

.slider-pagination-area .swiper-button-next,
.slider-pagination-area .swiper-button-prev {
    height: 18px;
    margin: 8px 10px 0;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-left: 6px !important;
    margin-right: 6px !important;
    border: 1px solid #f3f2f0;
    background: #f3f2f0;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    border-color: #000;
    background: #000;
}

.find-dealers-area .heading {
    text-align: center;
}

.find-dealers-area .heading h2 {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
}

.find-dealers-area .map-img {
    width: 100%;
    height: calc(54.16667vw - 5.41667px);
    margin-top: 60px;
    position: relative;
    background-image: url("../images/background/map.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.find-dealers-area .button-box {
    text-align: center;
    margin-top: 60px;
}

.contacts-area.banner-area2 {
    width: 100%;
    height: calc(142.93333vw + 3.43467px);
}

.contacts-area .contacts-info-box {
    padding: 56px 19px 0 19px;
    text-align: center;
    position: absolute;
    top: 0;
}

@media (min-width: 480px) {
    .models-selections-tab-navigation .nav-item {
        margin-right: 20px;
        width: calc((100% - 60px) / 3);
    }
}

@media (min-width: 768px) {
    .modelsSlider .swiper-pagination {
        display: none;
    }
    .post-item .post-img {
        height: calc(16.66667vw + 1.33333px);
    }
    .postsSlider {
        margin-top: calc(4.16667vw + 0.33333px);
    }
}

@media (min-width: 992px) {
    .post-item .post-title {
        font-size: 32px;
        margin-top: 21px;
        line-height: 1.3;
    }
    .post-item .post-short-description {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 15px;
    }
    .postsSlider {
        width: 100%;
        margin-top: 30px;
        position: relative;
        padding-top: 48px;
    }
    .slider-pagination-area {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }
    .slider-pagination-area .swiper-button-next,
    .slider-pagination-area .swiper-button-prev {
        margin: 6px 0;
    }
    .slider-pagination-area .swiper-pagination {
        width: 100%;
        margin: 0px 10px 6px;
    }
    .find-dealers-area .heading {
        min-width: 250px;
        width: 250px;
        position: absolute;
        z-index: 1;
        left: calc(4.16667vw + 0.33333px);
        top: 10px;
        text-align: left;
    }
    .find-dealers-area .map-img {
        width: calc(58.33333vw + 4.66667px);
        height: calc(31.25vw + 2.5px);
        margin-left: calc(25vw + 2px);
        position: relative;
        margin-top: 0;
    }
    .find-dealers-area .button-box {
        position: absolute;
        left: calc(4.16667vw + 0.33333px);
        bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .top-background-image-area {
        height: 100vh;
    }
    .models-selections-tab-navigation {
        margin: 0 60px 40px;
    }
    .models-selections-tab-navigation .nav-item {
        margin-right: 50px;
        width: calc((100% - 150px) / 3);
    }
    .models-selections-tab-navigation .nav-link {
        font-weight: 600;
        font-size: 32px;
        padding-bottom: 60px;
    }
    .modelsSlider .slider-content {
        height: calc(41.66667vw + 3.33333px);
    }
    .find-dealers-area .heading h2 {
        font-size: 80px;
    }
    .find-dealers-area .heading {
        min-width: 400px;
        width: 400px;
    }
    .contacts-area.banner-area2 {
        height: calc(43.95833vw + 3.51667px);
    }
    .contacts-area .contacts-info-box {
        width: 590px;
        padding-left: calc(4.16667vw + 0.33333px);
        padding-top: 120px;
        text-align: left;
    }
}


/* /Home Page */


/* Model Details Page */

.banner-area {
    width: 100%;
    height: 80vh;
    position: relative;
}

.banner-area2 {
    position: relative;
    min-height: 300px;
    max-height: 80vh;
}

.banner-area2 .banner-bg {
    height: 100%;
    width: 100%;
    max-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-area2 .banner-bg img {
    max-height: 50vh;
    width: 100%;
    object-fit: cover;
}

.banner-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-animation-text-area {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    color: #fff;
}

.banner-animation-text-area .banner-animation-title {
    font-size: 20px;
    line-height: 1.1;
    color: #fff;
}

.banner-animation-text-area .banner-animation-content {
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin: 12px auto 52px;
}

.banner-heading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-title {
    font-size: 40px;
    color: #fff;
    font-family: "OpenSans-Bold", "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.background-image-area {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.banner-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 48px 32px 96px;
    width: 100%;
}

.banner-content {
    width: 100%;
}

.banner-info .model-name {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 40px;
}

.banner-info .page-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    flex-wrap: wrap;
}

.banner-info .page-navigation .page-nav-item {
    margin: 0 0.6%;
    white-space: nowrap;
}

.banner-info .page-navigation .page-nav-item a {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}

.banner-info .page-navigation .page-nav-item a:hover {
    font-weight: bold;
}

.banner-info .model-name .icon.icon-first {
    height: 20px;
    display: inline-block;
}

.banner-info .model-name .icon.icon-second {
    height: 45px;
    display: inline-block;
}

.banner-info .model-name .icon.icon-last {
    height: 20px;
    display: inline-block;
}

.banner-info .model-name .icon svg {
    height: 100%;
    width: 100%;
}

.banner-info .model-name img {
    width: 236px;
}

.model-price {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin: 10px 0;
    font-weight: bold;
}

.info-text2 {
    font-size: 14px;
    line-height: 1.5;
}

.text-box .info-text2 {
    margin-top: 20px;
}

.text-box2 .info-text2 {
    margin-top: 4px;
}

.text-box .heading h2 {
    font-size: 24px;
    line-height: 1.1;
    margin: 0;
}

.specifications-space-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.specifications-space-record-content {
    width: calc(58.33333vw - 5.83333px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.specifications-space-record-inner {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.specifications-space-record-item {
    color: #fff;
    text-align: center;
    margin-top: 40px;
    min-width: 220px;
}

.specifications-space-container.position-top .specifications-space-record-item {
    color: #000;
}

.specifications-space-record-item .specifications-space-record-unit {
    font-size: 16px;
    line-height: 1.1;
    margin-left: 16px;
}

.specifications-space-record-num .number-grow {
    font-size: 60px;
    line-height: 1.1;
    text-align: right;
}

.specifications-space-record-item .specifications-space-record-unitDesc {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 5px;
}

.characteristics-slider-area {
    position: relative;
    height: 100vh;
}

.slide-bg-image-mobile,
.characteristicsSlider .swiper-slide .slide-bg-image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.characteristicsSlider .swiper-slide .slide-info {
    width: 90vw;
    height: 100vh;
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 0;
    margin-left: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    font-size: 16px;
}

.characteristicsThumbSlider {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: auto;
}

.characteristicsSlider .swiper-slide .slide-info p {
    margin-top: 20px;
}

.characteristicsThumbSlider .swiper-slide {
    background-color: transparent;
    padding-top: 20px;
    cursor: pointer;
    justify-content: flex-start;
}

.characteristicsThumbSlider .slide-desc {
    text-align: left;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
}

.characteristicsThumbSlider .swiper-slide.swiper-slide-thumb-active .slide-desc {
    text-shadow: 0px 0.8px 0px #ffffff;
}

.characteristicsThumbSlider .swiper-slide::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: hsla(0, 0%, 100%, .5);
    position: absolute;
    top: 0;
    left: 0;
}

.characteristicsThumbSlider .swiper-slide.swiper-slide-active::before,
.characteristicsThumbSlider .swiper-slide.swiper-slide-thumb-active::before {
    height: 2px;
    background: #fff;
}

.model-color-slider-area .modelColorSlider .swiper-slide {
    padding: 150px 24px 80px;
}

.model-color-slider-area .modelColorSlider .swiper-slide {
    background: url("../images/background/color-bg.png") no-repeat;
    background-size: cover;
}

.model-color-slider-area .modelColorSlider .swiper-slide img {
    width: auto;
    max-width: 100%;
}

.model-color-slider-area .slider-description-info {
    position: absolute;
    top: 40px;
    left: 24px;
    z-index: 10;
}

.model-color-slider-area .slider-description-info p {
    font-size: 14px;
}

.model-color-slider-area .slider-description-info h3 {
    font-size: 24px;
    font-weight: normal;
}

.modelColorThumbSlider .swiper-wrapper {
    justify-content: center;
}

.modelColorThumbSlider .swiper-slide {
    height: 24px;
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    border-radius: 50%;
    cursor: pointer;
}

.modelColorThumbSlider {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: 30px;
}

.modelColorThumbSlider .swiper-slide svg {
    width: 14px;
    display: none;
}

.modelColorThumbSlider .swiper-slide-thumb-active svg {
    display: block;
}

.line {
    height: 1px;
    width: 100%;
    border-top: 1px solid hsla(0, 0%, 50.6%, .5);
}

.characteristic-table {
    min-width: 650px;
    margin-bottom: 10px;
    border-bottom: 1px solid hsla(0, 0%, 50.6%, .5);
    height: 446px;
    overflow: hidden;
}

.characteristic-table.show {
    height: auto;
}

.characteristic-table .table-row {
    display: flex;
}

.characteristic-table .table-row .table-col {
    min-width: 230px;
    width: calc(100% - 230px);
}

.characteristic-table .table-row .table-col .row-item {
    border-bottom: 1px dashed hsla(0, 0%, 50.6%, .5);
}

.characteristic-table .table-row .first-col {
    border-right: 1px solid hsla(0, 0%, 50.6%, .5);
    border-bottom: none;
    width: 230px;
    max-width: 230px;
    padding: 25px 20px;
}

.characteristic-table .table-row .col-item {
    display: flex;
    padding: 25px 20px;
}

.characteristic-table .table-row .col-item>div {
    width: 50%;
    text-align: center;
}

.characteristic-table .table-row:first-child .first-col {
    margin: 0;
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 70px;
}

.characteristic-table .prop-name {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 20px;
    margin-top: -52px;
}

.characteristic-table .prop-unit {
    padding-top: 10px;
}

.characteristic-table .col-heading,
.characteristic-table .prop-value {
    padding: 14px 0;
    text-align: center;
}

.characteristic-table .col-heading {
    font-weight: bold;
    text-transform: uppercase;
}

.open-characteristic-btn {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
    cursor: pointer;
}

.open-characteristic-btn::before {
    content: "+";
    display: inline-flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 100%;
    margin-right: 10px;
}

.open-characteristic-btn.show::before {
    content: "-";
}

.registration-form-area .form-control {
    border: none;
    border-bottom: 1px solid #d8dcdb;
    border-radius: 0;
    box-shadow: none;
    color: #6c757d;
}

.registration-form-area .form-control:focus {
    border-color: #215469;
}

.test-drive-registration-area {
    padding: 60px 0 40px;
}

.selectModel .nice-select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d8dcdb;
    color: #6c757d;
    border-radius: 0;
    margin-bottom: 1rem!important;
}

.selectModel .nice-select::after {
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-bottom: 0;
    border-left: 7px solid transparent;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #6c757d;
}

@media (min-width: 576px) {
    .characteristicsThumbSlider .swiper-slide.swiper-slide-active::before {
        height: 1px;
        background: hsla(0, 0%, 100%, .5);
    }
    .characteristicsThumbSlider .swiper-slide.swiper-slide-thumb-active.swiper-slide-active::before {
        height: 2px;
        background: #fff;
    }
    .banner-info .model-name .icon.icon-first {
        height: 26px;
    }
    .banner-info .model-name .icon.icon-second {
        height: 57px;
    }
    .banner-info .model-name .icon.icon-last {
        height: 26px;
    }
    .model-price {
        font-size: 24px;
    }
    .banner-info .model-name {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .banner-info .model-name .icon.icon-first {
        height: 42px;
    }
    .banner-info .model-name .icon.icon-second {
        height: 60px;
    }
    .banner-info .model-name .icon.icon-last {
        height: 42px;
    }
    .model-price {
        font-size: 30px;
    }
    .banner-info .model-name {
        font-size: 35px;
    }
    .info-text2 {
        font-size: 16px;
    }
    .banner-area2 {
        width: 100%;
        height: 100vh;
        position: relative;
    }
    .banner-area2.vh70{
        height: 70vh;
    }
    .banner-title {
        font-size: 80px;
    }
    .specifications-space-record-content {
        width: calc(83.33333vw + 6.66667px);
        flex-direction: row;
    }
    .specifications-space-container {
        align-items: flex-end;
        padding-bottom: 60px;
    }
    .specifications-space-container.position-top {
        align-items: flex-start;
        padding-top: 60px;
    }
    .specifications-space-record-num .number-grow {
        font-size: 60px;
        line-height: 1;
    }
    .specifications-space-record-item .specifications-space-record-unitDesc {
        margin-top: 30px;
    }
    .characteristicsThumbSlider {
        width: 90%;
    }
    .modelColorThumbSlider {
        position: absolute;
        top: 200px;
        left: 120px;
    }
    .modelColorThumbSlider .swiper-slide {
        height: 36px;
        width: 36px;
        min-width: 36px;
        max-width: 36px;
        margin-top: 14px;
    }
    .modelColorThumbSlider {
        width: 40px;
        height: auto;
        margin: 0;
    }
    .modelColorThumbSlider .swiper-wrapper {
        flex-direction: column;
    }
    .model-color-slider-area .modelColorSlider .swiper-slide img {
        max-width: 60%;
    }
    .model-color-slider-area .modelColorSlider .swiper-slide {
        padding: 205px 0 80px;
    }
    .modelColorThumbSlider .swiper-slide svg {
        width: 18px;
    }
    .model-color-slider-area .slider-description-info {
        top: 90px;
        left: 120px;
    }
    .model-color-slider-area .slider-description-info p {
        font-size: 32px;
    }
    .model-color-slider-area .slider-description-info h3 {
        font-size: 48px;
    }
    .registration-form-area .form-control {
        padding: 18px 15px;
    }
    .test-drive-registration-area {
        padding: 80px 0 60px;
    }
    .characteristicsSlider .swiper-slide .slide-info {
        height: calc(100vh - 120px);
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .specifications-space-record-item .specifications-space-record-unit {
        font-size: 22px;
        margin-left: 8px;
    }
    .specifications-space-record-num .number-grow {
        font-size: 90px;
        line-height: 1.1;
    }
    .specifications-space-record-item .specifications-space-record-unitDesc {
        margin-top: 5px;
    }
    .specifications-space-container {
        padding-bottom: 45px;
    }
    .specifications-space-container.position-top {
        padding-top: 45px;
    }
    .characteristicsThumbSlider .swiper-wrapper {
        justify-content: center;
    }
    .characteristicsThumbSlider {
        padding-left: 38px;
    }
    .test-drive-registration-area {
        padding: 100px 0 90px;
    }
    .characteristicsSlider .swiper-slide .slide-info {
        font-size: 16px;
        line-height: 1.3;
    }
    .characteristicsSlider .swiper-slide .slide-info {
        width: calc(33.33333vw + 2.66667px);
        left: calc(8.33333vw + 0.66667px);
        justify-content: center;
        margin-left: -8px;
    }
    .characteristic-table .table-row .table-col {
        min-width: 230px;
        width: calc(100% - 330px);
    }
    .characteristic-table .table-row .first-col {
        width: 330px;
        max-width: 330px;
    }
}

@media (min-width: 1200px) {
    .text-box .container-xl {
        width: calc(66.66667vw + 5.33333px);
    }
    .text-box .heading h2 {
        font-size: 48px;
        line-height: 1;
        font-weight: bold;
    }
    .text-box .info-text2 {
        margin-top: 30px;
    }
    .text-box2 .info-text2 {
        margin-top: 10px;
    }
    .specifications-space-record-item .specifications-space-record-unitDesc {
        font-size: 12px;
    }
    .registration-form-area form {
        width: 356px;
        margin-left: 100px;
    }
    .test-drive-registration-area {
        padding: 136px 0 120px;
    }
    .specifications-space-container.position-top .specifications-space-record-item .specifications-space-record-unitDesc {
        font-size: 24px;
        line-height: 1.1;
    }
    .banner-info {
        padding: 0 140px 50px 80px;
    }
    .banner-info .model-name img {
        margin: 0;
        width: 535px;
        height: auto;
    }
    .banner-info .page-navigation .page-nav-item {
        margin-left: 40px;
    }
    .banner-content {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .banner-info .page-navigation {
        justify-content: center;
        padding-top: 0;
    }
    .banner-info .page-navigation .page-nav-item a {
        font-size: 18px;
    }
    .banner-animation-text-area .banner-animation-title {
        font-size: 45px;
    }
    .banner-animation-text-area .banner-animation-content {
        font-size: 18px;
        margin: 20px auto 70px;
    }
}

@media (min-width: 1300px) {
    .characteristicsThumbSlider {
        width: 1230px;
    }
    .registration-form-area form {
        margin-left: 150px;
    }
}


/* News Page */

.events-banner-item {
    position: relative;
    height: calc(56vw + 4.48px);
    width: 100%;
}

.events-banner-item .events-banner-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 16px;
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s linear 0s;
    transition: -webkit-transform .3s linear 0s;
    transition: transform .3s linear 0s;
    transition: transform .3s linear 0s, -webkit-transform .3s linear 0s;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, rgba(0, 0, 0, .4)));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .4) 30%);
    padding: 30px;
    transform: translateY(48px);
}

.events-banner-item .banner-image-bg {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.events-banner-item a {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.events-banner-item .events-banner-content .event-date {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
}

.events-banner-item .events-banner-content .event-title {
    display: -webkit-box;
    line-height: 1.3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin-top: 4px;
    font-size: 16px;
    color: #fff;
}

.events-banner-item .events-banner-content .event-description {
    display: -webkit-box;
    line-height: 1.3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 12px;
    font-size: 14px;
    opacity: 0;
    -webkit-line-clamp: 3;
    color: #fff;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.events-banner-item a:hover {
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.events-banner-item a:hover .events-banner-content {
    transform: translateY(0);
}

.events-banner-item a:hover .events-banner-content .event-description {
    opacity: 1;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.newsSlider .swiper-wrapper {
    padding-bottom: 40px;
}

.newsSlider .swiper-slide {
    text-align: left
}

.news-list-container .news-list {
    clear: both;
}

.news-list-container .news-list-top .nice-select {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 1px solid currentColor;
    cursor: pointer;
    padding: 5px 50px 5px 15px;
    margin-top: 20px;
    width: 100%;
}

.news-list-container {
    width: calc(100% - 18px);
    margin: 40px auto 0;
    padding-top: 40px;
    padding-bottom: 20px;
}

.news-list-item .post-title {
    margin-top: 15px;
}

.news-list-item .post-date {
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
    color: rgba(0, 0, 0, .3);
    display: block;
}

.load-more {
    text-align: center;
    margin-top: 84px;
}

.news-list .col-md-4 {
    display: none;
}

@media (min-width: 768px) {
    .events-banner-item {
        margin-bottom: 50px;
    }
    .banner-item-big {
        min-width: 100%;
        height: calc(18.75vw + 1.5px);
    }
    .events-banner-right {
        width: 100%;
    }
    .banner-item-small {
        width: 100%;
        height: calc(18.75vw + 1.5px);
    }
    .news-list-container .news-list-top .nice-select {
        width: 200px;
        margin-top: 0;
    }
    .news-list-container {
        margin-top: 0;
        padding: 60px calc(4.16667vw + 0.33333px) 30px;
        width: 100%;
    }
    .news-list-item .post-title {
        font-size: 20px;
    }
    .filter-dropdown-container .selected-item-text {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .events-banner-item {
        margin: 0;
    }
    .banner-item-big {
        min-width: 65%;
        width: 65%;
        height: calc(37.5vw + 3px);
    }
    .events-banner-right {
        min-width: 35%;
        width: 35%;
        height: calc(37.5vw + 3px);
    }
    .banner-item-small {
        width: 100%;
        height: 50%;
    }
    .events-banner-item.banner-item-big .events-banner-content {
        padding: 30px 60px;
    }
    .events-banner-item .events-banner-content .event-date {
        line-height: 1.1;
    }
    .events-banner-item .events-banner-content .event-title {
        margin-top: 12px;
        font-size: 20px;
    }
    .nice-select {
        font-size: 16px;
    }
    .news-list-container {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .news-list-container .news-list-heading .f_size-h3 {
        font-size: 48px !important;
    }
}

@media (min-width: 1200px) {
    .news-list-container {
        padding-top: 100px;
    }
    .news-list-item .post-title {
        height: 52px;
    }
}


/* /News Page */


/* News Detail Page */

.news-detail-container {
    padding: 0 20px 40px;
}

.news-detail__title {
    padding-top: 100px;
    font-size: 30px;
    line-height: 39px;
    width: 100%;
    font-weight: normal;
}

.news-detail__tool {
    margin-top: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-detail__tool__date {
    font-size: 14px;
    color: rgba(0, 0, 0, .3);
    position: relative;
}

.news-detail__tool__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.news-detail__tool__share__label {
    font-size: 16px;
    line-height: 34px;
}

.news-detail__tool__share .social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-detail__tool__share .social-icons li a {
    color: #000;
    margin-left: 8px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-detail__tool__share .social-icons li a:hover {
    background-color: #215469;
    color: #fff;
}

.news-detail__article {
    margin-top: 28px;
    font-size: 16px;
}

.news-detail__article_item {
    margin-bottom: 24px;
}

.news-detail__article_item .news-detail_img {
    margin: 24px auto;
    text-align: center;
    max-width: 800px;
}

.news-detail__article_item .news-detail_img iframe {
    width: 100%;
}

@media (min-width: 768px) {
    .news-detail-container {
        padding: 0 calc(20.83333vw + 1.66667px) 80px;
        overflow: hidden;
    }
    .news-detail__title {
        padding-top: 120px;
        font-size: 40px;
        width: 100%;
        line-height: 1.3;
    }
}


/* /News Detail Page */


/* Discover Page */

.info-container-area .info-heading {
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.info-container-area .info-heading .info-heading-title {
    font-size: 40px;
    line-height: 1.3;
    font-family: 'OpenSans-Bold', 'Open Sans', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.info-heading-subtitle {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 12px;
}

.info-slider-area {
    width: 100%;
    position: relative;
    margin-top: 24px;
}

.info-item {
    padding: 0 20px;
}

.info-item .info-item-img {
    overflow: hidden;
}

.info-item .info-item-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.info-item .info-item-title {
    font-size: 20px;
    line-height: 1.4;
}

.info-item .info-item-text {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 20px;
}

.info-item .info-item-content {
    padding: 52px 0 30px;
    text-align: left;
}

.infoSlider {
    padding-bottom: 50px;
}

.gallery-thumbs .swiper-pagination-fraction {
    font-size: 25px;
}

.slider-navigation .swiper-button-next,
.slider-navigation .swiper-button-prev {
    position: static;
    display: none;
    height: 24px;
    width: 24px;
}

.slider-navigation .swiper-button-next:after,
.slider-navigation .swiper-button-prev:after {
    display: none;
}

.slider-navigation svg {
    height: 24px;
    width: 24px;
}

.slider-navigation .swiper-button-prev {
    margin-right: 12px;
}

.slider-navigation .swiper-button-next {
    margin-left: 12px;
}

.slider-navigation .swiper-button-disabled {
    display: none;
}

.gallery-thumbs .swiper-slide {
    padding: 40px 20px 50px;
    display: block;
    text-align: left;
}

.gallery-thumbs .swiper-slide .slide-info-text p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.3;
}

.gallery-slider {
    height: 100vw;
}

@media (min-width: 768px) {
    .info-container-area .info-heading .info-heading-title {
        font-size: 64px;
        line-height: 70px;
    }
    .info-heading-subtitle {
        font-size: 20px;
        line-height: 34px;
        margin-top: 32px;
    }
    .info-slider-area {
        padding: 0 60px;
        margin-top: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .info-item {
        height: 100%;
        padding: 0;
    }
    .info-item .info-item-img img {
        padding: 0;
    }
    .info-item .info-item-content {
        padding: 0 30px 20px;
        background: #f9f9f9;
        min-height: 350px;
    }
    .info-item .info-item-title {
        font-size: 18px;
        padding: 18px 0 0;
    }
    .info-item .info-item-text {
        font-size: 14px;
        margin-top: 16px;
        padding: 0;
    }
    .infoSlider .swiper-slide {
        height: 100%;
    }
    .info-item .info-item-img img {
        -webkit-transition: -webkit-transform 1s ease 0s;
        transition: -webkit-transform 1s ease 0s;
        transition: transform 1s ease 0s;
        transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
    }
    .info-item .info-item-img:hover img {
        -webkit-transition: -webkit-transform 1s ease 0s;
        transition: -webkit-transform 1s ease 0s;
        transition: transform 1s ease 0s;
        transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
        transform: scale(1.1);
    }
}

@media (min-width: 992px) {
    .info-container-area .info-heading {
        width: 930px;
        padding: 0;
        margin: 0 auto;
    }
    .infoSlider {
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .info-item .info-item-text {
        line-height: 1.5;
    }
    .slider-navigation .swiper-button-next,
    .slider-navigation .swiper-button-prev {
        display: block;
    }
    .slider-navigation .swiper-button-disabled {
        display: none;
    }
    .gallery-thumbs .swiper-slide {
        padding: 60px 84px 120px 0;
    }
    .gallery-thumbs .swiper-pagination-fraction {
        width: auto;
        left: auto;
        position: static;
        margin-top: -32px;
        font-size: 32px;
    }
    .slider-navigation {
        position: absolute;
        bottom: 100px;
        display: flex;
    }
    .gallery-thumbs .swiper-slide .slide-info-text p {
        font-size: 16px;
        line-height: 1.5;
    }
    .gallery-slider {
        margin-right: 60px;
    }
    .gallery-thumbs,
    .gallery-slider {
        height: calc(46.89242vw + 3.75139px);
    }
}


/* /Discover Page */


/* Cookie-policy  Page*/

.cookie-policy-container {
    padding: 80px 0 40px;
    width: 92%;
    margin: auto;
}

.cookie-policy-container .info-text {
    font-size: 14px;
}

.cookie-policy-container .info-text p {
    margin-top: 25px;
}

.cookie-policy-container ul {
    list-style-type: disc;
    margin-left: 15px;
}

.cookie-policy-container a {
    color: #215469;
}

@media (min-width: 768px) {
    .cookie-policy-container .info-text {
        font-size: 16px;
    }
    .cookie-policy-container {
        padding: 120px 0 80px;
        width: 90%;
        margin: auto;
    }
}


/* /Cookie-policy  Page*/


/* Dealer Page */

.video-area {
    width: 100%;
    height: 56.25vw;
    position: relative;
}

.video-area video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.play-icon {
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    z-index: 3;
}

.play-icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #000000;
    border-style: solid;
}

.play-icon2 {
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transform: scale(1, 1);
    transition: all 0.3s;
}

.play-icon2.hide {
    transform: scale(0, 0);
    transition: all 0.3s;
}

.video-bg-img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}

.video-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

.video-overlay.hide {
    height: calc(100% - 70px);
}


/* /Dealer Page */


/* Leasing Page */

.leasing-container {
    position: absolute;
    top: 40px;
    left: 15px;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .5);
    width: calc(100% - 30px);
    padding: 25px 20px 25px;
    max-height: 550px;
    height: calc(100vh - 100px);
    overflow: auto;
}

.leasing-container .heading h4 {
    color: #fff;
    font-size: 24px;
}

.horizontal-tab-navigation {
    border: 1px solid #fff;
    border-radius: 50px;
    height: 40px;
    padding: 1px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.horizontal-tab-navigation.openTab {
    display: block;
}

.horizontal-tab-navigation.nav-tabs .nav-item {
    margin: 0;
    height: 100%;
    width: 33%;
}

.horizontal-tab-navigation.nav-tabs .nav-link {
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    height: 100%;
    text-align: center;
}

.horizontal-tab-navigation.nav-tabs .nav-link:hover {
    border: none;
    background-color: rgb(0 0 0 / 19%);
}

.horizontal-tab-navigation.nav-tabs .nav-link.active {
    background-color: #fff;
    color: #000;
}

.vertical-tab-navigation {
    flex-direction: column;
    border: none;
    background: #fff;
    top: 40px;
    left: 0;
    z-index: 8;
    width: 100%;
}

.vertical-tab-navigation.open {
    display: block;
}

.vertical-tab-navigation.nav-tabs .nav-link {
    border: none;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    text-align: center;
    background: none;
    padding: 10px 10px
}

.vertical-tab-navigation.nav-tabs .nav-link.active {
    background-color: #000;
    color: #fff;
}

.vertical-tab-content {
    padding: 20px 0 0;
}

.vertical-tab-content .leasing-info .model-name {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
}

.vertical-tab-content .leasing-info .price {
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
}

.vertical-tab-content .leasing-info .credit-price {
    color: #fff;
    font-size: 14px;
}

.vertical-tab-content .e-site-button {
    margin-top: 30px;
}

@media (min-width: 576px) {
    .horizontal-tab-navigation.nav-tabs .nav-item {
        width: auto;
    }
    .horizontal-tab-navigation.nav-tabs .nav-link {
        min-width: 90px;
    }
    .horizontal-tab-navigation {
        width: 340px;
        margin-bottom: 30px;
        justify-content: flex-start;
    }
    .vertical-tab-navigation {
        flex-direction: column;
        border: none;
        border-right: 1px solid #fff;
        min-width: 150px;
        width: 150px;
        background: none;
    }
    .horizontal-tab-content>.tab-pane.active {
        display: flex;
    }
    .vertical-tab-content {
        padding: 0 0 0 30px;
    }
    .vertical-tab-navigation.nav-tabs .nav-link {
        color: #fff;
        font-size: 15px;
        padding: 14px 14px;
        border-right: 2px solid transparent;
    }
    .vertical-tab-navigation.nav-tabs .nav-link.active {
        border-color: #fff;
        background: none;
        color: #fff;
    }
    .leasing-container {
        padding: 60px 60px;
    }
    .vertical-tab-content .e-site-button {
        margin-top: 65px;
    }
}

@media (min-width: 768px) {
    .leasing-container {
        left: 30px;
        width: calc(100% - 60px);
        padding: 30px;
        height: 580px;
        max-height: 580px;
        top: 0;
    }
    .horizontal-tab-navigation {
        margin-bottom: 50px;
    }
    .vertical-tab-navigation.nav-tabs .nav-link {
        border: none;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        border-radius: 0;
        text-align: right;
        background: none;
        border-right: 2px solid transparent;
        padding: 14px 40px 14px 14px;
    }
    .vertical-tab-content {
        padding: 0 0 0 65px;
    }
    .vertical-tab-content .leasing-info .model-name {
        font-size: 60px;
        line-height: 40px;
    }
    .vertical-tab-content .leasing-info .price {
        font-size: 33px;
        margin-top: 35px;
    }
    .vertical-tab-content .leasing-info .credit-price {
        font-size: 20px;
        margin-top: 5px;
    }
}

@media (min-width: 992px) {
    .leasing-container {
        left: 10%;
        width: 760px;
        padding: 60px;
    }
    .play-icon2 {
        height: 80px;
        width: 80px;
    }
}

@media (min-width: 1200px) {
    .leasing-container {
        left: 230px;
    }
}


/* /Leasing Page */


/* Trade-In Page */

.info-section .info-section-content {
    padding: 40px 20px 50px;
}

.info-section .info-section-content .info-text p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.3;
}

.contact-form-container {
    max-width: 800px;
    width: 100%;
    margin: auto;
    padding: 0 15px 80px;
}

.contact-form-container .form-control {
    height: 50px;
    width: 100%;
    border: 1px solid #e4e5e7;
    border-top-width: 3px;
    background-color: #f2f3f5;
}

.contact-form-container textarea.form-control {
    min-height: 120px;
}

.contact-form-container .form-control:focus {
    box-shadow: 0px 0px 12px -2px #00000054;
}

.contact-form-container .form-label span {
    color: #b8001f;
}

.contact-form-container .e-site-button {
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .contact-form-container {
        padding: 0 15px 100px;
    }
}

@media (min-width: 1200px) {
    .info-section .info-section-img {
        margin-right: 60px;
    }
    .info-section .info-section-content {
        padding: 60px 84px 60px 0;
    }
    .info-section .info-section-content .info-text p {
        font-size: 16px;
        line-height: 1.5;
    }
    .contact-form-container {
        padding: 0 15px 136px;
    }
}


/* /Trade-In Page */


/* Service Page */

.info-section2 {
    height: 100vh;
    position: relative;
}

.info-section2 .bg-image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.info-section2 .section-info {
    width: 90vw;
    height: 100vh;
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 0;
    margin-left: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    font-size: 14px;
}

.info-section2 .section-info p {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .info-section2 .section-info {
        height: calc(100vh - 120px);
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .info-section2 .section-info {
        width: calc(33.33333vw + 2.66667px);
        left: calc(8.33333vw + 0.66667px);
        justify-content: center;
        margin-left: -8px;
        font-size: 16px;
        line-height: 1.3;
    }
}


/* /Service Page */


/* Contact Us Page */

.contact-info-container {
    margin-top: 30px;
}

.contact-info-item {
    min-height: 250px;
    padding: 25px;
    font-size: 14px;
}

#map {
    width: 100%;
    height: 250px;
}

.contact-info-item .contact-info-title {
    margin-bottom: 30px;
    font-size: 18px;
}

.contact-info-item .contact-info-title .icon {
    display: inline-block;
    margin-right: 10px;
}

.contact-info-item .contact-info-text {
    margin-bottom: 5px;
}

.map-area .get-directions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-size: 16px;
}

.map-area .get-directions .icon {
    display: flex;
    margin-right: 10px;
}

.map-area .get-directions .get-directions-btn {
    background: none;
    border: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mxw-1270 {
    max-width: 1300px;
    margin: auto;
    padding: 0 15px;
}

.contacts-page .contact-form-container {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.not-found-info {
    display: flex;
    flex-direction: column;
}

.not-found-info .banner-title {
    font-size: 60px;
    font-weight: bold;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.not-found-info p {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.not-found-info .e-site-button {
    background: #fff;
    color: #000;
}

@media (min-width: 567px) {
    .contact-info-item {
        padding: 25px;
        height: 250px;
    }
}

@media (min-width: 768px) {
    .contact-info-item {
        padding: 30px;
        font-size: 16px;
    }
    .border-radius-left {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .border-radius-right {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .not-found-info .banner-title {
        font-size: 100px;
    }
}

@media (min-width: 992px) {
    .contact-info-item {
        padding: 35px;
    }
    .mxw-1270 {
        max-width: 900px;
    }
    .not-found-info .banner-title {
        font-size: 120px;
    }
}

@media (min-width: 1200px) {
    .mxw-1270 {
        max-width: 1090px;
    }
}

@media (min-width: 1400px) {
    .mxw-1270 {
        max-width: 1300px;
    }
}


/* Contact Us Page */


/* Car Models Area */

.car-models-list-container {
    position: fixed;
    top: 64px;
    width: 100%;
    height: calc(100vh - 64px);
    padding: 25px calc(8.33333vw - 0.83333px) 100px;
    z-index: 10;
    background: #fff;
    overflow: auto;
    z-index: 999;
    display: none;
}

.car-models-list-container .car-models-list-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
}

.car-models-list-container .car-models-list-navigation {
    width: 100%;
    height: 36px;
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.car-models-list-container .car-models-list-navigation .car-models-list-item {
    height: 100%;
    width: 20%;
    border: 1px solid #000;
    text-align: center;
    border-right: none;
    font-size: 14px;
    line-height: 36px!important;
    cursor: pointer;
}

.car-models-list-container .car-models-list-navigation .car-models-list-item.active {
    background: #000;
    color: #fff;
}

.car-models-list-container .car-models-list-navigation .car-models-list-item:first-child {
    border-radius: 7px 0 0 7px;
}

.car-models-list-container .car-models-list-navigation .car-models-list-item:last-child {
    border-right: 1px solid #000;
    border-radius: 0 7px 7px 0;
}

.car-models-content {
    margin-top: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-bottom: 30px;
    display: none;
}

.car-models-content.active {
    display: block;
}

.car-models-content .car-type {
    font-size: 20px;
    line-height: 1.3;
}

.car-models-content .car-model-info {
    display: flex;
    position: relative;
    width: 33.33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: 24px;
    color: #000;
    text-transform: uppercase;
}

.car-models-content .car-model-info .car-model-name {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.car-models-content .car-model-info .badge {
    font-size: 8px;
    color: #fff;
    background: #e18338;
    padding: 4px 5px;
    margin-left: 8px;
    border-radius: 2px;
    white-space: nowrap;
    font-size: 8px;
}

.car-models-content .car-model-info .car-model-img {
    width: 92px;
    height: 50px;
    margin-top: 12px;
    background-size: 100% 100%;
    background-position: 50%;
    display: block;
}

.car-models-content .car-model-info .explore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-top: 12px;
    color: #000;
}

.car-models-content .car-model-info .explore .icon {
    display: inline-block;
    font-size: 0;
    letter-spacing: -3px;
    margin-left: 5px;
}

.car-models-content .car-model-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.car-models-content:first-child .car-model-info-item a {
    width: 100%;
}

.models-close-icon {
    position: absolute;
    top: 15px;
    height: 15px;
    top: 28px;
    left: 88vw;
    z-index: 1;
    cursor: pointer;
}

.models-close-icon svg {
    width: 100%;
    height: 100%;
}

.models__space-disclaimerTitle {
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
    line-height: 22px;
}

.models__space-disclaimerDesc {
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .car-models-list-container .car-models-list-title {
        font-size: 36px;
    }
}

@media (min-width: 992px) {
    .car-models-list-container {
        top: 58px;
    }
}

@media (min-width: 1200px) {
    .car-models-list-container {
        height: calc(100vh - 58px);
        padding: 30px calc(8.33333vw + 0.66667px) 50px calc(8.33333vw + 0.66667px);
        top: 58px;
    }
    .car-models-list-container .car-models-list-navigation .car-models-list-item {
        width: 70px;
    }
    .car-models-content {
        padding-right: calc(25vw + 2px);
        padding-bottom: 75px;
        margin-top: 9px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: none;
    }
    .car-models-content.active {
        display: flex;
    }
    .car-models-content .car-type {
        font-size: 32px;
        width: 160px;
        margin-top: 109px;
    }
    .car-models-content .car-model-info {
        margin-top: 44px;
    }
    .car-models-content .car-model-info .car-model-name {
        font-size: 20px;
    }
    .car-models-content .car-model-info .car-model-img {
        width: 168px;
        height: 90px;
        margin-top: 10px;
    }
    .car-models-content .car-model-info .badge {
        font-size: 10px;
        margin-left: 16px;
        padding: 4px 5px;
    }
    .car-models-content .car-model-info-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .car-models-content:first-child .car-model-info-item a {
        width: 50%;
    }
    .models-close-icon {
        width: 30px;
        height: 30px;
        top: 35px;
        left: 92vw;
    }
}


/* /Car Models Area */


/* Toolbar */

.toolbar {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.toolbar li {
    margin-bottom: 1px;
}

.toolbar li a {
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
}

.toolbar li a:hover {
    background: #215469;
}

.toolbar li img {
    width: 15px;
}

@media (min-width: 768px) {
    .toolbar li a {
        height: 40px;
        width: 40px;
    }
}


/* /Toolbar */

.heading-animation {
    opacity: 0;
    animation-name: animationTranslate;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes animationTranslate {
    0% {
        transform: translate(0, 50%);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}


/* History Slider */

.next-slide,
.next-slide2,
.prev-slide2,
.prev-slide {
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 98;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev-slide2,
.prev-slide {
    left: calc(50% - 70px);
}

.next-slide2,
.next-slide {
    right: calc(50% - 70px);
}

.prev-slide2,
.next-slide2 {
    z-index: 999;
}

.next-slide.swiper-button-disabled,
.next-slide2.swiper-button-disabled,
.prev-slide2.swiper-button-disabled,
.prev-slide.swiper-button-disabled {
    display: none;
}

.next-slide svg,
.next-slide2 svg,
.prev-slide2 svg,
.prev-slide svg {
    width: 18px;
    height: 19px;
}

.history-slider-container {
    max-width: calc(100% - 80px);
    margin: 60px auto 0;
    overflow: hidden;
}

.historySlider .slide-info-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.historySlider .slide-info-container .slide-img {
    width: 100%;
}

.historySlider .slide-info-container .slide-info {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.historySlider .slide-info-container .slide-info .slide-title {
    font-size: 16px;
}

.historySlider .slide-info-container .slide-info .slide-desc {
    font-size: 14px;
    margin-top: 12px;
}

.historySlider .swiper-pagination-fraction {
    font-size: 25px;
    width: 66px;
    position: absolute;
    top: auto;
    bottom: -4px;
    left: calc(50% - 33px);
}

.historySlider .swiper-wrapper {
    padding-bottom: 76px;
    align-items: center;
}

.historyThumbSliderContainer {
    margin: 30px 0 0;
    overflow: hidden;
}

.historyThumbSlider {
    height: 40px;
}

.historyThumbSlider .swiper-slide {
    border-top: 2px solid #d9dddf;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: rgba(0, 0, 0, .5);
}

.historyThumbSlider .swiper-slide.swiper-slide-thumb-active {
    border-color: #000;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

@media (min-width: 768px) {
    .historySlider .slide-info-container .slide-info .slide-title {
        font-size: 20px;
        margin-top: 0;
    }
    .historySlider .slide-info-container .slide-info .slide-desc {
        font-size: 16px;
        margin-top: 20px;
    }
    .historySlider .slide-info-container {
        flex-direction: row;
        padding-left: 80px;
        padding-right: 80px;
    }
    .historySlider .slide-info-container .slide-img {
        width: 50%;
    }
    .historySlider .slide-info-container .slide-info {
        width: 50%;
        text-align: left;
        padding-left: 35px;
    }
    .history-slider-container {
        max-width: calc(100% - 80px);
    }
    .historyThumbSliderContainer {
        margin: 40px calc(8.33333vw + 0.66667px) 0;
    }
    .historyThumbSlider .swiper-slide.swiper-slide-thumb-active {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .historySlider .slide-info-container .slide-img {
        width: 50%;
    }
    .historySlider .slide-info-container .slide-info {
        width: 50%;
    }
    .history-slider-container {
        max-width: calc(100% - 160px);
    }
    .historySlider .slide-info-container .slide-info .slide-title {
        font-size: 26px;
    }
    .historySlider .swiper-pagination-fraction {
        font-size: 32px;
    }
    .next-slide,
    .next-slide2,
    .prev-slide2,
    .prev-slide {
        top: calc(50% - 33px);
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background: #efefef;
    }
    .prev-slide2,
    .prev-slide {
        left: 0;
    }
    .next-slide2,
    .next-slide {
        right: 0;
    }
    .next-slide svg,
    .next-slide2 svg,
    .prev-slide2 svg,
    .prev-slide svg {
        width: 24;
        height: 25;
    }
}

@media (min-width: 1200px) {
    .historySlider .slide-info-container {
        padding-left: 130px;
        padding-right: 130px;
    }
}


/* /History Slider */


/* Highlights Slider */

.gray_bg {
    background: url("../images/background/descktopbackground.jpg") no-repeat center;
    background-size: cover;
}

.highlights-slider-area {
    min-height: 100vh;
    padding: 50px 0;
}

.highlightsSlider .swiper-slide {
    background: none;
}

.highlightsSlider .highlights-view-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 0 32px;
}

.highlightsSlider .highlights-view-image {
    width: 60%;
    height: auto;
    margin: 40px auto 0;
}

.highlightsSlider .highlights-view-content .highlights-view-title {
    font-size: 24px;
    line-height: 1.1;
}

.highlightsSlider .highlights-view-content .highlights-view-text {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 20px;
    color: rgba(0, 0, 0, .6);
    text-align: left;
}

.highlightsSlider .highlights-view-content .highlights-view-text p {
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .highlights-slider-area {
        min-height: 100vh;
        padding: 30px 0;
        display: flex;
        align-items: center;
    }
    .highlightsSlider .highlights-view-body {
        display: flex;
    }
    .highlightsSlider .highlights-view-image {
        width: 40%;
        margin: 0;
    }
    .highlightsSlider .highlights-view-content {
        width: 60%;
        padding-right: 50px;
    }
    .highlightsSlider .swiper-pagination-fraction {
        min-width: 80px;
        padding: 0 8px;
        font-size: 32px;
    }
    .highlightsSlider .slider-navigation {
        width: 150px;
        height: 42px;
    }
    .highlightsSlider .slider-navigation .swiper-button-next,
    .highlightsSlider .slider-navigation .swiper-button-prev {
        position: absolute;
    }
    .highlightsSlider .slider-navigation svg {
        width: 20px;
        height: 20px;
    }
    .highlightsSlider .slider-navigation {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    .highlightsSlider {
        height: calc(100vh - 60px);
        width: 1090px;
    }
    .highlightsSlider .highlights-view-image {
        width: 415px;
    }
    .highlightsSlider .highlights-view-content {
        width: 675px;
    }
    .highlightsSlider .highlights-view-content .highlights-view-title {
        font-size: 48px;
        line-height: 1.3;
    }
    .highlightsSlider .highlights-view-content .highlights-view-text {
        font-size: 16px;
        line-height: 26px;
    }
    .highlightsSlider .slider-navigation {
        bottom: 40px;
        margin-top: 0;
    }
}


/* .Highlights Slider */


/* Louver Slider */

.louver-roll-space {
    padding: 0 20px;
}

.louverRollThumbSlider {
    width: 100%;
    border-bottom: 1px solid #d9dddf;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.louverRollThumbSlider .swiper-slide {
    text-align: left;
    justify-content: flex-start;
    padding-bottom: 20px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

.louverRollThumbSlider .swiper-slide.swiper-slide-thumb-active {
    border-color: #000;
}

.louverRollThumbSlider .swiper-slide span {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 300;
    text-transform: uppercase;
}

.louverRollThumbSlider .swiper-slide.swiper-slide-thumb-active span {
    font-weight: bold;
}

@media (min-width: 992px) {
    .louver-roll-space {
        padding: 0 120px;
    }
    .louverRollThumbSlider {
        margin-bottom: 35px;
    }
    .louverRollThumbSlider .swiper-slide span {
        font-size: 30px;
    }
}


/* /Louver Slider */


/* Intelligent Electronic Slider */

.intelligent-electronic-space {
    width: 100%;
    height: calc(125.33333vw + 2.02667px);
    margin-top: 32px;
    position: relative;
}

.intelligentElectronicSlider .slide-bg-image {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.intelligentElectronicSlider .slide-text {
    padding: 80px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 88;
    max-width: 86%;
    margin: auto;
    font-size: 20px;
}

.intelligentElectronicSlider .swiper-pagination-bullet-active {
    border-color: hsla(0, 0%, 100%, .6);
    background: hsla(0, 0%, 100%, .6);
}

.intelligentElectronicSlider .swiper-pagination {
    bottom: 30px;
    width: 100px;
    color: #fff;
    font-size: 26px;
    left: 0;
    right: 0;
    margin: auto;
}

.intelligentElectronicSlider .slider-navigation .swiper-button-prev {
    position: absolute;
    top: 0;
    left: 0;
}

.intelligentElectronicSlider .slider-navigation .swiper-button-next {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
}

.intelligentElectronicSlider .slider-navigation {
    width: 140px;
    height: 40px;
    right: 10%;
    bottom: 50px;
}

.video-space {
    height: 56.25vw;
    position: relative;
}

.video-space .video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 1200px) {
    .intelligent-electronic-space {
        height: calc(51.73611vw + 4.13889px);
        margin-top: 32px;
    }
    .intelligentElectronicSlider .slide-text {
        padding: 48px 80px 73px 24px;
        font-size: 40px;
    }
}


/* /Intelligent Electronic Slider */


/* Mini Pictures Slider */

.mini-picture-slider-area {
    position: relative;
    width: 100vw
}

.miniPictureSlider {
    position: relative;
}

.mini-picture-slider-area {
    padding-left: 20px;
    padding-right: 20px;
}

.miniPictureThumbSlider {
    margin-top: 20px;
}

.miniPictureThumbSlider .swiper-slide {
    text-align: left;
    justify-content: flex-start;
}

.miniPictureThumbSlider .swiper-slide .slide-info-text {
    font-size: 14px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.3;
}

.slider-navigation3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 30px;
}

.slider-navigation3 .swiper-pagination {
    position: static;
    width: auto;
    margin: -5px 10px 0;
}

.slider-navigation3 svg {
    width: 18px;
    height: 66px;
}

.slider-navigation3 .swiper-control-next svg path,
.slider-navigation3 .swiper-control-prev svg path {
    fill: #a1a1a1;
}

.slider-navigation3 .swiper-control-next:hover svg path,
.slider-navigation3 .swiper-control-prev:hover svg path {
    fill: #215469;
}

@media (min-width: 768px) {
    .mini-picture-slider-area {
        padding-left: 70px;
        padding-right: 70px;
    }
    .slider-navigation3 svg {
        width: 66px;
        height: 66px;
    }
    .slider-navigation3 .swiper-control-next {
        position: absolute;
        top: calc(50% - 33px);
        right: -66px;
        z-index: 9;
        cursor: pointer;
    }
    .slider-navigation3 .swiper-control-prev {
        position: absolute;
        top: calc(50% - 33px);
        left: -66px;
        z-index: 9;
        cursor: pointer;
    }
    .slider-navigation3 {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .mini-picture-slider-area {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 1200px) {
    .miniPictureThumbSlider .swiper-slide .slide-info-text {
        font-size: 16px;
        line-height: 1.5;
    }
    .mini-picture-slider-area {
        padding-left: calc(12% - 66px);
        padding-right: calc(12% - 66px);
    }
}


/* /Mini Pictures Slider */


/* Panorama Image Area  */

.panorama-image-area {
    background: #f0f1f3;
    overflow: hidden;
}

.panorama-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.panorama-tabs .tab-item {
    font-size: 18px;
    color: #a1a1a1;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.panorama-tabs .tab-item.active {
    color: #000;
    font-family: "OpenSans-Bold", "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.panorama-tabs .tab-item:first-child {
    padding-right: 50px;
}

.panorama-tabs .tab-item:last-child {
    padding-left: 50px;
}

.panorama-tabs .tab-item:first-child:after {
    content: "";
    width: 2px;
    height: 15px;
    background: #000;
    position: absolute;
    top: 50%;
    right: -1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.panorama_exterior_body {
    margin-top: 120px;
    width: 115%;
    -webkit-transform: translate(-6%);
    transform: translate(-6%);
}

#panoramaExteriorImg {
    position: relative;
    cursor: pointer;
}

#panoramaExteriorImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

#panoramaExteriorImg img:first-child {
    position: relative;
}

#panoramaExteriorImg img.active {
    opacity: 1;
}

.panorama_exterior_body_nav {
    min-width: 180px;
    padding: 7px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    position: relative;
    margin-left: 50%;
    margin-top: 10px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 100px;
    background: rgba(217, 221, 223, .7);
    -webkit-box-shadow: 0 4.8px 24px rgba(0, 0, 0, .05);
    box-shadow: 0 4.8px 24px rgba(0, 0, 0, .05);
}

.panorama_exterior_body_nav_item {
    width: 24px;
    height: 24px;
    margin-left: 16px;
    margin-top: 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    border: 1px solid transparent;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panorama_exterior_body_nav_item:first-child {
    margin: 0;
}

.panorama_exterior_body_nav_item svg {
    width: 13px;
    display: none;
}

.panorama_exterior_body_nav_item.active svg {
    display: block;
}

.panorama_exterior_rotate_icon {
    display: block;
    text-align: center;
    margin-top: 70px;
}

.panorama_exterior_rotate_icon svg {
    width: 80px;
    height: 30px;
}

.panorama_exterior_desc {
    text-align: center;
    font-size: 14px;
    margin: 16px 0 0;
    padding: 0 10%;
}

.panorama__exterior__footer {
    padding: 30px 0 40px;
    background: transparent;
    text-align: center;
}

.panorama__exterior__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.panorama__exterior__list__item {
    width: 20%;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.panorama__exterior__list__item:first-child {
    margin-left: 0;
}

.panorama__exterior__list__item__value {
    font-size: 24px;
}

.panorama__exterior__list__item__unit {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 0;
}

.panorama__exterior__footer .e-site-button {
    background: none;
    margin-top: 54px;
    color: #000;
}

.panorama_interior {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: none;
}

.panorama_interior_back {
    position: absolute;
    top: 100px;
    left: 40px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    z-index: 10;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.panorama_interior_back_icon svg {
    width: 18px;
    margin-right: 3px;
}

@media (min-width: 768px) {
    .panorama-tabs .tab-item {
        font-size: 22px;
    }
    .panorama-tabs .tab-item:first-child {
        padding-right: 30px;
    }
    .panorama-tabs .tab-item:last-child {
        padding-left: 30px;
    }
    .panorama_exterior_body {
        width: 80%;
        margin: 80px auto 0;
        position: relative;
        cursor: pointer;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    .panorama_exterior_body_nav {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 20px 13px;
        margin-left: 0;
        margin-top: 0;
        flex-direction: column;
        min-width: 62px;
    }
    .panorama_exterior_body_nav_item {
        width: 36px;
        height: 36px;
        border-radius: 100%;
        margin-top: 14.4px;
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .panorama_exterior_body_nav_item svg {
        width: 18px
    }
    .panorama_exterior_rotate_icon {
        margin-top: 15px;
    }
    .panorama__exterior__list__item__value {
        font-size: 30px;
    }
    .panorama__exterior__list__item {
        margin-left: 30px;
        flex-direction: row;
        align-items: baseline;
        justify-content: center;
        line-height: 90px;
    }
    .panorama__exterior__footer {
        padding: 10px 0 50px;
        background: #fff;
    }
    .panorama__exterior__list__item__unit {
        margin-left: 15px;
    }
    .panorama__exterior__footer .e-site-button {
        margin-top: 20px;
    }
    .panorama_exterior_desc {
        margin: 10px 0 30px;
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .panorama__exterior__list__item__value {
        font-size: 50px;
    }
    .panorama__exterior__list__item {
        margin-left: 50px;
    }
}

@media (min-width: 1200px) {
    .panorama__exterior__list__item__value {
        font-size: 60px;
    }
    .panorama__exterior__list__item {
        margin-left: 70px;
    }
    .panorama_exterior_rotate_icon svg {
        width: 56px;
        height: 56px;
    }
}

@media (min-width: 1400px) {
    .panorama__exterior__list__item__value {
        font-size: 78px;
    }
    .panorama__exterior__list__item {
        margin-left: 75px;
    }
}


/* /Panorama Image Area */


/* Positioning Introduction Area */

.positioning-introduction-area {
    width: calc(100vw - 5px);
    background: #f9f9f9;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    overflow: hidden;
}

.positioning-introduction-preview {
    position: relative;
}

.positioning-introduction-preview-img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.positioning-introduction__preview__spot {
    position: absolute;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: breathing 1s infinite;
    animation: breathing 1s infinite;
}

.positioning-introduction__preview__spot:hover {
    border: 1px solid red;
}

.positioning-introduction__preview__spot .dot::after {
    content: "+";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 8px;
    text-align: center;
    display: none;
    align-items: center;
    justify-content: center;
}

.positioning-introduction__preview__spot:hover .dot:after {
    display: flex;
}

.positioning-introduction__preview__spot .dot {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.positioning-introduction__preview__spot .dot:hover {
    -webkit-transform: scale(2.7);
    transform: scale(2.7);
    position: relative;
}

.positioning-introduction__preview__spot__txt {
    font-size: 16px;
    position: absolute;
    left: 100%;
    top: 50%;
    color: #fff;
    width: 125px;
    -webkit-transform: translate(25px, -50%);
    transform: translate(25px, -50%);
    display: none;
    text-shadow: 0 0 7px #000;
}

.positioning-introduction__preview__spot:hover .positioning-introduction__preview__spot__txt {
    display: block;
}

.positioning-introduction-content {
    width: 100vw;
    height: 100%;
    padding: 40px 20px;
    background: #fff;
    transition: all 0.6s ease-in-out;
}

.positioning-introduction-content.show {
    left: 0;
    transition: all 0.6s ease-in-out;
}

.positioningIntroductionSlider {
    position: relative;
    height: 100%;
}

.positioningIntroductionSlider .close-slider {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 3;
    font-size: 13px;
    color: rgb(225, 56, 56);
    cursor: pointer;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.positioningIntroductionThumbSlider {
    position: relative;
}

.positioningIntroductionThumbSlider .slider-navigation {
    display: flex;
    margin: auto;
    justify-content: center;
    margin-top: 30px;
}

.positioningIntroductionThumbSlider .slider-navigation .swiper-pagination {
    position: relative;
    top: -23px;
    width: auto;
}

.positioningIntroductionThumbSlider .slider-navigation svg {
    width: 18px;
}

.positioningIntroductionThumbSlider .slider-navigation .swiper-button-next,
.positioningIntroductionThumbSlider .slider-navigation .swiper-button-prev {
    display: block;
}

@-webkit-keyframes breathing {
    0% {
        border-color: transparent
    }
    50% {
        border-color: #fff
    }
    to {
        border-color: transparent
    }
}

@keyframes breathing {
    0% {
        border-color: transparent
    }
    50% {
        border-color: #fff
    }
    to {
        border-color: transparent
    }
}

@media (min-width: 768px) {
    .positioning-introduction-content {
        padding: 0;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 5;
    }
    .positioningIntroductionThumbSlider .slider-navigation {
        position: absolute;
        bottom: 80px;
        left: 20px;
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .positioningIntroductionThumbSlider .slider-navigation {
        left: 0;
        bottom: 200px;
    }
}


/* /Positioning Introduction Area */

.animation-wrapper {
    position: relative;
    width: 100%;
}

.section-animate {
    display: flex;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.section-animate:not(:first-child) {
    display: none;
}

.section-animate .block-animation {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
}

.section-animate .block-animation {
    align-items: flex-start;
    display: flex;
    overflow: hidden;
    z-index: 2;
}

.section-animate .block-animation .background-image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.section-animate .block-animation .background-image img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.section-animate .image-content {
    background: black;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.section-animate .image-content:nth-child(2) {
    z-index: 3;
}

.section-animate .image-content:nth-child(3) {
    z-index: 4;
}

.section-animate .image-content img {
    height: 100%;
    max-width: inherit;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: inherit;
}

.bg-animate-wrapper-desktop {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: none !important;
}

.bg-animate-wrapper-mobile {
    height: 100%;
    width: 100%;
    background-size: cover;
}

#animatedSectionVideo .video-space {
    height: 100%;
    width: 100%;
}

#animatedSectionVideo .video-space .video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#animatedSection3 .image-content2 img {
    transition: all 0.9s;
}

#animatedSection3 .image-content2 .image-description {
    bottom: -500px;
    transition: all 0.3s;
    font-size: 14px;
}

#animatedSection3 .image-wrapper {
    position: relative;
    overflow: hidden;
}

#animatedSection3 .image-wrapper .image-content2 {
    position: relative;
}

#animatedSection3 .image-wrapper .image-content2:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#animatedSection3 .image-wrapper .image-content2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .bg-animate-wrapper-desktop {
        display: block !important;
    }
    .bg-animate-wrapper-mobile {
        display: none !important;
    }
    #animatedSection3 .image-content2 .image-description p {
        font-size: 20px;
    }
}

.animation-wrapper2 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.section-animate2 {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.section-animate2:not(:first-child) {
    display: none;
}

.section-animate2 .block-left2,
.section-animate2 .block-right {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
}

.section-animate2 .block-left2 {
    align-items: flex-end;
    display: flex;
    overflow: hidden;
    z-index: 2;
}

.section-animate2 .block-right {
    background: white;
    position: relative;
    z-index: 5;
}

.section-animate2 .block-right .text-wrapper .image-description:nth-child(2) {
    z-index: 4;
}

.section-animate2 .block-right .text-wrapper .image-description:nth-child(3) {
    z-index: 5;
}

.section-animate2 .block-right .text-description {
    left: 50%;
    margin: auto;
    position: absolute;
    top: 20%;
    transform: translatex(-50%);
    width: 50%;
}

.section-animate2 .block-right .image-wrapper2 {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.section-animate2 .image-content2 {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.section-animate2 .image-content2:nth-child(2) {
    z-index: 3;
}

.section-animate2 .image-content2:nth-child(3) {
    z-index: 4;
}

.section-animate2 .image-content2:nth-child(4) {
    z-index: 5;
}

.section-animate2 .image-content2:nth-child(5) {
    z-index: 6;
}

.section-animate2 .image-content2 img {
    height: 100%;
    max-width: inherit;
    object-fit: cover;
    position: absolute;
    width: inherit;
}

.image-content2 .image-description {
    padding: 0 20px 64px;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 1 !important;
}

.image-content2 .image-description h3 {
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 10px;
}

.image-content2 .image-description p {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

#sliderAnimationSection {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#sliderAnimationSection .image-animation-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
}

.slider-animation-wrapper {
    height: 100%;
    width: 100%;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    display: none;
}

.image-animation-wrapper {
    padding-top: 60px;
}

.intro-slider-space {
    height: 100%;
    width: 100%;
}

.introSlider .slide-bg-image {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.introSlider {
    position: relative;
}

.introSlider .slide-text {
    padding: 80px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 88;
    max-width: 86%;
    margin: auto;
    font-size: 14px;
    line-height: 1.3;
}

.introSlider .swiper-pagination-bullet-active {
    border-color: hsla(0, 0%, 100%, .6);
    background: hsla(0, 0%, 100%, .6);
}

.introSlider .swiper-pagination {
    bottom: 30px;
    width: 100px;
    color: #fff;
    font-size: 14px;
    left: 0;
    right: 0;
    margin: auto;
}

.introSlider .slider-navigation .swiper-button-prev {
    position: absolute;
    top: -2px;
    left: 0;
}

.introSlider .slider-navigation .swiper-button-next {
    position: absolute;
    top: -2px;
    left: auto;
    right: 0;
}

.introSlider .slider-navigation {
    width: 140px;
    height: 40px;
    right: 10%;
    bottom: 50px;
}

#parallax {
    position: relative;
    overflow: hidden;
}

.parralax-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.parralax-section .parallax-image-wrapper {
    height: 100%;
}

.parralax-section .parallax-image-wrapper .parallax-image {
    height: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(2);
}

.parralax-section .parallax-image-wrapper .parallax-image img {
    height: 100%;
    width: 100%;
}

.parallax-content-animation {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    text-align: center;
    color: #fff;
}

.animation-content-heading {
    font-size: 20px;
    color: #fff;
    line-height: 1.3;
    font-weight: 600;
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: translateY(130px);
    transition: all 2s;
}

.animation-content-subtitle {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    width: calc(100% - 18px);
    margin: 12px auto 0;
    opacity: 0;
    transform: translateY(130px);
    transition: all 1s;
}

.animation-content-list {
    width: 100%;
    height: 220px;
    width: calc(100% - 54px);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.animation-content-list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
    opacity: 0;
    transform: translateY(130px);
    transition: all 1s;
}

.animation-content-list .list-item .list-item-icon {
    width: 30px;
    height: 30px;
}

.animation-content-list .list-item .list-item-title {
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
    margin-top: 16px;
    text-align: center;
    min-height: 30px;
}

.animation-content-list .list-item .list-item-num {
    font-size: 30px;
    color: #fff;
    margin-top: 6px;
}

.animation-content-heading.active,
.animation-content-subtitle.active,
.animation-content-list .list-item.active {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.7s;
}

.animation-content-list .list-item.active:nth-child(2) {
    transition: all 1.2s;
}

.animation-content-list .list-item.active:nth-child(3) {
    transition: all 1.7s;
}

@media (min-width: 768px) {
    .image-animation-wrapper {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .image-animation-wrapper {
        padding-top: 80px;
    }
    .animation-content-heading {
        font-size: 40px;
        color: #fff;
        line-height: 1.3;
        font-weight: 600;
        width: 100%;
        text-align: center;
    }
    .animation-content-subtitle {
        font-size: 20px;
        line-height: 1.3;
        text-align: center;
        width: calc(75vw + 6px);
        margin: 30px auto 20px;
    }
    .animation-content-list {
        width: 100%;
        height: 340px;
        width: calc(75vw + 6px);
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .animation-content-list .list-item .list-item-icon {
        width: 70px;
        height: 70px;
    }
    .animation-content-list .list-item .list-item-title {
        font-size: 20px;
        color: #fff;
        line-height: 1.3;
        margin-top: 20px;
        min-height: auto;
    }
    .animation-content-list .list-item .list-item-num {
        font-size: 60px;
        color: #fff;
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .image-content2 .image-description {
        padding: 0 calc(8.33333vw + 0.66667px) 50px;
    }
    .image-content2 .image-description h3 {
        font-size: 40px;
        line-height: 1.1;
    }
    .image-content2 .image-description p {
        font-size: 16px;
    }
    .image-animation-wrapper {
        padding-top: 100px;
    }
    .introSlider .slide-text {
        font-size: 24px;
        line-height: 1.1;
    }
    .introSlider .swiper-pagination {
        font-size: 32px;
    }
}

@media (min-width: 1910px) {
    .image-animation-wrapper {
        padding-top: 120px;
    }
}


/***/

.c-usp-intro__space {
    width: 100%;
    position: relative;
    overflow: hidden
}

.c-usp-intro__space.animation-finished .s-overall-settings {
    padding-top: 0
}

.c-usp-intro__space-content {
    width: 100%;
    height: 100vh
}

.c-usp-intro__space-content-first {
    display: grid;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-template-columns: repeat(12, 4.8025vw);
    grid-template-rows: repeat(18, 4.8025vw);
    grid-column-gap: 2.93vw;
    grid-row-gap: 2.93vw;
    margin: 0 5.07vw;
    border-collapse: collapse;
    font-family: Open Sans Light, Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    overflow: hidden;
    position: absolute
}

.c-usp-intro__space-content-first-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%
}

.c-usp-intro__space-content-first-item__title {
    margin: 0 20px 10px;
    font-size: 16px;
    line-height: 1.3;
    color: #fff
}

.c-usp-intro__space-content-first-item0 {
    grid-column-start: 8;
    grid-column-end: 20;
    grid-row-start: 9;
    grid-row-end: 16
}

.c-usp-intro__space-content-first-item1 {
    grid-column-start: 8;
    grid-column-end: 16;
    grid-row-start: 1;
    grid-row-end: 9
}

.c-usp-intro__space-content-first-item2 {
    grid-column-start: 16;
    grid-column-end: 26;
    grid-row-start: 2;
    grid-row-end: 9
}

.c-usp-intro__space-content-first-item3 {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 4;
    grid-row-end: 16
}

.c-usp-intro__space-content-first-item4 {
    grid-column-start: 4;
    grid-column-end: 15;
    grid-row-start: 16;
    grid-row-end: 23
}

.c-usp-intro__space-content-first-item5 {
    grid-column-start: 15;
    grid-column-end: 25;
    grid-row-start: 16;
    grid-row-end: 23
}

.c-usp-intro__space-content-first5 .c-usp-intro__space-content-first-item0 {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 13;
}

.c-usp-intro__space-content-first5 .c-usp-intro__space-content-first-item1 {
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 7
}

.c-usp-intro__space-content-first5 .c-usp-intro__space-content-first-item2 {
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 7;
    grid-row-end: 13
}

.c-usp-intro__space-content-first5 .c-usp-intro__space-content-first-item3 {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 13;
    grid-row-end: 19
}

.c-usp-intro__space-content-first5 .c-usp-intro__space-content-first-item4 {
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 13;
    grid-row-end: 19
}

.c-usp-intro__space-content-first4 .c-usp-intro__space-content-first-item0 {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 13
}

.c-usp-intro__space-content-first4 .c-usp-intro__space-content-first-item1 {
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 7
}

.c-usp-intro__space-content-first4 .c-usp-intro__space-content-first-item2 {
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 7;
    grid-row-end: 13
}

.c-usp-intro__space-content-first4 .c-usp-intro__space-content-first-item3 {
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 13;
    grid-row-end: 19
}

.c-usp-intro__space-content-swiper {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    opacity: 0
}

.c-usp-intro__space-content-swiper-item {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    color: #fff
}

@media(min-width: 992px) {
    .c-usp-intro__space-content-swiper-item {
        grid-template-columns: repeat(24, 1fr)
    }
}

.c-usp-intro__space-content-swiper-item__title {
    font-size: 30px;
    line-height: 1.3
}

.c-usp-intro__space-content-swiper-item__descript {
    margin-top: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
}

.c-usp-intro__space-swiper-paginationAndNavigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 48px;
    z-index: 1
}

.c-usp-intro__space-swiper-pagination {
    width: 100%;
    text-align: center
}

.c-usp-intro__space-swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 12px;
    border-radius: 50%;
    border: 1px solid hsla(0, 0%, 100%, .6);
    background: hsla(0, 0%, 100%, .6)
}

.c-usp-intro__space-swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0
}

.c-usp-intro__space-swiper-pagination .swiper-pagination-bullet-active {
    border-color: #fff;
    background: #fff
}

@media(min-width: 992px) {
    .c-usp-intro__space-swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px
    }
}

.c-usp-intro__space .c-usp-intro__space-swiper-left,
.c-usp-intro__space .c-usp-intro__space-swiper-right {
    display: none;
    cursor: pointer
}

.c-usp-intro__space .c-usp-intro__space-swiper-left.swiper-button-disabled,
.c-usp-intro__space .c-usp-intro__space-swiper-right.swiper-button-disabled {
    display: none
}

@media(min-width: 1200px) {
    .c-usp-intro__space-content {
        width: 100%
    }
    .c-usp-intro__space-content-first {
        grid-template-columns: repeat(24, 2.96875vw);
        grid-template-rows: repeat(9, 2.96875vw);
        grid-column-gap: 1.25vw;
        grid-row-gap: 1.25vw;
        margin: 0
    }
    .c-usp-intro__space-content-first-item__title {
        font-size: 26px
    }
    .c-usp-intro__space-content-first-item0 {
        grid-column-start: 10;
        grid-column-end: 20;
        grid-row-start: 6;
        grid-row-end: 12
    }
    .c-usp-intro__space-content-first-item1 {
        grid-column-start: 10;
        grid-column-end: 15;
        grid-row-start: 1;
        grid-row-end: 6
    }
    .c-usp-intro__space-content-first-item2 {
        grid-column-start: 15;
        grid-column-end: 21;
        grid-row-start: 2;
        grid-row-end: 6
    }
    .c-usp-intro__space-content-first-item3 {
        grid-column-start: 5;
        grid-column-end: 10;
        grid-row-start: 4;
        grid-row-end: 12
    }
    .c-usp-intro__space-content-first-item4 {
        grid-column-start: 6;
        grid-column-end: 14;
        grid-row-start: 12;
        grid-row-end: 17
    }
    .c-usp-intro__space-content-first-item5 {
        grid-column-start: 14;
        grid-column-end: 21;
        grid-row-start: 12;
        grid-row-end: 17
    }
    .c-usp-intro__space-content-first5 .c-usp-intro__space-content-first-item0 {
        grid-column-start: 5;
        grid-column-end: 15;
        grid-row-start: 1;
        grid-row-end: 7
    }
    .c-usp-intro__space-content-first5 .c-usp-intro__space-content-first-item1 {
        grid-column-start: 15;
        grid-column-end: 20;
        grid-row-start: 1;
        grid-row-end: 7
    }
    .c-usp-intro__space-content-first5 .c-usp-intro__space-content-first-item2 {
        grid-column-start: 5;
        grid-column-end: 10;
        grid-row-start: 7;
        grid-row-end: 10
    }
    .c-usp-intro__space-content-first5 .c-usp-intro__space-content-first-item3 {
        grid-column-start: 10;
        grid-column-end: 15;
        grid-row-start: 7;
        grid-row-end: 10
    }
    .c-usp-intro__space-content-first5 .c-usp-intro__space-content-first-item4 {
        grid-column-start: 15;
        grid-column-end: 20;
        grid-row-start: 7;
        grid-row-end: 10
    }
    .c-usp-intro__space-content-first4 .c-usp-intro__space-content-first-item0 {
        grid-column-start: 5;
        grid-column-end: 15;
        grid-row-start: 1;
        grid-row-end: 7
    }
    .c-usp-intro__space-content-first4 .c-usp-intro__space-content-first-item1 {
        grid-column-start: 15;
        grid-column-end: 20;
        grid-row-start: 1;
        grid-row-end: 7
    }
    .c-usp-intro__space-content-first4 .c-usp-intro__space-content-first-item2 {
        grid-column-start: 5;
        grid-column-end: 13;
        grid-row-start: 7;
        grid-row-end: 11;
        margin-right: 2.109375vw
    }
    .c-usp-intro__space-content-first4 .c-usp-intro__space-content-first-item3 {
        grid-column-start: 12;
        grid-column-end: 20;
        grid-row-start: 7;
        grid-row-end: 11;
        margin-left: 2.109375vw
    }
    .c-usp-intro__space-content-swiper-item .e-background-image__content {
        grid-column-start: 3;
        grid-column-end: 19;
        padding-bottom: 30px
    }
    .c-usp-intro__space-content-swiper-item__title {
        font-size: 58px
    }
    .c-usp-intro__space-content-swiper-item__descript {
        font-size: 15px;
        line-height: 2
    }
    .c-usp-intro__space-swiper-paginationAndNavigation {
        margin-right: 24px;
        font-size: 32px;
        bottom: 26px;
        right: calc(8.33333vw + .66667px)
    }
    .c-usp-intro__space-swiper-pagination {
        width: auto;
        min-width: 112px;
        padding: 0 16px
    }
    .c-usp-intro__space .c-usp-intro__space-swiper-left,
    .c-usp-intro__space .c-usp-intro__space-swiper-right {
        display: block
    }
}


/***/


/* Geometry C Animation */

.e-background-image__img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.e-background-image__img {
    background-size: cover;
}

.c-geometry_c__space {
    width: 100%;
    height: 100vh;
    background: #ccc;
    overflow: hidden
}

.c-geometry_c__space-background {
    width: 100%;
    height: 180%;
    position: relative;
    -webkit-animation: pcBackground .3s forwards;
    animation: pcBackground .3s forwards;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.c-geometry_c__space-circle-content {
    position: absolute;
    top: 50vh;
    left: 44vw;
    width: 280px;
    height: 280px;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: circle .3s forwards;
    animation: circle .3s forwards
}

.c-geometry_c__space-circle-content .line {
    position: relative;
    width: 30px;
    height: 140px;
    background: transparent;
    position: absolute;
    top: 0;
    left: calc(50% - 15px);
    -webkit-animation: rotate .6s forwards;
    animation: rotate .6s forwards;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.c-geometry_c__space-circle-content-second {
    opacity: 1;
    -webkit-animation: circle2 .3s forwards;
    animation: circle2 .3s forwards;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.c-geometry_c__space-curve {
    position: absolute;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    width: 280px;
    height: 280px;
    left: -125px
}

.c-geometry_c__space-circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.c-geometry_c__space-bigC {
    left: 44vw;
    width: 340px;
    height: 340px;
    -webkit-animation: circle .3s forwards;
    animation: circle .3s forwards;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
    z-index: 3
}

.c-geometry_c__space-bigC,
.c-geometry_c__space-c-icon-content {
    position: absolute;
    top: 50vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.c-geometry_c__space-c-icon-content {
    left: 50vw;
    width: 28px;
    height: 26px;
    -webkit-animation: mobileSmallC .3s forwards;
    animation: mobileSmallC .3s forwards;
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.c-geometry_c__space-c-second {
    left: calc(50vw + 150px);
    opacity: 1;
    -webkit-animation: mobileSmallC2 .3s forwards;
    animation: mobileSmallC2 .3s forwards;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.c-geometry_c__space-c-icon {
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    height: 100%
}

.c-geometry_c__space-c-icon svg {
    width: 100%;
    height: 100%
}

.c-geometry_c__space-i-icon-content {
    position: absolute;
    top: 50vh;
    left: calc(50vw + 110px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 55px;
    height: 505px;
    opacity: 0;
    -webkit-animation: mobileI .3s forwards;
    animation: mobileI .3s forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.c-geometry_c__space-i-second {
    opacity: 1;
    -webkit-animation: mobileI2 .3s forwards;
    animation: mobileI2 .3s forwards;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    left: calc(50vw + 110px);
    width: 6px;
    height: 40px
}

.c-geometry_c__space-i-icon {
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    height: 100%
}

.c-geometry_c__space-i-icon svg {
    width: 100%;
    height: 100%
}

.c-geometry_c__space-geometry-icon-content {
    height: 100vh;
    width: calc(50vw + 100px);
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.c-geometry_c__space-geometry-icon-inner {
    position: absolute;
    top: 50vh;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 263px;
    height: 26px;
    left: calc(50vw + 250px);
    -webkit-animation: mobileGeometry .3s forwards;
    animation: mobileGeometry .3s forwards;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.c-geometry_c__space-g-second {
    -webkit-animation: mobileGeometry2 .3s forwards;
    animation: mobileGeometry2 .3s forwards;
    width: 263px;
    height: 26px;
    left: calc(50vw - 170px)
}

.c-geometry_c__space-geometry-icon {
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    height: 100%
}

.c-geometry_c__space-geometry-icon svg {
    width: 100%;
    height: 100%
}

.c-geometry_c__space-car-content {
    overflow: hidden;
    height: 100vh;
    position: absolute;
    top: 0;
    width: calc(50vw + 80px);
    left: calc(50vw - 110px)
}

.c-geometry_c__space-car-inner {
    position: absolute;
    top: 50vh;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 266px;
    height: 117px;
    left: -270px;
    -webkit-animation: mobileCarMove .6s forwards;
    animation: mobileCarMove .6s forwards;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s
}

.c-geometry_c__space-car {
    width: 100%;
    height: 100%
}

@media(min-width: 768px) {
    .c-geometry_c__space-circle-content {
        left: 50vw;
        width: 400px;
        height: 400px
    }
    .c-geometry_c__space-circle-content .line {
        height: 200px
    }
    .c-geometry_c__space-curve {
        width: 400px;
        height: 400px;
        left: -185px
    }
    .c-geometry_c__space-c-icon-content {
        width: 71px;
        height: 67px;
        -webkit-animation: tabletSmallC .3s forwards;
        animation: tabletSmallC .3s forwards;
        -webkit-animation-delay: .9s;
        animation-delay: .9s
    }
    .c-geometry_c__space-c-second {
        left: calc(50vw + 320px);
        opacity: 1;
        -webkit-animation: tabletSmallC2 .3s forwards;
        animation: tabletSmallC2 .3s forwards;
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
        width: 71px;
        height: 67px
    }
    .c-geometry_c__space-i-icon-content {
        width: 77px;
        height: 707px;
        left: calc(50vw + 250px);
        opacity: 0;
        -webkit-animation: tabletI .3s forwards;
        animation: tabletI .3s forwards;
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s
    }
    .c-geometry_c__space-i-second {
        opacity: 1;
        width: 8px;
        height: 76px;
        -webkit-animation: tabletI2 .3s forwards;
        animation: tabletI2 .3s forwards;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
        left: calc(50vw + 250px)
    }
    .c-geometry_c__space-geometry-icon-content {
        width: calc(50vw + 220px)
    }
    .c-geometry_c__space-geometry-icon-inner {
        width: 602px;
        height: 62px;
        left: calc(50vw + 220px);
        -webkit-animation: tabletGeometry .3s forwards;
        animation: tabletGeometry .3s forwards;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s
    }
    .c-geometry_c__space-g-second {
        left: calc(50vw - 380px);
        -webkit-animation: tabletGeometry2 .3s forwards;
        animation: tabletGeometry2 .3s forwards;
        width: 602px;
        height: 62px
    }
    .c-geometry_c__space-bigC {
        left: 50vw;
        width: 500px;
        height: 500px;
        opacity: 0;
        -webkit-animation: circle .3s forwards;
        animation: circle .3s forwards;
        -webkit-animation-delay: 2.1s;
        animation-delay: 2.1s;
        z-index: 3
    }
    .c-geometry_c__space-car-content {
        width: calc(50vw + 130px);
        left: calc(50vw - 130px)
    }
    .c-geometry_c__space-car-inner {
        width: 400px;
        height: 180px;
        left: -480px;
        -webkit-animation: tabletCarMove .6s forwards;
        animation: tabletCarMove .6s forwards;
        -webkit-animation-delay: 2.7s;
        animation-delay: 2.7s
    }
}

@media(min-width: 1440px) {
    .c-geometry_c__space-background {
        -webkit-animation: pcBackground .3s forwards;
        animation: pcBackground .3s forwards;
        -webkit-animation-delay: 2.4s;
        animation-delay: 2.4s
    }
    .c-geometry_c__space-background .e-background-image__img {
        background-position: 50% 90%!important
    }
    .c-geometry_c__space-circle-content {
        width: 540px;
        height: 540px
    }
    .c-geometry_c__space-circle-content .line {
        height: 270px
    }
    .c-geometry_c__space-curve {
        width: 540px;
        height: 540px;
        left: -255px
    }
    .c-geometry_c__space-circle-content-second {
        opacity: 1;
        -webkit-animation: circle2 .3s forwards;
        animation: circle2 .3s forwards;
        -webkit-animation-delay: 1.8s;
        animation-delay: 1.8s
    }
    .c-geometry_c__space-bigC {
        width: 600px;
        height: 600px;
        opacity: 0;
        -webkit-animation: circle .3s forwards;
        animation: circle .3s forwards;
        -webkit-animation-delay: 2.1s;
        animation-delay: 2.1s;
        z-index: 3
    }
    .c-geometry_c__space-c-icon-content {
        width: 102px;
        height: 95px;
        -webkit-animation: pcSmallC .3s forwards;
        animation: pcSmallC .3s forwards;
        -webkit-animation-delay: .9s;
        animation-delay: .9s
    }
    .c-geometry_c__space-c-second {
        left: calc(50vw + 500px);
        opacity: 1;
        -webkit-animation: pcSmallC2 .3s forwards;
        animation: pcSmallC2 .3s forwards;
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
        width: 102px;
        height: 95px
    }
    .c-geometry_c__space-i-icon-content {
        width: 110px;
        height: 1010px;
        left: calc(50vw + 400px);
        opacity: 0;
        -webkit-animation: pcI .3s forwards;
        animation: pcI .3s forwards;
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s
    }
    .c-geometry_c__space-i-second {
        opacity: 1;
        width: 11px;
        height: 101px;
        -webkit-animation: pcI2 .3s forwards;
        animation: pcI2 .3s forwards;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
        left: calc(50vw + 400px)
    }
    .c-geometry_c__space-geometry-icon-content {
        width: calc(50vw + 350px)
    }
    .c-geometry_c__space-geometry-icon-inner {
        width: 860px;
        height: 88px;
        left: calc(50vw + 350px);
        -webkit-animation: pcGeometry .3s forwards;
        animation: pcGeometry .3s forwards;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s
    }
    .c-geometry_c__space-g-second {
        left: calc(50vw - 510px);
        -webkit-animation: pcGeometry2 .3s forwards;
        animation: pcGeometry2 .3s forwards;
        width: 860px;
        height: 88px
    }
    .c-geometry_c__space-car-content {
        width: calc(50vw + 200px);
        left: calc(50vw - 200px)
    }
    .c-geometry_c__space-car-inner {
        width: 540px;
        height: 230px;
        left: -540px;
        -webkit-animation: pcCarMove .6s forwards;
        animation: pcCarMove .6s forwards;
        -webkit-animation-delay: 2.7s;
        animation-delay: 2.7s
    }
}

@-webkit-keyframes pcBackground {
    0% {
        height: 180%
    }
    to {
        height: 100%
    }
}

@keyframes pcBackground {
    0% {
        height: 180%
    }
    to {
        height: 100%
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    to {
        -webkit-transform: rotate(400deg);
        transform: rotate(400deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    to {
        -webkit-transform: rotate(400deg);
        transform: rotate(400deg)
    }
}

@-webkit-keyframes pcCarMove {
    0% {
        left: -540px
    }
    to {
        left: 60px
    }
}

@keyframes pcCarMove {
    0% {
        left: -540px
    }
    to {
        left: 60px
    }
}

@-webkit-keyframes tabletCarMove {
    0% {
        left: -540px
    }
    to {
        left: 10px
    }
}

@keyframes tabletCarMove {
    0% {
        left: -540px
    }
    to {
        left: 10px
    }
}

@-webkit-keyframes mobileCarMove {
    0% {
        left: -270px
    }
    to {
        left: 0
    }
}

@keyframes mobileCarMove {
    0% {
        left: -270px
    }
    to {
        left: 0
    }
}

@-webkit-keyframes circle {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes circle {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes circle2 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes circle2 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes pcSmallC {
    0% {
        opacity: 0;
        left: 50vw
    }
    50% {
        opacity: 1;
        left: 50vw
    }
    to {
        opacity: 1;
        left: calc(50vw + 500px)
    }
}

@keyframes pcSmallC {
    0% {
        opacity: 0;
        left: 50vw
    }
    50% {
        opacity: 1;
        left: 50vw
    }
    to {
        opacity: 1;
        left: calc(50vw + 500px)
    }
}

@-webkit-keyframes tabletSmallC {
    0% {
        opacity: 0;
        left: 50vw
    }
    50% {
        opacity: 1;
        left: 50vw
    }
    to {
        opacity: 1;
        left: calc(50vw + 320px)
    }
}

@keyframes tabletSmallC {
    0% {
        opacity: 0;
        left: 50vw
    }
    50% {
        opacity: 1;
        left: 50vw
    }
    to {
        opacity: 1;
        left: calc(50vw + 320px)
    }
}

@-webkit-keyframes mobileSmallC {
    0% {
        opacity: 0;
        left: 50vw
    }
    50% {
        opacity: 1;
        left: 50vw
    }
    to {
        opacity: 1;
        left: calc(50vw + 150px)
    }
}

@keyframes mobileSmallC {
    0% {
        opacity: 0;
        left: 50vw
    }
    50% {
        opacity: 1;
        left: 50vw
    }
    to {
        opacity: 1;
        left: calc(50vw + 150px)
    }
}

@-webkit-keyframes pcSmallC2 {
    0% {
        top: 50vh
    }
    to {
        left: 640px;
        top: calc(100vh - 50px);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        width: 61px;
        height: 57px
    }
}

@keyframes pcSmallC2 {
    0% {
        top: 50vh
    }
    to {
        left: 640px;
        top: calc(100vh - 50px);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        width: 61px;
        height: 57px
    }
}

@-webkit-keyframes tabletSmallC2 {
    0% {
        top: 50vh
    }
    to {
        left: 485px;
        top: calc(100vh - 30px);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        width: 68px;
        height: 42px
    }
}

@keyframes tabletSmallC2 {
    0% {
        top: 50vh
    }
    to {
        left: 485px;
        top: calc(100vh - 30px);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        width: 68px;
        height: 42px
    }
}

@-webkit-keyframes mobileSmallC2 {
    0% {
        top: 50vh
    }
    to {
        top: calc(100vh - 90px)
    }
}

@keyframes mobileSmallC2 {
    0% {
        top: 50vh
    }
    to {
        top: calc(100vh - 90px)
    }
}

@-webkit-keyframes pcI {
    0% {
        opacity: 0;
        width: 110px;
        height: 1010px
    }
    to {
        opacity: 1;
        width: 11px;
        height: 101px
    }
}

@keyframes pcI {
    0% {
        opacity: 0;
        width: 110px;
        height: 1010px
    }
    to {
        opacity: 1;
        width: 11px;
        height: 101px
    }
}

@-webkit-keyframes tabletI {
    0% {
        opacity: 0;
        width: 77px;
        height: 707px
    }
    to {
        opacity: 1;
        width: 8px;
        height: 76px
    }
}

@keyframes tabletI {
    0% {
        opacity: 0;
        width: 77px;
        height: 707px
    }
    to {
        opacity: 1;
        width: 8px;
        height: 76px
    }
}

@-webkit-keyframes mobileI {
    0% {
        opacity: 0;
        width: 55px;
        height: 505px
    }
    to {
        opacity: 1;
        width: 6px;
        height: 40px
    }
}

@keyframes mobileI {
    0% {
        opacity: 0;
        width: 55px;
        height: 505px
    }
    to {
        opacity: 1;
        width: 6px;
        height: 40px
    }
}

@-webkit-keyframes pcI2 {
    0% {
        top: 50vh
    }
    to {
        left: 595px;
        top: calc(100vh - 50px);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        width: 7px;
        height: 60px
    }
}

@keyframes pcI2 {
    0% {
        top: 50vh
    }
    to {
        left: 595px;
        top: calc(100vh - 50px);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        width: 7px;
        height: 60px
    }
}

@-webkit-keyframes tabletI2 {
    0% {
        top: 50vh
    }
    to {
        left: 460px;
        top: calc(100vh - 25px);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        width: 7px;
        height: 60px
    }
}

@keyframes tabletI2 {
    0% {
        top: 50vh
    }
    to {
        left: 460px;
        top: calc(100vh - 25px);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        width: 7px;
        height: 60px
    }
}

@-webkit-keyframes mobileI2 {
    0% {
        top: 50vh
    }
    to {
        top: calc(100vh - 90px)
    }
}

@keyframes mobileI2 {
    0% {
        top: 50vh
    }
    to {
        top: calc(100vh - 90px)
    }
}

@-webkit-keyframes pcGeometry {
    0% {
        left: calc(50vw + 250px)
    }
    to {
        left: calc(50vw - 510px)
    }
}

@keyframes pcGeometry {
    0% {
        left: calc(50vw + 250px)
    }
    to {
        left: calc(50vw - 510px)
    }
}

@-webkit-keyframes tabletGeometry {
    0% {
        left: calc(50vw + 250px)
    }
    to {
        left: calc(50vw - 380px)
    }
}

@keyframes tabletGeometry {
    0% {
        left: calc(50vw + 250px)
    }
    to {
        left: calc(50vw - 380px)
    }
}

@-webkit-keyframes mobileGeometry {
    0% {
        left: calc(50vw + 250px)
    }
    to {
        left: calc(50vw - 170px)
    }
}

@keyframes mobileGeometry {
    0% {
        left: calc(50vw + 250px)
    }
    to {
        left: calc(50vw - 170px)
    }
}

@-webkit-keyframes mobileGeometry2 {
    0% {
        top: 50vh
    }
    to {
        top: calc(100vh - 90px)
    }
}

@keyframes mobileGeometry2 {
    0% {
        top: 50vh
    }
    to {
        top: calc(100vh - 90px)
    }
}

@-webkit-keyframes tabletGeometry2 {
    0% {
        top: 50vh
    }
    to {
        left: 30px;
        top: calc(100vh - 30px);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        width: 413px;
        height: 42px
    }
}

@keyframes tabletGeometry2 {
    0% {
        top: 50vh
    }
    to {
        left: 30px;
        top: calc(100vh - 30px);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        width: 413px;
        height: 42px
    }
}

@-webkit-keyframes pcGeometry2 {
    0% {
        top: 50vh
    }
    to {
        left: 50px;
        top: calc(100vh - 50px);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        width: 516px;
        height: 53px
    }
}

@keyframes pcGeometry2 {
    0% {
        top: 50vh
    }
    to {
        left: 50px;
        top: calc(100vh - 50px);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        width: 516px;
        height: 53px
    }
}
p.help-block{
    font-size: 12px;
    color: red;
}
.cookie-consent-accept-all{

}
*{
    -webkit-overflow-scrolling: touch !important;
}
@media (max-width: 576px) {
    .specifications-space-record-content{
        margin-top: -300px;
    }
    .events-banner-item .events-banner-content{
        bottom: 15px;
    }
    .section-animate {
        display: flex;
        height: 79vh;
        overflow: hidden;
        position: relative;
    }
    .banner-area2 .banner-bg{
        max-height: 50vh;
    }
}
.news-detail__article ul{
    list-style: disc !important;
    margin-left: 20px;
}
.news-detail__article_item img{
    width: 100% !important;
    height: auto !important;
}