@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lato&family=Open+Sans:wght@400;700&family=Roboto:wght@400;700&display=swap');

body {
   overflow-x: hidden;
   min-height: 100vh;
   background: #203238;
   font-family: 'Open Sans', sans-serif;
   font-size: 15px;
   font-weight: 400;
   line-height: 1.66;
   color: #fff;
   text-align: left;
   -webkit-text-size-adjust: 100%;
   text-size-adjust: 100%;
}

p {
   margin-top: 25px;
   line-height: 1.66;
   width: 100%;
}

p+ul,
p+ol {
   margin-top: 25px;
}

ul,
ol {
   text-align: left;
   width: 100%;
}

nav ul {
   width: auto;
}

a {
   color: inherit;
}

/* Title */
h1,
h2,
h3,
.title {
   display: block;
   position: relative;
   width: 100%;
   font-weight: 700;
   line-height: 1.2;
}

h1,
.title.general {
   font-size: 48px;
}

h2,
.title.high {
   font-size: 40px;
}

h3,
.title.middle {
   font-size: 36px;
}

h4,
.title.mini {
   font-size: 24px;
}

/* Article */
article,
.article {
   font-size: 15px;
   font-weight: 400;
   line-height: 1.5;
   text-align: left;
}

article>*:first-child,
.article>*:first-child {
   margin-top: 0px;
}

article>*+*,
.article>*+* {
   margin-top: 25px;
}

article p:first-child,
.article p:first-child {
   margin-top: 0px;
}

/* Button */
.button {
   display: inline-block;
   position: relative;
   width: auto;
   height: auto;
   font-size: 15px;
   font-weight: 700;
   color: #203238;
   line-height: 1;
   text-transform: uppercase;
   text-align: center;
   white-space: nowrap;
   background: #fff;
   border: 2px solid #fff;
   min-width: 180px;
   border-radius: 30px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   -ms-border-radius: 30px;
   -o-border-radius: 30px;
   padding: 15px 10px;
   margin: 25px 0 0;
}

.button:hover {
   background: transparent;
}

.button img,
.button span {
   display: inline-block;
   vertical-align: middle;
}

.button img {
   margin-right: 10px;
}

.button span {
   text-align: left;
}

/* Special */
.image img,
.background img {
   display: block;
   position: relative;
   margin: auto;
}

.background {
   display: block !important;
   position: absolute !important;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
}

.background img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

.js-expand-content {
   display: none;
   overflow: hidden;
}

.js-expand-content.expanded {
   height: 100%;
}

svg {
   display: inline-block;
   position: relative;
   vertical-align: inherit;
   fill: rgba(255, 255, 255, 1);
   line-height: 1;
}

use {
   fill: rgba(255, 255, 255, 1);
   fill-rule: evenodd;
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   -moz-transition: all 0.5s;
   transition: all 0.5s;
}

.path {
   fill: inherit;
   stroke: inherit;
   stroke-width: inherit;
}

/* Content */
.content,
.cover {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -moz-box-orient: vertical;
   -moz-box-direction: normal;
   flex-direction: column;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   height: 100%;
   width: 100%;
   max-width: 1290px;
   margin: 0px auto;
   position: relative;
   overflow: hidden;
}

.content {
   margin-top: 25px;
   padding: 25px 30px;
}

.cover {
   margin-top: 40px;
   max-width: 100%;
   overflow: hidden;
   padding-left: -webkit-calc(50% - (1290px / 2));
   padding-left: -moz-calc(50% - (1290px / 2));
   padding-left: calc(50% - (1290px / 2));
   padding-right: -webkit-calc(50% - (1290px / 2));
   padding-right: -moz-calc(50% - (1290px / 2));
   padding-right: calc(50% - (1290px / 2));
}

.content>*,
.cover>* {
   position: relative;
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 auto;
   -moz-box-flex: 1;
   flex: 1 1 auto;
}

/* Prime */
.prime {
   background: #364d55;
   padding-top: 125px;
   margin-top: 0;
}

