:root {
	--secondary: #000000;
	--light: #f6f6f6;
	--mainfont: #122f4d;
	--secondaryfont: #393933;
	--lightfont: #7f7f7f;
	--highlight: #fac916;
	--blue: #0081e6;
	--banner: #31c5b1;
	--menuhover: #eef2f5;
	--hover: #dbe3e9;
	--border1: #707070;
	--border2: #cdd9e3;
	--light2: #f5f7f8;
	--shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	--hbInfoColor: #ffffff;
	--hbInfoBroderClr: #ff3b3f;
	--hbBtnTxtClr: #ffffff;
	--hbBtnTxtUpClr: #122f4d;
	--hbBtnStroke: #ffffff;
	--hbBtnBgClr: transparent;
	--hbBtnBgUpClr: #ffffff;
	--borderlight: #a09e9e;
	--qLinkColumns: 3;
	--fontlight2: #87878b;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-weight: 400;
	font-size: 16px;
	line-height: 29px;
	background: #ebeff2;
	color: var(--secondary);
	overflow-x: hidden;
}

.mobmenu {
	position: fixed;
	overflow-y: auto;
	width: 100%;
	z-index: 9999;
	left: -100%;
	max-width: 30%;
}

.mobmenu .cls-menu {
	position: absolute;
	right: 30px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 39px;
	font-size: 24px;
	cursor: pointer;
}

a {
	text-decoration: none;
	color: var(--mainfont);
}

ul {
	list-style: none;
}

.container {
	width: 100%;
	margin: auto;
	position: relative;
}

.doller .nav-link {
	position: relative;
	display: block;
}

.headerLogo {
	display: block;
	line-height: 1;
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	background: #fff;
	z-index: 9999;
	-webkit-box-shadow: 0 4.37237px 54.6547px rgba(0, 0, 0, 0.09);
	box-shadow: 0 4.37237px 54.6547px rgba(0, 0, 0, 0.09);
}

header .logo-wrap {
	width: 228px;
	display: inline-block;
	padding: 5px 10px 5px 34px;
	position: relative;
	vertical-align: middle;
}

header .logo-wrap img {
	width: 100%;
}

header .header-wrap {
	position: relative;
	padding: 18px 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.mob-menu {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 99;
	cursor: pointer;
}

.mobmenu {
	position: fixed;
	overflow-y: auto;
	width: 100%;
	background: #122f4d;
	z-index: 9999;
	left: -100%;
	padding-bottom: 50px;
	top: 0;
	-webkit-box-shadow: 1px 0 2px #ccc;
	box-shadow: 1px 0 2px #ccc;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	max-width: 30%;
	padding: 80px 20px 30px;
}

.mobmenu nav {
	width: 100%;
	display: table-cell;
	vertical-align: top;
	height: calc(100vh - 40px);
	overflow: auto;
}

.mobmenu nav::-webkit-scrollbar {
	width: 6px;
	display: none;
}

.mobmenu nav > * {
	max-height: calc(100% - 60px);
	overflow: auto;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 0;
}

body.show .wrapit-wrap {
	width: 100%;
	overflow: hidden;
}

body.show .mobmenu {
	left: 0;
}

body.show header {
	position: fixed;
	z-index: 999;
	top: 0;
}

body.show .wrapit-wrap {
	width: 100%;
	margin-left: 0;
}

.mobmenu {
	-webkit-box-shadow: 1px 0 2px #ccc;
	box-shadow: 1px 0 2px #ccc;
}

.mobmenu nav {
	width: 100%;
	display: block;
	vertical-align: top;
	height: calc(100vh - 40px);
}

.mobmenu nav > * {
	max-height: calc(100% - 60px);
	overflow: auto;
}

.mobmenu nav > ::-webkit-scrollbar {
	display: none;
}

main {
	width: 100%;
	margin: auto;
	min-height: 50vh;
}

h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

main h2 span {
	vertical-align: middle;
}

main h1 {
	margin-bottom: 20px;
}

main h2 {
	margin-bottom: 20px;
}

.btn1 {
	text-transform: uppercase;
}

.btn1 {
	text-transform: uppercase;
	min-width: 180px;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	border-radius: 4px;
	background: #49c87c;
	padding: 15px;
	font-size: 14px;
}

.mobmenu .cls-menu {
	position: absolute;
	color: #fff;
	top: 30px;
	right: 30px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: rgba(248, 248, 248, 0.12);
	text-align: center;
	line-height: 39px;
	font-size: 24px;
	cursor: pointer;
}

figure {
	line-height: 0;
}

figure img {
	max-width: 100%;
}

@media only screen and (min-width: 1024px) {
	.col-12 {
		width: 100%;
	}
}

.btn1 {
	text-transform: uppercase;
	padding: 13px;
	border-radius: 30px;
	font-size: 18px;
	line-height: 1;
}

@media only screen and (max-width: 480px) {
	body {
		padding-top: 71px;
	}

	.container {
		padding: 0;
	}

	.btn1 {
		font-size: 18px;
		line-height: 22px;
		padding: 9px;
	}

	main h1 {
		padding-left: 0;
		position: relative;
	}

	.mob-menu {
		height: 20px;
		width: 25px;
		top: 20px;
	}

	main h2 span {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 50px);
	}

	main h2 {
		position: relative;
		margin-bottom: 20px;
	}

	.innercontainer {
		padding: 0 10px 0;
	}

	.btn1.join-now {
		font-size: 16px;
		min-width: 94px;
		padding: 5px;
	}

	header .logo-wrap {
		width: 200px;
		padding: 5px 29px;
	}

	header .header-wrap {
		padding: 13px 0;
	}

	.innercontainer {
		padding: 0 10px !important;
	}

	body.show .mobmenu {
		width: 100%;
	}

	.mobmenu {
		max-width: 100%;
		padding: 80px 20px 30px;
	}

	.home main h1 {
		padding: 15px 10px 0;
		font-size: 30px;
	}
}

@media only screen and (max-width: 767px) {
	body {
		padding-top: 83px;
	}
}

h3 {
	font-size: 20px;
	line-height: 1.15;
	font-weight: 500;
}

body .btn1 {
	background: #03a87c;
}

.btn1 {
	text-align: center;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	min-width: 180px;
	padding: 13px;
	border-radius: 30px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
}

main h1 {
	color: #000;
}

body h3 {
	font-weight: 400;
}

html body {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: 400;
	padding-top: 57.43px !important;
	background-color: #fff !important;
}

body header .header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* header {
    height:62px
} */

body header .logo-wrap {
	margin: -4px 0 0 0;
}

body header .logo-wrap img {
	width: 180px;
	margin: 10px 0 0;
}

@media only screen and (max-width: 480px) {
	body header .logo-wrap img {
		width: 220px;
		margin: 0;
	}
}

body header .header-wrap {
	padding: 9px 0;
}

body .doller .nav-link {
	width: auto;
	height: auto;
}

body .doller.mob-menu a img {
	width: 20px;
	height: 17px;
}

body .btn1.join-now {
	font-weight: 500;
	font-size: 16px;
	padding: 11px 20px;
	line-height: 18px;
	/*width: 60px;*/
	/*height: 34px;*/
	min-width: auto;
	border-radius: 4px;
	background: #03a87c;
	text-transform: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	text-align: center;
}

.btn1 {
	text-align: center;
	color: #fff;
	cursor: pointer;
}

body.show .mobmenu {
	top: 62px;
}

