/* ================================
   Experience Quote Banner Widget
================================ */

.-ycwt-experience_quote_banner {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 18%, rgb(255 111 0 / 6%) 0, transparent 32%),
        radial-gradient(circle at 92% 82%, rgb(0 0 0 / 5%) 0, transparent 34%),
        linear-gradient(180deg, #fff3df 0%, #fffaf2 100%);
}

.-ycwt-experience_quote_banner::before,
.-ycwt-experience_quote_banner::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    border-radius: 999px;
}

.-ycwt-experience_quote_banner::before {
    width: 380px;
    height: 380px;
    inset-inline-start: -190px;
    top: 90px;
    background: rgb(255 111 0 / 7%);
}

.-ycwt-experience_quote_banner::after {
    width: 270px;
    height: 270px;
    inset-inline-end: -115px;
    bottom: 80px;
    border: 40px solid rgb(0 0 0 / 4%);
}

.-ycwt-experience_quote_banner .experience-quote-banner {
    position: relative;
    z-index: 2;
    padding: 0 0 34px;
}

/* ================================
   Hero
================================ */

.-ycwt-experience_quote_banner .experience-quote-hero {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border-radius: 0 0 34px 34px;
    background:
        radial-gradient(circle at 20% 20%, rgb(255 111 0 / 22%) 0, transparent 36%),
        linear-gradient(135deg, #000000 0%, #000000 52%, #000000 100%);
    box-shadow: 0 22px 60px rgb(0 0 0 / 10%);
}

.-ycwt-experience_quote_banner .experience-quote-hero.is-empty {
    background:
        radial-gradient(circle at 24% 18%, rgb(255 111 0 / 22%) 0, transparent 36%),
        radial-gradient(circle at 86% 78%, rgb(0 0 0 / 16%) 0, transparent 34%),
        linear-gradient(135deg, #000000 0%, #000000 52%, #000000 100%);
}

.-ycwt-experience_quote_banner .experience-quote-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: .36;
    pointer-events: none;
    background-image:
        linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px),
        linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 78%, transparent 100%);
}

.-ycwt-experience_quote_banner .experience-quote-media,
.-ycwt-experience_quote_banner .experience-quote-overlay {
    position: absolute;
    inset: 0;
}

.-ycwt-experience_quote_banner .experience-quote-media {
    z-index: 0;
}

.-ycwt-experience_quote_banner .experience-quote-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.02);
    filter: saturate(1.04) contrast(1.04);
    transition:
        transform .8s ease,
        filter .8s ease;
}

.-ycwt-experience_quote_banner .experience-quote-hero:hover .experience-quote-media img {
    transform: scale(1.07);
    filter: saturate(1.08) contrast(1.06);
}

.-ycwt-experience_quote_banner .experience-quote-overlay {
    z-index: 1;
    background:
        radial-gradient(circle at 50% 26%, rgb(255 111 0 / 18%) 0, transparent 42%),
        linear-gradient(180deg, rgb(7 11 22 / 34%) 0%, rgb(7 11 22 / 82%) 100%),
        linear-gradient(90deg, rgb(7 11 22 / 55%) 0%, rgb(7 11 22 / 22%) 50%, rgb(7 11 22 / 55%) 100%);
}

/* ================================
   Hero Content
================================ */

.-ycwt-experience_quote_banner .experience-quote-content {
    position: relative;
    z-index: 3;
    min-height: 500px;
    padding: 62px 24px 178px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
}

.-ycwt-experience_quote_banner .experience-quote-play {
    position: relative;
    width: 82px;
    height: 82px;
    margin: 0 0 26px;
    border: 0;
    border-radius: 50%;
    background:
        radial-gradient(circle at 28% 18%, rgb(255 255 255 / 20%) 0, transparent 38%),
        linear-gradient(135deg, var(--uicolor) 0%, var(--uicolor2) 100%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow:
        0 22px 44px rgb(255 111 0 / 30%),
        0 0 0 10px rgb(255 255 255 / 18%);
    transition:
        transform .34s ease,
        box-shadow .34s ease;
}

.-ycwt-experience_quote_banner .experience-quote-play::before,
.-ycwt-experience_quote_banner .experience-quote-play::after {
    content: "";
    position: absolute;
    inset: -12px;
    border: 1px solid rgb(255 255 255 / 42%);
    border-radius: 50%;
    pointer-events: none;
    opacity: .65;
    animation: experienceQuotePulse 1.8s ease infinite;
}

.-ycwt-experience_quote_banner .experience-quote-play::after {
    inset: -22px;
    opacity: .34;
    animation-delay: .35s;
}

@keyframes experienceQuotePulse {
    0% {
        transform: scale(.82);
        opacity: .65;
    }

    70% {
        transform: scale(1.08);
        opacity: 0;
    }

    100% {
        transform: scale(1.08);
        opacity: 0;
    }
}

.-ycwt-experience_quote_banner .experience-quote-play span {
    position: relative;
    z-index: 2;
    width: 54px;
    height: 54px;
    margin-inline-start: 3px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--uicolor);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 70%);
}

