@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
  font-size: 62.5%;
  line-height: 62.5%;
}

body {
  background-color: #000;
  color: #fff;
  height: 100%;
  font-size: 1.6rem;
  line-height: 145%;
  direction: ltr;
  text-align: left;
  font-family: "Roboto", arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {

  /* mobile-view */
  body {
    font-size: 3.8vw;
    line-height: 145%;
  }
}

* {
  box-sizing: border-box;
}

textarea {
  font-family: Roboto, sans-serif;
}

a {
  color: #ffcc33;
  text-decoration: underline;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(103, 199, 245, 0.4);
}

a:hover {
  text-decoration: none;
  color: #ffff33;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin-top: 0;
  clear: both;
  color: #ffcc33;
  margin-bottom: 0.6em;
}

h1 {
  padding: 0;
  font-size: 300%;
  line-height: 125%;
  font-weight: 900;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

@media screen and (max-width: 1300px) {
  h1 {
    font-size: 240%;
  }
}

h2 {
  font-size: 200%;
  line-height: 120%;
  font-weight: 700;
}

h3 {
  font-size: 125%;
  line-height: 135%;
  font-weight: 700;
}

h4 {
  font-size: 100%;
  line-height: 135%;
  font-weight: 700;
}

h5 {
  font-size: 100%;
  line-height: 125%;
}

h6 {
  font-size: 80%;
  line-height: 115%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {

  /* mobile-view */
  h1 {
    font-size: 190%;
    margin-bottom: 3.8vw;
  }

  h2 {
    font-size: 160%;
  }

  h3 {
    font-size: 115%;
  }

  h4 {
    font-size: 105%;
    line-height: 1.4em;
  }

  h5 {
    font-size: 100%;
    line-height: 1.4em;
  }

  h6 {
    font-size: 100%;
    line-height: 1.4em;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  font-weight: inherit !important;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}

table {
  font-size: inherit;
  line-height: inherit;
}

td {
  font-size: inherit;
}

p {
  padding: 0;
  margin: 0 0 1em 0;
  font-size: inherit;
}

ul {
  padding: 0px 0px 0px 30px;
  margin: 0px 0px 20px 0px;
  font-size: inherit;
}

ul.col {
  padding: 0;
}

ol {
  padding: 0px 0px 0px 30px;
  margin: 0px 0px 20px 0px;
  font-size: inherit;
}

ol.col {
  padding: 0;
}

ul li {
  padding: 0;
  margin: 0 0 8px 0;
  font-size: inherit;
  list-style: disc;
}


ul.list-none li {
  list-style: none;
}

ol li {
  padding: 0px 0px 0px 5px;
  margin: 0 0 8px 0;
  font-size: inherit;
  list-style: decimal;
}

ol ul li {
  list-style: disc;
  padding-left: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 8px 0px 0px 0px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {

  /* mobile-view */
  ul {
    padding: 0px 0px 0px 7vw;
    margin: 0px 0px 5vw 0px;
  }

  ol {
    padding: 0px 0px 0px 7vw;
    margin: 0px 0px 5vw 0px;
  }

  ul li {
    margin: 0 0 2vw 0;
  }

  ol li {
    padding: 0px 0px 0px 1.3vw;
    margin: 0 0 2vw 0;
  }

  .cms-section-block-v2 ul,
  .cms-section-block-v2 ol,
  .cms-section-block-v2 ul li:last-child,
  .cms-section-block-v2 ol li:last-child {
    margin-bottom: 0;
  }

  ul ul,
  ul ol,
  ol ol,
  ol ul {
    margin: 2vw 0px 0px 0px;
  }
}

hr {
  height: 1px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  background-color: transparent;
  margin-bottom: 1em;
}

video {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  padding: 0;
  margin: 0;
}

/********************** end global **********************/

.center {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.m-left.center {
		text-align: left;
	}
	.m-left {
		text-align: left;
	}
}

.bold-text {
	font-weight: 600;
}

abutton,
a.button,
button.button {
  padding: 0.3em 1.2em;
	height: auto;
	line-height: normal;
	display: block;
	font-size: 3.6rem;
	white-space: nowrap;
	background: #04c342;
	color: #fff;
	text-align: center;
	border-style: none;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 auto;
	vertical-align: top;
	border: 0;
	cursor: pointer;
	-webkit-appearance: button;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
}
abutton.iblock,
a.iblock {
	display: inline-block;
}
abutton.red,
a.button.red,
button.button.red {
	background-color:#FF0000;
}
button.button:hover,
button.button:active,
button.button:focus	 {background:#038a2f; color:#fff;}
@media screen and (max-width: 767px) { /* mobile view */
	abutton,a.button,button.button	{font-size:6vw; padding:3.3vw 8vw 2.4vw 8vw; font-weight:700;}
} 

.banner {
	position:relative;
	margin-bottom:2em;
}

.banner img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}

.banner-terms {
	background-color: #363636;
	padding: 5px 12px;
	color: #fff;
	font-size: 1rem;
}

.banner-terms a {
	color: #fff ;
	font-weight: normal;
	font-size: 1rem;
}

@media screen and (max-width: 1024px) {
	.banner {
		min-height: unset;
	}

}

@media screen and (max-width: 767px) {

	

	abutton,
	a.button,
	button.button {
		font-size: 2.5rem;
	}
}



/******************************** CONTENT ***************************************/

.area-wrapper-lp {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	max-width: 1320px;
}

.content-section {
	margin-bottom: 40px;
}

.header p {
	font-size:bigger;
}

.center-container {
	width: 1100px;
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}

.center-container .col-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 40px;
}

@media screen and (max-width: 1024px) {
	.center-container {
		width: 950px;
	}
}


@media screen and (max-width: 767px) {
	.center-container {
		width: 100%;
		box-sizing: border-box;
	}

    .center-container .col-4 {
		display: grid;
        grid-template-columns: 1fr;
		gap: 20px;
    }
}



.center {
	text-align: center;
}

.bg-gray {
	background-color:#363636;
	padding-top:2em;
	padding-bottom:1em;
	margin-bottom:2em;
}

.content-section .btn-wrapper {
	margin-top: 3%;
	margin-bottom: 1.5%;
}

.bg-gray h2 {
  color: #FFF;
  font-size: 4.8rem;
  margin-bottom: 20px;
  font-weight: 900;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .bg-gray h2 {
    font-size: 2.8rem;
  }
}


/******************************** TABLE ***************************************/
.terms-section h3,
.terms-section h4,
.terms-section h5,
.terms-section p {
	margin: 15px 0;
}

.terms-section h4 {
  color: #fff;
}

.terms-section ul {
  padding-left: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
	.terms-section h3 {
		font-size: 2.8rem;
	}

	.terms-section h4 {
		font-size: 1.8rem;
	}
	
	
	.content-section .btn-wrapper {
		margin-top: 8%;
		margin-bottom: 4%;
	}
}


/******************************** END TABLE ***************************************/

.desktop {
	display: block;
}

.mobile {
	display: none;
}

@media screen and (max-width: 767px) {
	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}
}

svg,
object {
	max-width:100%;
	width:100%;
	height:auto;
}

.w-80 {
	width: 80%;
	margin-left:auto;
	margin-right:auto;
}


/*************** promotions-box ***************/

.promo-cards-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 30px;
}

.promo-card {
	border: 6px solid #FFCC33;
	border-radius: 31px;
	padding: 28px 24px;
}

.promo-card h2 {
	margin-bottom: 16px;
}

.promo-card h3 {
  color: #fff;
}

.promo-card p {
	margin-bottom: 20px;
}

.promo-card p.title {
    margin-bottom: 0;
}

.promo-card ul.list-none {
	margin: 0 0 20px 0;
	padding: 0;
}

.promo-card ul.list-none li {
	padding: 0;
	margin-bottom: 4px;
}

@media screen and (max-width: 1023px) {
	.promo-cards-grid {
		gap: 16px;
	}

	.promo-card {
		padding: 22px 18px;
	}
}

@media screen and (max-width: 767px) and (orientation: portrait) {
	.promo-cards-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.promo-card {
		padding: 5vw 4vw;
	}
}

/*************** end promotions-box ***************/