@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap); @import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap); /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

@charset "UTF-8"; /*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before, .pika-single:after {
    content: " ";
    display: table;
}

.pika-single:after {
    clear: both
}

.pika-single {
    *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev, .pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover, .pika-next:hover {
    opacity: 1;
}

.pika-prev, .is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next, .is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled, .pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th, .pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button, .has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button, .is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover, .pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

.page-my-account__burger-menu--close::before,.page-my-account__burger-menu--close::after,.page-my-account__burger-menu--open::before,.modal__close::before,.menu-list__icon::before,.activate-account__icon::before,.informations-sent__icon::before,.form-group__custom-select::after,.icon::before,.form-group__input-wrapper .form-group__input--date::before,.base-btn--icon::before {
    font-family: "Ocado";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon--arrow-right::before {
    content: "a"
}

.icon--arrow-left::before {
    content: "b"
}

.icon--arrow-up::before {
    content: "c"
}

.form-group__custom-select::after,.icon--arrow-down::before {
    content: "d"
}

.form-group__eye-password--closed::before,.icon--eye-open::before {
    content: "e"
}

.form-group__eye-password--opened::before,.icon--eye-close::before {
    content: url(fonts/icon-eye-close.svg)
}

.icon--check::before {
    content: "g"
}

.page-my-account__burger-menu--close::after,.modal__close::before,.icon--cross::before {
    content: "h"
}

.icon--lock::before {
    content: url(fonts/icon-lock.svg)
}

.icon--lock--white::before {
    content: url(fonts/icon-lock-white.svg)
}

.form-group__calendar::before,.form-group__calendar-black::before,.icon--calendar::before,.form-group__input-wrapper .form-group__input--date::before {
    content: url(fonts/icon-calendar.svg)
}

.form-group__calendar-black::before,.icon--calendar-black::before {
    content: url(fonts/icon-calendar-black.svg)
}

.form-group__input-wrapper .form-group__input--error+.input--icon+.form-group__calendar:before {
    content: url(fonts/icon-calendar-error.svg)
}

.activate-account__icon::before,.informations-sent__icon::before,.icon--check-circle::before {
    content: "k"
}

.icon--card::before {
    content: url(fonts/icon-casino-card.svg)
}

.icon--card--white::before {
    content: url(fonts/icon-casino-card-white.svg)
}

.icon--card--active::before {
    content: url(fonts/active-icon-casino-card.svg)
}

.icon--settings::before {
    content: url(fonts/icon-settings.svg)
}

.icon--settings--active::before {
    content: url(fonts/active-icon-settings.svg)
}

.icon--write-letter::before {
    content: "n";
    color: #909090
}

.icon--user::before {
    content: url(fonts/icon-user.svg)
}

.icon--user--white::before {
    content: url(fonts/icon-user-white.svg)
}

.icon--user--active::before {
    content: url(fonts/active-icon-user.svg)
}

.icon--edit::before {
    content: "p"
}

.icon--error::before {
    content: "q"
}

.icon--warning-1::before {
    content: "r"
}

.icon--info-circle::before {
    content: url(fonts/icon-info-circle.svg)
}

.icon--info-circle--white::before {
    content: url(fonts/icon-info-circle-white.svg)
}

.icon--success::before {
    content: "t"
}

.page-my-account__burger-menu--open::before,.icon--burger {
    content: url(fonts/icon-burger-menu.svg)
}

.icon--promo {
    content: url(fonts/icon-promo.svg)
}

.icon--geo-loc {
    content: url(fonts/icon-geo-loc.svg)
}

.icon--recent-cmd {
    content: url(fonts/icon-recent-cmd.svg)
}

.icon--list {
    content: url(fonts/icon-list.svg)
}

.icon--list--active {
    content: url(fonts/active-icon-list.svg)
}

.icon--cart {
    content: url(fonts/icon-cart.svg)
}

.icon--cmd {
    content: url(fonts/icon-cmd.svg)
}

.icon--cmax-subscription {
    content: url(fonts/icon-cmax-subscription.svg)
}

.icon--timer {
    content: url(fonts/icon-timer.svg)
}

.icon--bell {
    content: url(fonts/icon-bell.svg)
}

.icon--play {
    content: url(fonts/icon-play.svg)
}

.icon--play-black {
    content: url(fonts/icon-play-black.svg)
}

.icon--house {
    content: url(fonts/icon-house.svg)
}

a:not([class]) {
    color: blue;
    text-decoration: underline
}

.page-error-404__button,.page-my-account__button,.base-btn,input[type=reset]:not([class]),input[type=submit]:not([class]),button:not([class]) {
    -webkit-transition: all 150ms;
    transition: all 150ms;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .25em 1em;
    border: 0;
    color: inherit;
    line-height: inherit;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-style: normal;
    font-weight: inherit;
    cursor: pointer;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    height: 3.125em;
    border-radius: 4px
}

.base-btn--default,input[type=reset]:not([class]),button:not([class]) {
    color: #000;
    position: relative;
    -webkit-box-shadow: 0 0 0 #666;
    box-shadow: 0 0 0 #666
}

.base-btn--default::after,input[type=reset]:not([class])::after,button:not([class])::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms
}

.base-btn--default:focus,input[type=reset]:focus:not([class]),button:focus:not([class]),.base-btn--focused.base-btn--default,input.base-btn--focused[type=reset]:not([class]),button.base-btn--focused:not([class]) {
    outline: none;
    -webkit-box-shadow: 0 0 4px #666;
    box-shadow: 0 0 4px #666
}

[disabled].base-btn--default::after,input[disabled][type=reset]:not([class])::after,button[disabled]:not([class])::after,.base-btn--disabled.base-btn--default::after,input.base-btn--disabled[type=reset]:not([class])::after,button.base-btn--disabled:not([class])::after {
    opacity: .5
}

.page-error-404__button--primary,.page-my-account__button--primary,.base-btn--primary,input[type=submit]:not([class]),button[type=submit]:not([class]) {
    font-weight: 600;
    background-color: #005b3e;
    color: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 0 #666;
    box-shadow: 0 0 0 #666
}

.page-error-404__button--primary:hover,.page-my-account__button--primary:hover,.base-btn--primary:hover,input[type=submit]:hover:not([class]),button[type=submit]:hover:not([class]) {
    background-color: #00402c
}

.page-error-404__button--primary::after,.page-my-account__button--primary::after,.base-btn--primary::after,input[type=submit]:not([class])::after,button[type=submit]:not([class])::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms
}

.page-error-404__button--primary:focus,.page-my-account__button--primary:focus,.base-btn--primary:focus,input[type=submit]:focus:not([class]),button[type=submit]:focus:not([class]),.base-btn--focused.page-error-404__button--primary,.base-btn--focused.page-my-account__button--primary,.base-btn--focused.base-btn--primary,input.base-btn--focused[type=submit]:not([class]),button.base-btn--focused[type=submit]:not([class]) {
    outline: none;
    -webkit-box-shadow: 0 0 4px #666;
    box-shadow: 0 0 4px #666
}

[disabled].page-error-404__button--primary::after,[disabled].page-my-account__button--primary::after,[disabled].base-btn--primary::after,input[disabled][type=submit]:not([class])::after,button[disabled][type=submit]:not([class])::after,.base-btn--disabled.page-error-404__button--primary::after,.base-btn--disabled.page-my-account__button--primary::after,.base-btn--disabled.base-btn--primary::after,input.base-btn--disabled[type=submit]:not([class])::after,button.base-btn--disabled[type=submit]:not([class])::after {
    opacity: .5
}

.base-btn--secondary {
    position: relative;
    -webkit-box-shadow: 0 0 0 #666;
    box-shadow: 0 0 0 #666
}

.base-btn--secondary::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms
}

.base-btn--secondary:focus,.base-btn--focused.base-btn--secondary {
    outline: none;
    -webkit-box-shadow: 0 0 4px #666;
    box-shadow: 0 0 4px #666
}

[disabled].base-btn--secondary::after,.base-btn--disabled.base-btn--secondary::after {
    opacity: .5
}

.base-btn--secondary:hover {
    background-color: #00402c;
    color: #fff
}

.base-btn--tertiary {
    font-weight: 600;
    text-decoration: underline;
    background-color: #fff;
    color: #000;
    position: relative;
    -webkit-box-shadow: 0 0 0 #666;
    box-shadow: 0 0 0 #666
}

.base-btn--tertiary:hover {
    margin: auto
}

.base-btn--tertiary::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms
}

.base-btn--tertiary:focus,.base-btn--focused.base-btn--tertiary {
    outline: none;
    -webkit-box-shadow: 0 0 4px #666;
    box-shadow: 0 0 4px #666
}

[disabled].base-btn--tertiary::after,.base-btn--disabled.base-btn--tertiary::after {
    opacity: .5
}

.base-btn--greyed {
    background-color: #e0e0e0;
    color: #666;
    position: relative;
    -webkit-box-shadow: 0 0 0 #666;
    box-shadow: 0 0 0 #666
}

.base-btn--greyed::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms
}

.base-btn--greyed:focus,.base-btn--focused.base-btn--greyed {
    outline: none;
    -webkit-box-shadow: 0 0 4px #666;
    box-shadow: 0 0 4px #666
}

[disabled].base-btn--greyed::after,.base-btn--disabled.base-btn--greyed::after {
    opacity: .5
}

.base-btn--subform {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #027e53;
    background-color: #f8f7f7;
    border: 3px solid #027e53;
    border-radius: 4px
}

.base-btn--subform:hover {
    background-color: #027e53;
    color: #f8f7f7
}

.base-btn--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.page-error-404__button:not(.page-error-404__button--primary),.page-my-account__button:not(.page-my-account__button--primary),.modal__close,.edit-block__edit,.base-btn--link {
    padding-left: 0;
    padding-right: 0;
    background: none;
    font-weight: inherit;
    min-height: auto
}

.base-btn[disabled],.base-btn.base-btn--disabled,button:disabled:not([class]),button[disabled]:not([class]),button.base-btn--disabled:not([class]) {
    cursor: not-allowed
}

.base-btn--icon::before {
    display: block;
    color: currentColor;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 1em
}

.page-error-404__content,.page-my-account__content,.page-error-404__nav,.page-contact-form,.page-complete-account,.page-create-account,.page-expired-password,.page-update-password,.page-lost-password,.page-login,.activate-account,.informations-sent,.page-layout__content-block {
    background-color: #fff;
    width: 100%
}

.page-contact-form,.page-complete-account,.page-create-account,.page-expired-password,.page-update-password,.page-lost-password,.page-login,.activate-account,.informations-sent,.page-layout__content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-layout__content-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-layout__content-block {
    padding: 0 40px 40px
}

@media(min-width: 67.5em) {
    .page-layout__content-block {
        padding-top:33px;
        border-radius: 12px
    }
}

.block__header,.page-login__header {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

@media(min-width: 67.5em) {
    .block__header,.page-login__header {
        -webkit-box-align:normal;
        -ms-flex-align: normal;
        align-items: normal;
        margin-bottom: 23.85px;
        height: auto
    }
}

.block__header .header__homelink,.page-login__header .header__homelink {
    position: absolute;
    left: -20px
}

@media(min-width: 67.5em) {
    .block__header .header__homelink,.page-login__header .header__homelink {
        left:-3.62px
    }
}

.block__header .header__homelink::before,.page-login__header .header__homelink::before {
    font-size: 1em
}

.block__subtitle,.page-login__subtitle,.page-login__subtitle__2 {
    font-style: normal;
    color: #454545;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    height: 12px
}

@media(min-width: 67.5em) {
    .block__subtitle,.page-login__subtitle,.page-login__subtitle__2 {
        font-size:16px;
        line-height: 16px;
        height: 16px
    }
}

.block__subtitle__2,.page-login__subtitle__2,.page-login__subtitle__2__2 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center
}

@media(min-width: 67.5em) {
    .block__subtitle__2,.page-login__subtitle__2,.page-login__subtitle__2__2 {
        margin-bottom:16px
    }
}

.block__separator,.page-lost-password__separator,.page-login__separator {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block__separator label,.page-lost-password__separator label,.page-login__separator label {
    padding: 0 8px;
    background-color: #fff
}

.page-contact-form,.page-complete-account,.page-create-account,.page-expired-password,.page-update-password,.page-lost-password,.page-login,.activate-account,.informations-sent {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(min-width: 67.5em) {
    .page-contact-form,.page-complete-account,.page-create-account,.page-expired-password,.page-update-password,.page-lost-password,.page-login,.activate-account,.informations-sent {
        max-width:500px;
        width: 500px
    }
}

@media(min-width: 67.5em) {
    .page-error-404__nav {
        padding:2em 2em;
        max-width: 24.125em
    }
}

@media(min-width: 67.5em) {
    .page-error-404__content,.page-my-account__content {
        max-width:100%
    }
}

.form-group__input,.form-group__input-wrapper .form-group__input {
    width: 100%;
    background: #f2f2f2;
    border: none;
    padding: 1em;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.form-group__input::-webkit-input-placeholder, .form-group__input-wrapper .form-group__input::-webkit-input-placeholder {
    color: #242424;
    opacity: 1
}

.form-group__input::-moz-placeholder, .form-group__input-wrapper .form-group__input::-moz-placeholder {
    color: #242424;
    opacity: 1
}

.form-group__input:-ms-input-placeholder, .form-group__input-wrapper .form-group__input:-ms-input-placeholder {
    color: #242424;
    opacity: 1
}

.form-group__input::-ms-input-placeholder, .form-group__input-wrapper .form-group__input::-ms-input-placeholder {
    color: #242424;
    opacity: 1
}

.form-group__input::placeholder,.form-group__input-wrapper .form-group__input::placeholder {
    color: #242424;
    opacity: 1
}

.form-group__input:focus-visible {
    border: none;
    outline: none
}

.form-group__input-wrapper {
    position: relative;
    margin-top: 4px
}

.form-group__input-wrapper .form-group__input--error,.form-group__input-wrapper .form-group__input :focus-visible {
    border: 2px solid #b83e38 !important
}

.form-group__input-wrapper .form-group__input--error:not([name=date-picker])+.input--icon {
    content: url(fonts/input_icon_error.svg);
    position: absolute;
    top: 16px;
    right: 18px
}

.form-group__input-wrapper .form-group__input--error+.input--icon+.form-group__eye-password {
    color: #b83e38
}

.form-group__input-wrapper .form-group__input--error+.input--icon+.form-group__calendar {
    color: #b83e38
}

.form-group__input-wrapper .form-group__label--error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #b83e38
}

.form-group__input-wrapper .form-group__label--display {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.visited.form-group__input-wrapper .password-requirement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.checkbox-input,.form-group__checkbox-input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.checkbox-input+.form-group__checkbox-label::before,.form-group__checkbox-input+.form-group__checkbox-label::before {
    background: #ececec;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%
}

.checkbox-input:active+.form-group__checkbox-label::before,.form-group__checkbox-input:active+.form-group__checkbox-label::before {
    opacity: .8
}

.checkbox-input:hover+.form-group__checkbox-label::before,.form-group__checkbox-input:hover+.form-group__checkbox-label::before {
    position: relative;
    top: -10px;
    opacity: .6
}

.checkbox-input:checked:hover+.form-group__checkbox-label::before,.form-group__checkbox-input:checked:hover+.form-group__checkbox-label::before {
    opacity: .08
}

.checkbox-input:checked:active+.form-group__checkbox-label::before,.form-group__checkbox-input:checked:active+.form-group__checkbox-label::before {
    opacity: .8
}

#remind-me:hover+.form-group__checkbox-label:before {
    top: 0
}

.form-group__radio-input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.form-group__radio-input+.form-group__radio-label::before {
    background: #ececec;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%
}

.form-group__radio-input:active+.form-group__radio-label::before {
    opacity: .8
}

.form-group__radio-input:hover+.form-group__radio-label::before {
    position: relative;
    top: -10px;
    opacity: .6
}

.form-group__radio-input:checked:hover+.form-group__radio-label::before {
    opacity: .08
}

.form-group__radio-input:checked:active+.form-group__radio-label::before {
    opacity: .8
}

.checkbox-input:checked+.form-group__checkbox-label::before,.form-group__checkbox-input:checked+.form-group__checkbox-label::before,.form-group__radio-input:checked+.form-group__radio-label::before {
    background: #00a86e;
    opacity: 0
}

.checkbox-input:checked+.form-group__checkbox-label::after,.form-group__checkbox-input:checked+.form-group__checkbox-label::after,.form-group__radio-input:checked+.form-group__radio-label::after {
    background-color: #6bd89d;
    content: url(fonts/icon-check-vector-bold-white.svg);
    border: none;
    padding-top: 3.5px
}

.form-group__input-wrapper .form-group__label {
    display: none;
    position: absolute;
    left: 12px;
    top: -2px;
    padding: 0 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 4px;
    background: #fff
}

.form-group__input-wrapper .form-group__label--error.form-group__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #b83e38
}

.form-group__input-wrapper .radio-label.form-group__label {
    position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 21px;
    padding: 0 0 .5em;
    background: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-group__input-wrapper .radio-label.form-group__label img {
    margin-left: 1em
}

.form-group__checkbox-label,.form-group__radio-label {
    position: relative;
    margin-left: 3px;
    margin-right: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-group__checkbox-label::after,.form-group__radio-label::after {
    -webkit-transition: all 150ms;
    transition: all 150ms;
    border-radius: 50%;
    content: "";
    color: #fff;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-group__checkbox-label::before,.form-group__radio-label::before {
    -webkit-transition: all 150ms;
    transition: all 150ms;
    margin-right: .625em;
    border-radius: 50%;
    content: "";
    color: #fff;
    min-width: 40px;
    min-height: 40px
}

.checkbox-sqr.form-group__checkbox-label,.checkbox-sqr.form-group__radio-label,.checkbox-rounded.form-group__checkbox-label,.checkbox-rounded.form-group__radio-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: unset;
    color: #454545;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset
}

.checkbox-sqr.form-group__checkbox-label::after,.checkbox-sqr.form-group__radio-label::after,.checkbox-rounded.form-group__checkbox-label::after,.checkbox-rounded.form-group__radio-label::after {
    cursor: pointer;
    left: 11px;
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    border: 2px solid #454545
}

.checkbox-rounded.form-group__checkbox-label::after,.checkbox-rounded.form-group__radio-label::after {
    border-radius: 50%
}

@font-face {
    font-family: "Ocado";
    src: url(fonts/ocado.eot);
    src: url(fonts/ocado.eot?#iefix) format("embedded-opentype"),url(fonts/ocado.woff) format("woff"),url(fonts/ocado.ttf) format("truetype"),url(fonts/ocado.svg#lgf) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Poppins";
    src: url(fonts/Poppins-SemiBold.ttf);
    font-weight: bold
}

@font-face {
    font-family: "Poppins";
    src: url(fonts/Poppins-Regular.ttf)
}

html {
    color: #000;
    font-family: "DM Sans",sans-serif,Poppins,sans-serif,Arial,Poppins,sans-serif;
    font-size: 1em;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,*::before,*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

h1,.page-error-404__block-title,h2,h3,h4,h5,h6,hgroup,ul,ol,dd,p,figure,pre,table,fieldset,hr {
    margin-top: 0
}

a {
    color: inherit;
    text-decoration: inherit
}

audio,canvas,iframe,img,svg,video {
    vertical-align: middle
}

img {
    height: auto;
    max-width: 100%
}

option,optgroup {
    color: initial
}

textarea {
    resize: vertical
}

dl {
    font-family: "DM Sans",sans-serif;
    padding-bottom: 0
}

dd {
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 25px
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.max-width {
    width: 100%
}

.icon-loading__hidden {
    display: none
}

.icon-loading__begin {
    margin-right: 5px
}

.icon-loading__end {
    margin-left: 5px
}

.icon--card::before {
    width: 20px;
    height: 20px
}

.icon--card--white::before {
    width: 20px;
    height: 20px
}

.icon--card--active::before {
    width: 20px;
    height: 20px
}

.icon--settings::before {
    width: 20px;
    height: 20px
}

.icon--settings--active::before {
    width: 20px;
    height: 20px
}

.icon--write-letter::before {
    width: 20px;
    height: 20px
}

.icon--user::before {
    width: 20px;
    height: 20px
}

.icon--user--white::before {
    width: 20px;
    height: 20px
}

.icon--user--active::before {
    width: 20px;
    height: 20px
}

.icon--edit::before {
    width: 20px;
    height: 20px
}

.icon--geo-loc {
    width: 20px;
    height: 20px
}

.icon--recent-cmd {
    width: 20px;
    height: 20px
}

.icon--list {
    width: 20px;
    height: 20px
}

.icon--list--active {
    width: 20px;
    height: 20px
}

.icon--cart {
    width: 20px;
    height: 20px
}

.icon--cmd {
    width: 20px;
    height: 20px
}

.icon--cmax-subscription {
    width: 20px;
    height: 20px
}

.icon--timer {
    width: 20px;
    height: 20px
}

.icon--bell {
    width: 20px;
    height: 20px
}

.icon--play {
    width: 20px;
    height: 20px
}

.icon--play-black {
    width: 20px;
    height: 20px
}

.icon--house {
    width: 20px;
    height: 20px
}

.link,.page-error-404__link,.page-my-account__link,.menu-list__link {
    font-family: "DM Sans",sans-serif;
    -webkit-transition: color 150ms;
    transition: color 150ms
}

.link--grey {
    color: #9d9d9d
}

.link--grey:hover {
    color: #fff
}

.link--grey-reverse-underline {
    color: #454545;
    text-decoration: none
}

.link--grey-reverse-underline:hover {
    text-decoration: underline
}

.link--black,.page-error-404__link,.page-my-account__link {
    font-weight: 600;
    text-decoration: underline
}

.link--black:hover,.page-error-404__link:hover,.page-my-account__link:hover {
    text-decoration: none
}

.link--red {
    color: #fe4b4b;
    text-decoration: underline
}

.link--red:hover {
    text-decoration: none
}

.link--red-reverse-underline {
    color: #fe4b4b;
    text-decoration: none
}

.link--red-reverse-underline:hover {
    text-decoration: underline
}

.title {
    color: #292929;
    font-family: "DM Sans",sans-serif
}

.title--lvl1 {
    font-size: 1.875em;
    font-weight: bold
}

.browser-upgrade {
    background: #ff0;
    padding: 1em;
    margin-bottom: 0
}

@supports(display: flex) {
    .browser-upgrade {
        display:none
    }
}

.base-btn--subform {
    padding: 0 4em 0;
    margin-top: 10px
}

.tooltip {
    position: relative
}

.tooltip__text {
    visibility: hidden;
    background-color: #454545;
    color: #fff;
    text-align: center;
    padding: .5em 1em;
    font-family: Arial;
    font-size: .875em;
    position: absolute;
    z-index: 1;
    top: calc(100% + 1em);
    right: -0.25em
}

.tooltip:hover .tooltip__text,.tooltip:focus .tooltip__text {
    visibility: visible
}

.tooltip__text::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    right: .5em;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #454545 transparent
}

.page-layout {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1440px;
    margin: auto
}

.page-layout__content {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(min-width: 67.5em) {
    .page-layout__content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.page-layout__content .nav--close {
    display: none
}

@media(min-width: 67.5em) {
    .page-layout__content .nav--close {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.page-layout__content .nav--open {
    display: block
}

.page-layout__content .hidden-content {
    display: none
}

.page-layout__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width: 67.5em) {
    .page-layout__content-wrapper {
        gap:20px;
        margin: 80px 0
    }
}

.page-layout__content-background {
    display: none;
    background-image: url(img/background.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
    width: 100%;
    background-position-x: center
}

@media(min-width: 67.5em) {
    .page-layout__content-background {
        position:absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page-layout__content-background-top {
    height: 13.75em;
    max-height: 13.75em;
    min-height: 13.75em;
    -o-object-fit: cover;
    object-fit: cover
}

.page-layout__content-background-bottom {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.page-layout__submodal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 2.3em;
    padding-top: 1.4em;
    background-color: #f4f4f4;
    z-index: 2
}

@media(min-width: 67.5em) {
    .page-layout__submodal {
        background-color:transparent;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 1.25em
    }
}

.page-layout__submodal p {
    margin: 0
}

.page-layout__submodal a {
    padding-left: .62em
}

.page-layout__submodal a:hover {
    text-decoration: none
}

.page-layout__header {
    display: block
}

.page-layout__header,.page-layout__footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 1
}

.page-layout__footer .footer__item {
    padding: 1em
}

.header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 60px
}

@media screen and (max-width: 550px) {
    .header {
        padding:14px 18px
    }
}

.header .link,.header .page-error-404__link,.header .page-my-account__link,.header .menu-list__link {
    text-decoration: none
}

.header__homelink-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width: 67.5em) {
    .header__homelink--mobile {
        display:none
    }
}

.header__homelink--mobile::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url(fonts/icon-house.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-right: 8px
}

@media screen and (max-width: 550px) {
    .header__homelink--mobile::before {
        width:18px;
        height: 18px
    }
}

.header__homelink--desktop {
    display: none
}

@media(min-width: 67.5em) {
    .header__homelink--desktop {
        color:#000;
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header__homelink--desktop::before {
    content: "";
    display: inline-block;
    background-image: url(fonts/icon-house.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.header__secure {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__secure::before {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='21' viewBox='0 0 16 21' fill='none'%3E%3Cpath d='M14 7H13V5C13 2.24 10.76 0 8 0C5.24 0 3 2.24 3 5V7H2C0.9 7 0 7.9 0 9V19C0 20.1 0.9 21 2 21H14C15.1 21 16 20.1 16 19V9C16 7.9 15.1 7 14 7ZM5 5C5 3.34 6.34 2 8 2C9.66 2 11 3.34 11 5V7H5V5ZM14 19H2V9H14V19ZM8 16C9.1 16 10 15.1 10 14C10 12.9 9.1 12 8 12C6.9 12 6 12.9 6 14C6 15.1 6.9 16 8 16Z' fill='%23005B3E'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 21px;
    margin-right: 10px
}

.header__secure:focus {
    outline: none
}

.header__secure-text {
    font-size: 12px;
    line-height: 18px;
    color: #005b3e
}

.header__logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 60%
}

@media screen and (max-width: 1079px) {
    .header__logo-wrapper {
        width:75%
    }
}

@media screen and (max-width: 550px) {
    .header__logo-wrapper img {
        height:14px;
        width: auto
    }
}

.header__logo {
    height: 100%;
    width: auto
}

.header__secure-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 700
}

.header__secure-area img {
    width: 24px;
    height: 24px
}

.header__secure-area p {
    margin: unset
}

@media screen and (max-width: 67.5em) {
    .header__secure-area p {
        display:none
    }
}

@media screen and (max-width: 550px) {
    .header__secure-area {
        width:16px;
        height: 16px
    }
}

.footer {
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 15px;
    background-color: #fff;
    padding: 1em 0;
    color: #000
}

@media(min-width: 67.5em) {
    .footer {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.footer__item {
    text-align: center
}

@media(min-width: 67.5em) {
    .footer__item {
        margin-left:.5em;
        margin-right: .5em
    }
}

.footer__item.legal_data_process {
    padding: 20px 24px;
    font-size: 14px;
    color: #454545
}

@media(min-width: 67.5em) {
    .footer__item.legal_data_process {
        max-width:1200px;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.footer__item.legal_data_process a {
    color: #454545
}

.form-group {
    margin-bottom: 1em
}

.form-group.nop {
    padding: 0 !important
}

.form-group:last-of-type {
    margin-bottom: 0
}

.form-group__input-text-error {
    font-size: 12px;
    color: #b83e38;
    text-align: left
}

.form-group__label {
    background: #fff;
    padding: 0 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 3px
}

.form-group__label--error {
    color: #b83e38 !important
}

.form-group__label--error::after {
    border-color: #b83e38 !important
}

.form-group__label.radio-label {
    position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 21px;
    padding: 0 0 .5em;
    background: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-group--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form-group--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.form-group__calendar,.form-group__calendar-black {
    position: absolute;
    right: 1em;
    top: 0;
    font-size: 1.25em;
    height: 100%;
    background-color: transparent;
    padding: 0
}

.form-group__calendar:focus,.form-group__calendar-black:focus {
    outline: none
}

.form-group__calendar::before,.form-group__calendar-black::before {
    margin-right: 0
}

.form-group__eye-password {
    position: absolute;
    right: 1em;
    top: 0;
    font-size: 1.25em;
    height: 100%;
    background-color: transparent;
    padding: 0
}

.form-group__eye-password::before {
    margin-right: 0
}

.form-group__small-text {
    font-size: .75em;
    color: #666;
    text-align: right
}

.form-group__footer {
    margin-top: 1em;
    font-weight: 700
}

.form-group__radio-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -13px
}

.form-group__choices {
    overflow-x: hidden;
    width: 100%
}

.form-group__choices-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 150ms ease;
    transition: -webkit-transform 150ms ease;
    transition: transform 150ms ease;
    transition: transform 150ms ease, -webkit-transform 150ms ease
}

.form-group__choices-wrapper .status {
    margin-left: 20px
}

.form-group__choice {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden
}

.form-group__choice p {
    margin-bottom: 0
}

.form-group__custom-select {
    position: relative
}

.form-group__custom-select::after {
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: .75em;
    color: #666;
    background-color: #fff
}

.form-group__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    padding: 1em 1.25em;
    border-radius: 3px
}

.form-group__select::-ms-expand {
    display: none
}

.form-group__input-textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #e0e0e0;
    padding: 1em 1.25em;
    border-radius: 3px;
    -webkit-transition: -webkit-box-shadow 150ms;
    transition: -webkit-box-shadow 150ms;
    transition: box-shadow 150ms;
    transition: box-shadow 150ms, -webkit-box-shadow 150ms;
    resize: none
}

.form-group__input-textarea::-webkit-scrollbar {
    display: none
}

.form-group .base-btn[type=submit] {
    width: 100%
}

.banner-brand {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(min-width: 67.5em) {
    .banner-brand {
        margin-top:-4em;
        display: block
    }

    .banner-brand:after {
        content: "";
        position: absolute;
        display: block;
        margin: 0 auto;
        width: 60%;
        border-top: .5px solid #e0e0e0;
        top: 0;
        right: 0;
        left: 0
    }
}

.banner-brand__container {
    border-top: 1px solid #e0e0e0;
    width: 100%;
    margin: auto;
    padding: .5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f4f4f4
}

@media(min-width: 67.5em) {
    .banner-brand__container {
        background-color:transparent;
        border-top: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 51.87em;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.banner-brand__text {
    text-align: center;
    color: #9d9d9d;
    font-size: 16px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 1em
}

@media(min-width: 67.5em) {
    .banner-brand__text {
        -ms-flex-preferred-size:auto;
        flex-basis: auto
    }
}

.banner-brand__img-container {
    text-align: center;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%
}

@media(min-width: 67.5em) {
    .banner-brand__img-container {
        -ms-flex-preferred-size:auto;
        flex-basis: auto
    }
}

.banner-brand__img {
    mix-blend-mode: multiply
}

.banner-brand__img--spar {
    width: 90px;
    height: 15px
}

.banner-brand__img--vival {
    width: 44px;
    height: 44px
}

.banner-brand__img--supermarche {
    width: 93px;
    height: 33px
}

.banner-brand__img--petit-casino {
    width: 79px;
    height: 37px
}

.banner-brand__img--geant-casino {
    width: 68px;
    height: 30px
}

.banner-brand__img--shop {
    width: 75px;
    height: 31px
}

@media screen and (max-width: 35em) {
    .informations-sent {
        padding:8px 30px 30px
    }
}

.informations-sent__header {
    margin: 0
}

.informations-sent__header .header__homelink {
    left: -10px;
    display: none
}

.informations-sent__header .header__logo-wrapper {
    width: 100%
}

.informations-sent__icon {
    margin-bottom: 1.25em
}

.informations-sent__icon::before {
    font-size: 4.37em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #005b3e
}

.informations-sent__container {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px 0 54px
}

@media screen and (max-width: 35em) {
    .informations-sent__container {
        margin-top:13px
    }
}

.informations-sent__container.lost-password {
    margin: 20px 0
}

@media screen and (max-width: 35em) {
    .informations-sent__container.lost-password {
        margin-top:40px
    }
}

.informations-sent__container.lost-password img.informations-sent__icon {
    width: 200px;
    margin-bottom: 0
}

@media screen and (max-width: 35em) {
    .informations-sent__container.lost-password img.informations-sent__icon {
        width:100px
    }
}

.informations-sent__container.lost-password .page-lost-password__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #242424;
    margin-top: 26px;
    margin-bottom: 10px
}

.informations-sent__container.lost-password p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #00172e;
    margin-bottom: 10px
}

.informations-sent__icon-confirmed {
    width: 58px;
    height: 58px;
    margin-top: 5px;
    margin-bottom: 16px
}

.informations-sent__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #242424;
    margin-bottom: 23px
}

@media screen and (max-width: 35em) {
    .informations-sent__title {
        font-size:16px
    }
}

.informations-sent__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #242424;
    text-align: center;
    margin-bottom: 0
}

.informations-sent__target-email {
    color: #fe4b4b
}

.informations-sent .base-btn--block {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 24px
}

.informations-sent.second-block {
    padding-bottom: 33px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #454545;
    gap: 1em
}

@media screen and (max-width: 35em) {
    .informations-sent.second-block {
        padding:20px 40px 22px;
        background: #f4f4f4;
        font-size: 14px;
        line-height: 21px
    }
}

.informations-sent.second-block .second-block__title {
    font-size: 18px;
    margin: 0;
    text-align: center
}

.informations-sent__list ul {
    padding-top: 30px;
    padding-left: 26px;
    margin: 0
}

.informations-sent a.back-login {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
    color: #454545;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.activate-account__icon {
    margin-bottom: 1.25em
}

.activate-account__icon::before {
    font-size: 4.37em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #005b3e
}

.activate-account__target-email {
    font-weight: 600;
    font-size: 1.25em
}

.activate-account__second-btn {
    margin-top: 1em
}

.progress {
    width: 100%;
    height: .18em;
    background: #e0e0e0;
    border-radius: 3.12em
}

.progress__bar {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #005b3e;
    width: 0;
    height: .18em
}

.progress__bar--25 {
    width: 25%
}

.progress__bar--50 {
    width: 50%
}

.progress__bar--75 {
    width: 75%
}

.progress__bar--100 {
    width: 100%
}

.switch {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 35px;
    gap: 16px
}

.switch:before {
    position: absolute;
    opacity: 0;
    left: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 20px solid #ececec;
    content: "";
    height: 25px;
    width: 40px;
    border-radius: 35px;
    -webkit-transition: 150ms;
    transition: 150ms
}

.switch__off:before {
    background-color: #f4f4f4;
    border: 2px solid gray
}

.switch__off:hover:before {
    border-color: #454545
}

.switch__off:hover:after {
    position: absolute;
    content: " ";
    left: -2px;
    border-radius: 50%;
    opacity: .08;
    border: 15px solid #454545
}

.switch__off:active:after {
    border: 17.5px solid #454545;
    left: -5px
}

.switch__on:before {
    background-color: #005b3e;
    border: none
}

.switch__on:hover:after {
    position: absolute;
    content: " ";
    left: 13px;
    border-radius: 50%;
    opacity: .08;
    border: 15px solid #00a86e
}

.switch__on:hover label:before {
    background: #eafef4
}

.switch__on:active:after {
    border: 17.5px solid #00a86e;
    left: 10px
}

.switch__input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.switch__input:checked+.switch__label:before {
    background-color: #6bd89d;
    border: none
}

.switch__input:checked+.switch__label:after {
    background: #fff;
    -webkit-transform: translateX(11px);
    transform: translateX(11px);
    content: url(fonts/check_vector_new_primary.svg);
    width: 19px;
    height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px
}

.switch__input:checked+.switch__label:hover:after,.switch__input:checked+.switch__label:active:after {
    background: #eafef4
}

.switch__input:checked+.switch__label:active:after {
    left: 5px;
    width: 23px;
    height: 23px
}

.switch__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    padding-left: 50px;
    font-size: 12px;
    color: #454545;
    line-height: normal;
    z-index: 1
}

.switch__label::before {
    position: absolute;
    left: 0;
    content: "";
    height: 25px;
    width: 40px;
    background-color: #f4f4f4;
    border-radius: 35px;
    border: 2px solid #454545;
    -webkit-transition: 150ms;
    transition: 150ms;
    font-size: 16px
}

.switch__label::after {
    content: "";
    position: absolute;
    left: 7px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: gray;
    -webkit-transition: 150ms;
    transition: 150ms
}

.switch__label:hover:before {
    border: 2px solid #454545
}

.switch__label:hover:after {
    background: #454545
}

.switch__label:active:after {
    width: 23px;
    height: 23px;
    left: 1px
}

.switch__text {
    padding-left: 3em
}

.recaptcha {
    margin-bottom: 2.62em
}

.recaptcha__error {
    display: none
}

.recaptcha__error--visible {
    display: inline-block;
    color: #b83e38
}

.submodal-list__list {
    list-style: none;
    padding: 0 1.25em
}

.submodal-list__item--first {
    margin-bottom: .93em
}

@media(min-width: 67.5em) {
    .submodal-list__item--first {
        margin-bottom:1.25em
    }
}

.password-requirement {
    display: none;
    margin-top: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    background: #fff;
    border: 1px solid #242424;
    border-radius: 4px;
    padding: 16px;
    gap: 20px
}

.password-requirement__inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    color: gray
}

.password-requirement>p {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #454545;
    margin: 0
}

.password-requirement__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em
}

.password-requirement__container .form-group__checkbox-label {
    margin: 0;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #454545
}

.password-requirement__container .form-group__checkbox-label::before {
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid gray
}

.password-requirement__text {
    margin: 0;
    padding: 0 .18em
}

.password-requirement__text::before {
    content: "x";
    position: relative
}

.password-requirement__text--validate {
    color: #6bd89d !important
}

.password-requirement__text--validate::before {
    background-color: #6bd89d;
    border-color: #6bd89d !important
}

.password-requirement__text--validate::after {
    content: url(fonts/check_vector_white_mini.svg);
    width: 15px
}

.menu-list {
    padding: 0 2em;
    list-style: none;
    margin: 0;
    width: 100%
}

@media(min-width: 67.5em) {
    .menu-list {
        display:block !important
    }
}

.menu-list--none {
    display: none
}

.menu-list__item {
    font-family: "DM Sans",sans-serif;
    font-weight: 700;
    position: relative;
    padding: 1.25em 1.5em 1.25em .25em
}

.menu-list__item--active {
    background-color: #303030
}

.menu-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-list__link::before {
    content: "";
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 150ms ease;
    transition: opacity 150ms ease
}

.menu-list__link:hover::before,.menu-list__link:focus::before {
    opacity: .05
}

.menu-list__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1em
}

.menu-list__icon::before {
    font-size: 1.1em;
    vertical-align: middle;
    text-align: center
}

.edit-block {
    padding: 20px;
    border: 1px solid #ececec;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 26px
}

@media(min-width: 67.5em) {
    .edit-block {
        gap:normal;
        padding: 15px 30px 30px 50px
    }
}

.edit-block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #292929
}

.edit-block__header p {
    margin-bottom: 0
}

.edit-block__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    color: #000
}

.edit-block__edit-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    margin-top: 25px
}

.edit-block__edit-wrapper .edit-block__edit-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.edit-block__edit {
    background: none;
    border: none;
    color: #fe4b4b;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.edit-block__edit:hover {
    color: #fe5d5d
}

.edit-block__edit .icon::before {
    font-size: 1.25em;
    vertical-align: sub
}

.edit-block__footer {
    border-top: 1px solid #e0e0e0;
    padding-top: 2em;
    margin-top: 3.375em;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.edit-block__footer-save {
    margin-left: .625em
}

.edit-block__content {
    margin: 0
}

@media(min-width: 67.5em) {
    .edit-block__content {
        margin:1em 0 0
    }
}

.edit-block__content dt {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 3px
}

.edit-block__content dd {
    font-weight: 700;
    font-size: 16px
}

.edit-block__content dd:last-of-type {
    margin-bottom: 0
}

.edit-block__content--no-border {
    border-top: none
}

.edit-block__content--no-spacing {
    margin: 0;
    padding: 0
}

.edit-block__fields-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 26px
}

@media(min-width: 67.5em) {
    .edit-block__fields-wrapper {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: normal
    }
}

.edit-block__field-view {
    width: 50%
}

.edit-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.edit-blocks .edit-block {
    width: 100%
}

@media screen and (max-width: 67.5em) {
    .edit-blocks {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 150ms ease;
    transition: opacity 150ms ease
}

.modal--open {
    opacity: 1;
    pointer-events: all
}

.modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(41,41,41,.9);
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(min-width: 67.5em) {
    .modal__overlay {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.modal__container {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    top: 0;
    left: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 40px 20px #0000000b;
    box-shadow: 0px 40px 20px #0000000b;
    background-color: #fff;
    -webkit-transition: -webkit-transform 150ms ease;
    transition: -webkit-transform 150ms ease;
    transition: transform 150ms ease;
    transition: transform 150ms ease, -webkit-transform 150ms ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width: 67.5em) {
    .modal__container {
        height:auto;
        max-height: 75%;
        width: 95vw;
        max-width: 510px;
        border-radius: 4px
    }
}

.modal__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    width: auto
}

@media(min-width: 67.5em) {
    .modal__head {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

.modal__head h2 {
    height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.modal__body .form-group__input {
    background-color: #fff;
    border: 1px solid #e4e4e7;
    padding: 8px
}

.modal__body .form-group__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #999
}

.modal__body .form-group__label.radio-label {
    color: #000;
    font-weight: 700;
    font-size: 14px
}

.modal__body .form-group__radio-label {
    font-size: 14px
}

.modal__body .form-group__radio-label:before {
    height: auto;
    min-height: unset
}

.modal__head,.modal__body,.modal__foot {
    padding: 1.25em 20px;
    width: 100%
}

@media(min-width: 67.5em) {
    .modal__head,.modal__body,.modal__foot {
        padding:1.25em 20px
    }
}

.modal__head:last-child,.modal__body:last-child,.modal__foot:last-child {
    border-bottom: none
}

.modal__title {
    color: #242424;
    font-family: "DM Sans",sans-serif;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
    line-height: 27px
}

@media(min-width: 67.5em) {
    .modal__title {
        font-size:20px;
        line-height: 30px
    }
}

.modal__close {
    position: absolute;
    right: 15px;
    border: none;
    padding: .5em;
    font-size: .75em;
    cursor: pointer
}

.modal__close::before {
    vertical-align: middle;
    color: #242424
}

.modal p,.modal .password-requirement {
    margin-bottom: 0;
    padding-right: 0
}

.modal .form-group .base-btn--primary,.modal .form-group .base-btn--secondary {
    width: unset;
    height: 40px;
    padding: .5em 2em
}

.fidelity-card {
    position: relative;
    display: block;
    width: 18.75em;
    height: 11.125em;
    margin: 0 auto;
    background: url(fonts/card.svg) center/100% no-repeat;
    color: #fff;
    font-size: .9em
}

@media(min-width: 67.5em) {
    .fidelity-card {
        font-size:1em
    }
}

.fidelity-card--no-card {
    margin-top: 98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #454545
}

.fidelity-card--no-card::before {
    content: url(fonts/no-card.svg);
    margin-bottom: 13px
}

.fidelity-card__status {
    position: absolute;
    top: 1em;
    right: 1em;
    font-family: Arial;
    font-weight: 700
}

.fidelity-card__status .icon {
    font-size: .75em;
    vertical-align: middle
}

.fidelity-card__content {
    position: absolute;
    top: 2.5em;
    left: 3.75em;
    font-family: "DM Sans",sans-serif;
    font-size: 1.25em;
    line-height: 1;
    margin: 0
}

.fidelity-card__content .big {
    font-weight: 700;
    font-size: 2em
}

.fidelity-card__center {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #cbcbcb;
    font-family: "DM Sans",sans-serif;
    font-size: 3.4375em;
    font-weight: 300;
    line-height: .75;
    margin: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.fidelity-card__center .big {
    font-weight: 700
}

.fidelity-card__id {
    position: absolute;
    bottom: .75em;
    right: 1em;
    font-family: Arial
}

.credit-card {
    position: relative;
    display: block;
    width: 18.75em;
    height: 11.125em;
    margin: 0 auto;
    background: url(images/credit-card-casino.png) center/100% no-repeat;
    color: #fff;
    font-size: .9em;
    border-radius: 8px
}

@media(min-width: 67.5em) {
    .credit-card {
        font-size:1em
    }
}

.credit-card__status {
    position: absolute;
    top: 8.5em;
    right: 1em;
    font-family: Arial;
    font-weight: 700
}

.credit-card__status .icon {
    font-size: .75em;
    vertical-align: middle
}

.credit-card__content {
    position: absolute;
    top: 2.8em;
    left: 3.75em;
    font-family: "DM Sans",sans-serif;
    font-size: 1.25em;
    line-height: 1;
    margin: 0
}

.credit-card__content .big {
    font-weight: 700;
    font-size: 2em
}

.credit-card__center {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #cbcbcb;
    font-family: "DM Sans",sans-serif;
    font-size: 3.4375em;
    font-weight: 300;
    line-height: .75;
    margin: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.credit-card__center .big {
    font-weight: 700
}

.credit-card__id {
    position: absolute;
    bottom: 0em;
    right: 5.1875em;
    font-family: Arial
}

.account-marketing {
    gap: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.account-marketing__header {
    font-weight: 700;
    margin-top: 2.5em;
    font-size: 14px;
    line-height: 20px
}

.account-marketing__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media(min-width: 75em) {
    .account-marketing__content {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.account-marketing__description {
    max-width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #454545;
    line-height: 21px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.account-marketing__description:before,.account-marketing__description:after {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.account-marketing__label-without-description {
    font-size: 14px
}

.account-marketing__label-without-description:before,.account-marketing__label-without-description:after {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.account-marketing .switch {
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    min-height: unset
}

.account-marketing .switch label:before {
    border: 2px solid gray
}

.account-marketing .switch label:after {
    background: gray
}

.switch-substitution:after {
    top: -2px
}

.switch-substitution.switch__on .account-marketing__description:after,.switch-substitution.switch__on .account-marketing__label-without-description:after {
    margin-top: 3px
}

.switch-substitution.switch__off .account-marketing__description:after,.switch-substitution.switch__off .account-marketing__label-without-description:after {
    margin-top: 6px
}

.grecaptcha-badge {
    z-index: 2
}

.status__div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    padding: 20px 15px;
    border-radius: 4px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 1em
}

.status__div i {
    min-width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 11px
}

.status__div .status__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.status__div--success {
    background-color: #6bd89d;
    border: 1px solid #6bd89d;
    color: #fff
}

.status__div--success i:before {
    content: url(fonts/icon-check-success-white.svg)
}

.status__div--success b.colored {
    color: #fff
}

.status__div--info {
    background-color: #cce5ff
}

.status__div--warning {
    background-color: #fef9f2;
    border: 1px solid #9c632f
}

.status__div--warning i:before {
    content: url(fonts/icon-warning-brown.svg)
}

.status__div--warning b.colored {
    color: #9c632f
}

.status__div--error {
    background-color: #fe4b4b;
    border: 1px solid #ff8181;
    color: #fff
}

.status__div--error i:before {
    content: url(fonts/icon-x-error-white.svg)
}

.status__div--hidden {
    display: none
}

.cta-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 24px;
    font-weight: 600;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    line-height: 24px
}

.cta-btn:hover {
    cursor: pointer
}

.cta-btn .cta-btn--text,.cta-btn .cta-btn--text-red {
    color: #027e53;
    background: none;
    border: none
}

.cta-btn .cta-btn--text:after,.cta-btn .cta-btn--text-red:after {
    position: absolute;
    bottom: 16px;
    display: none;
    content: "";
    height: 3px;
    width: calc(100% - 48px);
    background: #027e53
}

.cta-btn .cta-btn--text:hover:after,.cta-btn .cta-btn--text-red:hover:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cta-btn .cta-btn--outlined-black,.cta-btn .cta-btn--outlined {
    color: #027e53;
    border: 2px solid #005b3e;
    border-radius: 4px;
    background: #fff
}

.cta-btn .cta-btn--outlined-black:hover,.cta-btn .cta-btn--outlined:hover {
    background: rgba(0,0,0,.03)
}

.cta-btn .cta-btn--outlined-black:active,.cta-btn .cta-btn--outlined:active {
    color: #000;
    border-color: #000;
    background: #fff;
    position: relative
}

.cta-btn .cta-btn--outlined-black:active:after,.cta-btn .cta-btn--outlined:active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.12)
}

.cta-btn .cta-btn--outlined-black:disabled,.cta-btn .cta-btn--outlined:disabled {
    color: rgba(36,36,36,.38);
    border-color: rgba(36,36,36,.2);
    background: rgba(36,36,36,.05)
}

.cta-btn .cta-btn--filled-black,.cta-btn .cta-btn--filled {
    background: #005b3e;
    color: #fff;
    border-radius: 4px;
    border: none
}

.cta-btn .cta-btn--filled-black:hover,.cta-btn .cta-btn--filled:hover {
    position: relative
}

.cta-btn .cta-btn--filled-black:hover:after,.cta-btn .cta-btn--filled:hover:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.12)
}

.cta-btn .cta-btn--filled-black:active,.cta-btn .cta-btn--filled:active {
    position: relative
}

.cta-btn .cta-btn--filled-black:active:after,.cta-btn .cta-btn--filled:active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.12)
}

.cta-btn .cta-btn--filled-black:disabled,.cta-btn .cta-btn--filled:disabled {
    color: rgba(36,36,36,.38);
    background: #ececec
}

.cta-btn--text-red {
    color: #fe4b4b;
    padding: 0
}

.cta-btn--outlined-black {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    font-weight: 700;
    font-size: 12px
}

.cta-btn--outlined-black.cta-btn--medium {
    padding: 24px
}

.cta-btn--filled-black {
    background-color: #000;
    border: none;
    color: #fff;
    border-radius: 0px;
    padding: 10px 32px
}

.cta-btn--left-icon::before,.cta-btn--right-icon::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-height: 30px
}

.cta-btn--left-icon.icon-loader::before,.cta-btn--right-icon.icon-loader::before {
    content: url(fonts/icon-loader.svg)
}

.cta-btn--left-icon.icon-loader[disabled]::before,.cta-btn--right-icon.icon-loader[disabled]::before {
    content: url(fonts/active-icon-loader.svg)
}

.cta-btn--left-icon.active-icon-loader::before,.cta-btn--right-icon.active-icon-loader::before {
    content: url(fonts/active-icon-loader.svg)
}

.cta-btn--left-icon.icon-arrow::before,.cta-btn--right-icon.icon-arrow::before {
    content: url(fonts/icon-right-arrow.svg);
    height: 24px
}

.cta-btn--right-icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.cta-btn--right-icon::before {
    margin-left: 8px
}

.cta-btn--left-icon::before {
    margin-right: 8px
}

.cta-btn--small {
    width: 145px;
    height: 40px;
    font-size: 12px;
    line-height: 18px
}

.cta-btn--medium {
    width: 160px;
    height: 48px;
    font-size: 16px;
    line-height: 24px
}

.cta-btn--large {
    width: 183px;
    height: 56px;
    line-height: 24px
}

.loading-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10
}

.loading-overlay--fullscreen {
    position: fixed;
    z-index: 1000
}

.loading-overlay__loader {
    color: #fff
}

.base-loader {
    text-align: center
}

.base-loader__spinner {
    font-size: 2em
}

.spinner__svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    -webkit-animation: group-rotate 1s steps(12) infinite;
    animation: group-rotate 1s steps(12) infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@-webkit-keyframes group-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes group-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.footer-crb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 48px;
    gap: 32px
}

.footer-crb-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700
}

.footer-crb-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%
}

.footer-crb-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 400
}

.footer-crb-link {
    text-decoration: underline
}

.footer-crb-link:hover {
    text-decoration: none
}

@media screen and (max-width: 500px) {
    .footer-crb {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 16px;
        gap: 24px
    }

    .footer-crb-images img {
        width: 80px
    }

    .footer-crb-text {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }
}

.page-login__header .header__homelink {
    content: url(fonts/vector_arrow_left.svg)
}

.page-login__header-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-left: 48px
}

@media screen and (max-width: 500px) {
    .page-login__header-logos {
        margin-left:30px
    }

    .page-login__header-logos img {
        height: 14px;
        width: auto
    }
}

.page-login__logo-fr {
    height: 29px
}

@media(min-width: 67.5em) {
    .page-login__logo-fr {
        height:auto;
        width: 186px
    }
}

.page-login__title {
    margin-bottom: 0
}

.page-login__subtitle,.page-login__subtitle__2 {
    margin-bottom: 25px;
    font-weight: 500;
    color: #454545
}

.page-login__subtitle {
    color: #000;
    font-size: 20px;
    font-weight: 700
}

.page-login__by-token {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em 0;
    gap: 38px
}

.page-login__by-token__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 15px;
    gap: 15px;
    width: 106px;
    height: 48px;
    border-radius: 8px
}

.page-login__by-token__type.facebook {
    background: #1877f2
}

.page-login__by-token__type.google {
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.084),0 2px 3px rgba(0,0,0,.168);
    box-shadow: 0 0 3px rgba(0,0,0,.084),0 2px 3px rgba(0,0,0,.168);
    border-radius: 8px
}

.page-login__by-token__type.apple {
    background: #000
}

.page-login__form {
    width: 100%
}

.page-login__form .form-group {
    margin-bottom: 1.5em
}

.page-login__form .form-group:last-of-type {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-login__form .form-group__label {
    position: absolute;
    left: 12px;
    top: -8px;
    background: #fff;
    padding: 0 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px
}

.page-login__form .form-group.inline-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-login__form .form-group__forget-password {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    text-decoration: none;
    color: #fe4b4b
}

.page-login__form .form-group__forget-password:hover {
    text-decoration: underline
}

@media screen and (max-width: 35em) {
    .page-login__form .form-group__forget-password {
        font-size:11px
    }
}

.page-login__form .form-group__checkbox-label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    color: #4f4f4f;
    cursor: pointer;
    max-height: 24px
}

.page-login__form .form-group__checkbox-label::before {
    margin-right: 8px
}

.page-login__form .form-group__checkbox-label::after {
    top: unset
}

@media screen and (max-width: 35em) {
    .page-login__form .form-group__checkbox-label {
        margin:0;
        font-size: 11px
    }

    .page-login__form .form-group__checkbox-label::before {
        margin-right: 0;
        width: 20px;
        height: 20px;
        min-width: 30px;
        min-height: 20px
    }

    .page-login__form .form-group__checkbox-label::after {
        width: 14px;
        height: 14px
    }
}

@media(min-width: 67.5em) {
    .page-login__form .form-group .base-btn[type=submit] {
        width:unset
    }
}

.page-login__form .form-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-login__form .form-info__text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #00172e
}

.page-login__register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    padding: 24px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #454545;
    background: #f4f4f4
}

@media(min-width: 67.5em) {
    .page-login__register {
        background:#fff
    }
}

.page-login__register__qst {
    font-size: 18px;
    font-weight: 400;
    margin: 0
}

.page-login__register__create {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    border: 1px solid #ececec;
    border-radius: 4px;
    background: #fff
}

@media(min-width: 67.5em) {
    .page-login__register__create {
        background:none
    }
}

.page-login__register__help {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    margin-top: 4px
}

.page-lost-password {
    padding-bottom: 27px;
    color: #454545
}

.page-lost-password__header {
    margin: 0
}

.page-lost-password__logo-fr {
    height: 29px
}

@media(min-width: 67.5em) {
    .page-lost-password__logo-fr {
        height:47px
    }
}

.page-lost-password__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-lost-password__container .back-login {
    font-style: normal;
    font-size: 14px;
    line-height: 22px
}

.page-lost-password__container .informations-sent__icon {
    margin-top: 40px
}

.page-lost-password__separator {
    margin-top: 26px
}

.page-lost-password__title,.page-lost-password__subtitle {
    font-weight: 600;
    margin-bottom: 0
}

@media(min-width: 67.5em) {
    .page-lost-password__title,.page-lost-password__subtitle {
        font-size:16px;
        line-height: 16px
    }
}

.page-lost-password__title {
    margin: 23px 0 0;
    font-size: 20px;
    font-weight: 700
}

.page-lost-password__subtitle {
    font-size: 16px;
    line-height: 24px
}

.page-lost-password__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #00172e;
    margin-bottom: 20px
}

.page-lost-password__form {
    margin-bottom: 1em;
    width: 100%;
    text-align: center
}

.page-lost-password a.back-login {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.page-update-password__title {
    font-size: 20px
}

.page-update-password__form {
    width: 100%
}

.page-update-password__status {
    margin-top: 25px;
    width: 100%
}

.page-expired-password__subtitle {
    color: #292929;
    font-size: 1.125em
}

@media screen and (max-width: 35em) {
    .page-create-account.page-layout__content-block {
        padding:0 40px 30px
    }
}

@media screen and (max-width: 35em) {
    .page-create-account__header {
        margin-bottom:16px
    }
}

.page-create-account__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
    color: #454545
}

@media screen and (max-width: 35em) {
    .page-create-account__title {
        font-weight:400;
        line-height: 24px
    }
}

.page-create-account__more-informations-required label[for=create-account_cgu] {
    margin: 10px 0 0 2px
}

.page-create-account__more-informations-required label[for=create-account_cgu]:before {
    min-width: 40px
}

.page-create-account__cgu-link {
    display: contents;
    text-decoration: underline;
    font-weight: bold;
    color: #fe4b4b;
    margin-left: .3em
}

.page-create-account__advantage-link {
    margin-left: 1.7em
}

.page-create-account-2__form {
    width: 100%
}

.page-create-account__form-group {
    width: 100%
}

.page-create-account__step-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-create-account__step-button button:first-child {
    margin-right: .62em
}

.page-create-account form .form-group {
    margin-bottom: 20px
}

.page-create-account form .form-group.subform-container {
    margin-bottom: 10px
}

.page-create-account form .form-group__radio-container {
    margin-left: -13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-create-account form .form-group button[type=submit] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 24px;
    margin: 20px auto 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.page-create-account form .form-group input.form-element--disabled {
    background-color: #f4f4f4;
    pointer-events: none
}

.page-create-account form .form-group label.form-element--disabled {
    pointer-events: none;
    color: #a5a5a5;
    cursor: default
}

.page-create-account form .form-group label.form-element--disabled:hover::before {
    background: none
}

.page-create-account form .form-group .form-element--disabled::after {
    opacity: .4
}

.page-create-account__container-choices .form-group__choice .form-group {
    padding-bottom: 15px
}

.page-create-account__container-choices .form-group__choice .form-group span.advantage {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #454545
}

.page-create-account form .form-group:last-of-type {
    margin-bottom: 0
}

@media(min-width: 35em) {
    .page-create-account form .form-group:last-of-type {
        padding-bottom:0
    }
}

.page-create-account form .subform-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 23px 29px 11px;
    margin: 0 -40px;
    background: #f8f7f7;
    gap: 5px
}

@media screen and (max-width: 35em) {
    .page-create-account form .subform-holder {
        padding:23px 40px 11px
    }
}

@media(min-width: 35em) {
    .page-create-account form .subform-holder {
        padding:40px 20px 32px;
        margin: 10px -40px
    }
}

.page-create-account form .subform-holder .form-group {
    margin: 0
}

@media(min-width: 35em) {
    .page-create-account form .subform-holder .form-group {
        margin:0 0 0 20px
    }
}

.page-create-account form .subform-holder .form-group .radio-label {
    padding: 0
}

.page-create-account form .subform-holder .form-group label[for=has-card__birthday],.page-create-account form .subform-holder .form-group label[for=create-account__birthday] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-create-account form .subform-holder .switch__label--create-new-card {
    font-weight: 600;
    font-size: 14px
}

.page-create-account form .subform-holder .img-card-fid {
    height: 27px;
    position: absolute;
    left: 304px;
    top: 50px
}

@media(min-width: 35em) {
    .page-create-account form .subform-holder .img-card-fid {
        position:inherit;
        padding-left: 14px
    }
}

.page-create-account form .form-group:has(.form-element--disabled) {
    cursor: not-allowed
}

.page-create-account form .cvt {
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 21px
}

@media(min-width: 35em) {
    .page-create-account form .cvt {
        padding-top:6px
    }
}

.page-create-account__container-choices {
    display: none
}

@media(min-width: 35em) {
    .page-create-account__container-choices {
        margin:0 -20px
    }
}

.page-create-account .is-hidden {
    display: none
}

.page-create-account .subform-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 20px 17px;
    background: #f8f7f7;
    border-radius: 4px
}

.page-create-account .subform-container__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #242424;
    margin-bottom: 10px
}

.page-create-account .subform-container p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px
}

.page-create-account .subform-container .form-group__radio-container {
    margin: 0;
    gap: 40px
}

.page-create-account .subform-container .form-group__radio-container .switch {
    margin: 0
}

.page-create-account.has-account {
    padding: 24px;
    margin-top: 10px;
    color: #565656;
    background: #f4f4f4
}

@media(min-width: 35em) {
    .page-create-account.has-account {
        background:#fff
    }
}

.page-create-account.has-account .has-account__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    padding-bottom: 16px
}

.page-create-account.has-account a.login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    margin-bottom: 20px;
    gap: 8px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.page-create-account.has-account a.help {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.page-my-account {
    padding: 0
}

@media(min-width: 67.5em) {
    .page-my-account {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.page-my-account__title {
    color: #fff;
    text-shadow: 0 3px 6px rgba(0,0,0,.7);
    font-size: 1.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -0.58em;
    margin-left: -0.6em;
    padding-left: 1em;
    padding-right: .5em;
    background-repeat: no-repeat;
    background-size: cover;
    height: 3.5714285714em
}

@media(min-width: 67.5em) {
    .page-my-account__title {
        font-size:3.5em;
        background: none;
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        height: auto
    }
}

.page-my-account__wrapper {
    width: 100%;
    position: relative;
    padding: 0 15.5px
}

@media(min-width: 67.5em) {
    .page-my-account__wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 36px;
        background-color: #f4f4f4
    }
}

.page-my-account__nav {
    background-color: #000
}

@media(min-width: 67.5em) {
    .page-my-account__nav {
        min-width:250px;
        padding-top: 79px
    }
}

.page-my-account__nav--back {
    position: absolute;
    left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.2px;
    width: 60px;
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase
}

.page-my-account__nav--back:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16L9.41 14.59L3.83 9L16 9L16 7L3.83 7L9.41 1.41L8 -6.99382e-07L6.99382e-07 8L8 16Z' fill='%23242424'/%3E%3C/svg%3E");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-my-account__nav .menu-list {
    background-color: #000;
    list-style-type: none
}

.page-my-account__nav .menu-list__item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    border-bottom: none;
    padding: 10px 17px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 16px
}

.page-my-account__nav .menu-list__item.pt32 {
    padding-top: 32px
}

.page-my-account__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 54px
}

@media(min-width: 67.5em) {
    .page-my-account__header {
        height:auto
    }
}

@media screen and (max-width: 67.5em) {
    .page-my-account__header {
        background-color:#000
    }
}

.page-my-account__header__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #fff
}

@media(min-width: 67.5em) {
    .page-my-account__header__title {
        font-size:32px;
        line-height: 48px;
        color: #000
    }
}

@media(min-width: 67.5em) {
    .page-my-account__header__title:before {
        content:"";
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        margin-right: 9px
    }

    .page-my-account__header__title.icon-write-letter:before {
        content: "n";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "Ocado";
        width: 40px;
        height: 40px
    }

    .page-my-account__header__title.icon-user:before {
        background-image: url(fonts/icon-user-black.svg);
        background-size: 40px;
        content: "";
        width: 40px;
        height: 40px
    }

    .page-my-account__header__title.icon-card:before {
        content: url(fonts/icon-casino-card-black.svg)
    }

    .page-my-account__header__title.icon-settings:before {
        background: url(fonts/icon-bell-black.svg) no-repeat 0 0;
        width: 40px;
        height: 30px;
        background-size: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(min-width: 67.5em) {
    .page-my-account__header {
        position:absolute;
        top: 105.48px
    }
}

.page-my-account__header .nav--opener {
    content: url(fonts/icon-burger-menu-white.svg);
    position: absolute;
    height: 24px;
    width: 24px;
    padding: 4px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: 12px
}

@media(min-width: 67.5em) {
    .page-my-account__header .nav--opener {
        display:none
    }
}

.page-my-account__content {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin: 1em 0
}

@media(min-width: 67.5em) {
    .page-my-account__content {
        gap:30px;
        margin: 194px 23px 50px 0
    }
}

.page-my-account__content .form-group__radio-container {
    gap: 80px;
    margin-top: 15px;
    padding-left: 11px
}

.page-my-account__content .prefs-marketing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

.page-my-account__block-title {
    color: #fff;
    margin-left: 16px;
    display: none;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    padding: 0 1em
}

@media(min-width: 67.5em) {
    .page-my-account__block-title {
        display:block;
        margin-left: 0
    }
}

.page-my-account__block-title p {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px
}

.page-my-account__space {
    display: none
}

.page-my-account__ctas {
    text-align: center;
    margin-top: 20px
}

@media(min-width: 67.5em) {
    .page-my-account__ctas {
        margin-top:0
    }
}

.page-my-account__button {
    font-family: Arial;
    margin-top: .5em
}

.page-my-account__button:not(.page-my-account__button--primary) {
    font-weight: 700;
    font-size: 1.125em;
    text-decoration: underline;
    padding-left: .5em;
    padding-right: .5em
}

.page-my-account__button:not(.page-my-account__button--primary):hover {
    text-decoration: none
}

.page-my-account__link {
    text-decoration: underline
}

.page-my-account .burger__homelink {
    content: url(fonts/vector.svg);
    left: 20px;
    position: absolute
}

.page-my-account__burger-menu {
    position: relative;
    cursor: pointer;
    color: #fff;
    width: 100%;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    line-height: 27px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 14px 16px;
    margin-bottom: 50px;
    gap: 20px
}

@media(min-width: 67.5em) {
    .page-my-account__burger-menu {
        display:none
    }
}

.page-my-account__burger-menu-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.page-my-account__burger-menu-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #fff;
    width: 100%;
    gap: 11px;
    padding: 15px
}

.page-my-account__burger-menu--open {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #005b3e
}

.page-my-account__burger-menu--open::before {
    position: absolute;
    top: 1em;
    left: 1em;
    cursor: pointer
}

.page-my-account__burger-menu--close {
    border-bottom: 1px solid #e9e9e9;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-my-account__burger-menu--close::after {
    font-size: .75em;
    position: absolute;
    top: 50%;
    right: 2em;
    padding: 10px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-my-account__burger-menu--close::before {
    position: absolute;
    top: 50%;
    left: 2em;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-error-404 {
    padding: 0 1em;
    max-width: 100%;
    width: 80em
}

@media(min-width: 67.5em) {
    .page-error-404 {
        padding:0 1em
    }
}

.page-error-404__title {
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0,0,0,.7);
    font-size: 1.75em;
    background-image: url(images/account-bg.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -0.58em;
    margin-left: -0.6em;
    padding-left: 1em;
    padding-right: .5em;
    background-repeat: no-repeat;
    background-size: cover;
    height: 3.5714285714em
}

@media(min-width: 67.5em) {
    .page-error-404__title {
        font-size:3.5em;
        background: none;
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        height: auto
    }
}

.page-error-404__wrapper {
    background-color: #f4f4f4;
    margin-left: -1em;
    margin-right: -1em
}

@media(min-width: 67.5em) {
    .page-error-404__wrapper {
        background-color:transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.page-error-404__nav {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 1.2em
}

@media(min-width: 67.5em) {
    .page-error-404__nav {
        margin-right:2em;
        margin-bottom: 0;
        padding-top: 2em;
        padding-bottom: 2em
    }
}

.page-error-404__content {
    margin: auto;
    padding: 3em 4.125em
}

.page-error-404__block-title {
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 1em
}

.page-error-404__space {
    display: block;
    margin: 0;
    padding-bottom: 2em
}

.page-error-404__ctas {
    text-align: center;
    margin-top: 2em
}

.page-error-404__button {
    font-family: Arial;
    margin-top: .5em
}

.page-error-404__button:not(.page-error-404__button--primary) {
    font-weight: 700;
    font-size: 1.125em;
    text-decoration: underline;
    padding-left: .5em;
    padding-right: .5em
}

.page-error-404__button:not(.page-error-404__button--primary):hover {
    text-decoration: none
}

.page-error-404__link {
    text-decoration: underline
}

.page-contact-form__spacing-bottom {
    margin-bottom: 1.125em
}

.page-contact-form__customer-information {
    margin: 0;
    border: none;
    outline: none
}

.page-contact-form__customer-lastname {
    text-transform: uppercase;
    min-width: 5em
}

.page-contact-form__separator {
    height: 0;
    width: 100%;
    border-top: .063em solid #e0e0e0
}

.page-contact-form__customer-identity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0
}

@media(min-width: 35em) {
    .page-contact-form__customer-identity {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.page-contact-form__customer-address {
    width: 100%
}

.page-contact-form__input-mail {
    background-color: #e0e0e0;
    font-weight: 600
}

.page-contact-form .container-command-number {
    display: none
}

@media print {
    *,*::before,*::after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]::after {
        content: " (" attr(href) ")"
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]::after,a[href^="javascript:"]::after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }
}

.mt30 {
    margin-top: 30px
}

.mt16 {
    margin-top: 16px
}

.resize-observer[data-v-b329ee4c] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    pointer-events: none;
    display: block;
    overflow: hidden;
    opacity: 0
}

.resize-observer[data-v-b329ee4c] object {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.v-popper__popper {
    z-index: 10000;
    top: 0;
    left: 0;
    outline: none
}

.v-popper__popper.v-popper__popper--hidden {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s,visibility .15s;
    pointer-events: none
}

.v-popper__popper.v-popper__popper--shown {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s
}

.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper {
    transition: none!important
}

.v-popper__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.v-popper__inner {
    position: relative;
    box-sizing: border-box;
    overflow-y: auto
}

.v-popper__inner>div {
    position: relative;
    z-index: 1;
    max-width: inherit;
    max-height: inherit
}

.v-popper__arrow-container {
    position: absolute;
    width: 10px;
    height: 10px
}

.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container {
    display: none
}

.v-popper__arrow-inner,.v-popper__arrow-outer {
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0
}

.v-popper__arrow-inner {
    visibility: hidden;
    border-width: 7px
}

.v-popper__arrow-outer {
    border-width: 6px
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner {
    left: -2px
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
    left: -1px
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer {
    border-bottom-width: 0;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    border-bottom-color: transparent!important
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner {
    top: -2px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container {
    top: 0
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
    border-top-width: 0;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    border-top-color: transparent!important
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner {
    top: -4px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
    top: -6px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner {
    top: -2px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
    top: -1px
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
    border-left-width: 0;
    border-left-color: transparent!important;
    border-top-color: transparent!important;
    border-bottom-color: transparent!important
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner {
    left: -4px
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
    left: -6px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container {
    right: -10px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer {
    border-right-width: 0;
    border-top-color: transparent!important;
    border-right-color: transparent!important;
    border-bottom-color: transparent!important
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner {
    left: -2px
}

.v-popper--theme-dropdown .v-popper__inner {
    background: #fff;
    color: #000;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 6px 30px #0000001a
}

.v-popper--theme-dropdown .v-popper__arrow-inner {
    visibility: visible;
    border-color: #fff
}

.v-popper--theme-dropdown .v-popper__arrow-outer {
    border-color: #ddd
}

.v-popper--theme-tooltip .v-popper__inner {
    background: rgba(0,0,0,.8);
    color: #fff;
    border-radius: 6px;
    padding: 7px 12px 6px
}

.v-popper--theme-tooltip .v-popper__arrow-outer {
    border-color: #000c
}

.dp__input_wrap {
    position: relative;
    width: 100%;
    box-sizing: unset
}

.dp__input_wrap:focus {
    border-color: var(--dp-border-color-hover);
    outline: none
}

.dp__input {
    background-color: var(--dp-background-color);
    border-radius: var(--dp-border-radius);
    font-family: var(--dp-font-family);
    border: 1px solid var(--dp-border-color);
    outline: none;
    transition: border-color .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    font-size: var(--dp-font-size);
    line-height: calc(var(--dp-font-size)*1.5);
    padding: var(--dp-input-padding);
    color: var(--dp-text-color);
    box-sizing: border-box
}

.dp__input::placeholder {
    opacity: .7
}

.dp__input:hover {
    border-color: var(--dp-border-color-hover)
}

.dp__input_reg {
    caret-color: rgba(0,0,0,0)
}

.dp__input_focus {
    border-color: var(--dp-border-color-hover)
}

.dp__disabled {
    background: var(--dp-disabled-color)
}

.dp__disabled::placeholder {
    color: var(--dp-disabled-color-text)
}

.dp__input_icons {
    display: inline-block;
    width: var(--dp-font-size);
    height: var(--dp-font-size);
    stroke-width: 0;
    font-size: var(--dp-font-size);
    line-height: calc(var(--dp-font-size)*1.5);
    padding: 6px 12px;
    color: var(--dp-icon-color);
    box-sizing: content-box
}

.dp__input_icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: var(--dp-icon-color)
}

.dp__clear_icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--dp-icon-color)
}

.dp__input_icon_pad {
    padding-left: var(--dp-input-icon-padding)
}

.dp__input_valid {
    box-shadow: 0 0 var(--dp-border-radius) var(--dp-success-color);
    border-color: var(--dp-success-color)
}

.dp__input_valid:hover {
    border-color: var(--dp-success-color)
}

.dp__input_invalid {
    box-shadow: 0 0 var(--dp-border-radius) var(--dp-danger-color);
    border-color: var(--dp-danger-color)
}

.dp__input_invalid:hover {
    border-color: var(--dp-danger-color)
}

.dp__menu {
    position: absolute;
    background: var(--dp-background-color);
    border-radius: var(--dp-border-radius);
    min-width: var(--dp-menu-min-width);
    font-family: var(--dp-font-family);
    font-size: var(--dp-font-size);
    user-select: none;
    border: 1px solid var(--dp-menu-border-color);
    box-sizing: border-box
}

.dp__menu::after {
    box-sizing: border-box
}

.dp__menu::before {
    box-sizing: border-box
}

.dp__menu:focus {
    border: 1px solid var(--dp-menu-border-color);
    outline: none
}

.dp__menu_inner {
    padding: var(--dp-menu-padding)
}

.dp__menu_index {
    z-index: 99999
}

.dp__menu_readonly,.dp__menu_disabled {
    position: absolute;
    inset: 0;
    z-index: 1
}

.dp__menu_disabled {
    background: rgba(255,255,255,.5);
    cursor: not-allowed
}

.dp__menu_readonly {
    background: rgba(0,0,0,0);
    cursor: default
}

.dp__arrow_top {
    left: 50%;
    top: -1px;
    height: 12px;
    width: 12px;
    background-color: var(--dp-background-color);
    position: absolute;
    border-left: 1px solid var(--dp-menu-border-color);
    border-top: 1px solid var(--dp-menu-border-color);
    transform: translate(-50%, -50%) rotate(45deg)
}

.dp__arrow_bottom {
    left: 50%;
    bottom: -1px;
    height: 12px;
    width: 12px;
    background-color: var(--dp-background-color);
    position: absolute;
    border-right: 1px solid var(--dp-menu-border-color);
    border-bottom: 1px solid var(--dp-menu-border-color);
    transform: translate(-50%, 50%) rotate(45deg)
}

.dp__action_extra {
    text-align: center;
    padding: 2px 0
}

.dp__preset_ranges {
    padding: 5px;
    border-right: 1px solid var(--dp-border-color)
}

.dp__sidebar_left {
    padding: 5px;
    border-right: 1px solid var(--dp-border-color)
}

.dp__sidebar_right {
    padding: 5px;
    border-left: 1px solid var(--dp-border-color)
}

.dp__preset_range {
    padding: 5px;
    display: block;
    white-space: nowrap;
    color: var(--dp-text-color);
    border-radius: var(--dp-border-radius);
    transition: var(--dp-common-transition)
}

.dp__preset_range:hover {
    background-color: var(--dp-hover-color);
    cursor: pointer
}

.dp__menu_content_wrapper {
    display: flex
}

.dp__calendar_header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--dp-text-color);
    white-space: nowrap;
    font-weight: bold
}

.dp__calendar_header_item {
    text-align: center;
    flex-grow: 1;
    height: var(--dp-cell-size);
    padding: var(--dp-cell-padding);
    width: var(--dp-cell-size);
    box-sizing: border-box
}

.dp__calendar_row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: var(--dp-row-maring)
}

.dp__calendar_item {
    text-align: center;
    flex-grow: 1;
    box-sizing: border-box;
    color: var(--dp-text-color)
}

.dp__calendar {
    position: relative
}

.dp__calendar_header_cell {
    border-bottom: thin solid var(--dp-border-color);
    padding: var(--dp-calendar-header-cell-padding)
}

.dp__cell_inner {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: var(--dp-cell-border-radius);
    height: var(--dp-cell-size);
    padding: var(--dp-cell-padding);
    width: var(--dp-cell-size);
    border: 1px solid rgba(0,0,0,0);
    box-sizing: border-box;
    position: relative
}

.dp__cell_inner:hover {
    transition: all .2s
}

.dp__cell_auto_range_start,.dp__date_hover_start:hover,.dp__range_start {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.dp__cell_auto_range_end,.dp__date_hover_end:hover,.dp__range_end {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.dp__range_end,.dp__range_start,.dp__active_date {
    background: var(--dp-primary-color);
    color: var(--dp-primary-text-color)
}

.dp__cell_auto_range_end,.dp__cell_auto_range_start {
    border-top: 1px dashed var(--dp-primary-color);
    border-bottom: 1px dashed var(--dp-primary-color)
}

.dp__date_hover_end:hover,.dp__date_hover_start:hover,.dp__date_hover:hover {
    background: var(--dp-hover-color);
    color: var(--dp-hover-text-color)
}

.dp__cell_offset {
    color: var(--dp-secondary-color)
}

.dp__cell_disabled {
    color: var(--dp-secondary-color);
    cursor: not-allowed
}

.dp__range_between {
    background: var(--dp-hover-color);
    border-radius: 0;
    border: 1px solid var(--dp-hover-color)
}

.dp__range_between_week {
    background: var(--dp-primary-color);
    color: var(--dp-primary-text-color);
    border-radius: 0;
    border-top: 1px solid var(--dp-primary-color);
    border-bottom: 1px solid var(--dp-primary-color)
}

.dp__today {
    border: 1px solid var(--dp-primary-color)
}

.dp__week_num {
    color: var(--dp-secondary-color);
    text-align: center
}

.dp__cell_auto_range {
    border-radius: 0;
    border-top: 1px dashed var(--dp-primary-color);
    border-bottom: 1px dashed var(--dp-primary-color)
}

.dp__cell_auto_range_start {
    border-left: 1px dashed var(--dp-primary-color)
}

.dp__cell_auto_range_end {
    border-right: 1px dashed var(--dp-primary-color)
}

.dp__calendar_header_separator {
    width: 100%;
    height: 1px;
    background: var(--dp-border-color)
}

.dp__calendar_next {
    margin-left: var(--dp-multi-calendars-spacing)
}

.dp__marker_line,.dp__marker_dot {
    height: 5px;
    background-color: var(--dp-marker-color);
    position: absolute;
    bottom: 0
}

.dp__marker_dot {
    width: 5px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%)
}

.dp__marker_line {
    width: 100%;
    left: 0
}

.dp__marker_tooltip {
    position: absolute;
    border-radius: var(--dp-border-radius);
    background-color: var(--dp-tooltip-color);
    padding: 5px;
    border: 1px solid var(--dp-border-color);
    z-index: 99999;
    box-sizing: border-box;
    cursor: default
}

.dp__tooltip_content {
    white-space: nowrap
}

.dp__tooltip_text {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    color: var(--dp-text-color)
}

.dp__tooltip_mark {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: var(--dp-text-color);
    color: var(--dp-text-color);
    margin-right: 5px
}

.dp__arrow_bottom_tp {
    bottom: 0;
    height: 8px;
    width: 8px;
    background-color: var(--dp-tooltip-color);
    position: absolute;
    border-right: 1px solid var(--dp-border-color);
    border-bottom: 1px solid var(--dp-border-color);
    transform: translate(-50%, 50%) rotate(45deg)
}

.dp__instance_calendar {
    position: relative;
    width: 100%
}

@media only screen and (width <= 600px) {
    .dp__flex_display {
        flex-direction: column
    }
}

.dp__cell_highlight {
    background-color: var(--dp-highlight-color)
}

.dp__month_year_row {
    display: flex;
    align-items: center;
    height: var(--dp-month-year-row-height);
    color: var(--dp-text-color);
    box-sizing: border-box
}

.dp__inner_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: var(--dp-month-year-row-button-size);
    width: var(--dp-month-year-row-button-size);
    color: var(--dp-icon-color);
    text-align: center;
    border-radius: 50%
}

.dp__inner_nav svg {
    height: var(--dp-button-icon-height);
    width: var(--dp-button-icon-height)
}

.dp__inner_nav:hover {
    background: var(--dp-hover-color);
    color: var(--dp-hover-icon-color)
}

.dp__inner_nav_disabled:hover,.dp__inner_nav_disabled {
    background: var(--dp-disabled-color);
    color: var(--dp-disabled-color-text);
    cursor: not-allowed
}

.dp__month_year_select {
    width: 50%;
    text-align: center;
    cursor: pointer;
    height: var(--dp-month-year-row-height);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--dp-border-radius);
    box-sizing: border-box;
    color: var(--dp-text-color)
}

.dp__month_year_select:hover {
    background: var(--dp-hover-color);
    color: var(--dp-hover-text-color)
}

.dp__month_year_wrap {
    display: flex;
    width: 100%
}

.dp__year_disable_select {
    justify-content: space-around
}

.dp__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--dp-background-color);
    top: 0;
    left: 0;
    transition: opacity 1s ease-out;
    z-index: 99999;
    font-family: var(--dp-font-family);
    color: var(--dp-text-color);
    box-sizing: border-box
}

.dp__overlay_container::-webkit-scrollbar-track {
    box-shadow: var(--dp-scroll-bar-background);
    background-color: var(--dp-scroll-bar-background)
}

.dp__overlay_container::-webkit-scrollbar {
    width: 5px;
    background-color: var(--dp-scroll-bar-background)
}

.dp__overlay_container::-webkit-scrollbar-thumb {
    background-color: var(--dp-scroll-bar-color);
    border-radius: 10px
}

.dp__overlay:focus {
    border: none;
    outline: none
}

.dp__container_flex {
    display: flex
}

.dp__container_block {
    display: block
}

.dp__overlay_container {
    flex-direction: column;
    overflow-y: auto
}

.dp__time_picker_overlay_container {
    height: 100%
}

.dp__overlay_row {
    padding: 0;
    box-sizing: border-box;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    align-items: center
}

.dp__flex_row {
    flex: 1
}

.dp__overlay_col {
    box-sizing: border-box;
    width: 33%;
    padding: var(--dp-overlay-col-padding);
    white-space: nowrap
}

.dp__overlay_cell_pad {
    padding: var(--dp-common-padding) 0
}

.dp__overlay_cell_active {
    cursor: pointer;
    border-radius: var(--dp-border-radius);
    text-align: center;
    background: var(--dp-primary-color);
    color: var(--dp-primary-text-color)
}

.dp__overlay_cell {
    cursor: pointer;
    border-radius: var(--dp-border-radius);
    text-align: center
}

.dp__overlay_cell:hover {
    background: var(--dp-hover-color);
    color: var(--dp-hover-text-color)
}

.dp__cell_in_between {
    background: var(--dp-hover-color);
    color: var(--dp-hover-text-color)
}

.dp__over_action_scroll {
    right: 5px;
    box-sizing: border-box
}

.dp__overlay_cell_disabled {
    cursor: not-allowed;
    background: var(--dp-disabled-color)
}

.dp__overlay_cell_disabled:hover {
    background: var(--dp-disabled-color)
}

.dp__overlay_cell_active_disabled {
    cursor: not-allowed;
    background: var(--dp-primary-disabled-color)
}

.dp__overlay_cell_active_disabled:hover {
    background: var(--dp-primary-disabled-color)
}

.dp__month_picker_header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: var(--dp-cell-size)
}

.dp__time_input {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    font-family: var(--dp-font-family);
    color: var(--dp-text-color)
}

.dp__time_col_reg_block {
    padding: 0 20px
}

.dp__time_col_reg_inline {
    padding: 0 10px
}

.dp__time_col_reg_with_button {
    padding: 0 15px
}

.dp__time_col_sec {
    padding: 0 10px
}

.dp__time_col_sec_with_button {
    padding: 0 5px
}

.dp__time_col {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.dp__time_col_block {
    font-size: var(--dp-time-font-size)
}

.dp__time_display {
    cursor: pointer;
    color: var(--dp-text-color);
    border-radius: var(--dp-border-radius);
    display: flex;
    align-items: center;
    justify-content: center
}

.dp__time_display:hover {
    background: var(--dp-hover-color);
    color: var(--dp-hover-text-color)
}

.dp__time_display_block {
    padding: 0 3px
}

.dp__time_display_inline {
    padding: 5px
}

.dp__time_picker_inline_container {
    display: flex;
    width: 100%;
    justify-content: center
}

.dp__inc_dec_button {
    padding: 5px;
    margin: 0;
    height: var(--dp-time-inc-dec-button-size);
    width: var(--dp-time-inc-dec-button-size);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    color: var(--dp-icon-color);
    box-sizing: border-box
}

.dp__inc_dec_button svg {
    height: var(--dp-time-inc-dec-button-size);
    width: var(--dp-time-inc-dec-button-size)
}

.dp__inc_dec_button:hover {
    background: var(--dp-hover-color);
    color: var(--dp-primary-color)
}

.dp__inc_dec_button_inline {
    width: 100%;
    padding: 0;
    height: 8px;
    cursor: pointer;
    display: flex;
    align-items: center
}

.dp__inc_dec_button_disabled:hover,.dp__inc_dec_button_disabled {
    background: var(--dp-disabled-color);
    color: var(--dp-disabled-color-text);
    cursor: not-allowed
}

.dp__pm_am_button {
    background: var(--dp-primary-color);
    color: var(--dp-primary-text-color);
    border: none;
    padding: var(--dp-common-padding);
    border-radius: var(--dp-border-radius);
    cursor: pointer
}

.dp__tp_inline_btn_bar {
    width: 100%;
    height: 4px;
    background-color: var(--dp-secondary-color);
    transition: var(--dp-common-transition);
    border-collapse: collapse
}

.dp__tp_inline_btn_top:hover .dp__tp_btn_in_r {
    background-color: var(--dp-primary-color);
    transform: rotate(12deg) scale(1.15) translateY(-2px)
}

.dp__tp_inline_btn_top:hover .dp__tp_btn_in_l {
    background-color: var(--dp-primary-color);
    transform: rotate(-12deg) scale(1.15) translateY(-2px)
}

.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_r {
    background-color: var(--dp-primary-color);
    transform: rotate(-12deg) scale(1.15) translateY(-2px)
}

.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_l {
    background-color: var(--dp-primary-color);
    transform: rotate(12deg) scale(1.15) translateY(-2px)
}

.dp__action_row {
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--dp-common-padding);
    box-sizing: border-box;
    color: var(--dp-text-color);
    flex-flow: row nowrap
}

.dp__action_row svg {
    height: var(--dp-button-icon-height);
    width: auto
}

.dp__selection_preview {
    display: block;
    color: var(--dp-text-color);
    font-size: var(--dp-preview-font-size);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.dp__action_buttons {
    display: flex;
    flex: 0;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto
}

.dp__action_button {
    background: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    padding: var(--dp-action-buttons-padding);
    line-height: initial;
    margin-left: 3px;
    height: var(--dp-action-button-height);
    cursor: pointer;
    border-radius: var(--dp-border-radius)
}

.dp__action_select {
    background: var(--dp-primary-color);
    color: var(--dp-primary-text-color)
}

.dp__action_select:hover {
    background: var(--dp-primary-color);
    transition: var(--dp-action-row-transtion)
}

.dp__action_select:disabled {
    background: var(--dp-primary-disabled-color);
    cursor: not-allowed
}

.dp__action_cancel {
    color: var(--dp-text-color);
    border: 1px solid var(--dp-border-color)
}

.dp__action_cancel:hover {
    border-color: var(--dp-primary-color);
    transition: var(--dp-action-row-transtion)
}

:root {
    --dp-common-transition: all 0.1s ease-in;
    --dp-menu-padding: 6px 8px;
    --dp-animation-duration: 0.1s;
    --dp-menu-appear-transition-timing: cubic-bezier(.4, 0, 1, 1);
    --dp-transition-timing: ease-out;
    --dp-action-row-transtion: all 0.2s ease-in;
    --dp-font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    --dp-border-radius: 4px;
    --dp-cell-border-radius: 4px;
    --dp-transition-length: 22px;
    --dp-transition-timing-general: 0.1s;
    --dp-button-height: 35px;
    --dp-month-year-row-height: 35px;
    --dp-month-year-row-button-size: 25px;
    --dp-button-icon-height: 20px;
    --dp-calendar-wrap-padding: 0 5px;
    --dp-cell-size: 35px;
    --dp-cell-padding: 5px;
    --dp-common-padding: 10px;
    --dp-input-icon-padding: 35px;
    --dp-input-padding: 6px 30px 6px 12px;
    --dp-menu-min-width: 260px;
    --dp-action-buttons-padding: 1px 6px;
    --dp-row-maring: 5px 0;
    --dp-calendar-header-cell-padding: 0.5rem;
    --dp-multi-calendars-spacing: 10px;
    --dp-overlay-col-padding: 3px;
    --dp-time-inc-dec-button-size: 32px;
    --dp-font-size: 1rem;
    --dp-preview-font-size: 0.8rem;
    --dp-time-font-size: 2rem;
    --dp-action-button-height: 22px
}

.dp__theme_dark {
    --dp-background-color: #212121;
    --dp-text-color: #fff;
    --dp-hover-color: #484848;
    --dp-hover-text-color: #fff;
    --dp-hover-icon-color: #959595;
    --dp-primary-color: #005cb2;
    --dp-primary-disabled-color: #61a8ea;
    --dp-primary-text-color: #fff;
    --dp-secondary-color: #a9a9a9;
    --dp-border-color: #2d2d2d;
    --dp-menu-border-color: #2d2d2d;
    --dp-border-color-hover: #aaaeb7;
    --dp-disabled-color: #737373;
    --dp-disabled-color-text: #d0d0d0;
    --dp-scroll-bar-background: #212121;
    --dp-scroll-bar-color: #484848;
    --dp-success-color: #00701a;
    --dp-success-color-disabled: #428f59;
    --dp-icon-color: #959595;
    --dp-danger-color: #e53935;
    --dp-marker-color: #e53935;
    --dp-tooltip-color: #3e3e3e;
    --dp-highlight-color: rgb(0 92 178 / 20%)
}

.dp__theme_light {
    --dp-background-color: #fff;
    --dp-text-color: #212121;
    --dp-hover-color: #f3f3f3;
    --dp-hover-text-color: #212121;
    --dp-hover-icon-color: #959595;
    --dp-primary-color: #1976d2;
    --dp-primary-disabled-color: #6bacea;
    --dp-primary-text-color: #f8f5f5;
    --dp-secondary-color: #c0c4cc;
    --dp-border-color: #ddd;
    --dp-menu-border-color: #ddd;
    --dp-border-color-hover: #aaaeb7;
    --dp-disabled-color: #f6f6f6;
    --dp-scroll-bar-background: #f3f3f3;
    --dp-scroll-bar-color: #959595;
    --dp-success-color: #76d275;
    --dp-success-color-disabled: #a3d9b1;
    --dp-icon-color: #959595;
    --dp-danger-color: #ff6f60;
    --dp-marker-color: #ff6f60;
    --dp-tooltip-color: #fafafa;
    --dp-disabled-color-text: #8e8e8e;
    --dp-highlight-color: rgb(25 118 210 / 10%)
}

.dp__flex {
    display: flex;
    align-items: center
}

.dp__btn {
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    transition: var(--dp-common-transition);
    line-height: normal
}

.dp__main {
    font-family: var(--dp-font-family);
    user-select: none;
    box-sizing: border-box;
    position: relative;
    width: 100%
}

.dp__pointer {
    cursor: pointer
}

.dp__icon {
    stroke: currentcolor;
    fill: currentcolor
}

.dp__button {
    width: 100%;
    text-align: center;
    color: var(--dp-icon-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: var(--dp-common-padding);
    box-sizing: border-box;
    height: var(--dp-button-height)
}

.dp__button.dp__overlay_action {
    position: absolute;
    bottom: 0
}

.dp__button:hover {
    background: var(--dp-hover-color);
    color: var(--dp-hover-icon-color)
}

.dp__button svg {
    height: var(--dp-button-icon-height);
    width: auto
}

.dp__button_bottom {
    border-bottom-left-radius: var(--dp-border-radius);
    border-bottom-right-radius: var(--dp-border-radius)
}

.dp__flex_display {
    display: flex
}

.dp__flex_display_with_input {
    flex-direction: column;
    align-items: flex-start
}

.dp__relative {
    position: relative
}

.calendar-next-enter-active,.calendar-next-leave-active,.calendar-prev-enter-active,.calendar-prev-leave-active {
    transition: all var(--dp-transition-timing-general) ease-out
}

.calendar-next-enter-from {
    opacity: 0;
    transform: translateX(var(--dp-transition-length))
}

.calendar-next-leave-to {
    opacity: 0;
    transform: translateX(calc(var(--dp-transition-length) * -1))
}

.calendar-prev-enter-from {
    opacity: 0;
    transform: translateX(calc(var(--dp-transition-length) * -1))
}

.calendar-prev-leave-to {
    opacity: 0;
    transform: translateX(var(--dp-transition-length))
}

.dp-slide-up-enter-active,.dp-slide-up-leave-active,.dp-slide-down-enter-active,.dp-slide-down-leave-active {
    transition: all var(--dp-animation-duration) var(--dp-transition-timing)
}

.dp-slide-down-leave-to,.dp-slide-up-enter-from {
    opacity: 0;
    transform: translateY(var(--dp-transition-length))
}

.dp-slide-down-enter-from,.dp-slide-up-leave-to {
    opacity: 0;
    transform: translateY(calc(var(--dp-transition-length) * -1))
}

.dp__menu_transitioned {
    transition: all var(--dp-animation-duration) var(--dp-menu-appear-transition-timing)
}

/*# sourceMappingURL=main.css.map */
.block__header {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

@media(min-width: 67.5em) {
    .block__header {
        -webkit-box-align:normal;
        -ms-flex-align: normal;
        align-items: normal;
        margin-bottom: 23.85px;
        height: auto
    }
}

.block__header .header__homelink {
    position: absolute;
    left: -20px
}

@media(min-width: 67.5em) {
    .block__header .header__homelink {
        left:-3.62px
    }
}

.block__header .header__homelink::before {
    font-size: 1em
}

.block__subtitle {
    font-style: normal;
    color: #454545;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    height: 12px
}

@media(min-width: 67.5em) {
    .block__subtitle {
        font-size:16px;
        line-height: 16px;
        height: 16px
    }
}

.block__subtitle__2 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center
}

