:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #333;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align);
}
hr {
    border: 0;
    border-top: 1px solid;
    color: inherit;
    margin: 1rem 0;
    opacity: 0.25;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}
p {
    margin-bottom: 1rem;
    margin-top: 0;
}
abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem;
}
ol,
ul {
    padding-left: 2rem;
}
dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 0.875em;
}
mark {
    background-color: var(--bs-highlight-bg);
    padding: 0.1875em;
}
sub,
sup {
    font-size: 0.75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: var(--bs-link-color);
    text-decoration: underline;
}
a img{
    vertical-align: top;
    margin-top: 2px;
}
a:hover {
    color: var(--bs-link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
}
pre {
    display: block;
    font-size: 0.875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto;
}
pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal;
}
code {
    word-wrap: break-word;
    color: var(--bs-code-color);
    font-size: 0.875em;
}
a > code {
    color: inherit;
}
kbd {
    background-color: var(--bs-body-color);
    border-radius: 0.25rem;
    color: var(--bs-body-bg);
    font-size: 0.875em;
    padding: 0.1875rem 0.375rem;
}
kbd kbd {
    font-size: 1em;
    padding: 0;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    caption-side: bottom;
}
caption {
    color: #6c757d;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
textarea {
    resize: vertical;
}
fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}
legend {
    float: left;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
    margin-bottom: 0.5rem;
    padding: 0;
    width: 100%;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
::file-selector-button {
    -webkit-appearance: button;
    font: inherit;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    cursor: pointer;
    display: list-item;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
@font-face {
    font-display: swap;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/SegoeUI.woff2) format("woff2"), url(../fonts/SegoeUI.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/SegoeUI-Bold.woff2) format("woff2"), url(../fonts/SegoeUI-Bold.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/SegoeUI-SemiBold.woff2) format("woff2"), url(../fonts/SegoeUI-SemiBold.woff) format("woff");
}
::-webkit-input-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
::-ms-input-placeholder {
    color: #666;
}
::placeholder {
    color: #666;
}
::-moz-selection {
    background-color: orange;
    color: #fff;
}
::selection {
    background-color: orange;
    color: #fff;
}
input,
textarea {
    outline: none;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red;
}
input:required:valid,
textarea:required:valid {
    border-color: green;
}
body {
    color: #333;
    font-family: Segoe UI, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    min-width: 320px;
    overflow-x: hidden;
    position: relative;
}
@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    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")
        format("woff");
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
    z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    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 {
    -webkit-transform-style: preserve-3d;
    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 {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: 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 {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
    -ms-flex-negative: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    width: 100%;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}
.hamburger {
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-transform: none;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger.is-active:hover {
    opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #333;
}
.hamburger-box {
    display: inline-block;
    height: 16px;
    position: relative;
    width: 23px;
}
.hamburger-inner {
    display: block;
    margin-top: -1px;
    top: 50%;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #333;
    border-radius: 2px;
    height: 2px;
    position: absolute;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 23px;
}
.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block;
}
.hamburger-inner:before {
    top: -7px;
}
.hamburger-inner:after {
    bottom: -7px;
}
.hamburger--slider .hamburger-inner {
    top: 1px;
}
.hamburger--slider .hamburger-inner:before {
    top: 7px;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger--slider .hamburger-inner:after {
    top: 14px;
}
.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
    transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate3d(-3.2857142857px, -5px, 0);
    transform: rotate(-45deg) translate3d(-3.2857142857px, -5px, 0);
}
.hamburger--slider.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
    transform: translate3d(0, -14px, 0) rotate(-90deg);
}
img {
    max-width: 100%;
}
* {
    caret-color: transparent;
}
input,
textarea {
    caret-color: auto;
}
.container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1558px;
    padding: 0 15px;
    position: relative;
    width: 90%;
}
.checkin_form {
    background: #fff;
    border-radius: 17.3099px;
    margin: 46px auto 0;
    max-width: 378px;
    padding: 16px 25px 18px;
}
.checkin_form_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 7px;
}
.checkin_form_input_wrap {
    position: relative;
}
.checkin_form_input {
    background: rgba(169, 186, 227, 0.37);
    border: none;
    border-radius: 6.92398px;
    color: #333;
    font-size: 18px;
    height: 36px;
    line-height: 24px;
    padding: 6px 42px 6px 11px;
    width: 100%;
}
.checkin_form_input:placeholder {
    color: #333;
    opacity: 0.3;
}
.checkin_form_btn {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M13.371 10.571h-2.25a.28.28 0 0 0-.281.278v2.226a.28.28 0 0 0 .281.278h2.25a.28.28 0 0 0 .281-.278V10.85a.28.28 0 0 0-.281-.278zm-2.81-2.225H8.873a.28.28 0 0 0-.281.278v1.669a.28.28 0 0 0 .281.278h1.687a.28.28 0 0 0 .281-.278V8.624a.28.28 0 0 0-.281-.278zm5.064 5.008h-1.687a.28.28 0 0 0-.281.278v1.669a.28.28 0 0 0 .281.278h1.687a.28.28 0 0 0 .281-.278v-1.669a.28.28 0 0 0-.281-.278zm-.002-5.008h-1.125a.28.28 0 0 0-.281.278v1.113a.28.28 0 0 0 .281.278h1.125a.28.28 0 0 0 .281-.278V8.624a.28.28 0 0 0-.281-.278zM9.998 13.91H8.873a.28.28 0 0 0-.281.278v1.113a.28.28 0 0 0 .281.278h1.125a.28.28 0 0 0 .281-.278v-1.113a.28.28 0 0 0-.281-.278zM14.779 0H9.717a1.13 1.13 0 0 0-.795.326 1.107 1.107 0 0 0-.329.787V6.12a1.11 1.11 0 0 0 .329.787 1.13 1.13 0 0 0 .795.326h5.062a1.13 1.13 0 0 0 .796-.326c.211-.209.329-.492.329-.787V1.113c0-.295-.118-.578-.329-.787A1.13 1.13 0 0 0 14.779 0zm-1.125 4.729a.28.28 0 0 1-.082.197.281.281 0 0 1-.199.081h-2.25c-.074 0-.146-.029-.199-.081s-.082-.123-.082-.197V2.504a.28.28 0 0 1 .082-.197.281.281 0 0 1 .199-.081h2.25c.075 0 .146.029.199.081s.082.123.082.197V4.73zM6.344 0H1.281a1.13 1.13 0 0 0-.795.326 1.11 1.11 0 0 0-.33.787V6.12a1.11 1.11 0 0 0 .329.787 1.13 1.13 0 0 0 .795.326h5.062a1.13 1.13 0 0 0 .795-.326c.211-.209.329-.492.329-.787V1.113a1.11 1.11 0 0 0-.329-.787A1.13 1.13 0 0 0 6.344 0zM5.219 4.729a.28.28 0 0 1-.082.197.281.281 0 0 1-.199.081h-2.25c-.075 0-.146-.029-.199-.081s-.082-.123-.082-.197V2.504a.28.28 0 0 1 .082-.197.281.281 0 0 1 .199-.081h2.25c.075 0 .146.029.199.081s.082.123.082.197V4.73zm1.125 3.617H1.281a1.13 1.13 0 0 0-.795.326 1.107 1.107 0 0 0-.329.787v5.008a1.11 1.11 0 0 0 .329.787 1.13 1.13 0 0 0 .795.326h5.062a1.13 1.13 0 0 0 .795-.326c.211-.209.329-.492.329-.787V9.459a1.11 1.11 0 0 0-.329-.787 1.13 1.13 0 0 0-.795-.326zm-1.125 4.729a.28.28 0 0 1-.082.197.282.282 0 0 1-.199.082h-2.25a.28.28 0 0 1-.199-.082.277.277 0 0 1-.082-.197V10.85a.28.28 0 0 1 .082-.197.281.281 0 0 1 .199-.081h2.25c.075 0 .146.029.199.081s.082.123.082.197v2.226z'/%3E%3C/svg%3E")
        no-repeat 50% 50%/16px 16px;
    border: none;
    color: transparent;
    font-size: 0;
    height: 36px;
    opacity: 0.5;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}
.checkin_form_btn:hover {
    opacity: 1;
}
.footer {
    background: #bad8e7 url(../images/dist/footer-bg.jpg) no-repeat 50% 50% / cover;
    position: relative;
}
.footer .container {
    position: relative;
    z-index: 5;
}
.footer_inner {
    overflow: hidden;
    padding: 158px 0 280px;
    position: relative;
}
.footer_inner:before {
    background: url(../images/dist/elements_toys.png) no-repeat 50% 50% / contain;
    bottom: 46px;
    content: "";
    height: 192px;
    left: 71px;
    position: absolute;
    width: 283px;
}
.footer_inner:after {
    background: url(../images/dist/footer-ref.png) no-repeat 50% 50% / contain;
    bottom: 28px;
    content: "";
    height: 620px;
    left: 50%;
    margin-left: -17px;
    position: absolute;
    width: 1140px;
}
.footer_title {
    font-size: 53.75px;
    font-weight: 700;
    margin-bottom: 70px;
}
.footer_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer_nav {
    /*border-right: 1px solid rgba(0, 0, 0, 0.29);*/
    padding-right: 37px;
}
.footer_nav .menu {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    list-style: none;
    margin: 0 0 0 5px;
    padding: 0;
}
.footer_nav .menu > li:not(:last-child) {
    margin-bottom: 21px;
}
.footer_nav .menu a {
    color: #333;
    text-decoration: none;
}
.footer_nav .menu a:hover {
    color: #333;
    text-decoration: underline;
}
.footer_contacts {
    font-size: 18px;
    line-height: 24px;
    list-style: none;
    margin: 0 0 0 65px;
    padding: 0;
}
.footer_contacts > li:not(:last-child) {
    margin-bottom: 36px;
}
.footer_contacts a {
    color: #333;
    text-decoration: none;
}
.footer_contacts a:hover {
    color: #333;
    text-decoration: underline;
}
.footer_sun {
    height: 532px;
    left: 0;
    position: absolute;
    top: -273px;
    width: 239px;
}
.footer_sun:before {
    background: url(../images/dist/elements_sun.png) no-repeat;
    content: "";
    height: 531px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(31.78deg);
    -ms-transform: rotate(31.78deg);
    transform: rotate(31.78deg);
    width: 530px;
}
.c-uhff {
    background: #f2f2f2;
}
.c-uhff-base {
    margin: 0 auto;
    max-width: calc(1600px + 10%);
    padding: 20px 5% 16px;
}
.c-uhff-base nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}
.c-uhff-base ul.c-list {
    color: #616161;
    font-size: 11px;
    line-height: 16px;
    list-style-type: none;
    margin: 3px 0;
    padding: 0;
}
.c-uhff-base ul.c-list li {
    display: inline-block;
    padding: 0 24px 4px 0;
}
@media only screen and (max-width: 767px) {
    .c-uhff-base ul.c-list {
        float: none;
        text-align: left;
        width: 100%;
    }
    .c-uhff-base ul.c-list li {
        padding: 0 4px 4px 6px;
    }
}
@media only screen and (max-width: 539px) {
    .c-uhff-base ul.c-list li {
        padding: 0 10px 4px 0;
    }
}
@media only screen and (max-width: 1083px) {
    .c-uhff-base {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 24px 16px;
    }
}
.c-uhff-link {
    color: inherit;
    text-decoration: none;
}
.c-uhff-link:hover {
    color: inherit;
    text-decoration: underline;
}
@media screen and (min-width: 860px) {
    .context-uhf li {
        word-break: break-word;
    }
}
.header {
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
}
.header .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 16px auto;
    width: 90%;
}
.hamburger {
    display: none;
}
.header_logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 19px;
}
.header_logo .sep {
  border-left: 2px solid #999;
  height: 22px;
  margin: 6px 0px 2px 2px;
}