body .mobmenu {
	background: #fff;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 0 0 30px;
	top: 62px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

body.show {
	overflow: hidden;
}

body .sideMenuCloseIcon {
	display: none;
}

body.show .sideMenuCloseIcon {
	display: block;
	position: absolute;
	top: 21px;
	z-index: 99999;
	width: 21px;
	height: 21px;
	background: #fff;
	left: 10px;
}

.footerSecMain {
	background: #ecedef;
	-webkit-box-shadow: inset 0 1px 0 #d1d3d9;
	box-shadow: inset 0 1px 0 #d1d3d9;
	padding: 30px 15px 30px;
	position: relative;
}

.footerSecMain .copy {
	margin-top: 24px;
}

.footerSecMain .copy span {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	/* color: #6e7685; */
	display: block;
}

body .innercontainer {
	padding: 0 !important;
}

body main .container {
	background: #f0f1f2;
	max-width: 1100px;
}

body.home main .container {
	max-width: none;
	background-color: #fff;
}

body main h2 {
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	color: #ffffff;
}

@media only screen and (min-width: 1025px) {
	body header .logo-wrap {
		padding: 0;
	}

	body header .header-wrap {
		padding: 0;
	}
}

@media only screen and (max-width: 480px) {
	body .mob-menu {
		display: block;
		height: 20px;
		width: 25px;
		top: 60%;
		/*left:-10px*/
	}
}

@media only screen and (min-device-width: 768px) and(max-device-width: 768px) and(orientation: portrait) and(-webkit-min-device-pixel-ratio: 2) {
	body main .container {
		max-width: 750px;
	}
}

@media (min-width: 992px) {
	body .mobmenu {
		padding-top: 80px;
	}

	body.show .mobmenu {
		top: 0;
	}

	header .logo-wrap img {
		width: 100%;
	}

	body {
		padding-top: 68.43px !important;
	}

	/* header {
        height:68px
    } */

	body .mob-menu {
		top: 60%;
	}

	body .btn1.join-now {
		min-width: 75px;
		width: auto;
		height: 40px;
		font-size: 17px;
		line-height: 19px;
		padding: 11px 5px;
	}

	body .doller .nav-link {
		width: auto;
		height: auto;
	}

	body .doller.mob-menu a img {
		width: 20px;
		height: 17px;
	}

	body .mobmenu .cls-menu {
		display: block;
	}

	body.show .sideMenuCloseIcon {
		display: none;
	}

	body .footerSecMain {
		padding: 51px 15px 60px;
	}
}

.footerSecMain .copy span {
	line-height: 18px;
}

body.show {
	overflow: visible;
}

body main h2 {
	font-size: 26px;
	line-height: 30px;
}

@media only screen and (max-width: 1024px) {
	body .mob-menu {
		display: block;
		height: 100%;
		width: 40px;
		top: 25px;
		left: -10px;
	}

	body .doller .nav-link {
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 1024px) {
	body .footerSecMain {
		padding-bottom: 80px;
	}
}

@media only screen and (min-device-width: 1024px) and(max-device-width: 1024px) and(orientation: portrait) and(-webkit-min-device-pixel-ratio: 2) {
	body main .container {
		max-width: 980px;
	}
}

@media only screen and (min-device-width: 768px) and(max-device-width: 1024px) and(orientation: portrait) {
	body.show .sideMenuCloseIcon {
		top: 15px;
		left: 15px;
	}
}

.radioGroup [type='radio']:not(:checked) {
	position: absolute;
	left: -9999px;
}

.radioGroup [type='radio']:not(:checked) + label {
	position: relative;
	padding-left: 27px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 15px;
	color: #000;
}

.radioGroup [type='radio']:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #d1d3d9;
	border-radius: 100%;
	background: #fff;
}

.radioGroup [type='radio']:not(:checked) + label:after {
	content: '';
	width: 8px;
	height: 8px;
	background: #03a87c;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.boxmainSF .radioGroup [type='radio']:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

a[target='_blank'] {
	font-weight: 500;
}

/* body a[target=_blank] {
    color:#4678f9
} */

:root {
	--color-blue: #dfe5f6;
	--color-green: #e5f6df;
	--color-lilac: #e5dff6;
	--color-purple: #c5b7ec;
	--color-shadow-light: rgba(186, 172, 191, 0.35);
	--color-shadow-dark: transparent;
	--color-white: #ffffff;
	--color-petrol: #000809;
	--color-pink: #ebd4f3;
	--color-yellow: #f6f0df;
	--font-fam-primary: 'Bangers', cursive;
	--shadow-before: 10px 10px 0px 0px;
	--shadow-after: 5px 5px 0px 0px;
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

button {
	outline: 0;
	background: 0 0;
	border: 0;
	cursor: pointer;
}

@media only screen and (max-width: 480px) {
	body header .header-wrap {
		padding: 11px 0;
	}

	body header .logo-wrap {
		margin: 0;
	}

	body .mob-menu {
		top: 21px;
	}
}

body header .header-wrap {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media only screen and (max-width: 768px) {
	body header .header-wrap {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.radioBtnSecAB .radioGroupAwd [type='radio']:not(:checked) {
	position: absolute;
	left: -9999px;
}

.radioBtnSecAB .radioGroupAwd [type='radio']:not(:checked) + label {
	position: relative;
	padding-left: 27px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 15px;
	color: #000;
}

.radioBtnSecAB .radioGroupAwd [type='radio']:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	width: 20px;
	height: 20px;
	border: 1px solid #d1d3d9;
	border-radius: 100%;
	background: #fff;
}

.radioBtnSecAB .radioGroupAwd [type='radio']:not(:checked) + label:after {
	content: '';
	width: 14px;
	height: 14px;
	background: #03a87c;
	position: absolute;
	top: 0;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.radioBtnSecAB .radioGroupAwd [type='radio']:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

@media (max-width: 768px) {
	.radioBtnSecAB .radioGroupAwd [type='radio']:not(:checked) + label {
		height: 40px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.radioBtnSecAB .radioGroupAwd [type='radio']:not(:checked) + label:before {
		top: 9px;
	}

	.radioBtnSecAB .radioGroupAwd [type='radio']:not(:checked) + label:after {
		top: 12px;
	}
}

@media (min-width: 1024px) {
	.headerLogo {
		padding-left: 30px;
	}

	.mobmenu .cls-menu {
		right: 10px;
	}
}

body.show .mobmenu {
	background: #1b243a;
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
}

.mobmenu .cls-menu {
	background: 0 0;
}

img {
	max-width: 100%;
}

@media (min-width: 992px) {
	body header .header-wrap {
		width: 100%;
	}
}

:root {
	--siteBgColor: linear-gradient(90deg, #0cc2e7 0%, #1ef6c3 100%);
	--containerBg: #e5e5e5;
	--headerSecBgColor: #1b243a;
	--allContentColor: #000000;
	--ribbonBgColor: #709727;
	--rankGreyBgColor: #d1d3d9;
	--tcTextColor: #6e7685;
	--siteHoverBgColor: #1db1cf;
	--whiteColor: #ffffff;
	--bannerBgColor: #12192c;
	--mainMenuBgColor: rgb(255, 255, 255, 0.1);
	--footerBgColor: #232323;
	--copyRightTextColor: #9ea1a5;
	--bodygrycolor: #ebeae8;
}

html body {
	font-weight: 400;
	background: var(--bodygrycolor);
}

body {
	font-size: 16px;
	color: var(--allContentColor);
}

header {
	background: var(--headerSecBgColor);
}

body header .header-wrap {
	padding: 7px 0;
}

body header .logo-wrap {
	margin: 0;
}

body.show .sideMenuCloseIcon {
	top: 23px;
	left: 9px;
	width: 23px;
}

body header .logo-wrap img {
	width: 121.65px;
	margin-top: 0;
}

body.show .sideMenuCloseIcon {
	background: var(--headerSecBgColor);
}

body .btn1 {
	background: #1a1b20;
}

body .btn1:hover {
	background: var(--siteHoverBgColor);
}

a[target='_blank'] {
	font-weight: 600;
}

.footerSecMain {
	background: #1d161b;
}

body main .container {
	background: var(--bodygrycolor);
}

@media only screen and (max-width: 480px) {
	body header .logo-wrap img {
		width: 91px;
	}
}

body header .header-wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 992px) {
	body header .logo-wrap img {
		width: 100px;
		margin: 0;
	}

	body header .header-wrap {
		padding: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	body header .logo-wrap {
		margin: 0;
	}
}

@media only screen and (max-width: 1024px) {
	body .mob-menu {
		top: 60%;
	}
}

body.show .mobmenu {
	background: #1d161b;
}

@media only screen and (max-width: 480px) {
	main h2 span {
		width: auto;
	}
}

.outerDiv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	gap: 10px;
}

body .outerDiv .btn1.join-now {
	position: static;
	-webkit-transform: none;
	transform: none;
	width: auto;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	display: block;
}

@media only screen and (max-width: 992px) {
	body .mobmenu .cls-menu {
		display: none;
	}
}

@media only screen and (min-device-width: 768px) and(max-device-width: 768px) and(orientation: portrait) and(-webkit-min-device-pixel-ratio: 2) {
	body header .logo-wrap img {
		margin: 0;
	}
}

@media (min-width: 992px) {
	body .btn1.join-now {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.wp-block-image {
	margin-bottom: 32px;
}

@media (max-width: 768px) {
	header {
		background: #1b243a;
	}
}

@media (min-width: 992px) {
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
}

/* == custom == */
.h-100 {
	height: 100%;
}

ul,
ol {
	padding-left: 40px;
}

.text-white {
	color: rgb(255, 255, 255);
}

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

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

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

.py-5 {
	padding-bottom: 3rem !important;
}

.py-5 {
	padding-top: 3rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.px-5 {
	padding-left: 3rem !important;
}

.px-5 {
	padding-right: 3rem !important;
}

.mx-0 {
	margin-left: 0 !important;
}

.mx-0 {
	margin-right: 0 !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;

	padding: 10px;
	border-radius: 15px;
}

.w-100 {
	width: 100% !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

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

/* greed */
html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

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

.c_container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	/*overflow: hidden;*/
}

@media (min-width: 576px) {
	.c_container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.c_container {
		max-width: 720px;
	}

	.mr-md-3 {
		margin-right: 1rem !important;
	}
}

@media (min-width: 992px) {
	.c_container {
		max-width: 960px;
	}

	.page_hero_title {
		font-size: 49px !important;
	}

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

	.page_hero_text {
		font-size: 18px;
		line-height: 28px;
	}

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

@media (min-width: 1200px) {
	.main_menu_wrapper {
		display: block !important;
	}

	.c_container {
		max-width: 1240px;
	}

	.mr-xl-5 {
		margin-right: 3rem !important;
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.col,
.col-12,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-md-4,
.col-md-6,
.col-md-8,
.col-xl-6 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 768px) {
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
}

@media (min-width: 1200px) {
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

@media (min-width: 992px) {
	.d-lg-block {
		display: block !important;
	}
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.page_wrapper {
	background-color: #160406;
	color: #fff;
}

.page_hero_wrapper {
	background: linear-gradient(64.56deg, #a80505 0%, #ef7183 100%);
}

.page_hero_title {
	font-size: 32px;
}

.hero_btn {
	display: block;
	background-color: #1d161b;
	padding: 14px 15px;
	border-radius: 10px;
	width: 100%;
	justify-content: space-between;
}

.hero_btn span {
	display: block;
}

.hero_btn img {
	width: 48px;
	height: 48px;
}

.rightArrowWIcon {
	background: #fff;
	border-radius: 4px;
	height: 48px;
	width: 48px;
	min-width: 40px;
	/*padding: 12px 16px 16px 17px;*/
}

span.rightArrowWIcon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.rightArrowWIcon img {
	height: 16px;
	width: 16px;
}

span.link_text {
	font-size: 20px;
	line-height: 22px;
	color: #ffffff;
	margin-left: 15px;
	font-weight: 500;
}

.page_content p {
	margin-bottom: 30px;
}

.page_content h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 400;
	margin-top: 20px;
	color: #fff;
	font-weight: 600;
	padding: 7px;
	border-radius: 10px 10px 0 0;
	text-align: center;
}

.page_content h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	line-height: 25px;
}

.page_content h2,
.page_content h3 {
	display: block;
}

.page_content img {
	max-width: 100%;
	height: auto;
}

.page_content table {
}

.table > table > thead > tr th {
	font-size: 1.2em;
	background-color: #1d161b;
	color: #f5f5f5;
	font-weight: 400;
}

/* .wp-block-column{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;} */
/* text-blocks */
.text_block_img {
	border-radius: 10px;
}

.text_block_wrapper p {
	margin-bottom: 20px;
}

.text_block_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 18px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f13e565c;
	border: 2px solid #ffffff;
	width: 300px;
	height: 50px;
	border-radius: 30px;
	font-size: 20px;
	line-height: 22px;
	color: #ffffff;
	transition: transform 0.3s ease-in-out;
	margin: 18px auto;
}

.text_block_btn:hover {
	transform: scale(1.1);
}

.text_block_btn {
	color: #ffffff;
}

/* footer */
.footer_widget_1 > .wp-block-image {
	margin-bottom: 45px;
}

.footer_widget_2 div > ul {
	padding-left: 0;
	list-style: none;
}

.footer_widget_2 div > ul > li {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.footer_widget_2 div > ul > li > a {
	color: #fff;
	font-weight: 500;
}

.lang_wrapper {
	display: flex;
	justify-content: end;
}

/* Accordion */
.accordion {
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	display: flex;
	align-items: center;
}

.acc_marker {
	display: block;
	height: 20px;
	width: 20px;

	margin-right: 10px;
	position: relative;
}

.cart-faq-answer {
	margin-left: 49px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.acc_marker_1,
.acc_marker_2 {
	display: block;
	position: absolute;
	top: 10px;
	height: 3px;
	background: #000;
	width: 20px;
	border-radius: 4px;
	transition: 0.4s;
}

.w3-hide {
	height: 0;
	overflow: hidden;
	transition: 0.4s;
}

.w3-show {
	height: auto;
}

/* MAIN-MENU */
header {
	min-height: 62px;
}

.main_menu_wrapper {
	display: none;
}

.main_menu_wrapper > div > ul {
	display: flex;
	align-items: center;
	padding-left: 0;
}

.main_menu_wrapper > div > ul > li {
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
	margin-left: 6px;
	padding: 18px;
	text-align: center;
}

.main_menu_wrapper > div > ul > li:hover {
	border-bottom:
		1px solid
			linear-gradient(90deg, rgb(255, 199, 0) 0%, rgb(255, 234, 33) 100%),
		rgb(255, 158, 44);
}

.main_menu_wrapper > div > ul > li.current-menu-item {
	border-bottom:
		1px solid
			linear-gradient(90deg, rgb(255, 199, 0) 0%, rgb(255, 234, 33) 100%),
		rgb(255, 158, 44);
}

.main_menu_wrapper > div > ul > li > a > img {
	margin-bottom: 0.3rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.main_menu_wrapper li > a {
	color: #fff;
	line-height: 1;
	font-size: 1.1rem;
	font-weight: 500;
}

.mobole_menu_wrapper > div > ul {
	padding: 0;
}

.mobole_menu_wrapper > div > ul > li {
	border-bottom:
		1px solid
			linear-gradient(90deg, rgb(255, 199, 0) 0%, rgb(255, 234, 33) 100%),
		rgb(255, 158, 44);
}

.mobole_menu_wrapper > div > ul > li > a {
	padding: 15px 0;
	display: flex;
	margin-left: 10px;
}

.mobole_menu_wrapper li > a {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
}

.wp-block-button {
	margin: 45px 0;
	display: block;
}

.footer_fixed {
	z-index: 999999;
	width: 100%;
	height: 61px;
	background: #ff3b3f;
	text-align: center;
	/*padding-top: 9px;*/
	bottom: 0;
	right: 0;
	text-shadow: 2px 2px 2px rgb(84, 84, 84);
	text-transform: uppercase;
}

.footer_fixed a {
	color: #fff !important;
	display: block;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin: 0;
	padding-top: 9px;
	height: 45px;
}

.footer_fixed {
	height: 6vh;
	width: 100%;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #ffffff;
	z-index: 55;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	position: relative;
	overflow-x: hidden;
}

.footer_fixed .flare {
	position: absolute;
	top: 0;
	height: 100%;
	width: 45px;
	transform: skewX(-45deg);
	animation: flareAnimation;
	left: -150%;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.1),
		rgba(255, 255, 255, 0.4)
	);
	animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
	0% {
		left: -150%;
	}

	100% {
		left: 150%;
	}
}

.footer_fixed .flare {
	position: absolute;
	top: 0;
	height: 100%;
	width: 45px;
	transform: skewX(-45deg);
	animation: flareAnimation;
	left: -150%;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.1),
		rgba(255, 255, 255, 0.4)
	);
	animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
	0% {
		left: -150%;
	}

	100% {
		left: 150%;
	}
}

.wp-block-button__link {
	display: block;
	text-align: center;
}

.home main > :not(.topsec) h1 {
	padding-bottom: 16px;
	font-size: 35px;
	font-weight: 800;
	color: #ffffff;
}

@media only screen and (max-width: 1023px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 16px;
		line-height: 1.3;
	}

	body {
		width: 100%;
		overflow-x: hidden;
	}

	.home main {
		padding-top: 5px;
	}

	.mobmenu nav {
		position: relative;
	}
}

@media only screen and (max-width: 767px) {
	body {
		padding-top: 83px;
	}
}

@media only screen and (max-width: 480px) {
	main h2 span {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 50px);
	}

	.home main h1 {
		padding: 15px 10px 0;
		font-size: 30px;
	}

	body {
		padding-top: 78px;
	}

	.container {
		padding: 0;
	}

	.btn1 {
		font-size: 18px;
		line-height: 22px;
		padding: 9px;
	}

	main h1 {
		padding-left: 0;
		position: relative;
	}

	.mob-menu {
		height: 20px;
		width: 25px;
		top: 20px;
	}

	main h2 {
		position: relative;
		margin-bottom: 25px;
	}

	.btn1.join-now {
		font-size: 16px;
		min-width: 94px;
		padding: 5px;
	}

	header .logo-wrap {
		width: 250px;
		padding: 5px 29px;
	}

	header .header-wrap {
		padding: 13px 0;
	}

	.innercontainer {
		padding: 0 10px !important;
	}

	.mobmenu {
		max-width: 100%;
		padding: 80px 20px 30px;
	}
}

@media only screen and (max-width: 1023px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 16px;
		line-height: 1.3;
	}

	body {
		width: 100%;
		overflow-x: hidden;
	}

	.mobmenu nav {
		position: relative;
	}
}

@media only screen and (max-width: 480px) {
	body {
		padding-top: 78px;
	}

	.container {
		padding: 0;
	}

	.btn1 {
		font-size: 18px;
		line-height: 22px;
		padding: 9px;
	}

	main h1 {
		padding-left: 0;
		position: relative;
	}

	.mob-menu {
		height: 20px;
		width: 25px;
		top: 20px;
	}

	main h2 span {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 50px);
	}

	main h2 {
		position: relative;
		margin-bottom: 25px;
	}

	.btn1.join-now {
		font-size: 16px;
		min-width: 94px;
		padding: 5px;
	}

	header .logo-wrap {
		width: 250px;
		padding: 5px 29px;
	}

	header .header-wrap {
		padding: 13px 0;
	}

	.innercontainer {
		padding: 0 10px !important;
	}

	.mobmenu {
		max-width: 100%;
		padding: 80px 20px 30px;
	}

	h2 {
		font-size: 23px;
	}

	h1 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 1023px) {
	h1 {
		font-size: 24px;
	}

	body {
		width: 100%;
		overflow-x: hidden;
	}

	.mobmenu nav {
		position: relative;
	}
}

@media only screen and (max-width: 480px) {
	body {
		padding-top: 78px;
	}

	.container {
		padding: 0;
	}

	.btn1 {
		font-size: 18px;
		line-height: 22px;
		padding: 9px;
	}

	main h1 {
		padding-left: 0;
		position: relative;
	}

	.mob-menu {
		height: 20px;
		width: 25px;
		top: 20px;
	}

	main h2 span {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 50px);
	}

	main h2 {
		position: relative;
		margin-bottom: 25px;
	}

	.btn1.join-now {
		font-size: 16px;
		min-width: 94px;
		padding: 5px;
	}

	header .logo-wrap {
		width: 250px;
		padding: 5px 29px;
	}

	header .header-wrap {
		padding: 13px 0;
	}

	.innercontainer {
		padding: 0 10px !important;
	}

	.mobmenu {
		max-width: 100%;
		padding: 80px 20px 30px;
	}

	h2 {
		font-size: 23px;
	}

	h1 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 1023px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 16px;
		line-height: 1.3;
	}

	body {
		width: 100%;
		overflow-x: hidden;
	}

	.mobmenu nav {
		position: relative;
	}
}

@media only screen and (max-width: 480px) {
	body {
		padding-top: 78px;
	}

	.container {
		padding: 0;
	}

	.btn1 {
		font-size: 18px;
		line-height: 22px;
		padding: 9px;
	}

	main h1 {
		padding-left: 0;
		position: relative;
	}

	.mob-menu {
		height: 20px;
		width: 25px;
		top: 20px;
	}

	main h2 span {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 50px);
	}

	main h2 {
		position: relative;
		margin-bottom: 25px;
	}

	.btn1.join-now {
		font-size: 16px;
		min-width: 94px;
		padding: 5px;
	}

	header .logo-wrap {
		width: 250px;
		padding: 5px 29px;
	}

	header .header-wrap {
		padding: 13px 0;
	}

	.innercontainer {
		padding: 0 10px !important;
	}

	.mobmenu {
		max-width: 100%;
		padding: 80px 20px 30px;
	}
}

@media only screen and (max-width: 1166px) {
	.container {
		padding: 0;
	}

	.innercontainer {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 1023px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 16px;
		line-height: 1.3;
	}

	body {
		width: 100%;
		overflow-x: hidden;
	}

	.mobmenu nav {
		position: relative;
	}
}

@media only screen and (max-width: 767px) {
	body {
		padding-top: 83px;
	}
}

@media only screen and (max-width: 480px) {
	h2 {
		font-size: 23px;
	}

	h1 {
		font-size: 26px;
	}

	body {
		padding-top: 78px;
	}

	.container {
		padding: 0;
	}

	.btn1 {
		font-size: 18px;
		line-height: 22px;
		padding: 9px;
	}

	main h1 {
		padding-left: 0;
		position: relative;
	}

	.mob-menu {
		height: 20px;
		width: 25px;
		top: 20px;
	}

	main h2 span {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 50px);
	}

	main h2 {
		position: relative;
		margin-bottom: 25px;
	}

	.btn1.join-now {
		font-size: 16px;
		min-width: 94px;
		padding: 5px;
	}

	header .logo-wrap {
		width: 250px;
		padding: 5px 29px;
	}

	header .header-wrap {
		padding: 13px 0;
	}

	.innercontainer {
		padding: 0 10px !important;
	}

	.mobmenu {
		max-width: 100%;
		padding: 80px 20px 30px;
	}
}

@media only screen and (max-width: 1166px) {
	.container {
		padding: 0;
	}

	.innercontainer {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 1023px) {
	h1 {
		font-size: 24px;
	}

	h3 {
		font-size: 16px;
		line-height: 1.3;
	}

	body {
		width: 100%;
		overflow-x: hidden;
	}

	.mobmenu nav {
		position: relative;
	}
}

@media only screen and (max-width: 767px) {
	body {
		padding-top: 83px;
	}
}

@media only screen and (max-width: 480px) {
	body {
		padding-top: 78px;
	}

	.container {
		padding: 0;
	}

	.btn1 {
		font-size: 18px;
		line-height: 22px;
		padding: 9px;
	}

	main h1 {
		padding-left: 0;
		position: relative;
	}

	.mob-menu {
		height: 20px;
		width: 25px;
		top: 20px;
	}

	main h2 span {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 50px);
	}

	.btn1.join-now {
		font-size: 16px;
		min-width: 94px;
		padding: 5px;
	}

	header .logo-wrap {
		width: 250px;
		padding: 5px 29px;
	}

	header .header-wrap {
		padding: 13px 0;
	}

	.innercontainer {
		padding: 0 10px !important;
	}

	.mobmenu {
		max-width: 100%;
		padding: 80px 20px 30px;
	}
}

@media only screen and (max-width: 1023px) {
	h1 {
		font-size: 24px;
	}

	body {
		width: 100%;
		overflow-x: hidden;
	}

	.mobmenu nav {
		position: relative;
	}
}

@media only screen and (max-width: 767px) {
	body {
		padding-top: 83px;
	}
}

@media only screen and (max-width: 480px) {
	body {
		padding-top: 78px;
	}

	.container {
		padding: 0;
	}

	.btn1 {
		font-size: 18px;
		line-height: 22px;
		padding: 9px;
	}

	main h1 {
		padding-left: 0;
		position: relative;
	}

	.mob-menu {
		height: 20px;
		width: 25px;
		top: 20px;
	}

	.btn1.join-now {
		font-size: 16px;
		min-width: 94px;
		padding: 5px;
	}

	header .logo-wrap {
		width: 250px;
		padding: 5px 29px;
	}

	header .header-wrap {
		padding: 13px 0;
	}

	.innercontainer {
		padding: 0 10px !important;
	}

	.mobmenu {
		max-width: 100%;
		padding: 80px 20px 30px;
	}

	h1 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 1023px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 20px;
	}

	body {
		width: 100%;
		overflow-x: hidden;
	}

	.mobmenu nav {
		position: relative;
	}
}

@media only screen and (max-width: 480px) {
	body {
		padding-top: 78px;
	}

	.container {
		padding: 0;
	}

	.btn1 {
		font-size: 18px;
		line-height: 22px;
		padding: 9px;
	}

	main h1 {
		padding-left: 0;
		position: relative;
	}

	.mob-menu {
		height: 20px;
		width: 25px;
		top: 20px;
	}

	main h2 span {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 50px);
	}

	main h2 {
		position: relative;
		margin-bottom: 25px;
	}

	.btn1.join-now {
		font-size: 16px;
		min-width: 94px;
		padding: 5px;
	}

	header .logo-wrap {
		width: 250px;
		padding: 5px 29px;
	}

	header .header-wrap {
		padding: 13px 0;
	}

	.innercontainer {
		padding: 0 10px !important;
	}

	.mobmenu {
		max-width: 100%;
		padding: 80px 20px 30px;
	}
}

@media only screen and (max-width: 1023px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 16px;
		line-height: 1.3;
	}

	body {
		width: 100%;
		overflow-x: hidden;
	}

	.mobmenu nav {
		position: relative;
	}
}

