@font-face {
    font-family: "Changan Uni Type";
    src: url("../fonts/new/changan\ uni\ type\ Regular.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "fzlantingheis-m-gbregular";
    src: url("../fonts/fzltzhunhjw-webfont.woff2") format("woff2"), url("../fonts/fzltzhunhjw-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "fzlantingheis-b-gbregular";
    src: url("../fonts/fzltchjw-webfont.woff2") format("woff2"), url("../fonts/fzltchjw-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FZLanTingHeiS-DB-GB Regular";
    src: url("../fonts/new/FZLanTingHeiS-DB-GB\ Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FZLanTingHeiS-EL-GB";
    src: url("../fonts/new/FZLTXHJW.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Switzer";
    src: url("../fonts/new/Switzer-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Switzer";
    src: url("../fonts/new/Switzer.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    color: #000;
    background: #fff;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}

* {
    max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
}

input,
textarea,
select {
    font: 100%;
    color: #000;
    vertical-align: middle;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    cursor: pointer;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
    margin: 0;
    padding: 4px 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #000;
    outline: none;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
    outline: none;
}

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-size: 12px;
    line-height: 1.25;
    font-family: "fzlantingheis-m-gbregular", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "fzlantingheis-m-gbregular", sans-serif;
}

h1 {
    font-size: 84px;
    line-height: 0.8;
}

@media all and (max-width: 991px) {
    h1 {
        font-size: 64px;
    }
}

@media all and (max-width: 767px) {
    h1 {
        font-size: 48px;
    }
}

.btn {
    font-size: 12px;
    line-height: 1.1;
    padding: 9px 24px;
    border-radius: 20px;
    font-family: "Inter", sans-serif;
}

.btn:hover {
    text-decoration: none;
}

.btn-primary {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.3);
}

.btn-primary:hover {
    color: #000;
    background: #fff;
    border-color: #000;
}

.btn-dark {
    border: 0;
}

.btn-dark:hover {
    color: #000;
    background: rgba(0, 0, 0, 0.1);
}

.btn-white {
    background: #fff;
}

.btn-white:hover {
    background: #000;
}

.btn-alt {
    border-color: #000;
}

.btn-alt:hover {
    border-color: #000;
}

#wrapper {
    overflow: hidden;
}

#header {
    padding: 8px 0;
    font-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}

#header .container {
    position: relative;
}

#header .top-header {
    padding: 0 20px;
}

#header.menu-open {
    background-color: #fff;
}

#header.menu-open>.container a {
    color: #666 !important;
}

@media all and (max-width: 767px) {
    #header .top-header {
        padding: 0 10px;
    }
}

#header .dropdown-holder {
    background: #fff;
    padding: 120px 40px 60px;
}

#header .dropdown-holder h1 {
    font-family: "Changan Uni Type", sans-serif;
}

#header .dropdown-holder ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 34px;
}

#header .dropdown-holder ul li {
    padding: 10px 0;
}

#header .dropdown-holder ul li a {
    text-decoration: none;
}

#header .dropdown-holder ul li a:hover {
    color: #A9A9A9;
}

#header .deepal-dropdown-holder {
    display: block;
    background: #fff;
    padding: 22px 40px;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 1.2s cubic-bezier(.25, 1, .5, 1);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    visibility: hidden;
    pointer-events: none;
}

/* Only show Deepal dropdown when it is explicitly opened */
#header.menu-open #deepal-dropdown-holder.is-open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
}

#header .deepal-dropdown-holder.hide {
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
    pointer-events: none;
}

#header .deepal-dropdown-holder ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    font-size: 24px;
    padding-bottom: 50px;
    font-family: "Inter", sans-serif;
}

#header .deepal-dropdown-holder ul li {
    width: 50%;
    float: left;
    padding: 2px 0;
}

#header .deepal-dropdown-holder ul li a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* When hovering over the ul, make all links light gray */
#header .deepal-dropdown-holder ul:hover li a {
    color: #A9A9A9;
}

/* When hovering over a specific link, make only that link black */
#header .deepal-dropdown-holder ul li a:hover {
    color: #000;
}

@media all and (min-width: 993px) {
    #header .desktop-navbar-holder {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media all and (max-width: 991px) {
    #header .desktop-navbar-holder {
        display: none;
    }
}

#header .mobile-nav-holder {
    padding: 220px 0 150px;
}

#header .mobile-nav-holder ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 48px;
    font-family: "fzlantingheis-b-gbregular", sans-serif;
}

@media all and (max-width: 767px) {
    #header .mobile-nav-holder ul {
        font-size: 36px;
    }
}

#header .mobile-nav-holder ul li {
    padding: 1px 0;
}

#header .mobile-nav-holder ul li a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
}

#header .mobile-nav-holder ul li a:hover {
    color: #000;
}

#header .mobile-nav-holder ul li.active a {
    color: #000;
}

#header .left-info {
    width: 35%;
    position: relative;
}

#header .left-info .open-close {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#header .left-info .open-close ul li {
    display: inline-block;
    vertical-align: middle;
}

#header .opener {
    display: block;
    transition: all 0.5s;
}

#header .collapse.show+.opener {
    display: none;
}

#header .navbar {
    padding: 0;
}

@media all and (max-width: 991px) {
    #header .navbar {
        justify-content: end;
    }
}

#header .navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header .navbar .nav-link {
    font-size: 12px;
    padding: 0 10px;
    font-family: "fzlantingheis-b-gbregular", sans-serif;
    color: rgba(0, 0, 0, 0.4);
}

@media all and (min-width: 1201px) {
    #header .navbar .nav-link {
        padding: 0 6px;
    }
}

#header .navbar .nav-link:hover {
    color: #000;
    text-decoration: none;
}

#header .navbar .nav-link.active {
    color: #000;
}

#header .navbar-toggler {
    border: 0;
    padding: 0;
    width: 32px;
    height: 26px;
    margin-top: -30px;
    box-shadow: none;
    position: relative;
}

#header .navbar-toggler::before,
#header .navbar-toggler::after {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    content: "";
    border-radius: 4px;
    background: #000;
    transition: all 0.2s linear;
}

#header .navbar-toggler .navbar-toggler-icon {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    display: block;
    border-radius: 4px;
    background: #000;
    transform: translateY(-50%);
}

#header .navbar-toggler::before {
    top: 12px;
    transform: rotate(45deg);
}

#header .navbar-toggler::after {
    bottom: 12px;
    transform: rotate(-45deg);
}

#header .navbar-toggler.collapsed::before {
    top: 0;
    transform: rotate(0);
}

#header .navbar-toggler.collapsed::after {
    bottom: 0;
    transform: rotate(0);
}

#header .navbar-toggler.collapsed .navbar-toggler-icon {
    opacity: 1;
}

#header .right_info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header .right_info ul>li {
    padding: 0 6px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

@media all and (max-width: 575px) {
    #header .right_info ul>li {
        padding: 0 3px;
    }
}

#header .right_info ul>li a {
    color: #000;
    text-decoration: none;
}

#header .right_info ul li.location {
    border: solid rgba(0, 0, 0, 0.4);
    border-width: 0 1px;
}

#header .right_info ul li.location a {
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/icon-location.png") no-repeat;
}

#header .right_info ul li.lang>a {
    display: block;
    padding-right: 20px;
    background: url("../images/arrow-bottom.png") no-repeat right center;
}

#header .right_info ul li.lang>a img {
    display: block;
}

#header .right_info ul li.lang .collapse-vertical {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100px;
    z-index: 111;
    background: #fff;
}

#header .right_info ul li.lang .collapse-vertical ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 10px;
}

#header .right_info ul li.lang .collapse-vertical ul li {
    padding: 2px 0;
}