.header_Reflect {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}
.header_Reflect:hover {
    color: #333;
    font-weight: 700;
;}
.header_nav {
    font-size: 16px;
    line-height: 1;
    margin-top: 5px;
}
.header_nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header_nav a {
    color: #333;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.header_nav a:before {
    color: #333;
    content: attr(data-hover);
    font-weight: 700;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
.header_nav a:hover {
    color: transparent;
    text-decoration: none;
}
.header_nav a:hover:before {
    opacity: 1;
}
.header_nav .active a {
    color: transparent;
}
.header_nav .active a:before {
    opacity: 1;
}
@font-face {
    font-family: msico;
    src: url(data:application/octet-stream;base64,AAEAAAALAIAAAwAwT1MvMg8SBbkAAAC8AAAAYGNtYXAXVtKIAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZvzTBgMAAAF4AAABrGhlYWQh646jAAADJAAAADZoaGVhCGwEcQAAA1wAAAAkaG10eA6qAAAAAAOAAAAAGGxvY2EA/gDIAAADmAAAAA5tYXhwAAkAZgAAA6gAAAAgbmFtZaN2l6EAAAPIAAABbnBvc3QAAwAAAAAFOAAAACAAAwOOAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6QH//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAACAAD/wwSqA8AAMQBjAAA3FBYXHgEzMjY3PgE1NCYnLgEnLgEnLgEnLgEnLgE1PgE3PgE3Iw4BBw4BBw4BBw4BFSEUFhceATMyNjc+ATU0JicuAScuAScuAScuAScuATU+ATc+ATcjDgEHDgEHDgEHDgEVACMiJmRAMFAgJCETEhIrFhYrFBQYBgYMBAIDBDAsLEkgYxY2Hh48Hh4zFhATArYjIiZlPzBQICQhExISKxUWLBQUGAYGCwQCBAQtKixJIGAWNx0ePB4eNBYOEvJIcCooJRsaHFY1KDoWFiMKCgwCBAgDBhAKChwQT5NCQmMgDDMjJlgyNGw6OnA4SHAqKCUbGhxWNSg6FhYjCgoMAgQIAwYQCgocEE+TQkJjIAwzIyZYMjRsOjpwOAABAAD/wAQAA8AACwAAJQkBJwkBBwkBFwkBBAD+7AEU6f7s/ubpARn+5+kBGgEUqQEUARrp/ucBGen+5v7s6QEU/uwAAAEAAAABAAA8ugGnXw889QALBAAAAAAA3xElEwAAAADfESUTAAD/wASqA8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABKoAAAAABKoAAQAAAAAAAAAAAAAAAAAAAAYEAAAAAAAAAAAAAAACAAAABKoAAAQAAAAAAAAAAAoAFAAeALQA1gAAAAEAAAAGAGQAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAFAAAAAQAAAAAAAgAHAE4AAQAAAAAAAwAFADAAAQAAAAAABAAFAGMAAQAAAAAABQALAA8AAQAAAAAABgAFAD8AAQAAAAAACgAaAHIAAwABBAkAAQAKAAUAAwABBAkAAgAOAFUAAwABBAkAAwAKADUAAwABBAkABAAKAGgAAwABBAkABQAWABoAAwABBAkABgAKAEQAAwABBAkACgA0AIxtc2ljbwBtAHMAaQBjAG9WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBtc2ljbwBtAHMAaQBjAG9tc2ljbwBtAHMAaQBjAG9SZWd1bGFyAFIAZQBnAHUAbABhAHJtc2ljbwBtAHMAaQBjAG9Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA);
}
.testimonial_close:before,
.testimonial_descr:before {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: msico !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}
.wrapper {
    display: block;
    padding-top: 66px;
}
.section1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#c2e0e3), to(rgba(93, 207, 226, 0)));
    background: -o-linear-gradient(top, #c2e0e3 0, rgba(93, 207, 226, 0) 100%);
    background: linear-gradient(180deg, #c2e0e3, rgba(93, 207, 226, 0));
    min-height: 880px;
    overflow: hidden;
    padding-top: 76px;
    position: relative;
}
.section1 .container {
    position: relative;
    z-index: 10;
}
.section1 .sun {
    background: url(../images/dist/elements_sun.png) no-repeat 50% 50% / contain;
    height: 343px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-51.5%, -55%);
    -ms-transform: translate(-51.5%, -55%);
    transform: translate(-51.5%, -55%);
    width: 342px;
}
.section1 .cloud {
    background: url(../images/dist/elements_cloud.png) no-repeat 50% 50% / contain;
    position: absolute;
}
.section1 .cloud1 {
    height: 113px;
    right: 67px;
    top: 23px;
    width: 219px;
}
.section1 .cloud2 {
    -webkit-filter: blur(3.27798px);
    filter: blur(3.27798px);
    height: 78px;
    opacity: 0.6;
    right: 483px;
    top: 207px;
    width: 150px;
}
.section1 .cloud3 {
    -webkit-filter: blur(3.30686px);
    filter: blur(3.30686px);
    height: 79px;
    left: 279px;
    opacity: 0.8;
    top: 267px;
    width: 153px;
}
.section1 .wave1 {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1920' height='259' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.7' fill-rule='evenodd' clip-rule='evenodd' d='M1396.35 157.605c262.91-32.881 565.26-154.258 565.26-154.258V59.95S1420.63 296.316 905.156 252.779c-96.67-8.166-203.912-28.436-310.823-48.643C351.817 158.297 111.004 112.781-.846 209.6V99.265c0-35.51 274.555-116.677 482.595-95.918 72.921 7.276 169.718 33.078 277.794 61.885 200.259 53.38 439.237 117.081 636.807 92.373Z' fill='%2395A2DA'/%3E%3C/svg%3E")
        no-repeat 50% 50%/100% 100%;
    bottom: 92px;
    height: 259px;
    z-index: 1;
}
.section1 .wave1,
.section1 .wave2 {
    left: 0;
    position: absolute;
    width: 100%;
}
.section1 .wave2 {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1920' height='259' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1396.35 158.474c262.91-32.882 565.26-154.258 565.26-154.258v56.603S1420.63 297.185 905.156 253.647c-96.67-8.165-203.912-28.435-310.823-48.643-242.516-45.838-483.329-91.354-595.179 5.465V100.133c0-35.51 274.555-116.676 482.595-95.917C554.67 11.492 651.467 37.293 759.543 66.1c200.259 53.379 439.237 117.081 636.807 92.373Z' fill='%2395A2DA'/%3E%3C/svg%3E")
        no-repeat 50% 50%/100% 100%;
    bottom: 60px;
    height: 258px;
    z-index: 3;
}
.section1 .wave3 {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1920' height='454' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.7' fill-rule='evenodd' clip-rule='evenodd' d='M539.762 184.862C274.133 164.443-39.585 63.475-39.585 63.475l5.59 52.489c2.066.728 564.153 198.342 1073.335 138.334 95.67-11.275 200.69-34.179 305.39-57.013 237.5-51.796 473.32-103.228 594.51-17.733l29.22 274.429-40.11-376.742c-3.51-32.928-285.52-97.674-491.09-70.455-72.05 9.54-166.1 37.174-271.11 68.027-194.584 57.17-426.79 125.394-626.388 110.051Z' fill='%235DCFE2'/%3E%3C/svg%3E")
        no-repeat 50% 50%/100% 100%;
    height: 454px;
    top: 515px;
    z-index: 4;
}
.section1 .wave3,
.section1 .wave5 {
    left: 0;
    position: absolute;
    width: 100%;
}
.section1 .wave5 {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1920' height='287' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M541.422 174.896C278.504 138.474-23.845 4.026-23.845 4.026v62.699S517.139 328.544 1032.61 280.318c96.67-9.045 203.91-31.497 310.82-53.881 242.52-50.774 483.33-101.192 595.18 6.053V110.273c0-39.334-274.55-129.24-482.59-106.246-72.92 8.06-169.72 36.64-277.8 68.55-200.254 59.127-439.237 129.687-636.798 102.319Z' fill='%235DCFE2'/%3E%3C/svg%3E")
        no-repeat 50% 50%/100% 100%;
    height: 287px;
    top: 576px;
    z-index: 7;
}
.section1 .monster1 {
    background: url(../images/dist/hero_FeelingsMonster_jealous.png) no-repeat 50% 50% / contain;
    height: 348px;
    left: 0;
    position: absolute;
    top: 278px;
    width: 367px;
    z-index: 2;
}
.section1 .monster2 {
    background: url(../images/dist/hero_FeelingsMonster_happy.png) no-repeat 50% 50% / contain;
    height: 525px;
    position: absolute;
    right: 0;
    top: 140px;
    width: 530px;
    z-index: 5;
}
.section1 .monster3 {
    background: url(../images/dist/hero_FeelingsMonster_bored.png) no-repeat 50% 50%/100% auto;
    height: 326px;
    position: absolute;
    right: 480px;
    top: 455px;
    -webkit-transform: matrix(0.97, -0.25, 0.26, 0.97, 0, 0) scaleX(-1);
    -ms-transform: matrix(0.97, -0.25, 0.26, 0.97, 0, 0) scaleX(-1);
    transform: matrix(0.97, -0.25, 0.26, 0.97, 0, 0) scaleX(-1);
    width: 230px;
    z-index: 6;
}
.section1 .heading {
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    margin: 0 4px 8px;
}
.section1 .subheading {
  font-size: 32px;
    font-weight: 400;
    margin: 0 6px;
    line-height: 1.3;
}
.section10 {
    margin: -150px 0 160px;
    overflow: hidden;
    padding-bottom: 204px;
    padding-top: 425px;
    position: relative;
}
.section10 .container {
    max-width: 1510px;
}
.section10 .section_inner {
    background: #5dcfe2;
    color: #fff;
    padding: 22px 0 54px;
    position: relative;
}
.section10 .section_inner .container {
    z-index: 5;
}
.section10 .section_inner:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 222.5' fill='%235dcfe2' preserveAspectRatio='none'%3E%3Cpath d='M1920 222.5V80.1c-66.1-12-132.8-19.3-196.2-19.8-112.4-.8-264.4 24.2-434.1 52.2-314.5 51.8-689.8 113.6-986.4 39.6C202.4 126.9 98.6 91.9 0 53.7v168.8h1920z'/%3E%3Cpath d='M1920 222.5v-195c-64.3-11.4-128.9-18.3-190.5-18.8C1617.1 8 1465.1 33 1295.3 61 980.8 112.8 605.5 174.6 309 100.5 206.2 74.9 100.3 39 0 0v103.2c104.9 41.8 220.9 83.1 344.2 119.3H1920z' opacity='.7'/%3E%3C/svg%3E")
        no-repeat 50% 50%/100% 100%;
    bottom: 100%;
    content: "";
    height: 222px;
    left: 0;
    position: absolute;
    width: 100%;
}
.section10 .section_inner:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 204.5' preserveAspectRatio='none'%3E%3Cpath d='M0 0v8.6C271.6 108.2 601.9 196.2 934 204c148.7 3.5 315.6-10.8 482.1-25.1 176-15.1 351.3-30.1 503.9-24V0H0z' fill='%235dcfe2'/%3E%3C/svg%3E")
        no-repeat 50% 50%/100% 100%;
    content: "";
    height: 204px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    width: 100%;
}
.section10 .section_heading {
    font-size: 53.75px;
    font-weight: 700;
    margin-bottom: 88px;
    text-align: center;
}
.section10 .section_monster {
    background: url(../images/dist/FeelingsMonster_Nervous.png) no-repeat 0 0 / contain;
    cursor: grab;
    height: 1200px;
    left: 333px;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    width: 900px;
    z-index: 10;
}
.section10 .section_monster:hover {
    left: 600px;
}
.confidence_list {
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 44px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.confidence_item {
    -webkit-box-flex: 1;
    background: #fff;
    border-radius: 51.0089px;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    min-height: 540px;
    padding: 60px 32px;
}
.confidence_icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 134px;
    justify-content: flex-end;
    margin-bottom: 24px;
}
.confidence_title {
    font-size: 37.32px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 15px;
}
.confidence_descr {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
#insightstory {
    display: inline-block;
    height: 0;
    position: relative;
    top: -80px;
}
.section11 {
    padding: 0 0 150px;
    position: relative;
}
.section11 .section_heading {
    font-size: 53.75px;
    font-weight: 700;
    margin-bottom: 134px;
    text-align: center;
}
.section11 .container {
    max-width: 1716px;
}
.swiper_testimonials_wrapper {
    padding: 0 117px;
    position: relative;
}
.swiper_testimonials_wrapper .swiper-pagination {
    display: none;
}
.swiper_testimonials_wrapper .swiper-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #5dcfe2 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath d='m29.4 53.6 17.3-17.3-17.3-17.2v8l9.2 9.2-9.2 9.2v8.1z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50% /
        contain;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 84px;
    justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 84px;
}
.swiper_testimonials_wrapper .swiper-button-next {
    right: 0;
}
.swiper_testimonials_wrapper .swiper-button-prev {
    left: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.swiper_testimonials {
    padding: 71px 0;
}
.swiper_testimonials .color1 {
    --color: #d1aac2;
    --bd-color1: #d1aac2;
    --bd-color2: #5dcfe2;
}
.swiper_testimonials .color2 {
    --color: #95a2da;
    --bd-color1: #95a2da;
    --bd-color2: #e1ca60;
}
.swiper_testimonials .color3 {
    --color: #5dcfe2;
    --bd-color1: #95a2da;
    --bd-color2: #5dcfe2;
}
.swiper_testimonials .swiper-slide-active .testimonial_item {
    opacity: 1;
    -webkit-transform: scale(1.28);
    -ms-transform: scale(1.28);
    transform: scale(1.28);
}
.testimonial_item {
    height: 497px;
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}
.testimonial_item.flip .testimonial_inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.testimonial_inner {
    height: 100%;
    position: relative;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    width: 100%;
}
.testimonial_back,
.testimonial_front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    border: 9px solid var(--color);
    border-radius: 26px;
    height: 100%;
    padding: 19px 21px;
    position: absolute;
    width: 100%;
}
.testimonial_back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.testimonial_back .testimonial_descr {
    margin-top: 65px;
}
.testimonial_back .testimonial_descr:before {
    display: none;
}
.testimonial_descr {
    font-size: 20px;
    line-height: 1.33;
    margin-bottom: 17px;
    margin-top: 38px;
    position: relative;
}
.testimonial_descr:before {
    bottom: 100%;
    color: var(--color);
    content: "\e900";
    font-size: 33.62px;
    left: 0;
    margin-bottom: 5px;
    position: absolute;
}
.testimonial_descr_inner {
    max-height: 7.8em;
    overflow: hidden;
}
.testimonial_photo {
    background: -o-linear-gradient(315deg, var(--bd-color1) 0, var(--bd-color1) 50%, var(--bd-color2) 50%, var(--bd-color2) 100%);
    background: linear-gradient(135deg, var(--bd-color1) 0, var(--bd-color1) 50%, var(--bd-color2) 50%, var(--bd-color2) 100%);
    border-radius: 50%;
    height: 117px;
    margin: 0 auto 7px;
    padding: 3px;
    width: 117px;
}
.testimonial_photo_inner {
    background: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
    height: 111px;
    width: 111px;
}
.testimonial_photo_inner img {
    border-radius: 50%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.testimonial_pos {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.333;
    margin-bottom: 5.5px;
}
.testimonial_name {
    font-size: 11.25px;
    line-height: 1.3;
    margin-bottom: 14px;
}
.testimonial_more {
    background: var(--color);
    border-radius: 13.754px;
    color: #fff;
    cursor: pointer;
    font-size: 14.0074px;
    font-weight: 700;
    height: 47.47px;
    margin: 0 auto;
    text-decoration: none;
    width: 178.98px;
}
.testimonial_close,
.testimonial_more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.testimonial_close {
    border: 1px solid var(--color);
    border-radius: 50%;
    color: var(--color);
    height: 32px;
    left: 21px;
    position: absolute;
    top: 21px;
    width: 32px;
}
.testimonial_close:before {
    content: "\e901";
    font-size: 15px;
}
.testimonial_monster {
    position: absolute;
}
.testimonial_monster.monster1 {
    background: url(../images/dist/FeelingsMonster.png) no-repeat 50% 0/100% auto;
    bottom: -1px;
    height: 159px;
    left: 16px;
    max-width: 80%;
    width: 215px;
}
.testimonial_monster.monster2 {
    bottom: 31px;
    right: 47px;
}
.testimonial_monster.monster2:before {
    background: url(../images/dist/elements_shadow.png) no-repeat 50% 0 / contain;
    content: "";
    display: block;
    height: 20px;
    left: 50%;
    position: absolute;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px;
}
.testimonial_monster.monster2:after {
    background: url(../images/dist/FeelingsMonster.png) no-repeat 50% 0 / contain;
    content: "";
    display: block;
    height: 137px;
    position: relative;
    width: 102px;
    z-index: 1;
}
.testimonial_monster.monster3 {
    background: url(../images/dist/ms_monster_excited.png) no-repeat 50% 0/100% auto;
    bottom: -1px;
    height: 117px;
    right: 16px;
    width: 198px;
}
.section12 {
    padding: 85px 0 208px;
    position: relative;
}
.section12:before {
    background: url(../images/dist/FeelingsMonster_focused.png) no-repeat 50% 0/100% auto;
    content: "";
    height: 205px;
    position: absolute;
    right: 0;
    top: -152px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    width: 441px;
    z-index: 2;
}
.section12 .section_heading {
    font-size: 53.75px;
    font-weight: 700;
    margin-bottom: 135px;
    text-align: center;
}
.section12 .container {
    max-width: 1526px;
}
.blog_list {
    -ms-grid-columns: 1fr 24px 1fr;
    display: -ms-grid;
    display: grid;
    gap: 25px 24px;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog_item {
    color: #333;
    display: block;
    position: relative;
    text-decoration: none;
}
.blog_item:before {
    content: "";
    display: block;
    padding-top: 44.14%;
}
.blog_item:hover {
    color: #333;
    text-decoration: none;
}
.blog_item:hover .blog_image {
    opacity: 0.8;
}
.blog_image {
    border-radius: 29px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}
.blog_image,
.blog_title {
    left: 0;
    position: absolute;
}
.blog_title {
    background: #fff;
    border-radius: 20px;
    bottom: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.11;
    margin: 0 51px 34px;
    max-width: 557px;
    padding: 22px 75px 22px 22px;
    right: 0;
}
.blog_title:after {
    background: #5dcfe2 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath d='m29.4 53.6 17.3-17.3-17.3-17.2v8l9.2 9.2-9.2 9.2v8.1z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50% /
        contain;
    border-radius: 50%;
    content: "";
    height: 46px;
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 46px;
}
.section2 {
        padding: 100px 0 0px;
}
.icons_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.icon_img,
.icons_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 10px 0 10px;
}
.icon_img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    height: 122px;
    justify-content: center;
    margin-bottom: 27px;
}
.icon_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.section3 {
    padding: 180px 0 100px;
}
.section3 .section_title {
    font-size: 53.75px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 88px;
    text-align: center;
}
.how_works {
    --margin-start: 50px;
    --padding-top: 50px;
    --padding-end: 50px;
    --padding-bot: 55px;
    --border-width: 20px;
    --border-radius: 60px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.how_works .how_works_item:before {
    --margin-start: 50px;
    --border-width: 20px;
}
.how_works .how_works_item + .how_works_item {
    margin-top: calc(var(--border-width) * -1);
}
.how_works .how_works_item:first-child:before {
    background: #f8f8f8;
    border-radius: calc(var(--border-width) / 2) 0 0 calc(var(--border-width) / 2);
    bottom: 100%;
    content: "";
    height: var(--border-width);
    position: absolute;
    right: 100%;
    width: calc(var(--margin-start) + 1px);
}
.how_works .how_works_item:last-child:before {
    background: #f8f8f8;
    border-radius: calc(var(--border-width) / 2) 0 0 calc(var(--border-width) / 2);
    content: "";
    height: var(--border-width);
    position: absolute;
    right: 100%;
    top: 100%;
    width: calc(var(--margin-start) + 1px);
}
.how_works .how_works_item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    border-radius: var(--border-radius) 0 0 var(--border-radius);
    border-width: var(--border-width) 0 var(--border-width) var(--border-width);
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: var(--margin-start);
    padding: var(--padding-top) 0 var(--padding-bot) var(--padding-end);
}
.how_works .how_works_item:nth-child(2n):after {
    -webkit-transform: translateX(-50%) scaleX(-1);
    -ms-transform: translateX(-50%) scaleX(-1);
    transform: translateX(-50%) scaleX(-1);
}
.how_works .how_works_item:nth-child(2n) .how_works_text {
    border-radius: 0 25px 25px 0;
    padding: 90px 60px 90px 128px;
}
.how_works .how_works_item:nth-child(2n) .how_works_screen {
    border-radius: 25px 0 0 25px;
    padding: 99px 0px;
}
.how_works .how_works_item:nth-child(2n) .how_works_screen img {
    left: auto;
    right: -72px;
}
.how_works .how_works_item:nth-child(2n) .how_works_title {
    margin-top: 10px;
}
.how_works .how_works_item:nth-child(2n):last-child:before {
    border-radius: 0 calc(var(--border-width) / 2) calc(var(--border-width) / 2) 0;
    left: 100%;
    right: auto;
}
.how_works_item {
    background: #fff;
    border: var(--border-width) solid #f8f8f8;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
    border-width: var(--border-width) var(--border-width) var(--border-width) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: var(--margin-start);
    padding: var(--padding-top) var(--padding-end) var(--padding-bot) 0;
    position: relative;
}
.how_works_item:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhcAAAAUCAMAAAAJDO/9AAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMA3yCfX++/P38QgK9vjzD6sBeLAAAAsklEQVR42u3XMQLDIAxDUWFCgCQt979t55pFs6I3a/uDAcBY/9oFE0YnjzvNygFpRiY/SprVgC7jk4+VXNBlfPKoPibCiOT0MbkDpotPPlqafQImg0zuY2J08m/Js4CpIZL7z2pU8llXUmHSmORX8xPjZYjkvaRJGxOmjEjez5XUCVNGJI+6krPDlBHJ535lOkwZk/zIk/bApBHJ9yszJkwSnzy2yRkwZUzyx8/NlyGS/wAccycbMWx4VQAAAABJRU5ErkJggg==)
        no-repeat 50% 50% / contain;
    bottom: 100%;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 535px;
}
.how_works_item.item-1 {
    --color: #ba789c;
}
.how_works_item.item-1 .how_works_img {
    background: url(../images/dist/FeelingsMonster_Overwhelmed.png) no-repeat 50% 0/390px auto;
    height: 207px;
    right: var(--padding-end);
    top: -50px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    width: 390px;
}
.how_works_item.item-2 {
    --color: #49b6cd;
    z-index: 2;
}
.how_works_item.item-2 .how_works_img {
    background: url(../images/dist/FeelingsMonster_Motivated.png) no-repeat 50% 50% / contain;
    bottom: -131px;
    height: 350px;
    right: 207px;
    width: 331px;
}
.how_works_item.item-3 {
    --color: #7f8cc8;
}
.how_works_item.item-3 .how_works_img {
    background: url(../images/dist/FeelingsMonster_Sensitive.png) no-repeat 50% 0/100% auto;
    bottom: var(--padding-bot);
    height: 190px;
    left: 421px;
    width: 249px;
}
.how_works_item.item-4 {
    --color: #cdb64a;
}
.how_works_item.item-4 .how_works_img {
    background: url(../images/dist/FeelingsMonster_Stuck.png) no-repeat 50% 0/100% auto;
    bottom: var(--padding-bot);
    height: 190px;
    right: 78px;
    width: 260px;
}
.how_works_img {
    position: absolute;
}
.how_works_text {
    -webkit-box-flex: 1;
    background: #f8f8f8;
    border-radius: 25px 0 0 25px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 90px 121px 90px 60px;
}
.how_works_title {
    color: var(--color);
    font-size: 37px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 30px;
}
.how_works_screen {
    -webkit-box-flex: 0;
    background: var(--color);
    border-radius: 0 25px 25px 0;
    -ms-flex: 0 0 597px;
    flex: 0 0 597px;
    padding: 99px 27px 99px 0;
}
.how_works_screen img {
    display: block;
    left: -72px;
    position: relative;
}
.how_works_descr {
    font-size: 24px;
    line-height: 1.31;
    list-style: none;
    margin: 0;
    padding: 0;
}
.how_works_descr > li {
    padding-left: 37px;
    position: relative;
}
.how_works_descr > li:before {
    background: var(--color);
    border-radius: 50%;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 0.5em;
    width: 15px;
}
.how_works_descr > li:not(:last-child) {
    margin-bottom: 24px;
}



