:root{
    --main-cl: #E0C58E;
    --main-cl-dark: #B99F6C;
    --sub-cl: #002174;
    --font-title: 'TL-Salacia', 'sans-serif';
    --font-body: 'SVN-RM Neue', 'sans-serif';
    --container-w: 72.917rem;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 8px;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background: linear-gradient(180deg, #dcbe8a 0%, #B89F6B 100%);
}

.overflow-y::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.overflow-y::-webkit-scrollbar {
    width: 6px;
    background-color: #cedbff;
}

.overflow-y::-webkit-scrollbar-thumb {
    background-color: var(--sub-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: unset !important;
    outline: none !important;
    font-family: var(--font-body);
}
body{
    background-color: #fff;
    font-family: var(--font-body);
}
.unscrollable{
    overflow: hidden;
    max-height: 100vh;
}
.font-title{
    font-family: var(--font-title);
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
.p-middle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}
.load_home_page svg {
    width: 16.667rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    transform-origin: top left;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #FFF;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
    transform: scale(3) translate(-50%, -50%);
    filter: blur(20px);
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature1;
    animation-duration: 12s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: var(--main-cl);
    stroke-width: 0.5px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature2;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 0.3px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: var(--main-cl)
}
@keyframes Signature2 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature1 {
    to {
        stroke: var(--main-cl);
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 3.90625rem;
    height: 10vh;
    background-color: #FFF;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.text-white{
    color: #FFF;
}
.text-3{
    color: #333;
}
.text-underline{
    text-decoration: underline;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-uppercase{
    text-transform: uppercase;
}
.obj-cover{
    object-fit: cover;
}
.text-italic{
    font-style: italic;
}
.text-primary{
    color: var(--main-cl)
}
.al-center{
    align-items: center;
}
.img-center{
    margin-left: auto;
    margin-right: auto;
}
.img-wrap{
    overflow: hidden;
    position: relative;
}
.img-wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.ts-03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts-04{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ts-05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fs-11{
    font-size: 0.573rem;
}
.fs-12{
    font-size: 0.625rem;
}
.fs-13{
    font-size: 0.677rem;
}
.fs-14{
    font-size: 0.729rem;
}
.fs-15{
    font-size: 0.78125rem;
}
.fs-16{
    font-size: 0.833rem;
}
.fs-17{
    font-size: 0.885rem;
}
.fs-18{
    font-size: 0.9375rem;
}
.fs-19{
    font-size: 0.99rem;
}
.fs-20{
    font-size: 1.042rem;
}
.fs-21{
    font-size: 1.09375rem;
}
.fs-22{
    font-size: 1.146rem;
}
.fs-23{
    font-size: 1.198rem;
}
.fs-24{
    font-size: 1.25rem;
}
.fs-25{
    font-size: 1.302rem;
}
.fs-30{
    font-size: 1.5625rem;
}
.lh-20{
    line-height: 1.042rem;
}
.lh-21{
    line-height: 1.09375rem;
}
.lh-22{
    line-height: 1.146rem;
}
.lh-23{
    line-height: 1.198rem;
}
.lh-24{
    line-height: 1.25rem;
}
.lh-25{
    line-height: 1.302rem;
}
.lh-26{
    line-height: 1.354rem;
}
.lh-27{
    line-height: 1.40625rem;
}
.lh-28{
    line-height: 1.458rem;
}
.lh-29{
    line-height: 1.51rem;
}
.lh-30{
    line-height: 1.5625rem;
}
.lh-31{
    line-height: 1.615rem;
}
.lh-32{
    line-height: 1.667rem;
}
.lh-33{
    line-height: 1.71875rem;
}
.lh-34{
    line-height: 1.771rem;
}
.lh-40{
    line-height: 2.083rem
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m-auto{
    margin: auto;
}
.col-1{flex:0 0 auto;width:8.33333333%}
.col-2{flex:0 0 auto;width:16.66666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.33333333%}
.col-5{flex:0 0 auto;width:41.66666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.33333333%}
.col-8{flex:0 0 auto;width:66.66666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.33333333%}
.col-11{flex:0 0 auto;width:91.66666667%}
.col-12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p-unset{
    position: unset !important;
}
.flex-box{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-row{
    flex-direction: row !important;
}
.flex-row-reverse{
    flex-direction: row-reverse;
}
.flex-col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al-start{
    align-items: flex-start;
}
.al-end{
    align-items: flex-end;
}
.al-baseline{
    align-items: baseline;
}
.jus-start{
    justify-content: flex-start;
}
.jus-end{
    justify-content: flex-end;
}
.jus-center{
    justify-content: center;
}
.jus-between{
    justify-content: space-between;
}
.grid-box{
    display: grid;
}
.grid-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.grid-5{
    grid-template-columns: repeat(5, 1fr);
}
.d-block{
    display: block;
}
.swiper-button-disabled{
    opacity: 0.3 !important;
}
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
.m-0{
    margin: 0;
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
@keyframes scaleBorder2 {
    0%{
        transform: translate(-50%, -50%) scale(1);
    }
    50%{
        transform: translate(-50%, -50%) scale(1.3);
    }
    100%{
        transform: translate(-50%, -50%) scale(1);
    }
}
.pl-cont{
    padding-left: calc(calc(100vw - 72.917rem) / 2);
}
.pr-cont{
    padding-right: calc(calc(100vw - 72.917rem) / 2);
}
.left-cont{
    left: calc(calc(100vw - 72.917rem) / 2);
}
.right-cont{
    right: calc(calc(100vw - 72.917rem) / 2);
}
.h-full{
    height: 100%;
}
.w-full{
    width: 100%;
}
.ls-none{
    list-style: none;
}
span.required{
    color: #FF1B1B;
}
.site-content{
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
    color: #FFF !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
    color: #FFF !important;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output{
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
}
.form-wrap .wpcf7-not-valid-tip{
    font-size: 0.677rem;
    position: absolute;
    width: 100%;
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.bg-center{
    background-position: center;
}
.bg-custom{
    background-repeat: no-repeat;
}
.bg-cover{
    background-size: cover;
}
.bg-contain{
    background-size: contain;
}
.bg-primary{
    background-color: var(--main-cl);
}
.bg-white{
    background-color: #FFF;
}

@keyframes fade-up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fade-left {
    0%{
        opacity: 0;
        transform: translateX(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}
.swiper-button-lock{
    display: none !important;
}
.swiper-button-disabled{
    opacity: 0.4 !important;
}
svg,line,path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ml-auto{
    margin-left: auto;
}
.mr-auto{
    margin-right: auto;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.gradient-border{
    background-image: linear-gradient(#FFF0F9, #FFF0F9), radial-gradient(circle at top left, #D4922D,#FDBE5D);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.bdrs-20{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
.swiper-same-height > .swiper-wrapper{
    align-items: unset;
}
.swiper-same-height > .swiper-wrapper .swiper-slide{
    height: auto;
}
.swiper-same-height > .swiper-wrapper .swiper-slide > div{
    height: 100%;
}
.show-mobile{
    display: none !important;
}
.search-page{
    padding: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    font-weight: 600;
}
#popup-intro{
    display: none;
    padding: 0;
    width: 62.5rem;
    background-color: transparent;
    max-width: 100%;
}
#popup-intro .img-wrap img{
    object-fit: contain;
    max-height: 72vh;
}
#popup-intro .fancybox-close-small{
    padding: 0.208rem;
}
#popup-intro .fancybox-close-small svg{
    color: #FFF;
}
footer#footer{
    padding: 7.8125rem 0 0 0;
    background-repeat:  no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}
footer#footer .col-5 .site-name{
    font-weight: 500;
    font-size: 6.51rem;
    line-height: 6.51rem;
    text-transform: uppercase;
    background: linear-gradient(270deg, #E0C58E 21.63%, #B89F6B 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5625rem;
}
footer#footer .col-5 .contact-info{
    width: 16.146rem;
}
footer#footer .col-5 .contact-info .item .title{
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.25rem;
    color: #F0EDE5;
    opacity: 0.8;
    margin-bottom: 0;
}
footer#footer .col-5 .contact-info .item+.item{
    margin-top: 1.042rem;
}
footer#footer .col-5 .contact-info .item .text-white{
    font-weight: 400;
    font-size: 0.99rem;
    line-height: 1.40625rem;
}
footer#footer .col-5 .contact-info .item .text-white a{
    color: #FFF;
}
footer#footer .col-7{
    padding-top: 13.542rem;
}
footer#footer .col-7 .form-title{
    font-weight: 400;
    font-size: 1.823rem;
    line-height: 2.083rem;
    margin-bottom: 1.667rem;
}
footer#footer form{
    margin-bottom: 0;
}
footer#footer .copyright{
    padding: 2.083rem 0 1.25rem;
}
footer#footer .copyright *{
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.354rem;
    color: #F0EDE5A6;
}
footer#footer .copyright .jus-end > a+a{
    margin-left: 0.625rem;
    padding-left: 0.625rem;
    border-left: 1px solid #F0EDE5A6;
}
.reset-last > *:last-child{
    margin-bottom: 0 !important;
}
.form-wrap{
    gap: 1.354rem 1.5625rem;
}
.form-wrap .form-group{
    width: 100%;
    position: relative;
}
.form-wrap .form-group.group-half{
    width: calc(50% - 0.78125rem);
}
.form-wrap .input-control::placeholder{
    color: #FFF;
    opacity: 0.4;
}
.form-wrap .input-control{
    font-weight: 400;
    font-size: 0.99rem;
    line-height: 1.40625rem;
    color: #FFF !important;
    background: transparent !important;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.625rem 0;
    transition: all 0.4s;
    margin: 0;
}
.form-wrap textarea.input-control{
    height: 4.948rem;
    min-height: unset;
}
.form-wrap .input-control:focus {
    border-bottom-color: #FFF;
}
.form-wrap .form-group.submit-group{
    width: max-content;
    max-width: 100%;
}
.form-wrap .form-group.submit-group input[type='submit']{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 20;
    height: 100%;
    margin: 0 !important;
}
.button-styled{
    display: flex;
    align-items: center;
    width: max-content;
    gap: 0.78125rem;
    cursor: pointer;
}
.button-styled span.text{
    font-weight: 700;
    font-size: 0.833rem;
    line-height: 1.042rem;
}
.button-styled span.icon{
    display: flex;
    padding-left: 1.667rem;
    position: relative;
}
.button-styled span.icon > svg{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4.0625rem;
    height: auto;
    animation: arrow-animation 1.8s infinite linear;
}

@keyframes arrow-animation {
    0%{
        transform: translateX(-5px) translateY(-50%);
    }
    25%{
        transform: translateX(0px) translateY(-50%);
    }
    50%{
        transform: translateX(5px) translateY(-50%);
    }
    75%{
        transform: translateX(0px) translateY(-50%);
    }
    100%{
        transform: translateX(-5px) translateY(-50%);
    }
}
@keyframes arrow-animation-2 {
    0%{
        transform: translateY(-50%) translateX(-50%);
    }
    25%{
        transform: translateY(15%) translateX(-50%);
    }
    50%{
        transform: translateY(80%) translateX(-50%);
    }
    75%{
        transform: translateY(15%) translateX(-50%);
    }
    100%{
        transform: translateY(-50%) translateX(-50%);
    }
}
.button-styled span.icon:after{
    width: 3.646rem;
    height: 3.646rem;
    border-radius: 50%;
    border: 1px solid transparent;
    content: '';
    position: relative;
    display: block;
    transition: all 0.4s;
}
.button-styled.button-primary span.icon:after{
    border-color: rgba(224, 197, 142, 0.3);
}
.button-styled.button-primary span.text{
    color: var(--main-cl)
}
.button-styled.button-secondary span.icon:after{
    border-color: rgba(0, 33, 116, 0.3);
}
.button-styled.button-secondary span.text{
    color: var(--sub-cl)
}
.button-styled.button-reverse span.icon{
    padding-left: 0;
    padding-right: 1.667rem;
}
.button-styled.button-reverse span.icon > svg{
    left: unset !important;
    right: 0;
}
header#header .header-bg-container{
    display: none !important;
}
header#header .header-wrapper{
    position: fixed;
    left: 0;
    top: 0 !important;
    width: 100%;
    z-index: 9999;
    animation: unset !important;
    padding: 0.625rem 1.875rem;
    box-shadow: unset !important;
}
header#header .header-wrapper:before,
header#header .header-wrapper:after{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    position: absolute;
    content: '';
    transition: all 0.4s;
}
header#header .header-wrapper .header-logo-dark{
    opacity: 0;
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
}
header#header .header-wrapper:before{
    background: linear-gradient(180deg, #F1EFE7 0%, rgba(241, 239, 231, 0.651839) 43.25%, rgba(241, 239, 231, 0) 100%);
}
header#header .header-wrapper:after{
    opacity: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.325919) 53.19%, rgba(0, 0, 0, 0) 100%);
}
header#header .header-wrapper.dark-mode-enable .header-logo{
    opacity: 0;
}
header#header .header-wrapper.dark-mode-enable .header-logo-dark{
    opacity: 1;
}
header#header .header-wrapper.dark-mode-enable:before{
    opacity: 0;
}
header#header .header-wrapper.dark-mode-enable:after{
    opacity: 1;
}
header#header .header-wrapper > div{
    position: relative;
    z-index: 4;
}
header#header .header-wrapper #masthead{
    height: auto !important;
}
header#header .header-wrapper #masthead .header-inner{
    align-items: flex-start;
}
header#header .header-wrapper #masthead #logo{
    width: auto !important;
    position: relative;
}
header#header .header-wrapper #masthead #logo img{
    height: 6.146rem;
    width: auto;
    max-height: unset !important;
}
header#header .header-wrapper #masthead .header-nav-main.nav-right{
    gap: 2.34375rem;
}
header#header .header-wrapper #masthead .header-nav-main.nav-right > li{
    margin: 0 !important;
}
header#header .hamburger{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    width: 44px;
}
header#header .hamburger > span{
    border-radius: 5px 0 0 5px;
    background-color: var(--main-cl);
    width: 30px;
    height: 2px;
    transition: all 0.4s;
}
header#header a.active > .hamburger > span:nth-of-type(2){
    opacity: 0;
}
header#header a.active > .hamburger > span:nth-of-type(1){
    border-radius: 5px;
    transform: rotate(45deg) translateX(5px) translateY(12px);
    width: 30px !important;
}
header#header a.active > .hamburger > span:nth-of-type(3){
    border-radius: 5px;
    transform: rotate(-45deg) translateX(4px) translateY(-12px);
    width: 30px !important;
}
header#header .header-buttons{
    display: flex;
    gap: 1.25rem;
}
.button-normal{
    display: flex;
    align-items: center;
    gap: 0.729rem;
    padding: 0.417rem 0.833rem;
    border-radius: 2.604rem;
    width: max-content;
    border: 1px solid transparent;
    transition: all 0.4s;
}
.button-normal span.icon{
    width: 0.9375rem;
    height: 0.9375rem;
    display: flex;
}
.button-normal span.icon svg{
    height: 100%;
    width: auto;
}
.button-normal span.icon.icon-mask{
    background-color: currentColor;
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-size: cover;
    -webkit-mask-size: cover;
}
.button-normal span.text{
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    transition: all 0.4s;
}
.button-normal span.text{
    color: currentColor;
}
.button-normal.button-white{
    color: #FFF;
    border-color: currentColor;
}
.button-normal span.icon.icon-fill path{
    fill: currentColor;
}
.button-normal span.icon.icon-stroke path{
    stroke: currentColor;
}
.button-normal.button-secondary{
    color: var(--sub-cl);
    border-color: currentColor;
}
.dark-mode-enable .button-normal.button-secondary{
    color: #FFF;
    border-color: currentColor;
}
.button-normal.button-secondary:hover{
    color: var(--main-cl)
}
#consult-popup{
    display: none;
}
.text-secondary{
    color: var(--sub-cl)
}
.sec-des li,
.sec-des p,
.sec-des{
    font-weight: 400;
    font-size: 0.99rem;
    line-height: 1.40625rem;
    color: #0A132E;
}
.sec-des.text-white,
.sec-des.text-white *{
    color: #FFF;
}
section.home-1 video{
    display: block;
    width: 100%;
    height: auto;
}