@media(min-width: 67.5em) {
    .block__subtitle__2 {
        margin-bottom:16px
    }
}

.block__separator {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block__separator label {
    padding: 0 8px;
    background-color: #fff
}

.checkbox-input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.checkbox-input+.form-group__checkbox-label::before {
    background: #ececec;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%
}

.checkbox-input:active+.form-group__checkbox-label::before {
    opacity: .8
}

.checkbox-input:hover+.form-group__checkbox-label::before {
    position: relative;
    top: -10px;
    opacity: .6
}

.checkbox-input:checked:hover+.form-group__checkbox-label::before {
    opacity: .08
}

.checkbox-input:checked:active+.form-group__checkbox-label::before {
    opacity: .8
}

#remind-me:hover+.form-group__checkbox-label:before {
    top: 0
}

.checkbox-input:checked+.form-group__checkbox-label::before {
    background: #00a86e;
    opacity: 0
}

.checkbox-input:checked+.form-group__checkbox-label::after {
    background-color: #6bd89d;
    content: url(fonts/icon-check-vector-bold-white.svg);
    border: none;
    padding-top: 3.5px
}

.page-layout__header .header__secure {
    position: unset
}

.block__header {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

@media(min-width: 67.5em) {
    .block__header {
        -webkit-box-align:normal;
        -ms-flex-align: normal;
        align-items: normal;
        margin-bottom: 23.85px;
        height: auto
    }
}

.block__header .header__homelink {
    position: absolute;
    left: -20px
}

@media(min-width: 67.5em) {
    .block__header .header__homelink {
        left:-3.62px
    }
}

.block__header .header__homelink::before {
    font-size: 1em
}

.block__subtitle {
    font-style: normal;
    color: #454545;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    height: 12px
}

@media(min-width: 67.5em) {
    .block__subtitle {
        font-size:16px;
        line-height: 16px;
        height: 16px
    }
}

.block__subtitle__2 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center
}

