@font-face {
    font-family: Archivo-Bold;
     src: url(../fonts/Archivo-Bold.eot);
    src: url(../fonts/Archivo-Boldd41d.eot?#iefix) format('embedded-opentype'),url(../fonts/Archivo-Bold.woff) format('woff'),url(../fonts/Archivo-Bold.ttf) format('truetype'),url(../fonts/Archivo-Bold.html#icon) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Archivo-Regular;
    src: url(../fonts/Archivo-Regular.eot);
    src: url(../fonts/Archivo-Regulard41d.eot?#iefix) format('embedded-opentype'),url(../fonts/Archivo-Regular.woff) format('woff'),url(../fonts/Archivo-Regular.ttf) format('truetype'),url(../fonts/Archivo-Regular.html#icon) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Archivo-SemiBold;
    src: url(../fonts/Archivo-SemiBold.eot);
    src: url(../fonts/Archivo-SemiBoldd41d.eot?#iefix) format('embedded-opentype'),url(../fonts/Archivo-SemiBold.woff) format('woff'),url(../fonts/Archivo-SemiBold.ttf) format('truetype'),url(../fonts/Archivo-SemiBold.html#icon) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: IvyMode-Light;
    src: url(../fonts/IvyMode-Light.eot);
    src: url(../fonts/IvyMode-Lightd41d.eot?#iefix) format('embedded-opentype'),url(../fonts/IvyMode-Light.woff) format('woff'),url(../fonts/IvyMode-Light.ttf) format('truetype'),url(../fonts/IvyMode-Light.html#icon) format('svg');
    font-weight: 400;
    font-style: normal
}

a, h1, h2, h3, h4, h5, h6, li, p {
    font-weight: 400
}

button {
    cursor: pointer;
    -webkit-appearance: none
}

::-moz-selection {
    background: #403e46;
    color: #f1eae3
}

::selection {
    background: #403e46;
    color: #f1eae3
}

::-moz-selection {
    background: #403e46;
    color: #f1eae3
}

.page_wrap {
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.fade_up {
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s
}

    .fade_up.in-view {
        opacity: 1;
        top: 0
    }

.image_reveal_bottom:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 4;
    -webkit-transition: all 2s ease-out 0s;
    transition: all 2s ease-out 0s
}

.image_reveal_bottom img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 2.5s ease-out 0s;
    transition: all 2.5s ease-out 0s
}

.image_reveal_bottom.in-view:after {
    height: 0%
}

.image_reveal_bottom.in-view img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.image_reveal:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: 100%;
    background-color: #000;
    z-index: 4;
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s
}

.image_reveal img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 2.5s ease-out 0s;
    transition: all 2.5s ease-out 0s
}

.image_reveal:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 100%;
    background-color: #000;
    z-index: 4;
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s
}

.image_reveal.in-view:after, .image_reveal.in-view:before {
    width: 0%
}

.image_reveal.in-view img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

body {
    -webkit-font-smoothing: antialiased
}

    body.no_scroll {
        overflow: hidden
    }

.headline {
    font-size: 4.4vw;
    color: #f1eae3;
    font-family: IvyMode-Light
}

@media only screen and (max-width:1020px) {
    .headline {
        font-size: 40px
    }
}

.text {
    font-size: 15.5px;
    color: #f1eae3;
    font-family: Archivo-Regular;
    line-height: 1.8em;
    letter-spacing: 1.2px
}

@media only screen and (max-width:1500px) {
    .text {
        font-size: 13.5px
    }
}

@media only screen and (max-width:1020px) {
    .text {
        font-size: 14px
    }
}

