.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; }

.cover-bg, .covered, .bg-image img {
    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 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.39; }
    @media only screen and (max-width: 1022.8px) {
        body {
            font-size: 20px; } }

.text--45 {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Helvetica Neue", sans-serif; }
    @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
        .text--45 {
            font-size: 30px; } }
    @media only screen and (max-width: 767px) {
        .text--45 {
            font-size: 16px; } }

.text--44 {
    font-family: "Camel", sans-serif;
    font-size: 44px;
    line-height: 1.48;
    font-weight: 700; }
    @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
        .text--44 {
            font-size: 26px; } }
    @media only screen and (max-width: 767px) {
        .text--44 {
            font-size: 16px; } }

.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); }

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% - 40px);
    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: -10px;
    margin-right: -10px; }

.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: 10px;
    padding-right: 10px; }

.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: -15px;
        margin-right: -15px; }
    .container {
        max-width: calc(100% - 60px); }
    .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: 15px;
        padding-right: 15px; }
    .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: -15px;
        margin-right: -15px; }
    .container {
        max-width: 980px;
        padding-left: 15px;
        padding-right: 15px; }
    .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: 15px;
        padding-right: 15px; }
    .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: -15px;
        margin-right: -15px; }
    .container {
        max-width: 1230px;
        padding-left: 15px;
        padding-right: 15px; }
    .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: 15px;
        padding-right: 15px; }
    .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: -15px;
        margin-right: -15px; }
    .container {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px; }
    .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: 15px;
        padding-right: 15px; }
    .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; } }