@media(min-width: 67.5em) {
    .block__subtitle__2 {
        margin-bottom:16px
    }
}

.block__separator {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block__separator label {
    padding: 0 8px;
    background-color: #fff
}

.checkbox-input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.checkbox-input+.form-group__checkbox-label::before {
    background: #ececec;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%
}

.checkbox-input:active+.form-group__checkbox-label::before {
    opacity: .8
}

.checkbox-input:hover+.form-group__checkbox-label::before {
    position: relative;
    top: -10px;
    opacity: .6
}

.checkbox-input:checked:hover+.form-group__checkbox-label::before {
    opacity: .08
}

.checkbox-input:checked:active+.form-group__checkbox-label::before {
    opacity: .8
}

#remind-me:hover+.form-group__checkbox-label:before {
    top: 0
}

.checkbox-input:checked+.form-group__checkbox-label::before {
    background: #00a86e;
    opacity: 0
}

.checkbox-input:checked+.form-group__checkbox-label::after {
    background-color: #6bd89d;
    content: url(fonts/icon-check-vector-bold-white.svg);
    border: none;
    padding-top: 3.5px
}

.menu-list {
    padding: 0;
    list-style-type: none;
    margin: 25px 0 0
}

.menu-list__item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    border-bottom: none;
    padding: 10px 17px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 16px
}