.-ycwt-experience_quote_banner .experience-quote-play:hover,
.-ycwt-experience_quote_banner .experience-quote-play:focus-visible {
    outline: 0;
    transform: translateY(-5px) scale(1.05);
    box-shadow:
        0 30px 58px rgb(255 111 0 / 36%),
        0 0 0 12px rgb(255 255 255 / 22%);
}

.-ycwt-experience_quote_banner .experience-quote-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin: 0 0 14px;
    padding: 7px 15px;
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: 999px;
    background: rgb(255 255 255 / 10%);
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 900;
    backdrop-filter: blur(8px);
}

.-ycwt-experience_quote_banner .experience-quote-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--uicolor);
    box-shadow: 0 0 0 5px rgb(255 111 0 / 18%);
}

.-ycwt-experience_quote_banner .experience-quote-title {
    max-width: 820px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.16;
    font-weight: 950;
    letter-spacing: -.65px;
    text-shadow: 0 18px 42px rgb(0 0 0 / 22%);
}

.-ycwt-experience_quote_banner .experience-quote-text {
    max-width: 760px;
    margin: 0;
    color: rgb(255 255 255 / 82%);
    font-size: 16px;
    line-height: 1.95;
    font-weight: 500;
}

.-ycwt-experience_quote_banner .experience-quote-catalog {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
    padding: 10px 16px;
    border: 1px solid rgb(255 255 255 / 13%);
    border-radius: 999px;
    background: rgb(255 255 255 / 9%);
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.-ycwt-experience_quote_banner .experience-quote-catalog i {
    color: var(--uicolor);
}

/* ================================
   Stats
================================ */

.-ycwt-experience_quote_banner .experience-quote-stats {
    position: relative;
    z-index: 4;
    width: min(100%, 1100px);
    margin: -70px auto 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 26px;
    background:
        radial-gradient(circle at 0 0, rgb(255 111 0 / 13%) 0, transparent 36%),
        linear-gradient(135deg, #000000 0%, #000000 100%);
    color: #ffffff;
    box-shadow: 0 28px 68px rgb(17 25 49 / 22%);
}

.-ycwt-experience_quote_banner .experience-quote-stat {
    position: relative;
    min-width: 0;
    padding: 26px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.-ycwt-experience_quote_banner .experience-quote-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    inset-inline-end: 0;
    top: 24px;
    bottom: 24px;
    width: 1px;
    background: rgb(255 255 255 / 18%);
}

.-ycwt-experience_quote_banner .experience-quote-stat-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 17px;
    background: rgb(255 255 255 / 9%);
    color: var(--uicolor);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    box-shadow: 0 12px 28px rgb(0 0 0 / 10%);
}

.-ycwt-experience_quote_banner .experience-quote-stat-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.-ycwt-experience_quote_banner .experience-quote-stat-copy strong {
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
    font-family: var(--f-number, inherit);
}

.-ycwt-experience_quote_banner .experience-quote-stat-copy span {
    color: rgb(255 255 255 / 78%);
    font-size: 13px;
    line-height: 1.6;
    font-weight: 700;
}

/* ================================
   Bottom Card
================================ */

.-ycwt-experience_quote_banner .experience-quote-card {
    position: relative;
    z-index: 3;
    width: min(100%, 1100px);
    margin: -12px auto 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(290px, 350px) minmax(0, 1fr);
    border: 1px solid rgb(0 0 0 / 7%);
    border-radius: 0 0 30px 30px;
    background: #ffffff;
    box-shadow: 0 30px 70px rgb(18 26 44 / 10%);
}

/* ================================
   Contact Side
================================ */

.-ycwt-experience_quote_banner .experience-quote-contact {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 38px 30px;
    background:
        radial-gradient(circle at 0 0, rgb(255 111 0 / 14%) 0, transparent 36%),
        linear-gradient(135deg, #000000 0%, #000000 100%);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.-ycwt-experience_quote_banner .experience-quote-contact::before {
    content: "";
    position: absolute;
    inset-block: 34px;
    inset-inline-start: 0;
    width: 4px;
    border-radius: 999px;
    background: var(--uicolor);
}

.-ycwt-experience_quote_banner .experience-quote-contact::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset-inline-end: -64px;
    top: -64px;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background: rgb(255 255 255 / 7%);
    pointer-events: none;
}

.-ycwt-experience_quote_banner .experience-quote-contact-block {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.-ycwt-experience_quote_banner .experience-quote-contact-title {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: var(--uicolor);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 900;
    text-transform: uppercase;
}

.-ycwt-experience_quote_banner .experience-quote-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgb(255 255 255 / 84%);
    font-size: 15px;
    line-height: 1.85;
    font-weight: 600;
}

.-ycwt-experience_quote_banner .experience-quote-contact-item i {
    width: 38px;
    min-width: 38px;
    height: 38px;
    margin-top: 2px;
    border: 1px solid rgb(255 255 255 / 11%);
    border-radius: 13px;
    background: rgb(255 255 255 / 8%);
    color: var(--uicolor);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.-ycwt-experience_quote_banner .experience-quote-contact-item a,
.-ycwt-experience_quote_banner .experience-quote-contact-item span {
    color: inherit;
}

.-ycwt-experience_quote_banner .experience-quote-contact-item a:hover {
    color: #ffffff;
}

.-ycwt-experience_quote_banner .experience-quote-note {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding: 16px;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 18px;
    background: rgb(255 255 255 / 7%);
    color: #ffffff;
    font-size: 14px;
    line-height: 1.85;
    font-weight: 800;
}

/* ================================
   Form Side
================================ */

.-ycwt-experience_quote_banner .experience-quote-form-side {
    position: relative;
    padding: 38px 42px 42px;
    background:
        radial-gradient(circle at 100% 0, rgb(255 111 0 / 5%) 0, transparent 34%),
        #ffffff;
}

.-ycwt-experience_quote_banner .experience-quote-form-wrap {
    width: 100%;
}

.-ycwt-experience_quote_banner .experience-quote-form-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-bottom: 10px;
    padding: 6px 13px;
    border: 1px solid rgb(255 111 0 / 10%);
    border-radius: 999px;
    background: rgb(255 111 0 / 7%);
    color: var(--uicolor);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 900;
}

.-ycwt-experience_quote_banner .experience-quote-form-badge::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 4px rgb(255 111 0 / 10%);
}

