/* Branch Email Slide-in styles matching 2025 art direction Figma (node 6613:44046) */

/* Design tokens (fallbacks use values from the design context) */
:root {
    --branch-blue: #0074df;
    /* container bg base */
    --branch-cyan-1: #4dd4ff;
    /* button cyan */
    --neutral-white: #ffffff;
    --text-main: #f4f6fc;
    --ink: #1f2852;
    /* dark text used on cyan button */
    --heading-lh: 1.2;
    --body-16-lh: 1.4;
    --body-18-lh: 1.3;
    --radius-main: 40px;
    --radius-round: 99999px;
    --pad-vertical-m: 40px;
}

#bes-desc {
    margin-bottom: 32px;

    @media (max-width: 720px) {
        margin-bottom: 16px;
    }
}

/* Container */
.bes.form-container {
    position: fixed;
    /* slide-in dialog */
    bottom: 48px;
    right: 0;
    color: #fff;
    overflow: clip;
    box-sizing: border-box;
    z-index: 6000001;
    transition: right 220ms ease, opacity 220ms ease;

    display: flex;
    max-width: 606px;
    width: 100%;
    padding: 48px 40px 90px;
    flex-direction: column;
    align-items: flex-end;
    gap: 32px;
    border-radius: 40px 0 0 40px;
    background: #0074DF;
    pointer-events: auto;
    isolation: isolate;

    @media (max-width: 720px) {
        display: unset;
        padding: 16px;
        margin-bottom: unset;
    }

    .form-content {

        .bg-svg {
            width: 384.724px;
            height: 457.296px;
            transform: rotate(360deg);
        }

        #bes-slidein>div>div:nth-child(3) {
            display: none;
        }
    }
}


.bes.form-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 0;
}

.bes.form-container>* {
    z-index: 1;
}


.bes[aria-hidden="true"] {
    right: -100%;
    opacity: 0;
    visibility: hidden;
    transition: right 220ms ease, opacity 220ms ease !important;
    pointer-events: none;
}

/* Background SVG glow */
.bes .bg-svg {
    position: absolute;
    width: 384.724px;
    height: 457.296px;
    left: 192px;
    /* top: 103px; */
    transform: rotate(19deg) scaleY(-1);
    pointer-events: none;
    z-index: 0;
}

.bes .form-content {
    position: relative;
    z-index: 1;
}

.bes .form-content-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    color: #fff;

    @media (max-width: 720px) {
        gap: 8px !important;
        align-items: flex-start;
    }
}

.bes__disclaimer {
    position: relative;
    align-self: flex-end;
    margin-top: 8px;
    pointer-events: none;
    bottom: -72px;
    left: -20px;

    @media (max-width: 720px) {

        bottom: unset;
        left: unset;

    }
}

.bes__disclaimer-trigger {
    appearance: none;
    border: 0;
    background: rgba(244, 246, 252, 0.4);
    color: #1f2852;
    border-radius: 50% !important;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: help;
    transition: background-color 160ms ease, color 160ms ease;
    padding: 0;
    pointer-events: all;
}

.bes__disclaimer-trigger:hover,
.bes__disclaimer-trigger:focus-visible {
    background: rgba(244, 246, 252, 0.5);
    color: #101632;
}

.bes__disclaimer-trigger:focus-visible {
    outline: 2px solid rgba(244, 246, 252, 0.9);
    outline-offset: 2px;
}