.block__header {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

@media(min-width: 67.5em) {
    .block__header {
        -webkit-box-align:normal;
        -ms-flex-align: normal;
        align-items: normal;
        margin-bottom: 23.85px;
        height: auto
    }
}

.block__header .header__homelink {
    position: absolute;
    left: -20px
}

@media(min-width: 67.5em) {
    .block__header .header__homelink {
        left:-3.62px
    }
}

.block__header .header__homelink::before {
    font-size: 1em
}

.block__subtitle {
    font-style: normal;
    color: #454545;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    height: 12px
}

@media(min-width: 67.5em) {
    .block__subtitle {
        font-size:16px;
        line-height: 16px;
        height: 16px
    }
}

.block__subtitle__2 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center
}

@media(min-width: 67.5em) {
    .block__subtitle__2 {
        margin-bottom:16px
    }
}

.block__separator {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block__separator label {
    padding: 0 8px;
    background-color: #fff
}

.checkbox-input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.checkbox-input+.form-group__checkbox-label::before {
    background: #ececec;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%
}

.checkbox-input:active+.form-group__checkbox-label::before {
    opacity: .8
}

.checkbox-input:hover+.form-group__checkbox-label::before {
    position: relative;
    top: -10px;
    opacity: .6
}

.checkbox-input:checked:hover+.form-group__checkbox-label::before {
    opacity: .08
}

.checkbox-input:checked:active+.form-group__checkbox-label::before {
    opacity: .8
}

#remind-me:hover+.form-group__checkbox-label:before {
    top: 0
}

