@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.eot') format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.eot') format("embedded-opentype"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --blue: #508fdb;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.sectionhp {
  width: 100vw;
}

.first {
  direction: rtl;
  border-bottom: 1px solid #e4ebf3;
  height: 100vh;
  padding: 140px 30px 80px;
  position: relative;
}

.container {
  text-align: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  white-space: normal;
  margin-bottom: 24px;
  margin-left: 100px;
  margin-right: 100px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3rem;
}

.button-primary {
  border: 1px solid var(--white);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f8fafc00;
  margin-top: 20px;
  padding: 12px 25px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.top {
  font-family: Rubik, sans-serif;
}

.zero {
  direction: rtl;
}

.navbar-no-shadow-container {
  z-index: 100;
  background-color: var(--blue);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: 2px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  border: 1px solid var(--white);
  color: var(--white);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-color: var(--white);
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.body {
  font-family: Rubik, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.heading {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 6rem;
  font-weight: 600;
  line-height: 6rem;
}

.second {
  direction: rtl;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.containerservices {
  grid-column-gap: 64px;
  grid-row-gap: 100px;
  flex-flow: row-reverse wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: grid;
}

.divwrapperservicxes {
  border-right: 1px dotted var(--white);
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  padding-right: 20px;
  display: flex;
}

.bodytext {
  margin-bottom: auto;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.footer {
  background-color: var(--blue);
  height: 100px;
}

.titleservices {
  direction: rtl;
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
}

.subtitleservices {
  text-align: center;
  letter-spacing: 1px;
  text-indent: 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5rem;
  display: inline-block;
}

.iconservices {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  display: inline-block;
}

.iconservices.flip {
  direction: rtl;
}

.bodytextstrong {
  letter-spacing: 0;
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: block;
}

.bold-text {
  display: block;
}

.sectionabout {
  background-image: linear-gradient(356deg, var(--blue), white 33%);
  direction: rtl;
  margin-top: 60px;
  padding-bottom: 60px;
}

.containerabout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.sectionprojects {
  direction: rtl;
  margin-top: 140px;
  padding-top: 100px;
}

.contenairprojects {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.projtitle {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.projdivwrapper {
  border: 1px #000;
  border-right-style: dotted;
  padding-right: 10px;
}

.allprojectstitle {
  font-size: 1.75rem;
  line-height: 1.75rem;
}

.allprojectssubtitle {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.contenair {
  margin-bottom: 40px;
}

.sectionform {
  direction: rtl;
  background-image: linear-gradient(76deg, #067cdd, #39c3e9);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block {
  width: 30rem;
  margin-top: 40px;
}

.formtext {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25rem;
}

.container-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: block;
}

.formtitle {
  color: var(--white);
  font-size: 2rem;
  line-height: 2rem;
}

.formsubtitle {
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.submit-button {
  background-color: #0d5a9e;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.lighticon {
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 1.5rem;
}

.servicebottomlinewrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 100px;
  display: flex;
}

.textbl_wrapper {
  flex: 1;
}

.iconbl_wrapper {
  margin-left: 10px;
}

.text-block {
  padding: 7px;
}

.gapsection {
  height: 100px;
}

.titleabout {
  color: var(--blue);
  font-size: 3rem;
  line-height: 3rem;
}

.text-block-2 {
  color: var(--white);
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

.vs_toto_gues_character {
  color: #23aa4efa;
  text-align: center;
  text-shadow: 1px 1px 7px #00000070;
  border-right: 1px #000;
  padding-right: 0;
  font-size: 74px;
  font-weight: 900;
  line-height: 70px;
}

.tototitlegame {
  text-align: right;
  border-top: 4px solid #0a6627;
  margin-top: 0;
  padding-top: 8px;
  font-size: 28px;
}

.lama {
  float: right;
  color: #0a6627;
  background-color: #fff;
  margin-left: 10px;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  display: inline-block;
}

.yesnowrapper {
  flex-flow: column;
  display: flex;
}

.devider {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  flex: none;
  width: 3px;
  height: 80%;
  margin-top: 8px;
  padding-top: 0;
}

.totobl {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.totobl_1 {
  border-left: 2px #0a662787;
  border-right: 2px #0a66279c;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  height: auto;
  margin-top: 8px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tototurtzad {
  display: block;
}

.tototurtzad.mobilup {
  direction: rtl;
  display: block;
}

.numwrapper {
  margin-bottom: 10px;
}

.intialnumbers {
  float: right;
  color: #fff;
  background-color: #0a6627;
  border-top-right-radius: 12px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding: 4px 10px;
  display: inline-block;
}

.totobl_1_y {
  flex: 0 auto;
  width: auto;
  height: auto;
  min-height: auto;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-right: 0;
  display: block;
}

.totobl_1_y.x {
  flex: 0 auto;
  align-self: center;
  width: auto;
  margin-left: 12px;
  margin-right: 1px;
}

.vs_yesno {
  font-size: 1.1rem;
  line-height: 1.1rem;
}

.gamecontainerwrapper {
  flex-flow: wrap;
  place-content: flex-start center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.open_character {
  margin-right: 20px;
  font-size: 2rem;
  line-height: 2.9rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.newswrapper {
  margin-bottom: 10px;
}

.image-19 {
  margin-right: 0;
}

.gamewrapper {
  border-bottom: 1px dashed #000;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.vs_maintext {
  line-height: 1.5rem;
}

.maintext {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.35rem;
}

.tototitle5 {
  direction: rtl;
  color: #0a6627;
  letter-spacing: 2px;
  margin-top: 0;
  font-size: 20px;
  line-height: 24px;
}

.game_items_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  direction: rtl;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: hidden;
}

.groups_name_wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: center;
  padding-left: 84px;
  padding-right: 84px;
  display: flex;
}

.totomain {
  direction: rtl;
  border: 1px #000;
  border-style: none solid;
  flex: none;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.totogametitle {
  color: #065b88;
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  margin-top: 10px;
  font-family: Rubik, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.open_character_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.toto5right {
  border-style: solid none none;
  border-width: 4px 1px 1px;
  border-top-color: #0a6627;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-right: 0;
}

.totogroupnames {
  flex: none;
}

.totoheader {
  cursor: pointer;
  background-image: linear-gradient(#aac3d88f, #fff);
  border-top: 2px solid #0a6627;
  border-bottom: 1px #000;
  width: 100%;
  position: relative;
}

.vs_5games {
  text-align: right;
  white-space: pre-wrap;
  word-break: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  font-size: 1rem;
  line-height: 2rem;
  display: block;
}

.section {
  margin-top: 60px;
}

.rte_article {
  text-align: right;
  margin-top: 20px;
  padding-left: 81px;
  padding-right: 81px;
  font-family: Rubik, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.rte_heading-1 {
  font-size: 2.5rem;
  font-weight: 700;
}

.rte_heading-2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.rte_heading-3 {
  font-size: 1.75rem;
  line-height: 2rem;
}

.section-2 {
  direction: rtl;
  background-color: #397eff;
  background-image: url('../images/header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  height: 240px;
  display: flex;
}

.div-block-2 {
  background-color: #779cac;
  align-self: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 18px 10px;
}

.body-2 {
  font-family: Rubik, sans-serif;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.15rem;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3svw;
  line-height: 2rem;
}

.heading-4 {
  color: #556fbe;
}

.navbar {
  direction: rtl;
  background-color: #3b77cc;
  margin-bottom: 2px;
}

@media screen and (max-width: 991px) {
  .first {
    height: auto;
  }

  .container {
    max-width: 728px;
  }

  .margin-bottom-24px {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 2rem;
    line-height: 2rem;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--blue);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .heading {
    font-size: 4rem;
    line-height: 4rem;
  }

  .titleservices {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2.5rem;
  }

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

  .icon {
    color: #f5efef;
  }

  .titleabout {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .tototitlegame {
    font-size: 24px;
  }

  .devider {
    margin-top: 19px;
  }

  .totobl {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .totobl_1 {
    flex-flow: column;
    flex: none;
    align-items: center;
    width: 33%;
  }

  .tototurtzad {
    flex: 1;
    width: auto;
  }

  .totobl_1_y {
    width: auto;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 16px;
  }

  .totobl_1_y.x {
    order: -1;
    width: auto;
    margin-bottom: 8px;
  }

  .gamecontainerwrapper {
    max-width: 100%;
  }

  .tototitle5 {
    letter-spacing: 1px;
    margin-top: 9px;
    font-size: 18px;
  }

  .game_items_wrapper {
    grid-column-gap: 0px;
  }

  .totomain {
    flex: none;
    margin-left: 9px;
    margin-right: 9px;
  }

  .toto5right {
    border-top-width: 4px;
    height: auto;
  }

  .totoheader {
    height: 52px;
  }

  .div-block-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-3 {
    font-size: 4svw;
  }
}

@media screen and (max-width: 767px) {
  .first {
    height: auto;
    padding: 60px 15px;
  }

  .hero-wrapper-two {
    padding-top: 20px;
  }

  .margin-bottom-24px {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .heading {
    font-size: 3rem;
    line-height: 3rem;
  }

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

  .divwrapperservicxes {
    padding-left: 20px;
  }

  .titleservices {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .containerabout, .sectionprojects {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .servicebottomlinewrapper {
    margin-right: 40px;
  }

  .tototitlegame {
    font-size: 26px;
  }

  .devider {
    flex: none;
    width: 3px;
  }

  .totobl {
    clear: none;
    flex: none;
    width: 100%;
    display: flex;
  }

  .totobl_1 {
    border-style: none;
    border-bottom-width: 1px;
    border-bottom-color: #000;
    width: 33%;
    padding-bottom: 19px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .tototurtzad {
    flex: none;
    margin-top: 0;
    margin-left: 12px;
    margin-right: 12px;
  }

  .open_character {
    margin-right: 10px;
  }

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

  .groups_name_wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .totomain {
    border-style: none;
    order: -1;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .totogametitle {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.75rem;
  }

  .toto5right {
    display: block;
  }

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

  .totoheader {
    order: -1;
  }

  .rte_article {
    padding-left: 40px;
    padding-right: 40px;
  }

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

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .heading {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .bodytext {
    font-size: 1.5rem;
  }

  .containerabout, .sectionprojects {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .sectionform {
    height: auto;
  }

  .div-block {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .formsubtitle {
    text-align: center;
  }

  .servicebottomlinewrapper {
    margin-left: 60px;
    margin-right: 20px;
  }

  .vs_toto_gues_character {
    font-size: 56px;
  }

  .div_mobiletitle_nichush {
    background-image: linear-gradient(#0a6627a1, #0a6627a1);
    order: -1;
    width: 100%;
    padding-right: 18px;
  }

  .totobl {
    clear: none;
    border-top-style: none;
    border-bottom-style: none;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .totologoleft {
    display: none;
  }

  .totobl_1 {
    background-image: linear-gradient(#fff, #0a662759);
    border-bottom: 4px #0a66274f;
    flex-flow: row;
    order: -1;
    place-content: space-around space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 6px;
    padding-bottom: 4px;
    padding-right: 0;
  }

  .tototurtzad {
    width: 90%;
    margin: -24px auto 2px;
    display: block;
  }

  .tototurtzad.mobilup {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-bottom: 29px;
    display: flex;
  }

  .totobl_1_y {
    order: -1;
    width: 37%;
    margin-right: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .totobl_1_y.x {
    padding-left: 9px;
  }

  .gamecontainerwrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .open_character {
    margin-right: 10px;
    font-size: 1.5rem;
  }

  .image-19.mobile {
    object-fit: fill;
  }

  .totologoright {
    display: none;
  }

  .tototitle5 {
    color: #0a6627;
    margin-top: 6px;
    margin-bottom: 13px;
  }

  .game_items_wrapper {
    grid-template-rows: auto auto auto auto;
  }

  .totomain {
    margin-bottom: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .totogametitle {
    letter-spacing: 1px;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

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

  .toto5right {
    height: auto;
    margin-top: 7px;
    padding-left: 0;
    display: block;
  }

  .totogroupnames {
    width: 100%;
  }

  .totoheader {
    margin-bottom: 2px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .rte_article {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .heading-3 {
    font-size: 5svw;
  }
}

#w-node-_6fee4e3f-b34e-3305-488e-c3ded3a882f2-a0b29ed3 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-ff621095-c265-7657-8002-b0bbc4dbf819-a0b29ed3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bcd37032-1110-8353-b7a7-86a57df627e9-a0b29ed3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-fbc5e61b-6c80-4b71-12d2-f5936af0d17f-a0b29ed3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9007bece-ee9d-d0d7-c1f2-729ac51b5b80-a0b29ed3 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_674012d6-ed1a-7452-e7b0-164c0aef8381-a0b29ed3 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-cdd4f879-b0a6-2410-559a-e35b40a20718-a0b29ed3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d0360f36-aa7e-8f61-b933-7e745e3e0d7d-a0b29ed3, #w-node-effa0504-6b0d-c11a-1a9c-a93e06b5f610-a0b29ed3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_28f358c6-194c-92a8-43b3-ea9a03144fa1-a0b29ed3, #w-node-_52c82f87-74ee-6b97-a83d-74f823659769-a0b29ed3, #w-node-_56e1f006-02c6-72e0-263c-1ed19c10fd6a-a0b29ed3, #w-node-cec8a861-cffe-2464-1e91-9bd9609a9216-a0b29ed3, #w-node-c155bfbf-ce3c-54f4-1df5-dec96bdfa8fb-a0b29ed3, #w-node-_256e6343-556d-e49e-c7da-f86ac97067c8-a0b29ed3, #w-node-e214d62e-8168-c896-e3ce-60b289ab8cf8-a0b29ed3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_6fee4e3f-b34e-3305-488e-c3ded3a882f2-a0b29ed3 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-ff621095-c265-7657-8002-b0bbc4dbf819-a0b29ed3 {
    grid-column: 1 / 2;
    grid-row-start: 1;
  }

  #w-node-bcd37032-1110-8353-b7a7-86a57df627e9-a0b29ed3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fbc5e61b-6c80-4b71-12d2-f5936af0d17f-a0b29ed3 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_9007bece-ee9d-d0d7-c1f2-729ac51b5b80-a0b29ed3 {
    grid-row: 5 / 6;
  }

  #w-node-_674012d6-ed1a-7452-e7b0-164c0aef8381-a0b29ed3 {
    grid-area: 6 / 1 / 7 / 2;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}