@media (min-width: 1401px) and (max-width: 1600px) {
    .how_works_item.item-2 .how_works_img
    {
        bottom: -200px;
        height: 300px;
        right: 207px;
        width: 284px;
    }
    .how_works_item.item-4 .how_works_img {
        right: 390px;
    }
}


.section4 {
    overflow: hidden;
    padding-top: 66px;
    position: relative;
}
.sunrise_wrapper {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 539' preserveAspectRatio='none'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='243.985' y1='296.452' x2='1676.609' y2='296.824'%3E%3Cstop offset='0' stop-color='%23e1ca60'/%3E%3Cstop offset='1' stop-color='%23e1ca60' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M1920 288.4C1683.3 146.1 1321.1 55.1 915.1 55.1 557.5 55.1 233.8 125.7 0 239.8V499c247.5-101 567-161.9 915.7-161.9 391.9 0 746.9 76.9 1004.3 201.3v-250z' fill='url(%23a)' fill-opacity='.17'/%3E%3Cpath d='M1920 233.4C1683.3 91.1 1321.1.1 915.1.1 557.5.1 233.8 70.7 0 184.8V444c247.5-101 567-161.9 915.7-161.9 391.9 0 746.9 76.9 1004.3 201.3v-250z' opacity='.8' fill='%2395a2da'/%3E%3C/g%3E%3C/svg%3E");
    margin-bottom: 19px;
}
.sunrise_dayark,
.sunrise_wrapper {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100vw 100%;
    height: 539px;
}
.sunrise_dayark {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='538.8'%3E%3Cpath fill='%23E1CA60' d='M2202.1 676.8c2.7-16.4 4-33.1 4-49.8 0-346.3-578-627-1291-627s-1291 280.7-1291 627c0 17.1 1.4 34 4.2 50.7C-143.6 443.8 347.1 282 915.7 282c567.8 0 1058 161.4 1286.4 394.8z'/%3E%3C/svg%3E");
    overflow: hidden;
}
.sunrise_sun {
    background: url(../images/dist/elements_sun.png) no-repeat 50% 50% / contain;
    height: 396px;
    position: absolute;
    -webkit-transform: translate(-50%) rotate(16.85deg);
    -ms-transform: translate(-50%) rotate(16.85deg);
    transform: translate(-50%) rotate(16.85deg);
    width: 396px;
}
.section5 {
    padding: 0 0 80px;
}
.section5 .section_heading {
    font-size: 53.75px;
    font-weight: 700;
    margin-bottom: 88px;
    text-align: center;
}
.check_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.check_list > li {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    -ms-flex-direction: column;
    flex-direction: column;
}
.check_item {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #f8f8f8;
    border-radius: 30px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 48px 40px 48px;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.check_item:hover {
    -webkit-box-shadow: -8px 10px 0 #95a2da;
    box-shadow: -8px 10px 0 #95a2da;
    color: #333;
    text-decoration: none;
}
.check_item:hover .check_button {
    background-color: #95a2da;
}
.check_icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 93px;
    justify-content: center;
    margin-bottom: 34px;
}
.check_title {
    font-size: 25.92px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom:4px;
    text-align: center;
}
.check_descr {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.61;
    margin-bottom: 0px;
    min-height: 3.22em;
    text-align: center;
}
.check_button {
    background: #5dcfe2 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 29.9'%3E%3Cpath d='m3 22.9 8-8-8-8V0l15 14.9-15 15v-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%/18px 23px;
    border-radius: 50%;
    color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 62.27px;
    line-height: 1;
    margin: 0 auto;
    text-decoration: none;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 62.27px;
}
.section6 {
    padding: 100px 0 211px;
}
.section6 .section_heading {
    font-size: 53.75px;
    font-weight: 700;
    margin-bottom: 88px;
    text-align: center;
}
@media (min-width: 1900px) {
    .section6 .container {
        max-width: 1558px;
    }
}
.get_started_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 155px;
}
.get_started_buttons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 453px;
    flex: 0 0 453px;
    padding-top: 4px;
}
.get_started_buttons .color1 {
    --color: #2b9db4;
}
.get_started_buttons .color2 {
    --color: #828fc6;
}
.get_started_title {
    color: var(--color);
    font-size: 37.32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 22px;
    text-align: center;
}
.get_started_btn {
    background: var(--color);
    border-radius: 14px;
    color: #fff;
    display: block;
    font-size: 25.92px;
    font-weight: 900;
    line-height: 35px;
    margin-bottom: 16px;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
}
.get_started_btn:hover {
    color: #fff;
    opacity: 0.9;
    text-decoration: none;
}
.get_started_btn span{
    font-size: 0.7em;
    line-height: 50%;
    font-weight: 400;
}