/* Header */
.header {
   background: #203238;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   overflow: visible;
   padding-top: 11px;
   padding-bottom: 14px;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   z-index: 100;
   height: auto;
   margin-top: 0;
   border-radius: 0 0 25px 25px;
   -webkit-border-radius: 0 0 25px 25px;
   -moz-border-radius: 0 0 25px 25px;
   -ms-border-radius: 0 0 25px 25px;
   -o-border-radius: 0 0 25px 25px;
}

.logo {
   display: inline-block;
}

.logo img {
   display: block;
}

.header__logo {
   max-width: 154px;
}

.header__menu-button,
.header__menu .header__button {
   display: none;
}

.header__menu {
   -webkit-box-flex: 0;
   -ms-flex: none;
   flex: none;
   margin: 0 auto 0 3vw;
}

.header__menu ul {
   background: #263b42;
   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;
   border-radius: 25px;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   -o-border-radius: 25px;
   padding: 0 53px;
}

.header__menu ul li+li {
   margin-left: 35px;
}

.header__menu ul li a {
   display: block;
   font-size: 15px;
   font-weight: 400;
   color: #01a77f;
   text-transform: uppercase;
   padding: 25px 0;
}

.header__menu ul li a:hover {
   color: #fff;
}

.header__button {
   -webkit-box-flex: 0;
   -ms-flex: none;
   flex: none;
   margin-top: 0;
}

.header__button-signup {
   color: #fff;
   background: #01a77e;
   border-color: #01a77e;
   margin-right: 30px;
}

.header__button-signup:hover {
   color: #01a77e;
}

.header__button-login:hover {
   color: #fff;
}

.header.scroll .header__menu ul li a {
   padding-top: 15px;
   padding-bottom: 15px;
}

/* Prime desk */
.prime-desc {
   padding: 0 25px;
}

/* Prime banner */
.prime__banner {
   background: #02a77f;
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   margin-top: 44px;
   border-radius: 15px 15px 0 0;
   -webkit-border-radius: 15px 15px 0 0;
   -moz-border-radius: 15px 15px 0 0;
   -ms-border-radius: 15px 15px 0 0;
   -o-border-radius: 15px 15px 0 0;
   padding: 21px 30px;
}

.prime__banner p {
   font-weight: 700;
   font-size: 35px;
   color: #273a41;
   margin-top: 0;
}

.prime__banner-button {
   margin-top: 0;
   background: #24373e;
   border-color: #24373e;
   color: #fff;
}

/* Characteristics */
.content.characteristics {
   background: #364d55;
   padding: 25px 30px 0;
   border-radius: 15px;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   -ms-border-radius: 15px;
   -o-border-radius: 15px;
}

.characteristics__title {
   color: #02a77f;
}

.characteristics__table {
   margin: 33px 0 0 -30px;
   font-size: 24px;
   line-height: 1;
}

.characteristics__table th {
   background: #3c545d;
   width: 420px;
}

.characteristics__table tr:first-child th {
   border-radius: 0 14px 0 0;
   -webkit-border-radius: 0 14px 0 0;
   -moz-border-radius: 0 14px 0 0;
   -ms-border-radius: 0 14px 0 0;
   -o-border-radius: 0 14px 0 0;
}

.characteristics__table th,
.characteristics__table td {
   padding: 13.5px 56px;
}

.characteristics__table tr:last-child th,
.characteristics__table tr:last-child th {
   padding-bottom: 127px;
}

/* Pros Cons */
.pros-cons__wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin-top: 40px;
   width: 100%;
}

.pros-cons__item {
   background: #3f5d67;
   width: -webkit-calc(50% - 15px);
   width: -moz-calc(50% - 15px);
   width: calc(50% - 15px);
   border-radius: 15px;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   -ms-border-radius: 15px;
   -o-border-radius: 15px;
   overflow: hidden;
}

.pros-cons__title {
   background: #02a77f;
   font-size: 35px;
   color: #203238;
   text-transform: uppercase;
   padding: 42px 60px;
}

