.space-10 {
    height: 10px;
    width: 1px;
}
.space-20 {
    display: block;
    height: 20px;
    width: 1px;
}
.space-30 {
    display: block;
    height: 30px;
    width: 1px;
}
.space-40 {
    display: block;
    height: 40px;
    width: 1px;
}
.space-50 {
    display: block;
    height: 50px;
    width: 1px;
}
.space-60 {
    display: block;
    height: 60px;
    width: 1px;
}
.space-70 {
    display: block;
    height: 70px;
    width: 1px;
}
.space-80 {
    height: 80px;
    width: 1px;
}
.space-90 {
    height: 90px;
    width: 1px;
}
.space-100 {
    height: 100px;
    width: 1px;
}
.space-110 {
    height: 110px;
    width: 1px;
}
.space-120 {
    height: 120px;
    width: 1px;
}
.space-130 {
    height: 130px;
    width: 1px;
}
.space-140 {
    height: 140px;
    width: 1px;
}
.space-150 {
    height: 150px;
    width: 1px;
}
.space-160 {
    height: 160px;
    width: 1px;
}
.space-170 {
    height: 170px;
    width: 1px;
}
.space-180 {
    height: 180px;
    width: 1px;
}
.space-190 {
    height: 190px;
    width: 1px;
}
.space-200 {
    height: 200px;
    width: 1px;
}
.accordion__label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 6px 0;
    padding-right: 5px;
    border-bottom: 1px solid var(--color-charcoal-border);
}
.accordion__label > label {
    font-size: 15px;
    line-height: 27px;
    cursor: pointer;
}
.accordion__icon {
    margin-left: auto;
    flex-shrink: 0;
}
.accordion__icon > .active {
    display: none;
}
.accordion__content {
    display: none;
    padding: 19px 0;
}
.accordion__item.active .accordion__icon > .active {
    display: block;
}
.accordion__item.active .accordion__icon > .default {
    display: none;
}
.accordion__item.active .accordion__content {
    display: block;
}
.form {
    padding-top: 30px;
}
.form__row {
    margin-bottom: 30px;
}
.form__row input {
    color: var(--color-charcoal);
    border-bottom: 1px solid #d8d8d8;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.5px;
    padding-bottom: 13px;
}
.form__row textarea {
    padding-top: 0px;
    color: #3e3e3d;
    border-bottom: 1px solid #d8d8d8;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.5px;
}
.form__row ::placeholder {
    opacity: 0;
    color: var(--color-charcoal);
}
.form__row label {
    display: flex;
    width: 100%;
    position: relative;
}
.form__row textarea:not([type="checkbox"]) + span,
.form__row input:not([type="checkbox"]) + span,
.form__row select + span {
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.5px;
}
.form__row input:not([type="checkbox"]) + span,
.form__row textarea + span {
    position: absolute;
    top: 0px;
    left: 0;
    transform: translateY(0);
    transition-duration: 0.3s;
    color: #acacac;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.5px;
}
.form__row label:focus-within > span,
.form__row input:not(:placeholder-shown) + span,
.form__row textarea:not(:placeholder-shown) + span {
    font-size: 12px;
    line-height: 17px;
    transform: translateY(-18px);
    font-weight: 400;
}
.form__row .dot-button {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    display: inline-flex;
    align-items: center;
    background: none;
    border: none;
    color: var(--color-charcoal);
}
.form__row .dot-button .dot-button__dot {
    background: var(--color-charcoal);
    height: 10px;
    width: 10px;
    margin-right: 10px;
}
.contact-main__grid,
.contact-faq__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
}
.contact-main__left,
.contact-faq__left {
    height: 100%;
    position: relative;
}
.contact-main__gallery,
.contact-faq__gallery {
    height: 100%;
}
.contact-main__gallery img,
.contact-faq__gallery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.contact-main__right,
.contact-faq__right {
    padding-top: 7rem;
    display: flex;
    height: 100%;
}
@media (max-width: 991.98px) {
    .contact-main__right,
    .contact-faq__right {
        padding-right: 50px;
    }
}
.contact-main__content,
.contact-faq__content {
    width: 100%;
    margin: auto;
    margin-left: 0px;
    max-width: 505px;
    margin: auto;
}
.contact-main__column-grid,
.contact-faq__column-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 10px;
}
@media (max-width: 991.98px) {
    .contact-main__column-grid,
    .contact-faq__column-grid {
        grid-template-columns: 1fr;
    }
}
.contact-main__column-grid p,
.contact-faq__column-grid p {
    font-size: 14px;
    color: #909090;
    margin-bottom: 0px;
}
.contact-main__column-grid p a,
.contact-main__column-grid p span,
.contact-faq__column-grid p a,
.contact-faq__column-grid p span {
    font-size: 16px;
    color: #3e3e3d;
    display: block;
    line-height: 21px;
    padding-top: 5px;
}
.contact-main__header,
.contact-faq__header {
    padding-bottom: 18px;
}
.contact-main__header > h2,
.contact-faq__header > h2 {
    font-weight: 300;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -2px;
    margin-bottom: 14px;
}
.contact-main__header > p,
.contact-faq__header > p {
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
}
.contact-main__desc,
.contact-faq__desc {
    padding-top: 18px;
    padding-bottom: 5px;
    position: relative;
    border-top: 1px solid #d8d8d8;
}
.contact-main__desc > p,
.contact-faq__desc > p {
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
}
@media (max-width: 991.98px) {
    .contact-main__grid,
    .contact-faq__grid {
        grid-template-columns: auto;
    }
    .contact-main__left,
    .contact-faq__left {
        order: 2;
    }
    .contact-main__left,
    .contact-main__right,
    .contact-faq__left,
    .contact-faq__right {
        padding: var(--padding-x);
    }
    .contact-main__column-grid,
    .contact-faq__column-grid {
        grid-template-columns: auto;
        gap: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 767.98px) {
    .contact-main,
    .contact-faq {
        padding-top: 30px;
    }
    .contact-main__grid,
    .contact-faq__grid {
        grid-template-columns: auto;
    }
    .contact-main__left,
    .contact-faq__left {
        order: 2;
    }
    .contact-main__left,
    .contact-main__right,
    .contact-faq__left,
    .contact-faq__right {
        padding: var(--padding-x);
    }
    .contact-main__column-grid,
    .contact-faq__column-grid {
        grid-template-columns: auto;
        gap: 0;
        margin-bottom: 0;
    }
    .contact-main__column-grid p,
    .contact-faq__column-grid p {
        font-size: 13px;
        line-height: 19px;
    }
    .contact-main__column-grid p a,
    .contact-main__column-grid p span,
    .contact-faq__column-grid p a,
    .contact-faq__column-grid p span {
        font-size: 17px;
        line-height: 21px;
    }
    .contact-main__header,
    .contact-faq__header {
        padding-bottom: 16px;
    }
    .contact-main__header > h2,
    .contact-faq__header > h2 {
        font-weight: 300;
        font-size: 33px;
        line-height: 36px;
        letter-spacing: -0.05em;
        margin-bottom: 22px;
    }
    .contact-main__header > p,
    .contact-faq__header > p {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -0.02em;
    }
    .contact-main__desc,
    .contact-faq__desc {
        padding-bottom: 22px;
        padding-top: 19px;
    }
    .contact-main__desc > p,
    .contact-faq__desc > p {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -0.02em;
        display: inline;
    }
}
.contact-faq__content {
    margin: 33px auto;
    max-width: 505px;
}
.contact-faq .accordion {
    width: 100%;
}
.contact-faq .accordion__label {
    padding: 13px 0;
}
.contact-faq .accordion__label label {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.5px;
}
.contact-faq .accordion__content {
    padding: 19px 0;
}
.contact-faq .accordion__content > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.5px;
}
@media (max-width: 767.98px) {
    .contact-faq__header {
        padding-bottom: 18px;
    }
    .contact-faq__header > h2 {
        font-size: 27px;
        line-height: 29px;
        margin-bottom: 0px;
    }
    .contact-faq__grid {
        min-height: auto;
    }
    .contact-faq__left {
        display: none;
    }
    .contact-faq .accordion__label label,
    .contact-faq .accordion__content > p {
        font-size: 15px;
        line-height: 21px;
    }
    .contact-faq__content {
        margin: 2px auto;
    }
}
@media (max-width: 767.98px) {
    .contact-main__right {
        padding-top: 50px;
    }
    .contact-faq {
        padding-top: 0;
    }
}