@font-face {
    font-family: 'Camel';
    src: local("Camel Bold"), local("Camel-Bold"), url("../fonts/Camel-Bold.woff2") format("woff2"), url("../fonts/Camel-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap; }

@font-face {
    font-family: 'Camel Sans';
    src: local("Camel Sans Light"), local("CamelSans-Light"), url("../fonts/CamelSans-Light.woff2") format("woff2"), url("../fonts/CamelSans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap; }

@font-face {
    font-family: 'Camel Sans';
    src: local("Camel Sans Demi"), local("CamelSans-Demi"), url("../fonts/CamelSans-Demi.woff2") format("woff2"), url("../fonts/CamelSans-Demi.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap; }

@font-face {
    font-family: 'Helvetica Neue';
    src: local("Helvetica Neue Bold"), local("HelveticaNeue-Bold"), url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff");
    font-weight: bold;
    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; }

.mx-auto {
    width: 100%;
    display: block;
    margin: 0 auto; }

.f-auto {
    flex: auto;
    display: flex;
    flex-direction: column; }

.text--bd {
    font-weight: 700; }

.text--md {
    font-weight: 500; }

.text--uppercase {
    text-transform: uppercase; }

.hide {
    display: none; }

.show {
    display: block; }

.d-flex {
    display: flex; }

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

::selection {
    background-color: #07263d;
    color: #fff; }

body {
    color: #07263d;
    font-family: "Camel Sans", 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%;
    display: flex;
    flex: auto;
    z-index: 9;
    flex-direction: column; }

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;
    display: flex;
    flex-direction: column; }

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

.floating {
    -webkit-animation: foating 10s ease infinite;
    animation: foating 10s ease infinite; }

@keyframes foating {
    0% {
        transform: translateY(0); }
    50% {
        transform: translateY(30px); }
    100% {
        transform: translateY(0); } }

@keyframes shine {
    0% {
        transform: translateX(0); }
    100% {
        transform: translateX(100%); } }

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.5, 0.5);
        opacity: 0; }
    50% {
        opacity: 1; }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0; } }

@keyframes swipe {
    0% {
        transform: translate(-100%) rotate(-15deg); }
    50% {
        transform: translate(140%) rotate(15deg); }
    100% {
        transform: translate(-100%) rotate(-15deg); } }

@media print {
    * {
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
    .d-print-none {
        display: none !important; } }

.btn {
    position: relative;
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    padding: 2px 25px;
    min-width: 330px;
    min-height: 82px;
    border-radius: 10px;
    color: #07263d;
    font-family: "Camel", sans-serif;
    border: 4px solid #07263d;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; }
    @media only screen and (max-width: 1022.8px) {
        .btn {
            font-size: 24px;
            min-height: 60px;
            min-width: 200px; } }
    @media only screen and (max-width: 767px) {
        .btn {
            min-height: 50px;
            min-width: 150px;
            font-size: 20px;
            border-width: 3px; } }
    .btn i,
    .btn span {
        position: relative;
        z-index: 4; }
    .btn:focus-visible {
        outline-color: transparent; }
    .btn__secondary-text {
        width: 100%;
        font-size: 22px;
        font-family: "Camel Sans", sans-serif;
        font-weight: 300;
        text-transform: none;
        margin-top: 6px;
        transition: color 0.3s ease; }
        @media only screen and (max-width: 1022.8px) {
            .btn__secondary-text {
                font-size: 16px; } }
        @media only screen and (max-width: 767px) {
            .btn__secondary-text {
                font-size: 15px; } }
    @media only screen and (min-width: 1023.8px) {
        .btn--secondary {
            padding: 32px 26px;
            min-height: 150px;
            min-width: 400px; } }
    @media only screen and (max-width: 1022.8px) {
        .btn--secondary {
            padding: 20px; } }
    @media only screen and (max-width: 767px) {
        .btn--secondary {
            padding: 10px 15px; } }
    .btn:hover, .btn:focus {
        color: #fff;
        background-color: #07263d;
        box-shadow: 0 0 0 3px rgba(7, 38, 61, 0.2); }
        .btn:hover .btn__secondary-text, .btn:focus .btn__secondary-text {
            color: #fff; }

.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, #07263d);
        -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-chevron-up, .icon-chevron-down {
        width: 12px;
        height: 6px; }
        .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.306' height='6.017' viewBox='0 0 9.306 6.017'%3E%3Cpath d='M4.5,4.692l-.021.022L4.5,4.692.4.286,4.5,4.692,8.6.286,4.5,4.692l.021.022Z' transform='translate(0.153 0.225)' fill='none' stroke='%231f2121' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.306' height='6.017' viewBox='0 0 9.306 6.017'%3E%3Cpath d='M4.5,4.692l-.021.022L4.5,4.692.4.286,4.5,4.692,8.6.286,4.5,4.692l.021.022Z' transform='translate(0.153 0.225)' fill='none' stroke='%231f2121' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E%0A"); }
    .icon-chevron-right, .icon-chevron-left {
        width: 7px;
        height: 10px; }
        .icon-chevron-right::before, .icon-chevron-left::before {
            -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 6 9.3' style='enable-background:new 0 0 6 9.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%234ACE8C;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cpath id='Path_195' class='st0' d='M1.3,8.2l3.5-3.4L1.4,1.2'/%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 6 9.3' style='enable-background:new 0 0 6 9.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%234ACE8C;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cpath id='Path_195' class='st0' d='M1.3,8.2l3.5-3.4L1.4,1.2'/%3E%3C/svg%3E%0A"); }
    .icon-chevron-up, .icon-chevron-left {
        transform: scale(-1); }
    .icon-cursor {
        width: 80px;
        height: 80px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='86.2' style='enable-background:new 0 0 80 86.2' xml:space='preserve'%3E%3Cpath d='M30.8 6.2c-1.6 0-3.2.6-4.4 1.8-1.2 1.1-1.8 2.7-1.8 4.4v43.1l-7.3-9.7c-1.2-1.7-3.1-2.6-5.1-2.6-1.6 0-3.2.6-4.3 1.8-2.2 2.2-2.4 5.6-.5 8l18.5 24.6c1.1 1.6 3 2.5 4.9 2.5h34.5c.7 0 1.4-.2 1.9-.6.5-.4.9-1 1.1-1.7L72.7 60c.8-3 1.2-6.2 1.2-9.3V40.2c0-1.3-.5-2.5-1.3-3.4-.8-.9-2-1.5-3.3-1.4-2.5 0-4.6 2-4.6 4.6h-1.5v-2.9c0-1.5-.5-2.9-1.5-3.9-1-1.1-2.4-1.6-3.8-1.6-3 0-5.4 2.4-5.4 5.4v3H51v-4.3c0-1.7-.6-3.3-1.8-4.5-1.1-1.2-2.7-1.9-4.4-1.9-3.4 0-6.2 2.8-6.2 6.2V40h-1.5V12.6c0-1.7-.6-3.3-1.8-4.5-1.3-1.3-2.9-2-4.5-1.9z' style='fill:%23fff'/%3E%3Cpath d='M30.8 6.2c-1.6 0-3.2.6-4.4 1.8-1.2 1.1-1.8 2.7-1.8 4.4v43.1l-7.3-9.7c-1.2-1.7-3.1-2.6-5.1-2.6-1.6 0-3.2.6-4.3 1.8-2.2 2.2-2.4 5.6-.5 8l18.5 24.6c1.1 1.6 3 2.5 4.9 2.5h34.5c.7 0 1.4-.2 1.9-.6.5-.4.9-1 1.1-1.7L72.7 60c.8-3 1.2-6.2 1.2-9.3V40.2c0-1.3-.5-2.5-1.3-3.4-.8-.9-2-1.5-3.3-1.4-2.5 0-4.6 2-4.6 4.6h-1.5v-2.9c0-1.5-.5-2.9-1.5-3.9-1-1.1-2.4-1.6-3.8-1.6-3 0-5.4 2.4-5.4 5.4v3H51v-4.3c0-1.7-.6-3.3-1.8-4.5-1.1-1.2-2.7-1.9-4.4-1.9-3.4 0-6.2 2.8-6.2 6.2V40h-1.5V12.6c0-1.7-.6-3.3-1.8-4.5-1.3-1.3-2.9-2-4.5-1.9zm0-6.2c3.3-.1 6.5 1.3 8.7 3.7 2.3 2.4 3.6 5.6 3.6 8.9v10.6c.7-.1 1.2-.1 1.5-.1 3.1 0 6.1 1.2 8.3 3.3 1.5-.7 3.1-1 4.8-1 3.4-.1 6.7 1.5 8.8 4.2.9-.2 1.8-.3 2.7-.3 2.9-.1 5.7 1.1 7.6 3.2 2 2.1 3.2 4.9 3.1 7.8v10.4c0 3.6-.4 7.3-1.3 10.8l-4.4 17.7c-1 4.1-4.7 7-8.9 7H30.8c-1.9 0-3.8-.5-5.5-1.3-1.7-.8-3.2-2.1-4.4-3.6L2.5 56.6c-3.7-4.9-3.2-11.7 1.1-16.1 2.2-2.4 5.4-3.7 8.6-3.6 2.2 0 4.4.6 6.2 1.7V12.3C18.3 9 19.7 5.9 22 3.6c2.3-2.3 5.5-3.7 8.8-3.6zm6.1 67.7V49.2h-1.5v18.5h1.5zm12.3 0V49.2h-1.5v18.5h1.5zm12.3 0V49.2H60v18.5h1.5z'/%3E%3C/svg%3E") no-repeat center/contain;
        animation: swipe 3s ease-in-out infinite; }
        @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
            .icon-cursor {
                width: 40px;
                height: 40px; } }
        @media only screen and (max-width: 767px) {
            .icon-cursor {
                width: 30px;
                height: 30px; } }
        .icon-cursor::before {
            background: transparent; }

.margin {
    display: block;
    width: 100%; }
    .margin--240 {
        height: 240px; }
        @media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
            .margin--240 {
                height: 160px; } }
        @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
            .margin--240 {
                height: 120px; } }
        @media only screen and (max-width: 767px) {
            .margin--240 {
                height: 80px; } }
    .margin--200 {
        height: 200px; }
        @media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
            .margin--200 {
                height: 140px; } }
        @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
            .margin--200 {
                height: 100px; } }
        @media only screen and (max-width: 767px) {
            .margin--200 {
                height: 80px; } }
    .margin--180 {
        height: 180px; }
        @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
            .margin--180 {
                height: 140px; } }
        @media only screen and (max-width: 767px) {
            .margin--180 {
                height: 100px; } }
    .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--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--8 {
        height: 8px; }