@media only screen and (max-width: 767px) {
	body {
		padding-top: 83px;
	}
}

@media only screen and (max-width: 480px) {
	body {
		padding-top: 78px;
	}

	.container {
		padding: 0;
	}

	.btn1 {
		font-size: 18px;
		line-height: 22px;
		padding: 9px;
	}

	main h1 {
		padding-left: 0;
		position: relative;
	}

	.mob-menu {
		height: 20px;
		width: 25px;
		top: 20px;
	}

	main h2 span {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 50px);
	}

	main h2 {
		position: relative;
		margin-bottom: 25px;
	}

	.btn1.join-now {
		font-size: 16px;
		min-width: 94px;
		padding: 5px;
	}

	header .logo-wrap {
		width: 250px;
		padding: 5px 29px;
	}

	header .header-wrap {
		padding: 13px 0;
	}

	.innercontainer {
		padding: 0 10px !important;
	}

	.mobmenu {
		max-width: 100%;
		padding: 80px 20px 30px;
	}

	h2 {
		font-size: 23px;
	}

	h1 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 1023px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 16px;
		line-height: 1.3;
	}

	body {
		width: 100%;
		overflow-x: hidden;
	}

	.mobmenu nav {
		position: relative;
	}
}

@media only screen and (max-width: 767px) {
	body {
		padding-top: 83px;
	}
}