.-ycwt-experience_quote_banner .experience-quote-form-title {
    margin: 0 0 24px;
    color: var(--primary-text, #000000);
    font-size: 36px;
    line-height: 1.2;
    font-weight: 950;
    letter-spacing: -.35px;
}

.-ycwt-experience_quote_banner .experience-quote-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    overflow: visible;
}

.-ycwt-experience_quote_banner .experience-quote-form .-YC-FM-inputs-area {
    width: 100%;
    min-width: 0;
    margin: 0;
    overflow: visible;
}

.-ycwt-experience_quote_banner .experience-quote-form .-YC-FM-Label,
.-ycwt-experience_quote_banner .experience-quote-form .lapel-title {
    display: none !important;
}

.-ycwt-experience_quote_banner .experience-quote-form input[input-model],
.-ycwt-experience_quote_banner .experience-quote-form .-selectbox-button,
.-ycwt-experience_quote_banner .experience-quote-form select,
.-ycwt-experience_quote_banner .experience-quote-form textarea {
    width: 100%;
    min-height: 54px;
    padding: 0 16px;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 16px;
    background: #ffffff;
    color: var(--primary-text, #3a3a3a);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    box-shadow: none;
    transition:
        border-color .24s ease,
        box-shadow .24s ease,
        background-color .24s ease;
}

.-ycwt-experience_quote_banner .experience-quote-form input[input-model]::placeholder,
.-ycwt-experience_quote_banner .experience-quote-form textarea::placeholder {
    color: rgb(74 82 95 / 62%);
    font-weight: 600;
}

.-ycwt-experience_quote_banner .experience-quote-form input[input-model]:focus,
.-ycwt-experience_quote_banner .experience-quote-form textarea:focus,
.-ycwt-experience_quote_banner .experience-quote-form select:focus {
    outline: 0;
    border-color: rgb(255 111 0 / 38%);
    box-shadow: 0 0 0 4px rgb(255 111 0 / 10%);
}

.-ycwt-experience_quote_banner .experience-quote-form textarea {
    min-height: 132px;
    resize: vertical;
    padding-block: 14px;
}

.-ycwt-experience_quote_banner .experience-quote-field--message,
.-ycwt-experience_quote_banner .experience-quote-field--message .-YC-FM-inputs-area {
    grid-column: 1 / -1;
}

.-ycwt-experience_quote_banner .experience-quote-form .-selectbox-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.-ycwt-experience_quote_banner .experience-quote-form .-selectbox-button > p {
    min-width: 0;
}

.-ycwt-experience_quote_banner .experience-quote-form .-selectbox-button > p > strong {
    color: rgb(74 82 95 / 68%);
    font-size: 14px;
    font-weight: 700;
}

.-ycwt-experience_quote_banner .experience-quote-submit.archive-btm {
    width: fit-content;
    min-width: 190px;
    min-height: 52px;
    margin: 4px 0 0;
    padding: 0 24px;
    border: 1px solid var(--uicolor);
    border-radius: 999px;
    background: var(--uicolor);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 18px 34px rgb(255 111 0 / 22%);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background-color .25s ease,
        color .25s ease,
        border-color .25s ease,
        gap .25s ease;
}

.-ycwt-experience_quote_banner .experience-quote-submit.archive-btm:hover {
    gap: 14px;
    background: #ffffff;
    color: var(--uicolor);
    transform: translateY(-3px);
    box-shadow: 0 22px 46px rgb(0 0 0 / 12%);
}

/* ================================
   Video Popover
================================ */

.experience-quote-video-popover {
    position: fixed;
    inset: 0;
    z-index: 999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.experience-quote-video-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 16%, rgb(255 111 0 / 18%) 0, transparent 32%),
        radial-gradient(circle at 84% 84%, rgb(0 0 0 / 14%) 0, transparent 34%),
        rgb(7 11 22 / 84%);
    backdrop-filter: blur(8px);
}