.title--h1, .title--h2, .title--h3, .title--h4, .title--h5, .title--h6 {
    font-weight: 700;
    font-family: "Camel", sans-serif;
    text-transform: uppercase; }

.title--h1 {
    font-size: 46px;
    line-height: 1.3; }
    @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
        .title--h1 {
            font-size: 36px; } }
    @media only screen and (max-width: 767px) {
        .title--h1 {
            font-size: 22px; } }

.title--h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: normal; }
    @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
        .title--h2 {
            font-size: 30px; } }
    @media only screen and (max-width: 767px) {
        .title--h2 {
            font-size: 20px; } }

.title--h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.39; }
    @media only screen and (max-width: 767px) {
        .title--h3 {
            font-size: 28px; } }

.title--h4 {
    font-size: 28px;
    line-height: normal; }

.title--h5 {
    font-size: 22px;
    line-height: normal; }

.title--h6 {
    font-size: 16px;
    line-height: 1.44; }

.title sub {
    bottom: 0; }

.title--h1 sub {
    font-size: 80px; }
    @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
        .title--h1 sub {
            font-size: 30px; } }
    @media only screen and (max-width: 767px) {
        .title--h1 sub {
            font-size: 26px; } }

.title--h2 sub {
    font-size: 48px; }
    @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
        .title--h2 sub {
            font-size: 30px; } }
    @media only screen and (max-width: 767px) {
        .title--h2 sub {
            font-size: 26px; } }