@media only screen and (max-width: 480px) {
	body {
		padding-top: 78px;
	}

	.container {
		padding: 0;
	}

	.btn1 {
		font-size: 18px;
		line-height: 22px;
		padding: 9px;
	}

	main h1 {
		padding-left: 0;
		position: relative;
	}

	.mob-menu {
		height: 20px;
		width: 25px;
		top: 20px;
	}

	main h2 span {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 50px);
	}

	main h2 {
		position: relative;
		margin-bottom: 25px;
	}

	.btn1.join-now {
		font-size: 16px;
		min-width: 94px;
		padding: 5px;
	}

	header .logo-wrap {
		width: 250px;
		padding: 5px 29px;
	}

	header .header-wrap {
		padding: 13px 0;
	}

	.innercontainer {
		padding: 0 10px !important;
	}

	.mobmenu {
		max-width: 100%;
		padding: 80px 20px 30px;
	}

	h2 {
		font-size: 23px;
	}

	h1 {
		font-size: 26px;
	}
}

main h2 span {
	vertical-align: middle;
}

@media only screen and (max-width: 1023px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 16px;
		line-height: 1.3;
	}

	body {
		width: 100%;
		overflow-x: hidden;
	}

	.mobmenu nav {
		position: relative;
	}
}

@media only screen and (max-width: 767px) {
	body {
		padding-top: 83px;
	}
}

@media only screen and (max-width: 480px) {
	body {
		padding-top: 78px;
	}

	.container {
		padding: 0;
	}

	.btn1 {
		font-size: 18px;
		line-height: 22px;
		padding: 9px;
	}

	main h1 {
		padding-left: 0;
		position: relative;
	}

	.mob-menu {
		height: 20px;
		width: 25px;
		top: 20px;
	}

	main h2 span {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 50px);
	}

	main h2 {
		position: relative;
		margin-bottom: 25px;
	}

	.btn1.join-now {
		font-size: 16px;
		min-width: 94px;
		padding: 5px;
	}

	header .logo-wrap {
		width: 250px;
		padding: 5px 29px;
	}

	header .header-wrap {
		padding: 13px 0;
	}

	.innercontainer {
		padding: 0 10px !important;
	}

	.mobmenu {
		max-width: 100%;
		padding: 80px 20px 30px;
	}

	h2 {
		font-size: 23px;
	}

	h1 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 1024px) {
	.innercontainer {
		padding: 10px !important;
	}
}