#header .right_info ul li.lang .collapse-vertical ul li a {
    color: #000;
    text-decoration: none;
}

@media all and (max-width: 575px) {
    #header .right_info ul .btn {
        padding: 7px 15px;
    }
}

#header .right_info .btn-dark {
    color: #fff;
}

#header .right_info .btn-dark:hover {
    color: #000;
}

#header.fixed .logo img {
    filter: invert(1);
}

#header.fixed .nav-link.active {
    color: #fff;
}

#header.fixed .open-close .nav-link {
    color: #999;
}

#header.fixed .open-close .nav-link:hover {
    color: #fff;
}

#header.fixed .open-close .nav-link.active {
    color: #fff;
}

#header.fixed .navbar .opener {
    color: #fff;
}

#header.fixed .navbar .opener:hover {
    color: #999;
}

#header.fixed .navbar-toggler::before,
#header.fixed .navbar-toggler::after,
#header.fixed .navbar-toggler.collapsed .navbar-toggler-icon {
    background: #fff;
}

#header.fixed .right_info ul>li a {
    color: #fff;
}

#header.fixed .right_info ul li.location {
    border-color: rgba(255, 255, 255, 0.4);
}

#header.fixed .right_info ul li.location a {
    filter: invert(1);
}

#header.fixed .right_info ul li.lang>a {
    filter: invert(1);
}

#header.fixed .btn-dark {
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}

#header.fixed .btn-dark:hover {
    color: #000;
    background: #fff;
}

#header.alt .logo img {
    filter: invert(1);
}

#header.alt .navbar-holder {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media all and (max-width: 991px) {
    #header.alt .navbar-holder {
        display: block;
        padding-bottom: 16px;
    }
}

@media all and (max-width: 991px) {
    #header.alt .navbar-holder ul {
        padding: 100px 0;
    }
}

#header.alt .navbar-holder ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

@media all and (max-width: 991px) {
    #header.alt .navbar-holder ul li {
        display: block;
        padding: 5px 0;
    }
}

#header.alt .navbar-holder ul li a {
    color: #A9A9A9;
    text-decoration: none;
    font-family: "fzlantingheis-b-gbregular", sans-serif;
}

#header.alt .navbar-holder ul li a:hover {
    color: #fff;
}

#header.alt .navbar-toggler::before,
#header.alt .navbar-toggler::after,
#header.alt .navbar-toggler.collapsed .navbar-toggler-icon {
    background: #fff;
}

#header.alt .btns-holder {
    overflow: hidden;
}

#header.alt .btns-holder a {
    margin-left: 16px;
}

#header.alt .btns-holder a:first-child {
    margin: 0;
}

#header.alt .btn-alt {
    color: #fff;
    border-color: #fff;
}

#header.alt .btn-dark {
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}

#header.alt .btn-dark:hover {
    color: #000;
    background: #fff;
}

#header.alt.sticky .navbar-holder ul li a:hover {
    color: #000;
}

#header.alt.sticky .btn-alt {
    color: #000;
    border-color: #000;
}

#header.alt.sticky .btn-dark {
    background: #000;
}

#header.alt.sticky .btn-dark:hover {
    color: #000;
    background: rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}

#header.sticky {
    background: #fff;
}

@media all and (min-width: 993px) {
    #header.sticky {
        position: fixed;
    }
}

#header.sticky .logo img {
    filter: invert(0);
}

#header.sticky .right_info ul li.location {
    border-color: rgba(0, 0, 0, 0.4);
}

#header.sticky .right_info ul li.location a,
#header.sticky .right_info ul li.lang>a,
#header.sticky .right_info ul li.lang a img {
    filter: invert(0);
}

#header.sticky .right_info ul>li a {
    color: #000;
}

#header.sticky .right_info .btn-dark {
    color: #fff;
    background: #000;
}

#header.sticky .right_info .btn-dark:hover {
    color: #000;
    background: rgba(0, 0, 0, 0.15);
}

#header.sticky .navbar .opener {
    color: #000;
}

#header.sticky .navbar .open-close .nav-link.active {
    color: #000;
}

#header.sticky .navbar .open-close .nav-link:hover {
    color: #000;
}

#header.sticky .navbar-toggler::before,
#header.sticky .navbar-toggler::after,
#header.sticky .navbar-toggler.collapsed .navbar-toggler-icon {
    background: #000;
}

#header.alt.active .navbar-holder ul li a {
    font-family: "Inter", sans-serif;
    color: rgba(255, 255, 255, 0.4);
}

#header.alt.active .navbar-holder ul li a:hover {
    color: #fff;
}

#header.alt.active .btn-alt {
    color: #fff;
    border-color: #fff;
}

#header.alt.active .btn-dark {
    color: #000;
    background: #fff;
}

#header.active .logo img {
    filter: invert(1);
}

@media all and (max-width: 991px) {
    #header.active {
        background: #000;
        transition: all 0.3s linear;
    }
}

#header.active .mobile-nav-holder {
    padding: 220px 0 150px;
}

#header.active .mobile-nav-holder ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 48px;
    font-family: "fzlantingheis-b-gbregular", sans-serif;
}

@media all and (max-width: 767px) {
    #header.active .mobile-nav-holder ul {
        font-size: 36px;
    }
}

#header.active .mobile-nav-holder ul li {
    padding: 1px 0;
}

#header.active .mobile-nav-holder ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.4);
}

#header.active .mobile-nav-holder ul li a:hover {
    color: #fff;
}

#header.active .mobile-nav-holder ul li.active a {
    color: #fff;
}

#header.active .navbar-toggler .navbar-toggler-icon {
    background: #fff;
}

#header.active .navbar-toggler::before,
#header.active .navbar-toggler::after {
    background: #fff;
}

.video-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

@media all and (max-width: 767px) {
    .video-container {
        padding: 12px;
    }
}

.video-container::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.3);
}

.video-container h1 {
    color: #fff;
    line-height: 0.8;
    margin-bottom: 10px;
    font-family: "Changan Uni Type", sans-serif;
}

.video-container h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 18px;
}

@media all and (max-width: 991px) {
    .video-container h2 {
        font-size: 20px;
    }
}

@media all and (max-width: 767px) {
    .video-container h2 {
        font-size: 18px;
    }
}

.video-container .video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.video-container .overlay-content {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}

@media all and (max-width: 767px) {
    .video-container .overlay-content {
        font-size: 12px;
    }
}

.video-container .btns-holder {
    overflow: hidden;
}

.video-container .btns-holder a {
    margin: 0 5px;
}

.home-about-wrap {
    padding: 85px 20px;
}

@media all and (max-width: 991px) {
    .home-about-wrap {
        padding: 85px 0;
    }
}

.home-about-wrap .holder {
    padding: 22px 0;
    border-top: solid 1px rgba(128, 128, 128, 0.5490196078);
}

.home-about-wrap .holder a {
    font-family: "fzlantingheis-b-gbregular", sans-serif;
}

.home-about-wrap h2 {
    font-size: 34px;
}

@media all and (max-width: 767px) {
    .home-about-wrap h2 {
        font-size: 20px;
    }
}

.home-about-wrap .images-slider {
    overflow: hidden;
}

.journal-wrap {
    padding: 112px 10px 60px;
}

@media all and (max-width: 991px) {
    .journal-wrap {
        padding: 112px 0 60px;
    }
}

.journal-wrap h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

@media all and (max-width: 767px) {
    .journal-wrap h2 {
        font-size: 24px;
    }
}

.journal-wrap .journal-box {
    margin-bottom: 30px;
}

.journal-wrap .journal-box:hover a {
    color: #000;
}

.journal-wrap .journal-box img {
    border-radius: 4px;
    margin-bottom: 30px;
}

.journal-wrap .journal-box h3 {
    font-size: 14px;
    margin-bottom: 6px;
    font-family: "fzlantingheis-eb-gbregular", sans-serif;
}