.info-block .title {
    font-size: 50px;
    line-height: normal;
    font-weight: 700;
    font-family: "Camel", sans-serif; }
    @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
        .info-block .title {
            font-size: 30px; } }
    @media only screen and (max-width: 767px) {
        .info-block .title {
            font-size: 20px; } }

.info-block__image::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -28%;
    height: 138%;
    width: 176%;
    z-index: -1;
    background: url(../images/shadow.png) no-repeat center/contain; }

.info-block {
    max-width: 910px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden; }
    .info-block .title {
        margin-bottom: 42px; }
        @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
            .info-block .title {
                margin-bottom: 30px; } }
        @media only screen and (max-width: 767px) {
            .info-block .title {
                margin-bottom: 20px; } }
    .info-block__image {
        position: relative;
        max-width: 300px;
        width: 100%;
        margin: 86px auto 0;
        transform: rotate(10deg);
        transform-origin: 18% 20%; }
        @media only screen and (max-width: 1022.8px) {
            .info-block__image {
                max-width: 250px;
                margin-top: 50px; } }
        @media only screen and (max-width: 767px) {
            .info-block__image {
                max-width: 200px; } }
        @media (max-width: 375px) {
            .info-block__image {
                max-width: 160px; } }
        .info-block__image::before {
            top: -10%;
            left: -60%;
            height: 136%;
            width: 242%;
            transform-origin: 18% 20%; }
        .info-block__image img {
            object-fit: contain; }
    .info-block__footer {
        margin-top: 116px; }
        @media only screen and (max-width: 767px) {
            .info-block__footer {
                margin-top: 96px; } }

.quiz-block__progress-bar-inner::before, .quiz-block__answers-item::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none; }

.quiz-block {
    max-width: 952px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .quiz-block__header {
        display: grid;
        grid-gap: 70px;
        margin-bottom: 60px; }
        @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
            .quiz-block__header {
                grid-gap: 40px;
                margin-bottom: 40px; } }
        @media only screen and (max-width: 767px) {
            .quiz-block__header {
                grid-gap: 30px;
                margin-bottom: 30px; } }
    .quiz-block__progress-bar {
        position: relative;
        max-width: 700px;
        width: 100%;
        height: 42px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 25px;
        border: 3px solid #07263d; }
        @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
            .quiz-block__progress-bar {
                height: 35px; } }
        @media only screen and (max-width: 767px) {
            .quiz-block__progress-bar {
                height: 26px;
                border-width: 2px; } }
        .quiz-block__progress-bar-inner {
            position: absolute;
            height: 100%;
            border-radius: inherit;
            left: 0;
            top: 0;
            background-color: #07263d;
            pointer-events: none;
            transition: width 0.3s ease; }
            .quiz-block__progress-bar-inner::before {
                left: -1px;
                width: calc(100% + 2px);
                border-radius: inherit;
                background-color: #07263d; }
    .quiz-block .title--h2 {
        font-family: "Camel Sans", sans-serif;
        font-weight: 600;
        text-transform: none;
        max-width: 832px;
        width: 100%;
        margin: 0 auto;
        min-height: 104px; }
        @media only screen and (max-width: 1022.8px) {
            .quiz-block .title--h2 {
                min-height: 1px; } }
    .quiz-block__answers {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 15px; }
        @media only screen and (max-width: 767px) {
            .quiz-block__answers {
                grid-gap: 10px; } }
        .quiz-block__answers-item {
            position: relative;
            border-radius: 10px;
            height: 0;
            padding-bottom: 83%;
            cursor: pointer; }
            @media only screen and (max-width: 767px) {
                .quiz-block__answers-item {
                    border-radius: 5px; } }
            .quiz-block__answers-item::after {
                border: 3px solid #07263d;
                border-radius: inherit;
                opacity: 0; }
                @media only screen and (max-width: 767px) {
                    .quiz-block__answers-item::after {
                        border-width: 2px; } }
            .quiz-block__answers-item.is-selected::after, .quiz-block__answers-item:hover::after {
                opacity: 1; }

.about-block__circle::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none; }

.about-block__title {
    font-weight: 700;
    font-family: "Camel", sans-serif;
    text-transform: uppercase; }

.about-block__title {
    font-size: 46px;
    line-height: 1.3; }
    @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
        .about-block__title {
            font-size: 36px; } }
    @media only screen and (max-width: 767px) {
        .about-block__title {
            font-size: 22px; } }