.checkbox-input:checked+.form-group__checkbox-label::before {
    background: #00a86e;
    opacity: 0
}

.checkbox-input:checked+.form-group__checkbox-label::after {
    background-color: #6bd89d;
    content: url(fonts/icon-check-vector-bold-white.svg);
    border: none;
    padding-top: 3.5px
}

.item-list__header-payment-method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    cursor: pointer
}

.item-list__header-payment-method input[type=radio] {
    accent-color: #ea5d64;
    cursor: pointer
}

.item-list__header-payment-method-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .2em;
    min-height: 60px;
    width: 100%
}

@media all and (max-width: 500px) {
    .item-list__header-payment-method-title {
        font-size:12px
    }
}

.item-list__header-payment-method .item-list__header-input {
    padding-left: 15px
}

.payment-method-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.payment-method-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding-right: 20px;
    gap: 8px
}

@media all and (max-width: 500px) {
    .payment-method-header__content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 5px
    }
}

@media all and (max-width: 500px) {
    .payment-method-header__content img {
        width:20%
    }
}

.item-list__disabled {
    pointer-events: none;
    opacity: .4
}

.payment-method__content {
    padding: 0 20px 15px 20px
}

.payment-method__content-button,.payment-method__content-button-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.payment-method__content-button button,.payment-method__content-button-active button {
    border: none;
    border-radius: 4px;
    gap: 12px
}