.bes__disclaimer-trigger-icon {
    font-family: "Raleway", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

.bes__tooltip {
    position: absolute;
    left: 20px !important;
    bottom: calc(100% + 12px);
    max-width: min(320px, calc(100vw - 64px));
    background: rgba(16, 22, 50, 0.94);
    color: #f4f6fc;
    border-radius: 12px;
    padding: 16px 18px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
    transition: opacity 160ms ease, transform 160ms ease;
    pointer-events: none;
    z-index: 5;
}

.bes__disclaimer:hover .bes__tooltip,
.bes__disclaimer:focus-within .bes__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.bes__tooltip p {
    margin: 0 0 12px;
    font-family: "Raleway", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: var(--body-16-lh);
}

.bes__tooltip p:last-child {
    margin-bottom: 0;
}

.bes__tooltip a {
    color: var(--branch-cyan-1);
    text-decoration: underline;
}

.bes__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Mobile teaser launcher defaults */
.bes__launcher {
    display: none;
}

.bes__launcher-open,
.bes__launcher-dismiss {
    appearance: none;
    border: 0;
    background: none;
    color: inherit;
    cursor: pointer;
    padding: 0;
}

.bes__launcher-open:focus-visible,
.bes__launcher-dismiss:focus-visible {
    outline: 2px solid rgba(77, 212, 255, 0.9);
    outline-offset: 2px;

    @media (max-width: 720px) {
        border-radius: 50%;
    }
}

/* Animate panel on open */
.bes.form-container {
    transition: opacity 220ms ease, right 240ms ease;
    right: -100%;
}

.bes.bes--open {
    opacity: 1;
    right: 0;
    visibility: visible;
    transition: right 240ms ease;
}

.bes.bes--open.bes--closing {
    opacity: 0;
    right: -32px;
}

/* Eyebrow */
.bes__eyebrow {
    font-family: "Raleway", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-weight: 600;
    /* SemiBold */
    font-size: 14px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    margin-bottom: unset;
    margin: unset;

}

/* Headline */
.bes__title {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    align-self: stretch;
}

/* Body copy */
.bes__body {
    font-family: "Raleway", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    /* Medium */
    font-size: 16px;
    line-height: var(--body-16-lh);
}

/* Form container (white pill) */
.bes__form {

    form {
        /* flex-direction: column; */
        display: grid;
        grid-template-areas: 'email button' 'select select';
        width: 100%;
        background: var(--neutral-white);
        border-radius: var(--radius-round);
        padding: 8px 10px 8px 28px;
        /* top right bottom left */
        gap: 24px;
        box-sizing: border-box;

        position: relative;
        overflow: visible;

        [type=email] {
            box-shadow: unset;
            translate: 0 10px;
            grid-area: email;

            &:focus {
                box-shadow: unset;
            }
        }
    }
}

/* Inline select row (replaces floating panel) */
.bes__form.has-inline-select {
    position: relative;
}

.bes__form.has-inline-select #bes-mkto form {
    overflow: visible;
}

.bes__form.has-inline-select .bes__inline-select-row {
    position: relative;
    width: 100%;
    margin: 8px 0 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: auto;
    opacity: 1;
    transform: none;
    transition: none;
    grid-area: select;
}

.bes__form.has-inline-select .bes__inline-select-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
}

.bes__custom-select {
    position: relative;
    width: 100%;
}

.bes__custom-select-toggle {
    width: 100%;
    border-radius: 9999px;
    padding: 12px 44px 12px 20px;
    font-family: "Raleway", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #1f2852;
    background: #ffffff;
    border: 1px solid rgba(76, 84, 120, 0.24);
    cursor: pointer;
    transition: border-color 120ms ease, box-shadow 120ms ease;
    position: relative;
}

.bes__custom-select-toggle::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: linear-gradient(45deg, transparent 50%, #1f2852 50%), linear-gradient(135deg, #1f2852 50%, transparent 50%);
    background-position: 0 0, 6px 0;
    background-size: 6px 6px;
    background-repeat: no-repeat;
}

.bes__custom-select.is-open .bes__custom-select-toggle {
    border-color: rgba(77, 212, 255, 0.7);
    box-shadow: 0 0 0 1px rgba(77, 212, 255, 0.48);
}

.bes__custom-select-toggle:focus {
    outline: none;
}

.bes__custom-select-toggle:focus-visible {
    border-color: rgba(77, 212, 255, 0.7);
    box-shadow: 0 0 0 1px rgba(77, 212, 255, 0.48);
}

.bes__custom-select.is-invalid .bes__custom-select-toggle {
    border-color: rgba(255, 90, 95, 0.8);
    box-shadow: 0 0 0 1px rgba(255, 90, 95, 0.4);
}

.bes__custom-select-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 100%;
    margin: 0;
    padding: 12px 0;
    list-style: none;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(17, 24, 69, 0.18);
    border-radius: 22px;
    z-index: 8;
    /* display: none; */
    max-height: 240px;
    overflow-y: auto;
}

.bes__custom-select-menu::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 40px;
    width: 18px;
    height: 12px;
    background: #ffffff;
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}

.bes__custom-select.is-open .bes__custom-select-menu {
    display: block;
}

.bes__custom-select-option {
    padding: 10px 20px;
    font-family: "Raleway", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #1f2852;
    cursor: pointer;
}

.bes__custom-select-option.is-disabled {
    color: rgba(31, 40, 82, 0.4);
    cursor: default;
}