.about-block__image::before, .about-block__image-list-item::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -28%;
    height: 138%;
    width: 176%;
    z-index: -1;
    background: url(../images/shadow.png) no-repeat center/contain; }

.about-block {
    max-width: 832px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .about-block__step {
        display: none; }
        .about-block__step.is-active {
            display: block; }
    .about-block__title {
        font-family: "Camel Sans", sans-serif;
        font-weight: 600;
        text-transform: none;
        position: relative;
        z-index: 4; }
        @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
            .about-block__title {
                font-size: 30px; } }
    .about-block__image {
        position: relative;
        max-width: 278px;
        width: 100%;
        margin: 46px auto 0;
        z-index: 5;
        transform: rotate(10deg);
        transition: transform 0.3s ease; }
        .about-block__image.is-scaled {
            transform: scale(1.20) rotate(10deg); }
        @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
            .about-block__image {
                max-width: 180px; } }
        @media only screen and (max-width: 767px) {
            .about-block__image {
                max-width: 150px; } }
        .about-block__image::before {
            top: 18%;
            left: -36%;
            height: 103%;
            width: 206%;
            z-index: -1; }
        .about-block__image img {
            object-fit: contain;
            position: relative;
            z-index: 4; }
        .about-block__image-top-image {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 5;
            pointer-events: none; }
    .about-block .camel-svg {
        position: absolute;
        width: 0;
        height: 0; }
    .about-block__camel-shine {
        position: absolute;
        width: 101px;
        height: 89px;
        bottom: 3%;
        left: 31.4%;
        opacity: 1;
        z-index: 6;
        overflow: hidden;
        background-size: cover;
        -webkit-clip-path: url(#camel-svg-clip-path);
        clip-path: url(#camel-svg-clip-path); }
        @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
            .about-block__camel-shine {
                width: 66px;
                height: 58px; } }
        @media only screen and (max-width: 767px) {
            .about-block__camel-shine {
                width: 56px;
                height: 48px; } }
        .about-block__camel-shine::after {
            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 1;
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
            left: -100%;
            transition: all 0.65s ease-in-out; }
            .is-clicked .about-block__camel-shine::after {
                left: 100%; }
    .about-block__leaves {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: rotate(-10deg);
        z-index: 1; }
        .about-block__leaves-item {
            position: absolute;
            top: 0;
            opacity: 0;
            transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
            @media only screen and (max-width: 1022.8px) {
                .about-block__leaves-item {
                    transform: scale(0.8); } }
            @media only screen and (max-width: 767px) {
                .about-block__leaves-item {
                    transform: scale(0.5); } }
            .is-clicked .about-block__leaves-item {
                opacity: 1;
                transform: translate(0, 0); }
                @media only screen and (max-width: 1022.8px) {
                    .is-clicked .about-block__leaves-item {
                        transform: translate(0, 0) scale(0.8); } }
                @media only screen and (max-width: 767px) {
                    .is-clicked .about-block__leaves-item {
                        transform: translate(0, 0) scale(0.5); } }
            .about-block__leaves-item:nth-child(1) {
                transition-delay: 100ms; }
            .about-block__leaves-item:nth-child(2) {
                transition-delay: 200ms; }
            .about-block__leaves-item:nth-child(3) {
                transition-delay: 300ms; }
            .about-block__leaves-item:nth-child(4) {
                transition-delay: 400ms; }
            .about-block__leaves-item:nth-child(5) {
                transition-delay: 500ms; }
            .about-block__leaves-item:nth-child(6) {
                transition-delay: 600ms; }
            .about-block__leaves-item--1 {
                top: -18%;
                left: -165%;
                transform: translate(180%, 230%); }
            .about-block__leaves-item--2 {
                top: -16%;
                left: -110%;
                transform: translate(150%, 140%); }
            .about-block__leaves-item--3 {
                top: 6%;
                left: -150%;
                transform: translate(140%, 170%); }
            .about-block__leaves-item--4 {
                top: -6%;
                left: -62%;
                transform: translate(170%, 180%); }
            .about-block__leaves-item--5 {
                top: 25%;
                left: -95%;
                transform: translate(150%, 150%); }
            .about-block__leaves-item--6 {
                top: 20%;
                left: -47%;
                transform: translate(100%, 100%); }
            .about-block__leaves-item--7 {
                top: -12%;
                right: -182%;
                transform: translate(-210%, 270%); }
            .about-block__leaves-item--8 {
                top: -9%;
                right: -127%;
                transform: translate(-190%, 150%); }
            .about-block__leaves-item--9 {
                top: 12%;
                right: -167%;
                transform: translate(-180%, 250%); }
            .about-block__leaves-item--10 {
                top: -4%;
                right: -75%;
                transform: translate(-200%, 210%); }
            .about-block__leaves-item--11 {
                top: 31%;
                right: -110%;
                transform: translate(-200%, 100%); }
            .about-block__leaves-item--12 {
                top: 26%;
                right: -63%;
                transform: translate(-140%, 100%); }
    .about-block__circle {
        height: 42px;
        width: 42px;
        border-radius: 100%;
        position: absolute;
        z-index: 7;
        opacity: 0;
        pointer-events: none;
        transition: transform 0.3s ease, opacity 2.1s ease; }
        @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
            .about-block__circle {
                height: 36px;
                width: 36px; } }
        @media only screen and (max-width: 767px) {
            .about-block__circle {
                height: 20px;
                width: 20px;
                border-width: 2px; } }
        .about-block__circle::before {
            border: 3px solid #07263d;
            border-radius: 100%; }
        .about-block__circle::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            height: 22px;
            width: 22px;
            background-color: #07263d;
            opacity: 0.3;
            border-radius: 100%;
            transition: opacity 0.3s ease; }
            @media only screen and (max-width: 1022.8px) {
                .about-block__circle::after {
                    height: 18px;
                    width: 18px; } }
            @media only screen and (max-width: 767px) {
                .about-block__circle::after {
                    height: 10px;
                    width: 10px; } }
        .about-block__circle.is-clicked, .about-block__circle:hover {
            transform: scale(1.1); }
            .about-block__circle.is-clicked::after, .about-block__circle:hover::after {
                opacity: 1; }
        .about-block__circle.is-animate::before {
            -webkit-animation: pulsate 1s ease-out;
            -webkit-animation-iteration-count: infinite;
            opacity: 0; }
        .is-loaded .about-block__circle {
            opacity: 1;
            pointer-events: all; }
    .about-block__image-list {
        max-width: 324px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 60px;
        margin-top: 164px;
        margin-left: -16px; }
        @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
            .about-block__image-list {
                margin-top: 100px; } }
        @media only screen and (max-width: 767px) {
            .about-block__image-list {
                margin-top: 80px;
                max-width: 230px;
                grid-gap: 40px; } }
        .about-block__image-list-item {
            position: relative; }
    .about-block__cigarette-image {
        position: absolute;
        width: 80px;
        height: 248px;
        top: 26.6%;
        left: 36%;
        opacity: 1;
        pointer-events: none;
        transition: top 0.3s ease; }
        @media only screen and (max-width: 1022.8px) {
            .about-block__cigarette-image {
                width: 75px;
                height: 162px;
                top: 26%;
                left: 29%; } }
        @media only screen and (max-width: 767px) {
            .about-block__cigarette-image {
                width: 25px;
                height: 142px;
                left: 42%; } }
        .is-loaded .about-block__cigarette-image {
            opacity: 1;
            top: 0; }
        .about-block__cigarette-image img {
            object-fit: contain; }
    .about-block .sample-list {
        margin-top: 188px; }
        @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
            .about-block .sample-list {
                margin-top: 80px; } }
        @media only screen and (max-width: 767px) {
            .about-block .sample-list {
                margin-top: 60px; } }