@media only screen and (max-width: 1023px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 16px;
		line-height: 1.3;
	}

	body {
		width: 100%;
		overflow-x: hidden;
	}

	.mobmenu nav {
		position: relative;
	}
}

@media only screen and (max-width: 767px) {
	body {
		padding-top: 83px;
	}
}

@media only screen and (max-width: 480px) {
	body {
		padding-top: 78px;
	}

	.container {
		padding: 0;
	}

	.btn1 {
		font-size: 18px;
		line-height: 22px;
		padding: 9px;
	}

	main h1 {
		padding-left: 0;
		position: relative;
	}

	.mob-menu {
		height: 20px;
		width: 25px;
		top: 20px;
	}

	main h2 {
		position: relative;
		margin-bottom: 25px;
	}

	.btn1.join-now {
		font-size: 16px;
		min-width: 94px;
		padding: 5px;
	}

	header .logo-wrap {
		width: 250px;
		padding: 5px 29px;
	}

	header .header-wrap {
		padding: 13px 0;
	}

	.innercontainer {
		padding: 0 10px !important;
	}

	.mobmenu {
		max-width: 100%;
		padding: 80px 20px 30px;
	}

	h2 {
		font-size: 23px;
	}

	h1 {
		font-size: 26px;
	}
}

h1 {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0.01em;
	color: #000;
	margin-bottom: 25px;
}

h2 {
	display: flex;
	align-items: center;
	font-size: 26px;
	line-height: 1.3;
	color: var(--mainfont);
	margin-bottom: 20px;
	font-weight: 400;
}

h3 {
	font-size: 20px;
	line-height: 1.15;
	font-weight: 400;
}

.btn1 {
	text-transform: uppercase;
	min-width: 180px;
	background: #49c87c;
	text-transform: uppercase;
	min-width: 180px;
	text-align: center;
	display: inline-block;
	background: linear-gradient(
		to right bottom,
		#e7605c,
		#ed5759,
		#f34d56,
		#f94053,
		#ff3051
	);
	padding: 13px;
	border-radius: 30px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
}

.innercontainer {
	padding: 0;
}

main {
	width: 100%;
	margin: auto;
	min-height: 50vh;
}

main h1 {
	margin-bottom: 20px;
	color: var(--mainfont);
}

main h2 {
	margin-bottom: 20px;
}

.btn1.join-now {
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 16px;
	min-width: 100px;
	padding: 10px 15px;
	transform: translateY(-50%);
	text-transform: uppercase;
}

@media only screen and (max-width: 1166px) {
	.container {
		padding: 0;
	}

	.innercontainer {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 1024px) {
	.innercontainer {
		padding: 10px !important;
	}
}

@media only screen and (max-width: 1023px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 16px;
		line-height: 1.3;
	}

	body {
		width: 100%;
		overflow-x: hidden;
	}

	.mobmenu nav {
		position: relative;
	}
}

@media only screen and (max-width: 767px) {
	body {
		padding-top: 83px;
	}
}

@media only screen and (max-width: 480px) {
	body {
		padding-top: 78px;
	}

	.container {
		padding: 0;
	}

	.btn1 {
		font-size: 18px;
		line-height: 22px;
		padding: 9px;
	}

	main h1 {
		padding-left: 0;
		position: relative;
	}

	.mob-menu {
		height: 20px;
		width: 25px;
		top: 20px;
	}

	main h2 {
		position: relative;
		margin-bottom: 25px;
	}

	.btn1.join-now {
		font-size: 16px;
		min-width: 94px;
		padding: 5px;
	}

	header .logo-wrap {
		width: 250px;
		padding: 5px 29px;
	}

	header .header-wrap {
		padding: 13px 0;
	}

	.innercontainer {
		padding: 0 10px !important;
	}

	.mobmenu {
		max-width: 100%;
		padding: 80px 20px 30px;
	}

	h2 {
		font-size: 23px;
	}

	h1 {
		font-size: 26px;
	}
}

:root {
	--secondary: #212121;
	--light: #f6f6f6;
	--mainfont: #212121;
	--secondaryfont: #393933;
	--lightfont: #7f7f7f;
	--highlight: #fac916;
	--blue: #0081e6;
	--banner: #31c5b1;
	--menuhover: #eef2f5;
	--hover: #dbe3e9;
	--border1: #707070;
	--border2: #cdd9e3;
	--light2: #f5f7f8;
	--shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	--hbInfoColor: #ffffff;
	--hbInfoBroderClr: #ff3b3f;
	--hbBtnTxtClr: #ffffff;
	--hbBtnTxtUpClr: #122f4d;
	--hbBtnStroke: #ffffff;
	--hbBtnBgClr: transparent;
	--hbBtnBgUpClr: #ffffff;
	--borderlight: #a09e9e;
	--qLinkColumns: 3;
	--fontlight2: #87878b;
}

.doller .nav-link {
	position: relative;
	display: block;
	width: 23px;
	height: 20px;
}

.headerLogo {
	display: block;
	line-height: 1;
	margin-top: 7px;
}

.mobmenu .cls-menu {
	position: absolute;
	color: #fff;
	top: 30px;
	right: 30px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: rgba(248, 248, 248, 0.12);
	text-align: center;
	line-height: 39px;
	font-size: 24px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #fff;
}

body {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	background: #ebeff2;
	color: var(--secondary);
	padding-top: 92.43px;
	overflow-x: hidden;
}

.container {
	max-width: 1216px;
	width: 100%;
	margin: auto;
	position: relative;
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	background: #1d161b;
	z-index: 9999;
	box-shadow: 0 4.37237px 54.6547px rgba(0, 0, 0, 0.09);
	padding: 15px 0;
}

header .logo-wrap {
	width: 300px;
	display: inline-block;
	padding: 5px 40px;
	position: relative;
	vertical-align: middle;
}

header .logo-wrap img {
	width: 100%;
}

header .header-wrap {
	position: relative;
	padding: 18px 0;
}

.mob-menu {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 99;
}

.mobmenu {
	position: fixed;
	overflow-y: auto;
	width: 100%;
	background: #122f4d;
	z-index: 9999;
	left: -100%;
	top: 0;
	box-shadow: 1px 0 2px #ccc;
	max-width: 30%;
	padding: 80px 20px 30px;
	box-shadow: 1px 0 2px #ccc;
}

.mobmenu nav::-webkit-scrollbar {
	width: 6px;
	display: none;
}

.mobmenu nav > * {
	max-height: calc(100% - 60px);
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 0;
	max-height: calc(100% - 60px);
	overflow: auto;
}

.mobmenu nav {
	overflow: auto;
	width: 100%;
	display: block;
	vertical-align: top;
	height: calc(100vh - 40px);
}

.mobmenu nav > ::-webkit-scrollbar {
	display: none;
}

@media only screen and (max-width: 1166px) {
	.container {
		padding: 0;
	}
}

@media only screen and (max-width: 1023px) {
	body {
		width: 100%;
		overflow-x: hidden;
	}

	.mobmenu nav {
		position: relative;
	}
}

@media only screen and (max-width: 767px) {
	body {
		padding-top: 83px;
	}
}

@media only screen and (max-width: 480px) {
	body {
		padding-top: 78px;
	}

	.container {
		padding: 0;
	}

	.mob-menu {
		height: 20px;
		width: 25px;
		top: 20px;
	}

	header .logo-wrap {
		width: 250px;
		padding: 5px 29px;
	}

	header .header-wrap {
		padding: 13px 0;
	}

	.mobmenu {
		max-width: 100%;
		padding: 80px 20px 30px;
	}
}

@media only screen and (max-width: 768px) {
	.mobmenu {
		max-width: 100%;
	}
}

body header .header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

body header .logo-wrap {
	margin: -6px 0 0 0;
}

body header .header-wrap {
	padding: 0;
}

body .doller .nav-link {
	width: 20px;
	height: auto;
}

body .doller.mob-menu a img {
	width: 20px;
	height: 17px;
}

body .btn1.join-now {
	font-weight: 700;
	font-size: 1.1rem;
	color: #fff;
	padding: 11px 20px;
	line-height: 18px;
	min-width: auto;

	border-radius: 60px;
	background: #f13e56;
	text-transform: none;
	transition: transform 0.3s ease-in-out;
}

body .btn1.join-now:hover {
	transform: scale(1.1);
}

@media (min-width: 992px) {
	body .btn1.join-now {
		width: 75px;
		height: 40px;
		font-size: 17px;
		line-height: 19px;
		padding: 11px 20px;
	}
}

@media only screen and (min-width: 1025px) {
	body header .logo-wrap {
		padding: 0;
	}

	body header .header-wrap {
		padding: 0;
	}
}

body .sideMenuCloseIcon {
	display: none;
}

body.show .sideMenuCloseIcon {
	display: block;
	position: absolute;
	top: 20px;
	z-index: 99999;
	width: 31px;
	height: 31px;
	background: #1d161b;
	left: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 992px) {
	body.show .sideMenuCloseIcon {
		display: none;
	}
}

html body {
	padding-top: 57.43px !important;
	font-family: 'Open Sans', Helvetica, sans-serif;
	background-color: #f0f1f2;
}

