@import url(../fonts/stylesheet.css);
* {
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
	height: auto;
	display: block;
}
a {
	color: inherit;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
body,
html {
	height: 100%;
}
.text-shadow {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.page {
	font-family: 'Klapt', Arial, sans-serif;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: 1.15;
	-webkit-tap-highlight-color: transparent;
	font-size: 10px;
	background: #000;
}
.page_bg {
	background: #000 url('../img/bg-site.png') 50% 0 no-repeat;
	background-size: 192em 118em;
	min-height: 100vh;
}
.blur_wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	/* filter: blur(5px); */
	width: 100%;
	min-height: 100%;
	z-index: 5;
}
.layout {
	min-height: 100vh;
	position: relative;
	z-index: 2;
}
html.hide {
	display: block;
}
html.hide .blur_wrap {
	background: transparent;
	position: relative;
	filter: none;
}
.preloader {
	width: 5em;
	height: 5em;
	position: absolute;
	z-index: 6;
}
html.en .en {
	display: inline-block;
}
html .en {
	display: none;
}
html.de .de {
	display: inline-block;
}
html .de {
	display: none;
}
html.ru .ru {
	display: inline-block;
}
html .ru {
	display: none;
}
html.fi .fi {
	display: inline-block;
}
html .fi {
	display: none;
}
html.pl .pl {
	display: inline-block;
}
html .pl {
	display: none;
}
html.pt .pt {
	display: inline-block;
}
html .pt {
	display: none;
}
html.es .es {
	display: inline-block;
}
html .es {
	display: none;
}
html.jp .jp {
	display: inline-block;
}
html .jp {
	display: none;
}
html.hu .hu {
	display: inline-block;
}
html .hu {
	display: none;
}
html.ro .ro {
	display: inline-block;
}
html .ro {
	display: none;
}
html.fr .fr {
	display: inline-block;
}
html .fr {
	display: none;
}
html.vn .vn {
	display: inline-block;
}
html .vn {
	display: none;
}
html.th .th {
	display: inline-block;
}
html .th {
	display: none;
}
html.ph .ph {
	display: inline-block;
}
html .ph {
	display: none;
}
html.cz .cz {
	display: inline-block;
}
html .cz {
	display: none;
}
html.in .in {
	display: inline-block;
}
html .in {
	display: none;
}
.lang_switcher_outer {
	position: absolute;
	top: 2em;
	right: 3em;
	width: 14.5em;
	height: 3.5em;
	z-index: 5;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}
.lang_switcher_outer .lang_switcher {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	display: block;
	cursor: pointer;
	border-radius: 0.5em;
	position: relative;
	padding-bottom: 1.75em;
	z-index: 3;
	background: #286662;
}
.lang_switcher_outer .lang_switcher .curr_lang {
	position: relative;
	display: inline-block;
	top: 0.5em;
	margin: 0 0.5em 0 0;
}
.lang_switcher_outer .lang_switcher .curr_lang span {
	font-size: 1.3em;
	padding: 0.35em 0 0 0;
	display: inline-block;
}
.lang_switcher_outer .lang_switcher .curr_lang em {
	top: 0.4em;
	margin: 0 0.5em 0 0;
}
.lang_switcher_outer i {
	top: 0.5em;
	background: url('../img/lang-arr.png') 0 0 no-repeat;
	background-size: contain;
	width: 1.3em;
	position: absolute;
	height: 0.8em;
	right: 1em;
	top: 1.4em;
}
.lang_switcher_outer p {
	font-size: 1.1em;
	position: relative;
	color: #fff;
	top: 0.45em;
	text-transform: none;
	display: inline-block;
	width: 50%;
	text-align: center;
}
html.fr .lang_switcher_outer p {
	width: 35%;
}
html.cur_usd .en .txt_item.txt_cur_eur {
	display: none;
}
html.cur_usd .en .txt_item.txt_cur_usd {
	display: inline-block;
}
html.cur_cad .en .txt_item.txt_cur_eur {
	display: none;
}
html.cur_cad .en .txt_item.txt_cur_cad {
	display: inline-block;
}
html.cur_nok .en .txt_item.txt_cur_eur {
	display: none;
}
html.cur_nok .en .txt_item.txt_cur_nok {
	display: inline-block;
}
html.cur_sek .en .txt_item.txt_cur_eur {
	display: none;
}
html.cur_sek .en .txt_item.txt_cur_sek {
	display: inline-block;
}
html.cur_inr .en .txt_item.txt_cur_eur {
	display: none;
}
html.cur_inr .en .txt_item.txt_cur_inr {
	display: inline-block;
}
html.cur_php .en .txt_item.txt_cur_eur {
	display: none;
}
html.cur_php .en .txt_item.txt_cur_php {
	display: inline-block;
}
html.cur_clp .es .txt_item.txt_cur_eur {
	display: none;
}
html.cur_clp .es .txt_item.txt_cur_clp {
	display: inline-block;
}
html.cur_mxn .es .txt_item.txt_cur_eur {
	display: none;
}
html.cur_mxn .es .txt_item.txt_cur_mxn {
	display: inline-block;
}
html.cur_pen .es .txt_item.txt_cur_eur {
	display: none;
}
html.cur_pen .es .txt_item.txt_cur_pen {
	display: inline-block;
}
html.cur_cop .es .txt_item.txt_cur_eur {
	display: none;
}
html.cur_cop .es .txt_item.txt_cur_cop {
	display: inline-block;
}
html.cur_brl .pt .txt_item.txt_cur_eur {
	display: none;
}
html.cur_brl .pt .txt_item.txt_cur_brl {
	display: inline-block;
}
.lang_flag {
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	background-image: url('../img/flags.png');
	background-size: 1.6em 25.6em;
	margin: 0 0.7em 0 0.8em;
	position: relative;
	top: 0.25em;
}
.lang_flag.flag_ru {
	background-position: 0 0;
}
.lang_flag.flag_de {
	background-position: 0 -1.6em;
}
.lang_flag.flag_fi {
	background-position: 0 -3.2em;
}
.lang_flag.flag_pl {
	background-position: 0 -4.8em;
}
.lang_flag.flag_pt {
	background-position: 0 -6.4em;
}
.lang_flag.flag_es {
	background-position: 0 -8em;
}
.lang_flag.flag_ro {
	background-position: 0 -9.6em;
}
.lang_flag.flag_hu {
	background-position: 0 -11.2em;
}
.lang_flag.flag_fr {
	background-position: 0 -12.8em;
}
.lang_flag.flag_ph {
	background-position: 0 -14.4em;
}
.lang_flag.flag_th {
	background-position: 0 -16em;
}
.lang_flag.flag_cz {
	background-position: 0 -17.6em;
}
.lang_flag.flag_in {
	background-position: 0 -19.2em;
}
.lang_flag.flag_jp {
	background-position: 0 -20.8em;
}
.lang_flag.flag_en {
	background-position: 0 -22.4em;
}
.lang_flag.flag_vn {
	background-position: 0 -24em;
}
.lang_flag.flag_ph {
	background-position: 0 -14.4em;
}
.lang_list {
	position: absolute;
	list-style-type: none;
	top: 2.5em;
	display: none;
	right: 0;
	width: 8.2em;
	border-radius: 0 0 1em 1em;
	overflow: hidden;
	cursor: auto;
}
.lang_list.act {
	display: block;
}
.lang_list li {
	background: #286662;
	height: 3em;
	cursor: pointer;
}
.lang_list li span {
	font-size: 1.3em;
	padding: 0.5em 0 0 0;
	display: inline-block;
}
.lang_list li.curr {
	pointer-events: none;
	background: #fff;
	color: #56020a;
}
.lang_list li:hover {
	background: #fff;
	color: #56020a;
}
.lang_list li:first-of-type {
	padding-top: 1.25em;
}
.txt_item {
	display: none;
}
.txt_item.txt_cur_eur {
	display: inline-block;
}
#container {
	max-width: 160em;
	margin: 0 auto;
	padding: 4em;
}
.logo_wrap {
	text-align: center;
	margin: 0 0 4em 0;
}
.logo {
	/* width: 26.1em; */
	height: 5.1em;
}
.content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
}
.txt_wrap {
	width: 65em;
	text-align: center;
	text-transform: uppercase;
}
html.ru .txt_1 {
	font-size: 6em;
}
html.fr .steps div:nth-child(2) span {
	font-size: 2em;
}
.txt_1 {
	font-weight: 700;
	font-size: 6.7em;
	line-height: 92%;
	text-transform: uppercase;
	color: #fff;
	margin-top: 2em;
}
.txt_2 {
	font-weight: 500;
	font-size: 5em;
	color: #fff;
	mix-blend-mode: normal;
}
.form_wrap {
	background: url('../img/form-bg.png') 50% 0 no-repeat;
	height: 68.3em;
	width: 51.2em;
	background-size: contain;
	position: relative;
}
.form_reg {
	width: 45em;
	margin: 0 auto;
	padding: 8em 0 0 0;
}
.fld_outer {
	position: relative;
	height: 4.9em;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	border-radius: 4px;
	margin: 0 auto 2.2em;
	width: 86%;
}
.fld_outer.fld_select {
	margin: 0 auto 2em;
	background: unset;
}
.fld {
	border: none;
	background: transparent;
	width: 100%;
	height: 100%;
	padding: 0 1.25em;
	font-weight: 300;
	font-size: 1.7em;
	color: #fff;
	box-sizing: border-box;
	outline: none;
	font-family: 'Klapt', Arial, sans-serif;
}
.fld.fld_pass {
	padding: 0 3em 0 1.25em;
}
.fld::-webkit-input-placeholder {
	color: #fff;
}
.fld::-moz-placeholder {
	color: #fff;
}
.fld:-moz-placeholder {
	color: #fff;
}
.fld:-ms-input-placeholder {
	color: #fff;
}
.fld_error {
	font-family: 'Roboto', sans-serif;
	display: none;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	color: #ff8d8d;
	position: absolute;
	width: 100%;
	bottom: -0.1em;
	left: 0;
	transform: translateY(100%);
}
html.jp .all {
	display: none;
}
.form__placeholder {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	height: 100%;
	font-weight: 300;
	font-size: 1.7em;
	color: #fff;
	padding-left: 1.3em;
	display: flex;
	align-items: center;
	transition: all 0.2s ease-in-out;
	pointer-events: none;
}
.form__placeholder.hidden {
	opacity: 0;
	z-index: -1;
}
.password-control {
	top: 50%;
	right: 2.5em;
	transform: translateY(-50%);
	cursor: pointer;
	position: absolute;
	width: 2.3em;
	height: 1.34em;
	transition: all 0.2s ease-in-out;
}
.password-control > img {
	width: 100%;
	height: 100%;
}
.password-control.view::after {
	content: '';
	width: 2.2em;
	height: 0.1em;
	background: #8f8f8f;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	transition: all 0.3s ease-in-out;
}
.chevron-icon {
	position: absolute;
	right: 2.5em;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 1.785em;
	height: 1em;
	pointer-events: none;
}
#currency_code {
	border: none;
	height: 100%;
	width: 100%;
	display: block;
	outline: none;
	box-sizing: border-box;
	padding: 0 1.25em;
	background: transparent;
	cursor: pointer;
	font-size: 1.6em;
	font-family: 'Klapt', Arial, sans-serif;
	color: #fff;
	appearance: none;
}
.chbx_outer {
	cursor: pointer;
	position: relative;
	display: block;
	user-select: none;
}
.chbx_input {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: -1;
}
.select__placeholder {
	position: absolute;
	top: 0.8em;
	left: 4em;
	z-index: 2;
	font-size: 1.1em;
	line-height: 1.6;
	color: #888d96;
	font-weight: 400;
}
.select2-container--default .select2-results > .select2-results__options,
.select2-results {
	background: #f1f4fc;
}
.select2-container,
.selection {
	width: 100% !important;
	max-width: 45em !important;
	height: 4.9em !important;
}
.select2-container--default .select2-results__option--selected {
	background: rgba(0, 0, 0, 0.15);
}
.select2-container .select2-selection--single {
	height: 4.9em;
	background: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	text-align: left;
	font-weight: 400;
	font-weight: 300;
	font-size: 1.7em;
	color: #fff;
	height: 4.9em !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 1.25em;
	padding-top: 0.5em;
}
.select2-results__option {
	padding: 10px 1.25em;
	font-size: 1.8em;
	font-family: Roboto;
	font-weight: 400;
}
.select2-container--open .select2-selection__arrow {
	transform: translateY(-50%) rotate(180deg) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 3.5rem;
	top: 40%;
	right: 1.6rem;
	transform: translateY(-50%);
	width: 3.5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	border: none !important;
	height: 0.8rem !important;
	width: 1.3rem !important;
	left: unset !important;
	margin: unset !important;
	top: unset !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: rgba(0, 0, 0, 0.15);
}
.select2-dropdown {
	border-radius: 6px;
	overflow: hidden;
	padding: 0 !important;
	border: unset;
}
.select2-container--default .select2-selection--single {
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	border-radius: 4px;
	border: unset;
	transition: all 0.2s ease-in-out;
}
.select2-container--open .select2-dropdown {
	top: 0;
}
.chbx_outer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark::after {
	display: none;
}
.chbx_outer input:checked ~ .checkmark::after {
	display: block;
}
.checkmark {
	display: block;
	position: absolute;
	top: 14%;
	left: 0;
	width: 1.13rem;
	height: 1.13rem;
	background: transparent;
	border: 1px solid #e52d2d;
	transition: all 0.2s ease;
}
.chbx_outer input:checked ~ .checkmark {
	background: linear-gradient(180deg, #e52d2d 0%, #f86747 100%);
}
.chbx_outer .checkmark:after {
	content: '';
	position: absolute;
	left: 0.33rem;
	top: 0.07rem;
	width: 0.3rem;
	height: 0.6rem;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.chbx_outer input:checked ~ .checkmark:after {
	display: block;
	border: solid #19040e;
	border-width: 0 3px 3px 0;
}
.chbx_txt {
	font-family: 'Klapt', Arial, sans-serif;
	color: #fff;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.5em;
	display: inline-block;
	padding-left: 3em;
}
.chbx_wrap {
	margin: 2em auto 3em;
	width: 86%;
}
.btn_submit {
	position: relative;
	font-size: inherit;
	border: none;
	border-radius: 1.5em;
	outline: none;
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 39em;
	margin: 0 auto 2.2em;
	height: 9.7em;
	box-sizing: border-box;
	background: none;
	font-family: 'Klapt', Arial, sans-serif;
	overflow: hidden;
}
.btn_submit-normanl {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.btn_submit-hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s ease;
}
.btn_submit:hover .btn_submit-hover {
	opacity: 1;
}
.btn_submit span {
	color: #39120a;
	font-weight: 800;
	font-size: 2.5em;
	text-transform: uppercase;
	line-height: 1.5;
	position: relative;
	z-index: 2;
	padding-bottom: 0.1em;
}
.btn_submit:disabled:hover,
.btn_submit:disabled {
	pointer-events: none;
	opacity: 0.5;
}
.feed_wrap {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -4em;
	background: url('../img/feed-bg.png') 0 0 no-repeat;
	width: 38.6em;
	height: 10em;
	background-size: contain;
	z-index: 2;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.feed_wrap > span {
	font-weight: 700;
	font-size: 3.2em;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 0.1em;
}
.feed_inner {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	width: 86%;
	margin: auto;
	margin-bottom: 1.5em;
	pointer-events: none;
}
.feed_game_img {
	width: 14.1em;
	height: 13.1em;
	margin: 0 1.6em 0 0;
}
.feed_game_img > img {
	border-radius: 8px;
	height: 100%;
}
.feed_txt {
	font-family: 'Klapt', Arial, sans-serif;
}
.feed_txt div {
	color: #fff;
	font-size: 2.6em;
	font-weight: 700;
	margin: 0 0 0.5em 0;
}
.feed_txt span {
	display: block;
	font-weight: 300;
	color: #fff;
	font-size: 2.8em;
	margin: 0 0 0.5em 0;
}
.feed_txt p {
	font-weight: 500;
	font-size: 2.8em;
	text-transform: uppercase;
	background: linear-gradient(180deg, #e52d2d 0%, #f86747 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.slider_wrap {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	user-select: none !important;
	-moz-user-select: none !important;
	-webkit-user-select: none !important;
	-ms-user-select: none !important;
	touch-action: none !important;
	-webkit-touch-action: none !important;
	-ms-touch-action: none !important;
}
.slick-list {
	overflow: hidden;
	padding: 0 !important;
}
.slick-track {
	position: relative;
	overflow: hidden;
}
.slick-slide {
	width: 100% !important;
	height: 13em !important;
	display: inline-block;
	margin: 0 0 2em 0;
}
.slider_main {
	width: 23.5em;
	position: relative;
	margin: 0 auto;
}
.carusel-slide {
	width: 100%;
	height: 100%;
	display: flex !important;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
}
.steps {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	padding: 2em 0 0 0;
}
.steps div {
	background: url('../img/feed-bg.png') 0 0 no-repeat;
	width: 36.4em;
	height: 10em;
	background-size: contain;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.steps div:nth-child(2) {
	position: relative;
}

.steps div span {
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 2.4em;
	padding-bottom: 0.1em;
}
#footer {
	padding-bottom: 2em;
	font-family: 'Klapt', Arial, sans-serif;
	max-width: 120em;
	margin: 0 auto;
	text-align: center;
}
#footer img {
	width: 95%;
	margin: 0 auto 2em;
}
#footer img.desk {
	max-width: 114em;
}
#footer img.mob {
	display: none;
	max-width: 43.6em;
}
#footer div {
	text-transform: uppercase;
	font-size: 1.2em;
	color: #a7a7a796;
}
#footer div.copy {
	padding: 1.5em 0 0 0;
}
@media (max-width: 1440px) {
	.page {
		font-size: 9px;
	}
}
@media (max-width: 1120px) {
	.page {
		font-size: 8px;
	}
}
@media (max-width: 960px) {
	.page {
		font-size: 7px;
	}
	.select2-container .select2-selection--single .select2-selection__rendered {
		padding-top: 0.2em;
	}
}
@media (max-width: 768px) {
	.logo {
		width: 26.1em;
	}
	.page {
		font-size: 6px;
	}
}
@media (max-width: 700px) {
	.page {
		font-size: 5.5px;
	}
	.select2-container .select2-selection--single .select2-selection__rendered {
		padding-top: 0em;
	}
}
@media (max-width: 600px) {
	.page {
		font-size: 9px;
	}
	.page_bg {
		background-size: 600px;
	}
}
@media (max-width: 567px) {
	.page {
		font-size: 10px;
	}
	.layout {
		overflow: hidden;
	}
	.form__placeholder {
		padding-left: 1.2em;
	}
	.page_bg {
		background: #000 url('../img/bg-mob.png') 50% 0 no-repeat;
		background-size: 660px;
	}
	.fld_outer {
		margin-bottom: 4.5em;
	}
	.fld_error {
		font-size: 11px;
		line-height: 12px;
		bottom: -0.2em;
	}
	.content {
		flex-direction: column;
		justify-content: flex-start;
		position: relative;
		margin: 0 0 12em 0;
		z-index: 2;
	}
	.select2-container .select2-selection--single .select2-selection__rendered {
		padding-top: 0.3em;
	}
	.chbx_outer .checkmark:after {
		border-width: 0 2px 2px 0;
	}
	.logo_wrap {
		margin-bottom: 2em;
	}
	.txt_1 {
		font-size: 4em;
	}
	.txt_2 {
		font-size: 4.4em;
	}
	.txt_wrap {
		width: 95%;
		margin: 0 auto 6em;
	}
	#container {
		max-width: none;
		padding-top: 2em;
		padding-left: 0;
		padding-right: 0;
	}
	.form_wrap {
		margin: 0 auto;
		height: 74.3em;
		width: 53.2em;
	}
	.steps {
		width: 37.4em;
		margin: 0 auto;
		position: relative;
		z-index: 2;
		flex-direction: column;
		justify-content: flex-start;
	}
	.steps div {
		margin: 0 auto 2em;
	}
	.steps div:nth-child(2) {
		position: static;
	}
	.steps div:nth-child(2):before,
	.steps div:nth-child(2):after {
		display: none;
	}
	.lang_switcher_outer {
		font-size: 7px;
		width: 8.5em;
		right: 1em;
		top: 2.5em;
	}
	.lang_switcher_outer p {
		display: none;
	}
	.lang_switcher_outer .lang_switcher .curr_lang {
		margin: 0 0.5em 0 1em;
	}
	html.fr .lang_switcher_outer {
		width: 9.75em;
	}
	html.fr .lang_switcher_outer .lang_switcher .curr_lang {
		margin: 0 0.5em 0 1em;
	}
	#footer {
		max-width: 47em;
		position: relative;
		z-index: 2;
		padding: 5em 0 2em 0;
	}
	#footer img.desk {
		display: none;
	}
	#footer img.mob {
		display: block;
	}
}
@media (max-width: 520px) {
	.page {
		font-size: 8px;
	}
	.page_bg {
		background-size: 520px;
	}
}
@media (max-width: 470px) {
	.page {
		font-size: 7px;
	}
	.page_bg {
		background-size: 468px;
	}
}
@media (max-width: 410px) {
	.page {
		font-size: 6.25px;
	}
	.page_bg {
		background-size: 412px;
	}
	.select2-container .select2-selection--single .select2-selection__rendered {
		padding-top: 0.1em;
	}
}
@media (max-width: 360px) {
	.page {
		font-size: 5.75px;
	}
	.page_bg {
		background-size: 385px;
	}
}

.terms h2 {
	font-size: 40px;
	line-height: 46px;
	color: #fff;
	margin-bottom: 30px;
}
.terms h4 {
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 10px;
}
.terms p {
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 10px;
}
.terms ul {
	padding-left: 40px;
}
.terms li {
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 10px;
}
.wrap-terms {
	padding: 20px;
	background: rgba(41, 58, 140, 0.7);
}
.footer-terms {
	padding-top: 50px;
}

/* .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
}
#nonebox-thank {
	font-size: 50px;
} */

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.449);
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#nonebox-thank {
	max-width: 300px;
	width: 100%;
	padding: 25px 15px 15px;
	background-color: #664028;
	position: relative;
	border-radius: 5px;
}
#nonebox-thank p {
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.close-popup {
	position: absolute;
	color: #fff;
	background: #e52d2d;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	font-size: 16px;
	right: 10px;
	top: 10px;
	user-select: none;
	cursor: pointer;
}
.unsubscribed p {
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	min-height: 80vh;
	text-align: center;
  }
  