.sample-list__link::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none; }

.sample-list .title {
    font-family: "Camel Sans", sans-serif;
    font-size: 30px;
    line-height: 1.33;
    font-weight: 600; }
    @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
        .sample-list .title {
            font-size: 22px; } }
    @media only screen and (max-width: 767px) {
        .sample-list .title {
            font-size: 16px; } }

.sample-list__item::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -28%;
    height: 138%;
    width: 176%;
    z-index: -1;
    background: url(../images/shadow.png) no-repeat center/contain; }

.sample-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 100px;
    max-width: 860px;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
        .sample-list {
            grid-gap: 60px; } }
    @media only screen and (max-width: 767px) {
        .sample-list {
            grid-gap: 30px; } }
    .sample-list .title {
        text-transform: none;
        margin-bottom: 18px; }
    .sample-list__item {
        position: relative; }
    .sample-list__link {
        position: absolute;
        width: 100%;
        height: 30%;
        left: 0;
        top: 0;
        z-index: 4;
        font-size: 0;
        line-height: 0; }
        .sample-list__link::before {
            pointer-events: all;
            transform: scale(1.2); }

.section-footer {
    max-width: 1024px;
    width: 100%;
    margin: 200px auto 0;
    padding: 0 18px 40px;
    text-align: center; }
    @media only screen and (max-width: 1022.8px) {
        .section-footer {
            margin-top: 100px; } }
    @media only screen and (max-width: 767px) {
        .section-footer {
            padding: 0 20px 20px;
            margin-top: 60px; } }
    .section-footer__text {
        padding-top: 42px;
        border-top: 2px solid #707070; }
        @media only screen and (max-width: 1022.8px) {
            .section-footer__text {
                padding-top: 30px; } }
        @media only screen and (max-width: 767px) {
            .section-footer__text {
                padding-top: 20px; } }
    .section-footer__image {
        max-width: 240px;
        width: 100%;
        margin: 0 14px 54px auto; }
        @media only screen and (max-width: 1022.8px) {
            .section-footer__image {
                max-width: 120px;
                margin-right: 0;
                margin-bottom: 38px; } }
        @media only screen and (max-width: 767px) {
            .section-footer__image {
                max-width: 90px;
                margin-bottom: 30px; } }
        .section-footer__image img {
            object-fit: contain; }

.editor-text h1, .editor-text h2, .editor-text h3, .editor-text h4, .editor-text h5, .editor-text h6 {
    font-weight: 700;
    font-family: "Camel", sans-serif;
    text-transform: uppercase; }

.editor-text h1 {
    font-size: 46px;
    line-height: 1.3; }
    @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
        .editor-text h1 {
            font-size: 36px; } }
    @media only screen and (max-width: 767px) {
        .editor-text h1 {
            font-size: 22px; } }