.payment-method__content-button button {
    color: #a0a0a0;
    background-color: #ececec;
    cursor: not-allowed
}

.payment-method__content-button-active button {
    color: #fff;
    background-color: #f94c4f
}

.payment-method__content-fidelity-card .payment-method__content-button,.payment-method__content-fidelity-card .payment-method__content-button-active {
    margin: 0
}

.payment-method__content-fidelity-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffe2e3;
    border-radius: 4px;
    color: #c42f26;
    margin-bottom: 1em;
    padding: 20px
}

.payment-method__content-fidelity-card-img {
    margin-left: 20px
}

.payment-method__content-fidelity-card-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffe2e3;
    border-radius: 4px;
    color: #c42f26;
    margin: 1em 0;
    padding: 20px;
    gap: 15px
}

@media screen and (max-width: 500px) {
    .payment-method__content-fidelity-card-media {
        font-size:12px
    }
}

.payment-method__content-fidelity-card-media-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.payment-method__content-cb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin: 10px;
    margin-left: 0
}

@media screen and (max-width: 500px) {
    .payment-method__content-cb {
        margin:5px
    }
}

.payment-method__content-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #fcf1f0;
    border: 1px solid #b83e38;
    border-radius: 4px;
    padding: 10px 0 0 10px;
    gap: 10px;
    margin: 1em
}

.payment-method__content-error img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.payment-method__content-error-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 500px) {
    .payment-method__select-card-cb {
        font-size:12px
    }
}

.payment-method__content-cb-select-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px
}

@media screen and (max-width: 500px) {
    .payment-method__content-cb-select-options {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.payment-method__content-cb-select-options input[type=radio] {
    opacity: 0;
    position: fixed;
    width: 0
}

.payment-method__content-cb-select-options label {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #9d9d9d;
    border-radius: 4px;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media all and (max-width: 500px) {
    .payment-method__content-cb-select-options label {
        padding:5px 10px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }
}

.payment-method__content-cb-select-options label:hover {
    background-color: #e6e6e6
}

.payment-method__content-cb-select-options input[type=radio]:checked+label {
    border-color: #83af0b
}

.payment-method__content-cb-select-options input[type=radio]:checked+label:hover {
    background-color: transparent
}

.payment-method__content-checkbox-fidelityCard,.payment-method__content-checkbox-cb,.payment-method__content-checkbox-renewable,.payment-method__content-checkbox-obligation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 14px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px
}

.payment-method__content-checkbox-fidelityCard input[type=checkbox],.payment-method__content-checkbox-cb input[type=checkbox],.payment-method__content-checkbox-renewable input[type=checkbox],.payment-method__content-checkbox-obligation input[type=checkbox] {
    accent-color: #ea5d64;
    margin-top: 3px
}

.payment-method__content-checkbox-fidelityCard a,.payment-method__content-checkbox-cb a,.payment-method__content-checkbox-renewable a,.payment-method__content-checkbox-obligation a {
    color: #ea5d64
}

@media all and (max-width: 500px) {
    .payment-method__content-checkbox-fidelityCard,.payment-method__content-checkbox-cb,.payment-method__content-checkbox-renewable,.payment-method__content-checkbox-obligation {
        font-size:12px;
        padding-left: 10px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.payment-method__content-checkbox-cb,.payment-method__content-checkbox-renewable,.payment-method__content-checkbox-obligation {
    margin-top: 21px
}

.payment-method__content-checkbox-fidelityCard {
    margin-bottom: 21px
}

.payment-method__content-checkbox-obligation {
    opacity: .4;
    pointer-events: none
}

.input-payment-method {
    margin-right: 3px
}

@media all and (max-width: 500px) {
    .input-payment-method {
        width:5%
    }
}

.block__header {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

@media(min-width: 67.5em) {
    .block__header {
        -webkit-box-align:normal;
        -ms-flex-align: normal;
        align-items: normal;
        margin-bottom: 23.85px;
        height: auto
    }
}

.block__header .header__homelink {
    position: absolute;
    left: -20px
}

@media(min-width: 67.5em) {
    .block__header .header__homelink {
        left:-3.62px
    }
}

.block__header .header__homelink::before {
    font-size: 1em
}

.block__subtitle {
    font-style: normal;
    color: #454545;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    height: 12px
}

@media(min-width: 67.5em) {
    .block__subtitle {
        font-size:16px;
        line-height: 16px;
        height: 16px
    }
}

.block__subtitle__2 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center
}

@media(min-width: 67.5em) {
    .block__subtitle__2 {
        margin-bottom:16px
    }
}

.block__separator {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block__separator label {
    padding: 0 8px;
    background-color: #fff
}

.checkbox-input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.checkbox-input+.form-group__checkbox-label::before {
    background: #ececec;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%
}

.checkbox-input:active+.form-group__checkbox-label::before {
    opacity: .8
}

.checkbox-input:hover+.form-group__checkbox-label::before {
    position: relative;
    top: -10px;
    opacity: .6
}

.checkbox-input:checked:hover+.form-group__checkbox-label::before {
    opacity: .08
}

.checkbox-input:checked:active+.form-group__checkbox-label::before {
    opacity: .8
}

#remind-me:hover+.form-group__checkbox-label:before {
    top: 0
}

.checkbox-input:checked+.form-group__checkbox-label::before {
    background: #00a86e;
    opacity: 0
}

.checkbox-input:checked+.form-group__checkbox-label::after {
    background-color: #6bd89d;
    content: url(fonts/icon-check-vector-bold-white.svg);
    border: none;
    padding-top: 3.5px
}

.item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 16px
}

.item-list__header,.item-list__header-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 20px 8px .2em;
    min-height: 60px;
    width: 100%;
    cursor: pointer
}

.item-list__header input[type=radio],.item-list__header-promo input[type=radio] {
    accent-color: #ea5d64;
    cursor: pointer
}

@media all and (max-width: 500px) {
    .item-list__header,.item-list__header-promo {
        font-size:12px
    }
}

.item-list__header-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 8px 16px 20px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.item-list__header-input input {
    width: 100%
}

@media screen and (max-width: 500px) {
    .item-list__header-input {
        padding-left:5px
    }
}

.item-list__header-label {
    width: 100%
}

.item-list__header-promo-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 30px
}

.item-list__header-promo-btn button {
    font-family: "Poppins";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background: #f94c4f;
    color: #fff;
    border-radius: 4px;
    border: none;
    padding: 10px 15px;
    cursor: pointer
}

@media screen and (max-width: 850px) {
    .item-list__header-promo-btn button {
        padding:5px 6px
    }
}

.item-list__header-promo-btn button img {
    width: auto;
    height: auto;
    padding-left: 10px;
    padding-right: 0
}

.item-list__header-promo-btn button .sale-button-text {
    font-size: 12px;
    font-weight: 600;
    padding-right: 10px
}

@media screen and (max-width: 850px) {
    .item-list__header-promo-btn {
        margin-right:4px
    }
}

@media screen and (max-width: 1079px) {
    .item-list__header-promo-btn button {
        width:auto;
        height: 50%;
        resize: none
    }

    .item-list__header-promo-btn button img {
        padding-left: 0
    }
}

.item-list__content {
    padding: 0 50px
}

@media all and (max-width: 500px) {
    .item-list__content {
        padding:0 15px
    }
}

.item-list__content-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #fcf1f0;
    border: 1px solid #b83e38;
    border-radius: 4px;
    padding: 10px 0 0 10px;
    gap: 10px;
    margin: 1em 0
}

.item-list__content-error img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.item-list__content-error-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.item-list__label {
    cursor: pointer
}

.item-list__disabled {
    opacity: .4;
    pointer-events: none
}

@media screen and (max-width: 500px) {
    .item-list__payment-method-header {
        font-size:12px
    }
}

.subscribe-informations {
    cursor: pointer;
    margin: 0px 0px 1px 3px
}

.selected-item {
    color: #ea5d64
}

.price__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.price__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.price__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px
}

@media screen and (max-width: 62.5em) {
    .price__description {
        font-size:11px
    }
}

.price__content-without-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.promo {
    color: #e95e64;
    margin-right: 3px
}

.block__header {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

@media(min-width: 67.5em) {
    .block__header {
        -webkit-box-align:normal;
        -ms-flex-align: normal;
        align-items: normal;
        margin-bottom: 23.85px;
        height: auto
    }
}

.block__header .header__homelink {
    position: absolute;
    left: -20px
}

@media(min-width: 67.5em) {
    .block__header .header__homelink {
        left:-3.62px
    }
}

.block__header .header__homelink::before {
    font-size: 1em
}

.block__subtitle {
    font-style: normal;
    color: #454545;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    height: 12px
}

@media(min-width: 67.5em) {
    .block__subtitle {
        font-size:16px;
        line-height: 16px;
        height: 16px
    }
}

.block__subtitle__2 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center
}

@media(min-width: 67.5em) {
    .block__subtitle__2 {
        margin-bottom:16px
    }
}

.block__separator {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block__separator label {
    padding: 0 8px;
    background-color: #fff
}

.checkbox-input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.checkbox-input+.form-group__checkbox-label::before {
    background: #ececec;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%
}

.checkbox-input:active+.form-group__checkbox-label::before {
    opacity: .8
}

.checkbox-input:hover+.form-group__checkbox-label::before {
    position: relative;
    top: -10px;
    opacity: .6
}

.checkbox-input:checked:hover+.form-group__checkbox-label::before {
    opacity: .08
}

.checkbox-input:checked:active+.form-group__checkbox-label::before {
    opacity: .8
}

#remind-me:hover+.form-group__checkbox-label:before {
    top: 0
}

.checkbox-input:checked+.form-group__checkbox-label::before {
    background: #00a86e;
    opacity: 0
}

.checkbox-input:checked+.form-group__checkbox-label::after {
    background-color: #6bd89d;
    content: url(fonts/icon-check-vector-bold-white.svg);
    border: none;
    padding-top: 3.5px
}

.subscribe-mode-list {
    padding-left: 0;
    padding-bottom: 18px
}

@media screen and (max-width: 1079px) {
    .subscribe-mode-list {
        padding:0 20px 42px 20px
    }
}

.block__header {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

@media(min-width: 67.5em) {
    .block__header {
        -webkit-box-align:normal;
        -ms-flex-align: normal;
        align-items: normal;
        margin-bottom: 23.85px;
        height: auto
    }
}

.block__header .header__homelink {
    position: absolute;
    left: -20px
}

@media(min-width: 67.5em) {
    .block__header .header__homelink {
        left:-3.62px
    }
}

.block__header .header__homelink::before {
    font-size: 1em
}

.block__subtitle {
    font-style: normal;
    color: #454545;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    height: 12px
}

@media(min-width: 67.5em) {
    .block__subtitle {
        font-size:16px;
        line-height: 16px;
        height: 16px
    }
}

.block__subtitle__2 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center
}

@media(min-width: 67.5em) {
    .block__subtitle__2 {
        margin-bottom:16px
    }
}

.block__separator {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block__separator label {
    padding: 0 8px;
    background-color: #fff
}

.checkbox-input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.checkbox-input+.form-group__checkbox-label::before {
    background: #ececec;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%
}

.checkbox-input:active+.form-group__checkbox-label::before {
    opacity: .8
}

.checkbox-input:hover+.form-group__checkbox-label::before {
    position: relative;
    top: -10px;
    opacity: .6
}

.checkbox-input:checked:hover+.form-group__checkbox-label::before {
    opacity: .08
}

.checkbox-input:checked:active+.form-group__checkbox-label::before {
    opacity: .8
}

#remind-me:hover+.form-group__checkbox-label:before {
    top: 0
}

.checkbox-input:checked+.form-group__checkbox-label::before {
    background: #00a86e;
    opacity: 0
}

.checkbox-input:checked+.form-group__checkbox-label::after {
    background-color: #6bd89d;
    content: url(fonts/icon-check-vector-bold-white.svg);
    border: none;
    padding-top: 3.5px
}

.avantages-title {
    font-family: "Poppins";
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 2px
}

@media screen and (max-width: 1079px) {
    .avantages-title {
        font-size:16px;
        line-height: 24px;
        padding: 0 20px
    }
}

.avantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f4f4f4;
    border: solid 1px #ececec;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 8px;
    border-radius: 0 0 4px 4px
}

@media screen and (max-width: 1079px) {
    .avantages {
        padding:16px 20px
    }
}

.avantages-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 19px
}

.avantages-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1079px) {
    .avantages-item-list {
        font-size:12px
    }
}

.avantages-item-list img {
    padding-right: 15px
}

@media screen and (max-width: 1079px) {
    .avantages-item-list img {
        height:15px
    }
}

@media screen and (max-width: 1079px) {
    .avantages-item-list strong {
        font-size:14px
    }
}

.conditions p,.subtitle {
    font-family: "Poppins";
    font-size: 10px;
    line-height: 15px;
    color: #454545
}

.subtitle {
    margin-top: 10px;
    font-weight: 300
}

@media screen and (max-width: 1079px) {
    .subtitle {
        font-size:10px
    }
}

.conditions-title {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px;
    padding: 18px 0;
    margin-bottom: 0
}

@media screen and (max-width: 1079px) {
    .conditions-title {
        padding-left:20px
    }
}

.logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 18px
}

@media screen and (max-width: 1079px) {
    .logos {
        padding:0 20px 18px 20px
    }
}

.conditions p {
    font-weight: 400
}

@media screen and (max-width: 1079px) {
    .conditions p {
        font-size:10px;
        line-height: 15px;
        padding: 0 20px
    }
}

.block__header {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

@media(min-width: 67.5em) {
    .block__header {
        -webkit-box-align:normal;
        -ms-flex-align: normal;
        align-items: normal;
        margin-bottom: 23.85px;
        height: auto
    }
}

.block__header .header__homelink {
    position: absolute;
    left: -20px
}

@media(min-width: 67.5em) {
    .block__header .header__homelink {
        left:-3.62px
    }
}

.block__header .header__homelink::before {
    font-size: 1em
}

.block__subtitle {
    font-style: normal;
    color: #454545;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    height: 12px
}

@media(min-width: 67.5em) {
    .block__subtitle {
        font-size:16px;
        line-height: 16px;
        height: 16px
    }
}

.block__subtitle__2 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center
}

@media(min-width: 67.5em) {
    .block__subtitle__2 {
        margin-bottom:16px
    }
}

.block__separator {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block__separator label {
    padding: 0 8px;
    background-color: #fff
}

.checkbox-input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.checkbox-input+.form-group__checkbox-label::before {
    background: #ececec;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%
}

.checkbox-input:active+.form-group__checkbox-label::before {
    opacity: .8
}

.checkbox-input:hover+.form-group__checkbox-label::before {
    position: relative;
    top: -10px;
    opacity: .6
}

.checkbox-input:checked:hover+.form-group__checkbox-label::before {
    opacity: .08
}

.checkbox-input:checked:active+.form-group__checkbox-label::before {
    opacity: .8
}

#remind-me:hover+.form-group__checkbox-label:before {
    top: 0
}

.checkbox-input:checked+.form-group__checkbox-label::before {
    background: #00a86e;
    opacity: 0
}

.checkbox-input:checked+.form-group__checkbox-label::after {
    background-color: #6bd89d;
    content: url(fonts/icon-check-vector-bold-white.svg);
    border: none;
    padding-top: 3.5px
}

.footer-crb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 48px;
    gap: 32px
}

.footer-crb-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700
}

.footer-crb-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%
}

.footer-crb-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 400
}

@media screen and (max-width: 500px) {
    .footer-crb {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 16px;
        gap: 24px
    }

    .footer-crb-images img {
        width: 80px
    }

    .footer-crb-text {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }
}

