@font-face{
    font-family:"Cormorant";
    src:url("../fonts/Cormorant/Cormorant-Light.ttf") format("truetype");
    font-weight:300;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Cormorant";
    src:url("../fonts/Cormorant/Cormorant-LightItalic.ttf") format("truetype");
    font-weight:300;
    font-style:italic;
    font-display:swap
}
@font-face{
    font-family:"Cormorant";
    src:url("../fonts/Cormorant/Cormorant-Regular.ttf") format("truetype");
    font-weight:400;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Cormorant";
    src:url("../fonts/Cormorant/Cormorant-Italic.ttf") format("truetype");
    font-weight:400;
    font-style:italic;
    font-display:swap
}
@font-face{
    font-family:"Cormorant";
    src:url("../fonts/Cormorant/Cormorant-Medium.ttf") format("truetype");
    font-weight:500;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Cormorant";
    src:url("../fonts/Cormorant/Cormorant-MediumItalic.ttf") format("truetype");
    font-weight:500;
    font-style:italic;
    font-display:swap
}
@font-face{
    font-family:"Cormorant";
    src:url("../fonts/Cormorant/Cormorant-SemiBold.ttf") format("truetype");
    font-weight:600;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Cormorant";
    src:url("../fonts/Cormorant/Cormorant-SemiBoldItalic.ttf") format("truetype");
    font-weight:600;
    font-style:italic;
    font-display:swap
}
@font-face{
    font-family:"Cormorant";
    src:url("../fonts/Cormorant/Cormorant-Bold.ttf") format("truetype");
    font-weight:700;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Cormorant";
    src:url("../fonts/Cormorant/Cormorant-BoldItalic.ttf") format("truetype");
    font-weight:700;
    font-style:italic;
    font-display:swap
}
@font-face{
    font-family:"Mona Sans";
    src:url("../fonts/Mona_Sans/MonaSans-ExtraLight.ttf") format("truetype");
    font-weight:200;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Mona Sans";
    src:url("../fonts/Mona_Sans/MonaSans-ExtraLightItalic.ttf") format("truetype");
    font-weight:200;
    font-style:italic;
    font-display:swap
}
@font-face{
    font-family:"Mona Sans";
    src:url("../fonts/Mona_Sans/MonaSans-Light.ttf") format("truetype");
    font-weight:300;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Mona Sans";
    src:url("../fonts/Mona_Sans/MonaSans-LightItalic.ttf") format("truetype");
    font-weight:300;
    font-style:italic;
    font-display:swap
}
@font-face{
    font-family:"Mona Sans";
    src:url("../fonts/Mona_Sans/MonaSans-Regular.ttf") format("truetype");
    font-weight:400;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Mona Sans";
    src:url("../fonts/Mona_Sans/MonaSans-Italic.ttf") format("truetype");
    font-weight:400;
    font-style:italic;
    font-display:swap
}
@font-face{
    font-family:"Mona Sans";
    src:url("../fonts/Mona_Sans/MonaSans-Medium.ttf") format("truetype");
    font-weight:500;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Mona Sans";
    src:url("../fonts/Mona_Sans/MonaSans-MediumItalic.ttf") format("truetype");
    font-weight:500;
    font-style:italic;
    font-display:swap
}
@font-face{
    font-family:"Mona Sans";
    src:url("../fonts/Mona_Sans/MonaSans-SemiBold.ttf") format("truetype");
    font-weight:600;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Mona Sans";
    src:url("../fonts/Mona_Sans/MonaSans-SemiBoldItalic.ttf") format("truetype");
    font-weight:600;
    font-style:italic;
    font-display:swap
}
@font-face{
    font-family:"Mona Sans";
    src:url("../fonts/Mona_Sans/MonaSans-Bold.ttf") format("truetype");
    font-weight:700;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Mona Sans";
    src:url("../fonts/Mona_Sans/MonaSans-BoldItalic.ttf") format("truetype");
    font-weight:700;
    font-style:italic;
    font-display:swap
}
@font-face{
    font-family:"Mona Sans";
    src:url("../fonts/Mona_Sans/MonaSans-ExtraBold.ttf") format("truetype");
    font-weight:800;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Mona Sans";
    src:url("../fonts/Mona_Sans/MonaSans-ExtraBoldItalic.ttf") format("truetype");
    font-weight:800;
    font-style:italic;
    font-display:swap
}
@font-face{
    font-family:"Mona Sans";
    src:url("../fonts/Mona_Sans/MonaSans-Black.ttf") format("truetype");
    font-weight:900;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Mona Sans";
    src:url("../fonts/Mona_Sans/MonaSans-BlackItalic.ttf") format("truetype");
    font-weight:900;
    font-style:italic;
    font-display:swap
}

/* Maakt alle linkjes goud met blauwe hover */
.information_link {
	color: #d4af37 !important;
	transition: 0.3s all;
}

.information_link:hover {
	color: #0072BA !important;
	transition: 0.3s all;
}

.wrapper_contact_information_inner .link i {
	margin-right: 10px;
    position: relative;
    top: 1px;
}


html.lenis,html.lenis body{
    height:auto
}
.lenis:not(.lenis-autoToggle).lenis-stopped{
    overflow:clip
}
.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch]{
    overscroll-behavior:contain
}
.lenis.lenis-smooth iframe{
    pointer-events:none
}
.lenis.lenis-autoToggle{
    transition-property:overflow;
    transition-duration:1ms;
    transition-behavior:allow-discrete
}
.site-header{
    background: linear-gradient(to bottom, rgb(0 0 0) 0%, rgb(0 0 0 / 5%) 100%);
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    z-index:100;
    transition:background-color .3s ease
}
.site-header__inner{
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:2rem;
    padding:1rem 30px;
    max-width:1330px;
    width:100%;
    margin:0 auto
}
.site-header__branding{
    order:2;
    justify-self:center
}
.site-header .custom-logo{
    max-height:60px;
    width:auto
}
.site-header__title{
    font-size:1.4rem;
    font-weight:600;
    color:#111;
    text-decoration:none
}
.site-header__title:hover{
    color:#0073aa
}
.site-header__nav--desktop{
    order:3;
    justify-self:end;
    padding-right:60px
}
.site-header__nav--desktop ul{
    display:flex;
    gap:2rem;
    list-style:none;
    margin:0;
    padding:0;
    position:relative
}
.site-header__nav--desktop li{
    position:relative
}
.site-header__nav--desktop a{
    color:#fff;
    font-weight:500;
    text-decoration:none;
    transition:color .2s ease;
    display:block;
    padding:.5rem 0
}
.site-header__nav--desktop a:hover,.site-header__nav--desktop a.current-menu-item{
    color:#0073aa
}
.site-header__nav--desktop .sub-menu{
    position:absolute;
    top:100%;
    left:0;
    min-width:220px;
    background-color:#fff;
    border:1px solid #eee;
    border-radius:4px;
    box-shadow:0 4px 12px rgba(0,0,0,.1);
    opacity:0;
    visibility:hidden;
    transform:translateY(-10px);
    transition:all .3s ease;
    padding:.5rem 0;
    flex-direction:column;
    gap:0
}
.site-header__nav--desktop .sub-menu li{
    width:100%
}
.site-header__nav--desktop .sub-menu a{
    padding:.75rem 1.5rem;
    white-space:nowrap
}
.site-header__nav--desktop .sub-menu a:hover{
    background-color:#f9f9f9
}
.site-header__nav--desktop .menu-item-has-children>a::after{
    content:"";
    display:inline-block;
    width:0;
    height:0;
    margin-left:.5rem;
    border-left:4px solid rgba(0,0,0,0);
    border-right:4px solid rgba(0,0,0,0);
    border-top:4px solid currentColor;
    transition:transform .3s ease
}
.site-header__nav--desktop .menu-item-has-children:hover>a::after,.site-header__nav--desktop .menu-item-has-children.dropdown-open>a::after{
    transform:rotate(180deg)
}
.site-header__nav--desktop .menu-item-has-children:hover>.sub-menu,.site-header__nav--desktop .menu-item-has-children.dropdown-open>.sub-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0)
}
.hamburger{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    width:58px;
    height:24px;
    background:none;
    border:none;
    cursor:pointer;
    padding:0;
    z-index:101;
    order:1
}
.hamburger__line{
    width:100%;
    max-width:58px;
    height:2px;
    background-color:#fff;
    border-radius:2px;
    transition:all .3s ease;
    transform-origin:center
}
.hamburger.is-active .hamburger__line:nth-child(1){
    transform:translateY(13.5px) rotate(45deg)
}
.hamburger.is-active .hamburger__line:nth-child(2){
    opacity:0;
    transform:translateX(-20px)
}
.hamburger.is-active .hamburger__line:nth-child(3){
    transform:translateY(-9.5px) rotate(-45deg)
}
.hamburger .hamburger__line:nth-child(2){
    width:50%;
    transition:.2s all
}
.hamburger:hover .hamburger__line:nth-child(2){
    width:100%;
    transition:.2s all
}
.hamburger_text_wrapper{
    display:flex;
    flex-direction:row-reverse
}
.hamburger_text p{
    color:#fff;
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    margin:0 0 0 15px;
    font-size:20px;
    font-weight:500;
    text-transform:uppercase;
    position:relative;
    bottom:3px
}
ul#menu-header li a{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-size:20px;
    font-weight:500;
    text-transform:uppercase
}
.offcanvas-menu{
    position:fixed;
    overflow:hidden;
    top:0;
    left:0;
    width:40%;
    max-width:85vw;
    height:100vh;
    background-color:#000;
    z-index:200;
    transform:translateX(-100%);
    transition:transform .4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y:auto;
    box-shadow:4px 0 12px rgba(0,0,0,.1);
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction:column
}
.offcanvas-menu.is-open{
    transform:translateX(0)
}
.offcanvas-menu__close{
    position:absolute;
    top:2rem;
    left:2rem;
    z-index:201
}
.offcanvas-menu__close.hamburger.is-active .hamburger__line{
    background-color:#fff
}
.offcanvas-menu__nav{
    padding:6rem 2rem 2rem;
    width:100%
}
.offcanvas-menu__list{
    list-style:none;
    margin:0;
    padding:0
}
.offcanvas-menu__list a{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:700;
    font-size:40px;
    line-height:24px;
    color:#fff;
    margin-bottom:40px;
    display:block;
    text-decoration:unset;
    width:-moz-fit-content;
    width:fit-content;
    transition:.3s all
}

.offcanvas-menu__list a:hover {
	color: white !important;
}

.offcanvas-menu__list a.current-menu-item{
    color:#0073aa;
    transition:.3s all
}

.offcanvas-menu__list a::after {
	bottom: -4px !important;
}

