/* Compiled: 2026-05-14 18:49:39 */
/* расчет колонок */

body {
	--wrap-width: 100vw;
}

html._screen-scrolling body {
	--scrollbar-wrap: 0px !important;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

::selection {
	color: #fff;
	background: #000;
}

:disabled {
	cursor: default;
	pointer-events: none;
	opacity: 0.7;
	-webkit-user-select: none;
	user-select: none;
}

img {
	margin: 0;
}

img:not([src]) {
	visibility: hidden;
}

a {
	text-decoration: none;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink;
}

a[href^="mailto"],
a[href^="tel"] {
	-webkit-user-select: text;
	user-select: text;
}

nav ul {
	margin: 0;
	padding: 0;
}

button,
input[type="checkbox"],
input[type="radio"] {
	cursor: pointer;
}

textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="password"] {
	border-radius: 0;
	-webkit-appearance: none;
}

html.desktop textarea {
	scrollbar-width: thin;
	scrollbar-color: #000 #eee;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

html.desktop textarea::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background: #eee;
}

html.desktop textarea::-webkit-scrollbar-thumb {
	background-color: #000;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

figure,
figcaption {
	margin: 0;
	padding: 0;
}

template {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.header {
	background-color: #f0f1f5;
	border-radius: 0 0 16px 16px;
	position: relative;
	z-index: 1;
}

.header__content {
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	gap: 20px;
}

.header__logo {
	width: 204px;
	height: auto;
}

.header__logo img {
	display: block;
	width: 100%;
}

.header__nav {
	display: flex;
	gap: 16px;
}

.header__link {
	font-family: Whitney;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #000;
}

.header__link:hover {
	color: #ff6a13;
}

.header__tools {
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 5px;
}

.header__apps {
	display: flex;
	gap: 12px;
	margin-right: 30px;
}

.header__app-icon {
	height: 24px;
	width: 24px;
	color: #5f647d;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background: currentColor;
}

.header__app-icon._android {
	-webkit-mask-image: url('../img/android.svg');
	mask-image: url('../img/android.svg');
}

.header__app-icon._ios {
	-webkit-mask-image: url('../img/apple.svg');
	mask-image: url('../img/apple.svg');
}

.header__app-icon:hover {
	background-color: #ff6a13;
}

.header__actions {
	gap: 10px;
	display: flex;
}

.header__button {
	font-family: Whitney;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px; /* 100% */
	text-align: center;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 36px;
	margin: 0;
	padding: 0 16px;
	border: none;
	border-radius: 8px;
	color: #FFF;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	transition: filter 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.header__button:hover {
	filter: brightness(1.1);
}

.header__button.--primary {
	background: #FF6A13;
}

.header__button.--success {
	background: #44CA17;
}

.popover {
	position: relative;
	display: flex;
	justify-content: center;
	--wl-popover-box-shadow: 0px 1px 15px rgba(101, 104, 119, 0.36);
}

.popover.--active.__up .popover-content {
	bottom: calc(100% + 6px);
}

.popover.--active.__down .popover-content {
	top: calc(100% + 6px);
}

.popover.--active .arrow-down-icon {
	transform: rotate(180deg);
}

.popover.--active .popover-content {
	display: block;
	transform: translate3d(0px, 0px, 0px);
}

.lang-menu__activator {
	font-family: Whitney;
	font-size: 14px;
	line-height: 20.8px;
	text-transform: uppercase;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	color: #5F647D;
	box-shadow: 0px 1px 1px 0px rgba(0, 19, 56, 0.12);
	padding: 0 8px;
	gap: 4px;
	font-weight: 500;
	height: 36px;
	margin: 0;
	border: none;
	border-radius: 8px;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	transition: filter 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.lang-icon {
	display: inline-block;
	height: 14px;
	width: 14px;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
}

.lang-icon.--ru {
	background-image: url('../img/ru.svg');
}

.lang-icon.--en {
	background-image: url('../img/en.svg');
}

.arrow-down-icon {
	display: inline-block;
	height: 6px;
	width: 8px;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	background-image: url('../img/arrow-down.svg');
}

.popover-content {
	display: none;
	position: absolute;
	z-index: 100;
	min-width: 65px;
	border-radius: 12px;
	box-shadow: 0px 1px 15px rgba(101, 104, 119, 0.36);
	background: #ffffff;
	color: #161616;
	opacity: 1;
	pointer-events: auto;
}

.lang-menu__content {
	padding: 5px 6px;
}

.lang-menu__item {
	font-family: Whitney;
	display: flex;
	align-items: center;
	border-radius: 8px;
	padding: 0 10px;
	font-weight: 600;
	cursor: pointer;
	color: #5f647d;
	font-size: 13px;
	line-height: 1;
	gap: 6px;
	height: 40px;
}

.footer-menu__wrap {
	background: #080c2e;
}

.footer-menu {
	font-family: "SFProDisplay";
	display: flex;
	padding-top: 40px;
	padding-bottom: 56px;
}

.footer-menu__column {
	flex-basis: 0;
	flex-grow: 1;
}

.footer-menu__column h3 {
	font-family: "SFProDisplay";
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
	text-transform: uppercase;
	margin: 1.7rem 0;
}

.footer-menu__column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-menu__column li {
	margin-top: 16px;
}

.footer-menu__column a,
.footer-menu__column a {
	font-family: "SFProDisplay";
	font-size: 15px;
	line-height: 21px;
	font-weight: 500;
	transition-property: color;
	transition-duration: 0.1s;
	will-change: color;
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
	opacity: 0.5;
}

.footer-menu__column a:hover,
.footer-menu__column a:hover {
	opacity: 1;
}

.footer-menu .phone-link__icon {
	margin-right: 12px;
}

.footer {
	background: #0a113f;
}

.footer-partners {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	padding: 0;
	margin-bottom: 46px;
}

.footer-block__wrapper {
	background: #0A113F;
}

.footer-block {
	font-family: "SFProDisplay";
	text-align: center;
	color: #666877;
	padding-top: 0;
	padding-bottom: 20px;
}

.footer__wrapper {
	color: #666877;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-top: 31px;
	padding-bottom: 20px;
}

.footer__age-limit {
	font-family: "SFProDisplay";
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	margin: 0;
}

.footer__caption {
	font-family: "SFProDisplay";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 140% */
	margin-top: 27px;
	margin-bottom: 0;
}

.footer__caption a {
	color: #666877;
	text-decoration: underline;
}

.footer__info {
	font-family: "SFProDisplay";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 123.077% */
	margin: 14px 0 0;
}

.footer__info a {
	color: #666877;
	text-decoration: underline;
}

.footer-items__row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.footer-items__desktop {
	margin-left: 24px;
}

.footer-items__mobile {
	font-family: "SFProDisplay";
	margin-left: 20px;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	font-family: Whitney;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20.8px; /* 115.556% */
}

.footer-items__mobile-icon {
	position: absolute;
	top: 2px;
	left: -3px;
	width: 17px;
	height: 17px;
	background-image: url('../img/icon-mobile.svg');
}

.footer__bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	width: 100%;
}

body .visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.seo-container {
	position: relative;
	padding-bottom: 4rem;
}

.seo-container._show-button .seo-container__button {
	display: flex;
}

.seo-container._show-button .seo-text {
	-webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.seo-container._active .seo-text {
	-webkit-mask-image: unset;
	mask-image: unset;
	max-height: unset;
	overflow: auto;
}

.seo-container._active .seo-container__icon {
	transform: rotate(180deg);
}

.seo-text {
	padding: 16px;
	max-height: 100px;
	overflow: hidden;
}

.seo-text * {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.seo-text h1 {
	font-size: 1.5rem;
}

.seo-text h2 {
	font-size: 1.25rem;
}

.seo-text p {
	margin: 0.5rem 0;
}

.seo-text ul {
	margin-top: 16px;
	list-style: none;
}

.seo-text a {
	color: rgba(255, 106, 19);
	text-decoration: underline;
	font-weight: 500;
}

.seo-text img {
	margin: 0 12px;
}

.seo-container__button {
	display: none;
	left: 50%;
	transform: translate(-50%);
	position: relative;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 36px;
	margin: 0;
	padding: 0 16px;
	border: none;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	transition: filter 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
	background: transparent;
}

@font-face {
	font-family: "WinlineSans";
	src: url("../fonts/WinlineSans/winline-sans_bold-italic.woff2") format("woff2"), url("../fonts/WinlineSans/winline-sans_bold-italic.woff") format("woff"), url("../fonts/WinlineSans/winline-sans_bold-italic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "WinlineSans";
	src: url("../fonts/WinlineSans/winline-sans_regular.woff2") format("woff2"), url("../fonts/WinlineSans/winline-sans_regular.woff") format("woff"), url("../fonts/WinlineSans/winline-sans_regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "WinlineSans";
	src: url("../fonts/WinlineSans/winline-sans_bold.woff2") format("woff2"), url("../fonts/WinlineSans/winline-sans_bold.woff") format("woff"), url("../fonts/WinlineSans/winline-sans_bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'winline-icon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-next:before {
	content: "\e900";
}

.icon-prev:before {
	content: "\e901";
}

.row {
	--gutter-x: 1.2rem;
	--gutter-y: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--gutter-y));
	margin-right: calc(-0.5 * var(--gutter-x));
	margin-left: calc(-0.5 * var(--gutter-x));
}

.row > * {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--gutter-x) * 0.5);
	padding-left: calc(var(--gutter-x) * 0.5);
	margin-top: var(--gutter-y);
}

.row.gx-0 {
	--gutter-x: 0;
}

.col {
	display: block;
	flex: 1 0 0;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-12 {
	width: 100%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.mb-last-0 > :last-child {
	margin-bottom: 0 !important;
}

html,
html body {
	scroll-behavior: smooth;
}

.clearfix {
	display: block;
	padding-top: 1px;
	margin-top: -1px;
}

.ls-0 {
	letter-spacing: 0 !important;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.position-sticky {
	position: sticky;
}

.top-0 {
	top: 0;
}

.top-50 {
	top: 50%;
}

.end-0 {
	right: 0;
}

.bottom-0 {
	bottom: 0;
}

.start-0 {
	left: 0;
}

.start-50 {
	left: 50%;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-hidden {
	overflow: hidden;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.text-nowrap {
	white-space: nowrap;
}

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

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

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

.va-top {
	vertical-align: top;
}

.va-01em {
	vertical-align: 0.1em;
}

.object-fit-contain {
	object-fit: contain;
}

.z-index-n1 {
	z-index: -1;
}

.z-index-2 {
	z-index: 2;
}

.z-index-10 {
	z-index: 10;
}

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

.italic {
	font-style: italic;
}

.border {
	border: 1px solid var(--border-color);
}

.border-bottom {
	border-bottom: 1px solid var(--border-color);
}

.border-top-0 {
	border-top: none !important;
}

.border-0 {
	border: none !important;
}

.small {
	font-size: 80%;
	line-height: 1.125em;
}

.xsmall {
	font-size: 70%;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

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

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

.justify-content-end {
	justify-content: end !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-center {
	justify-content: center !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

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

.gx-0 {
	--gutter-x: 0;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}

.mt-0,
.my-0 {
	margin-top: 0;
}

.my-0 {
	margin-bottom: 0;
}

.transform-middle {
	transform: translateX(-50%) translateY(-50%);
}

.transform-middle-x {
	transform: translateX(-50%);
}

.transform-middle-y {
	transform: translateY(-50%);
}

.hidden-scrollbar {
	scrollbar-face-color: transparent;
	scrollbar-track-color: transparent;
	-webkit-overflow-scrolling: touch;
}

.hidden-scrollbar::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.hidden-scrollbar::-webkit-scrollbar-thumb {
	background: transparent;
}

.hidden-scrollbar::-webkit-scrollbar-track {
	background: transparent;
}

.unbtn {
	background-color: transparent;
	border: 0;
	padding: 0;
	text-align: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	outline: none !important;
}

.d-none {
	display: none;
}

.d-flex {
	display: flex;
}

body {
	--swiper-pagination-bullet-horizontal-gap: 0.3rem;
	--swiper-pagination-bullet-opacity: 1;
	--swiper-pagination-bullet-width: 0.5rem;
	--swiper-pagination-bullet-height: 0.5rem;
	--swiper-pagination-bullet-size: 0.5rem;
	--swiper-pagination-bullet-border-radius: 50%;
	--swiper-pagination-bullet-inactive-color: #4E4B4B;
	--swiper-pagination-bullet-inactive-opacity: 1;
}

.swiper,
swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	display: block;
}

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

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
}

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

.swiper-horizontal {
	touch-action: pan-y;
}

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

.swiper-slide,
swiper-slide {
	transition-property: transform;
	display: block;
}

.swiper-slide:not(.ssc),
swiper-slide {
	height: 100%;
	position: relative;
	flex-shrink: 0;
	width: 100%;
}

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

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

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

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d {
	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 {
	transform-style: preserve-3d;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}

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

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

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

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

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

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

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

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

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

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

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

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

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

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

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

.swiper-pagination {
	text-align: center;
	transition: 0.3s opacity;
}

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

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

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

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

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

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

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

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

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

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

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none;
}

.swiper .swiper-notification,
swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

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

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

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

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

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

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

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

.swiper-cube {
	overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
	overflow: visible;
}

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

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

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

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

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

.swiper-cards {
	overflow: visible;
}

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

.swiper-pagination {
	margin-top: 2rem;
	height: 0.4rem;
	line-height: 0;
	overflow: visible !important;
}

.swiper-pagination-bullet-active {
	border-radius: 0 !important;
	width: 4rem;
	height: 0.4rem;
	top: -0.05rem;
	position: relative;
	background-color: #fff;
}

.swiper-pagination-bullet {
	position: relative;
	transition: width 0.25s ease, height 0.25s ease, border-radius 0.25s step-end, height 0.25s step-start;
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.99);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	transition: width 0.25s ease, height 0.25s ease, border-radius 0.25s step-start, height 0.25s step-start;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: block;
	width: 4rem;
	height: 4rem;
	font-size: 3.2rem;
	border-radius: 50%;
	background-color: #fff;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	text-align: center;
	color: #141419;
	padding-top: 0.4rem;
	cursor: pointer;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background-color: #ff6a13;
	color: #fff;
}

.swiper-button-prev[disabled],
.swiper-button-next[disabled],
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0;
}

.swiper-button-prev {
	left: -2.4rem;
	margin-top: 2rem;
	padding-right: 0.3rem;
}

.swiper-button-next {
	right: -2.4rem;
	margin-top: 2rem;
	padding-left: 0.3rem;
}

html {
	font-family: 'WinlineSans';
	font-size: 10px;
	min-height: 100%;
}

body {
	background-color: #141419;
	color: white;
	min-height: 100%;
}

button {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: inherit;
	font: inherit;
	cursor: pointer;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
}

.main {
	display: flex;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.page {
	width: 100%;
	min-height: 81.2rem;
	width: 37.5rem;
	background-color: #141419;
	font-size: 1.6rem;
}

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

.bg img {
	width: 100%;
}

._hidden {
	opacity: 0;
}

.blur {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
}

.blur img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	filter: blur(2rem);
}

.h2 {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	line-height: 0.95;
	letter-spacing: 0.02em;
	font-size: 3.6rem;
}

.logo {
	display: none;
}

.qr canvas {
	width: 100%;
	height: 100%;
}

.welcome {
	position: relative;
	padding-top: 4.8rem;
}

.welcome .content {
	margin-left: auto;
	margin-right: auto;
	max-width: 34.3rem;
}

.welcome .phone-bg {
	display: none;
}

.welcome .qr {
	display: none;
}

.welcome .title {
	margin-bottom: 3.8rem;
}

.welcome .swiper-slide picture {
	display: block;
	width: 25.5rem;
	height: 54.8rem;
}

.welcome .swiper-slide picture img {
	width: 100%;
}

.welcome .phone {
	position: absolute;
	display: block;
	z-index: 3;
	width: 27.2rem;
	height: 55.6rem;
	clip-path: polygon(evenodd, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 5% 7%, 95% 7%, 95% 93%, 5% 93%, 5% 7%);
}

.welcome .phone img {
	width: 100%;
}

.welcome .swiper-pagination {
	z-index: 10;
	position: absolute;
	bottom: 14.6rem;
}

.welcome .shadow {
	display: none;
}

.welcome .download-app-links-m {
	display: none;
}

@media (min-width: 708px) {

.row {
	--gutter-x: 1.2rem;
}

.col-sm-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-sm {
	flex: 1 0 0;
	max-width: 100%;
}

.flex-sm-nowrap {
	flex-wrap: nowrap;
}

.flex-sm-wrap {
	flex-wrap: wrap;
}

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

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

.justify-content-sm-between {
	justify-content: space-between !important;
}

.px-sm-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.mx-sm-0 {
	margin-left: 0rem;
	margin-right: 0rem;
}

.mt-sm-0,
.my-sm-0 {
	margin-top: 0;
}

.mb-sm-0,
.my-sm-0 {
	margin-bottom: 0;
}

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

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

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

body {
	--swiper-pagination-bullet-horizontal-gap: 0.5rem;
	--swiper-pagination-bullet-width: 0.7rem;
	--swiper-pagination-bullet-height: 0.7rem;
	--swiper-pagination-bullet-size: 0.7rem;
}

.swiper-pagination {
	margin-top: 2.5rem;
}

.swiper-pagination-bullet-active {
	width: 6rem;
	height: 0.6rem;
}

.swiper-button-prev,
.swiper-button-next {
	width: 4.4rem;
	height: 4.4rem;
	font-size: 3.6rem;
}

.swiper-button-prev {
	left: 1.5rem;
	margin-top: -2.4rem;
}

.swiper-button-next {
	right: 2.9rem;
	margin-top: -0.1rem;
}

.page {
	min-height: 108rem;
	width: 106.6rem;
	font-size: 2.4rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 2rem rgba(50, 50, 50, 0.2);
}

.h2 {
	font-size: 5.4rem;
}

.text-sm-primary {
	color: #ff6a13;
}

.logo {
	display: block;
	height: 5.6rem;
}

.welcome {
	padding-top: 2.4rem;
}

.welcome .logo {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0.7rem;
	margin-bottom: 2.4rem;
}

.welcome .content {
	max-width: 91.6rem;
}

.welcome .row {
	flex-wrap: nowrap;
}

.welcome .row .col-sm {
	margin-right: -4.7rem;
}

.welcome .row .col-sm-auto {
	width: 39.6rem;
}

.welcome .title {
	margin-top: 13rem;
	margin-left: 5.2rem;
	margin-bottom: 4.8rem;
}

.welcome .qr {
	display: block;
	width: 28rem;
	height: 28rem;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0.9rem;
}

.welcome .download-app-links {
	--gutter-x: 2rem;
	position: relative;
	left: 0.9rem;
}

.welcome .download-app-links picture {
	display: block;
	width: 4rem;
}

.welcome .download-app-links picture img {
	width: 100%;
}

.welcome .swiper {
	margin-top: -1.1rem;
	margin-left: 0.8rem;
}

.welcome .swiper-slide picture {
	width: 37.2rem;
	height: 70.3rem;
}

.welcome .swiper-pagination {
	z-index: 10;
	position: absolute;
	bottom: 9.4rem;
	left: 10.4rem;
	transform: rotate(4deg);
}

.welcome .phone-bg {
	position: absolute;
	display: block;
	width: 26.8rem;
	height: 65.7rem;
	top: 2.5rem;
	left: 4.6rem;
}

.welcome .phone {
	width: 37.1rem;
	height: 70rem;
	clip-path: polygon(evenodd, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 16% 10%, 80% 10%, 80% 90%, 16% 90%, 16% 10%);
}

}

@media (min-width: 708px) and (max-width: 1065px) {

html {
	font-size: 0.9380863vw;
}

}

@media (min-width: 1300px) {

body {
	--wrap-width: 130rem;
	--scrollbar-wrap: 0px !important;
}

}

@media (max-width: 1440px) {

.footer-menu {
	padding-top: 45px;
}

}

@media (max-width: 1066px) {

.blur {
	display: none;
}

}

@media (max-width: 1023px) {

.header__logo {
	width: 120px;
}

.header__apps {
	display: none;
}

.footer-menu__column {
	padding-right: 20px;
}

.footer-menu__column a,
.footer-menu__column a {
	font-size: 13px;
}

}

@media (max-width: 707px) {

.overflow-hidden-mobile {
	overflow: hidden;
}

html {
	font-size: 2.66666667vw;
}

.welcome {
	min-height: 81.2rem;
}

.welcome .swiper {
	width: 27.1rem;
	margin-left: auto;
	margin-right: auto;
}

.welcome .swiper:before {
	content: '';
	left: 0.5rem;
	right: 0.5rem;
	top: 0.5rem;
	bottom: 0.5rem;
	background-color: #141419;
	border-radius: 4rem;
	position: absolute;
}

.welcome .swiper-slide picture {
	overflow: hidden;
	border-radius: 4rem;
	text-align: center;
	width: 27.1rem;
}

.welcome .swiper-slide picture img {
	margin: auto;
	width: 25.5rem;
}

.welcome .swiper-pagination {
	width: 100%;
	z-index: 5;
}

.welcome .download-app-links {
	display: none;
}

.welcome .shadow {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	height: 33.1rem;
}

.welcome .shadow img {
	width: 100%;
}

.welcome .download-app-links-m {
	display: flex;
	position: relative;
	z-index: 7;
	max-width: 34.3rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: -11.6rem;
	--gutter-x: 0.8rem;
}

.welcome .download-app-links-m a {
	display: block;
	font-size: 0;
	margin-bottom: 0.8rem;
}

.welcome .download-app-links-m a img {
	width: 100%;
}

}