.get_started_btn + .get_started_title {
    margin-top: 74px;
}
.get_started_video {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.get_started_video_ratio
{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.get_started_video_ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.video_wrapper {
    position: relative;
}
.video_wrapper:before {
    content: "";
    display: block;
    padding-top: 57%;
}
.video_wrapper video {
    -o-object-fit: contain;
    object-fit: contain;
}
.video-overlay,
.video_wrapper video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-overlay {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.video-play {
    background: #ffffff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 107 106'%3E%3Cpath d='M86.1 53.3 37.7 81.2V25.4l48.4 27.9z' fill='%235e6a9d' fill-opacity='.9'/%3E%3C/svg%3E") no-repeat 50%
        50% / contain;
    border-radius: 50%;
    cursor: pointer;
    height: 106px;
    width: 106px;
}
.video-play:hover {
    box-shadow: -2px 2px 0px 1px #5e6a9d;
    opacity: 0.9;
}
.section7 {
    background: #95a2da;
    margin: 172px 0 290px;
    padding: 16px 0 161px;
    position: relative;
}
@media (min-width: 1600px) {
    .section7 .container {
        max-width: 1397px;
    }
}
.section7:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 172.2' fill='%2395a2da' preserveAspectRatio='none'%3E%3Cpath d='M1920 172.2V38.6c-111.2 39.1-237.8 77.7-359 101.5-244.7 47.9-551.8-3.4-809.2-46.4-138.9-23.2-263.3-44-355.6-45.5C264.9 46 115.9 75.2 0 110.1v62.1h1920z'/%3E%3Cpath d='M1920 172.2V0c-112.1 39.6-240.2 78.8-362.8 102.8-244.7 47.9-551.8-3.4-809.2-46.4-139-23.2-263.4-44-355.7-45.5C262.5 8.8 115.3 37.3 0 71.7v100.5h1920z' opacity='.7'/%3E%3C/svg%3E")
        no-repeat 50% 50%/100% 100%;
    bottom: 100%;
    content: "";
    height: 172px;
    left: 0;
    position: absolute;
    width: 100%;
}
.section7:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 107.4' preserveAspectRatio='none'%3E%3Cpath d='M0 0v107.5C116.4 78.9 252.1 50 381.6 32.6c244.7-32.8 551.8 2.3 809.2 31.7 138.9 15.9 263.3 30.1 355.6 31.1 122.9 1.3 261.4-16 373.6-37.8V0H0z' fill='%2395a2da'/%3E%3C/svg%3E")
        no-repeat 50% 50%/100% 100%;
    content: "";
    height: 107px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}
.section7 .section_heading {
    color: #fff;
    font-size: 53.75px;
    font-weight: 700;
    margin: 20px 0px 88px;
    text-align: center;
}
.section7 .section_monster {
    bottom: -300px;
    height: 430px;
    position: absolute;
    right: 100px;
    width: 500px;
    z-index: 2;
}
.section7 .section_monster:before {
    background: url(../images/dist/elements_shadow.png) no-repeat 50% 50% / contain;
    content: "";
    display: block;
    height: 59px;
    left: 50%;
    position: absolute;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 393px;
}
.section7 .section_monster:after {
    background: url(../images/dist/FeelingsMonster_Peaceful.png) no-repeat 50% 50% / contain;
    content: "";
    display: block;
    height: 421px;
    width: 500px;
}
.toolbox_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 46px 25px;
    justify-content: center;
    list-style: none;
    margin: 0 0 4px;
    padding: 0;
}
.toolbox_list > li {
    -webkit-box-flex: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 301px;
    flex: 0 0 301px;
    -ms-flex-direction: column;
    flex-direction: column;
}
.toolbox_item {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #fff;
    border-radius: 30px;
    color: #040404;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 25px 38px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.toolbox_item:hover {
    -webkit-box-shadow: -8px 10px 0 #e1ca60;
    box-shadow: -8px 10px 0 #e1ca60;
    color: #040404;
    text-decoration: none;
}
.toolbox_item:hover .toolbox_btn {
    background-color: #e1ca60;
}
.toolbox_icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 83px;
    justify-content: center;
    margin-bottom: 22px;
}
.toolbox_title {
    color: #333;
    font-size: 31.1px;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 30px;
}
.toolbox_descr {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}
.toolbox_btn {
    background: #5dcfe2 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 29.9'%3E%3Cpath d='m3 22.9 8-8-8-8V0l15 14.9-15 15v-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%/18px 23px;
    border-radius: 50%;
    color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 62.27px;
    line-height: 1;
    margin: 0 auto;
    text-decoration: none;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 62.27px;
}
.section8 {
    padding: 95px 0 80px;
}
.section8 .section_heading {
    font-size: 53.75px;
    font-weight: 700;
    margin-bottom: 88px;
    text-align: center;
}
@media (min-width: 1900px) {
    .section8 .container {
        max-width: 1635px;
        padding-right: 99px;
    }
}
.routine_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.routine_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 29px;
}
.routine_item:not(:last-child) {
    margin-bottom: 72px;
}
.routine_item:nth-child(3n + 1) {
    --routine-color: #ba789c;
}
.routine_item:nth-child(3n + 2) {
    --routine-color: #2b9db4;
}
.routine_item:nth-child(3n + 3) {
    --routine-color: #a98c00;
    --routine-aColor: #877000;
}
.routine_item:nth-child(2n + 2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.routine_item:nth-child(2n + 2) .routine_text {
    padding-left: 82px;
    padding-top: 58px;
}
.routine_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 627px;
    flex: 0 0 627px;
}
.routine_img img {
    border-radius: 30px;
    display: block;
    height: 100%;
    min-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.routine_text {
    -webkit-box-flex: 1;
    background: #f8f8f8;
    border-radius: 30px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 48px 94px;
}
.routine_title {
    color: var(--routine-color);
    font-size: 44.79px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 16px;
}
.routine_descr {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
.routine_descr a
{
    color: var(--routine-aColor);
    font-weight: 600;
    text-decoration: none;
}
.routine_descr a:hover
{
    text-decoration: underline;
}
.section9 {
    overflow: hidden;
    padding: 80px 0 203px;
    position: relative;
}
.section9 .color1 {
    --btn-color: #5dcfe2;
    --pane-color: rgba(93, 207, 226, 0.4);
}
.section9 .color2 {
    --btn-color: #d1aac2;
    --pane-color: rgba(227, 188, 204, 0.6);
}
.section9 .color3 {
    --btn-color: #95a2da;
    --pane-color: rgba(149, 162, 218, 0.4);
}
.section9 .color4 {
    --btn-color: #e1ca60;
    --pane-color: rgba(225, 202, 96, 0.5);
}
.section9:after,
.section9:before {
    background: url(../images/dist/elements_cloud.png) no-repeat 50% 50% / contain;
    content: "";
    position: absolute;
}
.section9:before {
    bottom: 0;
    height: 227px;
    right: -134px;
    width: 437px;
}
.section9:after {
    height: 166px;
    left: -155px;
    top: 433px;
    width: 319px;
}
.section9 .section_heading {
    font-size: 53.75px;
    font-weight: 700;
    margin-bottom: 88px;
    text-align: center;
}
.section9 .container {
    max-width: 1707px;
    z-index: 5;
}
.swiper_tabs {
    margin-bottom: 34px;
}
.swiper_tabs .btn {
    background: #f8f8f8;
    border-radius: 17.6744px;
    color: #a4a4a4;
    cursor: pointer;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    padding: 20px 30px;
    text-align: center;
    white-space: nowrap;
}
.swiper_tabs .swiper-slide-active .btn,
.swiper_tabs .swiper-slide-thumb-active .btn {
    background: var(--btn-color);
    color: #fff;
}
.swiper_tabs .swiper-slide {
    width: auto;
}
.swiper-notification {
    display: none;
}
.swiper_tabs_pane {
    margin: 0 76px;
}
.swiper_tabs_pane .swiper-pagination {
    display: none;
}
.slide-item {
    background: var(--pane-color);
    border-radius: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 29px;
    padding: 60px;
}
.slide-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
}
.slide-img img {
    border-radius: 30px;
    display: block;
}
.slide-text {
    -webkit-box-flex: 1;
    background: #fff;
    border-radius: 29px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 50px 50px 50px 50px;
    text-align: center;
}
.slide-title {
  /* border-bottom: 3px solid var(--pane-color); */
display: inline-block;
font-size: 37.32px;
font-weight: 700;
line-height: 40px;
margin-bottom: 20px;
padding-bottom: 1px;
}
.slide-descr {
    font-size: 18px;
    line-height: 30px;
}
.swiper_tabs_wrap {
    padding: 0 92px;
    position: relative;
}
.swiper_tabs_wrap .swiper-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #999 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath d='m29.4 53.6 17.3-17.3-17.3-17.2v8l9.2 9.2-9.2 9.2v8.1z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50% /
        contain;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 72px;
}
.swiper_tabs_wrap .swiper-button-next {
    right: 0;
}
.swiper_tabs_wrap .swiper-button-prev {
    left: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.slide-emoji {
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
}
.slide-emoji.emoji_1 {
    background-image: url(../images/dist/FeelingsMonster_Creative.png);
    bottom: 0;
    height: 175px;
    right: 50px;
    width: 240px;
}
.slide-emoji.emoji_2 {
    background-image: url(../images/dist/elements_sun.png);
    bottom: 0;
    height: 140px;
    left: 150px;
    width: 265px;
}
.slide-emoji.emoji_3 {
    background-image: url(../images/dist/elements_toys.png);
    bottom: 0px;
    height: 192px;
    left: 150px;
    width: 283px;
}
.slide-emoji.emoji_4 {
    background-image: url(../images/dist/FeelingsMonster_Frustrated.png);
    bottom: 0;
    height: 170px;
    right: 618px;
    width: 276px;
}
.slide-emoji.emoji_5 {
    background-image: url(../images/dist/FeelingsMonster_Confident.png);
    bottom: 5px;
    height: 184px;
    left: 290px;
    width: 160px;
}
.slide-emoji.emoji_6 {
    background-image: url(../images/dist/FeelingsMonster_Content.png);
    bottom: 0px;
    height: 164px;
    left: 250px;
    width: 200px;
}
.slide-emoji.emoji_7 {
    background: url(../images/dist/elements_cloud.png) no-repeat 0 100%/150px auto;
    bottom: 39px;
    height: 123px;
    right: 88px;
    width: 203px;
}
.slide-emoji.emoji_7:before {
    background: url(../images/dist/elements_cloud.png) no-repeat 100% 0 / contain;
    content: "";
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
}
.slide-emoji.emoji_8 {
    background-image: url(../images/dist/FeelingsMonster_Cheerful.png);
    bottom: 0px;
    height: 240px;
    right: 655px;
    width: 250px;
}
.slide-emoji.emoji_9 {
    background-image: url(../images/dist/FeelingsMonster_Stressed.png);
    bottom: 0px;
    height: 167px;
    right: 121px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 280px;    
}
.slide-emoji.emoji_10 {
    background-image: url(../images/dist/elements_heart.png);
    bottom: 15px;
    height: 180px;
    right: 85px;
    width: 196px;
}
.slide-emoji.emoji_11 {
    background-image: url(../images/dist/FeelingsMonster_Sensitive.png);
    bottom: 0px;
    height: 240px;
    left: 60px;
    -webkit-transform: rotate(340deg);
    -ms-transform: rotate(340deg);
    transform: rotate(340deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    width: 249px;
}
.slide-emoji.emoji_12 {
    background-image: url(../images/dist/FeelingsMonster_Sensitive.png);
    bottom: 0;
    height: 164px;
    right: 102px;
    width: 286px;
}
@media (min-width: 991px) and (max-width: 1400px) {
    .container {
        width: 100%;
    }
    .section1 {
        min-height: 530px;
        padding-top: 65px;
    }
    .section1 .sun {
        height: 206px;
        -webkit-transform: translate(-53.5%, -45%);
        -ms-transform: translate(-53.5%, -45%);
        transform: translate(-53.5%, -45%);
        width: 202px;
    }
    .section1 .container {
        max-width: 884px;
    }
    .section1 .heading {
        font-size: 32px;
        margin: 0 0 8px;
    }
    .section1 .subheading {
        font-size: 20px;
        margin: 0;
    }
    .section1 .cloud1 {
        height: 68px;
        right: 4%;
        top: 35px;
        width: 129px;
    }
    .section1 .cloud2 {
        -webkit-filter: blur(1.92626px);
        filter: blur(1.92626px);
        height: 49px;
        right: 25.6%;
        top: 143px;
        width: 89px;
    }
    .section1 .cloud3 {
        -webkit-filter: blur(1.94323px);
        filter: blur(1.94323px);
        height: 54px;
        left: 14%;
        top: 176px;
        width: 94px;
    }
    .section1 .monster1 {
        height: 221px;
        top: 176px;
        width: 214px;
    }
    .section1 .monster2 {
        height: 310px;
        top: 110px;
        width: 313px;
    }
    .section1 .monster3 {
        height: 219px;
        right: 292px;
        top: 260px;
        width: 138px;
    }
    .section1 .wave1 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1134 152' preserveAspectRatio='none'%3E%3Cpath d='M1134 8.7c-48.1 18.1-189.3 68.3-315 84-116.1 14.5-256.5-22.9-374.2-54.3-63.6-16.9-120.4-32-163.3-36.3C167.4-9.3 19.2 31.5 0 54v67.6c66.6-54.6 206.6-28.1 347.7-1.5 62.8 11.9 125.8 23.8 182.6 28.6 261.3 22.1 533.8-78.3 603.7-106.2V8.7z' opacity='.7' fill='%2395a2da'/%3E%3C/svg%3E");
        bottom: 45px;
        height: 152px;
    }
    .section1 .wave2 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1134 153' preserveAspectRatio='none'%3E%3Cpath d='M1134 9.4c-48.1 18.1-189.3 68.3-315 84C702.9 108 562.4 70.6 444.7 39.2 381.2 22.3 324.4 7.1 281.5 2.8 167.4-8.6 19.2 32.2 0 54.7v67.6c66.6-54.6 206.6-28.1 347.7-1.5 62.8 11.9 125.8 23.8 182.6 28.6 261.3 22.1 533.8-78.3 603.7-106.2V9.4z' fill='%2395a2da'/%3E%3C/svg%3E");
        bottom: 26px;
        height: 152px;
    }
    .section1 .wave3 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1134 155.9' preserveAspectRatio='none'%3E%3Cpath d='M1134 67.9V45.4C1131.9 26 963.8-12.2 843 3.8c-42.3 5.6-97.6 21.8-159.3 40-114.3 33.6-250.8 73.7-368.1 64.7C194.1 99.1 55.5 61.1 0 44.7v30.4c78.1 24.8 354.8 104.2 609.2 74.2 56.2-6.6 117.9-20.1 179.5-33.5 137-29.9 273.1-59.5 345.4-13.1V67.9z' opacity='.7' fill='%235dcfe2'/%3E%3C/svg%3E");
        bottom: 49px;
        height: 156px;
        top: auto;
    }
    .section1 .wave5 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1134 169' preserveAspectRatio='none'%3E%3Cpath d='M1134 58.2C1109.5 33 965.5-9.8 854 2.5 811.1 7.2 754.3 24 690.8 42.8 573.1 77.6 432.7 119 316.6 102.9 189.4 85.3 46.6 28.7 0 9.2v37.3c67.4 30 341.9 143 605.2 118.4 56.8-5.3 119.8-18.5 182.7-31.7 140-29.3 278.9-58.4 346.1.3V58.2z' fill='%235dcfe2'/%3E%3C/svg%3E");
        bottom: 0;
        height: 169px;
        top: auto;
    }
    .section2 {
        padding: 63px 0 72px;
    }
    .section2 .container {
        max-width: 1020px;
    }
    .icon_img {
        height: 100px;
    }
    .icon_img img {
        height: auto;
        max-height: 100%;
        width: auto;
    }
    .icon_title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.35;
    }
    .section3 {
        margin-bottom: 0;
        padding: 68px 0 55px;
    }
    .section3 .section_title {
        font-size: 31.25px;
        margin-bottom: 83px;
    }
    .how_works {
        --margin-start: 48px;
        --padding-top: 48px;
        --padding-end: 48px;
        --padding-bot: 48px;
        --border-width: 14px;
        --border-radius: 21px;
        margin-right: 9px;
    }
    .how_works .how_works_item:first-child:before {
        --margin-start: 48px;
        --border-width: 14px;
    }
    .how_works .how_works_item:nth-child(2n) {
        padding-left: 48px;
        padding-top: 48px;
    }
    .how_works .how_works_item:nth-child(2n) .how_works_screen {
        padding: 74px 0 74px 38px;
    }
    .how_works .how_works_item:nth-child(2n) .how_works_screen img {
        right: -36px;
    }
    .how_works .how_works_item:nth-child(2n) .how_works_text {
        padding: 64px 46px 70px 102px;
    }
    .how_works_title {
        font-size: 25px;
        margin-bottom: 21px;
    }
    .how_works_descr {
        font-size: 16px;
        line-height: 1.3125;
    }
    .how_works_descr > li {
        padding-left: 24px;
    }
    .how_works_descr > li:before {
        height: 10px;
        width: 10px;
    }
    .how_works_descr > li:not(:last-child) {
        margin-bottom: 37px;
    }
    .how_works_screen {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 426px;
        flex: 0 0 426px;
        padding: 74px 38px 74px 0;
    }
    .how_works_screen img {
        left: -36px;
    }
    .how_works_text {
        padding: 52px 116px 52px 81px;
    }
    .how_works_item.item-1 .how_works_img {
        background-size: 100% auto;
        height: 106px;
        top: 59px;
        width: 200px;
    }
    .how_works_item.item-2 .how_works_img {
        bottom: -80px;
        height: 216px;
        right: 144px;
        width: 204px;
    }
    .how_works_item.item-3 .how_works_img {
        height: 110px;
        left: 374px;
        width: 180px;
    }
    .how_works_item.item-4 .how_works_img {
        bottom: 49px;
        height: 110px;
        right: 25px;
        width: 180px;
    }
    .checkin_form {
        margin: 94px auto 0;
        max-width: 268px;
        padding: 16px 16px 18px;
        padding: 19px 18px 18px;
    }
    .checkin_form_title {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .checkin_form_input {
        font-size: 16px;
    }
    .section4 {
        padding-top: 35px;
    }
    .sunrise_dayark,
    .sunrise_wrapper {
        height: 306px;
    }
    .sunrise_sun {
        height: 216px;
        width: 216px;
    }
    .section5 {
        padding: 24px 0 87px;
    }
    .section5 .container {
        max-width: 992px;
    }
    .section5 .section_heading {
        font-size: 31.25px;
        margin-bottom: 85px;
    }
    .check_list > li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .check_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 27px 20px 25px;
    }
    .check_icon {
        height: 67px;
        margin-bottom: 8px;
    }
    .check_icon img {
        display: block;
        height: auto;
        margin: 0 auto;
        max-height: 100%;
        width: auto;
    }
    .check_title {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .check_descr {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        font-size: 16px;
        line-height: 1.625;
        margin-bottom: 26px;
    }
    .check_button {
        height: 40.27px;
        width: 40.27px;
    }
    .section6 {
        padding: 70px 0 116px;
    }
    .section6 .section_heading {
        font-size: 31.25px;
        margin-bottom: 76px;
    }
    .get_started_wrap {
        gap: 0 40px;
        padding: 0 33px 0 35px;
    }
    .get_started_title {
        font-size: 25px;
        line-height: 1;
        margin-bottom: 18px;
    }
    .get_started_buttons {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 398px;
        flex: 0 0 398px;
    }
    .get_started_btn {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 15px;
        padding: 11px 25px;
    }
    .get_started_btn + .get_started_title {
        margin-top: 35px;
    }
    .video_wrapper:before {
        padding-top: 61.2%;
    }
    .video_wrapper video {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .section7 {
        margin: 96px 0 59px;
        padding: 45px 0 121px;
    }
    .section7:before {
        height: 96px;
    }
    .section7:after {
        height: 59px;
    }
    .section7 .section_heading {
        font-size: 31.25px;
        margin-bottom: 85px;
    }
    .section7 .container {
        max-width: 1054px;
    }
    .section7 .section_monster {
        bottom: -200px;
        height: 290px;
        right: 83px;
        width: 340px;
    }
    .section7 .section_monster:after {
        height: 100%;
        width: 100%;
    }
    .section7 .section_monster:before {
        height: 40px;
        width: 265px;
    }
    .toolbox_list {
        gap: 72px 30px;
    }
    .toolbox_list > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 233px;
        flex: 0 0 233px;
    }
    .toolbox_item {
        border-radius: 18.907px;
        padding: 23px 10px 26px;
    }
    .toolbox_icon {
        height: 57px;
        margin-bottom: 8px;
    }
    .toolbox_icon img {
        max-height: 100%;
    }
    .toolbox_title {
        font-size: 20px;
        line-height: 1.35;
        margin-bottom: 16px;
    }
    .toolbox_descr {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 14px;
        min-height: 6em;
    }
    .toolbox_btn {
        height: 40.27px;
        width: 40.27px;
    }
    .section8 {
        padding: 185px 0 125px;
    }
    .section8 .section_heading {
        font-size: 31.25px;
        line-height: 1.3;
        margin-bottom: 85px;
    }
    .routine_list {
        padding: 0 14px;
    }
    .routine_item {
        gap: 0 20px;
    }
    .routine_item:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .routine_item:nth-child(2n + 2) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .routine_item:not(:last-child) {
        margin-bottom: 53px;
    }
    .routine_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 377px;
        flex: 0 0 377px;
    }
    .routine_img img,
    .routine_text {
        border-radius: 20px;
    }
    .routine_text {
        min-height: 370px;
        padding: 72px 66px 30px;
    }
    .routine_title {
        font-size: 25px;
        line-height: 1.32;
        margin-bottom: 25px;
    }
    .routine_descr {
        font-size: 16px;
        line-height: 1.47;
    }
    .section9 {
        padding: 25px 0 145px;
    }
    .section9:before {
        height: 149px;
        right: -77px;
        width: 288px;
    }
    .section9:after {
        height: 115px;
        left: -69px;
        top: 0;
        width: 222px;
    }
    .section9 .section_heading {
        font-size: 31.25px;
        line-height: 42px;
        margin-bottom: 87px;
    }
    .swiper_tabs .btn {
        font-size: 20px;
        line-height: 27px;
    }
    .swiper_tabs_wrap {
        margin: 0 5px;
        padding: 0 78px;
    }
    .swiper_tabs_wrap .swiper-button {
        height: 51px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 51px;
    }
    .swiper_tabs_wrap .swiper-button-prev {
        -webkit-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
        transform: translateY(-50%) scaleX(-1);
    }
    .swiper_tabs_pane {
        margin: 0 41px;
    }
    .slide-item {
        gap: 0 42px;
        padding: 40px;
    }
    .slide-text {
        padding: 20px 20px 20px 20px;
    }
    .slide-title {
        font-size: 25px;
        line-height: 1.32;
        margin-bottom: 24px;
    }
    .slide-descr {
        font-size: 16px;
        line-height: 1.65;
        margin: 0 auto;
        position: relative;
        z-index: 3;
    }
    .slide-emoji.emoji_1 {
        height: 146px;
        right: 50px;
        width: 200px;
    }
    .slide-emoji.emoji_2 {
        height: 126.63px;
        right: 58.29px;
        width: 177.55px;
    }
    .slide-emoji.emoji_3 {
        height: 136px;
        left: 250px;
        right: auto;
        width: 200px;
    }
    .slide-emoji.emoji_4 {
        bottom: 0px;
        height: 120px;
        right: 600px;
        width: 180px;
    }
    .slide-emoji.emoji_5 {
        bottom: 5px;
        height: 126px;
        left: 300px;
        width: 110px;
    }
    .slide-emoji.emoji_6 {
        bottom: 0px;
        height: 107px;
        left: 50px;
        width: 130px;
    }
    .slide-emoji.emoji_7 {
        background-size: 100.5px auto;
        bottom: 26.13px;
        height: 82.41px;
        right: 58.96px;
        width: 136.01px;
    }
    .slide-emoji.emoji_7:before {
        height: 29.48px;
        width: 56.95px;
    }
    .slide-emoji.emoji_8 {
        bottom: 0px;
        height: 156px;
        right: 650px;
        width: 150px;
    }
    .slide-emoji.emoji_9 {
        bottom: 0px;
        height: 119px;
        right: 55px;
        width: 200px;
    }
    .slide-emoji.emoji_10 {
        bottom: 10px;
        height: 110px;
        right: 55px;
        width: 120px;
    }
    .slide-emoji.emoji_11 {
        bottom: 184.25px;
        height: 93.13px;
        width: 164.82px;
    }
    .slide-emoji.emoji_12 {
        height: 109.88px;
        right: 53.6px;
        width: 191.62px;
    }
    .section10 {
        margin-bottom: 73px;
        margin-top: 4px;
        padding-bottom: 113px;
        padding-top: 206px;
    }
    .section10 .section_monster {
        height: 450px;
        left: 150px;
        width: 450px;
    }
    .section10 .section_monster:hover {
        left: 300px;
    }
    .section10 .section_inner {
        padding: 5px 0 54px;
    }
    .section10 .section_inner:before {
        height: 150px;
    }
    .section10 .section_inner:after {
        height: 115px;
    }
    .section10 .section_heading {
        font-size: 31.25px;
        line-height: 42px;
        margin-bottom: 86px;
    }
    .section10 .container {
        max-width: 1026px;
    }
    .confidence_list {
        gap: 0 14px;
    }
    .confidence_item {
        border-radius: 18.907px;
        min-height: 0;
        padding: 22px 12px 25px;
    }
    .confidence_icon {
        height: 70px;
        margin-bottom: 6px;
    }
    .confidence_icon img {
        max-height: 100%;
    }
    .confidence_title {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 24px;
    }
    .confidence_descr {
        font-size: 16px;
        line-height: 1.5;
    }
    .section11 {
        padding-bottom: 0;
    }
    .section11 .section_heading {
        font-size: 31.25px;
        line-height: 42px;
        margin-bottom: 39px;
    }
    .swiper_testimonials_wrapper {
        padding: 0 66px;
    }
    .swiper_testimonials_wrapper .swiper-button {
        height: 51px;
        width: 51px;
    }
    .swiper_testimonials .swiper-slide-active .testimonial_item {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }
    .testimonial_item {
        height: 367px;
    }
    .testimonial_descr {
        font-size: 15.7608px;
        line-height: 21px;
        margin-top: 14px;
    }
    .testimonial_descr:before {
        font-size: 15px;
        left: 8px;
        margin-bottom: -1px;
    }
    .testimonial_back,
    .testimonial_front {
        padding: 12px 21px;
    }
    .testimonial_photo {
        height: 82px;
        margin-bottom: 16px;
        padding: 2px;
        width: 82px;
    }
    .testimonial_photo_inner {
        border-width: 3px;
        height: 100%;
        width: 100%;
    }
    .testimonial_pos {
        margin-bottom: 1.5px;
    }
    .testimonial_more,
    .testimonial_pos {
        font-size: 12.5742px;
        line-height: 17px;
    }
    .testimonial_more {
        border-radius: 7.91801px;
        height: 27.33px;
        padding: 5px 10px;
        width: 103.04px;
    }
    .testimonial_close {
        height: 25.6px;
        left: 16.8px;
        top: 16.8px;
        width: 25.6px;
    }
    .testimonial_close:before {
        font-size: 12px;
    }
    .testimonial_back .testimonial_descr {
        margin-top: 37px;
    }
    .testimonial_monster.monster1 {
        height: 111.3px;
        left: 11.2px;
        width: 150.5px;
    }
    .testimonial_monster.monster2 {
        bottom: 31px;
        right: 47px;
    }
    .testimonial_monster.monster2:before {
        height: 14px;
        width: 105px;
    }
    .testimonial_monster.monster2:after {
        height: 95.9px;
        width: 71.4px;
    }
    .testimonial_monster.monster3 {
        height: 81.9px;
        right: 11.2px;
        width: 138.6px;
    }
    .section12 {
        padding: 238px 0 214px;
    }
    .section12:before {
        height: 220px;
        top: -241px;
        width: 370px;
    }
    .section12 .section_heading {
        font-size: 31.25px;
        line-height: 42px;
        margin-bottom: 84px;
    }
    .section12 .container {
        max-width: 1094px;
    }
    .blog_list {
        gap: 18px 17px;
    }
    .blog_image {
        border-radius: 20px;
    }
    .blog_title {
        border-radius: 14px;
        font-size: 20px;
        line-height: 27px;
        margin: 20px 20px 20px 20px;
        max-width: 100%;
        padding: 15px 45px 15px 15px;
    }
    .blog_title:after {
        height: 35px;
        right: 15px;
        width: 35px;
    }
    .footer_sun {
        top: -194px;
        width: 165px;
    }
    .footer_sun:before {
        background-size: contain;
        height: 469px;
        width: 349px;
    }
    .footer .container {
        max-width: 1023px;
    }
    .footer_inner {
        padding: 160px 0 280px;
    }
    .footer_inner:before {
        bottom: 46px;
        height: 159px;
        left: 38px;
        width: 205px;
    }
    .footer_inner:after {
        bottom: -39px;
        height: 620px;
        left: 50%;
        margin-left: -115px;
        width: 1140px;
    }
    .footer_title {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 58px;
    }
    .footer_nav {
        padding-right: 42px;
    }
    .footer_nav .menu {
        font-size: 16px;
        margin-left: 3px;
    }
    .footer_contacts {
        font-size: 16px;
        margin-left: 46px;
    }
}
@media (max-width: 990px) {
    .container {
        width: 100%;
    }
    .header .container {
        padding: 0 39px;
        margin: 17px auto;
        width: 100%;
    }
    .header_nav {
        background: rgba(0, 0, 0, 0.67);
        height: 100%;
        left: 100%;
        margin: 0;
        position: fixed;
        top: 0;
        width: 100%;
    }
    .header_nav .hamburger {
        padding: 17px 39px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }
    .header_nav.is-active {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .header_nav .menu {
        background: #fff;
        display: block;
        height: 100%;
        margin: 0 0 0 auto;
        overflow: auto;
        padding: 50px 0 15px;
        width: 300px;
    }
    .header_nav .menu > li:last-child > a {
        border-bottom: none;
    }
    .header_nav a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.42);
        display: block;
        font-size: 16px;
        padding: 15px 25px;
    }
    .header_nav a:before {
        display: none;
    }
    .header_nav a:hover {
        color: #333;
        font-weight: 600;
    }
    .header_nav .active a {
        color: #333;
        font-weight: 600;
    }
    .hamburger {
        padding: 0;
    }
    .hamburger,
    .hamburger-box {
        display: block;
    }
    .header_logo_link {
        -webkit-box-flex: 0;
        display: block;
        -ms-flex: 0 0 87px;
        flex: 0 0 87px;
    }
    .header_logo_link img {
        display: block;
        height: auto;
    }
    .header_logo {
        gap: 0 10px;
    }
    .header_logo .sep {
        border-width: 1px;
        height: 12px;
        margin-right: 2px;
    }
    .header_logo_slogan {
        font-size: 16px;
        line-height: 1;
    }
    .wrapper {
        padding-top: 50px;
    }
    .section1 {
        min-height: 686px;
    }
    .section1 .sun {
        height: 214px;
        -webkit-transform: translate(-47.5%, -52%);
        -ms-transform: translate(-47.5%, -52%);
        transform: translate(-47.5%, -52%);
        width: 208px;
    }
    .section1 {
        padding-top: 126px;
    }
    .section1 .container {
        max-width: 366px;
    }
    .section1 .heading {
        font-size: 31.1px;
        line-height: 41px;
        margin: 0 0 8px;
    }
    .section1 .subheading {
        font-size: 18px;
        margin: 0;
    }
    .section1 .cloud1 {
        height: 67px;
        right: -36px;
        top: 224px;
        width: 130px;
    }
    .section1 .cloud2 {
        -webkit-filter: blur(1.12635px);
        filter: blur(1.12635px);
        height: 28px;
        opacity: 1;
        right: 130px;
        top: 366px;
        width: 55px;
    }
    .section1 .cloud3 {
        -webkit-filter: blur(1.97834px);
        filter: blur(1.97834px);
        height: 49px;
        left: -25px;
        opacity: 1;
        top: 274px;
        width: 94px;
    }
    .section1 .monster2 {
        height: 219.45px;
        right: -36px;
        top: 380px;
        width: 244.66px;
    }
    .section1 .monster1 {
        height: 111.36px;
        left: -5px;
        top: 442px;
        -webkit-transform: rotate(5.48deg);
        -ms-transform: rotate(5.48deg);
        transform: rotate(5.48deg);
        width: 117.44px;
    }
    .section1 .monster3 {
        height: 146.7px;
        right: 152px;
        top: 513px;
        width: 103.5px;
    }
    .section1 .wave4 {
        display: none;
    }
    .section1 .wave1,
    .section1 .wave2,
    .section1 .wave3,
    .section1 .wave5 {
        background-position: 50% 100%;
        background-size: 100% 100%;
        bottom: 0;
        display: block;
        height: 184px;
        top: auto;
        width: 100%;
    }
    .section1 .wave1 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 414 182.3' preserveAspectRatio='none'%3E%3Cpath d='M414 56v40.3c-4.4 1.7-8.9 3.3-13.4 4.9-62 22.2-130.5 38.5-199.6 40.1-43.2 1-91.9-4.4-140.5-9.9l-15.2-1.7-45.4-4.6V21.3c32.5.3 76 9.4 124.4 19.5l85.6 16.7c29.9 5.1 60.3 9 90.1 10.4 39.3 1.9 77.4-.8 111.6-11.2.9-.2 1.7-.5 2.4-.7z' opacity='.7' fill='%2395a2da'/%3E%3C/svg%3E");
    }
    .section1 .wave2 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 414 182.3' preserveAspectRatio='none'%3E%3Cpath d='M414 75.2v40.4c-65 24.2-137.6 42.6-211 44.3-43.2 1-91.9-4.4-140.5-9.9l-62.6-6.5V39.8c32.7-.1 77 9.2 126.5 19.5l40.6 8.3c27.3 5.4 55.5 10.5 83.7 14.2 57 7.3 113.9 8.4 163-6.6h.3z' fill='%2395a2da'/%3E%3C/svg%3E");
    }
    .section1 .wave3 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 414 182.3' preserveAspectRatio='none'%3E%3Cpath d='M414 0v98.3l-13.4 2.9c-49.4 10.6-98.2 20.5-143.4 25.8-70.5 8.3-142.7 8-211.8 2.8L0 125.6V88.3c53.8.4 110.8-8.2 167.2-20.7l42.9-10.2C251.5 47 292 35 330 23.9L414 0z' opacity='.7' fill='%235dcfe2'/%3E%3C/svg%3E");
    }
    .section1 .wave5 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 414 182.3' preserveAspectRatio='none'%3E%3Cpath d='M414 35v114.3c-55.4 11.6-110.5 22.5-160.7 27.2-85.8 8-172.9 1.1-253.3-12.8v-45c79.2 4.6 167.6-14.2 250.8-36.8L300.1 68l36.8-10.8L414 35z' fill='%235dcfe2'/%3E%3C/svg%3E");
    }
    .checkin_form {
        margin-top: 61px;
        max-width: 280px;
        padding: 19px 18px 18px;
    }
    .checkin_form_title {
        display: block;
        font-size: 18px;
        line-height: 1.333;
        margin-bottom: 10px;
        text-align: center;
    }
    .section2 {
        padding-bottom: 97px;
        padding-top: 52px;
    }
    .icons_list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        gap: 90px 0;
        margin: 0 -15px;
    }
    .icons_list li {
        -webkit-box-flex: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 15px;
    }
    .icon_title {
        font-size: 25.92px;
        line-height: 34px;
    }
    .icon_img {
        height: 81px;
        margin-bottom: 47px;
    }
    .icon_img.icon3 {
        height: 102px;
    }
    .icon_img.icon4 {
        height: 96px;
    }
    .icon_img img {
        height: auto;
        max-height: 100%;
        width: auto;
    }
    .section3 {
        margin-bottom: 0;
        padding-bottom: 103px;
        padding-top: 0;
    }
    .section3 .section_title {
        font-size: 37.32px;
        line-height: 46px;
        margin-bottom: 42px;
    }
    .how_works {
        padding: 0 24px;
        position: relative;
    }
    .how_works:before {
        background: #f8f8f8
            url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAHCBAMAAAAgJZXeAAAALVBMVEUAAAD///////////////////////////////////////////////////////+hSKubAAAADnRSTlMA338gEI9AMO/Pv59wYLYCfm0AAABRSURBVBgZ7cHBDYAgFETBl3Awag+GCqgBO6AyS7MEkx8SjluD1MB5ZzAzW1Ih0eBkwEfUdKF2CI1XKCQ0oYlHCorU2aXMpgBKB+4MbJiZrfkBGHcgEtG2KVYAAAAASUVORK5CYII=)
            repeat-y;
        border-radius: 4px;
        content: "";
        height: 100%;
        left: 23px;
        position: absolute;
        top: 0;
        width: 8px;
    }
    .how_works .how_works_item {
        margin-bottom: 0;
    }
    .how_works .how_works_item:not(:last-child) {
        margin-bottom: 53px;
    }
    .how_works .how_works_item:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        border-radius: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0;
        padding: 0 0 0 28px;
    }
    .how_works .how_works_item:nth-child(2n) .how_works_screen {
        border-radius: 0 0 7px 7px;
        padding: 38px 29px 21px 37px;
    }
    .how_works .how_works_item:nth-child(2n) .how_works_screen img {
        right: auto;
    }
    .how_works .how_works_item:nth-child(2n) .how_works_text {
        border-radius: 7px 7px 0 0;
        padding: 30px 15px;
    }
    .how_works .how_works_item:nth-child(2n) .how_works_title {
        margin-top: 0;
    }
    .how_works_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background: none;
        border: none;
        border-radius: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        padding: 0 0 0 28px;
    }
    .how_works_item:after,
    .how_works_item:before {
        display: none;
    }
    .how_works_item.item-1 .how_works_text {
        padding-bottom: 55px;
    }
    .how_works_item.item-1 .how_works_screen {
        padding-bottom: 56px;
        padding-top: 0;
    }
    .how_works_item.item-1 .how_works_screen img {
        top: -35px;
    }
    .how_works_item.item-1 .how_works_img {
        background-size: 100% auto;
        bottom: 0;
        height: 106px;
        left: 25%;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 200px;
    }
    .how_works_item.item-2 .how_works_text {
        padding-bottom: 164px !important;
    }
    .how_works_item.item-2 .how_works_screen {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .how_works_item.item-2 .how_works_img {
        bottom: auto;
        height: 180px;
        margin: -132px 30px -48px auto;
        position: relative;
        right: auto;
        -webkit-transform: scaleX(-1) rotate(13.01deg);
        -ms-transform: scaleX(-1) rotate(13.01deg);
        transform: scaleX(-1) rotate(13.01deg);
        width: 170px;
        z-index: 2;
    }
    .how_works_item.item-3 .how_works_text {
        padding-bottom: 164px;
    }
    .how_works_item.item-3 .how_works_screen {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-bottom: 20px;
    }
    .how_works_item.item-3 .how_works_img {
        bottom: auto;
        height: 115px;
        left: auto;
        margin: -112px auto 0 15px;
        position: relative;
        width: 200px;
        z-index: 2;
    }
    .how_works_item.item-4 .how_works_text {
        padding-bottom: 80px !important;
    }
    .how_works_item.item-4 .how_works_screen {
        padding-bottom: 59px !important;
        padding-top: 0 !important;
    }
    .how_works_item.item-4 .how_works_screen img {
        top: -52px;
    }
    .how_works_item.item-4 .how_works_img {
        bottom: 0;
        height: 135px;
        right: 34px;
        width: 200px;
    }
    .how_works_text {
        border-radius: 7px 7px 0 0;
        padding: 30px 15px;
    }
    .how_works_screen {
        -webkit-box-flex: 1;
        border-radius: 0 0 7px 7px;
        -ms-flex: auto;
        flex: auto;
        padding: 38px 29px 37px 37px;
    }
    .how_works_screen img {
        left: auto;
        right: auto;
    }
    .how_works_title {
        font-size: 25.92px;
        line-height: 34px;
        margin-bottom: 31px;
    }
    .how_works_descr {
        font-size: 18px;
        line-height: 24px;
    }
    .how_works_descr > li {
        padding-left: 20px;
    }
    .how_works_descr > li:before {
        height: 6px;
        width: 6px;
    }
    .section5 {
        margin-bottom: 103px;
        overflow: hidden;
        padding-bottom: 0;
        padding-top: 0;
        position: relative;
    }
    .section5 .section_heading {
        font-size: 37.32px;
        line-height: 50px;
        margin-bottom: 66px;
        margin-left: -74px;
    }
    .section5 .container {
        padding: 0 39px 0 116px;
    }
    .check_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px 0;
    }
    .check_list > li {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    .check_item {
        border-radius: 13px;
        padding: 21px 20px 26px;
    }
    .check_icon {
        height: 39px;
        margin-bottom: 11px;
    }
    .check_icon img {
        max-height: 100%;
    }
    .check_title {
        font-size: 25.92px;
        line-height: 34px;
        margin-bottom: 11px;
    }
    .check_descr {
        font-size: 18px;
        line-height: 1.55;
        margin-bottom: 14px;
    }
    .check_button {
        height: 36px;
        width: 36px;
    }
    .section4 {
        overflow: visible;
        padding: 0;
        position: static;
    }
    .sunrise_wrapper {
        background: #95a2da;
        border-radius: 362px/100%;
        bottom: -100px;
        height: calc(100% - 20px);
        margin-right: -67px;
        overflow: hidden;
        position: absolute;
        right: 100%;
        width: 362px;
    }
    .sunrise_sun {
        height: 120px;
        left: -200px;
        margin-left: -23px;
        position: fixed;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
        width: 120px;
    }
    .sunrise_dayark {
        background: #e1ca60;
        height: 0;
        margin-top: -40px;
        width: 100%;
    }
    .section6 {
        padding-bottom: 88px;
        padding-top: 0;
    }
    .section6 .section_heading {
        font-size: 37.32px;
        line-height: 58px;
        margin-bottom: 22px;
    }
    .section6 .container {
        max-width: 366px;
    }
    .get_started_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 21px 0;
    }
    .get_started_buttons {
        -webkit-box-flex: 1;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -ms-flex: auto;
        flex: auto;
        order: 2;
    }
    .get_started_title {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 22px;
    }
    .get_started_btn {
        border-radius: 14px;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
        padding: 14px;
    }
    .get_started_btn + .get_started_title {
        margin-top: 25px;
    }
    .video-play {
        height: 50px;
        width: 50px;
    }
    .section7 {
        margin-bottom: 60px;
        margin-top: 66px;
        padding-bottom: 100px;
        padding-top: 23px;
    }
    .section7:before {
        height: 66px;
    }
    .section7:after {
        height: 60px;
    }
    .section7 .section_heading {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 32px;
    }
    .section7 .section_monster {
        bottom: -120px;
        height: 211px;
        right: 30px;
        width: 250px;
    }
    .section7 .section_monster:before {
        height: 18px;
        width: 120px;
    }
    .section7 .section_monster:after {
        height: 100%;
        width: 100%;
    }
    .toolbox_list {
        gap: 8px 0;
        margin: 0 auto;
        max-width: 336px;
    }
    .toolbox_list > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
    .toolbox_item:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .toolbox_item:hover .toolbox_btn {
        background-color: #5dcfe2;
    }
    .toolbox_top .toolbox_item {
        background: none;
        border-radius: 0;
        padding: 0;
        position: relative;
    }
    .toolbox_top .toolbox_item.is-active .toolbox_btn {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .toolbox_top .toolbox_item.is-active .toolbox_descr,
    .toolbox_top .toolbox_item.is-active .toolbox_icon {
        display: block;
    }
    .toolbox_top .toolbox_title {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        background: #fff;
        border-radius: 14px;
        color: #333;
        font-size: 25.92px;
        line-height: 34px;
        margin-bottom: 0;
        order: -1;
        padding: 19px 65px 19px 26px;
        text-align: left;
    }
    .toolbox_top .toolbox_btn {
        background-size: 9px 17px;
        height: 36px;
        position: absolute;
        right: 25px;
        top: 19px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        width: 36px;
    }
    .toolbox_top .toolbox_icon {
        background: #fff;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        display: none;
        height: 52px;
        margin-bottom: 0;
        margin-top: 9px;
        padding-bottom: 13px;
        padding-top: 33px;
    }
    .toolbox_top .toolbox_icon img {
        max-height: 100%;
    }
    .toolbox_top .toolbox_descr {
        background: #fff;
        border-radius: 0 0 21.7348px 21.7348px;
        display: none;
        margin: 0;
        padding: 0 40px 34px;
    }
    .toolbox_bot {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        max-width: 301px;
    }
    .toolbox_bot .toolbox_item {
        padding: 38px 35px;
    }
    .toolbox_bot .toolbox_title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 25px;
    }
    .toolbox_bot .toolbox_icon {
        height: 71px;
        margin-bottom: 20px;
    }
    .toolbox_bot .toolbox_icon img {
        height: auto;
        max-width: 100%;
        width: auto;
    }
    .toolbox_bot .toolbox_descr {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 34px;
    }
    .toolbox_top + .toolbox_bot {
        margin-top: 49px;
    }
    .section8 {
        padding-bottom: 107px;
        padding-top: 103px;
    }
    .section8 .section_heading {
        font-size: 37.32px;
        line-height: 50px;
        margin-bottom: 44px;
    }
    .routine_list {
        margin: 0 24px;
    }
    .routine_item {
        display: block;
    }
    .routine_item:nth-child(2n + 2) .routine_text {
        padding: 20px 15px;
    }
    .routine_item:not(:last-child) {
        margin-bottom: 54px;
    }
    .routine_img {
        margin-bottom: 19px;
    }
    .routine_img img {
        border-radius: 16px;
        margin: 0 auto;
        min-height: 0;
    }
    .routine_text {
        border-radius: 25.78px;
        padding: 20px 15px;
    }
    .routine_title {
        font-size: 25.92px;
        line-height: 34px;
        margin: 12px 0;
        text-align: center;
    }
    .routine_descr {
        font-size: 18px;
        line-height: 1.47;
        text-align: center;
    }
    .section9 {
        margin-bottom: 78px;
        padding-bottom: 0;
        padding-top: 0;
    }
    .section9:after,
    .section9:before {
        z-index: 6;
    }
    .section9:after {
        bottom: auto;
        height: 62px;
        left: auto;
        right: -38px;
        top: 174px;
        width: 120px;
    }
    .section9:before {
        bottom: 86px;
        height: 69px;
        left: -32px;
        right: auto;
        top: auto;
        width: 133px;
    }
    .section9 .section_heading {
        font-size: 37.32px;
        line-height: 40px;
        margin-bottom: 46px;
    }
    .swiper_tabs_pane {
        margin: 0 -15px;
    }
    .swiper_tabs_pane .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding: 0 39px;
    }
    .swiper_tabs_pane .swiper-pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0 12.3px;
        justify-content: center;
        margin-top: 33px;
    }
    .swiper_tabs_pane .swiper-pagination-bullet {
        background: rgba(149, 162, 218, 0.5);
        border-radius: 50%;
        height: 9px;
        width: 9px;
    }
    .swiper_tabs_pane .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #95a2da;
    }
    .slide-item {
        -webkit-box-flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 28px;
        position: relative;
    }
    .swiper_tabs_wrap {
        margin: 0 -15px;
        padding: 0;
    }
    .swiper_tabs_wrap .swiper-button {
        display: none;
    }
    .swiper_tabs {
        margin-bottom: 27px;
    }
    .swiper_tabs .btn {
        border-radius: 10px;
        font-size: 14.4px;
        line-height: 19px;
        padding: 10px;
    }
    .slide-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 17px;
        position: relative;
    }
    .slide-img:before {
        content: "";
        display: block;
        padding-top: 64%;
    }
    .slide-img img {
        border-radius: 16px;
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .slide-text {
        padding: 15px 15px 15px 15px;
        text-align: center;
    }
    .slide-title {
        border: none;
        font-size: 21.6px;
        line-height: 29px;
        margin-bottom: 17px;
        padding-bottom: 12px;
        position: relative;
    }
    .slide-title:before {
        background: var(--pane-color);
        bottom: 0;
        content: "";
        height: 2px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 201px;
    }
    .slide-descr {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        font-size: 18px;
        line-height: 22px;
    }
    .slide-emoji.emoji_1 {
        height: 100px;
        right: 31px;
        width: 160px;
    }
    .slide-emoji.emoji_2 {
        height: 50px;
        right: 30px;
        left: auto;
        width: 89px;
    }
    .slide-emoji.emoji_3 {
        height: 102px;
        right: 30px;
        left: auto;
        width: 150px;
    }
    .slide-emoji.emoji_4 {
        bottom: 0px;
        height: 75px;
        right: 50px;
        width: 120px;
    }
    .slide-emoji.emoji_5 {
        bottom: 0px;
        height: 80px;
        left: auto;
        right: 36px;
        width: 100px;
    }
    .slide-emoji.emoji_6 {
        bottom: 0px;
        height: 98px;
        right: 20px;
        left: auto;
        width: 120px;
    }
    .slide-emoji.emoji_7 {
        display: none;
    }
    .slide-emoji.emoji_8 {
        bottom: 0;
        height: 80px;
        left: auto;
        right: 40px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 140px;
    }
    .slide-emoji.emoji_9 {
        bottom: 0px;
        height: 89px;
        left: auto;
        right: 30px;
        width: 150px;
    }
    .slide-emoji.emoji_10 {
        bottom: 8px;
        height: 106px;
        left: auto;
        right: 10px;
        width: 115px;
    }
    .slide-emoji.emoji_11 {
        bottom: 0;
        height: 90px;
        right: 48px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 138px;
    }
    .slide-emoji.emoji_12 {
        bottom: 0;
        height: 77.7px;
        left: auto;
        right: 49px;
        width: 138px;
    }
    .section10 {
        margin: 0;
        padding-bottom: 0;
        padding-top: 87px;
        position: relative;
    }
    .section10:after {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 415 54.1' fill='%23fff' preserveAspectRatio='none'%3E%3Cpath d='M415 0v54.1H53.3c8.1 0 24.8-1.2 38.7-2.8 19.6-2.2 48.6-6.2 84.3-13.8l21.3-4.8c26.1-5.9 120.8-24 120.8-24C390.4 0 415 0 415 0zM53.2 54.1c-17.1 0-28.1-.8-37.9-1.9L1 50.6S.5 52 0 54.1h53.2z'/%3E%3C/svg%3E")
            no-repeat 0 0/100% 100%;
        bottom: 0;
        content: "";
        height: 54px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 5;
    }
    .section10 .section_monster {
        background-position: 0 0;
        background-size: 100% auto;
        bottom: 0;
        cursor: default;
        height: 174px;
        left: 50%;
        right: auto;
        top: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        width: 361px;
        z-index: 4;
    }
    .section10 .section_monster:hover {
        height: 250px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section10 .section_heading {
        font-size: 37.32px;
        line-height: 50px;
        margin-bottom: 46px;
    }
    .section10 .section_inner {
        padding-bottom: 240px;
        padding-top: 15px;
    }
    .section10 .section_inner:before {
        height: 87px;
    }
    .section10 .section_inner:after {
        display: none;
    }
    .confidence_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 33px 0;
    }
    .confidence_item {
        -webkit-box-flex: 1;
        background: none;
        border-radius: 0;
        -ms-flex: auto;
        flex: auto;
        min-height: 0;
        padding: 0;
    }
    .confidence_icon {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        background: #fff;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 74px;
        justify-content: center;
        margin: 0 auto 17px;
        padding: 14px;
        width: 74px;
    }
    .confidence_icon img {
        height: auto;
        max-height: 100%;
        max-width: 100%;
        width: auto;
    }
    .confidence_title {
        color: #fff;
        font-size: 25.92px;
        line-height: 34px;
        margin-bottom: 17px;
    }
    .confidence_descr {
        color: #fff;
        font-size: 18.1263px;
        line-height: 24px;
        text-align: center;
    }
    .section11 {
        padding-bottom: 91px;
        padding-top: 26px;
    }
    .section11 .section_heading {
        font-size: 37.32px;
        line-height: 50px;
        margin-bottom: 24px;
    }
    .swiper_testimonials {
        padding: 0;
    }
    .swiper_testimonials .swiper-slide-active .testimonial_item {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .testimonial_item {
        height: 437px;
        opacity: 1;
    }
    .swiper_testimonials_wrapper {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0;
    }
    .swiper_testimonials_wrapper .swiper-pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0 12.3px;
        justify-content: center;
        margin-top: 33px;
    }
    .swiper_testimonials_wrapper .swiper-pagination-bullet {
        background: rgba(149, 162, 218, 0.5);
        border-radius: 50%;
        height: 9px;
        width: 9px;
    }
    .swiper_testimonials_wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #95a2da;
    }
    .swiper_testimonials_wrapper .swiper-slide {
        max-width: 80%;
        width: 345px;
    }
    .swiper_testimonials_wrapper .swiper-button {
        display: none;
    }
    .testimonial_back,
    .testimonial_front {
        border-width: 7px;
        padding: 34px 23px 13px;
    }
    .testimonial_descr {
        font-size: 18px;
        line-height: 24px;
        margin-top: 18px;
    }
    .testimonial_descr:before {
        font-size: 18px;
    }
    .testimonial_photo {
        height: 95px;
        margin-bottom: 19px;
        padding: 2.5px;
        width: 95px;
    }
    .testimonial_photo .testimonial_photo_inner {
        border-width: 4px;
        height: 100%;
        width: 100%;
    }
    .testimonial_pos {
        font-size: 14.4px;
        line-height: 19px;
        margin-bottom: 2px;
    }
    .testimonial_name {
        font-size: 11.52px;
        line-height: 15px;
        margin-bottom: 18px;
    }
    .testimonial_more {
        font-size: 14.4px;
        height: 31.3px;
        line-height: 19px;
        width: 118px;
    }
    .section12 {
        padding-bottom: 138px;
        padding-top: 0;
    }
    .section12:before {
        height: 112px;
        top: -70px;
        width: 200px;
    }
    .section12 .section_heading {
        font-size: 37.32px;
        line-height: 50px;
        margin-bottom: 122px;
    }
    .blog_list {
        -ms-grid-columns: 1fr;
        gap: 13px 0;
        grid-template-columns: repeat(1, 1fr);
        margin: 0 23px;
    }
    .blog_image {
        border-right: 13px;
        border-radius: 9px;
    }
    .blog_title {
        border-radius: 9px;
        font-size: 16px;
        line-height: 18px;
        margin: 10px 10px 10px 10px;
        max-width: 100%;
        padding: 10px 40px 10px 10px;
    }
    .blog_title:after {
        height: 24px;
        right: 10px;
        width: 24px;
    }
    .footer .container {
        padding: 0 39px;
    }
    .footer_inner {
        padding-bottom: 120px;
        padding-top: 49px;
    }
    .footer_inner:before {
        bottom: 26px;
        height: 80px;
        left: -23px;
        width: 118px;
    }
    .footer_inner:after {
        background-size: cover;
        bottom: 30px;
        height: 275px;
        margin-left: -42px;
        width: 506px;
    }
    .footer_sun {
        height: 200px;
        top: -140px;
        width: 100px;
    }
    .footer_sun:before {
        background-size: cover;
        height: 200px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 200px;
    }
    .footer_title {
        font-size: 25.92px;
        line-height: 34px;
        margin-bottom: 24px;
    }
    .footer_contacts {
        display: none;
    }
    .footer_nav {
        border: none;
    }
    .footer_nav .menu {
        margin: 0;
    }
    .footer_nav .menu > li:not(:last-child) {
        margin-bottom: 8px;
    }
    #getstarted,
    #howtoref,
    #more {
        display: block;
        height: 0;
        overflow: hidden;
        position: relative;
        top: -50px;
    }
}
@media (max-width: 550px) {
    .icons_list > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}