.offcanvas-menu__list .sub-menu{
    list-style:none;
    margin:0;
    padding:0;
    max-height:0;
    overflow:hidden;
    transition:max-height .3s ease
}
.offcanvas-menu__list .sub-menu.is-open{
    max-height:500px
}
.offcanvas-menu__list .sub-menu li{
    border-bottom:1px solid #f5f5f5
}
.offcanvas-menu__list .sub-menu a{
    padding-left:1.5rem;
    font-size:.95rem;
    font-weight:400
}
.offcanvas-menu__list .menu-item-has-children>a{
    position:relative;
    padding-right:2rem
}
.offcanvas-menu__list .menu-item-has-children>a::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:0;
    height:0;
    border-left:5px solid rgba(0,0,0,0);
    border-right:5px solid rgba(0,0,0,0);
    border-top:5px solid currentColor;
    transition:transform .3s ease
}
.offcanvas-menu__list .menu-item-has-children.dropdown-open>a::after{
    transform:translateY(-50%) rotate(180deg)
}
.site-header__branding.mobile img{
    width:100px;
    height:70px;
    -o-object-fit:contain;
    object-fit:contain;
    padding-left:40px
}
.offcanvas-menu__content{
    padding:0 2rem 2rem;
    width:100%
}
.site-header__branding.mobile{
    order:unset
}
.offcanvas-menu__slogan{
    color:#fff;
    font-size:16px;
    margin-bottom:30px;
    line-height:1.5;
    padding-right:60px
}
.offcanvas-menu__social-wrapper{
    margin-bottom:20px
}
.offcanvas-menu__social{
    display:flex;
    gap:20px;
    list-style:none;
    padding:0;
    margin:0
}
.offcanvas-menu__social-link{
    display:block;
    width:32px;
    height:32px;
    transition:opacity .3s ease,transform .3s ease
}
.offcanvas-menu__social-link svg{
    width:100%;
    height:100%;
    fill:#fff;
    transition:fill .3s ease
}
.offcanvas-menu__social-link:hover{
    opacity:.8;
    transform:translateY(-2px)
}
.offcanvas-menu__social-link:hover svg{
    fill:#0072ba
}
.menu-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.5);
    z-index:150;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease
}
.menu-overlay.is-visible{
    opacity:1;
    visibility:visible
}
body.menu-open{
    overflow:hidden
}
@media(max-width: 1200px)and (min-width: 900px){
    .offcanvas-menu__list a{
        margin-bottom:20px;
        font-size:26px
    }
}
@media(max-width: 899px)and (min-width: 769px){
    .offcanvas-menu__list a{
        margin-bottom:20px;
        font-size:26px
    }
    .offcanvas-menu{
        width:100%;
        max-width:100%
    }
}
@media(max-width: 768px){
    .site-header__inner{
        grid-template-columns:1fr auto;
        gap:1rem
    }
    .site-header__branding{
        order:1;
        justify-self:start
    }
    .site-header__nav--desktop{
        display:none
    }
    .hamburger{
        order:2
    }
    .hamburger_text_wrapper{
        justify-content:flex-end;
        order:2;
        padding-right:60px
    }
    .hamburger_text_wrapper .hamburger_text{
        display:none
    }
    .offcanvas-menu__list a{
        margin-bottom:20px;
        font-size:26px
    }
    .offcanvas-menu{
        width:100%;
        max-width:100%
    }
}
.site_footer{
    background-color:#000;
    color:#fff;
    padding:60px 0 30px
}
.site_footer .container{
    max-width:1340px;
    margin:0 auto;
    padding:0 30px
}
@media(max-width: 599px)and (min-width: 450px){
    .site_footer{
        padding-top:40px
    }
}
@media(max-width: 449px){
    .site_footer{
        padding-top:20px
    }
}
.footer_columns_wrapper{
    display:flex;
    gap:60px;
    margin-bottom:50px
}
@media(max-width: 1000px)and (min-width: 600px){
    .footer_columns_wrapper{
        flex-wrap:wrap;
        gap:40px
    }
}
@media(max-width: 599px)and (min-width: 450px){
    .footer_columns_wrapper{
        flex-direction:column;
        gap:0px
    }
}
@media(max-width: 449px){
    .footer_columns_wrapper{
        flex-direction:column;
        gap:0px
    }
}
.footer_column{
    flex:1;
    min-width:200px
}
@media(max-width: 900px)and (min-width: 600px){
    .footer_column{
        flex:1 1 calc(50% - 20px)
    }
}
@media(max-width: 599px)and (min-width: 450px){
    .footer_column{
        flex:1 1 100%
    }
}
@media(max-width: 449px){
    .footer_column{
        flex:1 1 100%
    }
}
.footer_column_title{
    font-size:30px;
    font-weight:600;
    margin-bottom:20px;
    color:#fff;
    text-transform:capitalize;
    font-family:"Cormorant",Georgia,"Times New Roman",serif
}
.footer_menu{
    list-style:none;
    padding:0;
    margin:0
}
.footer_menu_item{
    margin-bottom:12px
}
.footer_menu_item:last-child{
    margin-bottom:0
}
.footer_menu_link{
    color:#fff;
    text-decoration:none;
    font-size:16px;
    transition:color .3s ease;
    margin-bottom:10px;
    font-weight:300
}
.footer_menu_link:hover{
    color:#0072ba
}
.footer_contact{
    list-style:none;
    padding:0;
    margin:0
}
.footer_contact_item{
    margin-bottom:15px
}
.footer_contact_item:last-child{
    margin-bottom:0
}
.footer_contact_label{
    display:block;
    font-size:14px;
    color:#999;
    margin-bottom:5px
}
.footer_contact_link{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    transition:color .3s ease
}
.footer_contact_link:hover{
    color:#0072ba
}
.footer_social_wrapper{
    margin-bottom:40px
}
.footer_social{
    display:flex;
    gap:20px;
    list-style:none;
    padding:0;
    margin:0
}
@media(max-width: 599px)and (min-width: 450px){
    .footer_social{
        gap:15px
    }
}
@media(max-width: 449px){
    .footer_social{
        gap:15px
    }
}
.footer_social_link{
    display:block;
    width:32px;
    height:32px;
    transition:opacity .3s ease,transform .3s ease
}
.footer_social_link svg{
    width:100%;
    height:100%;
    fill:#fff;
    transition:fill .3s ease
}
.footer_social_link:hover{
    opacity:.8;
    transform:translateY(-2px)
}
.footer_social_link:hover svg{
    fill:#0072ba
}
@media(max-width: 599px)and (min-width: 450px){
    .footer_social_link{
        width:28px;
        height:28px
    }
}
@media(max-width: 449px){
    .footer_social_link{
        width:28px;
        height:28px
    }
}
.footer_credit_wrapper{
    padding-top:30px;
    border-top:1px solid #333;
    text-align:center
}
.footer_credit{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:30px;
    list-style:none;
    padding:0;
    margin:0;
    flex-wrap:wrap
}
@media(max-width: 599px)and (min-width: 450px){
    .footer_credit{
        flex-direction:column;
        gap:15px;
        align-items:flex-start
    }
}
@media(max-width: 449px){
    .footer_credit{
        flex-direction:column;
        gap:15px;
        align-items:flex-start
    }
}
.footer_credit_item{
    position:relative
}
.footer_credit_item:not(:last-child)::after{
    content:"|";
    position:absolute;
    right:-15px;
    color:#666
}
@media(max-width: 599px)and (min-width: 450px){
    .footer_credit_item:not(:last-child)::after{
        display:none
    }
}
@media(max-width: 449px){
    .footer_credit_item:not(:last-child)::after{
        display:none
    }
}
.footer_credit_link{
    color:#999;
    text-decoration:none;
    font-size:14px;
    transition:color .3s ease
}
.footer_credit_link:hover{
    color:#0072ba
}
.footer_columns_wrapper .link{
    padding-bottom:0px
}
.footer_columns_wrapper .link:hover{
    text-decoration:unset
}
.footer_credit{
    padding-bottom:0px
}
.footer_credit:hover{
    text-decoration:unset
}
.diensten-archive{
    padding:40px 0
}
.page-header{
    margin-bottom:40px;
    text-align:center
}
.page-title{
    font-size:2.5em;
    margin-bottom:20px
}
.diensten-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));
    gap:30px;
    margin-bottom:40px
}
.dienst-item{
    background:#fff;
    border:1px solid #e0e0e0;
    border-radius:8px;
    overflow:hidden;
    transition:transform .3s ease,box-shadow .3s ease
}
.dienst-item:hover{
    transform:translateY(-5px);
    box-shadow:0 5px 20px rgba(0,0,0,.1)
}
.dienst-thumbnail img{
    width:100%;
    height:200px;
    -o-object-fit:cover;
    object-fit:cover
}
.dienst-content{
    padding:20px
}
.dienst-title{
    font-size:1.5em;
    margin-bottom:15px
}
.dienst-title a{
    color:#333;
    text-decoration:none
}
.dienst-title a:hover{
    color:#06c
}
.dienst-excerpt{
    margin-bottom:15px;
    color:#666;
    line-height:1.6
}
.dienst-link{
    display:inline-block;
    color:#06c;
    text-decoration:none;
    font-weight:600
}
.dienst-link:hover{
    text-decoration:underline
}
.no-posts{
    text-align:center;
    padding:40px;
    background:#f5f5f5;
    border-radius:8px
}
.dienst-single{
    padding:40px 0
}
.container{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px
}
.dienst-header{
    margin-bottom:40px;
    text-align:center
}
.dienst-title{
    font-size:2.5em;
    margin-bottom:20px;
    color:#333
}
.dienst-intro{
    font-size:1.2em;
    color:#666;
    max-width:800px;
    margin:0 auto;
    line-height:1.6
}
.dienst-featured-image{
    margin-bottom:40px
}
.dienst-featured-image img{
    width:100%;
    height:auto;
    border-radius:8px
}
.dienst-body{
    margin-bottom:40px
}
.dienst-content{
    font-size:1.1em;
    line-height:1.8;
    color:#444;
    margin-bottom:40px
}
.dienst-content h2{
    margin-top:30px;
    margin-bottom:15px;
    color:#333
}
.dienst-content h3{
    margin-top:25px;
    margin-bottom:12px;
    color:#444
}
.dienst-content p{
    margin-bottom:20px
}
.dienst-content ul,.dienst-content ol{
    margin-bottom:20px;
    padding-left:30px
}
.dienst-navigation{
    border-top:2px solid #e0e0e0;
    padding-top:30px;
    margin-top:40px
}
.nav-links{
    display:flex;
    justify-content:space-between;
    margin-bottom:20px;
    gap:20px
}
.nav-previous,.nav-next{
    flex:1
}
.nav-next{
    text-align:right
}
.nav-links a{
    color:#06c;
    text-decoration:none;
    font-weight:600
}
.nav-links a:hover{
    text-decoration:underline
}
.back-to-archive{
    text-align:center;
    margin-top:30px
}
.dienst-cta{
    background:#f8f8f8;
    padding:40px;
    border-radius:8px;
    text-align:center;
    margin-top:40px
}
.dienst-cta h3{
    font-size:1.8em;
    margin-bottom:15px;
    color:#333
}
.dienst-cta p{
    font-size:1.1em;
    color:#666;
    margin-bottom:25px
}
.button{
    display:inline-block;
    padding:12px 30px;
    background:#06c;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
    font-weight:600;
    transition:background .3s ease
}
.button:hover{
    background:#0052a3
}
.button-primary{
    background:#06c
}
.button-primary:hover{
    background:#0052a3
}
@media(max-width: 768px){
    .dienst-title{
        font-size:2em
    }
    .nav-links{
        flex-direction:column
    }
    .nav-next{
        text-align:left
    }
}
.projecten-archive{
    padding:40px 0
}
.page-header{
    margin-bottom:40px;
    text-align:center
}
.page-title{
    font-size:2.5em;
    margin-bottom:20px
}
.projecten-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));
    gap:30px;
    margin-bottom:40px
}
.project-item{
    background:#fff;
    border:1px solid #e0e0e0;
    border-radius:8px;
    overflow:hidden;
    transition:transform .3s ease,box-shadow .3s ease
}
.project-item:hover{
    transform:translateY(-5px);
    box-shadow:0 5px 20px rgba(0,0,0,.1)
}
.project-thumbnail img{
    width:100%;
    height:200px;
    -o-object-fit:cover;
    object-fit:cover
}
.project-content{
    padding:20px
}
.project-title{
    font-size:1.5em;
    margin-bottom:15px
}
.project-title a{
    color:#333;
    text-decoration:none
}
.project-title a:hover{
    color:#06c
}
.project-excerpt{
    margin-bottom:15px;
    color:#666;
    line-height:1.6
}
.project-link{
    display:inline-block;
    color:#06c;
    text-decoration:none;
    font-weight:600
}
.project-link:hover{
    text-decoration:underline
}
.no-posts{
    text-align:center;
    padding:40px;
    background:#f5f5f5;
    border-radius:8px
}
.project-single{
    padding:40px 0
}
.container{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px
}
.project-header{
    margin-bottom:40px;
    text-align:center
}
.project-title{
    font-size:2.5em;
    margin-bottom:20px;
    color:#333
}
.project-intro{
    font-size:1.2em;
    color:#666;
    max-width:800px;
    margin:0 auto;
    line-height:1.6
}
.project-featured-image{
    margin-bottom:40px
}
.project-featured-image img{
    width:100%;
    height:auto;
    border-radius:8px
}
.project-body{
    margin-bottom:40px
}
.project-content{
    font-size:1.1em;
    line-height:1.8;
    color:#444;
    margin-bottom:40px
}
.project-content h2{
    margin-top:30px;
    margin-bottom:15px;
    color:#333
}
.project-content h3{
    margin-top:25px;
    margin-bottom:12px;
    color:#444
}
.project-content p{
    margin-bottom:20px
}
.project-content ul,.project-content ol{
    margin-bottom:20px;
    padding-left:30px
}
.project-navigation{
    border-top:2px solid #e0e0e0;
    padding-top:30px;
    margin-top:40px
}
.nav-links{
    display:flex;
    justify-content:space-between;
    margin-bottom:20px;
    gap:20px
}
.nav-previous,.nav-next{
    flex:1
}
.nav-next{
    text-align:right
}
.nav-links a{
    color:#06c;
    text-decoration:none;
    font-weight:600
}
.nav-links a:hover{
    text-decoration:underline
}
.back-to-archive{
    text-align:center;
    margin-top:30px
}
.project-cta{
    background:#f8f8f8;
    padding:40px;
    border-radius:8px;
    text-align:center;
    margin-top:40px
}
.project-cta h3{
    font-size:1.8em;
    margin-bottom:15px;
    color:#333
}
.project-cta p{
    font-size:1.1em;
    color:#666;
    margin-bottom:25px
}
.button{
    display:inline-block;
    padding:12px 30px;
    background:#06c;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
    font-weight:600;
    transition:background .3s ease
}
.button:hover{
    background:#0052a3
}
.button-primary{
    background:#06c
}
.button-primary:hover{
    background:#0052a3
}
@media(max-width: 768px){
    .project-title{
        font-size:2em
    }
    .nav-links{
        flex-direction:column
    }
    .nav-next{
        text-align:left
    }
}
article.post,article.page{
    margin-bottom:3rem;
    padding-bottom:2rem;
    border-bottom:1px solid #eee
}
article.post:last-of-type,article.page:last-of-type{
    border-bottom:none
}
.entry-header{
    margin-bottom:1rem
}
.entry-header .entry-title{
    font-size:1.8rem;
    font-weight:600;
    line-height:1.3;
    margin:0 0 .5rem
}
.entry-header .entry-title a{
    color:#111;
    text-decoration:none;
    transition:color .2s ease
}
.entry-header .entry-title a:hover{
    color:#0073aa
}
.entry-content{
    font-size:1rem;
    line-height:1.7;
    color:#333
}
.entry-content p{
    margin-bottom:1.25rem
}
.entry-content ul,.entry-content ol{
    margin:1rem 0 1.5rem 1.5rem
}
.entry-content img{
    margin:1rem 0;
    border-radius:4px
}
.entry-footer{
    margin-top:1rem;
    font-size:.875rem;
    color:#777
}
@media(min-width: 768px){
    .entry-header .entry-title{
        font-size:2.2rem
    }
    .entry-content{
        font-size:1.05rem
    }
}
.no-results{
    text-align:center;
    padding:5rem 1rem
}
.no-results .page-header{
    margin-bottom:1.5rem
}
.no-results .page-header .page-title{
    font-size:1.75rem;
    font-weight:600;
    color:#333
}
.no-results .page-content{
    font-size:1rem;
    color:#666
}
.no-results .page-content p{
    margin-bottom:1rem
}
.no-results .page-content a{
    color:#0073aa;
    text-decoration:underline
}
.no-results .page-content a:hover{
    color:#005177
}
.hero_section{
    position:relative;
    width:100%;
    overflow:hidden
}
.hero_background{
    position:relative;
    width:100%;
    min-height:60vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:5rem 30px 4rem;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat
}
.hero_background.hero-animate{
    min-height:90vh;
    animation:heroShrink 1.2s ease-out 1s forwards
}
@keyframes heroShrink{
    from{
        min-height:90vh
    }
    to{
        min-height:70vh
    }
}
.hero_background.hero-animate-small{
    min-height:55vh;
    animation:heroShrinkSmall 1.2s ease-out 1s forwards
}
@keyframes heroShrinkSmall{
    from{
        min-height:55vh
    }
    to{
        min-height:40vh
    }
}
.hero_background::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,.7);
    z-index:1
}
.hero_title,.hero_subtitle,.hero_divider{
    position:relative;
    z-index:2;
    color:#fff;
    text-align:left
}
.hero_title{
    margin-bottom:30px;
    margin-top:0;
    font-weight:700;
    font-size:50px;
    max-width:730px;
    line-height:1;
    text-transform:uppercase;
    font-family:"Cormorant",Georgia,"Times New Roman",serif
}
.hero_subtitle{
    font-size:21px;
    font-weight:300;
    line-height:1.5;
    margin:1.5rem 0 0;
    max-width:590px;
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif
}
.hero-animate .hero_title,.hero-animate .hero_subtitle,.hero-animate-small .hero_title,.hero-animate-small .hero_subtitle{
    opacity:0;
    transform:translateX(-80px);
    filter:blur(10px)
}
.hero-animate .hero_title,.hero-animate-small .hero_title{
    animation:slideInModern 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards
}
.hero-animate .hero_subtitle,.hero-animate-small .hero_subtitle{
    animation:slideInModern 1.2s cubic-bezier(0.16, 1, 0.3, 1) .2s forwards
}
@keyframes slideInModern{
    0%{
        opacity:0;
        transform:translateX(-80px);
        filter:blur(10px)
    }
    50%{
        opacity:.8;
        filter:blur(3px)
    }
    100%{
        opacity:1;
        transform:translateX(0);
        filter:blur(0)
    }
}
.hero_background_inner{
    max-width:1400px;
    width:100%;
    margin:0 auto;
    padding:0 0px
}
.hero_background_video_wrapper{
    position:relative;
    z-index:2;
    max-width:1400px;
    width:100%;
    margin:0 auto;
    padding:0 60px 0 0;
    display:flex;
    justify-content:flex-end
}
.hero_video{
    width:100%;
    max-width:500px;
    height:auto;
    border-radius:12px;
    box-shadow:0 20px 60px rgba(0,0,0,.4);
    cursor:pointer;
    transition:transform .3s ease,box-shadow .3s ease;
    display:block
}
.hero_video:hover{
    transform:translateY(-4px) scale(1.02);
    box-shadow:0 25px 70px rgba(0,0,0,.5)
}
.hero-animate .hero_video,.hero-animate-small .hero_video{
    opacity:0;
    transform:translateY(30px);
    animation:videoFadeIn 1s cubic-bezier(0.16, 1, 0.3, 1) .6s forwards
}
@keyframes videoFadeIn{
    0%{
        opacity:0;
        transform:translateY(30px)
    }
    100%{
        opacity:1;
        transform:translateY(0)
    }
}
.hero_background:not(.hero-animate):not(.hero-animate-small) .hero_title,.hero_background:not(.hero-animate):not(.hero-animate-small) .hero_subtitle,.hero_background:not(.hero-animate):not(.hero-animate-small) .hero_video{
    opacity:1;
    transform:translateX(0);
    filter:blur(0)
}
.video-lightbox{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    transition:opacity .3s ease,visibility .3s ease
}
.video-lightbox.is-active{
    opacity:1;
    visibility:visible
}
.video-lightbox__backdrop{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.92);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px)
}
.video-lightbox__container{
    position:relative;
    width:90%;
    max-width:1200px;
    z-index:2;
    transform:scale(0.9);
    transition:transform .3s cubic-bezier(0.16, 1, 0.3, 1)
}
.video-lightbox.is-active .video-lightbox__container{
    transform:scale(1)
}
.video-lightbox__video{
    width:100%;
    height:auto;
    border-radius:12px;
    box-shadow:0 30px 90px rgba(0,0,0,.6);
    display:block
}
.video-lightbox__close{
    position:absolute;
    top:-50px;
    right:0;
    background:rgba(255,255,255,.1);
    border:2px solid rgba(255,255,255,.3);
    color:#fff;
    width:44px;
    height:44px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:all .3s ease;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px)
}
.video-lightbox__close:hover{
    background:rgba(255,255,255,.2);
    border-color:rgba(255,255,255,.5);
    transform:rotate(90deg)
}
.video-lightbox__close svg{
    width:20px;
    height:20px
}
.hero_background{
    will-change:transform;
    transform:translateZ(0)
}
.hero_title,.hero_subtitle,.hero_video{
    will-change:transform,opacity,filter
}
.hero_content_wrapper{
    display:flex;
    max-width:1400px;
    width:100%;
    margin:0 auto;
    align-items:center;
    gap:5%
}
@media(max-width: 900px)and (min-width: 600px){
    .hero_background.hero-animate{
        min-height:75vh;
        animation:heroShrink-md 1.2s ease-out 1s forwards
    }
    @keyframes heroShrink-md{
        from{
            min-height:75vh
        }
        to{
            min-height:55vh
        }
    }
    .hero_background.hero-animate-small{
        min-height:50vh;
        animation:heroShrinkSmall-md 1.2s ease-out 1s forwards
    }
    @keyframes heroShrinkSmall-md{
        from{
            min-height:50vh
        }
        to{
            min-height:35vh
        }
    }
    .hero_title{
        font-size:42px;
        max-width:510px;
        padding-right:60px
    }
    .hero_subtitle{
        font-size:18px;
        max-width:500px;
        padding-right:60px
    }
    .hero_video{
        max-width:400px
    }
    .video-lightbox__close{
        top:-45px;
        width:40px;
        height:40px
    }
    .hero_content_wrapper{
        flex-direction:column;
        gap:45px
    }
    .hero_background_video_wrapper{
        justify-content:flex-start
    }
    .hero_background{
        padding:9rem 30px 6rem
    }
}
@media(max-width: 599px)and (min-width: 450px){
    .hero_background.hero-animate{
        min-height:65vh;
        animation:heroShrink-sm 1.2s ease-out 1s forwards
    }
    @keyframes heroShrink-sm{
        from{
            min-height:65vh
        }
        to{
            min-height:50vh
        }
    }
    .hero_background.hero-animate-small{
        min-height:45vh;
        animation:heroShrinkSmall-sm 1.2s ease-out 1s forwards
    }
    @keyframes heroShrinkSmall-sm{
        from{
            min-height:45vh
        }
        to{
            min-height:30vh
        }
    }
    .hero_title{
        font-size:32px;
        margin-bottom:20px;
        max-width:100%;
        line-height:1.1;
        padding-right:60px
    }
    .hero_subtitle{
        font-size:17px;
        max-width:100%;
        padding-right:60px
    }
    .hero_background_video_wrapper{
        margin-top:2rem
    }
    .hero_video{
        max-width:400px
    }
    .hero_content_wrapper{
        flex-direction:column;
        gap:20px
    }
    .hero_background_video_wrapper{
        justify-content:flex-start
    }
    .hero_background{
        padding:8rem 30px 4rem
    }
    .video-lightbox__container{
        width:95%
    }
    .video-lightbox__close{
        top:-40px;
        width:38px;
        height:38px
    }
}
@media(max-width: 449px){
    .hero_background{
        min-height:45vh;
        padding-top:4rem
    }
    .hero_background.hero-animate{
        min-height:70vh;
        animation:heroShrink-xs 1.2s ease-out 1s forwards
    }
    @keyframes heroShrink-xs{
        from{
            min-height:70vh
        }
        to{
            min-height:55vh
        }
    }
    .hero_background.hero-animate-small{
        min-height:50vh;
        animation:heroShrinkSmall-xs 1.2s ease-out 1s forwards
    }
    @keyframes heroShrinkSmall-xs{
        from{
            min-height:50vh
        }
        to{
            min-height:35vh
        }
    }
    .hero_title{
        font-size:30px;
        margin-bottom:18px;
        max-width:100%;
        line-height:1.2;
        padding-right:60px
    }
    .hero_subtitle{
        font-size:16px;
        max-width:100%;
        margin-top:1rem;
        padding-right:60px
    }
    .hero_background_video_wrapper{
        margin-top:1.5rem
    }
    .hero_video{
        max-width:260px;
        border-radius:0px
    }
    .hero_content_wrapper{
        flex-direction:column;
        gap:20px
    }
    .hero_background_video_wrapper{
        justify-content:flex-start
    }
    .hero_background{
        padding:7rem 30px 4rem
    }
    .video-lightbox__container{
        width:95%
    }
    .video-lightbox__close{
        top:10px;
        right:10px;
        width:36px;
        height:36px
    }
    .video-lightbox__video{
        border-radius:8px
    }
}
.text_under_hero_section{
    padding:60px 20px
}
.text_under_hero_wrapper{
    max-width:945px;
    margin:0 auto;
    text-align:center
}
.text_under_hero{
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-weight:300;
	font-size: 36px;
    line-height: 50px;
    text-align:center;
    color:#fff;
    margin-top:70px
}
.text_under_hero span{
    margin:0 !important
}
.text_under_hero .word-wrapper{
    display:inline-block;
    overflow:hidden;
    vertical-align:bottom;
    margin:0 .15em;
    line-height:1.1
}
.text_under_hero .word{
    display:inline-block;
    opacity:0;
    transform:translateY(100%);
    transition:transform .9s cubic-bezier(0.16, 1, 0.3, 1),opacity .9s cubic-bezier(0.16, 1, 0.3, 1)
}
.text_under_hero.is-revealing .word{
    opacity:1;
    transform:translateY(0)
}
.text_under_hero.is-revealing .word:nth-child(n+31){
    transition-delay:1.5s
}
@keyframes arrow-bounce{
    0%,100%{
        transform:translateY(0)
    }
    50%{
        transform:translateY(-12px)
    }
}
.icon_under_hero_wrapper svg{
    max-width:14px;
    width:100%;
    height:44px;
    animation:arrow-bounce 2s ease-in-out infinite
}
@media(max-width: 900px)and (min-width: 600px){
    .text_under_hero{
        font-size:32px;
        line-height:48px
    }
    .text_under_hero_section{
        padding:50px 20px
    }
}
@media(max-width: 599px)and (min-width: 450px){
    .text_under_hero{
        font-size:28px;
        line-height:42px
    }
    .text_under_hero_section{
        padding:40px 30px
    }
}
@media(max-width: 449px){
    .text_under_hero{
        font-size:24px;
        line-height:36px
    }
    .text_under_hero_section{
        padding:30px 30px
    }
}
.images_information_section{
    width:100%;
    padding:4rem 2rem
}
.images_information_section .images_information_wrapper{
    max-width:1400px;
    margin:0 auto;
    display:flex;
    gap:4rem;
    align-items:center
}
.images_information_section .images_information_left{
    flex:1
}
.images_information_section .images_information_left .images_wrapper{
    display:flex;
    gap:1.5rem
}
.images_information_section .images_information_left .image_main_wrapper{
    flex:.5
}
.images_information_section .images_information_left .image_main_wrapper .image_main{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    box-shadow:0 4px 12px rgba(0,0,0,.1)
}
.images_information_section .images_information_left .images_secondary_wrapper{
    flex:1;
    display:flex;
    flex-direction:column;
    gap:1.5rem
}
.images_information_section .images_information_left .images_secondary_wrapper .image_secondary{
    width:100%;
    height:100%;
    -o-object-fit:contain;
    object-fit:contain
}
.images_information_section .images_information_right{
    flex:1;
    display:flex;
    flex-direction:column;
    padding-right:60px
}
.images_information_section .images_information_right .title_wrapper{
    display:flex;
    flex-direction:column;
    gap:.5rem
}
.images_information_section .images_information_right .title_wrapper .title_white{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-style:Regular;
    font-size:50px;
    line-height:100%;
    color:#fff;
    margin:0
}
.images_information_section .images_information_right .title_wrapper .title_gold{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-style:Regular;
    font-size:50px;
    line-height:100%;
    color:#d4af37;
    margin:0
}
.images_information_section .images_information_right .information_content p{
    margin-bottom:1rem
}
.images_information_section .images_information_right .information_content p:last-child{
    margin-bottom:0
}
.images_information_section .images_information_right .link_wrapper .information_link {
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    text-decoration:unset;
    font-weight:500;
    font-style:Medium;
    font-size:20px;
    line-height:100%;
    color: #d4af37;
    position:relative;
    display:inline-block;
    text-decoration:none;
    padding-bottom:4px;
	transition: 0.3s all;
}