.home-2{
    padding: 8.177rem 0 5.99rem;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-2 .img-float{
    overflow: hidden;
}
.home-2 .img-float img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}
.home-2 .img-float:hover img{
    transform: scale(1.1);
}
.home-2 .img-float:nth-of-type(2){
    position: absolute;
    right: 0;
    top: 11.302rem;
    height: 10.417rem;
    width: 16.25rem;
}
.home-2 .img-float:nth-of-type(3){
    position: absolute;
    bottom: 0;
    right: 6.927rem;
    height: 9.271rem;
    width: 16.51rem;
}
.home-2 .project-name{
    position: absolute;
    width: 44.271rem;
    bottom: -0.521rem;
    left: 5.729rem;
    font-weight: 500;
    font-size: 6.51rem;
    line-height: 6.042rem;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    margin: 0;
    z-index: 3;
}
.home-2 .project-name > span{
    width: max-content;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, #E0C58E 17.6%, rgba(224, 197, 142, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
}
.home-2 .project-name > span:nth-of-type(2){
    margin-left: auto;
}
.home-2 .col-5{
    padding-right: 3.4375rem;
}
.home-2 .col-7{
    padding-left: 3.125rem;
    padding-right: 5.729rem;
}
.home-2 .col-7 .sec-title{
    margin-bottom: 1.875rem;
}
.home-2 .col-7 .grid-box{
    grid-gap: 2.083rem;
    margin-bottom: 2.083rem;
}
.home-3{
    padding: 9.375rem 0 2.083rem;
}
.home-3 .grid-container .col-4{
    padding-right: 1.25rem;
}
.home-3 .grid-container .cont-wrap{
    position: absolute;
    top: calc(100% + 1.771rem);
    right: 0;
    left: 7.135rem;
}
.home-3 .grid-container .col-6{
    padding-left: 2.917rem;
    padding-right: 2.292rem;
}
.home-3 .grid-container .col-6 .button-styled{
    margin-top: 1.667rem;
}
.home-3 > .flex-box{
    padding-left: 6.875rem;
    padding-right: 22.65625rem;
    margin-top: 4.0625rem;
}
.home-3 > .flex-box .item .font-title{
    margin-bottom: 0.625rem;
}
.home-3 > .flex-box .item.item-1{
    width: 16.354rem;
    margin-top: 2.1875rem;
}
.home-3 > .flex-box .item.item-1 .img-wrap{
    margin-bottom: 1.25rem;
}
.home-3 > .flex-box .item.item-2{
    width: 17.604rem;
    position: relative;
}
.home-3 > .flex-box .item.item-2 .cont-wrap{
    padding-left: 4.792rem;
    margin-right: -0.26rem;
    padding-top: 1.458rem;
}
.home-3 > .flex-box .item.item-2 .img-wrap img{
    z-index: 2;
    position: relative;
}
.home-3 > .flex-box .item.item-2 > img{
    position: absolute;
    left: -12.24rem;
    top: 5.46875rem;
    z-index: 1;
    width: 14.84375rem;
    height: 16.667rem;
}
.home-3 > .flex-box .item.item-3{
    position: absolute !important;
    right: 0;
    top: 21.875rem;
    width: 13.542rem;
}
.home-3 > .flex-box .item.item-3 .cont-wrap{
    padding: 1.823rem 2.552rem 0 0;
}
.home-4{
    background: linear-gradient(180deg, #93D8EB 28.12%, rgba(147, 216, 235, 0) 100%);
}
.home-4 .sec-title{
    margin-bottom: 0.885rem;
}
.home-4 .sec-des{
    margin-bottom: 2.604rem;
}
.home-4 .vertical-swiper-wrap .swiper{
    height: 23.4375rem;
}
.home-4 .vertical-swiper-wrap .swiper-slide{
    display: flex;
    align-items: center;
}
.home-4 .vertical-swiper-wrap .item{
    display: flex;
    align-items: center;
    gap: 1.5625rem
}
.home-4 .vertical-swiper-wrap .item .img-wrap{
    width: 6.042rem;
    min-width: 6.042rem;
    height: 6.042rem;
    transition: all 0.4s;
    overflow: unset;
    position: relative;
    z-index: 3;
}
.home-4 .vertical-swiper-wrap .item .img-wrap img{
    border-radius: 50%;
    border: 0.521rem solid #F1EFE7;
    transform: scale(0.65);
}
.home-4 .vertical-swiper-wrap .item .time{
    font-weight: 500;
    font-size: 1.302rem;
    line-height: 1.302rem;
    color: #002174;
    opacity: 0.6;
    margin-bottom: 0.208rem;
    transition: all 0.4s;
}
.home-4 .vertical-swiper-wrap .item .desc{
    font-weight: 400;
    font-size: 0.99rem;
    line-height: 1.40625rem;
    color: #0A132E;
    transition: all 0.4s;
    opacity: 0.5;
}
.home-4 .vertical-swiper-wrap .swiper-slide-prev{
    z-index: 9;
}
.home-4 .vertical-swiper-wrap .swiper-slide-active{
    z-index: 8;
}
.home-4 .vertical-swiper-wrap .swiper-slide-next{
    z-index: 7;
}
.home-4 .vertical-swiper-wrap .swiper-slide .img-wrap:before{
    bottom: 5.208rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 3.646rem;
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDEgNDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIG9wYWNpdHk9IjAuNjUiIHgxPSIwLjUiIHkxPSIyLjE4NTU4ZS0wOCIgeDI9IjAuNDk5OTk4IiB5Mj0iNDQiIHN0cm9rZT0iI0I4OUY2QiIgc3Ryb2tlLWRhc2hhcnJheT0iNCA0Ii8+Cjwvc3ZnPgo=");
    background-repeat: repeat;
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s;
}
.home-4 .vertical-swiper-wrap .swiper-slide-active:not(:first-of-type) .img-wrap:before,
.home-4 .vertical-swiper-wrap .swiper-slide-next .img-wrap:before{
    opacity: 1;
}
.home-4 .vertical-swiper-wrap .swiper-slide-active .img-wrap:before{
    bottom: 100%;
}
.home-4 .vertical-swiper-wrap .swiper-slide-active .item .img-wrap img{
    transform: scale(1);
}
.home-4 .vertical-swiper-wrap .swiper-slide-active .item .time{
    opacity: 1;
    color: var(--main-cl)
}
.home-4 .vertical-swiper-wrap .swiper-slide-active .item .desc{
    opacity: 1;
}
.home-4 .vertical-swiper-wrap .vertical-arrow{
    position: absolute;
    left: 3.021rem;
    transform: translateX(-50%);
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
}
.home-4 .vertical-swiper-wrap .vertical-arrow.prev{
    top: 0;
}
.home-4 .vertical-swiper-wrap .vertical-arrow.next{
    bottom: 0;
}
.home-4 .cont-wrap{
    flex-grow: 1;
    width: calc(100% - 72.917rem);
    background-color: #F1EFE7;
    position: relative;
    z-index: 3;
    padding-top: 6.25rem;
}
.home-4 .cont-wrap .cont-inner{
    margin-left: calc(calc(100vw - var(--container-w)) / 2);
    width: 100%;
}
.home-4 .map-wrap{
    margin-left: auto;
    width: 72.917rem;
    height: auto;
    max-width: 100%;
}
.home-4 .map-wrap > svg{
    width: 100%;
    height: auto;
    display: block;
}
.home-4 .map-wrap .point{
    transform: translate(-50%, -50%);
}
.home-4 .map-wrap .point .icon-wrap{
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
}
.home-4 .map-wrap .point .icon-wrap:before{
    width: 3.125rem;
    height: 3.125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #E0C38F;
    border-radius: 50%;
    content: '';
    animation: scaleBorder 1.2s infinite linear;
}
.home-4 .map-wrap .point .icon-wrap:after{
    width: 2.292rem;
    height: 2.292rem;
    animation: scaleBorder 1.2s infinite linear;
    background-color: var(--main-cl);
    border-radius: 50%;
    position: absolute;
    content: '';
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1;
}
.home-4 .map-wrap .point .icon-wrap img{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
}
.home-4 .map-wrap .point .name-wrap{
    position: absolute;
    top: calc(100% + 0.208rem);
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    font-size: 0.9375rem;
    line-height: 1.25rem;
}
.home-4 .marquee-text{
    padding: 2.083rem 0 1.042rem;
}
.home-4 .marquee-text marquee{
    font-weight: 300;
    font-size: 4.6875rem;
    line-height: 7.323437500000001rem;
    text-transform: uppercase;
}
.home-4 .logo-wrap{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 40.5%;
    left: 64.5%;
    width: 4.167rem;
    height: 4.167rem;
}
.home-4 .logo-wrap > img{
    position: relative;
    z-index: 3;
}
.home-4 .logo-wrap:after{
    width: 6.25rem;
    height: 6.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #E0C38F;
    border-radius: 50%;
    content: '';
    animation: scaleBorder 1.2s infinite linear;
}
.home-4 .logo-wrap:before{
    width: 4.6875rem;
    height: 4.6875rem;
    animation: scaleBorder 1.2s infinite linear;
    background-color: var(--main-cl);
    border-radius: 50%;
    position: absolute;
    content: '';
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1;
}
.home-4 .logo-wrap > svg{
    height: 2.083rem;
    width: auto;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.home-5 .cont-wrap{
    top: 4.167rem;
    left: 0;
    width: 100%;
    z-index: 9;
}
.home-5 .col-5.list-values .name{
    font-weight: 400;
    font-size: 0.885rem;
    line-height: 1.146rem;
    text-transform: uppercase;
    margin-bottom: 0.78125rem;
    color: #231F20;
}
.home-5 .col-5.list-values .value{
    font-weight: 500;
    font-size: 3.125rem;
    line-height: 3.125rem;
    min-width: 4.6875rem;
    margin-right: 0.78125rem;
}
.home-5 .col-5.list-values .cont .title{
    font-weight: 500;
    font-size: 1.302rem;
    line-height: 1.5625rem;
    margin-bottom: 0.208rem;
    color: #0A132E;
}
.home-5 .col-5.list-values .cont .desc{
    font-weight: 400;
    font-size: 0.885rem;
    line-height: 1.302rem;
}
.home-5 .col-5.list-values .cont > .flex-box+.flex-box{
    margin-top: 1.302rem;
}
.home-5 .col-5.list-values .group-item+.group-item{
    margin-top: 2.083rem;
}
.home-6 .img-wrap:before{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16.667rem;
    background: linear-gradient(0deg, rgba(9, 16, 38, 0.9) 0%, rgba(9, 16, 38, 0.588462) 42.31%, rgba(9, 16, 38, 0) 100%);
    content: '';
    position: absolute;
    pointer-events: none;
}
.home-6 .cont-wrap{
    bottom: 4.167rem;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    width: 39.0625rem;
}
.home-6 .cont-wrap .font-title {
    font-weight: 400;
    font-size: 3.125rem;
    line-height: 3.385rem;
    text-transform: uppercase;
    margin-bottom: 0.3125rem;
    transition: all 0.4s;
    transform: translateY(1.5625rem);
    transition-delay: 0.3s;
    opacity: 0;
}
.home-6 .cont-wrap .desc{
    font-weight: 400;
    font-size: 0.99rem;
    line-height: 1.40625rem;
    transition: all 0.4s;
    transform: translateY(1.5625rem);
    transition-delay: 0.6s;
    opacity: 0;
}
.home-6 .swiper-slide-active .cont-wrap .font-title,
.home-6 .swiper-slide-active .cont-wrap .desc{
    transition-delay: 0;
    transform: translateY(0);
    opacity: 1;
}
.home-6 .swiper-arrow{
    position: absolute;
    z-index: 9;
    bottom: 6.25rem;
}
.home-6 .swiper-arrow.prev{
    left: 18.75rem;
}
.home-6 .swiper-arrow.next{
    right: 18.75rem;
}
.swiper-arrow{
    width: 4.479rem;
    cursor: pointer;
}
.swiper-arrow.next{
    padding-left: 1.458rem;
}
.swiper-arrow.prev{
    padding-right: 1.458rem;
}
.swiper-arrow.prev svg{
    right: 0;
}
.swiper-arrow.next svg{
    left:  0;
}
.swiper-arrow:after{
    width: 3.021rem;
    height: 3.021rem;
    border-radius: 50%;
    border: 1.5px solid #DDBD96;
    content: '';
    display: block;
    position: relative;
    transition: all 0.4s;
}
.swiper-arrow > svg{
    width: 3.229rem;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.sec-title{
    font-weight: 500;
    font-size: 2.083rem;
    line-height: 2.604rem;
    text-transform: uppercase;
}
.text-gradient{
    background: linear-gradient(90deg, #D5B677 0%, #B89F6B 72.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
    max-width: 100%;
}
.text-center > .text-gradient,
.text-gradient.text-center,
.text-gradient.text-right{
    margin-left: auto;
}
.text-center > .text-gradient,
.text-gradient.text-center{
    margin-right: auto;
}
.home-7{
    padding: 6.25rem 0 0;
}
.home-7 .col-left{
    padding-top: 3.854rem;
    padding-right: 6.25rem;
    padding-bottom: 5.46875rem;
}
.home-7 .col-left .bottom-group{
    margin-top: auto;
    padding-right: 11.71875rem;
}
.home-7 .col-left .swiper .title{
    font-weight: 500;
    font-size: 2.083rem;
    line-height: 2.34375rem;
    margin-bottom: 0.78125rem;
}
.home-7 .col-left .swiper .desc{
    color: #0A132EBF;
}
.home-7 .col-left .arrows{
    gap: 1.042rem;
    margin-top: 4.167rem
}
.home-7 .col-left .arrows .arrow{
    display: flex;
    cursor: pointer;
}
.home-7 .col-left .arrows .arrow svg{
    width: 2.5rem;
    height: auto;
}
.home-7 .col-left .arrows .arrow.prev:hover svg{
    transform: translateX(-0.625rem);
}
.home-7 .col-left .arrows .arrow.next:hover svg{
    transform: translateX(0.625rem);
}
.home-7 .col-left .swiper-wrapper{
    align-items: flex-end;
}
.home-7 .col-right .image-group{
    display: none;
    animation: fade-left 1s;
}
.home-7 .col-right .image-group.active{
    display: block;
}
.home-7 .col-right .image-group .small-images{
    position: absolute;
    bottom: 5.833rem;
    left: -8.854rem;
    z-index: 2;
    width: 14.583rem;
    height: 18.49rem;
}
.home-7 .col-right .image-group.active .small-images{
}
.home-8{
    padding-top: 9.375rem
}
.home-8 .title-group{
    width: 45rem;
    margin: 0 auto 9.0625rem;
    max-width: 100%;
}
.home-8 .item{
    gap: 2.083rem
}
.home-8 .item .title{
    font-weight: 500;
    font-size: 2.604rem;
    line-height: 2.708rem;
    margin-bottom: 0.521rem;
}
.home-8 .item.item-1{
    margin-left: 27.96875rem;
}
.home-8 .item.item-1 .cont-wrap{
    width: 14.583rem;
    margin-top: 1.25rem;
}
.home-8 .item.item-1 .img-wrap{
    width: 15.625rem;
    height: 18.229rem;
}
.home-8 .item.item-2{
    margin-top: -4.6875rem;
    margin-bottom: 6.25rem;
}
.home-8 .item.item-2 .cont-wrap{
    width: 10.729rem;
}
.home-8 .item.item-2 .img-wrap{
    width: 21.25rem;
    height: auto;
    aspect-ratio: 407/476;
}
.home-8 .item.item-3{
    margin-bottom: 3.125rem;
}
.home-8 .item.item-3 .cont-wrap{
    width: 12.5rem;
}
.home-8 .item.item-3 .img-wrap{
    margin-bottom: 1.823rem;
    width: 19.896rem;
    height: auto;
    aspect-ratio: 383/225;
}
.home-8 .item.item-4{
    justify-content: center;
}
.home-8 .item.item-4 .cont-wrap{
    width: 12.604rem;
}
.home-8 .item.item-4 .img-wrap{
    width: 23.4375rem;
    height: auto;
    aspect-ratio: 450/564;
}
.home-9{
    padding-bottom: 4.167rem;
}
.home-9 .grid-container{
    margin-top: -11.667rem;
    position: relative;
    z-index: 9;
}
.home-9 .grid-container .overview-notes{
    gap: 2.604rem;
    margin-bottom: 4.375rem;
}
.home-9 .grid-container .overview-notes .item{
    min-width: 9.896rem;
    display: flex;
    align-items: center;
    padding: 0.26rem;
    gap: 0.625rem;
    background-color: #FFFFFFA6;
    backdrop-filter: blur(20px);
    border-radius: 2.604rem;
    border: 2px solid transparent;
    transition: all 0.4s;
    cursor: pointer;
}
.home-9 .grid-container .overview-notes .item .color{
    width: 1.667rem;
    min-width: 1.667rem;
    height: 1.667rem;
    border-radius: 50%;
    background-color: currentColor;
}
.home-9 .grid-container .overview-notes .item:hover,
.home-9 .grid-container .overview-notes .item.active{
    background-color: #FFF;
    border-color: currentColor;
}
.home-9 .grid-container .overview-notes .item .name{
    font-weight: 700;
    font-size: 0.833rem;
    line-height: 1.302rem;
    color: var(--sub-cl);
}
.home-9 .column-group > .flex-box{
    gap: 2.083rem;
}
.home-9 .column-group{
    width: 100%;
}
.home-9 .utilities-list{
    gap: 6.25rem;
}
.home-9 .utilities-list .column{
    width: 100%;
}
.home-9 .utilities-list .column .item{
    display: flex;
    align-items: center;
    gap: 0.78125rem;
}
.project-overview .dot,
.home-9 .utilities-list .column .item .count{
    width: 1.146rem;
    min-width: 1.146rem;
    height: 1.146rem;
    font-family: var(--font-title);
    color: #FFF;
    font-weight: 500;
    font-size: 0.78125rem;
    line-height: 1.146rem;
    border-radius: 50%;
    background: #B76A28;
    text-align: center;
}
.home-9 .utilities-list .column .item .name{
    font-weight: 400;
    font-size: 0.99rem;
    line-height: 1.146rem;
    color: #0A132E;
}
.home-9 .utilities-list .column .group+.group{
    margin-top: 1.823rem;
}
.home-9 .utilities-list .column .item+.item{
    margin-top: 0.78125rem;
}
.home-9 .utilities-list .column .title{
    margin-bottom: 1.042rem;
    /*margin-top: 1.823rem;*/
    font-weight: 500;
    font-size: 1.302rem;
    line-height: 1.302rem;
    color: var(--sub-cl);
}
.home-9 .utilities-list .column .group:first-of-type .title{
    margin-top: 0;
}
.home-9 .sec-title{
    width: auto;
    margin-top: 3.49rem;
}
.project-overview:before{
    top: 0;
    left: 0;
    z-index: 5;
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(241, 239, 231, 0) 0%, rgba(241, 239, 231, 0.740009) 43.93%, rgba(241, 239, 231, 0.873795) 65.87%, #F1EFE7 100%);
    height: 18.75rem;
    width: 100%;
}
.project-overview:after{
    bottom: 0;
    left: 0;
    z-index: 5;
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(241, 239, 231, 0) 0%, rgba(241, 239, 231, 0.740009) 34.06%, rgba(241, 239, 231, 0.873795) 58.14%, rgba(241, 239, 231, 0.956606) 70.21%, #F1EFE7 100%);
    height: 16.25rem;
    width: 100%;
}
.project-overview > .back-img:before{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000004D;
    position: absolute;
    content: '';
    z-index: 2;
    transition: all 0.4s;
    opacity: 0;
    transition-delay: 0.4s;
}
.project-overview > svg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    height: auto;
}
.project-overview > .utilities-dots{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    pointer-events: none;
    transition: all 0.4s;
}
.project-overview > .utilities-dots > img{
    width: 100%;
    height: 100%;
    display: block;
}
.project-overview > svg{
    opacity: 0;
}
.project-overview > svg path{
    pointer-events: none !important;
    cursor: pointer;
}
.project-overview > svg path[data-id]{
    pointer-events: unset !important;
}
.project-overview.hovered .utilities-dots{
    opacity: 0;
}
.project-overview.hovered .back-img:before{
    opacity: 1;
    transition-delay: 0s;
}
.project-overview.hovered .back-img .utilities-dots{
    opacity: 0;
}
.project-overview.hovered path{
    opacity: 0;
}
.project-overview.hovered path.active{
    opacity: 1;
}
.project-overview .dot{
    position: absolute;
    z-index: 4;
}
.project-overview .block-bubble{
    position: absolute;
    width: 7.03125rem;
    height: 7.03125rem;
    border-radius: 50%;
    backdrop-filter: blur(20px);
    background: #FFFFFF99;
    font-size: 1.5625rem;
    line-height: 1.667rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    pointer-events: none;
    transform: translateX(-50%) translateY(0);
    opacity: 0;
    transition: all 0.4s;
}
.project-overview .block-bubble:before{
    position: absolute;
    content: '';
}
.project-overview .block-bubble:nth-of-type(1){
    left: 55%;
    top: 47%;
}
.project-overview .block-bubble:nth-of-type(1):before{
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.8) 58.78%, rgba(255, 255, 255, 0) 100%);
    width: 4.167rem;
    height: 1px;
}
.project-overview .block-bubble:nth-of-type(2){
    top: 57%;
    left: 40%;
}
.project-overview .block-bubble:nth-of-type(2):before{
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 58.78%, rgba(255, 255, 255, 0) 100%);
    width: 5.625rem;
}
.project-overview .block-bubble:nth-of-type(3){
    top: 53%;
    left: 46%;
}
.project-overview .block-bubble:nth-of-type(3):before{
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 58.78%, rgba(255, 255, 255, 0) 100%);
    width: 1px;
    height: 5.625rem;
}
.project-overview .block-bubble:nth-of-type(4){
    left: 92.5%;
    top: 25%;
}
.project-overview .block-bubble:nth-of-type(4):before{
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 58.78%, rgba(255, 255, 255, 0) 100%);
    width: 1px;
    height: 200px;
}
.project-overview .block-bubble.active{
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}
.project-overview .blocks-image > img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    transition: all 0.4s;
}
.project-overview.hovered .blocks-image > img:not(.active){
    opacity: 0;
}
.home-10{
    padding-top: 6.354rem;
    border-top: 1px solid #DCD9CD;
}
.home-10 .col-4 .sec-title{
    margin-bottom: 1.458rem;
}
.home-10 .col-8{
    padding-left: 3.125rem;
}
.home-10 .investor{
    margin-bottom: 1.5625rem;
}
.home-10 .investor .item{
    width: 50%;
    gap: 1.823rem;
}
.home-10 .investor .item img{
    height: 2.5rem;
    width: auto;
}
.home-10 .investor .item:nth-of-type(odd){
    padding-right: 2.083rem;
}
.home-10 .investor .item:nth-of-type(even){
    padding-left: 2.083rem;
    border-left: 1px solid #DCD9CD;
}
.home-10 .grid-box{
    margin-top: 4.792rem;
    grid-template-rows: 1fr 1fr;
    grid-gap: 4px;
    padding-left: 4.792rem;
}
.home-10 .grid-box .item .img-wrap{
    height: 100%;
}
.home-10 .grid-box .item .img-wrap:before{
    height: 100%;
    z-index: 2;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.84%, rgba(0, 0, 0, 0.75) 100%);
    left: 0;
    top: 0;
    transition: all 0.4s;
}
.hover-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    aspect-ratio: 1;
    height: 5.208rem;
    width: auto;
    max-height: 40%;
    max-width: 40%;
    transform: translate(-50%, -50%) scale(2);
    background-image: url('https://salacia.vn/wp-content/uploads/2025/09/favicon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all 0.4s;
    z-index: 4;
    filter: blur(20px);
    pointer-events: none !important;
    opacity: 0;
}
.post-item .post-thumbnail:after,
.home-10 .grid-box .item .img-wrap:after{
    height: 100%;
    z-index: 3;
    width: 100%;
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.4s;
}
.home-10 .grid-box .item .cont-wrap{
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 1.042rem 1.5625rem;
}
.home-10 .grid-box .item .cont-wrap .font-title{
    margin-bottom: 0.208rem;
}
.home-10 .grid-box .item:nth-of-type(1){
    grid-column: 1/3;
}
.home-10 .grid-box .item:nth-of-type(3){
    grid-row: 2/3;
    grid-column: 1/2;
}
.home-10 .grid-box .item:nth-of-type(4){
    grid-column: 2/4;
    grid-row: 2/3;
}
.home-10 .grid-box .item:nth-of-type(5){
    grid-row: 1/3;
    grid-column: 4/6;
}
.home-11{
    width: 100vw;
    padding-top: 7.917rem;
}
.home-11 .grid-container{
    margin-bottom: 2.34375rem;
}
.home-posts .home-posts-scroll::-webkit-scrollbar{
    display: none !important;
}
.home-posts .home-posts-scroll{
    overflow: auto;
    scroll-behavior: smooth;
}
.home-posts .posts-group{
    min-width: var(--container-w);
    gap: 7.03125rem;
    padding-right: 7.03125rem;
}
.home-posts .item .img-wrap:before{
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    content: '';
    position: absolute;
    transition: all 0.4s
}
.home-posts .item .cont-wrap .post-name{
    font-weight: 400;
    font-size: 1.042rem;
    line-height: 1.302rem;
    color: #0A132E;
}
.home-posts .item .cont-wrap .date{
    margin-top: 0.26rem;
    font-weight: 300;
    font-size: 0.78125rem;
    line-height: 1.354rem;
    text-transform: uppercase;
    opacity: 0.8;
    color: #0A132E;
}
.home-posts .item.item-0{
    min-width: 12.5rem;
    width: 12.5rem;
    margin-top: 5.625rem;
}
.home-posts .item.item-0 .img-wrap{
    aspect-ratio:  240/365;
}
.home-posts .item.item-1{
    min-width: 24.0625rem;
    width: 24.0625rem;
}
.home-posts .item.item-1 .img-wrap{
    aspect-ratio:  460/690;
}
.home-posts .item.item-1 .date{
    position: absolute;
    right: 0;
    transform: translateX(50%);
    top: 6.146rem;
    margin: 0;
    border-radius: 50%;
    padding: 1.042rem;
    background-color: var(--sub-cl);
    color: var(--main-cl);
    font-family: var(--font-title);
    text-align: center;
    opacity: 1;
}
.home-posts .item.item-1 .date .day{
    font-weight: 400;
    font-size: 2.083rem;
    line-height: 1.771rem;
}
.home-posts .item.item-1 .date .m-Y{
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.042rem;
}
.home-posts .item.item-1 .post-name{
    position: absolute;
    left: calc(100% + 3.854rem);
    font-family: var(--font-title);
    font-weight: 400;
    font-size: 1.823rem;
    line-height: 2.34375rem;
    text-transform: uppercase;
    top: 5.625rem;
    width: 20.104rem;
}
.home-posts .item.item-2{
    margin-top: auto;
    width: 15.104rem;
    min-width: 15.104rem;
}
.home-posts .item.item-2 .img-wrap{
    aspect-ratio:  285/160;
}
#home-page > section:last-of-type{
    padding-bottom: 6.458rem;
}
#home-page{
    background-color: #F1EFE7;
}
.vertical-sidebar{
    position: fixed;
    z-index: 999;
    left: 0;
    top: 9.375rem;
    height: calc(100vh - 9.375rem);
    width: 4.792rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(175, 150, 97, 0.2);
}
.vertical-sidebar:before,
.vertical-sidebar:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 100vh;
    z-index: 2;
    content: '';
    transition: all 0.4s;
}
.vertical-sidebar:before{
    background: linear-gradient(90deg, #F1EFE7 0%, rgba(241, 239, 231, 0.651839) 28.98%, rgba(241, 239, 231, 0) 54.49%);
}
.vertical-sidebar:after{
    opacity: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.16296) 53.19%, rgba(0, 0, 0, 0) 100%);
}
.vertical-sidebar.dark-mode-enable:before{
    opacity: 0;
}
.vertical-sidebar.dark-mode-enable:after{
    opacity: 1;
}
.vertical-sidebar > div{
    position: relative;
    z-index: 4;
}
.vertical-sidebar .socials{
    margin-bottom: 12.5rem;
}
.vertical-sidebar .socials .title-wrap{
    transform: rotate(-90deg) translateX(-1.875rem);
    display: block;
    transform-origin: center;
    font-weight: 300;
    font-size: 0.729rem;
    line-height: 1.354rem;
}
.vertical-sidebar .socials .item > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--sub-cl);
    transition: all 0.4s;
}
.vertical-sidebar .socials .item > a .icon-wrap{
    background-color: currentColor;
    mask-image: var(--mask-url);
    -webkit-mask-image: var(--mask-url);
    mask-size: 100%;
    -webkit-mask-size: 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 1.25rem;
    height: 1.25rem;
}
.vertical-sidebar .socials .item+.item{
    margin-top: 4.375rem;
}
.vertical-sidebar.dark-mode-enable{
    border-color: rgba(240, 237, 229, 0.15);
}
.vertical-sidebar.dark-mode-enable .socials > .item > a{
    color: #FFF;
}
.vertical-sidebar.dark-mode-enable .mouse-scroll{
    filter: brightness(0) invert(1);
}
.vertical-sidebar .mouse-scroll{
    position: absolute;
    bottom: 1.042rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 1.042rem;
    align-items: center;
    justify-content: center;
}
@keyframes bubble {
    0%{
        transform: translateY(-5px);
    }
    25%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(5px);
    }
    75%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-5px);
    }
}
.vertical-sidebar .mouse-scroll > svg.mouse-icon{
    animation: bubble 1.8s infinite linear;
}
.patterns-wrap > .wave-pattern{
    position: absolute;
    width: 47.396rem;
    height: auto;
    aspect-ratio: 911/430;
    display: block;
    z-index: 1;
    mask-image: url('../images/wave-pattern.svg');
    -webkit-mask-image: url('../images/wave-pattern.svg');
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    pointer-events: none;
}
.z-5{
    z-index: 5;
}
.overflow-hidden{
    overflow: hidden;
}
.home-3 .patterns-wrap > .wave-pattern:nth-of-type(1){
    top: -8.073rem;
    left: 13.542rem;
    background: linear-gradient(90deg, rgba(115, 115, 115, 0.1) 0%, #DAC091 41.35%, #DAC091 66.35%, rgba(115, 115, 115, 0.1) 100%);
}
.home-3 .patterns-wrap > .wave-pattern:nth-of-type(2){
    background: linear-gradient(90deg, rgba(115, 115, 115, 0) 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
    right: -16.458rem;
    top: 2.083rem;
}
.home-3 .patterns-wrap > .wave-pattern:nth-of-type(3){
    top: 22.917rem;
    left: 0;
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #C4AA7C 40.63%);
    transform: rotateY(180deg);
}
.home-3 .patterns-wrap > .wave-pattern:nth-of-type(4){
    left: 14.427rem;
    bottom: 0;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
}
.home-4 .patterns-wrap > .wave-pattern{
    bottom: -5.99rem;
    right: 0;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
}
.home-7 .patterns-wrap > .wave-pattern:nth-of-type(1){
    top: -3.333rem;
    left: 16.25rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
}
.home-7 .patterns-wrap > .wave-pattern:nth-of-type(2){
    left: 0;
    bottom: 5.833rem;
    background: linear-gradient(90deg, #DAC091 0%, #D4BA8B 25%, #C4AA7C 57%, #AA9063 93%, #A48A5E 100%);
    transform: rotateY(180deg);
    width: 49.479rem;
    opacity: 0.8;
}
.home-8 .patterns-wrap > .wave-pattern:nth-of-type(1){
    width: 49.167rem;
    left: 13.542rem;
    top: 17.5rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
}
.home-8 .patterns-wrap > .wave-pattern:nth-of-type(2){
    right: 0;
    top: 31.25rem;
    background: linear-gradient(270deg, #DAC091 59.6%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
}
.home-8 .patterns-wrap > .wave-pattern:nth-of-type(3){
    width: 40.521rem;
    top: 49.21875rem;
    left: 0;
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #DAC091 40.63%);
    transform: rotateY(180deg);
}
.home-8 .patterns-wrap > .wave-pattern:nth-of-type(4){
    right: 12.135rem;
    bottom: 10.9375rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0.1) 0%, #DAC091 30.99%, #DAC091 74.1%, rgba(115, 115, 115, 0.1) 100%);
}
.home-8 .patterns-wrap > .wave-pattern:nth-of-type(5){
    bottom: -2.083rem;
    left: 25.78125rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0.1) 0%, #DAC091 30.99%, #DAC091 74.1%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
}
.home-9 .patterns-wrap > .wave-pattern{
    width: 49.6875rem;
    right: 0;
    bottom: -9.635rem;
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #DAC091 40.63%);
    transform: rotateX(180deg);
}
.home-10 .patterns-wrap > .wave-pattern:nth-of-type(1){
    left: -8.854rem;
    top: 17.34375rem;
    background: linear-gradient(90deg, rgba(115, 115, 115, 0.1) 0%, #DAC091 32.81%, #DAC091 76.39%, rgba(115, 115, 115, 0.1) 100%);
}
.home-11 .patterns-wrap > .wave-pattern:nth-of-type(1){
    top: 1.042rem;
    right: 17.1875rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0.1) 0%, #DAC091 28.71%, #DAC091 81.05%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
}
.home-11 .patterns-wrap > .wave-pattern:nth-of-type(2){
    left: 0;
    bottom: 10.677rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0.1) 0%, #DAC091 32.81%, #DAC091 76.39%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
}
.home-11 .patterns-wrap > .wave-pattern:nth-of-type(3){
    width: 53.542rem;
    right: 0;
    bottom: -10.417rem;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #DAC091 40.63%);
    transform: rotateX(180deg);
}
.show-tablet{
    display: none !important;
}
*:before,
*:after{
    pointer-events: none !important;
}
.mobile-dots{
    display: flex;
    gap: 0.521rem;
    position: relative !important;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
    margin-top: 1.25rem;
}
.mobile-dots > .swiper-pagination-bullet{
    margin: 0 !important;
    width: 0.729rem;
    height: 0.729rem;
    background-color: var(--main-cl);
    opacity: 0.3;
}
.mobile-dots > .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}
#top-link.back-to-top{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(224, 197, 142, 0.4);
    transition: all 0.4s;
    width: 3.646rem;
    height: 3.646rem;
}