.pros-cons__item ul {
   padding: 29px 56px 48px;
}

.pros-cons__item ul li {
   position: relative;
   padding-left: 10px;
}

.pros-cons__item ul li:before {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   margin: auto;
   width: 5px;
   height: 2px;
   background: #fff;
}

/* Account */
.account {}

.account__wrap {
   margin-top: 51px;
   width: 100%;
   border-radius: 15px;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   -ms-border-radius: 15px;
   -o-border-radius: 15px;
   overflow: hidden;
}

.account__steps {
   background: #3e5b65;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   padding: 25px 30px;
}

.account__steps li {
   background: #02a77f;
   font-weight: 700;
   color: #fff;
   width: -webkit-calc(25% - 22.5px);
   width: -moz-calc(25% - 22.5px);
   width: calc(25% - 22.5px);
   border-radius: 15px;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   -ms-border-radius: 15px;
   -o-border-radius: 15px;
   padding: 12px 22px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   position: relative;
}

.account__steps li:nth-child(n+2):before {
   content: '>';
   font-weight: 700;
   font-size: 24px;
   color: #02a77f;
   position: absolute;
   left: -20px;
}

.account__form-wrap {
   background: #314a53;
   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;
   padding: 100px 105px;
}

.account__form-img {
   margin-right: 105px;
}

.account__form-form {
   max-width: 555px;
   width: 100%;
}

.account__form-field {
   font-family: 'Roboto', sans-serif;
   display: block;
   width: 100%;
   background: transparent;
   border-radius: 50px;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   -ms-border-radius: 50px;
   -o-border-radius: 50px;
   border: 1px solid #fff;
   color: #fff;
   padding: 25px 30px;
   min-height: 75px;
   margin-bottom: 30px;
}

.account__form-field::placeholder {
   color: #fff;
   opacity: 1;
}

.account__form-field::-ms-input-placeholder {
   color: #fff;
}

.account__form-check {
   position: absolute;
   z-index: -1;
   opacity: 0;
   margin: 0;
}

.account__form-desk {
   display: block;
   font-size: 16px;
   position: relative;
   padding-left: 40px;
   text-align: left;
}

.account__form-desk:before {
   content: '';
   display: block;
   width: 21px;
   height: 21px;
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   border-radius: 3px;
   border: 2px solid #fff;
}

.account__form-check:checked+.account__form-desk:before {
   background: #fff;
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%221em%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M438.6%20105.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-256%20256c-12.5%2012.5-32.8%2012.5-45.3%200l-128-128c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200L160%20338.7%20393.4%20105.4c12.5-12.5%2032.8-12.5%2045.3%200z%22%20fill%3D%22%23ec632b%22%2F%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: 15px;
}

.account__form-buttton {
   background: #ec632b;
   border-color: #ec632b;
   color: #fff;
   min-width: 210px;
}

/* App */
.app__wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   margin-top: 40px;
}

.app__list {
   background: #314a53;
   max-width: 420px;
   width: 100%;
   border-radius: 5px 5px 15px 15px;
   -webkit-border-radius: 5px 5px 15px 15px;
   -moz-border-radius: 5px 5px 15px 15px;
   -ms-border-radius: 5px 5px 15px 15px;
   -o-border-radius: 5px 5px 15px 15px;
}

.app__list-title {
   background: #02a77f;
   font-size: 15px;
   color: #fff;
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   padding: 13px 30px;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
}

.app__list ul {
   padding: 32px 30px 43px;
}

.app__list ul li+li {
   margin-top: 25px;
}

.app__desc {
   margin-left: 30px;
}

/* Bonuses */
.bonuses__item+.bonuses__item {
   margin-top: 50px;
}

.bonuses__wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-top: 45px;
}

.bonuses__wrap>* {
   width: -webkit-calc(50% - 15px);
   width: -moz-calc(50% - 15px);
   width: calc(50% - 15px);
}