.images_information_section .images_information_right .link_wrapper .information_link:hover { 
	color: #0072ba;
	transition: 0.3s all;
}

.information_link::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:2px;
    background-color:#0072ba;
    transform:scaleX(0);
    transform-origin:right;
    transition:transform .5s ease
}
.information_link:hover::after{
    transform:scaleX(1);
    transform-origin:left
}
.information_link::after{
    transform-origin:left
}
.information_link:not(:hover)::after{
    transform-origin:right
}
.title_wrapper h2{
    margin:0
}
.information_content{
    margin-top:15px;
    margin-bottom:40px
}
.information_content p{
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-weight:300;
    font-style:Light;
    font-size:20px;
    line-height:30px;
    color:#fff
}
@media(max-width: 900px)and (min-width: 600px){
    .images_information_section .images_information_wrapper{
        flex-direction:column;
        padding-right:60px;
        gap:2rem
    }
    .images_information_left{
        width:100%;
        display:flex
    }
    .images_information_section .images_information_right{
        padding-right:0px
    }
}
@media(max-width: 599px)and (min-width: 450px){
    .images_information_section .images_information_wrapper{
        flex-direction:column;
        padding-right:60px;
        gap:2rem
    }
    .images_information_left{
        width:100%;
        display:flex
    }
    .images_information_section .images_information_right{
        padding-right:0px
    }
    .images_information_section{
        padding:2rem
    }
}
@media(max-width: 449px){
    .images_information_section .images_information_wrapper{
        flex-direction:column;
        padding-right:60px;
        gap:2rem
    }
    .images_information_left{
        width:100%;
        display:flex
    }
    .images_information_section .images_information_right{
        padding-right:0px
    }
    .images_information_section{
        padding:2rem
    }
    .images_information_wrapper .title_white,.images_information_wrapper .title_gold{
        font-size:40px !important
    }
    .information_content{
        margin-top:0px
    }
    .information_content p{
        font-size:16px;
        line-height:28px
    }
    .images_information_section .images_information_right .link_wrapper .information_link{
        font-size:16px
    }
}
.three_services_section{
    width:100%;
    padding:4rem 2rem
}
.three_services_section .three_services_wrapper{
    max-width:1330px;
    margin:0 auto;
    padding-right:60px
}
.three_services_section .three_services_header{
    margin-bottom:2rem;
    text-align:center
}
.three_services_section .three_services_header .title_wrapper h2{
    margin:0;
    text-align:left
}
.three_services_section .three_services_header .title_wrapper h2 .title_white{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-style:Regular;
    font-size:50px;
    line-height:100%;
    color:#fff;
    margin:0
}
.three_services_section .three_services_header .title_wrapper h2 .title_gold{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-style:Regular;
    font-size:50px;
    line-height:100%;
    color:#d4af37;
    margin:0
}
.three_services_section .services_grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:2rem
}
.three_services_section .service_item{
    position:relative;
    overflow:hidden;
    transition:transform .3s ease;
    cursor:none
}
.three_services_section .service_link{
    display:block;
    text-decoration:none;
    color:inherit
}
.three_services_section .service_image_wrapper{
    width:100%;
    height:560px;
    overflow:hidden;
    position:relative
}
.three_services_section .service_image{
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    transition:transform .5s ease
}
.service_link:hover .three_services_section .service_image{
    transform:scale(1.1)
}
.three_services_section .service_content{
    padding:2rem 0 0;
    background-color:rgba(0,0,0,0)
}
.three_services_section .service_content .service_title{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-size:24px;
    line-height:1.3;
    color:#fff;
    margin:0;
    transition:color .3s ease
}
.service_link:hover .three_services_section .service_content .service_title{
    color:#d4af37
}
.custom-cursor-follower{
    position:fixed;
    top:0;
    left:0;
    width:40px;
    height:40px;
    border-radius:50%;
    background:#0072ba;
    border:1px solid #fff;
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
    display:flex;
    align-items:center;
    justify-content:center;
    pointer-events:none;
    z-index:9999;
    opacity:0;
    transform:translate(-50%, -50%) scale(0);
    transition:opacity .3s ease,scale .3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow:0 10px 30px rgba(212,175,55,.3);
    will-change:transform
}
.custom-cursor-follower svg{
    width:24px;
    height:24px;
    color:#fff;
    transform:rotate(0deg);
    transition:transform .3s ease
}
.custom-cursor-follower.active{
    opacity:1;
    scale:1
}
.three_services_section .service_link:hover .service_image{
    transform:scale(1.1)
}
@media(max-width: 900px)and (min-width: 600px){
    .three_services_section .services_grid{
        grid-template-columns:repeat(2, 1fr);
        gap:1.5rem
    }
    .three_services_section .three_services_header .title_wrapper h2 .title_white,.three_services_section .three_services_header .title_wrapper h2 .title_gold{
        font-size:45px
    }
    .custom-cursor-follower{
        display:none
    }
    .three_services_section .service_image_wrapper{
        height:360px
    }
}
@media(max-width: 599px)and (min-width: 450px){
    .three_services_section{
        padding:2rem
    }
    .three_services_section .services_grid{
        grid-template-columns:1fr;
        gap:1.5rem
    }
    .three_services_section .service_item{
        cursor:pointer
    }
    .three_services_section .three_services_header .title_wrapper h2 .title_white,.three_services_section .three_services_header .title_wrapper h2 .title_gold{
        font-size:40px
    }
    .three_services_section .service_image_wrapper{
        height:320px
    }
    .custom-cursor-follower{
        display:none
    }
    .three_services_section .service_content{
        padding:1rem 0 20px
    }
}
@media(max-width: 449px){
    .three_services_section{
        padding:2rem
    }
    .three_services_section .services_grid{
        grid-template-columns:1fr;
        gap:1.5rem
    }
    .three_services_section .service_item{
        cursor:pointer
    }
    .three_services_section .three_services_header{
        margin-bottom:2rem
    }
    .three_services_section .three_services_header .title_wrapper h2 .title_white,.three_services_section .three_services_header .title_wrapper h2 .title_gold{
        font-size:40px !important
    }
    .three_services_section .service_image_wrapper{
        height:240px
    }
    .three_services_section .service_content{
        padding: 15px 0;
    }
    .three_services_section .service_content .service_title{
        font-size:20px
    }
    .custom-cursor-follower{
        display:none
    }
}
.information_image_section{
    width:100%;
    padding:4rem 2rem
}
.information_image_section .information_image_wrapper{
    max-width:1400px;
    margin:0 auto;
    display:flex;
    gap:4rem;
    align-items:center;
    flex-direction:row
}
.information_image_section .information_image_wrapper.image-left{
    flex-direction:row
}
.information_image_section .information_image_wrapper.image-right{
    flex-direction:row-reverse
}
.information_image_section .information_image_wrapper.image-right .images_wrapper{
    justify-content:flex-start
}
.information_image_section .information_image_left{
    flex:1;
    display:flex;
    flex-direction:column
}
.information_image_section .information_image_left .title_wrapper h2{
    margin:0
}
.information_image_section .information_image_left .title_wrapper h2 .title_white{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-style:Regular;
    font-size:50px;
    line-height:100%;
    color:#fff;
    margin:0
}
.information_image_section .information_image_left .title_wrapper h2 .title_gold{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-style:Regular;
    font-size:50px;
    line-height:50px;
    color:#d4af37;
    margin:0;
    display:block;
    margin-top:10px
}
.information_image_section .information_image_left .information_content{
    margin-top:15px;
    margin-bottom:50px
}
.information_image_section .information_image_left .information_content p{
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-weight:300;
    font-style:Light;
    font-size:20px;
    line-height:30px;
    color:#fff;
    margin-bottom:1rem
}
.information_image_section .information_image_left .information_content p:last-child{
    margin-bottom:0
}
.information_image_section .information_image_left .link_wrapper .information_link{
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    text-decoration:unset;
    font-weight:500;
    font-style:Medium;
    font-size:20px;
    line-height:100%;
    color:#fff;
    position:relative;
    display:inline-block;
    text-decoration:none;
    padding-bottom:4px
}
.information_image_section .information_image_left .link_wrapper .information_link::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:2px;
    background-color:#0072ba;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .5s ease
}
.information_image_section .information_image_left .link_wrapper .information_link:hover::after{
    transform:scaleX(1);
    transform-origin:left
}
.information_image_section .information_image_left .link_wrapper .information_link:not(:hover)::after{
    transform-origin:right
}
.information_image_section .information_image_right{
    flex:1;
    padding-right:60px
}
.information_image_section .information_image_right .images_wrapper{
    display:flex;
    gap:1.5rem;
    align-items:center;
    justify-content:flex-end
}
.information_image_section .information_image_right .image_small_wrapper{
    flex:.45;
    height:350px;
    max-width:200px;
    width:100%
}
.information_image_section .information_image_right .image_small_wrapper .image_small{
    width:100%;
    height:inherit;
    -o-object-fit:cover;
    object-fit:cover
}
.information_image_section .information_image_right .image_large_wrapper{
    flex:.55;
    height:480px;
    max-width:350px;
    width:100%
}
.information_image_section .information_image_right .image_large_wrapper .image_large{
    width:100%;
    height:inherit;
    -o-object-fit:cover;
    object-fit:cover
}
@media(max-width: 900px)and (min-width: 600px){
    .information_image_section .information_image_wrapper{
        flex-direction:column !important;
        gap:3rem
    }
    .information_image_section .information_image_left{
        width:100%
    }
    .information_image_section .information_image_right{
        width:100%
    }
    .information_image_section .information_image_right .images_wrapper{
        justify-content:center;
        padding:0 30px
    }
    .information_image_section .title_wrapper,.information_image_section .information_content,.information_image_section .link_wrapper{
        padding-right:60px
    }
    .information_image_section{
        padding:2rem 2rem
    }
    .information_image_section .information_image_left .title_wrapper h2 .title_white,.information_image_section .information_image_left .title_wrapper h2 .title_gold{
        font-size:45px;
        line-height:40px
    }
}
@media(max-width: 599px)and (min-width: 450px){
    .information_image_section .information_image_wrapper{
        flex-direction:column !important;
        gap:3rem
    }
    .information_image_section .information_image_left{
        width:100%
    }
    .information_image_section .information_image_right{
        width:100%
    }
    .information_image_section .information_image_right .images_wrapper{
        justify-content:center;
        padding:0 30px
    }
    .information_image_section .title_wrapper,.information_image_section .information_content,.information_image_section .link_wrapper{
        padding-right:60px
    }
    .information_image_section{
        padding:2rem 2rem
    }
    .information_image_section .information_image_left .title_wrapper h2 .title_white,.information_image_section .information_image_left .title_wrapper h2 .title_gold{
        font-size:45px;
        line-height:40px
    }
    .information_image_section .information_image_right .image_small_wrapper{
        flex:unset;
        height:290px;
        max-width:160px
    }
    .information_image_section .information_image_right .image_large_wrapper{
        flex:unset;
        height:410px;
        max-width:170px
    }
}
@media(max-width: 449px){
    .information_image_section .information_image_wrapper{
        flex-direction:column !important;
        gap:3rem
    }
    .information_image_section .information_image_left{
        width:100%
    }
    .information_image_section .information_image_right{
        width:100%
    }
    .information_image_section .information_image_right .images_wrapper{
        justify-content:center;
        padding:0 30px
    }
    .information_image_section .title_wrapper,.information_image_section .information_content,.information_image_section .link_wrapper{
        padding-right:60px
    }
    .information_image_section{
        padding:2rem 2rem
    }
    .information_image_section .information_image_left .title_wrapper h2 .title_white,.information_image_section .information_image_left .title_wrapper h2 .title_gold{
        font-size:38px;
        line-height:45px
    }
    .information_image_section .information_image_left .title_wrapper h2 .title_gold{
        margin-top:unset
    }
    .information_image_section .information_image_right .image_small_wrapper{
        flex:unset;
        height:210px;
        max-width:90px
    }
    .information_image_section .information_image_right .image_large_wrapper{
        flex:unset;
        height:280px;
        max-width:135px
    }
    .information_image_section .information_image_left .information_content p{
        font-size:16px;
        line-height:28px
    }
    .information_image_section .information_image_left .link_wrapper .information_link{
        font-size:16px
    }
    .information_image_section .information_image_left .information_content{
        margin-bottom:35px
    }
}
.image_large_wrapper.full_width_image{
    max-width:100% !important;
    width:100% !important;
    flex:1 !important;
    padding:0 30px
}
.projects_carrousel_section{
    width:100%;
    padding:4rem 2rem
}
.projects_carrousel_section .projects_carrousel_wrapper{
    max-width:1400px;
    margin:0 auto
}
.projects_carrousel_section .projects_carrousel_header{
    margin-bottom:3rem;
    text-align:left
}
.projects_carrousel_section .projects_carrousel_header .title_wrapper h2{
    margin:0
}
.projects_carrousel_section .projects_carrousel_header .title_wrapper h2 .title_white{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-style:Regular;
    font-size:50px;
    line-height:100%;
    color:#fff;
    margin:0
}
.projects_carrousel_section .projects_carrousel_header .title_wrapper h2 .title_gold{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-style:Regular;
    font-size:50px;
    line-height:50px;
    color:#d4af37;
    margin:0;
    display:inline;
    margin-left: 4px
}
.projects_carrousel_section .projects_swiper_container{
    position:relative
}
.projects_carrousel_section .projectsSwiper{
    width:100%;
    padding-bottom:50px
}
.projects_carrousel_section .swiper-slide{
    height:auto
}
.projects_carrousel_section .project_item{
    height:100%;
    overflow:hidden;
    transition:transform .3s ease
}
.projects_carrousel_section .project_item:hover .project_image{
    transform:scale(1.1)
}
.projects_carrousel_section .project_link{
    display:flex;
    flex-direction:column;
    height:100%;
    text-decoration:none;
    color:inherit
}
.projects_carrousel_section .project_image_wrapper{
    width:100%;
    height:400px;
    overflow:hidden;
    position:relative
}
.projects_carrousel_section .project_image{
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    transition:transform .5s ease
}
.projects_carrousel_section .project_image .project_link:hover img{
    transform:scale(1.1)
}
.projects_carrousel_section .project_content{
    padding:2rem 0 0;
    background-color:rgba(0,0,0,0);
    flex-grow:1;
    display:flex;
    flex-direction:column;
    gap:1rem
}
.projects_carrousel_section .project_content .project_title{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:bold;
    font-size:24px;
    line-height:1.3;
    color:#fff;
    margin:0;
    transition:color .3s ease
}
.project_link:hover .projects_carrousel_section .project_content .project_title{
    color:#d4af37
}
.projects_carrousel_section .project_content .project_excerpt{
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-weight:300;
    font-size:16px;
    line-height:1.6;
    color:rgba(255,255,255,.9);
    margin:0
}
.projects_carrousel_section .swiper-button-next,.projects_carrousel_section .swiper-button-prev{
    width:50px;
    height:50px;
    background:rgba(0,0,0,0);
    transition:all .3s ease
}
.projects_carrousel_section .swiper-button-next:after,.projects_carrousel_section .swiper-button-prev:after{
    content:"";
    display:none
}
.projects_carrousel_section .swiper-button-next:hover,.projects_carrousel_section .swiper-button-prev:hover{
    opacity:.7
}
.projects_carrousel_section .swiper-button-next{
    right:0
}
.projects_carrousel_section .swiper-button-prev{
    left:0
}
.projects_carrousel_section .swiper-pagination{
    bottom:10px
}
.projects_carrousel_section .swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:rgba(255,255,255,.5);
    opacity:1;
    transition:all .3s ease
}
.projects_carrousel_section .swiper-pagination-bullet-active{
    background:#d4af37;
    width:30px;
    border-radius:6px
}
.nav_circle{
    width:40px !important;
    height:40px !important;
    border-radius:50%;
    background:rgba(49,49,49,.5882352941) !important;
    border:1px solid #fff
}
.swiper-button-next,.swiper-button-prev{
    top:215px !important
}
.projects_carrousel_section .swiper-button-prev{
    left:10px !important
}
.projects_carrousel_section .swiper-button-next{
    right:10px !important
}
.projects_swiper_container{
    padding-right:60px
}
@media(max-width: 900px)and (min-width: 600px){
    .projects_carrousel_section .projects_carrousel_header .title_wrapper h2 .title_white,.projects_carrousel_section .projects_carrousel_header .title_wrapper h2 .title_gold{
        font-size:45px;
        line-height:40px
    }
    .projects_carrousel_section .project_image_wrapper{
        height:350px
    }
}
@media(max-width: 599px)and (min-width: 450px){
    .projects_carrousel_section{
        padding:2rem
    }
    .projects_carrousel_section .projects_carrousel_header .title_wrapper h2 .title_white,.projects_carrousel_section .projects_carrousel_header .title_wrapper h2 .title_gold{
        font-size:40px;
        line-height:40px
    }
    .projects_carrousel_section .project_image_wrapper{
        height:300px
    }
    .projects_carrousel_section .project_content{
        padding:1.5rem 0 0
    }
    .projects_carrousel_section .project_content .project_title{
        font-size:20px
    }
    .projects_carrousel_section .project_content .project_excerpt{
        font-size:14px
    }
    .projects_carrousel_section .projects_swiper_container{
        padding:0 60px 0 0px
    }
    .swiper-button-next,.swiper-button-prev{
        top:155px !important
    }
}
@media(max-width: 449px){
    .projects_carrousel_section{
        padding:2rem
    }
    .projects_carrousel_section .projects_carrousel_header{
        margin-bottom:2rem
    }
    .projects_carrousel_section .projects_carrousel_header .title_wrapper h2 .title_white,.projects_carrousel_section .projects_carrousel_header .title_wrapper h2 .title_gold{
        font-size:40px !important;
        line-height:40px
    }
    .projects_carrousel_section .projects_carrousel_header .title_wrapper h2 .title_gold{
        margin-left:5px
    }
    .projects_carrousel_section .project_image_wrapper{
        height:250px
    }
    .projects_carrousel_section .project_content{
        padding:1.5rem 0 0
    }
    .projects_carrousel_section .project_content .project_title{
        font-size:18px
    }
    .projects_carrousel_section .project_content .project_excerpt{
        font-size:14px
    }
    .projects_carrousel_section .projects_swiper_container{
        padding:0 60px 0 0px
    }
    .projects_carrousel_section .swiper-button-next,.projects_carrousel_section .swiper-button-prev{
        width:40px;
        height:40px
    }
    .projects_carrousel_section .swiper-button-next,.projects_carrousel_section .swiper-button-prev{
        top:130px !important
    }
    .projects_carrousel_section .swiper-button-prev{
        left:0px !important
    }
    .projects_carrousel_section .swiper-button-next{
        right:0px !important
    }
}
.contact_form_section{
    width:100%;
    padding:4rem 2rem
}
.contact_form_section .contact_form_wrapper{
    max-width:1400px;
    margin:0 auto;
    display:flex;
    gap:7rem;
    align-items: center;
}
.contact_form_section .contact_form_wrapper.image_left{
    flex-direction:row
}
.contact_form_section .contact_form_wrapper.image_right{
    flex-direction:row-reverse
}
.contact_form_section .contact_form_left{
    flex:1;
    display:flex;
    flex-direction:column
}
.contact_form_section .contact_form_left .contact_title{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-size:50px;
    line-height:100%;
    color:#fff;
    margin:0
}
.contact_form_section .contact_form_left .contact_information{
    margin-bottom:1rem
}
.contact_form_section .contact_form_left .contact_information p{
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-weight:300;
    font-size:20px;
    line-height:30px;
    color:#fff;
    margin-bottom:1rem
}
.contact_form_section .contact_form_left .contact_information p:last-child{
    margin-bottom:0
}
.contact_form_section .contact_form_left .contact_image_wrapper{
    display:flex;
    gap:1rem
}
.contact_form_section .contact_form_left .contact_image_wrapper .contact_image{
    width:100%;
    height:auto;
    -o-object-fit:cover;
    object-fit:cover
}
.contact_form_section .contact_form_right{
    flex:1;
    padding-right:60px
}
.contact_form_section .contact_form_right .contact_form_title{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-size:50px;
    line-height:100%;
    color:#fff;
    margin:0 0 1rem 0
}
.contact_form_section .contact_form_right .contact_information{
    margin-bottom:1rem;
    color:#fff
}
.contact_form_section .contact_form_right .contact_information p{
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-weight:300;
    font-size:20px;
    line-height:30px;
    color:#fff;
    margin-bottom:1rem
}
.contact_form_section .contact_form_right .contact_information p:last-child{
    margin-bottom:0
}
.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form{
    display:flex;
    flex-direction:column;
    gap:1.5rem
}
.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form p{
    margin:0
}
.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form label{
    display:block;
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-weight:300;
    font-size:16px;
    color:#fff;
    margin-bottom:.5rem
}
.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=text],.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=email],.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=tel],.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form textarea{
    width:100%;
    padding:1rem 1rem 1rem 0;
    background:rgba(0,0,0,0);
    border:none;
    border-bottom:1px solid rgba(255,255,255,.3);
    color:#fff;
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:16px;
    transition:border-color .3s ease
}
.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=text]::-moz-placeholder, .contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=email]::-moz-placeholder, .contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=tel]::-moz-placeholder, .contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form textarea::-moz-placeholder{
    color:rgba(255,255,255,.5)
}
.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=text]::placeholder,.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=email]::placeholder,.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=tel]::placeholder,.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form textarea::placeholder{
    color:rgba(255,255,255,.5)
}
.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=text]:focus,.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=email]:focus,.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=tel]:focus,.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form textarea:focus{
    outline:none;
    border-bottom-color:#0072ba
}
.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form textarea{
    min-height:120px;
    resize:vertical
}
.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=submit]{
    align-self:flex-start;
    padding:.8rem 2rem;
    background-color:#b89a4b;
    border:1px solid #b89a4b;
    color:#fff;
    border:none;
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-weight:500;
    font-size:16px;
    text-transform:uppercase;
    cursor:pointer;
    transition:all .3s ease
}
.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=submit]:hover{
    background-color:#0072ba
}
.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form .wpcf7-not-valid-tip{
    color:#ff6b6b;
    font-size:14px;
    margin-top:.5rem
}
.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form .wpcf7-spinner{
    display:none
}
.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form .wpcf7-response-output{
    border:none;
    padding:.5rem;
    margin:0rem 0 0;
    color:#fff;
    font-size:14px
}
.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors{
    background:rgba(255,107,107,.1);
    color:#ff6b6b
}
.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok{
    background:rgba(76,175,80,.1);
    color:#4caf50
}
.wpcf7-form-control-wrap{
    display:flex;
    flex-direction:column-reverse
}
@media(min-width: 901px){
    .contact_form_right img{
        display:none
    }
}
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{
    border-left:5px solid #ffb900 !important
}
@media(max-width: 900px)and (min-width: 600px){
    .contact_form_section .contact_form_wrapper{
        flex-direction:column;
        gap:2rem;
        padding-right:70px
    }
    .contact_form_section .contact_form_left,.contact_form_section .contact_form_right{
        width:100%
    }
    .contact_form_section .contact_form_left .contact_title,.contact_form_section .contact_form_right .contact_form_title{
        font-size:45px;
        line-height:40px
    }
    .contact_form_left img{
        display:none
    }
    .contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=text],.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=email],.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=tel],.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form textarea{
        width:97%
    }
    .contact_form_right .contact_image_wrapper{
        margin-top:50px
    }
    .contact_form_right .contact_image_wrapper img{
        width:100%
    }
}
@media(max-width: 599px)and (min-width: 450px){
    .contact_form_section .contact_form_wrapper{
        flex-direction:column;
        gap:2rem;
        padding-right:70px
    }
    .contact_form_section .contact_form_left,.contact_form_section .contact_form_right{
        width:100%
    }
    .contact_form_section .contact_form_left .contact_title,.contact_form_section .contact_form_right .contact_form_title{
        font-size:45px;
        line-height:40px
    }
    .contact_form_left img{
        display:none
    }
    .contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=text],.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=email],.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=tel],.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form textarea{
        width:97%
    }
    .contact_form_right .contact_image_wrapper{
        margin-top:50px
    }
    .contact_form_right .contact_image_wrapper img{
        width:100%
    }
    .contact_form_section .contact_form_left .contact_information p{
        font-size:15px
    }
    .contact_form_section{
        padding-top:2rem
    }
}
@media(max-width: 449px){
    .contact_form_section .contact_form_wrapper{
        flex-direction:column;
        gap:2rem;
        padding-right:70px
    }
    .contact_form_section .contact_form_left,.contact_form_section .contact_form_right{
        width:100%
    }
    .contact_form_section .contact_form_left .contact_title,.contact_form_section .contact_form_right .contact_form_title{
        font-size:40px;
        line-height:40px
    }
    .contact_form_left img{
        display:none
    }
    .contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=text],.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=email],.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form input[type=tel],.contact_form_section .contact_form_right .contact_form_container .wpcf7 .wpcf7-form textarea{
        width:97%
    }
    .contact_form_right .contact_image_wrapper{
        margin-top:50px
    }
    .contact_form_right .contact_image_wrapper img{
        width:100%
    }
    .contact_form_section .contact_form_left .contact_information p{
        font-size:15px
    }
    .contact_form_section{
        padding-top:2rem
    }
}
.information_blocks_image_section{
    padding:80px 0;
    background-color:#000
}
.information_blocks_image_wrapper{
    display:flex;
    gap:80px;
    align-items:flex-start;
    max-width:1340px;
    margin:0 auto;
    padding:0 30px
}
.information_blocks_left{
    max-width:70%;
    width:100%
}
.main_title_wrapper{
    margin-bottom:50px
}
.main_title{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-size:50px;
    font-weight:400;
    line-height:100%;
    margin:0;
    display:flex;
    gap:10px
}
.main_title .title_white{
    color:#fff;
    font-size:50px;
    line-height:100%
}
.main_title .title_gold{
    color:#d4af37;
    font-size:50px;
    line-height:50px;
    display:block
}
.information_block{
    margin-bottom:40px
}
.information_block:last-child{
    margin-bottom:0
}
.block_title{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-size:34px;
    font-weight:400;
    line-height:100%;
    margin:55px 0 20px 0
}
.block_title .title_white{
    color:#fff
}
.block_title .title_gold{
    color:#d4af37
}
.block_content{
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:20px;
    font-weight:300;
    line-height:30px;
    color:#fff
}
.block_content p{
    margin:0 0 15px 0
}
.block_content p:last-child{
    margin-bottom:0
}
.information_blocks_right{
    max-width:30%;
    height:-webkit-fill-available
}