.block__header[data-v-00ffc4ee] {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

@media(min-width: 67.5em) {
    .block__header[data-v-00ffc4ee] {
        -webkit-box-align:normal;
        -ms-flex-align: normal;
        align-items: normal;
        margin-bottom: 23.85px;
        height: auto
    }
}

.block__header .header__homelink[data-v-00ffc4ee] {
    position: absolute;
    left: -20px
}

@media(min-width: 67.5em) {
    .block__header .header__homelink[data-v-00ffc4ee] {
        left:-3.62px
    }
}

.block__header .header__homelink[data-v-00ffc4ee]::before {
    font-size: 1em
}

.block__subtitle[data-v-00ffc4ee] {
    font-style: normal;
    color: #454545;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    height: 12px
}

@media(min-width: 67.5em) {
    .block__subtitle[data-v-00ffc4ee] {
        font-size:16px;
        line-height: 16px;
        height: 16px
    }
}

.block__subtitle__2[data-v-00ffc4ee] {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center
}

@media(min-width: 67.5em) {
    .block__subtitle__2[data-v-00ffc4ee] {
        margin-bottom:16px
    }
}

.block__separator[data-v-00ffc4ee] {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block__separator label[data-v-00ffc4ee] {
    padding: 0 8px;
    background-color: #fff
}

.checkbox-input[data-v-00ffc4ee] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.checkbox-input+.form-group__checkbox-label[data-v-00ffc4ee]::before {
    background: #ececec;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%
}

.checkbox-input:active+.form-group__checkbox-label[data-v-00ffc4ee]::before {
    opacity: .8
}

.checkbox-input:hover+.form-group__checkbox-label[data-v-00ffc4ee]::before {
    position: relative;
    top: -10px;
    opacity: .6
}

.checkbox-input:checked:hover+.form-group__checkbox-label[data-v-00ffc4ee]::before {
    opacity: .08
}

.checkbox-input:checked:active+.form-group__checkbox-label[data-v-00ffc4ee]::before {
    opacity: .8
}

#remind-me:hover+.form-group__checkbox-label[data-v-00ffc4ee]:before {
    top: 0
}

.checkbox-input:checked+.form-group__checkbox-label[data-v-00ffc4ee]::before {
    background: #00a86e;
    opacity: 0
}

.checkbox-input:checked+.form-group__checkbox-label[data-v-00ffc4ee]::after {
    background-color: #6bd89d;
    content: url(fonts/icon-check-vector-bold-white.svg);
    border: none;
    padding-top: 3.5px
}

.spinner__svg[data-v-00ffc4ee] {
    width: 1em;
    height: 1em;
    fill: currentColor;
    -webkit-animation: group-rotate-00ffc4ee 1s steps(12) infinite;
    animation: group-rotate-00ffc4ee 1s steps(12) infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@-webkit-keyframes group-rotate-00ffc4ee {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes group-rotate-00ffc4ee {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.block__header[data-v-e665b74e] {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

@media(min-width: 67.5em) {
    .block__header[data-v-e665b74e] {
        -webkit-box-align:normal;
        -ms-flex-align: normal;
        align-items: normal;
        margin-bottom: 23.85px;
        height: auto
    }
}

.block__header .header__homelink[data-v-e665b74e] {
    position: absolute;
    left: -20px
}

@media(min-width: 67.5em) {
    .block__header .header__homelink[data-v-e665b74e] {
        left:-3.62px
    }
}

.block__header .header__homelink[data-v-e665b74e]::before {
    font-size: 1em
}

.block__subtitle[data-v-e665b74e] {
    font-style: normal;
    color: #454545;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    height: 12px
}

@media(min-width: 67.5em) {
    .block__subtitle[data-v-e665b74e] {
        font-size:16px;
        line-height: 16px;
        height: 16px
    }
}

.block__subtitle__2[data-v-e665b74e] {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center
}

@media(min-width: 67.5em) {
    .block__subtitle__2[data-v-e665b74e] {
        margin-bottom:16px
    }
}

.block__separator[data-v-e665b74e] {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block__separator label[data-v-e665b74e] {
    padding: 0 8px;
    background-color: #fff
}

.checkbox-input[data-v-e665b74e] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.checkbox-input+.form-group__checkbox-label[data-v-e665b74e]::before {
    background: #ececec;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%
}

.checkbox-input:active+.form-group__checkbox-label[data-v-e665b74e]::before {
    opacity: .8
}

.checkbox-input:hover+.form-group__checkbox-label[data-v-e665b74e]::before {
    position: relative;
    top: -10px;
    opacity: .6
}

.checkbox-input:checked:hover+.form-group__checkbox-label[data-v-e665b74e]::before {
    opacity: .08
}

.checkbox-input:checked:active+.form-group__checkbox-label[data-v-e665b74e]::before {
    opacity: .8
}

#remind-me:hover+.form-group__checkbox-label[data-v-e665b74e]:before {
    top: 0
}

.checkbox-input:checked+.form-group__checkbox-label[data-v-e665b74e]::before {
    background: #00a86e;
    opacity: 0
}

.checkbox-input:checked+.form-group__checkbox-label[data-v-e665b74e]::after {
    background-color: #6bd89d;
    content: url(fonts/icon-check-vector-bold-white.svg);
    border: none;
    padding-top: 3.5px
}

.base-loader[data-v-e665b74e] {
    text-align: center
}

.base-loader__spinner[data-v-e665b74e] {
    font-size: 2em
}

.block__header[data-v-823a3dd4] {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

@media(min-width: 67.5em) {
    .block__header[data-v-823a3dd4] {
        -webkit-box-align:normal;
        -ms-flex-align: normal;
        align-items: normal;
        margin-bottom: 23.85px;
        height: auto
    }
}

.block__header .header__homelink[data-v-823a3dd4] {
    position: absolute;
    left: -20px
}

@media(min-width: 67.5em) {
    .block__header .header__homelink[data-v-823a3dd4] {
        left:-3.62px
    }
}

.block__header .header__homelink[data-v-823a3dd4]::before {
    font-size: 1em
}

.block__subtitle[data-v-823a3dd4] {
    font-style: normal;
    color: #454545;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    height: 12px
}

@media(min-width: 67.5em) {
    .block__subtitle[data-v-823a3dd4] {
        font-size:16px;
        line-height: 16px;
        height: 16px
    }
}

.block__subtitle__2[data-v-823a3dd4] {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center
}

@media(min-width: 67.5em) {
    .block__subtitle__2[data-v-823a3dd4] {
        margin-bottom:16px
    }
}

.block__separator[data-v-823a3dd4] {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block__separator label[data-v-823a3dd4] {
    padding: 0 8px;
    background-color: #fff
}

.checkbox-input[data-v-823a3dd4] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.checkbox-input+.form-group__checkbox-label[data-v-823a3dd4]::before {
    background: #ececec;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%
}

.checkbox-input:active+.form-group__checkbox-label[data-v-823a3dd4]::before {
    opacity: .8
}

.checkbox-input:hover+.form-group__checkbox-label[data-v-823a3dd4]::before {
    position: relative;
    top: -10px;
    opacity: .6
}

.checkbox-input:checked:hover+.form-group__checkbox-label[data-v-823a3dd4]::before {
    opacity: .08
}

.checkbox-input:checked:active+.form-group__checkbox-label[data-v-823a3dd4]::before {
    opacity: .8
}

#remind-me:hover+.form-group__checkbox-label[data-v-823a3dd4]:before {
    top: 0
}

.checkbox-input:checked+.form-group__checkbox-label[data-v-823a3dd4]::before {
    background: #00a86e;
    opacity: 0
}

.checkbox-input:checked+.form-group__checkbox-label[data-v-823a3dd4]::after {
    background-color: #6bd89d;
    content: url(fonts/icon-check-vector-bold-white.svg);
    border: none;
    padding-top: 3.5px
}

.loading-overlay[data-v-823a3dd4] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10
}

.loading-overlay--fullscreen[data-v-823a3dd4] {
    position: fixed;
    z-index: 1000
}

.loading-overlay__loader[data-v-823a3dd4] {
    color: #fff
}

.block__header {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

@media(min-width: 67.5em) {
    .block__header {
        -webkit-box-align:normal;
        -ms-flex-align: normal;
        align-items: normal;
        margin-bottom: 23.85px;
        height: auto
    }
}

.block__header .header__homelink {
    position: absolute;
    left: -20px
}

@media(min-width: 67.5em) {
    .block__header .header__homelink {
        left:-3.62px
    }
}

.block__header .header__homelink::before {
    font-size: 1em
}

.block__subtitle {
    font-style: normal;
    color: #454545;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    height: 12px
}

@media(min-width: 67.5em) {
    .block__subtitle {
        font-size:16px;
        line-height: 16px;
        height: 16px
    }
}

.block__subtitle__2 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center
}

@media(min-width: 67.5em) {
    .block__subtitle__2 {
        margin-bottom:16px
    }
}

.block__separator {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block__separator label {
    padding: 0 8px;
    background-color: #fff
}

.checkbox-input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.checkbox-input+.form-group__checkbox-label::before {
    background: #ececec;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%
}

.checkbox-input:active+.form-group__checkbox-label::before {
    opacity: .8
}

.checkbox-input:hover+.form-group__checkbox-label::before {
    position: relative;
    top: -10px;
    opacity: .6
}

.checkbox-input:checked:hover+.form-group__checkbox-label::before {
    opacity: .08
}

.checkbox-input:checked:active+.form-group__checkbox-label::before {
    opacity: .8
}

#remind-me:hover+.form-group__checkbox-label:before {
    top: 0
}

.checkbox-input:checked+.form-group__checkbox-label::before {
    background: #00a86e;
    opacity: 0
}

.checkbox-input:checked+.form-group__checkbox-label::after {
    background-color: #6bd89d;
    content: url(fonts/icon-check-vector-bold-white.svg);
    border: none;
    padding-top: 3.5px
}

.modal__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000
}

.modal__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 12px rgba(35,35,35,.16);
    box-shadow: 0px 1px 12px rgba(35,35,35,.16);
    border-radius: 4px;
    width: 871px
}

.modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px;
    gap: 4px
}

.modal__header img {
    cursor: pointer;
    width: 16px;
    height: 16px
}

.modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px 20px 20px;
    gap: 4px
}

.block__header[data-v-0d7007ef] {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

@media(min-width: 67.5em) {
    .block__header[data-v-0d7007ef] {
        -webkit-box-align:normal;
        -ms-flex-align: normal;
        align-items: normal;
        margin-bottom: 23.85px;
        height: auto
    }
}

.block__header .header__homelink[data-v-0d7007ef] {
    position: absolute;
    left: -20px
}

@media(min-width: 67.5em) {
    .block__header .header__homelink[data-v-0d7007ef] {
        left:-3.62px
    }
}

.block__header .header__homelink[data-v-0d7007ef]::before {
    font-size: 1em
}

.block__subtitle[data-v-0d7007ef] {
    font-style: normal;
    color: #454545;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    height: 12px
}

@media(min-width: 67.5em) {
    .block__subtitle[data-v-0d7007ef] {
        font-size:16px;
        line-height: 16px;
        height: 16px
    }
}

.block__subtitle__2[data-v-0d7007ef] {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center
}

@media(min-width: 67.5em) {
    .block__subtitle__2[data-v-0d7007ef] {
        margin-bottom:16px
    }
}

.block__separator[data-v-0d7007ef] {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block__separator label[data-v-0d7007ef] {
    padding: 0 8px;
    background-color: #fff
}

.checkbox-input[data-v-0d7007ef] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.checkbox-input+.form-group__checkbox-label[data-v-0d7007ef]::before {
    background: #ececec;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%
}

.checkbox-input:active+.form-group__checkbox-label[data-v-0d7007ef]::before {
    opacity: .8
}

.checkbox-input:hover+.form-group__checkbox-label[data-v-0d7007ef]::before {
    position: relative;
    top: -10px;
    opacity: .6
}

.checkbox-input:checked:hover+.form-group__checkbox-label[data-v-0d7007ef]::before {
    opacity: .08
}

.checkbox-input:checked:active+.form-group__checkbox-label[data-v-0d7007ef]::before {
    opacity: .8
}

#remind-me:hover+.form-group__checkbox-label[data-v-0d7007ef]:before {
    top: 0
}

.checkbox-input:checked+.form-group__checkbox-label[data-v-0d7007ef]::before {
    background: #00a86e;
    opacity: 0
}

.checkbox-input:checked+.form-group__checkbox-label[data-v-0d7007ef]::after {
    background-color: #6bd89d;
    content: url(fonts/icon-check-vector-bold-white.svg);
    border: none;
    padding-top: 3.5px
}

.modal-header[data-v-0d7007ef] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12.5px;
    font-size: 24px;
    line-height: 36px;
    color: #454545
}

.modal-content[data-v-0d7007ef] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #454545
}

.modal-content .more-savings[data-v-0d7007ef] {
    font-size: 20px;
    font-weight: 600
}

.modal-content .panels[data-v-0d7007ef] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 20px
}

.modal-content .panels .left-panel[data-v-0d7007ef],.modal-content .panels .right-panel[data-v-0d7007ef] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal-content .panels .left-panel[data-v-0d7007ef] {
    gap: 15px;
    padding-top: 20px
}

.modal-content .panels .right-panel[data-v-0d7007ef] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f4f4f4;
    padding: 20px
}

.modal-content .panels .right-panel .right-panel-content[data-v-0d7007ef] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.modal-content .panels .right-panel .right-panel-content__qr-code[data-v-0d7007ef] {
    height: 98%;
    width: 100%;
    margin-right: 30px
}

.modal-content .panels .right-panel .right-panel-content__qr-code-img[data-v-0d7007ef] {
    height: 100%;
    width: auto
}

.modal-content .panels .right-panel .right-panel-content .right-panel-content-description[data-v-0d7007ef] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-content .panels .right-panel .right-panel-content .right-panel-content-description-text[data-v-0d7007ef] {
    font-size: 14px
}

.modal-content .panels .right-panel .right-panel-content .right-panel-content-description a[data-v-0d7007ef] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-self: center;
    width: 100%;
    background-color: #f94c4f;
    padding: 16px 15px;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #ea5d64;
    border-radius: 4px;
    text-align: center
}

.modal-content .panels .right-panel .right-panel-content .right-panel-content-description a[data-v-0d7007ef]:hover {
    opacity: .8
}

.modal-content .newsletter-box[data-v-0d7007ef] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px
}

.modal-content .newsletter-text[data-v-0d7007ef] {
    font-size: 14px
}

.modal-content .download-app-box[data-v-0d7007ef] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    margin-top: 10px;
    padding: 10px 20px 20px
}

.modal-content .download-app-box__wrapper[data-v-0d7007ef] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.modal-content .download-app-box__wrapper .download-app-box-content[data-v-0d7007ef] {
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-content .download-app-box a[data-v-0d7007ef] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f94c4f;
    padding: 16px 15px;
    color: #fff;
    text-decoration: none;
    background-color: #e95e64;
    border: 2px solid #ea5d64;
    border-radius: 4px
}

.modal-content .download-app-box a[data-v-0d7007ef]:hover {
    opacity: .8
}

.modal-content .cancel-button[data-v-0d7007ef] {
    background: transparent;
    color: #e95e64;
    border: 2px solid #e95e64;
    border-radius: 4px;
    padding: 8px 12px;
    gap: 8px;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 40px;
    padding: 16px 24px;
    cursor: pointer
}

.toggle[data-v-0d7007ef] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    margin-bottom: 16px
}

.toggle[data-v-0d7007ef]:last-of-type {
    margin: 0
}

.toggle__input[data-v-0d7007ef] {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.toggle-track[data-v-0d7007ef] {
    background: #ccc;
    border: 1px solid #ccc;
    border-radius: 100px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    margin-right: 12px;
    position: relative;
    width: 50px
}

.toggle-indicator[data-v-0d7007ef] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 24px;
    bottom: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 2px;
    position: absolute;
    -webkit-transition: .25s;
    transition: .25s;
    width: 24px
}

