.stretched-link::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

button, .button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
}

.bg-image img, .covered, .cover-bg {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none;
}

.d-flex-cc,
.d-flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

body, .text--18 {
    font-size: 18px;
    line-height: 1.39;
}
@media only screen and (max-width: 767px) {
    body, .text--18 {
        font-size: 14px;
    }
}

.text--20 {
    font-weight: 500;
    line-height: 1.2;
}

.text--20 {
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .text--20 {
        font-size: 14px;
    }
}

.text--30 {
    font-size: 30px;
    line-height: 1;
}
@media only screen and (max-width: 1199px) {
    .text--30 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .text--30 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .text--30 {
        font-size: 18px;
    }
}

.text--21 {
    font-size: 21px;
    line-height: 1.29;
}
@media only screen and (max-width: 1199px) {
    .text--21 {
        font-size: 18px;
    }
}

.text--20 {
    font-weight: 400;
}
@media only screen and (max-width: 1199px) {
    .text--20 {
        font-size: 18px;
    }
}

.text--17 {
    font-size: 17px;
    line-height: 1.29;
}

.text--16 {
    font-size: 16px;
    line-height: 1.38;
}
@media only screen and (max-width: 767px) {
    .text--16 {
        font-size: 14px;
    }
}

.text--15 {
    font-size: 15px;
    line-height: 1.47;
}

.text--14 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.93px;
    line-height: 1.07;
}

.text--12 {
    font-size: 12px;
    line-height: 1.6;
}

.text *,
.title *,
.title-main * {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    font-style: inherit;
    font-family: inherit;
    background-color: transparent;
}