@media (max-width: 768px) {
	.information_blocks_right{ 
		height: unset;
	}
}

div.simpleParallax.simple-parallax-initialized{
    height:inherit
}
.images_grid{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:20px;
    width:100%
}
.image_item{
    position:relative;
    overflow:hidden;
    border-radius:0px;
    height:250px
}
.image_item--1{
    grid-column:1;
    grid-row:1
}
.image_item--2{
    grid-column:2;
    grid-row:1
}
.image_item--3{
    grid-column:1;
    grid-row:2
}
.image_item--4{
    grid-column:2;
    grid-row:2
}
.image_item--5{
    grid-column:1/-1;
    grid-row:3;
    height:300px
}
.block_image{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    display:block;
    transition:transform .3s ease
}
.block_image:hover{
    transform:scale(1.05)
}
@media(max-width: 900px)and (min-width: 600px){
    .information_blocks_image_section{
        padding:60px 0
    }
    .information_blocks_image_wrapper{
        flex-direction:column;
        gap:50px
    }
    .information_blocks_left{
        max-width:100%
    }
    .main_title{
        font-size:42px
    }
    .block_title{
        font-size:26px
    }
    .information_blocks_right{
        max-width:100%
    }
    .images_grid{
        gap:15px
    }
}
@media(max-width: 599px)and (min-width: 450px){
    .information_blocks_image_section{
        padding:40px 0
    }
    .information_blocks_image_wrapper{
        flex-direction:column;
        gap:40px;
        padding:0 20px
    }
    .information_blocks_left{
        max-width:100%
    }
    .main_title_wrapper{
        margin-bottom:35px
    }
    .main_title{
        font-size:36px;
        flex-direction:column
    }
    .block_title{
        font-size:30px;
        margin-bottom:15px
    }
    .block_content{
        font-size:16px
    }
    .information_block{
        margin-bottom:30px
    }
    .information_blocks_right{
        max-width:100%
    }
    .images_grid{
        gap:12px
    }
}
@media(max-width: 449px){
    .information_blocks_image_section{
        padding:40px 0
    }
    .information_blocks_image_wrapper{
        flex-direction:column;
        gap:30px;
        padding:0 20px
    }
    .information_blocks_left{
        max-width:100%
    }
    .main_title_wrapper{
        margin-bottom:15px
    }
    .main_title .title_gold,.main_title .title_white{
        font-size:40px
    }
    .main_title{
        font-size:30px;
        flex-direction:column;
        gap:unset
    }
    .block_title{
        font-size:30px;
        margin-bottom:12px
    }
    .block_content{
        font-size:16px
    }
    .information_block{
        margin-bottom:25px
    }
    .information_blocks_right{
        max-width:100%
    }
    .images_grid{
        grid-template-columns:1fr;
        gap:10px
    }
    .image_item--1,.image_item--2,.image_item--3,.image_item--4,.image_item--5{
        grid-column:1;
        grid-row:auto
    }
    .block_image{
        border-radius:4px
    }
}
.values_interactive_section{
    padding:80px 0;
    background-color:#000;
    position:relative
}
.values_interactive_wrapper{
    display:flex;
    gap:100px;
    align-items:flex-start;
    max-width:1340px;
    margin:0 auto;
    padding:0 30px
}
.values_interactive_left{
    flex:1;
    max-width:100%
}
.values_main_title_wrapper{
    margin-bottom:60px
}
.values_main_title{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-size:50px;
    font-weight:400;
    line-height:100%;
    margin:0;
    display:flex;
    gap:10px
}
.values_main_title .title_white{
    color:#fff;
    display:block;
    margin-bottom:5px
}
.values_main_title .title_gold{
    color:#d4af37;
    display:block
}
.values_blocks_container{
    display:flex;
    flex-direction:column;
    gap:0
}
.values_block{
    padding:30px 0;
    border-bottom:1px solid rgba(255,255,255,.1);
    cursor:pointer;
    transition:padding .3s ease,border-color .3s ease;
    position:relative;
    display:flex;
    gap:40px;
    align-items:flex-start;
    align-items:center
}
.values_block:first-child{
    border-top:1px solid rgba(255,255,255,.1)
}
.values_block:hover{
    border-bottom-color:rgba(212,175,55,.3)
}
.values_block.is-active{
    border-bottom-color:rgba(212,175,55,.5)
}
.values_block_title_wrapper{
    min-width:0
}
.values_block_title{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-size:34px;
    font-weight:400;
    line-height:110%;
    margin:0;
    display:flex;
    gap:5px
}
.values_block_title .title_fat{
    color:#d4af37;
    font-weight:700;
    display:block
}
.values_block_title .title_thin{
    color:#fff;
    font-weight:300;
    display:block
}
.values_block_info{
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:18px;
    font-weight:300;
    line-height:28px;
    color:rgba(255,255,255,.85);
    flex:1;
    opacity:0;
    visibility:hidden;
    transition:opacity .4s ease,visibility .4s ease;
	height: 100px;
	display: flex;
	
    flex-direction: row;
    flex-wrap: wrap;
	gap: 0px; 
	    align-items: center;
    align-content: center;
}
.values_block_info p{
    margin:0 0 12px 0
}
.values_block_info p:last-child{
    margin-bottom:0
}
.values_block:hover .values_block_info{
    opacity:1;
    visibility:visible
}
.values_block:hover .values_block_info{
    max-height:500px;
    opacity:1
}
.values_block_info .word-wrapper{
    display:inline-block;
    overflow:hidden;
    vertical-align:bottom;
    margin:0 .15em;
        display: flex;
    align-items: center;
}
.values_block_info .word{
    display:inline-block;
    opacity:0;
    transform:translateY(100%);
    transition:transform .4s ease,opacity .4s ease;
    will-change:transform,opacity
}
.values_block_info.is-revealing .word{
    opacity:1;
    transform:translateY(0)
}
.values_interactive_right{
    position:fixed;
    top:0;
    left:0;
    width:200px;
    height:200px;
    pointer-events:none;
    z-index:10;
    opacity:0;
    transition:opacity .3s ease
}
.values_interactive_right.is-visible{
    opacity:1
}
.values_image_frame{
    background:#fff;
    padding:20px;
    border-radius:0px;
    box-shadow:0 20px 60px rgba(0,0,0,.3);
    position:relative;
    overflow:hidden;
    width:100%;
    height:100%;
    will-change:transform
}
.values_image_container{
    width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
    border-radius:0px
}
.values_image_item{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    will-change:transform,opacity
}
.values_image_item img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    display:block;
    pointer-events:none;
    will-change:transform;
    transform:translate(0, 0) scale(1) !important;
    transition:transform .4s ease-out
}
.values_image_item.is-active{
    opacity:1;
    z-index:2
}
.values_image_item.is-exiting-down{
    opacity:1;
    z-index:1;
    animation:exitDown .8s cubic-bezier(0.16, 1, 0.3, 1) forwards
}
.values_image_item.is-exiting-down img{
    transform:translate(0, 0) scale(1) !important;
    transition:none
}
.values_image_item.is-entering-up{
    opacity:0;
    z-index:3;
    animation:enterUp .8s cubic-bezier(0.16, 1, 0.3, 1) forwards
}
.values_image_item.is-entering-up img{
    transform:translate(0, 0) scale(1) !important;
    transition:none
}
.values_image_item.is-active:not(.is-entering-up):not(.is-exiting-down) img{
    transition:transform .1s ease-out
}
@keyframes exitDown{
    0%{
        opacity:1;
        transform:translateY(0) scale(1)
    }
    100%{
        opacity:0;
        transform:translateY(100%) scale(0.96)
    }
}
@keyframes enterUp{
    0%{
        opacity:0;
        transform:translateY(-100%) scale(0.96)
    }
    100%{
        opacity:1;
        transform:translateY(0) scale(1)
    }
}
@media(max-width: 1024px){
    .values_interactive_right{
        display:none !important
    }
}
@media(max-width: 900px)and (min-width: 600px){
    .values_interactive_section{
        padding:60px 0
    }
    .values_interactive_wrapper{
        flex-direction:column;
        gap:50px
    }
    .values_interactive_left{
        max-width:100%
    }
    .values_main_title{
        font-size:42px
    }
    .values_block{
        flex-direction:column;
        gap:20px;
        align-items:flex-start !important
    }
    .values_block_info{
        opacity:1;
        visibility:unset
    }
    .values_main_title_wrapper{
        margin-bottom:10px
    }
    .values_block_title_wrapper{
        flex:1
    }
    .values_block_title{
        font-size:28px
    }
    .values_interactive_right{
        position:relative;
        top:0;
        flex:0 0 auto;
        width:100%;
        max-width:500px;
        margin:0 auto
    }
    .values_image_container{
        height:400px
    }
}
@media(max-width: 599px)and (min-width: 450px){
    .values_interactive_section{
        padding:40px 0
    }
    .values_interactive_wrapper{
        flex-direction:column;
        gap:40px;
        padding:0 20px
    }
    .values_interactive_left{
        max-width:100%
    }
    .values_main_title_wrapper{
        margin-bottom:40px
    }
    .values_main_title{
        font-size:36px
    }
    .values_block{
        padding:25px 0;
        flex-direction:column;
        gap:15px;
        align-items:flex-start !important
    }
    .values_block_info{
        opacity:1;
        visibility:unset
    }
    .values_main_title_wrapper{
        margin-bottom:10px
    }
    .values_block_title_wrapper{
        flex:1
    }
    .values_block_title{
        font-size:26px;
        flex-direction:column
    }
    .values_block_info{
        font-size:16px;
        line-height:24px
    }
    .values_interactive_right{
        position:relative;
        top:0;
        flex:0 0 auto;
        width:100%
    }
    .values_image_frame{
        padding:30px
    }
    .values_image_container{
        height:350px
    }
}
@media(max-width: 449px){
    .values_interactive_section{
        padding:40px 0
    }
    .values_interactive_wrapper{
        flex-direction:column;
        gap:40px;
        padding:0 20px
    }
    .values_interactive_left{
        max-width:100%
    }
    .values_main_title_wrapper{
        margin-bottom:40px
    }
    .values_main_title{
        font-size:36px
    }
    .values_block{
        padding:25px 0;
        flex-direction:column;
        gap:15px;
        align-items:flex-start !important
    }
    .values_block_info{
        opacity:1;
        visibility:unset
    }
    .values_main_title_wrapper{
        margin-bottom:10px
    }
    .values_block_title_wrapper{
        flex:1
    }
    .values_block_title{
        font-size:26px;
        flex-direction:column
    }
    .values_block_info{
        font-size:16px;
        line-height:24px
    }
    .values_interactive_right{
        position:relative;
        top:0;
        flex:0 0 auto;
        width:100%
    }
    .values_image_frame{
        padding:30px
    }
    .values_image_container{
        height:350px
    }
}
.information_section{
    padding:80px 0;
    background-color:#000
}
.information_wrapper{
    max-width:1340px;
    margin:0 auto;
    padding:0 30px;
    text-align:center
}
.information_title_wrapper{
    margin-bottom:30px
}
.information_title{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-size:50px;
    font-weight:400;
    line-height:1.2;
    color:#fff;
    margin:0
}
.information_intro{
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:20px;
    font-weight:300;
    line-height:30px;
    color:#fff;
    margin-bottom:50px;
    max-width:800px;
    margin-left:auto;
    margin-right:auto
}
.information_intro p{
    margin:0 0 15px 0
}
.information_intro p:last-child{
    margin-bottom:0
}
.information_intro a{
    color:#d4af37;
    text-decoration:none;
    transition:color .3s ease
}
.information_intro a:hover{
    color:#fff
}
.information_section .information_blocks_wrapper{
    display:grid;
    grid-template-columns:1fr;
    gap:40px;
    max-width:900px;
    margin:0 auto
}
.information_section .information_block{
    text-align:center
}
.information_section .information_block_title{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-size:30px;
    font-weight:400;
    line-height:1.3;
    color:#fff;
    margin:0 0 15px 0
}
.information_section .information_block_content{
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:18px;
    font-weight:300;
    line-height:28px;
    color:#fff
}
.information_section .information_block_content p{
    margin:0 0 10px 0
}
.information_section .information_block_content p:last-child{
    margin-bottom:0
}
.information_section .information_block_content a{
    color:#d4af37;
    text-decoration:none;
    transition:color .3s ease
}
.information_section .information_block_content a:hover{
    color:#fff
}
@media(max-width: 900px)and (min-width: 600px){
    .information_section{
        padding:60px 0
    }
    .information_title{
        font-size:42px
    }
    .information_intro{
        font-size:18px;
        line-height:28px;
        margin-bottom:40px
    }
    .information_block_title{
        font-size:26px
    }
    .information_block_content{
        font-size:17px;
        line-height:26px
    }
    .information_blocks_wrapper{
        gap:35px
    }
}
@media(max-width: 599px)and (min-width: 450px){
    .information_section{
        padding:50px 0
    }
    .information_wrapper{
        padding:0 20px
    }
    .information_title{
        font-size:36px
    }
    .information_intro{
        font-size:17px;
        line-height:26px;
        margin-bottom:35px
    }
    .information_block_title{
        font-size:24px
    }
    .information_block_content{
        font-size:16px;
        line-height:24px
    }
    .information_blocks_wrapper{
        gap:30px
    }
}
@media(max-width: 449px){
    .information_section{
        padding:40px 0
    }
    .information_wrapper{
        padding:0 20px
    }
    .information_title{
        font-size:30px
    }
    .information_intro{
        font-size:16px;
        line-height:24px;
        margin-bottom:30px
    }
    .information_block_title{
        font-size:22px;
        margin-bottom:12px
    }
    .information_block_content{
        font-size:15px;
        line-height:22px
    }
    .information_blocks_wrapper{
        gap:25px
    }
}
.contact_info_form_section{
    width:100%;
    padding:3rem 2rem
}
.contact_info_form_wrapper{
    max-width:1400px;
    margin:0 auto;
    display:flex;
    gap:7rem;
    align-items:flex-start
}
.contact_info_left{
    flex:1;
    display:flex;
    flex-direction:column
}
.contact_info_title_wrapper{
    margin-bottom:2rem
}
.contact_info_title{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-size:50px;
    line-height:100%;
    color:#fff;
    margin:0;
    display:flex;
    gap:12px
}
.contact_info_title .title_white{
    color:#fff
}
.contact_info_title .title_gold{
    color:#d4af37;
    display:block
}
.contact_info_list svg{
    width:20px;
    fill:#fff;
    position:relative;
    top:3px;
    margin-right:5px;
    transition:.3s all
}
.contact_info_list a:hover{
    text-decoration:unset
}
.contact_info_list a:hover svg{
    color:#d4af37;
    transition:.3s all
}
.contact_info_right .contact_info_title{
    gap:12px
}
.contact_info_details{
    margin-bottom:1rem
}
.contact_info_list{
    list-style:none;
    padding:0;
    margin:0
}
.contact_info_item{
    margin-bottom:.8rem
}
.contact_info_item:last-child{
    margin-bottom:0
}
.contact_info_link{
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:18px;
    font-weight:300;
    line-height:1.5;
    color:#fff;
    text-decoration:none;
    transition:color .3s ease
}
.contact_info_link:hover{
    color:#d4af37
}
.contact_info_social_wrapper{
    margin:1rem 0
}
.contact_info_social{
    display:flex;
    gap:20px;
    list-style:none;
    padding:0;
    margin:0
}
.contact_info_social_link{
    display:inline-block;
    width:32px;
    height:32px;
    transition:all .3s ease
}
.contact_info_social_link svg{
    width:100%;
    height:100%;
    fill:#fff;
    transition:fill .3s ease,transform .3s ease
}
.contact_info_social_link:hover svg{
    fill:#0072ba;
    transform:translateY(-2px)
}
.contact_info_maps{
    margin-top:1rem;
    width:100%
}
.contact_info_maps iframe{
    width:100%;
    height:400px;
    border:none;
    border-radius:8px
}
.contact_info_right{
    flex:1;
    padding-right:60px
}
.contact_form_container .wpcf7 .wpcf7-form{
    display:flex;
    flex-direction:column;
    gap:1.5rem
}
.contact_form_container .wpcf7 .wpcf7-form p{
    margin:0
}
.contact_form_container .wpcf7 .wpcf7-form label{
    display:block;
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-weight:300;
    font-size:16px;
    color:#fff;
    margin-bottom:.5rem
}
.contact_form_container .wpcf7 .wpcf7-form input[type=text],.contact_form_container .wpcf7 .wpcf7-form input[type=email],.contact_form_container .wpcf7 .wpcf7-form input[type=tel],.contact_form_container .wpcf7 .wpcf7-form textarea{
    width:100%;
    padding:1rem 1rem 1rem 0;
    background:rgba(0,0,0,0);
    border:none;
    border-bottom:1px solid rgba(255,255,255,.3);
    color:#fff;
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:16px;
    transition:border-color .3s ease
}
.contact_form_container .wpcf7 .wpcf7-form input[type=text]::-moz-placeholder, .contact_form_container .wpcf7 .wpcf7-form input[type=email]::-moz-placeholder, .contact_form_container .wpcf7 .wpcf7-form input[type=tel]::-moz-placeholder, .contact_form_container .wpcf7 .wpcf7-form textarea::-moz-placeholder{
    color:rgba(255,255,255,.5)
}
.contact_form_container .wpcf7 .wpcf7-form input[type=text]::placeholder,.contact_form_container .wpcf7 .wpcf7-form input[type=email]::placeholder,.contact_form_container .wpcf7 .wpcf7-form input[type=tel]::placeholder,.contact_form_container .wpcf7 .wpcf7-form textarea::placeholder{
    color:rgba(255,255,255,.5)
}
.contact_form_container .wpcf7 .wpcf7-form input[type=text]:focus,.contact_form_container .wpcf7 .wpcf7-form input[type=email]:focus,.contact_form_container .wpcf7 .wpcf7-form input[type=tel]:focus,.contact_form_container .wpcf7 .wpcf7-form textarea:focus{
    outline:none;
    border-bottom-color:#0072ba
}
.contact_form_container .wpcf7 .wpcf7-form textarea{
    min-height:120px;
    resize:vertical
}
.contact_form_container .wpcf7 .wpcf7-form input[type=submit]{
    align-self:flex-start;
    padding:.8rem 2rem;
    background-color:#b89a4b;
    border:1px solid #b89a4b;
    color:#fff;
    border:none;
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-weight:500;
    font-size:16px;
    text-transform:uppercase;
    cursor:pointer;
    transition:all .3s ease
}
.contact_form_container .wpcf7 .wpcf7-form input[type=submit]:hover{
    background-color:#0072ba
}
.contact_form_container .wpcf7 .wpcf7-form .wpcf7-not-valid-tip{
    color:#ff6b6b;
    font-size:14px;
    margin-top:.5rem
}
.contact_form_container .wpcf7 .wpcf7-form .wpcf7-spinner{
    display:none
}
.contact_form_container .wpcf7 .wpcf7-form .wpcf7-response-output{
    border:none;
    padding:.5rem;
    margin:0rem 0 0;
    color:#fff;
    font-size:14px
}
.contact_form_container .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors{
    background:rgba(255,107,107,.1);
    color:#ff6b6b
}
.contact_form_container .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok{
    background:rgba(76,175,80,.1);
    color:#4caf50
}
.wpcf7-form-control-wrap{
    display:flex;
    flex-direction:column-reverse
}
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{
    border-left:5px solid #ffb900 !important
}
@media(max-width: 900px)and (min-width: 600px){
    .contact_info_form_wrapper{
        flex-direction:column-reverse;
        gap:4rem;
        padding-right:70px;
        padding-left:0
    }
    .contact_info_form_section{
        padding-top:2rem
    }
    .contact_info_left,.contact_info_right{
        width:100%
    }
    .contact_info_title{
        font-size:45px;
        line-height:40px
    }
    .contact_form_container .wpcf7 .wpcf7-form input[type=text],.contact_form_container .wpcf7 .wpcf7-form input[type=email],.contact_form_container .wpcf7 .wpcf7-form input[type=tel],.contact_form_container .wpcf7 .wpcf7-form textarea{
        width:97%
    }
    .contact_info_maps iframe{
        height:300px
    }
}
@media(max-width: 599px)and (min-width: 450px){
    .contact_info_form_wrapper{
        flex-direction:column-reverse;
        gap:4rem;
        padding-right:70px;
        padding-left:0
    }
    .contact_info_form_section{
        padding-top:2rem
    }
    .contact_info_left,.contact_info_right{
        width:100%
    }
    .contact_info_title{
        font-size:40px;
        line-height:40px;
        gap:0px;
        flex-direction:column
    }
    .contact_form_container .wpcf7 .wpcf7-form input[type=text],.contact_form_container .wpcf7 .wpcf7-form input[type=email],.contact_form_container .wpcf7 .wpcf7-form input[type=tel],.contact_form_container .wpcf7 .wpcf7-form textarea{
        width:97%
    }
    .contact_info_maps iframe{
        height:250px
    }
}
@media(max-width: 449px){
    .contact_info_form_wrapper{
        flex-direction:column-reverse;
        gap:4rem;
        padding-right:70px;
        padding-left:0
    }
    .contact_info_form_section{
        padding-top:2rem
    }
    .contact_info_left,.contact_info_right{
        width:100%
    }
    .contact_info_title{
        font-size:34px;
        line-height:30px;
        gap:0px;
        flex-direction:column
    }
    .contact_form_container .wpcf7 .wpcf7-form input[type=text],.contact_form_container .wpcf7 .wpcf7-form input[type=email],.contact_form_container .wpcf7 .wpcf7-form input[type=tel],.contact_form_container .wpcf7 .wpcf7-form textarea{
        width:97%
    }
    .contact_info_maps iframe{
        height:210px
    }
    .contact_info_social{
        flex-wrap:wrap
    }
}
.all_projects_section{
    width:100%;
    padding:4rem 2rem;
    background-color:#000
}
.all_projects_wrapper{
    max-width:1400px;
    margin:0 auto
}
.all_projects_title_wrapper{
    margin-bottom:4rem;
    text-align:center
}
.all_projects_title{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-size:60px;
    line-height:100%;
    color:#fff;
    margin:0
}
.projects_list{
    display:flex;
    flex-direction:column;
    gap:0;
    position:relative
}
.projects_list::after{
    content:"";
    display:block
}
.project_item_wrapper{
    position:relative;
    height:110vh;
    display:flex;
    align-items:flex-start;
    position:sticky;
    height:1000px;
    top:20%
}
.project_item_wrapper:not(:first-child){
    margin-top:-20vh
}
.project_item{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:4rem;
    align-items:center;
    padding:3rem;
    border:1px solid rgba(255,255,255,.1);
    border-radius:8px;
    background-color:#000 !important;
    position:sticky;
    top:120px;
    width:100%;
    height:-moz-fit-content;
    height:fit-content;
    will-change:transform,opacity;
    transition:border-color .3s ease
}
.project_item:hover{
    border-color:rgba(255,255,255,.3)
}
.project_item--odd .project_info{
    order:1
}
.project_item--odd .project_images{
    order:2
}
.project_item--even .project_images{
    order:1
}
.project_item--even .project_info{
    order:2
}
.project_images{
    display:flex;
    flex-direction:column;
    gap:1rem
}
.project_image_top{
    width:100%;
    height:300px;
    overflow:hidden;
    border-radius:4px
}
.project_image_top img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    transition:transform .5s ease
}
.project_images_bottom{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:1rem
}
.project_image_left,.project_image_right{
    width:100%;
    height:200px;
    overflow:hidden;
    border-radius:4px
}
.project_image_left img,.project_image_right img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    transition:transform .5s ease
}
.project_info{
    display:flex;
    flex-direction:column;
    gap:1.5rem
}
.project_title{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-size:42px;
    line-height:110%;
    color:#fff;
    margin:0
}
.project_description{
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-weight:300;
    font-size:18px;
    line-height:1.6;
    color:#fff
}
.project_description p{
    margin:0 0 1rem 0
}
.project_description p:last-child{
    margin-bottom:0
}
.project_link{
    display:inline-block;
    align-self:flex-start;
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-weight:400;
    font-size:16px;
    color:#d4af37;
    text-decoration:none;
    transition:color .3s ease
}
.project_link:hover{
    color:#fff
}
@media(max-width: 900px)and (min-width: 600px){
    .all_projects_section{
		padding: 3rem 0rem 3rem 0rem;
    }
	
	 .project_item_wrapper {
        height: 115vh !important;
    }
	
    .all_projects_title{
        font-size:50px
    }
    .projects_list{
        gap:0;
        position:relative
    }
    .project_item_wrapper{
        height:190vh;
        display:flex;
        align-items:flex-start;
        top:10%
    }
    .project_item_wrapper:not(:first-child){
        margin-top:-40vh
    }
    .project_item{
        grid-template-columns:1fr;
        gap:2rem;
        padding:2rem;
        position:sticky;
        top:100px;
        width:100%;
        height:-moz-fit-content;
        height:fit-content;
        will-change:transform
    }
    .project_item--odd .project_images,.project_item--even .project_images{
        order:1
    }
    .project_item--odd .project_info,.project_item--even .project_info{
        order:2
    }
    .project_title{
        font-size:36px
    }
    .project_description{
        font-size:16px
    }
    .project_image_top{
        height:200px
    }
    .project_image_left,.project_image_right{
        height:150px
    }
    .project_images_bottom{
        display:none
    }
}
@media(max-width: 599px)and (min-width: 450px){
    .all_projects_section{
        padding:2rem 1.5rem
    }
    .all_projects_title{
        font-size:42px;
        margin-bottom:-120px
    }
    .all_projects_title_wrapper{
        margin-bottom:3rem
    }
    .projects_list{
        gap:0
    }
    .project_item_wrapper{
        height:115vh;
        top:0%;
        margin-bottom:3rem
    }
    .project_item{
        grid-template-columns:1fr;
        gap:1.5rem;
        padding:1.5rem;
        position:relative;
        min-height:725px
    }
    .project_item--odd .project_images,.project_item--even .project_images{
        order:1
    }
    .project_item--odd .project_info,.project_item--even .project_info{
        order:2
    }
    .project_title{
        font-size:32px
    }
    .project_description{
        font-size:15px
    }
    .project_image_top{
        height:220px
    }
    .project_image_left,.project_image_right{
        height:150px
    }
    .project_images_bottom{
        display:none
    }
}
@media(max-width: 449px){
    .all_projects_section{
        padding:2rem 1.5rem
    }
    .all_projects_title{
        font-size:42px;
        margin-bottom:-120px
    }
    .all_projects_title_wrapper{
        margin-bottom:3rem
    }
    .projects_list{
        gap:0
    }
    .project_item_wrapper{
        height:115vh;
        top:0%;
        margin-bottom:3rem
    }
    .project_item{
        grid-template-columns:1fr;
        gap:1.5rem;
        padding:1.5rem;
        position:relative;
        min-height:725px
    }
    .project_item--odd .project_images,.project_item--even .project_images{
        order:1
    }
    .project_item--odd .project_info,.project_item--even .project_info{
        order:2
    }
    .project_title{
        font-size:32px
    }
    .project_description{
        font-size:15px
    }
    .project_image_top{
        height:220px
    }
    .project_image_left,.project_image_right{
        height:150px
    }
    .project_images_bottom{
        display:none
    }
}
.references_section{
    padding:80px 0;
    background-color:#000;
    overflow:hidden
}
.references_wrapper{
    max-width:100%;
    margin:0 auto;
    text-align:center
}
.references_title{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-size:50px;
    font-weight:400;
    line-height:1.2;
    color:#fff;
    margin:0 0 60px 0;
    text-align:center
}
.references_carousel_container{
    position:relative;
    width:100%;
    overflow-x:clip;
    overflow-y:visible
}
.references_carousel_track:hover{
    animation-play-state:paused
}
.references_carousel_track{
    display:flex;
    align-items:center;
    gap:60px;
    will-change:transform
}

