:root {
  --text: #333;
  --bg1: #f2f2f2;
  --c2: #ecec00;
  --c1: #08a79d;
  --c3: #097972;
  --midnight-blue\<deleted\|variable-5d20c5ef\>: #012;
  --bg1\<deleted\|variable-dbe27cbd\>: #eafff4;
  --midnight-blue-2\<deleted\|variable-585db0a4\>: #123;
  --c2\<deleted\|variable-faf6d805\>: #c80000;
  --c2\<deleted\|variable-f522419e-7b40-c7f5-05f3-aaa0579654e8\>: #5d9735;
  --c4\<deleted\|variable-b937422e-61e9-7d88-cf8d-37ac5f435767\>: #e15242;
  --c4: #35cec4;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w {
  color: var(--text);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.sec {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.sec.sec-l {
  background-color: var(--bg1);
}

.sec.sec-b {
  color: #fff;
  background-color: #060525;
}

.sec.sec_foot {
  padding-bottom: 20px;
}

.sec.sec_sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

.con {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.con.con-h {
  align-items: center;
}

.con.conc {
  color: #777;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  font-size: 12px;
}

.con.con-n {
  align-items: center;
  width: 54%;
}

.ch {
  color: #fff;
  width: 47%;
}

.translate-section {
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Align to the right */
  margin-top: 16px;
  color: #fff;
}

.translate-section p {
  margin-right: 10px; /* Spacing between text and select box */
  font-size: 14px;
  color: #fff;
  padding-bottom: 16px;
}

#google_translate_element select {
  background-color: #fff;
  color: #333;
  border-radius: 5px;
  padding: 3px;
}

.hero {
  flex-flow: row;
  place-content: center flex-start;
  align-items: flex-end;
  width: 100%;
  height: 670px;
  display: flex;
  position: relative;
}

.btn {
  border: 1px solid var(--c2);
  background-color: var(--c2);
  color: var(--text);
  text-align: center;
  cursor: pointer;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 11px 34px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.btn:hover {
  color: var(--text);
  transform: scale(1.07);
}

.btn.btn-l {
  border-color: var(--c1);
  color: var(--c3);
  background-color: #0000;
  background-image: none;
}

.btn.btn-sb {
  margin-top: 14px;
  margin-right: 14px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn.btn-i {
  color: #fff;
  background-color: #ecec0000;
}

.btn.btn-d {
  border-color: var(--c1);
  background-color: var(--c1);
  color: var(--bg1);
}

.top {
  width: 100%;
  padding: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.top-logo {
  height: 60px;
}

.hr1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 47px;
  font-weight: 600;
  line-height: 1.2em;
}

.hr2 {
  color: var(--c1);
  margin-top: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3em;
}

.coh {
  text-align: left;
  display: flex;
}

.coh.cohw {
  flex-flow: wrap;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.1em;
}

.h2.h2r {
  color: var(--c1);
}

.coc {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.1em;
}

.h3.h3w {
  color: #fff;
}

.rw {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--text);
  align-items: center;
  width: 100%;
  margin-bottom: -1px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 1.5em;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.rw.rw_wb {
  border-top-color: var(--bg1);
  border-bottom-color: var(--bg1);
}

.footer {
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.vps {
  background-color: #060525;
  border-radius: 5px;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 54px;
  padding: 66px;
  display: flex;
  position: relative;
}

.vpstg {
  background-color: var(--bg1);
  color: var(--c1);
  text-align: center;
  border-radius: 310px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-right: 40px;
  padding: 14px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
}

.cof {
  margin-top: 27px;
}

.shr2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3em;
}

.vps-co {
  color: #fff;
  width: 40%;
}

.ccc {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sp {
  background-color: var(--c1);
  width: 150px;
  height: 20px;
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.4em;
}

.fic {
  background-color: var(--bg1);
  color: var(--c1);
  text-align: center;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-right: 14px;
  font-size: 24px;
  line-height: 48px;
}

.fic.fics {
  background-color: #fff;
}

.rwl {
  max-width: 84%;
}

.un {
  border-bottom: 3px solid var(--c1);
}

.qp {
  border-left: 1px solid var(--c1);
  width: 80%;
  margin-bottom: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  font-weight: 700;
}

.ff {
  background-color: var(--bg1);
  background-image: url("../images/stripes-light.png");
  background-position: 0 0;
  background-size: 125px;
  border: 3px solid #fff;
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
  width: 47%;
  padding: 21px;
  display: flex;
  box-shadow: 0 10px 30px #0003;
}

.fco {
  width: 100%;
  min-height: 20px;
}

.fi {
  width: 24%;
  margin-right: 7%;
}

.ffw {
  z-index: 2;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 70%;
  margin: -80px auto 40px;
  display: flex;
  position: relative;
}

.simg {
  width: 30%;
  margin-bottom: 21px;
}

.himg {
  width: 50%;
}

.ic {
  text-align: center;
  width: 24px;
  height: 24px;
  margin-right: 11px;
  font-size: 24px;
}

.cct {
  align-items: center;
  margin-bottom: 7px;
  display: flex;
}

.img-sp {
  width: 40%;
}

.sec-sp {
  padding-top: 40px;
  padding-bottom: 70px;
}

.vps-cob {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 28%;
  margin-left: 7%;
  display: flex;
}

.f-logo {
  width: 170px;
}

.cot {
  width: 100%;
  margin-bottom: 17px;
}

.copy {
  text-align: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}

.img-nl {
  width: 37%;
}

.img-aud {
  width: 39%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.section {
  padding-top: 77px;
  padding-bottom: 77px;
  position: relative;
  overflow: hidden;
}

.section.s-map {
  background-color: var(--midnight-blue\<deleted\|variable-5d20c5ef\>);
  color: #fff;
}

.section.s-sb {
  background-color: var(--midnight-blue\<deleted\|variable-5d20c5ef\>);
  background-image: linear-gradient(#2da26e99, #2da26e99),
    url("../images/game-4.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.s-tes {
  background-color: var(--bg1\<deleted\|variable-dbe27cbd\>);
  color: #000;
}

.section.s-l {
  background-color: var(--midnight-blue-2\<deleted\|variable-585db0a4\>);
}

.header {
  z-index: 100;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo {
  width: 140px;
}

.header-r {
  align-items: center;
  display: flex;
}

.mm {
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.2s;
  display: flex;
}

.ham {
  z-index: 200;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  padding: 11px;
  display: none;
  position: relative;
}

.container {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1300px;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.rew {
  border: 1px solid var(--c2\<deleted\|variable-faf6d805\>);
  color: #000;
  background-color: #fff;
  width: 33.333%;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 44px 44px 37px 64px;
  transition: all 0.2s;
  position: relative;
}

.rew:hover {
  transform: translate(0, -7px);
}

.rew-p {
  color: #aaa;
  margin-bottom: 20px;
}

.con-t {
  width: 100%;
  min-height: 20px;
  margin-bottom: 44px;
}

.con-f {
  width: 100%;
  min-height: 20px;
  margin-top: 27px;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 47px;
  font-weight: 500;
  line-height: 1.2em;
}

.rew-w {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 20px;
  display: flex;
}

.hm {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.map {
  float: left;
  width: 71%;
}

.map-list {
  float: right;
  width: 24%;
  min-height: 20px;
}

.ml-w {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--c1);
  margin-bottom: -1px;
  padding: 7px 4px 7px 2px;
  transition: all 0.2s;
}

.ml {
  color: #ffffff82;
  align-items: center;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  transition: all 0.2s;
  display: flex;
}

.ml:hover {
  color: #fff;
}

.ml-h {
  justify-content: space-between;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.map-w {
  width: 100%;
  min-height: 20px;
  position: relative;
}

.ml-flag {
  border-radius: 100px;
  width: 18px;
  margin-right: 9px;
}

.soc {
  border: 1px solid var(--bg1\<deleted\|variable-dbe27cbd\>);
  color: var(--bg1\<deleted\|variable-dbe27cbd\>);
  text-align: center;
  cursor: pointer;
  width: 64px;
  height: 64px;
  margin-left: -1px;
  padding-top: 21px;
  padding-left: 19px;
  font-size: 24px;
  line-height: 1em;
  transition: all 0.2s;
}

.soc:hover {
  background-color: var(--bg1\<deleted\|variable-dbe27cbd\>);
  color: var(--c2\<deleted\|variable-faf6d805\>);
}

.soc-w {
  align-items: flex-start;
  display: flex;
}

.soc-i {
  width: 12px;
  height: 12px;
}

.rew-q {
  background-color: var(--c2\<deleted\|variable-faf6d805\>);
  color: var(--bg1\<deleted\|variable-dbe27cbd\>);
  text-align: center;
  border-radius: 100px;
  width: 54px;
  height: 54px;
  margin-top: 27px;
  margin-left: -11px;
  padding-top: 7px;
  font-size: 71px;
  line-height: 1em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn-i.btn-is {
  margin-left: 0;
}

.btn-label {
  float: left;
}

.fea {
  float: left;
  border-right: 1px solid var(--bg1\<deleted\|variable-dbe27cbd\>);
  justify-content: flex-start;
  align-items: flex-start;
  width: 22%;
  margin-bottom: 20px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  text-decoration: none;
}

.fea.fea-cta {
  background-color: var(--bg1\<deleted\|variable-dbe27cbd\>);
  color: #000;
  transition: all 0.2s;
}

.fea.fea-cta:hover {
  border-right-color: var(--c1);
  background-color: var(--c1);
  color: #fff;
}

.fea-i {
  width: 32px;
  height: 32px;
  margin-right: 21px;
  font-size: 32px;
}

.fea-h {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4em;
}

.fea-p {
  width: 64%;
}

.featured {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.hs2 {
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 24px;
  font-weight: 600;
}

.tl {
  color: #fff;
  cursor: pointer;
  align-items: center;
  height: 50px;
  margin-left: -1px;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 19px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.tla {
  margin-right: 11px;
  font-weight: 300;
  text-decoration: none;
}

.tla:hover {
  text-decoration: underline;
}

.tl-w {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.tla-w {
  margin-left: 44px;
}

.tl-cart {
  width: 24px;
  height: 24px;
  margin-left: 14px;
  margin-right: 14px;
  font-size: 24px;
}

.col-23 {
  width: 62%;
}

.prc-w {
  float: left;
  background-color: #69eebf;
  width: 50%;
  padding-bottom: 44px;
  padding-left: 44px;
  padding-right: 44px;
  transition: all 0.2s;
}

.prc-w:hover {
  transform: translate(0, -7px);
}

.prc-w.prc-w2 {
  background-color: var(--c2\<deleted\|variable-faf6d805\>);
  color: #fff;
}

.sb-w {
  background-color: var(--bg1);
  width: 41%;
}

.sb-f {
  border-top: 1px solid var(--c2\<deleted\|variable-faf6d805\>);
  position: relative;
}

.sb-in {
  background-color: var(--bg1);
  border: 0 solid #000;
  height: 80px;
  margin-bottom: 0;
  padding-left: 44px;
  font-size: 19px;
  font-weight: 500;
  transition: all 0.2s;
}

.sb-in:hover {
  background-color: #69eebf33;
}

.sb-in::placeholder {
  color: #000;
}

.news {
  float: left;
  width: 74%;
  min-height: 20px;
}

.news-item {
  float: left;
  cursor: pointer;
  width: 33.333%;
  min-height: 20px;
  transition: all 0.2s;
}

.news-item:hover {
  transform: translate(0, -7px);
}

.tl-cart-w {
  z-index: 200;
  position: relative;
}

.tl-c-no {
  background-color: var(--c2\<deleted\|variable-faf6d805\>);
  color: #fff;
  text-align: center;
  border-radius: 40px;
  width: 21px;
  height: 21px;
  margin-top: -7px;
  font-size: 12px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ni-a {
  color: var(--c1);
}

.iw {
  width: 100%;
  min-height: 20px;
  margin-bottom: 17px;
  overflow: hidden;
}

.ni-i {
  background-image: url("../images/game-4.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 210px;
}

.ni-i.nii-2 {
  background-image: url("../images/game-1.jpg");
}

.ni-i.nii-3 {
  background-image: url("../images/game-8.jpg");
}

.ni-i.nii-4 {
  background-image: url("../images/game-5.jpg");
}

.lg-l {
  color: var(--c1);
  cursor: pointer;
  margin-right: 11px;
  text-decoration: none;
}

.lg-l:hover {
  text-decoration: underline;
}

.prc-b {
  align-items: flex-start;
  width: 100%;
  min-height: 20px;
  margin-bottom: 4px;
  display: flex;
}

.prc {
  border-radius: 4px;
  margin-right: 7px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1em;
}

.prc-r {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--bg1) var(--bg1\<deleted\|variable-dbe27cbd\>);
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6em;
  display: flex;
}

.prc-i {
  background-color: var(--c2\<deleted\|variable-faf6d805\>);
  color: var(--bg1\<deleted\|variable-dbe27cbd\>);
  text-align: center;
  border-radius: 100px;
  width: 82px;
  height: 82px;
  margin-top: -24px;
  margin-bottom: 10px;
  padding-top: 24px;
  font-size: 32px;
  line-height: 1em;
}

.prc-i.prc-i2 {
  background-color: var(--bg1\<deleted\|variable-dbe27cbd\>);
  color: var(--c2\<deleted\|variable-faf6d805\>);
}

.col-13 {
  width: 29%;
}

.prc-t {
  margin-bottom: 27px;
}

.prcb-i {
  width: 17px;
  height: 17px;
  margin-right: 11px;
}

.prcb-p {
  width: 77%;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}

.rew-n {
  color: var(--c2\<deleted\|variable-faf6d805\>);
}

.extra-box {
  z-index: 5;
  background-color: var(--text);
  color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 100px;
  transition: all 0.2s;
  display: flex;
  position: relative;
}

.eb-co {
  border-left: 1px solid var(--c1);
  width: 30%;
  min-height: 20px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 34px;
}

.ni-co {
  width: 80%;
  min-height: 20px;
}

.sb-co {
  color: #000;
  padding: 44px;
}

.f-co {
  width: 50%;
  min-height: 20px;
}

.f-r {
  text-align: right;
  flex-flow: column wrap;
  align-items: flex-end;
  width: 30%;
  min-height: 20px;
  margin-bottom: 44px;
  display: flex;
}

.f-l {
  flex-direction: row;
  align-items: flex-start;
  width: 60%;
  margin-bottom: 44px;
  display: flex;
}

.lm {
  font-size: 14px;
}

.fc-t {
  color: var(--c2\<deleted\|variable-faf6d805\>);
  width: 100%;
  min-height: 20px;
  margin-bottom: 21px;
}

.fl {
  color: var(--c1);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 21px;
  font-weight: 300;
  line-height: 1.4em;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.fl:hover {
  padding-left: 7px;
}

.nws {
  background-color: var(--c1);
  color: #fff;
  border-radius: 70px;
  align-items: center;
  padding: 7px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.nws:hover {
  background-color: #112233b3;
}

.nws-b {
  color: var(--text);
  background-color: #fff;
  border-radius: 50px;
  padding: 7px 11px;
  font-size: 15px;
}

.hh-co {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  min-height: 20px;
  display: flex;
  position: relative;
}

.features {
  flex-wrap: wrap;
  display: flex;
}

.feature {
  border: 1px solid var(--midnight-blue-2\<deleted\|variable-585db0a4\>);
  width: 33.333%;
  margin-top: -1px;
  margin-left: -1px;
  padding: 64px 44px 64px 64px;
  transition: all 0.2s;
  position: relative;
}

.feature:hover {
  background-color: var(--midnight-blue-2\<deleted\|variable-585db0a4\>);
}

.feature-i {
  background-color: var(--c1);
  text-align: center;
  border-radius: 100px;
  width: 64px;
  height: 64px;
  margin-top: -17px;
  margin-left: 21px;
  padding-top: 14px;
  font-size: 32px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.a-alt {
  float: right;
  background-color: var(--midnight-blue-2\<deleted\|variable-585db0a4\>);
  color: var(--bg1\<deleted\|variable-dbe27cbd\>);
  background-image: linear-gradient(#1230 40%, #112233d6 70%),
    url("../images/game-3.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 21%;
  height: 410px;
  padding: 31px;
  transition: all 0.2s;
  display: flex;
  position: relative;
}

.a-alt:hover {
  padding-bottom: 37px;
  transform: translate(0, -7px);
}

.ml-tg {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 11px;
  padding-right: 11%;
  display: block;
  overflow: hidden;
}

.hh1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.2em;
}

.hh1.hh1s {
  font-size: 34px;
  font-weight: 600;
}

.hh2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2em;
}

.ico {
  font-family: "Fa Light 300", sans-serif;
}

.ico.ico-r {
  border: 1px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 17px;
  display: flex;
}

.header-co {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

.mb {
  margin-bottom: 11px;
}

.col-12 {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  min-height: 20px;
  display: flex;
}

.header-i {
  color: #fff;
  font-size: 14px;
}

.fc-1 {
  color: var(--c1);
}

.rws {
  align-items: center;
  display: flex;
}

.mr {
  margin-right: 11px;
}

.btna {
  background-color: var(--c1);
  color: #fffefe;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 210px;
  height: 170px;
  padding: 24px;
  font-size: 21px;
  line-height: 1.2em;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.btna:hover {
  background-color: var(--c2\<deleted\|variable-faf6d805\>);
}

.col-34 {
  width: 72%;
  min-height: 20px;
}

.mb-x {
  margin-bottom: 17px;
}

.hero-ac {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.stck {
  position: sticky;
  top: 70px;
}

.ma {
  margin-left: auto;
  margin-right: auto;
}

.c {
  text-align: left;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 20px;
  display: flex;
}

.c.cw {
  flex-flow: wrap;
}

.co-img {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.co-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 34%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.hero-w {
  width: 100%;
  height: 90vh;
}

.footer-w {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.link {
  color: var(--c1);
}

.in {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--c2);
  color: var(--c1);
  background-color: #fff0;
  border-radius: 0;
  height: 44px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4em;
  transition: all 0.2s;
}

.in:hover {
  border-bottom-color: var(--c1);
}

.in::placeholder {
  color: #fff;
}

.in.in-a {
  min-height: 140px;
}

.btn-f {
  text-align: center;
  width: 100%;
}

.cou-w {
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 100px;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.hero-iw {
  background-image: url("../images/Plates.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
  justify-content: center;
  align-items: center;
  width: 47%;
  height: 100%;
  margin-top: 20px;
  margin-right: 40px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero-img {
  width: 640px;
  height: auto;
  margin-bottom: -40px;
  margin-right: -80px;
}

.html-embed-2 {
  margin-bottom: 92px;
}

.div-block {
  margin-bottom: 17px;
}

.time-w {
  margin-top: 10px;
  margin-bottom: 20px;
}

.success-message {
  background-color: var(--midnight-blue-2\<deleted\|variable-585db0a4\>);
  border-radius: 10px;
}

.error-message {
  background-color: var(--c2\<deleted\|variable-faf6d805\>);
  border-radius: 10px;
}

.html-embed-3 {
  width: 100%;
  display: block;
}

.frm {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}

.lgg_w {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.lgg {
  justify-content: center;
  align-items: center;
  width: 14%;
  height: 80px;
  display: flex;
}

.lgg_im {
  opacity: 0.7;
  max-width: 90%;
  max-height: 35%;
}

.rw_co {
  max-width: 90%;
}

.fc-w {
  color: #fff;
}

.hx {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.col-int {
  background-color: var(--c1);
  border-radius: 20px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 60px;
}

.fc-2 {
  color: var(--c2);
}

.px {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4em;
}

.menu_w {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.menu {
  border-radius: 10px;
  width: 23%;
  transition: all 0.2s;
}

.menu:hover {
  transform: scale(1.07);
}

.c12 {
  width: 50%;
}

.btn-xl {
  text-align: center;
  padding: 14px 40px;
  font-size: 27px;
}

.rdb {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 20px;
  line-height: 1.2em;
  display: flex;
}

.rdb_w {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 20px;
  display: flex;
}

.rdb_c {
  border: 1px solid
    var(--c2\<deleted\|variable-f522419e-7b40-c7f5-05f3-aaa0579654e8\>);
  background-color: #fff;
  width: 28px;
  height: 28px;
  margin-top: 0;
  margin-right: 7px;
}

.rdb_c.w--redirected-checked {
  border-width: 1px;
  border-color: var(
    --c2\<deleted\|variable-f522419e-7b40-c7f5-05f3-aaa0579654e8\>
  );
  background-color: var(
    --c2\<deleted\|variable-f522419e-7b40-c7f5-05f3-aaa0579654e8\>
  );
  background-image: url("../images/checked.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.frm_foot {
  text-align: center;
  margin-top: 40px;
  padding-left: 90px;
  padding-right: 90px;
}

.col-25 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 36%;
  display: flex;
}

.col-35 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 56%;
  display: flex;
}

.mb-xl {
  margin-bottom: 34px;
}

.col-45 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 78%;
  min-height: 20px;
  display: flex;
}

.fc-3 {
  color: var(--c3);
}

.img_c {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.sec_img {
  width: 49%;
}

.fea_iw {
  border-radius: 200px;
  width: 90px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.eng_arr {
  width: 140px;
  margin-left: auto;
  margin-right: -40px;
  display: block;
}

.qtm {
  color: var(--c1);
  margin-bottom: -80px;
  margin-left: -50px;
  font-family: Oregano;
  font-size: 160px;
  line-height: 0.5em;
  position: absolute;
}

.rev {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  width: 41%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rev_w {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sep {
  width: 170px;
  display: block;
}

.eng_arrf {
  width: 120px;
  margin-top: -10px;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(160deg);
}

.fea_w {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 103%;
  min-width: 103%;
  min-height: 20px;
  margin-left: -1.5%;
  display: flex;
}

.fc-4 {
  color: var(--c4\<deleted\|variable-b937422e-61e9-7d88-cf8d-37ac5f435767\>);
}

.schema_embed {
  width: 100%;
}

.bq {
  padding-left: 90px;
  position: relative;
}

.bqb {
  background-color: var(--c2);
  width: 70px;
  height: 1px;
  margin-top: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ben {
  justify-content: flex-start;
  align-items: flex-start;
  width: 24%;
  padding-bottom: 40px;
  padding-right: 2.5%;
  display: flex;
  position: relative;
}

.ben.ben_f {
  width: 100%;
}

.ben.ben_last {
  justify-content: center;
  align-items: center;
  padding-right: 0%;
}

.ben.ben_13 {
  width: 30%;
}

.ben_co {
  width: 70%;
}

.ben_i {
  width: 40px;
  height: 40px;
}

.ben_w {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.bgb {
  background-color: var(--text);
}

.img {
  width: 100%;
  display: block;
}

.img.img_12 {
  width: 50%;
}

.img.img_23 {
  width: 66%;
}

.img.img_13 {
  width: 34%;
}

.img_w {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 20px;
  display: flex;
}

.map_tag {
  background-color: var(--text);
  border-radius: 30px;
  width: 20px;
  height: 20px;
  margin-top: 26%;
  margin-left: 66%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map_tg {
  background-color: #1c252c4d;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
}

.div-block-2 {
  background-color: #1c252cb3;
}

.img_lay {
  z-index: 11;
  width: 30%;
  transform: none;
}

.bg1 {
  background-color: var(--bg1);
}

.map_wr {
  background-color: var(--bg1);
  width: 100%;
  margin-top: 140px;
  padding: 54px;
}

.img_wf {
  width: 100%;
  min-height: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.img_f {
  width: 25%;
  display: block;
}

.fe_ico {
  background-color: var(--text);
  width: 100px;
  margin-right: 27px;
  padding: 17px;
}

.co {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.m_coc {
  color: var(--bg1);
  cursor: pointer;
  border: 1px solid #ffffff80;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 5px;
  line-height: 1em;
  transition: all 0.2s;
  display: flex;
}

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

.m_coc.m_coc_fx {
  width: 70px;
  height: 70px;
  padding: 17px;
}

.msoc_w {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-right: 20px;
  display: flex;
}

.img_slider {
  width: 100%;
  height: auto;
}

.section-2 {
  display: none;
}

.f_soc_w {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
}

.btn-ico {
  width: 15px;
  margin-right: 10px;
}

.s_i {
  width: 20px;
  height: 20px;
}

.mla {
  margin-left: auto;
}

.slide-nav {
  margin-bottom: -40px;
}

.left-arrow,
.right-arrow {
  width: 50px;
}

._360 {
  flex-flow: row;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.rw_ico {
  width: 30px;
  margin-right: 11px;
}

.code-embed {
  width: 0;
  height: 0;
}

.patt_1 {
  background-image: url("../images/A_XIII_patt_3.svg");
  background-position: 50%;
  background-size: 340px;
}

.wa_w {
  z-index: 100;
  padding: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.hh-img-w {
  justify-content: center;
  align-items: center;
  width: 55%;
  max-width: 640px;
  margin-bottom: -50px;
  display: block;
  position: relative;
}

.hh-img {
  background-color: #b6b6b6;
  background-image: url("../images/hero_1.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 80% 60% 90%;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 640px;
  display: flex;
  position: relative;
}

.hh-img.hh_img_2 {
  background-image: url("../images/sleep_1.jpg");
}

.trst_w {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.trst {
  width: 10%;
  height: 70px;
  padding: 10px;
}

.trst-co {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.trst-img {
  filter: saturate(0%);
  max-width: 80%;
  max-height: 80%;
}

.blb_up {
  background-image: url("../images/blb_up.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 20px;
  width: 100%;
  height: 40px;
  margin-top: -39px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blb_dwn {
  width: 100%;
  height: 40px;
  margin-top: -1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.img_gr {
  background-image: linear-gradient(90deg, var(--c2), #fff0 70%);
  border-radius: 80% 60% 90%;
  width: 110%;
  height: 110%;
  margin-top: -20px;
  margin-left: -20px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.step {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.step_no {
  border: 1px solid var(--c2);
  color: var(--c1);
  border-radius: 60% 40% 70%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -7px;
  margin-right: 20px;
  font-size: 20px;
  display: flex;
}

.video_w {
  background-color: #e6e6e6;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.video_arr {
  width: 40px;
  height: 40px;
}

.tes {
  border: 1px solid var(--text);
  background-color: #fff;
  border-radius: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 44px 44px 44px 57px;
  position: relative;
}

.seb_b {
  width: 100%;
  height: 40px;
}

.image {
  width: 100%;
  height: 40px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bg2 {
  background-color: var(--c1);
}

.bg3 {
  background-color: var(--c2);
}

.ben_iw {
  background-color: #fff;
  border-radius: 60% 40% 70%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: -10px;
  margin-right: 11px;
  display: flex;
}

.circle_badge {
  background-color: var(--c2);
  color: var(--text);
  text-transform: uppercase;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
}

.prc_tag {
  border-radius: 21px;
  width: 51%;
  padding: 40px 40px 40px 60px;
}

.prc_tag.bg1 {
  border-radius: 14px;
  width: 47%;
}

.circle-badge-w {
  z-index: 2;
  border-radius: 60% 50% 70%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-left: -120px;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.tes_q {
  color: var(--c2);
  margin-top: 40px;
  margin-left: 11px;
  font-family: Inconsolata, monospace;
  font-size: 90px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.prc_img {
  background-image: url("../images/hero_2.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 21px;
  justify-content: center;
  align-items: center;
  width: 47%;
  display: flex;
  position: relative;
}

.prc_img.prc_img_2 {
  background-image: url("../images/sleep_man_1.jpg");
}

.bx {
  border-radius: 14px;
  width: 47%;
  padding: 27px;
}

.bgw {
  background-color: #fff;
}

.tes_w {
  width: 100%;
}

.bg_noise {
  background-image: url("../images/noise-effect-pattern.png");
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
}

.pd {
  padding: 20px;
}

.pd_xl {
  padding: 70px;
}

.text-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0 auto;
}

.image-2 {
  width: 250px;
  margin-top: 90px;
}

.image-3 {
  width: 150px;
  margin-bottom: -40px;
  margin-left: 40%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-4 {
  width: 260px;
  margin-top: -90px;
  margin-left: -10px;
}

.image-5 {
  z-index: 5;
  width: 180px;
  margin-top: 10px;
  margin-bottom: -40px;
  margin-right: 44%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-6 {
  width: 140px;
  margin-top: 70px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-7 {
  width: 220px;
  margin-top: 7px;
}

.ab {
  width: 22%;
}

.ab_iw {
  border-radius: 60% 40% 70%;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: 14px;
  padding-top: 60%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ab_img {
  filter: grayscale();
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.image-8 {
  width: 160px;
}

.cb_co {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2em;
  display: flex;
  transform: rotate(-10deg);
}

.dash {
  color: var(--c1);
}

.xlst {
  padding-left: 0;
  list-style-type: none;
}

.xlst_item {
  padding-left: 20px;
  position: relative;
}

.xlst_bullet {
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg4 {
  background-color: var(--c4);
}

.b {
  font-weight: 700;
}

.ukce {
  width: 100px;
}

.ft_link {
  opacity: 0.7;
  color: var(--bg1);
  cursor: pointer;
  margin-right: 11px;
  font-size: 0.8em;
  text-decoration: none;
  transition: all 0.2s;
  display: block;
}

.ft_link:hover {
  opacity: 1;
}

.col-14 {
  width: 19%;
}

.ps {
  font-size: 0.8em;
  line-height: 1.4em;
}

.op7 {
  opacity: 0.7;
}

@media screen and (max-width: 991px) {
  .sec {
    border-left-width: 0;
    border-right-width: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .con {
    justify-content: center;
  }

  .con.con-n {
    width: 100%;
  }

  .ch {
    width: 100%;
    margin-bottom: 44px;
  }

  .hero {
    height: auto;
    padding-top: 130px;
  }

  .hr1 {
    font-size: 34px;
  }

  .hr2 {
    font-size: 21px;
  }

  .coh {
    margin-bottom: 44px;
  }

  .h2 {
    font-size: 37px;
  }

  .coc {
    width: 100%;
  }

  .h3 {
    font-size: 31px;
  }

  .vpstg {
    margin-bottom: 40px;
  }

  .vps-co {
    width: 100%;
    margin-bottom: 44px;
  }

  .ffw {
    width: 100%;
  }

  .himg {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .img-sp,
  .img-vps {
    width: 60%;
  }

  .vps-cob {
    width: 100%;
    margin-left: 0%;
  }

  .img-nl {
    width: 60%;
  }

  .mm {
    background-color: var(--midnight-blue\<deleted\|variable-5d20c5ef\>);
    color: var(--text);
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    margin-right: -100%;
    padding: 110px 44px 44px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .ham {
    margin-left: 17px;
    display: flex;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.c-rew {
    flex-wrap: wrap-reverse;
  }

  .container.mb-m {
    margin-bottom: 40px;
  }

  .map {
    width: 100%;
    margin-bottom: 44px;
  }

  .map-list {
    width: 100%;
  }

  .fea {
    border-bottom: 1px solid var(--bg1\<deleted\|variable-dbe27cbd\>);
    width: 30.3333%;
  }

  .tl {
    border-width: 1px 0;
    border-top-style: solid;
    border-top-color: var(--c2\<deleted\|variable-faf6d805\>);
    border-bottom-style: solid;
    border-bottom-color: var(--c2\<deleted\|variable-faf6d805\>);
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    padding: 17px;
  }

  .tl-w {
    width: 100%;
  }

  .tla-w {
    width: 100%;
    margin-left: 0;
  }

  .col-23,
  .sb-w {
    width: 100%;
  }

  .news {
    width: 100%;
    margin-bottom: 44px;
  }

  .col-13 {
    width: 100%;
  }

  .eb-co {
    width: 100%;
    margin-bottom: 40px;
  }

  .f-r,
  .f-l {
    width: 100%;
  }

  .hh-co {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .feature {
    width: 50%;
  }

  .a-alt {
    width: 100%;
    height: 340px;
  }

  .hh1 {
    font-size: 60px;
  }

  .col-12 {
    width: 100%;
  }

  .btna {
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 80px;
  }

  .col-34 {
    width: 100%;
  }

  .hero-ac {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 10px;
  }

  .co-img {
    width: 100%;
    margin: 10px auto 20px;
  }

  .co-col {
    width: 70%;
  }

  .hero-w {
    height: 100vh;
  }

  .cou-w {
    width: 100%;
  }

  .hero-iw {
    width: 100%;
    height: 320px;
    position: relative;
  }

  .hero-img {
    margin-bottom: -190px;
    margin-left: auto;
    margin-right: auto;
  }

  .lgg_w {
    margin-top: 10px;
  }

  .lgg {
    height: 60px;
  }

  .col-25,
  .col-35,
  .col-45 {
    width: 100%;
  }

  .sec_img {
    width: 80%;
    margin-bottom: 20px;
    margin-left: 10%;
  }

  .eng_arr {
    display: none;
  }

  .rev_w {
    width: 100%;
  }

  .mb-mo {
    margin-bottom: 40px;
  }

  .ben,
  .ben.ben_13 {
    width: 47%;
  }

  .ben_w {
    padding-left: 0;
    padding-right: 0;
  }

  .img_lay {
    width: 70%;
    margin-top: -380px;
    margin-left: 15%;
  }

  .map_wr {
    margin-top: 0;
    padding: 30px;
  }

  .img_wf {
    padding-left: 0;
    padding-right: 0;
  }

  .img_f {
    width: 33.3333%;
  }

  .msoc_w {
    margin-bottom: 40px;
  }

  .hh-img-w {
    width: 100%;
    max-width: none;
    margin-bottom: -30px;
  }

  .trst_w {
    padding-left: 0%;
    padding-right: 0%;
  }

  .trst {
    width: 14%;
  }

  .prc_tag.bg_noise {
    width: 100%;
  }

  .circle-badge-w {
    margin-bottom: 20px;
    margin-left: -40px;
  }

  .prc_img {
    width: 100%;
    height: 440px;
    margin-bottom: 20px;
  }

  .pd_xl {
    padding: 50px;
  }

  .image-5 {
    margin-bottom: -50px;
  }

  .col-14 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .btn {
    padding-left: 21px;
    padding-right: 21px;
  }

  .btn.btn-l {
    padding: 9px 14px;
    font-size: 16px;
  }

  .top-logo {
    height: 40px;
  }

  .hr1 {
    font-size: 27px;
  }

  .hr2 {
    font-size: 19px;
  }

  .h2 {
    font-size: 31px;
  }

  .h3 {
    font-size: 21px;
  }

  .vps {
    padding: 21px;
  }

  .vpstg {
    width: 160px;
    height: 160px;
    font-size: 17px;
  }

  .shr2 {
    font-size: 17px;
  }

  .ff {
    width: 90%;
    margin-bottom: 11px;
    padding: 17px;
  }

  .fi {
    width: 17%;
    margin-right: 5%;
  }

  .himg {
    width: 90%;
  }

  .img-sp {
    width: 70%;
  }

  .img-vps {
    width: 50%;
  }

  .f-logo {
    width: 140px;
  }

  .img-nl {
    width: 70%;
  }

  .img-aud {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.mb-m {
    margin-bottom: 30px;
  }

  .rew {
    width: 100%;
    padding: 20px 20px 20px 51px;
  }

  .con-f {
    margin-top: 17px;
  }

  .h1 {
    font-size: 41px;
  }

  .rew-q {
    width: 44px;
    height: 44px;
    margin-top: 16px;
    font-size: 57px;
  }

  .fea {
    width: 47%;
  }

  .hs2 {
    font-size: 21px;
  }

  .prc-w {
    width: 100%;
    margin-bottom: 44px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sb-in {
    padding-left: 20px;
  }

  .news-item {
    width: 100%;
  }

  .iw {
    float: left;
    width: 40%;
    margin-bottom: 0;
    margin-right: 5%;
  }

  .ni-i {
    height: 190px;
  }

  .col-13 {
    width: 100%;
    margin-bottom: 37px;
  }

  .extra-box {
    padding: 20px;
  }

  .eb-co {
    width: 100%;
    margin-bottom: 21px;
    padding: 17px;
  }

  .ni-co {
    float: left;
    width: 55%;
  }

  .sb-co {
    padding: 20px;
  }

  .f-co {
    width: 100%;
    margin-bottom: 44px;
  }

  .feature {
    width: 100%;
    padding: 24px 20px 24px 71px;
  }

  .feature-i {
    width: 44px;
    height: 44px;
    padding-top: 7px;
    font-size: 24px;
  }

  .hh1 {
    font-size: 47px;
  }

  .hh2 {
    font-size: 24px;
  }

  .hh2.mb-xl {
    font-size: 21px;
  }

  .header-co {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-ac {
    margin-top: 60px;
  }

  .co-col {
    width: 80%;
  }

  .hero-w {
    height: 80vh;
    min-height: 510px;
  }

  .footer-w {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cou-w {
    padding: 30px 21px;
  }

  .hero-iw {
    height: 240px;
  }

  .hero-img {
    width: 410px;
    margin-bottom: -110px;
  }

  .lgg {
    width: 30%;
  }

  .px {
    font-size: 19px;
  }

  .frm_foot {
    padding-left: 0;
    padding-right: 0;
  }

  .mb-xl {
    margin-bottom: 20px;
  }

  .fea_iw {
    width: 50px;
  }

  .qtm {
    margin-left: -30px;
    font-size: 90px;
  }

  .rev {
    width: 80%;
  }

  .mb-mo {
    margin-bottom: 20px;
  }

  .schema_embed {
    margin-bottom: 190px;
  }

  .bq {
    padding-left: 70px;
  }

  .bqb {
    width: 50px;
  }

  .ben,
  .ben.ben_13 {
    width: 100%;
  }

  .ben_i {
    width: 30px;
    height: 30px;
  }

  .img_lay {
    width: 400px;
    margin-top: -290px;
    margin-left: auto;
    margin-right: auto;
  }

  .map_wr {
    padding: 17px;
  }

  .m_coc.m_coc_fx {
    width: 60px;
    height: 60px;
    padding: 13px;
  }

  .img_slider {
    margin-bottom: 40px;
  }

  .wa_w {
    padding: 10px;
  }

  .hh-img-w {
    margin-bottom: -20px;
  }

  .hh-img {
    height: 440px;
  }

  .trst {
    width: 20%;
    height: 60px;
  }

  .step {
    margin-bottom: 20px;
  }

  .step_no {
    width: 40px;
    height: 40px;
    margin-top: -4px;
    font-size: 17px;
  }

  .tes {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 50px;
  }

  .ben_iw {
    width: 50px;
    height: 50px;
  }

  .prc_tag.bg_noise {
    padding-left: 40px;
    padding-right: 40px;
  }

  .circle-badge-w {
    width: 110px;
    height: 90px;
    margin-left: -20px;
    font-size: 12px;
  }

  .tes_q {
    font-size: 80px;
  }

  .prc_img {
    height: 340px;
  }

  .bx,
  .pd_xl {
    padding: 20px;
  }

  .image-2 {
    width: 170px;
    margin-top: 70px;
  }

  .image-3 {
    width: 90px;
  }

  .image-4 {
    width: 200px;
    margin-top: -70px;
  }

  .image-5 {
    width: 100px;
    margin-bottom: -10px;
    margin-right: 47%;
  }

  .image-6 {
    width: 100px;
    margin-top: 40px;
  }

  .image-7 {
    width: 120px;
  }

  .ab {
    width: 44%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .h2 {
    font-size: 27px;
  }

  .h3 {
    font-size: 17px;
  }

  .logo {
    width: 90px;
  }

  .mm {
    padding-left: 30px;
    padding-right: 30px;
  }

  .fea {
    width: 100%;
  }

  .hh1 {
    font-size: 30px;
  }

  .hh2 {
    font-size: 19px;
  }

  .header-i {
    display: none;
  }

  .co-col {
    width: 100%;
  }

  .hero-w {
    height: 80vh;
    min-height: 470px;
  }

  .hero-iw {
    height: 190px;
  }

  .hero-img {
    margin-bottom: -80px;
  }

  .schema_embed {
    margin-bottom: 140px;
  }

  .bq {
    padding-left: 50px;
  }

  .bqb {
    width: 30px;
  }

  .img_lay {
    width: 240px;
    margin-top: -170px;
  }

  .btn_lm {
    display: none;
  }

  .hh-img {
    height: 280px;
  }

  .tes {
    padding: 30px 30px 20px 50px;
  }

  .prc_tag.bg_noise {
    padding: 30px 20px 20px;
  }

  .tes_q {
    font-size: 70px;
  }

  .prc_img {
    height: 240px;
  }

  .bx {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-6 {
    width: 70px;
    margin-top: 20px;
  }

  .ab {
    width: 100%;
  }

  .ab_iw {
    width: 40%;
    padding-top: 40%;
  }
}

@font-face {
  font-family: "Fa Light 300";
  src: url("../fonts/fa-light-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

.or-text {
  font-weight: bold;
  color: #ffffff; /* Adjust color as needed */
  padding: 0 10px;
}

.consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2c3e50;
  color: white;
  padding: 20px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.consent-content {
  max-width: 700px;
  margin: 0 auto;
}

.consent-buttons {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.btn-accept,
.btn-learn-more {
  background-color: #08a79d;
  color: white;
  border: none;
  padding: 10px 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  border-radius: 5px;
}

.btn-accept:hover,
.btn-learn-more:hover {
  background-color: #07a68b;
}

.btn-learn-more {
  background-color: transparent;
  border: 1px solid white;
}

.consent-banner.hidden {
  display: none;
}