.bes__custom-select-option.is-selected {
    background: rgba(77, 212, 255, 0.12);
    font-weight: 600;
}

.bes__custom-select-option.is-focused {
    background: rgba(77, 212, 255, 0.22);
}

.bes__custom-select-native {
    /* display: none !important; */
}

.bes__form.has-inline-select .bes__inline-select-label {
    position: static !important;
    clip: auto !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    margin: 0 !important;
    font-family: "Raleway", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #1f2852;
    letter-spacing: 0;
}

/* Marketo form normalization inside pill */
#bes-mkto,
.bes__mkto {
    flex: 1 1 auto;
    min-width: 0;
}

#bes-mkto .mktoError {
    min-height: 0 !important;
}

#bes-mkto .mktoErrorMsg {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#bes-mkto .bes__mkto-error-hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Common Marketo classes – style to single-line input */
#bes-mkto form {
    align-items: stretch;
    gap: 16px;
}

#bes-mkto .mktoForm,
/* classic embed */
#bes-mkto form.mktoForm {
    width: 100%;
    align-items: stretch;
    gap: 16px;
    margin: 0;
}

/* hide default labels if present to mimic placeholder-only */
#bes-mkto .mktoLabel:not(.bes__floating-select-label):not(.bes__inline-select-label) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Input */
#bes-mkto input[type="email"],
#bes-mkto input[type="text"],
#bes-mkto .mktoField {
    /* mktoField is the input class */
    flex: 1 1 auto;
    min-width: 140px;
    border: 0;
    outline: none;
    background-color: transparent;
    font-family: "Raleway", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    /* Medium */
    font-size: 18px;
    /* matches form label text size */
    line-height: var(--body-18-lh);
    color: #4c5478;
    /* main-heading/subheading from design */
    max-width: 526px;
    width: 100%;

    @media (max-width: 720px) {
        /* margin: unset; */
        background: white;
    }

    &:focus {
        background-color: transparent;
    }
}

#bes-mkto input::placeholder {
    color: #4c5478;
    opacity: 1;
}

#bes-mkto input[type="email"].bes__email-invalid {
    color: #ff5a5f;
}

#bes-mkto input[type="email"].bes__email-invalid::placeholder {
    color: #ff5a5f;
    opacity: 1;
}

/* Submit button as cyan pill */
.bes__submit,
#bes-mkto .mktoButton,
/* Marketo default button */
#bes-mkto button[type="submit"] {
    appearance: none;
    border: 0;
    cursor: pointer;
    background: var(--branch-cyan-1);
    color: var(--ink);
    border-radius: var(--radius-round);
    padding: 12px 24px;
    font-family: "Raleway", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: var(--body-18-lh);
    display: inline-flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    box-shadow: none;
    transition: transform 160ms ease, box-shadow 160ms ease;
    height: 56px;
}

#bes-mkto .mktoButtonWrap {
    width: 100%;
    display: block;
}

#bes-mkto button[type="submit"]:hover,
#bes-mkto button[type="submit"]:focus-visible,
#bes-mkto .mktoButton:hover,
#bes-mkto .mktoButton:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(17, 24, 69, 0.18);
    background-color: transparent;
}

#bes-mkto .mktoFormRow {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;

    @media (max-width: 720px) {
        padding: unset !important;
    }
}

#mktoForm_3245 {
    input:-internal-autofill-selected {
        background-color: transparent !important;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:focus {
        transition: background-color 0s 600000s, color 0s 600000s !important;
    }
}

#bes-mkto .mktoFormRow .mktoOffset,
#bes-mkto .mktoFormRow .mktoGutter,
#bes-mkto .mktoFormRow .mktoInstruction,
#bes-mkto .mktoFormRow .mktoPlaceholder,
#bes-mkto .mktoFormRow .mktoHtmlText,
#bes-mkto .mktoFormRow input[type="hidden"],
#bes-mkto .mktoFormRow script,
#bes-mkto .mktoClear {
    display: none !important;
}

#bes-mkto .mktoFieldWrap {
    width: 100% !important;
}

#bes-mkto .mktoButtonRow {
    width: 100%;
    position: relative;
    max-height: 56px;
    height: 100%;
}

/* Decorative arrow removed to avoid external asset dependency and 404s */

/* Confirmation text hidden by default */
.bes__confirm {
    margin-top: 16px;
    font-family: "Raleway", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #FFF;
}