.references_item{
    flex-shrink:0;
    width:180px;
    height:140px;
    display:flex;
    align-items:center;
    justify-content:center
}
.references_link{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    text-decoration:none
}
.references_logo{
    max-width:100%;
    max-height:95%;
    width:auto;
    height:auto;
    -o-object-fit:contain;
    object-fit:contain;
    filter:grayscale(100%) brightness(0.6);
    transform-origin:center center;
    will-change:transform,filter;
    transition:all .3s ease
}
.references_item:hover .references_logo{
    filter:grayscale(0%) brightness(1) !important;
    transform:scale(1.1) !important
}
.references_link{
    cursor:pointer
}
@media(max-width: 900px)and (min-width: 600px){
    .references_section{
        padding:60px 0
    }
    .references_title{
        font-size:42px;
        margin-bottom:50px
    }
    .references_item{
        width:150px;
        height:100px
    }
    .references_item--center{
        width:200px;
        height:133px
    }
    .references_carousel_track{
        gap:50px
    }
}
@media(max-width: 599px)and (min-width: 450px){
    .references_section{
        padding:50px 0
    }
    .references_title{
        font-size:36px;
        margin-bottom:40px
    }
    .references_item{
        width:120px;
        height:80px
    }
    .references_item--center{
        width:160px;
        height:107px
    }
    .references_carousel_track{
        gap:40px
    }
}
@media(max-width: 449px){
    .references_section{
        padding:40px 0
    }
    .references_title{
        font-size:30px;
        margin-bottom:30px
    }
    .references_item{
        width:100px;
        height:67px
    }
    .references_item--center{
        width:140px;
        height:93px
    }
    .references_carousel_track{
        gap:30px;
        animation:scrollLeft 12s linear infinite
    }
}
.services_carrousel_section{
    width:100%;
    padding:4rem 2rem
}
.services_carrousel_section .services_carrousel_wrapper{
    max-width:1400px;
    margin:0 auto
}
.services_carrousel_section .services_carrousel_header{
    margin-bottom:3rem;
    text-align:left
}
.services_carrousel_section .services_carrousel_header .title_wrapper h2{
    margin:0
}
.services_carrousel_section .services_carrousel_header .title_wrapper h2 .title_white{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-style:Regular;
    font-size:50px;
    line-height:100%;
    color:#fff;
    margin:0
}
.services_carrousel_section .services_carrousel_header .title_wrapper h2 .title_gold{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-style:Regular;
    font-size:50px;
    line-height:50px;
    color:#d4af37;
    margin:0;
    display:inline;
    margin-left:10px
}
.services_carrousel_section .services_swiper_container{
    position:relative
}
.services_carrousel_section .servicesSwiper{
    width:100%;
    padding-bottom:50px
}
.services_carrousel_section .swiper-slide{
    height:auto
}
.services_carrousel_section .service_item{
    height:100%;
    overflow:hidden;
    transition:transform .3s ease
}
.services_carrousel_section .service_item:hover .service_image{
    transform:scale(1.1)
}
.services_carrousel_section .service_link{
    display:flex;
    flex-direction:column;
    height:100%;
    text-decoration:none;
    color:inherit
}
.services_carrousel_section .service_image_wrapper{
    width:100%;
    height:400px;
    overflow:hidden;
    position:relative
}
.services_carrousel_section .service_image{
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    transition:transform .5s ease
}
.services_carrousel_section .service_image .service_link:hover img{
    transform:scale(1.1)
}
.services_carrousel_section .service_content{
    padding:2rem 0 0;
    background-color:rgba(0,0,0,0);
    flex-grow:1;
    display:flex;
    flex-direction:column;
    gap:1rem
}
.services_carrousel_section .service_content .service_title{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-size:24px;
    line-height:1.3;
    color:#fff;
    margin:0;
    transition:color .3s ease
}
.service_link:hover .services_carrousel_section .service_content .service_title{
    color:#d4af37
}
.services_carrousel_section .service_content .service_excerpt{
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-weight:300;
    font-size:16px;
    line-height:1.6;
    color:rgba(255,255,255,.9);
    margin:0
}
.services_carrousel_section .swiper-button-next,.services_carrousel_section .swiper-button-prev{
    width:50px;
    height:50px;
    background:rgba(0,0,0,0);
    transition:all .3s ease
}
.services_carrousel_section .swiper-button-next:after,.services_carrousel_section .swiper-button-prev:after{
    content:"";
    display:none
}
.services_carrousel_section .swiper-button-next:hover,.services_carrousel_section .swiper-button-prev:hover{
    opacity:.7
}
.services_carrousel_section .swiper-button-next{
    right:0
}
.services_carrousel_section .swiper-button-prev{
    left:0
}
.services_carrousel_section .swiper-pagination{
    bottom:10px
}
.services_carrousel_section .swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:rgba(255,255,255,.5);
    opacity:1;
    transition:all .3s ease
}
.services_carrousel_section .swiper-pagination-bullet-active{
    background:#d4af37;
    width:30px;
    border-radius:6px
}
.nav_circle{
    width:40px !important;
    height:40px !important;
    border-radius:50%;
    background:rgba(49,49,49,.5882352941) !important;
    border:1px solid #fff
}
.swiper-button-next,.swiper-button-prev{
    top:215px !important
}
.services_carrousel_section .swiper-button-prev{
    left:10px !important
}
.services_carrousel_section .swiper-button-next{
    right:10px !important
}
.services_swiper_container{
    padding-right:60px
}
@media(max-width: 900px)and (min-width: 600px){
    .services_carrousel_section .services_carrousel_header .title_wrapper h2 .title_white,.services_carrousel_section .services_carrousel_header .title_wrapper h2 .title_gold{
        font-size:45px;
        line-height:40px
    }
    .services_carrousel_section .service_image_wrapper{
        height:350px
    }
}
@media(max-width: 599px)and (min-width: 450px){
    .services_carrousel_section{
        padding:2rem
    }
    .services_carrousel_section .services_carrousel_header .title_wrapper h2 .title_white,.services_carrousel_section .services_carrousel_header .title_wrapper h2 .title_gold{
        font-size:40px;
        line-height:40px
    }
    .services_carrousel_section .service_image_wrapper{
        height:300px
    }
    .services_carrousel_section .service_content{
        padding:1.5rem 0 0
    }
    .services_carrousel_section .service_content .service_title{
        font-size:20px
    }
    .services_carrousel_section .service_content .service_excerpt{
        font-size:14px
    }
    .services_carrousel_section .services_swiper_container{
        padding:0 60px 0 0px
    }
    .swiper-button-next,.swiper-button-prev{
        top:155px !important
    }
}
@media(max-width: 449px){
    .services_carrousel_section{
        padding:2rem
    }
    .services_carrousel_section .services_carrousel_header{
        margin-bottom:2rem
    }
    .services_carrousel_section .services_carrousel_header .title_wrapper h2 .title_white,.services_carrousel_section .services_carrousel_header .title_wrapper h2 .title_gold{
        font-size:40px !important;
        line-height:40px
    }
    .services_carrousel_section .services_carrousel_header .title_wrapper h2 .title_gold{
        margin-left:5px
    }
    .services_carrousel_section .service_image_wrapper{
        height:250px
    }
    .services_carrousel_section .service_content{
        padding:1.5rem 0 0
    }
    .services_carrousel_section .service_content .service_title{
        font-size:18px
    }
    .services_carrousel_section .service_content .service_excerpt{
        font-size:14px
    }
    .services_carrousel_section .services_swiper_container{
        padding:0 60px 0 0px
    }
    .services_carrousel_section .swiper-button-next,.services_carrousel_section .swiper-button-prev{
        width:40px;
        height:40px
    }
    .services_carrousel_section .swiper-button-next,.services_carrousel_section .swiper-button-prev{
        top:130px !important
    }
    .services_carrousel_section .swiper-button-prev{
        left:0px !important
    }
    .services_carrousel_section .swiper-button-next{
        right:0px !important
    }
}
.method_steps_section{
    width:100%;
    padding:4rem 2rem;
    position:relative
}
.method_steps_section .method_steps_wrapper{
    max-width:1400px;
    margin:0 auto;
    padding-right:60px
}
.method_steps_section .method_steps_header{
    margin-bottom:4rem;
    text-align:center
}
.method_steps_section .method_steps_header .title_wrapper h2{
    margin:0
}
.method_steps_section .method_steps_header .title_wrapper h2 .title_white{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-style:Regular;
    font-size:50px;
    line-height:100%;
    color:#fff;
    margin:0;
    display:block
}
.method_steps_section .method_steps_header .title_wrapper h2 .title_gold{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-style:Regular;
    font-size:50px;
    line-height:50px;
    color:#d4af37;
    margin:0;
    display:block
}
.method_steps_section .method_steps_timeline{
    position:relative
}
.method_steps_section .method_step_item{
    display:grid;
    grid-template-columns:1fr 100px 1fr;
    gap:3rem;
    margin-bottom:6rem;
    position:relative;
    align-items:center
}
.method_steps_section .method_step_item:last-child{
    margin-bottom:0
}
.method_steps_section .method_step_item:last-child .timeline_line{
    display:none
}
.method_steps_section .method_step_item.image-right .method_step_content{
    grid-column:1;
    grid-row:1;
    text-align:right
}
.method_steps_section .method_step_item.image-right .method_step_timeline_center{
    grid-column:2;
    grid-row:1
}
.method_steps_section .method_step_item.image-right .method_step_image{
    grid-column:3;
    grid-row:1
}
.method_steps_section .method_step_item.image-left .method_step_content{
    grid-column:3;
    grid-row:1;
    text-align:left
}
.method_steps_section .method_step_item.image-left .method_step_timeline_center{
    grid-column:2;
    grid-row:1
}
.method_steps_section .method_step_item.image-left .method_step_image{
    grid-column:1;
    grid-row:1
}
.method_steps_section .method_step_content{
    display:flex;
    flex-direction:column;
    gap:1.5rem
}
.method_steps_section .method_step_content .step_titles h3{
    margin:0;
    display:flex;
    gap:8px
}
.method_steps_section .method_step_content .step_titles h3 .title_gold{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-size:32px;
    line-height:1.2;
    color:#d4af37;
    display:block
}
.method_steps_section .method_step_content .step_titles h3 .title_white{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-size:32px;
    line-height:1.2;
    color:#fff;
    display:block
}
.method_steps_section .method_step_content .step_information{
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-weight:300;
    font-size:16px;
    line-height:1.6;
    color:rgba(255,255,255,.9)
}
.method_steps_section .method_step_content .step_information p{
    margin:0 0 1rem 0
}
.method_steps_section .method_step_content .step_information p:last-child{
    margin-bottom:0
}
.method_steps_section .method_step_timeline_center{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    position:relative;
    height:100%;
    min-height:400px;
    gap:5px
}
.method_steps_section .method_step_timeline_center .timeline_line{
    position:absolute;
    top:120px;
    bottom:-4rem;
    left:50%;
    transform:translateX(-50%);
    width:2px;
    background:#fff;
    z-index:1
}
.method_steps_section .method_step_timeline_center .timeline_step_number{
    position:relative;
    z-index:2;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center
}
.method_steps_section .method_step_timeline_center .timeline_step_number span{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:500;
    font-size:20px;
    color:#fff;
    text-align:center
}
.method_steps_section .method_step_timeline_center .timeline_arrow{
    position:relative;
    z-index:2;
    margin:0px 0 10px
}
.method_steps_section .method_step_timeline_center .timeline_arrow svg{
    display:block
}
.method_steps_section .method_step_image .image_wrapper{
    width:100%;
    height:400px;
    overflow:hidden;
    position:relative
}
.method_steps_section .method_step_image .image_wrapper img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center
}
@keyframes bounce{
    0%,20%,50%,80%,100%{
        transform:translateY(0)
    }
    40%{
        transform:translateY(-10px)
    }
    60%{
        transform:translateY(-5px)
    }
}
@media(max-width: 1200px){
    .method_steps_section .method_step_item{
        gap:2rem
    }
    .method_steps_section .method_step_item .method_step_content .step_titles h3 .title_gold,.method_steps_section .method_step_item .method_step_content .step_titles h3 .title_white{
        font-size:28px
    }
    .method_steps_section .method_step_timeline_center .timeline_step_number span{
        font-size:20px
    }
    .method_steps_section .method_step_content .step_titles h3{
        gap:0px;
        flex-direction:column
    }
    .method_steps_section .method_step_timeline_center .timeline_line{
        top:120px
    }
}
@media(max-width: 900px){
    .method_steps_section{
        padding:3rem 2rem
    }
    .method_steps_section .method_steps_header .title_wrapper h2 .title_white,.method_steps_section .method_steps_header .title_wrapper h2 .title_gold{
        font-size:45px;
        line-height:45px
    }
    .method_steps_section .method_step_item{
        grid-template-columns:1fr 80px 1fr;
        gap:1.5rem
    }
    .method_steps_section .method_step_item .method_step_content .step_titles h3 .title_gold,.method_steps_section .method_step_item .method_step_content .step_titles h3 .title_white{
        font-size:24px
    }
    .method_steps_section .method_step_item .method_step_content .step_information{
        font-size:15px
    }
    .method_steps_section .method_step_timeline_center{
        min-height:350px
    }
    .method_steps_section .method_step_timeline_center .timeline_step_number span{
        font-size:20px
    }
    .method_steps_section .method_step_image .image_wrapper{
        height:300px
    }
}
@media(max-width: 768px){
    .method_steps_section{
        padding:2rem 1.5rem
    }
    .method_steps_section .method_steps_header{
        margin-bottom:2rem
    }
    .method_steps_section .method_steps_header .title_wrapper h2{
        text-align:left
    }
    .method_steps_section .method_steps_header .title_wrapper h2 .title_white,.method_steps_section .method_steps_header .title_wrapper h2 .title_gold{
        font-size:34px;
        line-height:34px
    }
    .method_steps_section .timeline_arrow{
        display:none
    }
    .method_steps_section .method_step_item{
        grid-template-columns:1fr;
        gap:2rem;
        margin-bottom:3rem
    }
    .method_steps_section .method_step_item.image-right .method_step_content,.method_steps_section .method_step_item.image-left .method_step_content{
        grid-column:1;
        grid-row:2;
        text-align:left
    }
    .method_steps_section .method_step_item.image-right .method_step_timeline_center,.method_steps_section .method_step_item.image-left .method_step_timeline_center{
        grid-column:1;
        grid-row:1;
        min-height:auto;
        height:auto;
        flex-direction:row;
        justify-content:center;
        gap:1rem
    }
    .method_steps_section .method_step_item.image-right .method_step_image,.method_steps_section .method_step_item.image-left .method_step_image{
        grid-column:1;
        grid-row:3
    }
    .method_steps_section .method_step_item .method_step_content .step_titles h3{
        margin-top:-20px
    }
    .method_steps_section .method_step_item .method_step_content .step_titles h3 .title_gold,.method_steps_section .method_step_item .method_step_content .step_titles h3 .title_white{
        font-size:30px
    }
    .method_steps_section .method_step_item .method_step_content .step_information{
        font-size:16px
    }
    .method_steps_section .method_step_timeline_center{
        flex-direction:row-reverse !important;
        justify-content:flex-end !important
    }
    .method_steps_section .method_step_timeline_center .timeline_line{
        display:none
    }
    .method_steps_section .method_step_timeline_center .timeline_step_number{
        margin-bottom:0
    }
    .method_steps_section .method_step_timeline_center .timeline_step_number span{
        font-size:18px
    }
    .method_steps_section .method_step_timeline_center .timeline_arrow{
        margin:0;
        transform:rotate(90deg)
    }
    .method_steps_section .method_step_image .image_wrapper{
        height:250px
    }
}
@media(max-width: 480px){
    .method_steps_section{
        padding:2rem 1.5rem
    }
    .method_steps_section .method_steps_header{
        margin-bottom:2rem
    }
    .method_steps_section .method_steps_header .title_wrapper h2{
        text-align:left
    }
    .method_steps_section .method_steps_header .title_wrapper h2 .title_white,.method_steps_section .method_steps_header .title_wrapper h2 .title_gold{
        font-size:34px;
        line-height:34px
    }
    .method_steps_section .timeline_arrow{
        display:none
    }
    .method_steps_section .method_step_item{
        grid-template-columns:1fr;
        gap:2rem;
        margin-bottom:3rem
    }
    .method_steps_section .method_step_item.image-right .method_step_content,.method_steps_section .method_step_item.image-left .method_step_content{
        grid-column:1;
        grid-row:2;
        text-align:left
    }
    .method_steps_section .method_step_item.image-right .method_step_timeline_center,.method_steps_section .method_step_item.image-left .method_step_timeline_center{
        grid-column:1;
        grid-row:1;
        min-height:auto;
        height:auto;
        flex-direction:row;
        justify-content:center;
        gap:1rem
    }
    .method_steps_section .method_step_item.image-right .method_step_image,.method_steps_section .method_step_item.image-left .method_step_image{
        grid-column:1;
        grid-row:3
    }
    .method_steps_section .method_step_item .method_step_content .step_titles h3{
        margin-top:-20px
    }
    .method_steps_section .method_step_item .method_step_content .step_titles h3 .title_gold,.method_steps_section .method_step_item .method_step_content .step_titles h3 .title_white{
        font-size:26px
    }
    .method_steps_section .method_step_item .method_step_content .step_information{
        font-size:15px
    }
    .method_steps_section .method_step_timeline_center{
        flex-direction:row-reverse !important;
        justify-content:flex-end !important
    }
    .method_steps_section .method_step_timeline_center .timeline_line{
        display:none
    }
    .method_steps_section .method_step_timeline_center .timeline_step_number{
        margin-bottom:0
    }
    .method_steps_section .method_step_timeline_center .timeline_step_number span{
        font-size:18px
    }
    .method_steps_section .method_step_timeline_center .timeline_arrow{
        margin:0;
        transform:rotate(90deg)
    }
    .method_steps_section .method_step_image .image_wrapper{
        height:250px
    }
    .method_steps_section .method_step_content{
        gap:1rem;
        margin-top:0px
    }
}
.white_circle{
    max-width:18px;
    width:100%;
    height:18px;
    border-radius:100px;
    border:2px solid #fff
}
.method_step_item.image-right.is-visible h3{
    justify-content:flex-end
}
.two_column_image_text_section{
    width:100%;
    padding:4rem 2rem;
    background-color:#000
}
.two_column_image_text_section .two_column_wrapper{
    max-width:1400px;
    margin:0 auto;
    display:flex;
    gap:4rem;
    align-items:center;
    padding-right:60px
}
.two_column_image_text_section .two_column_left{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    height:600px
}
.two_column_image_text_section .two_column_left img{
    width:100%;
    max-width:340px;
    height:430px;
    -o-object-fit:cover;
    object-fit:cover
}
.two_column_image_text_section .image_wrapper.image_1{
    height:100%
}
.two_column_image_text_section .image_wrapper.image_2{
    height:100%;
    display:flex;
    align-items:flex-end
}
.two_column_image_text_section .image_wrapper.image_2 img{
    display:flex;
    align-items:flex-end;
    border:20px solid #000;
    right:160px;
    position:relative;
    z-index:2
}
.two_column_image_text_section .two_column_right{
    flex:1;
    display:flex;
    flex-direction:column
}
.two_column_image_text_section .two_column_right .title_wrapper{
    margin-bottom:20px
}
.two_column_image_text_section .two_column_right .title_wrapper h2{
    margin:0;
    display:flex;
    gap:8px
}
.two_column_image_text_section .two_column_right .title_wrapper h2 .title_white{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-size:50px;
    line-height:1.1;
    color:#fff;
    display:block
}
.two_column_image_text_section .two_column_right .title_wrapper h2 .title_gold{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:400;
    font-size:50px;
    line-height:1.1;
    color:#d4af37;
    display:block
}
.two_column_image_text_section .two_column_right .information_text{
    margin-bottom:40px
}
.two_column_image_text_section .two_column_right .information_text p{
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-weight:300;
    font-size:20px;
    line-height:30px;
    color:#fff;
    margin:0 0 1rem 0
}
.two_column_image_text_section .two_column_right .information_text p:last-child{
    margin-bottom:0
}
.two_column_image_text_section .two_column_right .link_wrapper .information_link{
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-weight:500;
    font-size:20px;
    line-height:1;
    color:#fff;
    text-decoration:none;
    position:relative;
    display:inline-block;
    padding-bottom:4px;
    transition:color .3s ease
}
.two_column_image_text_section .two_column_right .link_wrapper .information_link::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:2px;
    background-color:#0072ba;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .5s ease
}
.two_column_image_text_section .two_column_right .link_wrapper .information_link:hover::after{
    transform:scaleX(1);
    transform-origin:left
}
.two_column_image_text_section .two_column_right .link_wrapper .information_link:not(:hover)::after{
    transform-origin:right
}
@media(min-width: 1201px){
    .two_column_image_text_section{
        padding:5rem 2rem
    }
}
@media(max-width: 1200px)and (min-width: 900px){
    .two_column_image_text_section{
        padding:5rem 2rem
    }
    .two_column_image_text_section .two_column_wrapper{
        gap:1rem
    }
    .two_column_image_text_section .two_column_left{
        height:560px
    }
    .two_column_image_text_section .two_column_left img{
        max-width:330px;
        height:320px
    }
    .two_column_image_text_section .image_wrapper.image_2 img{
        right:100px
    }
    .image_wrapper.image_1{
        width:100%
    }
    .two_column_image_text_section .two_column_right .title_wrapper h2{
        gap:0px;
        flex-direction:column
    }
}
@media(max-width: 900px)and (min-width: 600px){
    .two_column_image_text_section{
        padding:3rem 2rem
    }
    .two_column_image_text_section .two_column_wrapper{
        gap:40px;
        flex-direction:column-reverse
    }
    .two_column_image_text_section .two_column_left{
        height:560px
    }
    .two_column_image_text_section .two_column_left img{
        max-width:100%;
        height:320px
    }
    .two_column_image_text_section .image_wrapper.image_2 img{
        right:10px
    }
    .image_wrapper.image_1{
        width:100%
    }
    .two_column_image_text_section .two_column_right .title_wrapper h2{
        gap:0px;
        flex-direction:column
    }
}
@media(max-width: 599px)and (min-width: 450px){
    .two_column_image_text_section{
        padding:2.5rem 1.5rem
    }
    .two_column_image_text_section .two_column_wrapper{
        gap:2.5rem;
        flex-direction:column-reverse !important
    }
    .two_column_image_text_section .two_column_left{
        width:100%
    }
    .two_column_image_text_section .two_column_left .images_grid{
        max-width:400px;
        gap:1rem
    }
    .two_column_image_text_section .two_column_left .images_grid .image_wrapper.image_1{
        height:200px
    }
    .two_column_image_text_section .two_column_left .images_grid .image_wrapper.image_2{
        height:240px
    }
    .two_column_image_text_section .two_column_right{
        width:100%
    }
    .two_column_image_text_section .two_column_right .title_wrapper{
        margin-bottom:15px
    }
    .two_column_image_text_section .two_column_right .title_wrapper h2 .title_white,.two_column_image_text_section .two_column_right .title_wrapper h2 .title_gold{
        font-size:36px
    }
    .two_column_image_text_section .two_column_right .information_text{
        margin-bottom:30px
    }
    .two_column_image_text_section .two_column_right .information_text p{
        font-size:17px;
        line-height:26px
    }
    .two_column_image_text_section .two_column_right .link_wrapper .information_link{
        font-size:17px
    }
    .two_column_image_text_section .image_wrapper.image_2 img{
        right:0px
    }
    .two_column_image_text_section .two_column_left img{
        height:340px
    }
}
@media(max-width: 449px){
    .two_column_image_text_section{
        padding:2.5rem 1.5rem
    }
    .two_column_image_text_section .two_column_wrapper{
        gap:2.5rem;
        flex-direction:column-reverse !important
    }
    .two_column_image_text_section .two_column_left{
        width:100%;
        flex-direction:column;
		flex: unset;
		height: unset;
    }
    .two_column_image_text_section .two_column_left .images_grid{
        max-width:400px;
        gap:1rem
    }
    .two_column_image_text_section .two_column_left .images_grid .image_wrapper.image_1{
        height:200px
    }
    .two_column_image_text_section .two_column_left .images_grid .image_wrapper.image_2{
        height:240px
    }
    .two_column_image_text_section .two_column_right{
        width:100%
    }
    .two_column_image_text_section .two_column_right .title_wrapper{
        margin-bottom:15px
    }
    .two_column_image_text_section .two_column_right .title_wrapper h2 .title_white,.two_column_image_text_section .two_column_right .title_wrapper h2 .title_gold{
        font-size:36px
    }
    .two_column_image_text_section .two_column_right .information_text{
        margin-bottom:30px
    }
    .two_column_image_text_section .two_column_right .information_text p{
        font-size:17px;
        line-height:26px
    }
    .two_column_image_text_section .two_column_right .link_wrapper .information_link{
        font-size:17px
    }
    .two_column_image_text_section .image_wrapper.image_2 img{
        right:0px;
        border:unset;
        margin-top:20px
    }
    .two_column_image_text_section .two_column_left img{
        height:unset
    }
    .two_column_image_text_section .two_column_right .title_wrapper h2{
        gap:unset;
        flex-direction:column
    }
}