.journal-wrap .journal-box p {
    font-size: 12px;
}

.journal-wrap .journal-box a {
    font-size: 12px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}

.slider-journal-wrap {
    padding-top: 80px;
    border-top: solid 1px rgba(128, 128, 128, 0.5490196078);
}

.slider-journal-wrap .journal-box h3 {
    font-size: 24px;
    font-family: "fzlantingheis-m-gbregular", sans-serif;
}

@media all and (max-width: 991px) {
    .slider-journal-wrap .journal-box h3 {
        font-size: 20px;
    }
}

@media all and (max-width: 767px) {
    .slider-journal-wrap .journal-box h3 {
        font-size: 18px;
    }
}

.slider-journal-wrap .journal-box p {
    font-size: 14px;
}

@media all and (max-width: 767px) {
    .slider-journal-wrap .journal-box p {
        font-size: 12px;
    }
}

.journal-slider {
    position: relative;
}

.journal-slider .arrows {
    overflow: hidden;
    text-align: right;
    position: absolute;
    right: 0;
    top: -46px;
    width: 70px;
    display: flex;
    justify-content: space-between;
}

.journal-slider .gmask {
    overflow: hidden;
}

.journal-slider .slideset {
    width: 100% !important;
    white-space: nowrap;
    letter-spacing: -4px;
}

.journal-slider .slide {
    float: none;
    margin: 0 6px;
    letter-spacing: 0;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 12px) !important;
}

@media all and (max-width: 991px) {
    .journal-slider .slide {
        width: calc(33.333% - 12px) !important;
    }
}

@media all and (max-width: 767px) {
    .journal-slider .slide {
        width: calc(50% - 12px) !important;
    }
}

.banner {
    overflow: hidden;
    position: relative;
    height: 790px;
}

.banner .banner-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 70px;
}

@media all and (max-width: 991px) {
    .banner .banner-content {
        padding: 0 40px;
    }
}

.banner .banner-content h1 {
    color: #fff;
    line-height: 1;
    font-family: "Changan Uni Type", sans-serif;
}

.banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section {
    overflow: hidden;
    padding: 40px 10px;
}

.section h2 {
    font-size: 34px;
}

@media all and (max-width: 767px) {
    .section h2 {
        font-size: 30px;
    }
}

.brand-cat-wrap {
    overflow: hidden;
    padding: 0 10px;
}

@media all and (max-width: 991px) {
    .brand-cat-wrap {
        padding: 0;
    }
}

.brand-cat-wrap h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

@media all and (max-width: 767px) {
    .brand-cat-wrap h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.brand-cat-wrap .brand-block {
    padding: 30px 0 50px;
    border-top: solid 1px #A9A9A9;
}

.brand-cat-wrap .brand-block img {
    width: 100%;
    height: 288px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media all and (max-width: 767px) {
    .brand-cat-wrap .brand-block img {
        height: 400px;
        margin-bottom: 28px;
    }
}

.brand-cat-wrap .brand-block .title-box {
    font-size: 24px;
    padding-right: 100px;
    font-family: "fzlantingheis-db-gbregular", sans-serif;
}

@media all and (min-width: 769px) {
    .brand-cat-wrap .brand-block .title-box {
        display: flex;
        align-items: center;
    }
}

@media all and (max-width: 991px) {
    .brand-cat-wrap .brand-block .title-box {
        padding-right: 0;
    }
}

@media all and (max-width: 767px) {
    .brand-cat-wrap .brand-block .title-box {
        margin-bottom: 30px;
    }
}

.brand-cat-wrap .brand-block .title-box .number {
    width: 100px;
}

@media all and (max-width: 991px) {
    .brand-cat-wrap .brand-block .title-box .number {
        width: 50px;
    }
}

@media all and (max-width: 767px) {
    .brand-cat-wrap .brand-block .title-box .number {
        width: inherit;
    }
}

.about-info-box {
    padding: 120px;
    font-size: 36px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

@media all and (max-width: 991px) {
    .about-info-box {
        padding: 0;
    }
}

.about-info-box a {
    color: #A9A9A9;
}

.about-img-gallery {
    overflow: hidden;
    margin-bottom: 60px;
}

.about-img-gallery .block {
    display: flex;
    align-items: center;
    margin: 0 -6px;
}

.about-img-gallery .block .img-box {
    height: 340px;
    margin: 0 6px;
}

.about-img-gallery .block .img-box:first-child {
    height: 420px;
}

@media all and (max-width: 767px) {
    .about-img-gallery .block .img-box:first-child {
        height: 350px;
    }
}

.about-img-gallery .block .img-box:last-child {
    height: 285px;
}

.about-img-gallery .block .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-feature-wrap {
    overflow: hidden;
    padding: 40px 20px;
}

@media all and (max-width: 991px) {
    .about-feature-wrap {
        padding: 40px 0;
    }
}

.about-feature-wrap h2 {
    font-size: 36px;
}

@media all and (max-width: 991px) {
    .about-feature-wrap h2 {
        font-size: 30px;
    }
}

.about-feature-wrap .box {
    border: solid #A9A9A9;
    border-width: 0 0 0 1px;
}

@media all and (max-width: 767px) {
    .about-feature-wrap .box {
        padding: 16px 12px;
        border-width: 1px 0 0;
    }
}

.about-feature-wrap .box:first-child {
    border-width: 0;
}

.about-mission-box {
    overflow: hidden;
    position: relative;
    height: 840px;
}

@media all and (max-width: 991px) {
    .about-mission-box {
        height: 570px;
    }
}

.about-mission-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-mission-box .content-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 44px;
}

@media all and (max-width: 991px) {
    .about-mission-box .content-box {
        font-size: 36px;
    }
}

@media all and (max-width: 767px) {
    .about-mission-box .content-box {
        font-size: 28px;
    }
}

.about-mission-box .content-box a {
    color: #A9A9A9;
}

.about-models-wrap {
    overflow: hidden;
    padding: 0 30px;
}

@media all and (max-width: 991px) {
    .about-models-wrap {
        padding: 0 10px;
    }
}

@media all and (max-width: 767px) {
    .about-models-wrap {
        padding: 0;
    }
}

.about-models-wrap h2 {
    font-size: 34px;
}

.about-models-wrap .holder {
    padding: 20px 0;
    border-top: solid 1px #A9A9A9;
}

.about-models-wrap .holder .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    font-family: "fzlantingheis-b-gbregular", sans-serif;
}

.about-models-wrap .holder p {
    color: #A9A9A9;
    font-family: "fzlantingheis-b-gbregular", sans-serif;
}

.statistics-wrap {
    overflow: hidden;
    padding: 0 30px;
}

@media all and (max-width: 991px) {
    .statistics-wrap {
        padding: 0 10px;
    }
}

@media all and (max-width: 767px) {
    .statistics-wrap {
        padding: 0;
    }
}

.statistics-wrap h2 {
    font-size: 34px;
}

.statistics-wrap .holder {
    padding: 40px 0;
    border-top: solid 1px #A9A9A9;
}

.statistics-wrap .holder .info-block {
    padding: 25px 0;
    border-top: solid 1px #A9A9A9;
}

.statistics-wrap .holder .info-block:first-child {
    border: 0;
    padding-top: 0;
}

.statistics-wrap .holder .info-block h3 {
    font-size: 44px;
    margin-bottom: 18px;
}

.statistics-wrap .holder .info-block p {
    margin: 0;
}

.product-video-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 570px;
    position: relative;
    overflow: hidden;
}

@media all and (max-width: 991px) {
    .product-video-container {}
}

@media all and (max-width: 767px) {
    .product-video-container {
        padding: 12px;
    }
}

