.let-contact-no-bg-block {
    justify-content: center;
    align-items: center;
    padding: 100px 0 0;
    background: #FDFDFD;
}

.let-contact-no-bg-block .container {
    padding-bottom: 100px;
}

.let-contact-no-bg-block .contact-no-bg-block-body {
    width: 100%;
    max-width: calc(1920px - (132px - 16px) * 2);
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
}

.let-contact-no-bg-block .contact-no-bg-content-top {
    width: 100%;
    padding-bottom: 110px;
}

.let-contact-no-bg-block .contact-no-bg-block-body .contact-no-icon-body-left,
.let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right {
    width: 50%;
    flex-basis: unset;
}

.let-contact-no-bg-block .contact-no-bg-block-title {
    max-width: 1123px;
    margin: auto;
    font-weight: 600;
    font-size: clamp(2.25rem, 0.3793rem + 3.0172vw, 4rem);
    line-height: clamp(2.8125rem, 0.4741rem + 3.7716vw, 5rem);
    text-align: center;
    letter-spacing: -0.02em;
    padding-bottom: 24px;
}


.let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right {
    padding: 90px 128px 0 180px;
}

.let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right .contact-info-icon {
    font-size: 20px;
    font-weight: 600 !important;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.81);
}

.let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right .contact-info-icon strong,
.let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right .content-right-no-icon strong {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.81);
}

.let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right .contact-info-icon img {
    margin-right: 14px;
    color: red;
}

.let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right .content-right-no-icon {
    font-family: var(--wp--preset--font-family--heading);
    margin-left: 42px;
    margin-bottom: 0;
    font-weight: 300;
    font-size: clamp(0.875rem, 0.7414rem + 0.2155vw, 1rem);
    line-height: clamp(1.5rem, 1.3664rem + 0.2155vw, 1.625rem);
}

.let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right h2.content-right-no-icon {
    font-family: var(--wp--preset--font-family--heading);
    font-size: 20px;
    font-weight: 600;
    line-height: clamp(1.5rem, 1.2328rem + 0.431vw, 1.75rem);
}

.let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right .phone-number a {
    color: black;
}

.let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right .block-social ul {
    column-gap: 20px;
}

.let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right .block-social ul li {
    width: 40px;
    height: 36px;
    justify-content: center;
}

.let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right .content-right-header {
    font-style: normal;
    font-weight: 600;
    font-size: clamp(1.375rem, 0.7069rem + 1.2vw, 2rem);
    line-height: clamp(2.0625rem, 1.0603rem + 1.6164vw, 3rem);
    margin-bottom: 12px;
    color: rgba(0, 0, 0, 0.81);
}

.let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right .content-right-body {
    font-family: var(--wp--preset--font-family--heading);
    font-style: normal;
    font-weight: 300;
    font-size: clamp(0.875rem, 0.7414rem + 0.2155vw, 1rem);
    line-height: clamp(1.53125rem, 1.4578rem + 0.1185vw, 1.6rem);
    margin-bottom: 48px;
}

.let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right .content-info-item {
    margin-bottom: 48px;
}

.let-contact-no-bg-block .contact-no-bg-block-description {
    font-style: normal;
    font-weight: 400;
    font-size: clamp(1rem, 0.7328rem + 0.431vw, 1.25rem);
    line-height: clamp(1.75rem, 1.2823rem + 0.7543vw, 2.1875rem);
    text-align: center;
    letter-spacing: 0.02em;
    margin: 0 auto;
    width: 800px;
}

.contact-no-bg-block-body .container-contact-form {
    border-radius: 5px;
    padding: 91px 58px 73.5px 58px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 12px 80px rgba(0, 0, 0, 0.05);
}

.contact-no-bg-block-body .container-contact-form label {
    font-family: var(--wp--preset--font-family--heading);
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.005em;
    color: rgba(0, 0, 0, 0.81);
    padding-left: 10px;
}

.contact-no-bg-block-body .container-contact-form textarea {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 37px;
    resize: vertical;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    color: #000000;
}

.contact-no-bg-block-body .container-contact-form input[type=text], .contact-no-bg-block-body .container-contact-form input[type=email] {
    width: 100%;
    padding: 14px 16px 38px;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 37px;
    resize: vertical;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    color: #000000;
}