header .header-wrap {
	position: relative;
	padding: 18px 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

body header .header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

body.home main .container {
	max-width: none;
	background-color: #fff;
}

body {
	font-family: 'Open Sans', Helvetica, sans-serif;
}

.wp-block-button__link {
	color: rgb(255, 255, 255);
	background-color: transparent;
	border: 2px solid #ee490d;
	border-radius: 10px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	font-size: 1.125em;
	transition: transform 0.3s ease-in-out;
}

.wp-block-button__link:hover {
	transform: scale(1.1);
}

.foot_lang_wrapper {
	padding: 0;
	background: #122f4d;
	border-radius: 6px;
	position: relative;
	min-width: 150px;
	height: 41px;
}

.foot_current_lang {
	padding: 6px 16px;
	display: block;
	text-transform: uppercase;
}

.foot_lang_list {
	padding-left: 0;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	position: absolute;
	bottom: 38px;
	z-index: 1;
	min-width: 150px;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
}

.foot_lang_show:hover > .foot_lang_list {
	visibility: visible;
	opacity: 1;
}

.foot_lang_list li {
	background: #122f4d;
	padding: 6px 16px;
	transition: 0.2s ease-in;
}

.foot_lang_list li:hover a {
	opacity: 0.8;
}

.foot_lang_list li > a {
	color: #fff;
	display: flex;
	align-items: center;
}

.foot_lang_list li > a > img {
	margin-right: 6px;
}

.lang-flag_ {
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-gap: 5px;
	align-items: center;
	justify-content: center;
}

.lang-flag_ i {
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 50%;
}

.table {
	overflow-x: auto;
	overflow-y: hidden;
	font-size: 14px;
	max-width: 100%;
	width: 100%;
	overflow: auto;
	box-shadow: none;
	margin-bottom: 20px;
}

.table table {
	min-width: 100%;
	width: 100%;
	max-width: 900px;
	margin: auto;
	border: 1px solid var(--boderdark);
	border-radius: 3px;
	overflow: hidden;
	margin-top: 20px;
}

.table table thead {
	background: #ffffff;
	font-weight: 500;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.table table tbody {
	box-shadow:
		0px 2px 1px -1px rgba(0, 0, 0, 0.2),
		0px 1px 1px 0px rgba(0, 0, 0, 0.14),
		0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.table table thead th {
	background: #fff;
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
	border-top: none;
	line-height: 1.5;
	color: #333732;
	border: none;
	border-width: 0 1px 1px 0;
	border-bottom: 1px solid var(--bglight) !important;
	padding-bottom: 5px;
	display: table-cell;
}

.table table tr td {
	display: table-cell;
	text-align: left;
	padding: 10px;
	line-height: 1.5;
	font-size: 14px;
	border: none;
	border-right: 1px solid var(--boderdark);
}

.table table tr:nth-child(odd) td {
	background: #000000;
	color: #fff;
}

.table table tr:nth-child(even) td {
	background: #2e2e2e;
	color: #fff;
}

.table {
	line-heiht: 1.3 !important;
	margin-bottom: 32px !important;
}

.wp-container-core-buttons-layout-9.wp-container-core-buttons-layout-9 {
	justify-content: center;
}

.up_button {
	bottom: 50px;
	cursor: pointer;
	height: 55px;
	opacity: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	transition: opacity 0.5s ease-in-out;
	width: 55px;
	z-index: 1000;
}

@media only screen and (max-width: 768px) {
	.up_button {
		bottom: 50px;
		left: auto;
		margin-left: 0;
		right: 20px;
	}
	body .doller .nav-link {
		width: 20px;
		height: auto;
		top: 20px;
	}
}

.menu-image-title {
	margin-left: 5px;
}

.page_content ul {
	list-style: disc;
	padding-left: 40px;
}

.benefits {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	margin: 30px auto;
}

.benefits .pros,
.benefits .cons {
	width: 48%;
	padding: 15px;
	box-shadow:
		0px 2px 1px -1px rgba(0, 0, 0, 0.2),
		0px 1px 1px 0px rgba(0, 0, 0, 0.14),
		0px 1px 3px 0px rgba(0, 0, 0, 0.12);
	margin-bottom: 20px;
}

.benefits .pros ul,
.benefits .cons ul {
	list-style: none;
	margin-top: 20px;
	padding: 0 5px 0 15px;
}

.benefits .pros ul li,
.benefits .cons ul li {
	padding-left: 30px;
	padding-bottom: 7px;
	position: relative;
}

.benefits .pros ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '●';
	color: #1d161b;
	background: inherit;
}

.benefits .cons ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '●';
	color: #ff0000;
	background: inherit;
}

.pros {
	background-color: #ededed;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#article-text .pros h3,
#article-text .pros h2 {
	display: block;
	width: 100% !important;
	height: 50px;
	color: #1d161b;
	font-size: 1.5rem;
	line-height: 50px;
	padding: 0 0 0 40px;
	margin: 0;
	border-bottom: 1px solid #1d161b;
	border-top-left-radius: 4px;
}

.cons {
	background-color: #ededed;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#article-text .cons h3,
#article-text .cons h2 {
	display: block;
	width: 100% !important;
	height: 50px;
	color: #ff0000;
	font-size: 1.5rem;
	line-height: 50px;
	padding: 0 0 0 40px;
	margin: 0;
	border-bottom: 1px solid #ff0000;
	border-top-right-radius: 6px;
}

@media screen and (max-width: 800px) {
	.benefits .pros,
	.benefits .cons {
		width: 100%;
	}

	.pros,
	.cons {
		border-radius: 6px;
		border: none;
	}

	#article-text .pros h3,
	#article-text .pros h2,
	#article-text .cons h3,
	#article-text .cons h2 {
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}
}

.img-wrp {
	width: 100%;
	margin: 30px 0;
	text-align: center;
}

.img-wrp img {
	width: 100%;
	height: auto;
}

footer .footer-menu .footer-top .foot-logo,
footer .footer-menu .footer-top .language-drop {
	display: block;
}

header .languageMain {
	position: absolute;
	right: 85px;
	top: 20px;
}

.languageTitleLD {
	font-size: 20px;
	line-height: 22px;
	color: #000;
	font-weight: 500;
}

.outerDiv .footer-menu .default.lang,
.outerDiv .footer-menu .languagedefault.lang {
	display: inline-block;
}

header .outerDiv .selectedLanguage {
	background: #122f4d;
	border: 1px solid rgb(0, 0, 0, 0.1);
	border-radius: 30px;
	text-transform: uppercase;
}

header .outerDiv .selectedLanguage:focus-within {
	border: 1px solid #008ff9;
}

.outerDiv .selectedLanguage {
	padding: 0 5px;
}

.outerDiv .choose-lng,
.outerDiv .selectedLanguage {
	width: 230px;
	background: #0b235a;
	border: none;
	padding: 3px;
	cursor: pointer;
	position: relative;
	display: inline-block;
}

.outerDiv .footer-menu .default.lang .choose-lng span:first-child,
.outerDiv
	.footer-menu
	.languagedefault.lang
	.selectedLanguage
	span:first-child {
	margin-right: 8px;
	color: var(--light2);
}

.outerDiv .footer-menu .default.lang .choose-lng span,
.outerDiv .footer-menu .languagedefault.lang .selectedLanguage span {
	display: inline-block;
	vertical-align: middle;
}

.outerDiv .footer-menu .languagedefault.lang .supp-langs label {
	color: #000;
}

.outerDiv .footer-menu .default.lang .supp-langs label,
.outerDiv .footer-menu .languagedefault.lang .supp-langs label {
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	line-height: 17px;
	margin-top: -2px;
	display: block;
	margin-left: 2px;
}

/*header .outerDiv .footer-menu .languagedefault.lang .supp-langs label:before {
    border-radius: 50%;
    border:1px solid #ccc
}

.outerDiv .footer-menu .default.lang .supp-langs label:before, .outerDiv .footer-menu .languagedefault.lang .supp-langs label:before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin-top: -3px;
    margin-right: -8px;
    border:1px solid #fff
}*/

.outerDiv .flag-GB:before {
	background-position: center -192px;
}

header .outerDiv .languageMain .selectedLanguage::after {
	display: none;
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f078';
	position: absolute;
	right: 9px;
	top: 9px;
	color: #000;
	font-size: 16px;
}

header .outerDiv .footer-menu .default.lang .supp-langs.show,
header .outerDiv .footer-menu .default.lang .supp-langs > ul > li,
header .outerDiv .footer-menu .languagedefault.lang .allLanguage.show,
header .outerDiv .footer-menu .languagedefault.lang .allLanguage > ul > li {
	border: none;
}

.outerDiv .footer-menu .default.lang .supp-langs.show,
.outerDiv .footer-menu .languagedefault.lang .allLanguage.show {
	display: block;
	border: 1px solid var(--fontlight);
	border-top: none;
	border-bottom: none;
}

.outerDiv .footer-menu .default.lang .supp-langs,
.outerDiv .footer-menu .languagedefault.lang .allLanguage {
	display: none;
	position: fixed;
	width: 96%;
	height: 500px;
	background: #fff;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 142px;
}

.outerDiv .footer-menu .default.lang .supp-langs > ul,
.outerDiv .footer-menu .languagedefault.lang .allLanguage > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-left: -12px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 25px 30px 30px;
	font-size: 14px;
	max-height: 435px;
	overflow-y: auto;
}