#top-link.back-to-top svg{
    height: 1.5625rem;
    width: auto;
}
#top-link.back-to-top:hover line,
#top-link.back-to-top:hover path{
    stroke: #FFF
}
#products-page .products-page{
    max-height: 100vh;
    padding-bottom: 0 !important;
}
#products-page .products-page:before{
    right: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgba(241, 239, 231, 0) 0%, rgba(241, 239, 231, 0.639423) 57.69%, #F1EFE7 100%);
    content: '';
    height: 100%;
    width: 8.646rem;
    z-index: 6;
    pointer-events: none;
}
#products-page .products-page .grid-container{
    position: absolute !important;
    bottom: 2.083rem;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
}
#products-page .grid-container .overview-notes{
    margin-bottom: 0;
}
#products-page .products-page .project-overview:before{
    height: 21.875rem;
    background: linear-gradient(0deg, rgba(241, 239, 231, 0) 0%, rgba(241, 239, 231, 0.740009) 20.19%, rgba(241, 239, 231, 0.880988) 43.27%, rgba(241, 239, 231, 0.953827) 63.94%, #F1EFE7 100%);
}
#products-page .products-page .products-content{
    top: 7.917rem;
    left: 50%;
    width: 45rem;
    max-width: 100%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 9;
    pointer-events: none;
}
#products-page .products-page .products-content .sec-title{
    margin-top: 0 !important;
}
.product-popup{
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: #F1EFE7;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
}
.product-popup.active{
    opacity: 1;
    pointer-events: unset;
    visibility: visible;
}
.product-popup *{
    max-height: 100vh
}
.overflow-y{
    overflow-y: auto;
}
.product-popup .col-left{
    position: relative;
    z-index: 3;
    padding: 8.854rem 6.25rem 2.083rem 7.292rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    gap: 2rem
}
.product-popup .col-left > svg{
    position: absolute;
    right: 0.78125rem;
    bottom: 1.823rem;
    z-index: 3;
    pointer-events: none;
}
.product-popup .col-left > svg .add-animation{
    animation: bubble 1.8s infinite linear;
}
.product-popup .col-left:after,
.product-popup .col-left:before{
    width: 47.396rem;
    height: 21.771rem;
    position: absolute;
    display: block;
    z-index: 1;
    content: '';
    mask-image: url('../images/wave-pattern.svg');
    -webkit-mask-image: url('../images/wave-pattern.svg');
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    pointer-events: none;
}
.product-popup .col-left:before{
    left: 20.3125rem;
    top: -3.958rem;
    background: linear-gradient(270deg, #DAC091 59.6%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
}
.product-popup .col-left:after{
    transform: rotateX(180deg);
    background: linear-gradient(270deg, #DAC091 59.6%, rgba(115, 115, 115, 0.1) 100%);
    right: 20.3125rem;
    bottom: -8.698rem;
}
.product-popup .block-note{
    margin-top: auto;
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 0.9375rem;
}
.product-popup h2.name{
    font-size: 4.6875rem;
    line-height: 4.6875rem;
    margin-bottom: 0.521rem;
}
.product-popup .slogan{
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 1.5625rem;
    color: #0A132EBF;
    margin-bottom: 1.823rem;
}
.product-popup .text.slogan{
    color: #0A132E;
    margin-bottom: 1.042rem;
    font-size: 1.25rem;
}
.product-popup .sec-des{
    margin-bottom: 2.34375rem;
}
.product-popup .tabs-title{
    display: flex;
    flex-wrap: wrap;
    gap: 0.521rem;
    margin-bottom: 2.604rem;
}
.product-popup .tabs-title .tab-title{
    font-family: var(--font-title);
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    padding: 0.365rem 1.042rem;
    background-color: var(--sub-cl);
    transition: all 0.4s;
    color: #FFF;
    border-radius: 2.604rem;
    cursor: pointer;
}
.product-popup .tabs-title .tab-title:hover,
.product-popup .tabs-title .tab-title.active{
    background-color: var(--main-cl-dark);
}
.tabs-container .tab-content{
    display: none;
}
.tabs-container .tab-content.active{
    display: block;
}
.product-popup .block-content .tab-content table{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
    width: calc(100% + 3.125rem);
}
.product-popup .block-content .tab-content table td{
    padding: 0 1.5625rem;
}
.product-popup .block-content .tab-content table tr+tr > td{
    padding-top: 1.823rem;
}
.product-popup .block-content .tab-content .number-item{
    width: 100%;
    padding-bottom: 0.833rem;
    border-bottom: 1px solid #DBD5C8;
}
.product-popup .block-content .tab-content .number-item .title{
    font-weight: 400;
    font-size: 0.885rem;
    line-height: 1.302rem;
    margin-bottom: 0.26rem;
}
.product-popup .block-content .tab-content .number-item .num{
    font-weight: 500;
    font-size: 1.823rem;
    line-height: 1.823rem;
}
.product-popup .block-content .tab-content .number-item .num span{
    font-size: 1.042rem;
}
.product-popup .col-right .item{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3.4375rem;
    padding: 5.208rem;
    border: 1px solid #E8E0D2;
    border-right: none;
    border-top: none;
    position: relative;
    cursor: pointer;
}
.product-popup .col-right .item:before{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    background-color: #D4B577;
    content: '';
    transition: all 0.4s;
    width: 0;
}
.product-popup .col-right .item:hover:before{
    width: 100%;
}
.product-popup .col-right .item.item-full{
    padding: 0 !important;
    border-bottom: none;
}
.product-popup .col-right .item.item-full .img-wrap,
.product-popup .col-right .item.item-full .swiper{
    height: 100%;
    width: 100%;
}
.product-popup .col-right .item .img-title{
    font-size: 1.5625rem;
    line-height: 2.604rem;
}
.product-popup .back-button{
    text-transform: uppercase;
    position: absolute;
    z-index: 9;
    left: 2.083rem;
    top: 1.823rem;
    width: 100%;
}
.product-popup .gallery-slide .gallery-list,
.product-popup > .flex-box,
.product-popup > .flex-box >div{
    height: 100vh;
    width: 100vw;
}
.product-popup > .flex-box >div{
    min-width: 100%;
}
.product-popup > .flex-box.parent-box{
    transition: all 0.4s;
}
.product-popup > .flex-box.parent-box.active{
    transform: translateX(-100%);
}
.product-popup .gallery-slide .gallery-list{
    padding: 5.208rem 11.25rem 2.604rem;
}
.product-popup .gallery-slide .gallery-list .img-wrap{
    height: 31.25rem;
    margin-bottom: 4.167rem;
}
.product-popup .gallery-slide .gallery-list .img-wrap img{
    object-fit: contain;
}
.product-popup .gallery-slide .gallery-list .img-title{
    font-weight: 500;
    font-size: 1.5625rem;
    line-height: 2.604rem;
    text-transform: uppercase;
    width: 31.25rem;
}
.product-images-swiper-2 .swiper-arrow{
    position: absolute;
    bottom: 0;
    z-index: 9;
    cursor: pointer;
}
.product-images-swiper-2 .swiper-arrow.prev{
    right: 56.25rem;
}
.product-images-swiper-2 .swiper-arrow.next{
    left: 56.25rem;
}
#side-menu{
    position: fixed;
    z-index: 999999999;
    width: 100vw;
    height: 100vh;
    background-color: #F1EFE7;
    pointer-events: none;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.8s;
    overflow: hidden;
    top: 0;
    left: 0;
}
#side-menu > .flex-box{
    height: 100%;
}
#side-menu .img-wrap >img:nth-of-type(2){
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
}
#side-menu .img-wrap > svg{
    position: absolute;
    z-index: 2;
    right: 7.292rem;
    top: 7.292rem;
    width: 24.792rem;
    height: auto;
}
#side-menu.active .img-wrap > svg path{
    animation-name: Signature3;
    animation-duration: 6s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-delay: 0.4s;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
}
@keyframes Signature3 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
#side-menu.active{
    pointer-events: initial;
    visibility: visible;
    transform: translateX(0);
}
#side-menu .menu-wrap{
    padding: 7.292rem 4.479rem 2.083rem;
    gap: 2.083rem;
    height: 100%;
    position: relative;
    z-index: 4;
}
#side-menu .menu-wrap .main-menu{
    position: relative;
    width: max-content;
    max-width: 50%;
}
#side-menu .menu-wrap .main-menu .menu-title,
#side-menu .menu-wrap .main-menu .sub-menu-title{
    margin-bottom: 2.083rem;
    font-weight: 400;
    font-size: 0.885rem;
    line-height: 1.302rem;
    color: #231F20;
    opacity: 0.5;
    width: max-content;
}
#side-menu .menu-wrap .main-menu > ul{
    width: max-content;
    max-width: 100%;
}
#side-menu .menu-wrap .main-menu > ul > li{
    margin-bottom: 0;
    max-width: 100%;
}
#side-menu .menu-wrap .main-menu > ul > li+li{
    margin-top:  0.9375rem;
}
#side-menu .menu-wrap .main-menu > ul > li > a{
    width: max-content;
    padding-right: 8.229rem;
    min-width: 100%;
    max-width: 100%;
    font-family: var(--font-title);
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.083rem;
    color: #231F20;
    display: block;
    transition: all 0.4s;
}
#side-menu .menu-wrap .main-menu > ul > li > ul{
    position: absolute;
    left: 100%;
    top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(1.5625rem);
    pointer-events: none;
    transition: all 0.4s;
}
#side-menu .menu-wrap .main-menu > ul > li > ul.active{
    opacity: 1;
    pointer-events: initial;
    transform: translateY(0);
}
#side-menu .menu-wrap .main-menu > ul > li > ul > li > a{
    font-family: var(--font-title);
    font-weight: 400;
    font-size: 1.042rem;
    line-height: 1.5625rem;
    color: #231F20;
    transition: all 0.4s;
}
#side-menu .close-btn{
    position: absolute;
    z-index: 9;
    cursor: pointer;
    right: 2.8125rem;
    top: 1.354rem;
}
#side-menu .menu-wrap .menu-buttons{
    gap: 1.042rem
}
#side-menu .menu-wrap .menu-socials{
    gap: 0.521rem
}
#side-menu .menu-wrap .menu-socials > a{
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 50%;
    background-color: #A5A5A5;
}
#side-menu .menu-wrap .menu-socials > a:hover{
    background-color: var(--sub-cl);
}
#side-menu .menu-wrap .menu-socials > a img{
    width: 0.9375rem;
    height: 0.9375rem;
}
#side-menu .wave-pattern{
    z-index: 2;
}
#side-menu .wave-pattern:nth-of-type(1){
    width: 38.021rem;
    left: 1.042rem;
    top: -8.229rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0.1) 0%, #DAC091 41.35%, #DAC091 66.35%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
}
#side-menu .wave-pattern:nth-of-type(2){
    width: 31.25rem;
    right: 0;
    bottom: 14.167rem;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #DAC091 40.63%);
}
#side-menu .wave-pattern:nth-of-type(3){
    left: 0;
    bottom: -4.375rem;
    width: 34.896rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
}
.bg-light{
    background-color: #F1EFE7;
}
.thanks-page{
    padding-top: 6.25rem;
}
.thanks-page .img-wrap{
    margin-top: -16.667rem;
}
.thanks-page .title-group{
    padding-bottom: 6.25rem;
    position: relative;
    z-index: 3;
    width: 46.354rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.thanks-page .title-group .sec-title{
    margin-bottom: 0.833rem;
}
.thanks-page .title-group .flex-box{
    gap: 1rem 2.708rem;
    margin-top: 1.5625rem;
}
.thanks-page .patterns-wrap .wave-pattern:nth-of-type(1){
    width: 50.521rem;
    left: 0;
    top: 12.5rem;
    background: linear-gradient(90deg, rgba(115, 115, 115, 0) 0%, #DAC091 32.29%, #DAC091 53.15%, rgba(139, 139, 139, 0.310365) 77.03%, rgba(115, 115, 115, 0.1) 100%);
}
.thanks-page .patterns-wrap .wave-pattern:nth-of-type(2){
    width: 49.167rem;
    right: 0;
    top: 3.229rem;
    background: linear-gradient(90deg, rgba(115, 115, 115, 0) 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
}
section.disclaimer{
    padding: 6.25rem 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.disclaimer .title-group{
    width: 60.521rem;
    max-width: 100%;
}
section.disclaimer .title-group >svg{
    margin-bottom: 1.875rem;
    width: 4.0625rem;
    height: auto;
}
section.disclaimer .title-group > .sec-title{
    margin-bottom: 1.25rem;
}
section.disclaimer .patterns-wrap .wave-pattern:nth-of-type(1){
    left: 19.896rem;
    top: -9.375rem;
    width: 49.167rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
}
section.disclaimer .patterns-wrap .wave-pattern:nth-of-type(2){
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 32.29%, #DAC091 53.15%, rgba(139, 139, 139, 0.310365) 77.03%, rgba(115, 115, 115, 0.1) 100%);
    top: 10%;
    right: -12.5rem;
    transform: rotateY(180deg);
    width: 50.521rem;
}
section.disclaimer .patterns-wrap .wave-pattern:nth-of-type(3){
    width: 49.167rem;
    bottom: 3.125rem;
    left: -14.271rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
}
.banner-styled{
     min-height: 100vh;
}
.banner-styled.contact-1 .title-group{
    width: 30.208rem;
}
.banner-styled .title-group{
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 6.25rem;
    transform: translateX(-50%);
    z-index: 9;
}
.banner-styled .title-group .title-group{
    margin-bottom: 0.833rem;
}
.contact-1.banner-styled .title-group .button-styled{
    margin-top: 4.0625rem;
}
.banner-styled .title-group .button-styled{
    margin-top: 1.667rem;
}
.button-styled-2 span.icon{
    padding-left: 0;
}
.button-styled-2 span.icon:after{
    transform: unset !important;
}
.button-styled-2 span.icon > svg{
    width: 0.78125rem;
    transform: translateX(-50%);
    animation: arrow-animation-2 1.8s infinite linear;
    left: 50% !important;
}
.posts-1 .patterns-wrap .wave-pattern:nth-of-type(1),
.contact-1 .patterns-wrap .wave-pattern:nth-of-type(1){
    left: 1.875rem;
    top: -2.5rem;
    width: 49.167rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
}
.posts-1 .patterns-wrap .wave-pattern:nth-of-type(2),
.contact-1 .patterns-wrap .wave-pattern:nth-of-type(2){
    right: 0;
    top: 0;
    width: 50.521rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 32.29%, #DAC091 53.15%, rgba(139, 139, 139, 0.310365) 77.03%, rgba(115, 115, 115, 0.1) 100%);
}
.contact-1 .patterns-wrap .wave-pattern:nth-of-type(3){
    width: 50.521rem;
    left: -13.4375rem;
    bottom: -10.9375rem;
    background: linear-gradient(90deg, rgba(115, 115, 115, 0) 0%, #DAC091 32.29%, #DAC091 53.15%, rgba(139, 139, 139, 0.310365) 77.03%, rgba(115, 115, 115, 0.1) 100%);
}
.contact-2 .col-left{
    padding-top: 8.4375rem;
    width: 37%;
    padding-right: 5.104rem;
}
.contact-2 .col-left .contact-info .icon-wrap{
    width: 2.917rem;
    min-width: 2.917rem;
    height: 2.917rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #B89F6B;
    border-radius: 50%;
    margin-right: 0.833rem;
}
.contact-2 .col-left .contact-info .icon-wrap img{
    width: 1.25rem;
    height: 1.25rem;
}
.contact-2 .col-left .contact-info h2{
    font-weight: 500;
    font-size: 1.302rem;
    line-height: 1.5625rem;
    margin-bottom: 0.208rem;
    color: #0A132E;
}
.contact-2 .col-left .contact-info .item+.item{
    margin-top: 1.25rem;
}
.contact-2 .col-left .contact-info .item .reset-last{
    font-size: 0.885rem;
    line-height: 1.302rem;
    color: #0A132E;
}
.contact-2 .col-left .contact-socials{
    padding-top: 2.5rem;
    margin-top: 2.5rem;
    border-top: 1px solid #DCD9CD
}
.contact-2 .col-left .contact-socials .title{
    color: #231F20;
    font-weight: 500;
    font-size: 1.302rem;
    line-height: 1.667rem;
}
.contact-2 .col-left .contact-socials .icon-wrap{
    width: 1.667rem;
    min-width: 1.667rem;
    height: 1.667rem;
}
.contact-2 .col-left .contact-socials .item{
    gap: 0.417rem;
    font-weight: 400;
    font-size: 0.885rem;
    line-height: 1.302rem;
    margin-top: 0.833rem;
}
.contact-2 .col-right{
    width: 63%;
}
.contact-2 .col-right img{
    height: auto;
}
.contact-2 .patterns-wrap .wave-pattern:nth-of-type(2){
    width: 53.542rem;
    left: -16.146rem;
    bottom: -10.417rem;
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #DAC091 40.63%);
    transform: rotateX(180deg);
}
.contact-2 .col-right .project-pin{
    position: absolute;
    z-index: 3;
    top: 27%;
    left: 57%;
    display: flex;
}
.contact-2 .col-right .project-pin:before{
    height: 40px;
    top: calc(100% - 4px);
    background-color: var(--sub-cl);
    width: 2px;
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.contact-2 .col-right .project-pin:after{
    top: calc(100% + 34px);
    width: 0.3125rem;
    height: 0.3125rem;
    position: absolute;
    content: '';
    border-radius: 50%;
    background-color: var(--sub-cl);
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.contact-2 .col-right .project-pin .circles:before{
    width: 5.208rem;
    height: 5.208rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--main-cl);
    position: absolute;
    content: '';
    border-radius: 50%;
    z-index: 2;
    animation: scaleBorder 1.5s infinite;
}
.contact-2 .col-right .project-pin .circles:after{
    width: 8.333rem;
    height: 8.333rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--main-cl);
    position: absolute;
    content: '';
    border-radius: 50%;
    z-index: 2;
    animation: scaleBorder 1.4s infinite;
}
.contact-2 .col-right .project-pin img,
.contact-2 .col-right .project-pin svg{
    width: 4.375rem;
    height: 4.375rem;
    position: relative;
    z-index: 3;
}
.banner-styled.library-1 .title-group{
    width: 35.9375rem;
}
.banner-styled.library-1 .patterns-wrap > .wave-pattern{
    width: 49.167rem;
    right: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
    opacity: 0.2;
}
.library-2 .galleries-wrap .item{
    width: calc(100% / 3 - 50px * 2 / 3);
    margin-bottom: 2.5rem;
    cursor: pointer;
}
.library-2 .galleries-wrap .item h3.title{
    font-weight: 500;
    font-size: 1.302rem;
    line-height: 1.4;
    margin-top: 0.833rem;
    margin-bottom: 0;
}
.library-2{
    margin-top: -17.708rem;
    padding-top: 7.292rem;
}
.library-3{
    padding: 3.646rem 0 7.8125rem;
}
.library-2 .sec-title{
    padding-top: 3.333rem;
    margin-bottom: 2.5rem;
}
.library-3 .sec-title{
    margin-bottom: 2.5rem;
}
.library-3 .videos-swiper{
    padding: 0 6.146rem;
}
.library-3 .videos-swiper .swiper-slide{
    cursor: pointer;
}
.library-3 .videos-swiper .swiper-slide:not(.swiper-slide-active) .wrap-link{
    pointer-events: none;
}
.library-3 .videos-swiper .p-middle{
    display: flex;
}
.library-3 .videos-swiper .p-middle svg{
    width: 5.208rem;
    height: auto;
}
.library-3 .videos-swiper .title{
    opacity: 0;
    position: absolute;
    bottom: 1.875rem;
    left: 8.333rem;
    right: 8.333rem;
    text-align: center;
    width: calc(100% - 16.667rem);
    font-weight: 500;
    font-size: 2.083rem;
    line-height: 2.604rem;
    z-index: 5;
    transition: all 0.4s;
}
.library-3 .videos-swiper .swiper-slide-active .title{
    opacity: 1;
}
.page-template-library #main{
    background-color: #F1EFE7;
}
.library-3 .videos-swiper .item .img-wrap:before{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background-color: #00000080;
    z-index: 3;
    opacity: 0;
    transition: all 0.4s;
}
.library-3 .videos-swiper .swiper-slide-active .item .img-wrap:before{
    opacity: 1;
}
.library-3 .videos-swiper .swiper-arrow{
    bottom: 1.667rem;
    position: absolute;
    z-index: 9;
}
.library-3 .videos-swiper .swiper-arrow.prev{
    left: 9.479rem;
}
.library-3 .videos-swiper .swiper-arrow.next{
    right: 9.479rem;
}
.library-3 .wave-pattern:nth-of-type(1){
    width: 53.542rem;
    bottom: -10.417rem;
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #DAC091 40.63%);
    left: 0;
    transform: rotate(180deg);
}
.library-3 .wave-pattern:nth-of-type(2){
    width: 50.521rem;
    right: -23.229rem;
    bottom: -4.167rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 32.29%, #DAC091 53.15%, rgba(139, 139, 139, 0.310365) 77.03%, rgba(115, 115, 115, 0.1) 100%);
}
.library-2 .tabs-title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.521rem;
}
.library-2 .tabs-title .tab-title{
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    padding: 0.521rem 1.042rem;
    background-color: var(--sub-cl);
    transition: all 0.4s;
    border-radius: 2.604rem;
}
.library-2 .tabs-title .tab-title:hover{
    background-color: var(--main-cl);
}
.library-2 .wave-pattern:nth-of-type(1){
    width: 50.521rem;
    top: 0;
    left: -14.6875rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 32.29%, #DAC091 53.15%, rgba(139, 139, 139, 0.310365) 77.03%, rgba(115, 115, 115, 0.1) 100%);
}
.library-2 .wave-pattern:nth-of-type(2){
    top: 13.021rem;
    right: -16.146rem;
    width: 50.521rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 32.29%, #DAC091 53.15%, rgba(139, 139, 139, 0.310365) 77.03%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
}
.library-2 .wave-pattern:nth-of-type(3){
    bottom: 2.34375rem;
    left: 0;
    width: 50.521rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 32.29%, #DAC091 53.15%, rgba(139, 139, 139, 0.310365) 77.03%, rgba(115, 115, 115, 0.1) 100%);
}
.library-2 .wave-pattern:nth-of-type(4){
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 32.29%, #DAC091 53.15%, rgba(139, 139, 139, 0.310365) 77.03%, rgba(115, 115, 115, 0.1) 100%);
    width: 50.521rem;
    right: -15.104rem;
    bottom: -10.417rem;
    transform: rotateY(180deg);
}
body{
    margin: 0 !important;
}
.gallery-popup{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    transition: all 0.4s;
}
.gallery-popup.active{
    opacity: 1;
    pointer-events: initial;
    visibility: visible;
}
.gallery-popup .popup-inner{
    width: 72.917rem;
    position: relative;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}
.gallery-popup .popup-inner.loading:before{
    height: 3.646rem;
    width: 3.646rem;
    left: calc(50% - 1.823rem);
    top: calc(50% - 1.823rem);
    aspect-ratio: 1;
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 50;
    border: 4px solid #FFF;
    border-bottom-color: var(--main-cl);
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}
.gallery-popup .flex-box{
    gap: 0.833rem
}
.gallery-popup .left-col{
    width: 62.5rem;
    max-width: 100%;
    min-width: 62.5rem;
}
.gallery-popup .left-col .img-wrap{
    height: 100%;
}
.gallery-popup .right-col{
    flex-grow: 1;
}
.gallery-popup .swiper{
    height: 70vh;
}
.gallery-popup .right-col .img-wrap{
    height: 100%;
    cursor: pointer;
}
.gallery-popup .right-col .img-wrap:before{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    border: 2px solid;
    border-image-source: linear-gradient(270deg, #E9D499 0%, #D3B675 50%, #BB964E 100%);
    border-image-slice: 1;
    opacity: 0;
    transition: all 0.4s;
}
.gallery-popup .right-col .swiper-slide-thumb-active .img-wrap:before{
    opacity: 1;
}
.gallery-popup .arrows{
    margin-left: 0.417rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.833rem;
}
.gallery-popup .arrows > div{
    display: flex;
    cursor: pointer;
}
.gallery-popup .arrows > div > svg{
    width: 0.729rem;
    height: auto;
}
.gallery-popup .title{
    font-weight: 500;
    font-size: 2.083rem;
    line-height: 2.604rem;
    margin-bottom: 1.667rem;
}
.gallery-popup .close-btn{
    position: absolute;
    right: 0;
    top: 0.417rem;
    cursor: pointer;
    display: flex;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.policy-page{
    z-index: 0;
    padding-top: 6.25rem;
    padding-bottom: 7.8125rem;
}
.policy-page .grid-3{
    grid-gap: 1.25rem 2.5rem;
}
.policy-page .grid-3 .file-item{
    padding: 0.833rem;
    background-color: #F8F7EF;
}
.policy-page .grid-3 .file-item .file-header{
    padding-bottom: 0.833rem;

    margin-bottom: 0.833rem;
    border-bottom: 1px solid #DCD9CD;
    gap: 0.521rem
}
.policy-page .grid-3 .file-item .date{
    color: #0A132ECC;
}
.policy-page .grid-3 .file-item .file-header .icon-wrap img{
    width: 2.292rem;
    min-width: 2.292rem;
    height: 2.292rem;
}
.policy-page .list-files .file-group+.file-group{
    margin-top: 0.833rem;
}
.policy-page .list-files .file-group .group-title{
    margin-bottom: 0.833rem;
}
.policy-page .col-9 h1.sec-title{
    margin-bottom: 1.25rem;
}
.policy-page .col-9 .sec-des{
    margin-bottom: 1.25rem;
}
.policy-page .col-9 .table-of-contents{
    margin-bottom: 1.25rem;
    width: max-content;
    max-width: 100%;
    padding: 1.25rem;
    border: 1px solid #DCD9CD;
}
.policy-page .col-9 .table-of-contents .toggle-btn{
    display: flex;
}
.policy-page .col-9 .table-of-contents .toc-header{
    gap: 0.417rem;
    font-weight: 700;
    font-size: 0.99rem;
    line-height: 1.40625rem;
    color: #002174;
    padding-bottom: 0.417rem;
    margin-bottom: 0.417rem;
    border-bottom: 1px solid #DCD9CD;
}
.policy-page .col-9 .table-of-contents .toc-header svg{
    width: 1.25rem;
    height: 1.25rem;
}
.policy-page .col-9 .table-of-contents .toc-body li{
    margin-bottom: 0;
}
.policy-page .col-9 .table-of-contents .toc-body li > a{
    color:#012033
}
.policy-page .col-9 .table-of-contents .toc-body li > a:hover{
    text-decoration: underline;
}
.policy-page .col-9 .table-of-contents .toc-body li+li{
    margin-top: 0.208rem;
}
.policy-page .col-3{
    padding-right: 5.208rem;
}
.policy-page .col-3 ul > li {
    margin: 0;
}
.policy-page .col-3 ul > li > a{
    font-weight: 500;
    font-size: 1.302rem;
    line-height: 1.667rem;
    color: #231F20;
    font-family: var(--font-title);
    padding: 0.625rem 0;
    display: block;
}
.policy-page .col-3 ul > li+li > a{
    border-top: 1px solid #DBD5C8;
}
.policy-page .col-3 .sec-title{
    margin-bottom: 1.042rem;
}
.policy-page .wave-pattern:nth-of-type(1){
    width: 50.521rem;
    right: -12.5rem;
    top: 20.833rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 32.29%, #DAC091 53.15%, rgba(139, 139, 139, 0.310365) 77.03%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
}
.policy-page .wave-pattern:nth-of-type(2){
    width: 49.167rem;
    bottom: -8.854rem;
    left: -14.271rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
}
.policy-page .wave-pattern:nth-of-type(3){
    right: -25.208rem;
    bottom: -7.8125rem;
    width: 50.521rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 32.29%, #DAC091 53.15%, rgba(139, 139, 139, 0.310365) 77.03%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
}
.sticky-box{
    position: sticky;
    top: 7.292rem;
}
.post-nav{
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #DCD9CD;
}
.post-nav .policy-tabs ul{
    gap: 0.521rem
}
.post-nav .policy-tabs ul > li{
    margin: 0;
}
.post-nav .policy-tabs ul > li > a{
    font-family: var(--font-title);
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    padding: 0.3125rem 1.042rem;
    color: #FFF !important;
    background-color: var(--main-cl-dark);
    transition: all 0.4s;
    border-radius: 2.604rem;
    display: block;
}
.post-nav .policy-tabs ul > li.current-menu-item > a,
.post-nav .policy-tabs ul > li > a:hover{
    background-color: var(--sub-cl);
}
.post-nav .share ul{
    gap: 0.208rem;
}
.post-nav .share li > a > svg{
    width: 1.25rem;
    height: auto;
}
.post-nav .share li > a:hover > svg{
    transform: scale(0.8);
}
.post-details{
    padding: 6.25rem 0 7.917rem;
}
.post-details .post-title{
    margin-bottom: 1.25rem;
}
.post-details .post-meta{
    color: #0A132E;
    gap: 0.417rem;
    margin-bottom: 1.25rem;
}
.post-details .post-content blockquote,
.post-details .post-content{
    font-weight: 400;
    font-size: 0.99rem;
    line-height: 1.302rem;
    color: #0A132E;
}
.post-details .post-content blockquote{
    font-style: normal;
    padding-right: 0;
    padding-left: 1.042rem;
}
.post-details .post-content .wp-caption .wp-caption-text{
    background: transparent;
    font-size: 0.885rem;
}
.post-details .post-content h2,
.post-details .post-content h3,
.post-details .post-content h4,
.post-details .post-content h5{
    font-family: var(--font-title);
    font-weight: 500;
    color: var(--sub-cl)
}
.post-related{
    padding-bottom: 7.8125rem;
}
.post-related .swiper{
    margin: 0 -1.302rem;
}
.post-related .arrows{
    gap: 0.833rem;
}
.post-related .arrows > div{
    display: flex;
    cursor: pointer;
}
.post-related .post-item{
    padding: 0 1.302rem;
}
.tags-page .post-item .post-thumbnail,
.post-related .post-item .post-thumbnail{
    aspect-ratio: 434/244;
    overflow: hidden;
    position: relative;
}
.tags-page .post-item .post-thumbnail img,
.post-related .post-item .post-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.tags-page{
    padding: 7.292rem 0;
}
.tags-page .grid-box{
    grid-gap: 1.667rem 2.604rem;
    margin-top: 2.604rem;
}
.post-related .title-group{
    margin-bottom: 2.5rem;
}
.post-item{
    position: relative;
}
.post-item .post-thumbnail{
    overflow: hidden;
    position: relative;
}
.post-item .post-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.4s;
    object-fit: cover;
}
.post-item .post-date-term{
    margin-top: 0.521rem;
    gap: 0.417rem;
    margin-bottom: 0.417rem;
}
.post-details .grid-container{
    position: relative;
    z-index: 5;
}
.post-details .wave-pattern:nth-of-type(1){
    width: 49.167rem;
    top: -9.375rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
    left: 0;
}
.post-details .wave-pattern:nth-of-type(2){
    width: 50.521rem;
    transform: translateY(180deg);
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 32.29%, #DAC091 53.15%, rgba(139, 139, 139, 0.310365) 77.03%, rgba(115, 115, 115, 0.1) 100%);
    right: 0;
    top: 14.583rem;
}
.post-details .wave-pattern:nth-of-type(3){
    top: 40.625rem;
    width: 49.167rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
    left: -22.135rem;
}
.post-details .wave-pattern:nth-of-type(4){
    top: 85.833rem;
    right: -7.292rem;
    width: 50.521rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
}
.post-details .wave-pattern:nth-of-type(5){
    width: 49.167rem;
    top: 125rem;
    left: 0;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
}
.post-related .wave-pattern{
    right: 0;
    width: 53.542rem;
    bottom: -10.417rem;
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #DAC091 40.63%);
    transform: rotateX(180deg);
}
.posts-2{
    padding-bottom: 4.167rem;
}
.posts-2 .grid-container > .flex-box{
    padding-top: 2.5rem;
}
.posts-2 .col-8{
    padding-right: 1.25rem;
}
.posts-2 .col-4{
    padding-left: 1.25rem;
}
.posts-2 .col-8 .first-post{
    margin-bottom: 2.5rem;
}
.posts-2 .col-8 .first-post .post-thumbnail img{
    width: 100%;
    aspect-ratio: 918/516;
}
.posts-2 .col-8 .first-post h3{
    font-family: var(--font-title);
    font-weight: 400;
    font-size: 1.823rem;
    line-height: 2.34375rem;
    text-transform: uppercase;
    color: #0A132E;
}
.posts-2 .col-8 .flex-box .posts-col{
    width: 100%;
}
.posts-2 .col-8 > .flex-box{
    gap: 2.5rem
}
.posts-2 .NK-load-more-btn{
    margin-top: 2.083rem;
}
.posts-2 .posts-col .post-item+.post-item{
    margin-top: 2.5rem;
}
.posts-2 .posts-col .post-item .post-thumbnail{
    aspect-ratio: 434/244;
}
.posts-2 .posts-col-2 .post-item:nth-of-type(1) .post-thumbnail{
    aspect-ratio: 434/488;
}
/*.posts-2 .posts-col-2 .post-item:nth-of-type(odd) .post-thumbnail,*/
/*.posts-2 .posts-col-1 .post-item:nth-of-type(even) .post-thumbnail{*/
/*    aspect-ratio: 434/488;*/
/*}*/
/*.posts-2 .posts-col-2 .post-item:nth-of-type(even) .post-thumbnail,*/
/*.posts-2 .posts-col-1 .post-item:nth-of-type(odd) .post-thumbnail,*/
/*.posts-2 .posts-col-3 .post-thumbnail{*/
/*    aspect-ratio: 434/244;*/
/*}*/
.posts-2 .posts-col .post-thumbnail img{
    height: 100%;
}
.posts-2 .post-nav{
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
.posts-2 .wave-pattern:nth-of-type(1){
    width: 49.167rem;
    top: 18.75rem;
    left: 0;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
}
.posts-2 .wave-pattern:nth-of-type(2){
    width: 50.521rem;
    right: -25rem;
    top: 31.771rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 32.29%, #DAC091 53.15%, rgba(139, 139, 139, 0.310365) 77.03%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
}
.posts-2 .wave-pattern:nth-of-type(3){
    transform: rotateX(180deg);
    bottom: -10.417rem;
    left: 0;
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #DAC091 40.63%);
    width: 53.333rem;
}
.home-4.location-2{
    background-color: #F1EFE7;
}
.home-4.location-2 .title-group-wrap{
    padding-top: 5.625rem;
}
.home-4.location-2 .title-group-wrap .sec-des{
    margin-bottom: 0;
}
.home-4.location-2 .title-group-wrap .title-group{
    width: 54.583rem;
    max-width: 100%;
}
.home-4.location-2 .cont-wrap{
    padding-top: 8.854rem;
}
.home-4.location-2 .vertical-swiper-wrap .swiper{
    height: 25rem;
}
.home-4.location-2 .marquee-text{
    padding-bottom: 4.6875rem;
}
.location-3.home-3 .grid-container .col-6{
    padding-right: 10.9375rem;
}
.location-4{
    /*padding-top: 8.125rem;*/
}
.location-4 .circle-content{
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 12.8125rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.location-4 .circle-content > svg{
    max-width: var(--container-w);
    width: 69.792rem;
    height: auto;
}
.location-4 .circle-content .bubble{
    position: absolute;
}
.location-4 .circle-content .bubble .img-wrap{
    width: 7.604rem;
    height: 7.604rem;
    border-radius: 50%;
    z-index: 3;
    margin-top: 1.25rem;
}
.location-4 .circle-content .bubble{
    top: 50%;
    left: 50%;
    transition: all 1s;
    opacity: 0;
    transform: translateX(-50%);
}
.location-4 .circle-content.aos-animate .bubble{
    opacity: 1;
    transform: translateX(0);
}
.location-4 .circle-content.aos-animate .bubble:nth-of-type(1){
    top: -6.25rem;
    left: 50%;
    transform: translateX(-50%);
}
.location-4 .circle-content.aos-animate .bubble:nth-of-type(2){
    top: -3%;
    left: 18%;
}
.location-4 .circle-content.aos-animate .bubble:nth-of-type(3){
    top: -3%;
    left: 71%;
}
.location-4 .circle-content.aos-animate .bubble:nth-of-type(4){
    top: 30%;
    left: 1%;
}
.location-4 .circle-content.aos-animate .bubble:nth-of-type(5){
    top: 30%;
    left: 88%;
}
.location-4 .content{
    max-width: 100%;
    position: absolute;
    top: 10.417rem;
    left: 50%;
    transform: translateX(-50%);
    width: 38.542rem;
}
.location-4 .content > svg{
    margin-bottom: 2.292rem;
}
.location-4 .content > .sec-title{
    margin-bottom: 0.833rem;
}
.utilities-2.home-9{
    padding-top: 6.771rem;
    padding-bottom: 0;
}
.utilities-2.home-9 .grid-container{
    margin-top: -6.875rem;
}
.utilities-2.home-9 .title-group{
    width: 39.0625rem;
    max-width: 100%;
    z-index: 7;
}
.utilities-2.home-9 .title-group .sec-title{
    margin-top: 0;
}
.utilities-2.home-9 .project-overview{
    margin-top: -6.25rem;
}
.utilities-2.home-9 .project-overview:after,
.utilities-2.home-9 .project-overview:before{
    display: none !important;
}
.utilities-3{
    padding-top: 4.167rem;
}
.utilities-3 .swiper{
    padding: 4.167rem 13.021rem;
}
.utilities-3 .swiper .title{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.4s;
    width: 100%;

}
.utilities-3 .swiper .swiper-slide-active .title{
    opacity: 1;
    top: calc(100% + 1.25rem);
}
.utilities-3 .swiper .swiper-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.utilities-3 .swiper .swiper-arrow.prev{
    left: 3.646rem;
}
.utilities-3 .swiper .swiper-arrow.next{
    right: 3.646rem;
}
.utilities-3 .swiper .img-wrap:before{
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    transition: all 0.4s;
    position: absolute;
    content: '';
}
.utilities-3 .swiper .swiper-slide-active .img-wrap:before{
    opacity: 0;
}
.utilities-3 > .img-wrap{
    margin-top: -14.792rem;
}
.utilities-3 .wave-pattern:nth-of-type(1){
    width: 47.396rem;
    right: 0;
    top: 19.792rem;
    background: linear-gradient(270deg, #DAC091 59.6%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
}
.utilities-3 .wave-pattern:nth-of-type(2){
    width: 45.3125rem;
    left: 0;
    top: 8.229rem;
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #DAC091 40.63%);
    transform: rotateY(180deg);
}
.utilities-3 .wave-pattern:nth-of-type(3){
    top: -6.25rem;
    right: 4.479rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0.1) 0%, #DAC091 34.85%, #DAC091 74.91%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
}
.utilities-4{
    z-index: 5;
    padding: 3.75rem 0 2.5rem;
    margin-top: -6.042rem;
}
.utilities-4 .title-group{
    max-width: 100%;
    width: 44.792rem;
}
.utilities-4 .flex-box .item .img-wrap{
    height: auto;
}
.utilities-4 .flex-box .item .title{
    left: calc(100% + 2.083rem);
    bottom: 0;
    transform: rotate(-90deg);
    transform-origin: 0 100%;
}
.utilities-4 .flex-box.group-1{
    padding: 0 5rem;
    align-items: center;
    margin-top: -12.083rem;
}
.utilities-4 .flex-box.group-1 .item:nth-of-type(1) .img-wrap{
    width: 13.75rem;
    aspect-ratio: 264/284;
}
.utilities-4 .flex-box.group-1 .item:nth-of-type(2) .img-wrap{
    width: 14.6875rem;
    aspect-ratio: 282/398;
}
.utilities-4 .flex-box.group-2{
    padding: 0 28.646rem 0 13.542rem;
    margin-top: 3.125rem;
    align-items: flex-start;
}
.utilities-4 .flex-box.group-2 .item:nth-of-type(1) .img-wrap{
    width: 28.75rem;
    aspect-ratio: 552/273;
}
.utilities-4 .flex-box.group-2 .item:nth-of-type(2) .img-wrap{
    width: 15.46875rem;
    aspect-ratio: 297/340;
}
.utilities-4 .wave-pattern:nth-of-type(1){
    width: 49.167rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
    bottom: 12.083rem;
    left: 18.229rem;
}
.utilities-4 .wave-pattern:nth-of-type(2){
    width: 49.167rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
    right: 0.625rem;
    bottom: 2.708rem;
    transform: rotateY(180deg);
}
.utilities-5{
    margin-top: -5.208rem;
}
.utilities-5 .marquee-text{
    position: absolute;
    z-index: 3;
    top: 8.958rem;
    left: 0;
    width: 100%;
    font-weight: 300;
    font-size: 4.6875rem;
    line-height: 7.292rem;
    display: flex;
}
.utilities-5 img:nth-of-type(2){
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.utilities-5:before{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7.292rem;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(241, 239, 231, 0) 0%, rgba(241, 239, 231, 0.79548) 55.01%, #F1EFE7 100%);
    z-index: 9;
}
.utilities-2 .project-overview > .utilities-dots{
    pointer-events: initial;
}
.project-overview .dot-item{
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9;
    cursor: pointer;
}
.project-overview .dot-item:before{
    width: 140%;
    height: 140%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    left: 50%;
    top: 50%;
    transform: translateX(-50%, -50%);
    position: absolute;
    content: '';
    z-index: 1;
    animation: scaleBorder2 1.6s infinite;
}
.project-overview .dot-item .dot{
    position: relative;
    z-index: 2;
    transition: all 0.4s;
}
.project-overview .dot-item .dot-content:before{
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 10px;
    background: linear-gradient(95.13deg, #D5B677 3.87%, #FFF6E2 51.19%, #D5B677 95.63%);
    z-index: -1;
    width: calc(100% + 3px);
    height: calc(100% + 4px);
    position: absolute;
    content: '';
}
.project-overview .dot-item .dot-content{
    position: relative;
    width: 100%;
}
.project-overview .dot-item .dot-content-wrap{
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    width: 8.333rem;
    z-index: 3;
    transition: all 0.4s;
    opacity: 0;
    pointer-events: none;
    padding-bottom: 0;
}
.project-overview .dot-item:hover{
    z-index: 99;
}
.project-overview .dot-item:hover .dot{
    background-color: var(--sub-cl);
}
.project-overview .dot-item:hover .dot-content-wrap{
    padding-bottom: 1.25rem;
    opacity: 1;
    pointer-events: initial;
}
.project-overview .dot-item .dot-content .img-wrap{
    border-radius: 8px 8px 0 0;
}
.project-overview .dot-item .dot-content .name-wrap{
    background: #F1EFE7;
    border-radius: 0 0 8px 8px;
    text-align: center;
    padding: 0.417rem 0.833rem;
    min-height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-3{
    padding-top: 7.8125rem;
}
.about-3 .title-group{
    width: 48.229rem;
    max-width: 100%;
}
.about-3 .flex-box .item{
    height: auto;
}
.about-3 .flex-box .item:nth-of-type(1){
    margin-top: 19.635rem;
    width: 6.5625rem;
    aspect-ratio: 126/254;
    margin-right: auto;
}
.about-3 .flex-box .item:nth-of-type(2){
    margin-top: 2.083rem;
    width: 16.667rem;
    aspect-ratio: 320/407;
    margin-right: 5.833rem;
}
.about-3 .flex-box .item:nth-of-type(3){
    margin-top: 4.0625rem;
    width: 35.9375rem;
    aspect-ratio: 690/518;
    margin-right: 8.333rem;
}
.about-3 .flex-box .item:nth-of-type(4){
    margin-top: 14.84375rem;
    width: 15.9375rem;
    aspect-ratio: 306/375;
    margin-right: 1.042rem;
}
.about-3 .flex-box .item:nth-of-type(5){
    width: 6.5625rem;
    aspect-ratio: 126/254;
}
.about-3 .wave-pattern:nth-of-type(1){
    width: 47.396rem;
    top: 3.229rem;
    left: -8.854rem;
    background: linear-gradient(90deg, rgba(115, 115, 115, 0.1) 0%, #DAC091 32.81%, #DAC091 76.39%, rgba(115, 115, 115, 0.1) 100%);
}
.about-3 .wave-pattern:nth-of-type(2){
    width: 53.542rem;
    transform: rotateY(180deg);
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #DAC091 40.63%);
    top: -10.417rem;
    right: -22.917rem;
}
.about-3 .wave-pattern:nth-of-type(3){
    width: 38.542rem;
    right: 0;
    bottom: -5.833rem;
    background: linear-gradient(270deg, #DAC091 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
}
.about-4 .wave-pattern:nth-of-type(1){
    width: 47.396rem;
    left: -8.854rem;
    top: -1.5625rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0.1) 0%, #DAC091 32.81%, #DAC091 76.39%, rgba(115, 115, 115, 0.1) 100%);
}
.about-4 .wave-pattern:nth-of-type(2){
    width: 49.6875rem;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #DAC091 40.63%);
    bottom: -9.635rem;
    left: 0;
    transform: rotate(180deg);
}
.about-4{
    padding-top: 8.333rem;
    border-bottom: 1px solid #DCD9CD;
}
.about-4 .col-7{
    padding-top: 2.083rem;
}
.about-4 .col-7 .title-box{
    margin-top: 4.6875rem;
    margin-bottom: 3.854rem;
    padding-left: 3.646rem;
    gap: 1.875rem;
    padding-right: 2.604rem;
}
.about-4 .col-7 .title-box svg{
    width: 4.6875rem;
    min-width: 4.6875rem;
}
.about-4 .col-7 .title-box .title-group{
    width: calc(100% - 6.5625rem);
}
.about-4 .col-7 .img-wrap:nth-of-type(1){
    width: 18.75rem;
    height: auto;
    aspect-ratio: 360/200;
    margin-left: -6.25rem;
}
.about-4 .col-7 .img-wrap:nth-of-type(2){
    order: 2;
    width: 16.458rem;
    aspect-ratio: 316/177;
    height: auto;
    margin-left: 5.208rem;
}
.about-4 .col-5{
    padding-left: 3.385rem;
}
.home-4.about-5{
    background-color: #F1EFE7;
}
.about-7{
    padding-top: 7.8125rem;
}
.about-7 .col-left{
    min-width: 69%;
    width: 69%;
}
.about-7 .col-right{
    margin-left: -4.6875rem;
    position: relative;
    z-index: 3;
    width: 31.771rem;
    padding: 3.333rem 4.375rem 3.333rem 3.333rem;
}
.about-7 > .patterns-wrap .wave-pattern:nth-of-type(1){
    width: 53.542rem;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #DAC091 40.63%);
    left: -3.854rem;
    top: -6.25rem;
    transform: rotate(180deg);
}
.about-7 > .patterns-wrap .wave-pattern:nth-of-type(2){
    top: -8.854rem;
    right: -7.8125rem;
    width: 49.167rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0) 0%, #DAC091 44.94%, #DAC091 87.38%, rgba(115, 115, 115, 0.1) 100%);
}
.about-7 .col-right .wave-pattern{
    width: 47.396rem;
    left: 6.771rem;
    top: 7.8125rem;
    background: linear-gradient(270deg, rgba(115, 115, 115, 0.1) 0%, #DAC091 32.81%, #DAC091 76.39%, rgba(115, 115, 115, 0.1) 100%);
    transform: rotateY(180deg);
}
.about-8{
    padding-bottom: 7.8125rem;
    border-top: none !important;
}
.about-8-content{
    margin-top: 3.333rem;
    height: 23.958rem;
    gap: 1.667rem;
}
.about-8-content .item .img-wrap,
.about-8-content .item{
    height: 100%;
}
.about-8-content .item{
    width: 100%;
    transition: all 0.4s;
}
.about-8-content .item:hover{
    width: 350%;
}
.about-8-content .item .img-wrap:before{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.48%, rgba(0, 0, 0, 0.75) 100%);
}
.about-8-content .item .cont-wrap{
    bottom: 0;
    left: 0;
    padding: 1.042rem;
    z-index: 5;
}
.about-8 .patterns-wrap > .wave-pattern:nth-of-type(2){
    width: 53.542rem;
    left: 0;
    bottom: -10.417rem;
    transform: rotate(180deg);
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #DAC091 40.63%);
}
.z-10{
    z-index: 10;
}
.utilities-4+.product-popup .sec-des{
    margin-bottom: auto;
}
.utilities-4+.product-popup h2.name{
    font-size: 4.167rem;
    margin-bottom: 1.25rem;
}
.utilities-4+.product-popup .col-left{
    flex: 1;
    gap: 0;
    padding-bottom: 9.0625rem;
}
.utilities-4+.product-popup .col-left .swiper{
    width: 100%;
}
.utilities-4+.product-popup .col-left .swiper-slide{
    opacity: 0 !important;
    transition: all 0.4s;
}
.utilities-4+.product-popup .col-left .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
}
.utilities-4+.product-popup .col-left .arrows{
    margin-top: 2.604rem;
    gap: 1.042rem;
}
.utilities-4+.product-popup .col-left .arrows > .arrow{
    cursor: pointer;
}
.utilities-4+.product-popup .col-right{
    aspect-ratio: 1;
    width: 100vh;
}
@media (min-width: 1200px) {
    .library-2 .galleries-wrap .item .img-box{
        overflow: hidden;
    }
    .library-2 .galleries-wrap .item .img-box img{
        transition: all 0.4s;
    }
    .library-2 .galleries-wrap .item:hover .img-box img{
        transform: scale(1.1);
    }
    .post-related .arrows > div.prev:hover svg{
        transform: translateX(-0.625rem);
    }
    .post-related .arrows > div.next:hover svg{
        transform: translateX(0.625rem);
    }
    .gallery-popup .arrows > div.prev:hover svg{
        transform: translateY(-0.625rem);
    }
    .gallery-popup .arrows > div.next:hover svg{
        transform: translateY(0.625rem);
    }
    #side-menu .menu-wrap .main-menu li > a:hover{
        color: var(--sub-cl);
    }
    .contact-2 .col-left .contact-socials .item:hover .icon-wrap img{
        transform: scale(0.85);
    }
    .contact-2 .col-left .contact-info .item:hover .icon-wrap img{
        transform: rotateY(360deg);
    }
    .home-posts .posts-group .item:hover .img-wrap img{
        transform: scale(1.1);
    }
    body, html {
        font-size: 1vw;
    }
    .post-item:hover h3,
    .home-8 .item:hover .title{
        color: var(--main-cl) !important
    }
    .post-item:hover img,
    .home-10 .grid-box .item:hover .img-wrap > img,
    .home-8 .item:hover .img-wrap > img{
        transform: scale(1.1);
    }
    .button-normal.button-white:hover{
        color: var(--main-cl);
    }
    header#header .hamburger:hover > span:nth-of-type(1),
    header#header .hamburger:hover > span:nth-of-type(3),
    header#header .hamburger:not(:hover) > span:nth-of-type(2){
        width: 44px;
    }
    .button-styled.button-reverse:hover span.icon svg{
        right: 1.25rem;
    }
    .button-styled.button-reverse:hover span.icon:after{
        transform: translateX(1.667rem);
    }
    .form-wrap .form-group.submit-group:hover .button-styled span.icon svg,
    .button-styled:hover span.icon svg{
        left: 1.25rem;
    }
    .form-wrap .form-group.submit-group:hover .button-styled span.icon:after,
    .button-styled:hover span.icon:after{
        transform: translateX(-1.667rem);
    }
    .swiper-arrow.prev:hover:after{
        transform: translateX(1.458rem);
    }
    .swiper-arrow.next:hover:after{
        transform: translateX(-1.458rem);
    }
    .swiper-arrow.prev:hover svg{
        right: 1.458rem;
    }
    .swiper-arrow.next:hover svg{
        left:  1.458rem;
    }
    .home-4 .vertical-swiper-wrap .vertical-arrow:hover svg{
        transform: scale(1.4);
    }
    .home-posts .item:hover .img-wrap:before{
        opacity: 1;
    }
    .home-10 .grid-box .item:hover .img-wrap:before{
        opacity: 0;
    }
    .item-has-logo:hover .hover-logo{
        transform: translate(-50%, -50%) scale(1);
        filter: blur(0);
        opacity: 1;
    }
    .post-item:hover .post-thumbnail:after,
    .home-10 .grid-box .item:hover .img-wrap:after{
        opacity: 1;
    }
    .home-1 video{
        min-height: 100vh;
    }
    .post-item:hover .img-wrap img{
        transform: scale(1.1);
    }
    section.location-1 .img-wrap{
        height: 100vh;
    }
    section.about-1{
        position: relative;
        z-index: 6;
    }
    section.home-2.about-2{
        padding-top: 15.625rem;
        margin-top: -15.625rem;
    }
}
@media only screen and (max-width: 1199px){
    :root{
        --container-w: 57.5rem;
    }
    .left-cont{
        left: calc(calc(100vw - 57.5rem) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - 57.5rem) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - 57.5rem) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - 57.5rem) / 2);
    }
    .home-2 .col-7{
        padding-left: 0;
        padding-right: 7rem;
    }
    .vertical-sidebar{
        width: 2.8125rem;
    }
    .sec-title{
        font-size: 1.75rem;
    }
    .sec-des li, .sec-des p, .sec-des{
        font-size: 0.875rem;
    }
    .home-2{
        padding: 5rem 0 ;
    }
    .home-2 .project-name{
        font-size: 4.5rem;
        left: 2rem;
        width: 30rem;
        line-height: 1;
        pointer-events: none;
    }
    .home-2 .col-7 .sec-title{
        margin-bottom: 1rem;
    }
    .home-2 .img-float:nth-of-type(2){
        width: 10rem;
        height: auto;
    }
    .home-2 .img-float:nth-of-type(3){
        width: 12rem;
        height: auto;
    }
    .home-2 .col-7 .grid-box{
        grid-gap: 1rem;
        margin-bottom: 1.5rem;
    }
    .button-styled span.icon:after {
        width: 2.75rem;
        height: 2.75rem;
    }
    .button-styled:not(.button-styled-2) span.icon > svg{
        width: 3.5rem;
    }
    .vertical-sidebar:before, .vertical-sidebar:after{
        width: 100%;
        pointer-events: none !important;
    }
    .home-3{
        padding: 6rem 0 2rem;
    }
    .home-3 .grid-container > .flex-box{
        justify-content: flex-start;
    }
    .home-3 > .flex-box .item.item-3 {
        top: 16rem;
        width: 11rem;
    }
    .home-3 > .flex-box {
        padding-right: 14rem;
        padding-left: 4.5rem;
        margin-top: 5rem;
    }
    .home-3 .grid-container .cont-wrap{
        left: 0;
    }
    .home-3 > .flex-box .item.item-2{
        width: 14rem;
    }
    .home-3 > .flex-box .item.item-2 > img{
        left: -7rem;
        top: 5rem;
        width: 10rem;
        height: auto;
    }
    .home-3 > .flex-box .item.item-1{
        width: 15rem;
        margin-top: 6.5rem;
    }
    .home-5{
        padding-top: 4rem;
    }
    .home-5 .cont-wrap{
        top: 2rem;
    }
    .home-5 .grid-container > div > .col-7{
        width: 50%;
    }
    .home-5 .grid-container > div > .col-5{
        width: 50%;
    }
    .home-5 .col-5.list-values .value{
        font-size: 2.25rem;
        line-height: 1;
        min-width: 3rem;
    }
    .home-5 .col-5.list-values .cont .title{
        font-size: 1rem;
        line-height: 1.2;
    }
    .home-6 .swiper-arrow.prev{
        left: 3rem;
    }
    .home-6 .swiper-arrow.next{
        right: 3rem;
    }
    .home-6 .cont-wrap{
        width: 45rem;
    }
    .home-6 .cont-wrap .font-title{
        font-size: 2.25rem;
        line-height: 1.2;
    }
    .home-7 .col-right .image-group.active .small-images{
        width: 11rem;
        height: 14rem;
        left: -3.5rem;
    }
    .home-7 .col-left{
        padding-top: 0;
        padding-bottom: 0;
    }
    .home-7 .col-left .bottom-group{
        padding-right: 0;
    }
    .home-8{
        padding-top: 4rem;
    }
    .home-8 .item.item-1{
        margin-left: 18rem;
    }
    .home-8 .item.item-1 .cont-wrap{
        width: 18rem;
    }
    .home-8 .item.item-2 .img-wrap{
        width: 18rem;
    }
    .home-8 .item.item-2 .cont-wrap{
        min-width: 11rem;
    }
    .home-8 .item .title{
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .home-8 .item.item-3 .img-wrap{
        width: 14rem;
    }
    .home-8 .item.item-4 .img-wrap{
        width: 18rem;
    }
    .project-overview:after,
    .project-overview:before{
        height: 10rem;
    }
    .home-9 .grid-container .overview-notes{
        margin-bottom: 2.5rem;
    }
    .home-9 .grid-container{
        margin-top: -5rem;
    }
    .home-9 .utilities-list{
        gap: 2rem
    }
    .home-9 .utilities-list .column .title{
        font-size: 1.125rem;
    }
    .home-10{
        padding-top: 4rem;
    }
    .home-10 .investor .item img{
        height: 1.75rem;
    }
    .home-10 .investor .item{
        gap: 0.75rem
    }
    .home-10 .investor .item:nth-of-type(odd){
        padding-right: 1rem;
    }
    .home-10 .investor .item:nth-of-type(even){
        padding-left: 1rem;
    }
    .home-10 .grid-box{
        padding-left: 2.8125rem;
    }
    .home-10 .grid-box .item .cont-wrap {
        padding: 0.5rem;
    }
    #home-page > section:last-of-type{
        padding-bottom: 4rem;
    }
    .home-11{
        padding-top: 4rem;
    }
    .home-posts .posts-group{
        gap: 3rem;
        padding-right: 3rem;
    }
    .home-posts .item.item-1{
        width: 20rem;
        min-width: 20rem;
    }
    .home-posts .item.item-1 .post-name{
        font-size: 1.35rem;
        width: 15rem;
        line-height: 1.3;
    }
    footer#footer{
        min-height: unset;
        padding: 3rem 0 0;
    }
    footer#footer .col-5 .site-name{
        font-size: 4rem;
        line-height: 1;
    }
    footer#footer .col-7{
        padding-top: 9rem;
    }
    footer#footer .col-7 .form-title{
        font-size: 1.5rem;
        line-height: 1.3;
    }
    header#header .header-wrapper #masthead #logo img{
        height: 5rem;
    }
    .home-4 .cont-wrap{
        width: 100%;
        top: 0;
        padding: 0 calc(calc(100vw - var(--container-w)) / 2);
    }
    .home-4 .cont-wrap .cont-inner{
        margin-left: 0;
    }
    .home-4 .map-wrap{
        max-width: 115%;
        width: 115%;
        margin-left: -15%;
    }
    .home-4 .vertical-swiper-wrap .swiper{
        height: auto;
    }
    .home-4 .vertical-swiper-wrap .vertical-arrow,
    .home-4 .vertical-swiper-wrap .img-wrap:before{
        display: none !important;
    }
    .home-4 .vertical-swiper-wrap .item .img-wrap img{
        transform: scale(1);
        border: none;
    }
    .home-4 .vertical-swiper-wrap .swiper{
        margin: 0 -0.5rem;
    }
    .home-4 .vertical-swiper-wrap .item{
        align-items: flex-start;
        gap: 1rem;
        padding: 0 .5rem;
    }
    .home-4 .vertical-swiper-wrap .item .desc{
        font-size: 0.8rem;
        line-height: 1.3;
    }
    .home-4 .marquee-text marquee{
        font-size: 3.75rem;
        line-height: 1.5;
    }
    #products-page .products-page .products-content{
        top: 4rem;
    }
    #products-page .products-page{
        background-color: #F1EFE7;
        padding-top: 5rem;
    }
    #products-page .products-page .project-overview:before{
        top: -5rem;
        height: 16rem;
    }
    .product-popup .col-left{
        padding: 6.5rem 3rem 2rem 1rem;
    }
    .product-popup .block-content .tab-content table td{
        padding: 0 0.75rem;
    }
    .product-popup .block-content .tab-content table{
        margin: 0 -.75rem;
        width: calc(100% + 1.5rem);
    }
    .product-popup .slogan,
    .product-popup .block-content .tab-content .number-item .num{
        font-size: 1.25rem;
        line-height: 1.2;
    }
    .product-popup h2.name{
        font-size: 3rem;
        line-height: 1.2;
    }
    .product-popup .block-content .tab-content .number-item .num span{
        font-size: 0.8rem;
    }
    .product-popup .block-content .tab-content .number-item .title{
        font-size: 0.75rem;
    }
    .product-popup .col-left:before{
        left: 10rem;
    }
    .product-popup .col-left:after{
        right: 10rem;
    }
    .product-popup .col-right .item{
        width: 100%;
        height: auto;
        padding: 3rem;
        aspect-ratio: 1;
    }
    .product-popup .col-right .item .img-title{
        font-size: 1.25rem;
        line-height: 1.2;
    }
    .product-popup .gallery-slide .gallery-list{
        padding: 4rem;
    }
    .product-popup .gallery-slide .gallery-list .img-wrap{
        margin-bottom: 2rem;
    }
    .product-images-swiper-2 .swiper-arrow.prev{
        right: 50rem;
    }
    .product-images-swiper-2 .swiper-arrow.next{
        left: 50rem;
    }
    .project-overview .block-bubble{
        transform: translateX(-50%) translateY(-50%);
        opacity: 1;
        display: none !important;
    }
    #products-page .products-page:before{
        display: none !important;
    }
    .project-overview .block-bubble{
        width: 5rem;
        height: 5rem;
        font-size: 1.125rem;
        line-height: 1.2;
    }
    #side-menu .menu-wrap{
        padding: 4rem 2rem 1rem;
    }
    #side-menu .menu-wrap .main-menu > ul > li > a{
        padding-right: 3rem;
        font-size: 1.3rem;
    }
    #side-menu .menu-wrap .main-menu .menu-title, #side-menu .menu-wrap .main-menu .sub-menu-title{
        margin-bottom: 1.5rem
    }
    #side-menu .img-wrap > svg{
        right: 4rem;
        width: 20rem;
    }
    .policy-page .col-3{
        padding-right: 2rem;
    }
    .policy-page .col-3 ul > li > a{
        font-size: 1.15rem;
        line-height: 1.4;
    }
    .policy-page .grid-3{
        grid-gap: 1.25rem 1.5rem;
    }
    .banner-styled .title-group{
        top: 5rem;
    }
    .banner-styled{
        min-height: unset;
        padding-top: 3rem;
    }
    .banner-styled.utilities-1{
        padding-top: 0 !important;
    }
    .contact-1.banner-styled .title-group .button-styled{
        margin-top: 1rem;
    }
    .contact-2 .col-left{
        padding-top: 3rem;
        padding-right: 1rem;
    }
    .contact-2 .col-right .project-pin img,
    .contact-2 .col-right .project-pin svg{
        width: 3.5rem;
        height: 3.5rem;
    }
    .contact-2 .col-right .project-pin{
        top: 24%;
    }
    .library-2 .galleries-wrap .item{
        margin-bottom: 1.4rem;
    }
    .library-2 .galleries-wrap .item h3.title{
        font-size: 1.2rem;
    }
    .about-3{
        padding-top: 4rem;
    }
    .about-3 .flex-box .item:nth-of-type(2){
        margin-right: 2.5rem;
    }
    .about-3 .flex-box .item:nth-of-type(3){
        margin-right: 3.5rem;
    }
    .about-4 .col-7 .title-box{
        padding-right: 1.5rem;
        padding-left: 0;
    }
    .about-4 .col-7 .title-box{
        margin: 2rem 0;
    }
    .about-4 .col-7 .img-wrap:nth-of-type(1){
        margin-left: -3rem;
    }
    .about-4 .col-5{
        padding-left: 0;
    }
    .home-4.about-5 .cont-wrap{
        padding-top: 2rem;
    }
    .about-7 .col-right{
        width: 25rem;
        padding: 2rem;
    }
    .home-4.location-2 .title-group-wrap{
        padding-top: 3rem;
    }
    .home-4.location-2 .vertical-swiper-wrap .swiper{
        height: auto !important;
    }
    .home-4.location-2 .cont-wrap{
        padding-top: 2rem;
    }
    .location-3.home-3 .grid-container .col-6{
        padding-right: 2.292rem;
    }
    .location-4{
        padding-top: 10rem;
    }
    .location-4 .circle-content .bubble .img-wrap{
        width: 6.5rem;
        height: 6.5rem;
        margin-top: 0;
    }
    .location-4 .circle-content{
        top: 5rem;
    }
    .location-4 .content{
        top: 5rem;
    }
    .project-overview .dot-item .dot{
        width: 1rem;
        min-width: 1rem;
        line-height: 1rem;
        height: auto;
        aspect-ratio: 1;
        font-size: 0.7rem;
    }
    .utilities-2.home-9 .grid-container{
        margin-top: -4rem;
    }
    .utilities-2.home-9{
        padding-top: 3rem;
    }
    .utilities-2.home-9 .project-overview{
        margin-top: -3rem;
    }
    .utilities-3 .swiper{
        padding: 3rem 8rem 5rem;
    }
    .utilities-3 .swiper .swiper-arrow.prev{
        left: 1.5rem;
    }
    .utilities-3 .swiper .swiper-arrow.next{
        right: 1.5rem;
    }
    .utilities-5 .marquee-text{
        top: 6rem;
        font-size: 4rem;
        line-height: 1.4;
    }
    .utilities-4 .flex-box.group-1{
        margin-top: -4rem;
    }
    .utilities-4 .flex-box.group-2 .item:nth-of-type(1) .img-wrap{
        width: 24rem;
    }
    .utilities-4 .flex-box.group-2{
        padding-right: 7rem;
        padding-left: 7rem;
    }
    .utilities-4+.product-popup .col-right{
        width: 45%;
        aspect-ratio: unset;
    }
    .utilities-4+.product-popup .main-content{
        align-items: center;
    }
    .utilities-4+.product-popup h2.name{
        font-size: 3rem;
        line-height: 1.2;
    }
    .utilities-4+.product-popup .utilities-popup-text{
        margin-top: 2.604rem;
    }
    .gallery-popup .left-col{
        width: 80%;
        min-width: 80%;
    }
}
@media only screen and (max-width: 991px){
    :root{
        --container-w: 45rem;
    }
    .tablet-col-1{flex:0 0 auto;width:8.33333333% !important}
    .tablet-col-2{flex:0 0 auto;width:16.66666667% !important}
    .tablet-col-3{flex:0 0 auto;width:25% !important}
    .tablet-col-4{flex:0 0 auto;width:33.33333333% !important}
    .tablet-col-5{flex:0 0 auto;width:41.66666667% !important}
    .tablet-col-6{flex:0 0 auto;width:50% !important}
    .tablet-col-7{flex:0 0 auto;width:58.33333333% !important}
    .tablet-col-8{flex:0 0 auto;width:66.66666667% !important}
    .tablet-col-9{flex:0 0 auto;width:75% !important}
    .tablet-col-10{flex:0 0 auto;width:83.33333333% !important}
    .tablet-col-11{flex:0 0 auto;width:91.66666667% !important}
    .tablet-col-12{flex:0 0 auto;width:100% !important}
    .tablet-flex-col{
        flex-direction: column;
    }
    .left-cont{
        left: calc(calc(100vw - 45rem) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - 45rem) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - 45rem) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - 45rem) / 2);
    }
    .tablet-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet-grid-1{
        grid-template-columns: 1fr;
    }
    .tablet-col-reverse{
        flex-direction: column-reverse;
    }
    .tablet-text-center{
        text-align: center;
    }
    .tablet-al-center{
        align-items: center;
    }
    .tablet-jus-center{
        justify-content: center;
    }
    .tablet-flex-wrap{
        flex-wrap: wrap;
    }
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .vertical-sidebar{
        display: none !important;
    }
    .home-2 .img-float:nth-of-type(2),
    .home-2 .img-float:nth-of-type(3){
        display: none !important;
    }
    .home-2 .col-7{
        padding-right: 0;
    }
    .home-2 .col-5{
        padding-right: 1.5rem;
    }
    .home-2 .project-name{
        font-size: 3.5rem;
        width: 20rem;
    }
    .home-3 .grid-container .col-6{
        padding-left: 0;
    }
    .sec-title{
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .home-3 > .flex-box .item.item-3{
        width: 9rem;
    }
    .home-3 > .flex-box .item.item-3 .cont-wrap{
        padding: 0.75rem 1rem 0 0;
    }
    .home-3 > .flex-box{
        padding-right: 11rem;
        padding-left: 1rem;
    }
    .home-3 > .flex-box .item.item-1{
        width: 13rem;
    }
    .home-5{
        padding-top: 8rem;
    }
    .home-5 .col-5.list-values .cont > .flex-box+.flex-box{
        margin-top: 0.75rem;
    }
    .home-6 .swiper-arrow{
        bottom: 50%;
        transform: translateY(50%);
    }
    .home-6 .swiper-arrow.prev{
        left: 1rem;
    }
    .home-6 .swiper-arrow.next{
        right: 1rem;
    }
    .swiper-arrow{
        width: 3.5rem;
    }
    .swiper-arrow:after{
        width: 2rem;
        height: 2rem;
    }
    .swiper-arrow > svg{
        width: 2.5rem;
    }
    .home-6 .cont-wrap{
        width: 100%;
        bottom: 2rem;
    }
    .home-6 .cont-wrap{
        font-size: 1.85rem;
    }
    .home-7 .col-left .swiper .title{
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .home-7 .col-left .bottom-group{
        margin-top: 2rem;
    }
    .home-7 .col-left .arrows{
        margin-top: 1.5rem;
    }
    .home-8 .title-group{
        margin-bottom: 3rem;
    }
    .home-8-content > div >.flex-box{
        gap: 1.5rem;
    }
    .home-8-content .col-6{
        width: calc(50% - 0.75rem)
    }
    .home-8-content .col-6 .item{
        gap: 1rem
    }
    .home-8-content .col-6 .img-wrap{
        aspect-ratio: 1;
        width: calc(45% - 0.5rem);
        min-width: calc(45% - 0.5rem);
    }
    .home-8-content .col-6 .des br{
        display: none;
    }
    .hide-tablet{
        display: none !important;
    }
    .home-8 .item .title{
        font-size: 1.5rem;
    }
    .home-9 .grid-container .overview-notes{
        gap: 1.5rem
    }
    .home-10 .col-8{
        padding-left: 0;
        padding-top: 2rem;
    }
    .home-10 .grid-box{
        margin-top: 2rem;
        padding-left: 0;
    }
    .home-10 .grid-box .item .cont-wrap .font-title{
        font-size: 1rem;
        line-height: 1.2;
    }
    .home-3{
        padding-top: 3rem;
    }
    .home-11 .item .img-wrap{
        aspect-ratio: 3/4;
    }
    .home-11 .home-posts{
        margin-top: 2.5rem;
    }
    .home-11 .home-posts .swiper{
        margin: 0 -0.625rem;
    }
    .home-11 .home-posts .swiper-slide{
        padding: 0 0.625rem;
    }
    .home-11 .grid-container{
        margin-bottom: 0;
    }
    #home-page > section:last-of-type{
        padding-bottom: 2.5rem;
    }
    footer#footer .col-7 .form-title{
        font-size: 1.25rem;
    }
    .home-9 .utilities-list .column .item .name{
        font-size: 0.875rem;
    }
    .home-9 .utilities-list,
    .home-9 .column-group > .flex-box{
        gap: 1rem
    }
    .show-tablet{
        display: block !important;
    }
    header#header .header-wrapper{
        background-color: #FFF !important;
        box-shadow: 0 0 20px 0 #f5f5f5;
        padding: 10px 0;
        animation: stuckMoveDown .6s !important;
    }
    header#header .header-wrapper:not(.stuck){
        position: relative;
    }
    header#header .header-wrapper:after,
    header#header .header-wrapper:before{
        display: none !important;
    }
    header#header .header-wrapper #masthead #logo img{
        height: 4rem;
    }
    header#header .header-wrapper #masthead .header-inner{
        align-items: center;
    }
    header#header .header-wrapper .html.custom{
        display: block !important;
    }
    header#header .header-wrapper li.nav-icon{
        display: flex;
    }
    header#header .header-wrapper .header-logo{
        opacity: 1 !important;
    }
    header#header .header-wrapper .header-logo-dark{
        opacity: 0 !important;
    }
    header#header .header-wrapper .button-normal.button-secondary{
        color: var(--sub-cl) !important
    }
    .home-4 .logo-wrap{
        width: 3.5rem;
        height: 3.5rem;
    }
    .home-4 .map-wrap {
        max-width: 120%;
        width: 120%;
        margin-left: -20%;
    }
    .home-4 .cont-wrap{
        padding-top: 3rem;
    }
    #products-page .products-page .products-content{
        top: unset;
        position: relative;
        margin-bottom: 50px;
    }
    #products-page .products-page{
        padding-top: 3rem;
    }
    #products-page .products-page .project-overview:before{
        height: 8rem;
        top: 0;
    }
    #products-page .products-page:before{
        display: none;
    }
    .product-popup .back-button{
        left: 1rem;
        top: 1rem;
    }
    .product-popup .col-left{
        padding-top: 4.5rem;
        padding-right: 1rem;
    }
    .product-popup .col-left > svg{
        display: none !important;
    }
    .product-popup h2.name{
        font-size: 2rem;
    }
    .product-popup .slogan, .product-popup .block-content .tab-content .number-item .num{
        font-size: 1rem;
    }

    .product-popup .text.slogan{
        font-size: 0.9rem;
    }
    .product-popup .block-content .tab-content .number-item .num span{
        font-size: 0.7rem;
    }
    .product-popup .block-content .tab-content .grid-box{
        grid-gap: 1.5625rem 1.042rem
    }
    .product-popup .gallery-slide .gallery-list{
        padding: 2rem;
    }
    .product-images-swiper-2 .swiper-arrow.prev{
        right: unset;
        left: 0;
    }
    .product-images-swiper-2 .swiper-arrow.next{
        left: unset;
        right: 0;
    }
    #side-menu .close-btn{
        right: 1.125rem;
        top: 1.5rem;
    }
    #side-menu .menu-wrap{
        padding-right: 1rem;
    }
    #side-menu .menu-wrap .main-menu > ul > li > a{
        font-size: 1.125rem;
        line-height: 1.5rem;
        padding-right: 1.5rem;
    }
    #side-menu .menu-wrap .menu-buttons{
        margin-bottom: 0.625rem;
        gap: 1rem;
        width: 100%;
    }
    #side-menu .menu-wrap .menu-buttons > a{
        min-width: calc(50% - 0.5rem);
        padding: 0.4rem 0.6rem;
        justify-content: center;
    }
    #side-menu .menu-wrap .button-normal span.icon{
        width: .7rem;
        height: 0.7rem;
    }
    #side-menu .menu-wrap .button-normal span.text{
        font-size: 0.75rem;
    }
    #side-menu .menu-wrap .main-menu > ul > li > ul > li > a{
        font-size: 0.9rem;
    }
    .tablet-jus-center{
        justify-content: center;
    }
    .policy-page .col-3 ul > li > a{
        font-size: 1rem;
    }
    .policy-page{
        padding: 4rem 0;
    }
    .thanks-page{
        padding-top: 3rem;
    }
    .thanks-page .img-wrap{
        margin-top: -10rem;
    }
    .banner-styled .title-group{
        top: 2rem;
    }
    .contact-2 .col-left .contact-socials{
        padding-top: 1.25rem;
        margin-top: 1.25rem;
    }
    .contact-2 .col-left{
        padding-bottom: 3rem;
    }
    .contact-2 .col-right .project-pin{
        top: 12%;
        left: 54%;
    }
    .library-2 .galleries-wrap .item{
        width: calc(50% - 15px);
        margin-bottom: 2rem;
    }
    .library-3 .videos-swiper .p-middle svg{
        width: 4rem;
    }
    .library-3 .videos-swiper .title{
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .library-3 .videos-swiper .swiper-arrow.next{
        right: 7.5rem;
    }
    .library-3 .videos-swiper .swiper-arrow.prev{
        left: 7.5rem;
    }
    .library-3{
        padding: 3rem 0 4rem;
    }
    .posts-2 .col-8 .first-post h3{
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .posts-2 .col-8 > .flex-box{
        gap: 1.5rem
    }
    .posts-2 .col-8{
        padding-right: 0.75rem;
    }
    .posts-2 .col-4{
        padding-left: 0.75rem;
    }
    .post-details{
        padding: 3rem 0 4rem;
    }
    .post-related{
        padding-bottom: 4rem;
    }
    .post-related .swiper{
        margin: 0 -0.8rem;
    }
    .post-related .post-item{
        padding: 0 0.8rem;
    }
    .home-10.about-8{
        padding-bottom: 3rem;
    }
    .about-7 > .flex-box{
        flex-direction: column;
        padding-right: 0;
    }
    .about-7 .col-right,
    .about-7 .col-left{
        width: 100%;
    }
    .about-7 .col-right{
        margin-left: 0;
        width: 90%;
        margin-top: -5rem;
    }
    .location-3.home-3 > .flex-box{
        margin-top: 6rem;
    }
    .home-4.location-2 .title-group-wrap .title-group{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .location-4 .circle-content .bubble .title{
        font-size: 1rem;
        line-height: 1.4;
    }
    .location-4 .circle-content .bubble .img-wrap{
        width: 5.5rem;
        height: 5.5rem;
    }
    .utilities-2.home-9 .utilities-list .column .title{
        font-size: 1rem;
    }
    .utilities-2.home-9 .grid-container{
        margin-top: -2rem;
    }
    .utilities-3{
        padding-top: 2rem;
    }
    .utilities-3 > .img-wrap{
        margin-top: -8rem;
    }
    .utilities-3 .swiper{
        padding: 3rem 5rem 4rem;
    }
    .utilities-5{
        margin-top: 0;
    }
    .utilities-5 .marquee-text{
        font-size: 3rem;
        top: 4rem;
    }
    .utilities-4 .flex-box.group-1{
        padding-left: 1rem;
        padding-right: 2rem;
    }
    .utilities-4 .flex-box.group-1{
        margin-top: 0;
    }
    .utilities-4 .flex-box.group-2{
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
    .utilities-4 .title-group{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .project-overview .dot-item .dot-content-wrap{
        display: none !important;
    }
    .home-5 .col-5 .col-7{
        padding-left: 0.5rem;
    }
    .home-posts .mobile-dots{
        justify-content: center;
    }
    .utilities-4+.product-popup h2.name{
        font-size: 2rem;
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mobile-col-1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile-col-2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile-col-3{flex:0 0 auto;width:25% !important;}
    .mobile-col-4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile-col-5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile-col-6{flex:0 0 auto;width:50% !important;}
    .mobile-col-7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile-col-8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile-col-9{flex:0 0 auto;width:75% !important;}
    .mobile-col-10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile-col-11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile-col-12{flex:0 0 auto;width:100% !important;}
    .mobile-flex-col{
        flex-direction: column;
    }
    .mobile-al-center{
        align-items: center;
    }
    .mobile-al-start{
        align-items: flex-start;
    }
    .mobile-al-end{
        align-items: flex-end;
    }
    .mobile-jus-start{
        justify-content: flex-start;
    }
    .mobile-jus-end{
        justify-content: flex-end;
    }
    .mobile-jus-center{
        justify-content: center;
    }
    .mobile-jus-between{
        justify-content: space-between;
    }

    .mobile-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile-grid-1{
        grid-template-columns: 1fr;
    }
    .mobile-col-reverse{
        flex-direction: column-reverse;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .show-mobile{
        display: block !important;
    }
    .mobile-text-center{
        text-align: center;
    }
    .load_home_page svg {
        width: 240px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    .home-11 .home-posts .swiper{
        margin: 0 -1.5rem 0 -0.5rem;
        padding-right: 7rem;
    }
    .home-11 .home-posts .swiper-slide{
        padding: 0 0.5rem;
    }
    footer#footer .col-5 .site-name{
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }
    footer#footer .col-7{
        padding-top: 3rem;
    }
    footer#footer .col-7 .form-title{
        font-size: 1rem;
    }
    .form-wrap .form-group.group-half{
        width: 100%;
    }
    .hide-mobile{
        display: none !important;
    }
    .home-11 .link-wrap.show-mobile{
        margin-top: 1.5rem;
    }
    .home-11{
        padding-top: 2.5rem;
    }
    .home-10 .grid-box{
        grid-template-rows: repeat(5, 1fr);
        padding-left: 4px;
        padding-right: 4px;
    }
    .home-10 .grid-box .item:nth-of-type(2){
        grid-column: 1/2;
        grid-row: unset;
    }
    .home-10 .grid-box .item:nth-of-type(3){
        grid-column: 2/3;
        grid-row: unset;
    }
    .home-10 .grid-box .item:nth-of-type(4){
        grid-column: 1/3;
        grid-row: unset;
    }
    .home-10 .grid-box .item:nth-of-type(5){
        grid-column: 1/3;
        grid-row: 4/6;
    }
    .home-10 .investor .item{
        width: 100% !important
    }
    .home-10 .investor .item:nth-of-type(even){
        padding-left: 0;
        margin-top: 1rem;
        border-left: none;
    }
    .home-10 .col-8{
        padding-top: 0;
    }
    .home-10 .link-wrap.show-mobile{
        margin-top: 1.5rem;
    }
    .home-10{
        padding-top: 2.5rem;
    }
    .home-9 .utilities-list{
        flex-wrap: wrap;
        gap: 1.823rem 1rem;
    }
    .home-9 .grid-container .overview-notes{
        flex-wrap: wrap;
    }
    .project-overview:after,
    .project-overview:before{
        height: 1.5rem;
    }
    .home-9{
        padding-top: 2rem;
    }
    .home-9 .grid-container{
        margin-top: 1.5rem;
    }
    .home-9 .grid-container .overview-notes .item .name{
        font-size: 0.75rem;
        line-height: 1.2;
    }
    .home-9 .grid-container .overview-notes .item .color{
        height: 1.4rem;
        width: 1.4rem;
        min-width: 1.4rem;
    }
    .home-8-content .col-6:nth-of-type(even) .item{
        flex-direction: row-reverse;
    }
    .home-8-content .col-6:nth-of-type(even) .item .cont-wrap{
        text-align: left;
    }
    .home-8 {
        padding-top: 2.5rem;
    }
    .home-8 .title-group{
        margin-bottom: 2rem;
    }
    .home-7 .col-left{
        padding-right: 1rem;
        padding-left: 1rem;
        margin-bottom: 2.5rem;
    }
    .home-7{
        padding-top: 2.5rem;
    }
    .home-7 .col-left .swiper .title{
        font-size: 1.25rem;
    }
    .home-7 .col-right{
        padding-left: 4rem;
    }
    .home-7 .col-right .image-group.active .small-images{
        width: 8rem;
        bottom: 1.5rem;
    }
    .home-5 .cont-wrap{
        position: relative !important;
        top: 0;
    }
    .home-5 .grid-container > div > .col-7{
        margin-bottom: 2rem;
    }
    .home-5{
        padding-top: 3rem;
    }
    .home-2{
        padding: 3rem 0 4rem;
    }
    .home-2 .col-5{
        padding-right: 0;
        padding-top: 1.5rem;
    }
    .home-2 .project-name{
        bottom: 0;
    }
    body main#main .home-3 > .flex-box{
        gap: 2rem
    }
    body main#main .home-3 > .flex-box .item{
        position: unset !important;
        width: 100% !important;
        height: auto !important;
        margin-top: 0 !important;
    }
    body main#main .home-3 > .flex-box .item .img-wrap{
        margin-bottom: 1rem !important;
    }
    .home-3 > .flex-box .item.item-2 > img{
        display: none !important;
    }
    body main#main .home-3 > .flex-box .item .cont-wrap{
        padding: 0 !important;
    }
    .home-3 .grid-container .col-6{
        padding-right: 0;
    }
    .home-3 > .flex-box{
        padding-right: 1rem;
        margin-top: 3rem;
    }
    .home-6 .cont-wrap{
        position: relative !important;
        bottom: unset !important;
        padding-top: 1.25rem;
    }
    .home-6 .cont-wrap .font-title{
        font-size: 1.35rem;
        color: var(--sub-cl)
    }
    .home-6 .cont-wrap .desc{
        color: #333;
    }
    .home-6 .img-wrap:before{
        display: none;
    }
    .home-6 .swiper-arrow{
        bottom: 70%;
    }
    header#header .header-wrapper .button-normal.button-secondary span.text{
        display: none;
    }
    header#header .header-wrapper #masthead #logo img{
        height: 3.5rem;
    }
    .home-4 .cont-wrap{
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem;
    }
    .home-4 .vertical-swiper-wrap .swiper{
        padding-right: 7rem;
    }
    .home-4 .map-wrap .point .icon-wrap{
        width: 1.35rem;
        height: 1.35rem;
    }
    .home-4 .map-wrap .point .icon-wrap:after{
        height: 1.7rem;
        width: 1.7rem;
    }
    .home-4 .map-wrap .point .icon-wrap:before{
        width: 2.5rem;
        height: 2.5rem;
    }
    .home-4 .logo-wrap{
        width: 8%;
        height: auto;
        aspect-ratio: 1;
        top: 38.5%;
        left: 65%;
    }
    .home-4 .logo-wrap:before{
        height: 2.74rem;
        width: 2.74rem;
    }
    .home-4 .logo-wrap:after{
        height: 4rem;
        width: 4rem;
    }
    .home-4 .logo-wrap > svg{
        height: 1rem;
    }
    .home-4 .marquee-text{
        padding: 0.75rem 0;
    }
    .home-4 .marquee-text marquee{
        font-size: 2.5rem;
    }
    .home-5 .col-5.list-values .value{
        font-size: 1.85rem;
    }
    .home-6 .cont-wrap{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #products-page .products-page .grid-container{
        position: relative !important;
        bottom: unset;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    #products-page .products-page .products-content {
        margin-bottom: 25px;
    }
    #products-page .products-page .project-overview:before{
        height: 2rem;
    }
    .product-popup .col-left{
        padding: 1rem;
        gap: 1.5rem;
    }
    .product-popup .col-right .overflow-y{
        overflow: unset;
    }
    .product-popup .main-content{
        overflow: auto;
    }
    .product-popup .gallery-slide{
        position: absolute;
        opacity: 0;
        pointer-events: none;
        z-index: 9999;
        visibility: hidden;
        transition: all 0.4s;
        background-color: #F1EFE7;
    }
    .product-popup .back-button{
        position: absolute;
        left: 0;
        top: 0;
        background-color: #F1EFE7;
        padding: 1rem;
    }
    .product-popup .text.slogan{
        font-size: 0.9rem;
    }
    .product-popup .slogan{
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    .product-popup .sec-des{
        margin-bottom: 1rem;
    }
    .product-popup .tabs-title{
        margin-bottom: 1.5rem;
    }
    .product-popup .block-content .tab-content .number-item .num{
        font-size: 1.45rem;
    }
    .product-popup .block-content .tab-content .number-item .num span{
        font-size: 0.9rem;
    }
    .product-popup .col-right .item{
        aspect-ratio: unset;
        padding: 2.5rem 1.5rem;
        gap: 1.5rem
    }
    .product-popup .gallery-slide .gallery-list .img-wrap{
        height: auto;
    }
    .product-popup > .flex-box.parent-box.active{
        transform: unset;
    }
    .product-popup > .flex-box.parent-box.active .gallery-slide{
        opacity: 1;
        pointer-events: unset;
        visibility: visible;
    }
    .product-images-swiper-2 .swiper-arrow{
        display: none !important;
    }
    .product-popup .gallery-slide .gallery-list .img-title{
        font-size: 1.125rem;
        line-height: 1.2;
        width: max-content;
        max-width: 100%;
    }
    .product-popup .col-right .item.item-full .swiper{
        height: auto;
    }
    .home-8-content .col-6 .des br{
        display: initial;
    }
    .home-8-content .col-6 .img-wrap{
        width: calc(43% - 0.5rem);
        min-width: calc(43% - 0.5rem);
    }
    .home-8-content .col-6 .cont-wrap{
        flex-grow: 1;
    }
    .home-8-content .col-6 .cont-wrap .fs-17{
        font-size: 0.75rem;
    }
    #products-page .products-page .products-content{
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 1rem;
    }
    #products-page .products-page{
        padding-top: 2rem;
    }
    .product-popup .main-content{
        padding-top: 5rem;
    }
    .product-popup .col-right .item.item-full{
        padding-bottom: 5rem !important;
    }
    #side-menu .col-6.relative{
        position: absolute !important;
        left: 0;
        top: 0;
        height: 100%;
        background-color: rgba(241, 239, 231, 0.95);
        z-index: 3;
    }
    section.disclaimer{
        min-height: unset;
        padding: 4rem 0;
    }
    section.disclaimer .title-group > .sec-title{
        font-size: 1.9em;
    }
    .policy-page{
        padding: 2.5rem 0;
    }
    .policy-page .col-9 .table-of-contents{
        padding: 0.75rem;
    }
    .policy-page .grid-3{
        grid-gap: 1rem
    }
    .policy-page .grid-3 .file-item .name .fs-20{
        font-size: 0.8rem;
        line-height: 1.4;
    }
    .policy-page .col-3{
        padding-right: 0;
        padding-top: 2.5rem;
    }
    .post-nav{
        flex-wrap: wrap;
        gap: 1.25rem
    }
    .post-nav .share li > a > svg{
        width: 1.75rem;
    }
    .thanks-page .img-wrap{
        margin-top: 0;
    }
    .thanks-page .title-group{
        padding-bottom: 1rem;
    }
    .banner-styled .title-group{
        position: relative;
        top: unset;
        padding-bottom: 2rem;
    }
    .contact-2 .col-right,
    .contact-2 .col-left{
        width: 100%;
    }
    .contact-2 .col-left{
        padding-left: 1rem;
        padding-bottom: 2rem;
    }
    .contact-2 .col-right .project-pin .circles:after{
        width: 120px;
        height: 120px;
    }
    .contact-2 .col-right .project-pin .circles:before{
        width: 70px;
        height: 70px;
    }
    .library-2{
        margin-top: 0;
        padding-top: 2rem;
    }
    .library-2 .sec-title{
        padding-top: 2.5rem;
        margin-bottom: 1.5rem;
    }
    .library-2 .galleries-wrap .item{
        margin-bottom: 1.5rem;
        width: calc(50% - 8px);
    }
    .library-2 .galleries-wrap .item h3.title{
        font-size: 1rem;
    }
    .library-3 .sec-title{
        margin-bottom: 1.5rem;
    }
    .library-3 .videos-swiper{
        padding: 0 3rem;
    }
    .library-3 .videos-swiper .title{
        position: relative;
        color: var(--main-cl-dark);
        right: unset;
        left: unset;
        width: 100%;
        bottom: unset;
        margin-top: 1rem;
        font-size: 1.25rem;
    }
    .library-3 .videos-swiper .swiper-arrow{
        display: none !important;
    }
    .posts-masonry{
        margin-top: 2.5rem;
    }
    .posts-masonry .post-item{
        width: calc(50% - 8px);
        margin-bottom: 1.5rem;
    }
    .post-related .swiper{
        margin: 0 -0.5rem;
    }
    .post-related .post-item{
        padding: 0 0.5rem;
    }
    .post-related .title-group{
        margin-bottom: 1.5rem;
    }
    .about-3{
        padding-top: 3rem;
    }
    .about-8-content{
        gap: 1rem;
        flex-wrap: wrap;
        height: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 2rem;
    }
    .about-8-content .item{
        width: 100% !important;
    }
    .about-7 .col-right{
        padding: 1.5rem;
        margin-top: -3rem;
    }
    .about-7{
        padding-top: 2.5rem;
    }
    .about-3 > .flex-box{
        position: relative;
        padding: 36px 60px 52px;
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .about-3 .flex-box .item{
        margin: 0 !important;
    }
    .about-3 .flex-box .item:nth-of-type(2){
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        width: 90px;
    }
    .about-3 .flex-box .item:nth-of-type(4){
        position: absolute;
        z-index: 4;
        right: 0;
        bottom: 0;
        width: 98px;
    }
    .about-3 .flex-box .item:nth-of-type(3){
        margin-top: 0;
        margin-right: 0;
    }
    .about-3 .flex-box .item:nth-of-type(5),
    .about-3 .flex-box .item:nth-of-type(1){
        display: none !important;
    }
    .about-4{
        padding-top: 3rem;
    }
    .about-4 .col-7{
        padding-top: 0;
    }
    .about-4 .col-7 .img-wrap{
        display: none !important;
    }
    .about-4 .col-7 .title-box{
        padding: 0;
        margin-top: 0;
        gap: 1rem
    }
    .about-4 .col-7 .title-box .title-group{
        width: 100%;
    }
    .location-3.home-3 .grid-container .col-6{
        padding-right: 0;
    }
    .location-3.home-3 > .flex-box{
        margin-top: 2.5rem;
    }
    .location-4 .circle-content > svg{
        display: none !important;
    }
    .location-4 .circle-content{
        top: unset;
        padding-left: 1rem;
        padding-right: 1rem;
        position: relative;
    }
    .location-4 .content{
        position: relative;
        top: unset;
    }
    .location-4 .circle-content .bubbles{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem 1rem;
        margin-top: 2rem;
    }
    .location-4 .circle-content .bubble{
        position: unset !important;
        transform: unset !important;
        width: calc(100% / 3 - 1rem * 2 / 3);
    }
    .location-4 .circle-content .bubble .img-wrap{
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto;
        aspect-ratio: 1;
    }
    .location-4 > .img-wrap{
        margin-top: -6rem;
    }
    .location-4{
        padding-top: 2rem;
    }
    .home-4.location-2 .marquee-text{
        padding-bottom: 2rem;
    }
    .banner-styled.utilities-1 .grid-container{
        padding-left: 0;
        padding-right: 0;
    }
    .banner-styled.utilities-1 .title-group{
        background-color: #12386D;
        padding: 1rem;
    }
    .utilities-2.home-9 .grid-container{
        margin-top: 1rem;
    }
    .utilities-3 .swiper{
        padding: 3rem 2rem 4rem;
    }
    .utilities-3 > .img-wrap{
        margin-top: -1rem;
    }
    .utilities-3 .swiper .title{
        font-size: 1.25rem;
    }
    .utilities-4 .flex-box .item{
        width: 100%;
    }
    .utilities-4 .flex-box{
        flex-wrap: wrap;
        padding-left: 1rem !important;
        padding-right: 3rem !important;
        gap: 1rem
    }
    .utilities-4 .flex-box .item .img-wrap{
        width: auto !important;
        flex-grow: 1;
        aspect-ratio: unset !important;
    }
    .utilities-4 .flex-box.group-2{
        margin-top: 1rem;
    }
    .utilities-4 .flex-box .item .title{
        font-size: 1.3rem;
    }
    .utilities-5 .marquee-text{
        font-size: 1.5rem;
        top: 3rem;
    }
    .project-overview .dot-item .dot{
        width: 0.5rem;
        min-width: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.3rem;
    }
    .utilities-4 .title-group{
        margin-bottom: 2rem;
    }
    .home-4 .mobile-dots{
        width: calc(100% + 7rem);
    }
    .home-4 .mobile-dots{
        justify-content: center;
    }
    .utilities-2.home-9 .title-group{
        padding-right: 10px;
        padding-left: 10px;
    }
    .home-4 .map-wrap .point .name-wrap{
        font-size: 0.5rem;
    }
    .patterns-wrap > .wave-pattern{
        display: none !important;
    }
    .project-overview .dot-item:hover .dot{
        background: #B76A28;
    }
    .posts-2 .posts-col .post-item .post-thumbnail{
        aspect-ratio: initial !important;
    }
    .posts-2 .posts-col .post-item .post-thumbnail img{
        height: auto !important;
    }
    .home-posts .mobile-dots{
        padding-left: 0.5rem;
        justify-content: flex-start;
    }
    .utilities-4+.product-popup .col-left{
        padding-bottom: 2rem;
        flex: 0 0 auto;
    }
    .utilities-4+.product-popup .col-left,
    .utilities-4+.product-popup .col-right{
        width: 100%;
    }
    .utilities-4+.product-popup .main-content{
        overflow: auto;
    }
    .utilities-4+.product-popup .col-left .arrows{
        margin-top: 1rem;
    }
    .utilities-4+.product-popup .utilities-popup-text{
        margin-top: 1.5rem;
    }
    .utilities-4+.product-popup h2.name{
        font-size: 1.5rem;
    }
    .posts-masonry{
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }
    .post-item .post-thumbnail img{
        aspect-ratio: 5/3;
    }
    .gallery-popup .flex-box{
        flex-direction: column;
    }
    .gallery-popup .left-col{
        width: 100%;
    }
    .gallery-popup .swiper{
        height: auto;
    }
    .gallery-popup .arrows{
        display: none !important;
    }
    .gallery-popup .title{
        font-size: 1.5rem;
        line-height: 1.4;
    }
    #popup-intro .fancybox-button.fancybox-close-small{
        background-color: rgba(0, 0, 0, 0.6);
        width: 30px;
        height: 30px;
    }
}
@media only screen and (max-width: 390px){
    html{
        font-size: 15px;
    }
}
@media only screen and (max-width: 350px){
    html{
        font-size: 14px;
    }
}
