.details .detail{
    text-transform: inherit !important;
}
@media (max-width: 991.98px) {
    .contact-page {
        padding-top: calc(88px + 2rem);
    }
}
@media (max-width: 767.98px) {
    .contact-page {
        padding-top: 88px;
    }
}
@media (max-width: 575.98px) {
    .contact-page {
        height: auto;
        position: relative;
        padding-bottom: 3rem;
    }
}
@media (max-width: 575.98px) {
    .contact-page div[data-barba="wrapper"],
    .contact-page main {
        height: auto;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .contact-page .site__footer {
        text-align: left;
        position: absolute;
    }
    .contact-page .site__footer a {
        color: #fff;
    }
    .contact-page .site__footer .footer__social path {
        fill: #fff;
    }
}
.contact-page .site__footer .footer__email {
    margin: 0 0 1rem;
}
@media (max-width: 575.98px) {
    .contact-page .site__footer {
        padding: 5vw;
    }
    .contact-page .site__footer .footer__social {
        margin-bottom: 0;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .contact-page .site__footer .footer__social {
        width: 9.5rem;
        margin: 0 0 1.7rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-page .site__footer {
        position: fixed;
        padding: 5vw;
    }
    .contact-page .site__footer a {
        color: #fff;
    }
    .contact-page .site__footer .footer__social {
        margin: 0;
    }
    .contact-page .site__footer .footer__social path {
        fill: #fff;
    }
}
.contact-page .madeby {
    position: absolute;
    bottom: 1.5rem;
    z-index: 90;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    color: #adabac;
}
@media (min-width: 576px) {
    .contact-page .madeby {
        right: calc(5vw + 0.1875em);
        color: #fff;
        bottom: calc(5vw + 1.8rem);
        text-align: left;
        width: auto;
    }
}
@media (min-width: 992px) {
    .contact-page .madeby {
        font-weight: 400;
        right: calc(3.5vw + 0.1875em);
        color: #adabac;
        bottom: calc(4.5vh + 3.5rem);
        bottom: calc(var(--vh) * 4.5 + 3.5rem);
    }
}
@media (max-width: 991.98px) {
    .contact__wrap {
        position: relative;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .contact__wrap {
        height: calc(100vh - 5rem - 88px);
        height: calc(var(--vh) * 100 - 5rem - 88px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .contact__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: calc(100vh - 88px);
        height: calc(var(--vh) * 100 - 88px);
    }
}
@media (min-width: 992px) {
    .contact__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 25vh 0;
        padding: calc(var(--vh) * 25) 0;
        padding-bottom:0px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 100vh;
        height: calc(var(--vh) * 100vh);
    }
}
.contact__content {
    font-size: 0.875rem;
    font-weight: 400;
    color: #7b7b7b;
    padding: 0 7vw;
    position: relative;
    z-index: 2;
}
@media (max-width: 575.98px) {
    .contact__content {
        padding-top: 90vw;
        padding-bottom: 3vw;
        color: #fff;
    }
}
@media (min-width: 576px) {
    .contact__content {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}
@media (min-width: 992px) {
    .contact__content {
        max-width: 53%;
        padding-left: 3.5vw;
    }
}
@media (min-width: 1368px) {
    .contact__content {
        padding-left: 15vw;
    }
}
@media (min-width: 1600px) {
    .contact__content {
        padding-left: 20vw;
    }
}
.contact__content .contact__content-wrap {
    width: 30rem;
    max-width: 100%;
}
.contact__content .contact__title {
    font-weight: 100;
    font-size: 1.625rem;
    color: #4e4e4e;
    margin: 0 0 1.75rem;
}
@media (max-width: 575.98px) {
    .contact__content .contact__title {
        color: #fff;
    }
}
.contact__content .contact__text {
    letter-spacing: 0.01em;
}
.contact__content .contact__details {
    margin: 0 0 2.25rem;
}
@media (max-width: 575.98px) {
    .contact__content .contact__details {
        letter-spacing: 0.07em;
    }
}
@media (min-width: 992px) {
    .contact__content .contact__details {
        margin: 0 0 6.25rem;
    }
}
@media (max-width: 575.98px) {
    .contact__content .contact__details .detail-separator {
        background-color: #fff;
    }
}
@media (min-width: 576px) {
    .contact__content .contact__details .detail-separator {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 12%;
    }
}
@media (max-width: 575.98px) {
    .contact__content .contact__details .detail-label,
    .contact__content .contact__details .detail-value {
        color: #fff;
    }
}
@media (min-width: 576px) {
    .contact__content .contact__details .detail-value {
        width: 55%;
    }
}
.contact__content .contact__extra {
    text-transform: uppercase;
    font-size: 0.75rem;
}
@media (max-width: 767.98px) {
    .contact__content .contact__extra {
        letter-spacing: 0.07em;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .contact__content .contact__extra {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.contact__content .contact__extra h2 {
    width: 100%;
    font-size: 0.75rem;
    font-weight: 500;
    color: #adabac;
    text-transform: uppercase;
    margin: 0 0 1.5rem;
}
@media (max-width: 575.98px) {
    .contact__content .contact__extra h2 {
        color: inherit;
    }
}
.contact__content .contact__extra a {
    font-weight: 500;
    color: #030303;
    margin-right: 1.5rem;
}
@media (max-width: 575.98px) {
    .contact__content .contact__extra a {
        color: inherit;
    }
}
.contact__content .contact__extra p {
    margin: 0 0 1.25rem;
}
@media (min-width: 992px) {
    .contact__content .contact__extra p:last-child {
        margin: 0;
    }
}
.contact__img {
    overflow: hidden;
}
@media (max-width: 575.98px) {
    .contact__img {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .contact__img {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        position: relative;
    }
}
@media (min-width: 992px) {
    .contact__img {
        position: relative;
        width: 47%;
        height: calc(87vh - 4.75rem);
        height: calc(var(--vh)*75);
        margin-left: auto;
    }
}
@media (max-width: 575.98px) {
    .contact__img img {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -20%);
        -ms-transform: translate(-50%, -20%);
        transform: translate(-50%, -20%);
        min-height: 100%;
        min-width: 300%;
        height: auto;
        width: auto;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .contact__img img {
        position: absolute;
        top: 0;
        left: 50%;
        height: auto;
        width: auto;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media (min-width: 992px) {
    .contact__img img {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateY(-5%);
        -ms-transform: translateY(-5%);
        transform: translateY(-5%);
        min-height: 100%;
        width: 100%;
        height: auto;
    }
}
/*# sourceMappingURL=contact.a75db687.css.map */