.outerDiv .footer-menu .default.lang .supp-langs > ul::-webkit-scrollbar-track,
.outerDiv
	.footer-menu
	.languagedefault.lang
	.allLanguage
	> ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
}

.outerDiv .footer-menu .default.lang .supp-langs > ul::-webkit-scrollbar,
.outerDiv
	.footer-menu
	.languagedefault.lang
	.allLanguage
	> ul::-webkit-scrollbar {
	width: 5px;
	background-color: #f5f5f5;
}

.outerDiv .footer-menu .default.lang .supp-langs > ul::-webkit-scrollbar-thumb,
.outerDiv
	.footer-menu
	.languagedefault.lang
	.allLanguage
	> ul::-webkit-scrollbar-thumb {
	background-color: #3c3838;
}

header .outerDiv .footer-menu .default.lang .supp-langs.show,
header .outerDiv .footer-menu .default.lang .supp-langs > ul > li,
header .outerDiv .footer-menu .languagedefault.lang .allLanguage.show,
header .outerDiv .footer-menu .languagedefault.lang .allLanguage > ul > li {
	border: none;
}

.outerDiv .footer-menu .default.lang .supp-langs > ul > li,
.outerDiv .footer-menu .languagedefault.lang .allLanguage > ul > li {
	padding: 0;
	width: 200px;
	margin-left: 12px;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	cursor: pointer;
	background: #fff;
	padding: 5px;
	line-height: normal;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 30px;
}

.outerDiv .footer-menu .default.lang .supp-langs > ul > li.active,
.outerDiv .footer-menu .default.lang .supp-langs > ul > li:hover,
.outerDiv .footer-menu .languagedefault.lang .allLanguage > ul > li.active,
.outerDiv .footer-menu .languagedefault.lang .allLanguage > ul > li:hover {
	background: rgb(0, 143, 249, 0.1);
	color: #008ff9;
}

header .outerDiv .footer-menu .languagedefault.lang .allLanguage ul li:before {
	border-radius: 50%;
}

.outerDiv .footer-menu .default.lang .supp-langs ul li:before,
.outerDiv .footer-menu .languagedefault.lang .allLanguage ul li:before {
	content: '';
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	margin-right: -8px;
}

@media (min-width: 768px) {
	header .languageMain {
		right: 85px;
	}

	body header .outerDiv .languageMain .choose-lng,
	body header .outerDiv .languageMain .selectedLanguage {
		width: 65px !important;
		height: 30px;
	}

	body .pageContent li span.active:before {
		color: #03a87c !important;
	}
}

@media (min-width: 1024px) {
	body .pageContent li span.active:before {
		color: #03a87c !important;
	}
}

@media (max-width: 768px) {
	header .outerDiv .selectedLanguage {
		width: 65px;
		text-transform: uppercase;
		height: 28px;
	}

	.outerDiv .footer-menu .default.lang .supp-langs,
	.outerDiv .footer-menu .languagedefault.lang .allLanguage {
		top: 62px;
		border-radius: 0;
		left: -10px;
		right: 0;
		width: 96%;
		height: auto;
		z-index: 999;
	}

	.outerDiv .langTitleCloseIcon {
		margin: 20px 15px 0 15px;
	}

	.outerDiv .langTitleCloseIcon svg {
		display: block;
	}

	.outerDiv .footer-menu .default.lang .supp-langs > ul,
	.outerDiv .footer-menu .languagedefault.lang .allLanguage > ul {
		padding: 20px 0;
		margin-left: 0;
		overflow: auto;
		height: calc(100vh - 104px);
		display: block;
	}

	.outerDiv .footer-menu .default.lang .supp-langs > ul > li,
	.outerDiv .footer-menu .languagedefault.lang .allLanguage > ul > li {
		padding: 5px 15px;
		margin-left: 0;
		border-radius: 0;
		width: 170px;
	}

	body .outerDiv .footer-menu .languagedefault.lang .allLanguage > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: initial;
		flex-wrap: initial;
	}

	.outerDiv .footer-menu .default.lang .supp-langs > ul > li.active,
	.outerDiv .footer-menu .default.lang .supp-langs > ul > li:hover,
	.outerDiv .footer-menu .languagedefault.lang .allLanguage > ul > li.active,
	.outerDiv .footer-menu .languagedefault.lang .allLanguage > ul > li:hover {
		background: 0 0;
		color: #008ff9;
	}

	span.aw_err {
		margin: -32px 0 0;
		left: 15px;
	}

	.radioBtnSecAB .radioGroupAwd [type='radio']:checked + label,
	.radioBtnSecAB .radioGroupAwd [type='radio']:not(:checked) + label {
		height: 40px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.radioBtnSecAB .radioGroupAwd [type='radio']:checked + label:before,
	.radioBtnSecAB .radioGroupAwd [type='radio']:not(:checked) + label:before {
		top: 9px;
	}

	.radioBtnSecAB .radioGroupAwd [type='radio']:checked + label:after,
	.radioBtnSecAB .radioGroupAwd [type='radio']:not(:checked) + label:after {
		top: 12px;
	}
}

@media all and (device-width: 768px) and(device-height: 1024px) and(orientation: portrait) {
	.outerDiv .langTitleCloseIcon {
		margin-right: 40px;
	}
}