.product-video-container::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.3);
}

.product-video-container .video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.product-video-container .overlay-content {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    padding: 10px;
}

.product-video-container h1 {
    color: #fff;
    font-size: 120px;
    text-align: right;
    font-family: "Changan Uni Type", sans-serif;
}

@media all and (max-width: 991px) {
    .product-video-container h1 {
        font-size: 80px;
        text-align: left;
    }
}

@media all and (max-width: 767px) {
    .product-video-container h1 {
        font-size: 48px;
    }
}

.product-video-container .textbox {
    font-size: 24px;
    font-family: "Inter", sans-serif;
}

@media all and (max-width: 991px) {
    .product-video-container .textbox {
        font-size: 20px;
    }
}

.product-detail-wrap {
    margin-bottom: 70px;
}

.product-detail-wrap .img-holder {
    max-width: 825px;
    margin: -220px auto 30px;
}

@media all and (max-width: 991px) {
    .product-detail-wrap .img-holder {
        margin-top: -190px;
    }
}

@media all and (max-width: 767px) {
    .product-detail-wrap .img-holder {
        margin-top: -70px;
    }
}

.product-detail-wrap .btns-holder {
    text-align: center;
    margin-bottom: 100px;
}

@media all and (max-width: 991px) {
    .product-detail-wrap .btns-holder {
        margin-bottom: 60px;
    }
}

.product-detail-wrap .btns-holder a {
    margin: 0 8px;
}

.product-detail-wrap .box {
    border: solid #A9A9A9;
    border-width: 0 0 0 1px;
}

@media all and (max-width: 767px) {
    .product-detail-wrap .box {
        padding: 16px 12px;
        border-width: 0;
    }
}

.product-detail-wrap .box:first-child {
    border-width: 0;
}

.product-detail-wrap .box h2 {
    font-size: 44px;
    margin-bottom: 6px;
}

@media all and (max-width: 991px) {
    .product-detail-wrap .box h2 {
        font-size: 36px;
    }
}

@media all and (max-width: 767px) {
    .product-detail-wrap .box h2 {
        font-size: 28px;
    }
}

.product-detail-wrap .more-detail {
    padding-top: 100px;
}

@media all and (max-width: 767px) {
    .product-detail-wrap .more-detail {
        padding-top: 60px;
    }
}

.product-detail-wrap .more-detail .img-box {
    padding-right: 50px;
}

@media all and (max-width: 767px) {
    .product-detail-wrap .more-detail .img-box {
        padding: 0;
    }
}

.product-detail-wrap .more-detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.product-detail-wrap .more-detail ul li {
    padding: 13px 0;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
}

.product-detail-wrap .more-detail ul li .title {
    width: 150px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "fzlantingheis-l-gbregular", sans-serif;
    color: rgba(0, 0, 0, 0.6);
}

.slider-wrap .head {
    padding: 0 10px;
}

.slider-wrap h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

@media all and (max-width: 991px) {
    .slider-wrap h2 {
        font-size: 30px;
    }
}

@media all and (max-width: 767px) {
    .slider-wrap h2 {
        font-size: 24px;
    }
}

.slider-wrap .textbox {
    font-family: "fzlantingheis-b-gbregular", sans-serif;
}

.slider-wrap .owl-carousel .item {
    overflow: hidden;
    height: 500px;
    border-radius: 10px;
    position: relative;
}

.slider-wrap .owl-carousel .item::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(255, 255, 255, 0.3);
}

.slider-wrap .owl-carousel .item .video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.slider-wrap .owl-carousel .item .content-box {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 40px;
    color: #fff;
    font-size: 24px;
    font-family: "Inter", sans-serif;
}

@media all and (max-width: 767px) {
    .slider-wrap .owl-carousel .item .content-box {
        font-size: 18px;
    }
}

.slider-wrap .owl-carousel .item .content-box h3 {
    color: #fff;
    font-size: 34px;
}

@media all and (max-width: 767px) {
    .slider-wrap .owl-carousel .item .content-box h3 {
        font-size: 20px;
    }
}

.slider-wrap .owl-carousel .owl-item.center .item::before {
    display: none;
}

.slider-wrap .owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 120px;
    padding: 20px;
}

@media all and (min-width: 993px) {
    .slider-wrap .owl-carousel .owl-nav {
        position: absolute;
        right: 0;
        top: -90px;
        width: 77px;
        padding: 0 6px;
    }
}

.slider-wrap .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -90px;
    width: 77px;
    padding: 0 6px;
}

.slider-wrap .owl-carousel .owl-nav .owl-prev {
    margin: 0;
    width: 14px;
    height: 22px;
    opacity: 1;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    background: url("../images/arrow-prev.png") no-repeat;
}

.slider-wrap .owl-carousel .owl-nav .owl-next {
    margin: 0;
    width: 14px;
    height: 22px;
    opacity: 1;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    background: url("../images/arrow-next.png") no-repeat;
}

.slider-wrap .img-carousel .carousel-inner {
    margin-bottom: 20px;
    border-radius: 8px;
}

.slider-wrap .img-carousel .nav-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.slider-wrap .img-carousel .carousel-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70px;
}

.slider-wrap .img-carousel .carousel-nav .carousel-control-prev,
.slider-wrap .img-carousel .carousel-nav .carousel-control-next {
    position: static;
    width: 14px;
    height: 22px;
    opacity: 1;
}

.slider-wrap .img-carousel .carousel-indicators {
    position: static;
    margin: 0;
}

.slider-wrap .img-carousel .carousel-indicators [data-bs-target] {
    border: 0;
    width: 15px;
    height: 15px;
    text-indent: inherit;
    font-family: "fzlantingheis-b-gbregular", sans-serif;
}

.exterior-design {
    padding-left: 0;
    padding-right: 0;
}

.exterior-design h2 {
    font-size: 36px;
}

@media all and (max-width: 767px) {
    .exterior-design h2 {
        font-size: 24px;
    }
}

.exterior-slider .carousel-item {
    height: 1080px;
    position: relative;
}

@media all and (max-width: 767px) {
    .exterior-slider .carousel-item {
        height: 844px;
    }
}

.exterior-slider .carousel-item .slide-content {
    height: 100%;
    padding: 70px 20px;
}

@media all and (min-width: 769px) {
    .exterior-slider .carousel-item .slide-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.exterior-slider .carousel-item .slide-content h2 {
    color: #fff;
    font-size: 66px;
    font-family: "fzlantingheis-db-gbregular", sans-serif;
}

@media all and (max-width: 767px) {
    .exterior-slider .carousel-item .slide-content h2 {
        font-size: 36px;
    }
}

.exterior-slider .carousel-item .slide-content h3 {
    color: #fff;
    font-size: 34px;
}

@media all and (max-width: 767px) {
    .exterior-slider .carousel-item .slide-content h3 {
        font-size: 20px;
    }
}

.exterior-slider .carousel-item .slide-content .content-box {
    position: relative;
    max-width: 799px;
}

.exterior-slider .carousel-item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.exterior-slider .carousel-item .video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.exterior-slider .carousel-indicators {
    position: relative;
    bottom: 0;
    margin-top: -140px;
    justify-content: start;
}

@media all and (max-width: 767px) {
    .exterior-slider .carousel-indicators {
        margin-top: -530px;
        flex-direction: column;
    }
}

.exterior-slider .carousel-indicators [data-bs-target] {
    border: 0;
    width: 120px;
    height: auto;
    opacity: 1;
    margin: 0 10px;
    overflow: hidden;
    text-indent: inherit;
    border-radius: 5px;
}

@media all and (max-width: 767px) {
    .exterior-slider .carousel-indicators [data-bs-target] {
        margin: 10px 0;
    }
}

.customize-product-wrap {
    overflow: hidden;
    padding: 60px 0 20px;
}

.customize-product-wrap .head {
    padding: 0 10px;
}

.customize-product-wrap h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

@media all and (max-width: 991px) {
    .customize-product-wrap h2 {
        font-size: 30px;
    }
}

@media all and (max-width: 767px) {
    .customize-product-wrap h2 {
        font-size: 24px;
    }
}

.customize-product-wrap .customize-box {
    position: relative;
}

.customize-product-wrap .customize-box .options-box {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
}

.customize-product-wrap .customize-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding: 12px;
    margin: 0 20px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.24);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.customize-product-wrap .customize-box ul:hover {
    cursor: pointer;
    background: #000;
}