@media (max-width: 599px) {
	.site-header__inner.container .custom-logo {
		max-height: 40px;
		width: auto;
	}
	
	.hamburger__line {
		max-width: 38px !important;
	}
	
	.hamburger .hamburger__line:nth-child(2) {
		width: 35% !important;
	}
	
	.hamburger {
		height: 18px !important;
	}
	
	.hamburger_text_wrapper {
		padding-right: 40px !important;
	}
	
	button.hamburger.is-active .hamburger__line {
        max-width: 24px !important;
    }
	
	.hamburger.is-active .hamburger__line:nth-child(1) {
		transform: translateY(6.5px) rotate(45deg) !important;
	}
}

.site-header{
    background-color:rgba(0,0,0,0);
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    z-index:100;
    transition:background-color .3s ease
}
.site-header__inner{
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:2rem;
    padding:1rem 30px;
    max-width:1330px;
    width:100%;
    margin:0 auto
}
.site-header__branding{
    order:2;
    justify-self:center
}
.site-header .custom-logo{
    max-height:60px;
    width:auto
}
.site-header__title{
    font-size:1.4rem;
    font-weight:600;
    color:#111;
    text-decoration:none
}
.site-header__title:hover{
    color:#0073aa
}
.site-header__nav--desktop{
    order:3;
    justify-self:end;
    padding-right:60px
}
.site-header__nav--desktop ul{
    display:flex;
    gap:2rem;
    list-style:none;
    margin:0;
    padding:0;
    position:relative
}
.site-header__nav--desktop li{
    position:relative
}
.site-header__nav--desktop a{
    color:#fff;
    font-weight:500;
    text-decoration:none;
    transition:color .2s ease;
    display:block;
    padding:.5rem 0
}
.site-header__nav--desktop a:hover,.site-header__nav--desktop a.current-menu-item{
    color:#0073aa
}
.site-header__nav--desktop .sub-menu{
    position:absolute;
    top:100%;
    left:0;
    min-width:220px;
    background-color:#fff;
    border:1px solid #eee;
    border-radius:4px;
    box-shadow:0 4px 12px rgba(0,0,0,.1);
    opacity:0;
    visibility:hidden;
    transform:translateY(-10px);
    transition:all .3s ease;
    padding:.5rem 0;
    flex-direction:column;
    gap:0
}
.site-header__nav--desktop .sub-menu li{
    width:100%
}
.site-header__nav--desktop .sub-menu a{
    padding:.75rem 1.5rem;
    white-space:nowrap
}
.site-header__nav--desktop .sub-menu a:hover{
    background-color:#f9f9f9
}
.site-header__nav--desktop .menu-item-has-children>a::after{
    content:"";
    display:inline-block;
    width:0;
    height:0;
    margin-left:.5rem;
    border-left:4px solid rgba(0,0,0,0);
    border-right:4px solid rgba(0,0,0,0);
    border-top:4px solid currentColor;
    transition:transform .3s ease
}
.site-header__nav--desktop .menu-item-has-children:hover>a::after,.site-header__nav--desktop .menu-item-has-children.dropdown-open>a::after{
    transform:rotate(180deg)
}
.site-header__nav--desktop .menu-item-has-children:hover>.sub-menu,.site-header__nav--desktop .menu-item-has-children.dropdown-open>.sub-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0)
}
.hamburger{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    width:58px;
    height:24px;
    background:none;
    border:none;
    cursor:pointer;
    padding:0;
    z-index:101;
    order:1
}
.hamburger__line{
    width:100%;
    max-width:58px;
    height:2px;
    background-color:#fff;
    border-radius:2px;
    transition:all .3s ease;
    transform-origin:center
}
.hamburger.is-active .hamburger__line:nth-child(1){
    transform:translateY(13.5px) rotate(45deg)
}
.hamburger.is-active .hamburger__line:nth-child(2){
    opacity:0;
    transform:translateX(-20px)
}
.hamburger.is-active .hamburger__line:nth-child(3){
    transform:translateY(-9.5px) rotate(-45deg)
}
.hamburger .hamburger__line:nth-child(2){
    width:50%;
    transition:.2s all
}
.hamburger:hover .hamburger__line:nth-child(2){
    width:100%;
    transition:.2s all
}
.hamburger_text_wrapper{
    display:flex;
    flex-direction:row-reverse
}
.hamburger_text p{
    color:#fff;
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    margin:0 0 0 15px;
    font-size:20px;
    font-weight:500;
    text-transform:uppercase;
    position:relative;
    bottom:3px
}
ul#menu-header li a{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-size:20px;
    font-weight:500;
    text-transform:uppercase
}
.offcanvas-menu{
    position:fixed;
    overflow:hidden;
    top:0;
    left:0;
    width:40%;
    max-width:85vw;
    height:100vh;
    background-color:#000;
    z-index:200;
    transform:translateX(-100%);
    transition:transform .4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y:auto;
    box-shadow:4px 0 12px rgba(0,0,0,.1);
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction:column
}
.offcanvas-menu.is-open{
    transform:translateX(0)
}
.offcanvas-menu__close{
    position:absolute;
    top:4rem;
    left:2rem;
    z-index:201
}
.offcanvas-menu__close.hamburger.is-active .hamburger__line{
    background-color:#fff
}
.offcanvas-menu__nav{
    padding:6rem 2rem 2rem;
    width:100%
}
.offcanvas-menu__list{
    list-style:none;
    margin:0;
    padding:0
}
.offcanvas-menu__list a{
    font-family:"Cormorant",Georgia,"Times New Roman",serif;
    font-weight:700;
    font-size:40px;
    line-height:24px;
    color:#fff;
    margin-bottom:40px;
    display:block;
    text-decoration:unset;
    width:-moz-fit-content;
    width:fit-content;
    transition:.3s all
}
.offcanvas-menu__list a:hover,.offcanvas-menu__list a.current-menu-item{
    color:#0073aa;
    transition:.3s all
}
.offcanvas-menu__list .sub-menu{
    list-style:none;
    margin:0;
    padding:0;
    max-height:0;
    overflow:hidden;
    transition:max-height .3s ease
}
.offcanvas-menu__list .sub-menu.is-open{
    max-height:500px
}
.offcanvas-menu__list .sub-menu li{
    border-bottom:1px solid #f5f5f5
}
.offcanvas-menu__list .sub-menu a{
    padding-left:1.5rem;
    font-size:.95rem;
    font-weight:400
}
.offcanvas-menu__list .menu-item-has-children>a{
    position:relative;
    padding-right:2rem
}
.offcanvas-menu__list .menu-item-has-children>a::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:0;
    height:0;
    border-left:5px solid rgba(0,0,0,0);
    border-right:5px solid rgba(0,0,0,0);
    border-top:5px solid currentColor;
    transition:transform .3s ease
}
.offcanvas-menu__list .menu-item-has-children.dropdown-open>a::after{
    transform:translateY(-50%) rotate(180deg)
}
.site-header__branding.mobile img{
    width:100px;
    height:70px;
    -o-object-fit:contain;
    object-fit:contain;
    padding-left:40px
}
.offcanvas-menu__content{
    padding:0 2rem 2rem;
    width:100%
}
.site-header__branding.mobile{
    order:unset
}
.offcanvas-menu__slogan{
    color:#fff;
    font-size:16px;
    margin-bottom:30px;
    line-height:1.5;
    padding-right:60px
}
.offcanvas-menu__social-wrapper{
    margin-bottom:20px
}
.offcanvas-menu__social{
    display:flex;
    gap:20px;
    list-style:none;
    padding:0;
    margin:0
}
.offcanvas-menu__social-link{
    display:block;
    width:32px;
    height:32px;
    transition:opacity .3s ease,transform .3s ease
}
.offcanvas-menu__social-link svg{
    width:100%;
    height:100%;
    fill:#fff;
    transition:fill .3s ease
}
.offcanvas-menu__social-link:hover{
    opacity:.8;
    transform:translateY(-2px)
}
.offcanvas-menu__social-link:hover svg{
    fill:#0072ba
}
.menu-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.5);
    z-index:150;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease
}
.menu-overlay.is-visible{
    opacity:1;
    visibility:visible
}
body.menu-open{
    overflow:hidden
}
@media(max-width: 1200px)and (min-width: 900px){
    .offcanvas-menu__list a{
        margin-bottom:20px;
        font-size:26px
    }
}
@media(max-width: 899px)and (min-width: 769px){
	.hamburger.is-active .hamburger__line:nth-child(1) {
		transform: translateY(13.5px) rotate(45deg) !important;
	}
}

