.adyen-checkout__spinner__wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}
.adyen-checkout__spinner__wrapper--inline {
    display: inline-block;
    height: auto;
    margin-right: 8px;
}
[dir="rtl"] .adyen-checkout__spinner__wrapper--inline {
    margin-left: 8px;
    margin-right: 0;
}
.adyen-checkout__spinner {
    animation: rotate-spinner 1.5s linear infinite;
    border: 3px solid #0075ff;
    border-radius: 50%;
    border-top-color: transparent;
    height: 43px;
    width: 43px;
}
.adyen-checkout__spinner--large {
    height: 43px;
    width: 43px;
}
.adyen-checkout__spinner--small {
    border-width: 2px;
    height: 16px;
    width: 16px;
}
.adyen-checkout__spinner--medium {
    height: 28px;
    width: 28px;
}
@keyframes rotate-spinner {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.adyen-checkout__button {
    background: #00112c;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
    height: 48px;
    margin: 0;
    padding: 15px;
    text-decoration: none;
    transition: background 0.3s ease-out, box-shadow 0.3s ease-out;
    width: 100%;
}
.adyen-checkout__button:focus {
    box-shadow: 0 0 0 2px #3070ed;
    outline: 0;
}
.adyen-checkout__button:hover {
    background: #1c3045;
    box-shadow: 0 0, 0 2px 4px -1px #0003, 0 4px 5px #00000024;
}
.adyen-checkout__button:active {
    background: #3a4a5c;
}
.adyen-checkout__button:hover:focus {
    box-shadow: 0 0 0 2px #3070ed, 0 3px 4px #000f2d33;
}
.adyen-checkout__button:disabled,
.adyen-checkout__button:disabled:hover {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.4;
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all;
}
.adyen-checkout__button.adyen-checkout__button--loading {
    background: #687282;
    box-shadow: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.adyen-checkout__button.adyen-checkout__button--pay {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.adyen-checkout__button.adyen-checkout__button--pay:disabled {
    opacity: 0.4;
}
.adyen-checkout__button.adyen-checkout__button--standalone {
    margin-top: 0;
}
.adyen-checkout__button.adyen-checkout__button--inline {
    display: block;
    font-size: 0.81em;
    height: auto;
    padding: 10px 8px;
    width: auto;
}
.adyen-checkout__button.adyen-checkout__button--ghost {
    background: none;
    border: 0;
    color: #00112c;
}
.adyen-checkout__button.adyen-checkout__button--ghost:hover {
    background: #f7f8f9;
    box-shadow: none;
}
.adyen-checkout__button.adyen-checkout__button--ghost:active {
    background: #e6e9eb;
    box-shadow: none;
}
.adyen-checkout__button.adyen-checkout__button--secondary {
    background: #fff;
    border: 1px solid #00112c;
    color: #00112c;
    padding: 10px 12px;
}
.adyen-checkout__button.adyen-checkout__button--secondary:hover {
    background: #f7f8f9;
    box-shadow: 0 2px 4px #1b2a3c33, 0 4px 5px #1b2a3c24;
}
.adyen-checkout__button.adyen-checkout__button--secondary:active,
.adyen-checkout__button.adyen-checkout__button--secondary:active:hover {
    background: #f7f8f9;
    box-shadow: none;
}
.adyen-checkout__button.adyen-checkout__button--secondary:disabled,
.adyen-checkout__button.adyen-checkout__button--secondary:disabled:hover {
    background-color: #f7f8f9;
    border-color: #99a3ad;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.5;
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all;
}
.adyen-checkout__button.adyen-checkout__button--secondary .adyen-checkout__spinner {
    border-color: transparent #00112c #00112c;
}
.adyen-checkout__button.adyen-checkout__button--action {
    background: #0066ff1a;
    border: 1px solid transparent;
    color: #0075ff;
    padding: 10px 12px;
}
.adyen-checkout__button.adyen-checkout__button--action:hover {
    background: #06f3;
    box-shadow: none;
}
.adyen-checkout__button.adyen-checkout__button--action:active,
.adyen-checkout__button.adyen-checkout__button--action:active:hover {
    background: #0066ff4d;
    box-shadow: none;
}
.adyen-checkout__button.adyen-checkout__button--link {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #0075ff;
    font-weight: 400;
    padding: 2px;
}
.adyen-checkout__button.adyen-checkout__button--link:hover {
    background: transparent;
    box-shadow: none;
    text-decoration: underline;
}
.adyen-checkout__button.adyen-checkout__button--completed,
.adyen-checkout__button.adyen-checkout__button--completed:active,
.adyen-checkout__button.adyen-checkout__button--completed:active:hover,
.adyen-checkout__button.adyen-checkout__button--completed:hover {
    background: #089a43;
    color: #fff;
}
.adyen-checkout__button.adyen-checkout__button--completed .adyen-checkout__button__icon {
    filter: brightness(0) invert(1);
}
.adyen-checkout__button__content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}
.adyen-checkout__button__icon {
    margin-right: 12px;
}
[dir="rtl"] .adyen-checkout__button__icon {
    margin-left: 12px;
    margin-right: 0;
}
.adyen-checkout__button__text {
    display: block;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.adyen-checkout__button .adyen-checkout__spinner {
    border-color: transparent #fff #fff;
}
.checkout-secondary-button__text {
    font-size: 0.85em;
    margin-left: 5px;
    margin-top: 1px;
}
.adyen-checkout__iframe {
    border: 0;
}
.adyen-checkout__fieldset {
    border: none;
    display: block;
    margin-inline-end: 0;
    margin-inline-start: 0;
    margin: 0;
    padding-block-start: 0;
    padding-bottom: 8px;
    padding-block-end: 0;
    padding-inline-end: 0;
    padding-inline-start: 0;
    width: 100%;
}
.adyen-checkout__fieldset:last-of-type {
    padding-bottom: 0;
}
.adyen-checkout__fieldset + .adyen-checkout__fieldset {
    margin-top: 16px;
}
.adyen-checkout__fieldset__title {
    color: #687282;
    display: block;
    font-size: 0.68em;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
.adyen-checkout__field-group,
.adyen-checkout__fieldset__fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
@media (min-width: 480px) {
    .adyen-checkout__field-group:last-of-type .adyen-checkout__field {
        margin-bottom: 0;
    }
}
.adyen-checkout__field-group:last-of-type .adyen-checkout__field:last-of-type,
:not(.adyen-checkout__field-group) > .adyen-checkout__field:last-of-type {
    margin-bottom: 0;
}
.adyen-checkout__fieldset--readonly .adyen-checkout__fieldset__fields {
    color: #00112c;
    font-size: 0.81em;
    line-height: 19px;
    margin: 0;
}
.adyen-checkout__field {
    display: block;
    margin-bottom: 16px;
    width: 100%;
}
.adyen-checkout__label {
    display: block;
    position: relative;
}
.adyen-checkout__helper-text,
.adyen-checkout__label__text {
    color: #00112c;
    display: block;
    font-size: 0.81em;
    font-weight: 400;
    line-height: 13px;
    padding-bottom: 5px;
}
.adyen-checkout__label-adornment--end {
    position: absolute;
    right: 0;
    top: 0;
}
.adyen-checkout__helper-text {
    color: #687282;
}
.adyen-checkout__label__text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.1s ease-out;
    white-space: nowrap;
}
.adyen-checkout__label__text--error {
    color: #c12424;
}
.adyen-checkout__label--focused .adyen-checkout__label__text {
    color: #0075ff;
}
.adyen-checkout__error-text {
    align-items: center;
    color: #c12424;
    display: flex;
    font-size: 0.75em;
    font-weight: 400;
    margin-top: 4px;
}
.adyen-checkout__field-wrapper {
    display: flex;
    width: 100%;
}
@media (min-width: 480px) {
    .adyen-checkout__field--20 {
        width: 20%;
    }
    .adyen-checkout__field--30 {
        width: 30%;
    }
    .adyen-checkout__field--40 {
        width: 40%;
    }
    .adyen-checkout__field--50 {
        width: 50%;
    }
    .adyen-checkout__field--60 {
        width: 60%;
    }
    .adyen-checkout__field--70 {
        width: 70%;
    }
    .adyen-checkout__field--80 {
        width: 80%;
    }
    .adyen-checkout__field--col-70 {
        width: calc(70% - 8px);
    }
    .adyen-checkout__field--col-30 {
        width: calc(30% - 8px);
    }
    .adyen-checkout__field--col-50 {
        width: calc(50% - 8px);
    }
}
.adyen-checkout__field-wrapper > .adyen-checkout__field:first-child {
    margin-right: 8px;
}
[dir="rtl"] .adyen-checkout__field-wrapper > .adyen-checkout__field:first-child {
    margin-left: 8px;
    margin-right: 0;
}
.adyen-checkout__field-wrapper > .adyen-checkout__field:nth-child(2) {
    margin-left: 8px;
}
[dir="rtl"] .adyen-checkout__field-wrapper > .adyen-checkout__field:nth-child(2) {
    margin-left: 0;
    margin-right: 8px;
}
.adyen-checkout__field-wrapper:last-of-type > .adyen-checkout__field {
    margin-bottom: 0;
}
.adyen-checkout__input {
    background: #fff;
    border: 1px solid #b9c4c9;
    border-radius: 6px;
    box-sizing: border-box;
    caret-color: #0075ff;
    color: #00112c;
    display: block;
    font-family: inherit;
    font-size: 1em;
    height: 40px;
    outline: none;
    padding: 5px 8px;
    position: relative;
    transition: border 0.2s ease-out, box-shadow 0.2s ease-out;
    width: 100%;
}
.adyen-checkout__input:hover {
    border-color: #99a3ad;
}
.adyen-checkout__input:required {
    box-shadow: none;
}
.adyen-checkout__input--disabled,
.adyen-checkout__input[readonly] {
    background: #e6e9eb;
    border-color: #e6e9eb;
}
.adyen-checkout__input--disabled:hover {
    border-color: #e6e9eb;
}
.adyen-checkout__input-wrapper {
    display: block;
    position: relative;
}
.adyen-checkout__input-wrapper--block {
    display: block;
}
.adyen-checkout-input__inline-validation {
    height: 16px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
}
[dir="rtl"] .adyen-checkout-input__inline-validation {
    left: 14px;
    right: auto;
}
[dir="ltr"] .adyen-checkout-input__inline-validation {
    left: auto;
    right: 14px;
}
.adyen-checkout-input__inline-validation--valid {
    color: #089a43;
}
.adyen-checkout-input__inline-validation--invalid {
    color: #c12424;
}
.adyen-checkout__input--valid {
    border-bottom-color: #089a43;
}
.adyen-checkout__input--error,
.adyen-checkout__input--error:hover,
.adyen-checkout__input--invalid,
.adyen-checkout__input--invalid:hover {
    border-color: #c12424;
}
.adyen-checkout__input::-moz-placeholder {
    color: #707070;
    font-weight: 200;
}
.adyen-checkout__input::placeholder {
    color: #707070;
    font-weight: 200;
}
.adyen-checkout__input--date {
    padding-right: 30px;
}
.adyen-checkout__input--focus,
.adyen-checkout__input--focus:hover,
.adyen-checkout__input:active,
.adyen-checkout__input:active:hover,
.adyen-checkout__input:focus,
.adyen-checkout__input:focus:hover {
    border: 1px solid #0075ff;
    box-shadow: 0 0 0 2px #3070ed;
}
.adyen-checkout__input[readonly],
.adyen-checkout__input[readonly]:hover {
    background-color: #e6e9eb;
    border-color: transparent;
    color: #687282;
    cursor: default;
}
.adyen-checkout__fieldset--personalDetails .adyen-checkout__field--gender .adyen-checkout__radio_group {
    display: flex;
}
.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group {
    display: flex;
    margin: 8px 0;
}
.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group__input-wrapper {
    margin-right: 20px;
}
.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group__input-wrapper:last-child {
    margin: 0;
}
.adyen-checkout__radio_group + .adyen-checkout-input__inline-validation {
    display: none;
}
.adyen-checkout__radio_group__input {
    opacity: 0;
    position: absolute;
}
.adyen-checkout__radio_group__label {
    color: inherit;
    display: block;
    font-size: 0.81em;
    font-weight: 400;
    line-height: 16px;
    overflow: visible;
    padding-bottom: 0;
    padding-left: 24px;
    position: relative;
}
.adyen-checkout__label--focused .adyen-checkout__radio_group__label {
    color: inherit;
}
.adyen-checkout__radio_group__label:before {
    background-color: #fff;
    border: 1px solid #b9c4c9;
    border-radius: 50%;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
    width: 16px;
}
.adyen-checkout__radio_group__label:hover:before {
    border-color: #99a3ad;
    box-shadow: 0 0 0 2px #d4d9db;
    cursor: pointer;
}
.adyen-checkout__radio_group__label:after {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 1px #000f2d40;
    content: "";
    display: block;
    height: 6px;
    left: 5px;
    margin: 0 auto;
    position: absolute;
    top: 5px;
    transform: scale(0);
    transition: transform 0.2s ease-out;
    width: 6px;
}
.adyen-checkout__radio_group__label:hover {
    border-color: #0075ff;
    cursor: pointer;
}
.adyen-checkout__radio_group__input:checked + .adyen-checkout__radio_group__label:before,
.adyen-checkout__radio_group__label--selected {
    background-color: #0075ff;
    border: 0;
    transition: all 0.2s ease-out;
}
.adyen-checkout__radio_group__input:checked + .adyen-checkout__radio_group__label:after {
    transform: scale(1);
}
.adyen-checkout__radio_group__input:focus + .adyen-checkout__radio_group__label:before {
    border-color: #0075ff;
    box-shadow: 0 0 0 2px #06f6;
}
.adyen-checkout__radio_group__input:checked + .adyen-checkout__radio_group__label:hover:before,
.adyen-checkout__radio_group__input:checked:active + .adyen-checkout__radio_group__label:before,
.adyen-checkout__radio_group__input:checked:focus + .adyen-checkout__radio_group__label:before {
    box-shadow: 0 0 0 2px #06f6;
}
.adyen-checkout__radio_group__label.adyen-checkout__radio_group__label--invalid:before {
    border: 1px solid #c12424;
}
.Select-module_adyen-checkout__dropdown__0Mj-n {
    position: relative;
}
.Select-module_adyen-checkout__dropdown__button__yTyqq {
    align-items: center;
    cursor: pointer;
    display: flex;
}
.Select-module_adyen-checkout__dropdown__button__yTyqq:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' fill='none'%3E%3Cpath fill='%23687282' d='M3.195 6.565a1 1 0 0 0 1.6 0l2.992-3.98a1 1 0 0 0-.8-1.602H1.013a1 1 0 0 0-.8 1.6l2.983 3.982Z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 6px;
    position: absolute;
    right: 16px;
    width: 8px;
}
[dir="rtl"] .Select-module_adyen-checkout__dropdown__button__yTyqq:after {
    left: 16px;
    right: auto;
}
.Select-module_adyen-checkout__dropdown__button--active__Ej-JR:after {
    transform: rotate(180deg);
}
.Select-module_adyen-checkout__filter-input__CwPBS {
    background: #fff;
    border: 0;
    caret-color: #0075ff;
    color: #00112c;
    font-family: inherit;
    font-size: 1em;
    height: 100%;
    padding: 0;
    width: 100%;
}
.Select-module_adyen-checkout__filter-input__CwPBS::-moz-placeholder {
    color: #b9c4c9;
    font-weight: 200;
}
.Select-module_adyen-checkout__filter-input__CwPBS::placeholder {
    color: #b9c4c9;
    font-weight: 200;
}
.Select-module_adyen-checkout__filter-input__CwPBS:active,
.Select-module_adyen-checkout__filter-input__CwPBS:focus {
    outline: 0;
}
.Select-module_adyen-checkout__filter-input__CwPBS[readonly] {
    background: #e6e9eb;
    border-color: transparent;
    color: #00112c;
    cursor: not-allowed;
}
.Select-module_adyen-checkout__dropdown__list__YtEzj {
    background: #fff;
    display: none;
    list-style: none;
    margin: 0 0 50px;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.Select-module_adyen-checkout__dropdown__list__YtEzj.Select-module_adyen-checkout__dropdown__list--active__Gegw2 {
    display: block;
}
.Select-module_adyen-checkout__dropdown__element__ORU4- {
    align-items: center;
    display: flex;
}
.adyen-checkout__image {
    opacity: 0;
    transition: opacity 0.6s ease-out;
}
.adyen-checkout__image--loaded {
    opacity: 1;
}
.adyen-checkout__dropdown__button-icon--left {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.adyen-checkout__dropdown__button-icon--left > img {
    margin-left: 0;
    margin-right: 12px;
}
.adyen-checkout__dropdown {
    font-size: 1em;
    max-width: 100%;
    width: 100%;
}
.adyen-checkout__dropdown__button {
    background: #fff;
    border: 1px solid #b9c4c9;
    border-radius: 6px;
    color: #00112c;
    font-size: 1em;
    height: 40px;
    line-height: 20px;
    outline: 0;
    padding: 7px 24px 7px 12px;
    text-decoration: none;
    transition: border 0.2s ease-out, box-shadow 0.2s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}
[dir="rtl"] .adyen-checkout__dropdown__button {
    padding: 7px 12px 7px 24px;
}
.adyen-checkout__dropdown__button:hover {
    border-color: #99a3ad;
}
.adyen-checkout__dropdown__button__icon {
    border-radius: 3px;
    height: 26px;
    margin-right: 12px;
    max-width: 40px;
}
.adyen-checkout__dropdown__button--disabled {
    opacity: 0.4;
}
.adyen-checkout__dropdown__button--active,
.adyen-checkout__dropdown__button--active:hover,
.adyen-checkout__dropdown__button:active,
.adyen-checkout__dropdown__button:focus {
    border-color: #0075ff;
    box-shadow: 0 0 0 2px #3070ed;
}
.adyen-checkout__dropdown__button--readonly,
.adyen-checkout__dropdown__button--readonly--active,
.adyen-checkout__dropdown__button--readonly:focus,
.adyen-checkout__dropdown__button--readonly:hover {
    background: #e6e9eb;
    border-color: transparent;
    color: #00112c;
    cursor: not-allowed;
}
.adyen-checkout__dropdown__button--readonly:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' fill='none'%3E%3Cpath fill='%23B9C4C9' d='M3.195 6.565a1 1 0 0 0 1.6 0l2.992-3.98a1 1 0 0 0-.8-1.602H1.013a1 1 0 0 0-.8 1.6l2.983 3.982Z'/%3E%3C/svg%3E");
}
.adyen-checkout__dropdown__button--invalid {
    border-color: #c12424;
}
.adyen-checkout__dropdown__button--valid {
    border-bottom-color: #089a43;
}
.adyen-checkout__dropdown__button__text {
    flex-grow: 1;
    overflow: hidden;
    pointer-events: none;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.adyen-checkout__dropdown__button__secondary-text {
    margin-right: 16px;
}
.adyen-checkout__dropdown__list {
    border-radius: 6px;
    box-shadow: 0 2px 7px #000f2d4d;
    max-height: 375px;
    z-index: 2;
}
.adyen-checkout__dropdown__list.adyen-checkout__dropdown__list--active {
    margin-top: 2px;
}
.adyen-checkout__dropdown__element {
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 0.81em;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 20px;
    outline: 0;
    padding: 8px;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    word-break: break-word;
}
.adyen-checkout__dropdown__element .adyen-checkout__icon {
    position: absolute;
    right: 8px;
}
.adyen-checkout__dropdown__element:last-child {
    border-bottom: 0;
}
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active {
    background: #e6e9eb99;
}
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected {
    background: #0066ff1a;
}
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:active,
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:focus,
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:hover {
    background: #0066ff26;
}
.adyen-checkout__dropdown__element--disabled {
    cursor: not-allowed;
    opacity: 0.4;
}
.adyen-checkout__dropdown__element__icon {
    border-radius: 3px;
    margin-right: 12px;
    max-height: 26px;
    max-width: 40px;
}
.adyen-checkout__dropdown__element__text {
    flex-grow: 1;
}
.adyen-checkout__dropdown__element__secondary-text:not(:last-child) {
    margin-right: 8px;
}
.adyen-checkout__dropdown__element__flag {
    margin-left: 8px;
    margin-right: 10px;
    max-height: 18px;
    max-width: 27px;
}
.adyen-checkout__dropdown + .adyen-checkout-input__inline-validation {
    right: 32px;
}
.adyen-checkout__address-search {
    position: relative;
}
.adyen-checkout__address-search .adyen-checkout__dropdown__button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23687282' d='M6.5 11.9a4.5 4.5 0 0 0 2.6-.83l2.77 2.74c.13.13.3.19.48.19.38 0 .65-.29.65-.66a.63.63 0 0 0-.19-.46l-2.75-2.73a4.4 4.4 0 0 0 .92-2.7 4.48 4.48 0 0 0-8.98 0 4.48 4.48 0 0 0 4.5 4.45Zm0-.96a3.53 3.53 0 0 1-3.53-3.49 3.52 3.52 0 0 1 7.04 0c0 1.9-1.59 3.49-3.52 3.49Z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 16px;
    left: 12px;
    position: absolute;
    width: 16px;
}
.adyen-checkout__address-search .adyen-checkout__dropdown__button--active:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%2300112C' d='M6.5 11.9a4.5 4.5 0 0 0 2.6-.83l2.77 2.74c.13.13.3.19.48.19.38 0 .65-.29.65-.66a.63.63 0 0 0-.19-.46l-2.75-2.73a4.4 4.4 0 0 0 .92-2.7 4.48 4.48 0 0 0-8.98 0 4.48 4.48 0 0 0 4.5 4.45Zm0-.96a3.53 3.53 0 0 1-3.53-3.49 3.52 3.52 0 0 1 7.04 0c0 1.9-1.59 3.49-3.52 3.49Z'/%3E%3C/svg%3E");
    transform: none;
}
.adyen-checkout__address-search .adyen-checkout__filter-input {
    padding-left: 24px;
}
.adyen-checkout__address-search__manual-add {
    position: absolute;
    right: 0;
    top: 0;
}
.adyen-checkout__address-search__manual-add .adyen-checkout__address-search__manual-add__button {
    border: 0;
    padding: 0;
}
.adyen-checkout__checkbox {
    display: block;
}
.adyen-checkout__checkbox__label {
    color: #00112c;
    cursor: pointer;
    font-size: 0.81em;
    font-weight: 400;
    line-height: 19px;
    padding-left: 24px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
[dir="rtl"] .adyen-checkout__checkbox__label {
    padding-left: 0;
    padding-right: 24px;
}
.adyen-checkout__checkbox__input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
.adyen-checkout__checkbox__input:checked + .adyen-checkout__checkbox__label:before {
    opacity: 1;
}
.adyen-checkout__checkbox__input:checked + .adyen-checkout__checkbox__label:after {
    background-color: #0075ff;
    border: 1px solid #0075ff;
}
.adyen-checkout__checkbox__input:checked:hover + .adyen-checkout__checkbox__label:after {
    border-color: #0075ff;
    box-shadow: 0 0 0 2px #06f6;
}
.adyen-checkout__checkbox__input:focus + .adyen-checkout__checkbox__label:after {
    border: 1px solid #0075ff;
    box-shadow: 0 0 0 2px #3070ed;
}
.adyen-checkout__checkbox__input:hover:not(:focus) + .adyen-checkout__checkbox__label:after {
    border-color: #99a3ad;
    box-shadow: 0 0 0 2px #d4d9db;
}
.adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:before {
    border-color: transparent #fff #fff transparent;
    border-radius: 0 2px 1px;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    content: "";
    height: 11px;
    left: 1px;
    opacity: 0;
    position: absolute;
    top: 2px;
    transform: rotate(37deg);
    transform-origin: 100% 100%;
    transition: opacity 0.2s ease-out;
    width: 6px;
    z-index: 1;
}
[dir="rtl"] .adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:before {
    left: auto;
    right: 8px;
}
.adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:after {
    background-color: #fff;
    border: 1px solid #b9c4c9;
    border-radius: 3px;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    transition: background 0.15s ease-out, border 0.05s ease-out, box-shadow 0.1s ease-out;
    width: 16px;
    z-index: 0;
}
[dir="rtl"] .adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:after {
    left: auto;
    right: 0;
}
.adyen-checkout__field--consentCheckbox {
    background: #e6e9eb;
    border: 1px solid #e6e9eb;
    border-radius: 6px;
    padding: 14px 14px 13px;
}
[dir="rtl"] .adyen-checkout__field--consentCheckbox {
    padding: 14px 14px 13px;
}
.adyen-checkout__field--consentCheckbox.adyen-checkout__field--error {
    border-color: #c12424;
}
.adyen-checkout__field--consentCheckbox .adyen-checkout-input__inline-validation {
    right: -5px;
    top: 10px;
}
.adyen-checkout__open-invoice .adyen-checkout__fieldset--billingAddress {
    margin-bottom: 16px;
}
.adyen-checkout__open-invoice .adyen-checkout__fieldset--deliveryAddress {
    margin-top: 24px;
    padding-bottom: 8px;
}
.adyen-checkout__open-invoice .adyen-checkout__input--separateDeliveryAddress {
    margin-bottom: 0;
}
.adyen-checkout__input--separateDeliveryAddress + .adyen-checkout__checkbox__label,
.adyen-checkout__open-invoice .adyen-checkout__field--consentCheckbox {
    margin-top: 16px;
}
.adyen-checkout-form-instruction {
    color: #687282;
    font-size: 0.81em;
    font-weight: 400;
    line-height: 19px;
    margin-top: 0;
}
[dir="rtl"] .adyen-checkout-form-instruction {
    padding-right: 0;
}
.adyen-checkout__amazonpay__button {
    margin: auto;
}
.adyen-checkout__amazonpay .adyen-checkout__button--ghost {
    display: block;
    margin: 8px auto 0;
    width: auto;
}
@supports (-webkit-appearance: -apple-pay-button) {
    .ApplePayButton-module_apple-pay-button__l5g-d,
    .ApplePayButton-module_apple-pay__gYjuP {
        -webkit-appearance: -apple-pay-button;
    }
    .ApplePayButton-module_apple-pay-button__l5g-d {
        cursor: pointer;
        display: inline-block;
    }
    .ApplePayButton-module_apple-pay-button-black__istwW {
        -apple-pay-button-style: black;
    }
    .ApplePayButton-module_apple-pay-button-white__-wLaE {
        -apple-pay-button-style: white;
    }
    .ApplePayButton-module_apple-pay-button-white-with-line__MlRq7 {
        -apple-pay-button-style: white-outline;
    }
    .ApplePayButton-module_apple-pay-button--type-plain__ycfNl {
        -apple-pay-button-type: plain;
    }
    .ApplePayButton-module_apple-pay-button--type-buy__9m8AB {
        -apple-pay-button-type: buy;
    }
    .ApplePayButton-module_apple-pay-button--type-donate__HmRdK {
        -apple-pay-button-type: donate;
    }
    .ApplePayButton-module_apple-pay-button--type-check-out__XdGWd {
        -apple-pay-button-type: check-out;
    }
    .ApplePayButton-module_apple-pay-button--type-book__-v-VY {
        -apple-pay-button-type: book;
    }
    .ApplePayButton-module_apple-pay-button--type-subscribe__WxWIF {
        -apple-pay-button-type: subscribe;
    }
    .ApplePayButton-module_apple-pay-button--type-add-money__zeBA8 {
        -apple-pay-button-type: add-money;
    }
    .ApplePayButton-module_apple-pay-button--type-contribute__G3E8e {
        -apple-pay-button-type: contribute;
    }
    .ApplePayButton-module_apple-pay-button--type-order__ggI6j {
        -apple-pay-button-type: order;
    }
    .ApplePayButton-module_apple-pay-button--type-reload__QbgLd {
        -apple-pay-button-type: reload;
    }
    .ApplePayButton-module_apple-pay-button--type-rent__VzC-E {
        -apple-pay-button-type: rent;
    }
    .ApplePayButton-module_apple-pay-button--type-support__6EjmY {
        -apple-pay-button-type: support;
    }
    .ApplePayButton-module_apple-pay-button--type-tip__bdzGK {
        -apple-pay-button-type: tip;
    }
    .ApplePayButton-module_apple-pay-button--type-top-up__Eb3qR {
        -apple-pay-button-type: top-up;
    }
}
@supports not (-webkit-appearance: -apple-pay-button) {
    .ApplePayButton-module_apple-pay-button__l5g-d {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 100% 60%;
        border-radius: 5px;
        box-sizing: border-box;
        display: inline-block;
        max-height: 64px;
        min-height: 32px;
        min-width: 200px;
        padding: 0;
    }
    .ApplePayButton-module_apple-pay-button-black__istwW {
        background-color: #000;
        background-image: -webkit-named-image(apple-pay-logo-white);
    }
    .ApplePayButton-module_apple-pay-button-white-with-line__MlRq7,
    .ApplePayButton-module_apple-pay-button-white__-wLaE {
        background-color: #fff;
        background-image: -webkit-named-image(apple-pay-logo-black);
    }
    .ApplePayButton-module_apple-pay-button-white-with-line__MlRq7 {
        border: 0.5px solid black;
    }
}
.adyen-checkout__applepay__button {
    height: 48px;
    width: 240px;
}
.adyen-checkout__dropin .adyen-checkout__applepay__button {
    width: 100%;
}
.adyen-checkout__issuer-button {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px #b9c4c9;
    cursor: pointer;
    display: flex;
    flex-basis: 47%;
    flex-grow: 2;
    font-size: 0.81em;
    height: 40px;
    padding: 0 12px;
    transition: background 0.3s ease-out, box-shadow 0.3s ease-out;
}
.adyen-checkout__issuer-button:active {
    color: #000;
}
.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus {
    box-shadow: inset 0 0 0 2px #99a3ad;
    outline: none;
}
.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus-visible {
    box-shadow: inset 0 0 0 2px #99a3ad;
    outline: none;
}
.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):hover {
    box-shadow: inset 0 0 0 2px #99a3ad;
    outline: none;
}
.adyen-checkout__issuer-button--selected {
    background: #fff;
    box-shadow: inset 0 0 0 2px #0075ff;
    color: #0075ff;
    font-weight: 500;
    height: 40px;
    transition: none;
}
.adyen-checkout__issuer-button-img {
    margin-right: 8px;
    max-height: 26px;
}
.adyen-checkout__issuer-button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 16px;
}
.adyen-checkout__content-separator {
    align-items: center;
    color: #687282;
    display: flex;
    font-size: 13px;
    justify-content: center;
    line-height: 19px;
    margin-bottom: 16px;
    margin-top: 16px;
    white-space: nowrap;
}
.adyen-checkout__content-separator:after,
.adyen-checkout__content-separator:before {
    background: #e6e9eb;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}
.adyen-checkout__content-separator:after {
    margin-left: 20px;
}
.adyen-checkout__content-separator:before {
    margin-right: 20px;
}
.adyen-checkout__field--issuer-list {
    margin-bottom: 0;
}
.adyen-checkout__issuer-list__termsAndConditions {
    text-align: center;
}
.adyen-checkout-disclaimer__label {
    color: #687282;
    display: inline-block;
    font-size: 0.81em;
    font-weight: 400;
    line-height: 19px;
    margin-top: 16px;
    padding-left: 0;
}
[dir="rtl"] .adyen-checkout-disclaimer__label {
    padding-right: 0;
}
.js-iframe {
    border: none;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.adyen-checkout__card-input__form {
    transition: opacity 0.25s ease-out;
}
.adyen-checkout__card__cardNumber {
    max-width: 400px;
}
.adyen-checkout__card__cardNumber__input {
    padding: 5px 8px;
}
.adyen-checkout__card__exp-date__input--oneclick {
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.adyen-checkout__field--storedCard .adyen-checkout__input[readonly],
.adyen-checkout__field--storedCard .adyen-checkout__input[readonly]:hover {
    color: #00112c;
}
.adyen-checkout__card__holderName,
.adyen-checkout__field--expiryDate,
.adyen-checkout__field--storedCard {
    margin-bottom: 0;
}
.adyen-checkout__card-input .adyen-checkout__fieldset--billingAddress,
.adyen-checkout__card__holderName,
.adyen-checkout__card__kcp-authentication,
.adyen-checkout__card__socialSecurityNumber,
.adyen-checkout__installments,
.adyen-checkout__store-details {
    margin-top: 16px;
}
.adyen-checkout__card-input.adyen-checkout__card-input--loading {
    pointer-events: none;
}
.adyen-checkout__card__holderName:first-child {
    margin: 0 0 16px;
}
.adyen-checkout__field--cardNumber .adyen-checkout__input--error .adyen-checkout__card__cardNumber__brandIcon,
.adyen-checkout__field--cardNumber .adyen-checkout__input--valid:not(.adyen-checkout__card__cardNumber__input--noBrand) + .adyen-checkout-input__inline-validation--valid {
    display: none;
}
.adyen-checkout__field--securityCode.adyen-checkout__field--error .adyen-checkout__card__cvc__hint,
.adyen-checkout__field--securityCode.adyen-checkout__field--valid .adyen-checkout__card__cvc__hint {
    opacity: 0;
}
@keyframes cvc-indicate-location {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0.3;
    }
}
.adyen-checkout__label--focused .adyen-checkout__field__cvc--back-hint .adyen-checkout__card__cvc__hint--back .adyen-checkout__card__cvc__hint__location,
.adyen-checkout__label--focused .adyen-checkout__field__cvc--front-hint .adyen-checkout__card__cvc__hint--front .adyen-checkout__card__cvc__hint__location {
    animation-direction: alternate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: cvc-indicate-location;
}
.adyen-checkout__card__cvc__hint__wrapper {
    align-items: center;
    backface-visibility: visible;
    display: flex;
    height: 100%;
    margin: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateZ(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    width: 27px;
    will-change: transform;
}
.adyen-checkout__field__cvc--front-hint.adyen-checkout__card__cvc__hint__wrapper {
    transform: rotateY(180deg);
}
.adyen-checkout__card__cvc__hint {
    backface-visibility: hidden;
    position: absolute;
    transition: opacity 0.1s linear;
}
.adyen-checkout__field__exp-date_hint_wrapper {
    align-items: center;
    bottom: 0;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.1s linear;
}
.adyen-checkout__field__exp-date_hint_wrapper.adyen-checkout__field__exp-date_hint_wrapper--hidden {
    opacity: 0;
}
.adyen-checkout__field__exp-date_hint {
    height: 18px;
    margin: 0 10px 0 0;
    width: 27px;
}
.adyen-checkout__card__cvc__hint--front {
    transform: rotateY(180deg);
}
@media (prefers-reduced-motion: reduce) {
    .adyen-checkout__card__cvc__hint__wrapper {
        transition: none;
    }
}
.adyen-checkout__fieldset--revolving-plan .adyen-checkout__fieldset__fields {
    justify-content: left;
}
.adyen-checkout__fieldset--revolving-plan .adyen-checkout__radio_group {
    display: flex;
    flex-direction: column;
}
.adyen-checkout__fieldset--revolving-plan .adyen-checkout__radio_group__input-wrapper {
    margin-top: 20px;
}
.adyen-checkout__fieldset--revolving-plan .adyen-checkout__field--revolving-plan-installments {
    margin-left: 15px;
    position: relative;
    top: 42px;
    width: 30%;
}
.LoadingWrapper-module_loading-input__form__ffCKa {
    opacity: 1;
}
.LoadingWrapper-module_loading-input__form--loading__7GmVo {
    opacity: 0;
}
.LoadingWrapper-module_loading-input__spinner__GxA51 {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.LoadingWrapper-module_loading-input__spinner--active__ENNBS {
    display: block;
}
.CardInput-module_card-input__wrapper__wXSCw {
    position: relative;
}
.CardInput-module_card-input__wrapper__wXSCw *,
.CardInput-module_card-input__wrapper__wXSCw :after,
.CardInput-module_card-input__wrapper__wXSCw :before {
    box-sizing: border-box;
}
.CardInput-module_card-input__icon__3Cz5M {
    border-radius: 3px;
    height: 18px;
    margin-left: 7px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
}
.CardInput-module_card-input__form__fRo1r {
    opacity: 1;
}
.CardInput-module_card-input__spinner__-j2Qi {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.CardInput-module_card-input__spinner--active__slD7w {
    display: block;
}
.CardInput-module_card-input__form--loading__rrmdj {
    opacity: 0;
}
.CardInput-module_adyen-checkout__input__11tlB {
    display: block;
    max-height: 100px;
}
.CardInput-module_adyen-checkout__card__cvc__input--hidden__VIlHV,
.CardInput-module_adyen-checkout__card__exp-date__input--hidden__evi6- {
    display: none;
}
.CardInput-module_adyen-checkout__card__exp-cvc__exp-date__input--hidden__YC3VT {
    justify-content: flex-end;
}
.CardInput-module_revolving-plan-installments__disabled__VhNj2 {
    opacity: 0.4;
    pointer-events: none;
}
.adyen-checkout__card__dual-branding__buttons {
    display: flex;
    opacity: 0.4;
    pointer-events: none;
}
.adyen-checkout__card__dual-branding__buttons--active {
    opacity: 1;
    pointer-events: auto;
}
.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon {
    cursor: pointer;
    opacity: 1;
}
.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon:first-child {
    right: 40px;
}
.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon--not-selected {
    opacity: 0.5;
}
.adyen-checkout__card__brands {
    display: flex;
    flex-basis: auto;
    flex-shrink: 1;
    flex-wrap: wrap;
    gap: 4px;
    height: 16px;
    margin-bottom: 16px;
    margin-top: -8px;
    overflow: hidden;
    transition: all 0.2s ease-out;
}
.adyen-checkout__card__brands--hidden {
    height: 0;
    margin: -8px 0 8px;
    opacity: 0;
}
.adyen-checkout__card__brands img {
    border-radius: 3px;
    height: 16px;
    width: 24px;
}
.adyen-checkout__card__brands__brand-wrapper {
    display: inline-block;
    height: 16px;
    position: relative;
    width: 24px;
}
.adyen-checkout__card__brands__brand-wrapper:after {
    border: 1px solid rgba(0, 27, 43, 0.17);
    border-radius: 3px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.adyen-checkout-ctp__otp-resend-code {
    color: #0075ff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    margin-left: auto;
}
.adyen-checkout-ctp__otp-resend-code--confirmation,
.adyen-checkout-ctp__otp-resend-code--disabled {
    color: #687282;
    cursor: default;
    font-size: 13px;
    font-weight: 400;
    margin-left: auto;
    pointer-events: none;
}
.adyen-checkout-ctp__otp-resend-code--confirmation {
    align-items: center;
    display: flex;
}
.adyen-checkout-ctp__otp-resend-code--confirmation > img {
    margin-left: 4px;
}
.adyen-checkout-ctp__otp-resend-code-counter {
    color: #000;
    cursor: default;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-left: auto;
    text-align: right;
}
.adyen-checkout-ctp__section > .adyen-checkout__field.adyen-checkout__field--otp {
    margin-bottom: 12px;
}
.adyen_checkout-ctp__brand-wrapper {
    align-items: center;
    display: flex;
    height: 18px;
}
.adyen_checkout-ctp__brand-logo {
    margin-right: 6px;
    width: 24px;
}
.adyen_checkout-ctp__brand-pipe {
    height: 15px;
    margin-right: 6px;
}
.adyen_checkout-ctp__brand-scheme {
    margin-right: 6px;
    -o-object-fit: none;
    object-fit: none;
}
.adyen_checkout-ctp__brand-scheme-mc {
    width: 27px;
}
.adyen_checkout-ctp__brand-scheme-visa {
    width: 35px;
}
.adyen-checkout__modal-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    left: 0;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    padding: 24px;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 10;
}
.adyen-checkout__modal-wrapper:before {
    background: #00112c80;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.3s linear;
    width: 100%;
    z-index: 10;
}
.adyen-checkout__modal-wrapper--open {
    visibility: visible;
}
.adyen-checkout__modal-wrapper--open .adyen-checkout__modal,
.adyen-checkout__modal-wrapper--open:before {
    opacity: 1;
}
.adyen-checkout__modal {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px #00112c26;
    margin: auto;
    opacity: 0;
    padding: 16px;
    position: relative;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 11;
}
@media (max-width: 480px) {
    .adyen-checkout__modal-wrapper {
        padding: 0;
    }
    .adyen-checkout__modal {
        border-radius: 0;
        height: 100%;
    }
}
.adyen-checkout__ctp-modal-header-image {
    display: block;
    margin: auto;
}
.adyen-checkout__ctp-modal-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 12px;
    padding: 0;
}
.adyen-checkout__ctp-modal-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 16px;
}
.adyen-checkout__ctp-modal-benefits {
    margin-left: 0;
    padding-left: 20px;
}
.adyen-checkout__ctp-modal-benefits li {
    list-style: disc;
    margin-bottom: 16px;
}
.adyen-checkout__modal-wrapper--ctp .adyen-checkout__modal {
    max-width: 464px;
}
.adyen_checkout-ctp__brand-wrapper--popup {
    justify-content: center;
    margin-bottom: 24px;
}
.adyen-web__ctp-info-button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
}
.adyen-checkout-ctp__section-logout-button {
    color: #0075ff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    margin-left: auto;
}
.adyen-checkout-ctp__section-logout-button--disabled {
    color: #687282;
    pointer-events: none;
}
.adyen-checkout-ctp__section {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 12px #00112c14, 0 2px 4px #00112c0a;
    padding: 16px;
    position: relative;
}
.adyen-checkout-ctp__section-brand {
    align-items: center;
    display: flex;
    height: 18px;
    margin-bottom: 16px;
}
.adyen-checkout-ctp__section--standalone {
    all: unset;
}
.adyen-checkout-ctp__section .adyen-checkout__fieldset {
    margin-bottom: 24px;
}
.adyen-checkout-ctp__section-header {
    align-items: center;
    display: flex;
}
.adyen-checkout-ctp__section-header-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
    padding: 0;
    width: auto;
}
@media screen and (max-width: 400px) {
    .adyen-checkout-ctp__section-header-title {
        font-size: 15px;
    }
}
.adyen-checkout-ctp__section-header-adornment {
    margin-left: 5px;
}
.adyen-checkout-ctp__section-text {
    color: #707070;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    margin: 0 0 16px;
}
.adyen-checkout-ctp__separator {
    color: #00112c;
    font-size: 13px;
    font-weight: 400;
}
.adyen-checkout-ctp__otp-subtitle--highlighted {
    color: #00112c;
    font-weight: 500;
}
.adyen-checkout-ctp__otp-checkbox-container {
    background-color: #f7f8f9;
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 12px;
}
.adyen-checkout-ctp__otp-checkbox-container--checked {
    background-color: #f2f8ff;
}
.adyen-checkout-ctp__otp-checkbox-container label {
    cursor: pointer;
}
.adyen-checkout-ctp__section .adyen-checkout__field.adyen-checkout-ctp__otp-checkbox-container {
    margin-bottom: 4px;
}
.adyen-checkout-ctp__otp-checkbox-info {
    color: #707070;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    margin: 4px 0 0;
}
.adyen-checkout-ctp__otp-readmore-button {
    all: unset;
    color: #0075ff;
    cursor: pointer;
    text-transform: lowercase;
}
.adyen-checkout-ctp__card-list-single-card {
    align-items: center;
    background-color: #f7f8f9;
    border-radius: 6px;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    line-height: 19px;
    padding: 12px;
}
.adyen-checkout-ctp__card-list-single-card-expired {
    color: #687282;
    text-decoration: line-through;
}
.adyen-checkout-ctp__expired-label {
    color: #687282;
    font-weight: 500;
    line-height: 17px;
    margin-left: auto;
}
.adyen-checkout-ctp__card-image {
    border-radius: 3px;
    margin-right: 8px;
}
.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled {
    opacity: 1;
}
.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled .adyen-checkout__dropdown__element__text {
    margin: 0;
    opacity: 0.4;
    text-decoration: line-through;
}
.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled .adyen-checkout__dropdown__element__secondary-text {
    color: #687282;
    font-weight: 500;
    line-height: 17px;
}
.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled {
    opacity: 1;
}
.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled .adyen-checkout__dropdown__button__text {
    opacity: 0.4;
    text-decoration: line-through;
}
.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled .adyen-checkout__dropdown__button__secondary-text {
    color: #687282;
    font-weight: 500;
    opacity: 1;
}
.adyen-checkout-ctp__card {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 0 2px #999595;
    cursor: pointer;
    height: 40px;
    margin: 0 0 20px;
    width: 100%;
}
.adyen-checkout-ctp__empty-cards {
    align-items: center;
    background-color: #f7f8f9;
    border-radius: 6px;
    color: #687282;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    line-height: 19px;
    margin-bottom: 24px;
    padding: 12px 16px;
}
.adyen-checkout__iframe--ctpIframe {
    pointer-events: auto;
}
.adyen-checkout__iframe--ctpIframe-hidden {
    display: none;
}
@keyframes card-bounce {
    0% {
        animation-timing-function: cubic-bezier(0.17, 0.17, 0.32, 1);
        -webkit-translate: 0 -60%;
        -moz-translate: 0 -60%;
        -ms-translate: 0 -60%;
        translate: 0 -60%;
    }
    9.70874% {
        animation-timing-function: cubic-bezier(0.41, 0, 0.49, 1);
        -webkit-translate: 0 8.5%;
        -moz-translate: 0 8.5%;
        -ms-translate: 0 8.5%;
        translate: 0 8.5%;
    }
    23.4466% {
        animation-timing-function: cubic-bezier(0.29, 0, 0.26, 1);
        -webkit-translate: 0 -22.5%;
        -moz-translate: 0 -22.5%;
        -ms-translate: 0 -22.5%;
        translate: 0 -22.5%;
    }
    47.7184% {
        -webkit-translate: 0;
        -moz-translate: 0;
        -ms-translate: 0;
        translate: 0;
    }
    63.8835% {
        animation-timing-function: cubic-bezier(1, 0, 0.78, 1);
        -webkit-translate: 0;
        -moz-translate: 0;
        -ms-translate: 0;
        translate: 0;
    }
    86.5534% {
        -webkit-translate: 0 40.7%;
        -moz-translate: 0 40.7%;
        -ms-translate: 0 40.7%;
        translate: 0 40.7%;
    }
    to {
        -webkit-translate: 0 40.7%;
        -moz-translate: 0 40.7%;
        -ms-translate: 0 40.7%;
        translate: 0 40.7%;
    }
}
@keyframes card-fade-100 {
    0% {
        animation-timing-function: linear;
        opacity: 0;
    }
    8.1068% {
        opacity: 1;
    }
    78.4466% {
        opacity: 1;
    }
    86.5534% {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
@keyframes card-fade-60 {
    0% {
        animation-timing-function: linear;
        opacity: 0;
    }
    8.1068% {
        opacity: 0.6;
    }
    78.4466% {
        opacity: 0.6;
    }
    86.5534% {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
@keyframes card-fade-20 {
    0% {
        animation-timing-function: linear;
        opacity: 0;
    }
    8.1068% {
        opacity: 0.2;
    }
    78.4466% {
        opacity: 0.2;
    }
    86.5534% {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
.adyen-checkout-ctp__card-animation {
    aspect-ratio: 1/0.438;
    filter: grayscale(1);
    margin: 40px auto 50px;
    max-width: 100%;
    position: relative;
    width: 140px;
}
.adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer {
    background-size: contain !important;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
}
.adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer:first-of-type {
    animation: card-bounce 2.06s linear infinite both, card-fade-100 2.06s linear infinite both;
    animation-delay: 0.1s;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1064' height='466' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m895.31 228.862-46.416-10.988c-1.172-.381-2.528-.481-3.565-.203-1.582.424-1.825 1.567-.543 2.554.676.52 1.641.893 2.634 1.067l42.816 10.545-.537 21.742-2.328.624-6.897 1.848 1.146-20.056c.002-.012.002-.025.003-.037h.005c.061-.536-.274-1.054-.864-1.494-.563-.447-1.399-.831-2.462-1.065l-.003.001-.072-.016-46.587-10.849a.3.3 0 0 1-.032-.008c-1.18-.39-2.554-.496-3.601-.215l-16.926 4.535c-1.582.424-1.825 1.568-.542 2.555.389.299.859.593 1.407.742l44.453 10.938-.526 19.429c-.021.101.234 2.007-2.662 2.783l-22.831 6.118c-3.105.832-7.644.01-10.253-1.998l-32.227-24.8c-2.271-1.748-2.029-4.233 1.146-5.083l14.204-3.806c1.674-.449 1.938-1.481.58-2.526s-3.556-1.501-5.23-1.053l-14.297 3.879c-6.795 1.82-6.817 6.539-2.199 10.093l32.275 24.837c4.972 3.826 14.615 5.636 20.567 4.042l22.824-6.116c1.151-.309 2.067-.696 2.797-1.118.104-.061.204-.122.301-.183 2.32-1.48 2.521-3.296 2.528-3.671l1.19-21.406c.081-.992-1.14-2.073-3.289-2.548l-.003.002-.072-.017-39.385-9.196 7.065-1.893 2.329-.624 41.998 10.256-.496 22.836c-.001.007.031.018.093.032.113.304.361.618.75.918 1.283.987 3.605 1.443 5.187 1.02l16.925-4.535c1.048-.281 1.507-.878 1.326-1.536l1.612-23.779.002-.037.005-.001c.123-1.083-1.369-2.092-3.323-2.539z'/%3E%3Cpath stroke='%23fff' d='m895.31 228.862-46.416-10.988c-1.172-.381-2.528-.481-3.565-.203-1.582.424-1.825 1.567-.543 2.554.676.52 1.641.893 2.634 1.067l42.816 10.545-.537 21.742-2.328.624-6.897 1.848 1.146-20.056c.002-.012.002-.025.003-.037h.005c.061-.536-.274-1.054-.864-1.494-.563-.447-1.399-.831-2.462-1.065l-.003.001-.072-.016-46.587-10.849a.3.3 0 0 1-.032-.008c-1.18-.39-2.554-.496-3.601-.215l-16.926 4.535c-1.582.424-1.825 1.568-.542 2.555.389.299.859.593 1.407.742l44.453 10.938-.526 19.429c-.021.101.234 2.007-2.662 2.783l-22.831 6.118c-3.105.832-7.644.01-10.253-1.998l-32.227-24.8c-2.271-1.748-2.029-4.233 1.146-5.083l14.204-3.806c1.674-.449 1.938-1.481.58-2.526s-3.556-1.501-5.23-1.053l-14.297 3.879c-6.795 1.82-6.817 6.539-2.199 10.093l32.275 24.837c4.972 3.826 14.615 5.636 20.567 4.042l22.824-6.116c1.151-.309 2.067-.696 2.797-1.118.104-.061.204-.122.301-.183 2.32-1.48 2.521-3.296 2.528-3.671l1.19-21.406c.081-.992-1.14-2.073-3.289-2.548l-.003.002-.072-.017-39.385-9.196 7.065-1.893 2.329-.624 41.998 10.256-.496 22.836c-.001.007.031.018.093.032.113.304.361.618.75.918 1.283.987 3.605 1.443 5.187 1.02l16.925-4.535c1.048-.281 1.507-.878 1.326-1.536l1.612-23.779.002-.037.005-.001c.123-1.083-1.369-2.092-3.323-2.539'/%3E%3Cpath fill='%23fff' fill-opacity='.9' fill-rule='evenodd' d='M418.95 242.813c-1.166.08-3.042-.372-4.121-.994-.702-.405-.941-.755-1.527-2.243-2.373-6.017-6.517-11.028-13.679-16.54-6.921-5.325-13.863-9.053-24.178-12.987-2.215-.844-4.182-1.652-4.368-1.795-.687-.528-.979-1.482-.612-1.986.505-.691 2.349-1.081 3.824-.809.567.103 2.521.743 4.345 1.421 7.215 2.687 13.99 5.937 20.009 9.598 3.723 2.267 9.803 6.823 12.219 9.164 4.462 4.317 7.493 8.422 9.4 12.73 1.153 2.604 1.269 3.77.4 4.003a2.41 2.41 0 0 0-.548.23c-.132.08-.653.173-1.164.208zm-16.069-.701c-1.791.122-4.29-.719-4.965-1.671-.163-.23-.697-1.349-1.19-2.485-2.083-4.815-6.346-9.43-12.427-13.455-4.994-3.305-8.797-5.218-15.392-7.737-4.424-1.69-4.929-2-5.087-3.117-.146-1.06 1.961-1.804 4.061-1.431 1.457.258 8.467 2.972 11.969 4.634 11.594 5.498 19.993 12.484 23.913 19.889 2.008 3.792 1.779 5.192-.882 5.373zm-16.492-.659c-1.224-.015-2.768-.406-3.758-.951-.603-.332-.912-.797-1.614-2.437-2.575-6.024-8.768-10.833-18.898-14.676-4.447-1.688-5.038-2.104-4.718-3.324.158-.605.358-.757 1.34-1.02 1.642-.44 3.175-.146 7.121 1.365 6.068 2.325 10.298 4.621 14.525 7.881 4.345 3.352 6.465 5.882 8.069 9.62.915 2.141.839 2.79-.389 3.282-.375.149-1.131.266-1.678.26zm-15.379-.611c-.949.006-2.546-.385-3.476-.851-1.035-.519-1.424-1.045-1.796-2.434-.477-1.786-1.147-2.632-3.558-4.488s-3.719-2.531-6.931-3.584c-1.089-.356-2.302-.809-2.698-1.003-1.658-.818-1.914-2.296-.508-2.936 1.187-.544 2.67-.406 5.617.522 8.533 2.685 14.934 7.611 15.941 12.27.357 1.645-.521 2.495-2.591 2.504z'/%3E%3Crect width='110' height='74' fill='url(%23a)' rx='10' transform='matrix(.96593 -.25882 .7925 .60987 199.717 245.906)'/%3E%3Cg stroke='%23000' stroke-opacity='.8' stroke-width='2'%3E%3Cpath d='m233.447 236.868 46.846 36.05c.876.673.72 1.451-.347 1.737l-31.799 8.521M266.657 262.424l-33.731 9.038m17.126-21.816-33.73 9.038m115.215 13.423-46.846-36.05c-.875-.673-.72-1.451.347-1.737l31.799-8.52M298.327 246.551l33.731-9.038m-17.126 21.816 33.731-9.038'/%3E%3Crect width='112' height='76' x='-1.758' y='-.351' rx='11' style='mix-blend-mode:soft-light' transform='matrix(.96593 -.25882 .7925 .60987 199.935 245.314)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='a' x1='-12.604' x2='99.193' y1='0' y2='88.114' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='.484' stop-color='%23b3b3b3'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
            0 0 no-repeat,
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1064' height='466' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='728' height='455' fill='url(%23b)' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3Cg fill='%23033783'%3E%3Cpath fill-opacity='.2' d='M638.209-50.009C376.564 99.506 477.408 320.518 560.535 412.335L1063.78 277.49 638.209-50.009z'/%3E%3Cpath fill-opacity='.4' d='M711.119 6.099C494.132 130.043 577.63 313.21 646.503 389.3l417.277-111.81L711.119 6.099z'/%3E%3C/g%3E%3Cpath fill='%23003780' d='M791.162 67.695C624.04 163.343 688.839 304.87 742.129 363.677l321.651-86.187L791.162 67.695z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='72.545' x2='249.224' y1='26.435' y2='498.002' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233382ea'/%3E%3Cstop offset='1' stop-color='%23003ea9'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Crect width='728' height='455' fill='%23fff' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
            0 0 no-repeat;
    opacity: 1;
    z-index: 3;
}
.adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer:nth-of-type(2) {
    animation: card-bounce 2.06s linear infinite both, card-fade-60 2.06s linear infinite both;
    animation-delay: 50ms;
    opacity: 0.6;
    transform: translateY(25%);
    z-index: 2;
}
.adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer:nth-of-type(2),
.adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer:nth-of-type(3) {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1064' height='466' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='728' height='455' fill='url(%23b)' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3Cg fill='%23033783'%3E%3Cpath fill-opacity='.2' d='M638.209-50.009C376.564 99.506 477.408 320.518 560.535 412.335L1063.78 277.49 638.209-50.009z'/%3E%3Cpath fill-opacity='.4' d='M711.119 6.099C494.132 130.043 577.63 313.21 646.503 389.3l417.277-111.81L711.119 6.099z'/%3E%3C/g%3E%3Cpath fill='%23003780' d='M791.162 67.695C624.04 163.343 688.839 304.87 742.129 363.677l321.651-86.187L791.162 67.695z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='72.545' x2='249.224' y1='26.435' y2='498.002' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233382ea'/%3E%3Cstop offset='1' stop-color='%23003ea9'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Crect width='728' height='455' fill='%23fff' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
        0 0 no-repeat;
}
.adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer:nth-of-type(3) {
    animation: card-bounce 2.06s linear infinite both, card-fade-20 2.06s linear infinite both;
    opacity: 0.2;
    transform: translateY(50%);
    z-index: 1;
}
.adyen-checkout-ctp__loading-subtitle {
    font-size: 16px;
    line-height: 19px;
    margin: 0 auto 58px;
    max-width: 280px;
    text-align: center;
}
.adyen-checkout-ctp__section > .adyen-checkout__field.adyen-checkout__field--shopperLogin {
    margin-bottom: 20px;
}
.adyen-checkout__cashapp > .adyen-checkout__store-details {
    margin-bottom: 16px;
    margin-top: 0;
}
.adyen-checkout__button-group {
    background: transparent;
    display: flex;
    justify-content: space-between;
}
.adyen-checkout__button-group .adyen-checkout__button {
    background: transparent;
    border: 0;
    box-shadow: inset 0 0 0 1px #99a3ad;
    color: #00112c;
    font-size: 0.81em;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin-right: 8px;
    padding: 0;
    text-align: center;
}
.adyen-checkout__button-group .adyen-checkout__button:last-child {
    margin-right: 0;
}
.adyen-checkout__button-group .adyen-checkout__button:hover {
    background: transparent;
    box-shadow: inset 0 0 0 2px #99a3ad;
}
.adyen-checkout__button-group .adyen-checkout__button:active {
    background: #f7f8f9;
    box-shadow: inset 0 0 0 2px #99a3ad;
}
.adyen-checkout__button-group .adyen-checkout__button--disabled,
.adyen-checkout__button-group .adyen-checkout__button--disabled:hover {
    cursor: not-allowed;
    opacity: 0.4;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.adyen-checkout__button-group .adyen-checkout__button--selected,
.adyen-checkout__button-group .adyen-checkout__button--selected:active,
.adyen-checkout__button-group .adyen-checkout__button--selected:active:hover,
.adyen-checkout__button-group .adyen-checkout__button--selected:hover {
    background: #e5efff;
    box-shadow: inset 0 0 0 2px #0075ff;
    color: #0075ff;
    font-weight: 500;
    height: 40px;
    transition: none;
}
.adyen-checkout__button-group .adyen-checkout__button .adyen-checkout__button-group__input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
.adyen-checkout__adyen-giving .adyen-checkout__status__icon {
    display: block;
    margin: 56px auto 32px;
}
.adyen-checkout__adyen-giving .adyen-checkout__status__text {
    color: #00112c;
    margin-bottom: 56px;
    text-align: center;
}
.adyen-checkout__campaign {
    background: #00112c;
    border-radius: 6px;
    height: 227px;
    overflow: hidden;
    position: relative;
}
.adyen-checkout__campaign-link:hover .adyen-checkout__campaign-description {
    text-decoration: underline;
}
.adyen-checkout__campaign-container {
    height: 100%;
}
.adyen-checkout__campaign-logo {
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    display: block;
    height: 48px;
    margin-bottom: 16px;
    overflow: hidden;
    width: 48px;
}
.adyen-checkout__campaign-background-image {
    background-color: #00112c;
    background-position: 50%;
    background-size: cover;
    height: 100%;
}
.adyen-checkout__campaign-link .adyen-checkout__campaign-background-image:before {
    background: inherit;
    content: "";
    height: 100%;
    position: absolute;
    transition: transform 0.6s ease-out;
    width: 100%;
}
.adyen-checkout__campaign-link .adyen-checkout__campaign-background-image:hover:before {
    transform: scale(1.1);
}
.adyen-checkout__campaign-link .adyen-checkout__campaign-content {
    pointer-events: none;
}
.adyen-checkout__campaign-content {
    bottom: 0;
    padding: 16px;
    position: absolute;
    z-index: 2;
}
.adyen-checkout__campaign-description,
.adyen-checkout__campaign-title {
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.adyen-checkout__campaign-title {
    font-size: 1em;
    margin-bottom: 8px;
}
.adyen-checkout__campaign-description {
    font-size: 0.81em;
    line-height: 19px;
}
.adyen-checkout__adyen-giving-actions {
    margin-top: 16px;
    text-align: center;
}
.adyen-checkout__button.adyen-checkout__button--donate {
    margin: 16px auto 8px;
}
.adyen-checkout__button.adyen-checkout__button--decline {
    display: block;
    margin: auto;
    width: auto;
}
.adyen-checkout__paywithgoogle {
    height: 48px;
}
.adyen-checkout__paywithgoogle > div > button,
.adyen-checkout__paywithgoogle > div > button.long,
.adyen-checkout__paywithgoogle > div > button.short {
    height: 48px;
    transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
}
.adyen-checkout__paywithgoogle > div > button.long:focus,
.adyen-checkout__paywithgoogle > div > button.short:focus,
.adyen-checkout__paywithgoogle > div > button:focus {
    box-shadow: 0 0 0 2px #99c2ff;
    outline: 0;
}
.adyen-checkout__paywithgoogle > div > button.gpay-button {
    padding: 15px 24px 13px;
}
.adyen-checkout__econtext-input__field > .adyen-checkout__button--pay:only-child {
    margin-top: 0;
}
.adyen-checkout__voucher-result {
    border-radius: 12px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.adyen-checkout__voucher-result__bottom,
.adyen-checkout__voucher-result__top {
    background: #fff;
    border: 1px solid #d4d9db;
}
.adyen-checkout__voucher-result__top {
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    padding: 40px 0 24px;
}
.adyen-checkout__voucher-result__bottom {
    border-radius: 0 0 12px 12px;
    border-top: 0;
}
.adyen-checkout__voucher-result__separator {
    align-items: center;
    background: #fff;
    display: flex;
    height: 13px;
    margin: 0 auto;
    position: relative;
    width: calc(100% - 14px);
}
.adyen-checkout__voucher-result__separator:after,
.adyen-checkout__voucher-result__separator:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEzIiBmaWxsPSJub25lIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0ibTAgMCA1IDIgMS41IDRIN1YwSDBabTAgMTMgNS0yIDEuNS00SDd2NkgwWiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggc3Ryb2tlPSIjRDREOURCIiBkPSJNNi40MjMgNi41QzYuNDIzIDMuMzEyIDMuNzgzLjc1Ni41LjUxOGMzLjM4Ni4yMzYgNiAyLjg1NSA2IDUuOTgyIDAgMy4xMjctMi42MTQgNS43NDYtNiA1Ljk4M3YtLjAwMWMzLjI4NC0uMjM3IDUuOTIzLTIuNzk0IDUuOTIzLTUuOTgyWiIvPjxwYXRoIGZpbGw9IiNENEQ5REIiIGQ9Ik0wIDBoMXYxSDB6TTAgMTJoMXYxSDB6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg3djEzSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
}
.adyen-checkout__voucher-result__separator:before {
    left: -7px;
}
.adyen-checkout__voucher-result__separator:after,
.adyen-checkout__voucher-result__separator:before {
    background-position: 100%;
    background-repeat: no-repeat;
    content: "";
    height: 13px;
    position: absolute;
    top: 0;
    width: 7px;
}
.adyen-checkout__voucher-result__separator:after {
    right: -7px;
    transform: rotate(-180deg);
}
.adyen-checkout__voucher-result__separator__inner {
    border-top: 1px solid #e6e9eb;
    width: 100%;
}
.adyen-checkout__voucher-result__image {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    width: 100%;
}
.adyen-checkout__link--voucher-result-instructions {
    display: inline-block;
}
.adyen-checkout__voucher-result__image__wrapper {
    display: block;
    height: 48px;
    margin: 0 24px;
    position: relative;
}
.adyen-checkout__voucher-result__image__wrapper:after {
    border: 1px solid rgba(0, 27, 43, 0.17);
    border-radius: 3px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.adyen-checkout__voucher-result__image__wrapper:nth-child(2):before {
    border-left: 1px solid #d4d9db;
    content: "";
    height: 64px;
    left: -24.5px;
    position: absolute;
    top: -8px;
    width: 1px;
}
.adyen-checkout__voucher-result__image__brand,
.adyen-checkout__voucher-result__image__issuer {
    border-radius: 3px;
    height: 48px;
}
.adyen-checkout__voucher-result__introduction {
    color: #00112c;
    font-size: 0.81em;
    line-height: 19px;
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
}
.adyen-checkout__voucher-result__amount {
    color: #00112c;
    font-size: 1em;
    font-weight: 700;
    margin: 24px auto 0;
    text-align: center;
}
.adyen-checkout__voucher-result__surcharge {
    color: #687282;
    display: block;
    font-size: 0.81em;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}
.adyen-checkout__voucher-result__code__label {
    display: block;
    font-weight: 400;
    left: 0;
    line-height: 19px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: auto;
}
.adyen-checkout__voucher-result__code__label:before {
    content: "";
    position: absolute;
}
.adyen-checkout__voucher-result__code__label__text {
    background: #fff;
    color: #00112c;
    font-size: 13px;
    letter-spacing: normal;
    line-height: 1;
    padding: 0 8px;
}
.adyen-checkout__voucher-result__code__barcode {
    display: block;
    height: 56px;
    margin: 0 auto 8px;
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.adyen-checkout__voucher-result__code {
    border-width: 1px 0;
    color: #00112c;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0 auto;
    padding: 16px 48px;
    position: relative;
    text-align: center;
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all;
    width: 100%;
    word-break: break-word;
}
.adyen-checkout__voucher-result__details {
    list-style: none;
    margin: -1px auto 0;
    padding: 0;
}
.adyen-checkout__voucher-result__details__item {
    border-top: 1px solid #e6e9eb;
    color: #00112c;
    display: flex;
    font-size: 0.81em;
    justify-content: space-between;
    padding: 16px 24px;
    word-break: break-word;
}
.adyen-checkout__voucher-result__details__item:last-child {
    margin-bottom: 0;
}
.adyen-checkout__voucher-result__details__label {
    max-width: 50%;
    text-align: left;
}
.adyen-checkout__voucher-result__details__value {
    font-weight: 700;
    max-width: 50%;
    text-align: right;
}
.adyen-checkout__voucher-result__actions {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 auto 32px;
    max-width: 100%;
    min-width: 200px;
    padding: 0;
    width: 300px;
}
.adyen-checkout__voucher-result__actions__item {
    margin: 0 4px;
}
.adyen-checkout__paypal__buttons {
    position: relative;
    z-index: 0;
}
.adyen-checkout__paypal__button {
    display: flex;
    margin-bottom: 16px;
}
.adyen-checkout__paypal__button:empty {
    display: none;
}
.adyen-checkout__paypal__status--pending {
    margin: 16px 0;
}
.adyen-checkout__paypal__status--processing {
    align-items: center;
    display: flex;
    font-size: 13px;
    justify-content: center;
    padding: 24px 0;
}
.adyen-checkout__paypal-processing .adyen-checkout__paypal__button {
    display: none;
}
.adyen-checkout__payment-method .adyen-checkout__paypal__status--pending {
    margin: -16px 0 38px;
}
.adyen-checkout__payment-method .adyen-checkout__paypal__status--processing {
    padding: 20px 0 65px;
}
.adyen-checkout__phone-input {
    direction: ltr;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper {
    width: 100%;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input {
    height: auto;
    padding: 0;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input:focus {
    border: 1px solid #0075ff;
    box-shadow: 0 0 0 2px #99c2ff;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button {
    border: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    height: 35px;
    width: auto;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button:after {
    box-sizing: revert;
    height: 10px;
    left: 40px;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input--phoneNumber {
    border: 1px solid transparent;
    height: 35px;
    margin-left: 8px;
    padding-left: 15px;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input-wrapper--phoneInput {
    align-items: center;
    display: flex;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input-wrapper--phoneInput:focus {
    border: 1px solid #0075ff;
    box-shadow: 0 0 0 2px #99c2ff;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__phoneNumber {
    align-items: center;
    display: flex;
    margin-left: 65px;
    width: 100%;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__countryFlag {
    position: absolute;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active,
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active:hover {
    box-shadow: none;
}
.adyen-checkout__threeds2__challenge,
.adyen-checkout__threeds2__challenge-container {
    background-color: transparent;
    box-sizing: border-box;
    display: block;
    height: inherit;
    min-height: 400px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.adyen-checkout__threeds2__challenge--01,
.adyen-checkout__threeds2__challenge--01 .adyen-checkout__iframe--threeDSIframe {
    height: 400px;
    width: 250px;
}
.adyen-checkout__threeds2__challenge--02,
.adyen-checkout__threeds2__challenge--02 .adyen-checkout__iframe--threeDSIframe {
    height: 400px;
    width: 390px;
}
.adyen-checkout__threeds2__challenge--03,
.adyen-checkout__threeds2__challenge--03 .adyen-checkout__iframe--threeDSIframe {
    height: 600px;
    width: 500px;
}
.adyen-checkout__threeds2__challenge--04,
.adyen-checkout__threeds2__challenge--04 .adyen-checkout__iframe--threeDSIframe {
    height: 400px;
    width: 600px;
}
.adyen-checkout__threeds2__challenge--05,
.adyen-checkout__threeds2__challenge--05 .adyen-checkout__iframe--threeDSIframe {
    height: 100%;
    width: 100%;
}
.adyen-checkout__iframe--threeDSIframe {
    border: 0;
    left: 0;
    position: absolute;
    top: 0;
}
.adyen-checkout__threeds2-challenge-error .adyen-checkout__status__icon {
    display: block;
    margin: 56px auto 32px;
}
.adyen-checkout__threeds2-challenge-error .adyen-checkout__status__text {
    color: #c12424;
    margin-bottom: 56px;
    text-align: center;
}
.adyen-checkout__qr-loader {
    background: #fff;
    border: 1px solid #d4d9db;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
}
.adyen-checkout__qr-loader--result {
    padding: 100px;
}
.adyen-checkout__qr-loader__brand-logo {
    border-radius: 3px;
    width: 74px;
}
.adyen-checkout__qr-loader__subtitle {
    margin: 32px auto 0;
    max-width: 400px;
}
.adyen-checkout__qr-loader__subtitle--result {
    margin-bottom: 32px;
}
.adyen-checkout__qr-loader__payment_amount,
.adyen-checkout__qr-loader__subtitle {
    color: #00112c;
    font-size: 1em;
    line-height: 19px;
}
.adyen-checkout__qr-loader__icon {
    height: 88px;
    width: 88px;
}
.adyen-checkout__qr-loader__payment_amount {
    font-weight: 700;
}
.adyen-checkout__qr-loader__progress {
    background: #d4d9db;
    border-radius: 24px;
    height: 4px;
    margin: 32px auto 12px;
    padding-right: 3%;
    width: 152px;
}
[dir="rtl"] .adyen-checkout__qr-loader__progress {
    padding-left: 3%;
    padding-right: 0;
}
.adyen-checkout__qr-loader__percentage {
    background: #0075ff;
    border-radius: 24px;
    display: block;
    height: 100%;
}
.adyen-checkout__qr-loader__countdown {
    color: #687282;
    font-size: 0.81em;
}
.adyen-checkout__qr-loader > .adyen-checkout__spinner__wrapper {
    margin: 60px 0;
}
.adyen-checkout__qr-loader__app-link {
    display: none;
}
.adyen-checkout__button.adyen-checkout__button--qr-loader {
    margin-top: 24px;
    text-decoration: none;
}
.adyen-checkout__qr-loader__instructions {
    color: #687282;
    font-size: 1em;
    line-height: 1.5;
    margin-top: 32px;
}
.adyen-checkout__qr-loader__actions {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
@media only screen and (max-device-width: 1200px) {
    .adyen-checkout__qr-loader__app-link {
        display: block;
    }
}
.adyen-checkout__voucher-result--boletobancario .adyen-checkout__voucher-result__code,
.adyen-checkout__voucher-result--oxxo .adyen-checkout__voucher-result__code {
    font-size: 0.81em;
    line-height: 19px;
    padding: 24px;
    word-break: break-all;
}
.adyen-checkout__alert-message {
    border-radius: 6px;
    display: flex;
    font-size: 0.81em;
    margin: 0 0 16px;
    padding: 12px;
    text-align: left;
}
.adyen-checkout__alert-message--error {
    background: #fbe6ed;
}
.adyen-checkout__alert-message--warning {
    background: #ffeacc;
}
.adyen-checkout__alert-message--info {
    background: #e5efff;
}
.adyen-checkout__alert-message__icon {
    height: 14px;
    margin-right: 8px;
    width: 14px;
}
.adyen-checkout__giftcard-result__header {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    font-size: 1em;
    font-weight: 400;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.adyen-checkout__giftcard-result__header__title {
    align-items: center;
    display: flex;
}
.adyen-checkout__giftcard-result__name {
    margin-left: 8px;
}
.adyen-checkout__giftcard-result__balance {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}
.adyen-checkout__giftcard-result__balance__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.adyen-checkout__giftcard-result__balance__item .adyen-checkout__giftcard-result__balance__title--transactionLimit {
    color: #687282;
}
.adyen-checkout__giftcard-result__balance__item:last-child {
    margin-bottom: 0;
}
.adyen-checkout__giftcard-result__balance__value--amount {
    font-weight: 700;
}
.adyen-checkout__giftcard-result__remaining-balance {
    color: #687282;
    font-size: 13px;
    line-height: 19px;
    margin: 8px auto 0;
    text-align: center;
}
.DropinComponent-module_adyen-checkout__payment-methods-list__mAjAm {
    list-style: none;
    margin: 0;
    padding: 0;
}
.DropinComponent-module_adyen-checkout__payment-method__nWdwg {
    display: block;
    max-height: 60px;
}
.DropinComponent-module_adyen-checkout__payment-method__details__-rsW7 {
    display: none;
}
.DropinComponent-module_adyen-checkout__payment-method__image__nB80V {
    height: 26px;
    width: 40px;
}
.DropinComponent-module_adyen-checkout__payment-method__image__wrapper__6NWzA {
    margin-right: 8px;
}
[dir="rtl"] .DropinComponent-module_adyen-checkout__payment-method__image__wrapper__6NWzA {
    margin-left: 8px;
    margin-right: 0;
}
.DropinComponent-module_adyen-checkout__payment-method--selected__6egZF {
    max-height: 100%;
}
.DropinComponent-module_adyen-checkout__payment-method--selected__6egZF .DropinComponent-module_adyen-checkout__payment-method__details__-rsW7 {
    display: block;
}
.adyen-checkout__payment-method__disable-confirmation {
    background: #c12424;
    border-left: 1px solid #b82222;
    border-right: 1px solid #b82222;
    color: #fff;
    font-size: 0.81em;
    margin: 0 -17px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.15s ease-out, max-height 0.15s linear, margin-bottom 0.1s linear;
}
.adyen-checkout__payment-method__disable-confirmation.adyen-checkout__payment-method__disable-confirmation--open {
    margin-bottom: 16px;
    max-height: 62px;
    opacity: 1;
}
.adyen-checkout__payment-method__disable-confirmation__content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
}
.adyen-checkout__payment-method__disable-confirmation__buttons {
    display: flex;
}
.adyen-checkout__payment-method__disable-confirmation__button {
    background: #c12424;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: block;
    height: auto;
    line-height: 14px;
    margin: 0 0 0 8px;
    padding: 8px;
    width: auto;
}
.adyen-checkout__payment-method__disable-confirmation__button:hover,
.adyen-checkout__payment-method__disable-confirmation__button:hover:focus {
    background: #ac2020;
    box-shadow: none;
}
.adyen-checkout__payment-method__disable-confirmation__button:active,
.adyen-checkout__payment-method__disable-confirmation__button:hover:active {
    background: #961c1c;
    box-shadow: none;
}
.adyen-checkout__payment-method__disable-confirmation__button--remove,
.adyen-checkout__payment-method__disable-confirmation__button--remove:disabled {
    border-color: #fff;
}
.adyen-checkout__payment-method__disable-confirmation__button--cancel,
.adyen-checkout__payment-method__disable-confirmation__button--cancel:disabled {
    border-color: transparent;
}
.adyen-checkout__payment-method {
    background: #fff;
    border: 1px solid #e6e9eb;
    cursor: pointer;
    margin-top: -1px;
    position: relative;
    transition: opacity 0.3s ease-out;
    width: 100%;
}
.adyen-checkout__payment-method:focus {
    outline: 0;
}
.adyen-checkout__payment-method--selected + .adyen-checkout__payment-method,
.adyen-checkout__payment-method:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-top: 0;
}
.adyen-checkout__payment-method--next-selected,
.adyen-checkout__payment-method:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-bottom: 0;
}
.adyen-checkout__payment-method--loading {
    opacity: 0.2;
}
.adyen-checkout__payment-method--selected.adyen-checkout__payment-method--loading {
    opacity: 0.9;
}
.adyen-checkout__payment-method--confirming .adyen-checkout__payment-method__details__content,
.adyen-checkout__payment-method--disabling {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.adyen-checkout__payment-method--disabling {
    opacity: 0.3;
}
.adyen-checkout__payment-method__header {
    align-items: center;
    color: #00112c;
    display: flex;
    flex-wrap: nowrap;
    font-size: 1em;
    font-weight: 400;
    justify-content: space-between;
    padding: 12px 16px 12px 44px;
    position: relative;
    transition: background 0.1s ease-out;
    width: 100%;
}
[dir="rtl"] .adyen-checkout__payment-method__header {
    padding: 12px 44px 12px 12px;
}
.adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__header {
    padding: 16px;
}
.adyen-checkout__payment-method__header__title {
    align-items: center;
    background: none;
    border: none;
    color: #00112c;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-size: 1em;
    font-weight: 400;
    margin-right: 16px;
    max-width: 100%;
    padding: 4px;
}
[dir="rtl"] .adyen-checkout__payment-method__header__title {
    margin-left: 16px;
    margin-right: 0;
}
.adyen-checkout__payment-method__surcharge {
    color: #687282;
    margin-left: 5px;
}
.adyen-checkout__payment-method--selected {
    background: #f7f8f9;
    border: 1px solid #e6e9eb;
    border-radius: 12px;
    cursor: default;
    margin: 8px 0;
    transition: margin 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 0.3s ease-out;
}
.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__header {
    flex-wrap: wrap;
}
.adyen-checkout__payment-method__details {
    padding: 0 16px;
    position: relative;
}
.adyen-checkout__payment-method__details__content {
    margin: 0 0 16px;
}
.adyen-checkout__payment-method__image__wrapper {
    height: 26px;
    position: relative;
    width: 40px;
}
.adyen-checkout__payment-method__image__wrapper--outline:after {
    border: 1px solid rgba(0, 27, 43, 0.17);
    border-radius: 3px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.adyen-checkout__payment-method__image {
    border-radius: 3px;
    display: block;
}
.adyen-checkout__payment-method__brands {
    display: flex;
    flex-basis: auto;
    flex-shrink: 1;
    flex-wrap: wrap;
    height: 16px;
    margin: 4px 0;
    overflow: hidden;
    text-align: right;
}
.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__brand-number {
    color: #687282;
    font-size: 13px;
}
.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__brands {
    height: auto;
    overflow: visible;
    text-align: left;
}
.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper {
    display: inline-block;
    height: 16px;
    margin-right: 4px;
    transition: opacity 0.2s ease-out;
    width: 24px;
}
.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:last-child {
    margin: 0;
}
.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper {
    margin-bottom: 4px;
}
.adyen-checkout__payment-method__brands img {
    height: 16px;
    width: 24px;
}
.adyen-checkout__payment-method__image__wrapper--disabled {
    opacity: 0.25;
}
.adyen-checkout__payment-method__radio {
    background-color: #fff;
    border: 1px solid #b9c4c9;
    border-radius: 50%;
    height: 16px;
    left: 16px;
    position: absolute;
    transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
    width: 16px;
}
[dir="rtl"] .adyen-checkout__payment-method__radio {
    left: auto;
    right: 16px;
}
.adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__radio {
    display: none;
}
.adyen-checkout__payment-method__radio:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease-out;
    width: 6px;
}
.adyen-checkout__payment-method:hover:not(.adyen-checkout__payment-method--selected) .adyen-checkout__payment-method__radio {
    border-color: #99a3ad;
    box-shadow: 0 0 0 2px #d4d9db;
    cursor: pointer;
}
.adyen-checkout__payment-method__radio--selected {
    background-color: #0075ff;
    border: 0;
    transition: all 0.3s ease-out;
}
.adyen-checkout__payment-method__radio--selected:hover {
    box-shadow: 0 0 0 2px #06f6;
}
.adyen-checkout__payment-method__radio--selected:after {
    transform: translateY(-50%) scale(1);
}
.adyen-checkout__payment-method__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.adyen-checkout__payment-method__name--selected {
    font-weight: 500;
}
.adyen-checkout__payment-method__additional-info {
    color: #687282;
    font-size: 0.81em;
}
.adyen-checkout__payment-method__name_wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
.adyen-checkout__order-payment-methods-list {
    list-style: none;
    margin: 0 auto 16px;
    padding: 0;
}
.adyen-checkout__order-payment-method {
    background: #fff;
    border: 1px solid #e6e9eb;
    margin-top: -1px;
    position: relative;
    width: 100%;
}
.adyen-checkout__order-payment-method:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.adyen-checkout__order-payment-method:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.adyen-checkout__order-payment-method__header {
    align-items: center;
    color: #00112c;
    display: flex;
    flex-wrap: nowrap;
    font-size: 1em;
    font-weight: 500;
    justify-content: space-between;
    padding: 16px;
    position: relative;
    transition: background 0.1s ease-out;
    width: 100%;
}
.adyen-checkout__order-payment-method__header .adyen-checkout__payment-method__header__title {
    padding: 0;
}
.adyen-checkout__order-payment-method__details {
    padding: 0 16px 16px;
}
.adyen-checkout__order-payment-method__deducted-amount {
    display: flex;
    font-size: 1em;
    justify-content: space-between;
    line-height: 1em;
}
.adyen-checkout__order-payment-method__deducted-amount__label {
    font-size: 0.81em;
}
.adyen-checkout__order-payment-method__deducted-amount__value {
    font-weight: 500;
}
.adyen-checkout__order-remaining-amount {
    background: #ffeacc;
    border-radius: 6px;
    color: #7f4a00;
    display: block;
    font-size: 0.81em;
    margin-bottom: 16px;
    padding: 8px 16px;
    width: 100%;
}
.adyen-checkout__order-remaining-amount strong {
    font-weight: 700;
}
.adyen-checkout__status {
    align-items: center;
    background-color: #fff;
    border: 1px solid #d4d9db;
    border-radius: 6px;
    color: #00112c;
    display: flex;
    flex-direction: column;
    font-size: 1em;
    height: 350px;
    justify-content: center;
    margin: 0;
    padding: 32px;
    text-align: center;
}
.adyen-checkout__status__icon {
    margin-bottom: 24px;
}
.adyen-checkout__status .adyen-checkout__spinner__wrapper {
    max-height: 88px;
}
.adyen-checkout__dropin,
.adyen-checkout__dropin *,
.adyen-checkout__dropin :after,
.adyen-checkout__dropin :before {
    box-sizing: border-box;
}
.adyen-checkout__payment-methods-list--loading {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.adyen-checkout__instant-payment-methods-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.adyen-checkout__instant-payment-methods-list li:not(:last-child) {
    margin-bottom: 8px;
}
.adyen-checkout__link {
    color: #0075ff;
    text-decoration: none;
}
.adyen-checkout__link:hover {
    text-decoration: underline;
}
.AchInput-module_sf-input__wrapper__lfdiv {
    position: relative;
}
.AchInput-module_sf-input__wrapper__lfdiv *,
.AchInput-module_sf-input__wrapper__lfdiv :after,
.AchInput-module_sf-input__wrapper__lfdiv :before {
    box-sizing: border-box;
}
.AchInput-module_adyen-checkout__input__8WwCR {
    display: block;
    max-height: 100px;
}
.adyen-checkout__pm__holderName {
    margin-bottom: 0;
}
.adyen-checkout__fieldset__title + .adyen-checkout__ach-sf__form {
    margin-top: 0;
}
.adyen-checkout__ach-input .adyen-checkout__fieldset--address,
.adyen-checkout__ach-sf__form {
    margin-top: 16px;
}
.adyen-checkout__loading-input__form {
    transition: opacity 0.25s ease-out;
}
.adyen-checkout-phone-input--new {
    direction: ltr;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper {
    width: 100%;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__input {
    height: auto;
    padding: 0;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__input:focus-within {
    border: 1px solid #0075ff;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__input:focus-within .adyen-checkout-dropdown--countrycode-selector {
    border-right: 1px solid #0075ff;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button {
    border: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    height: 35px;
    width: auto;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button:after {
    box-sizing: revert;
    height: 10px;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active,
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active:hover {
    box-shadow: none;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-input--phone-number {
    border: 1px solid transparent;
    height: 35px;
    line-height: 35px;
    min-height: 35px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-top: 0;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-input--phone-number:focus-within {
    border: 1px solid #0075ff;
    box-shadow: 0 0 0 2px #99c2ff;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-dropdown--countrycode-selector {
    border-right: 1px solid #dce0e5;
    min-width: 144px;
    width: 144px;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-input-holder--phone-input {
    align-items: center;
    display: flex;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-phone-number {
    align-items: center;
    display: flex;
    flex: 3;
}
.adyen-checkout-phone-input--new .adyen-checkout-phone-input__error-holder {
    margin-top: -10px;
}
.adyen-checkout__await {
    background: #fff;
    border: 1px solid #d4d9db;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
}
.adyen-checkout__await--result {
    padding: 100px;
}
.adyen-checkout__qr-loader--app {
    border: 0;
    border-radius: 0;
    padding: 0;
}
.adyen-checkout__await__brand-logo {
    border-radius: 3px;
    width: 74px;
}
.adyen-checkout__await__indicator-text,
.adyen-checkout__await__subtitle {
    color: #00112c;
    font-size: 1em;
    line-height: 19px;
    margin-top: 32px;
}
.adyen-checkout__await__indicator-holder .adyen-checkout__await__indicator-text {
    margin-left: 10px;
    margin-top: 6px;
}
.adyen-checkout__await__indicator-holder {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 32px;
}
.adyen-checkout__await__subtitle--result {
    margin-bottom: 32px;
}
.adyen-checkout__await__icon {
    height: 88px;
    width: 88px;
}
.adyen-checkout__await__progress {
    background: #d4d9db;
    border-radius: 24px;
    height: 4px;
    margin: 32px auto 12px;
    width: 152px;
}
.adyen-checkout__await__percentage {
    background: #0075ff;
    border-radius: 24px;
    display: block;
    height: 100%;
}
.adyen-checkout__await__countdown {
    color: #687282;
    font-size: 0.81em;
}
.adyen-checkout__await > .adyen-checkout__spinner__wrapper {
    margin: 60px 0;
}
.adyen-checkout__await__app-link {
    display: none;
    margin-top: 16px;
}
@media only screen and (max-device-width: 1200px) {
    .adyen-checkout__await__app-link {
        display: block;
    }
}
.adyen-checkout__blik__helper {
    color: #00112c;
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 16px;
    padding: 0;
}
.adyen-checkout__bankTransfer__introduction {
    color: #00112c;
    font-size: 0.81em;
    font-weight: 400;
    margin: 0 0 16px;
    padding: 0;
}
.adyen-checkout__bankTransfer__emailField {
    margin: 0 0 16px;
}
.adyen-checkout__bacs--confirm {
    position: relative;
}
.adyen-checkout__bacs--confirm .adyen-checkout-input__inline-validation--valid {
    display: none;
}
.adyen-checkout__bacs .adyen-checkout__field--inactive {
    pointer-events: none;
}
.adyen-checkout__bacs .adyen-checkout__bacs--edit {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -25px;
    width: 20%;
}
.adyen-checkout__bacs .adyen-checkout__bacs--edit-dropin {
    top: -50px;
}
.adyen-checkout__bacs .adyen-checkout__bacs--edit .adyen-checkout__bacs--edit-button {
    background: none;
    border: none;
    color: #0075ff;
    cursor: pointer;
    text-align: end;
    text-decoration: underline;
}
.adyen-checkout__voucher-result__introduction {
    font-size: 1em;
    max-width: 420px;
}
.adyen-checkout__klarna-widget {
    pointer-events: all;
}
.adyen-checkout__field--vpa {
    margin-bottom: 0;
}
.adyen-checkout__segmented-control {
    background: #fff;
    border: 1px solid #b9c4c9;
    border-radius: 6px;
    display: flex;
    gap: 4px;
    justify-content: space-between;
    padding: 4px 5px;
}
.adyen-checkout__segmented-control--disabled {
    pointer-events: none;
}
.adyen-checkout__segmented-control--disabled > .adyen-checkout__segmented-control-segment {
    color: #8390a3;
}
.adyen-checkout__segmented-control--disabled > .adyen-checkout__segmented-control-segment--selected {
    background: #f3f6f9;
    border: 1.5px solid #8390a3;
}
.adyen-checkout__segmented-control-segment {
    background: #fff;
    border: 0;
    border-radius: 6px;
    color: #0075ff;
    cursor: pointer;
    flex-grow: 1;
    font-weight: 500;
    height: 40px;
    text-align: center;
    transition: background 0.3s ease-out;
    width: 100%;
}
.adyen-checkout__segmented-control-segment:not(.adyen-checkout__segmented-control-segment--selected):hover {
    background-color: #f7f8f9;
}
.adyen-checkout__segmented-control-segment:active {
    background-color: #f7f8f9;
    border: 1.5px solid #687282;
}
.adyen-checkout__segmented-control-segment--selected {
    background: #e5f1ff;
    border: 1.5px solid #0075ff;
    color: #0075ff;
    font-weight: 700;
}
.adyen-checkout_upi-mode-selection-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 7px;
    margin-top: 0;
}
.adyen-checkout__segmented-control--upi-margin-bottom,
.adyen-checkout-trustly {
    margin-bottom: 16px;
}
.adyen-checkout-trustly__descriptor {
    font-size: 1em;
    font-weight: 500;
    margin: 0 0 4px;
}
.adyen-checkout-trustly__description-list {
    font-size: 0.81em;
    line-height: 1.5;
    list-style-type: disc;
    margin: 0;
    padding-left: 20px;
}
.adyen-checkout-payme-instructions {
    color: #5c687c;
    font-size: 0.81em;
    line-height: 20px;
    text-align: center;
}
.adyen-checkout-payme-instructions__steps {
    list-style-position: inside;
    margin: 16px 0;
    padding-bottom: 8px;
    padding-inline-start: 0;
}
.adyen-checkout-sr-panel {
    font-size: 0.75em;
    margin-bottom: 20px;
}
.adyen-checkout-sr-panel--sr-only {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
._stack_1u21d_1 {
    display: inline-block;
    padding-bottom: 6px;
    padding-left: 1.5em;
    text-indent: -1.5em;
}
._errorPage_1k9zf_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
}
._errorPage_1k9zf_1 a,
._errorPage_1k9zf_1 a:visited,
._errorPage_1k9zf_1 a:hover,
._errorPage_1k9zf_1 a:active {
    color: inherit;
    font-weight: var(--body-font-weight-bold);
    text-decoration: underline;
    cursor: pointer;
}
._box_1k9zf_17 {
    max-width: 600px;
    padding: 12px;
}
._title_1k9zf_22 {
    margin-bottom: 24px;
    color: #fff;
    font-weight: var(--body-font-weight-bold);
    font-size: 34px;
}
._message_1k9zf_29 {
    padding-bottom: 16px;
}
._main_1k9zf_33 {
    color: #fff;
}
._main_1k9zf_33 > h6 {
    margin-bottom: 16px;
    font-weight: var(--body-font-weight-bold);
    font-size: 20px;
}
@media screen and (max-width: 479px) {
    ._title_1k9zf_22 {
        font-size: 24px;
    }
}
._logo_1k9zf_47 {
    margin-bottom: 24px;
}
._links_1k9zf_51 {
    position: relative;
}
._stack_1k9zf_55 a {
    position: absolute;
    right: 0;
}
._image_1k9zf_60 {
    max-width: 200px;
    max-height: 80px;
    margin-bottom: 24px;
}
._buffer_rrxgr_1 {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
}
._buffer_rrxgr_1 div {
    position: absolute;
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 4px solid #fff;
    border-color: #fff transparent transparent transparent;
    border-radius: 50%;
    animation: _buffer_rrxgr_1 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
._small_rrxgr_20 {
    width: 20px;
    height: 20px;
}
._small_rrxgr_20 div {
    width: 16px;
    height: 16px;
}
._large_rrxgr_30 {
    width: 142px;
    height: 142px;
}
._large_rrxgr_30 div {
    width: 128px;
    height: 128px;
}
._large_rrxgr_30._buffer_rrxgr_1 div {
    border-color: #ec0041 #fff #fff #fff;
}
._buffer_rrxgr_1 div:nth-child(1) {
    animation-delay: -0.45s;
}
._buffer_rrxgr_1 div:nth-child(2) {
    animation-delay: -0.3s;
}
._buffer_rrxgr_1 div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes _buffer_rrxgr_1 {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
._loadingOverlay_1vith_1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
._fixed_1vith_7 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: calc(100vh - (100vh - 100%));
    background-color: var(--body-background-color);
}
._transparent_1vith_17 {
    opacity: 0.5;
}
._inline_1vith_21 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004d;
}
._profile_1vith_30 img {
    position: absolute;
    width: 128px;
    height: 128px;
    border-radius: 50%;
}
._formFeedback_1hyv5_1 {
    margin-bottom: 24px;
    padding: 16px;
    color: #fff;
    font-weight: var(--body-font-weight-bold);
    font-size: 18px;
    text-align: left;
    border-radius: 4px;
}
._info_1hyv5_11 {
    color: #fff;
    background-color: #141523;
}
._error_1hyv5_16 {
    color: #000;
    background-color: #ff3535;
}
._warning_1hyv5_21 {
    color: #fff;
    background-color: #e9a95b;
}
._success_1hyv5_26 {
    color: #000;
    background-color: #5aae4a;
}
._button_1h3d0_1 {
    position: relative;
    display: inline-flex;
    justify-content: inherit;
    align-items: center;
    height: 36px;
    padding: 0 16px;
    overflow: hidden;
    font-family: var(--body-alt-font-family);
    font-weight: var(--body-font-weight-bold);
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    transition: background-color 0.1s ease, transform 0.1s ease, opacity 0.1s ease;
}
@media (hover: hover) and (pointer: fine) {
    ._button_1h3d0_1:not(._disabled_1h3d0_21):hover {
        z-index: 1;
        transform: scale(1.05);
    }
    ._button_1h3d0_1:not(._disabled_1h3d0_21):active {
        opacity: 0.8;
    }
}
._button_1h3d0_1._disabled_1h3d0_21 {
    cursor: default;
    opacity: 0.5;
}
._button_1h3d0_1._small_1h3d0_33 {
    height: 28px;
}
._button_1h3d0_1._large_1h3d0_36 {
    height: 40px;
}
._button_1h3d0_1._default_1h3d0_39 {
    color: currentColor;
    background-color: #0009;
}
._button_1h3d0_1._default_1h3d0_39:focus {
    outline-offset: 2px;
}
._button_1h3d0_1._primary_1h3d0_46 {
    color: var(--highlight-contrast-color, #000);
    background-color: var(--highlight-color, #fff);
}
._button_1h3d0_1._primary_1h3d0_46:focus {
    outline-offset: 2px;
}
._button_1h3d0_1._outlined_1h3d0_53 {
    border: 1px solid rgba(255, 255, 255, 0.3);
}
._button_1h3d0_1._outlined_1h3d0_53._active_1h3d0_56 {
    color: var(--highlight-contrast-color, #000);
    background-color: var(--highlight-color, #fff);
    border-color: var(--highlight-color, #fff);
    outline: none;
}
._button_1h3d0_1._text_1h3d0_62 {
    background: none;
    opacity: 0.9;
}
._button_1h3d0_1._text_1h3d0_62:not(._disabled_1h3d0_21):focus {
    opacity: 1;
}
._button_1h3d0_1._text_1h3d0_62:not(._disabled_1h3d0_21):hover {
    z-index: 1;
    background: #0009;
    opacity: 1;
}
._button_1h3d0_1._text_1h3d0_62:not(._disabled_1h3d0_21):active {
    opacity: 0.8;
}
._button_1h3d0_1._danger_1h3d0_77 {
    color: #ec0041;
    background-color: #0000;
    outline: 1px solid #ec0041;
}
._button_1h3d0_1._delete_1h3d0_82 {
    color: #fff;
    background-color: #ec0041;
    outline: none;
}
._button_1h3d0_1._fullWidth_1h3d0_87 {
    justify-content: center;
    width: 100%;
}
@media (hover: hover) and (pointer: fine) {
    ._button_1h3d0_1._fullWidth_1h3d0_87:hover:not(._disabled_1h3d0_21) {
        transform: scale(1.04);
    }
}
._button_1h3d0_1 > svg {
    width: 18px;
    height: 18px;
}
._startIcon_1h3d0_101 {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 11px;
}
._startIcon_1h3d0_101 > svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
    ._startIcon_1h3d0_101 > svg {
        width: 18px;
        height: 18px;
    }
}
._hidden_1h3d0_119 {
    opacity: 0.001;
}
._centerAbsolute_1h3d0_123 {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    transform: translate(-5px, -5px);
}
._welcome_v7d1f_1 h2,
._title_82pz9_1 {
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
}
._message_82pz9_6 {
    font-size: 16px;
}
dialog {
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    max-height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: var(--body-color);
    background: transparent;
    border: none;
}
dialog._centered_evruy_15[open] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
dialog._close_evruy_21[open] {
    animation: _fade-out_evruy_1 0.3s forwards;
}
dialog._close_evruy_21[open]::backdrop {
    animation: _fade-out_evruy_1 0.3s forwards;
}
dialog[open] {
    animation: _fade-in_evruy_1 0.3s forwards;
}
dialog[open]::backdrop {
    animation: _fade-in_evruy_1 0.3s forwards;
}
dialog::backdrop {
    background-color: #000c;
}
@keyframes _fade-in_evruy_1 {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes _fade-out_evruy_1 {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
._iconButton_12yfl_1 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    outline: var(--highlight-color, white) none;
    cursor: pointer;
    opacity: 0.9;
    transition: transform 0.1s ease, opacity 0.1s ease;
}
._iconButton_12yfl_1:hover {
    transform: scale(1.1);
    opacity: 1;
}
._iconButton_12yfl_1:focus {
    opacity: 1;
}
._iconButton_12yfl_1:active {
    opacity: 0.8;
}
._icon_1t43k_1 {
    width: 24px;
    height: 24px;
    fill: currentColor;
}
._profileIcon_1t43k_7 {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
._modalCloseButton_1qofm_1 {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    opacity: 1;
}
._modalCloseButton_1qofm_1 > svg {
    width: 28px;
    height: 28px;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
}
._modalCloseButton_1qofm_1._hidden_1qofm_15 {
    opacity: 0;
    transition: opacity 0.6s ease;
}
@media screen and (max-width: 479px) {
    ._modalCloseButton_1qofm_1 {
        width: 24px;
        height: 24px;
    }
    ._modalCloseButton_1qofm_1 > svg {
        width: 14px;
        height: 14px;
    }
}
._dialog_1ha9n_1 {
    width: 100vw;
    max-height: 90vh;
    padding: 24px;
    overflow-y: auto;
    color: #fff;
    background-color: #202020;
    border-radius: 6px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
._dialog_1ha9n_1::-webkit-scrollbar {
    display: none;
}
._small_1ha9n_16 {
    max-width: 450px;
}
._large_1ha9n_20 {
    max-width: 768px;
}
._helperText_1u6a3_1 {
    margin-top: 4px;
    font-size: 12px;
    text-align: left;
}
._helperText_1u6a3_1._error_1u6a3_6 {
    color: #ff3535;
}
._formField_130lt_1 {
    width: 100%;
    margin-bottom: 8px;
}
._label_130lt_6 {
    display: block;
    margin-bottom: 4px;
    font-weight: var(--body-font-weight-bold);
    text-align: left;
}
._label_130lt_6 > span {
    margin-left: 4px;
    font-family: Verdana, sans-serif;
    font-weight: 400;
    font-size: 12px;
    vertical-align: top;
}
._container_bm5y7_1 {
    display: flex;
    width: 100%;
    color: #ffffffb3;
    background-color: #0000008a;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 4px;
    transition: border 0.2s ease;
}
._container_bm5y7_1._error_bm5y7_10 {
    border-color: #ff3535;
}
._container_bm5y7_1._disabled_bm5y7_13 {
    opacity: 0.7;
}
._container_bm5y7_1._leftControl_bm5y7_16 ._input_bm5y7_16 {
    padding-left: 0;
}
._container_bm5y7_1._rightControl_bm5y7_19 ._input_bm5y7_16 {
    padding-right: 0;
}
._container_bm5y7_1:focus-within {
    color: #fff;
    border-color: #fff;
}
._container_bm5y7_1:hover:not(._disabled_bm5y7_13) {
    background-color: #ffffff14;
    border-color: #ffffffb3;
}
._control_bm5y7_31 {
    display: flex;
    align-items: center;
}
._control_bm5y7_31 > button,
._control_bm5y7_31 > div {
    width: 48px;
    height: 48px;
}
._input_bm5y7_16 {
    width: 100%;
    min-height: 48px;
    padding: 14px 16px;
    color: inherit;
    font-size: 16px;
    line-height: 1.5em;
    background: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
._input_bm5y7_16[type="password"]::-ms-reveal {
    display: none;
}
._input_bm5y7_16[readonly] {
    min-height: auto;
    margin: 1em 0;
    padding: 0;
}
._textField_cksfq_1 {
    width: 100%;
    margin-bottom: 8px;
}
._passwordStrength_1od1i_1 {
    position: relative;
    display: flex;
    align-items: center;
    height: 16px;
    margin: 8px 0;
    font-size: 14px;
}
._passwordStrength_1od1i_1[data-strength="1"] ._passwordStrengthFill_1od1i_9 {
    width: 25%;
    background: #ff4500;
}
._passwordStrength_1od1i_1[data-strength="1"] ._label_1od1i_13 {
    color: #ff4500;
}
._passwordStrength_1od1i_1[data-strength="2"] ._passwordStrengthFill_1od1i_9 {
    width: 50%;
    background: orange;
}
._passwordStrength_1od1i_1[data-strength="2"] ._label_1od1i_13 {
    color: orange;
}
._passwordStrength_1od1i_1[data-strength="3"] ._passwordStrengthFill_1od1i_9 {
    width: 75%;
    background: #9acd32;
}
._passwordStrength_1od1i_1[data-strength="3"] ._label_1od1i_13 {
    color: #9acd32;
}
._passwordStrength_1od1i_1[data-strength="4"] ._passwordStrengthFill_1od1i_9 {
    width: 100%;
    background: green;
}
._passwordStrength_1od1i_1[data-strength="4"] ._label_1od1i_13 {
    color: green;
}
._passwordStrengthBar_1od1i_38 {
    position: relative;
    width: 170px;
    height: 6px;
    margin-right: 8px;
    background: #ddd;
    border-radius: 5px;
}
._passwordStrengthFill_1od1i_9 {
    position: absolute;
    width: 0;
    height: 100%;
    background: transparent;
    border-radius: inherit;
    transition: width 0.5s ease-in-out, background 0.25s;
}
._label_1od1i_13 {
    font-weight: 700;
    font-size: 14px;
}
._heading_1ungm_1 {
    margin: 24px 0;
    font-weight: var(--body-font-weight-bold);
    font-size: 26px;
}
._paragraph_1ungm_7 {
    margin: 0 0 16px;
}
._disclaimer_1ungm_11 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
._disclaimer_1ungm_11 p {
    width: 100%;
    margin: 0;
    color: #f7f8fa;
    font-size: 14px;
    line-height: 20px;
}
._buttons_1ungm_25 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 24px;
    gap: 16px;
}
._buttons_1ungm_25._stacked_1ungm_34 {
    flex-direction: column;
    justify-content: initial;
    gap: 8px;
}
._warningBox_1ungm_40 {
    display: flex;
    flex-direction: column;
    padding: 8px 16px;
    background-color: #7c2f01;
    border-radius: 4px;
    gap: 16px;
}
._container_lkpac_1 {
    min-height: 90px;
    margin-top: 24px;
    text-align: center;
}
._title_lkpac_7 {
    width: 100%;
    margin-bottom: 24px;
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
}
._center_153q1_1 {
    text-align: center;
}
._title_1edbn_1 {
    display: flex;
    align-items: center;
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
}
._message_1edbn_8 {
    font-size: 16px;
}
._formFeedback_173nk_1 {
    margin-bottom: -24px;
}
._formContainer_173nk_5 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    padding: 27px;
}
._passwordButtonsContainer_173nk_13 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
}
._buttonsContainer_173nk_21 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    gap: 16px;
}
._heading_173nk_30 {
    width: 50%;
    margin-bottom: 5px;
    color: #f7f8fa;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.5em;
    text-align: center;
}
._paragraph_173nk_40 {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #f7f8fa;
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
}
._button_173nk_21 {
    margin: auto;
}
._title_1tanv_1 {
    margin: 16px 0 36px;
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
    text-align: center;
}
._success_1tanv_8 {
    margin-bottom: 12px;
}
._paymentMethodsInputs_1tanv_12 {
    display: flex;
    flex-direction: column;
    margin: 0 -4px 24px;
}
._paymentMethod_1tanv_12 {
    flex: 1;
    margin: 6px 4px;
}
._paymentMethod_1tanv_12:focus-within ._paymentMethodLabel_1tanv_22 {
    transform: scale(1.05);
}
body.is-tabbing ._paymentMethod_1tanv_12:focus-within ._paymentMethodLabel_1tanv_22 {
    outline: 2px solid var(--highlight-color, #fff);
    box-shadow: 0 0 2px 3px var(--highlight-contrast-color, #000);
}
._radio_1tanv_30 {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}
._radio_1tanv_30:checked + ._paymentMethodLabel_1tanv_22 {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
._radio_1tanv_30:checked + ._paymentMethodLabel_1tanv_22 svg {
    fill: #000;
}
._paymentMethodLabel_1tanv_22 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
    background-color: #00000057;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 4px;
    cursor: pointer;
    transition: border 0.2s ease, background 0.2s ease;
}
._paymentMethodLabel_1tanv_22 > svg {
    margin-right: 4px;
}
._payPal_17v1t_1 p {
    font-weight: var(--body-font-weight-bold);
    font-size: 20px;
    text-align: center;
}
._adyen_1wab6_1,
._container_1wab6_5 {
    margin-bottom: 24px;
}
.adyen-checkout__card-input .adyen-checkout__card__form .adyen-checkout__label__text {
    color: #fff;
    font-family: var(--body-font-family);
    font-size: 16px;
    line-height: 1.5em;
}
.adyen-checkout__card-input .adyen-checkout__card__form .adyen-checkout__error-text {
    font-family: var(--body-font-family);
    font-size: 14px;
}
.adyen-checkout__label .adyen-checkout__label__text {
    color: #fff;
    font-family: var(--body-font-family);
    font-size: 16px;
    line-height: 1.5em;
}
._title_11svw_1 {
    margin-bottom: 24px;
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
}
._cancelButton_11svw_7 {
    margin-top: 8px;
}
._cardTypeWrapper_lfmk2_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}
._paymentForm_g66uf_1 {
    display: grid;
    gap: 5px;
}
._columns_g66uf_6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}
._title_n9dff_1 {
    margin: 24px 0;
    font-weight: var(--body-font-weight-bold);
    font-size: 26px;
}
._text_n9dff_7 {
    margin-bottom: 24px;
    font-size: 16px;
}
._button_n9dff_12 {
    margin-bottom: 8px;
}
._link_n9dff_16,
._textField_n9dff_17 {
    margin-bottom: 24px;
}
._paragraph_n9dff_21 {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    color: #f7f8fa;
    font-size: 17px;
    line-height: 1.5em;
    text-align: left;
}
._resendLink_n9dff_31 {
    padding-left: 4px;
    color: #81affe;
    cursor: pointer;
}
._title_ofxac_1 {
    margin-bottom: 16px;
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
}
._infoBox_ofxac_7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.5em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 3px 4px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2);
    background: #ffffff14;
    border-radius: 4px;
}
._infoBox_ofxac_7 > strong {
    letter-spacing: 0.25px;
}
._price_ofxac_23 {
    font-size: 14px;
    line-height: 1.5em;
}
._price_ofxac_23 > strong {
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
}
._confirmButton_ofxac_32 {
    margin-bottom: 8px;
}
._title_1o843_1 {
    margin-bottom: 16px;
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
}
._title_feuiy_1 {
    margin-bottom: 8px;
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
}
._confirmButton_feuiy_7 {
    margin-bottom: 8px;
}
._title_od1i3_1 {
    margin-bottom: 8px;
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
}
._title_173ks_1 {
    margin: 24px 0;
    font-weight: var(--body-font-weight-bold);
    font-size: 26px;
}
._text_173ks_7 {
    margin-bottom: 24px;
    font-size: 16px;
}
._button_173ks_12 {
    margin-bottom: 8px;
}
._title_17xro_1 {
    margin: 24px 0;
    font-weight: var(--body-font-weight-bold);
    font-size: 26px;
}
._text_17xro_7 {
    margin-bottom: 24px;
    font-size: 16px;
}
._button_17xro_12 {
    margin: 16px 0;
}
._title_v7vet_1 {
    margin: 24px 0;
    font-weight: var(--body-font-weight-bold);
    font-size: 26px;
}
._text_v7vet_7 {
    margin-bottom: 24px;
    font-size: 16px;
}
._button_v7vet_12 {
    margin: 16px 0;
}
._notSure_v7vet_16 {
    font-size: 16px;
}
._link_v7vet_20 {
    margin-bottom: 24px;
    margin-left: 6px;
    color: var(--primary-color);
    font-weight: var(--body-font-weight-bold);
    text-decoration: underline;
    cursor: pointer;
}
._dialogBackButton_1pa6f_1 {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 48px;
    height: 48px;
}
._backButton_1xlk4_1 {
    position: absolute;
    right: 0;
    left: 0;
}
._title_1xlk4_7 {
    margin-bottom: 24px;
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
}
._order_1xlk4_13 {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 16px;
    background-color: #ffffff14;
    border-radius: 4px;
}
._orderTitle_1xlk4_22 {
    margin: 0;
    font-weight: var(--body-font-weight-bold);
    font-size: 14px;
}
._orderTitleMargin_1xlk4_28 {
    margin-bottom: 4px;
}
._orderBillingDate_1xlk4_32 {
    margin: 0;
    font-size: 14px;
}
._orderInfo_1xlk4_37 {
    flex: 1;
}
._orderPrice_1xlk4_41 {
    display: flex;
    align-items: baseline;
}
._orderPrice_1xlk4_41 > span {
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
}
._orderPrice_1xlk4_41 > small {
    margin-left: 4px;
    font-size: 14px;
}
._couponForm_1xlk4_54 {
    margin-bottom: 24px;
    text-align: right;
}
._redeemCoupon_1xlk4_59 {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
}
._couponInput_1xlk4_66 {
    flex: 1;
    width: 100%;
    height: 36px;
    margin-right: 4px;
    padding: 14px;
    color: #ffffffb3;
    font-size: 16px;
    background-color: #0000008a;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 4px;
    transition: border 0.2s ease;
}
._couponInput_1xlk4_66:focus-within {
    color: #fff;
    border-color: #fff;
}
._orderTotals_1xlk4_84 {
    width: 100%;
    margin-bottom: 24px;
    font-size: 18px;
}
._orderTotals_1xlk4_84 td:first-child {
    text-align: right;
}
._orderTotals_1xlk4_84 td:last-child {
    width: 100px;
    text-align: right;
}
._orderTotals_1xlk4_84 ._couponCell_1xlk4_96 {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.5em;
}
._orderTotals_1xlk4_84 ._couponCell_1xlk4_96 > small {
    font-size: 14px;
}
._orderTotals_1xlk4_84 tfoot tr:first-of-type td {
    padding-top: 8px;
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
}
._orderTotals_1xlk4_84 tfoot tr:not(:first-of-type) td {
    font-size: 14px;
}
._divider_1xlk4_113 {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
}
._paymentMethods_1xlk4_118 {
    display: flex;
    margin: 0 -4px 24px;
}
._paymentMethod_1xlk4_118 {
    flex: 1;
    margin: 0 4px;
}
._paymentMethod_1xlk4_118:focus-within ._paymentMethodLabel_1xlk4_127 {
    transform: scale(1.03);
}
body.is-tabbing ._paymentMethod_1xlk4_118:focus-within ._paymentMethodLabel_1xlk4_127 {
    outline: 2px solid var(--highlight-contrast-color, #fff);
    box-shadow: 0 0 2px 3px var(--highlight-color, #000);
}
._radio_1xlk4_135 {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}
._radio_1xlk4_135:checked + ._paymentMethodLabel_1xlk4_127 {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
._radio_1xlk4_135:checked + ._paymentMethodLabel_1xlk4_127 svg {
    fill: #000;
}
._paymentMethodLabel_1xlk4_127 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    font-weight: var(--body-font-weight-bold);
    font-size: 20px;
    background-color: #00000057;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 4px;
    cursor: pointer;
    transition: border 0.2s ease, background 0.2s ease;
}
._paymentMethodLabel_1xlk4_127 > svg {
    margin-right: 4px;
}
._noPaymentNeeded_1xlk4_170 {
    padding: 24px 0;
    font-weight: var(--body-font-weight-bold);
    font-size: 20px;
    text-align: center;
}
._noPaymentRequired_170kq_1 p {
    font-weight: var(--body-font-weight-bold);
    font-size: 20px;
    text-align: center;
}
._paymentForm_1nfvx_1 {
    display: grid;
    gap: 5px;
}
._columns_1nfvx_6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}
._formError_1nfvx_13 {
    margin-top: 5px;
}
._title_1h3nw_1 {
    margin-bottom: 8px;
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
}
._subtitle_1h3nw_7 {
    margin-bottom: 24px;
    font-weight: var(--body-font-weight-bold);
    font-size: 18px;
}
._offerGroupSwitch_1h3nw_13 {
    display: flex;
    flex: 1;
    justify-content: center;
    margin-bottom: 24px;
}
._offerGroupSwitch_1h3nw_13 > input:checked + ._label_1h3nw_19 {
    border-radius: 4px;
    transform: scale(1.02);
}
._offers_1h3nw_24 {
    display: flex;
    margin: 0 -4px 24px;
}
._offer_1h3nw_13 {
    flex: 1;
    margin: 0 4px;
}
._offer_1h3nw_13:focus-within ._label_1h3nw_19 {
    transform: scale(1.03);
}
body.is-tabbing ._offer_1h3nw_13:focus-within ._label_1h3nw_19 {
    outline: 2px solid var(--highlight-contrast-color, #fff);
    box-shadow: 0 0 2px 3px var(--highlight-color, #000);
}
._radio_1h3nw_41 {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}
._radio_1h3nw_41:checked + ._label_1h3nw_19 {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
._label_1h3nw_19 {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px;
    background-color: #00000057;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 4px;
    cursor: pointer;
    transition: border 0.2s ease, background 0.2s ease, transform 0.2s ease-out;
}
._offerGroupLabel_1h3nw_68 {
    padding: 8px 16px;
    font-weight: var(--body-font-weight-bold);
    font-size: 20px;
}
._offerGroupLabel_1h3nw_68:nth-child(2) {
    border-radius: 4px 0 0 4px;
}
._offerGroupLabel_1h3nw_68:nth-child(4) {
    border-radius: 0 4px 4px 0;
}
._offerTitle_1h3nw_80 {
    font-weight: var(--body-font-weight-bold);
    font-size: 20px;
    text-align: center;
}
._offerDivider_1h3nw_86 {
    width: 100%;
    border: none;
    border-bottom: 1px solid currentColor;
    opacity: 0.54;
}
._offerBenefits_1h3nw_93 {
    margin-bottom: 16px;
    padding: 0;
}
._offerBenefits_1h3nw_93 > li {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    padding: 4px 0;
}
._offerBenefits_1h3nw_93 > li > svg {
    flex-shrink: 0;
    margin-right: 4px;
    fill: #5aae4a;
}
@media screen and (max-width: 479px) {
    ._offerBenefits_1h3nw_93 > li {
        font-size: 14px;
    }
}
._fill_1h3nw_114 {
    flex: 1;
}
._offerPrice_1h3nw_118 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    font-size: 32px;
}
._offerPrice_1h3nw_118 > small {
    margin-left: 4px;
    font-size: 12px;
}
._container_jvxwc_1 {
    position: relative;
    display: grid;
    align-items: center;
    width: 100%;
    height: 36px;
    font-size: 1.25rem;
    background-color: #0000008a;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.25em;
    cursor: pointer;
    grid-template-areas: "select";
}
._container_jvxwc_1:after {
    z-index: 1;
    width: 10px;
    height: 5px;
    margin-right: 9px;
    background-color: #fff;
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
    -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
    content: "";
    justify-self: end;
}
._container_jvxwc_1._error_jvxwc_25 {
    border-color: #ff3535;
}
._container_jvxwc_1._medium_jvxwc_28 {
    height: 48px;
}
._container_jvxwc_1._medium_jvxwc_28 ._select_jvxwc_31 {
    height: 46px;
    padding: 14px 16px;
}
._container_jvxwc_1 ._select_jvxwc_31,
._container_jvxwc_1:after {
    grid-area: select;
}
._container_jvxwc_1._disabled_jvxwc_38 {
    cursor: not-allowed;
}
._container_jvxwc_1:hover:not(._disabled_jvxwc_38),
._container_jvxwc_1:focus-within:not(._disabled_jvxwc_38) {
    border-color: #fff;
    outline: none;
}
._select_jvxwc_31 {
    z-index: 1;
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 2px 8px;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5em;
    text-overflow: ellipsis;
    background: none;
    border: none;
    outline: none;
    cursor: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
._select_jvxwc_31::-ms-expand {
    display: none;
}
._option_jvxwc_69 {
    white-space: normal;
    background-color: #000000d6;
    outline-color: #fff;
}
._checkbox_13vmv_1 {
    display: inline-block;
}
._checkbox_13vmv_1 label {
    margin-left: 8px;
    font-size: 14px;
    cursor: pointer;
}
._checkbox_13vmv_1 label > span {
    margin-right: 4px;
}
._checkbox_13vmv_1 label a {
    color: #fff;
    font-weight: var(--body-font-weight-bold);
    text-decoration: underline;
}
._checkbox_13vmv_1._error_13vmv_17 input:not(:checked) {
    border: 2px solid #ff3535;
}
._checkbox_13vmv_1 input {
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin: 8px 0;
    vertical-align: middle;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
._checkbox_13vmv_1 input:before {
    display: inline-block;
    color: var(--highlight-contrast-color, #000);
    font-family: arial, sans-serif;
    font-weight: 600;
    font-size: 0;
    content: "L";
}
._checkbox_13vmv_1 input:disabled {
    opacity: 0.6;
    pointer-events: none;
}
._checkbox_13vmv_1 input:disabled + label {
    cursor: default;
    opacity: 0.6;
}
._checkbox_13vmv_1 input:hover:not(:disabled) {
    transform: scale(1.1);
}
._checkbox_13vmv_1 input:not(:checked) {
    border: 2px solid rgba(255, 255, 255, 0.34);
}
._checkbox_13vmv_1 input:not(:checked):hover:not(:disabled) {
    border-color: #ffffffb3;
}
._checkbox_13vmv_1 input:checked {
    background-color: var(--highlight-color, #fff);
}
._checkbox_13vmv_1 input:checked:before {
    font-size: 20px;
    transform: translateY(-3px) translate(1px) scaleX(-0.95) rotate(-45deg);
}
._row_13vmv_68 {
    display: flex;
    align-items: center;
}
._radio_p1qnp_1 {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
._radio_p1qnp_1._error_p1qnp_6 input:not(:checked) {
    border: 2px solid #ff3535;
}
._radio_p1qnp_1 > label {
    margin-left: 8px;
    font-size: 14px;
    cursor: pointer;
}
._radio_p1qnp_1 > input {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.1s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
._radio_p1qnp_1 > input:disabled {
    opacity: 0.6;
    pointer-events: none;
}
._radio_p1qnp_1 > input:disabled + label {
    pointer-events: none;
}
._radio_p1qnp_1 > input:not(:checked) {
    border: 2px solid rgba(255, 255, 255, 0.34);
}
._radio_p1qnp_1 > input:not(:checked):hover:not(:disabled) {
    border-color: #ffffffb3;
}
._radio_p1qnp_1 > input:checked {
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary-color);
}
._radio_p1qnp_1 > input:checked:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    border: 2px solid transparent;
    border-radius: 15px;
    transform: translate(-50%) translateY(-50%);
    content: "";
}
._container_n2mrr_1 {
    display: flex;
    width: 100%;
    color: #ffffffb3;
    background-color: #0000008a;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 4px;
    transition: border 0.2s ease;
}
._container_n2mrr_1._error_n2mrr_10 {
    border-color: #ff3535;
}
._container_n2mrr_1._disabled_n2mrr_13 {
    opacity: 0.7;
}
._container_n2mrr_1._leftControl_n2mrr_16 ._input_n2mrr_16 {
    padding-left: 0;
}
._container_n2mrr_1._rightControl_n2mrr_19 ._input_n2mrr_16 {
    padding-right: 0;
}
._container_n2mrr_1:focus-within {
    color: #fff;
    border-color: #fff;
}
._container_n2mrr_1:hover:not(._disabled_n2mrr_13) {
    background-color: #ffffff14;
    border-color: #ffffffb3;
}
._control_n2mrr_31 {
    display: flex;
    align-items: center;
}
._control_n2mrr_31 > button,
._control_n2mrr_31 > div {
    width: 48px;
    height: 48px;
}
._input_n2mrr_16 {
    width: 100%;
    min-height: 48px;
    padding: 14px 16px;
    color: inherit;
    font-size: 16px;
    line-height: 1.5em;
    background: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
._input_n2mrr_16[type="password"]::-ms-reveal {
    display: none;
}
._input_n2mrr_16[readonly] {
    min-height: auto;
    margin: 1em 0;
    padding: 0;
}
._dateField_n2mrr_62 {
    width: 100%;
    margin-bottom: 8px;
}
._dateField_n2mrr_62._error_n2mrr_10 ._container_n2mrr_1 {
    border-color: #ff3535;
}
._dateField_n2mrr_62._disabled_n2mrr_13 ._container_n2mrr_1 {
    opacity: 0.7;
}
._dateField_n2mrr_62:hover:not(._disabled_n2mrr_13) ._container_n2mrr_1 {
    background-color: #ffffff14;
    border-color: #ffffffb3;
}
._container_n2mrr_1 {
    display: flex;
    align-items: center;
}
._input_n2mrr_16 {
    text-align: center;
}
._input_n2mrr_16::-webkit-inner-spin-button {
    display: none;
}
._input_n2mrr_16[name="date"] {
    width: 43px;
    padding-right: 4px;
}
._input_n2mrr_16[name="month"] {
    width: 35px;
    padding-right: 4px;
    padding-left: 4px;
}
._input_n2mrr_16[name="year"] {
    width: 60px;
    padding-left: 4px;
}
._hiddenInput_n2mrr_102 {
    display: none;
}
._title_a6ei2_1 {
    margin-bottom: 24px;
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
}
._continue_a6ei2_7 {
    margin: 16px 0;
}
._link_1nyb9_1 {
    display: inline-block;
    color: var(--primary-color);
    font-weight: var(--body-font-weight-bold);
    text-decoration: underline;
    cursor: pointer;
}
._link_1nyb9_1:disabled {
    cursor: default;
}
._title_io7pr_1 {
    margin-bottom: 24px;
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
}
._continue_io7pr_7 {
    margin: 16px 0;
}
._bottom_io7pr_11 {
    padding: 16px 0;
    text-align: center;
}
._alreadyAccount_io7pr_16 {
    font-size: 16px;
}
._login_io7pr_20 {
    margin-left: 6px;
    font-weight: var(--body-font-weight-bold);
    text-decoration: underline;
    cursor: pointer;
}
._customFields_io7pr_27 {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
._title_8jji7_1 {
    margin-bottom: 24px;
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
}
._link_8jji7_7 {
    margin-bottom: 24px;
}
._bottom_8jji7_11 {
    margin-top: 24px;
    text-align: center;
}
._top_8jji7_16 {
    margin-top: 24px;
    text-align: left;
}
._banner_ygdsu_1 {
    height: 80px;
    text-align: center;
}
._banner_ygdsu_1 > img {
    max-width: 50%;
    max-height: 100%;
}
._dropdown_qeo7b_1 {
    position: fixed;
    right: 0;
    bottom: 0;
    width: auto;
    margin-right: 8px;
    margin-left: auto;
    font-family: monospace;
}
._dropdown_qeo7b_1 > div {
    width: 100%;
    min-width: 150px;
    margin-right: 20px;
}
._controls_dt37o_1 {
    margin-top: 16px;
}
._controls_dt37o_1 > button {
    margin-right: 8px;
}
._maxWidth_dt37o_8 {
    max-width: 500px;
}
._configModal_dt37o_12 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--body-background-color);
}
._configModal_dt37o_12 p {
    max-width: 500px;
    margin-bottom: 0;
    color: #ffffffb3;
    font-size: 14px;
    line-height: 18px;
}
._configModal_dt37o_12 a,
._configModal_dt37o_12 a:visited,
._configModal_dt37o_12 a:hover,
._configModal_dt37o_12 a:active {
    color: inherit;
    font-weight: var(--body-font-weight-bold);
    text-decoration: underline;
    cursor: pointer;
}
._note_dt37o_33 {
    padding: 16px;
    text-align: center;
}
._note_dt37o_33 a {
    text-decoration: underline;
    cursor: pointer;
}
._note_dt37o_33 * {
    margin-top: 8px;
    color: #ffffffb3;
    font-weight: var(--body-font-weight-bold);
}
._markdown_dgrjv_1 h1,
._markdown_dgrjv_1 h2,
._markdown_dgrjv_1 h3,
._markdown_dgrjv_1 h4,
._markdown_dgrjv_1 h5,
._markdown_dgrjv_1 h6 {
    margin: 0 0 1em;
    font-weight: 700;
    line-height: 1.33;
}
._markdown_dgrjv_1 h1 {
    padding-bottom: 0.3em;
    font-size: 2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
._markdown_dgrjv_1 h2 {
    padding-bottom: 0.3em;
    font-size: 1.5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
._markdown_dgrjv_1 h3 {
    font-size: 1.25em;
}
._markdown_dgrjv_1 h4 {
    font-size: 1em;
}
._markdown_dgrjv_1 h5 {
    font-size: 0.875em;
}
._markdown_dgrjv_1 h6 {
    font-size: 0.85em;
}
._markdown_dgrjv_1 hr {
    box-sizing: content-box;
    height: 0.25em;
    margin: 24px 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
    background-color: #ffffff1f;
    border: 0;
}
._markdown_dgrjv_1 img {
    box-sizing: content-box;
    max-width: 100%;
    background-color: #2b3b57;
}
._markdown_dgrjv_1 a,
._markdown_dgrjv_1 a:visited {
    color: #3990ff;
    text-decoration: underline;
}
._markdown_dgrjv_1 ul,
._markdown_dgrjv_1 ol,
._markdown_dgrjv_1 p {
    margin: 1.2em 0;
}
div._about_c4gxs_1 {
    max-width: 960px;
    margin: 24px auto;
    padding: 16px;
    font-size: 16px;
    background-color: #ffffff1a;
}
._tileDock_193bv_1 ul {
    display: block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
._tileDock_193bv_1 li {
    display: inline-block;
    margin-top: auto;
    white-space: normal;
    vertical-align: top;
    list-style-type: none;
}
._notInView_193bv_15 {
    opacity: 1 !important;
    width: 80% !important;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 40px;
    transition: all .5s !important;

}
@media (hover: hover) and (pointer: fine) {
    ._notInView_193bv_15 {
        opacity: 1 !important;
        width: 80% !important;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 40px;
    transition: all .5s !important;

    }
}
._tileDock_193bv_1 ._leftControl_193bv_24 {
    position: absolute;
    top: calc(50% + 22px);
    left: 1px;
    z-index: 1;
    transform: translateY(-100%);
}
._tileDock_193bv_1 ._rightControl_193bv_32 {
    position: absolute;
    top: calc(50% + 22px);
    right: 1px;
    z-index: 1;
    transform: translateY(-100%);
}
._emptyTile_193bv_40:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    background: #ffffff1f;
    border-radius: 4px;
}
._dots_193bv_48 {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 12px;
}
._image_f8aiq_1 {
    object-fit: cover;
}
._card_14zgx_1 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
    ._card_14zgx_1:focus,
    ._card_14zgx_1:hover {
        position: relative;
        z-index: 1;
        outline: none !important;
        box-shadow: none !important;
        transform: scale(1.05);
    }
    ._card_14zgx_1:focus ._poster_14zgx_18,
    ._card_14zgx_1:hover ._poster_14zgx_18 {
        box-shadow: 0 0 0 3px var(--highlight-color, #fff), 0 8px 10px #00000024, 0 3px 14px #0000001f, 0 4px 5px #0003;
    }
}
._card_14zgx_1._featured_14zgx_22 ._title_14zgx_22 {
    height: 1.5em;
    padding-right: 8px;
    font-family: var(--body-font-family);
    font-size: 34px;
    line-height: 1.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 479px) {
    ._card_14zgx_1._featured_14zgx_22 ._title_14zgx_22 {
        font-size: 24px;
    }
}
._card_14zgx_1._featured_14zgx_22 ._tag_14zgx_37 {
    padding: 9px 16px;
    font-size: 16px;
}
@media screen and (max-width: 479px) {
    ._card_14zgx_1._featured_14zgx_22 ._tag_14zgx_37 {
        padding: 4px 8px;
    }
}
._card_14zgx_1._featured_14zgx_22 ._meta_14zgx_46 {
    justify-content: space-between;
    padding: 16px;
    background: linear-gradient(to top, #000c, #0000);
}
._card_14zgx_1._featured_14zgx_22:hover,
._card_14zgx_1._featured_14zgx_22:focus {
    transform: scale(1.02);
}
._card_14zgx_1._disabled_14zgx_54:hover {
    transform: scale(1);
    cursor: default;
}
._card_14zgx_1._disabled_14zgx_54:hover ._poster_14zgx_18 {
    box-shadow: none;
}
._poster_14zgx_18 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #2b3b57;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
    box-shadow: 0 8px 10px #00000024, 0 3px 14px #0000001f, 0 4px 5px #0003;
    transition: box-shadow 0.1s ease;
}
._poster_14zgx_18._current_14zgx_74:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000008a;
    content: "";
}
._poster_14zgx_18 ._posterImage_14zgx_83 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
._poster_14zgx_18 ._posterImage_14zgx_83._visible_14zgx_92 {
    opacity: 1;
    transition: all .5s;
}
._currentLabel_14zgx_96 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight-bold);
    font-size: 18px;
    line-height: 1.5em;
}
._aspect11_14zgx_112 {
    padding-top: 100%;
}
._aspect21_14zgx_116 {
    padding-top: 50%;
}
._aspect23_14zgx_120 {
    padding-top: 150%;
}
._aspect43_14zgx_124 {
    padding-top: 75%;
}
._aspect53_14zgx_128 {
    padding-top: 60%;
}
._aspect169_14zgx_132 {
    padding-top: 56.25%;
}
._aspect916_14zgx_136 {
    padding-top: 177.7777777778%;
}
._aspect913_14zgx_140 {
    padding-top: 144.4444444444%;
}
._titleContainer_14zgx_144 {
    width: 100%;
    min-height: 19px;
    margin-top: 8px;
    margin-bottom: 0;
    overflow: hidden;
}
._title_14zgx_22 {
    height: 3em;
    overflow: hidden;
    color: var(--card-color);
    font-family: var(--body-alt-font-family);
    font-weight: var(--body-font-weight-bold);
    font-size: 1em;
    line-height: 1.5em;
    text-align: left;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 3px 4px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2);
}
._title_14zgx_22._loading_14zgx_163:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 45%;
    height: 1.2em;
    background-color: #2b3b57;
    border-radius: 5px;
}
@media screen and (max-width: 479px) {
    ._title_14zgx_22 {
        font-size: 14px;
    }
}
._scheduledStart_14zgx_178 {
    font-size: 0.88em;
    line-height: 1.5em;
}
@media screen and (max-width: 479px) {
    ._scheduledStart_14zgx_178 {
        font-size: 12px;
    }
}
._meta_14zgx_46 {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 8px;
    color: var(--card-color);
}
._tags_14zgx_200 {
    display: flex;
}
._tag_14zgx_37 {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    color: var(--card-color);
    font-family: var(--body-font-family);
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    background-color: #0009;
    border-radius: 4px;
}
@media screen and (max-width: 479px) {
    ._tag_14zgx_37 {
        font-size: 14px;
    }
}
._lock_14zgx_222 {
    margin-right: 8px;
    padding: 2px 6px;
}
._lock_14zgx_222 > svg {
    width: 14px;
    height: 21px;
}
._live_14zgx_231 {
    background-color: #ce153f;
}
svg._scheduled_14zgx_178 {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
._progressContainer_14zgx_241 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 5px;
    background-color: #00000061;
}
._progressBar_14zgx_251 {
    height: 5px;
    background-color: var(--primary-color);
}
._shelf_faepv_1 {
    margin: 0;
    color: var(--primary-color);
    font-family: var(--body-alt-font-family);
}
._shelf_faepv_1:hover ._chevron_faepv_6,
._shelf_faepv_1:focus-within ._chevron_faepv_6 {
    opacity: 1;
}
._shelf_faepv_1:hover ._chevron_faepv_6._disabled_faepv_9,
._shelf_faepv_1:focus-within ._chevron_faepv_6._disabled_faepv_9 {
    opacity: 0.3;
}
._loadingTitle_faepv_13 {
    width: 35%;
    min-height: 28px;
    margin-bottom: 12px;
    background-color: #2b3b57;
    border-radius: 5px;
}
._title_faepv_21 {
    width: 100%;
    min-height: 28px;
    margin-bottom: 12px;
    overflow: hidden;
    color: var(--card-color);
    font-family: var(--body-alt-font-family);
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
._chevron_faepv_6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 44px;
    height: 44px;
    outline-color: var(--highlight-color, white);
    cursor: pointer;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
._chevron_faepv_6 > svg {
    width: 30px;
    height: 30px;
}
._chevron_faepv_6._disabled_faepv_9 {
    cursor: default;
}
._chevron_faepv_6._disabled_faepv_9:hover {
    transform: none;
}
._chevron_faepv_6:hover {
    transform: scale(1.2);
}
._dot_faepv_59 {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #fefefe33;
    border-radius: 50%;
    transition: all 0.2s ease;
}
._dot_faepv_59._active_faepv_68 {
    background-color: var(--primary-color);
    transform: scale(1.1);
}
._error_faepv_73 {
    color: var(--card-color);
    font-family: var(--body-alt-font-family);
}
._infiniteScrollLoader_6rn4e_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}
._shelfList_fypeb_1 {
    max-width: 100vw;
    overflow-x: hidden;
}
._shelfContainer_fypeb_6 {
    position: relative;
    padding: 12px 56px;
}
._shelfContainer_fypeb_6._featured_fypeb_10 {
    padding: 12px 20%;
}
@media screen and (max-width: 479px) {
    ._shelfContainer_fypeb_6 {
        padding: 8px 60px 8px 16px;
    }
    ._shelfContainer_fypeb_6._featured_fypeb_10 {
        padding: 24px 16px;
    }
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
    ._shelfContainer_fypeb_6 {
        padding: 24px 32px;
    }
    ._shelfContainer_fypeb_6._featured_fypeb_10 {
        padding: 24px 10%;
    }
}
._row_3w89x_1 {
    display: flex;
}
._cell_3w89x_5,
._cell_1k7g3_1 {
    display: inline-block;
    padding: 4px;
}
._container_1k7g3_6 {
    margin: 0 -4px;
    text-align: left;
}
._container_1k7g3_6._cols-1_1k7g3_10 > ._cell_1k7g3_1 {
    width: 100%;
}
._container_1k7g3_6._cols-2_1k7g3_13 > ._cell_1k7g3_1 {
    width: 50%;
}
._container_1k7g3_6._cols-3_1k7g3_16 > ._cell_1k7g3_1 {
    width: 33.3333333333%;
}
._container_1k7g3_6._cols-4_1k7g3_19 > ._cell_1k7g3_1 {
    width: 25%;
}
._container_1k7g3_6._cols-5_1k7g3_22 > ._cell_1k7g3_1 {
    width: 20%;
}
._container_1k7g3_6._cols-6_1k7g3_25 > ._cell_1k7g3_1 {
    width: 16.6666666667%;
}
._container_1k7g3_6._cols-7_1k7g3_28 > ._cell_1k7g3_1 {
    width: 14.2857142857%;
}
._container_1k7g3_6._cols-8_1k7g3_31 > ._cell_1k7g3_1 {
    width: 12.5%;
}
._container_1k7g3_6._cols-9_1k7g3_34 > ._cell_1k7g3_1 {
    width: 11.1111111111%;
}
._container_1k7g3_6._cols-10_1k7g3_37 > ._cell_1k7g3_1 {
    width: 10%;
}
._search_fjwvt_1 {
    margin: 0 64px;
    color: var(--primary-color);
    font-family: var(--body-alt-font-family);
    text-align: center;
}
._search_fjwvt_1 > div {
    margin-top: 6px;
}
@media screen and (max-width: 479px) {
    ._search_fjwvt_1 {
        margin: 0 16px;
    }
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
    ._search_fjwvt_1 {
        margin: 0 32px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    ._search_fjwvt_1 {
        margin: 0 48px;
    }
}
._header_fjwvt_26 {
    display: flex;
    align-items: center;
    margin: 24px 0;
}
._header_fjwvt_26 > h2 {
    font-family: var(--body-alt-font-family);
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
}
@media screen and (max-width: 1023px) {
    ._header_fjwvt_26 {
        justify-content: space-between;
    }
}
._error_fjwvt_42 {
    margin: 20px;
    color: var(--primary-color);
}
._subHeading_fjwvt_47 {
    font-weight: var(--body-font-weight-bold);
    font-size: 20px;
}
._title_gkrmh_1 {
    margin-bottom: 24px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
}
._body_gkrmh_8 {
    font-family: Helvetica, Arial, sans-serif;
}
._confirmButton_gkrmh_12 {
    margin-bottom: 8px;
}
._flexBox_17rhj_1 {
    display: flex;
    flex-direction: column;
}
._flexBox_17rhj_1 > * {
    margin-bottom: 8px;
}
._controls_17rhj_9 {
    margin-top: 16px;
}
._controls_17rhj_9 > button {
    margin-right: 8px;
}
._submitConsents_17rhj_16 {
    margin-top: 16px;
}
._textWithButtonContainer_1cz0o_1 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
._customFields_1cz0o_7 {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
._header_1mj0c_1 {
    display: flex;
    margin-bottom: 24px;
}
._header_1mj0c_1 > h1 {
    margin-right: 24px;
    font-weight: var(--body-font-weight-bold);
    font-size: 34px;
    font-style: normal;
    line-height: 36px;
    letter-spacing: 0.25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 3px 4px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2);
}
._user_1l02c_1 {
    display: flex;
    justify-content: center;
    margin: 56px 64px;
    color: var(--primary-color);
    font-family: var(--body-alt-font-family);
}
@media screen and (max-width: 479px) {
    ._user_1l02c_1 {
        margin: 0 16px;
    }
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
    ._user_1l02c_1 {
        margin: 0 24px;
    }
}
._leftColumn_1l02c_19 {
    width: 250px;
    margin-right: 24px;
    padding-left: 19px;
    font-weight: var(--body-font-weight-bold);
    font-size: 18px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.5px;
}
._button_1l02c_30 {
    max-width: 100%;
    height: max-content;
    min-height: 36px;
    margin-bottom: 16px;
}
._button_1l02c_30 span {
    overflow: hidden;
    text-overflow: ellipsis;
}
._logoutLi_1l02c_42 {
    margin-bottom: 0;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
}
._logoutLi_1l02c_42 > a {
    margin-bottom: 0;
}
._mainColumn_1l02c_51 {
    width: 100%;
    max-width: 750px;
}
._panel_1l02c_56 {
    margin-bottom: 24px;
    padding: 16px;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 18px;
    letter-spacing: 0.15px;
    background: #ffffff14;
    box-shadow: 0 6px 10px #00000024, 0 1px 18px #0000001f, 0 3px 5px #0003;
}
._panel_1l02c_56 > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
._panelHeader_1l02c_73 {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
._panelHeader_1l02c_73 > h2,
._panelHeader_1l02c_73 > h3 {
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
    line-height: 26px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 3px 4px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2);
}
._checkbox_1l02c_86 {
    display: flex;
    align-items: center;
}
._checkbox_1l02c_86 > input {
    margin-right: 10px;
}
._profileIcon_1l02c_94 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
._offerSwitchContainer_booqe_1 {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 16px;
    gap: 25px;
    color: #f7f8fa;
    background-color: #ffffff14;
    border-radius: 4px;
}
._activeOfferSwitchContainer_booqe_13 {
    color: #292929;
    background-color: #fff;
}
._offerSwitchInfoContainer_booqe_18 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    gap: 4px;
    font-weight: 600;
}
._offerSwitchPlanContainer_booqe_28 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
}
._currentPlanHeading_booqe_36 {
    color: #999;
    font-size: 10px;
}
._activeCurrentPlanHeading_booqe_41 {
    color: #999;
}
._nextBillingDate_booqe_45 {
    color: #999;
    font-weight: 400;
    font-size: 12px;
}
._price_booqe_51 {
    margin-left: auto;
    font-size: 20px;
    line-height: 1.5em;
}
._paymentFrequency_booqe_57 {
    font-size: 12px;
}
._infoBox_18i51_1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.5em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 3px 4px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2);
    background: #ffffff14;
    border-radius: 4px;
}
._infoBox_18i51_1 > strong {
    letter-spacing: 0.25px;
}
@media screen and (max-width: 479px) {
    ._infoBox_18i51_1 {
        flex-direction: column;
        align-items: flex-start;
    }
}
._transactionItem_18i51_22 {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
}
._transactionItem_18i51_22 > span {
    color: #d7dbe6;
}
._pendingSwitch_18i51_31 {
    display: inline-block;
    margin-top: 16px;
}
._transactionDetails_18i51_36 {
    display: flex;
    justify-content: center;
    align-items: center;
}
._transactionDetails_18i51_36 > div {
    margin-left: 16px;
}
@media screen and (max-width: 479px) {
    ._transactionDetails_18i51_36 > div {
        margin-left: 0;
    }
}
@media screen and (max-width: 479px) {
    ._transactionDetails_18i51_36 {
        justify-content: space-between;
        width: 100%;
    }
}
._transactionPrice_18i51_56 {
    font-size: 1.25em;
}
._price_18i51_60 {
    font-size: 14px;
    line-height: 1.5em;
}
._price_18i51_60 > strong {
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
}
._explanation_18i51_69 {
    font-size: 14px;
}
._cardDetails_18i51_73 {
    display: flex;
    margin-top: 32px;
}
._paypal_18i51_78 {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
    font-style: italic;
}
._paypal_18i51_78 > svg {
    margin-right: 4px;
}
._upgradeSubscription_18i51_90 {
    margin-right: 8px;
}
@media screen and (max-width: 479px) {
    ._upgradeSubscription_18i51_90 {
        margin: 0 0 8px;
    }
}
._changePlanContainer_18i51_99 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
._changePlanButtons_18i51_105 {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 12px;
}
._changePlanCancelButton_18i51_112 {
    margin-left: auto;
}
._editCard_18i51_116 {
    margin: 0 0 8px;
}
._headings_1x48i_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
._heading_1x48i_1 {
    font-weight: 700;
    font-size: 24px;
}
._profileInfo_1x48i_14 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
}
._paragraph_1x48i_21 {
    margin: 0;
    font-size: 36px;
}
._wrapper_1x48i_26 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 50px;
    padding: 80px 20px;
}
@media (max-width: 768px) {
    ._wrapper_1x48i_26 {
        padding: 80px 0;
    }
}
@media (max-width: 330px) {
    ._wrapper_1x48i_26 {
        height: auto;
        padding: 80px 20px;
    }
}
._flex_1x48i_48 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
._formFields_1x48i_56 {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    gap: 10px;
    margin-bottom: 20px;
}
._avatar_1x48i_64 img {
    position: relative;
    width: 100%;
}
._overlayBox_1x48i_69 {
    position: relative;
}
._deleteModal_1x48i_73 ._deleteButtons_1x48i_73 {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}
._deleteModal_1x48i_73 h2 {
    font-weight: 400;
    font-size: 20px;
}
._deleteModal_1x48i_73 p {
    font-size: 16px;
}
._contained_1x48i_86 {
    margin: 0;
}
._divider_1x48i_90 {
    margin: 24px 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
}
._noBottomBorder_1x48i_96 {
    margin-bottom: none;
    padding-bottom: 0;
    border-bottom: none;
}
._avatarsContainer_1x48i_102 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 16px;
    width: 100%;
    padding: 32px 0;
    justify-items: center;
}
@media (max-width: 768px) {
    ._buttonContainer_1x48i_112 {
        width: 100%;
        margin-top: auto;
        padding: 10px;
    }
}
._nameHeading_1x48i_119 {
    padding-bottom: 6px;
    font-size: 20px;
}
._modalActions_1x48i_124 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 8px;
}
._inner_1r3pz_1 {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid rgb(95, 114, 152);
    border-radius: 50%;
}
._inner_1r3pz_1:hover {
    border: 1px solid #fff;
    opacity: 0.8;
}
._checkmarkContainer_1r3pz_13 {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: #055ffc;
    border-radius: 50%;
}
._checkmark_1r3pz_13 {
    width: 16px;
    height: 16px;
    color: #fff;
}
._selected_1r3pz_32 {
    border: 2px solid #055ffc !important;
    border-radius: 50%;
    box-shadow: #023691 0 0 0 3px;
}
._wrapper_1r3pz_38 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}
._wrapper_1r3pz_38 ._image_1r3pz_47 {
    position: relative;
    width: 130%;
    height: 130%;
    border-radius: 50%;
}
._wrapper_1r3pz_38 ._box_1r3pz_53 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    padding: 10px;
}
._wrapper_1r3pz_38 ._box_1r3pz_53 img {
    position: relative;
    transition: all 0.5s ease;
}
._wrapper_1r3pz_38 ._box_1r3pz_53 ._kidsLabel_1r3pz_66 {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #82affe;
}
._wrapper_1r3pz_38 ._box_1r3pz_53:hover img {
    transform: translate(-5px, -5px);
}
._wrapper_1r3pz_38 ._circle_1r3pz_75 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background: #1f232c;
    border: 1px solid white;
    border-radius: 50%;
}
._wrapper_1r3pz_38 ._overlay_1r3pz_85 {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0000, #000 95%);
    border: 1px solid transparent;
    border-radius: 4px;
}
._wrapper_1r3pz_38:hover h2 {
    opacity: 0.8;
}
._wrapper_1r3pz_38:hover ._box_1r3pz_53 {
    position: relative;
    width: 140px;
    height: 140px;
    padding: 10px;
}
._wrapper_1r3pz_38:hover ._box_1r3pz_53 img {
    position: relative;
    transition: all 0.5s ease;
}
._wrapper_1r3pz_38:hover ._box_1r3pz_53 ._kids_1r3pz_66 {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #82affe;
}
._wrapper_1r3pz_38:hover ._box_1r3pz_53:hover img {
    transform: translate(-5px, -5px);
}
._wrapper_1r3pz_38:hover ._circle_1r3pz_75 {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 50%;
}
._wrapper_1r3pz_38:hover ._overlay_1r3pz_85 {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0000, #000 95%);
    border: 1px solid transparent;
    border-radius: 50%;
}
._wrapper_1r3pz_38:hover:hover ._box_1r3pz_53 {
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0.8;
}
._wrapper_1r3pz_38:hover:hover h2 {
    opacity: 0.8;
}
._addProfileContainer_1r3pz_149 {
    justify-content: space-between;
}
._addProfileContainer_1r3pz_149:hover ._box_1r3pz_53 {
    width: 56px;
    height: 56px;
}
._iconContainer_1r3pz_157 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
}
._filterRow_1pd69_1 {
    display: flex;
    align-items: center;
    margin-left: 16px;
}
._filterRow_1pd69_1 > button {
    margin: 0 4px;
}
._dropDown_1pd69_10 {
    margin-bottom: 0;
}
._dropDown_1pd69_10 label {
    display: none;
}
._filterDropDown_1pd69_17 {
    display: flex;
    align-items: flex-end;
}
._truncatedText_vuggl_1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
._collapsibleText_1ve3l_1 {
    position: relative;
    padding-bottom: 20px;
}
._dummyDiv_1ve3l_6 {
    position: absolute;
    visibility: hidden;
}
._textContainer_1ve3l_11 {
    overflow: hidden;
    transition: max-height 0.1s ease-out;
}
._textContainer_1ve3l_11._collapsed_1ve3l_15 {
    mask-image: linear-gradient(-180deg, #000 10%, #0000);
    -webkit-mask-image: linear-gradient(-180deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%);
}
._chevron_1ve3l_20 {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
    outline: none;
    cursor: pointer;
    opacity: 1;
}
._chevron_1ve3l_20 > svg {
    transform: rotate(90deg);
}
._chevron_1ve3l_20._expanded_1ve3l_33 > svg {
    transform: rotate(270deg);
}
._video_1ywad_1 {
    color: var(--primary-color);
    font-family: var(--body-font-family);
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
}
._mainPadding_1ywad_8 {
    padding: 37px 56px 0;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    ._mainPadding_1ywad_8 {
        padding: 34px 36px 36px;
    }
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
    ._mainPadding_1ywad_8 {
        padding: 34px 24px 24px;
    }
}
@media screen and (max-width: 479px) {
    ._mainPadding_1ywad_8 {
        padding: 16px;
    }
}
._main_1ywad_8 {
    display: flex;
    max-width: 100vw;
}
._main_1ywad_8._hidden_1ywad_31 {
    display: none;
}
._info_1ywad_35 {
    position: relative;
    width: 50%;
    max-width: 650px;
    min-height: 440px;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    ._info_1ywad_35 {
        min-height: 335px;
    }
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
    ._info_1ywad_35 {
        width: 350px;
        min-height: 335px;
    }
}
@media screen and (max-width: 479px) {
    ._info_1ywad_35 {
        width: 100%;
        min-height: 380px;
        padding-top: 225px;
    }
}
._title_1ywad_60 {
    color: var(--primary-color);
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight-bold);
    font-size: 34px;
    line-height: 1em;
    letter-spacing: 0.25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 3px 4px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 8px;
}
@media screen and (max-width: 479px) {
    ._title_1ywad_60 {
        font-size: 27.2px;
        line-height: 27.2px;
        letter-spacing: 0.15px;
    }
}
._metaContainer_1ywad_78 {
    display: flex;
    flex-direction: column;
}
._primaryMetadata_1ywad_83 {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.15px;
}
@media screen and (max-width: 479px) {
    ._primaryMetadata_1ywad_83 {
        font-size: 14px;
    }
}
._secondaryMetadata_1ywad_97 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 0.5px;
}
@media screen and (max-width: 479px) {
    ._secondaryMetadata_1ywad_97 {
        order: 1;
        margin: 4px 0;
        font-size: 18px;
    }
}
._description_1ywad_112 {
    min-height: 21px;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.5px;
}
._buttonBar_1ywad_121 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
._buttonBar_1ywad_121 > button {
    justify-content: center;
}
._buttonBar_1ywad_121 > button:not(:last-child) {
    margin-right: 12px;
}
@media screen and (max-width: 1023px) {
    ._buttonBar_1ywad_121 > button {
        flex: 1;
        margin: 6px 6px 6px 0;
    }
    ._buttonBar_1ywad_121 > button:first-child {
        flex-basis: 100%;
        margin: 0 0 6px;
    }
    ._buttonBar_1ywad_121 > button:last-child {
        margin-right: 0;
    }
}
._poster_1ywad_148 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 80vw;
    height: 47.8125vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translateZ(0);
    mask-image: radial-gradient(farthest-corner at 80% 20%, #000 30%, #0000 60%);
    -webkit-mask-image: radial-gradient(farthest-corner at 80% 20%, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 60%);
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
    ._poster_1ywad_148 {
        width: 80vw;
        height: 78.75vw;
    }
}
@media screen and (max-width: 479px) {
    ._poster_1ywad_148 {
        width: 110vw;
        height: 101.25vw;
    }
}
._posterFade_1ywad_175 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    height: 120px;
    background: linear-gradient(0deg, transparent, var(--body-background-color, #fff));
}
._playIcon_1ywad_185 {
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 35px);
    padding: 25px 30px;
    font-size: xx-large;
    border: 3px solid white;
    border-radius: 100%;
}
._details_whvpm_1 {
    padding: 24px 0;
    color: var(--primary-color);
    font-family: var(--body-font-family);
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 3px 4px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    ._details_whvpm_1 {
        padding: 24px 0;
    }
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
    ._details_whvpm_1 {
        padding: 24px 0 0;
    }
}
@media screen and (max-width: 479px) {
    ._details_whvpm_1 {
        padding: 16px 0 0;
    }
}
._inlinePlayerMetadata_whvpm_24 {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
._inlinePlayerMetadata_whvpm_24 > button {
    min-width: fit-content;
    margin-left: 8px;
}
@media screen and (max-width: 767px) {
    ._inlinePlayerMetadata_whvpm_24 {
        flex-wrap: wrap;
        border-bottom: 0;
    }
    ._inlinePlayerMetadata_whvpm_24 > button:nth-last-child(3) {
        flex: 1 1 100%;
        margin: 0 0 8px;
    }
    ._inlinePlayerMetadata_whvpm_24 > button:nth-last-child(2) {
        flex: 0 0 calc(50% - 4px);
        margin: 0 4px 0 0;
    }
    ._inlinePlayerMetadata_whvpm_24 > button:nth-last-child(1) {
        flex: 0 0 calc(50% - 4px);
        margin: 0 0 0 4px;
    }
}
._title_whvpm_54 {
    color: var(--primary-color);
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight-bold);
    font-size: 34px;
    line-height: 1em;
    letter-spacing: 0.25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 3px 4px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 16px;
}
@media screen and (max-width: 479px) {
    ._title_whvpm_54 {
        font-size: 27.2px;
        line-height: 27.2px;
        letter-spacing: 0.15px;
    }
}
@media screen and (max-width: 479px) {
    ._title_whvpm_54 {
        margin-bottom: 0;
    }
}
div._title_whvpm_54 {
    font-weight: initial;
}
._primaryMetadata_whvpm_81 {
    display: flex;
    flex: 1;
    flex-basis: 100%;
    align-items: center;
    margin-right: auto;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.15px;
}
._secondaryMetadata_whvpm_93 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 0.5px;
}
@media screen and (max-width: 479px) {
    ._secondaryMetadata_whvpm_93 {
        margin: 4px 0;
        font-size: 18px;
    }
}
._description_whvpm_107 {
    min-height: 21px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.5px;
}
._listItem_6fjkv_1 {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    margin-bottom: 16px;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
    ._listItem_6fjkv_1:focus,
    ._listItem_6fjkv_1:hover {
        position: relative;
        z-index: 1;
        outline: none !important;
        box-shadow: none !important;
        transform: scale(1.05);
    }
    ._listItem_6fjkv_1:focus ._poster_6fjkv_20,
    ._listItem_6fjkv_1:hover ._poster_6fjkv_20 {
        box-shadow: 0 0 0 3px var(--highlight-color, #fff), 0 8px 10px #00000024, 0 3px 14px #0000001f, 0 4px 5px #0003;
    }
}
._poster_6fjkv_20 {
    position: relative;
    width: 168px;
    height: 94px;
    margin-right: 8px;
    overflow: hidden;
    background-color: #2b3b57;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
    box-shadow: 0 8px 10px #00000024, 0 3px 14px #0000001f, 0 4px 5px #0003;
    transition: box-shadow 0.1s ease;
}
._poster_6fjkv_20 ._posterImage_6fjkv_39 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
._poster_6fjkv_20 ._posterImage_6fjkv_39._visible_6fjkv_48 {
    opacity: 1;
}
@media screen and (max-width: 479px) {
    ._poster_6fjkv_20 {
        width: 140px;
        height: 78px;
    }
}
._activeLabel_6fjkv_58 {
    color: var(--primary-color);
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight-bold);
    font-size: 34px;
    line-height: 1em;
    letter-spacing: 0.25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 3px 4px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    background-color: #0000008a;
}
@media screen and (max-width: 479px) {
    ._activeLabel_6fjkv_58 {
        font-size: 27.2px;
        line-height: 27.2px;
        letter-spacing: 0.15px;
    }
}
@media screen and (max-width: 479px) {
    ._activeLabel_6fjkv_58 {
        font-size: 16px;
    }
}
._title_6fjkv_91 {
    flex: 1;
    max-height: 4.8em;
    overflow: hidden;
    color: var(--primary-color);
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight-bold);
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.25px;
    text-align: left;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 3px 4px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2);
}
._titleContainer_6fjkv_105 {
    flex: 1;
    overflow: hidden;
}
._scheduledStart_6fjkv_110 {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.2em;
}
@media screen and (max-width: 479px) {
    ._scheduledStart_6fjkv_110 {
        font-size: 12px;
    }
}
._tags_6fjkv_121 {
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: flex;
}
._lock_6fjkv_128 {
    margin-right: 8px;
    padding: 2px 6px;
}
._lock_6fjkv_128 > svg {
    width: 14px;
    height: 21px;
}
svg._scheduled_6fjkv_110 {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
._tag_6fjkv_121 {
    display: flex;
    align-items: center;
    padding: 2px 6px;
    color: var(--card-color);
    font-family: var(--body-font-family);
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    background-color: #0009;
    border-radius: 4px;
}
._live_6fjkv_156 {
    background-color: #ce153f;
}
._progressContainer_6fjkv_160 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 5px;
    background-color: #00000061;
}
._progressBar_6fjkv_170 {
    height: 5px;
    background-color: var(--primary-color);
}
._container_co6q3_1 {
    height: 100%;
}
@media screen and (min-width: 1024px) {
    ._content_co6q3_6 {
        height: 100%;
        padding: 16px 24px;
        overflow-y: auto;
    }
}
._list_co6q3_13 {
    margin: 0;
    padding: 0;
    list-style: none;
}
._videoInlineLayout_mojbs_1 {
    position: relative;
    display: grid;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 56px;
    grid-template-areas: "player related" "details related";
    grid-template-columns: 1fr 360px;
    grid-template-rows: auto 0.3fr;
}
@media screen and (max-width: 1023px) {
    ._videoInlineLayout_mojbs_1 {
        grid-template-areas: "player" "details" "related";
        grid-template-columns: 1fr;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    ._videoInlineLayout_mojbs_1 {
        padding: 24px;
    }
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
    ._videoInlineLayout_mojbs_1 {
        padding: 24px;
    }
}
@media screen and (max-width: 479px) {
    ._videoInlineLayout_mojbs_1 {
        padding: 16px;
    }
}
._player_mojbs_34 {
    position: relative;
    grid-area: player;
    aspect-ratio: 16/9;
    box-shadow: 0 8px 10px #00000024, 0 3px 14px #0000001f, 0 4px 5px #0003;
}
@supports not (aspect-ratio: 16/9) {
    ._player_mojbs_34:after {
        display: block;
        content: "";
        clear: both;
    }
    ._player_mojbs_34:before {
        float: left;
        padding-top: 56.25%;
        content: "";
    }
}
@media screen and (max-width: 479px) {
    ._player_mojbs_34 {
        margin: -16px -16px 0;
    }
}
._videoDetailsInline_mojbs_58 {
    grid-area: details;
    height: 100%;
}
._relatedVideosList_mojbs_63 {
    grid-area: related;
    position: relative;
}
._relatedVideosList_mojbs_63 ._relatedVideosListHeader_mojbs_67 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
    padding-left: 24px;
}
@media screen and (max-width: 479px) {
    ._relatedVideosList_mojbs_63 ._relatedVideosListHeader_mojbs_67 {
        padding-left: 0;
    }
}
._relatedVideos_mojbs_63 {
    padding: 37px 56px 16px;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    ._relatedVideos_mojbs_63 {
        padding: 34px;
    }
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
    ._relatedVideos_mojbs_63 {
        padding: 34px 24px;
    }
}
@media screen and (max-width: 479px) {
    ._relatedVideos_mojbs_63 {
        padding: 16px;
    }
}
._relatedVideosGrid_mojbs_99 {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding-bottom: 16px;
}
._relatedVideosGrid_mojbs_99._inlineLayout_mojbs_106 {
    flex-direction: column;
    align-items: initial;
    width: 100%;
    grid-area: related;
    gap: 16px;
}
._relatedVideosGrid_mojbs_99._inlineLayout_mojbs_106 > h3 {
    font-size: 20px;
}
@media screen and (max-width: 1023px) {
    ._relatedVideosGrid_mojbs_99 {
        justify-content: space-between;
    }
}
._relatedVideosGridTitle_mojbs_122 {
    margin-right: 16px;
    font-family: var(--body-alt-font-family);
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
    line-height: 1.5em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 3px 4px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2);
}
._relatedVideosListTitle_mojbs_131 {
    font-family: var(--body-alt-font-family);
    font-weight: var(--body-font-weight-bold);
    font-size: 20px;
    line-height: 1.5em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 3px 4px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2);
}
._filters_mojbs_139 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
._filtersInline_mojbs_145 {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
._filterMetadata_mojbs_150 {
    font-size: 16px;
    text-transform: capitalize;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 3px 4px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2);
}
._container_79xjy_1 {
    width: 100%;
    height: 100%;
}
._error_4iaxi_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 16px;
}
._title_4iaxi_11 {
    color: #fff;
    font-weight: var(--body-font-weight-bold);
    font-size: 34px;
}
@media screen and (max-width: 479px) {
    ._title_4iaxi_11 {
        font-size: 24px;
    }
}
._inlinePlayer_ytzkx_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff14;
}
._paywall_ytzkx_10 {
    position: absolute;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #2b3b57;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
._paywall_ytzkx_10 ._poster_ytzkx_26 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
._paywall_ytzkx_10 > button {
    height: 40px;
}
._paywall_ytzkx_10 > button:first-of-type {
    margin-right: 8px;
}
@media screen and (max-width: 767px) {
    ._paywall_ytzkx_10 > button {
        max-width: 65%;
        max-height: 35px;
    }
}
._lock_ytzkx_47 {
    position: relative;
    flex: 1 1 100%;
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
}
@media screen and (max-width: 479px) {
    ._lock_ytzkx_47 {
        width: 35px;
        height: 35px;
        margin-bottom: 8px;
    }
}
._title_ytzkx_62 {
    color: var(--primary-color);
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight-bold);
    font-size: 34px;
    line-height: 1em;
    letter-spacing: 0.25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 3px 4px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    flex: 1 1 100%;
    margin-bottom: 4px;
    text-align: center;
}
@media screen and (max-width: 479px) {
    ._title_ytzkx_62 {
        font-size: 27.2px;
        line-height: 27.2px;
        letter-spacing: 0.15px;
    }
}
@media screen and (max-width: 479px) {
    ._title_ytzkx_62 {
        font-size: 16px;
        line-height: 1.5em;
    }
}
._text_ytzkx_89 {
    position: relative;
    flex: 1 1 100%;
    margin-bottom: 16px;
    font-family: var(--body-alt-font-family);
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 3px 4px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 479px) {
    ._text_ytzkx_89 {
        font-size: 14px;
    }
}
._progressRail_14udi_1 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #0000004d;
}
._progress_14udi_1 {
    position: absolute;
    left: 0;
    height: 4px;
    background-color: var(--highlight-contrast-color, rgba(0, 0, 0, 0.4));
}
._cinemaContainer_mksdu_1 {
    width: 100%;
    height: 100%;
}
._cinema_mksdu_1 {
    width: 100vw;
    height: calc(100vh - (100vh - 100%));
    overflow: hidden;
    background-color: #000;
}
._overlayFade_mksdu_13 {
    position: relative;
    z-index: 1;
}
._playerOverlay_mksdu_18 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    min-height: 100px;
    padding: 24px 56px;
    background-image: linear-gradient(to top, #0000, #0000001a 25%, #00000040);
    pointer-events: none;
}
@media screen and (max-width: 479px) {
    ._playerOverlay_mksdu_18 {
        padding-left: 16px;
    }
}
._playerContent_mksdu_35 {
    display: flex;
    width: 80%;
}
@media screen and (max-width: 479px) {
    ._playerContent_mksdu_35 {
        width: 100%;
    }
}
._backButton_mksdu_45 {
    margin-right: 24px;
    opacity: 1;
    pointer-events: auto;
}
._backButton_mksdu_45 > svg {
    width: 36px;
    height: 36px;
    -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.4));
}
._title_mksdu_57 {
    color: var(--primary-color);
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight-bold);
    font-size: 34px;
    line-height: 1em;
    letter-spacing: 0.25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 3px 4px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 479px) {
    ._title_mksdu_57 {
        font-size: 27.2px;
        line-height: 27.2px;
        letter-spacing: 0.15px;
    }
}
._metaContainer_mksdu_74 {
    display: flex;
    flex-direction: column;
}
._primaryMetadata_mksdu_79 {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.15px;
}
@media screen and (max-width: 479px) {
    ._primaryMetadata_mksdu_79 {
        font-size: 14px;
    }
}
._secondaryMetadata_mksdu_93 {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 0.5px;
}
@media screen and (max-width: 479px) {
    ._secondaryMetadata_mksdu_93 {
        order: 1;
        margin: 4px 0;
        font-size: 18px;
    }
}
._container_1tbgz_1 {
    position: relative;
    width: 80vw;
    height: 45vw;
}
@media screen and (max-width: 479px) {
    ._container_1tbgz_1 {
        width: 100vw;
        height: 56.25vw;
    }
}
._playerOverlay_1tbgz_13 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100px;
    padding: 24px;
    background-image: linear-gradient(to top, #0000, #0000001a 25%, #00000040);
    pointer-events: none;
}
._title_1tbgz_24 {
    color: var(--primary-color);
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight-bold);
    font-size: 22px;
    line-height: 1em;
    letter-spacing: 0.25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 3px 4px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 479px) {
    ._title_1tbgz_24 {
        font-size: 17.6px;
        line-height: 17.6px;
        letter-spacing: 0.15px;
    }
}
._loading_1bc17_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    height: 100dvh;
}
._separator_14n07_1 {
    margin: 0 4px;
}
._mediaStaticPage_v6zr1_1 {
    max-width: 960px;
    margin: 24px auto;
    padding: 16px;
    font-size: 16px;
    background-color: #ffffff1a;
}
._tag_gc1jh_1 {
    display: inline-flex;
    align-items: center;
    color: var(--card-color);
    font-family: var(--body-font-family);
    font-weight: 600;
    white-space: nowrap;
    background-color: #0009;
    border-radius: 4px;
}
._tag_gc1jh_1._normal_gc1jh_11 {
    padding: 4px 8px;
    font-size: 16px;
}
@media screen and (max-width: 479px) {
    ._tag_gc1jh_1._normal_gc1jh_11 {
        font-size: 14px;
    }
}
._tag_gc1jh_1._large_gc1jh_20 {
    padding: 9px 16px;
    font-size: 18px;
}
@media screen and (max-width: 479px) {
    ._tag_gc1jh_1._large_gc1jh_20 {
        padding: 4px 8px;
        font-size: 16px;
    }
}
._live_gc1jh_31 {
    background-color: #ce153f;
}
._icon_1fdnv_1 {
    margin-right: 8px;
}
@media screen and (max-width: 479px) {
    ._icon_1fdnv_1 {
        padding: 2px 4px;
    }
}
@media screen and (max-width: 767px) {
    ._icon_1fdnv_1 {
        font-size: 14px;
    }
}
._playlist_1eoo8_1 {
    margin: 0 64px;
    color: var(--primary-color);
    font-family: var(--body-alt-font-family);
    text-align: center;
}
._playlist_1eoo8_1 > main {
    margin-top: 6px;
}
@media screen and (max-width: 479px) {
    ._playlist_1eoo8_1 {
        margin: 0 16px;
    }
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
    ._playlist_1eoo8_1 {
        margin: 0 32px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    ._playlist_1eoo8_1 {
        margin: 0 48px;
    }
}
._main_1eoo8_26 {
    margin: -8px;
}
._header_1eoo8_30 {
    display: flex;
    align-items: center;
    height: 36px;
    margin: 24px 0;
}
._header_1eoo8_30 > h1 {
    font-family: var(--body-alt-font-family);
    font-weight: var(--body-font-weight-bold);
    font-size: 24px;
}
@media screen and (max-width: 1023px) {
    ._header_1eoo8_30 {
        justify-content: space-between;
    }
}
._cell_1eoo8_47 {
    padding: 8px;
}
._error_1eoo8_51 {
    margin: 20px;
    color: var(--primary-color);
}
._epgChannelBox_hazxl_1 {
    position: absolute;
    padding: 8px 0;
    background-color: var(--body-background-color);
}
._epgChannel_hazxl_1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #ffffff14;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.4s ease-in-out, border 0.1s ease;
}
._epgChannel_hazxl_1:hover {
    border: 2px solid var(--primary-color);
}
@media screen and (max-width: 479px) {
    ._epgChannel_hazxl_1 {
        background-color: transparent;
    }
}
._epgChannelLogo_hazxl_27 {
    max-width: 75px;
    max-height: 75px;
    border-radius: 4px;
}
@media screen and (max-width: 479px) {
    ._epgChannelLogo_hazxl_27 {
        max-width: 50px;
    }
}
._epgProgramBox_swcj7_1 {
    position: absolute;
    padding: 8px 4px;
    overflow: hidden;
}
._epgProgram_swcj7_1 {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 16px;
    overflow: hidden;
    text-shadow: none;
    background-color: #ffffff14;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.4s ease-in-out, transform 0.1s ease, border 0.1s ease;
    will-change: transform;
}
._epgProgram_swcj7_1._disabled_swcj7_24 {
    cursor: default;
    opacity: 0.4;
}
._epgProgram_swcj7_1._live_swcj7_28 {
    border: 2px solid #fff;
}
._epgProgram_swcj7_1._selected_swcj7_31 {
    background-color: var(--highlight-color, #fff);
}
._epgProgram_swcj7_1._selected_swcj7_31 ._epgProgramTitle_swcj7_34 {
    color: #000;
}
._epgProgram_swcj7_1._selected_swcj7_31 ._epgProgramText_swcj7_37 {
    color: #000000b3;
}
._epgProgram_swcj7_1:not(._disabled_swcj7_24):hover {
    border: 2px solid #fff;
    transform: scale(1.01);
}
@media screen and (max-width: 479px) {
    ._epgProgram_swcj7_1 {
        padding: 8px;
    }
}
._epgLiveTag_swcj7_50 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    padding: 2px 6px;
    color: var(--card-color);
    font-family: var(--body-font-family);
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    background-color: #ce153f;
    border-radius: 4px;
}
@media screen and (max-width: 479px) {
    ._epgLiveTag_swcj7_50 {
        position: relative;
        bottom: initial;
        left: initial;
        justify-content: center;
        align-self: flex-start;
        padding: 0 6px;
        font-size: 10px;
    }
}
._epgProgramContent_swcj7_77 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
._epgProgramTitle_swcj7_34 {
    overflow: hidden;
    color: #fff;
    font-family: var(--body-font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (max-width: 479px) {
    ._epgProgramTitle_swcj7_34 {
        margin: auto 0;
        font-size: 14px;
    }
}
._epgProgramText_swcj7_37 {
    overflow: hidden;
    color: #ffffffb3;
    font-family: var(--body-font-family);
    font-size: 14px;
    line-height: 1.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (max-width: 479px) {
    ._epgProgramText_swcj7_37 {
        margin-top: auto;
        font-size: 12px;
    }
}
._epgProgramImage_swcj7_119 {
    width: 100px;
    margin-right: 16px;
    border-radius: 4px;
}
._timelineBox_10xo1_1 {
    position: relative;
    font-size: 14px;
}
._timelineBox_10xo1_1:first-child > ._timelineTime_10xo1_5 {
    left: -2px;
}
._timelineTime_10xo1_5 {
    position: absolute;
    top: 12px;
    left: -18px;
    color: #fff;
}
._timelineContainer_10xo1_16 {
    position: sticky;
    top: 0;
    display: flex;
    height: 60px;
}
._timelineDividers_10xo1_23 {
    display: grid;
    align-items: end;
    width: 100%;
    height: 100%;
    padding-bottom: 8px;
    grid-template-columns: repeat(4, 1fr);
}
._timelineDivider_10xo1_23 {
    width: 1px;
    height: 6px;
    margin-right: 10px;
    background: #fff;
}
._timelineDivider_10xo1_23:first-child {
    width: 2px;
    height: 12px;
    margin-top: 50%;
}
._epg_19byb_1 {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 16px;
    background-color: var(--body-background-color);
    border-radius: 4px;
}
._epg_19byb_1 > div:nth-child(2) {
    padding: 0 !important;
}
._epg_19byb_1 > div:nth-child(2) > div > div:first-child {
    z-index: 2;
}
._epg_19byb_1 > div:nth-child(2) > div > div:nth-child(2) {
    overflow-y: hidden !important;
    scrollbar-width: none !important;
}
._epg_19byb_1 > div:nth-child(2) > div > div:nth-child(2)::-webkit-scrollbar {
    display: none !important;
}
._epg_19byb_1 > div:nth-child(2) > div > div:nth-child(2) > div:first-child {
    z-index: 3;
    box-shadow: 0 8px 10px #00000024, 0 3px 14px #0000001f, 0 4px 5px #0003;
}
._epg_19byb_1 > div:nth-child(2) > div > div:nth-child(2) > div[data-testid="sidebar"] {
    z-index: 3;
}
@media screen and (max-width: 479px) {
    ._epg_19byb_1 {
        border-radius: 0;
    }
}
._epgSpinner_19byb_35 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
._timelineControl_19byb_43 {
    display: flex;
    align-items: center;
    width: 100%;
}
@media screen and (max-width: 479px) {
    ._timelineControl_19byb_43 {
        position: absolute;
        z-index: 4;
        width: 60px;
        height: 60px;
    }
}
._timelineNowButton_19byb_57 {
    justify-content: center;
    width: 160px;
    margin-right: auto;
}
@media screen and (max-width: 479px) {
    ._timelineNowButton_19byb_57 {
        width: 60px;
    }
}
._leftControl_19byb_68,
._rightControl_19byb_69 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: transform 0.3s ease-out;
}
._leftControl_19byb_68 > svg,
._rightControl_19byb_69 > svg {
    width: 35px;
    height: 35px;
}
._leftControl_19byb_68:hover,
._rightControl_19byb_69:hover {
    transform: scale(1.2);
}
@media screen and (max-width: 479px) {
    ._leftControl_19byb_68,
    ._rightControl_19byb_69 {
        display: none;
    }
}
._leftControl_19byb_68 {
    margin-right: 16px;
}
._epgContainer_1b7k0_1 {
    padding: 37px 56px 0;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    ._epgContainer_1b7k0_1 {
        padding: 34px 36px 36px;
    }
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
    ._epgContainer_1b7k0_1 {
        padding: 34px 24px 24px;
    }
}
@media screen and (max-width: 479px) {
    ._epgContainer_1b7k0_1 {
        padding: 0;
    }
}
@media screen and (max-width: 1023px) {
    ._catchupButton_1b7k0_21 {
        flex: 2 !important;
        white-space: nowrap;
    }
}
._tag_1b7k0_27 {
    margin-right: 8px;
}
._header_j5wd7_1 {
    height: 56px;
    padding: 10px 32px;
    z-index: -3;
    
    background: transparent;
}
._header_j5wd7_1._fixed_j5wd7_7 {
    position: static;
    z-index: 15;
    width: 100%;
}
._header_j5wd7_1._static_j5wd7_12 {
    position: static;
    width: 100%;
}
._container_j5wd7_17 {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100%;
}
._menu_j5wd7_24 {
    display: none;
}
._iconButton_j5wd7_28 {
    width: 36px;
    height: 36px;
}
._iconButton_j5wd7_28 > svg {
    fill: currentColor;
}
._brand_j5wd7_36 {
    align-self: center;
    margin-right: 16px;
}
._nav_j5wd7_41 {
    display: inline-block;
    flex: 1;
    align-items: center;
}
._nav_j5wd7_41 > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
._nav_j5wd7_41 > ul li {
    display: inline-block;
}
._nav_j5wd7_41 a {
    height: 36px;
    min-height: 36px;
    margin: 0 6px;
    padding: 0 8px;
    font-weight: var(--body-font-weight-bold);
    font-size: 18px;
}
._skipToContent_j5wd7_63 {
    position: absolute;
    top: 50px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: var(--highlight-contrast-color, black);
    font-weight: 700;
    border-radius: 20px;
    clip: rect(1px, 1px, 1px, 1px);
}
@media (hover: hover) and (pointer: fine) {
    ._skipToContent_j5wd7_63:not(:disabled):focus {
        box-shadow: 0 0 1px 5px var(--highlight-color, #fff), 0 0 12px 6px #000c;
    }
    ._skipToContent_j5wd7_63:not(:disabled):focus:not(:focus-visible) {
        box-shadow: none;
    }
    ._skipToContent_j5wd7_63:not(:disabled):focus-visible {
        box-shadow: 0 0 1px 5px var(--highlight-color, #fff), 0 0 12px 6px #000c;
    }
}
._skipToContent_j5wd7_63:focus {
    z-index: 1;
    width: auto;
    height: auto;
    padding: 8px;
    white-space: nowrap;
    text-decoration: none;
    background: var(--highlight-color, white);
    box-shadow: 0 6px 10px #00000024, 0 1px 18px #0000001f, 0 3px 5px #0003;
    clip: auto;
}
._actions_j5wd7_97 {
    position: relative;
    display: flex;
    gap: 8px;
}
@media screen and (max-width: 1023px) {
    ._actions_j5wd7_97 {
        position: static;
    }
}
._search_j5wd7_108 {
    max-width: 180px;
}
._brandCentered_j5wd7_112 ._brand_j5wd7_36 {
    text-align: center;
}
._navButton_j5wd7_116 {
    overflow: visible;
}
._navButton_j5wd7_116:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
}
body.is-tabbing ._navButton_j5wd7_116:focus:after {
    display: none;
}
@media screen and (max-width: 1023px) {
    ._header_j5wd7_1 {
        height: 56px;
        padding: 10px 32px;
    }
    ._menu_j5wd7_24 {
        display: block;
    }
    ._brand_j5wd7_36 {
        flex: 1;
        margin-left: 16px;
    }
    ._nav_j5wd7_41 {
        display: none;
    }
    ._searchActive_j5wd7_147 ._menu_j5wd7_24,
    ._searchActive_j5wd7_147 ._brand_j5wd7_36,
    ._searchActive_j5wd7_147 ._actions_j5wd7_97 > *:not(:first-child) {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    ._header_j5wd7_1 {
        padding: 10px 16px;
    }
    ._brand_j5wd7_36 {
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }
    ._menu_j5wd7_24,
    ._actions_j5wd7_97 {
        justify-content: flex-end;
        width: 80px;
    }
}
._footer_ur4vs_1 {
    padding: 20px 40px;
    line-height: 1.5em;
    letter-spacing: 0.15px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 3px 4px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2);
}
._footer_ur4vs_1 a,
._footer_ur4vs_1 a:visited,
._footer_ur4vs_1 a:active,
._footer_ur4vs_1 a:hover {
    color: #fff;
    text-decoration: underline;
}
._list_ur4vs_16 {
    margin: 0;
    padding: 0;
    list-style: none;
}
._list_ur4vs_16 li {
    display: inline-block;
    padding: 0 3px;
}
._list_ur4vs_16 li:not(:last-child):after {
    content: " | ";
}
._testFixMargin_ur4vs_29 {
    margin-bottom: 50px;
}
._logo_82l2n_1 {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 36px;
    vertical-align: middle;
    cursor: pointer;
}
@media screen and (max-width: 1023px) {
    ._logo_82l2n_1 {
        max-height: 36px;
    }
}
._sidebar_1hxk3_1 {
    position: fixed;
    top: 0;
    z-index: 20;
    display: inline-block;
    width: 270px;
    max-width: 90vw;
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    background-color: var(--body-background-color);
}
._sidebar_1hxk3_1 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
._heading_1hxk3_19 {
    display: flex;
    padding: 16px 0 0;
}
._group_1hxk3_24 {
    display: flex;
    gap: 16px;
    flex-direction: column;
    max-height: 100%;
    padding: 16px 0;
    -webkit-overflow-scrolling: touch;
}
._menuButton_5vhgl_1 {
    position: relative;
    display: inline-flex;
    justify-content: inherit;
    align-items: center;
    width: 100%;
    min-height: 44px;
    padding: 0 16px;
    color: #fff;
    font-family: var(--body-alt-font-family);
    font-weight: var(--body-font-weight-bold);
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    background: transparent;
    outline: none;
    cursor: pointer;
    opacity: 0.7;
    transition: background 0.1s ease, opacity 0.1s ease;
}
._menuButton_5vhgl_1 > span {
    width: max-content;
}
._menuButton_5vhgl_1._small_5vhgl_24 {
    padding: 0 24px;
    font-size: 16px;
}
._menuButton_5vhgl_1._small_5vhgl_24 > ._startIcon_5vhgl_28 {
    margin-right: 24px;
}
@media (hover: hover) and (pointer: fine) {
    ._menuButton_5vhgl_1:hover,
    ._menuButton_5vhgl_1:focus {
        background: #ffffff14;
        opacity: 1;
    }
    ._menuButton_5vhgl_1:active {
        opacity: 0.8;
    }
}
._active_5vhgl_41 {
    background: #ffffff14;
    opacity: 1;
}
._startIcon_5vhgl_28 {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 12px;
}
._startIcon_5vhgl_28 > svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
    ._startIcon_5vhgl_28 > svg {
        width: 20px;
        height: 20px;
    }
}
._popover_kvdn6_1 {
    top: 10px;
}
._buttonContainer_kvdn6_5 {
    margin-left: 16px;
}
._buttonContainer_kvdn6_5 > button:first-child {
    margin-right: 8px;
}
._menuItems_kvdn6_12 {
    width: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
._menuItems_kvdn6_12 > li > a {
    padding: 0 18px;
    font-size: 16px;
}
._divider_kvdn6_23 {
    position: relative;
    margin-top: 16px;
}
._divider_kvdn6_23:before {
    position: absolute;
    top: -8px;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #ffffff1f;
    content: "";
}
._divider_kvdn6_23._small_kvdn6_36 {
    position: relative;
    margin-top: 16px;
}
._divider_kvdn6_23._small_kvdn6_36:before {
    position: absolute;
    top: -8px;
    right: 16px;
    left: 16px;
    height: 1px;
    background-color: #ffffff52;
    content: "";
}
._sectionHeader_kvdn6_50 {
    width: 100%;
    padding: 12px 0 12px 24px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.7;
}
._menuItems_kvdn6_12 + ._sectionHeader_kvdn6_50 {
    position: relative;
    margin-top: 16px;
}
._menuItems_kvdn6_12 + ._sectionHeader_kvdn6_50:before {
    position: absolute;
    top: -8px;
    right: 16px;
    left: 16px;
    height: 1px;
    background-color: #ffffff52;
    content: "";
}
._buttonContainer_ak6a2_1 {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
}
._buttonContainer_ak6a2_1 > button:first-child {
    margin-bottom: 8px;
}
._separator_ak6a2_10 {
    width: 100%;
    height: 1px;
    margin: 0;
    background: #ffffff1f;
    border: none;
}
._searchBar_kqbxa_1 {
    position: relative;
}
._searchForm_kqbxa_5 {
    height: 36px;
}
._icon_kqbxa_9 {
    position: absolute;
    margin: 6px 8px;
    pointer-events: none;
}
._input_kqbxa_15 {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 36px;
    color: currentColor;
    font-weight: var(--body-font-weight-bold);
    font-size: 16px;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 4px;
    transition: border 0.1s ease, background 0.1s ease;
}
._input_kqbxa_15::-webkit-input-placeholder {
    color: currentColor;
    opacity: 0.5;
}
._input_kqbxa_15::-webkit-search-cancel-button {
    display: none;
}
._input_kqbxa_15:focus,
._input_kqbxa_15:active {
    border-color: #fff;
    outline: none;
}
._clearButton_kqbxa_40 {
    position: absolute;
    right: 0;
}
._clearButton_kqbxa_40 > svg {
    width: 18px;
    height: 18px;
}
._searchContainer_17e7m_1 {
    position: absolute;
    left: -200px;
    display: flex;
    width: 200px;
}
._searchContainer_17e7m_1 > div:first-child {
    flex: 1;
}
@media screen and (max-width: 1023px) {
    ._searchContainer_17e7m_1 {
        right: 0;
        left: 0;
        width: auto;
    }
}
._panel_jhs6c_1 {
    width: 100%;
    height: 100%;
    padding: 16px 0;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: 0.15px;
    background: #202020;
    box-shadow: 0 6px 10px #00000024, 0 1px 18px #0000001f, 0 3px 5px #0003;
}
._popover_1efkk_1 {
    position: absolute;
    right: 5px;
    z-index: 15;
    min-width: 180px;
    border-radius: 5px;
}
._popover_1efkk_1 > div {
    z-index: 15;
}
._popover_1oh0j_1 {
    top: 10px;
}
._menuItems_1oh0j_5 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
._header_1oh0j_11 {
    margin: 8px 0;
    padding: 0 18px;
    color: #999;
    font-weight: 700;
    font-size: 14px;
}
._menuItem_1oh0j_5 {
    padding: 0 18px;
}
._menuItem_1oh0j_5 > a {
    margin: 6px 0;
    font-weight: 400;
    text-decoration: none;
}
._menuItemActive_1oh0j_28 {
    background: #ffffff14;
}
._menuItemActive_1oh0j_28 > a {
    font-weight: 700;
}
._profileIcon_1ej7j_1 {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
._layout_93hv3_1 {
    position: relative;
    z-index: 0;
}
._main_93hv3_6 {
    height: 100%;
    outline: none;
}
._hero_4vsml_1 {
    display: flex;
    max-width: 100vw;
    min-height: 40vh;
    color: var(--primary-color);
    font-family: var(--body-font-family);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
}
._heroPadding_4vsml_10 {
    padding: 37px 56px 0;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    ._heroPadding_4vsml_10 {
        padding: 34px 36px 36px;
    }
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
    ._heroPadding_4vsml_10 {
        padding: 34px 24px 24px;
    }
}
@media screen and (max-width: 479px) {
    ._heroPadding_4vsml_10 {
        padding: 16px;
    }
}
._info_4vsml_29 {
    position: relative;
    width: 50%;
    max-width: 650px;
    min-height: 440px;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    ._info_4vsml_29 {
        min-height: 335px;
    }
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
    ._info_4vsml_29 {
        width: 350px;
        min-height: 335px;
    }
}
@media screen and (max-width: 479px) {
    ._info_4vsml_29 {
        width: 100%;
        min-height: 380px;
        padding-top: 225px;
    }
}
._title_4vsml_54 {
    color: var(--primary-color);
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight-bold);
    font-size: 34px;
    line-height: 1em;
    letter-spacing: 0.25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 3px 4px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 479px) {
    ._title_4vsml_54 {
        font-size: 27.2px;
        line-height: 27.2px;
        letter-spacing: 0.15px;
    }
}
._description_4vsml_71 {
    font-family: var(--body-font-family);
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.15px;
}
._poster_4vsml_78 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 80vw;
    height: 47.8125vw;
    mask-image: radial-gradient(farthest-corner at 80% 20%, #000 30%, #0000 60%);
    -webkit-mask-image: radial-gradient(farthest-corner at 80% 20%, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 60%);
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
    ._poster_4vsml_78 {
        width: 80vw;
        height: 78.75vw;
    }
}
@media screen and (max-width: 479px) {
    ._poster_4vsml_78 {
        width: 110vw;
        height: 101.25vw;
    }
}
._posterFade_4vsml_101 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    height: 120px;
    background: linear-gradient(0deg, transparent, var(--body-background-color, #fff));
}
:root {
    --primary-color: #fff;
    --body-background-color: #141523;
    --body-font-family: Helvetica, Arial, sans-serif;
    --body-alt-font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
    --body-font-weight-regular: 500;
    --body-font-weight-bold: 700;
    --body-color: #fff;
    --card-color: #fff;
    --card-border-hover-color: #fff;
    --card-tag-bg: #2b2c39;
}
@media (hover: hover) and (pointer: fine) {
    body.is-tabbing a:focus,
    body.is-tabbing [role="button"]:focus,
    body.is-tabbing button:focus,
    body.is-tabbing input:focus {
        outline: 2px solid var(--highlight-color, #fff);
        box-shadow: 0 0 2px 3px var(--highlight-contrast-color, #000);
    }
}
.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0, 0, 0, 0);
}
.hideUntilFocus {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.hideUntilFocus:focus {
    position: static;
    height: auto;
    overflow: visible;
    clip: auto;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    color: var(--body-color);
    font-family: var(--body-font-family);
    font-size: 16px;
    background-color: var(--body-background-color);
    -webkit-font-smoothing: antialiased;
}
body #root {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
button {
    width: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    color: inherit;
    font: inherit;
    line-height: normal;
    background: transparent;
    border: none;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font: inherit;
}
*,
:after,
:before {
    box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
    body {
        font-size: 18px;
    }
}
input {
    font-family: var(--body-font-family);
}