@media all and (max-width: 767px) {
    .customize-product-wrap .customize-box ul {
        margin: 0 5px;
    }
}

.customize-product-wrap .customize-box ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px;
}

@media all and (max-width: 767px) {
    .customize-product-wrap .customize-box ul li {
        padding: 0 10px;
    }
}

.customize-product-wrap .customize-box ul li a {
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: solid 1px #fff;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.customize-product-wrap .customize-box ul li.light-blue a {
    background: #7DD9FA;
}

.customize-product-wrap .customize-box ul li.gray a {
    background: #696969;
}

.customize-product-wrap .customize-box ul li.white a {
    background: #fff;
}

.customize-product-wrap .customize-box ul li.black a {
    background: #000;
}

.customize-product-wrap .customize-box .switcher {
    display: inline-block;
    vertical-align: middle;
    width: 74px;
    height: 44px;
    margin: 0 20px;
    padding: 12px 10px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.24);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

@media all and (max-width: 767px) {
    .customize-product-wrap .customize-box .switcher {
        margin: 0 5px;
    }
}

.customize-product-wrap .customize-box .switcher a {
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #fff;
    border-radius: 100%;
    transform: translate(0);
    transition: all 0.3s linear;
}

.customize-product-wrap .customize-box .switcher.active {
    background: #000;
}

.customize-product-wrap .customize-box .switcher.active a {
    transform: translateX(170%);
}

.customize-product-wrap .custom-carousel .carousel-item {
    height: 600px;
}

@media all and (max-width: 767px) {
    .customize-product-wrap .custom-carousel .carousel-item {
        height: 346px;
    }
}

.customize-product-wrap .custom-carousel .carousel-item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.customize-product-wrap .custom-carousel .carousel-control-prev,
.customize-product-wrap .custom-carousel .carousel-control-next {
    width: 40px;
    height: 40px;
    opacity: 1;
    top: 50%;
    background: #fff;
    border-radius: 100%;
    transform: translateY(-50%);
}

.customize-product-wrap .custom-carousel .carousel-control-prev {
    left: 10px;
}

.customize-product-wrap .custom-carousel .carousel-control-next {
    right: 10px;
}

.finance-wrap {
    overflow: hidden;
    border-radius: 8px;
    background: #F0F0F0;
}

.finance-wrap .img-box {
    height: 100%;
}

.finance-wrap .img-box img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.finance-wrap .content-block {
    max-width: 450px;
    margin: 0 auto;
    padding: 100px 0;
    font-family: "Inter", sans-serif;
}

@media all and (max-width: 991px) {
    .finance-wrap .content-block {
        padding: 60px 50px;
    }
}

@media all and (max-width: 767px) {
    .finance-wrap .content-block {
        padding: 60px 10px;
    }
}

.finance-wrap .content-block .row {
    margin-bottom: 35px;
}

.finance-wrap .content-block .col-auto {
    margin-top: 0;
}

.finance-wrap .content-block .sub-title {
    display: flex;
    align-items: center;
    font-size: 10px;
    margin-bottom: 10px;
}

.finance-wrap .content-block .sub-title img {
    margin-right: 7px;
}

.finance-wrap .content-block h2 {
    font-size: 24px;
    margin-bottom: 27px;
    font-family: "Inter", sans-serif;
}

.finance-wrap .content-block .total-price {
    display: flex;
    align-items: center;
    padding: 18px 0;
    width: 409px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.finance-wrap .content-block .total-price .value {
    padding: 0 10px;
    font-size: 84px;
    line-height: 57px;
    font-family: "Changan Uni Type", sans-serif;
}

.finance-wrap .content-block .total-price .info-box {
    position: relative;
}

.finance-wrap .content-block .total-price .info-box a {
    position: absolute;
    left: -15px;
    top: -50px;
    width: 17px;
    height: 17px;
}

.finance-wrap .content-block .reset-box {
    padding: 27px 0;
    text-align: right;
}

.finance-wrap .content-block label {
    text-transform: uppercase;
    font-family: "fzlantingheis-l-gbregular", sans-serif;
    color: rgba(0, 0, 0, 0.6);
}

.finance-wrap .content-block .form-select {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    font-family: "Inter", sans-serif;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(136, 136, 136, 0.1);
}

.finance-wrap .content-block .form-select:focus {
    border-color: #000;
}

.finance-wrap .content-block .form-select::-moz-placeholder {
    color: #E0E0E0;
}

.finance-wrap .content-block .form-select::placeholder {
    color: #E0E0E0;
}

.finance-wrap .content-block .form-control {
    border: 0;
    width: 170px;
    font-size: 16px;
    box-shadow: none;
    background: transparent;
    font-family: "Inter", sans-serif;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(136, 136, 136, 0.1);
}

@media all and (max-width: 991px) {
    .finance-wrap .content-block .form-control {
        width: 120px;
    }
}

@media all and (max-width: 767px) {
    .finance-wrap .content-block .form-control {
        width: 90px;
    }
}

.finance-wrap .content-block .form-control:focus {
    border-color: #000;
}

.finance-wrap .content-block .form-control::-moz-placeholder {
    color: #E0E0E0;
}

.finance-wrap .content-block .form-control::placeholder {
    color: #E0E0E0;
}

.finance-wrap .content-block .form-range::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
    background: #000;
    margin-top: -12px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.finance-wrap .content-block .form-range::-webkit-slider-runnable-track {
    height: 2px;
    background: #ccc;
}

.finance-wrap .content-block .range-value {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 10px 0;
    font-family: "fzlantingheis-m-gbregular", sans-serif;
}

.finance-wrap .content-block .range-value li.active {
    color: #0073FF;
}

.finance-wrap .content-block .input-value {
    font-size: 14px;
    margin-left: 5px;
    padding: 0 5px 0 10px;
    border-left: solid 1px rgba(0, 0, 0, 0.4);
}

.finance-wrap .content-block .btns-holder {
    overflow: hidden;
    padding-top: 50px;
    text-align: center;
}

.finance-wrap .content-block .btns-holder a {
    margin: 8px;
}

.image-block {
    overflow: hidden;
}

.image-block img {
    width: 100%;
}

.journal-details-wrap {
    padding: 40px 50px;
}

@media all and (max-width: 991px) {
    .journal-details-wrap {
        padding: 40px 20px;
    }
}

@media all and (max-width: 767px) {
    .journal-details-wrap {
        padding: 40px 10px;
    }
}

.journal-details-wrap h2 {
    font-size: 44px;
}

@media all and (max-width: 991px) {
    .journal-details-wrap h2 {
        font-size: 36px;
    }
}

@media all and (max-width: 767px) {
    .journal-details-wrap h2 {
        font-size: 28px;
    }
}

.journal-details-wrap h3 {
    font-size: 34px;
}

@media all and (max-width: 767px) {
    .journal-details-wrap h3 {
        font-size: 20px;
    }
}

.journal-details-wrap a {
    font-family: "fzlantingheis-b-gbregular", sans-serif;
}

.journal-details-wrap .info-box {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 310px;
}

@media all and (max-width: 767px) {
    .journal-details-wrap .info-box {
        max-width: 80%;
    }
}

.journal-details-wrap .info-box li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
}

