:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2f2eb95 *//* =====================================================
   SARVELL CONTACT PAGE
===================================================== */

.sarvell-contact-page {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #111111;
    box-sizing: border-box;
}

.sarvell-contact-page *,
.sarvell-contact-page *::before,
.sarvell-contact-page *::after {
    box-sizing: border-box;
}


/* =====================================================
   HERO
===================================================== */

.sarvell-contact-hero {
    width: 100%;
    min-height: 680px;

    display: grid;
    grid-template-columns: 50% 50%;

    margin: 0;
    padding: 0;

    background: #ffffff;
}

.sarvell-contact-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    padding: 70px 9%;
}

.sarvell-contact-logo {
    width: 115px;
    margin-bottom: 65px;
}

.sarvell-contact-logo img {
    display: block;
    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;

    object-fit: contain;
}

.sarvell-contact-eyebrow,
.sarvell-small-label {
    display: block;

    margin: 0 0 25px;
    padding: 0;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 3.5px;
    line-height: 1.5;

    color: #77706a;

    text-transform: uppercase;
}

.sarvell-contact-hero-content h1 {
    max-width: 600px;

    margin: 0 0 30px;
    padding: 0;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 65px;
    font-weight: 400;

    line-height: 1.03;

    letter-spacing: -1.8px;

    color: #111111;
}

.sarvell-contact-intro {
    max-width: 530px;

    margin: 0;
    padding: 0;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 16px;
    line-height: 1.8;

    color: #555555;
}

.sarvell-contact-hero-image {
    width: 100%;
    min-height: 680px;

    overflow: hidden;

    background: #f4f3ef;
}

.sarvell-contact-hero-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    margin: 0;
    padding: 0;

    border: 0;
}


/* =====================================================
   SUPPORT INTRO
===================================================== */

.sarvell-support-section {
    width: 100%;

    display: grid;
    grid-template-columns: 45% 55%;

    padding: 110px 9%;

    background: #ffffff;
}

.sarvell-support-heading h2,
.sarvell-help-title h2,
.sarvell-order-box h2,
.sarvell-return-content h2,
.sarvell-address-content h2,
.sarvell-form-heading h2 {
    margin: 0;
    padding: 0;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 52px;
    font-weight: 400;

    line-height: 1.08;

    letter-spacing: -1.2px;

    color: #111111;
}

.sarvell-support-text {
    padding-left: 30px;
    padding-top: 15px;
}

.sarvell-support-text p {
    max-width: 650px;

    margin: 0 0 25px;
    padding: 0;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 16px;
    line-height: 1.8;

    color: #555555;
}


/* =====================================================
   CONTACT CARDS
===================================================== */

.sarvell-contact-cards {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 1px;

    background: #d9d6cf;
    border-top: 1px solid #d9d6cf;
    border-bottom: 1px solid #d9d6cf;
}

.sarvell-contact-card {
    min-height: 330px;

    padding: 45px 45px 50px;

    background: #ffffff;
}

.sarvell-card-number {
    display: block;

    margin-bottom: 45px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 15px;

    color: #77706a;
}

.sarvell-contact-card h3 {
    margin: 0 0 18px;
    padding: 0;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 28px;
    font-weight: 400;

    color: #111111;
}

.sarvell-contact-card p {
    max-width: 330px;

    margin: 0 0 25px;
    padding: 0;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 14px;
    line-height: 1.75;

    color: #555555;
}

.sarvell-contact-card a,
.sarvell-card-link {
    font-family: Arial, Helvetica, sans-serif;

    font-size: 13px;
    font-weight: 600;

    color: #111111;

    text-decoration: none;

    letter-spacing: .3px;
}

.sarvell-contact-card a:hover {
    color: #77706a;
}


/* =====================================================
   HELP SECTION
===================================================== */

.sarvell-help-section {
    width: 100%;

    display: grid;
    grid-template-columns: 42% 58%;

    padding: 115px 9%;

    background: #f5f3ee;
}

.sarvell-help-list {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 0 45px;

    padding-left: 30px;
}

.sarvell-help-item {
    min-height: 85px;

    display: grid;
    grid-template-columns: 35px 1fr;

    gap: 15px;

    align-items: start;

    padding: 20px 0;

    border-bottom: 1px solid #d8d4cc;
}

.sarvell-help-item span {
    font-family: Georgia, "Times New Roman", serif;

    font-size: 13px;

    color: #77706a;
}

.sarvell-help-item p {
    margin: 0;
    padding: 0;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 14px;
    line-height: 1.6;

    color: #333333;
}


/* =====================================================
   ORDER SECTION
===================================================== */

.sarvell-order-section {
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 0;
}