.bonuses__table {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   background: #3f5d67;
   border-radius: 15px;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   -ms-border-radius: 15px;
   -o-border-radius: 15px;
   overflow: hidden;
   margin-right: 30px;
   font-size: 24px;
}

.bonuses__table table {
   height: 100%
}

.bonuses__table td {
   padding-left: 30px;
   padding-right: 30px;
}

.bonuses__table td:last-child {
   background: #02a77f;
   white-space: nowrap;
}

.bonuses__table tr:first-child td {
   padding-top: 35px;
}

.bonuses__table tr:last-child td {
   padding-bottom: 35px;
}

/* Teams */
.teams__wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin-top: 50px;
}

.teams__item {
   background: #3f5d67;
   width: -webkit-calc(33.3% - 20px);
   width: -moz-calc(33.3% - 20px);
   width: calc(33.3% - 20px);
   border-radius: 15px;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   -ms-border-radius: 15px;
   -o-border-radius: 15px;
   padding: 25px 30px;
   font-size: 24px;
}

.teams__item-title {
   margin-top: 0;
   font-size: 30px;
}

/* Slots */
.slot__table {
   margin: 50px 0 0 -30px;
   max-width: 1050px;
   width: 100%;
}

.slot__table table {
   border-collapse: separate;
   border-spacing: 30px 0;
   width: 100%;
}

.slot__table table th,
.slot__table table td {
   background: #eeeff4;
   color: #203138;
   padding-left: 30px;
   padding-right: 30px;
}

.slot__table table th {
   font-weight: 400;
   padding-top: 35px;
   padding-bottom: 25px;
   border-radius: 15px 15px 0 0;
   -webkit-border-radius: 15px 15px 0 0;
   -moz-border-radius: 15px 15px 0 0;
   -ms-border-radius: 15px 15px 0 0;
   -o-border-radius: 15px 15px 0 0;
   border: 2px solid #236357;
   border-bottom: none;
}

.slot__table table td {
   border-right: 2px solid #236357;
   border-left: 2px solid #236357;
}

.slot__table table tr:last-child td {
   border-radius: 0 0 15px 15px;
   -webkit-border-radius: 0 0 15px 15px;
   -moz-border-radius: 0 0 15px 15px;
   -ms-border-radius: 0 0 15px 15px;
   -o-border-radius: 0 0 15px 15px;
   border-bottom: 2px solid #236357;
   padding-bottom: 35px;
}

/* Games */
.games__table {
   background: #334c55;
   margin-top: 25px;
   border-radius: 15px;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   -ms-border-radius: 15px;
   -o-border-radius: 15px;
   padding-top: 25px;
   padding-bottom: 25px;
   width: 100%;
}

.games__table table {
   border-collapse: separate;
   border-spacing: 30px 0;
}

.games__table th,
.games__table td {
   background: #eeeff4;
   color: #203138;
   width: 33.3%;
   padding-left: 30px;
   padding-right: 30px;
   border-left: 2px solid #236357;
   border-right: 2px solid #236357;
}

.games__table td {
   padding-top: 12px;
   padding-bottom: 12px;
}

.games__table tr:first-child th {
   padding-top: 13px;
   padding-bottom: 12px;
   border-radius: 15px 15px 0 0;
   -webkit-border-radius: 15px 15px 0 0;
   -moz-border-radius: 15px 15px 0 0;
   -ms-border-radius: 15px 15px 0 0;
   -o-border-radius: 15px 15px 0 0;
   border-top: 2px solid #236357;
}

.games__table tr:last-child th,
.games__table tr:last-child td {
   padding-bottom: 35px;
   border-radius: 0 0 15px 15px;
   -webkit-border-radius: 0 0 15px 15px;
   -moz-border-radius: 0 0 15px 15px;
   -ms-border-radius: 0 0 15px 15px;
   -o-border-radius: 0 0 15px 15px;
   border-bottom: 2px solid #236357;
}