.journal-details-wrap .info-box li .title {
    width: 150px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    font-family: "fzlantingheis-l-gbregular", sans-serif;
}

@media all and (max-width: 767px) {
    .journal-details-wrap .info-box li .title {
        width: 60%;
    }
}

.journal-details-wrap .info-box li .value {
    font-family: "fzlantingheis-b-gbregular", sans-serif;
}

.location-wrap {
    padding: 88px 10px 40px;
}

@media all and (max-width: 767px) {
    .location-wrap {
        padding: 88px 0 40px;
    }
}

.location-wrap h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
}

.location-wrap .accordion .accordion-item {
    border-radius: 0;
    border-color: #A9A9A9;
    border-width: 0 0 1px;
}

.location-wrap .accordion .accordion-item .accordion-header {
    margin: 0;
}

.location-wrap .accordion .accordion-item .accordion-button {
    color: #000;
    font-size: 12px;
    padding: 15px 0;
    box-shadow: none;
    background: #fff;
    font-family: "fzlantingheis-b-gbregular", sans-serif;
}

.location-wrap .accordion .accordion-item .accordion-button::after {
    margin-right: 0;
}

.location-wrap .accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #A9A9A9;
}

.location-wrap .accordion .accordion-item .accordion-body {
    color: #000;
    font-size: 12px;
    padding: 0 0 25px;
}

.location-wrap .accordion .accordion-item .accordion-body p {
    margin-bottom: 10px;
}

.location-wrap .accordion .accordion-item .accordion-body a {
    font-family: "fzlantingheis-b-gbregular", sans-serif;
}

.location-wrap .map-holder {
    overflow: hidden;
    height: 776px;
}

@media all and (max-width: 991px) {
    .location-wrap .map-holder {
        height: 474px;
    }
}

.location-wrap .map-holder img {
    width: 100%;
}

.services-wrap {
    overflow: hidden;
    padding: 105px 20px 50px;
}

@media all and (max-width: 991px) {
    .services-wrap {
        padding: 105px 10px 50px;
    }
}

@media all and (max-width: 767px) {
    .services-wrap {
        padding: 105px 0 50px;
    }
}

.services-wrap .top-box {
    padding: 10px 0;
}

.services-wrap .top-box h2 {
    font-size: 34px;
}

@media all and (max-width: 767px) {
    .services-wrap .top-box h2 {
        font-size: 20px;
    }
}

.services-wrap .top-box p {
    color: #A9A9A9;
}

.owner-services {
    overflow: hidden;
}

.owner-services .service-box {
    position: relative;
    height: 100%;
    min-height: 455px;
}

@media all and (max-width: 991px) {
    .owner-services .service-box {
        min-height: 308px;
    }
}

@media all and (max-width: 767px) {
    .owner-services .service-box {
        min-height: 439px;
    }
}

.owner-services .service-box .img-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 8px;
}

.owner-services .service-box .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.owner-services .service-box .content-box {
    position: relative;
    color: #fff;
    z-index: 1;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media all and (max-width: 991px) {
    .owner-services .service-box .content-box {
        padding: 10px;
    }
}

.owner-services .service-box .content-box .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.owner-services .service-box .content-box .head .number {
    color: #fff;
    font-size: 20px;
    padding: 5px 20px;
    border-radius: 40px;
    background: linear-gradient(0deg, rgba(189, 180, 164, 0.3), rgba(189, 180, 164, 0.3)), linear-gradient(0deg, rgba(97, 97, 97, 0.1), rgba(97, 97, 97, 0.1));
}

.owner-services .service-box .content-box .head a {
    display: flex;
    align-items: center;
    width: 35px;
    height: 35px;
    color: #fff;
    padding: 8px;
    border-radius: 100%;
    background: linear-gradient(0deg, rgba(189, 180, 164, 0.3), rgba(189, 180, 164, 0.3)), linear-gradient(0deg, rgba(97, 97, 97, 0.1), rgba(97, 97, 97, 0.1));
}

.owner-services .service-box .content-box .head a img {
    vertical-align: middle;
}

.owner-services .service-box .content-box h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 7px;
    font-family: "Inter", sans-serif;
}

@media all and (max-width: 991px) {
    .owner-services .service-box .content-box h3 {
        font-size: 20px;
    }
}

.owner-service-wrap {
    overflow: hidden;
    padding: 0 20px;
}

@media all and (max-width: 991px) {
    .owner-service-wrap {
        padding: 0 10px;
    }
}

@media all and (max-width: 767px) {
    .owner-service-wrap {
        padding: 0;
    }
}

.owner-service-wrap .holder {
    padding: 20px 0;
    border-top: solid 1px #A9A9A9;
}

.owner-service-wrap .textbox {
    color: #A9A9A9;
}

.owner-service-wrap .accordion .accordion-item {
    border-radius: 0;
    border-color: #A9A9A9;
    border-width: 0 0 1px;
}

.owner-service-wrap .accordion .accordion-item .accordion-header {
    margin: 0;
}

.owner-service-wrap .accordion .accordion-item .accordion-button {
    color: #000;
    font-size: 24px;
    padding: 15px 0;
    box-shadow: none;
    background: #fff;
    font-family: "Inter", sans-serif;
}

.owner-service-wrap .accordion .accordion-item .accordion-button::after {
    margin-right: 0;
}

.owner-service-wrap .accordion .accordion-item .accordion-body {
    font-size: 12px;
    padding: 0 0 25px;
}

.owner-service-wrap .accordion .accordion-item .accordion-body p {
    margin-bottom: 10px;
}

.privacy-wrap {
    overflow: hidden;
    padding: 220px 0 100px;
}

@media all and (max-width: 991px) {
    .privacy-wrap {
        padding: 155px 0 75px;
    }
}

@media all and (max-width: 767px) {
    .privacy-wrap {
        padding: 110px 0 45px;
    }
}

.privacy-wrap h1 {
    font-size: 66px;
    margin-bottom: 30px;
    font-family: "fzlantingheis-db-gbregular", sans-serif;
}

@media all and (max-width: 991px) {
    .privacy-wrap h1 {
        font-size: 48px;
    }
}

@media all and (max-width: 767px) {
    .privacy-wrap h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }
}

.privacy-wrap .holder {
    padding-top: 45px;
    border-top: solid 1px #A9A9A9;
}

.privacy-wrap .holder strong {
    color: #000;
    font-weight: 400;
    font-family: "fzlantingheis-b-gbregular", sans-serif;
}

.privacy-wrap .holder strong a {
    color: #000;
}

.privacy-wrap .textbox {
    color: #A9A9A9;
    max-width: 250px;
}

.privacy-wrap .textbox a {
    color: #A9A9A9;
}

.get-in-touch-wrap {
    overflow: hidden;
    padding: 0 10px;
}

@media all and (max-width: 767px) {
    .get-in-touch-wrap {
        padding: 0;
    }
}

.get-in-touch-wrap .holder {
    padding: 100px 0;
    border-top: solid 1px #A9A9A9;
}

@media all and (max-width: 767px) {
    .get-in-touch-wrap .holder {
        padding: 75px 0;
    }
}

.get-in-touch-wrap h2 {
    font-size: 24px;
}

.get-in-touch-wrap p {
    margin-bottom: 13px;
}

.get-in-touch-wrap p strong {
    display: block;
    font-weight: 400;
    margin-bottom: 8px;
    font-family: "fzlantingheis-b-gbregular", sans-serif;
}

.get-in-touch-wrap .form-control {
    color: #A9A9A9;
    border: 0;
    font-size: 12px;
    margin-bottom: 50px;
    border-radius: 5px;
    box-shadow: none;
    padding: 7px 10px;
    border-radius: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    font-family: "fzlantingheis-m-gbregular", sans-serif;
}