.sarvell-order-box {
    min-height: 480px;

    padding: 85px 9%;

    background: #ffffff;
}

.sarvell-order-beige {
    background: #DFD9CD;
}

.sarvell-order-box h2 {
    font-size: 43px;

    margin-bottom: 30px;
}

.sarvell-order-box p {
    max-width: 570px;

    margin: 0 0 20px;
    padding: 0;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 15px;
    line-height: 1.8;

    color: #555555;
}

.sarvell-order-beige p {
    color: #333333;
}

.sarvell-order-box a {
    color: #111111;
    font-weight: 600;
}


/* =====================================================
   RETURNS
===================================================== */

.sarvell-return-section {
    width: 100%;

    display: grid;
    grid-template-columns: 50% 50%;

    background: #ffffff;
}

.sarvell-return-image {
    width: 100%;
    min-height: 650px;

    overflow: hidden;

    background: #f3f2ef;
}

.sarvell-return-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    margin: 0;
    padding: 0;

    border: 0;
}

.sarvell-return-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    padding: 80px 10%;
}

.sarvell-return-content h2 {
    margin-bottom: 30px;
}

.sarvell-return-content p {
    max-width: 560px;

    margin: 0 0 18px;
    padding: 0;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 15px;
    line-height: 1.8;

    color: #555555;
}


/* =====================================================
   ADDRESS
===================================================== */

.sarvell-address-section {
    width: 100%;

    display: grid;
    grid-template-columns: 50% 50%;

    background: #111111;

    color: #ffffff;
}

.sarvell-address-content {
    padding: 95px 10%;
}

.sarvell-address-content .sarvell-small-label {
    color: #bcb7af;
}

.sarvell-address-content h2 {
    color: #ffffff;

    font-size: 55px;

    margin-bottom: 25px;
}

.sarvell-address-content p {
    margin: 0 0 35px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 16px;
    line-height: 1.8;

    color: #dddddd;
}

.sarvell-map-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 165px;
    height: 50px;

    background: #ffffff;

    color: #111111;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 1.5px;

    text-decoration: none;

    transition: .25s ease;
}

.sarvell-map-button:hover {
    background: #DFD9CD;
    color: #111111;
}

.sarvell-address-details {
    display: grid;
    grid-template-columns: 1fr 1fr;

    align-content: center;

    gap: 0;

    padding: 70px 9%;
}

.sarvell-address-details > div {
    min-height: 145px;

    padding: 25px;

    border-left: 1px solid #444444;
    border-bottom: 1px solid #444444;
}

.sarvell-address-details span {
    display: block;

    margin-bottom: 15px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 2.5px;

    color: #aaa59d;
}

.sarvell-address-details p,
.sarvell-address-details a {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 14px;
    line-height: 1.7;

    color: #ffffff;

    text-decoration: none;
}


/* =====================================================
   CONTACT FORM
===================================================== */

.sarvell-form-section {
    width: 100%;

    display: grid;
    grid-template-columns: 40% 60%;

    gap: 70px;

    padding: 110px 9%;

    background: #ffffff;
}

.sarvell-form-heading p {
    max-width: 390px;

    margin: 30px 0 0;
    padding: 0;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 15px;
    line-height: 1.8;

    color: #555555;
}

.sarvell-contact-form {
    width: 100%;
}

.sarvell-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 25px;
}

.sarvell-form-field {
    width: 100%;

    margin-bottom: 25px;
}

.sarvell-form-field label {
    display: block;

    margin-bottom: 10px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 2px;

    color: #555555;
}

.sarvell-form-field input,
.sarvell-form-field textarea {
    width: 100%;

    margin: 0;
    padding: 15px 0;

    background: transparent;

    border: 0;
    border-bottom: 1px solid #bdb9b1;

    border-radius: 0;

    outline: none;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 14px;

    color: #111111;

    box-shadow: none;

    transition: border-color .25s ease;
}

.sarvell-form-field textarea {
    min-height: 130px;

    resize: vertical;
}

.sarvell-form-field input:focus,
.sarvell-form-field textarea:focus {
    border-color: #111111;
}

.sarvell-form-field input::placeholder,
.sarvell-form-field textarea::placeholder {
    color: #aaa59d;
}

.sarvell-form-button {
    width: 180px;
    height: 52px;

    margin-top: 5px;
    padding: 0;

    background: #111111;

    border: 1px solid #111111;
    border-radius: 0;

    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 1.6px;

    cursor: pointer;

    transition: .25s ease;
}

.sarvell-form-button:hover {
    background: #DFD9CD;
    border-color: #DFD9CD;

    color: #111111;
}


