.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Merriweather Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  color: #aacee5;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.link-2.l2 {
  margin-left: 20px;
}

.link-2.ml2 {
  margin-left: 20px;
}

.brand {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #a0373c;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
}

.navbar.sticky {
  position: -webkit-sticky;
  position: sticky;
  background-color: #a0373c;
}

.navbar.policy {
  position: -webkit-sticky;
  position: sticky;
}

.white-txt {
  color: #fff;
}

.white-txt._w-med {
  font-weight: 500;
}

.country-flag {
  max-width: 30%;
}

._2-cols {
  grid-column-gap: 40px;
  -ms-grid-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

.grid {
  grid-column-gap: 64px;
  grid-row-gap: 128px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.icon-image {
  position: absolute;
  left: 0px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.dropdown-paragraph {
  position: static;
  margin-top: 20px;
  background-color: transparent;
  color: #fff;
}

.dropdown-paragraph.country-name {
  margin-left: 30px;
  font-weight: 700;
}

.general-conditions.head {
  color: #fff;
}

.general-conditions.head h2 {
  margin-bottom: 20px;
}

.link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.link.hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.container {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.white-txt {
  color: #fff;
  text-align: center;
}

.container.white-txt.txt-left {
  text-align: left;
}

.container.white-txt.txt-left.mb-mt0 {
  padding-top: 20px;
}

.container.white-txt.txt-left.mb-mt0._3-column {
  display: none;
}

.container.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1170px;
  padding: 60px 20px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blue-txt {
  color: #b6b6b6;
}

.blue-txt.drop-btn {
  position: relative;
  z-index: 90;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 21px;
}

.blue-txt.member {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  margin-top: -16px;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 100%, 0.36);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.section {
  padding-right: 20px;
  padding-left: 20px;
  border-top: 60px solid #b9b9b9;
  background-color: #4b4b4b;
}

.section.end {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-width: 0px;
  border-bottom-style: none;
}

.section.members {
  overflow: hidden;
  padding-top: 60px;
  border-style: solid;
  border-width: 60px 0px 0px;
  border-color: #b9b9b9 #000;
}

.section.about {
  margin-top: 0px;
  border-bottom: 60px solid #b9b9b9;
  border-top-style: solid;
  border-top-color: #b9b9b9;
  background-color: #a0373c;
}

.text-block-2 {
  color: #fff;
}

.heading-1 {
  color: #b9b9b8;
  font-size: 28px;
  font-weight: 500;
}

.heading-1.mb0 {
  margin-bottom: 0px;
}

.image-14 {
  margin-top: 20px;
}

.text-block {
  display: block;
  color: #fff;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 0px;
  background-color: #46a0e6;
}

.footer.txt-ctr {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #a0373c;
  text-align: center;
}

.rel {
  position: relative;
  text-align: center;
}

.parralax-wrap {
  overflow: hidden;
  height: 360px;
}

.parralax-wrap.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding-top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.parralax-wrap.inbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.privacy-policy a {
  color: #46a0e6;
}

.privacy-policy p {
  margin-bottom: 10px;
}

.countries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.country {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-body {
  overflow: hidden;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mt2 {
  margin-top: 20px;
}

.nav-link {
  margin-left: 40px;
  padding: 0px;
  color: #fff;
  font-size: 21px;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #fdfeff;
  text-decoration: underline;
}

.america {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropbtn-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  font-weight: 500;
  cursor: pointer;
}

.dropbtn-2.cn {
  padding-left: 25px;
}

.logo {
  display: block;
}

.rich-body p {
  min-height: 18px;
}

.rich-body a {
  color: #9ac6e7;
  text-decoration: none;
}

.rich-body a:hover {
  text-decoration: underline;
}

.rich-body h2 {
  margin-top: 10px;
}

.rich-body ul {
  padding-left: 20px;
}

.mb-flx-v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.mt4 {
  margin-top: 40px;
}

.mt6 {
  margin-top: 60px;
}

.image-15 {
  margin-top: 10px;
}

.image-16 {
  margin-top: 20px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.parallax-img {
  min-height: 100vh;
  min-width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.below-ctr {
  margin-top: -10vw;
}

.scroll-img.below-ctr.mbfx {
  width: auto;
  max-width: none;
  min-height: 100vh;
  min-width: 100vw;
  margin-top: 0vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.navbar-2 {
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.25);
}

.img-size {
  width: 66%;
}

.img-size.mle-logo {
  width: 42%;
  margin-top: 72px;
  margin-bottom: 72px;
}

.txt-nor {
  font-weight: 400;
}

.top-up-btn {
  position: fixed;
  left: auto;
  top: auto;
  right: 30px;
  bottom: 30px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-image: url('../images/cd-top-arrow.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: url('../images/cd-top-arrow.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background-position: 50% 50%, 0px 0px;
  background-size: 32px 40px, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0.5;
}

.image-17 {
  position: fixed;
  border-radius: 0px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #000 36%, #000 81%, #fff);
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  margin-bottom: 2px;
  border-radius: 100px;
  background-color: #fff;
}

.list-content {
  display: inline;
}

.rch-txt a {
  text-decoration: none;
}

._w-med {
  font-weight: 500;
}

.mw6 {
  width: 66%;
  margin-bottom: 15px;
}

.mw6.mle-logo {
  width: 42%;
  margin-top: 72px;
  margin-bottom: 72px;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-line {
  display: none;
}

.menu-button.w--open {
  background-color: transparent;
}

.ham-bar {
  overflow: hidden;
  width: 30px;
  height: 2px;
  border-radius: 100px;
  background-color: #ff384d;
}

@media screen and (max-width: 991px) {
  .menu-button {
    padding: 0px;
  }

  .ham-bar {
    width: 24px;
    background-color: #fff;
  }

  .ham-bar.ctr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 21px;
    line-height: 1.45;
  }

  .link-2 {
    margin-top: 10px;
  }

  .link-2.l2 {
    margin-left: 0px;
  }

  .link-2.ml2 {
    margin-left: 0px;
  }

  ._2-cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid {
    display: block;
    max-width: 100%;
    grid-auto-flow: row;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #a0373c;
    text-align: center;
  }

  .container.footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.nav-container {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blue-txt.member {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section {
    border-top-width: 45px;
  }

  .section.members {
    border-top-width: 45px;
  }

  .section.about {
    border-top-width: 45px;
    border-bottom-width: 45px;
  }

  .footer.txt-ctr {
    padding: 30px 15px;
  }

  .parralax-wrap.hero {
    height: 300px;
  }

  .nav-link {
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 14px;
    text-align: center;
  }

  .nav-btn {
    color: #fff;
  }

  .nav-btn.w--open {
    background-color: transparent;
  }

  .logo {
    width: 240px;
  }

  .logo-img {
    width: 220px;
  }

  .mb-flx-v {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .parallax-img {
    min-height: 200%;
  }

  .btn-nav {
    padding: 0px;
    color: #fff;
  }

  .btn-nav.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .image-17 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    background-color: #969696;
  }

  .mb-mt3 {
    margin-top: 40px;
  }

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-line {
    display: block;
    padding: 0px;
    border-top: 1px solid #fff;
  }

  .menu-line.above {
    margin-bottom: 20px;
  }

  .menu-button {
    padding: 0px;
  }

  .ham-bar {
    width: 24px;
    background-color: #fff;
  }

  .ham-bar.ctr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 21px;
  }

  p {
    margin-bottom: 20px;
  }

  .link-2.ml2 {
    margin-left: 0px;
  }

  .brand {
    padding-left: 0px;
  }

  ._2-cols {
    display: block;
  }

  .grid {
    display: inline-block;
    text-align: left;
  }

  .icon-image {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .link.hover {
    display: block;
    text-align: center;
  }

  .nav-menu {
    background-color: #a0373c;
  }

  .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .container.white-txt {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container.white-txt.txt-left.mb-mt0 {
    padding-top: 0px;
  }

  .container.nav-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .blue-txt {
    font-size: 21px;
    line-height: 30px;
  }

  .blue-txt.drop-btn {
    font-size: 17.5px;
  }

  .blue-txt.member {
    padding: 10px 15px;
    font-size: 17.5px;
  }

  .section.members {
    padding-top: 30px;
  }

  .footer.txt-ctr {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .parralax-wrap.inbody {
    height: 200px;
  }

  .icon-4 {
    color: #fff;
  }

  .europe-countries {
    margin-left: 10px;
  }

  .mt2.mb-mb0 {
    margin-bottom: 0px;
  }

  .nav-btn {
    padding: 1px;
  }

  .dropbtn-2 {
    margin-top: 15px;
  }

  .logo {
    max-width: 80%;
  }

  .logo-img {
    width: 210px;
  }

  .list {
    display: block;
  }

  .mt6.rch p {
    margin-bottom: 0px;
  }

  .parallax-img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .scroll-img {
    width: auto;
    min-height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .scroll-img.below-ctr.mbfx {
    height: 100vh;
    max-width: none;
    min-height: 100vh;
    margin-top: 0vw;
  }

  .scroll-img.i2 {
    min-height: 450px;
  }

  .btn-nav {
    padding: 0px;
    color: #fff;
  }

  .top-up-btn {
    width: 40px;
    height: 40px;
  }

  .inline {
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .rch-txt p {
    margin-bottom: 0px;
  }

  .rch-txt a {
    text-decoration: none;
  }

  .mb-mt3 {
    margin-top: 40px;
  }

  .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .menu-line {
    border-top: 1px solid #fff;
  }

  .menu-line.above {
    margin-bottom: 30px;
  }

  .menu-button {
    margin-left: 25px;
  }
}