.experience-quote-video-body {
    position: relative;
    z-index: 2;
    width: min(100%, 940px);
    margin: 0;
    animation: experienceVideoIn .32s ease both;
}

@keyframes experienceVideoIn {
    from {
        opacity: 0;
        transform: translateY(18px) scale(.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.experience-quote-video-close {
    position: absolute;
    inset-inline-end: 0;
    top: -54px;
    width: 42px;
    height: 42px;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 14px;
    background: rgb(255 255 255 / 12%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition:
        transform .25s ease,
        background-color .25s ease,
        color .25s ease,
        border-color .25s ease;
}

.experience-quote-video-close:hover {
    background: var(--negative);
    border-color: var(--negative);
    color: #ffffff;
    transform: rotate(90deg);
}

.experience-quote-video-frame {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 24px;
    background: #000000;
    box-shadow: 0 34px 90px rgb(0 0 0 / 34%);
}

.experience-quote-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ================================
   Responsive
================================ */

@media (max-width: 1100px) {
    .-ycwt-experience_quote_banner .experience-quote-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .-ycwt-experience_quote_banner .experience-quote-stat:nth-child(2n)::after {
        display: none;
    }

    .-ycwt-experience_quote_banner .experience-quote-card {
        grid-template-columns: minmax(270px, 320px) minmax(0, 1fr);
    }

    .-ycwt-experience_quote_banner .experience-quote-form-side {
        padding: 34px 30px 36px;
    }
}

@media (max-width: 900px) {
    .-ycwt-experience_quote_banner .experience-quote-content {
        padding-bottom: 138px;
    }

    .-ycwt-experience_quote_banner .experience-quote-card {
        grid-template-columns: 1fr;
    }

    .-ycwt-experience_quote_banner .experience-quote-contact {
        padding: 32px 26px;
    }

    .-ycwt-experience_quote_banner .experience-quote-form-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .-ycwt-experience_quote_banner::before,
    .-ycwt-experience_quote_banner::after {
        display: none;
    }

    .-ycwt-experience_quote_banner .experience-quote-banner {
        padding-bottom: 24px;
    }

    .-ycwt-experience_quote_banner .experience-quote-hero,
    .-ycwt-experience_quote_banner .experience-quote-content {
        min-height: 440px;
    }

    .-ycwt-experience_quote_banner .experience-quote-hero {
        border-radius: 0 0 24px 24px;
    }

    .-ycwt-experience_quote_banner .experience-quote-content {
        padding: 42px 18px 130px;
    }

    .-ycwt-experience_quote_banner .experience-quote-play {
        width: 68px;
        height: 68px;
        margin-bottom: 20px;
    }

    .-ycwt-experience_quote_banner .experience-quote-play span {
        width: 46px;
        height: 46px;
        font-size: 16px;
    }

    .-ycwt-experience_quote_banner .experience-quote-title {
        font-size: 30px;
        line-height: 1.28;
    }

    .-ycwt-experience_quote_banner .experience-quote-text {
        font-size: 14px;
        line-height: 1.85;
    }

    .-ycwt-experience_quote_banner .experience-quote-stats {
        grid-template-columns: 1fr;
        margin-top: -50px;
        border-radius: 22px;
    }

    .-ycwt-experience_quote_banner .experience-quote-stat {
        padding: 20px 18px;
    }

    .-ycwt-experience_quote_banner .experience-quote-stat::after {
        display: none;
    }

    .-ycwt-experience_quote_banner .experience-quote-stat:not(:last-child) {
        border-bottom: 1px solid rgb(255 255 255 / 12%);
    }

    .-ycwt-experience_quote_banner .experience-quote-stat-copy strong {
        font-size: 29px;
    }

    .-ycwt-experience_quote_banner .experience-quote-card {
        border-radius: 0 0 22px 22px;
    }

    .-ycwt-experience_quote_banner .experience-quote-contact,
    .-ycwt-experience_quote_banner .experience-quote-form-side {
        padding: 28px 18px;
    }

    .-ycwt-experience_quote_banner .experience-quote-form-title {
        margin-bottom: 18px;
        font-size: 27px;
    }

    .-ycwt-experience_quote_banner .experience-quote-form {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .-ycwt-experience_quote_banner .experience-quote-field--message,
    .-ycwt-experience_quote_banner .experience-quote-field--message .-YC-FM-inputs-area {
        grid-column: auto;
    }

    .-ycwt-experience_quote_banner .experience-quote-form input[input-model],
    .-ycwt-experience_quote_banner .experience-quote-form .-selectbox-button,
    .-ycwt-experience_quote_banner .experience-quote-form select,
    .-ycwt-experience_quote_banner .experience-quote-form textarea {
        min-height: 50px;
        border-radius: 14px;
        font-size: 14px;
    }

    .-ycwt-experience_quote_banner .experience-quote-submit.archive-btm {
        width: 100%;
        min-height: 50px;
    }

    .experience-quote-video-popover {
        padding: 18px;
    }

    .experience-quote-video-close {
        top: -50px;
        width: 40px;
        height: 40px;
        border-radius: 13px;
    }

    .experience-quote-video-frame {
        border-radius: 20px;
    }
}

@media (max-width: 480px) {
    .-ycwt-experience_quote_banner .experience-quote-hero,
    .-ycwt-experience_quote_banner .experience-quote-content {
        min-height: 410px;
    }

    .-ycwt-experience_quote_banner .experience-quote-content {
        padding: 36px 15px 122px;
    }

    .-ycwt-experience_quote_banner .experience-quote-kicker,
    .-ycwt-experience_quote_banner .experience-quote-catalog {
        font-size: 12px;
    }

    .-ycwt-experience_quote_banner .experience-quote-title {
        font-size: 25px;
    }

    .-ycwt-experience_quote_banner .experience-quote-contact,
    .-ycwt-experience_quote_banner .experience-quote-form-side {
        padding: 24px 15px;
    }

    .-ycwt-experience_quote_banner .experience-quote-contact-item {
        font-size: 14px;
    }

    .-ycwt-experience_quote_banner .experience-quote-form-title {
        font-size: 23px;
    }

    .experience-quote-video-popover {
        padding: 12px;
    }

    .experience-quote-video-frame {
        border-radius: 16px;
    }
}