@media all and (min-width: 1201px) {
    .get-in-touch-wrap .form-control {
        font-size: 14px;
    }
}

.get-in-touch-wrap .form-control:focus {
    border-color: rgba(0, 0, 0, 0.5);
}

.get-in-touch-wrap .form-control::-moz-placeholder {
    color: #A9A9A9;
}

.get-in-touch-wrap .form-control::placeholder {
    color: #A9A9A9;
}

.get-in-touch-wrap textarea.form-control {
    resize: none;
}

.get-in-touch-wrap .btn-submit {
    border: 0;
    padding: 0;
    background: #fff;
    font-family: "fzlantingheis-b-gbregular", sans-serif;
}

.error-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    max-width: 480px;
    min-height: 400px;
    margin: 0 auto;
    padding-top: 48px;
}

@media all and (min-width: 769px) {
    .error-wrap {
        min-height: 500px;
    }
}

@media all and (max-width: 767px) {
    .error-wrap {
        max-width: 270px;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }
}

.error-wrap h1 {
    margin: 0;
    line-height: 0.8;
    font-family: "Changan Uni Type", sans-serif;
}

@media all and (max-width: 767px) {
    .error-wrap h1 {
        margin-bottom: 30px;
        margin-left: 45px;
    }
}

.error-wrap .textbox {
    color: #A9A9A9;
    padding-left: 30px;
    font-family: "fzlantingheis-b-gbregular", sans-serif;
}

@media all and (max-width: 767px) {
    .error-wrap .textbox {
        padding-left: 0;
    }
}

.error-wrap .textbox h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

@media all and (max-width: 991px) {
    .error-wrap .textbox h2 {
        font-size: 20px;
    }
}

@media all and (max-width: 767px) {
    .error-wrap .textbox h2 {
        font-size: 18px;
    }
}

.error-wrap .textbox p {
    margin-bottom: 10px;
}

#footer {
    padding: 60px 20px;
    border-top: solid 1px #A9A9A9;
}

#footer h4 {
    font-size: 12px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    font-family: "fzlantingheis-l-gbregular", sans-serif;
}

#footer .widgets {
    margin-bottom: 80px;
}

#footer .widgets ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: Switzer, "Switzer Placeholder", sans-serif, sans-serif;
}

#footer .widgets ul li {
    margin-bottom: 5px;
}

/* Footer menu hover effect - small black box */
#footer .widgets ul.footer_menu li a {
    position: relative;
    display: inline-block;
    transition: padding-left 0.3s ease;
    color: inherit;
    text-decoration: none;
    font-size: 14px;
}

#footer .widgets ul.footer_menu li a:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

[dir="rtl"] #footer .widgets ul.footer_menu li a:before {
    right: -8px;
}

#footer .widgets ul.footer_menu li a:hover {
    padding-left: 5px;
}

[dir="rtl"] #footer .widgets ul.footer_menu li a:hover {
    padding-right: 5px;
}

#footer .widgets ul.footer_menu li a:hover:before {
    opacity: 1;
}

#footer .widgets ul li.instagram a {
    background: url("../images/icon-instagram.png") no-repeat left center;
}

#footer .widgets ul li.linkedin a {
    background: url("../images/icon-linkedin.png") no-repeat left center;
}

#footer .widgets ul li.threads a {
    background: url("../images/icon-threads.png") no-repeat left center;
}

#footer .widgets ul li.x a {
    background: url("../images/icon-x.png") no-repeat left center;
}

#footer .widgets .social li a {
    padding-left: 0px;
}

#footer .copyright {
    font-size: 10px;
    font-family: "Inter", sans-serif;
    color: rgba(0, 0, 0, 0.4);
}

#footer .copyright ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .copyright ul li {
    display: inline-block;
    vertical-align: middle;
}

#footer .copyright ul li a {
    color: rgba(0, 0, 0, 0.4);
}

@media all and (max-width: 767px) {
    #footer .copyright ul li {
        padding: 0 5px;
    }

    #footer .copyright ul li:first-child {
        padding-left: 0;
    }
}

#footer .copyright p {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
}

.modal.fade .modal-dialog {
    transform: translate(0, 50px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal .form-holder .input-holder {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.modal .form-holder .form-label {
    color: #A9A9A9;
    width: 90px;
    font-size: 12px;
    margin: 10px 5px 0 0;
    text-transform: uppercase;
    font-family: "fzlantingheis-l-gbregular", sans-serif;
}

.modal .form-holder .form-check-input {
    margin-top: 2px;
}

.modal .form-holder .form-control {
    border: 0;
    padding: 0;
    color: #A9A9A9;
    border-radius: 0;
    box-shadow: none;
    width: calc(100% - 95px);
    border-bottom: solid 1px #A9A9A9;
}

.modal .form-holder .form-control::-moz-placeholder {
    color: #A9A9A9;
}

.modal .form-holder .form-control::placeholder {
    color: #A9A9A9;
}

.modal .form-holder .form-control:focus {
    border-color: #000;
}

.modal .form-holder .form-check-label {
    margin: 0;
    color: #A9A9A9;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "fzlantingheis-l-gbregular", sans-serif;
}

.modal .form-holder .form-check {
    margin-bottom: 30px;
}

.modal .form-holder .form-check .form-check-label {
    color: #404246;
}

.modal .form-holder .input-holder.small .form-label {
    width: 60px;
}

.modal .form-holder .input-holder.small .form-control {
    width: calc(100% - 70px);
}

.modal .form-holder .input-holder.medium .form-label {
    width: 120px;
}

.modal .form-holder .input-holder.medium .form-control {
    width: calc(100% - 130px);
}

.modal .form-holder .input-holder.large .form-label {
    width: 160px;
}

.modal .form-holder .input-holder.large .form-control {
    width: calc(100% - 170px);
}

.modal .form-holder .full-input-holder {
    margin-bottom: 30px;
}

.modal .form-holder .full-input-holder .form-label {
    width: inherit;
    margin: 0 0 8px;
}

.modal .form-holder .full-input-holder .form-control {
    width: 100%;
}

.modal .form-holder .form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal .form-holder .form-footer .steps {
    color: #828282;
    font-size: 12px;
    font-family: "fzlantingheis-b-gbregular", sans-serif;
}

.modal .form-holder .form-footer .btns-holder .btn {
    margin-left: 15px;
}

.modal .form-holder .form-footer .btns-holder .btn:first-child {
    margin: 0;
}

.modal .form-holder .submit-holder {
    margin-bottom: 23px;
}

.modal .form-holder .submit-holder .btn {
    width: 100%;
}

.modal .btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #46484C;
    opacity: 1;
    width: 35px;
    height: 35px;
    font-size: 20px;
    box-shadow: none;
    border-radius: 100%;
    background: rgba(223, 223, 223, 0.27);
}

.modal.fade .test-drive-modal {
    transform: translate(50px, 0);
}

.modal.show .test-drive-modal {
    transform: none;
}

.test-drive-modal {
    margin: 0;
    float: right;
    height: 100vh;
    max-width: 552px;
    background: #fff;
}

.test-drive-modal .btn-close {
    color: #fff;
}

.test-drive-modal .modal-content {
    border: 0;
    border-radius: 0;
}

.test-drive-modal .modal-body {
    padding: 0;
}

.test-drive-modal .modal-body .img-box {
    overflow: hidden;
    height: 380px;
}

.test-drive-modal .modal-body .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.test-drive-modal .modal-body .content-box {
    padding: 25px 40px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
}

@media all and (max-width: 575px) {
    .test-drive-modal .modal-body .content-box {
        padding: 25px 20px;
    }
}

.test-drive-modal .modal-body .content-box img {
    margin-bottom: 14px;
}

.test-drive-modal .modal-body .content-box .name-title {
    display: block;
    color: #646B79;
    margin-bottom: 7px;
}

.test-drive-modal .modal-body .content-box .top-title {
    display: block;
    color: #404246;
    margin-bottom: 14px;
}

.test-drive-modal .modal-body .content-box .top-title span {
    display: block;
}

.test-drive-modal .modal-body .content-box p {
    color: #404246;
    font-size: 12px;
}

.test-drive-modal .modal-body .content-box p .text-small {
    display: block;
    font-size: 14px;
}

.test-drive-modal .modal-body .content-box p .text-medium {
    display: block;
    font-size: 15px;
}

.test-drive-modal .modal-body .content-box .info {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #4F5155;
    margin-bottom: 30px;
}

.test-drive-modal .modal-body .content-box .info li {
    padding: 7px 0 7px 30px;
}

.test-drive-modal .modal-body .content-box .info li.time {
    background: url("../images/icon-clock.png") no-repeat left center;
}

.test-drive-modal .modal-body .content-box .info li.address {
    background: url("../images/icon-location2.png") no-repeat left center;
}

.test-drive-modal .modal-body .content-box .info li.city {
    background: url("../images/icon-world2.png") no-repeat left center;
}

.test-drive-modal .modal-body .content-box .calendar-area .top-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.test-drive-modal .modal-body .content-box .calendar-area .top-head .month {
    color: #404246;
    font-family: "fzlantingheis-m-gbregular", sans-serif;
}

.test-drive-modal .modal-body .content-box .calendar-area .top-head .arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50px;
}

.test-drive-modal .modal-body .content-box .calendar-area .top-head .arrows a {
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
}

.test-drive-modal .modal-body .content-box .calendar-area .top-head .arrows .prev {
    background: url("../images/arrow-left2.png") no-repeat;
}

.test-drive-modal .modal-body .content-box .calendar-area .top-head .arrows .next {
    background: url("../images/arrow-right2.png") no-repeat;
}

.test-drive-modal .modal-body .content-box .calendar-area .head {
    overflow: hidden;
    margin-bottom: 40px;
}

.test-drive-modal .modal-body .content-box .calendar-area .head ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    color: #2C2E2F;
    text-transform: uppercase;
}