.checkMark[data-v-0d7007ef] {
    fill: #ea5d64;
    height: 20px;
    width: 20px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.toggle__input:checked+.toggle-track[data-v-0d7007ef] {
    background-color: #ea5d64;
    border-color: #ea5d64
}

.toggle__input:checked+.toggle-track .toggle-indicator[data-v-0d7007ef] {
    background: #fff;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.toggle__input:checked+.toggle-track .toggle-indicator .checkMark[data-v-0d7007ef] {
    opacity: 1;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

@media screen and (-ms-high-contrast: active) {
    .toggle-track[data-v-0d7007ef] {
        border-radius: 0
    }
}

.block__header[data-v-8e12ac7a] {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

@media(min-width: 67.5em) {
    .block__header[data-v-8e12ac7a] {
        -webkit-box-align:normal;
        -ms-flex-align: normal;
        align-items: normal;
        margin-bottom: 23.85px;
        height: auto
    }
}

.block__header .header__homelink[data-v-8e12ac7a] {
    position: absolute;
    left: -20px
}

@media(min-width: 67.5em) {
    .block__header .header__homelink[data-v-8e12ac7a] {
        left:-3.62px
    }
}

.block__header .header__homelink[data-v-8e12ac7a]::before {
    font-size: 1em
}

.block__subtitle[data-v-8e12ac7a] {
    font-style: normal;
    color: #454545;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    height: 12px
}

@media(min-width: 67.5em) {
    .block__subtitle[data-v-8e12ac7a] {
        font-size:16px;
        line-height: 16px;
        height: 16px
    }
}

.block__subtitle__2[data-v-8e12ac7a] {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center
}

@media(min-width: 67.5em) {
    .block__subtitle__2[data-v-8e12ac7a] {
        margin-bottom:16px
    }
}

.block__separator[data-v-8e12ac7a] {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block__separator label[data-v-8e12ac7a] {
    padding: 0 8px;
    background-color: #fff
}

.checkbox-input[data-v-8e12ac7a] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.checkbox-input+.form-group__checkbox-label[data-v-8e12ac7a]::before {
    background: #ececec;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%
}

.checkbox-input:active+.form-group__checkbox-label[data-v-8e12ac7a]::before {
    opacity: .8
}

.checkbox-input:hover+.form-group__checkbox-label[data-v-8e12ac7a]::before {
    position: relative;
    top: -10px;
    opacity: .6
}

.checkbox-input:checked:hover+.form-group__checkbox-label[data-v-8e12ac7a]::before {
    opacity: .08
}

.checkbox-input:checked:active+.form-group__checkbox-label[data-v-8e12ac7a]::before {
    opacity: .8
}

#remind-me:hover+.form-group__checkbox-label[data-v-8e12ac7a]:before {
    top: 0
}

.checkbox-input:checked+.form-group__checkbox-label[data-v-8e12ac7a]::before {
    background: #00a86e;
    opacity: 0
}

.checkbox-input:checked+.form-group__checkbox-label[data-v-8e12ac7a]::after {
    background-color: #6bd89d;
    content: url(fonts/icon-check-vector-bold-white.svg);
    border: none;
    padding-top: 3.5px
}

.modal-header[data-v-8e12ac7a] {
    font-size: 24px;
    line-height: 36px;
    color: #454545
}

.modal-content[data-v-8e12ac7a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #454545
}

.modal-content__container[data-v-8e12ac7a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 80px;
    padding: 0 80px;
    font-size: 18px
}

.modal-content__footer[data-v-8e12ac7a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px
}

.modal-content__footer .cancel-button[data-v-8e12ac7a] {
    background: transparent;
    color: #454545;
    border: 2px solid #e95e64;
    border-radius: 4px;
    gap: 8px;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 16px 24px;
    cursor: pointer;
    font-weight: 400
}

.modal-content__footer .confirm-button[data-v-8e12ac7a] {
    background: #ea5d64;
    color: #fff;
    border: 2px solid #ea5d64;
    border-radius: 4px;
    gap: 8px;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 16px 24px;
    cursor: pointer;
    font-weight: 600
}

.grey-bold[data-v-8e12ac7a] {
    font-weight: 600;
    color: #454545
}

.line-height-30[data-v-8e12ac7a] {
    line-height: 30px
}

.block__header[data-v-46b3939d] {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

@media(min-width: 67.5em) {
    .block__header[data-v-46b3939d] {
        -webkit-box-align:normal;
        -ms-flex-align: normal;
        align-items: normal;
        margin-bottom: 23.85px;
        height: auto
    }
}

.block__header .header__homelink[data-v-46b3939d] {
    position: absolute;
    left: -20px
}

@media(min-width: 67.5em) {
    .block__header .header__homelink[data-v-46b3939d] {
        left:-3.62px
    }
}

.block__header .header__homelink[data-v-46b3939d]::before {
    font-size: 1em
}

.block__subtitle[data-v-46b3939d] {
    font-style: normal;
    color: #454545;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    height: 12px
}

@media(min-width: 67.5em) {
    .block__subtitle[data-v-46b3939d] {
        font-size:16px;
        line-height: 16px;
        height: 16px
    }
}

.block__subtitle__2[data-v-46b3939d] {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center
}

@media(min-width: 67.5em) {
    .block__subtitle__2[data-v-46b3939d] {
        margin-bottom:16px
    }
}

.block__separator[data-v-46b3939d] {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block__separator label[data-v-46b3939d] {
    padding: 0 8px;
    background-color: #fff
}

.checkbox-input[data-v-46b3939d] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.checkbox-input+.form-group__checkbox-label[data-v-46b3939d]::before {
    background: #ececec;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%
}

.checkbox-input:active+.form-group__checkbox-label[data-v-46b3939d]::before {
    opacity: .8
}

.checkbox-input:hover+.form-group__checkbox-label[data-v-46b3939d]::before {
    position: relative;
    top: -10px;
    opacity: .6
}

.checkbox-input:checked:hover+.form-group__checkbox-label[data-v-46b3939d]::before {
    opacity: .08
}

.checkbox-input:checked:active+.form-group__checkbox-label[data-v-46b3939d]::before {
    opacity: .8
}

#remind-me:hover+.form-group__checkbox-label[data-v-46b3939d]:before {
    top: 0
}

.checkbox-input:checked+.form-group__checkbox-label[data-v-46b3939d]::before {
    background: #00a86e;
    opacity: 0
}

.checkbox-input:checked+.form-group__checkbox-label[data-v-46b3939d]::after {
    background-color: #6bd89d;
    content: url(fonts/icon-check-vector-bold-white.svg);
    border: none;
    padding-top: 3.5px
}

.modal-container[data-v-46b3939d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 60px
}

.modal-container__header[data-v-46b3939d] {
    border-bottom: 1px solid #ececec;
    margin-bottom: 8px
}

.modal-container__header-title[data-v-46b3939d] {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #242424;
    margin: 0
}

.modal-container__header-subtitle[data-v-46b3939d] {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #454545
}

.modal-container__content[data-v-46b3939d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.modal-container__content-subtitle[data-v-46b3939d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px
}

.modal-container__content-subtitle img[data-v-46b3939d] {
    width: 41px;
    height: 30px
}

.modal-container__content-subtitle p[data-v-46b3939d] {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    color: #454545
}

.modal-container__content-subtitle-link[data-v-46b3939d] {
    color: #454545;
    text-decoration: underline
}

.modal-container__content .clear-icon[data-v-46b3939d] {
    margin-top: 1px;
    margin-right: 30px
}

.modal-container__content-error[data-v-46b3939d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-size: 16px;
    padding: 20px 15px;
    border-radius: 4px;
    font-weight: 400;
    line-height: 22px;
    background-color: #fcf1f0;
    border: 1px solid #b83e38;
    margin-bottom: 1em
}

.modal-container__content-error img[data-v-46b3939d] {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.modal-container__content-birthdate[data-v-46b3939d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal-container__content-birthdate-label[data-v-46b3939d] {
    font-size: 12px;
    font-family: "Poppins";
    position: absolute;
    top: -10px;
    left: 10px;
    padding: 0 5px;
    background-color: #fff
}

.modal-container__content-birthdate-input[data-v-46b3939d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #a5a5a5;
    border-radius: 4px;
    padding: 12px;
    background: url(fonts/icon-calendar.svg) no-repeat;
    background-position: right;
    background-origin: content-box
}

.modal-container__content-birthdate-input[data-v-46b3939d]::-webkit-input-placeholder {
    color: #454545;
    opacity: .4
}

.modal-container__content-birthdate-input[data-v-46b3939d]::-moz-placeholder {
    color: #454545;
    opacity: .4
}

.modal-container__content-birthdate-input[data-v-46b3939d]:-ms-input-placeholder {
    color: #454545;
    opacity: .4
}

.modal-container__content-birthdate-input[data-v-46b3939d]::-ms-input-placeholder {
    color: #454545;
    opacity: .4
}

.modal-container__content-birthdate-input[data-v-46b3939d]::placeholder {
    color: #454545;
    opacity: .4
}

.modal-container__content-checkbox[data-v-46b3939d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 18px;
    margin: 8px 0
}

.modal-container__content-checkbox input[type=checkbox][data-v-46b3939d] {
    width: 25px;
    height: 25px;
    accent-color: #ea5d64
}

.modal-container__content-checkbox label[data-v-46b3939d] {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #454545
}

.modal-container__content-checkbox-link[data-v-46b3939d] {
    color: #ea5d64;
    text-decoration: underline
}

.modal-container__content-btn[data-v-46b3939d],.modal-container__content-btn--disabled[data-v-46b3939d] {
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    border: none;
    border-radius: 4px;
    padding-top: 11px;
    padding-bottom: 11px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.modal-container__content-btn[data-v-46b3939d] {
    background-color: #ea5d64;
    color: #fff
}

.modal-container__content-btn[data-v-46b3939d]:hover {
    cursor: pointer;
    opacity: .4
}

.modal-container__content-btn--disabled[data-v-46b3939d] {
    color: #a0a0a0;
    background-color: #ececec;
    cursor: not-allowed
}

.block__header {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

@media(min-width: 67.5em) {
    .block__header {
        -webkit-box-align:normal;
        -ms-flex-align: normal;
        align-items: normal;
        margin-bottom: 23.85px;
        height: auto
    }
}

.block__header .header__homelink {
    position: absolute;
    left: -20px
}

@media(min-width: 67.5em) {
    .block__header .header__homelink {
        left:-3.62px
    }
}

.block__header .header__homelink::before {
    font-size: 1em
}

.block__subtitle {
    font-style: normal;
    color: #454545;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    height: 12px
}

@media(min-width: 67.5em) {
    .block__subtitle {
        font-size:16px;
        line-height: 16px;
        height: 16px
    }
}

.block__subtitle__2 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center
}

@media(min-width: 67.5em) {
    .block__subtitle__2 {
        margin-bottom:16px
    }
}

.block__separator {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block__separator label {
    padding: 0 8px;
    background-color: #fff
}

.checkbox-input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.checkbox-input+.form-group__checkbox-label::before {
    background: #ececec;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%
}

.checkbox-input:active+.form-group__checkbox-label::before {
    opacity: .8
}

.checkbox-input:hover+.form-group__checkbox-label::before {
    position: relative;
    top: -10px;
    opacity: .6
}

.checkbox-input:checked:hover+.form-group__checkbox-label::before {
    opacity: .08
}

.checkbox-input:checked:active+.form-group__checkbox-label::before {
    opacity: .8
}

#remind-me:hover+.form-group__checkbox-label:before {
    top: 0
}

.checkbox-input:checked+.form-group__checkbox-label::before {
    background: #00a86e;
    opacity: 0
}

.checkbox-input:checked+.form-group__checkbox-label::after {
    background-color: #6bd89d;
    content: url(fonts/icon-check-vector-bold-white.svg);
    border: none;
    padding-top: 3.5px
}

.info-modal__overlay {
    position: sticky;
    bottom: 62%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1000;
    margin: 0 15px
}

.info-modal__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 12px rgba(35,35,35,.16);
    box-shadow: 0px 1px 12px rgba(35,35,35,.16);
    border-radius: 4px;
    width: 405px;
    height: 112px;
    padding: 20px
}

.info-modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.info-modal__close-icon {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 12px;
    height: 12px;
    cursor: pointer
}

.block__header[data-v-7ef24bb2] {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

@media(min-width: 67.5em) {
    .block__header[data-v-7ef24bb2] {
        -webkit-box-align:normal;
        -ms-flex-align: normal;
        align-items: normal;
        margin-bottom: 23.85px;
        height: auto
    }
}

.block__header .header__homelink[data-v-7ef24bb2] {
    position: absolute;
    left: -20px
}

@media(min-width: 67.5em) {
    .block__header .header__homelink[data-v-7ef24bb2] {
        left:-3.62px
    }
}

.block__header .header__homelink[data-v-7ef24bb2]::before {
    font-size: 1em
}

.block__subtitle[data-v-7ef24bb2] {
    font-style: normal;
    color: #454545;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    height: 12px
}

@media(min-width: 67.5em) {
    .block__subtitle[data-v-7ef24bb2] {
        font-size:16px;
        line-height: 16px;
        height: 16px
    }
}

.block__subtitle__2[data-v-7ef24bb2] {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center
}

@media(min-width: 67.5em) {
    .block__subtitle__2[data-v-7ef24bb2] {
        margin-bottom:16px
    }
}

.block__separator[data-v-7ef24bb2] {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block__separator label[data-v-7ef24bb2] {
    padding: 0 8px;
    background-color: #fff
}

.checkbox-input[data-v-7ef24bb2] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.checkbox-input+.form-group__checkbox-label[data-v-7ef24bb2]::before {
    background: #ececec;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%
}

.checkbox-input:active+.form-group__checkbox-label[data-v-7ef24bb2]::before {
    opacity: .8
}

.checkbox-input:hover+.form-group__checkbox-label[data-v-7ef24bb2]::before {
    position: relative;
    top: -10px;
    opacity: .6
}

.checkbox-input:checked:hover+.form-group__checkbox-label[data-v-7ef24bb2]::before {
    opacity: .08
}

.checkbox-input:checked:active+.form-group__checkbox-label[data-v-7ef24bb2]::before {
    opacity: .8
}

#remind-me:hover+.form-group__checkbox-label[data-v-7ef24bb2]:before {
    top: 0
}

.checkbox-input:checked+.form-group__checkbox-label[data-v-7ef24bb2]::before {
    background: #00a86e;
    opacity: 0
}

.checkbox-input:checked+.form-group__checkbox-label[data-v-7ef24bb2]::after {
    background-color: #6bd89d;
    content: url(fonts/icon-check-vector-bold-white.svg);
    border: none;
    padding-top: 3.5px
}

.success-content[data-v-7ef24bb2] {
    margin: 0 10px
}

.block__header {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

@media(min-width: 67.5em) {
    .block__header {
        -webkit-box-align:normal;
        -ms-flex-align: normal;
        align-items: normal;
        margin-bottom: 23.85px;
        height: auto
    }
}

.block__header .header__homelink {
    position: absolute;
    left: -20px
}

@media(min-width: 67.5em) {
    .block__header .header__homelink {
        left:-3.62px
    }
}

.block__header .header__homelink::before {
    font-size: 1em
}

.block__subtitle {
    font-style: normal;
    color: #454545;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    height: 12px
}

@media(min-width: 67.5em) {
    .block__subtitle {
        font-size:16px;
        line-height: 16px;
        height: 16px
    }
}

.block__subtitle__2 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center
}

@media(min-width: 67.5em) {
    .block__subtitle__2 {
        margin-bottom:16px
    }
}

.block__separator {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block__separator label {
    padding: 0 8px;
    background-color: #fff
}

.checkbox-input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.checkbox-input+.form-group__checkbox-label::before {
    background: #ececec;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%
}

.checkbox-input:active+.form-group__checkbox-label::before {
    opacity: .8
}

.checkbox-input:hover+.form-group__checkbox-label::before {
    position: relative;
    top: -10px;
    opacity: .6
}

.checkbox-input:checked:hover+.form-group__checkbox-label::before {
    opacity: .08
}

.checkbox-input:checked:active+.form-group__checkbox-label::before {
    opacity: .8
}

#remind-me:hover+.form-group__checkbox-label:before {
    top: 0
}

.checkbox-input:checked+.form-group__checkbox-label::before {
    background: #00a86e;
    opacity: 0
}

.checkbox-input:checked+.form-group__checkbox-label::after {
    background-color: #6bd89d;
    content: url(fonts/icon-check-vector-bold-white.svg);
    border: none;
    padding-top: 3.5px
}

.page-my-account-cmax-subscription {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1440px;
    margin: auto
}

@media screen and (max-width: 1079px) {
    .page-my-account-cmax-subscription .page-my-account__block-title {
        margin-left:0
    }
}

.page-my-account-cmax-subscription__header {
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 1
}

@media screen and (max-width: 1079px) {
    .page-my-account-cmax-subscription__header {
        display:block;
        margin: 0 15.5px 1em
    }
}

.page-my-account-cmax-subscription__body {
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 1079px) {
    .page-my-account-cmax-subscription__body {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.page-my-account-cmax-subscription__nav {
    width: 250px;
    padding-top: 79px;
    background-color: #000
}

@media screen and (max-width: 1079px) {
    .page-my-account-cmax-subscription__nav {
        width:250px;
        background: #fff
    }
}

.page-my-account-cmax-subscription__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 105.48px;
    padding-left: 5px;
    gap: 51px
}

@media screen and (max-width: 1079px) {
    .page-my-account-cmax-subscription__wrapper {
        padding:0
    }
}

.page-my-account-cmax-subscription__header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px
}

.page-my-account-cmax-subscription__header-content-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 32px;
    font-weight: 600;
    gap: 9px
}

.page-my-account-cmax-subscription__header-content-title .icon--play-black {
    width: 40px;
    height: 40px
}

@media screen and (max-width: 1079px) {
    .page-my-account-cmax-subscription__header-content {
        display:none
    }
}

.page-my-account-cmax-subscription__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 852px;
    padding-left: 20px;
    margin-bottom: 50px
}

@media screen and (max-width: 1140px) {
    .page-my-account-cmax-subscription__content {
        width:800px
    }
}

@media screen and (max-width: 1079px) {
    .page-my-account-cmax-subscription__content {
        width:100%;
        padding: 0;
        margin: 0
    }
}

.page-my-account-cmax-subscription__content-borders {
    border: 1px solid #ececec;
    background: #fff;
    padding-top: 24px
}

@media screen and (max-width: 1079px) {
    .page-my-account-cmax-subscription__content-borders {
        padding-top:0;
        border: none
    }
}

.page-my-account-cmax-subscription__banner {
    height: auto;
    width: 100%;
    margin-bottom: 10px
}

.page-my-account-cmax-subscription__banner-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    color: #454545;
    font-size: 18px;
    background-color: #000;
    color: #fff;
    width: 100%;
    padding: 0 15.5px
}

.page-my-account-cmax-subscription__banner-media b {
    text-align: center;
    width: 100%;
    font-size: 18px
}

@media all and (max-width: 360px) {
    .page-my-account-cmax-subscription__banner-media {
        font-size:18px
    }
}

.page-my-account-cmax-subscription__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 16px;
    margin: 0 26px;
    gap: 8px;
    border: 1px solid #ececec;
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 24px;
    background-color: #fff
}

@media screen and (max-width: 1079px) {
    .page-my-account-cmax-subscription__status {
        margin-top:24px;
        padding: 10px 5px;
        margin: 0 15.5px
    }
}

.page-my-account-cmax-subscription__status-title {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 15px
}

@media screen and (max-width: 1079px) {
    .page-my-account-cmax-subscription__status-title {
        font-size:18px;
        text-align: center
    }
}

.page-my-account-cmax-subscription__status-link {
    text-decoration: none;
    color: #fe4b4b;
    font-size: 16px;
    margin-bottom: 45px
}

.page-my-account-cmax-subscription__status-link:hover {
    text-decoration: underline
}

.page-my-account-cmax-subscription__status-header-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-size: 12px;
    width: 50%
}

@media screen and (max-width: 500px) {
    .page-my-account-cmax-subscription__status-header-bar {
        width:85%
    }
}

.page-my-account-cmax-subscription__status-header-bar-status-green,.page-my-account-cmax-subscription__status-header-bar-status-orange,.page-my-account-cmax-subscription__status-header-bar-status-red {
    padding: 6px 12px;
    border-radius: 16px
}

.page-my-account-cmax-subscription__status-header-bar-status-green {
    color: #00a86e;
    background-color: #eafef4
}

.page-my-account-cmax-subscription__status-header-bar-status-orange {
    color: #f07b0e;
    background-color: #fdfadb
}

.page-my-account-cmax-subscription__status-header-bar-status-red {
    color: #f15f65;
    background-color: #fcdfe0
}

.page-my-account-cmax-subscription__status-bar-green,.page-my-account-cmax-subscription__status-bar-orange,.page-my-account-cmax-subscription__status-bar-red {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: 50%
}

@media screen and (max-width: 500px) {
    .page-my-account-cmax-subscription__status-bar-green,.page-my-account-cmax-subscription__status-bar-orange,.page-my-account-cmax-subscription__status-bar-red {
        width:85%
    }
}

.page-my-account-cmax-subscription__status-bar-green img,.page-my-account-cmax-subscription__status-bar-orange img,.page-my-account-cmax-subscription__status-bar-red img {
    padding: 2px;
    border-radius: 50px
}

.page-my-account-cmax-subscription__status-bar-green .bar,.page-my-account-cmax-subscription__status-bar-orange .bar,.page-my-account-cmax-subscription__status-bar-red .bar {
    width: 100%;
    height: 8px;
    border-radius: 40px;
    background: #ececec
}

.page-my-account-cmax-subscription__status-bar-green .bar:before,.page-my-account-cmax-subscription__status-bar-orange .bar:before,.page-my-account-cmax-subscription__status-bar-red .bar:before {
    content: "";
    display: block;
    height: 8px;
    border-radius: 40px;
    width: var(--bar-size)
}

.page-my-account-cmax-subscription__status-bar-green img {
    background: #eafef4
}

.page-my-account-cmax-subscription__status-bar-green .bar:before {
    background: #00a86e
}

.page-my-account-cmax-subscription__status-bar-orange img {
    background: #fdfadb
}

.page-my-account-cmax-subscription__status-bar-orange .bar:before {
    background: #f07b0e
}

.page-my-account-cmax-subscription__status-bar-red img {
    background: #fcdfe0
}

.page-my-account-cmax-subscription__status-bar-red .bar {
    background: #f15f65
}

.page-my-account-cmax-subscription__status-footer-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #454545;
    gap: 8px
}

.page-my-account-cmax-subscription__status-footer-bar .saving-price {
    font-weight: 700;
    line-height: 150%
}

.page-my-account-cmax-subscription__status-footer-bar .saving-price b {
    font-size: 36px
}

@media screen and (max-width: 1079px) {
    .page-my-account-cmax-subscription__status-footer-bar {
        font-size:12px;
        padding: 0 5px
    }

    .page-my-account-cmax-subscription__status-footer-bar .saving-price b {
        font-size: 25px
    }
}

.page-my-account-cmax-subscription__cancel-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    background: transparent;
    color: #e95e64;
    border: 2px solid #e95e64;
    border-radius: 4px;
    padding: 11px 15px;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 12px
}

.page-my-account-cmax-subscription__cancel-button:hover {
    background-color: #e95e641a;
    cursor: pointer
}

.page-my-account-cmax-subscription__title {
    background-color: #fff;
    padding: 24px 26px 18px 26px
}

.page-my-account-cmax-subscription__title p {
    padding: 30px 86.5px;
    gap: 16px;
    border: 1px solid #ececec;
    border-radius: 0px 0px 4px 4px;
    font-family: "Poppins";
    font-size: 24px;
    line-height: 34px;
    text-align: center
}

@media screen and (max-width: 1079px) {
    .page-my-account-cmax-subscription__title {
        padding:24px 20px 18px 20px
    }

    .page-my-account-cmax-subscription__title p {
        padding: 10px 5px;
        font-size: 16px;
        margin-bottom: 0
    }
}

.page-my-account-cmax-subscription__readonly-title {
    margin: 0 26px;
    font-size: 24px;
    padding-bottom: 24px
}

@media screen and (max-width: 1079px) {
    .page-my-account-cmax-subscription__readonly-title {
        margin:20px 15.5px 0
    }
}

.page-my-account-cmax-subscription__subscriptions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 26px
}

@media screen and (max-width: 1079px) {
    .page-my-account-cmax-subscription__subscriptions {
        padding:0
    }
}

.page-my-account-cmax-subscription__choose-title {
    font-family: "Poppins";
    font-size: 24px;
    line-height: 36px;
    color: #242424;
    padding-bottom: 18px;
    margin-bottom: 0
}

@media screen and (max-width: 1079px) {
    .page-my-account-cmax-subscription__choose-title {
        font-size:16px;
        padding: 0 20px 18px 20px
    }
}

.page-my-account-cmax-subscription__create-loyalty-card {
    background-color: #ffe2e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 8px 16px 16px;
    margin-bottom: 18px;
    border-radius: 4px;
    max-width: 800px;
    max-height: 96px
}

.page-my-account-cmax-subscription__create-loyalty-card img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    padding: 16px;
    width: auto;
    height: 100%
}

@media screen and (max-width: 1079px) {
    .page-my-account-cmax-subscription__create-loyalty-card img {
        padding-left:0
    }
}

.page-my-account-cmax-subscription__create-loyalty-card button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    background-color: #f94c4f;
    color: #fff;
    margin-right: 40px;
    width: 46%
}

.page-my-account-cmax-subscription__create-loyalty-card button img {
    width: auto;
    height: auto;
    padding-right: 0
}

@media screen and (max-width: 1079px) {
    .page-my-account-cmax-subscription__create-loyalty-card button {
        width:auto
    }
}

@media screen and (max-width: 1079px) {
    .page-my-account-cmax-subscription__create-loyalty-card {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 16px 20px;
        gap: 16px;
        max-width: none;
        max-height: none
    }

    .page-my-account-cmax-subscription__create-loyalty-card button {
        margin: 0
    }
}

.page-my-account-cmax-subscription__create-loyalty-card-media-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.page-my-account-cmax-subscription__create-loyalty-card-media-title p {
    font-size: 20px;
    padding-top: 15px
}

@media screen and (max-width: 1079px) {
    .page-my-account-cmax-subscription__create-loyalty-card-media-title {
        width:auto
    }

    .page-my-account-cmax-subscription__create-loyalty-card-media-title p {
        font-size: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.page-my-account-cmax-subscription__create-loyalty-card-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px
}

.page-my-account-cmax-subscription__create-loyalty-card-text-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    color: #232323
}

.page-my-account-cmax-subscription__create-loyalty-card-text-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    color: #454545
}

.page-my-account-cmax-subscription__create-loyalty-card-text-media {
    font-size: 12px;
    line-height: 18px
}

.page-my-account-cmax-subscription__disabledSubscriptions {
    pointer-events: none;
    opacity: .4
}

.page-my-account-cmax-subscription__footer {
    padding: 0 26px
}

@media screen and (max-width: 1079px) {
    .page-my-account-cmax-subscription__footer {
        padding:0
    }
}

.red-bold {
    color: #e95e64;
    font-weight: 600
}

.bigger {
    font-size: 20px
}

.modal-nav-menu {
    position: fixed;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1000
}

.modal-nav-menu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 16px;
    gap: 20px
}

.modal-nav-menu__header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal-nav-menu__header-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #fff;
    gap: 11px;
    padding: 15px
}

@media all and (max-width: 360px) {
    .modal-nav-menu__header {
        font-size:18px
    }
}

.v-popper__inner {
    background-color: #fff;
    border-radius: 5px
}

.tooltip__header {
    background-color: #ea5d64;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    padding: 10px;
    margin-bottom: 5px
}

.tooltip__body {
    padding-left: 10px;
    font-size: 10px;
    line-height: 15px;
    padding-top: 0;
    color: #454545
}

.v-popper__popper {
    -webkit-box-shadow: 0px 1px 12px rgba(35,35,35,.16);
    box-shadow: 0px 1px 12px rgba(35,35,35,.16);
    height: 125px;
    width: 220px;
    background-color: #fff
}

.v-popper__arrow-outer,.v-popper__arrow-inner {
    color: #ea5d64
}

/*# sourceMappingURL=main.css.map*/