.bes__confirm[hidden],
#mktoForm_3245>div:nth-child(16) {
    display: none !important;
}

/* Close button (minus circle) */
.bes__close {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    z-index: 2;

    @media (max-width: 720px) {
        top: 20px;
        right: 16px;
    }
}

/* Small screen adjustments */
@media (max-width: 720px) {
    .bes.form-container {
        left: 16px;
        right: 16px;
        width: auto;
        border-radius: 24px;
        padding: 28px 20px 24px;
        transform: translateY(24px);
    }

    .bes.form-container:not(.bes--teaser) {
        align-items: stretch;
    }

    .bes.form-container:not(.bes--teaser) .form-content-inner {
        align-items: flex-start;
        text-align: left;
        gap: 16px;
    }

    .bes.form-container:not(.bes--teaser) .bes__body {
        text-align: left;
    }

    .bes.form-container:not(.bes--teaser) .bes__disclaimer {
        align-self: center;
    }

    .bes__title {
        font-size: 32px;
    }

    .bes__form {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0;
        gap: unset;
    }

    .bes__form form,
    #bes-mkto .mktoForm,
    #bes-mkto form.mktoForm {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        /* gap: 12px; */
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
        padding: 0;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
    }

    #bes-mkto input[type="email"],
    #bes-mkto input[type="text"] {
        background: #ffffff;
        border-radius: var(--radius-round);
        padding: 12px 18px;
        border: 0;
        color: #1f2852;
        box-shadow: none;
        /* margin: unset; */
    }

    .bes__form form [type="email"] {
        translate: 0;
        margin-bottom: 8px;
    }

    .bes__form.has-inline-select {
        /* margin-bottom: 8px; */
        position: static;
    }

    .bes__form.has-inline-select .bes__inline-select-row {
        position: static;
        bottom: auto;
        left: auto;
        width: 100%;
        margin: 0;
        padding: 0;
        border-radius: var(--radius-round);
        box-shadow: none;
        pointer-events: auto;
        opacity: 1;
        transform: none;
        background: transparent;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .bes__form.has-inline-select .bes__inline-select-field {
        gap: 8px;
    }

    .bes__form.has-inline-select .bes__inline-select-label {
        font-size: 12px;
    }

    .bes__form.has-inline-select .bes__custom-select-toggle {
        border-radius: var(--radius-round);
        padding: 12px 44px 12px 20px;
        background-color: #ffffff;
        border: 0;
        font-size: 15px;
    }

    .bes__form.has-inline-select .bes__custom-select-menu {
        top: calc(100% + 8px);
    }

    .bes__form.has-inline-select .bes__custom-select-menu::before {
        display: none;
    }

    #mktoForm_3245 {
        display: flex;
        flex-direction: column;
        gap: unset !important;
        max-height: none;

    }

    .bes.form-container.bes--teaser {
        left: auto;
        right: 16px;
        bottom: max(16px, env(safe-area-inset-bottom, 16px));
        width: auto;
        max-width: min(320px, calc(100vw - 32px));
        padding: 0;
        border-radius: 9999px;
        background: transparent;
        box-shadow: none;
        transform: none;
        gap: 0;
        pointer-events: none;
    }

    .bes.form-container.bes--teaser .bes__launcher {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        pointer-events: auto;
        background: rgba(16, 22, 50, 0.94);
        color: #f4f6fc;
        border-radius: 9999px;
        padding: 12px 12px 12px 20px;
        box-shadow: 0 18px 44px rgba(15, 26, 58, 0.32);
        width: 100%;
    }

    .bes.form-container.bes--teaser .form-content,
    .bes.form-container.bes--teaser .bes__form,
    .bes.form-container.bes--teaser .bes__close {
        display: none !important;
    }

    .bes.form-container.bes--teaser .bg-svg {
        display: none !important;
    }

    .bes__launcher-open {
        color: inherit;
        display: inline-flex;
        align-items: center;
        gap: 16px;
        flex: 1 1 auto;
        padding: 0;
        font-family: "Raleway", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
        text-align: left;
    }

    .bes__launcher-copy {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .bes__launcher-eyebrow {
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        opacity: 0.72;
        display: none;
    }

    .bes__launcher-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.25;
    }

    .bes__launcher-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: rgba(77, 212, 255, 0.18);
        color: var(--branch-cyan-1);
        transition: background-color 160ms ease, color 160ms ease;
    }

    .bes__launcher-open:hover .bes__launcher-icon,
    .bes__launcher-open:focus-visible .bes__launcher-icon {
        background: rgba(77, 212, 255, 0.28);
        color: #ffffff;
    }

    .bes__launcher-dismiss {
        background: rgba(244, 246, 252, 0.18);
        color: #f4f6fc;
        width: 32px;
        height: 32px;
        border-radius: 50% !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        line-height: 1;
        transition: background-color 160ms ease, color 160ms ease;
    }

    .bes__launcher-dismiss:hover,
    .bes__launcher-dismiss:focus-visible {
        background: rgba(244, 246, 252, 0.28);
        color: #ffffff;
    }

    #Country {
        border-radius: 9999px;

    }

    .bes__button-row,
    #mktoForm_3245 .mktoButtonRow {
        translate: 0 48px;

        text-align: right !important;
    }
}