.contact-no-bg-block-body .container-contact-form input::placeholder {
    padding: 0;
    font-family: var(--wp--preset--font-family--heading);
    font-weight: 300;
    font-size: 14px;
    line-height: clamp(1.3125rem, 1.0787rem + 0.3772vw, 1.53125rem);
    letter-spacing: 0.005em;
    color: rgba(0, 0, 0, 0.47);
}

.contact-no-bg-block-body .container-contact-form textarea::placeholder {
    padding: 0;
    font-family: var(--wp--preset--font-family--heading);
    font-weight: 300;
    font-size: 14px;
    line-height: clamp(1.3125rem, 1.0787rem + 0.3772vw, 1.53125rem);
    letter-spacing: 0.005em;
    color: rgba(0, 0, 0, 0.47);
}

.contact-no-bg-block-body .container-contact-form input[type=text], input[type=email] {
    height: 72px;
}

.contact-no-bg-block-body .container-contact-form textarea {
    height: 129px;
    margin-bottom: 20px;
    resize: none;
}

.contact-no-bg-block-body .container-contact-form input[type=submit] {
    width: 100%;
    height: 72px;
    background: #FF671D;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-top: 15px;
}

.let-contact-no-bg-block .font-16 {
    font-size: 16px;
}

.contact-no-bg-block-body .content-100 {
    width: 100% !important;
}

/* Validate */
.let-contact-no-bg-block .container-contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip:nth-child(2) {
    display: block;
}

.let-contact-no-bg-block .container-contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip:not(:nth-child(2)) {
    display: none;
}

/* Responsive */
@media only screen and (max-width: 992px) {
    .let-contact-no-bg-block {
        background: #FFFFFF;
        padding: 0;
    }

    .let-contact-no-bg-block .container {
        padding: 60px 16px 66px 16px;
    }

    .let-contact-no-bg-block .contact-no-bg-block-body {
        padding-top: 24px;
        gap: 60px;
        flex-wrap: wrap !important;
    }

    .contact-us-page-template .let-contact-no-bg-block .contact-no-bg-block-body {
        padding-top: 0;
    }

    .let-contact-no-bg-block.contact-block-no-background {
        background: unset;
    }

    .let-contact-no-bg-block .contact-no-bg-block-description {
        text-align: left;
        width: unset;
    }

    .let-contact-no-bg-block .contact-no-bg-content-top {
        padding-bottom: 0;
    }

    .let-contact-no-bg-block .contact-no-bg-block-body .contact-no-icon-body-left {
        width: 100%;
    }

    .let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right .content-right-body {
        margin-bottom: 40px
    }

    .let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right .content-info-item {
        margin-bottom: 36px;
    }

    .let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right {
        width: 100%;
        padding: 0;
    }

    .let-contact-no-bg-block .contact-no-bg-block-title {
        text-align: left;
    }

    .let-contact-no-bg-block .contact-no-bg-block-description {
        letter-spacing: 0.04em;
    }

    .contact-no-bg-block-body .container-contact-form input::placeholder, textarea::placeholder {
        font-weight: 400;
    }

    .let-contact-no-bg-block .container-contact-form {
        padding: 36px 25px;
    }

    .let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right .content-right-header {
    }

    .let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right .contact-info-icon,
    .let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right .content-right-no-icon,
    .let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right h2.content-right-no-icon {
        font-size: 14px;
    }

    .let-contact-no-bg-block .container-contact-form label {
        padding-left: 8px;
    }

    .contact-no-bg-block-body .container-contact-form input[type=text], .contact-no-bg-block-body .container-contact-form input[type=email] {
        padding: 14px 16px 34px;
        margin-top: 1px;
    }

    .contact-no-bg-block-body .container-contact-form textarea {
        padding: 12px 20px;
        margin-top: 1px;
    }
}

@media (min-width: 993px) and (max-width: 1300px) {
    .let-contact-no-bg-block .contact-no-bg-block-body .contact-no-bg-body-right {
        padding: 75px 0 0 118px;
    }
}
