/* Compiled: 2025-07-07 20:19:01 */
/* расчет колонок */

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

@font-face {
	font-family: "PFDinTextCompPro";
	src: local("PFDinTextCompPro"), local("PFDinTextCompPro-Regular"), url("../fonts/PFDinTextCompPro/PFDinTextCompPro-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "PFDinTextCompPro";
	src: local("PFDinTextCompPro"), local("PFDinTextCompPro-Italic"), url("../fonts/PFDinTextCompPro/PFDinTextCompPro-Italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "PFDinTextCompPro";
	src: local("PFDinTextCompPro"), local("PFDinTextCompPro-Medium"), url("../fonts/PFDinTextCompPro/PFDinTextCompPro-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "PFDinTextCompPro";
	src: local("PFDinTextCompPro MedItal"), local("PFDinTextCompPro-MedItal"), url("../fonts/PFDinTextCompPro/PFDinTextCompPro-MedItal.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "PFDinTextCompPro";
	src: local("PFDinTextCompPro Bold"), local("PFDinTextCompPro-Bold"), url("../fonts/PFDinTextCompPro/PFDinTextCompPro-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "PFDinTextCompPro";
	src: local("PFDinTextCompPro BoldItal"), local("PFDinTextCompPro-BoldItal"), url("../fonts/PFDinTextCompPro/PFDinTextCompPro-BoldItal.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "SFProDisplay";
	src: local("SF Pro Display Regular"), local("SF-Pro-Display-Regular"), url("../fonts/SFProDisplay/SFProDisplay-Regular.woff2") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "SFProDisplay";
	src: local("SF Pro Display Medium"), local("SF-Pro-Display-Medium"), url("../fonts/SFProDisplay/SF-Pro-Display-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "SFProDisplay";
	src: local("SF Pro Display Bold"), local("SF-Pro-Display-Bold"), url("../fonts/SFProDisplay/SFProDisplay-Bold.woff2") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

html {
	font-size: 10px;
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	min-height: 100%;
}

body {
	background-color: #01014f;
	min-height: 100%;
}

.main {
	position: relative;
	overflow: hidden;
	min-height: 100%;
	height: 160.3rem;
}

.bg-blur {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.bg-blur img {
	width: 100%;
	height: 100%;
}

.bg {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	height: 160.3rem;
	-webkit-backdrop-filter: blur(2em);
	backdrop-filter: blur(2em);
}

.bg img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0px 0px 10rem 0 rgba(0, 0, 0, 0.75);
}

.wrap {
	margin: 0 auto;
	width: 108rem;
	padding: 0 2.5rem;
	box-sizing: border-box;
	max-width: 100%;
}

.content {
	margin: 0 auto;
	padding: 0 15rem;
}

.promo {
	text-align: left;
	max-width: 43rem;
	padding-top: 7rem;
}

.logo {
	display: block;
	z-index: 1;
	width: 17.5rem;
	height: 7.4rem;
	margin: 0 auto 3rem auto;
}

.promo__subtitle {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 6.8rem;
	font-style: italic;
	font-weight: 500;
	line-height: 90%;
	letter-spacing: -0.068rem;
	text-align: left;
	margin: 0 0 3.5rem 0;
	gap: 0 0.5rem;
}

.promo__subtitle span {
	color: #ff6a13;
}

.promo__title {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	display: inline-block;
	width: 39rem;
	height: 15rem;
	white-space: nowrap;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.001);
	background: url(../img/text-title.png) center left no-repeat;
	background-size: contain;
	margin: 0 0 3.1rem 0;
}

.cta {
	position: relative;
	width: 73rem;
	height: 11rem;
	margin: 0 auto;
	border-radius: 3rem;
	padding: 2rem 3rem;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 5;
	margin-bottom: 8rem;
}

.cta img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	z-index: -1;
}

.cta span {
	color: #fff;
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 110%; /* 17.6px */
	letter-spacing: -0.016rem;
	opacity: 0.6;
	margin-bottom: 1rem;
}

.cta span br {
	display: none;
}

.cta .cta__title {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 2.4rem;
	font-style: italic;
	font-weight: 500;
	line-height: 105%; /* 25.2px */
	letter-spacing: -0.024rem;
	text-transform: uppercase;
}

.cta .cta__title > span {
	display: inline-block;
	color: #ff6a13;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 105%; /* 25.2px */
	letter-spacing: -0.024rem;
	opacity: 1;
}

.promo__content,
.footer__button {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
}

.promo__content .button,
.footer__button .button {
	display: block;
	width: 20.7rem;
	height: 5.6rem;
	font-size: 1.6rem;
	text-transform: none;
	font-weight: 500;
	line-height: normal;
	padding: 0;
	box-sizing: border-box;
}

.steps_heading {
	color: #fff;
	text-align: center;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 4rem;
	font-style: italic;
	font-weight: 500;
	line-height: 90%;
	letter-spacing: -0.04rem;
	text-transform: uppercase;
	margin-top: 8rem;
	margin-bottom: 4rem;
}

.steps__wrap {
	position: relative;
	z-index: 1;
}

.steps__wrap .content {
	position: relative;
}

.steps-freebet__btn {
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20.5rem;
	height: 3.5rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3.7rem;
	margin: auto;
	border: 0.5px solid #fff;
	background: #ff6a13;
	box-shadow: 0px 0.644rem 3rem -0.644rem rgba(255, 106, 19, 0.5), 0px 1.733rem 3.4346rem -0.4293rem rgba(255, 106, 19, 0.2);
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	font-style: normal;
	font-weight: 600;
	line-height: 1.1884rem;
	border-radius: 1.4261rem;
	z-index: 5;
}

.steps-freebet {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 0 2rem;
	margin: 0 auto 3rem auto;
}

.steps-freebet__item {
	width: 100%;
	flex: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	border-radius: 2rem;
	padding: 2rem 0.5rem 0 0.5rem;
	gap: 0 4.2rem;
	align-items: center;
	justify-content: flex-start;
	width: 23rem;
	height: 44.9rem;
	border-radius: 3rem;
	background: #e1e1f0;
	overflow: hidden;
}

.steps-freebet__item span {
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	display: block;
	color: #2c2c2c;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
	line-height: 120%; /* 19.2px */
	letter-spacing: -0.016rem;
	opacity: 0.6;
}

.mobile-orange-text {
	display: none;
}

.steps-freebet__step {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.7rem;
	height: 2.7rem;
	border-radius: 50%;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	color: #fff;
	font-style: italic;
	font-weight: 700;
	line-height: 100%; /* 16px */
	letter-spacing: -0.016rem;
	text-transform: uppercase;
	background: #ff6a13;
	margin-bottom: 2rem;
}

.steps-freebet__step img {
	display: block;
	width: 10.3rem;
	height: 10.1rem;
}

.steps-freebet__img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 29.9rem;
	max-width: 100%;
	max-height: 100%;
	object-position: bottom center;
	object-fit: contain;
}

.steps-freebet__title {
	color: #2c2c2c;
	font-size: 2rem;
	font-style: italic;
	text-align: center;
	font-weight: 500;
	line-height: 100%; /* 20px */
	letter-spacing: -0.02rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.footer__title {
	color: #ff6a13;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 6.8rem;
	font-style: italic;
	font-weight: 500;
	line-height: 90%; /* 61.2px */
	letter-spacing: -0.068rem;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.footer__subtitle {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 4rem;
	font-style: italic;
	font-weight: 500;
	line-height: 106%; /* 42.4px */
	letter-spacing: -0.04rem;
	text-transform: uppercase;
	margin-bottom: 3.5rem;
}

.coins {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10.5rem;
	height: 8.2rem;
}

.button {
	width: auto;
	border-radius: 16.3492rem;
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #01ba01;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	padding: 1.5rem 3rem;
	line-height: normal;
	text-transform: uppercase;
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	border: 1px solid #01ba01;
}

.button.button-white {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.button .mobile {
	display: none;
}

.button.touch .desktop {
	display: none;
}

.button.touch .mobile {
	display: inline;
}

.footer__button {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 0.8rem;
	margin: 0;
}

.desktop-br {
	display: block;
}

.mobile-br {
	display: none;
}

.footer__wrap {
	position: relative;
	padding-bottom: 5rem;
	z-index: 3;
}

.bg-chips {
	width: 26.3rem;
	height: 26.7rem;
	display: block;
	position: absolute;
	left: -15rem;
	top: 0;
}

@media (hover: hover) and (pointer: fine) {

.button:hover {
	color: #fff;
	border-color: #4aba24;
	background-color: #4aba24;
}

.button.button-white:hover {
	color: #fff;
	border-color: #01ba01;
	background-color: #01ba01;
}

}

@media (min-width: 708px) {

.on-mobile {
	display: none;
}

.bg:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 108rem;
	height: 2rem;
	background: linear-gradient(0deg, #e9ebf3 7.09%, rgba(30, 30, 30, 0) 94.49%);
	display: none;
}

}

@media (min-width: 1300px) {

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

}

@media (max-width: 1080px) {

.content {
	padding: 0;
}

}

@media (max-width: 894px) {

html {
	font-size: 9px;
}

}

@media (max-width: 707px) {

html {
	font-size: 2.66668vw;
}

.main {
	height: auto;
	padding-bottom: 20.7rem;
}

.on-desktop {
	display: none !important;
}

.bg-blur img {
	display: none;
}

.bg {
	height: auto;
}

.bg img {
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.wrap {
	padding: 0;
}

.promo {
	width: 100%;
	max-width: none;
	padding-top: 2.3rem;
}

.logo {
	width: 12.55rem;
	height: 5.35rem;
	margin: 0 auto;
	margin-bottom: 2.8rem;
}

.promo__subtitle {
	font-size: 4.2rem;
	text-align: center;
	margin: 0 auto 34rem auto;
}

.promo__subtitle br {
	display: none;
}

.promo__title {
	display: block;
	background: url(../img/text-title-mobile.png) center left no-repeat;
	width: 20.8rem;
	height: 8.55rem;
	background-size: contain;
	margin: 0 auto;
}

.cta {
	width: 33.5rem;
	height: 33.2rem;
	padding: 2.4rem 1.8rem;
	margin-bottom: 4.5rem;
}

.cta span {
	margin-bottom: 1.5rem;
	text-align: center;
}

.cta span br {
	display: block;
}

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

.cta .cta__title > span {
	margin-bottom: 0;
}

.promo__content .button,
.footer__button .button {
	width: 16rem;
	height: 4.2rem;
	font-size: 1.4rem;
}

.promo__content,
.footer__button {
	padding: 0 2rem;
	margin-top: 26rem;
	justify-content: center;
}

.steps_heading {
	margin-top: 4.5rem;
	font-size: 3.2rem;
	padding: 0 2.5rem;
	line-height: 105%;
	letter-spacing: -0.032rem;
	margin-bottom: 3rem;
}

.steps__wrap .content {
	padding: 0 2rem;
	box-sizing: border-box;
	margin-bottom: 4.5rem;
}

.steps-freebet__btn {
	width: 17.1rem;
	height: 2.9rem;
	font-size: 1.17rem;
	font-weight: 600;
	line-height: 1rem;
}

.steps-freebet {
	width: max-content;
	gap: initial;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0;
}

.steps-freebet__item span {
	font-size: 1.4rem;
}

.steps-freebet__item {
	width: 20.7rem;
	height: 37.7rem;
	padding: 1.6rem 0.5rem 2.4rem 0.5rem;
	flex-shrink: 0;
}

.desktop-orange-text {
	display: none !important;
}

.mobile-orange-text {
	display: inline;
}

.steps-freebet__step {
	margin-bottom: 1.6rem;
}

.steps-freebet__img {
	height: 25rem;
}

.steps-freebet__title {
	font-size: 1.8rem;
	margin-bottom: 0.7rem;
}

.footer__title {
	font-size: 4.2rem;
	text-align: center;
	letter-spacing: -0.042rem;
	margin-bottom: 2rem;
}

.footer__subtitle {
	font-size: 2.8rem;
	line-height: 105%;
	text-align: center;
	letter-spacing: -0.028rem;
	margin-bottom: 3rem;
}

.coins {
	display: block;
}

.button {
	width: 16.1rem;
	font-weight: 600;
	border-radius: 4.8rem;
	padding: 1.2rem 1.5rem;
}

.footer__button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 2rem;
}

.footer__button .button {
	padding: 1.2rem 1rem;
}

.desktop-br {
	display: none;
}

.mobile-br {
	display: block;
}

.bg-chips {
	display: none;
}

}