#mktoForm_3245 {
    display: grid;
    grid-template-columns: max-content;
    grid-template-areas: 'email button'
        'select select';
    max-height: 72px !important;
    height: 100%;
    max-width: 526px !important;
    width: 100%;

    .mktoError {

        bottom: 0px !important;

        div#ValidMsgEmail {
            position: absolute;
            display: none;

        }
    }

    select {
        padding: 8px 10px 8px 32px;
        height: 72px;
        background-color: white !important;
        position: absolute;
        right: 0;
        border-radius: 9999px;
        border: 1px solid #000 !important;
        width: 100%;
        z-index: 1;
        background-image: unset;

        @media (max-width: 720px) {
            padding: 8px 10px 8px 16px;
            height: unset;
            max-width: unset !important;
            margin-bottom: unset;
        }
    }
}


#mktoForm_3245>div:nth-child(15)>div.mktoFormCol>div.mktoFieldWrap>div.mktoHtmlText.mktoHasWidth {
    display: none;
}

#mktoForm_3245>div:nth-child(1) {
    width: 100%;
    grid-area: email;
}

#mktoForm_3245>div.mktoButtonRow {
    grid-area: button;
    text-align: right;

    .button-text {
        margin-right: unset;
    }

    svg {
        translate: 10px 0;
    }

}


/* Unhide any inline-hidden nodes in the slide-in */
#bes-slidein .mktoForm [style*="display:none"] {
    display: block !important;
}

/* Selects should be inline-block */
#bes-slidein .mktoForm select[style*="display:none"] {
    display: inline-block !important;
}

#bes-mkto .mktoForm,
#bes-mkto form.mktoForm {
    position: unset;

    @media (max-width: 720px) {
        position: relative;
    }
}

#mktoForm_3245 {
    grid-template-areas: unset;

    #placeholder {
        top: 8px;
        left: 24px;
        position: relative;
    }

    select {
        border: 1px solid transparent !important;

        @media (max-width: 720px) {
            left: 0;
            top: 16px;
            display: block;
        }
    }

    @media (max-width: 720px) {
        display: flex;
        flex-direction: column;
    }
}

#mktoForm_3245>div:nth-child(2) {
    top: 82px;
    width: 526px;
    background: white;
    border-radius: 9999px;
    height: 72px;
    position: relative;

    @media (max-width: 720px) {
        height: unset;
        width: unset;
        left: unset;
        top: unset !important;
        background: unset;

    }
}


#mktoForm_3245>div.mktoButtonRow {
    left: -183px;
    position: relative;
    top: 2px;

    @media (max-width: 720px) {
        left: unset !important;
        top: 10px;
        display: unset;
    }
}

#bes-mkto {

    .mktoButtonWrap {
        width: 142px;
        display: block;

        @media (max-width: 720px) {
            width: 100%;
        }
    }

    .mktoField {
        @media (max-width: 720px) {
            /* width: 280px;
            left: -280px; */
        }
    }
}

.bes__form {
    form {
        grid-template-areas:
            'select select'
            'email button';
        padding: unset;

        [type=email] {
            translate: 24px 16px;

            @media (max-width: 720px) {
                translate: unset;
            }
        }
    }
}

@media (max-width: 720px) {
    #mktoForm_3245>div:nth-child(3) {
        display: block !important;

        select {
            display: block !important;
            top: 48px;
        }
    }
}

#bes-mkto button[type="submit"] {
    @media (max-width: 720px) {
        height: unset;
    }
}

#mktoForm_3245 > div.mktoButtonRow {
    @media (max-width: 720px) {
        left: 0;
        top: 0;
    }
}