.overflow-h {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

button:focus-visible, a:focus-visible {
    outline-offset: 0;
    outline: 2.5px solid #000;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    text-align: left;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    text-decoration: none;
    background-color: transparent;
}
a:hover, a:focus {
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 1rem;
}

button {
    border-radius: 0;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: button;
}

input,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

select {
    word-wrap: normal;
    text-transform: none;
}

input {
    overflow: visible;
}

[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

@media (min-width: 320px) {
    .text-xs-center {
        text-align: center;
    }

    .text-xs-left {
        text-align: left;
    }

    .text-xs-right {
        text-align: right;
    }

    .d-xs-none {
        display: none !important;
    }

    .d-xs-inline-block {
        display: inline-block !important;
    }

    .d-xs-block {
        display: block !important;
    }

    .d-xs-flex {
        display: flex !important;
    }

    .d-xs-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .text-sm-center {
        text-align: center;
    }

    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1023.8px) {
    .text-md-center {
        text-align: center;
    }

    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .d-md-none {
        display: none !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .text-lg-center {
        text-align: center;
    }

    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1439px) {
    .text-xl-center {
        text-align: center;
    }

    .text-xl-left {
        text-align: left;
    }

    .text-xl-right {
        text-align: right;
    }

    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.container {
    display: block;
    margin: 0 auto;
    max-width: calc(100% - 30px);
    padding: 0;
    width: 100%;
}
.container .container {
    padding: 0 !important;
}
@media only screen and (max-width: 1022.8px) {
    .container .container {
        max-width: 100%;
    }
}

.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

[class*=col-] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.666667%;
    flex-basis: 16.666667%;
    max-width: 16.666667%;
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-1 {
    margin-left: 8.333%;
}

.col-xs-offset-2 {
    margin-left: 16.666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.333%;
}

.col-xs-offset-5 {
    margin-left: 41.667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.333%;
}

.col-xs-offset-8 {
    margin-left: 66.667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.333%;
}

.col-xs-offset-11 {
    margin-left: 91.667%;
}

.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

@media only screen and (min-width: 768px) {
    .row {
        margin-left: -12.5px;
        margin-right: -12.5px;
    }

    .container {
        max-width: calc(100% - 50px);
    }

    .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    [class*=col-] {
        padding-left: 12.5px;
        padding-right: 12.5px;
    }

    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.667%;
    }

    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 1023.8px) {
    .row {
        margin-left: -12.5px;
        margin-right: -12.5px;
    }

    .container {
        max-width: 1047px;
        padding-left: 12.5px;
        padding-right: 12.5px;
    }

    .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    [class*=col-] {
        padding-left: 12.5px;
        padding-right: 12.5px;
    }

    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.333%;
    }

    .col-md-offset-2 {
        margin-left: 16.666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.333%;
    }

    .col-md-offset-5 {
        margin-left: 41.667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333%;
    }

    .col-md-offset-8 {
        margin-left: 66.667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.333%;
    }

    .col-md-offset-11 {
        margin-left: 91.667%;
    }

    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 1200px) {
    .row {
        margin-left: -12.5px;
        margin-right: -12.5px;
    }

    .container {
        max-width: 1140px;
        padding-left: 12.5px;
        padding-right: 12.5px;
    }

    .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    [class*=col-] {
        padding-left: 12.5px;
        padding-right: 12.5px;
    }

    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.667%;
    }

    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 1440px) {
    .row {
        margin-left: -12.5px;
        margin-right: -12.5px;
    }

    .container {
        max-width: 1140px;
        padding-left: 12.5px;
        padding-right: 12.5px;
    }

    .col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    [class*=col-] {
        padding-left: 12.5px;
        padding-right: 12.5px;
    }

    .col-xl {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-xl-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-xl-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-xl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-xl-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-xl-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-xl-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .col-xl-offset-1 {
        margin-left: 8.333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.666667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.667%;
    }

    .start-xl {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-xl {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .end-xl {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-xl {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .middle-xl {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .bottom-xl {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-xl {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-xl {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-xl {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color:#007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.leaflet-container {
    overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
    background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 400;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}

.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}

/* control positioning */
.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-control {
    float: left;
    clear: both;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}

/* cursors */
.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
    background: #ddd;
    outline: 0;
}

.leaflet-container a {
    color: #0078a8;
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-bar a:hover {
    background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px "Lucida Console", Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}

.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.leaflet-control-layers label {
    display: block;
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
    background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}

.leaflet-control-attribution a {
    text-decoration: none;
}

.leaflet-control-attribution a:hover {
    text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

/* popup */
.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}

.leaflet-popup-content p {
    margin: 18px 0;
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
    margin-top: 6px;
}

.leaflet-tooltip-top {
    margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.leaflet-tooltip-left {
    margin-left: -6px;
}

.leaflet-tooltip-right {
    margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

@font-face {
    font-family: "Roboto";
    src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.cover-bg {
    background-size: cover;
    background-position: center center;
}
.cover-bg img {
    display: none;
}

.covered {
    max-height: initial;
}

.bg-image img {
    max-height: initial;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

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

.p-0 {
    padding: 0 !important;
}

.text--white {
    color: #fff;
}
.text--gray {
    color: #5b5b5b;
}
.text--bd {
    font-weight: 700;
}
.text--sb {
    font-weight: 600;
}
.text--md {
    font-weight: 500;
}
.text--lt {
    font-weight: 300;
}
.text--uppercase {
    text-transform: uppercase;
}

.stretched-link::before {
    z-index: 3;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.d-flex {
    display: flex;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    bottom: 0;
    margin: 0 5px;
}

.swiper-pagination {
    display: inline-flex;
    align-items: center;
    font-size: 0;
    line-height: 0;
    position: relative;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    opacity: 1;
    border: 1px solid #121212;
    background-color: #fff;
    margin: 0 5px;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.swiper-pagination-bullet:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #fff;
}

.slider-nav .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 36px;
    width: 36px;
    border-radius: 100%;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    left: -40px;
}
@media only screen and (max-width: 767px) {
    .slider-nav .slider-arrow {
        position: relative;
        top: inherit;
        transform: translate(0);
        height: 28px;
        width: 28px;
        left: inherit;
    }
}
@media only screen and (max-width: 767px) {
    .slider-nav .slider-arrow .icon {
        height: 16px;
    }
}
.slider-nav .slider-arrow.arrow-right {
    right: -40px;
    left: inherit;
}
@media only screen and (max-width: 767px) {
    .slider-nav .slider-arrow.arrow-right {
        right: inherit;
    }
}
.slider-nav .slider-arrow:hover {
    background-color: #00448a;
    box-shadow: 0 0 0 2px rgba(0, 68, 138, 0.5);
}
.slider-nav .slider-arrow:hover .icon::before {
    background-color: #fff;
}
.slider-nav .slider-arrow.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background-color: #00448a;
    color: #fff;
}

body {
    color: #121212;
    font-family: "Roboto", sans-serif;
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: calc(var(--vh, 1vh) * 100);
    align-items: flex-start;
}
@media only screen and (max-width: 1022.8px) {
    body.is-open-menu {
        overflow: hidden;
    }
}

.noselect,
.noselect * {
    user-select: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease, border 0.3s ease;
    -webkit-transition: color 0.3s ease, border 0.3s ease;
}
h1 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h2 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h3 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h4 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h5 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h6 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

:focus {
    outline: none;
}

img {
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: cover;
}

figure img {
    margin: 0;
}

.sc-general {
    position: relative;
    width: 100%;
}

.swiper-container:not(.swiper-container-initialized) .swiper-pagination,
.swiper-container:not(.swiper-container-initialized) .swiper-slide:not(:first-of-type) {
    display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 0 !important;
}

form select::-ms-expand {
    display: none;
}

input,
select,
textarea {
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input:invalid {
    outline: none;
}

textarea::-ms-clear,
input::-ms-clear {
    display: none;
}

hr {
    border: 0;
    height: 1px;
}

blockquote {
    margin: 0;
}

main {
    width: 100%;
    flex: 1 0 auto;
    padding-top: 96px;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    main {
        padding-top: 74px;
    }
}
@media only screen and (max-width: 767px) {
    main {
        padding-top: 62px;
    }
}
@media print {
    main {
        padding-top: 0;
    }
}
main.main--has-bg {
    background-color: #f3f5fb;
}

img.lazyload,
img.lazyloaded {
    transition: opacity 0.3s ease, transform 0.3s ease !important;
}

section:last-child {
    margin-bottom: 0;
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.85);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}
.loading.is-active {
    opacity: 1;
    pointer-events: auto;
}
.loading .circle-1,
.loading .circle-2 {
    background-color: #00448a;
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: loading 1.6s infinite ease-in-out;
}
.loading .circle-2 {
    animation-delay: -0.8s;
}
@keyframes loading {
    0%, 100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

.grecaptcha-badge,
.g-captcha,
.g-recaptcha {
    position: absolute !important;
    right: 100vw !important;
    top: -100vh !important;
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }

    .d-print-none {
        display: none !important;
    }
}
.back-link {
    display: grid;
    grid-template-columns: 10px 1fr;
    grid-gap: 4px;
    align-items: center;
    color: #00448a;
    transition: color 0.3s ease;
}
.back-link .icon {
    transition: transform 0.3s ease;
}
.back-link:hover {
    color: inherit;
}
.back-link:hover .icon {
    transform: translateX(-4px) scale(-1);
}
.back-link:hover .icon::before {
    background-color: #000;
}
.body-text--18 {
    font-size: 18px;
    line-height: 1.39;
}
@media only screen and (max-width: 767px) {
    .body-text--18 {
        font-size: 14px;
    }
}

.body-text--21 {
    font-size: 21px;
    line-height: 1.29;
}
@media only screen and (max-width: 1199px) {
    .body-text--21 {
        font-size: 18px;
    }
}

.body-text--16 {
    font-size: 16px;
    line-height: 1.38;
}
@media only screen and (max-width: 767px) {
    .body-text--16 {
        font-size: 14px;
    }
}

.body-text--14 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.93px;
    line-height: 1.07;
}

.body-text a {
    color: #00448a;
}
.body-text a:hover {
    text-decoration: underline;
}
.btn {
    position: relative;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.29;
    padding: 6px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    text-align: center;
    min-width: 215px;
    min-height: 60px;
    color: #fff;
    background-color: #00448a;
    transition: background-color 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .btn {
        min-width: 150px;
        min-height: 46px;
        font-size: 14px;
    }
}
.btn i,
.btn span {
    position: relative;
    z-index: 4;
}
.btn .icon {
    margin-left: 16px;
}
.btn .icon::before {
    background-color: #fff;
}
.btn:hover, .btn:focus {
    background-color: #219CDC;
}
.btn:focus-visible {
    outline-color: #000;
}
.btn--secondary {
    color: #5b5b5b;
    background-color: #e3e5eb;
}
.btn--secondary:hover, .btn--secondary:focus {
    color: #fff;
    background-color: #219CDC;
}
.btn--white {
    color: #00448a;
    background-color: #fff;
}
.btn--white:hover, .btn--white:focus {
    color: #fff;
    background-color: #00448a;
}
.btn.is-disabled, .btn.disabled {
    pointer-events: none;
    background-color: #fff;
    border: 2px solid #e3e5eb;
    color: #5b5b5b;
}
.btn.is-disabled::after, .btn.is-disabled::before, .btn.disabled::after, .btn.disabled::before {
    display: none;
}
.checkbox {
    font-size: 16px;
    line-height: 1.38;
}
@media only screen and (max-width: 767px) {
    .checkbox {
        font-size: 14px;
    }
}

.checkbox input:focus-visible + label::before {
    outline-offset: 0;
    outline: 2.5px solid #000;
}

.checkbox {
    user-select: none;
}
.checkbox__label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin: 0;
    display: block;
}
.checkbox__label::before, .checkbox__label::after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 767px) {
    .checkbox__label::before, .checkbox__label::after {
        top: -2px;
    }
}
.checkbox__label:before {
    border-radius: 4px;
    border: 2px solid #121212;
    background-color: #fff;
    transition: background-color 0.3s ease;
}
.checkbox__label::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9'%3E%3Cpath id='Path' d='M10.9,0a1.071,1.071,0,0,0-.736.328C8.089,2.4,6.2,4.448,4.195,6.486L1.74,4.527A1.071,1.071,0,1,0,.4,6.2L3.613,8.766a1.071,1.071,0,0,0,1.425-.08C7.343,6.377,9.412,4.1,11.674,1.839h0A1.07,1.07,0,0,0,10.9,0Z' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat center/11px;
    transform: scale(0);
    transition: transform 0.3s ease;
}
.checkbox.is-disabled {
    opacity: 0.6;
    pointer-events: none;
}
.checkbox input:checked ~ label::after {
    transform: scale(1);
}
.checkbox input:checked ~ label:before {
    background-color: #000;
}
.checkbox a {
    text-decoration: underline;
}
.checkbox a:hover {
    text-decoration: none;
}
.checkbox.hide-label {
    width: 22px;
    height: 22px;
}
.checkbox.hide-label .checkbox__label::before, .checkbox.hide-label .checkbox__label::after {
    top: 0;
}
.checkbox.is-validation-failed .checkbox__label {
    color: #ff582b;
}
.checkbox.is-validation-failed .checkbox__label::before {
    border-color: #ff582b;
}
.checkbox.is-validation-failed input:checked ~ label::before {
    background-color: #ff582b;
}
.dropdown {
    width: 100%;
    position: relative;
    user-select: none;
}
.dropdown__placeholder {
    position: relative;
    width: 100%;
    height: 64px;
    border: 1px solid #9a9a9a;
    background-color: #fff;
    border-radius: 8px;
    outline: none;
    z-index: 1;
    cursor: pointer;
    padding: 2px 20px;
    display: flex;
    align-items: center;
    transition: border-color 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .dropdown__placeholder {
        height: 48px;
        padding: 6px 15px;
    }
}
.dropdown__placeholder-icon {
    background-color: #00448a;
    width: 28px;
    border-radius: 0 6px 6px 0;
    height: calc(100% - 4px);
    position: absolute;
    top: 2px;
    right: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown__placeholder .icon {
    width: 10px;
    height: 6px;
    pointer-events: none;
    transition: transform 0.3s ease;
}
.dropdown__placeholder .icon::before {
    background-color: #fff;
}
.dropdown__placeholder-text {
    transition: transform 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding-right: 40px;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .dropdown__placeholder-text {
        font-size: 16px;
    }
}
.dropdown__list {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9;
    left: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown__list-item {
    position: relative;
}
.dropdown__list-inner {
    padding: 8px 0;
    overflow: auto;
    border-radius: 0 0 6px 6px;
    max-height: 296px;
    border: 1px solid #9a9a9a;
    background-color: #fff;
}
@media only screen and (min-width: 1023.8px) {
    .dropdown__list-inner {
        scrollbar-track-color: #dedad5;
        scrollbar-face-color: #dedad5;
        scrollbar-arrow-color: #dedad5;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .dropdown__list-inner::-webkit-scrollbar {
        width: 4px;
    }
    .dropdown__list-inner ::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: #dedad5;
    }
    .dropdown__list-inner ::-webkit-scrollbar-thumb:window-inactive {
        background: #dedad5;
    }
    .dropdown__list-inner::-webkit-scrollbar-thumb {
        background: #dedad5;
        width: 4px;
        border-radius: 0;
    }
    .dropdown__list-inner::-webkit-scrollbar-thumb:hover {
        background: #dedad5;
    }
    .dropdown__list-inner ::-webkit-scrollbar {
        width: 4px;
    }
}
@media only screen and (max-width: 767px) {
    .dropdown__list-inner {
        max-height: 160px;
    }
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input) {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input):checked + .dropdown__list-option {
    color: #00448a;
}
.dropdown__list-option {
    cursor: pointer;
    margin: 0;
    width: 100%;
    display: block;
    padding: 8px 20px;
    background-color: transparent;
    transition: color 0.3s ease, background-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .dropdown__list-option {
        padding: 6px 15px;
    }
}
.dropdown.is-open .dropdown__placeholder {
    border-radius: 6px 6px 0 0;
}
.dropdown.is-open .dropdown__placeholder-icon {
    border-radius: 0 6px 0 0;
}
.dropdown.is-open .icon {
    transform: scaleY(-1);
}
.dropdown.is-open .dropdown__list {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
.dropdown--search .dropdown__list-inner {
    padding-top: 64px;
    max-height: 304px;
}
@media only screen and (max-width: 767px) {
    .dropdown--search .dropdown__list-inner {
        max-height: 276px;
        padding-top: 54px;
    }
}
.dropdown--search .dropdown__search {
    opacity: 1;
    pointer-events: all;
}
.dropdown.is-validation-failed .dropdown__placeholder {
    border-color: #ff582b;
}
.dropdown__error {
    display: none;
    color: #ff582b;
    position: relative;
    margin-top: 5px;
}
.is-validation-failed .dropdown__error {
    display: block;
}
.icon::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.icon {
    display: block;
    position: relative;
}
.icon::before {
    background-color: var(--icon-color, #121212);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: background-color 0.3s ease;
}
.icon-arrow-right, .icon-arrow-left {
    width: 20px;
    height: 20px;
}
.icon-arrow-right::before, .icon-arrow-left::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.002' height='20'%3E%3Cg data-name='ikone / slider arrow left copy'%3E%3Cpath data-name='ikone / slider arrow left background' fill='none' d='M0 0h20v20H0z'/%3E%3Cpath data-name='Combined Shape' d='M19.636 8.853a1.29 1.29 0 0 1 0 1.8l-7.602 7.6-1.768-1.768 5.5-5.5H.993v-2.5H15.73L10.265 3.02l1.769-1.767Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.002' height='20'%3E%3Cg data-name='ikone / slider arrow left copy'%3E%3Cpath data-name='ikone / slider arrow left background' fill='none' d='M0 0h20v20H0z'/%3E%3Cpath data-name='Combined Shape' d='M19.636 8.853a1.29 1.29 0 0 1 0 1.8l-7.602 7.6-1.768-1.768 5.5-5.5H.993v-2.5H15.73L10.265 3.02l1.769-1.767Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-chevron-left, .icon-chevron-right {
    height: 10px;
    width: 6px;
}
.icon-chevron-left::before, .icon-chevron-right::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.2' height='9.5' xml:space='preserve'%3E%3Cpath fill='none' d='M.239-.55h6v10h-6z'/%3E%3Cpath fill='%23FFF' d='m6.039 4.75-4.5 4.6c-.4.3-1 .3-1.3-.1-.3-.3-.3-.9 0-1.2l3.3-3.3-3.3-3.2c-.3-.4-.3-.9 0-1.3.4-.3.9-.3 1.3 0l4.5 4.5z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.2' height='9.5' xml:space='preserve'%3E%3Cpath fill='none' d='M.239-.55h6v10h-6z'/%3E%3Cpath fill='%23FFF' d='m6.039 4.75-4.5 4.6c-.4.3-1 .3-1.3-.1-.3-.3-.3-.9 0-1.2l3.3-3.3-3.3-3.2c-.3-.4-.3-.9 0-1.3.4-.3.9-.3 1.3 0l4.5 4.5z'/%3E%3C/svg%3E");
}
.icon-chevron-up, .icon-chevron-down {
    height: 6px;
    width: 8px;
}
.icon-chevron-up::before, .icon-chevron-down::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.578' height='6.058'%3E%3Cpath data-name='Combined Shape' d='M4.783 6.055.264 1.536A.9.9 0 0 1 1.536.264l3.253 3.252L8.042.264a.9.9 0 0 1 1.273 1.272L4.8 6.055a.009.009 0 0 1-.013 0Z' fill='%23fff'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.578' height='6.058'%3E%3Cpath data-name='Combined Shape' d='M4.783 6.055.264 1.536A.9.9 0 0 1 1.536.264l3.253 3.252L8.042.264a.9.9 0 0 1 1.273 1.272L4.8 6.055a.009.009 0 0 1-.013 0Z' fill='%23fff'/%3E%3C/svg%3E");
}
.icon-arrow-left, .icon-chevron-up, .icon-large-chevron-right, .icon-chevron-left {
    transform: scale(-1);
}
.icon-close {
    width: 16px;
    height: 16px;
}
.icon-close::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.264' height='16.264' viewBox='0 0 16.264 16.264'%3E%3Cpath d='M8.132,9.546,1.414,16.264,0,14.849,6.717,8.132,0,1.414,1.414,0,8.132,6.717,14.849,0l1.415,1.414L9.546,8.132l6.718,6.717-1.415,1.415Z' fill='%23222'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.264' height='16.264' viewBox='0 0 16.264 16.264'%3E%3Cpath d='M8.132,9.546,1.414,16.264,0,14.849,6.717,8.132,0,1.414,1.414,0,8.132,6.717,14.849,0l1.415,1.414L9.546,8.132l6.718,6.717-1.415,1.415Z' fill='%23222'/%3E%3C/svg%3E%0A");
}
.icon-eye {
    width: 16px;
    height: 12px;
}
.icon-eye::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9.983' viewBox='0 0 16 9.983'%3E%3Cpath d='M.222,5.749A1.388,1.388,0,0,1,.228,4.234a9.406,9.406,0,0,1,1.5-1.781A9.252,9.252,0,0,1,15.777,4.234h0a1.4,1.4,0,0,1,0,1.515,9.26,9.26,0,0,1-15.555,0Zm4.36-.74a3.4,3.4,0,1,0,3.4-3.441A3.425,3.425,0,0,0,4.582,5.009Zm1.143,0A2.26,2.26,0,1,1,7.982,7.276,2.263,2.263,0,0,1,5.725,5.009Z' fill='gray'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9.983' viewBox='0 0 16 9.983'%3E%3Cpath d='M.222,5.749A1.388,1.388,0,0,1,.228,4.234a9.406,9.406,0,0,1,1.5-1.781A9.252,9.252,0,0,1,15.777,4.234h0a1.4,1.4,0,0,1,0,1.515,9.26,9.26,0,0,1-15.555,0Zm4.36-.74a3.4,3.4,0,1,0,3.4-3.441A3.425,3.425,0,0,0,4.582,5.009Zm1.143,0A2.26,2.26,0,1,1,7.982,7.276,2.263,2.263,0,0,1,5.725,5.009Z' fill='gray'/%3E%3C/svg%3E%0A");
}
.icon-plus {
    width: 14px;
    height: 14px;
}
.icon-plus::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13'%3E%3Cg data-name='Group 6' transform='translate(0 -6)' fill='gray'%3E%3Crect data-name='Rectangle Copy 14' width='13' height='1' rx='.5' transform='translate(0 12)'/%3E%3Crect data-name='Rectangle Copy 14' width='13' height='1' rx='.5' transform='rotate(90 .5 6.5)'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13'%3E%3Cg data-name='Group 6' transform='translate(0 -6)' fill='gray'%3E%3Crect data-name='Rectangle Copy 14' width='13' height='1' rx='.5' transform='translate(0 12)'/%3E%3Crect data-name='Rectangle Copy 14' width='13' height='1' rx='.5' transform='rotate(90 .5 6.5)'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-user {
    width: 16px;
    height: 24px;
}
.icon-user::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.639' height='24.649' viewBox='0 0 16.639 24.649'%3E%3Cg id='ikone_uporabnik' data-name='ikone / uporabnik' transform='translate(0.5 0.5)'%3E%3Crect id='ikone_uporabnik_background' data-name='ikone / uporabnik background' width='16' height='24' fill='none'/%3E%3Cpath id='Combined_Shape' data-name='Combined Shape' d='M9.294,23.649a.561.561,0,1,1,0-1.12h5.148v-3.36A6.509,6.509,0,0,0,7.819,12.8a6.534,6.534,0,0,0-6.65,6.373v3.92a.576.576,0,0,1-.584.56A.559.559,0,0,1,0,23.089v-3.92a7.669,7.669,0,0,1,7.819-7.493,7.669,7.669,0,0,1,7.82,7.493v3.92a.6.6,0,0,1-.584.56ZM3.334,6.39v-2.1A4.395,4.395,0,0,1,7.82,0a4.4,4.4,0,0,1,4.486,4.286v2.1a4.16,4.16,0,0,1-1.324,3.022A4.555,4.555,0,0,1,7.82,10.676,4.395,4.395,0,0,1,3.334,6.39Zm1.2-2.1v2.1A3.221,3.221,0,0,0,7.82,9.531,3.221,3.221,0,0,0,11.108,6.39v-2.1A3.221,3.221,0,0,0,7.82,1.145,3.221,3.221,0,0,0,4.532,4.286Z' transform='translate(0 0)' fill='%2300448a' stroke='%2300448a' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.639' height='24.649' viewBox='0 0 16.639 24.649'%3E%3Cg id='ikone_uporabnik' data-name='ikone / uporabnik' transform='translate(0.5 0.5)'%3E%3Crect id='ikone_uporabnik_background' data-name='ikone / uporabnik background' width='16' height='24' fill='none'/%3E%3Cpath id='Combined_Shape' data-name='Combined Shape' d='M9.294,23.649a.561.561,0,1,1,0-1.12h5.148v-3.36A6.509,6.509,0,0,0,7.819,12.8a6.534,6.534,0,0,0-6.65,6.373v3.92a.576.576,0,0,1-.584.56A.559.559,0,0,1,0,23.089v-3.92a7.669,7.669,0,0,1,7.819-7.493,7.669,7.669,0,0,1,7.82,7.493v3.92a.6.6,0,0,1-.584.56ZM3.334,6.39v-2.1A4.395,4.395,0,0,1,7.82,0a4.4,4.4,0,0,1,4.486,4.286v2.1a4.16,4.16,0,0,1-1.324,3.022A4.555,4.555,0,0,1,7.82,10.676,4.395,4.395,0,0,1,3.334,6.39Zm1.2-2.1v2.1A3.221,3.221,0,0,0,7.82,9.531,3.221,3.221,0,0,0,11.108,6.39v-2.1A3.221,3.221,0,0,0,7.82,1.145,3.221,3.221,0,0,0,4.532,4.286Z' transform='translate(0 0)' fill='%2300448a' stroke='%2300448a' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-wallet {
    width: 34px;
    height: 30px;
}
.icon-wallet::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='30' viewBox='0 0 33 30'%3E%3Cpath id='Combined_Shape' data-name='Combined Shape' d='M29.138,30H3.862A3.854,3.854,0,0,1,0,26.163V3.838A3.854,3.854,0,0,1,3.862,0H24.926a3.854,3.854,0,0,1,3.862,3.838V4.883h.351A3.854,3.854,0,0,1,33,8.721V19.535a1.083,1.083,0,0,1-.014.175,1.083,1.083,0,0,1,.014.175,1.052,1.052,0,0,1-1.054,1.047H23.522a3.854,3.854,0,0,1-3.862-3.838v-.7a3.854,3.854,0,0,1,3.862-3.838h7.372V8.721a1.752,1.752,0,0,0-1.755-1.744H2.457a2.473,2.473,0,0,1-.351-.025V26.163a1.752,1.752,0,0,0,1.756,1.744H29.138a1.752,1.752,0,0,0,1.755-1.744V24.244a1.053,1.053,0,0,1,2.107,0v1.919A3.854,3.854,0,0,1,29.138,30ZM23.521,14.651A1.752,1.752,0,0,0,21.766,16.4v.7a1.752,1.752,0,0,0,1.755,1.744h7.373V14.651ZM3.786,2A1.834,1.834,0,0,0,2,3.875v.75A.367.367,0,0,0,2.357,5H27V3.875A1.834,1.834,0,0,0,25.214,2Z' transform='translate(0 0)' fill='%2300448a'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='30' viewBox='0 0 33 30'%3E%3Cpath id='Combined_Shape' data-name='Combined Shape' d='M29.138,30H3.862A3.854,3.854,0,0,1,0,26.163V3.838A3.854,3.854,0,0,1,3.862,0H24.926a3.854,3.854,0,0,1,3.862,3.838V4.883h.351A3.854,3.854,0,0,1,33,8.721V19.535a1.083,1.083,0,0,1-.014.175,1.083,1.083,0,0,1,.014.175,1.052,1.052,0,0,1-1.054,1.047H23.522a3.854,3.854,0,0,1-3.862-3.838v-.7a3.854,3.854,0,0,1,3.862-3.838h7.372V8.721a1.752,1.752,0,0,0-1.755-1.744H2.457a2.473,2.473,0,0,1-.351-.025V26.163a1.752,1.752,0,0,0,1.756,1.744H29.138a1.752,1.752,0,0,0,1.755-1.744V24.244a1.053,1.053,0,0,1,2.107,0v1.919A3.854,3.854,0,0,1,29.138,30ZM23.521,14.651A1.752,1.752,0,0,0,21.766,16.4v.7a1.752,1.752,0,0,0,1.755,1.744h7.373V14.651ZM3.786,2A1.834,1.834,0,0,0,2,3.875v.75A.367.367,0,0,0,2.357,5H27V3.875A1.834,1.834,0,0,0,25.214,2Z' transform='translate(0 0)' fill='%2300448a'/%3E%3C/svg%3E%0A");
}
.icon-check {
    width: 12px;
    height: 10px;
}
.icon-check::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9'%3E%3Cpath id='Path' d='M10.9,0a1.071,1.071,0,0,0-.736.328C8.089,2.4,6.2,4.448,4.195,6.486L1.74,4.527A1.071,1.071,0,1,0,.4,6.2L3.613,8.766a1.071,1.071,0,0,0,1.425-.08C7.343,6.377,9.412,4.1,11.674,1.839h0A1.07,1.07,0,0,0,10.9,0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9'%3E%3Cpath id='Path' d='M10.9,0a1.071,1.071,0,0,0-.736.328C8.089,2.4,6.2,4.448,4.195,6.486L1.74,4.527A1.071,1.071,0,1,0,.4,6.2L3.613,8.766a1.071,1.071,0,0,0,1.425-.08C7.343,6.377,9.412,4.1,11.674,1.839h0A1.07,1.07,0,0,0,10.9,0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.icon-large-chevron-right, .icon-large-chevron-left {
    width: 12px;
    height: 24px;
}
.icon-large-chevron-right::before, .icon-large-chevron-left::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.985' height='24.006'%3E%3Cpath data-name='Combined Shape' d='M0 12.003a1 1 0 0 1 .292-.71l.584-.586.008.008L11.423.266a.915.915 0 1 1 1.292 1.296L2.188 12.003l10.527 10.441a.9164148.9164148 0 0 1-1.292 1.3L.888 13.291l-.007.007-.584-.586a1 1 0 0 1-.292-.705Z' fill='%2300448a'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.985' height='24.006'%3E%3Cpath data-name='Combined Shape' d='M0 12.003a1 1 0 0 1 .292-.71l.584-.586.008.008L11.423.266a.915.915 0 1 1 1.292 1.296L2.188 12.003l10.527 10.441a.9164148.9164148 0 0 1-1.292 1.3L.888 13.291l-.007.007-.584-.586a1 1 0 0 1-.292-.705Z' fill='%2300448a'/%3E%3C/svg%3E");
}
.icon-star {
    width: 32px;
    height: 32px;
}
.icon-star::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.537' height='32.5' viewBox='0 0 32.537 32.5'%3E%3Cpath id='Fill_1' data-name='Fill 1' d='M31.908,11.972a1.473,1.473,0,0,0-1.438-1H21.18l-3.465-9.94A1.494,1.494,0,0,0,16.313,0h0a1.44,1.44,0,0,0-1.4,1l-3.539,9.977H1.493a1.46,1.46,0,0,0-1.4,1,1.441,1.441,0,0,0,.479,1.663l7.853,6.134L4.295,30.818a.765.765,0,0,0,.442,1,.817.817,0,0,0,1.032-.443l4.313-11.6a.741.741,0,0,0-.258-.887L1.714,12.527H11.889a.9.9,0,0,0,.774-.517L16.313,1.7l3.576,10.273a.846.846,0,0,0,.774.554h9.622l-7.705,6.1a.741.741,0,0,0-.221.887L26.3,30.337l-8.664-5.691c-1.438-.924-1.659-1.072-2.065-.628L8.24,29.709a.787.787,0,0,0,1,1.219l6.931-5.358c1.548,1.035,6.71,4.36,9.475,6.208a1.484,1.484,0,0,0,.811.222,1.414,1.414,0,0,0,.922-.333A1.456,1.456,0,0,0,27.853,30L24.018,19.51l7.41-5.912a1.373,1.373,0,0,0,.479-1.626' transform='translate(0.267 0.25)' fill='%23fff' stroke='%23fff' stroke-miterlimit='10' stroke-width='0.5'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.537' height='32.5' viewBox='0 0 32.537 32.5'%3E%3Cpath id='Fill_1' data-name='Fill 1' d='M31.908,11.972a1.473,1.473,0,0,0-1.438-1H21.18l-3.465-9.94A1.494,1.494,0,0,0,16.313,0h0a1.44,1.44,0,0,0-1.4,1l-3.539,9.977H1.493a1.46,1.46,0,0,0-1.4,1,1.441,1.441,0,0,0,.479,1.663l7.853,6.134L4.295,30.818a.765.765,0,0,0,.442,1,.817.817,0,0,0,1.032-.443l4.313-11.6a.741.741,0,0,0-.258-.887L1.714,12.527H11.889a.9.9,0,0,0,.774-.517L16.313,1.7l3.576,10.273a.846.846,0,0,0,.774.554h9.622l-7.705,6.1a.741.741,0,0,0-.221.887L26.3,30.337l-8.664-5.691c-1.438-.924-1.659-1.072-2.065-.628L8.24,29.709a.787.787,0,0,0,1,1.219l6.931-5.358c1.548,1.035,6.71,4.36,9.475,6.208a1.484,1.484,0,0,0,.811.222,1.414,1.414,0,0,0,.922-.333A1.456,1.456,0,0,0,27.853,30L24.018,19.51l7.41-5.912a1.373,1.373,0,0,0,.479-1.626' transform='translate(0.267 0.25)' fill='%23fff' stroke='%23fff' stroke-miterlimit='10' stroke-width='0.5'/%3E%3C/svg%3E%0A");
}
.icon-help {
    width: 12px;
    height: 18px;
}
.icon-help::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='18.973' viewBox='0 0 12 18.973'%3E%3Cpath d='M4.236,16.4a1.436,1.436,0,1,1,1.436,1.419A1.428,1.428,0,0,1,4.236,16.4Zm.431-4.256v-.538c0-1.538.708-2.335,2.269-3.235-.005,0,.463-.264.59-.338A2.973,2.973,0,0,0,9.333,5.017c0-1.758-1.238-2.889-3.59-2.889a3.5,3.5,0,0,0-3.59,3.547A1.07,1.07,0,0,1,1.077,6.74,1.07,1.07,0,0,1,0,5.676,5.631,5.631,0,0,1,5.743,0c3.5,0,5.743,2.045,5.743,5.017A5.016,5.016,0,0,1,8.629,9.86c-.14.082-.619.355-.61.35-.964.556-1.2.82-1.2,1.395v.538a1.077,1.077,0,0,1-2.154,0ZM6.938,8.369h0Z' transform='translate(0 0)' fill='%2300448a'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='18.973' viewBox='0 0 12 18.973'%3E%3Cpath d='M4.236,16.4a1.436,1.436,0,1,1,1.436,1.419A1.428,1.428,0,0,1,4.236,16.4Zm.431-4.256v-.538c0-1.538.708-2.335,2.269-3.235-.005,0,.463-.264.59-.338A2.973,2.973,0,0,0,9.333,5.017c0-1.758-1.238-2.889-3.59-2.889a3.5,3.5,0,0,0-3.59,3.547A1.07,1.07,0,0,1,1.077,6.74,1.07,1.07,0,0,1,0,5.676,5.631,5.631,0,0,1,5.743,0c3.5,0,5.743,2.045,5.743,5.017A5.016,5.016,0,0,1,8.629,9.86c-.14.082-.619.355-.61.35-.964.556-1.2.82-1.2,1.395v.538a1.077,1.077,0,0,1-2.154,0ZM6.938,8.369h0Z' transform='translate(0 0)' fill='%2300448a'/%3E%3C/svg%3E%0A");
}
.icon-calendar {
    width: 18px;
    height: 18px;
}
.icon-calendar::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5V1M14 5V1M5 9H15M3 19H17C17.5304 19 18.0391 18.7893 18.4142 18.4142C18.7893 18.0391 19 17.5304 19 17V5C19 4.46957 18.7893 3.96086 18.4142 3.58579C18.0391 3.21071 17.5304 3 17 3H3C2.46957 3 1.96086 3.21071 1.58579 3.58579C1.21071 3.96086 1 4.46957 1 5V17C1 17.5304 1.21071 18.0391 1.58579 18.4142C1.96086 18.7893 2.46957 19 3 19Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5V1M14 5V1M5 9H15M3 19H17C17.5304 19 18.0391 18.7893 18.4142 18.4142C18.7893 18.0391 19 17.5304 19 17V5C19 4.46957 18.7893 3.96086 18.4142 3.58579C18.0391 3.21071 17.5304 3 17 3H3C2.46957 3 1.96086 3.21071 1.58579 3.58579C1.21071 3.96086 1 4.46957 1 5V17C1 17.5304 1.21071 18.0391 1.58579 18.4142C1.96086 18.7893 2.46957 19 3 19Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-upload {
    width: 32px;
    height: 32px;
}
.icon-upload::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34 23.3333L28.5138 17.8471C27.847 17.1805 26.9428 16.8061 26 16.8061C25.0572 16.8061 24.153 17.1805 23.4862 17.8471L7.33333 34M5.55556 2H30.4444C32.4081 2 34 3.59188 34 5.55556V30.4444C34 32.4081 32.4081 34 30.4444 34H5.55556C3.59188 34 2 32.4081 2 30.4444V5.55556C2 3.59188 3.59188 2 5.55556 2ZM16.2222 12.6667C16.2222 14.6303 14.6303 16.2222 12.6667 16.2222C10.703 16.2222 9.11111 14.6303 9.11111 12.6667C9.11111 10.703 10.703 9.11111 12.6667 9.11111C14.6303 9.11111 16.2222 10.703 16.2222 12.6667Z' stroke='%2300448A' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34 23.3333L28.5138 17.8471C27.847 17.1805 26.9428 16.8061 26 16.8061C25.0572 16.8061 24.153 17.1805 23.4862 17.8471L7.33333 34M5.55556 2H30.4444C32.4081 2 34 3.59188 34 5.55556V30.4444C34 32.4081 32.4081 34 30.4444 34H5.55556C3.59188 34 2 32.4081 2 30.4444V5.55556C2 3.59188 3.59188 2 5.55556 2ZM16.2222 12.6667C16.2222 14.6303 14.6303 16.2222 12.6667 16.2222C10.703 16.2222 9.11111 14.6303 9.11111 12.6667C9.11111 10.703 10.703 9.11111 12.6667 9.11111C14.6303 9.11111 16.2222 10.703 16.2222 12.6667Z' stroke='%2300448A' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.mod-input {
    width: 100%;
    position: relative;
    color: #121212;
}
.mod-input ::-webkit-input-placeholder {
    color: #808080;
    opacity: 1;
}
.mod-input ::-moz-placeholder {
    color: #808080;
    opacity: 1;
}
.mod-input :-ms-input-placeholder {
    color: #808080;
    opacity: 1;
}
.mod-input :-moz-placeholder {
    color: #808080;
    opacity: 1;
}
.mod-input ::placeholder {
    color: #808080;
    opacity: 1;
}
.mod-input__label {
    position: relative;
    display: block;
    margin-bottom: 4px;
    color: #5b5b5b;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.mod-input__field {
    position: relative;
    width: 100%;
    outline: none;
    z-index: 1;
    padding: 8px 40px 8px 20px;
    height: 65px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #9a9a9a;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .mod-input__field {
        height: 50px;
        padding: 8px 16px;
    }
}
.mod-input__field:hover, .mod-input__field:focus {
    background-color: #f3f5fb;
    border-color: #00448a;
}
.mod-input__field:disabled {
    opacity: 1;
}
.is-validation-failed .mod-input__field, .mod-input__field.is-validation-failed {
    color: #ff582b;
    border-color: #ff582b;
}
.mod-input textarea {
    resize: none;
    height: 185px;
}
.mod-input__inner {
    position: relative;
}
.mod-input--textarea {
    height: auto;
}
@media only screen and (min-width: 1023.8px) {
    .mod-input--textarea .mod-input__field {
        padding: 20px;
    }
}
.mod-input.is-validation-failed {
    color: #ff582b;
}
.mod-input.is-disabled .mod-input__field {
    border: 1px solid #e3e5eb;
    background-color: #e3e5eb;
}
.mod-input .show-password {
    position: absolute;
    right: 16px;
    top: 50%;
    z-index: 9;
    transform: translate(0, -50%);
}
.mod-input .show-password i::before {
    background-color: #808080;
}
.mod-input .show-password:hover i::before {
    background-color: #121212;
}

.validation-message {
    display: none;
    color: #ff582b;
    position: relative;
    margin-top: 5px;
}
.is-validation-failed .validation-message {
    display: block;
}
.margin {
    display: block;
    width: 100%;
}
.margin--160 {
    height: 160px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .margin--160 {
        height: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .margin--160 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--160 {
        height: 40px;
    }
}
.margin--120 {
    height: 120px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .margin--120 {
        height: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .margin--120 {
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--120 {
        height: 40px;
    }
}
.margin--100 {
    height: 100px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .margin--100 {
        height: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .margin--100 {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--100 {
        height: 32px;
    }
}
.margin--80 {
    height: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .margin--80 {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--80 {
        height: 32px;
    }
}
.margin--70 {
    height: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .margin--70 {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--70 {
        height: 32px;
    }
}
.margin--60 {
    height: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .margin--60 {
        height: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--60 {
        height: 24px;
    }
}
.margin--50 {
    height: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .margin--50 {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--50 {
        height: 32px;
    }
}
.margin--40 {
    height: 40px;
}
@media only screen and (max-width: 767px) {
    .margin--40 {
        height: 24px;
    }
}
.margin--32 {
    height: 32px;
}
@media only screen and (max-width: 767px) {
    .margin--32 {
        height: 24px;
    }
}
.margin--24 {
    height: 24px;
}
@media only screen and (max-width: 767px) {
    .margin--24 {
        height: 20px;
    }
}
.margin--20 {
    height: 20px;
}
.margin--16 {
    height: 16px;
}
.margin--12 {
    height: 12px;
}
.margin--8 {
    height: 8px;
}
.radio-button {
    font-size: 16px;
    line-height: 1.38;
}
@media only screen and (max-width: 767px) {
    .radio-button {
        font-size: 14px;
    }
}

.radio-button {
    user-select: none;
}
.radio-button__label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin: 0;
    display: block;
}
.radio-button__label::before, .radio-button__label::after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 767px) {
    .radio-button__label::before, .radio-button__label::after {
        top: -2px;
    }
}
.radio-button__label:before {
    border-radius: 4px;
    border: 2px solid #121212;
    background-color: #fff;
    transition: background-color 0.3s ease;
}
.radio-button__label::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9'%3E%3Cpath id='Path' d='M10.9,0a1.071,1.071,0,0,0-.736.328C8.089,2.4,6.2,4.448,4.195,6.486L1.74,4.527A1.071,1.071,0,1,0,.4,6.2L3.613,8.766a1.071,1.071,0,0,0,1.425-.08C7.343,6.377,9.412,4.1,11.674,1.839h0A1.07,1.07,0,0,0,10.9,0Z' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat center/11px;
    transform: scale(0);
    transition: transform 0.3s ease;
}
.radio-button input:checked ~ label::after {
    transform: scale(1);
}
.radio-button input:checked ~ label:before {
    background-color: #000;
}
.is-validation-failed .radio-button .radio-button__label, .radio-button.is-validation-failed .radio-button__label {
    color: #ff582b;
}
.is-validation-failed .radio-button .radio-button__label::before, .radio-button.is-validation-failed .radio-button__label::before {
    border-color: #ff582b;
}
.is-validation-failed .radio-button input:checked ~ label::before, .radio-button.is-validation-failed input:checked ~ label::before {
    background-color: #ff582b;
}
.tag {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 8px;
    background-color: #219CDC;
    color: #fff;
    border-radius: 10px;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    .tag {
        font-size: 10px;
        top: 4px;
        right: 4px;
    }
}
.tag--in-certification {
    background-color: #FF8148;
}
.tag--cancelled {
    background-color: #ce1431;
}
.tag--confirmed {
    background-color: #67b9b0;
}
.title--h6, .title--h5, .title--h4, .title--h3, .title--h2 {
    font-weight: 500;
    line-height: 1.2;
}

.title--h1 {
    font-size: 44px;
    font-weight: 300;
    line-height: 1.09;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .title--h1 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h1 {
        font-size: 28px;
    }
}

.title--h2 {
    font-size: 24px;
    line-height: 1;
    color: #00448a;
}
@media only screen and (max-width: 767px) {
    .title--h2 {
        font-size: 17px;
        line-height: 1.2;
    }
}

.title--h3 {
    font-size: 20px;
}

.title--h4 {
    font-size: 18px;
    line-height: 1.39;
}

.title--h5 {
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .title--h5 {
        font-size: 14px;
    }
}

.title--h6 {
    font-size: 14px;
}

.title strong {
    font-weight: 500;
}
.accordion {
    max-width: 925px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
@media only screen and (max-width: 1022.8px) {
    .accordion {
        max-width: 100%;
    }
}
.accordion .tag {
    position: relative;
    top: inherit;
    right: inherit;
    max-width: 115px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .accordion .tag {
        position: absolute;
        right: 8px;
        top: 10px;
    }
}
.accordion__top, .accordion__item-title, .accordion__item-content-detail {
    display: grid;
    align-items: center;
    justify-items: flex-start;
    grid-template-columns: 20px 18.5% 33% 13% 12.5% 1fr;
    grid-gap: 8px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .accordion__top, .accordion__item-title, .accordion__item-content-detail {
        grid-template-columns: 20px 15.5% 33% 13% 12.5% 1fr;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .accordion__top, .accordion__item-title, .accordion__item-content-detail {
        grid-template-columns: 20px 15.5% 30% 13% 12.5% 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .accordion__top, .accordion__item-title, .accordion__item-content-detail {
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
        text-align: center;
        padding: 10px 8px;
    }
}
.accordion__top {
    margin-bottom: 8px;
    color: #5b5b5b;
}
@media only screen and (max-width: 767px) {
    .accordion__top {
        display: none;
    }
}
.accordion__top-date {
    padding-left: 14px;
    grid-column: span 2;
}
.accordion__item {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    border-radius: 13px;
    background-color: #fff;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.accordion__item:not(:last-child) {
    margin-bottom: 10px;
}
.accordion__item-icon {
    position: relative;
    background-color: #00448a;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .accordion__item-icon {
        position: absolute;
        top: 10px;
        left: 8px;
    }
}
.accordion__item-icon .icon {
    transition: transform 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.accordion__item-title {
    width: 100%;
    padding: 18px 12px;
    font-weight: 300;
    min-height: 66px;
    color: #00448a;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .accordion__item-title {
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .accordion__item-title {
        padding: 50px 8px 8px;
    }
}
.accordion__item-title > div {
    width: 100%;
}
.accordion__item-product-code {
    color: #5b5b5b;
    opacity: 0;
    transition: opacity 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .accordion__item-product-code {
        opacity: 1;
        color: #00448a;
        font-size: 14px;
        font-weight: 300;
    }
}
.accordion__item-date {
    text-align: left;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .accordion__item-date {
        position: absolute;
        top: 10px;
        left: 40px;
        grid-column: span 3;
        width: 100%;
        padding-bottom: 10px;
    }
}
.accordion__item-content-detail {
    border-top: 1px solid #e3e5eb;
    padding: 10px 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .accordion__item-content-detail {
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .accordion__item-content-detail {
        padding: 10px 8px;
    }
}
.accordion__item-content-inner {
    border-top: 1px solid #e3e5eb;
    padding: 25px 30px 25px 50px;
}
.accordion__item-content__content {
    padding: 20px 32px 28px 40px;
    border-top: 1px solid #e3e5eb;
}
.accordion__item-content__infos {
    padding: 20px 32px 28px 40px;
    border-top: 1px solid #e3e5eb;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 40px;
}
.accordion__item-content__info.full-width {
    grid-column: 1/3;
}
.accordion__item-content__info-title {
    color: #5b5b5b;
    font-weight: 500;
    margin-bottom: 2px;
}
.accordion__item-content__info-images {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}
.accordion__item-content__info-image {
    width: 90px;
    height: 160px;
    border: 1px solid #9a9a9a;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.accordion__item-text {
    line-height: 1.5;
}
.accordion__item.is-open {
    box-shadow: none;
    border-color: rgba(227, 229, 235, 0.51);
}
.accordion__item.is-open .accordion__item-icon {
    background-color: #121212;
    transform: rotate(180deg);
}
.accordion__item.is-open .accordion__item-product-code {
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .accordion__item.is-open .accordion__item-product-code {
        color: inherit;
    }
}
.accordion__item.is-open .accordion__item-title {
    color: #121212;
}
.accordion--simple .accordion__item-title {
    grid-template-columns: 20px 1fr;
    grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
    .accordion--simple .accordion__item-title {
        grid-template-columns: 1fr;
        grid-gap: 0;
        text-align: left;
        padding: 14px 30px 14px 50px;
        min-height: 1px;
        justify-items: flex-start;
    }
}
@media only screen and (max-width: 767px) {
    .accordion--simple .accordion__item-icon {
        top: 15px;
        left: 16px;
    }
}
.accordion--simple .editor-text p + h2 {
    margin-top: 46px;
}
.branch-data {
    width: 100%;
    max-width: 1000px;
}
.branch-data__row {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 66% 1fr;
}
@media only screen and (max-width: 767px) {
    .branch-data__row {
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }
}
.branch-data__row-item-left {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 1fr 134px;
}
@media only screen and (max-width: 767px) {
    .branch-data__row-item-left {
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }
}
.breadcrumbs {
    line-height: 1.47;
    font-size: 13px;
}
.breadcrumbs__item {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    margin-left: 10px;
    color: #00448a;
}
.breadcrumbs__item::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #9a9a9a;
}
.breadcrumbs__item:first-child {
    margin-left: 0;
}
.breadcrumbs__item:last-child {
    color: inherit;
    padding-right: 0;
}
.breadcrumbs__item:last-child::after {
    display: none;
}
.breadcrumbs__item:hover {
    color: inherit;
}
.card {
    display: flex;
    flex-direction: column;
    max-width: 260px;
    width: 100%;
    position: relative;
    border-radius: 13px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 0;
    min-height: 448px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .card {
        max-width: 188px;
        min-height: 320px;
    }
}
.card__image {
    position: relative;
    height: 0;
    padding-bottom: 83%;
    border: 1px solid #e3e5eb;
    border-radius: 9px;
    margin: 0;
}
.card__logo {
    max-width: 95px;
    width: 100%;
    height: 55px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .card__logo {
        max-width: 80px;
        height: 24px;
    }
}
.card__logo img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .card .title {
        line-height: 1.43;
    }
}
.card__body {
    padding: 0 10px;
    flex: auto;
    padding-bottom: 20px;
    min-height: 156px;
}
@media only screen and (max-width: 767px) {
    .card__body {
        padding: 0 0 10px;
        min-height: 118px;
    }
}
.card__body .title {
    font-weight: 400;
}
.card__points-title {
    color: #5b5b5b;
}
@media only screen and (max-width: 767px) {
    .card__points-title {
        margin-bottom: 2px;
    }
}
.card__footer {
    position: relative;
    margin-top: auto;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}
@media only screen and (max-width: 767px) {
    .card__footer {
        padding: 4px 0 0;
        min-height: 51px;
    }
}
.card__footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 1px;
    background-color: #e3e5eb;
}
@media (max-width: 375px) {
    .card__footer .icon {
        width: 10px;
        height: 10px;
    }
}
.card__points-text, .card__charge-text {
    font-weight: 200;
    color: #00448a;
}
.card__charge {
    text-align: right;
}
@media only screen and (min-width: 768px) {
    .card__charge {
        padding-right: 10px;
    }
}
.card__icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    align-items: center;
}
.card__icon::after, .card__icon::before {
    content: "";
    position: absolute;
    height: calc(100% - 52px);
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e3e5eb;
}
@media only screen and (max-width: 767px) {
    .card__icon::after, .card__icon::before {
        height: 12px;
    }
}
.card__icon::after {
    top: 0;
}
.card__icon::before {
    bottom: 0;
}
@media only screen and (max-width: 1022.8px) {
    .card .text--30 {
        font-size: 21px;
    }
}
@media only screen and (max-width: 767px) {
    .card .text--12 {
        font-size: 10px;
        line-height: 1;
    }
}
.card--secondary {
    padding: 10px 10px 0;
}
.card--secondary .card__footer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 14px;
}
.card--secondary .card__points {
    text-align: left;
}
@media only screen and (min-width: 768px) {
    .card--secondary .card__points {
        padding-left: 10px;
    }
}
.company-info .checkbox__label {
    font-weight: 500;
    line-height: 1.2;
}

.company-info .checkbox__label {
    font-size: 24px;
    line-height: 1;
    color: #00448a;
}
@media only screen and (max-width: 767px) {
    .company-info .checkbox__label {
        font-size: 17px;
        line-height: 1.2;
    }
}

.company-info {
    width: 100%;
    max-width: 925px;
}
.company-info__input-wrapper {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 66% 1fr;
}
@media only screen and (max-width: 767px) {
    .company-info__input-wrapper {
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }
}
.company-info__tex-number-field {
    max-width: 292px;
    width: 100%;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .company-info__tex-number-field {
        max-width: 256px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .company-info__tex-number-field {
        max-width: 220px;
    }
}
@media only screen and (max-width: 767px) {
    .company-info__tex-number-field {
        max-width: 100%;
    }
}
.company-info__address-row {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 66% 1fr;
}
@media only screen and (max-width: 767px) {
    .company-info__address-row {
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }
}
.company-info__address-row-item-left {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 1fr 134px;
}
@media only screen and (max-width: 767px) {
    .company-info__address-row-item-left {
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }
}
.company-info .checkbox__label {
    color: #00448a;
}
.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 28px;
    z-index: 998;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.3s ease;
    font-size: 16px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1022.8px) {
    .cookie-banner {
        padding: 18px;
    }
}
.cookie-banner.cookie-not-set {
    opacity: 1;
    visibility: visible;
}
.cookie-banner__text {
    padding-left: 24px;
    line-height: 1.5;
}
@media only screen and (max-width: 1199px) {
    .cookie-banner__text {
        padding: 0;
    }
}
.cookie-banner__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
    .cookie-banner__right {
        flex-direction: column;
        justify-content: center;
    }
}
.cookie-banner__inner {
    display: grid;
    grid-template-columns: 68% 1fr;
    grid-gap: 28px;
    align-items: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
    .cookie-banner__inner {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
.cookie-banner__settings-link {
    position: relative;
    display: block;
    margin-right: 36px;
}
@media only screen and (max-width: 767px) {
    .cookie-banner__settings-link {
        margin: 0 0 20px;
    }
}
.cookie-banner__settings-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    height: 2px;
    background-color: #00448a;
    pointer-events: none;
    transition: width 0.3s ease;
}
.cookie-banner__settings-link:hover {
    color: #00448a;
}
.cookie-banner__settings-link:hover::before {
    width: 100%;
}
/* stylelint-disable */
/* Icons */
.mbsc-icon-arrow-down5::before {
    content: "\ea01";
}

.mbsc-icon-arrow-left5::before {
    content: "\ea02";
}

.mbsc-icon-arrow-right5::before {
    content: "\ea03";
}

.mbsc-icon-arrow-up5::before {
    content: "\ea04";
}

.mbsc-icon-ion-ios7-arrow-back::before {
    content: "\ea05";
}

.mbsc-icon-ion-ios7-arrow-forward::before {
    content: "\ea06";
}

.mbsc-icon-ion-ios7-checkmark-empty::before {
    content: "\ea07";
}

.mbsc-icon-ios-backspace::before {
    content: "\ea08";
}

.mbsc-icon {
    display: inline-block;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    flex: 0 0 auto;
}

.mbsc-icon > svg {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

:root {
    --mbsc-safe-top: 0;
    --mbsc-safe-right: 0;
    --mbsc-safe-bottom: 0;
    --mbsc-safe-left: 0;
}
@supports (top: constant(safe-area-inset-top)) {
    :root {
        --mbsc-safe-top: constant(safe-area-inset-top);
        --mbsc-safe-right: constant(safe-area-inset-right);
        --mbsc-safe-bottom: constant(safe-area-inset-bottom);
        --mbsc-safe-left: constant(safe-area-inset-left);
    }
}
@supports (top: env(safe-area-inset-top)) {
    :root {
        --mbsc-safe-top: env(safe-area-inset-top);
        --mbsc-safe-right: env(safe-area-inset-right);
        --mbsc-safe-bottom: env(safe-area-inset-bottom);
        --mbsc-safe-left: env(safe-area-inset-left);
    }
}

.mbsc-font {
    font-family: -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    font-weight: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
}

.mbsc-reset {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mbsc-resize {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}

.mbsc-resize-i {
    position: absolute;
    left: 0;
    top: 0;
}

.mbsc-resize-y {
    width: 200%;
    height: 200%;
}

.mbsc-hidden {
    visibility: hidden;
}

.mbsc-hidden-content {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    user-select: none;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

.mbsc-ltr {
    direction: ltr;
}

.mbsc-rtl {
    direction: rtl;
}

.mbsc-ripple {
    background: currentColor;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 1000em;
    pointer-events: none;
    transform: scale(0);
}

/* Flex util classes */
.mbsc-flex,
.mbsc-flex-col {
    display: flex;
}

.mbsc-flex-col {
    flex-direction: column;
}

.mbsc-flex-1-1 {
    flex: 1 1 auto;
}

.mbsc-flex-1-0 {
    flex: 1 0 auto;
}

.mbsc-flex-1-0-0 {
    flex: 1 0 0;
}

/* IE11 hack, where flex-basis auto does not work correctly */
@media all and (-ms-high-contrast: none) {
    .mbsc-flex-1-0-0 {
        flex: 1 0 auto;
    }
}
.mbsc-flex-none {
    flex: none;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .mbsc-hb,
.mbsc-hb:before,
.mbsc-hb:after {
        border-width: 0.5px !important;
    }
}
/* Base colors */
/* Form colors */
/* Base colors */
/* Form colors */
/* Calendar colors (will be used by eventcalendar, calendar, range) */
.mbsc-ios.mbsc-button {
    padding: 0 0.5em;
    margin: 0.5em 0.25em;
    line-height: 2.25em;
    border-radius: 0.25em;
    transition: opacity 0.1s ease-out, background-color 0.1s ease-out;
}
.mbsc-ios.mbsc-icon-button {
    padding: 0.5em;
    line-height: normal;
    border-radius: 4em;
}
.mbsc-ios.mbsc-button.mbsc-hover {
    opacity: 0.7;
}
.mbsc-ios.mbsc-button.mbsc-active {
    opacity: 0.5;
}
.mbsc-ios.mbsc-button:disabled, .mbsc-ios.mbsc-button.mbsc-disabled {
    opacity: 0.2;
}
.mbsc-ios.mbsc-button-outline.mbsc-active {
    opacity: 1;
}
.mbsc-ios.mbsc-ltr.mbsc-button-icon-start {
    padding-right: 0.375em;
}
.mbsc-ios.mbsc-ltr.mbsc-button-icon-end {
    padding-left: 0.375em;
}
.mbsc-ios.mbsc-rtl.mbsc-button-icon-start {
    padding-left: 0.375em;
}
.mbsc-ios.mbsc-rtl.mbsc-button-icon-end {
    padding-right: 0.375em;
}
.mbsc-ios .mbsc-button-group,
.mbsc-ios .mbsc-button-group-justified,
.mbsc-ios .mbsc-button-group-block {
    margin: 0.5em 0.75em;
}
.mbsc-ios .mbsc-button-group-block {
    margin: 0.5em 1em;
}

.mbsc-ios {
    /* Flat buttons */
    /* Outline buttons */
    /* Predefined colors */
}
.mbsc-ios.mbsc-button-standard {
    background: white;
    color: #007aff;
}
.mbsc-ios.mbsc-button-flat {
    color: #007aff;
}
.mbsc-ios.mbsc-button-outline {
    border: 1px solid #1273de;
    color: #1273de;
}
.mbsc-ios.mbsc-button-outline.mbsc-active {
    background: #1273de;
    color: #f7f7f7;
}
.mbsc-ios.mbsc-button.mbsc-focus {
    background: rgba(0, 0, 0, 0.05);
}
.mbsc-ios.mbsc-button-primary.mbsc-button-standard {
    background: #3f97f6;
    color: #fff;
}
.mbsc-ios.mbsc-button-secondary.mbsc-button-standard {
    background: #90979e;
    color: #fff;
}
.mbsc-ios.mbsc-button-success.mbsc-button-standard {
    background: #43be5f;
    color: #fff;
}
.mbsc-ios.mbsc-button-danger.mbsc-button-standard {
    background: #f5504e;
    color: #fff;
}
.mbsc-ios.mbsc-button-warning.mbsc-button-standard {
    background: #f8b042;
    color: #fff;
}
.mbsc-ios.mbsc-button-info.mbsc-button-standard {
    background: #5bb7c5;
    color: #fff;
}
.mbsc-ios.mbsc-button-dark.mbsc-button-standard {
    background: #47494a;
    color: #fff;
}
.mbsc-ios.mbsc-button-light.mbsc-button-standard {
    background: #fff;
    color: #000;
}
.mbsc-ios.mbsc-button-primary.mbsc-button-flat {
    color: #3f97f6;
}
.mbsc-ios.mbsc-button-secondary.mbsc-button-flat {
    color: #90979e;
}
.mbsc-ios.mbsc-button-success.mbsc-button-flat {
    color: #43be5f;
}
.mbsc-ios.mbsc-button-danger.mbsc-button-flat {
    color: #f5504e;
}
.mbsc-ios.mbsc-button-warning.mbsc-button-flat {
    color: #f8b042;
}
.mbsc-ios.mbsc-button-info.mbsc-button-flat {
    color: #5bb7c5;
}
.mbsc-ios.mbsc-button-dark.mbsc-button-flat {
    color: #47494a;
}
.mbsc-ios.mbsc-button-light.mbsc-button-flat {
    color: #cccccc;
}
.mbsc-ios.mbsc-button-primary.mbsc-button-outline {
    border-color: #3f97f6;
    color: #3f97f6;
}
.mbsc-ios.mbsc-button-primary.mbsc-button-outline.mbsc-active {
    background: #3f97f6;
    color: #fff;
}
.mbsc-ios.mbsc-button-secondary.mbsc-button-outline {
    border-color: #90979e;
    color: #90979e;
}
.mbsc-ios.mbsc-button-secondary.mbsc-button-outline.mbsc-active {
    background: #90979e;
    color: #fff;
}
.mbsc-ios.mbsc-button-success.mbsc-button-outline {
    border-color: #43be5f;
    color: #43be5f;
}
.mbsc-ios.mbsc-button-success.mbsc-button-outline.mbsc-active {
    background: #43be5f;
    color: #fff;
}
.mbsc-ios.mbsc-button-danger.mbsc-button-outline {
    border-color: #f5504e;
    color: #f5504e;
}
.mbsc-ios.mbsc-button-danger.mbsc-button-outline.mbsc-active {
    background: #f5504e;
    color: #fff;
}
.mbsc-ios.mbsc-button-warning.mbsc-button-outline {
    border-color: #f8b042;
    color: #f8b042;
}
.mbsc-ios.mbsc-button-warning.mbsc-button-outline.mbsc-active {
    background: #f8b042;
    color: #fff;
}
.mbsc-ios.mbsc-button-info.mbsc-button-outline {
    border-color: #5bb7c5;
    color: #5bb7c5;
}
.mbsc-ios.mbsc-button-info.mbsc-button-outline.mbsc-active {
    background: #5bb7c5;
    color: #fff;
}
.mbsc-ios.mbsc-button-dark.mbsc-button-outline {
    border-color: #47494a;
    color: #47494a;
}
.mbsc-ios.mbsc-button-dark.mbsc-button-outline.mbsc-active {
    background: #47494a;
    color: #fff;
}
.mbsc-ios.mbsc-button-light.mbsc-button-outline {
    border-color: #bfbfbf;
    color: #bfbfbf;
}
.mbsc-ios.mbsc-button-light.mbsc-button-outline.mbsc-active {
    background: #bfbfbf;
    color: #fff;
}

.mbsc-ios-dark {
    /* Flat buttons */
    /* Outline buttons */
    /* Predefined colors */
}
.mbsc-ios-dark.mbsc-button-standard {
    background: #3b3b3b;
    color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-button-flat {
    color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-button-outline {
    border: 1px solid #ffa519;
    color: #ffa519;
}
.mbsc-ios-dark.mbsc-button-outline.mbsc-active {
    background: #ffa519;
    color: #000000;
}
.mbsc-ios-dark.mbsc-button.mbsc-focus {
    background: rgba(255, 255, 255, 0.05);
}
.mbsc-ios-dark.mbsc-button-primary.mbsc-button-standard {
    background: #3f97f6;
    color: #fff;
}
.mbsc-ios-dark.mbsc-button-secondary.mbsc-button-standard {
    background: #90979e;
    color: #fff;
}
.mbsc-ios-dark.mbsc-button-success.mbsc-button-standard {
    background: #43be5f;
    color: #fff;
}
.mbsc-ios-dark.mbsc-button-danger.mbsc-button-standard {
    background: #f5504e;
    color: #fff;
}
.mbsc-ios-dark.mbsc-button-warning.mbsc-button-standard {
    background: #f8b042;
    color: #fff;
}
.mbsc-ios-dark.mbsc-button-info.mbsc-button-standard {
    background: #5bb7c5;
    color: #fff;
}
.mbsc-ios-dark.mbsc-button-dark.mbsc-button-standard {
    background: #47494a;
    color: #fff;
}
.mbsc-ios-dark.mbsc-button-light.mbsc-button-standard {
    background: #fff;
    color: #000;
}
.mbsc-ios-dark.mbsc-button-primary.mbsc-button-flat {
    color: #3f97f6;
}
.mbsc-ios-dark.mbsc-button-secondary.mbsc-button-flat {
    color: #90979e;
}
.mbsc-ios-dark.mbsc-button-success.mbsc-button-flat {
    color: #43be5f;
}
.mbsc-ios-dark.mbsc-button-danger.mbsc-button-flat {
    color: #f5504e;
}
.mbsc-ios-dark.mbsc-button-warning.mbsc-button-flat {
    color: #f8b042;
}
.mbsc-ios-dark.mbsc-button-info.mbsc-button-flat {
    color: #5bb7c5;
}
.mbsc-ios-dark.mbsc-button-dark.mbsc-button-flat {
    color: #47494a;
}
.mbsc-ios-dark.mbsc-button-light.mbsc-button-flat {
    color: #cccccc;
}
.mbsc-ios-dark.mbsc-button-primary.mbsc-button-outline {
    border-color: #3f97f6;
    color: #3f97f6;
}
.mbsc-ios-dark.mbsc-button-primary.mbsc-button-outline.mbsc-active {
    background: #3f97f6;
    color: #fff;
}
.mbsc-ios-dark.mbsc-button-secondary.mbsc-button-outline {
    border-color: #90979e;
    color: #90979e;
}
.mbsc-ios-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-active {
    background: #90979e;
    color: #fff;
}
.mbsc-ios-dark.mbsc-button-success.mbsc-button-outline {
    border-color: #43be5f;
    color: #43be5f;
}
.mbsc-ios-dark.mbsc-button-success.mbsc-button-outline.mbsc-active {
    background: #43be5f;
    color: #fff;
}
.mbsc-ios-dark.mbsc-button-danger.mbsc-button-outline {
    border-color: #f5504e;
    color: #f5504e;
}
.mbsc-ios-dark.mbsc-button-danger.mbsc-button-outline.mbsc-active {
    background: #f5504e;
    color: #fff;
}
.mbsc-ios-dark.mbsc-button-warning.mbsc-button-outline {
    border-color: #f8b042;
    color: #f8b042;
}
.mbsc-ios-dark.mbsc-button-warning.mbsc-button-outline.mbsc-active {
    background: #f8b042;
    color: #fff;
}
.mbsc-ios-dark.mbsc-button-info.mbsc-button-outline {
    border-color: #5bb7c5;
    color: #5bb7c5;
}
.mbsc-ios-dark.mbsc-button-info.mbsc-button-outline.mbsc-active {
    background: #5bb7c5;
    color: #fff;
}
.mbsc-ios-dark.mbsc-button-dark.mbsc-button-outline {
    border-color: #47494a;
    color: #47494a;
}
.mbsc-ios-dark.mbsc-button-dark.mbsc-button-outline.mbsc-active {
    background: #47494a;
    color: #fff;
}
.mbsc-ios-dark.mbsc-button-light.mbsc-button-outline {
    border-color: #bfbfbf;
    color: #bfbfbf;
}
.mbsc-ios-dark.mbsc-button-light.mbsc-button-outline.mbsc-active {
    background: #bfbfbf;
    color: #fff;
}

/* Base colors */
/* Form colors */
/* Calendar colors (will be used by eventcalendar, calendar, range) */
/* Base colors */
/* Form colors */
/* Calendar colors (will be used by eventcalendar, calendar, range) */
.mbsc-button {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 1em;
    box-sizing: border-box;
    touch-action: manipulation;
    user-select: none;
    white-space: nowrap;
    cursor: pointer;
}

.mbsc-button:disabled,
.mbsc-button.mbsc-disabled {
    cursor: not-allowed;
}

.mbsc-button:focus {
    outline: 0;
}

.mbsc-button::-moz-focus-inner {
    border: 0;
}

.mbsc-icon-button {
    width: 2.5em;
    height: 2.5em;
    padding: 0.5em;
    flex: 0 0 auto;
}

.mbsc-button-icon > *,
.mbsc-button-icon > * > * {
    height: 100%;
}

.mbsc-button-icon-end {
    order: 1;
}

.mbsc-button-group,
.mbsc-button-group-block,
.mbsc-button-group-justified {
    border: 1px solid transparent;
}

.mbsc-button-group-block .mbsc-button,
.mbsc-button-block {
    display: block;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mbsc-button-group-justified,
.mbsc-button-group-justified mbsc-button {
    display: flex;
    flex-wrap: wrap;
}

.mbsc-button-group-justified .mbsc-button,
.mbsc-button-group-justified mbsc-button {
    flex: 1 auto;
}

.mbsc-ios {
    /* Button styling for centered popup and desktop styled top/bottom popup */
    /* Desktop styling */
}
.mbsc-ios.mbsc-popup-wrapper-bottom-full {
    padding-top: 1em;
}
.mbsc-ios.mbsc-popup-wrapper-top-full {
    padding-bottom: 1em;
}
.mbsc-ios.mbsc-popup-top {
    border-bottom: 1px solid;
}
.mbsc-ios.mbsc-popup-bottom {
    border-top: 1px solid;
}
.mbsc-ios.mbsc-popup-body-center {
    border-radius: 0.9375em;
}
.mbsc-ios.mbsc-popup-body-bottom-full {
    border-radius: 0.75em 0.75em 0 0;
}
.mbsc-ios.mbsc-popup-body-top-full {
    border-radius: 0 0 0.75em 0.75em;
}
.mbsc-ios.mbsc-popup-body-anchored {
    border-radius: 0.9375em;
}
.mbsc-ios.mbsc-popup-arrow {
    border-radius: 0 0.375em;
}
.mbsc-ios.mbsc-popup-header {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    line-height: 1.25em;
    padding: 0.75em 4.375em;
    font-weight: bold;
    text-align: center;
}
.mbsc-ios.mbsc-popup-header-no-buttons {
    position: relative;
    border-bottom: 1px solid;
}
.mbsc-ios.mbsc-popup-header-center {
    position: relative;
    padding: 0.75em 0.5em;
    border-bottom: 1px solid;
}
.mbsc-ios.mbsc-popup-top-full .mbsc-popup-header, .mbsc-ios.mbsc-popup-bottom-full .mbsc-popup-header {
    padding: 1.125em 4.375em;
}
.mbsc-ios.mbsc-popup-buttons {
    order: -1;
    border-bottom: 1px solid;
}
.mbsc-ios.mbsc-popup-buttons.mbsc-ltr {
    text-align: right;
}
.mbsc-ios.mbsc-popup-buttons.mbsc-rtl {
    text-align: left;
}
.mbsc-ios.mbsc-popup-button.mbsc-font {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    z-index: 2;
}
.mbsc-ios.mbsc-popup-button-primary {
    font-weight: bold;
}
.mbsc-ios.mbsc-popup-button-close.mbsc-ltr {
    float: left;
}
.mbsc-ios.mbsc-popup-button-close.mbsc-rtl {
    float: right;
}
.mbsc-ios.mbsc-popup-buttons-anchored, .mbsc-ios.mbsc-popup-buttons-top, .mbsc-ios.mbsc-popup-buttons-bottom {
    padding: 0 0.25em;
}
.mbsc-ios.mbsc-popup-buttons-top-full, .mbsc-ios.mbsc-popup-buttons-bottom-full {
    padding: 0.375em 0.25em;
}
.mbsc-ios.mbsc-popup-buttons-flex {
    order: 0;
    border: 0;
    padding: 0;
    display: flex;
}
.mbsc-ios.mbsc-popup-buttons-flex.mbsc-popup-buttons {
    background: none;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-font {
    flex: 1 1 100%;
    display: block;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-button {
    opacity: 1;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-button-flat {
    background: none;
    border-top: 1px solid;
    border-radius: 0;
    margin: 0;
    line-height: 2.75em;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-button-flat.mbsc-ltr {
    border-right-style: solid;
    border-right-width: 1px;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-button-flat.mbsc-rtl {
    border-left-style: solid;
    border-left-width: 1px;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-button-flat:last-child {
    border-left: 0;
    border-right: 0;
}
.mbsc-ios.mbsc-popup-body-round {
    border-radius: 0.9375em;
}
.mbsc-ios.mbsc-popup-pointer .mbsc-popup-body-round {
    border-radius: 0.5em;
}
.mbsc-ios.mbsc-popup-round .mbsc-popup {
    border: 0;
}
.mbsc-ios.mbsc-popup-round .mbsc-popup-body-bottom-full {
    border-radius: 0.75em 0.75em 0 0;
}
.mbsc-ios.mbsc-popup-round .mbsc-popup-body-top-full {
    border-radius: 0 0 0.75em 0.75em;
}

.mbsc-ios.mbsc-popup-arrow {
    background: #f2f2f7;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}
.mbsc-ios.mbsc-popup-top, .mbsc-ios.mbsc-popup-bottom {
    border-color: #cccccc;
}
.mbsc-ios.mbsc-popup-body {
    background: #f2f2f7;
    color: #000000;
}
.mbsc-ios.mbsc-popup-body-round, .mbsc-ios.mbsc-popup-body-center, .mbsc-ios.mbsc-popup-body-anchored {
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mbsc-ios.mbsc-popup-header-center {
    border-color: #cccccc;
}
.mbsc-ios.mbsc-popup-buttons, .mbsc-ios.mbsc-popup-header-no-buttons {
    border-color: #cccccc;
}
.mbsc-ios.mbsc-popup-buttons-bottom, .mbsc-ios.mbsc-popup-buttons-top {
    background: #f7f7f7;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-button-flat.mbsc-font {
    border-color: #cccccc;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-hover, .mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-focus {
    background: #eaeaea;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-active {
    background: #cccccc;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-button.mbsc-disabled {
    color: rgba(0, 122, 255, 0.2);
}

.mbsc-ios-dark.mbsc-popup-arrow {
    background: #1c1c1c;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}
.mbsc-ios-dark.mbsc-popup-top, .mbsc-ios-dark.mbsc-popup-bottom {
    border-color: #333333;
}
.mbsc-ios-dark.mbsc-popup-body {
    background: #1c1c1c;
    color: #ffffff;
}
.mbsc-ios-dark.mbsc-popup-body-round, .mbsc-ios-dark.mbsc-popup-body-center, .mbsc-ios-dark.mbsc-popup-body-anchored {
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mbsc-ios-dark.mbsc-popup-header-center {
    border-color: #333333;
}
.mbsc-ios-dark.mbsc-popup-buttons, .mbsc-ios-dark.mbsc-popup-header-no-buttons {
    border-color: #333333;
}
.mbsc-ios-dark.mbsc-popup-buttons-bottom, .mbsc-ios-dark.mbsc-popup-buttons-top {
    background: #292929;
}
.mbsc-ios-dark.mbsc-popup-buttons-anchored {
    background: #292929;
}
.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-button-flat.mbsc-font {
    border-color: #333333;
}
.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-font.mbsc-hover, .mbsc-ios-dark.mbsc-popup-button-flex.mbsc-font.mbsc-focus {
    background: #242424;
}
.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-font.mbsc-active {
    background: #333333;
}
.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-button.mbsc-disabled {
    color: rgba(255, 159, 10, 0.2);
}

@keyframes mbsc-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes mbsc-fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes mbsc-pop-in {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes mbsc-pop-out {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}
@keyframes mbsc-slide-up-in {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes mbsc-slide-up-out {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(100%);
    }
}
@keyframes mbsc-slide-down-in {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes mbsc-slide-down-out {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}
.mbsc-popup-open-ios {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
}

.mbsc-popup-ctx {
    position: relative;
    --mbsc-safe-top: 0;
    --mbsc-safe-right: 0;
    --mbsc-safe-bottom: 0;
    --mbsc-safe-left: 0;
}

.mbsc-popup-limits {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.mbsc-popup-limits-anchored,
.mbsc-popup-limits-center {
    margin: 1em;
}

.mbsc-popup-wrapper {
    z-index: 99998;
    user-select: none;
}

.mbsc-popup,
.mbsc-popup-wrapper {
    box-sizing: border-box;
}

.mbsc-popup-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    border: 0 solid transparent;
}

.mbsc-popup-wrapper-ctx {
    position: absolute;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mbsc-popup-wrapper-center {
    padding: 1em;
    align-items: center;
    border-width: var(--mbsc-safe-top) var(--mbsc-safe-right) var(--mbsc-safe-bottom) var(--mbsc-safe-left);
}

.mbsc-popup-wrapper-top {
    align-items: flex-start;
    border-bottom: var(--mbsc-safe-bottom) solid transparent;
}

.mbsc-popup-wrapper-bottom {
    align-items: flex-end;
    border-top-width: var(--mbsc-safe-top);
}

.mbsc-popup-wrapper-anchored {
    border-width: 0 var(--mbsc-safe-right) var(--mbsc-safe-bottom) var(--mbsc-safe-left);
}

.mbsc-popup-hidden {
    opacity: 0;
}

.mbsc-popup-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -10em;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.5);
    transform: translateZ(0);
}

.mbsc-popup-overlay-in {
    opacity: 1;
    animation: mbsc-fade-in 150ms cubic-bezier(0, 0, 0.2, 1);
}

.mbsc-popup-overlay-out {
    opacity: 0;
    animation: mbsc-fade-out 75ms cubic-bezier(0.4, 0, 1, 1);
}

.mbsc-popup {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    min-width: 12em;
    position: relative;
    z-index: 2;
    pointer-events: auto;
    text-shadow: none;
    user-select: none;
}

.mbsc-popup-center {
    min-width: 16em;
}

.mbsc-popup-bottom {
    width: 100%;
    bottom: 0;
}

.mbsc-popup-top {
    width: 100%;
    top: 0;
}

.mbsc-popup-anchored {
    position: absolute;
}

.mbsc-popup-anchored-left {
    margin-left: -1em;
}

.mbsc-popup-anchored-right {
    margin-left: 1em;
}

.mbsc-popup-arrow-wrapper {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.mbsc-popup-arrow-wrapper-top,
.mbsc-popup-arrow-wrapper-bottom {
    left: 0;
    right: 0;
    height: 2em;
}

.mbsc-popup-arrow-wrapper-left,
.mbsc-popup-arrow-wrapper-right {
    top: 0;
    bottom: 0;
    width: 2em;
}

.mbsc-popup-arrow-wrapper-top {
    top: 100%;
}

.mbsc-popup-arrow-wrapper-bottom {
    bottom: 100%;
}

.mbsc-popup-arrow-wrapper-left {
    left: 100%;
}

.mbsc-popup-arrow-wrapper-right {
    right: 100%;
}

.mbsc-popup-arrow {
    position: absolute;
    box-sizing: border-box;
    width: 1.5em;
    height: 1.5em;
    pointer-events: auto;
}

.mbsc-popup-arrow-top {
    bottom: 1.25em;
}

.mbsc-popup-arrow-bottom {
    top: 1.25em;
}

.mbsc-popup-arrow-top,
.mbsc-popup-arrow-bottom {
    left: 50%;
    margin-left: -0.75em;
    transform: rotate(-45deg);
}

.mbsc-popup-arrow-left {
    right: 1.25em;
}

.mbsc-popup-arrow-right {
    left: 1.25em;
}

.mbsc-popup-arrow-left,
.mbsc-popup-arrow-right {
    top: 50%;
    margin-top: -0.75em;
    transform: rotate(45deg);
}

.mbsc-popup-focus {
    outline: 0;
}

.mbsc-popup-body {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: translateZ(0);
    flex: 1 1 auto;
}

.mbsc-popup-body-top {
    padding-top: var(--mbsc-safe-top);
}

.mbsc-popup-body-bottom {
    padding-bottom: var(--mbsc-safe-bottom);
}

.mbsc-popup-body-top,
.mbsc-popup-body-bottom {
    padding-left: var(--mbsc-safe-left);
    padding-right: var(--mbsc-safe-right);
}

.mbsc-popup-body-round {
    padding: 0;
}

.mbsc-popup-header {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: none;
}

.mbsc-popup-content {
    flex: 1 1 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.mbsc-popup-padding {
    padding: 1em;
}

.mbsc-popup-buttons {
    flex: none;
}

/* Animations */
.mbsc-popup-pop-in {
    opacity: 1;
    animation: mbsc-pop-in 150ms cubic-bezier(0, 0, 0.2, 1);
}

.mbsc-popup-pop-out {
    opacity: 0;
    animation: mbsc-pop-out 75ms cubic-bezier(0.4, 0, 1, 1);
}

.mbsc-popup-slide-up-in {
    animation: mbsc-slide-up-in 250ms cubic-bezier(0, 0, 0.2, 1);
}

.mbsc-popup-slide-up-out {
    animation: mbsc-slide-up-out 200ms cubic-bezier(0.4, 0, 1, 1);
}

.mbsc-popup-slide-down-in {
    animation: mbsc-slide-down-in 250ms cubic-bezier(0, 0, 0.2, 1);
}

.mbsc-popup-slide-down-out {
    animation: mbsc-slide-down-out 200ms cubic-bezier(0.4, 0, 1, 1);
}

/* Desktop styling */
.mbsc-popup-pointer.mbsc-picker .mbsc-popup-overlay,
.mbsc-popup-pointer .mbsc-popup-overlay-anchored {
    background: none;
}

.mbsc-popup-round .mbsc-popup-slide-up-in {
    animation-name: mbsc-slide-up-in, mbsc-fade-in;
}
.mbsc-popup-round .mbsc-popup-slide-up-out {
    animation-name: mbsc-slide-up-out, mbsc-fade-out;
}
.mbsc-popup-round .mbsc-popup-slide-down-in {
    animation-name: mbsc-slide-down-in, mbsc-fade-in;
}
.mbsc-popup-round .mbsc-popup-slide-down-out {
    animation-name: mbsc-slide-down-out, mbsc-fade-out;
}
.mbsc-popup-round .mbsc-popup-top,
.mbsc-popup-round .mbsc-popup-bottom {
    width: auto;
    margin-top: 3em;
    margin-bottom: 3em;
}

.mbsc-ios {
    /* Range Highlight */
    /* Marks */
    /* Colors */
    /* Labels */
    /* Desktop styling */
    /* Multi month grid view */
}
.mbsc-ios.mbsc-calendar-controls {
    /* IE11 needs px size here to avoid subpixel values */
    padding: 2px;
    /* padding: .125em; */
}
.mbsc-ios.mbsc-calendar-cell {
    border-top-style: solid;
    border-top-width: 1px;
}
.mbsc-ios.mbsc-calendar-cell-text {
    height: 2em;
    padding: 0 0.5em;
    line-height: 2em;
    border-radius: 2em;
}
.mbsc-ios.mbsc-calendar-week-day {
    height: 1.7em;
    line-height: 1.7em;
    font-size: 0.625em;
}
.mbsc-ios.mbsc-calendar-week-nr {
    width: 2.363636em;
    height: auto;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 3em;
}
.mbsc-ios.mbsc-calendar-day-text {
    width: 1.625em;
    height: 1.625em;
    margin: 0.1875em;
    padding: 0;
    line-height: 1.625em;
    border: 2px solid transparent;
    border-radius: 2em;
}
.mbsc-ios.mbsc-range-day .mbsc-calendar-cell-inner {
    z-index: 1;
}
.mbsc-ios.mbsc-range-day::after, .mbsc-ios.mbsc-range-hover::before {
    content: "";
    height: 1.875em;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0.25em;
    z-index: 0;
    box-sizing: border-box;
}
.mbsc-ios.mbsc-range-hover::before {
    border-top: 2px dashed;
    border-bottom: 2px dashed;
}
.mbsc-ios.mbsc-range-day-start.mbsc-ltr::after, .mbsc-ios.mbsc-range-day-end.mbsc-rtl::after, .mbsc-ios.mbsc-range-hover-start.mbsc-ltr::before, .mbsc-ios.mbsc-range-hover-end.mbsc-rtl::before {
    left: 50%;
    margin-left: -0.9375em;
    border-radius: 2em 0 0 2em;
}
.mbsc-ios.mbsc-range-day-end.mbsc-ltr::after, .mbsc-ios.mbsc-range-day-start.mbsc-rtl::after, .mbsc-ios.mbsc-range-hover-end.mbsc-ltr::before, .mbsc-ios.mbsc-range-hover-start.mbsc-rtl::before {
    right: 50%;
    margin-right: -0.9375em;
    border-radius: 0 2em 2em 0;
}
.mbsc-ios.mbsc-range-day-start.mbsc-range-day-end::after, .mbsc-ios.mbsc-range-hover-start.mbsc-range-hover-end::before {
    display: none;
}
.mbsc-ios.mbsc-calendar-day-marked {
    padding-bottom: 0.4375em;
}
.mbsc-ios.mbsc-calendar-marks {
    margin-top: -0.0625em;
}
.mbsc-ios.mbsc-calendar-mark {
    width: 0.375em;
    height: 0.375em;
    border-radius: 0.375em;
    margin: 0 0.0625em;
}
.mbsc-ios.mbsc-calendar-day-colors .mbsc-calendar-day-text {
    background-clip: padding-box;
}
.mbsc-ios.mbsc-calendar-day-colors.mbsc-hover .mbsc-calendar-cell-text {
    background-clip: border-box;
}
.mbsc-ios.mbsc-calendar-text:before {
    border-radius: 0.4em;
}
.mbsc-ios.mbsc-calendar-label {
    font-weight: 600;
}
.mbsc-ios.mbsc-calendar-label-background {
    margin: 0 -0.1em;
    background: currentColor;
    opacity: 0.3;
    transition: opacity 0.15s ease-in-out;
}
.mbsc-ios.mbsc-calendar-label-start.mbsc-ltr .mbsc-calendar-label-background, .mbsc-ios.mbsc-calendar-label-end.mbsc-rtl .mbsc-calendar-label-background {
    margin-left: 0;
    border-top-left-radius: 0.4em;
    border-bottom-left-radius: 0.4em;
}
.mbsc-ios.mbsc-calendar-label-end.mbsc-ltr .mbsc-calendar-label-background, .mbsc-ios.mbsc-calendar-label-start.mbsc-rtl .mbsc-calendar-label-background {
    margin-right: 0;
    border-top-right-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
}
.mbsc-ios.mbsc-calendar-label-hover .mbsc-calendar-label-background {
    opacity: 0.6;
}
.mbsc-ios.mbsc-calendar-label.mbsc-calendar-label-hover:before {
    background: none;
}
.mbsc-ios.mbsc-calendar-label-dragging .mbsc-calendar-label-background, .mbsc-ios.mbsc-calendar-label-active .mbsc-calendar-label-background {
    opacity: 0.9;
}
.mbsc-ios.mbsc-calendar-height-md .mbsc-calendar-day:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    z-index: 1;
    margin-right: -1px;
    border-left-width: 1px;
    border-left-style: solid;
    content: "";
}
.mbsc-ios.mbsc-calendar-height-md .mbsc-calendar-week-nr {
    font-size: 0.75em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-title {
    font-size: 1.5em;
    line-height: 1.666667em;
    padding: 0 0.166667em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-week-day {
    height: 2.5em;
    padding: 0 0.5em;
    line-height: 2.5em;
    font-size: 1em;
    border-left: 1px solid transparent;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-week-nr {
    font-size: 0.75em;
    padding: 0;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-day-inner {
    min-height: 2.5em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-day-labels .mbsc-calendar-day-inner {
    min-height: 4.75em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-marks {
    padding: 0 0.75em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-day-text {
    width: 1.375em;
    height: 1.375em;
    line-height: 1.375em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-text {
    height: 1.8em;
    line-height: 1.8em;
    margin: 0 0.5em 0.2em 0.6em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-label {
    padding: 0 0.4em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-label-text {
    font-size: 1.2em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-label-background {
    margin: 0 -0.4em;
}
.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-ltr,
.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-ltr,
.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-ltr {
    text-align: right;
}
.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-rtl,
.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-rtl,
.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-rtl {
    text-align: left;
}
.mbsc-ios.mbsc-calendar-grid-view .mbsc-calendar-title {
    font-size: 1.5em;
    line-height: 1.666667em;
    padding: 0 0.166667em;
}
.mbsc-ios.mbsc-calendar-grid {
    border-top: 1px solid;
}
.mbsc-ios.mbsc-calendar-grid .mbsc-calendar-grid-item .mbsc-calendar-week-days {
    background: none;
}
.mbsc-ios.mbsc-calendar-grid .mbsc-calendar-cell {
    border: 0;
}

.mbsc-ios {
    /* range highlight and selection */
    /* Picker */
    /* Multi month grid view */
}
.mbsc-ios.mbsc-calendar {
    background: white;
    color: #000000;
}
.mbsc-ios.mbsc-calendar-wrapper {
    border-color: #cccccc;
}
.mbsc-ios.mbsc-calendar-header {
    border-color: #cccccc;
}
.mbsc-ios.mbsc-calendar-button.mbsc-button {
    color: #007aff;
}
.mbsc-ios.mbsc-calendar-cell {
    background: white;
    border-color: #cccccc;
    color: #000000;
}
.mbsc-ios.mbsc-calendar-day:after {
    border-color: #cccccc;
}
.mbsc-ios.mbsc-calendar-week-nr, .mbsc-ios.mbsc-calendar-today {
    color: #007aff;
}
.mbsc-ios.mbsc-hover .mbsc-calendar-cell-text {
    background-color: rgba(0, 122, 255, 0.3);
}
.mbsc-ios.mbsc-range-day::after {
    background-color: #cbe2fb;
}
.mbsc-ios.mbsc-range-day .mbsc-calendar-cell-text {
    color: #000;
}
.mbsc-ios.mbsc-range-hover::before {
    border-color: #dedede;
}
.mbsc-ios.mbsc-selected .mbsc-calendar-cell-text {
    border-color: #007aff;
    background: #007aff;
    color: #fff;
}
.mbsc-ios.mbsc-focus .mbsc-calendar-cell-text {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
}
.mbsc-ios.mbsc-focus .mbsc-calendar-day-text {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.5);
}
.mbsc-ios.mbsc-calendar-mark {
    background: #cccccc;
}
.mbsc-ios.mbsc-calendar-label {
    color: #5ac8fa;
}
.mbsc-ios.mbsc-calendar-label-text {
    color: #000;
}
.mbsc-ios.mbsc-calendar-label-active .mbsc-calendar-label-inner, .mbsc-ios.mbsc-calendar-label-dragging .mbsc-calendar-label-inner {
    color: #fff;
}
.mbsc-ios.mbsc-calendar-label-active .mbsc-calendar-label-text, .mbsc-ios.mbsc-calendar-label-dragging .mbsc-calendar-label-text {
    color: inherit;
}
.mbsc-ios.mbsc-calendar-text-more .mbsc-calendar-label-text {
    color: #000000;
}
.mbsc-ios.mbsc-calendar-popup .mbsc-popup-arrow,
.mbsc-ios.mbsc-calendar-popup .mbsc-popup-body {
    background: white;
}
.mbsc-ios.mbsc-calendar-popup .mbsc-calendar-cell {
    background: white;
}
.mbsc-ios.mbsc-calendar-grid {
    border-color: #cccccc;
}
.mbsc-ios.mbsc-calendar-month-title {
    color: #007aff;
}

.mbsc-ios-dark {
    /* range highlight and selection */
    /* Picker */
    /* Multi month grid view */
}
.mbsc-ios-dark.mbsc-calendar {
    background: #000000;
    color: #ffffff;
}
.mbsc-ios-dark.mbsc-calendar-wrapper {
    border-color: #333333;
}
.mbsc-ios-dark.mbsc-calendar-header {
    border-color: #333333;
}
.mbsc-ios-dark.mbsc-calendar-button.mbsc-button {
    color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-calendar-cell {
    background: #000000;
    border-color: #333333;
    color: #ffffff;
}
.mbsc-ios-dark.mbsc-calendar-day:after {
    border-color: #333333;
}
.mbsc-ios-dark.mbsc-calendar-week-nr, .mbsc-ios-dark.mbsc-calendar-today {
    color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-hover .mbsc-calendar-cell-text {
    background-color: rgba(255, 159, 10, 0.3);
}
.mbsc-ios-dark.mbsc-range-day::after {
    background-color: #3d2705;
}
.mbsc-ios-dark.mbsc-range-day .mbsc-calendar-cell-text {
    color: #fff;
}
.mbsc-ios-dark.mbsc-range-hover::before {
    border-color: #2b2b2b;
}
.mbsc-ios-dark.mbsc-selected .mbsc-calendar-cell-text {
    border-color: #ff9f0a;
    background: #ff9f0a;
    color: #fff;
}
.mbsc-ios-dark.mbsc-focus .mbsc-calendar-cell-text {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.mbsc-ios-dark.mbsc-focus .mbsc-calendar-day-text {
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.5);
}
.mbsc-ios-dark.mbsc-calendar-mark {
    background: #333333;
}
.mbsc-ios-dark.mbsc-calendar-label {
    color: #5ac8fa;
}
.mbsc-ios-dark.mbsc-calendar-label-text {
    color: #fff;
}
.mbsc-ios-dark.mbsc-calendar-label-active .mbsc-calendar-label-inner, .mbsc-ios-dark.mbsc-calendar-label-dragging .mbsc-calendar-label-inner {
    color: #fff;
}
.mbsc-ios-dark.mbsc-calendar-label-active .mbsc-calendar-label-text, .mbsc-ios-dark.mbsc-calendar-label-dragging .mbsc-calendar-label-text {
    color: inherit;
}
.mbsc-ios-dark.mbsc-calendar-text-more .mbsc-calendar-label-text {
    color: #ffffff;
}
.mbsc-ios-dark.mbsc-calendar-popup .mbsc-popup-arrow,
.mbsc-ios-dark.mbsc-calendar-popup .mbsc-popup-body {
    background: #292929;
}
.mbsc-ios-dark.mbsc-calendar-popup .mbsc-calendar-cell {
    background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-calendar-grid {
    border-color: #333333;
}
.mbsc-ios-dark.mbsc-calendar-month-title {
    color: #ff9f0a;
}

@keyframes mbsc-zoom-in-up {
    from {
        opacity: 0;
        transform: scale(2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes mbsc-zoom-in-down {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes mbsc-zoom-out-up {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(2);
    }
}
@keyframes mbsc-zoom-out-down {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.5);
    }
}
.mbsc-calendar {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-direction: column;
    touch-action: manipulation;
    position: relative;
}

.mbsc-calendar-wrapper {
    position: relative;
    overflow: hidden;
}

/* Header */
.mbsc-calendar-header {
    position: relative;
    z-index: 1;
    will-change: opacity;
}
.mbsc-calendar-header .mbsc-calendar-week-days {
    margin-left: -1px;
}

.mbsc-calendar,
.mbsc-calendar-title-wrapper,
.mbsc-calendar-controls {
    display: flex;
}

.mbsc-calendar-controls {
    align-items: center;
    box-sizing: content-box;
    min-height: 2.5em;
}

.mbsc-calendar-button.mbsc-button.mbsc-reset {
    margin: 0;
}

.mbsc-calendar-button-prev-multi {
    order: -1;
}

.mbsc-calendar-button-next-multi {
    order: 1;
}

.mbsc-calendar-body {
    box-sizing: border-box;
    overflow: hidden;
}

.mbsc-calendar-body-inner {
    position: relative;
    overflow: hidden;
    margin-left: -1px;
}

.mbsc-calendar-wrapper-fixed {
    overflow: visible;
    flex: none;
}

.mbsc-calendar-title-wrapper {
    flex: 1;
    align-items: center;
    overflow: hidden;
}

.mbsc-calendar-title-wrapper-multi .mbsc-calendar-button {
    flex: 1;
}

.mbsc-calendar-title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.125em;
    padding: 0 0.25em;
    display: inline-block;
    vertical-align: middle;
}

/* Scrollview */
.mbsc-calendar-scroll-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.mbsc-calendar-picker-wrapper {
    position: relative;
    width: 15em;
    height: 15em;
    overflow: hidden;
}

.mbsc-calendar-picker {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.mbsc-calendar-picker-main {
    position: relative;
    z-index: 0;
}

.mbsc-calendar-picker-in-up {
    opacity: 0;
    animation: mbsc-zoom-in-up 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
}

.mbsc-calendar-picker-in-down {
    opacity: 0;
    animation: mbsc-zoom-in-down 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
}

.mbsc-calendar-picker-out-up {
    opacity: 0;
    animation: mbsc-zoom-out-up 200ms cubic-bezier(0.4, 0, 1, 1) forwards;
}

.mbsc-calendar-picker-out-down {
    opacity: 0;
    animation: mbsc-zoom-out-down 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
}

.mbsc-calendar-scroll-wrapper > div {
    height: 100%;
}

.mbsc-calendar-scroll-wrapper > div > div {
    height: 100%;
    transform: translate3d(0, 0, 0);
}

.mbsc-calendar-slide {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.mbsc-calendar-slide.mbsc-ltr {
    left: 0;
}

.mbsc-calendar-slide.mbsc-rtl {
    right: 0;
}

.mbsc-calendar-slide:first-child {
    position: relative;
}

.mbsc-calendar-table {
    height: 100%;
    transform: translateZ(0);
}

.mbsc-calendar-cell {
    position: relative;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.mbsc-calendar-cell:focus {
    outline: 0;
}

.mbsc-calendar-cell-inner {
    display: inline-block;
    padding: 0 0.25em;
    vertical-align: middle;
}

.mbsc-calendar-cell.mbsc-disabled {
    cursor: not-allowed;
}

.mbsc-calendar-week-day {
    height: 2em;
    font-size: 0.6875em;
    line-height: 2em;
    text-align: center;
    border-bottom: 1px solid transparent;
}

.mbsc-calendar-year,
.mbsc-calendar-month {
    vertical-align: middle;
}

.mbsc-calendar-year-text,
.mbsc-calendar-month-text {
    margin: 0.875em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 4.5em;
    box-sizing: border-box;
}

.mbsc-calendar-day {
    /* if only width is used, layout is broken with week numbers displayed */
    max-width: 14.285715%;
    text-align: center;
    vertical-align: top;
}

.mbsc-calendar-day-empty {
    cursor: default;
}

.mbsc-calendar-day-text {
    display: inline-block;
    text-align: center;
    box-sizing: content-box;
}

.mbsc-calendar-day-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.mbsc-calendar-day-hidden {
    visibility: hidden;
}

.mbsc-calendar-month-name {
    display: none;
}

.mbsc-calendar-width-md .mbsc-calendar-month-name {
    display: inline-block;
    font-weight: bold;
}

.mbsc-calendar-day-outer .mbsc-calendar-day-text,
.mbsc-calendar-day-outer .mbsc-calendar-month-name {
    opacity: 0.5;
}

.mbsc-calendar-day-outer.mbsc-selected .mbsc-calendar-day-text,
.mbsc-calendar-day-outer.mbsc-selected .mbsc-calendar-month-name {
    opacity: 1;
}

.mbsc-disabled .mbsc-calendar-cell-text,
.mbsc-disabled .mbsc-calendar-month-name {
    opacity: 0.2;
}

/* Day highlight */
.mbsc-calendar-day-highlight:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

/* Marks */
.mbsc-calendar-day-marked {
    padding-bottom: 0.25em;
}

.mbsc-calendar-marks {
    position: absolute;
    left: 0;
    right: 0;
    height: 0.375em;
    margin-top: -0.125em;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.mbsc-calendar-mark {
    display: inline-block;
    vertical-align: top;
    width: 0.25em;
    height: 0.25em;
    margin: 0.0625em;
    border-radius: 0.25em;
}

/* Labels */
.mbsc-calendar-labels {
    position: absolute;
    left: -1px;
    right: -1px;
}

.mbsc-calendar-label-wrapper {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.mbsc-calendar-label {
    padding: 0 0.3em;
}

.mbsc-calendar-text:focus {
    outline: 0;
}

.mbsc-calendar-label-text {
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
}

.mbsc-calendar-text:before,
.mbsc-calendar-label-background {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background-color 0.2s;
}

.mbsc-calendar-label.mbsc-calendar-label-hover:before {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.mbsc-calendar-text-more {
    padding: 0 0.3em;
}

.mbsc-calendar-text-more.mbsc-calendar-label-active:before,
.mbsc-calendar-text-more.mbsc-calendar-label-hover:before {
    background-color: rgba(0, 0, 0, 0.1);
}

.mbsc-calendar-text {
    display: block;
    position: relative;
    height: 1.6em;
    line-height: 1.6em;
    font-size: 0.625em;
    white-space: nowrap;
    margin: 0 0.1em 0.2em 0.2em;
}

.mbsc-calendar-text-placeholder {
    z-index: -1;
}

.mbsc-calendar-text.mbsc-ltr {
    text-align: left;
}

.mbsc-calendar-text.mbsc-rtl {
    text-align: right;
}

/* Label drag & drop */
.mbsc-calendar-label-resize {
    position: absolute;
    top: 0;
    height: 100%;
    width: 0.5em;
    z-index: 2;
    cursor: ew-resize;
}

.mbsc-calendar-label-resize:after {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    width: 0.8em;
    height: 0.8em;
    margin-top: -0.4em;
    background: #fff;
    border-radius: 0.8em;
    border: 1px solid currentColor;
    box-sizing: border-box;
}

.mbsc-calendar-label-resize-start.mbsc-ltr,
.mbsc-calendar-label-resize-end.mbsc-rtl {
    left: 0;
}

.mbsc-calendar-label-resize-start.mbsc-rtl,
.mbsc-calendar-label-resize-end.mbsc-ltr {
    right: 0;
}

.mbsc-calendar-label-resize-start.mbsc-ltr:after,
.mbsc-calendar-label-resize-end.mbsc-rtl:after {
    left: -0.4em;
}

.mbsc-calendar-label-resize-end.mbsc-ltr:after,
.mbsc-calendar-label-resize-start.mbsc-rtl:after {
    right: -0.4em;
}

.mbsc-calendar-label-resize-start-touch:before,
.mbsc-calendar-label-resize-end-touch:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1em;
    width: 2em;
    height: 2em;
}

.mbsc-calendar-label-resize-start-touch:before {
    left: -1em;
}

.mbsc-calendar-label-resize-end-touch:before {
    right: -1em;
}

.mbsc-calendar-label-hover .mbsc-calendar-label-resize:after,
.mbsc-calendar-label-dragging .mbsc-calendar-label-resize:after {
    display: block;
}

.mbsc-calendar-label-inactive {
    opacity: 0.4;
}

.mbsc-calendar-label-hidden {
    visibility: hidden;
}

.mbsc-calendar-labels-dragging {
    z-index: 3;
}

/* Multi month grid view */
.mbsc-calendar-grid {
    overflow: auto;
    padding: 0 2%;
}
.mbsc-calendar-grid .mbsc-calendar-table {
    margin: 0 5%;
    width: 90%;
}

.mbsc-calendar-grid-item {
    margin: 1em 0;
    padding-top: 2.5em;
}

.mbsc-calendar-month-title {
    padding-bottom: 0.8em;
    margin: 0 10%;
    margin-top: -2em;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.2em;
}

/* Variable row */
.mbsc-calendar-body-inner-variable {
    overflow-y: auto;
}
.mbsc-calendar-body-inner-variable .mbsc-calendar-table {
    min-height: 20em;
}

.mbsc-ios.mbsc-form-control-wrapper {
    margin-top: -1px;
}
.mbsc-ios.mbsc-form-control-wrapper.mbsc-error {
    z-index: 2;
}
.mbsc-ios.mbsc-form-control-wrapper:before, .mbsc-ios.mbsc-form-control-wrapper:after {
    content: "";
    position: absolute;
    border-top: 1px solid transparent;
}
.mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:after, .mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:before {
    right: 0;
    left: 1em;
}
.mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:after, .mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:before {
    left: 0;
    right: 1em;
}
.mbsc-ios.mbsc-form-control-wrapper:before {
    top: 0;
}
.mbsc-ios.mbsc-form-control-wrapper:after {
    bottom: 0;
}
.mbsc-block-title + .mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:before, .mbsc-form-group-title + .mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:before, .mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:first-child:before, .mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:last-child:after {
    left: 0;
}
.mbsc-block-title + .mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:before, .mbsc-form-group-title + .mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:before, .mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:first-child:before, .mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:last-child:after {
    right: 0;
}
.mbsc-ios.mbsc-form-control-label.mbsc-disabled, .mbsc-ios.mbsc-description.mbsc-disabled {
    opacity: 0.3;
}
.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title + .mbsc-form-control-wrapper,
.mbsc-ios .mbsc-form-group-inset .mbsc-form-control-wrapper:first-child {
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}
.mbsc-ios .mbsc-form-group-inset .mbsc-form-control-wrapper:last-child {
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}
.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title,
.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title + .mbsc-form-control-wrapper:before,
.mbsc-ios .mbsc-form-group-inset .mbsc-form-control-wrapper:first-child:before,
.mbsc-ios .mbsc-form-group-inset .mbsc-form-control-wrapper:last-child:after {
    border-width: 0;
}

.mbsc-ios {
    /* Wrapper */
    /* Inside popup */
}
.mbsc-ios.mbsc-form-control-wrapper {
    background: white;
}
.mbsc-ios.mbsc-form-control-wrapper:before, .mbsc-ios.mbsc-form-control-wrapper:after {
    border-color: #cccccc;
}
.mbsc-ios.mbsc-form-control-wrapper.mbsc-error:after, .mbsc-ios.mbsc-form-control-wrapper.mbsc-error + .mbsc-form-control-wrapper:before {
    border-color: #d8332a;
}

.mbsc-ios-dark {
    /* Wrapper */
    /* Inside popup */
}
.mbsc-ios-dark.mbsc-form-control-wrapper {
    background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-form-control-wrapper:before, .mbsc-ios-dark.mbsc-form-control-wrapper:after {
    border-color: #333333;
}
.mbsc-ios-dark.mbsc-form-control-wrapper.mbsc-error:after, .mbsc-ios-dark.mbsc-form-control-wrapper.mbsc-error + .mbsc-form-control-wrapper:before {
    border-color: #d8332a;
}
.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-form-control-wrapper {
    background: #2b2b2b;
}

.mbsc-form-control-label {
    display: block;
}

.mbsc-form-control-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
    opacity: 0;
    margin: 0;
    z-index: 3;
}

.mbsc-ios {
    /* Wrapper */
    /* Inner element */
    /* Form element */
    /* Icons */
    /* Label */
    /* Error message */
    /* Underline input --------------------------------------------------------------------------- */
    /* Form element*/
    /* Label */
    /* Error message */
    /* ------------------------------------------------------------------------------------------- */
    /* Box & outline input common styles --------------------------------------------------------- */
    /* Wrapper */
    /* Form element */
    /* Label */
    /* Error message */
    /* ------------------------------------------------------------------------------------------- */
    /* Select */
    /* Select icon */
    /* Textarea */
    /* Input tags */
}
.mbsc-ios.mbsc-textfield-wrapper-has-icon-right.mbsc-rtl, .mbsc-ios.mbsc-textfield-wrapper-has-icon-left.mbsc-ltr {
    z-index: 1;
}
.mbsc-ios.mbsc-textfield-wrapper-has-icon-left.mbsc-ltr:before, .mbsc-ios.mbsc-textfield-wrapper-has-icon-left.mbsc-ltr:after {
    left: 3.375em;
}
.mbsc-ios.mbsc-textfield-wrapper-has-icon-right.mbsc-rtl:after, .mbsc-ios.mbsc-textfield-wrapper-has-icon-right.mbsc-rtl:before {
    right: 3.375em;
}
.mbsc-ios.mbsc-textfield-inner {
    position: static;
    flex: 1 auto;
    z-index: -1;
}
.mbsc-ios.mbsc-textfield-inner.mbsc-disabled {
    opacity: 0.5;
}
.mbsc-ios.mbsc-textfield {
    display: flex;
    padding: 0 1em;
    background: transparent;
    height: 2.75em;
}
.mbsc-ios.mbsc-textfield-has-icon-left {
    padding-left: 3.375em;
}
.mbsc-ios.mbsc-textfield-has-icon-right {
    padding-right: 3.375em;
}
.mbsc-ios.mbsc-textfield-stacked, .mbsc-ios.mbsc-textfield-floating {
    height: 3.5em;
    padding-top: 1.25em;
}
.mbsc-ios.mbsc-textfield-icon {
    top: 0.625em;
    z-index: 1;
}
.mbsc-ios.mbsc-textfield-icon-left {
    left: 0.9375em;
}
.mbsc-ios.mbsc-textfield-icon-right {
    right: 0.9375em;
}
.mbsc-ios.mbsc-textfield-icon-floating, .mbsc-ios.mbsc-textfield-icon-stacked {
    top: 1em;
}
.mbsc-ios.mbsc-label-inline {
    line-height: 2.75em;
}
.mbsc-ios.mbsc-label-inline.mbsc-ltr {
    padding-left: 1em;
}
.mbsc-ios.mbsc-label-inline.mbsc-rtl {
    padding-right: 1em;
}
.mbsc-ios.mbsc-label-stacked {
    top: 0.666667em;
    font-size: 0.75em;
    line-height: 1em;
}
.mbsc-ios.mbsc-label-stacked.mbsc-ltr {
    left: 1.333334em;
}
.mbsc-ios.mbsc-label-stacked.mbsc-rtl {
    right: 1.333334em;
}
.mbsc-ios.mbsc-label-floating {
    top: 0.875em;
    line-height: 2em;
}
.mbsc-ios.mbsc-label-floating.mbsc-ltr {
    left: 1em;
}
.mbsc-ios.mbsc-label-floating.mbsc-rtl {
    right: 1em;
}
.mbsc-ios.mbsc-label-floating-active.mbsc-label {
    transform: translateY(-0.75em) scale(0.75);
}
.mbsc-ios.mbsc-label.mbsc-disabled {
    opacity: 0.5;
}
.mbsc-ios.mbsc-error-message {
    display: block;
    padding: 0 1.333334em;
    line-height: 1.666667em;
}
.mbsc-ios.mbsc-error-message-underline {
    position: static;
}
.mbsc-ios.mbsc-error-message-has-icon-left.mbsc-ltr {
    padding-left: 4.5em;
}
.mbsc-ios.mbsc-error-message-has-icon-right.mbsc-rtl {
    padding-right: 4.5em;
}
.mbsc-ios .mbsc-textfield-wrapper-underline {
    overflow: hidden;
}
.mbsc-ios.mbsc-textfield-underline-inline-has-icon-left.mbsc-ltr {
    padding-left: 1em;
}
.mbsc-ios.mbsc-textfield-underline-inline-has-icon-right.mbsc-rtl {
    padding-right: 1em;
}
.mbsc-ios.mbsc-label-underline {
    margin: 0;
}
.mbsc-ios.mbsc-label-underline-stacked-has-icon-left.mbsc-ltr {
    left: 4.5em;
}
.mbsc-ios.mbsc-label-underline-stacked-has-icon-right.mbsc-rtl {
    right: 4.5em;
}
.mbsc-ios.mbsc-label-underline-inline-has-icon-left.mbsc-ltr {
    padding-left: 3.375em;
}
.mbsc-ios.mbsc-label-underline-inline-has-icon-right.mbsc-rtl {
    padding-right: 3.375em;
}
.mbsc-ios.mbsc-label-underline-floating-has-icon-left.mbsc-ltr {
    left: 3.375em;
}
.mbsc-ios.mbsc-label-underline-floating-has-icon-right.mbsc-rtl {
    right: 3.375em;
}
.mbsc-ios.mbsc-error-message-underline.mbsc-error-message-inline.mbsc-ltr {
    padding-left: 1.333334em;
}
.mbsc-ios.mbsc-error-message-underline.mbsc-error-message-inline.mbsc-rtl {
    padding-right: 1.333334em;
}
.mbsc-ios.mbsc-textfield-wrapper-outline, .mbsc-ios.mbsc-textfield-wrapper-box {
    margin: 1.5em 1em;
}
.mbsc-ios.mbsc-textfield-wrapper-outline.mbsc-font::after, .mbsc-ios.mbsc-textfield-wrapper-outline.mbsc-font::before, .mbsc-ios.mbsc-textfield-wrapper-box.mbsc-font::after, .mbsc-ios.mbsc-textfield-wrapper-box.mbsc-font::before {
    border: none;
}
.mbsc-ios.mbsc-textfield-box, .mbsc-ios.mbsc-textfield-outline {
    border-radius: 0.5em;
    border: 1px solid transparent;
}
.mbsc-ios.mbsc-textfield-inner-box, .mbsc-ios.mbsc-textfield-inner-outline {
    position: relative;
}
.mbsc-ios.mbsc-label-box-stacked-has-icon-left.mbsc-ltr, .mbsc-ios.mbsc-label-outline-stacked-has-icon-left.mbsc-ltr {
    left: 4.5em;
}
.mbsc-ios.mbsc-label-outline-stacked-has-icon-right.mbsc-rtl, .mbsc-ios.mbsc-label-box-stacked-has-icon-right.mbsc-rtl {
    right: 4.5em;
}
.mbsc-ios.mbsc-label-box-stacked, .mbsc-ios.mbsc-label-outline-stacked, .mbsc-ios.mbsc-label-box-floating, .mbsc-ios.mbsc-label-outline-floating {
    margin: 0 1px;
}
.mbsc-ios.mbsc-label-outline-floating-has-icon-left.mbsc-ltr, .mbsc-ios.mbsc-label-box-floating-has-icon-left.mbsc-ltr {
    left: 3.375em;
}
.mbsc-ios.mbsc-label-outline-floating-has-icon-right.mbsc-rtl, .mbsc-ios.mbsc-label-box-floating-has-icon-right.mbsc-rtl {
    right: 3.375em;
}
.mbsc-ios.mbsc-error-message-outline, .mbsc-ios.mbsc-error-message-box {
    margin: 0 1px;
}
.mbsc-ios.mbsc-select.mbsc-ltr {
    padding-right: 3.375em;
}
.mbsc-ios.mbsc-select.mbsc-rtl {
    padding-left: 3.375em;
}
.mbsc-ios.mbsc-select.mbsc-textfield-has-icon-right.mbsc-ltr {
    padding-right: 4.875em;
}
.mbsc-ios.mbsc-select.mbsc-textfield-has-icon-left.mbsc-rtl {
    padding-left: 4.875em;
}
.mbsc-ios.mbsc-select-icon {
    top: 0.625em;
}
.mbsc-ios.mbsc-select-icon-stacked, .mbsc-ios.mbsc-select-icon-floating {
    top: 1em;
}
.mbsc-ios.mbsc-select-icon.mbsc-ltr {
    right: 0.9375em;
}
.mbsc-ios.mbsc-select-icon.mbsc-rtl {
    left: 0.9375em;
}
.mbsc-ios.mbsc-select-icon-right.mbsc-ltr {
    right: 3.375em;
}
.mbsc-ios.mbsc-select-icon-left.mbsc-rtl {
    left: 3.375em;
}
.mbsc-ios.mbsc-textarea {
    height: 3em;
    border: 0;
}
.mbsc-ios.mbsc-textarea.mbsc-textfield-stacked, .mbsc-ios.mbsc-textarea.mbsc-textfield-floating {
    padding-top: 0;
}
.mbsc-ios.mbsc-textarea-inner {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
}
.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-box, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-outline {
    border: 1px solid transparent;
    border-radius: 0.5em;
}
.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-stacked, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-floating {
    padding-top: 1.375em;
}
.mbsc-ios.mbsc-textfield-tags-inner {
    padding-top: 0;
    padding-bottom: 0;
}
.mbsc-ios.mbsc-textfield.mbsc-textfield-tags {
    padding-top: 0.3125em;
    padding-bottom: 0.3125em;
    min-height: 2.75em;
}
.mbsc-ios.mbsc-textfield-tags.mbsc-textfield-stacked, .mbsc-ios.mbsc-textfield-tags.mbsc-textfield-floating {
    min-height: 2.125em;
    padding-top: 0;
    padding-bottom: 0;
}
.mbsc-ios.mbsc-textfield-tag {
    border-radius: 1em;
}

.mbsc-ios {
    /* Wrapper */
    /* Form element */
    /* Icon */
    /* Error */
    /* Select */
    /* Textarea */
    /* Inside popup */
    /* Input tags */
}
.mbsc-ios.mbsc-textfield-wrapper {
    background: none;
}
.mbsc-ios.mbsc-textfield-wrapper-underline {
    background: white;
}
.mbsc-ios.mbsc-label, .mbsc-ios.mbsc-textfield {
    color: #000000;
}
.mbsc-ios.mbsc-textfield-box, .mbsc-ios.mbsc-textfield-outline {
    background: white;
}
.mbsc-ios.mbsc-textfield-outline {
    border-color: #cccccc;
}
.mbsc-ios.mbsc-textfield-icon, .mbsc-ios.mbsc-select-icon {
    color: #8c8c8c;
}
.mbsc-ios.mbsc-textfield-outline.mbsc-error, .mbsc-ios.mbsc-textfield-box.mbsc-error {
    border-color: #d8332a;
}
.mbsc-ios.mbsc-error-message {
    color: #d8332a;
}
.mbsc-ios.mbsc-select {
    background: white;
}
.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-box, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-outline {
    background: white;
}
.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-outline {
    border-color: #cccccc;
}
.mbsc-ios.mbsc-textarea-inner.mbsc-error {
    border-color: #d8332a;
}
.mbsc-ios.mbsc-textfield-tag {
    background: #dedede;
}
.mbsc-ios.mbsc-textfield-tag-clear {
    color: #8c8c8c;
}

.mbsc-ios-dark {
    /* Wrapper */
    /* Form element */
    /* Icon */
    /* Error */
    /* Select */
    /* Textarea */
    /* Inside popup */
    /* Input tags */
}
.mbsc-ios-dark.mbsc-textfield-wrapper {
    background: none;
}
.mbsc-ios-dark.mbsc-textfield-wrapper-underline {
    background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-label, .mbsc-ios-dark.mbsc-textfield {
    color: #ffffff;
}
.mbsc-ios-dark.mbsc-textfield-box, .mbsc-ios-dark.mbsc-textfield-outline {
    background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-textfield-outline {
    border-color: #333333;
}
.mbsc-ios-dark.mbsc-textfield-icon, .mbsc-ios-dark.mbsc-select-icon {
    color: #ffffff;
}
.mbsc-ios-dark.mbsc-textfield-outline.mbsc-error, .mbsc-ios-dark.mbsc-textfield-box.mbsc-error {
    border-color: #d8332a;
}
.mbsc-ios-dark.mbsc-error-message {
    color: #d8332a;
}
.mbsc-ios-dark.mbsc-select {
    background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-box, .mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-outline {
    background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-outline {
    border-color: #333333;
}
.mbsc-ios-dark.mbsc-textarea-inner.mbsc-error {
    border-color: #d8332a;
}
.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textfield-wrapper {
    background: none;
}
.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-select, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textfield-wrapper-underline, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textfield-box, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textfield-outline, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-box, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-outline {
    background: #2b2b2b;
}
.mbsc-ios-dark.mbsc-textfield-tag {
    background: #3b3b3b;
}
.mbsc-ios-dark.mbsc-textfield-tag-clear {
    color: #ffffff;
}

@keyframes autofill {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
/* Wrapper */
.mbsc-textfield-wrapper {
    position: relative;
    display: block;
    margin: 0;
    z-index: 0;
    user-select: none;
}

.mbsc-textfield-wrapper-inline {
    display: flex;
}

.mbsc-form-grid .mbsc-textfield-wrapper-box,
.mbsc-form-grid .mbsc-textfield-wrapper-outline {
    margin: 0.75em 1em;
}

/* Inner wrapper */
.mbsc-textfield-inner {
    box-sizing: border-box;
    position: relative;
    display: block;
}

.mbsc-textfield-inner-inline {
    flex: 1 auto;
}

/* Form element */
.mbsc-textfield {
    display: block;
    width: 100%;
    font-size: 1em;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    font-family: inherit;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

.mbsc-textfield:-webkit-autofill {
    animation-name: autofill;
}

.mbsc-textfield::-webkit-inner-spin-button {
    height: 2em;
    align-self: center;
}

.mbsc-textfield::-moz-placeholder {
    opacity: 0.5;
    color: inherit;
}

.mbsc-textfield::-webkit-input-placeholder {
    opacity: 0.5;
    color: inherit;
}

/* Floating label */
.mbsc-textfield-floating:-ms-input-placeholder {
    color: transparent;
}

.mbsc-textfield-floating::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.2s;
}

.mbsc-textfield-floating::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.2s;
}

.mbsc-textfield-floating::-webkit-datetime-edit {
    color: transparent;
}

.mbsc-textfield-floating-active:-ms-input-placeholder {
    color: inherit;
}

.mbsc-textfield-floating-active::-moz-placeholder {
    opacity: 0.5;
}

.mbsc-textfield-floating-active::-webkit-input-placeholder {
    opacity: 0.5;
}

.mbsc-textfield-floating-active::-webkit-datetime-edit {
    color: inherit;
}

.mbsc-textfield-floating .mbsc-textfield-tags-placeholder {
    opacity: 0;
    transition: opacity 0.2s;
}

.mbsc-textfield-floating-active .mbsc-textfield-tags-placeholder {
    opacity: 0.5;
}

.mbsc-textfield-fieldset {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0 1em;
    pointer-events: none;
}

/* Icon */
.mbsc-textfield-icon {
    position: absolute;
    top: 0;
    text-align: center;
}

.mbsc-textfield-icon-left {
    left: 0;
}

.mbsc-textfield-icon-right {
    right: 0;
}

/* Label */
.mbsc-label {
    position: absolute;
    z-index: 1;
    top: 0;
    line-height: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none;
}

.mbsc-label-inline {
    position: static;
    overflow: hidden;
    flex: 0 0 auto;
    width: 30%;
    max-width: 12.5em;
    box-sizing: border-box;
    pointer-events: auto;
}

.mbsc-label-floating-animate {
    transition: transform 0.2s;
}

.mbsc-label-floating.mbsc-ltr {
    transform-origin: top left;
}

.mbsc-label-floating.mbsc-rtl {
    transform-origin: top right;
}

/* Error message */
.mbsc-error-message {
    position: absolute;
    top: 100%;
    font-size: 0.75em;
    line-height: 1.5em;
}

/* File input */
.mbsc-textfield-file {
    position: absolute;
    left: 0;
    opacity: 0;
}

/* Select */
.mbsc-select {
    cursor: pointer;
}

.mbsc-select-icon {
    position: absolute;
    text-align: center;
    pointer-events: none;
}

/* Textarea */
.mbsc-textarea {
    resize: none;
    overflow: hidden;
    line-height: 1.5em;
}

/* Password toggle */
.mbsc-toggle-icon:hover {
    cursor: pointer;
}

/* Input tags */
.mbsc-textfield.mbsc-textfield-hidden.mbsc-textarea {
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
}

.mbsc-textfield.mbsc-textfield-tags.mbsc-textarea {
    display: block;
    overflow: auto;
    height: auto;
    max-height: 5.5em;
}

.mbsc-textfield-tag {
    display: inline-block;
    margin: 0.25em 0;
    line-height: normal;
}

.mbsc-textfield-tag.mbsc-ltr {
    margin-right: 0.5em;
    padding-left: 0.75em;
}

.mbsc-textfield-tag.mbsc-rtl {
    margin-left: 0.5em;
    padding-right: 0.75em;
}

.mbsc-textfield-tag-text {
    font-size: 0.875em;
    line-height: 1.857143em;
}

.mbsc-textfield-tag-clear.mbsc-icon {
    width: 1.625em;
    height: 1.625em;
    vertical-align: top;
    border: 0.25em solid transparent;
    box-sizing: border-box;
    cursor: pointer;
}

.mbsc-textfield-tags-placeholder {
    opacity: 0.5;
    line-height: 2.125em;
}

.mbsc-ios {
    /* checkmark */
    /* Desktop styling */
}
.mbsc-ios.mbsc-scroller-wheel-multi.mbsc-scroller-wheel-cont-3d {
    visibility: hidden;
}
.mbsc-ios.mbsc-scroller-wheel-group-cont {
    padding: 0 0.625em;
}
.mbsc-ios.mbsc-scroller-wheel-group {
    padding: 0.625em;
}
.mbsc-ios.mbsc-wheel-group-checkmark {
    padding: 0.625em 0;
}
.mbsc-ios.mbsc-scroller-wheel-3d {
    overflow: visible;
}
.mbsc-ios.mbsc-scroller-wheel-line {
    display: block;
    z-index: 1;
    border-radius: 0.5em;
    margin: 0 0.625em;
}
.mbsc-ios.mbsc-scroller-wheel-overlay {
    display: block;
}
.mbsc-ios.mbsc-scroller-wheel-item {
    padding: 0 0.5em;
    font-size: 1.25em;
    text-align: center;
    box-sizing: border-box;
    border-radius: 0.5em;
}
.mbsc-ios.mbsc-scroller-wheel-item-3d {
    font-size: 1.125em;
}
.mbsc-ios.mbsc-wheel-item-checkmark {
    padding-left: 1.75em;
    padding-right: 1.75em;
}
.mbsc-ios.mbsc-scroller-wheel-header {
    font-size: 0.875em;
}
.mbsc-ios.mbsc-wheel-checkmark {
    display: none;
    position: absolute;
    width: 1.75em;
    height: 1.75em;
    top: 50%;
    margin-top: -0.875em;
}
.mbsc-ios.mbsc-wheel-checkmark::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    display: block;
    opacity: 0;
    transform: rotate(-45deg);
    top: 32%;
    left: 26%;
    width: 0.75em;
    height: 0.375em;
    border: 0.125em solid currentColor;
    border-top: 0;
    border-right: 0;
    transition: opacity 0.2s ease-in-out;
}
.mbsc-ios.mbsc-wheel-checkmark.mbsc-selected::after {
    opacity: 1;
}
.mbsc-ios.mbsc-wheel-checkmark.mbsc-ltr {
    left: 0;
}
.mbsc-ios.mbsc-wheel-checkmark.mbsc-rtl {
    right: 0;
}
.mbsc-ios.mbsc-wheel-item-multi .mbsc-ios.mbsc-wheel-checkmark, .mbsc-ios.mbsc-scroller-pointer .mbsc-ios.mbsc-wheel-item-checkmark .mbsc-wheel-checkmark {
    display: block;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-group-cont,
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-group {
    padding: 0;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-wrapper {
    padding: 0.1875em 0;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-overlay {
    display: none;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
    font-size: 1em;
    padding: 0 0.75em;
    margin: 0 0.1875em;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-line {
    margin: 0 0.1875em;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-wheel-item-checkmark.mbsc-ltr {
    text-align: left;
    padding-left: 1.75em;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-wheel-item-checkmark.mbsc-rtl {
    text-align: right;
    padding-right: 1.75em;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-header {
    font-size: 0.75em;
    font-weight: 700;
}

.mbsc-ios {
    /* 3D */
    /* Desktop style */
}
.mbsc-ios.mbsc-scroller {
    background: white;
}
.mbsc-ios.mbsc-scroller-top, .mbsc-ios.mbsc-scroller-bottom {
    background: #d1d5db;
}
.mbsc-ios.mbsc-scroller-wheel-overlay {
    background: linear-gradient(white, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 48%, white);
}
.mbsc-ios.mbsc-scroller-wheel-overlay-top, .mbsc-ios.mbsc-scroller-wheel-overlay-bottom {
    background: linear-gradient(#d1d5db, rgba(209, 213, 219, 0) 52%, rgba(209, 213, 219, 0) 48%, #d1d5db);
}
.mbsc-ios.mbsc-scroller-wheel-line {
    background: rgba(0, 0, 0, 0.1);
}
.mbsc-ios.mbsc-scroller-wheel-item {
    color: #9e9e9e;
}
.mbsc-ios.mbsc-scroller-wheel-item.mbsc-active, .mbsc-ios.mbsc-scroller-wheel-item.mbsc-hover, .mbsc-ios.mbsc-scroller-wheel-item.mbsc-focus, .mbsc-ios.mbsc-scroller-wheel-header.mbsc-focus {
    background: rgba(0, 122, 255, 0.15);
}
.mbsc-ios.mbsc-scroller-wheel-item-2d, .mbsc-ios.mbsc-scroller-wheel-item.mbsc-selected {
    color: #000000;
}
.mbsc-ios.mbsc-scroller-wheel-cont-3d {
    background: white;
}
.mbsc-ios.mbsc-scroller-wheel-item-3d {
    color: #a3a3a3;
}
.mbsc-ios.mbsc-scroller-wheel-header, .mbsc-ios.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi {
    color: #000000;
}
.mbsc-ios.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi.mbsc-selected-3d {
    color: #007aff;
}
.mbsc-ios.mbsc-scroller-wheel-cont-top.mbsc-scroller-wheel-cont-3d, .mbsc-ios.mbsc-scroller-wheel-cont-bottom.mbsc-scroller-wheel-cont-3d {
    background: #d1d5db;
}
.mbsc-ios.mbsc-scroller-wheel-cont-inline.mbsc-scroller-wheel-cont-3d {
    background: white;
}
.mbsc-ios.mbsc-scroller-pointer.mbsc-scroller {
    background: white;
}
.mbsc-ios.mbsc-scroller-pointer.mbsc-scroller-inline {
    background: white;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
    color: #000000;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected {
    color: #007aff;
}

.mbsc-ios-dark {
    /* 3D */
    /* Desktop style */
}
.mbsc-ios-dark.mbsc-scroller {
    background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-top, .mbsc-ios-dark.mbsc-scroller-bottom {
    background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-wheel-overlay {
    background: linear-gradient(#1c1c1c, rgba(28, 28, 28, 0) 52%, rgba(28, 28, 28, 0) 48%, #1c1c1c);
}
.mbsc-ios-dark.mbsc-scroller-wheel-overlay-top, .mbsc-ios-dark.mbsc-scroller-wheel-overlay-bottom {
    background: linear-gradient(#1c1c1c, rgba(28, 28, 28, 0) 52%, rgba(28, 28, 28, 0) 48%, #1c1c1c);
}
.mbsc-ios-dark.mbsc-scroller-wheel-line {
    background: rgba(255, 255, 255, 0.1);
}
.mbsc-ios-dark.mbsc-scroller-wheel-item {
    color: #9e9e9e;
}
.mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-active, .mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-hover, .mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-focus, .mbsc-ios-dark.mbsc-scroller-wheel-header.mbsc-focus {
    background: rgba(255, 159, 10, 0.15);
}
.mbsc-ios-dark.mbsc-scroller-wheel-item-2d, .mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-selected {
    color: #ffffff;
}
.mbsc-ios-dark.mbsc-scroller-wheel-cont-3d {
    background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-wheel-item-3d {
    color: #666666;
}
.mbsc-ios-dark.mbsc-scroller-wheel-header, .mbsc-ios-dark.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi {
    color: #ffffff;
}
.mbsc-ios-dark.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi.mbsc-selected-3d {
    color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-scroller-wheel-cont-top.mbsc-scroller-wheel-cont-3d, .mbsc-ios-dark.mbsc-scroller-wheel-cont-bottom.mbsc-scroller-wheel-cont-3d {
    background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-wheel-cont-inline.mbsc-scroller-wheel-cont-3d {
    background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-pointer.mbsc-scroller {
    background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-pointer.mbsc-scroller-inline {
    background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
    color: #ffffff;
}
.mbsc-ios-dark.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected {
    color: #ff9f0a;
}

.mbsc-scroller {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    user-select: none;
}

.mbsc-scroller-wheel-group-cont {
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}

.mbsc-scroller-wheel-group-cont:first-child:last-child {
    display: block;
}

.mbsc-scroller-wheel-group {
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.mbsc-scroller-wheel-group-3d {
    perspective: 100em;
}

.mbsc-scroller-wheel-wrapper {
    display: block;
    max-width: 100%;
    position: relative;
    touch-action: none;
    /* Temp */
    min-width: 80px;
}

.mbsc-scroller-pointer .mbsc-scroller-wheel-wrapper-0:last-child {
    flex: 1 1 auto;
}

.mbsc-scroller-wheel-line {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    pointer-events: none;
    transform: translateY(-50%);
}

.mbsc-scroller-wheel-overlay {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.mbsc-scroller-wheel {
    display: block;
    overflow: hidden;
    /* Fixes Firefox rendering issues */
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin: -1px 0;
}

.mbsc-scroller-wheel-cont {
    position: relative;
    z-index: 1;
    top: 50%;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transform: translateY(-50%);
}

.mbsc-scroller-wheel-cont-3d {
    overflow: hidden;
    border: 0;
}

.mbsc-scroller-wheel-cont-3d > div {
    position: relative;
    top: -1px;
}

.mbsc-scroller-wheel-wrapper-3d,
.mbsc-scroller-wheel-3d {
    transform-style: preserve-3d;
}

.mbsc-scroller-items-3d {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform-style: preserve-3d;
    transform: translateY(-50%);
}

.mbsc-scroller .mbsc-scroller-wheel,
.mbsc-scroller .mbsc-scroller-wheel-cont {
    box-sizing: content-box;
}

.mbsc-scroller-wheel-item {
    display: block;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mbsc-scroller-wheel-item:focus,
.mbsc-scroller-wheel-header:focus {
    outline: 0;
}

.mbsc-scroller-wheel-item-3d {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mbsc-scroller-wheel-item.mbsc-disabled {
    opacity: 0.3;
}

.mbsc-scroller-wheel-header {
    display: block;
    padding: 0 0.5em;
}
.mbsc-scroller-wheel-header.mbsc-ltr {
    text-align: left;
}
.mbsc-scroller-wheel-header.mbsc-rtl {
    text-align: right;
}

.mbsc-scroller-bar-cont {
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    width: 10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    transition: opacity 0.2s;
}
.mbsc-scroller-bar-cont.mbsc-ltr {
    right: 0;
}
.mbsc-scroller-bar-cont.mbsc-rtl {
    left: 0;
}

.mbsc-scroller-bar-hidden {
    display: none;
}

.mbsc-scroller-wheel:hover .mbsc-scroller-bar-cont,
.mbsc-scroller-bar-started {
    opacity: 1;
}

.mbsc-scroller-bar {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
}
.mbsc-scroller-bar::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
}

.mbsc-ios.mbsc-datetime-year-wheel .mbsc-scroller-wheel-item {
    min-width: 3.8em;
}
.mbsc-ios.mbsc-datetime-month-wheel .mbsc-scroller-wheel-item {
    text-align: left;
}
.mbsc-ios.mbsc-datetime-day-wheel .mbsc-scroller-wheel-item, .mbsc-ios.mbsc-datetime-hour-wheel .mbsc-scroller-wheel-item, .mbsc-ios.mbsc-datetime-date-wheel .mbsc-scroller-wheel-item {
    text-align: right;
}

.mbsc-ios.mbsc-segmented {
    margin: 0.75em;
    padding: 0.0625em;
    position: relative;
    border-radius: 0.5625em;
}
.mbsc-ios.mbsc-segmented-item:before {
    content: "";
    position: absolute;
    border-left: 1px solid;
    top: 0.3125em;
    bottom: 0.3125em;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
.mbsc-ios.mbsc-segmented-item.mbsc-ltr:before {
    left: 0;
}
.mbsc-ios.mbsc-segmented-item.mbsc-rtl:before {
    right: 0;
}
.mbsc-ios.mbsc-segmented-item:first-child:before, .mbsc-ios.mbsc-segmented-item-selected:before, .mbsc-ios.mbsc-segmented-item-selected + .mbsc-segmented-item:before {
    opacity: 0;
}
.mbsc-ios.mbsc-segmented-selectbox {
    position: absolute;
    padding: 0.0625em;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    user-select: none;
    border-radius: 0.4375em;
    display: none;
}
.mbsc-ios.mbsc-segmented-selectbox.mbsc-selected {
    display: block;
}
.mbsc-ios.mbsc-segmented-selectbox-animate {
    transition: transform 0.2s ease-in-out;
}
.mbsc-ios.mbsc-segmented-selectbox-inner {
    height: 100%;
    border-radius: 0.4375em;
    transition: transform 0.1s ease-in-out;
    visibility: hidden;
}
.mbsc-ios.mbsc-segmented-selectbox-inner-visible {
    visibility: visible;
}
.mbsc-ios.mbsc-segmented-item:first-child .mbsc-segmented-selectbox-inner {
    transform-origin: left;
}
.mbsc-ios.mbsc-segmented-item:last-child .mbsc-segmented-selectbox-inner {
    transform-origin: right;
}
.mbsc-ios.mbsc-segmented-dragging .mbsc-segmented-selectbox-inner {
    transform: scale(0.97, 0.95);
}
.mbsc-ios.mbsc-segmented-dragging .mbsc-segmented-item:first-child .mbsc-segmented-selectbox-inner {
    transform: scale(0.97, 0.95) translateX(0.0625em);
}
.mbsc-ios.mbsc-segmented-dragging .mbsc-segmented-item:last-child .mbsc-segmented-selectbox-inner {
    transform: scale(0.97, 0.95) translateX(-0.0625em);
}
.mbsc-ios.mbsc-segmented-button.mbsc-icon-button {
    height: 2.307693em;
}
.mbsc-ios.mbsc-segmented-button.mbsc-button {
    margin: 0;
    padding: 0 0.615385em;
    border-radius: 0;
    font-size: 0.8125em;
    line-height: 2.307693em;
    transition: opacity 0.1s ease-out, background-color 0.1s ease-out, transform 0.1s ease-in-out;
    -webkit-font-smoothing: subpixel-antialiased;
}
.mbsc-ios.mbsc-segmented-button.mbsc-button.mbsc-active, .mbsc-ios.mbsc-segmented-button.mbsc-button.mbsc-hover {
    opacity: 1;
}
.mbsc-ios.mbsc-segmented-dragging .mbsc-segmented-item-selected .mbsc-segmented-button {
    transform: scale(0.97, 0.95);
}
.mbsc-ios.mbsc-segmented-item-selected:first-child .mbsc-segmented-button {
    transform-origin: left;
}
.mbsc-ios.mbsc-segmented-item-selected:last-child .mbsc-segmented-button {
    transform-origin: right;
}

.mbsc-ios {
    /* Inside popup and calendar header */
    /* Color presets */
}
.mbsc-ios.mbsc-segmented {
    background: #dedede;
}
.mbsc-ios.mbsc-segmented-item:before {
    border-color: rgba(0, 0, 0, 0.2);
}
.mbsc-ios.mbsc-segmented-item.mbsc-focus .mbsc-segmented-selectbox {
    box-shadow: 0 0 0 0.0625em rgba(0, 0, 0, 0.5) inset;
}
.mbsc-ios.mbsc-segmented-selectbox-inner {
    background: #fff;
}
.mbsc-ios.mbsc-segmented-selectbox-inner.mbsc-selected {
    box-shadow: #bababa 3px 3px 8px -4px;
}
.mbsc-ios.mbsc-segmented-button.mbsc-button {
    background: transparent;
    color: #000;
}
.mbsc-ios.mbsc-segmented-primary {
    background: #3f97f6;
}
.mbsc-ios.mbsc-segmented-secondary {
    background: #90979e;
}
.mbsc-ios.mbsc-segmented-success {
    background: #43be5f;
}
.mbsc-ios.mbsc-segmented-warning {
    background: #f8b042;
}
.mbsc-ios.mbsc-segmented-danger {
    background: #f5504e;
}
.mbsc-ios.mbsc-segmented-info {
    background: #5bb7c5;
}
.mbsc-ios.mbsc-segmented-light {
    background: #fff;
}
.mbsc-ios.mbsc-segmented-dark {
    background: #47494a;
}

.mbsc-ios-dark {
    /* Inside popup and calendar header */
    /* Color presets */
}
.mbsc-ios-dark.mbsc-segmented {
    background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-segmented-item:before {
    border-color: rgba(255, 255, 255, 0.2);
}
.mbsc-ios-dark.mbsc-segmented-item.mbsc-focus .mbsc-segmented-selectbox {
    box-shadow: 0 0 0 0.0625em rgba(255, 255, 255, 0.5) inset;
}
.mbsc-ios-dark.mbsc-segmented-selectbox-inner {
    background: #5a5a5a;
}
.mbsc-ios-dark.mbsc-segmented-selectbox-inner.mbsc-selected {
    box-shadow: #000000 3px 3px 8px -4px;
}
.mbsc-ios-dark.mbsc-segmented-button.mbsc-button {
    background: transparent;
    color: #fff;
}
.mbsc-ios-dark.mbsc-datepicker .mbsc-segmented, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-segmented, .mbsc-ios-dark.mbsc-calendar-header .mbsc-ios-dark.mbsc-segmented {
    background: #2b2b2b;
}
.mbsc-ios-dark.mbsc-segmented-primary {
    background: #3f97f6;
}
.mbsc-ios-dark.mbsc-segmented-secondary {
    background: #90979e;
}
.mbsc-ios-dark.mbsc-segmented-success {
    background: #43be5f;
}
.mbsc-ios-dark.mbsc-segmented-warning {
    background: #f8b042;
}
.mbsc-ios-dark.mbsc-segmented-danger {
    background: #f5504e;
}
.mbsc-ios-dark.mbsc-segmented-info {
    background: #5bb7c5;
}
.mbsc-ios-dark.mbsc-segmented-light {
    background: #fff;
}
.mbsc-ios-dark.mbsc-segmented-dark {
    background: #47494a;
}

.mbsc-segmented {
    display: flex;
    overflow: hidden;
}

.mbsc-segmented-item {
    margin: 0;
    position: relative;
    vertical-align: top;
    text-align: center;
    font-size: 1em;
    flex: 1 1 0;
    user-select: none;
    min-width: 0;
}

.mbsc-segmented-label {
    display: block;
    margin: 0;
    padding: 0;
}

.mbsc-segmented-input {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
}

.mbsc-segmented-button.mbsc-button {
    width: 100%;
}

.mbsc-ios.mbsc-timegrid-item {
    line-height: 2em;
    margin: 0.5em 0.625em;
    border-radius: 2em;
    font-size: 0.875em;
}
.mbsc-ios.mbsc-timegrid-item.mbsc-selected, .mbsc-ios.mbsc-timegrid-item:hover, .mbsc-ios.mbsc-timegrid-item:focus {
    font-size: 1em;
    margin: 0 0.25em;
    outline: none;
}

.mbsc-ios.mbsc-timegrid-item:hover, .mbsc-ios.mbsc-timegrid-item:focus {
    background: rgba(0, 122, 255, 0.3);
}
.mbsc-ios.mbsc-timegrid-item.mbsc-selected {
    background: #007aff;
    color: white;
}

.mbsc-ios-dark.mbsc-timegrid-item:hover, .mbsc-ios-dark.mbsc-timegrid-item:focus {
    background: rgba(255, 159, 10, 0.3);
}
.mbsc-ios-dark.mbsc-timegrid-item.mbsc-selected {
    background: #ff9f0a;
    color: white;
}

.mbsc-datepicker-control-calendar .mbsc-datepicker-tab-timegrid {
    min-height: 10em;
}

.mbsc-datepicker-tab-timegrid {
    min-height: 19em;
}

.mbsc-timegrid-item.mbsc-disabled {
    pointer-events: none;
    opacity: 0.2;
}

.mbsc-datepicker-tab-timegrid.mbsc-datepicker-tab {
    position: relative;
    overflow: auto;
    align-items: flex-start;
    width: 18.5em;
}

.mbsc-timegrid-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.mbsc-timegrid-row {
    display: table-row;
}

.mbsc-timegrid-cell {
    display: table-cell;
    position: relative;
}
.mbsc-timegrid-cell.mbsc-disabled {
    cursor: not-allowed;
}

.mbsc-timegrid-item {
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
}

.mbsc-ios {
    /* Range Controls */
}
.mbsc-ios.mbsc-picker .mbsc-popup-overlay-top,
.mbsc-ios.mbsc-picker .mbsc-popup-overlay-bottom {
    background: none;
}
.mbsc-ios.mbsc-datepicker-inline {
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 2;
    position: relative;
}
.mbsc-ios.mbsc-datepicker .mbsc-calendar-grid, .mbsc-ios.mbsc-datepicker .mbsc-calendar-cell, .mbsc-ios.mbsc-datepicker .mbsc-calendar-cell-inner {
    border-color: transparent;
}
.mbsc-ios.mbsc-datepicker .mbsc-selected .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-highlighted .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-range-hover-start .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-range-hover-end .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-hover .mbsc-calendar-day-text {
    width: 1.444445em;
    height: 1.444445em;
    margin: 0.16667em;
    font-size: 1.125em;
    line-height: 1.444445em;
}
.mbsc-ios.mbsc-picker-header {
    line-height: 1.25em;
    padding: 0.75em 4.375em;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid;
}
.mbsc-ios.mbsc-range-control-wrapper {
    padding: 0 0.75em;
    overflow: hidden;
}
.mbsc-ios.mbsc-range-control-wrapper .mbsc-segmented {
    width: 17em;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    box-sizing: border-box;
}
.mbsc-ios.mbsc-datepicker-control-calendar.mbsc-datepicker-control-timegrid .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-ios.mbsc-datepicker-control-calendar.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-ios.mbsc-datepicker-control-date.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-ios.mbsc-datepicker-control-datetime .mbsc-range-control-wrapper .mbsc-segmented {
    width: 25em;
}
.mbsc-ios.mbsc-range-control-wrapper .mbsc-segmented-button {
    display: block;
    padding: 0 0.5em;
}
.mbsc-ios.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button {
    padding: 0 2.0625em 0 0.5em;
}
.mbsc-ios.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button.mbsc-rtl {
    padding: 0 0.5em 0 2.0625em;
}
.mbsc-ios.mbsc-range-control-label, .mbsc-ios.mbsc-range-control-value {
    text-align: left;
    line-height: 1.538462em;
}
.mbsc-ios.mbsc-range-control-label.active, .mbsc-ios.mbsc-range-control-value.active {
    font-weight: 600;
}
.mbsc-ios.mbsc-range-control-label.mbsc-rtl, .mbsc-ios.mbsc-range-control-value.mbsc-rtl {
    text-align: right;
}
.mbsc-ios.mbsc-range-control-label {
    padding: 0.615385em 0.615385em 0 0.615385em;
}
.mbsc-ios.mbsc-range-control-value {
    padding: 0 0.615385em 0.615385em 0.615385em;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mbsc-ios.mbsc-range-control-value.active {
    padding: 0 0.571429em 0.571429em 0.571429em;
    font-size: 1.076923em;
    line-height: 1.428572em;
}
.mbsc-ios.mbsc-range-label-clear {
    margin-top: -0.692308em;
    width: 1.307693em;
    height: 1.307693em;
}
.mbsc-ios.mbsc-range-label-clear.mbsc-ltr {
    right: 1em;
}
.mbsc-ios.mbsc-range-label-clear.mbsc-rtl {
    left: 1em;
}

.mbsc-ios {
    /* Range Control */
}
.mbsc-ios.mbsc-picker .mbsc-popup-arrow,
.mbsc-ios.mbsc-picker .mbsc-popup-body {
    background: white;
}
.mbsc-ios.mbsc-picker-header {
    border-color: #cccccc;
}
.mbsc-ios.mbsc-datepicker .mbsc-calendar,
.mbsc-ios.mbsc-datepicker .mbsc-calendar-slide,
.mbsc-ios.mbsc-datepicker .mbsc-calendar-cell {
    background: white;
}
.mbsc-ios.mbsc-datepicker-top.mbsc-datepicker-control-date, .mbsc-ios.mbsc-datepicker-bottom.mbsc-datepicker-control-date {
    background: #d1d5db;
}
.mbsc-ios.mbsc-datepicker-inline {
    background: white;
    border-color: #cccccc;
    color: #000000;
}
.mbsc-ios.mbsc-range-control-value.active {
    color: #007aff;
}
.mbsc-ios.mbsc-range-control-text-empty, .mbsc-ios.mbsc-range-control-text-empty.active {
    color: rgba(0, 0, 0, 0.4);
}
.mbsc-ios.mbsc-range-label-clear {
    color: #cccccc;
}
.mbsc-ios.mbsc-range-label-clear:hover {
    color: #b2b2b2;
}

.mbsc-ios-dark {
    /* Range Control */
}
.mbsc-ios-dark.mbsc-picker .mbsc-popup-arrow,
.mbsc-ios-dark.mbsc-picker .mbsc-popup-body {
    background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-picker-header {
    border-color: #333333;
}
.mbsc-ios-dark.mbsc-datepicker .mbsc-calendar,
.mbsc-ios-dark.mbsc-datepicker .mbsc-calendar-slide,
.mbsc-ios-dark.mbsc-datepicker .mbsc-calendar-cell {
    background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-datepicker-top.mbsc-datepicker-control-date, .mbsc-ios-dark.mbsc-datepicker-bottom.mbsc-datepicker-control-date {
    background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-datepicker-inline {
    background: #1c1c1c;
    border-color: #333333;
    color: #ffffff;
}
.mbsc-ios-dark.mbsc-range-control-value.active {
    color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-range-control-text-empty, .mbsc-ios-dark.mbsc-range-control-text-empty.active {
    color: rgba(255, 255, 255, 0.4);
}
.mbsc-ios-dark.mbsc-range-label-clear {
    color: #333333;
}
.mbsc-ios-dark.mbsc-range-label-clear:hover {
    color: #4d4d4d;
}

/* Needed for angular */
mbsc-datetime {
    display: block;
    width: 100%;
}

.mbsc-datepicker-inline {
    height: 100%;
}

.mbsc-datepicker .mbsc-calendar {
    height: 100%;
    max-width: 100%;
    padding-bottom: 0.5em;
    box-sizing: border-box;
    display: block;
}

.mbsc-datepicker .mbsc-calendar-header .mbsc-calendar-week-days {
    padding: 0 0.5em;
}

/* Start/end controls */
.mbsc-range-control-wrapper .mbsc-segmented-input {
    width: 1px;
}

.mbsc-range-label-clear {
    position: absolute;
    top: 50%;
}

/* Tabs */
.mbsc-datepicker-tab-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}

.mbsc-datepicker-tab {
    visibility: hidden;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mbsc-datepicker-tab-expand {
    flex: 1 1 auto;
    height: 100%;
}

.mbsc-datepicker-tab-active {
    visibility: visible;
}

.mbsc-datepicker-time-modal {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    max-width: none;
    height: 100%;
}

.mbsc-datepicker .mbsc-calendar-slide {
    padding: 0 0.5em;
}

/* stylelint-enable */
.datepicker {
    width: 100%;
    position: relative;
    z-index: 1;
}
.datepicker__dropdown {
    width: 100%;
    border: 1px solid #9a9a9a;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    opacity: 1;
    margin-top: -1px;
    display: none;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    transform: translateY(100%);
}
.datepicker.is-active .datepicker__input {
    border-radius: 8px 8px 0 0;
}
.datepicker.is-active .datepicker__dropdown {
    display: block;
}
.datepicker.is-active .datepicker__dropdown-icon {
    border-radius: 0 6px 0 0;
}
.datepicker__input {
    height: 64px;
    border: 1px solid #9a9a9a;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding: 2px 20px;
    display: flex;
    align-items: center;
    padding-right: 72px;
}
.datepicker__input ::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
.datepicker__input ::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.datepicker__input :-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
.datepicker__input :-moz-placeholder {
    color: #000;
    opacity: 1;
}
.datepicker__input ::placeholder {
    color: #000;
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .datepicker__input {
        height: 50px;
    }
}
.datepicker__input-icon {
    background-color: #00448a;
    height: calc(100% - 4px);
    width: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 0 6px 6px 0;
}
.datepicker__input-icon .icon:before {
    background-color: #fff;
}
.datepicker__input input {
    pointer-events: none;
    background-color: #fff;
    border: none;
    outline: none;
    width: 31%;
    text-align: center;
    font-size: 18px;
}
.datepicker.is-validation-failed .datepicker__input {
    border-color: #ff582b;
}
.datepicker__error {
    display: none;
    color: #ff582b;
    position: relative;
    margin-top: 5px;
}
.is-validation-failed .datepicker__error {
    display: block;
}

body .mbsc-popup-body.mbsc-popup-body-anchored.mbsc-ios.mbsc-popup-body-round {
    box-shadow: none;
    border: none;
    background-color: transparent;
    border-radius: 0;
}
body .mbsc-ios.mbsc-calendar-header {
    padding: 0;
}
body .mbsc-ios.mbsc-calendar-controls {
    justify-content: space-between;
    height: 40px;
    min-height: 40px;
}
body .mbsc-calendar-title-wrapper {
    width: 100%;
    flex: auto;
    text-align: center;
    justify-content: center;
    pointer-events: none !important;
}
body .mbsc-font {
    font-family: "Roboto", sans-serif;
    font-size: inherit;
    line-height: inherit;
}
body .mbsc-calendar-title,
body .mbsc-ios.mbsc-calendar-button.mbsc-button {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
}
@media only screen and (max-width: 1022.8px) {
    body .mbsc-calendar-title,
body .mbsc-ios.mbsc-calendar-button.mbsc-button {
        font-size: 14px;
    }
}
body .mbsc-ios.mbsc-calendar-button.mbsc-button.mbsc-calendar-button-prev,
body .mbsc-ios.mbsc-calendar-button.mbsc-button.mbsc-calendar-button-next {
    font-size: 12px;
    font-weight: 300;
    width: 60px;
    height: 60px;
}
@media only screen and (max-width: 1022.8px) {
    body .mbsc-ios.mbsc-calendar-button.mbsc-button.mbsc-calendar-button-prev,
body .mbsc-ios.mbsc-calendar-button.mbsc-button.mbsc-calendar-button-next {
        padding: 0;
        font-size: 12px;
    }
}
body .mbsc-ios.mbsc-datepicker-inline {
    border-color: transparent;
}
body .mbsc-ios.mbsc-calendar-header {
    padding: 0 0 16px;
}
body .mbsc-ios.mbsc-calendar-week-day {
    font-size: 12px;
    line-height: 1;
    border: 0;
    font-weight: 300;
    margin-bottom: 8px;
}
@media only screen and (max-width: 1022.8px) {
    body .mbsc-ios.mbsc-calendar-week-day {
        margin-bottom: 4px;
    }
}
body .mbsc-ios.mbsc-calendar-controls {
    justify-content: space-between;
}
body .mbsc-calendar-title-wrapper {
    width: 100%;
    flex: auto;
    text-align: center;
    justify-content: center;
}
body .mbsc-ios.mbsc-calendar-button.mbsc-button.mbsc-calendar-button-prev {
    order: -1;
}
body .mbsc-ios.mbsc-calendar-label {
    font-size: 12px !important;
    line-height: 1;
    font-weight: 400 !important;
    color: inherit;
    opacity: 1 !important;
}
@media (max-width: 380px) {
    body .mbsc-ios.mbsc-calendar-label {
        font-size: 8px;
    }
}
body .mbsc-calendar-text.mbsc-ltr {
    text-align: center;
}
body .mbsc-calendar-row {
    align-items: center;
    margin-bottom: 4px;
}
@media only screen and (max-width: 1199px) {
    body .mbsc-calendar-row {
        margin-bottom: 0;
    }
}
body .mbsc-ios.mbsc-calendar-day-text {
    border: 0;
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 14px;
    pointer-events: none !important;
}
body .mbsc-ios.mbsc-range-day::after,
body .mbsc-ios.mbsc-range-hover::before {
    background-color: #00448a;
    border-radius: 6px !important;
    height: 36px;
    top: -1px;
    right: -14px;
}
body .mbsc-ios.mbsc-range-hover::before {
    display: none;
}
body .mbsc-ios.mbsc-range-day-start.mbsc-range-day::after,
body .mbsc-ios.mbsc-range-day-end.mbsc-range-day::after {
    background-color: #00448a;
    z-index: 1;
    right: -1px;
    margin-left: -14px;
    height: 36px;
    top: -1px;
}
body .mbsc-ios.mbsc-range-day-start.mbsc-ios.mbsc-range-hover::before {
    right: initial !important;
    left: 0 !important;
}
body .mbsc-ios.mbsc-range-day-start.mbsc-range-day + .mbsc-ios.mbsc-range-day::after {
    left: -20px;
}
body .mbsc-calendar-day-empty {
    opacity: 0;
}
body .mbsc-ios.mbsc-range-day-end.mbsc-ltr::after {
    margin-right: 2px;
    margin-left: 4px;
}
body .mbsc-ios.mbsc-range-day .mbsc-calendar-cell-inner {
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .mbsc-ios.mbsc-datepicker .mbsc-highlighted .mbsc-calendar-day-text,
body .mbsc-ios.mbsc-datepicker .mbsc-hover .mbsc-calendar-day-text,
body .mbsc-ios.mbsc-datepicker .mbsc-range-hover-end .mbsc-calendar-day-text,
body .mbsc-ios.mbsc-datepicker .mbsc-range-hover-start .mbsc-calendar-day-text,
body .mbsc-ios.mbsc-datepicker .mbsc-selected .mbsc-calendar-day-text {
    font-size: 14px;
    height: auto;
    line-height: 1;
    margin: 0;
    width: auto;
}
body .mbsc-calendar-day-inner {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none !important;
}
body .mbsc-ios.mbsc-calendar-cell {
    width: 110px;
    height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease, background-color 0.3s ease;
    border-radius: 8px;
}
@media only screen and (max-width: 1022.8px) {
    body .mbsc-ios.mbsc-calendar-cell {
        width: 100%;
    }
}
body .mbsc-ios.mbsc-calendar-cell.mbsc-selected, body .mbsc-ios.mbsc-calendar-cell.mbsc-hover {
    background-color: #00448a;
    color: #fff;
}
body .mbsc-calendar-label-background,
body .mbsc-calendar-text:before {
    display: none;
}
body .mbsc-ios.mbsc-calendar-label-text {
    color: inherit;
}
body .mbsc-ios.mbsc-selected .mbsc-calendar-cell-text,
body .mbsc-ios.mbsc-hover .mbsc-calendar-cell-text {
    background-color: transparent;
}
body .mbsc-form-group {
    margin: 0;
}
@media only screen and (max-width: 1022.8px) {
    body .mbsc-datepicker .mbsc-calendar-slide {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    body .mbsc-calendar-cell-text.mbsc-calendar-day-text.mbsc-ios + div {
        display: none;
    }
}
body .mbsc-ios.mbsc-range-control-label.active,
body .mbsc-ios.mbsc-range-control-value.active {
    font-weight: 400;
}
body .mbsc-ios.mbsc-segmented {
    margin: 0 auto 16px;
}
body .mbsc-ios.mbsc-picker .mbsc-popup-body {
    margin-top: -1px;
}
body .mbsc-icon > svg {
    fill: #00448a !important;
}
body .mbsc-calendar-week-day {
    color: #121212 !important;
    font-size: 12px;
    font-weight: 500 !important;
    opacity: 1 !important;
}
body .mbsc-disabled {
    opacity: 1 !important;
}
.double-input-form {
    width: 100%;
    max-width: 844px;
}
.double-input-form__row {
    display: grid;
    grid-gap: 20px;
    align-items: flex-start;
    grid-template-columns: 1fr 1fr 215px;
}
@media only screen and (max-width: 767px) {
    .double-input-form__row {
        grid-template-columns: 1fr;
    }
}
.double-input-form__error-message {
    display: none;
    font-weight: bold;
    color: #ff582b;
}
.double-input-form__error-message.is-validation-failed {
    display: block;
}
.double-input-form .btn {
    margin-top: 22px;
    min-height: 65px;
}
@media only screen and (max-width: 767px) {
    .double-input-form .btn {
        min-height: 50px;
        margin-top: 0;
    }
}
.filter {
    max-width: 250px;
    width: 100%;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .filter {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .filter > ul {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
        padding-left: 4px;
        width: calc(100% + 15px);
    }
}
.filter__item {
    border-radius: 13px;
    border: 2px solid transparent;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .filter__item {
        margin: 10px 2px;
    }
}
@media only screen and (min-width: 768px) {
    .filter__item + .filter__item {
        margin-top: 10px;
    }
}
.filter__item-content {
    padding: 0 10px 20px 20px;
    display: block;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .filter__item-content {
        border-radius: 13px;
        position: absolute;
        width: calc(100vw - 30px);
        margin-top: 10px;
        z-index: 7;
        left: -15px;
        left: 0;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border: 2px solid #e3e5eb;
        padding: 12px;
        display: block !important;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }
}
.filter__item-content ul {
    display: block;
}
.filter__item-content li + li {
    margin-top: 12px;
}
.filter__item.is-open {
    box-shadow: none;
    border-color: rgba(227, 229, 235, 0.51);
}
.filter__item.is-open .filter__item-content {
    display: block;
}
@media only screen and (max-width: 767px) {
    .filter__item.is-open .filter__item-content {
        opacity: 1;
        pointer-events: all;
    }
}
.filter__item.is-open .filter__icon {
    background-color: #121212;
}
@media only screen and (max-width: 767px) {
    .filter__item.is-open .filter__icon {
        background-color: transparent;
    }
}
.filter__item.is-open .filter__icon .icon {
    transform: scale(-1);
}
.filter__item.is-open .filter__header {
    color: #121212;
}
.filter__header {
    min-height: 60px;
    color: #00448a;
    font-weight: 700;
    padding: 20px 10px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    width: 100%;
    transition: color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .filter__header {
        padding: 8px;
        min-height: 44px;
    }
}
.filter__icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background-color: #00448a;
    border-radius: 100%;
    margin-left: 20px;
    transition: background-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .filter__icon {
        height: auto;
        width: auto;
        flex: 0 0 8px;
        background-color: transparent;
        margin-left: 5px;
    }
}
.filter__icon .icon {
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .filter__icon .icon::before {
        background-color: #00448a;
    }
}
.mod-gdpr {
    width: 100%;
    max-width: 1000px;
}
.mod-gdpr .checkbox {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
    .mod-gdpr .checkbox {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0;
    }
}
.mod-gdpr__info-text {
    color: #5b5b5b;
    margin-top: 24px;
}
.mod-gdpr__checkbox-list .validation-message {
    display: none;
}
.mod-gdpr__checkbox-list .validation-message.is-validation-failed {
    display: block;
}
.hamburger-menu {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 320px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    overflow: auto;
    text-align: left;
    transform: translate(100%, 0);
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 1022.8px) {
    .hamburger-menu {
        display: block;
    }
    .is-open-menu .hamburger-menu {
        transform: translate(0, 0);
    }
}
.is-open-menu .hamburger-menu, .hamburger-menu.is-open-menu {
    visibility: visible;
    opacity: 1;
}
.hamburger-menu__header {
    padding: 20px 50px 16px 30px;
    position: relative;
    border-bottom: 1px solid #e3e5eb;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.57;
    text-transform: uppercase;
}
.hamburger-menu__close {
    position: absolute;
    top: 22px;
    right: 16px;
}
.hamburger-menu__close:after {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.3s ease;
}
.hamburger-menu__close .icon {
    width: 14px;
    height: 14px;
}
.hamburger-menu__close .icon::before {
    background-color: #00448a;
}
.hamburger-menu__list {
    padding: 8px 0;
}
.hamburger-menu__list:not(:last-child) {
    border-bottom: 1px solid #e3e5eb;
}
.hamburger-menu__item {
    padding: 6px 30px;
}
.hamburger-menu__item:hover > .hamburger-menu__link, .hamburger-menu__item.is-active > .hamburger-menu__link {
    color: #121212;
}
.hamburger-menu__link {
    font-size: 20px;
    display: inline-block;
    color: #00448a;
}

.hamburger-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #808080;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.is-open-menu .hamburger-overlay {
    visibility: visible;
    opacity: 0.8;
}
.image-slider {
    max-width: 450px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .image-slider {
        max-width: 400px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .image-slider {
        max-width: calc(100% - 40px);
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .image-slider {
        max-width: 100%;
    }
}
.image-slider .swiper {
    border: 1px solid #e3e5eb;
    border-radius: 10px;
}
.image-slider__slide {
    width: 100%;
    height: 375px;
    background-color: #fff;
}
@media only screen and (max-width: 767px) {
    .image-slider__slide {
        height: auto;
    }
}
.image-slider__slide img {
    height: auto;
    width: auto;
}
@media only screen and (max-width: 767px) {
    .image-slider__nav .slider-arrow {
        position: absolute;
        top: 50%;
        z-index: 9;
        transform: translate(0, -50%);
    }
    .image-slider__nav .slider-arrow.arrow-left {
        left: 5px;
    }
    .image-slider__nav .slider-arrow.arrow-right {
        right: 5px;
    }
}
.mod-map {
    position: relative;
    height: 250px;
    width: 100%;
    z-index: 0;
}
.mod-map__init {
    pointer-events: all;
}
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(128, 128, 128, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    height: calc(var(--vh, 1vh) * 100);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media only screen and (min-width: 1023.8px) {
    .modal {
        scrollbar-track-color: rgba(255, 255, 255, 0.4);
        scrollbar-face-color: rgba(255, 255, 255, 0.4);
        scrollbar-arrow-color: rgba(255, 255, 255, 0.4);
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .modal::-webkit-scrollbar {
        width: 6px;
    }
    .modal ::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.4);
    }
    .modal ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255, 255, 255, 0.4);
    }
    .modal::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.4);
        width: 6px;
        border-radius: 0;
    }
    .modal::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.4);
    }
    .modal ::-webkit-scrollbar {
        width: 6px;
    }
}
.modal.is-open-modal {
    opacity: 1;
    visibility: visible;
}
.modal__inner {
    margin: auto;
    width: 100%;
    padding: 32px 30px;
    max-width: 510px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    background-color: #fff;
}
.modal__header {
    position: relative;
    margin-bottom: 30px;
}
.modal .title {
    font-weight: 700;
}
.modal__super-title {
    text-transform: uppercase;
    margin-bottom: 12px;
}
.modal__close {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .modal__close {
        right: -26px;
        top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .modal__close {
        right: 0;
        top: -26px;
    }
}
.modal__body {
    color: #5b5b5b;
}
.modal__footer {
    margin-top: 44px;
    display: flex;
    gap: 20px;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .modal__footer {
        flex-direction: column;
        margin-top: 30px;
        gap: 10px;
    }
}
.modal__left-points {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid #e3e5eb;
}
.modal__left-points strong {
    font-weight: 500;
}
.modal__home-button, .modal__info-text {
    border-top: 1px solid #e3e5eb;
    padding-top: 24px;
    margin-top: 24px;
}
.modal__home-button .editor-text p, .modal__info-text .editor-text p {
    margin-bottom: 18px;
}
.modal__home-button .editor-text p:last-child, .modal__info-text .editor-text p:last-child {
    margin-bottom: 0;
}
.modal__logo {
    padding-bottom: 36px;
    border-bottom: 1px solid #e3e5eb;
    margin-bottom: 24px;
}
.modal .new-brands-modal__step-1,
.modal .new-brands-modal__step-2 {
    display: none;
}
.modal .new-brands-modal__step-1.is-active,
.modal .new-brands-modal__step-2.is-active {
    display: block;
}
.pick-brand {
    width: 100%;
    max-width: 1000px;
    /*stylelint-disable*/
    /*stylelint-enable*/
}
.pick-brand .checkbox {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
    .pick-brand .checkbox {
        margin-bottom: 10px;
    }
}
.pick-brand__list {
    display: flex;
    gap: 60px;
    align-items: flex-end;
}
.pick-brand__list img {
    max-width: 184px;
}
.pick-brand__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pick-brand .validation-message {
    padding-top: 4px;
}
.pick-brand.is-validation-failed .checkbox__label {
    color: #ff582b;
}
.pick-brand.is-validation-failed .checkbox__label::before {
    border-color: #ff582b;
}
.pick-brand.is-validation-failed input:checked ~ label::before {
    background-color: #ff582b;
}
.prize-box {
    max-width: 320px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 16px 20px;
    border-radius: 13px;
    display: grid;
    background-color: #fff;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 14px;
    line-height: 1;
    position: relative;
}
.prize-box__right {
    text-align: right;
    bottom: 0;
}
.prize-box__title {
    color: #5b5b5b;
    margin-bottom: 0;
    font-size: 12px;
}
.prize-box__text {
    color: #00448a;
    font-size: 30px;
}
.prize-box__icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    align-items: center;
}
.prize-box__icon::after, .prize-box__icon::before {
    content: "";
    position: absolute;
    height: calc(50% - 16px);
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e3e5eb;
}
@media only screen and (max-width: 767px) {
    .prize-box__icon::after, .prize-box__icon::before {
        height: 12px;
    }
}
.prize-box__icon::after {
    top: 0;
}
.prize-box__icon::before {
    bottom: 0;
}
.prize-type {
    width: 100%;
    max-width: 1000px;
}
.prize-type__size-title {
    color: #00448a;
    margin-bottom: 14px;
}
.prize-type .radio-button {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
    .prize-type .radio-button {
        margin-bottom: 10px;
    }
}
.profile-banner .title--h3 {
    font-size: 21px;
    line-height: 1.29;
}
@media only screen and (max-width: 1199px) {
    .profile-banner .title--h3 {
        font-size: 18px;
    }
}

.profile-banner {
    position: relative;
    max-width: 925px;
    width: 100%;
    color: #fff;
    background-image: linear-gradient(to right, #219cdc 0%, #00448a 50%, #ce1431 100%);
    border-radius: 13px;
    min-height: 90px;
    padding: 20px 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1022.8px) {
    .profile-banner {
        padding-right: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .profile-banner {
        padding: 20px 30px;
        text-align: center;
        min-height: 1px;
        flex-direction: column;
    }
}
.profile-banner .title--h1 {
    font-weight: 700;
    line-height: 1;
    display: inline-block;
}
@media only screen and (max-width: 1022.8px) {
    .profile-banner .title--h1 {
        width: 100%;
    }
}
.profile-banner .title--h3 {
    display: inline-block;
    font-weight: 300;
    margin-left: 15px;
}
@media only screen and (max-width: 1022.8px) {
    .profile-banner .title--h3 {
        width: 100%;
        margin: 10px 0 0;
    }
}
.profile-banner .title--h3 strong {
    font-weight: 500;
}
.profile-banner__logo {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
    width: 70px;
    height: 70px;
    padding: 8px;
    flex-direction: column;
    gap: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='148' height='146' viewBox='0 0 148 146' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_2001_769)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M127.976 100.509H128V100.02C128 100.017 128 100.014 128 100.011V44.5455L128 23.3111C128 23.0919 127.978 22.8732 127.935 22.6582C127.572 20.8658 125.816 19.7051 124.013 20.0657L24.1183 40.0434C21.8884 40.4894 20.2411 42.3332 20.0243 44.5455H20V45.0343C20 45.0373 20 45.0402 20 45.0432V100.509L20 121.743C20 121.963 20.0219 122.181 20.0654 122.396C20.4281 124.189 22.1838 125.349 23.9867 124.989L123.882 105.011C126.112 104.565 127.759 102.721 127.976 100.509Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_2001_769' x='0' y='0' width='148' height='145.055' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='10'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2001_769'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2001_769' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 92px;
    background-position: center;
}
@media only screen and (max-width: 767px) {
    .profile-banner__logo {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px;
    }
}
.profile-banner__logo img {
    display: inline-block;
    object-fit: contain;
    width: 48px;
}
.range-indicator {
    max-width: 925px;
    width: 100%;
    padding: 20px 30px;
    border-radius: 13px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
@media only screen and (max-width: 767px) {
    .range-indicator {
        padding: 20px 10px;
    }
}
.range-indicator__title {
    font-weight: 300;
}
.range-indicator__title strong {
    font-weight: 500;
}
.range-indicator__bar {
    width: 100%;
    height: 8px;
    background-color: #9a9a9a;
    border-radius: 4px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .range-indicator__bar {
        height: 6px;
    }
}
.range-indicator__bar-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #00448a;
    transition: width 0.3s ease;
    border-radius: 4px;
}
.range-indicator__bar-inner::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-color: #00448a;
    border-radius: 100%;
}
@media only screen and (max-width: 767px) {
    .range-indicator__bar-inner::after {
        height: 14px;
        width: 14px;
    }
}
.range-indicator__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #5b5b5b;
    padding: 0 10px;
}
@media only screen and (max-width: 767px) {
    .range-indicator__label {
        padding: 0 6px;
    }
}
.range-indicator__label-text {
    position: relative;
    padding-top: 14px;
}
.range-indicator__label-text::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 10px;
    width: 1px;
    transform: translateX(-50%);
    background-color: #9a9a9a;
}
.sidebar-nav {
    max-width: 250px;
    width: 100%;
}
@media only screen and (max-width: 1022.8px) {
    .sidebar-nav {
        display: none;
    }
}
.sidebar-nav__item {
    color: #00448a;
    min-height: 60px;
    border-radius: 13px;
    border: 2px solid transparent;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .sidebar-nav__item {
        min-height: 1px;
    }
}
.sidebar-nav__item + .sidebar-nav__item {
    margin-top: 10px;
}
.sidebar-nav__item.is-active, .sidebar-nav__item:hover {
    color: #121212;
}
.sidebar-nav__item.is-active .sidebar-nav__icon, .sidebar-nav__item:hover .sidebar-nav__icon {
    background-color: #121212;
}
.sidebar-nav__item.is-active {
    box-shadow: none;
    border-color: rgba(227, 229, 235, 0.51);
}
.sidebar-nav__item.is-active .sidebar-nav__link-text {
    display: block;
}
.sidebar-nav__item.is-disabled {
    opacity: 0.4;
    pointer-events: none;
}
.sidebar-nav__link {
    padding: 15px 36px 15px 20px;
    display: block;
    position: relative;
}
.sidebar-nav__link-text {
    display: none;
    margin-top: 10px;
}
.sidebar-nav__icon {
    position: absolute;
    right: 8px;
    bottom: 16px;
    width: 20px;
    height: 20px;
    background-color: #00448a;
    border-radius: 100%;
    transition: background-color 0.3s ease;
}
.sidebar-nav__icon .icon {
    position: absolute;
    left: 54%;
    transform: translateX(-50%);
}
.single-input-form {
    width: 100%;
    max-width: 528px;
}
.single-input-form__error-message {
    display: none;
    font-weight: bold;
    color: #ff582b;
}
.single-input-form__error-message.is-validation-failed {
    display: block;
}
@media only screen and (max-width: 767px) {
    .single-input-form {
        max-width: 100%;
    }
}
.single-input-form__row {
    display: grid;
    grid-gap: 20px;
    align-items: flex-start;
    grid-template-columns: 1fr 215px;
}
@media only screen and (max-width: 767px) {
    .single-input-form__row {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .single-input-form__button {
        text-align: center;
    }
}
.single-input-form .btn {
    margin-top: 22px;
    min-height: 65px;
}
@media only screen and (max-width: 767px) {
    .single-input-form .btn {
        min-height: 50px;
        margin-top: 0;
    }
}
.sort-dropdown__button {
    font-size: 17px;
    line-height: 1.29;
}

.sort-dropdown {
    position: relative;
}
.sort-dropdown__button {
    color: #00448a;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .sort-dropdown__button {
        font-size: 15px;
    }
}
.sort-dropdown__button:hover {
    color: #121212;
}
.sort-dropdown__button:hover .sort-dropdown__icon {
    background-color: #121212;
}
.sort-dropdown__icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background-color: #00448a;
    border-radius: 100%;
    margin-left: 10px;
    transition: background-color 0.3s ease;
}
.sort-dropdown__icon .icon {
    transition: transform 0.3s ease;
}
.sort-dropdown__items {
    position: absolute;
    right: 0;
    top: 100%;
    width: 250px;
    padding: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    background-color: #fff;
    border: 2px solid rgba(227, 229, 235, 0.51);
    margin-top: 10px;
    opacity: 0;
    z-index: 6;
    pointer-events: none;
    transform: translateY(10px);
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.sort-dropdown__item + .sort-dropdown__item {
    margin-top: 10px;
}
.sort-dropdown.is-open .sort-dropdown__items {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}
.sort-dropdown.is-open .sort-dropdown__button {
    color: #121212;
}
.sort-dropdown.is-open .sort-dropdown__icon {
    background-color: #121212;
}
.sort-dropdown.is-open .sort-dropdown__icon .icon {
    transform: scale(-1);
}
.three-col-input {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 25px;
    align-items: flex-start;
}
.three-col-input__error-message {
    display: none;
    font-weight: bold;
    color: #ff582b;
}
.three-col-input__error-message.is-validation-failed {
    display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .three-col-input {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .three-col-input {
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .three-col-input .mod-input:first-child {
        grid-column: span 2;
    }
}
.upload-box {
    width: 100%;
    display: grid;
    grid-template-columns: 368px 1fr;
    grid-gap: 56px;
}
@media only screen and (max-width: 767px) {
    .upload-box {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }
}
.upload-box__label {
    position: relative;
    display: block;
    z-index: 4;
    font-weight: 700;
    margin-bottom: 28px !important;
    color: #00448a;
}
.upload-box__inner {
    position: relative;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 12px;
    min-height: 174px;
    width: 100%;
    border-radius: 0;
    transition: border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease;
    overflow: hidden;
}
.upload-box__inner-border {
    border-radius: 4px;
}
.upload-box__inner-border path {
    fill: none;
    stroke: #9a9a9a;
    stroke-width: 2;
    stroke-dasharray: 4, 4;
    transition: path 0.3s ease;
}
.upload-box__text {
    text-align: center;
}
.upload-box__text span {
    text-decoration: underline;
}
.upload-box__info-text {
    opacity: 0.64;
}
.upload-box input[type=file] {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.upload-box .icon {
    pointer-events: none;
}
.upload-box .icon:before {
    background-color: #00448a;
}
.upload-box__list {
    margin-bottom: 12px;
}
.upload-box__list-remove {
    border-radius: 100%;
    height: 28px;
    width: 28px;
    background-color: #00448a;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -14px;
    right: -14px;
    z-index: 1;
}
.upload-box__list-remove .icon {
    transform: rotate(45deg);
    width: 16px;
    height: 16px;
    pointer-events: none;
}
.upload-box__list-remove .icon:before {
    background-color: #fff;
}
.upload-box__list-title {
    color: #00448a;
    padding-bottom: 28px;
    margin: 0 !important;
}
.upload-box__list-title.hide {
    display: none;
}
.upload-box__list li {
    position: relative;
    width: 90px;
    height: 160px;
    margin-top: 14px;
}
.upload-box__list ul {
    display: flex;
    gap: 16px 44px;
    flex-wrap: wrap;
}
.upload-box__list-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border: 1px solid #9a9a9a;
    border-radius: 8px;
    overflow: hidden;
}
.upload-box__list-icon.is-error {
    border-color: #ff582b;
}
.upload-box__list-uploaded {
    margin-top: 10px;
}
.upload-box__error {
    border: 1px solid #ff582b;
    color: #ff582b;
    border-radius: 8px;
    padding: 18px;
    text-align: center;
    margin-bottom: 12px;
}
.user-data {
    width: 100%;
    max-width: 1000px;
}
.user-data__row {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 767px) {
    .user-data__row {
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }
}
.user-data__fields {
    display: grid;
    grid-gap: 26px;
}
.banner {
    position: relative;
    margin-bottom: 8px;
    min-height: 190px;
    padding: 42px 0 32px;
    background-image: linear-gradient(to right, #219cdc 0%, #00448a 100%);
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .banner {
        padding: 30px 0;
        flex-direction: column;
    }
}
.banner .body-text a {
    text-decoration: underline;
}
.banner__logo {
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    width: 108px;
    height: 108px;
    padding: 4px;
    flex-direction: column;
    gap: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='148' height='146' viewBox='0 0 148 146' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_2001_769)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M127.976 100.509H128V100.02C128 100.017 128 100.014 128 100.011V44.5455L128 23.3111C128 23.0919 127.978 22.8732 127.935 22.6582C127.572 20.8658 125.816 19.7051 124.013 20.0657L24.1183 40.0434C21.8884 40.4894 20.2411 42.3332 20.0243 44.5455H20V45.0343C20 45.0373 20 45.0402 20 45.0432V100.509L20 121.743C20 121.963 20.0219 122.181 20.0654 122.396C20.4281 124.189 22.1838 125.349 23.9867 124.989L123.882 105.011C126.112 104.565 127.759 102.721 127.976 100.509Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_2001_769' x='0' y='0' width='148' height='145.055' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='10'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2001_769'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2001_769' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 148px;
    background-position: center;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .banner__logo {
        left: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .banner__logo {
        left: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .banner__logo {
        left: 0;
        top: 0;
        margin-bottom: 20px;
        display: inline-flex;
        position: relative;
    }
}
.banner__logo img {
    width: 80px;
    display: inline-block;
    object-fit: contain;
}
.banner--without-text {
    min-height: 130px;
}
.catalog-list {
    overflow: hidden;
}
.catalog-list__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
    .catalog-list__header {
        text-align: center;
        justify-content: center;
        margin-bottom: 12px;
    }
}
.catalog-list__header .title {
    flex: 0 0 70%;
    max-width: 70%;
    width: 100%;
}
.catalog-list .container {
    position: relative;
}
.catalog-list__sort-dropdown {
    position: absolute;
    right: 12px;
    top: 24px;
    max-width: 30%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .catalog-list__sort-dropdown {
        top: 12px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .catalog-list__sort-dropdown {
        right: 0;
        top: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .catalog-list__sort-dropdown {
        flex: 100%;
        max-width: 100%;
        margin: 6px 0 0 0;
        position: relative;
        right: inherit;
        top: 0;
    }
}
.catalog-list .filter {
    max-width: 100%;
}
.catalog-list .card {
    max-width: 100%;
    min-height: 100%;
}
.catalog-list__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 25px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .catalog-list__inner {
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .catalog-list__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .catalog-list__inner {
        margin-top: 30px;
        grid-gap: 8px;
    }
}
@media (max-width: 360px) {
    .catalog-list__inner {
        grid-template-columns: 1fr;
    }
}
.company-search {
    position: relative;
}
.company-search__link {
    color: #00448a;
    text-decoration: underline;
}
.contact-module strong {
    font-weight: 500;
}
.contact-module__error-message {
    display: none;
    font-weight: bold;
    color: #ff582b;
}
.contact-module__error-message.is-validation-failed {
    display: block;
}
.contact-module__success-message {
    display: none;
}
.contact-module__success-message.is-active {
    display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .contact-module__details {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-module__details {
        margin-top: 32px;
    }
}
.contact-module__form {
    max-width: 610px;
    width: 100%;
}
@media only screen and (max-width: 1022.8px) {
    .contact-module__form {
        max-width: 100%;
    }
}
.contact-module__form-inputs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 25px;
}
@media only screen and (max-width: 767px) {
    .contact-module__form-inputs {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
.contact-module__form .mod-input--textarea {
    grid-column: span 2;
}
@media only screen and (max-width: 767px) {
    .contact-module__form .mod-input--textarea {
        grid-column: span 1;
    }
}
.contact-module .btn span {
    pointer-events: none;
}
.cta-module {
    text-align: center;
}
.cta-module__buttons {
    display: inline-grid;
    grid-auto-flow: column;
    grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
    .cta-module__buttons {
        grid-gap: 10px;
    }
}
@media (max-width: 360px) {
    .cta-module__buttons {
        grid-auto-flow: unset;
        width: 100%;
        grid-template-columns: 1fr;
    }
}
@media (max-width: 360px) {
    .cta-module__buttons .btn {
        width: 100%;
    }
}
.cta-module__right-image, .cta-module__left-image {
    margin-top: 20px;
    display: grid;
    grid-gap: 12px;
    justify-content: center;
}
.cta-module__right-image img, .cta-module__left-image img {
    object-fit: contain;
    display: inline-block;
    max-width: 108px;
}
.detail-page .editor-text h4 {
    margin: 20px 0 6px 0;
}
.detail-page .editor-text strong {
    font-weight: 600;
}
.detail-page .editor-text p {
    line-height: 1.39;
}
.editor-text h6, .editor-text h5, .editor-text h4, .editor-text h3, .editor-text h2 {
    font-weight: 500;
    line-height: 1.2;
}

.editor-text h1 {
    font-size: 44px;
    font-weight: 300;
    line-height: 1.09;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .editor-text h1 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h1 {
        font-size: 28px;
    }
}

.editor-text h2 {
    font-size: 24px;
    line-height: 1;
    color: #00448a;
}
@media only screen and (max-width: 767px) {
    .editor-text h2 {
        font-size: 17px;
        line-height: 1.2;
    }
}

.editor-text h3 {
    font-size: 20px;
}

.editor-text h4 {
    font-size: 18px;
    line-height: 1.39;
}

.editor-text h5 {
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .editor-text h5 {
        font-size: 14px;
    }
}

.editor-text h6 {
    font-size: 14px;
}

.editor-text ol li:before {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    font-style: inherit;
    font-family: inherit;
    background-color: transparent;
}

.container .editor-text .container {
    max-width: 100%;
    padding: 0;
}
.editor-text h1 {
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .editor-text h1 {
        margin-bottom: 15px;
    }
}
* + .editor-text h1 {
    margin-top: 40px;
}
@media only screen and (max-width: 767px) {
    * + .editor-text h1 {
        margin-top: 20px;
    }
}
.editor-text h1:first-child {
    margin-top: 0;
}
.editor-text h1:last-child {
    margin-bottom: 0;
}
.editor-text h2 {
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .editor-text h2 {
        margin-bottom: 15px;
    }
}
* + .editor-text h2 {
    margin-top: 40px;
}
@media only screen and (max-width: 767px) {
    * + .editor-text h2 {
        margin-top: 20px;
    }
}
.editor-text h2:first-child {
    margin-top: 0;
}
.editor-text h2:last-child {
    margin-bottom: 0;
}
.editor-text h3 {
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .editor-text h3 {
        margin-bottom: 15px;
    }
}
* + .editor-text h3 {
    margin-top: 40px;
}
@media only screen and (max-width: 767px) {
    * + .editor-text h3 {
        margin-top: 20px;
    }
}
.editor-text h3:first-child {
    margin-top: 0;
}
.editor-text h3:last-child {
    margin-bottom: 0;
}
.editor-text h4 {
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .editor-text h4 {
        margin-bottom: 15px;
    }
}
* + .editor-text h4 {
    margin-top: 40px;
}
@media only screen and (max-width: 767px) {
    * + .editor-text h4 {
        margin-top: 20px;
    }
}
.editor-text h4:first-child {
    margin-top: 0;
}
.editor-text h4:last-child {
    margin-bottom: 0;
}
.editor-text h5 {
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .editor-text h5 {
        margin-bottom: 15px;
    }
}
* + .editor-text h5 {
    margin-top: 40px;
}
@media only screen and (max-width: 767px) {
    * + .editor-text h5 {
        margin-top: 20px;
    }
}
.editor-text h5:first-child {
    margin-top: 0;
}
.editor-text h5:last-child {
    margin-bottom: 0;
}
.editor-text h6 {
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .editor-text h6 {
        margin-bottom: 15px;
    }
}
* + .editor-text h6 {
    margin-top: 40px;
}
@media only screen and (max-width: 767px) {
    * + .editor-text h6 {
        margin-top: 20px;
    }
}
.editor-text h6:first-child {
    margin-top: 0;
}
.editor-text h6:last-child {
    margin-bottom: 0;
}
.editor-text h2 {
    color: #00448a;
}
.editor-text h2,
.editor-text h4 {
    font-weight: 500;
}
.editor-text h4,
.editor-text h5,
.editor-text h6 {
    margin-bottom: 8px;
}
.editor-text p,
.editor-text ul,
.editor-text ol,
.editor-text figure,
.editor-text table {
    margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
    .editor-text p,
.editor-text ul,
.editor-text ol,
.editor-text figure,
.editor-text table {
        margin-bottom: 18px;
    }
}
.editor-text p:first-child,
.editor-text ul:first-child,
.editor-text ol:first-child,
.editor-text figure:first-child,
.editor-text table:first-child {
    margin-top: 0;
}
.editor-text p:last-child,
.editor-text ul:last-child,
.editor-text ol:last-child,
.editor-text figure:last-child,
.editor-text table:last-child {
    margin-bottom: 0;
}
.editor-text a {
    color: #00448a;
    text-decoration: underline;
}
.editor-text a:hover {
    text-decoration: none;
}
.editor-text figure img {
    margin: 0;
}
.editor-text img {
    margin-bottom: 8px;
}
* + .editor-text img {
    margin-top: 8px;
}
.editor-text img:first-child {
    margin-top: 0;
}
.editor-text img:last-child {
    margin-bottom: 0;
}
.editor-text ul,
.editor-text ol {
    list-style: none;
    padding-left: 0;
}
.editor-text ul li,
.editor-text ol li {
    padding-left: 28px;
    position: relative;
}
.editor-text ul li:not(:last-child),
.editor-text ol li:not(:last-child) {
    margin-bottom: 16px;
}
.editor-text ul li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #9a9a9a;
}
.editor-text ol {
    counter-reset: ol_text_counter;
}
.editor-text ol li {
    counter-increment: ol_text_counter;
}
.editor-text ol li:before {
    content: counter(ol_text_counter) ".";
    font-size: inherit;
    position: absolute;
    left: 0;
    color: #000;
}
.editor-text table {
    border: 1px solid;
    width: 100%;
}
.editor-text table tr {
    border-bottom: 1px solid;
}
.editor-text table th,
.editor-text table td {
    padding: 0.5em;
}
.editor-text table th:not(:first-child),
.editor-text table td:not(:first-child) {
    border-left: 1px solid;
}
.editor-text blockquote p {
    margin: 0 !important;
}
.editor-text strong {
    font-weight: 700;
}
.footer-main {
    font-size: 15px;
    line-height: 1.47;
}

.footer-main {
    position: relative;
    width: 100%;
    background-color: #5b5b5b;
    padding: 28px 0;
    color: #fff;
}
@media only screen and (max-width: 1022.8px) {
    .footer-main {
        padding: 16px 0;
    }
}
@media only screen and (max-width: 767px) {
    .footer-main {
        font-size: 12px;
    }
}
.footer-main__logo {
    display: block;
    max-width: 150px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .footer-main__logo {
        max-width: 94px;
    }
}
.footer-main__logo img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 1022.8px) {
    .footer-main__copyright-text {
        margin-left: 30px;
    }
}
.footer-main__link {
    color: #e3e5eb;
}
.footer-main__link:hover, .footer-main__link:focus {
    color: #fff;
}
@media only screen and (max-width: 1022.8px) {
    .footer-main__content {
        display: flex;
        align-items: flex-end;
        padding-bottom: 20px;
        border-bottom: 1px solid #e3e5eb;
        margin-bottom: 16px;
    }
}
.footer-main__nav-title {
    margin-bottom: 8px;
}
.footer-main__nav-title .footer-main__link {
    color: #fff;
}
.footer-main__nav-title p {
    pointer-events: none;
}
@media only screen and (max-width: 1022.8px) {
    .footer-main__nav-item + .footer-main__nav-item {
        margin-top: 10px;
    }
}
.footer-main__nav-subnav li + li {
    margin-top: 5px;
}
.hero-module__logo::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.hero-module__slide {
    position: relative;
    height: 296px;
    border-radius: 13px;
}
@media only screen and (max-width: 767px) {
    .hero-module__slide {
        height: 250px;
    }
}
.hero-module__image {
    position: relative;
    height: 100%;
}
.hero-module .btn {
    position: absolute;
    right: 30px;
    bottom: 24px;
}
@media only screen and (max-width: 767px) {
    .hero-module .btn {
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
        bottom: 32px;
    }
}
.hero-module__logo {
    position: absolute;
    width: 110px;
    height: 90px;
    left: 0;
    top: 0;
    z-index: 9;
    padding-bottom: 20px;
    border-radius: 13px 0 0 0;
    overflow: hidden;
}
.hero-module__logo::before {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
    transform: skewY(-12deg);
    transform-origin: 0 0;
    top: -6px;
    z-index: -1;
}
.hero-module__logo img {
    max-width: 90px;
    display: inline-block;
}
.hero-module .swiper {
    position: relative;
}
.hero-module .swiper-pagination {
    position: absolute;
    bottom: 28px;
    left: 30px;
}
@media only screen and (max-width: 767px) {
    .hero-module .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
        justify-content: center;
    }
}
.login-module {
    position: relative;
}
.login-module__link {
    text-decoration: underline;
    font-weight: 700;
    color: #00448a;
    margin-right: 30px;
}
@media only screen and (max-width: 767px) {
    .login-module__link {
        margin-right: 20px;
    }
}
.login-module__link:hover, .login-module__link:focus {
    color: #219CDC;
}
.login-module .body-text {
    max-width: 735px;
}
.membership-banner__logo::before, .membership-banner__inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.membership-banner {
    color: #fff;
}
.membership-banner__inner {
    position: relative;
    padding-top: 20px;
    display: grid;
    grid-template-columns: 55.5% 1fr;
    grid-gap: 15px;
    overflow: hidden;
    padding-bottom: 28px;
}
@media only screen and (max-width: 1022.8px) {
    .membership-banner__inner {
        padding-top: 0;
        grid-template-columns: 1fr;
    }
}
.membership-banner__inner::after {
    height: calc(100% - 48px);
    background-image: linear-gradient(to right, #219cdc 0%, #00448a 50%, #ce1431 100%);
    border-radius: 13px;
}
@media only screen and (max-width: 1022.8px) {
    .membership-banner__inner::after {
        height: 100%;
    }
}
.membership-banner .title {
    font-weight: 700;
    margin-bottom: 5px;
}
.membership-banner__content {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 68px 20px 40px 80px;
}
@media only screen and (max-width: 1022.8px) {
    .membership-banner__content {
        align-items: center;
        padding: 90px 20px 20px;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .membership-banner__content {
        padding: 94px 15px 20px;
    }
}
.membership-banner .body-text {
    font-weight: 300;
}
.membership-banner .body-text strong {
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .membership-banner .margin--32 {
        height: 15px;
    }
}
.membership-banner__logo {
    position: absolute;
    width: 250px;
    height: 72px;
    left: 0;
    top: 0;
    z-index: 9;
    gap: 16px;
}
.membership-banner__logo::before {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transform-origin: 0 0;
    z-index: -1;
}
.membership-banner__logo img {
    max-width: 108px;
    display: inline-block;
    object-fit: contain;
}
.membership-banner__image {
    position: relative;
    height: 0;
    z-index: 4;
    min-height: 100%;
    padding-bottom: 62%;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
}
@media only screen and (max-width: 1022.8px) {
    .membership-banner__image {
        display: none;
    }
}
.membership-banner__image .clip-image {
    -webkit-clip-path: url(#my-clip-path);
    clip-path: url(#my-clip-path);
}
.membership-banner .clip-svg {
    position: absolute;
    width: 0;
    height: 0;
}
.membership-banner--with-white-bg {
    color: #121212;
}
.membership-banner--with-white-bg .membership-banner__inner {
    border-radius: 13px;
}
.membership-banner--with-white-bg .membership-banner__inner::after {
    background-color: #fff;
    background-image: none;
}
.mod-404 {
    position: relative;
    padding: 100px 0;
    min-height: 500px;
}
@media only screen and (max-width: 767px) {
    .mod-404 {
        padding: 50px 0;
        min-height: 1px;
    }
}
.mod-404__title {
    font-size: 180px;
    text-align: left;
    line-height: 0.8;
}
@media only screen and (max-width: 1022.8px) {
    .mod-404__title {
        font-size: 120px;
    }
}
@media only screen and (max-width: 767px) {
    .mod-404__title {
        font-size: 80px;
    }
}
.mod-404 .container {
    margin: auto;
}
.offer-module {
    text-align: center;
}
.offer-module__list {
    display: flex;
    gap: 25px;
    justify-content: center;
}
@media only screen and (max-width: 1022.8px) {
    .offer-module__list {
        gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .offer-module__list {
        flex-direction: column;
    }
}
.offer-module__item {
    border-radius: 13px;
    border: 2px solid rgba(227, 229, 235, 0.51);
    background-color: #fff;
    padding: 26px 28px 38px;
    color: #00448a;
    min-height: 100%;
    width: 100%;
}
@media only screen and (max-width: 1199px) {
    .offer-module__item {
        padding: 26px;
    }
}
@media only screen and (max-width: 767px) {
    .offer-module__item {
        padding: 26px 28px;
    }
}
.offer-module__icon {
    width: 56px;
    height: 56px;
    background-color: #00448a;
    border-radius: 100%;
    margin: 0 auto;
    padding: 10px;
}
.offer-module__icon img {
    max-width: 32px;
}
.product-detail {
    position: relative;
    padding-top: 42px;
}
@media only screen and (max-width: 767px) {
    .product-detail {
        padding-top: 32px;
    }
}
.product-detail .image-slider {
    margin-left: 28px;
}
@media only screen and (max-width: 1022.8px) {
    .product-detail .image-slider {
        margin-left: auto;
    }
}
.product-detail__logo {
    width: 100%;
}
.product-detail__logo img {
    display: inline-block;
    max-width: 96px;
}
.product-detail__left-points {
    margin: 20px 0 36px;
}
.product-detail__left-points-text {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    background-color: #e5531a;
    padding: 2px 10px;
    vertical-align: middle;
    margin-left: 4px;
    border-radius: 20px;
}
.product-detail__available-quantity {
    position: relative;
    margin-top: 28px;
    padding-left: 26px;
}
.product-detail__available-quantity::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    background-color: #67b9b0;
    border-radius: 100%;
}
.product-detail__quantity label {
    margin-bottom: 5px;
}
.product-detail__quantity-top {
    text-transform: uppercase;
    color: #5b5b5b;
    font-size: 12px;
}
.product-detail__quantity-bottom {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .product-detail__quantity-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}
.product-detail__quantity-input {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}
@media only screen and (max-width: 767px) {
    .product-detail__quantity-input {
        margin: 0;
    }
}
.product-detail__quantity-input input {
    background: #fff;
    color: #121212;
    width: 120px;
    height: 65px;
    border-radius: 8px;
    border: 1px solid #9a9a9a;
    background-color: #fff;
    font-size: 30px;
    font-weight: 300;
    padding: 0 10px 0 20px;
}
.product-detail__quantity-buttons {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 28px;
    height: calc(100% - 6px);
    display: flex;
    flex-direction: column;
}
.product-detail__quantity-button {
    background-color: #9a9a9a;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    flex: 1;
}
.product-detail__quantity-button .icon::before {
    background-color: #fff;
}
.product-detail__quantity-button:first-child {
    border-radius: 0 6px 0 0;
}
.product-detail__quantity-button:last-child {
    border-radius: 0 0 6px 0;
    margin-top: 2px;
}
.product-detail__quantity-button:hover {
    background-color: #00448a;
}
.product-detail__quantity .btn {
    min-width: 265px;
    min-height: 60px;
}
@media only screen and (max-width: 767px) {
    .product-detail__quantity .btn {
        min-width: 1px;
        width: 100%;
        margin-top: 30px;
    }
}
.product-detail__footer {
    border-top: 1px solid #9a9a9a;
    padding-top: 22px;
}
.product-detail__dropdown {
    margin-top: 28px;
    max-width: 320px;
}
@media only screen and (min-width: 1200px) {
    .profile-module .container {
        max-width: 1350px;
    }
}
.profile-module__title {
    display: flex;
    gap: 40px;
}
@media only screen and (max-width: 1022.8px) {
    .profile-module__title {
        flex-direction: column;
        gap: 20px;
    }
}
.profile-module__title .title {
    flex-shrink: 0;
}
.profile-module__title-logos {
    display: flex;
    gap: 28px;
    align-items: center;
    flex-wrap: wrap;
}
.profile-module__title-logos img {
    max-width: 112px;
}
.profile-module__inner {
    display: grid;
    grid-template-columns: 19% 70%;
    grid-gap: 62px;
}
@media only screen and (max-width: 1199px) {
    .profile-module__inner {
        grid-gap: 40px;
        grid-template-columns: 19% 1fr;
    }
}
@media only screen and (max-width: 1022.8px) {
    .profile-module__inner {
        grid-gap: 0;
        grid-template-columns: 1fr;
    }
}
.profile-module__inner .profile-module__user-info {
    display: none;
}
@media only screen and (min-width: 768px) {
    .profile-module__inner .profile-module__user-info {
        display: grid;
    }
}
.profile-module__error-message {
    display: none;
    color: #ff582b;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid currentColor;
    border-radius: 8px;
    padding: 10px 20px;
}
.profile-module__error-message.is-validation-failed, .profile-module__error-message.is-active {
    display: block;
}
.profile-module .sidebar-nav,
.profile-module .range-indicator,
.profile-module .card {
    max-width: 100%;
}
.profile-module__user-info {
    display: grid;
    grid-template-columns: 16px 1fr;
    grid-gap: 16px;
    align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .profile-module .company-info__input-wrapper,
.profile-module .company-info__address-row {
        grid-template-columns: 1fr;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .profile-module .user-data__row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.profile-module .accordion {
    max-width: 100%;
}
.profile-module__link {
    text-decoration: underline;
    color: #00448a;
    font-weight: 700;
}
.profile-module__footer {
    display: inline-grid;
    grid-auto-flow: column;
    grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
    .profile-module__footer {
        grid-gap: 10px;
        grid-auto-flow: unset;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 360px) {
    .profile-module__footer {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 360px) {
    .profile-module__footer .btn {
        width: 100%;
    }
}
.profile-module .card {
    min-height: 100%;
}
.profile-module .profile-banner {
    max-width: 100%;
}
.profile-module__card-list {
    max-width: 830px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 25px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .profile-module__card-list {
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .profile-module__card-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .profile-module__card-list {
        grid-gap: 8px;
    }
}
@media (max-width: 375px) {
    .profile-module__card-list {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .profile-module--has-full-width .profile-module__inner {
        grid-template-columns: 1fr;
    }
}
.profile-module__brands-logos {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}
.profile-module__brands-logos img {
    max-width: 200px;
}
@media only screen and (max-width: 1022.8px) {
    .profile-module__brands-logos img {
        max-width: 160px;
    }
}
.profile-module__add-brands {
    margin-top: 68px;
}
@media only screen and (max-width: 1022.8px) {
    .profile-module__add-brands {
        margin-top: 40px;
    }
}
.profile-module__add-brands.is-hidden {
    display: none;
}
.profile-module__add-brands-logo {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}
.profile-module__add-brands-logo img {
    max-width: 200px;
}
@media only screen and (max-width: 1022.8px) {
    .profile-module__add-brands-logo img {
        max-width: 160px;
    }
}
.profile-module .back-link {
    margin-bottom: 32px;
}
.profile-module__accordion-repeater {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.profile-module__points-collection {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1022.8px) {
    .profile-module__points-collection {
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .profile-module__points-collection {
        grid-template-columns: 1fr;
    }
}
.profile-module__points-collected {
    background-color: #00448a;
    color: #fff;
    border-radius: 12px;
    padding: 36px 32px 44px;
    position: relative;
}
.profile-module__points-collected__title {
    font-size: 24px;
}
@media only screen and (max-width: 1022.8px) {
    .profile-module__points-collected__title {
        font-size: 20px;
    }
}
.profile-module__points-collected__amount {
    font-size: 50px;
    display: flex;
    gap: 28px;
    margin-top: 28px;
    align-items: center;
}
@media only screen and (max-width: 1022.8px) {
    .profile-module__points-collected__amount {
        font-size: 32px;
    }
}
.profile-module__points-collected .icon {
    width: 76px;
    height: 70px;
}
@media only screen and (max-width: 1022.8px) {
    .profile-module__points-collected .icon {
        width: 56px;
        height: 48px;
    }
}
.profile-module__points-collected .icon:before {
    background-color: #fff;
}
.profile-module__points-add {
    background-color: #fff;
    border-radius: 12px;
    padding: 36px;
    box-shadow: 0px 0px 20px 0px #0000001A;
    display: flex;
    gap: 28px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #00448a;
}
@media only screen and (max-width: 1022.8px) {
    .profile-module__points-add {
        font-size: 20px;
    }
}
.profile-module__points-add .btn__text {
    position: relative;
    display: flex;
    align-items: center;
}
.profile-module__points-add .btn__text:before {
    content: "+";
    position: relative;
    margin-right: 12px;
    font-size: 24px;
    font-weight: 400;
}
.profile-module__tooltip {
    position: absolute;
    top: 16px;
    right: 16px;
}
.profile-module__tooltip.is-active .profile-module__tooltip-text {
    top: 32px;
    opacity: 1;
    visibility: visible;
}
.profile-module__tooltip-btn {
    background-color: #fff;
    border-radius: 100%;
    height: 24px;
    width: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00448a;
    font-weight: 700;
    font-size: 16px;
}
.profile-module__tooltip-text {
    top: 48px;
    right: -92px;
    position: absolute;
    padding: 12px 16px;
    width: 200px;
    background-color: #000;
    border-radius: 8px;
    z-index: 1;
    font-size: 14px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}
.profile-module__tooltip-text a {
    text-decoration: underline;
}
.registration-form {
    position: relative;
}
.registration-form__error-message {
    display: none;
    color: #ff582b;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid currentColor;
    min-height: 65px;
    border-radius: 8px;
    padding: 10px 20px;
}
@media only screen and (max-width: 1022.8px) {
    .registration-form__error-message {
        min-height: 1px;
    }
}
.is-validation-failed .registration-form__error-message, .registration-form__error-message.is-validation-failed {
    display: flex;
}
.registration-module {
    position: relative;
}
.registration-module .title {
    color: #00448a;
}
@media (max-width: 360px) {
    .registration-module__selection .btn {
        width: 100%;
    }
}
.registration-module__selection-buttons {
    display: inline-grid;
    grid-auto-flow: column;
    grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
    .registration-module__selection-buttons {
        grid-gap: 10px;
    }
}
@media (max-width: 360px) {
    .registration-module__selection-buttons {
        grid-auto-flow: unset;
        width: 100%;
        grid-template-columns: 1fr;
    }
}
.registration-module__right-image, .registration-module__left-image {
    margin-top: 20px;
    display: grid;
    grid-gap: 12px;
    justify-content: center;
}
.registration-module__right-image img, .registration-module__left-image img {
    object-fit: contain;
    display: inline-block;
    max-width: 108px;
}
.request-form {
    position: relative;
}
.request-form .checkbox {
    margin: 24px 0;
}
.request-form .title {
    margin-bottom: 12px;
}
.request-form__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}
@media only screen and (max-width: 1022.8px) {
    .request-form__info {
        grid-template-columns: 1fr;
    }
}
.request-form__info .title,
.request-form__info .dropdown {
    grid-column: 1/3;
}
@media only screen and (max-width: 1022.8px) {
    .request-form__info .title,
.request-form__info .dropdown {
        grid-column: 1/2;
    }
}
.request-form form {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.request-form__info-text {
    color: #5b5b5b;
    margin-top: 24px;
}
.request-form__error-message {
    display: none;
    color: #ff582b;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid currentColor;
    min-height: 65px;
    border-radius: 8px;
    padding: 10px 20px;
}
@media only screen and (max-width: 1022.8px) {
    .request-form__error-message {
        min-height: 1px;
    }
}
.is-validation-failed .request-form__error-message, .request-form__error-message.is-validation-failed {
    display: flex;
}
.request-sent {
    text-align: center;
}
.request-sent__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
@media only screen and (max-width: 1022.8px) {
    .request-sent__btns {
        flex-direction: column;
    }
}
.request-sent__btns .add-new-request .btn__text {
    position: relative;
    display: flex;
    align-items: center;
}
.request-sent__btns .add-new-request .btn__text:before {
    content: "+";
    position: relative;
    margin-right: 12px;
    font-size: 24px;
    font-weight: 400;
}
.hamburger {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
}

.header-main__link {
    font-size: 18px;
    line-height: 1.39;
}
@media only screen and (max-width: 767px) {
    .header-main__link {
        font-size: 14px;
    }
}

.hamburger:focus-visible {
    outline-offset: 0;
    outline: 2.5px solid #000;
}

.header-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
    background-color: #fff;
}
@media only screen and (max-width: 1022.8px) {
    .header-main {
        position: fixed;
    }
}
.header-main__logo {
    display: inline-block;
    max-width: 152px;
}
@media only screen and (max-width: 767px) {
    .header-main__logo {
        max-width: 100px;
    }
}
.header-main__logo img {
    width: 100%;
    height: auto;
}
.header-main__inner {
    position: relative;
    padding: 16px 60px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .header-main__inner {
        padding: 16px 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .header-main__inner {
        padding: 16px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .header-main__inner {
        padding: 10px 16px;
    }
}
.header-main__right {
    display: flex;
    align-items: center;
}
.header-main__nav ul {
    font-size: 0;
    line-height: 0;
}
.header-main__nav-item {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    margin-right: 34px;
    padding-right: 30px;
}
@media only screen and (max-width: 1199px) {
    .header-main__nav-item {
        margin-right: 26px;
        padding-right: 22px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .header-main__nav-item {
        margin-right: 6px;
        padding-right: 16px;
    }
}
.header-main__nav-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #d3d5db;
    height: 32px;
    width: 1px;
    pointer-events: none;
}
@media only screen and (min-width: 1023.8px) {
    .header-main__nav-item-help .icon {
        display: none;
    }
}
.header-main__nav-item:last-child {
    margin-right: 0;
    padding-right: 0;
}
.header-main__nav-item:last-child::after {
    display: none;
}
.header-main__nav-item.is-active > .header-main__link::before {
    opacity: 1;
}
@media only screen and (max-width: 1022.8px) {
    .header-main__nav-item.is-active > .header-main__link::before {
        display: none;
    }
}
.header-main__link {
    color: #00448a;
    line-height: 1;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    position: relative;
    height: 18px;
}
.header-main__link::before {
    content: "";
    position: absolute;
    bottom: -43px;
    left: 0;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background-color: currentColor;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
@media only screen and (max-width: 1022.8px) {
    .header-main__link::before {
        bottom: -32px;
    }
}
@media only screen and (max-width: 767px) {
    .header-main__link::before {
        height: 4px;
        bottom: -25px;
    }
}
.header-main__link .icon {
    flex: 0 0 16px;
    max-width: 16px;
    margin-left: 10px;
}
@media only screen and (max-width: 1022.8px) {
    .header-main__link .icon {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .header-main__link .icon {
        flex: 0 0 12px;
        max-width: 12px;
        width: 12px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .header-main__link-text {
        display: none;
    }
}
.header-main__link:hover {
    color: #219CDC;
}
.header-main__link:hover .icon::before {
    background-color: currentColor;
}
.header-main__point {
    display: grid;
    grid-template-columns: 34px 1fr;
    grid-gap: 12px;
    text-align: left;
}
@media only screen and (max-width: 1022.8px) {
    .header-main__point {
        grid-template-columns: 25px 1fr;
        grid-gap: 6px;
    }
}
@media only screen and (max-width: 767px) {
    .header-main__point {
        grid-template-columns: 22px 1fr;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .header-main__point .icon {
        width: 25px;
        height: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .header-main__point .icon {
        width: 22px;
        height: 18px;
    }
}
.header-main__point span {
    display: block;
}
.header-main__point-icon {
    padding-top: 4px;
}
.header-main__point-total {
    font-weight: 300;
    margin-bottom: 4px;
}
.header-main__point-label {
    color: #5b5b5b;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -2px;
    line-height: 1;
}
@media only screen and (max-width: 1022.8px) {
    .header-main__point-label {
        margin-top: 0;
    }
}
.header-main--landing-page {
    box-shadow: none;
}
.header-main--landing-page .header-main__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 1022.8px) {
    .header-main--landing-page .header-main__logo {
        max-width: 100px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .header-main--signin .header-main__nav-item-login {
        display: none;
    }
}
.header-main__number {
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    z-index: 2;
    pointer-events: none;
    background-color: #e5531a;
    top: -16px;
    right: -16px;
}
@media only screen and (max-width: 1022.8px) {
    .header-main .not-help {
        display: none;
    }
}
.header-main__points {
    font-size: 22px;
    line-height: 1;
}
.header-main__points-text {
    display: block;
    font-size: 12px;
    line-height: 1.25;
    color: #5b5b5b;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
}

.hamburger {
    cursor: pointer;
    z-index: 20;
    position: relative;
    width: 24px;
    margin-left: 10px;
    display: none;
}
@media only screen and (max-width: 1022.8px) {
    .hamburger {
        width: 18px;
    }
    .header-main--signin .hamburger {
        display: block;
    }
}
.hamburger:after {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.3s ease;
}
.hamburger .bars {
    background-color: #00448a;
    height: 2px;
    display: block;
    margin-bottom: 3px;
    border-radius: 1px;
    width: 100%;
    position: relative;
    z-index: 3;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
}
.hamburger .bars:last-child {
    margin-bottom: 0;
}
.is-open-menu .hamburger .bars:first-child {
    transform: translateY(5px) rotate(225deg);
    -webkit-transform: translateY(5px) rotate(225deg);
}
.is-open-menu .hamburger .bars:nth-child(2) {
    transform: scale(0);
    -webkit-transform: scale(0);
}
.is-open-menu .hamburger .bars:last-child {
    transform: translateY(-5px) rotate(315deg);
    -webkit-transform: translateY(-5px) rotate(315deg);
}




































.new-brand-modal .body-text {
    font-weight: 500;
    color: #000;
}
.redeem-confirmation-modal .modal__body {
    color: #121212;
}
.redeem-confirmation-modal .modal__body .title {
    margin-bottom: 10px;
}
.redeem-confirmation-modal .modal__header {
    margin-bottom: 10px;
}

/*# sourceMappingURL=bundle.css.map */