/* Payments */
.payments__table {
   background: #334c55;
   border-radius: 15px;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   -ms-border-radius: 15px;
   -o-border-radius: 15px;
   width: 100%;
   padding-top: 32px;
   padding-bottom: 34px;
   margin-top: 57px;
}

.payments__table table {
   border-collapse: separate;
   border-spacing: 30px 0;
}

.payments__table th,
.payments__table td {
   background: #eeeff4;
   color: #203138;
   width: 33.3%;
   padding-left: 30px;
   padding-right: 30px;
   border-left: 2px solid #236357;
   border-right: 2px solid #236357;
}

.payments__table th {
   border-radius: 15px 15px 0 0;
   -webkit-border-radius: 15px 15px 0 0;
   -moz-border-radius: 15px 15px 0 0;
   -ms-border-radius: 15px 15px 0 0;
   -o-border-radius: 15px 15px 0 0;
   padding-top: 10px;
   padding-bottom: 29px;
   border-top: 2px solid #236357;
}

.payments__table tr:last-child td {
   padding-bottom: 47px;
   border-radius: 0 0 15px 15px;
   -webkit-border-radius: 0 0 15px 15px;
   -moz-border-radius: 0 0 15px 15px;
   -ms-border-radius: 0 0 15px 15px;
   -o-border-radius: 0 0 15px 15px;
   border-bottom: 2px solid #236357;
}

.payments__wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   margin-top: 30px;
}

.payments__crypto {
   background: #314a53;
   border-radius: 15px;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   -ms-border-radius: 15px;
   -o-border-radius: 15px;
   margin-right: 30px;
   padding: 30px 70px;
   max-width: 315px;
   width: 100%;
}

.payments__crypto p {
   margin-top: 0;
}

/* FAQ */
.faq {
   margin-top: 60px;
}

.faq__list-wrap {
   background: #2f434b;
   padding-top: 30px;
   padding-bottom: 30px;
}

.faq__item+.faq__item {
   margin-top: 30px;
}

.faq-item__title {
   font-family: 'Poppins', sans-serif;
   background: -webkit-linear-gradient(90deg, #314e53, #05a47d);
   background: -moz-linear-gradient(90deg, #314e53, #05a47d);
   background: -o-linear-gradient(90deg, #314e53, #05a47d);
   background: linear-gradient(90deg, #314e53, #05a47d);
   font-weight: 700;
   color: #fff;
   text-align: left;
   text-transform: none;
   padding: 23px 38px;
   -webkit-transition: all .4s;
   -moz-transition: all .4s;
   -ms-transition: all .4s;
   -o-transition: all .4s;
   transition: all .4s;
   border-radius: 13px;
   -webkit-border-radius: 13px;
   -moz-border-radius: 13px;
   -ms-border-radius: 13px;
   -o-border-radius: 13px;
   cursor: pointer;
}

.faq-item__title:hover {
   background: #314e53;
}

.faq-item__desc {
   font-size: 16px;
   font-weight: 400;
   padding: 18px 0 0;
   color: #fff;
}

.faq-item__desc p:first-child {
   margin-top: 0;
}

/* Comments */
.comments {
   padding: 0 !important;
}

.comments__list {
   color: #fff;
   font-size: 15px;
   line-height: 1.66;
   background: #334c55;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   grid-gap: 30px;
   padding: 30px;
   border-radius: 13px;
   -webkit-border-radius: 13px;
   -moz-border-radius: 13px;
   -ms-border-radius: 13px;
   -o-border-radius: 13px;
   margin-top: 30px;
}

.comments__list li {
   background: #eeeff4;
   color: #203138;
   width: -webkit-calc(33.3% - 20px);
   width: -moz-calc(33.3% - 20px);
   width: calc(33.3% - 20px);
   padding: 25px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   border-radius: 13px;
   -webkit-border-radius: 13px;
   -moz-border-radius: 13px;
   -ms-border-radius: 13px;
   -o-border-radius: 13px;
}

/* Summary */
.summary {
   background: #2f434b;
   padding-top: 30px;
   padding-bottom: 50px;
}