@media(max-width: 899px)and (min-width: 769px){
    .offcanvas-menu__list a{
        margin-bottom:20px;
        font-size:26px
    }
    .offcanvas-menu{
        width:100%;
        max-width:100%
    }
}
@media(max-width: 768px){
    .site-header__inner{
        grid-template-columns:1fr auto;
        gap:1rem
    }
    .site-header__branding{
        order:1;
        justify-self:start
    }
    .site-header__nav--desktop{
        display:none
    }
    .hamburger{
        order:2
    }
    .hamburger_text_wrapper{
        justify-content:flex-end;
        order:2;
        padding-right:60px
    }
    .hamburger_text_wrapper .hamburger_text{
        display:none
    }
    .offcanvas-menu__list a{
        margin-bottom:20px;
        font-size:26px
    }
    .offcanvas-menu{
        width:100%;
        max-width:100%
    }
}

@media(max-width: 768px) {
	.offcanvas-menu__close {
        top: 2rem;
        left: unset;
        right: 0.5rem;
	}
}

body{
    font-family:"Mona Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    scroll-behavior:smooth;
    margin:0;
    overflow-x:clip
}
html{
    scroll-behavior:smooth;
    box-sizing:border-box;
    overflow-x:clip
}
.link{
    position:relative;
    display:inline-block;
    text-decoration:none;
    padding-bottom:4px
}
.link::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:2px;
    background-color:#0072ba;
    transform:scaleX(0);
    transform-origin:right;
    transition:transform .5s ease
}
.link:hover::after{
    transform:scaleX(1);
    transform-origin:left
}
.link::after{
    transform-origin:left
}
.link:not(:hover)::after{
    transform-origin:right
}
 .information_content ul li {
     font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     font-weight: 300;
     font-style: Light;
     font-size: 20px;
     line-height: 30px;
     color: #fff;
}
 @media (max-width: 449px) {
     .information_content ul li {
         font-size: 15px;
         line-height: 25px;
    }
}
/* Luxury Carousel Styling */
 .luxury-carousel-wrapper {
     width: 100%;
     max-width: 100%;
     margin: 0 auto;
     padding: 4rem 10px;
     overflow: hidden;
}
 .luxury-carousel {
     width: 100%;
     margin: 0 -10px;
    /* Compenseer voor item padding */
}
 .luxury-carousel .carousel-item {
     padding: 0 10px;
}
 .luxury-carousel .carousel-item-inner {
     cursor: pointer;
     overflow: hidden;
     border-radius: 8px;
     box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     height: 400px;
}
 .luxury-carousel .carousel-item-inner:hover {
     transform: translateY(-5px);
     box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
}
 .luxury-carousel img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
     transition: transform 0.5s ease;
}
 .luxury-carousel .carousel-item-inner:hover img {
     transform: scale(1.05);
}
/* OWL Carousel Stage fixes voor uitlijning */
 .luxury-carousel .owl-stage-outer {
     overflow: visible;
}
 .luxury-carousel .owl-stage {
     display: flex;
     align-items: center;
}
/* Remove default OWL nav buttons */
 .luxury-carousel .owl-nav {
     display: none;
}
/* OWL Carousel Dots */
 .luxury-carousel .owl-dots {
     text-align: center;
     margin-top: 30px;
}
 .luxury-carousel .owl-dot {
     display: inline-block;
     width: 12px;
     height: 12px;
     margin: 0 6px;
     border-radius: 50%;
     background: rgba(255, 255, 255, 0.3);
     transition: all 0.3s ease;
     cursor: pointer;
}
 .luxury-carousel .owl-dot.active {
     background: #d4af37;
     width: 30px;
     border-radius: 6px;
}
 .luxury-carousel .owl-dot:hover {
     background: rgba(212, 175, 55, 0.7);
}
/* Luxury Lightbox */
 .luxury-lightbox {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 9999;
     opacity: 0;
     visibility: hidden;
     transition: opacity 0.4s ease, visibility 0.4s ease;
}
 .luxury-lightbox.is-active {
     opacity: 1;
     visibility: visible;
}
 .luxury-lightbox__backdrop {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.95);
     backdrop-filter: blur(12px);
     -webkit-backdrop-filter: blur(12px);
}
 .luxury-lightbox__container {
     position: relative;
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     padding: 80px 20px 20px;
     z-index: 2;
}
 .luxury-lightbox__content {
     max-width: 1200px;
     width: 100%;
     transform: scale(0.9);
     transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
 .luxury-lightbox.is-active .luxury-lightbox__content {
     transform: scale(1);
}
 .luxury-lightbox__image {
     width: 100%;
     max-height: 80vh;
     object-fit: contain;
     border-radius: 12px;
     box-shadow: 0 30px 90px rgba(0, 0, 0, 0.8);
     display: block;
     margin: 0 auto;
}
 .luxury-lightbox__caption {
     text-align: center;
     margin-top: 30px;
     font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     font-size: 18px;
     font-weight: 300;
     line-height: 1.6;
     color: rgba(255, 255, 255, 0.9);
     padding: 0 40px;
}
 .luxury-lightbox__close {
     position: absolute;
     top: 30px;
     right: 30px;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     background: rgba(255, 255, 255, 0.1);
     border: 2px solid rgba(255, 255, 255, 0.3);
     color: #fff;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: all 0.3s ease;
     backdrop-filter: blur(10px);
     -webkit-backdrop-filter: blur(10px);
     z-index: 3;
}
 .luxury-lightbox__close:hover {
     background: rgba(212, 175, 55, 0.9);
     border-color: #d4af37;
     transform: rotate(90deg);
}
 .luxury-lightbox__close svg {
     width: 24px;
     height: 24px;
}
/* Responsive Styling */
 @media (min-width: 1601px) {
     .luxury-carousel .carousel-item-inner {
         height: 400px;
    }
}
 @media (max-width: 1600px) and (min-width: 1201px) {
     .luxury-carousel .carousel-item-inner {
         height: 380px;
    }
}
 @media (max-width: 1200px) and (min-width: 801px) {
     .luxury-carousel-wrapper {
         padding: 3rem 10px;
    }
     .luxury-carousel .carousel-item-inner {
         height: 350px;
    }
}
 @media (max-width: 800px) and (min-width: 450px) {
     .luxury-carousel-wrapper {
         padding: 3rem 10px;
    }
     .luxury-carousel .carousel-item-inner {
         height: 300px;
    }
     .luxury-carousel {
         margin: 0 -7.5px;
    }
     .luxury-carousel .carousel-item {
         padding: 0 7.5px;
    }
}
 @media (max-width: 449px) {
     .luxury-carousel-wrapper {
         padding: 2rem 10px;
    }
     .luxury-carousel .carousel-item-inner {
         height: 250px;
         border-radius: 4px;
    }
     .luxury-carousel {
         margin: 0 -7.5px;
    }
     .luxury-carousel .carousel-item {
         padding: 0 7.5px;
    }
     .luxury-lightbox__container {
         padding: 60px 15px 15px;
    }
     .luxury-lightbox__close {
         top: 15px;
         right: 15px;
         width: 45px;
         height: 45px;
    }
     .luxury-lightbox__caption {
         font-size: 16px;
         padding: 0 20px;
         margin-top: 20px;
    }
     .luxury-lightbox__image {
         border-radius: 8px;
    }
}
/* */
 .projects_carrousel_section .project_item {
     display: unset;
	 border: unset;
}

@media (max-width: 599px) {
	 .projects_carrousel_section .project_item {
		top: unset;
	}
	
	.contact_form_section .contact_form_wrapper.image_left,
	.contact_form_section .contact_form_wrapper.image_right {
		flex-direction: column !important;
	}
	
	.contact_form_section .contact_form_right {
		padding-right: 30px;
    	padding-left: 30px;
		
	}
	
	.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
		display: none;
	}
	
	.title_wrapper h2 {
		display: flex;
    	flex-direction: column;
	}
	
	.all_projects_wrapper {
		padding-right: 50px;
		padding-left: 0px;
	}
}