.editor-text h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: normal; }
    @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
        .editor-text h2 {
            font-size: 30px; } }
    @media only screen and (max-width: 767px) {
        .editor-text h2 {
            font-size: 20px; } }

.editor-text h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.39; }
    @media only screen and (max-width: 767px) {
        .editor-text h3 {
            font-size: 28px; } }

.editor-text h4 {
    font-size: 28px;
    line-height: normal; }

.editor-text h5 {
    font-size: 22px;
    line-height: normal; }

.editor-text h6 {
    font-size: 16px;
    line-height: 1.44; }

.container .editor-text .container {
    max-width: 100%;
    padding: 0; }

.editor-text h1 {
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
        .editor-text h1 {
            margin-bottom: 15px; } }
    * + .editor-text h1 {
        margin-top: 26px; }
    .editor-text h1:first-child {
        margin-top: 0; }
    .editor-text h1:last-child {
        margin-bottom: 0; }

.editor-text h2 {
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
        .editor-text h2 {
            margin-bottom: 15px; } }
    * + .editor-text h2 {
        margin-top: 26px; }
    .editor-text h2:first-child {
        margin-top: 0; }
    .editor-text h2:last-child {
        margin-bottom: 0; }

.editor-text h3 {
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
        .editor-text h3 {
            margin-bottom: 15px; } }
    * + .editor-text h3 {
        margin-top: 26px; }
    .editor-text h3:first-child {
        margin-top: 0; }
    .editor-text h3:last-child {
        margin-bottom: 0; }

.editor-text h4 {
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
        .editor-text h4 {
            margin-bottom: 15px; } }
    * + .editor-text h4 {
        margin-top: 26px; }
    .editor-text h4:first-child {
        margin-top: 0; }
    .editor-text h4:last-child {
        margin-bottom: 0; }

.editor-text h5 {
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
        .editor-text h5 {
            margin-bottom: 15px; } }
    * + .editor-text h5 {
        margin-top: 26px; }
    .editor-text h5:first-child {
        margin-top: 0; }
    .editor-text h5:last-child {
        margin-bottom: 0; }

.editor-text h6 {
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
        .editor-text h6 {
            margin-bottom: 15px; } }
    * + .editor-text h6 {
        margin-top: 26px; }
    .editor-text h6:first-child {
        margin-top: 0; }
    .editor-text h6:last-child {
        margin-bottom: 0; }

.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: 26px; }
    @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 p a,
    .editor-text ul a,
    .editor-text ol a,
    .editor-text figure a,
    .editor-text table a {
        color: inherit;
        text-decoration: underline; }
        .editor-text p a:hover,
        .editor-text ul a:hover,
        .editor-text ol a:hover,
        .editor-text figure a:hover,
        .editor-text table 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 {
    list-style: none;
    padding-left: 0; }
    .editor-text ul li {
        padding-left: 14px;
        position: relative;
        margin-bottom: 10px; }
    .editor-text ul li::before {
        content: '';
        position: absolute;
        left: 0;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        top: 10px;
        background-color: currentColor; }
        @media only screen and (max-width: 767px) {
            .editor-text ul li::before {
                top: 8px; } }