/* =====================================================
   FOOTER NOTE
===================================================== */

.sarvell-contact-footer {
    width: 100%;

    padding: 30px 20px;

    text-align: center;

    background: #f5f3ee;

    border-top: 1px solid #ddd9d1;
}

.sarvell-contact-footer p {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 12px;

    color: #666666;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .sarvell-contact-hero {
        min-height: 580px;
    }

    .sarvell-contact-hero-content {
        padding: 55px 7%;
    }

    .sarvell-contact-logo {
        margin-bottom: 45px;
    }

    .sarvell-contact-hero-content h1 {
        font-size: 50px;
    }

    .sarvell-contact-hero-image {
        min-height: 580px;
    }

    .sarvell-support-section {
        padding: 80px 7%;
    }

    .sarvell-support-heading h2,
    .sarvell-help-title h2 {
        font-size: 42px;
    }

    .sarvell-contact-card {
        padding: 35px 25px;
    }

    .sarvell-help-section {
        padding: 85px 7%;
    }

    .sarvell-order-box {
        padding: 70px 7%;
    }

    .sarvell-return-content {
        padding: 60px 7%;
    }

    .sarvell-form-section {
        padding: 85px 7%;
        gap: 40px;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .sarvell-contact-hero {
        display: flex;
        flex-direction: column;

        min-height: auto;
    }

    .sarvell-contact-hero-content {
        order: 1;

        padding: 45px 25px 55px;
    }

    .sarvell-contact-logo {
        width: 95px;
        margin-bottom: 45px;
    }

    .sarvell-contact-hero-content h1 {
        font-size: 42px;
        line-height: 1.06;
        letter-spacing: -1px;
    }

    .sarvell-contact-intro {
        font-size: 14px;
        line-height: 1.75;
    }

    .sarvell-contact-hero-image {
        order: 2;

        min-height: 420px;
        height: 420px;
    }


    /* SUPPORT */

    .sarvell-support-section {
        display: flex;
        flex-direction: column;

        padding: 65px 25px;
    }

    .sarvell-support-heading h2,
    .sarvell-help-title h2 {
        font-size: 38px;
    }

    .sarvell-support-text {
        padding: 30px 0 0;
    }


    /* CARDS */

    .sarvell-contact-cards {
        display: flex;
        flex-direction: column;

        gap: 1px;
    }

    .sarvell-contact-card {
        min-height: auto;

        padding: 35px 25px 40px;
    }

    .sarvell-card-number {
        margin-bottom: 25px;
    }


    /* HELP */

    .sarvell-help-section {
        display: flex;
        flex-direction: column;

        padding: 65px 25px;
    }

    .sarvell-help-list {
        grid-template-columns: 1fr;

        padding: 30px 0 0;
    }


    /* ORDER */

    .sarvell-order-section {
        display: flex;
        flex-direction: column;
    }

    .sarvell-order-box {
        min-height: auto;

        padding: 60px 25px;
    }

    .sarvell-order-box h2 {
        font-size: 37px;
    }


    /* RETURN */

    .sarvell-return-section {
        display: flex;
        flex-direction: column;
    }

    .sarvell-return-image {
        min-height: 420px;
        height: 420px;
    }

    .sarvell-return-content {
        padding: 60px 25px;
    }

    .sarvell-return-content h2 {
        font-size: 38px;
    }


    /* ADDRESS */

    .sarvell-address-section {
        display: flex;
        flex-direction: column;
    }

    .sarvell-address-content {
        padding: 65px 25px;
    }

    .sarvell-address-content h2 {
        font-size: 45px;
    }

    .sarvell-address-details {
        grid-template-columns: 1fr 1fr;

        padding: 0 10px 45px;
    }

    .sarvell-address-details > div {
        min-height: 130px;

        padding: 20px 15px;
    }


    /* FORM */

    .sarvell-form-section {
        display: flex;
        flex-direction: column;

        padding: 65px 25px;

        gap: 45px;
    }

    .sarvell-form-heading h2 {
        font-size: 38px;
    }

    .sarvell-form-row {
        grid-template-columns: 1fr;

        gap: 0;
    }

    .sarvell-form-button {
        width: 175px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .sarvell-contact-hero-content {
        padding: 40px 20px 50px;
    }

    .sarvell-contact-hero-content h1 {
        font-size: 36px;
    }

    .sarvell-contact-hero-image {
        height: 360px;
        min-height: 360px;
    }

    .sarvell-support-section,
    .sarvell-help-section,
    .sarvell-return-content,
    .sarvell-form-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sarvell-address-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sarvell-address-details {
        grid-template-columns: 1fr;
    }

}/* End custom CSS */