.back_button {
    cursor: pointer;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

    .back_button p {
        font-size: 16px;
        color: #f1eae3;
        letter-spacing: 2px;
        font-family: Archivo-Regular;
        display: inline-block;
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s
    }

@media only screen and (max-width:1500px) {
    .back_button p {
        font-size: 12px
    }
}

.back_button:hover {
    opacity: .5
}

.link {
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-size: 14px;
    color: #f1eae3;
    font-family: Archivo-Regular;
    line-height: 1.8em;
    position: relative;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.content-link {
    position: relative;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    white-space: nowrap;
}

@media only screen and (max-width:1500px) {
    .link {
        font-size: 12px
    }
}

.link:after, .content-link:after {
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -5px;
    position: absolute;
    background-color: #f1eae3;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.link.dark, .content-link.dark {
    color: #000
}

    .link.dark:after, .content-link.dark:after {
        background-color: #000
    }

.link:hover, .content-link:hover {
    opacity: 1
}

    .link:hover:after, .content-link:hover:after {
        width: 0%
    }

.hero_wrap .hero_content {
    position: relative;
    height: 73vh;
    overflow: hidden
}

@media only screen and (max-width:1500px) {
    .hero_wrap .hero_content {
        height: 66vh
    }
}

.hero_wrap .hero_content .image_holder, .hero_wrap .hero_content .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 73vh
}

@media only screen and (max-width:1500px) {
    .hero_wrap .hero_content .image_holder, .hero_wrap .hero_content .overlay {
        height: 66vh
    }
}

.hero_wrap .hero_content .image_holder img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.hero_wrap .hero_content .image_holder img.bottom {
    -o-object-position: bottom;
    object-position: bottom;
}


.hero_wrap .hero_content .overlay {
    background-color: #000;
    z-index: 1;
    opacity: 0
}

.hero_wrap .hero_footer {
    height: 27vh;
    background-color: #000;
    position: relative;
    z-index: 1
}

.hero_wrap .hero_footer h1 {
    text-shadow: 0px 0px 40px black;
}

@media only screen and (max-width:1500px) {
    .hero_wrap .hero_footer {
        height: 34vh
    }
}

.hero_wrap .hero_footer.in-view .scroll_down, .hero_wrap .hero_footer.in-view .second_heading, .hero_wrap .hero_footer.in-view .third_heading, .hero_wrap .hero_footer.in-view h1, .hero_wrap .hero_footer.in-view ul {
    opacity: 1
}

.hero_wrap .hero_footer .second_heading, .hero_wrap .hero_footer .third_heading, .hero_wrap .hero_footer h1 {
    position: absolute;
    top: -9vw;
    left: 21vw;
    font-family: IvyMode-Light;
    color: #f1eae3;
    font-size: 6.3vw;
    opacity: 0;
    -webkit-transition: all .8s ease 1s;
    transition: all .8s ease 1s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:1020px) {
    .hero_wrap .hero_footer .second_heading, .hero_wrap .hero_footer .third_heading, .hero_wrap .hero_footer h1 {
        font-size: 60px;
        width: 100%;
        max-width: 100%;
        padding: 0 70px
    }
}

@media only screen and (max-width:460px) {
    .hero_wrap .hero_footer .second_heading, .hero_wrap .hero_footer .third_heading, .hero_wrap .hero_footer h1 {
        font-size: 44px;
        padding: 0 40px
    }
}

.hero_wrap .hero_footer ul {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 40px;
    opacity: 0;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

@media only screen and (max-width:1020px) {
    .hero_wrap .hero_footer ul {
        display: none
    }
}

.hero_wrap .hero_footer ul li {
    display: inline-block
}

    .hero_wrap .hero_footer ul li a {
        font-size: 10px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #f1eae3;
        font-family: Archivo-Regular
    }

    .hero_wrap .hero_footer ul li:last-child a {
        padding-left: 5px
    }

.hero_wrap .hero_footer ul.hidden {
    opacity: 0
}

.hero_wrap .hero_footer .scroll_down {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
    padding: 7px 20px;
    border: 1px solid #f1eae3;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

@media only screen and (max-width:1020px) {
    .hero_wrap .hero_footer .scroll_down {
        bottom: 120px
    }
}

.hero_wrap .hero_footer .scroll_down.hidden {
    opacity: 0
}

.hero_wrap .hero_footer .scroll_down p {
    font-size: 12px;
    color: #f1eae3;
    font-family: Archivo-Regular;
    letter-spacing: 2px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.hero_wrap .hero_footer .scroll_down:hover {
    background-color: #f1eae3
}

    .hero_wrap .hero_footer .scroll_down:hover p {
        color: #000
    }

.main_content_wrap {
    position: relative;
    padding-top: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

@media only screen and (max-width:1020px) {
    .main_content_wrap {
        padding-top: 100px
    }
}

@media only screen and (max-width:750px) {
    .main_content_wrap {
        padding-top: 0
    }
}

.main_content_wrap .main_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .main_content_wrap .main_content .fixed_menu {
        width: 18vw;
        opacity: 0;
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s
    }

@media only screen and (max-width:1020px) {
    .main_content_wrap .main_content .fixed_menu {
        display: none
    }
}

.main_content_wrap .main_content .fixed_menu.in-view {
    opacity: 1
}

.main_content_wrap .main_content .fixed_menu .fixed_menu_content {
    position: sticky;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    height: 100vh
}

    .main_content_wrap .main_content .fixed_menu .fixed_menu_content .logo {
        display: inline-block;
        max-width: 65px
    }

        .main_content_wrap .main_content .fixed_menu .fixed_menu_content .logo img {
            width: 100%
        }

    .main_content_wrap .main_content .fixed_menu .fixed_menu_content ul {
        position: absolute;
        z-index: 1;
        bottom: 45px;
        left: 40px
    }

        .main_content_wrap .main_content .fixed_menu .fixed_menu_content ul li {
            display: inline-block
        }

            .main_content_wrap .main_content .fixed_menu .fixed_menu_content ul li a {
                font-size: 10px;
                letter-spacing: 2px;
                font-family: Archivo-Regular;
                color: #f1eae3;
                text-transform: uppercase;
                -webkit-transition: all .4s ease 0s;
                transition: all .4s ease 0s
            }

                .main_content_wrap .main_content .fixed_menu .fixed_menu_content ul li a:hover {
                    opacity: .5
                }

            .main_content_wrap .main_content .fixed_menu .fixed_menu_content ul li:last-child a {
                padding-left: 5px
            }

    .main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap {
        position: absolute;
        top: 50%;
        left: 40px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap .menu_opener {
            padding-bottom: 30px;
            margin-bottom: 30px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-bottom: 1px solid #f1eae3;
            cursor: pointer;
            min-width: 130px
        }

            .main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap .menu_opener:hover .hamburger, .main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap .menu_opener:hover p {
                opacity: .5
            }

            .main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap .menu_opener p {
                font-size: 16px;
                color: #f1eae3;
                letter-spacing: 2px;
                font-family: Archivo-Regular;
                display: inline-block;
                -webkit-transition: all .4s ease 0s;
                transition: all .4s ease 0s
            }

@media only screen and (max-width:1500px) {
    .main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap .menu_opener p {
        font-size: 12px
    }
}

.main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap .menu_opener .hamburger {
    display: inline-block;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

    .main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap .menu_opener .hamburger span {
        display: block;
        height: 1px;
        margin-bottom: 4px;
        background-color: #f1eae3;
        width: 13px
    }

@media only screen and (max-width:1500px) {
    .main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap .menu_opener .hamburger span {
        margin-bottom: 3px
    }
}

.main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap .menu_opener .hamburger span:last-child {
    margin-bottom: 0
}

.main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap ul {
    position: relative;
    left: auto;
    bottom: auto
}

    .main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap ul li {
        display: block;
        margin-bottom: 20px
    }

@media only screen and (max-width:1500px) {
    .main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap ul li {
        margin-bottom: 15px
    }
}

.main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap ul li a {
    position: relative;
    border: none;
    font-size: 16px;
    padding: 10px 0;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

    .main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap ul li a:hover {
        opacity: 1
    }

@media only screen and (max-width:1500px) {
    .main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap ul li a {
        font-size: 12px;
        padding: 5px 0
    }
}

.main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 1px;
    background-color: #f1eae3;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: #f1eae3;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap ul li a:hover:after {
    width: 100%
}

.main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap ul li a:hover:before {
    width: 100%
}

.main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap ul li:first-child a {
    padding-right: 0;
    border-right: none
}

.main_content_wrap .main_content .fixed_menu .fixed_menu_content .menu_opener_wrap ul li:last-child a {
    padding-left: 0
}

.main_content_wrap .main_content .fixed_menu.dark .fixed_menu_content ul li a {
    color: #000
}

.main_content_wrap .main_content .fixed_menu.dark .fixed_menu_content ul li:first-child a {
    border-right: 1px solid #000
}

.main_content_wrap .main_content .fixed_menu.dark .fixed_menu_content .menu_opener_wrap .menu_opener {
    border-bottom: 1px solid #000
}

    .main_content_wrap .main_content .fixed_menu.dark .fixed_menu_content .menu_opener_wrap .menu_opener p {
        color: #000
    }

    .main_content_wrap .main_content .fixed_menu.dark .fixed_menu_content .menu_opener_wrap .menu_opener .hamburger span {
        background-color: #000
    }

.main_content_wrap .main_content .fixed_menu.dark .fixed_menu_content .menu_opener_wrap ul li a:after {
    background-color: #000
}

.main_content_wrap .main_content .fixed_menu.dark .fixed_menu_content .menu_opener_wrap ul li a:before {
    background-color: #000
}

.main_content_wrap .main_content .fixed_menu.dark .fixed_menu_content .menu_opener_wrap ul li:first-child a {
    border-right: none
}

.main_content_wrap .main_content .scroll_down_wrap {
    width: 5vw;
    position: relative;
    z-index: 0
}

@media only screen and (max-width:1020px) {
    .main_content_wrap .main_content .scroll_down_wrap {
        width: 0
    }
}

.main_content_wrap .main_content .scroll_down_wrap.index {
    z-index: 1
}

.main_content_wrap .main_content .scroll_down_wrap.dark .scroll_down p {
    color: #403e46
}

.main_content_wrap .main_content .scroll_down_wrap .scroll_down {
    opacity: 0;
    position: sticky;
    top: calc(100vh - 4vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

@media only screen and (max-width:1920px) {
    .main_content_wrap .main_content .scroll_down_wrap .scroll_down {
        top: calc(100vh - 5vw)
    }
}

@media only screen and (max-width:1020px) {
    .main_content_wrap .main_content .scroll_down_wrap .scroll_down {
        top: auto;
        -webkit-transform: none;
        transform: none;
        position: fixed;
        right: 20px;
        bottom: 300px
    }
}

@media only screen and (max-width:460px) {
    .main_content_wrap .main_content .scroll_down_wrap .scroll_down {
        right: 10px
    }
}

.main_content_wrap .main_content .scroll_down_wrap .scroll_down.active {
    z-index: 1;
    opacity: 1
}

.main_content_wrap .main_content .scroll_down_wrap .scroll_down img {
    position: relative;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

@media only screen and (max-width:1020px) {
    .main_content_wrap .main_content .scroll_down_wrap .scroll_down img {
        width: 20px;
        height: 20px
    }
}

.main_content_wrap .main_content .scroll_down_wrap .scroll_down p {
    color: #f1eae3;
    font-size: 10px;
    text-transform: uppercase;
    font-family: Archivo-Regular;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: -40px;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

@media only screen and (max-width:1020px) {
    .main_content_wrap .main_content .scroll_down_wrap .scroll_down p {
        display: none
    }
}

.main_content_wrap .main_content .scroll_down_wrap .scroll_down p.scroll {
    top: -40px;
    opacity: 1
}

.main_content_wrap .main_content .scroll_down_wrap .scroll_down p.top {
    top: -30px;
    opacity: 0
}

.main_content_wrap .main_content .scroll_down_wrap .scroll_down.bottom img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main_content_wrap .main_content .scroll_down_wrap .scroll_down.bottom p.scroll {
    opacity: 0
}

.main_content_wrap .main_content .scroll_down_wrap .scroll_down.bottom p.top {
    opacity: 1
}

.main_content_wrap .main_content .content_wrap {
    width: 77vw;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:1020px) {
    .main_content_wrap .main_content .content_wrap {
        width: 100vw;
        min-height: calc(100vh - 120px)
    }
}

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 1;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 100%
}

@media only screen and (max-width:1020px) {
    header {
        height: 120px;
        position: fixed
    }
}

header.background {
    background-color: #000;
    display: none
}

@media only screen and (max-width:1020px) {
    header.background {
        display: block
    }
}

header.white .desktop_nav ul li a {
    color: #f1eae3
}

    header.white .desktop_nav ul li a:after {
        background-color: #f1eae3
    }

    header.white .desktop_nav ul li a:before {
        background-color: #f1eae3
    }

header.dark_mobile.background {
    background-color: #f1eae3
}

header.dark_mobile .header_content .menu_opener p {
    color: #000
}

header.dark_mobile .header_content .menu_opener .hamburger span {
    background-color: #000
}

header.dark_mobile .mobile_nav ul li a {
    color: #000
}

header .header_content {
    width: 100%;
    padding-top: 50px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:1020px) {
    header .header_content {
        padding-top: 40px
    }
}

header .header_content .logo {
    display: inline-block
}

    header .header_content .logo img {
        width: 100%
    }

    header .header_content .logo.desktop {
        max-width: 388px
    }

@media only screen and (max-width:1300px) {
    header .header_content .logo.desktop {
        max-width: 320px
    }
}

@media only screen and (max-width:1020px) {
    header .header_content .logo.desktop {
        display: none
    }
}

header .header_content .logo.mobile {
    display: none;
    max-width: 60px
}

@media only screen and (max-width:1020px) {
    header .header_content .logo.mobile {
        display: inline-block
    }
}

header .header_content .menu_opener {
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 40px;
    display: none
}

@media only screen and (max-width:1020px) {
    header .header_content .menu_opener {
        display: block
    }
}

header .header_content .menu_opener:hover .hamburger, header .header_content .menu_opener:hover p {
    opacity: .5
}

header .header_content .menu_opener p {
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    font-family: Archivo-Regular;
    display: inline-block;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

header .header_content .menu_opener .hamburger {
    display: inline-block;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    position: relative;
    top: -1px
}

    header .header_content .menu_opener .hamburger span {
        display: block;
        height: 1px;
        margin-bottom: 4px;
        background-color: #fff;
        width: 13px
    }

@media only screen and (max-width:1500px) {
    header .header_content .menu_opener .hamburger span {
        margin-bottom: 3px
    }
}

header .header_content .menu_opener .hamburger span:last-child {
    margin-bottom: 0
}

header ul li {
    margin-bottom: 15px
}

@media only screen and (max-width:1500px) {
    header ul li {
        margin-bottom: 12px
    }
}

header ul li a {
    font-size: 16px;
    color: #000;
    font-family: Archivo-Regular;
    letter-spacing: 2px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    text-transform: uppercase
}

@media only screen and (max-width:1500px) {
    header ul li a {
        font-size: 12px;
        padding: 5px 0
    }
}

header ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

header ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

header ul li a:hover:after {
    width: 100%
}

header ul li a:hover:before {
    width: 100%
}

header ul li.current_page_item a:after {
    width: 100%
}

header ul li.current_page_item a:before {
    width: 100%
}

header .mobile_nav {
    display: none;
    position: absolute;
    top: 80px;
    right: 40px
}

@media only screen and (max-width:1020px) {
    header .mobile_nav {
        display: block
    }
}

header .mobile_nav ul {
    text-align: right
}

    header .mobile_nav ul li a {
        color: #fff;
        font-size: 15px;
        padding-top: 0
    }

        header .mobile_nav ul li a:after {
            content: none
        }

        header .mobile_nav ul li a:before {
            content: none
        }

header .desktop_nav {
    position: absolute;
    left: 40px;
    top: 145px
}

@media only screen and (max-width:1020px) {
    header .desktop_nav {
        display: none
    }
}

.big_nav_desktop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

    .big_nav_desktop .big_nav_desktop_content {
        height: calc(100vh - 65px);
        position: relative
    }

@media only screen and (max-width:1020px) {
    .big_nav_desktop .big_nav_desktop_content {
        height: 100%
    }
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu_mobile {
    display: none;
    opacity: 0;
    -webkit-transition: all .8s ease .3s;
    transition: all .8s ease .3s
}

@media only screen and (max-width:1020px) {
    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu_mobile {
        display: block;
        height: 100vh;
        overflow: scroll;
        padding-bottom: 100px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu_mobile .top {
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu_mobile .top .logo_holder {
        max-width: 60px;
        display: inline-block
    }

        .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu_mobile .top .logo_holder img {
            width: 100%
        }

    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu_mobile .top .menu_opener {
        cursor: pointer
    }

        .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu_mobile .top .menu_opener:hover img, .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu_mobile .top .menu_opener:hover p {
            opacity: .5
        }

        .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu_mobile .top .menu_opener:hover img {
            right: 3px
        }

        .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu_mobile .top .menu_opener img {
            position: relative;
            right: 0;
            -webkit-transition: all .4s ease 0s;
            transition: all .4s ease 0s
        }

        .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu_mobile .top .menu_opener p {
            font-size: 16px;
            color: #f1eae3;
            letter-spacing: 2px;
            font-family: Archivo-Regular;
            display: inline-block;
            margin-right: 10px;
            -webkit-transition: all .4s ease 0s;
            transition: all .4s ease 0s
        }

@media only screen and (max-width:1500px) {
    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu_mobile .top .menu_opener p {
        font-size: 12px
    }
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu_mobile .bottom {
    padding-top: 150px;
    padding-bottom: 78px;
    width: 100%;
    text-align: center
}

    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu_mobile .bottom .nav_holder:nth-child(2) {
        position: relative;
        margin-top: 55px;
        padding-top: 55px
    }

        .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu_mobile .bottom .nav_holder:nth-child(2):after {
            content: '';
            display: block;
            position: absolute;
            height: .5px;
            background-color: #fff;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 129px
        }

    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu_mobile .bottom .nav_holder ul li {
        margin-bottom: 48px
    }

        .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu_mobile .bottom .nav_holder ul li:last-of-type {
            margin-bottom: 0
        }

        .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu_mobile .bottom .nav_holder ul li a {
            font-size: 20px;
            letter-spacing: 4px;
            font-family: IvyMode-Light;
            color: #f1eae3;
            text-transform: uppercase;
            -webkit-transition: all .4s ease 0s;
            transition: all .4s ease 0s;
            line-height: 1em
        }

            .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu_mobile .bottom .nav_holder ul li a:hover {
                opacity: .5
            }

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 90px 90px 40px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%
}

@media only screen and (max-width:1500px) {
    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu {
        padding: 60px 60px 40px 40px
    }
}

@media only screen and (max-width:1020px) {
    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu {
        display: none
    }
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left {
    width: 18%;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .8s ease .3s;
    transition: all .8s ease .3s
}

    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .logo_holder {
        width: 100%;
        max-width: 388px
    }

@media only screen and (max-width:1300px) {
    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .logo_holder {
        max-width: 320px
    }
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .logo_holder img {
    width: 100%
}

@media only screen and (max-width:1020px) {
    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .logo_holder img.desktop {
        display: none
    }
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .logo_holder img.mobile {
    display: none
}

@media only screen and (max-width:1020px) {
    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .logo_holder img.mobile {
        display: block
    }
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left ul {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0
}

    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left ul li {
        display: inline-block
    }

        .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left ul li a {
            font-size: 10px;
            letter-spacing: 2px;
            font-family: Archivo-Regular;
            color: #f1eae3;
            text-transform: uppercase;
            -webkit-transition: all .4s ease 0s;
            transition: all .4s ease 0s
        }

            .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left ul li a:hover {
                opacity: .5
            }

        .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left ul li:last-child a {
            padding-left: 5px
        }

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .menu_opener_wrap {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .menu_opener_wrap .menu_opener {
        padding-bottom: 30px;
        margin-bottom: 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #f1eae3;
        cursor: pointer;
        min-width: 130px
    }

        .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .menu_opener_wrap .menu_opener:hover img, .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .menu_opener_wrap .menu_opener:hover p {
            opacity: .5
        }

        .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .menu_opener_wrap .menu_opener:hover img {
            right: 3px
        }

        .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .menu_opener_wrap .menu_opener img {
            position: relative;
            right: 0;
            -webkit-transition: all .4s ease 0s;
            transition: all .4s ease 0s
        }

        .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .menu_opener_wrap .menu_opener p {
            font-size: 16px;
            color: #f1eae3;
            letter-spacing: 2px;
            font-family: Archivo-Regular;
            display: inline-block;
            margin-right: 10px;
            -webkit-transition: all .4s ease 0s;
            transition: all .4s ease 0s
        }

@media only screen and (max-width:1500px) {
    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .menu_opener_wrap .menu_opener p {
        font-size: 12px
    }
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .menu_opener_wrap ul {
    position: relative;
    left: auto;
    bottom: auto
}

    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .menu_opener_wrap ul li {
        display: block;
        margin-bottom: 20px
    }

@media only screen and (max-width:1500px) {
    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .menu_opener_wrap ul li {
        margin-bottom: 15px
    }
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .menu_opener_wrap ul li a {
    position: relative;
    border: none;
    font-size: 16px;
    padding: 10px 0;
    text-transform: uppercase
}

@media only screen and (max-width:1500px) {
    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .menu_opener_wrap ul li a {
        font-size: 12px;
        padding: 5px 0
    }
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .menu_opener_wrap ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 1px;
    background-color: #f1eae3;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .menu_opener_wrap ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: #f1eae3;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .menu_opener_wrap ul li a:hover:after {
    width: 100%
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .menu_opener_wrap ul li a:hover:before {
    width: 100%
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .menu_opener_wrap ul li:first-child a {
    padding-right: 0;
    border-right: none
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .left .menu_opener_wrap ul li:last-child a {
    padding-left: 0
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .right {
    width: 82%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:1500px) {
    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .right {
        padding-top: 120px
    }
}

@media only screen and (max-width:1300px) {
    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .right {
        padding-top: 80px
    }
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .right footer {
    margin-top: auto;
    padding-bottom: 0;
    opacity: 0;
    -webkit-transition: all .8s ease .3s;
    transition: all .8s ease .3s
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .right .menu_wrap {
    opacity: 0;
    visibility: hidden;
    top: 50px;
    position: relative;
    -webkit-transition: all .8s ease .3s;
    transition: all .8s ease .3s
}

    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .right .menu_wrap ul:not(.sub-menu) {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        column-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        -webkit-column-gap: 90px;
        -moz-column-gap: 90px;
        column-gap: 90px
    }

@media only screen and (max-width:1500px) {
    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .right .menu_wrap ul:not(.sub-menu) {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px
    }
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .right .menu_wrap ul:not(.sub-menu) li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    border-top: 1px solid rgba(241,234,227,.5);
    padding: 15px 0;
    margin-bottom: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%
}

@media only screen and (max-width:1500px) {
    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .right .menu_wrap ul:not(.sub-menu) li {
        margin-bottom: 20px
    }
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .right .menu_wrap ul:not(.sub-menu) li a {
    font-size: 26px;
    font-family: IvyMode-Light;
    color: #f1eae3;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative
}

    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .right .menu_wrap ul:not(.sub-menu) li a:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0%;
        height: 1px;
        opacity: .5;
        background-color: #f1eae3;
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s
    }

    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .right .menu_wrap ul:not(.sub-menu) li a:hover:after {
        width: 100%
    }

    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .right .menu_wrap ul:not(.sub-menu) li a:hover:before {
        width: 100%
    }

@media only screen and (max-width:1500px) {
    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .right .menu_wrap ul:not(.sub-menu) li a {
        font-size: 20px
    }
}

.big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .right .menu_wrap ul:not(.sub-menu) .sub-menu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-top: 20px
}

    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .right .menu_wrap ul:not(.sub-menu) .sub-menu li {
        padding: 0;
        border-top: none;
        margin-bottom: 20px;
        position: relative;
        opacity: 1;
        top: 0
    }

        .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .right .menu_wrap ul:not(.sub-menu) .sub-menu li a {
            font-size: 16px;
            font-family: Archivo-Regular
        }

@media only screen and (max-width:1500px) {
    .big_nav_desktop .big_nav_desktop_content .big_nav_desktop_content_menu .right .menu_wrap ul:not(.sub-menu) .sub-menu li a {
        font-size: 11px
    }
}

.big_nav_desktop .big_nav_desktop_content .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

.big_nav_desktop .big_nav_desktop_footer {
    background-color: #000;
    height: 65px;
    width: 100%;
    position: relative
}

@media only screen and (max-width:1020px) {
    .big_nav_desktop .big_nav_desktop_footer {
        display: none
    }
}

.big_nav_desktop .big_nav_desktop_footer .big_nav_desktop_footer_content {
    position: relative;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .8s ease .3s;
    transition: all .8s ease .3s
}

    .big_nav_desktop .big_nav_desktop_footer .big_nav_desktop_footer_content .single_info {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 15px;
        font-family: Archivo-Regular;
        color: #f1eae3;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 1.5em;
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s
    }

        .big_nav_desktop .big_nav_desktop_footer .big_nav_desktop_footer_content .single_info:hover {
            opacity: .5
        }

@media only screen and (max-width:1500px) {
    .big_nav_desktop .big_nav_desktop_footer .big_nav_desktop_footer_content .single_info {
        font-size: 12px
    }
}

.big_nav_desktop .big_nav_desktop_footer .big_nav_desktop_footer_content .single_info:nth-of-type(1) {
    left: 40px
}

.big_nav_desktop .big_nav_desktop_footer .big_nav_desktop_footer_content .single_info:nth-of-type(2) {
    left: 50%;
    max-width: 220px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center
}

.big_nav_desktop .big_nav_desktop_footer .big_nav_desktop_footer_content .single_info:nth-of-type(3) {
    right: 40px
}

.big_nav_desktop .big_nav_desktop_footer .big_nav_desktop_footer_content .single_info span a {
    color: #f1eae3
}

.big_nav_desktop.open {
    visibility: visible;
    opacity: 1
}

    .big_nav_desktop.open .big_nav_desktop_content_menu .left, .big_nav_desktop.open .big_nav_desktop_content_menu .right .menu_wrap, .big_nav_desktop.open .big_nav_desktop_content_menu .right footer, .big_nav_desktop.open .big_nav_desktop_content_menu_mobile, .big_nav_desktop.open .big_nav_desktop_footer_content {
        top: 0;
        opacity: 1;
        visibility: visible
    }

.big_nav_desktop.close .big_nav_desktop_content_menu .left, .big_nav_desktop.close .big_nav_desktop_content_menu .right .menu_wrap, .big_nav_desktop.close .big_nav_desktop_content_menu .right footer, .big_nav_desktop.close .big_nav_desktop_content_menu_mobile, .big_nav_desktop.close .big_nav_desktop_footer_content {
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    visibility: hidden;
    opacity: 0
}

.home_wrap .hero_wrap .hero_footer h1 {
    max-width: 30vw
}

@media only screen and (max-width:1020px) {
    .home_wrap .hero_wrap .hero_footer h1 {
        top: 0;
        max-width: 100%;
        text-align: center;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        padding: 0 80px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.home_wrap .main_content_wrap {
    background-color: #000
}

    .home_wrap .main_content_wrap .main_content .content_wrap .first_section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative
    }

        .home_wrap .main_content_wrap .main_content .content_wrap .first_section .left {
            width: 47%;
            position: relative
        }

@media only screen and (max-width:750px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .first_section .left {
        width: 100%
    }
}

.home_wrap .main_content_wrap .main_content .content_wrap .first_section .left .image_holder {
    width: 100%;
    position: relative;
    padding-top: 141%;
    overflow: hidden
}

    .home_wrap .main_content_wrap .main_content .content_wrap .first_section .left .image_holder img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.home_wrap .main_content_wrap .main_content .content_wrap .first_section .right {
    width: 53%;
    padding-left: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:1500px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .first_section .right {
        padding-left: 35px
    }
}

@media only screen and (max-width:1020px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .first_section .right {
        padding-right: 30px
    }
}

@media only screen and (max-width:750px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .first_section .right {
        padding: 0 55px;
        width: 100%;
        text-align: center
    }
}

@media only screen and (max-width:460px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .first_section .right {
        padding: 0 40px
    }
}

.home_wrap .main_content_wrap .main_content .content_wrap .first_section .right h2 {
    font-size: 4.4vw;
    color: #f1eae3;
    font-family: IvyMode-Light;
    margin-bottom: 70px;
    max-width: 25vw
}

@media only screen and (max-width:1020px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .first_section .right h2 {
        font-size: 40px
    }
}

@media only screen and (max-width:1300px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .first_section .right h2 {
        max-width: 100%
    }
}

@media only screen and (max-width:750px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .first_section .right h2 {
        max-width: 100%;
        margin-bottom: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.home_wrap .main_content_wrap .main_content .content_wrap .first_section .right p {
    margin-bottom: 40px;
    max-width: 330px;
    font-size: 15.5px;
    color: #f1eae3;
    font-family: Archivo-Regular;
    line-height: 1.8em;
    letter-spacing: 1.2px
}

@media only screen and (max-width:1500px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .first_section .right p {
        font-size: 13.5px
    }
}

@media only screen and (max-width:1020px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .first_section .right p {
        font-size: 14px
    }
}

@media only screen and (max-width:750px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .first_section .right p {
        margin-bottom: 35px;
        max-width: 100%
    }
}


.right_section, .left_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.right_section .visual, .left_section .visual {
    width: 52%;
}

.inline_section h2 {
    margin-top: 0;
    margin-bottom: 30px !important;
}

.inline_section h3 {
    font-size: 2.2vw;
    color: #403e46;
    font-family: IvyMode-Light;
    margin-top: 40px !important;
    margin-bottom: 10px !important;
}

.inline_section img {
    max-width: 52%;
}

.inline_section img.right {
    float: right;
    padding-left: 55px;
    padding-bottom: 55px;
}

.inline_section img.left {
    float: left;
    padding-right: 55px;
    padding-bottom: 55px;
}

.inline_section .content_holder {
    padding-left: 55px;
}


.left_section .visual {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.inline_section ul {
    padding-left: 20px;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inline_section ul li {
    list-style-type: disc;
}


.inline_section ul li, .button_holder a {
    color: #403e46;
    font-family: Archivo-Regular;
    line-height: 1.8em;
    letter-spacing: 1.2px;
    font-size: 1em !important;
}

@media only screen and (max-width:1500px) {
    .right_section .content {
        margin-top: 35px;
        padding-left: 35px;
    }

    .left_section .content {
        margin-top: 35px;
        padding-right: 35px;
    }

    .inline_section img.right {
        padding-left: 35px;
    }

    .inline_section img.left {
        padding-right: 35px;
    }

    .inline_section .content_holder {
        padding-left: 35px;
    }


    .right_section .content p, .left_section .content p, .inline_section p, .inline_section ul li {
        font-size: 13.5px;
    }
}

@media only screen and (max-width:1020px) {
    .right_section, .left_section {
        padding-bottom: 150px;
    }

    .right_section .content {
        padding-right: 30px;
    }

    .left_section .content {
        padding-left: 30px;
    }

    .inline_section .content_holder {
        padding-left: 30px;
    }

    .inline_section img.right {
        padding-left: 30px;
    }

    .inline_section img.left {
        padding-right: 30px;
    }

    .right_section .content h2, .left_section .content h2, .inline_section h2 {
        font-size: 35px !important;
        margin-bottom: 37px;
    }

    .inline_section h3 {
        font-size: 25px;
    }

    .right_section .content p, .left_section .content p, .inline_section p, .inline_section ul li {
        font-size: 14px;
    }
}

@media only screen and (max-width:750px) {
    .right_section, .left_section {
        padding-top: 85px;
    }

    .right_section .visual, .left_section .visual {
        width: 100%;
    }

    .left_section .visual {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .right_section .content, .left_section .content {
        width: 100% !important;
        text-align: center;
        padding: 0 70px;
    }

    .inline_section .content_holder {
        padding: 0 70px;
    }

    .inline_section img.left, .inline_section img.right {
        float: none;
        max-width: 100%;
        padding: 0 0 30px 0;
    }

    .right_section .content div, .left_section .content div {
        text-align: center !important;
    }

    .right_section .content p, .left_section .content p {
        width: 100% !important;
        max-width: 100% !important;
     }
}

@media only screen and (max-width:460px) {
    .right_section .content, .left_section .content, .inline_section .content_holder {
        padding: 0 40px
    }
}


.right_section .visual .image_holder, .left_section .visual .image_holder {
    width: 100%;
    position: relative;
    padding-top: 122%;
    overflow: hidden;
}

.right_section .visual .image_holder img, .left_section .visual .image_holder img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.right_section .content {
    width: 48%;
    padding-left: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.left_section .content {
    width: 48%;
    padding-right: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.right_section .content h2, .left_section .content h2, .inline_section h2 {
    font-size: 4.4vw;
    font-family: IvyMode-Light;
    font-family: IvyMode-Light;
    margin-bottom: 70px;
    color: #403e46;
}

.right_section .content p, .left_section .content p, .left_section p, .inline_section p {
    font-size: 15.5px;
    font-family: Archivo-Regular;
    line-height: 1.8em;
    letter-spacing: 1.2px;
    color: #403e46;
}

.right_section .content p, .left_section .content p, .left_section p {
    max-width: 330px;
}

.inline_section {
    margin-bottom: 8em;
}



.home_wrap .main_content_wrap .main_content .content_wrap .fourth_section, .home_wrap .main_content_wrap .main_content .content_wrap .third_section {
    padding-top: 120px;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

@media only screen and (max-width:1020px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .fourth_section, .home_wrap .main_content_wrap .main_content .content_wrap .third_section {
        padding-left: 30px
    }
}

@media only screen and (max-width:750px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .fourth_section, .home_wrap .main_content_wrap .main_content .content_wrap .third_section {
        padding-top: 45px;
        padding-left: 0
    }
}

.home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .top_content .image_holder, .home_wrap .main_content_wrap .main_content .content_wrap .third_section .top_content .image_holder {
    width: 100%;
    max-width: 56vw;
    position: relative;
    padding-top: 42%;
    overflow: hidden
}

@media only screen and (max-width:1020px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .top_content .image_holder, .home_wrap .main_content_wrap .main_content .content_wrap .third_section .top_content .image_holder {
        max-width: 60vw
    }
}

@media only screen and (max-width:750px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .top_content .image_holder, .home_wrap .main_content_wrap .main_content .content_wrap .third_section .top_content .image_holder {
        max-width: 100%;
        padding-top: 69.7%
    }
}

.home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .top_content .image_holder img, .home_wrap .main_content_wrap .main_content .content_wrap .third_section .top_content .image_holder img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content, .home_wrap .main_content_wrap .main_content .content_wrap .third_section .bottom_content {
    position: relative;
    z-index: 1;
    margin-top: 55px
}

@media only screen and (max-width:750px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content, .home_wrap .main_content_wrap .main_content .content_wrap .third_section .bottom_content {
        margin-top: 0
    }
}

.home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder, .home_wrap .main_content_wrap .main_content .content_wrap .third_section .bottom_content .content_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:750px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder, .home_wrap .main_content_wrap .main_content .content_wrap .third_section .bottom_content .content_holder {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        padding: 0 50px
    }
}

@media only screen and (max-width:460px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder, .home_wrap .main_content_wrap .main_content .content_wrap .third_section .bottom_content .content_holder {
        padding: 0 40px
    }
}

.home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder h2, .home_wrap .main_content_wrap .main_content .content_wrap .third_section .bottom_content .content_holder h2 {
    font-size: 4.4vw;
    color: #f1eae3;
    font-family: IvyMode-Light;
    margin-bottom: 70px;
    max-width: 45vw
}

@media only screen and (max-width:1020px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder h2, .home_wrap .main_content_wrap .main_content .content_wrap .third_section .bottom_content .content_holder h2 {
        font-size: 40px
    }
}

@media only screen and (max-width:750px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder h2, .home_wrap .main_content_wrap .main_content .content_wrap .third_section .bottom_content .content_holder h2 {
        max-width: 100%;
        margin-bottom: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder p, .home_wrap .main_content_wrap .main_content .content_wrap .third_section .bottom_content .content_holder p {
    margin-bottom: 40px;
    max-width: 330px;
    font-size: 15.5px;
    color: #f1eae3;
    font-family: Archivo-Regular;
    line-height: 1.8em;
    letter-spacing: 1.2px
}

@media only screen and (max-width:1500px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder p, .home_wrap .main_content_wrap .main_content .content_wrap .third_section .bottom_content .content_holder p {
        font-size: 13.5px
    }
}

@media only screen and (max-width:1020px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder p, .home_wrap .main_content_wrap .main_content .content_wrap .third_section .bottom_content .content_holder p {
        font-size: 14px
    }
}

@media only screen and (max-width:750px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder p, .home_wrap .main_content_wrap .main_content .content_wrap .third_section .bottom_content .content_holder p {
        max-width: 100%
    }
}

@media only screen and (max-width:750px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder .left, .home_wrap .main_content_wrap .main_content .content_wrap .third_section .bottom_content .content_holder .left {
        width: 100%
    }
}

.home_wrap .main_content_wrap .main_content .content_wrap .third_section .bottom_content .content_holder .right {
    padding-left: 100px
}

@media only screen and (min-width:751px) {
    .fourth_section .bottom_content .content_holder .right {
        padding-left: 10px !important;
    }
}
@media only screen and (max-width:1020px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder .right, .home_wrap .main_content_wrap .main_content .content_wrap .third_section .bottom_content .content_holder .right {
        padding-right: 20px
    }
}

@media only screen and (max-width:750px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder .right, .home_wrap .main_content_wrap .main_content .content_wrap .third_section .bottom_content .content_holder .right {
        padding-right: 0;
        padding-left: 0;
        width: 100%
    }
}

.home_wrap .main_content_wrap .main_content .content_wrap .fourth_section {
    padding-bottom: 80px
}

    .home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content {
        margin-top: 3.1vw
    }

@media only screen and (max-width:750px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content {
        margin-top: 0
    }
}

.home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder h2 {
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 29vw
}

@media only screen and (max-width:1020px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder h2 {
        padding-left: 15px;
        max-width: 32vw
    }
}

@media only screen and (max-width:750px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder h2 {
        padding-left: 0;
        max-width: 100%
    }
}

.home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder .left {
    margin-top: -10vw
}

@media only screen and (max-width:750px) {
    .home_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder .left {
        margin-top: 0
    }
}

.residences_wrap .image_reveal:after, .residences_wrap .image_reveal_bottom:after {
    background-color: #f1eae3
}

.residences_wrap .image_reveal:before, .residences_wrap .image_reveal_bottom:before {
    background-color: #f1eae3
}

.residences_wrap .hero_wrap .image_reveal:after {
    background-color: #403e46
}

.residences_wrap .hero_wrap .image_reveal:before {
    background-color: #403e46
}

.residences_wrap .hero_wrap .hero_content .overlay {
    background-color: #403e46
}

.residences_wrap .hero_wrap .hero_footer {
    background-color: #403e46
}

    .residences_wrap .hero_wrap .hero_footer h1 {
        text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 4.4vw;
        top: -7vw;
        max-width: 30vw
    }

@media only screen and (max-width:1020px) {
    .residences_wrap .hero_wrap .hero_footer h1 {
        top: 0;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        font-size: 58px;
        width: 100%;
        max-width: 100%;
        padding: 0 50px
    }
}

@media only screen and (max-width:460px) {
    .residences_wrap .hero_wrap .hero_footer h1 {
        padding: 0 40px;
        font-size: 44px
    }
}

.residences_wrap .main_content_wrap {
    background-color: #f1eae3
}

@media only screen and (max-width:750px) {
    .residences_wrap .main_content_wrap {
        padding-top: 0
    }
}

.residences_wrap .main_content_wrap .main_content .content_wrap .first_section, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section {
    padding-bottom: 250px;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

@media only screen and (max-width:1020px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .first_section, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section {
        padding-bottom: 150px;
        padding-left: 40px
    }
}

@media only screen and (max-width:750px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .first_section, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section {
        padding-bottom: 85px;
        padding-left: 0
    }
}

.residences_wrap .main_content_wrap .main_content .content_wrap .first_section .top_content .image_holder, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .top_content .image_holder {
    width: 100%;
    max-width: 66vw;
    position: relative;
    padding-top: 54%;
    overflow: hidden
}

@media only screen and (max-width:750px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .first_section .top_content .image_holder, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .top_content .image_holder {
        padding-top: 84.7%;
        max-width: 100%
    }
}

.residences_wrap .main_content_wrap .main_content .content_wrap .first_section .top_content .image_holder img, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .top_content .image_holder img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.residences_wrap .main_content_wrap .main_content .content_wrap .first_section .bottom_content, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content {
    margin-top: 40px;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:1020px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .first_section .bottom_content, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content {
        padding-right: 40px
    }
}

@media only screen and (max-width:750px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .first_section .bottom_content, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content {
        padding: 0 70px
    }
}

@media only screen and (max-width:460px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .first_section .bottom_content, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content {
        padding: 0 40px
    }
}

.residences_wrap .main_content_wrap .main_content .content_wrap .first_section .bottom_content .content_holder, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:750px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .first_section .bottom_content .content_holder, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center
    }
}

.residences_wrap .main_content_wrap .main_content .content_wrap .first_section .bottom_content .content_holder h2, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder h2 {
    font-size: 4.4vw;
    font-family: IvyMode-Light;
    color: #403e46
}

@media only screen and (max-width:1020px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .first_section .bottom_content .content_holder h2, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder h2 {
        font-size: 40px
    }
}

@media only screen and (max-width:750px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .first_section .bottom_content .content_holder h2, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder h2 {
        margin-bottom: 37px
    }
}

.residences_wrap .main_content_wrap .main_content .content_wrap .first_section .bottom_content .content_holder p, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder p {
    max-width: 462px;
    font-size: 15.5px !important;
    font-family: Archivo-Regular;
    line-height: 1.8em;
    letter-spacing: 1.2px;
    color: #403e46
}

@media only screen and (max-width:1500px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .first_section .bottom_content .content_holder p, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder p {
        font-size: 13.5px
    }
}

@media only screen and (max-width:1020px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .first_section .bottom_content .content_holder p, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder p {
        font-size: 14px
    }
}

@media only screen and (max-width:750px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .first_section .bottom_content .content_holder p, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder p {
        max-width: 100%
    }
}

@media only screen and (max-width:750px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .first_section .bottom_content .content_holder .left, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder .left {
        width: 100%
    }
}

.residences_wrap .main_content_wrap .main_content .content_wrap .first_section .bottom_content .content_holder .right, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder .right {
    padding-left: 100px
}

@media only screen and (max-width:750px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .first_section .bottom_content .content_holder .right, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder .right {
        padding-left: 0;
        width: 100%
    }
}

.residences_wrap .main_content_wrap .main_content .content_wrap .first_section .bottom_content .content_holder .button_holder, .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder .button_holder {
    margin-top: 15px
}

.right_section, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

@media only screen and (max-width:1020px) {
    .right_section, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section {
        padding-bottom: 150px
    }
}

@media only screen and (max-width:750px) {
    .right_section, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section {
        padding-bottom: 85px
    }
}

.right_section .left, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .left {
    width: 75%;
    position: relative
}

@media only screen and (max-width:1500px) {
    .right_section .left, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .left {
        width: 70%
    }
}

@media only screen and (max-width:1020px) {
    .right_section .left, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .left {
        width: 60%
    }
}

@media only screen and (max-width:750px) {
    .right_section .left, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .left {
        width: 100%
    }
}

.right_section .left .image_holder, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .left .image_holder {
    width: 100%;
    position: relative;
    padding-top: 68%;
    overflow: hidden
}

    .right_section .left .image_holder img, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .left .image_holder img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.right_section .right, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right {
    width: 25%;
    padding-left: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:1500px) {
    .right_section .right, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right {
        margin-top: 35px;
        width: 30%;
        padding-left: 35px
    }
}

@media only screen and (max-width:1020px) {
    .right_section .right, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right {
        width: 40%;
        padding-right: 20px
    }
}

@media only screen and (max-width:750px) {
    .right_section .right, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right {
        width: 100%;
        padding: 0 70px;
        text-align: center
    }
}

@media only screen and (max-width:460px) {
    .right_section .right, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right {
        padding: 0 40px
    }
}

.right_section .right h2, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right h2 {
    font-size: 4.4vw;
    color: #f1eae3;
    font-family: IvyMode-Light;
    margin-bottom: 70px;
    color: #403e46
}

@media only screen and (max-width:1020px) {
    .right_section .right h2, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right h2 {
        font-size: 40px
    }
}

@media only screen and (max-width:1500px) {
    .right_section .right h2, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right h2 {
        margin-bottom: 58px
    }
}

@media only screen and (max-width:1020px) {
    .right_section .right h2, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right h2 {
        margin-bottom: 37px
    }
}

.right_section .right p, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right p {
    max-width: 330px;
    font-size: 15.5px;
    color: #f1eae3;
    font-family: Archivo-Regular;
    line-height: 1.8em;
    letter-spacing: 1.2px;
    color: #403e46
}

@media only screen and (max-width:1500px) {
    .right_section .right p, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right p {
        font-size: 13.5px
    }
}

@media only screen and (max-width:1020px) {
    .right_section .right p, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right p {
        font-size: 14px
    }
}

@media only screen and (max-width:750px) {
    .right_section .right p, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right p {
        max-width: 100%
    }
}

.residences_wrap .main_content_wrap .main_content .content_wrap .third_section .left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media only screen and (max-width:750px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .left {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right {
    padding-left: 0;
    padding-right: 55px
}

@media only screen and (max-width:1500px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right {
        padding-right: 35px
    }
}

@media only screen and (max-width:1020px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right {
        padding-left: 20px
    }
}

@media only screen and (max-width:750px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right {
        padding: 0 70px
    }
}

@media only screen and (max-width:460px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right {
        padding: 0 40px
    }
}

.residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right .content_holder h2, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right .content_holder p {
    text-align: right
}

@media only screen and (max-width:750px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right .content_holder h2, .residences_wrap .main_content_wrap .main_content .content_wrap .third_section .right .content_holder p {
        text-align: center
    }
}

@media only screen and (max-width:750px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .top_content .image_holder {
        padding-top: 66.8%
    }
}

.residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 62vw
}

@media only screen and (max-width:1020px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder {
        max-width: 100%
    }
}

.residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder .left h2 {
    max-width: 30vw
}

@media only screen and (max-width:750px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .fourth_section .bottom_content .content_holder .left h2 {
        max-width: 100%
    }
}

.residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

@media only screen and (max-width:750px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section {
        padding-bottom: 85px
    }
}

.residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section .left {
    width: 68%;
    position: relative
}

@media only screen and (max-width:1020px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section .left {
        width: 62%
    }
}

@media only screen and (max-width:750px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section .left {
        width: 100%
    }
}

.residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section .left .image_holder {
    width: 100%;
    position: relative;
    padding-top: 73%;
    overflow: hidden
}

@media only screen and (max-width:750px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section .left .image_holder {
        padding-top: 76.5%
    }
}

.residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section .left .image_holder img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section .right {
    width: 32%;
    padding-left: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:1500px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section .right {
        padding-left: 35px
    }
}

@media only screen and (max-width:1020px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section .right {
        width: 38%;
        padding-right: 20px
    }
}

@media only screen and (max-width:750px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section .right {
        width: 100%;
        padding: 0 70px;
        text-align: center;
        margin-top: 42px
    }
}

@media only screen and (max-width:460px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section .right {
        padding: 0 40px
    }
}

.residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section .right h2 {
    font-size: 4.4vw;
    color: #f1eae3;
    font-family: IvyMode-Light;
    margin-bottom: 70px;
    color: #403e46
}

@media only screen and (max-width:1020px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section .right h2 {
        font-size: 40px
    }
}

@media only screen and (max-width:1500px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section .right h2 {
        margin-bottom: 58px
    }
}

@media only screen and (max-width:750px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section .right h2 {
        margin-bottom: 37px
    }
}

.residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section .right p {
    max-width: 330px;
    font-size: 15.5px;
    color: #f1eae3;
    font-family: Archivo-Regular;
    line-height: 1.8em;
    letter-spacing: 1.2px;
    color: #403e46
}

@media only screen and (max-width:1500px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section .right p {
        font-size: 13.5px
    }
}

@media only screen and (max-width:1020px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section .right p {
        font-size: 14px
    }
}

@media only screen and (max-width:750px) {
    .residences_wrap .main_content_wrap .main_content .content_wrap .fifth_section .right p {
        max-width: 100%
    }
}

.residences_wrap.furniture_wrap .hero_wrap .hero_footer {
    text-align: center;
    background-color: #b2a8a2
}

    .residences_wrap.furniture_wrap .hero_wrap .hero_footer h1, .residences_wrap .hero_wrap .hero_footer h2, .residences_wrap .hero_wrap .hero_footer h3 {
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        max-width: 100%;
        margin: 0 auto
    }

    .residences_wrap.furniture_wrap .hero_wrap .hero_footer h1 {
        font-size: 4.3vw
    }

@media only screen and (max-width:1020px) {
    .residences_wrap.furniture_wrap .hero_wrap .hero_footer h1 {
        font-size: 60px
    }
}

@media only screen and (max-width:460px) {
    .residences_wrap.furniture_wrap .hero_wrap .hero_footer h1 {
        font-size: 44px
    }
}

.residences_wrap .hero_wrap .hero_footer h2, .residences_wrap .hero_wrap .hero_footer h3 {
    color: #f1eae3;
    margin: 20px auto
}

.residences_wrap .hero_wrap .hero_footer h2 {
    max-width: 29vw;
    font-size: 1.8vw;
    line-height: 1.25
}

@media only screen and (max-width:1020px) {
    .residences_wrap .hero_wrap .hero_footer h2 {
        font-size: 30px;
        max-width: 80vw
    }
}

@media only screen and (max-width:460px) {
    .residences_wrap .hero_wrap .hero_footer h2 {
        font-size: 22px;
        max-width: 100vw
    }
}

.residences_wrap .hero_wrap .hero_footer h3 {
    max-width: 36vw;
    font-size: 1vw;
    font-family: Archivo-Regular;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media only screen and (max-width:1020px) {
    .residences_wrap .hero_wrap .hero_footer h3 {
        max-width: 160vw;
        font-size: 18px
    }
}

@media only screen and (max-width:460px) {
    .residences_wrap .hero_wrap .hero_footer h3 {
        max-width: 200vw;
        font-size: 16px
    }
}

.residences_wrap.furniture_wrap .hero_wrap .hero_footer .hero_footer_holder {
    max-width: 55vw;
    margin: 0 auto;
    -webkit-transform: translateY(-7vw);
    transform: translateY(-7vw)
}

@media only screen and (max-width:1020px) {
    .residences_wrap.furniture_wrap .hero_wrap .hero_footer .hero_footer_holder {
        max-width: 100%
    }
}

.residences_wrap.furniture_wrap .hero_wrap .hero_content .overlay {
    opacity: .2
}




.residence_type_section {
    min-height: 100vh
}

@media only screen and (max-width:680px) {
    .residence_type_section {
        min-height: unset;
        padding: 0 80px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media only screen and (max-width:460px) {
    .residence_type_section {
        padding: 0 40px
    }
}

.residence_type_section .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:680px) {
    .residence_type_section .holder {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.residence_type_section .holder .right {
    width: 55%;
    overflow: hidden;
    padding-right: 1px;
    padding-top: 100px
}

@media only screen and (max-width:1020px) {
    .residence_type_section .holder .right {
        width: 50%;
        padding-top: 120px
    }
}

@media only screen and (max-width:680px) {
    .residence_type_section .holder .right {
        width: 100%;
        padding-top: 80px
    }
}

.residence_type_section .holder .left {
    width: 42.5%;
    position: sticky;
    -ms-flex-item-align: start;
    align-self: flex-start;
    top: 0;
    padding-left: 10px
}

@media only screen and (max-width:1020px) {
    .residence_type_section .holder .left {
        padding-left: 20px;
        padding-top: 120px
    }
}

@media only screen and (max-width:680px) {
    .residence_type_section .holder .left {
        width: 100%;
        position: relative;
        padding-left: 0;
        padding-top: 0
    }
}

.residence_type_section .holder .left .description {
    font-family: Archivo-Regular;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-top: 30px
}

@media only screen and (max-width:1270px) {
    .residence_type_section .holder .left .description {
        font-size: 13px;
        margin-bottom: 15px;
        padding-top: 25px
    }
}

.residence_type_section .holder .left .cards_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 40px
}

@media only screen and (max-width:680px) {
    .residence_type_section .holder .left .cards_holder {
        height: 400px
    }
}

.residence_type_section .holder .left .cards_holder .card {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    pointer-events: none
}

@media only screen and (max-width:680px) {
    .residence_type_section .holder .left .cards_holder .card {
        height: 100%;
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

        .residence_type_section .holder .left .cards_holder .card img {
            height: auto;
            width: auto
        }
}

@media only screen and (max-width:460px) {
    .residence_type_section .holder .left .cards_holder .card {
        padding: 0 40px;
        height: auto;
        width: 100%
    }
}

.residence_type_section .holder .left .cards_holder .card.active {
    position: relative;
    opacity: 1;
    pointer-events: all;
    margin-bottom: 55px
}

@media only screen and (max-width:680px) {
    .residence_type_section .holder .left .cards_holder .card.active {
        position: absolute
    }
}

.residence_type_section .holder .left .cards_holder .card img {
    max-width: 100%;
    height: auto
}

.residence_type_section .holder .left .add_info {
    font-family: Archivo-Regular;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 30px 0 20px;
    color: #403e46
}

@media only screen and (max-width:1270px) {
    .residence_type_section .holder .left .add_info {
        font-size: 16px
    }
}

.residence_type_section .holder .custom_pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 600px
}

@media only screen and (max-width:680px) {
    .residence_type_section .holder .custom_pagination {
        max-width: 100%
    }
}

.residence_type_section .holder .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: 0 0;
    opacity: 1;
    position: relative;
    font-family: IvyMode-Light;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    outline: 0;
    border: none
}

@media only screen and (max-width:1500px) {
    .residence_type_section .holder .swiper-pagination-bullet {
        font-size: 22px
    }
}

@media only screen and (max-width:1270px) {
    .residence_type_section .holder .swiper-pagination-bullet {
        font-size: 20px
    }
}

@media only screen and (max-width:1020px) {
    .residence_type_section .holder .swiper-pagination-bullet {
        font-size: 18px
    }
}

@media only screen and (max-width:750px) {
    .residence_type_section .holder .swiper-pagination-bullet {
        width: 100%;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:680px) {
    .residence_type_section .holder .swiper-pagination-bullet {
        width: auto
    }
}

@media only screen and (max-width:460px) {
    .residence_type_section .holder .swiper-pagination-bullet {
        width: 100%
    }
}

.residence_type_section .holder .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.residence_type_section .holder .swiper-pagination-bullet h5 {
    display: inline-block;
    position: relative
}

    .residence_type_section .holder .swiper-pagination-bullet h5:after {
        content: '';
        height: 1px;
        width: 0%;
        left: 0;
        bottom: -5px;
        position: absolute;
        background-color: #000;
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s
    }

.residence_type_section .holder .swiper-pagination-bullet:hover h5:after {
    width: 100%
}

.residence_type_section .holder .swiper-pagination-bullet-active {
    opacity: 1
}

    .residence_type_section .holder .swiper-pagination-bullet-active h5:after {
        width: 100%
    }

.residence_type_section .holder .residence_type .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .residence_type_section .holder .residence_type .swiper-slide .img_holder {
        width: 49%;
        text-align: center;
        margin-bottom: 45px
    }

@media only screen and (max-width:1300px) {
    .residence_type_section .holder .residence_type .swiper-slide .img_holder {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:1220px) {
    .residence_type_section .holder .residence_type .swiper-slide .img_holder {
        margin-bottom: 35px
    }
}

@media only screen and (max-width:750px) {
    .residence_type_section .holder .residence_type .swiper-slide .img_holder {
        margin-bottom: 25px
    }
}

.residence_type_section .holder .residence_type .swiper-slide .img_holder figure {
    border: 1px solid #707070;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-top: 112%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.residence_type_section .holder .residence_type .swiper-slide .img_holder img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.residence_type_section .holder .residence_type .swiper-slide .img_holder p {
    font-family: Archivo-Regular;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    max-width: 80%;
    margin: 17px auto 0
}

@media only screen and (max-width:750px) {
    .residence_type_section .holder .residence_type .swiper-slide .img_holder p {
        margin: 10px auto 0
    }
}

@media screen and (max-height:700px) {
    .page-template-template-furniture .hero_wrap .hero_footer .scroll_down {
        display: none
    }
}

@media only screen and (max-width:460px) {
    .page-template-template-furniture .hero_wrap .hero_footer .scroll_down {
        display: none
    }
}

@media only screen and (max-width:460px) {
    .page-template-template-furniture .residences_wrap.furniture_wrap .hero_wrap .hero_footer .hero_footer_holder {
        -webkit-transform: translateY(-22vw);
        transform: translateY(-22vw)
    }
}

.page-template-template-furniture .main_content_wrap .main_content .fixed_menu.dark .fixed_menu_content ul li:first-child a {
    border-right: 0
}

    .contact_wrap .main_content_wrap {
        padding-top: 0
    }

    .contact_wrap .content_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

@media only screen and (max-width:1020px) {
    .contact_wrap .content_wrap {
        padding: 0 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.contact_wrap .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 50px 0
}

@media only screen and (max-width:1020px) {
    .contact_wrap .content {
        margin-top: 150px
    }
}

@media only screen and (max-width:750px) {
    .contact_wrap .content {
        padding-bottom: 60px
    }
}

.contact_wrap .content .content_holder {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact_wrap .content .title {
    font-family: IvyMode-Light;
    margin-bottom: 90px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100px;
    line-height: 1.15em
}

@media only screen and (max-width:1500px) {
    .contact_wrap .content .title {
        font-size: 85px
    }
}

@media only screen and (max-width:1300px) {
    .contact_wrap .content .title {
        font-size: 70px;
        margin-bottom: 70px
    }
}

@media only screen and (max-width:1020px) {
    .contact_wrap .content .title {
        font-size: 60px;
        margin-bottom: 55px
    }
}

@media only screen and (max-width:750px) {
    .contact_wrap .content .title {
        text-align: center;
        max-width: 250px;
        margin: auto;
        margin-bottom: 32px
    }
}

@media only screen and (max-width:460px) {
    .contact_wrap .content .title {
        font-size: 44px
    }
}

.form_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .form_container .broker_field {
        display: none
    }

    .form_container .form_selector {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .form_container .radio_inputs_holder {
        font-family: Archivo-Regular;
        color: #403e46;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 68px;
        position: relative;
        font-size: 20px;
        width: 100%
    }

@media only screen and (max-width:1020px) {
    .form_container .radio_inputs_holder {
        margin-bottom: 54px
    }
}

@media only screen and (max-width:750px) {
    .form_container .radio_inputs_holder {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:460px) {
    .form_container .radio_inputs_holder {
        font-size: 16px
    }
}

.form_container .radio_inputs_holder input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid #403e46;
    width: 20px;
    height: 20px;
    background-color: transparent;
    margin: 0;
    margin-right: 10px
}

@media only screen and (max-width:460px) {
    .form_container .radio_inputs_holder input[type=radio] {
        margin-right: 10px;
        width: 18px;
        height: 18px
    }
}

.form_container .radio_inputs_holder input[type=radio]:checked {
    background: #403e46;
}

.form_container .radio_inputs_holder .radio_input_holder {
    position: relative
}

    .form_container .radio_inputs_holder .radio_input_holder:last-of-type {
        margin-left: 83px
    }

@media only screen and (max-width:750px) {
    .form_container .radio_inputs_holder .radio_input_holder:last-of-type {
        margin-left: 30px
    }
}

@media only screen and (max-width:460px) {
    .form_container .radio_inputs_holder .radio_input_holder:last-of-type {
        margin-left: 20px
    }
}

.form_container .radio_inputs_holder label {
    position: relative;
    top: -4px
}

.form_container form {
    display: none;
    width: 100%
}

@media only screen and (max-width:1020px) {
    .form_container form {
        width: 100%
    }
}

.form_container form.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form_container form .selected_item, .form_container form button, .form_container form input, .form_container form textarea {
    color: #403e46;
    font-family: Archivo-Regular;
    font-size: 18px;
    line-height: 1.25em
}

.form_container form button {
    border: 2px solid #fff
}

.form_container form .custom_select, .form_container form .input_holder {
    position: relative;
    margin-bottom: 48px;
    width: 49%
}

@media only screen and (max-width:1020px) {
    .form_container form .custom_select, .form_container form .input_holder {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:750px) {
    .form_container form .custom_select, .form_container form .input_holder {
        width: 100%
    }
}

.form_container form .custom_select small, .form_container form .input_holder small {
    display: block;
    color: #403e46;
    font-family: Archivo-Regular;
    font-size: 12px;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(calc(100% + 5px));
    transform: translateY(calc(100% + 5px))
}

@media only screen and (max-width:750px) {
    .form_container form .custom_select small, .form_container form .input_holder small {
        position: relative;
        -webkit-transform: none;
        transform: none
    }
}

.form_container form input:-webkit-autofill, .form_container form input:-webkit-autofill:focus, .form_container form input:-webkit-autofill:hover, .form_container form select:-webkit-autofill, .form_container form select:-webkit-autofill:focus, .form_container form select:-webkit-autofill:hover, .form_container form textarea:-webkit-autofill, .form_container form textarea:-webkit-autofill:focus, .form_container form textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #403e46;
    -webkit-box-shadow: 0 0 0 1000px #b49062 inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.form_container form .input_holder.comment {
    width: 100%
}

.form_container form .input_holder input, .form_container form .input_holder textarea {
    border: none;
    background-color: transparent;
    padding: 0 0 12px;
    width: 100%;
    border-bottom: 1px solid #403e46;
    text-align: left
}

    .form_container form .input_holder input[type=submit], .form_container form .input_holder textarea[type=submit] {
        margin-top: 50px;
        border-bottom: solid 2px #403e46;
        cursor: pointer;
        width: auto
    }

    .form_container form .input_holder input::-webkit-input-placeholder, .form_container form .input_holder textarea::-webkit-input-placeholder, .form_container form select::-webkit-input-placeholder {
        color: #908e96;
        font-family: Archivo-Regular;
        text-transform: initial
    }

    .form_container form .input_holder input::-moz-placeholder, .form_container form .input_holder textarea::-moz-placeholder, .form_container form select::-moz-placeholder {
        color: #908e96;
        font-family: Archivo-Regular;
        text-transform: initial
    }

    .form_container form .input_holder input::-ms-input-placeholder, .form_container form .input_holder textarea::-ms-input-placeholder, .form_container form select::-ms-input-placeholder {
        color: #908e96;
        font-family: Archivo-Regular;
        text-transform: initial
    }

    .form_container form .input_holder input::placeholder, .form_container form .input_holder textarea::placeholder, .form_container form select::placeholder {
        color: #908e96;
        font-family: Archivo-Regular;
        text-transform: initial
    }

    .form_container form .input_holder input:focus, .form_container form .input_holder textarea:focus {
        outline: 0
    }

.form_container form button {
    background-color: transparent;
    padding: 0;
    letter-spacing: 4px;
    border: none;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    margin-top: 15px
}

@media only screen and (max-width:1020px) {
    .form_container form button {
        margin-top: 25px
    }
}

@media only screen and (max-width:750px) {
    .form_container form button {
        margin: auto;
        margin-top: 25px
    }
}

.form_container form button:focus {
    outline: 0
}

.form_container form .custom_select {
    text-transform: initial;
    border-bottom: 1px solid #403e46;
    padding-bottom: 12px;
    text-align: left
}

    .form_container form .custom_select.active .selected_item img {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .form_container form .custom_select select {
        opacity: 0;
        position: absolute;
        z-index: -999
    }

    .form_container form .custom_select .selected_item {
        cursor: pointer;
        color: #403e46;
        text-align: left;
        font-family: Archivo-Regular;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
        text-transform: initial
    }

        .form_container form .custom_select .selected_item:hover {
            opacity: .5
        }

        .form_container form .custom_select .selected_item img {
            width: 24px;
            margin-left: 20px;
            -webkit-transition: all .4s ease 0s;
            transition: all .4s ease 0s
        }

@media only screen and (max-width:750px) {
    .form_container form .custom_select .selected_item img {
        width: 20px;
        margin-left: 10px
    }
}

.form_container form .custom_select .dropdown {
    display: none;
    margin-top: 10px
}

    .form_container form .custom_select .dropdown .dropdown_item {
        margin-bottom: 10px;
        cursor: pointer;
        color: #403e46;
        font-size: 18px;
        font-family: Archivo-Regular;
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s
    }

    .form_container form .custom_select ul.dropdown {
        list-style-type: none !important;
    }

        .form_container form .custom_select .dropdown .dropdown_item:hover {
            opacity: .5
        }

@media only screen and (max-width:1500px) {
    .form_container form .custom_select .dropdown .dropdown_item {
        font-size: 14px
    }
}

.form_container form .custom_select .dropdown .dropdown_item:first-of-type {
    display: none
}

.form_container form .custom_select .dropdown .dropdown_item:last-of-type {
    margin-bottom: 0
}

.contact_wrap .content .info {
    width: 34%
}

@media only screen and (max-width:1020px) {
    .contact_wrap .content .info {
        width: 100%
    }
}

@media only screen and (max-width:750px) {
    .contact_wrap .content .info {
        margin-top: 58px
    }
}

.contact_wrap .content .info .info_content {
    text-align: right
}

@media only screen and (max-width:1020px) {
    .contact_wrap .content .info .info_content {
        margin-left: auto
    }
}

@media only screen and (max-width:750px) {
    .contact_wrap .content .info .info_content {
        text-align: center;
        margin: auto
    }
}

.contact_wrap .content .info .email:hover:after, .contact_wrap .content .info .legal:hover:after, .contact_wrap .content .info .phone:hover:after {
    width: 100%
}

.contact_wrap .content .info .email:after, .contact_wrap .content .info .legal:after, .contact_wrap .content .info .phone:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #403e46;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.contact_wrap .content .info a, .contact_wrap .content .info p {
    display: inline-block;
    color: #403e46;
    font-size: 16px;
    font-family: Archivo-Regular;
    line-height: 1.6em;
    text-transform: uppercase
}

.contact_wrap .content .info .address_holder {
    margin-top: 30px
}

.contact_wrap .content .info .social_legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px
}

    .contact_wrap .content .info .social_legal .social_media a {
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s
    }

        .contact_wrap .content .info .social_legal .social_media a:hover {
            opacity: .5
        }

    .contact_wrap .content .info .social_legal .legal_holder {
        margin-left: 30px
    }

        .contact_wrap .content .info .social_legal .legal_holder .legal {
            display: inline-block;
            cursor: pointer
        }

.popup_holder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9998;
    opacity: 0;
    -webkit-transition: all .6s 0s ease;
    transition: all .6s 0s ease;
    pointer-events: none
}

    .popup_holder.show {
        opacity: 1;
        pointer-events: all
    }

    .popup_holder .popup_overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 99%;
        height: 99%;
        z-index: 1
    }

    .popup_holder .leader_popup_holder {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0) rotateX(0) rotateY(0) rotateZ(0) scale(1,1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0) rotateX(0) rotateY(0) rotateZ(0) scale(1,1);
        width: 380px;
        max-width: 90%;
        max-height: 90%;
        z-index: 2;
        border-radius: 4px;
        border: 1px solid #fff;
        background-color: #000
    }

    .popup_holder .exit_popup {
        width: 50px;
        height: 50px;
        border-radius: 4px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 3;
        cursor: pointer
    }

        .popup_holder .exit_popup span {
            position: absolute;
            width: 22px;
            height: 2px;
            top: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0) rotateX(0) rotateY(0) rotateZ(0) scale(1,1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0) rotateX(0) rotateY(0) rotateZ(0) scale(1,1);
            display: block;
            background-color: #fff
        }

            .popup_holder .exit_popup span:first-child {
                -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(45deg) rotateX(0) rotateY(0) rotateZ(0) scale(1,1);
                transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(45deg) rotateX(0) rotateY(0) rotateZ(0) scale(1,1)
            }

            .popup_holder .exit_popup span:last-child {
                -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(-45deg) rotateX(0) rotateY(0) rotateZ(0) scale(1,1);
                transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(-45deg) rotateX(0) rotateY(0) rotateZ(0) scale(1,1)
            }

    .popup_holder .txt {
        padding: 60px 20px 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

@media only screen and (max-width:750px) {
    .popup_holder .txt {
        padding: 50px 20px 30px
    }
}

.popup_holder .txt h3 {
    font-size: 4.4vw;
    color: #f1eae3;
    font-family: IvyMode-Light;
    margin-bottom: 40px
}

@media only screen and (max-width:1020px) {
    .popup_holder .txt h3 {
        font-size: 40px
    }
}

@media only screen and (max-width:750px) {
    .popup_holder .txt h3 {
        margin-bottom: 26px
    }
}

@media only screen and (max-width:1020px) {
    .popup_holder form {
        width: 100%
    }
}

.popup_holder form.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.popup_holder form .selected_item, .popup_holder form button, .popup_holder form input, .popup_holder form textarea {
    color: #f1eae3;
    font-family: Archivo-Regular;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.25em
}

.popup_holder form button {
    border: 2px solid #fff
}

.popup_holder form .custom_select, .popup_holder form .input_holder {
    position: relative;
    margin-bottom: 22px;
    width: 100%
}

@media only screen and (max-width:1020px) {
    .popup_holder form .custom_select, .popup_holder form .input_holder {
        margin-bottom: 18px
    }
}

@media only screen and (max-width:750px) {
    .popup_holder form .custom_select, .popup_holder form .input_holder {
        width: 100%
    }
}

.popup_holder form .custom_select small, .popup_holder form .input_holder small {
    display: block;
    color: #f1eae3;
    font-family: Archivo-Regular;
    font-size: 12px;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(calc(100% + 5px));
    transform: translateY(calc(100% + 5px))
}

@media only screen and (max-width:750px) {
    .popup_holder form .custom_select small, .popup_holder form .input_holder small {
        position: relative;
        -webkit-transform: none;
        transform: none
    }
}

.popup_holder form input:-webkit-autofill, .popup_holder form input:-webkit-autofill:focus, .popup_holder form input:-webkit-autofill:hover, .popup_holder form select:-webkit-autofill, .popup_holder form select:-webkit-autofill:focus, .popup_holder form select:-webkit-autofill:hover, .popup_holder form textarea:-webkit-autofill, .popup_holder form textarea:-webkit-autofill:focus, .popup_holder form textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #f1eae3;
    -webkit-box-shadow: 0 0 0 1000px #b49062 inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.popup_holder form .input_holder.comment {
    width: 100%
}

.popup_holder form .input_holder input, .popup_holder form .input_holder textarea {
    border: none;
    background-color: transparent;
    padding: 0 0 12px;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-align: left
}

    .popup_holder form .input_holder input[type=submit], .popup_holder form .input_holder textarea[type=submit] {
        margin-top: 50px;
        border-bottom: solid 2px #fff;
        cursor: pointer;
        width: auto
    }

    .popup_holder form .input_holder input::-webkit-input-placeholder, .popup_holder form .input_holder textarea::-webkit-input-placeholder {
        color: #f1eae3;
        font-family: Archivo-Regular;
        text-transform: initial
    }

    .popup_holder form .input_holder input::-moz-placeholder, .popup_holder form .input_holder textarea::-moz-placeholder {
        color: #f1eae3;
        font-family: Archivo-Regular;
        text-transform: initial
    }

    .popup_holder form .input_holder input::-ms-input-placeholder, .popup_holder form .input_holder textarea::-ms-input-placeholder {
        color: #f1eae3;
        font-family: Archivo-Regular;
        text-transform: initial
    }

    .popup_holder form .input_holder input::placeholder, .popup_holder form .input_holder textarea::placeholder {
        color: #f1eae3;
        font-family: Archivo-Regular;
        text-transform: initial
    }

    .popup_holder form .input_holder input:focus, .popup_holder form .input_holder textarea:focus {
        outline: 0
    }

@media only screen and (max-width:1020px) {
    .popup_holder form .input_holder textarea {
        height: 60px
    }
}

.popup_holder form button {
    background-color: transparent;
    padding: 0;
    letter-spacing: 4px;
    border: none;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    margin-top: 15px
}

@media only screen and (max-width:1020px) {
    .popup_holder form button {
        margin-top: 18px
    }
}

@media only screen and (max-width:750px) {
    .popup_holder form button {
        margin: auto;
        margin-top: 25px
    }
}

.popup_holder form button:focus {
    outline: 0
}

.popup_holder form .custom_select {
    text-transform: initial;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    text-align: left
}

    .popup_holder form .custom_select.active .selected_item img {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .popup_holder form .custom_select select {
        opacity: 0;
        position: absolute;
        z-index: -999
    }

    .popup_holder form .custom_select .selected_item {
        cursor: pointer;
        color: #f1eae3;
        text-align: left;
        font-family: Archivo-Regular;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
        text-transform: initial
    }

        .popup_holder form .custom_select .selected_item:hover {
            opacity: .5
        }

        .popup_holder form .custom_select .selected_item img {
            width: 24px;
            margin-left: 20px;
            -webkit-transition: all .4s ease 0s;
            transition: all .4s ease 0s
        }

@media only screen and (max-width:750px) {
    .popup_holder form .custom_select .selected_item img {
        width: 20px;
        margin-left: 10px
    }
}

.popup_holder form .custom_select .dropdown {
    display: none;
    margin-top: 10px
}

    .popup_holder form .custom_select .dropdown .dropdown_item {
        margin-bottom: 10px;
        cursor: pointer;
        color: #f1eae3;
        font-size: 18px;
        font-family: Archivo-Regular;
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s
    }

        .popup_holder form .custom_select .dropdown .dropdown_item:hover {
            opacity: .5
        }

@media only screen and (max-width:1500px) {
    .popup_holder form .custom_select .dropdown .dropdown_item {
        font-size: 14px
    }
}

.popup_holder form .custom_select .dropdown .dropdown_item:first-of-type {
    display: none
}

.popup_holder form .custom_select .dropdown .dropdown_item:last-of-type {
    margin-bottom: 0
}

.form_message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    background-color: #360d0c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .form_message .form_message_content {
        padding: 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 600px
    }

        .form_message .form_message_content p {
            color: #fff;
            font-family: IvyMode-Light;
            font-size: 40px
        }

body {
    background-color: #403e46
}

    body.home, body.page-template-template-architecture, body.page-template-template-contact, body.page-template-template-page {
        background-color: #000
    }

    body.page-template-template-availability, body.page-template-template-furniture, body.page-template-template-press, body.page-template-template-residences, body.single-post {
        background-color: #f1eae3
    }

    body.page-template-template-neighborhood {
        background-color: #b2a8a2
    }

.default_page_wrap {
    background-color: #000
}

    .default_page_wrap .main_content_wrap {
        padding-top: 0
    }

    .default_page_wrap .content_wrap {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .page_content {
            padding-top: 40px;
            padding-bottom: 40px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

@media only screen and (max-width:1020px) {
    .page_content {
        padding: 70px 30px 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.page_content h1 {
    font-size: 4.4vw;
    color: #403e46;
    font-family: IvyMode-Light;
    text-transform: uppercase
}

@media only screen and (max-width:1020px) {
    .page_content h1 {
        font-size: 40px
    }
}

.page_content .date {
    font-size: 15.5px;
    color: #403e46;
    font-family: Archivo-Regular;
    line-height: 1.8em;
    letter-spacing: 1.2px;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 50px
}

@media only screen and (max-width:1500px) {
    .page_content .date {
        font-size: 13.5px
    }
}

@media only screen and (max-width:1020px) {
    .page_content .date {
        font-size: 14px
    }
}

.page_content a, .page_content p, .page_content ul li {
    font-size: 15.5px;
    color: #403e46;
    font-family: Archivo-Regular;
    line-height: 1.8em;
    letter-spacing: 1.2px
}

@media only screen and (max-width:1500px) {
    .page_content a, .page_content p, .page_content ul li {
        font-size: 13.5px
    }
}

@media only screen and (max-width:1020px) {
    .page_content a, .page_content p, .page_content ul li {
        font-size: 14px
    }
}

.page_content ul {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .page_content ul li {
        list-style-type: disc
    }

.page_content a {
    position: relative
}

    .page_content a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s
    }

    .page_content a:hover:after {
        width: 0%
    }

footer {
    padding-top: 25px;
    padding-bottom: 40px;
    border-top: 1px solid rgba(241,234,227,.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:1020px) {
    footer {
        padding: 25px 20px 32px
    }
}

footer.dark {
    border-top: 1px solid rgba(64,62,70,.5)
}

    footer.dark ul li a, footer.dark ul li p {
        color: #403e46
    }

    footer.dark ul li span:after {
        background-color: #000
    }

    footer.dark ul li.mobile_nav ul li:after {
        background-color: #403e46
    }

@media only screen and (max-width:750px) {
    footer.dark ul li.contact a {
        color: #403e46
    }
}

footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:750px) {
    footer ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

footer ul li {
    margin-right: 120px
}

@media only screen and (max-width:1500px) {
    footer ul li {
        margin-right: 90px
    }
}

@media only screen and (max-width:1270px) {
    footer ul li {
        margin-right: 50px
    }
}

@media only screen and (max-width:750px) {
    footer ul li {
        margin-right: 0;
        text-align: center;
        width: 100%
    }
}

@media only screen and (max-width:750px) {
    footer ul li.address {
        margin-bottom: 20px
    }
}

footer ul li.address a {
    max-width: 150px
}

@media only screen and (max-width:750px) {
    footer ul li.address a {
        max-width: 100%
    }
}

footer ul li.social_media {
    opacity: .8
}

@media only screen and (max-width:750px) {
    footer ul li.social_media {
        opacity: 1;
        margin-top: 11px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:750px) {
    footer ul li.social_media p {
        display: none
    }
}

footer ul li.social_media img {
    vertical-align: middle;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    height: auto
}

@media only screen and (max-width:750px) {
    footer ul li.social_media img {
        width: 23px
    }
}

footer ul li.social_media span {
    position: relative;
    display: inline-block
}

@media only screen and (max-width:750px) {
    footer ul li.social_media span {
        display: none
    }
}

footer ul li.social_media span:after {
    content: '';
    height: 1px;
    bottom: 2px;
    position: absolute;
    background-color: #f1eae3;
    left: -1px;
    width: 100%;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

footer ul li.social_media span:hover:after {
    width: 0
}

@media only screen and (max-width:750px) {
    footer ul li.contact a {
        font-size: 14px;
        color: #fff
    }
}

footer ul li.copyright {
    opacity: .6
}

@media only screen and (max-width:750px) {
    footer ul li.copyright {
        margin-top: 11px
    }

        footer ul li.copyright br {
            display: none
        }
}

footer ul li.mobile_nav {
    display: none
}

@media only screen and (max-width:750px) {
    footer ul li.mobile_nav {
        display: block
    }
}

footer ul li.mobile_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    footer ul li.mobile_nav ul li {
        position: relative;
        padding: 0 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        opacity: .6;
        width: auto
    }

        footer ul li.mobile_nav ul li:after {
            content: "";
            display: block;
            width: 1px;
            height: 5px;
            background-color: #fff;
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        footer ul li.mobile_nav ul li:last-of-type:after {
            display: none
        }

        footer ul li.mobile_nav ul li a {
            font-size: 8px
        }

footer ul li a, footer ul li p {
    font-size: 10px;
    color: #f1eae3;
    font-family: Archivo-Regular;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    display: block
}

footer ul li a {
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

@media only screen and (min-width:1020px) {
    .plain {
        margin-left: 30px;
    }
}

@media only screen and (max-width:750px) {
        .plain {
            margin-top: 100px;
        }
    }

.bold {
    font-weight: bold !important;
}