.projects_carrousel_section .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
	display: none;
}


/* Services Grid Section */
 .services_grid_section {
     width: 100%;
     background-color: #000;
     padding: 4rem 0 0 0;
}
/* Header */
 .services_grid_header {
     text-align: left;
     margin-bottom: 1rem;
     max-width: 1340px;
     margin-left: auto;
     margin-right: auto;
     padding: 0 30px;
}
 .services_grid_header h2 {
     font-family: "Cormorant", Georgia, "Times New Roman", serif;
     font-size: 50px;
     font-weight: 400;
     line-height: 1.2;
     margin: 0;
     display: block;
}
 .services_grid_header .title_gold {
     color: #d4af37;
     display: block;
     margin-bottom: 10px;
}
 .services_grid_header .title_white {
     color: #fff;
     display: block;
}
/* Full Width Wrapper - GEEN MAX-WIDTH */
 .services_grid_full_wrapper {
     width: 100%;
     background-color: rgba(212, 175, 55, 0.08);
     padding: 3rem 0;
}
/* Grid Container */
 .services_grid_container {
     max-width: 1340px;
     margin: 0 auto;
     padding: 0 30px;
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 3rem 2.5rem;
}
/* Service Item */
 .service_grid_item {
     position: relative;
}
 .service_grid_title {
     font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     font-size: 20px;
     font-weight: 600;
     line-height: 1.3;
     color: #d4af37;
     margin: 0 0 15px 0;
}
 .service_grid_info {
     font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     font-size: 16px;
     font-weight: 300;
     line-height: 1.6;
     color: rgba(255, 255, 255, 0.85);
}
 .service_grid_info p {
     margin: 0 0 10px 0;
}
 .service_grid_info p:last-child {
     margin-bottom: 0;
}
 .no_services {
     text-align: center;
     font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     font-size: 18px;
     color: rgba(255, 255, 255, 0.6);
     padding: 2rem;
     grid-column: 1 / -1;
}
/* Responsive Styling */
 @media (max-width: 1200px) and (min-width: 901px) {
     .services_grid_container {
         grid-template-columns: repeat(3, 1fr);
         gap: 2.5rem 2rem;
    }
     .services_grid_header h2 {
         font-size: 45px;
    }
}
 @media (max-width: 900px) and (min-width: 601px) {
     .services_grid_section {
         padding: 3rem 0 0 0;
    }
     .services_grid_header {
         margin-bottom: 3rem;
    }
     .services_grid_header h2 {
         font-size: 40px;
    }
     .services_grid_full_wrapper {
         padding: 2.5rem 0;
    }
     .services_grid_container {
         grid-template-columns: repeat(2, 1fr);
         gap: 2.5rem 2rem;
    }
     .service_grid_title {
         font-size: 18px;
    }
     .service_grid_info {
         font-size: 15px;
    }
}
 @media (max-width: 600px) and (min-width: 450px) {
     .services_grid_section {
         padding: 2.5rem 0 0 0;
    }
     .services_grid_header {
         margin-bottom: 2.5rem;
         text-align: left;
    }
     .services_grid_header h2 {
         font-size: 36px;
    }
     .services_grid_header .title_gold {
         margin-bottom: 5px;
    }
     .services_grid_full_wrapper {
         padding: 2rem 0;
    }
     .services_grid_container {
         grid-template-columns: 1fr;
         gap: 2rem;
    }
     .service_grid_title {
         font-size: 18px;
         margin-bottom: 12px;
    }
     .service_grid_info {
         font-size: 15px;
         line-height: 1.5;
    }
}
 @media (max-width: 449px) {
     .services_grid_section {
         padding: 2rem 0 0 0;
    }
     .services_grid_header {
         margin-bottom: 2rem;
         text-align: left;
    }
     .services_grid_header h2 {
         font-size: 32px;
    }
     .services_grid_header .title_gold {
         margin-bottom: 5px;
    }
     .services_grid_full_wrapper {
         padding: 1.8rem 0;
    }
     .services_grid_container {
         grid-template-columns: 1fr;
         gap: 2rem;
    }
     .service_grid_title {
         font-size: 17px;
         margin-bottom: 10px;
    }
     .service_grid_info {
         font-size: 14px;
         line-height: 1.5;
    }
}
/* 404 Error Page */
 .error_404_section {
     width: 100%;
     min-height: 80vh;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: #000;
     padding: 6rem 2rem;
}
 .error_404_wrapper {
     max-width: 800px;
     width: 100%;
     text-align: center;
}
 .error_404_content {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 2rem;
}
/* 404 Number */
 .error_404_number {
     font-family: "Cormorant", Georgia, "Times New Roman", serif;
     font-size: 80px;
     font-weight: 700;
     line-height: 1;
     color: #d4af37;
     margin: 0;
}
/* Title */
 .error_404_title {
     font-family: "Cormorant", Georgia, "Times New Roman", serif;
     font-size: 60px;
     font-weight: 400;
     line-height: 1.2;
     margin: 0;
     display: flex;
     gap: 10px;
}
 .error_404_title .title_gold {
     color: #d4af37;
     display: block;
}
 .error_404_title .title_white {
     color: #fff;
     display: block;
}
/* Text */
 .error_404_text {
     max-width: 600px;
}
 .error_404_text p {
     font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     font-size: 20px;
     font-weight: 300;
     line-height: 1.6;
     color: rgba(255, 255, 255, 0.85);
     margin: 0;
}
/* Buttons */
 .error_404_buttons {
     display: flex;
     gap: 1.5rem;
     margin-top: 1rem;
}
 .error_404_button {
     align-self: flex-start;
     padding: .8rem 2rem;
     background-color: #b89a4b;
     border: 1px solid #b89a4b;
     color: #fff;
     font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     font-weight: 500;
     font-size: 16px;
     text-transform: uppercase;
     cursor: pointer;
     transition: all .3s ease;
     text-decoration: unset;
}
 .error_404_button:hover {
     background-color: transparent;
     transition: 0.3s all;
     border: 1px solid #b89a4b;
     color: #b89a4b;
}
 .error_404_button_secondary {
     align-self: flex-start;
     padding: .8rem 2rem;
     background-color: transparent;
     border: 1px solid #b89a4b;
     color: #b89a4b;
     font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     font-weight: 500;
     font-size: 16px;
     text-transform: uppercase;
     cursor: pointer;
     transition: all .3s ease;
     text-decoration: unset;
}
 .error_404_button_secondary:hover {
     background-color: #b89a4b;
     transition: 0.3s all;
     border: 1px solid #b89a4b;
     color: white;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    border-left: 2px solid #46B453 !important;
}

/* Suggestions */
 .error_404_suggestions {
     margin-top: 3rem;
     padding-top: 3rem;
     border-top: 1px solid rgba(255, 255, 255, 0.1);
     width: 100%;
}
 .suggestions_title {
     font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     font-size: 20px;
     font-weight: 500;
     color: #fff;
     margin: 0 0 1.5rem 0;
}
 .suggestions_list {
     list-style: none;
     padding: 0;
     margin: 0;
     display: flex;
     gap: 1rem;
     justify-content: center;
}
 .error_404_wrapper {
     padding-right: 70px;
}
 .suggestions_list li a {
     font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     font-size: 16px;
     font-weight: 300;
     color: rgba(255, 255, 255, 0.7);
     text-decoration: none;
     transition: color 0.3s ease;
     position: relative;
     display: inline-block;
     padding-bottom: 4px;
}
 .suggestions_list li a::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 2px;
     background-color: #d4af37;
     transform: scaleX(0);
     transform-origin: left;
     transition: transform 0.3s ease;
}
 .suggestions_list li a:hover {
     color: #d4af37;
}
 .suggestions_list li a:hover::after {
     transform: scaleX(1);
}
/* Responsive Styling */
 @media (max-width: 900px) and (min-width: 601px) {
     .error_404_section {
         padding: 5rem 2rem;
         min-height: 70vh;
    }
     .error_404_number {
         font-size: 140px;
    }
     .error_404_title {
         font-size: 50px;
    }
     .error_404_text p {
         font-size: 18px;
    }
     .error_404_buttons {
         flex-direction: column;
         width: 100%;
         max-width: 400px;
    }
     .error_404_button {
         width: 100%;
         text-align: center;
    }
	 
	 .information_page_wrapper {
		 padding-top: 60px !important;
	 }
}
 @media (max-width: 600px) and (min-width: 450px) {
     .error_404_section {
         padding: 10rem 1.5rem 2rem;
         min-height: 60vh;
    }
     .error_404_number {
         font-size: 120px;
    }
     .error_404_title {
         font-size: 40px;
         gap: 5px;
    }
     .error_404_text p {
         font-size: 17px;
    }
     .error_404_buttons {
         flex-direction: column;
         width: 100%;
         gap: 1rem;
    }
     .error_404_button {
         width: 100%;
         max-width: 320px;
         text-align: center;
         padding: 0.9rem 2rem;
         font-size: 15px;
         margin: 0 auto;
    }
     .error_404_suggestions {
         margin-top: 2.5rem;
         padding-top: 2.5rem;
    }
     .suggestions_title {
         font-size: 18px;
    }
}
 @media (max-width: 449px) {
     .error_404_section {
         padding: 10rem 1.5rem 2rem;
         min-height: 60vh;
    }
     .error_404_number {
         font-size: 120px;
    }
     .error_404_title {
         font-size: 40px;
         gap: 5px;
         flex-direction: column;
    }
     .error_404_text p {
         font-size: 17px;
    }
     .error_404_buttons {
         flex-direction: column;
         width: 100%;
         gap: 1rem;
    }
     .error_404_button {
         width: 100%;
         max-width: 200px;
         text-align: center;
         padding: 0.9rem 2rem;
         font-size: 15px;
         margin: 0 auto;
    }
     .error_404_suggestions {
         margin-top: 2.5rem;
         padding-top: 2.5rem;
    }
     .suggestions_title {
         font-size: 18px;
    }
     .error_404_title .title_gold {
         line-height: 25px;
    }
}

/* Information Page Section */
.information_page_section {
	width: 100%;
	background-color: #000;
	padding: 4rem 2rem;
}

.information_page_wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
}

.information_page_content {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding-right: 65px;
}

/* Subtitle (H2) */
.information_subtitle {
	font-family: "Cormorant", Georgia, "Times New Roman", serif;
	font-size: 38px;
	font-weight: 600;
	line-height: 50px;
	color: white;
	margin: 0;
}

/* Text Content */
.information_text {
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
	color: #fff;
}

.information_text p {
	margin: 0 0 1rem 0;
}

.information_text p:last-child {
	margin-bottom: 0;
}

.information_text h1,
.information_text h2,
.information_text h3,
.information_text h4 {
	font-family: "Cormorant", Georgia, "Times New Roman", serif;
	color: #d4af37;
	margin: 1.5rem 0 1rem 0;
	line-height: 1.3;
}

.information_text h1 {
	font-size: 42px;
	font-weight: 700;
}

.information_text h2 {
	font-size: 32px;
	font-weight: 600;
}

.information_text h3 {
	font-size: 24px;
	font-weight: 600;
}

.information_text h4 {
	font-size: 20px;
	font-weight: 600;
}

.information_text ul,
.information_text ol {
	margin: 1rem 0;
	padding-left: 1.5rem;
}

.information_text li {
	margin-bottom: 0.5rem;
	line-height: 1.7;
}

.information_text a {
	color: #d4af37;
	text-decoration: none;
	transition: color 0.3s ease;
}

.information_text a:hover {
	color: #b89a4b;
}

.information_text strong {
	font-weight: 600;
}

.information_text em {
	font-style: italic;
}

/* Image */
.information_image_wrapper {
	margin: 0;
	padding: 0;
}

.information_image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

.information_image_caption {
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.6);
	margin-top: 0.75rem;
	text-align: center;
}

/* Button */
.information_button_wrapper {
	margin: 0.5rem 0;
}

.information_button {
     align-self: flex-start;
     padding: .8rem 2rem;
     background-color: #b89a4b;
     border: 1px solid #b89a4b;
     color: #fff;
     font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     font-weight: 500;
     font-size: 16px;
     text-transform: uppercase;
     cursor: pointer;
     transition: all .3s ease;
     text-decoration: unset;
}
 .information_button:hover {
     background-color: transparent;
     transition: 0.3s all;
     border: 1px solid #b89a4b;
     color: #b89a4b;
}
/* No Content Message */
.no_content {
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
}

/* Lightbox */
.information_lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}

.information_lightbox.is-active {
	opacity: 1;
	visibility: visible;
}

.information_lightbox_backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.95);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	cursor: pointer;
}

.information_lightbox_container {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	padding: 80px 20px 20px;
	z-index: 2;
}

.information_lightbox_content {
	max-width: 1200px;
	width: 100%;
	transform: scale(0.9);
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.information_lightbox.is-active .information_lightbox_content {
	transform: scale(1);
}

.information_lightbox_image {
	width: 100%;
	max-height: 80vh;
	object-fit: contain;
	border-radius: 12px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.8);
	display: block;
	margin: 0 auto;
}

.information_lightbox_caption {
	text-align: center;
	margin-top: 30px;
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
	padding: 0 40px;
}

.information_lightbox_close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 3;
}

.information_lightbox_close:hover {
	background: rgba(212, 175, 55, 0.9);
	border-color: #d4af37;
	transform: rotate(90deg);
}

.information_lightbox_close svg {
	width: 24px;
	height: 24px;
}

/* Responsive Styling */
@media (max-width: 900px) and (min-width: 601px) {
	.information_page_section {
		padding: 3rem 2rem;
	}
	
	.information_subtitle {
		font-size: 42px;
	}
	
	.information_text {
		font-size: 16px;
	}
	
	.information_text h1 {
		font-size: 36px;
	}
	
	.information_text h2 {
		font-size: 28px;
	}
	
	.information_text h3 {
		font-size: 22px;
	}
	
	.information_button {
		padding: 0.9rem 2rem;
		font-size: 15px;
	}
	
	.information_page_wrapper {
		padding-top: 60px !important;
	}
}

@media (max-width: 600px) and (min-width: 450px) {
	.information_page_section {
		padding: 3rem 2rem;
	}
	
	.information_subtitle {
		font-size: 42px;
	}
	
	.information_text {
		font-size: 16px;
	}
	
	.information_text h1 {
		font-size: 36px;
	}
	
	.information_text h2 {
		font-size: 28px;
	}
	
	.information_text h3 {
		font-size: 22px;
	}
	
	.information_button {
		padding: 0.9rem 2rem;
		font-size: 15px;
	}
	
	.information_page_wrapper {
		padding-top: 60px !important;
	}
}

@media (max-width: 449px) {
	.information_page_section {
		padding: 2rem 30px;
	}
	
	.information_page_content {
		gap: 1rem;
	}
	
	.information_subtitle {
		font-size: 32px;
	}
	
	.information_text {
		font-size: 16px;
	}
	
	.information_text h1 {
		font-size: 28px;
	}
	
	.information_text h2 {
		font-size: 24px;
	}
	
	.information_text h3 {
		font-size: 18px;
	}
	
	.information_text h4 {
		font-size: 16px;
	}
	
	.information_image {
		border-radius: 4px;
	}
	
	.information_image_caption {
		font-size: 12px;
		margin-top: 0.5rem;
	}
	
	.information_button {
		padding: 0.8rem 1.5rem;
		font-size: 13px;
		width: 100%;
		text-align: center;
	}
	
	.information_lightbox_image {
		border-radius: 8px;
	}
	
	.information_lightbox_caption {
		font-size: 14px;
	}
	
		.information_page_wrapper {
		padding-top: 60px !important;
	}
}

.information_title {
    font-family: "Cormorant", Georgia, "Times New Roman", serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
    color: white;
    margin: 0;	
	color: #d4af37;
}

/* Desktop: volledige tekst */
.project-description--short {
    display: none;
}

/* Mobiel: max 768px → korte tekst */
@media (max-width: 768px) {
    .project-description--full {
        display: none;
    }

    .project-description--short {
        display: block;
    }
	
	.project_item {
		min-height: unset;
	}
	
	.project_item_wrapper {
		height: 100vh;
	}
}

.project-description.project-description--full,
.project-description.project-description--short {
	color: white;
}


.page-id-272 #text_under_hero .word-wrapper:last-child {
  padding-left: 8px;
}