.test-drive-modal .modal-body .content-box .calendar-area .head ul li {
    width: 14.28%;
    float: left;
    text-align: center;
}

.test-drive-modal .modal-body .content-box .calendar-area .days {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: 40px;
}

.test-drive-modal .modal-body .content-box .calendar-area .days li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.28%;
    height: 61px;
    float: left;
    padding: 2px;
    color: #595A5E;
}

@media all and (max-width: 575px) {
    .test-drive-modal .modal-body .content-box .calendar-area .days li {
        height: 45px;
    }
}

.test-drive-modal .modal-body .content-box .calendar-area .days li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    background: #DEE1E7;
    border: solid 1px #fff;
    box-shadow: 0px 0px 1px 0px rgba(23, 26, 31, 0.07);
    box-shadow: 0px 0px 2px 0px rgba(23, 26, 31, 0.12);
}

.test-drive-modal .modal-body .content-box .calendar-area .days li.current-day a {
    border-color: #D8D8D8;
}

.test-drive-modal .modal-body .content-box .calendar-area .days li.disabled {
    color: #9FA0A2;
}

.test-drive-modal .modal-body .content-box .calendar-area .times-slots .slot-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.test-drive-modal .modal-body .content-box .calendar-area .times-slots .slot-head .day {
    color: #393B3F;
}

.test-drive-modal .modal-body .content-box .calendar-area .times-slots .slot-head ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgb(222, 225, 231);
    box-shadow: 0px 0px 1px 0px rgba(23, 26, 31, 0.07);
    box-shadow: 0px 0px 2px 0px rgba(23, 26, 31, 0.12);
}

.test-drive-modal .modal-body .content-box .calendar-area .times-slots .slot-head ul li {
    color: #4F5155;
    padding: 7px;
    float: left;
    width: 42px;
    text-align: center;
    border-left: solid 1px #DEE1E7;
}

.test-drive-modal .modal-body .content-box .calendar-area .times-slots .slot-head ul li:first-child {
    border: 0;
}

.test-drive-modal .modal-body .content-box .calendar-area .times-slots .slot-head ul li.active {
    background: #EAEBEF;
}

.test-drive-modal .modal-body .content-box .calendar-area .times-slots .slots {
    margin: 0;
    padding: 0;
    list-style: none;
}

.test-drive-modal .modal-body .content-box .calendar-area .times-slots .slots li {
    padding: 7px;
    color: #46484C;
    margin-bottom: 7px;
    border-radius: 6px;
    text-align: center;
    border: solid 1px #CED2D6;
    box-shadow: 0px 0px 1px 0px rgba(23, 26, 31, 0.07);
    box-shadow: 0px 0px 2px 0px rgba(23, 26, 31, 0.12);
}

.modal.fade .booking-modal {
    transform: translate(50px, 0);
}

.modal.show .booking-modal {
    transform: none;
}

.booking-modal {
    margin: 0;
    float: right;
    height: 100vh;
    max-width: 506px;
    background: #fff;
}

.booking-modal .btn-close {
    color: #fff;
}

.booking-modal .modal-content {
    border: 0;
    border-radius: 0;
}

.booking-modal .modal-body {
    padding: 0;
}

.booking-modal .modal-body .form-holder {
    padding: 70px 20px;
}

.booking-modal .modal-body .img-box {
    overflow: hidden;
    height: 380px;
}

.booking-modal .modal-body .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.overview-modal {
    padding-top: 70px;
}

.overview-modal .modal-content .modal-body {
    padding: 20px;
}

.overview-modal .modal-content .btns-holder {
    padding: 20px 0;
    text-align: center;
}

.overview-modal .modal-content .btns-holder a {
    margin: 8px;
}

.overview-modal .modal-content .content-box {
    color: #000;
}

.overview-modal .modal-content .content-box .content-title {
    color: #A9A9A9;
    display: block;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-family: "fzlantingheis-l-gbregular", sans-serif;
}

.overview-modal .modal-content .content-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 20px 0;
}

.overview-modal .modal-content .content-box ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-top: solid 1px #A9A9A9;
}

.overview-modal .modal-content .content-box ul li .title {
    color: #A9A9A9;
    text-transform: uppercase;
    font-family: "fzlantingheis-l-gbregular", sans-serif;
}

.overview-modal .modal-content .content-box ul li .value {
    font-family: "fzlantingheis-b-gbregular", sans-serif;
}

.warranty-modal {
    padding-top: 70px;
}

.warranty-modal .modal-content .modal-body {
    padding: 40px 20px;
}

.warranty-modal .modal-content .modal-body .content-box {
    color: #000;
}

.warranty-modal .modal-content .modal-body .content-box .content-title {
    display: block;
    text-transform: uppercase;
    font-family: "fzlantingheis-l-gbregular", sans-serif;
}

.warranty-modal .modal-content .modal-body .content-box ul {
    padding-left: 25px;
}

.warranty-modal .modal-content .modal-body .content-box ul li {
    margin-bottom: 15px;
}

.warranty-modal .modal-content .modal-body .content-box ul li span {
    display: block;
}

.finance-modal {
    padding-top: 70px;
}

.finance-modal .btn-close {
    color: #fff;
}

.finance-modal .modal-content .modal-body {
    padding: 0;
    background: #F0F0F0;
}

.location-modal {
    padding-top: 70px;
}

.location-modal .modal-content .modal-body {
    padding: 0;
}

.location-modal .location-wrap {
    padding: 0;
}

/*# sourceMappingURL=style.css.map */