.language-list li.active {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

@media (min-width: 992px) {
	.footerMiddleSec .footerCat {
		margin-left: -20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.footerMiddleSec .footerCat .default.hd {
		margin-left: 20px;
		width: 140px;
		margin-bottom: 20px;
	}

	header .outerDiv .footer-menu .languagedefault.lang .allLanguage.show {
		z-index: 99;
	}
}

.languageoverlay.show {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99;
}

body .outerDiv .languageMain {
	position: static;
	margin-right: 15px;
}

@media (max-width: 768px) {
	header {
		padding: 0;
	}

	.outerDiv .footer-menu .languagedefault.lang .allLanguage > ul > li {
		width: 100% !important;
	}
}

.footer-menu .default.lang .supp-langs,
.footer-menu .languagedefault.lang .allLanguage {
	border-radius: 10px !important;
}

header .languageMain {
	position: absolute;
	right: 85px;
	top: 20px;
}

.overlaylang.show {
	background: rgb(0, 0, 0, 0.2);
	position: fixed;
	top: 68px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.langTitleCloseIcon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 30px 0 30px;
}

.langTitleCloseIcon svg {
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.languageTitleLD {
	font-size: 20px;
	line-height: 22px;
	color: #000000;
}

.footer-menu .default.lang,
.footer-menu .languagedefault.lang {
	display: inline-block;
}

header .selectedLanguage {
	background: rgb(0, 0, 0, 0.3);
	border-radius: 30px;
	text-transform: uppercase;
}

.selectedLanguage {
	padding: 0 5px;
}

.choose-lng,
.selectedLanguage {
	width: 230px;
	background: #0b235a;
	border: none;
	padding: 3px;
	cursor: pointer;
	position: relative;
	display: inline-block;
}

.footer-menu .default.lang .choose-lng span:first-child,
.footer-menu .languagedefault.lang .selectedLanguage span:first-child {
	margin-right: 10px;
	color: var(--light2);
}

.footer-menu .default.lang .choose-lng span,
.footer-menu .languagedefault.lang .selectedLanguage span {
	display: inline-block;
	vertical-align: middle;
}

.footer-menu .languagedefault.lang .supp-langs label {
	color: #000;
}

.footer-menu .default.lang .supp-langs label,
.footer-menu .languagedefault.lang .supp-langs label {
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	line-height: 17px;
	margin-top: -2px;
	display: block;
	margin-left: 2px;
}

/* header .footer-menu .languagedefault.lang .supp-langs label:before {
    border-radius: 50%;
    border: 1px solid #ccc;
}*/

/*.footer-menu .default.lang .supp-langs label:before,
.footer-menu .languagedefault.lang .supp-langs label:before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin-top: -3px;
    margin-right: -8px;
    border: 1px solid #fff;
}*/

.flag-GB:before {
	background-position: center -192px;
}

[class*='flag-']:before {
	background: url(/web/20251211031837im_/https://fraga-casino-az.com/css/images/sprite-flag.png)
		no-repeat center bottom;
}

header .languageMain .selectedLanguage::after {
	display: none;
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f078';
	position: absolute;
	right: 9px;
	top: 9px;
	color: #000;
	font-size: 16px;
}

header .footer-menu .default.lang .supp-langs.show,
header .footer-menu .default.lang .supp-langs > ul > li,
header .footer-menu .languagedefault.lang .allLanguage.show,
header .footer-menu .languagedefault.lang .allLanguage > ul > li {
	border: none;
}

.footer-menu .default.lang .supp-langs.show,
.footer-menu .languagedefault.lang .allLanguage.show {
	display: block;
	border: 1px solid var(--fontlight);
	border-top: none;
	border-bottom: none;
}

.footer-menu .default.lang .supp-langs,
.footer-menu .languagedefault.lang .allLanguage {
	display: none;
	position: absolute;
	width: 910px;
	height: 500px;
	background: #ffffff;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 72px;
}

.footer-menu .default.lang .supp-langs > ul,
.footer-menu .languagedefault.lang .allLanguage > ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-left: -12px;
	flex-wrap: wrap;
	width: 100%;
	padding: 25px 30px 30px;
	font-size: 14px;
}

header .footer-menu .default.lang .supp-langs.show,
header .footer-menu .default.lang .supp-langs > ul > li,
header .footer-menu .languagedefault.lang .allLanguage.show,
header .footer-menu .languagedefault.lang .allLanguage > ul > li {
	border: none;
}

.footer-menu .default.lang .supp-langs > ul > li,
.footer-menu .languagedefault.lang .allLanguage > ul > li {
	padding: 0;
	width: 200px;
	margin-left: 12px;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	cursor: pointer;
	background: #fff;
	padding: 5px;
	line-height: normal;
	height: 32px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 30px;
}

.footer-menu .default.lang .supp-langs > ul > li.active,
.footer-menu .languagedefault.lang .allLanguage > ul > li.active,
.footer-menu .default.lang .supp-langs > ul > li:hover,
.footer-menu .languagedefault.lang .allLanguage > ul > li:hover {
	background: rgb(0, 143, 249, 0.1);
}

header .footer-menu .languagedefault.lang .allLanguage ul li:before {
	border-radius: 50%;
}

.footer-menu .default.lang .supp-langs ul li:before,
.footer-menu .languagedefault.lang .allLanguage ul li:before {
	content: '';
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	margin-right: -8px;
}

body .searchHD {
	display: none;
}

@media (min-width: 768px) {
	header .languageMain {
		right: 85px;
	}

	body header .languageMain .choose-lng,
	body header .languageMain .selectedLanguage {
		width: 65px !important;
		height: 28px;
	}
}

@media (max-width: 768px) {
	header .selectedLanguage {
		width: 65px;
		text-transform: uppercase;
		height: 28px;
	}

	.footer-menu .default.lang .supp-langs,
	.footer-menu .languagedefault.lang .allLanguage {
		top: 62px;
		border-radius: 0;
		left: -10px;
		right: 0;
		width: 106%;
		height: auto;
	}

	.langTitleCloseIcon {
		margin: 30px 15px 0 15px;
	}

	.langTitleCloseIcon svg {
		display: none;
	}

	.footer-menu .default.lang .supp-langs > ul,
	.footer-menu .languagedefault.lang .allLanguage > ul {
		padding: 20px 0;
		margin-left: 0;
	}

	.footer-menu .default.lang .supp-langs > ul > li,
	.footer-menu .languagedefault.lang .allLanguage > ul > li {
		padding: 5px 15px;
		margin-left: 0;
		border-radius: 0;
		width: 100%;
	}
}

.lang-flag i {
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 50%;
}

.lang-flag span {
	position: relative;
	top: -4px;
	right: -3px;
}

a.disabled {
	pointer-events: none;
	cursor: pointer;
	opacity: 0.8;
}

.table-of-content a {
	padding: 15px;
}

.cookie-notification.open {
	display: block;
}

.cookie-notification {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 20px 0;
	z-index: 65;
	background: #fff;
}

.cookie-notification .c_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cookie-notification-text {
	width: 60%;
	padding: 0 5px;
	font-size: 0.9rem;
}

.cookie-notification-title {
	font-size: 1.1rem;
	font-weight: 500;
	margin-bottom: 10px;
}

.cookie-notification-link {
	display: block;
	width: 20%;
	color: #232323;
	border: 1px solid #232323;
	height: 50px;
	border-radius: 6px;
	text-align: center;
	line-height: 50px;
	margin: 10px;
}

.cookie-notification-close {
	display: block;
	width: 20%;
	color: #ffffff;
	border: 1px solid #232323;
	background-color: #232323;
	height: 50px;
	border-radius: 6px;
	text-align: center;
	line-height: 50px;
	margin: 10px;
	font-size: 16px;
}

@media (max-width: 800px) {
	.cookie-notification .c_container {
		flex-direction: column;
	}

	body .btn1.join-now {
		font-size: 15px;
		padding: 8px 16px;
		margin-left: 10px;
	}
	.cookie-notification-text,
	.cookie-notification-link,
	.cookie-notification-close {
		width: 100%;
	}

	.h-100 {
		margin-top: 10px;
	}

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

	.home main > :not(.topsec) h1 {
		font-size: 30px;
	}
	.hero-img {
		margin-top: -50px;
	}
	.mb-4 {
		margin-bottom: 0rem !important;
	}
}

body header .logo-wrap img {
	width: 100%;
	height: auto;
	max-width: 200px;
}

#tw-target-text {
	color: #fff;
}
/* POP-----UP */
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	backdrop-filter: blur(8px);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.4s ease,
		visibility 0.4s ease;
}

.popup-overlay.active {
	opacity: 1;
	visibility: visible;
}

/* Popup Container */
.popup {
	background: #26252d;
	border-radius: 25px;
	padding: 45px 35px;
	max-width: 520px;
	width: 90%;
	position: relative;
	box-shadow:
		0 25px 70px rgba(118, 75, 162, 0.5),
		0 0 100px rgba(102, 126, 234, 0.3);
	transform: scale(0.7) translateY(-60px);
	transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	text-align: center;
	border: 2px solid rgba(255, 255, 255, 0.2);
}

.popup-overlay.active .popup {
	transform: scale(1) translateY(0);
}

.popup::before {
	content: '🎁';
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 50px;
	animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
	0%,
	100% {
		transform: translateX(-50%) translateY(0);
	}
	50% {
		transform: translateX(-50%) translateY(-15px);
	}
}

.close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(255, 255, 255, 0.25);
	border: 2px solid rgba(255, 255, 255, 0.3);
	color: white;
	font-size: 26px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	line-height: 1;
	font-weight: 300;
}

.close-btn:hover {
	background: rgba(255, 255, 255, 0.4);
	transform: rotate(90deg) scale(1.1);
	border-color: white;
}

.popup-image {
	width: 100%;
	max-width: 300px;
	height: auto;
	border-radius: 20px;
	margin-bottom: 30px;
	animation: float 3s ease-in-out infinite;
}

.popup-text {
	color: white;
	font-size: 22px;
	font-weight: 700;
	margin: 25px 0 35px;
	line-height: 1.5;
	text-shadow:
		0 4px 12px rgba(0, 0, 0, 0.4),
		0 2px 4px rgba(0, 0, 0, 0.3);
	background-clip: text;
	position: relative;
	padding: 15px;
}

.subscribe-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	border-radius: 60px;
	background: #f13e56;
	color: #fff;
	text-decoration: none;
	padding: 18px 45px;
	font-size: 19px;
	font-weight: 800;
	box-shadow:
		0 12px 30px rgba(0, 0, 0, 0.3),
		0 0 0 4px rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.subscribe-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 10px;
	background: linear-gradient(
		135deg,
		rgba(102, 126, 234, 0.15),
		rgba(118, 75, 162, 0.15)
	);
	transform: translate(-50%, -50%);
	transition:
		width 0.6s,
		height 0.6s;
}

.subscribe-btn:hover::before {
	width: 350px;
	height: 350px;
}

.subscribe-btn:hover {
	transform: translateY(-5px);
	box-shadow:
		0 18px 45px rgba(0, 0, 0, 0.4),
		0 0 0 6px rgba(255, 255, 255, 0.3);
}

.subscribe-btn:active {
	transform: translateY(-2px);
}

/* Telegram Icon */
.telegram-icon {
	width: 26px;
	height: 26px;
	position: relative;
	z-index: 1;
	transition: transform 0.3s ease;
	filter: drop-shadow(0 2px 4px rgba(90, 79, 207, 0.3));
}

.subscribe-btn:hover .telegram-icon {
	transform: scale(1.15) rotate(-10deg);
	animation: wiggle 0.5s ease;
}

@keyframes wiggle {
	0%,
	100% {
		transform: scale(1.15) rotate(-10deg);
	}
	25% {
		transform: scale(1.15) rotate(-15deg);
	}
	75% {
		transform: scale(1.15) rotate(-5deg);
	}
}

/* Responsive Design */
@media (max-width: 600px) {
	.popup {
		padding: 35px 25px;
		width: 95%;
	}

	.popup-text {
		font-size: 20px;
		margin: 20px 0 30px;
	}

	.subscribe-btn {
		padding: 15px 35px;
		font-size: 17px;
	}

	.popup-image {
		max-width: 270px;
	}

	.popup::before {
		font-size: 40px;
		top: -25px;
	}
	body header .logo-wrap img {
		width: 100%;
		height: auto;
		max-width: 140px;
	}
}

/* Animation for content */
.popup-overlay.active .popup-image {
	animation:
		fadeInUp 0.6s ease 0.2s both,
		float 3s ease-in-out 0.8s infinite;
}

.popup-overlay.active .subscribe-btn {
	animation:
		fadeInUp 0.6s ease 0.6s both,
		pulse 2s ease-in-out 1.2s infinite;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(40px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes pulse {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.03);
	}
}

/* .mobile {
            display: none;
        }
    @media (max-width: 990px) {
  .mobile {
            display: block;
        }
     } */
.mobile-cnt {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
}
.tme-btn {
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mobile img {
	height: auto;
	width: 100%;
	max-width: 40px;
}
.mobile-cnt {
	display: flex;
	justify-content: center;
	align-items: center;
}
.mobile-cnt a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	margin-bottom: 15px;
}
.footer-text p {
	margin: 0;
	font-weight: bold;
}
@media (max-width: 400px) {
	.mobile img {
		width: 50px;
	}
}
@media (min-width: 990px) {
	.popup,
	.popup-overlay {
		display: none;
	}
}

.img-cov {
	max-width: 900px;
	width: 100%;
	height: 100%;
	margin: 15px auto;
}

.img-cov img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.img-cov.m {
	max-width: 500px;
}

.footer__list {
	margin: 0 0 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}