.editor-text ol {
    list-style: decimal; }
    .editor-text ol li {
        margin-bottom: 10px; }

.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; }

.section-header {
    position: relative;
    width: 100%;
    padding: 158px 0; }
    @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
        .section-header {
            padding: 112px 0 80px; } }
    @media only screen and (max-width: 767px) {
        .section-header {
            padding: 85px 0 40px; } }
    .section-header__image {
        position: absolute;
        top: -270px;
        left: -357px;
        width: 880px;
        height: 1060px;
        pointer-events: none;
        z-index: -1; }
        @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
            .section-header__image {
                top: -90px;
                left: -237px;
                width: 640px;
                height: 600px; } }
        @media only screen and (max-width: 767px) {
            .section-header__image {
                top: -130px;
                left: -177px;
                width: 430px;
                height: 500px; } }
        .section-header__image img {
            object-fit: contain;
            mix-blend-mode: multiply; }
        .section-header__image--right {
            left: inherit;
            right: -452px;
            top: -125px;
            width: 1062px;
            height: 798px; }
            @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
                .section-header__image--right {
                    right: -412px;
                    top: -125px;
                    width: 822px;
                    height: 528px; } }
            @media only screen and (max-width: 767px) {
                .section-header__image--right {
                    right: -322px;
                    top: -125px;
                    width: 632px;
                    height: 378px; } }
    .section-header__logo {
        max-width: 528px;
        width: 100%;
        display: block;
        margin: 0 auto;
        position: relative;
        z-index: 4; }
        @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
            .section-header__logo {
                max-width: 280px; } }
        @media only screen and (max-width: 767px) {
            .section-header__logo {
                max-width: 200px; } }
        .section-header__logo img {
            object-fit: contain; }

.game-screen {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    align-items: flex-start;
    text-align: center; }
    .game-screen__body {
        max-width: 952px;
        width: 100%;
        flex: 1 0 auto;
        display: flex;
        flex-direction: column;
        margin: 0 auto; }
        @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
            .game-screen__body {
                padding: 0 50px; } }
        @media only screen and (max-width: 767px) {
            .game-screen__body {
                padding: 0 40px; } }
    .game-screen__link {
        position: relative;
        max-width: 850px;
        width: 100%;
        margin: 140px auto 0; }
        @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
            .game-screen__link {
                margin-top: 90px; } }
        @media only screen and (max-width: 767px) {
            .game-screen__link {
                margin-top: 50px; } }
        .game-screen__link .icon {
            position: absolute;
            top: 124%;
            left: 54%;
            pointer-events: none;
            z-index: 4; }
            @media only screen and (max-width: 1022.8px) {
                .game-screen__link .icon {
                    top: 100%; } }
    .game-screen__button-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 175px; }
        @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
            .game-screen__button-list {
                margin-top: 90px; } }
        @media only screen and (max-width: 767px) {
            .game-screen__button-list {
                margin-top: 50px;
                flex-direction: column; } }
        @media only screen and (max-width: 767px) {
            .game-screen__button-list .btn {
                width: 100%; } }
        .game-screen__button-list-item {
            position: relative; }
            .game-screen__button-list-item:not(:last-child) {
                margin-right: 50px; }
                @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
                    .game-screen__button-list-item:not(:last-child) {
                        margin-right: 25px; } }
                @media only screen and (max-width: 767px) {
                    .game-screen__button-list-item:not(:last-child) {
                        margin: 0 0 40px; } }
            .game-screen__button-list-item .icon {
                position: absolute;
                top: 112%;
                left: 72%;
                z-index: 4;
                pointer-events: none; }
                @media only screen and (max-width: 1022.8px) {
                    .game-screen__button-list-item .icon {
                        top: 105%; } }
            .game-screen__button-list-item:last-child .icon {
                left: 50%; }
    .game-screen .quiz-block {
        max-width: 100%; }
    .game-screen__headline {
        margin-bottom: 126px; }
        @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
            .game-screen__headline {
                margin-bottom: 90px; } }
        @media only screen and (max-width: 767px) {
            .game-screen__headline {
                margin-bottom: 50px; } }
        .game-screen__headline .editor-text {
            margin-top: 60px; }
            @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
                .game-screen__headline .editor-text {
                    margin-top: 30px; } }
            @media only screen and (max-width: 767px) {
                .game-screen__headline .editor-text {
                    margin-top: 20px; } }



















/*# sourceMappingURL=bundle.css.map */
