.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.button {
  text-align: center;
  background-color: #f97d1a;
  border: 1px solid #f97d1a;
  border-radius: 10px;
  font-family: Exo, sans-serif;
  font-weight: 800;
}

.button.element {
  color: #fff;
  background-color: #293859;
  border-style: none;
  border-color: #f97d1a;
  border-radius: 10px;
  width: 150px;
  margin-right: 20px;
  display: block;
}

.brand.w--current {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-link {
  color: #fff;
  vertical-align: baseline;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.nav-link:hover {
  color: #fff;
  font-weight: 700;
}

.nav-link.w--current {
  color: #7ed546;
  font-weight: 700;
}

.button2 {
  text-align: center;
  background-color: #f97d1a;
  border: 1px solid #f97d1a;
  border-radius: 10px;
  font-family: Exo, sans-serif;
  font-weight: 800;
}

.button2.element {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #610099;
  border-radius: 10px;
  width: 100px;
  margin-right: 20px;
  display: block;
}

.image {
  width: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-2 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-end;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f97d1a;
  background-color: #744e4e00;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: justify;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.nav-link-111 {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.nav-link-111:hover {
  color: #fff;
  font-weight: 700;
}

.nav-link-111.w--current {
  color: #7ed546;
  font-weight: 700;
}

.header {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #06104b;
  background-color: #f97d1a;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: grid;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  background-color: #0000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-3 {
  background-color: #fff;
  min-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  inset: 0% 0% auto;
  box-shadow: 0 0 10px #0000008f;
}

.section-4 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
  position: relative;
}

.image-2 {
  min-height: 0;
}

.image-3 {
  vertical-align: baseline;
  min-width: 200px;
  max-width: 200px;
}

.container-2 {
  background-color: #2270e3;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 3% 10px;
  display: block;
  position: static;
}

.navbar-2 {
  background-color: #186f52;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  max-height: none;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-112 {
  color: #fff;
  text-align: left;
  padding-left: 0;
}

.link-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  text-decoration: none;
  display: flex;
}

.nav-menu-2 {
  justify-content: center;
  align-items: center;
  margin-top: -46px;
  padding-right: 3%;
  display: flex;
  position: static;
}

.heading {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 50px;
  text-decoration: none;
}

.image-4 {
  min-width: 30px;
  max-width: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: block;
}

.marquee {
  z-index: 20;
  grid-column-gap: 1rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #f97d1a;
  background-color: #fff;
  width: 100%;
  margin: 45px auto 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: static;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  align-self: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-12 {
  color: #000;
  text-transform: uppercase;
  align-self: center;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.bold-text-33 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.code-embed-3 {
  display: none;
}

.mask {
  z-index: 1;
  border-radius: 0;
  min-width: 100%;
  min-height: 100%;
  margin-bottom: -36px;
  overflow: hidden;
}

.icon-3 {
  font-weight: 900;
}

.slider {
  z-index: 1;
  clear: none;
  background-color: #ddd0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.right-arrow {
  z-index: 1;
  color: #ffffffad;
  margin-top: -57px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 900;
  display: block;
  overflow: visible;
}

.left-arrow {
  z-index: 1;
  margin-top: -57px;
  display: block;
  overflow: visible;
}

.slide {
  z-index: 1;
  min-width: 100%;
  min-height: auto;
}

.bnbingo {
  z-index: 1;
  border-radius: 0;
  flex: 0 auto;
  width: 100%;
  min-width: 100%;
  margin: 131px 0 0;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
  overflow: visible;
}

.icon-4 {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  color: #ffffffad;
  font-size: 30px;
  font-weight: 700;
}

.image-5 {
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: visible;
}

.link-block-15 {
  border-radius: 0;
  min-width: 100%;
}

.slide-nav {
  background-color: #ee9e9e00;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  display: none;
}

.body {
  background-color: #fff;
  padding-top: 0;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding-right: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.image-6 {
  border-radius: 11px;
  margin-left: 10px;
  margin-right: 10px;
}

.home-01 {
  background-color: #fff;
  margin-bottom: 0%;
  padding: 5% 0% 5% 5%;
}

.home-02 {
  background-color: #fff;
  border-radius: 19px;
  margin: 5%;
  padding: 5%;
}

.heading-3 {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.image-7 {
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
}

.menu-button-2, .brand-2 {
  position: static;
}

.heading-4 {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.heading-5 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0% 5%;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.button-2 {
  background-color: #216edd;
  border-radius: 100px;
  padding: 15px 40px;
  font-size: 20px;
}

.button-3 {
  background-color: #db402c;
  border-radius: 100px;
  padding: 15px 40px;
  font-size: 20px;
}

.waves---expand-line {
  background-color: #000;
  width: 16px;
  height: 2px;
}

.waves---expand-line.vertical {
  color: #e86e00;
  background-color: #000;
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves-expanded-text {
  color: #000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.waves---paragraph-regular {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 130%;
}

.waves---expand-icon-wrap {
  opacity: .28;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.waves---expand-space {
  height: 24px;
}

.text-span-8 {
  font-size: 12px;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.waves-expandable-master-faq-2 {
  border: 1px #000;
  width: 100%;
  max-width: 100%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.waves---expandable-item {
  -webkit-text-stroke-color: #e86e00;
  cursor: pointer;
  border-top: 1px solid #000;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.text-span-7 {
  font-size: 12px;
  line-height: 10px;
}

.section-8 {
  align-self: center;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.waves---expandable-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.heading-43 {
  color: #ad9491;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.bold-text-34 {
  color: #db402c;
  text-align: center;
}

.z2eus {
  background-image: linear-gradient(#3c0c5a00, #0131ab 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.starlight-princess-1000 {
  background-image: url('../images/Starlight-Princess-MainBanner.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.starlight-princess-1000:hover {
  transform: translate(0, -2px);
}

.s2uper-ace {
  background-image: linear-gradient(#3c0c5a00, #005215 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.g2ates-of-olympus {
  background-image: linear-gradient(#3c0c5a00, #6b388f 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.m2ahjong-ways {
  background-image: linear-gradient(#3c0c5a00, #044900 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.dragon-legendin {
  background-image: url('../images/fbc99b9e-580b-49bd-9fdc-97741fe983de_1_11zon_5_11zon.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.dragon-legendin:hover {
  transform: translate(0, -2px);
}

.t2emple-of-tollan {
  background-image: linear-gradient(#3c0c5a00, #314628 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.moon-princess-trinity {
  background-image: url('../images/Moon-Princess-Trinity.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.moon-princess-trinity:hover {
  transform: translate(0, -2px);
}

.paragraph-13 {
  color: #fff;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.cell {
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 0;
}

.m2oney-mouse {
  background-image: url('../images/670e401dd09a3ff609911b7f_Money-Mouse-horizontal.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 120%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.m2oney-mouse:hover {
  transform: translate(0, -2px);
}

.kingdom-below {
  background-image: url('../images/Kingdom-Below-webp.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 110%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.kingdom-below:hover {
  transform: translate(0, -2px);
}

.image-5-copy {
  border: 1px #fff;
  border-radius: 10px;
  align-self: flex-start;
  min-width: 4vw;
  max-width: 4vw;
}

.bold-text-35 {
  text-align: center;
  padding-left: 0;
  padding-right: 26px;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 300;
}

.tabs {
  z-index: 2;
  margin-top: 0;
}

.jili {
  z-index: 1;
  box-sizing: border-box;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  margin: 0 0%;
  padding: 25px 5%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: scroll;
}

.jili:hover {
  transform: scale(1);
}

.ninja-vs-samurai {
  background-image: url('../images/e2133b02-1d3c-49bd-b7c7-b880beecc0b3_4_11zon_4_11zon.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.ninja-vs-samurai:hover {
  transform: translate(0, -2px);
}

.j2umanji {
  background-image: linear-gradient(#3c0c5a00, #2a4220 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.p2andastic-adventure {
  background-image: linear-gradient(#3c0c5a00, #068a6b 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.temple-of-tollan {
  background-image: url('../images/Temple-of-Tollan_2Temple of Tollan.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.temple-of-tollan:hover {
  transform: translate(0, -2px);
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.g2onzo-s-quest {
  background-image: linear-gradient(#3c0c5a00, #3d4310 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.image-32 {
  min-width: 1.6vw;
  max-width: 1.6vw;
  margin-left: 5px;
}

.gonzo-s-quest {
  background-image: url('../images/Gonzo’s-Quest-Banner-800x400.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 110%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.gonzo-s-quest:hover {
  transform: translate(0, -2px);
}

.pandastic-adventure {
  background-image: url('../images/Pandastic-Adventure.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 110%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.pandastic-adventure:hover {
  transform: translate(0, -2px);
}

.m2uay-thai-champion, ._2fortune-gems-3 {
  background-image: linear-gradient(#3c0c5a00, #0f3b0d 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.leprechaun-riches {
  background-image: url('../images/57d40efb-9c97-4c1b-977c-921a5f6173b8_2_11zon_1_11zon.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.leprechaun-riches:hover {
  transform: translate(0, -2px);
}

.paragraph-12-copy {
  color: #fff;
  text-align: left;
  border: 1px #000;
  border-left-width: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 20px;
}

.super-ace {
  background-image: url('../images/maxresdefault-1-1.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.super-ace:hover {
  transform: translate(0, -2px);
}

.muay-thai-champion {
  background-image: url('../images/786eba8c-64ff-4a74-80dc-307b9e6fee6a_3_11zon_2_11zon.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.muay-thai-champion:hover {
  transform: translate(0, -2px);
}

._31-coin-treasures {
  background-image: linear-gradient(#3c0c5a00, #d40808 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.s2weet-bonanza {
  background-image: linear-gradient(#3c0c5a00, #7206d7 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.f2ruit-shop-slot {
  background-image: linear-gradient(#3c0c5a00, #f88e23 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.heading-12 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.pggame {
  z-index: 1;
  box-sizing: border-box;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  margin: 0 0%;
  padding: 25px 5%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: scroll;
}

.pggame:hover {
  transform: scale(1);
}

.image-33 {
  border: 1px solid #fff;
  border-radius: 10px;
  align-self: flex-start;
  min-width: 4vw;
  max-width: 4vw;
}

.s2tarlight-princess-1000 {
  background-image: linear-gradient(#3c0c5a00, #1f668b 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.d2ragon-legendin {
  background-image: linear-gradient(#3c0c5a00, #068a6b 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.sweet-bonanza-1000 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.sweet-bonanza-1000.element {
  background-image: none;
  min-width: auto;
  height: auto;
  min-height: auto;
}

.s2tarburst {
  background-image: linear-gradient(#3c0c5a00, #361665 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.f1ortune-gems-3 {
  background-image: url('../images/Maxresdefault-1.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.f1ortune-gems-3:hover {
  transform: translate(0, -2px);
}

.heading-13 {
  color: #000;
  background-color: #c9c9c9;
  border: 1px #838383;
  border-radius: 5px;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1vw;
  font-weight: 500;
}

.j2ackpot-joker {
  background-image: linear-gradient(#3c0c5a00, #711084 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.zeus {
  background-image: url('../images/959bcLqVeWIkUyX.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.zeus:hover {
  transform: translate(0, -2px);
}

.scourge-of-rome {
  background-image: url('../images/Scourge-of-Rome-Slot.webp'), linear-gradient(#000, #000);
  background-position: 50% -50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.scourge-of-rome:hover {
  transform: translate(0, -2px);
}

.gates-of-olympus {
  background-image: url('../images/670e401dd09a3ff609911b84_Gates-of-Olympus-Banner.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.gates-of-olympus:hover {
  transform: translate(0, -2px);
}

.s2courge-of-rome {
  background-image: linear-gradient(#3c0c5a00, #4e1d20 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.sweet-bonanza {
  background-image: url('../images/Sweet-Bonanza-Online.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.sweet-bonanza:hover {
  transform: translate(0, -2px);
}

.jumanji {
  background-image: url('../images/Jumanji-Facebook-Cover.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 110%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.jumanji:hover {
  transform: translate(0, -2px);
}

.jackpot-joker {
  background-image: url('../images/iEPsl8bC04pQ0HycdwzjmUrSgYrAeiEpmrUVBiLA.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.jackpot-joker:hover {
  transform: translate(0, -2px);
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  min-width: 100%;
  margin-top: 20px;
  padding: 0;
}

.n2inja-vs-samurai {
  background-image: linear-gradient(#3c0c5a00, #320f09 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.madame-destiny-megaways {
  background-image: linear-gradient(#3c0c5a00, #050e4c 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.tabs-menu-2 {
  margin-top: 60px;
  margin-bottom: 20px;
  padding-left: 5%;
}

.paragraph-12 {
  color: #fff;
  text-align: left;
  border: 1px #000;
  border-left-width: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 20px;
}

.money-mouse {
  background-image: linear-gradient(#3c0c5a00, #b10064 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.k2ingdom-below {
  background-image: linear-gradient(#3c0c5a00, #d1251b 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.cell-3 {
  justify-content: center;
  align-items: flex-start;
}

.m2oon-princess-trinity {
  background-image: linear-gradient(#3c0c5a00, #0d1125 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.fruit-shop-slot {
  background-image: url('../images/Fruit-Shop-Slot.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 110%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fruit-shop-slot:hover {
  transform: translate(0, -2px);
}

.m2adame-destiny-megaways {
  background-image: url('../images/Madame-Destiny-Megaways-Tile-2.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.m2adame-destiny-megaways:hover {
  transform: translate(0, -2px);
}

.tab-link-tab-1-2 {
  color: #000;
  background-color: #ddd0;
  border: 1px solid #256cda;
  border-radius: 100px;
  margin-right: 20px;
  padding: 5px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.tab-link-tab-1-2.w--current {
  color: #fff;
  background-color: #256cda;
  border: 1px #c2c2c2;
  border-radius: 100px;
  margin-right: 20px;
  padding: 5px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.l2eprechaun-riches {
  background-image: linear-gradient(#3c0c5a00, #12300b 41%);
  margin-top: 0;
  padding: 60px 20px 20px;
}

.mahjong-ways {
  background-image: url('../images/d078f748-944f-46c1-89aa-d39e73fe1b7e_5_11zon_3_11zon.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.mahjong-ways:hover {
  transform: translate(0, -2px);
}

.section-9 {
  margin-top: 5px;
  display: flex;
}

.starburst {
  background-image: url('../images/Starburst-Net-Ent.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 110%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.starburst:hover {
  transform: translate(0, -2px);
}

._33-coin-treasures {
  background-image: url('../images/JILI-Slot-4-Coin-Treasure.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 130%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

._33-coin-treasures:hover {
  transform: translate(0, -2px);
}

.section-10 {
  background-color: #fff;
  padding: 5% 0% 0%;
}

.image-34 {
  min-width: 50px;
  max-width: 50px;
  margin: 40px auto;
  display: block;
}

.flex-block-3 {
  border-top: 1px solid #fff3;
}

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

._2024 {
  color: #ffffff8f;
  text-align: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  font-weight: 100;
}

.bold-text-38 {
  color: #5e5e5e;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

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

.link-12.w--current {
  color: #fff;
}

._2024-copy {
  color: #ffffff8f;
  text-align: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  font-weight: 100;
}

.bold-text-39-copy {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.columns {
  min-width: 100%;
}

.image-25 {
  width: 30px;
  margin-right: 20px;
}

.image-22 {
  opacity: 1;
  min-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-22 {
  font-size: 15px;
}

.bold-text-39 {
  font-weight: 100;
}

.followus {
  min-width: 100%;
  margin-top: 40px;
}

.image-6-copy {
  border: 3px #25d94f;
  border-radius: 15px;
  width: 100px;
  margin: 75px auto 0;
  padding-bottom: 0;
  display: block;
}

.section-11 {
  z-index: 0;
  background-color: #0000;
  border-top: 0 #000;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.download-the-bonus365-app-for-android-apk-ios-for-free-and-let-s-supercharge-your-gaming-fun {
  color: #25d94f;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 30px;
}

.flex-block-4 {
  margin-top: 20px;
}

.section-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center flex-start;
  align-self: center;
  place-items: center;
  min-width: 100%;
  margin: 40px auto;
  display: flex;
}

.heading-17 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 35px;
}

.download-the-bonus365-app-for-android-apk-ios-for-free-and-let-s-supercharge-your-gaming-fun-copy {
  color: #9e9e9e;
  text-align: center;
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.bold-text-43 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.heading-173 {
  color: #fff;
  flex-flow: column;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 35px;
  display: flex;
}

.section-17 {
  background-color: #2270e3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-51 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0% 5%;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

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

.code-embed-5 {
  display: none;
}

.image-35 {
  width: 30px;
  margin-right: 20px;
}

.section-124 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 20px 10%;
  text-decoration: none;
  display: grid;
  overflow: scroll;
}

.div-block-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr 2.75fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  min-width: 30vw;
  max-width: 30vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.heading-125 {
  color: #000;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.div-block-25 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 10px;
  display: flex;
}

.image-36 {
  border-radius: 10px;
  min-width: 4.5vw;
  max-width: 4.5vw;
}

.paragraph-14 {
  color: #7e7e7e;
  text-align: left;
  border: 1px #000;
  border-left-width: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.bold-text-36 {
  font-weight: 500;
}

.body-2 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-2-32 {
  color: #fff;
  text-align: left;
  margin-top: 140px;
  margin-bottom: 20px;
  padding-left: 10%;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.recently-played {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
  text-decoration: none;
  display: grid;
  position: relative;
}

.div-block-23-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-right: 0;
  display: block;
}

.hot-games-s {
  z-index: 2;
  color: #000;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: -8px;
  margin-right: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  position: relative;
}

.link-block-39 {
  text-decoration: none;
}

.ddddw1 {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  display: flex;
}

.c2 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.c2.element {
  background-image: url('../images/33.webp');
  background-size: contain;
  min-width: 9vw;
  height: 9vw;
}

.link-sugar-rush-1000-copy {
  text-decoration: none;
}

.link-sugar-rush-1000-copy:hover {
  transform: translate(0, -10px);
}

.c4 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.c4.element {
  background-image: url('../images/Roulette_regular.webp');
  background-size: contain;
  min-width: 9vw;
  height: 9vw;
}

.c6 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.c6.element {
  background-image: url('../images/480x366-pusoy-go.webp');
  background-size: cover;
  min-width: 9vw;
  height: 9vw;
}

.c5 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.c5.element {
  background-image: url('../images/480x366-blackjack-21.webp');
  background-size: contain;
  min-width: 9vw;
  height: 9vw;
}

._2recently-played {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: relative;
}

._2recently-played:hover {
  transform: scale(1);
}

.c3 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.c3.element {
  background-image: url('../images/vs20sugarrush.webp');
  background-size: contain;
  min-width: 9vw;
  height: 9vw;
}

.c1 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.c1.element {
  background-image: url('../images/vs20olympx-1.webp');
  background-size: contain;
  min-width: 9vw;
  height: 9vw;
}

.our-favorites2 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 10%;
  padding-right: 10%;
  text-decoration: none;
  display: grid;
  position: relative;
}

.link-block-40 {
  text-decoration: none;
}

.ddddw1-2 {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  display: flex;
}

.o9 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.o9.element {
  background-image: url('../images/480x366_aztecfire2_58c70d4ecc.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.o3 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.o3.element {
  background-image: url('../images/vs20olympx-1.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.o6 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.o6.element {
  background-image: url('../images/vs20cjcluster.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.o8 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.o8.element {
  background-image: url('../images/480x366_3hotchillies_d5a5650ee1.webp');
  background-size: contain;
  min-width: 9vw;
  height: 11.5vw;
}

.our-favorites3 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: relative;
}

.our-favorites3:hover {
  transform: scale(1);
}

.o1 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.o1.element {
  background-image: url('../images/vs20sugarrushx.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.o5 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.o5.element {
  background-image: url('../images/vs20fruitsw.webp');
  background-position: 50%;
  background-size: contain;
  min-width: 9vw;
  height: 11.5vw;
}

._04 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

._04.element {
  background-image: url('../images/vs20olympgate.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

._019 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

._019.element {
  background-image: url('../images/black_wolf_2_74a88f063a.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.o2 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.o2.element {
  background-image: url('../images/vs20fruitswx.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

._07 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

._07.element {
  background-image: url('../images/3_China_Pots_Game_Thumbnail_132ddfdaa3.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.link-sugar-rush-1000 {
  text-decoration: none;
}

.link-sugar-rush-1000:hover {
  transform: translate(0, -10px);
}

.new-games {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 10%;
  padding-right: 10%;
  text-decoration: none;
  display: grid;
  position: relative;
}

.link-block-41 {
  text-decoration: none;
}

.ddddw1-3 {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  display: flex;
}

.n10 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.n10.element {
  background-image: url('../images/vs10bbdoubled.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.n5 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.n5.element {
  background-image: url('../images/no_name-3.webp');
  background-position: 50%;
  background-size: contain;
  min-width: 9vw;
  height: 11.5vw;
}

.n7 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.n7.element {
  background-image: url('../images/thumb_4_3.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.n1 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.n1.element {
  background-image: url('../images/Super_Ace_Scratch_646d45f05b_1Super_Ace_Scratch_646d45f05b.avif');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.n8 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.n8.element {
  background-image: url('../images/banner_396_en.webp');
  background-size: contain;
  min-width: 9vw;
  height: 11.5vw;
}

.n9 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.n9.element {
  background-image: url('../images/no_name-4.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.n3 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.n3.element {
  background-image: url('../images/no_name-1_1no_name (1).avif');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.n6 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.n6.element {
  background-image: url('../images/no_name-5.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.new-games2 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 40px;
  padding-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: relative;
}

.new-games2:hover {
  transform: scale(1);
}

.n2 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.n2.element {
  background-image: url('../images/no_name.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.n4 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.n4.element {
  background-image: url('../images/no_name-2.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.section-124-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  padding: 20px 5% 20px 10%;
  text-decoration: none;
  display: grid;
  overflow: scroll;
}

.heading-174 {
  color: #000;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.div-block-26 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 10px;
  display: flex;
}

.image-37 {
  border-radius: 10px;
  min-width: 4.5vw;
  max-width: 4.5vw;
}

.s1 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.s1.element {
  background-image: url('../images/sagaming-roulette-box-fade.webp');
  background-size: cover;
  min-width: 15vw;
  height: 13vw;
}

.s3 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.s3.element {
  background-image: url('../images/sagaming-sicbo-box-fade.webp');
  background-size: cover;
  min-width: 15vw;
  height: 13vw;
}

.s8 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.s8.element {
  background-image: url('../images/480x366-mteenpatti2020_1480x366-mteenpatti2020.avif');
  background-position: 50%;
  background-size: cover;
  min-width: 15vw;
  height: 13vw;
}

.s10 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.s10.element {
  background-image: url('../images/sagaming-mblackjack-box-fade.webp');
  background-size: cover;
  min-width: 15vw;
  height: 13vw;
}

.s7 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.s7.element {
  background-image: url('../images/sagaming-baccaratdiamondhall-box-fade.webp');
  background-size: cover;
  min-width: 15vw;
  height: 13vw;
}

.s9 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.s9.element {
  background-image: url('../images/sagaming-pokdeng-box-fade.webp');
  background-size: cover;
  min-width: 15vw;
  height: 13vw;
}

.sa-gaming2 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 40px;
  padding-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: relative;
}

.sa-gaming2:hover {
  transform: scale(1);
}

.s6 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.s6.element {
  background-image: url('../images/sagaming-sexybaccarat-box-fade_1sagaming-sexybaccarat-box-fade.avif');
  background-size: cover;
  min-width: 15vw;
  height: 13vw;
}

.s2 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.s2.element {
  background-image: url('../images/sagaming-speedbaccarat-box-fade_1sagaming-speedbaccarat-box-fade.avif');
  background-size: cover;
  min-width: 15vw;
  height: 13vw;
}

.s4 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.s4.element {
  background-image: url('../images/sagaming-sexyroulette-box-fade_1sagaming-sexyroulette-box-fade.avif');
  background-size: cover;
  min-width: 15vw;
  height: 13vw;
}

.s5 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.s5.element {
  background-image: url('../images/sagaming-xócðia-box-fade.webp');
  background-size: cover;
  min-width: 15vw;
  height: 13vw;
}

.top-live-dealers2 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: relative;
}

.top-live-dealers2:hover {
  transform: scale(1);
}

.ll1 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.ll1.element {
  background-image: url('../images/evolution-main.webp');
  background-size: cover;
  min-width: 9vw;
  height: 12.2vw;
}

.ll2 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.ll2.element {
  background-image: url('../images/sagaming-main.webp');
  background-size: cover;
  min-width: 9vw;
  height: 12.2vw;
}

.l2 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.l2.element {
  background-image: url('../images/sagaming-lobby-portrait-fade_1sagaming-lobby-portrait-fade.avif');
  background-size: cover;
  min-width: 10vw;
  height: 17vw;
}

.lobbies2 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: relative;
}

.lobbies2:hover {
  transform: scale(1);
}

.l5 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.l5.element {
  background-image: url('../images/evolution-baccaratsicbolobby-portrait-fade_1evolution-baccaratsicbolobby-portrait-fade.avif');
  background-size: cover;
  min-width: 10vw;
  height: 17vw;
}

.l4 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.l4.element {
  background-image: url('../images/evolution-blackjacklobby-portrait-fade_1evolution-blackjacklobby-portrait-fade.avif');
  background-size: cover;
  min-width: 10vw;
  height: 17vw;
}

.l3 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.l3.element {
  background-image: url('../images/evolution-topgameslobby-portrait-fade_1evolution-topgameslobby-portrait-fade.avif');
  background-size: cover;
  min-width: 10vw;
  height: 17vw;
}

.l6 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.l6.element {
  background-image: url('../images/evolution-gameshowslobby-portrait-fade_1evolution-gameshowslobby-portrait-fade.avif');
  background-size: cover;
  min-width: 10vw;
  height: 17vw;
}

.l1 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.l1.element {
  background-image: url('../images/evolution-roulettelobby-portrait-fade_1evolution-roulettelobby-portrait-fade.avif');
  background-size: cover;
  min-width: 10vw;
  height: 17vw;
}

.top-games3 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: relative;
}

.top-games3:hover {
  transform: scale(1);
}

.t1 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.t1.element {
  background-image: url('../images/sagaming-sexybaccaratc01-portrait-fade_1sagaming-sexybaccaratc01-portrait-fade.avif');
  background-size: cover;
  min-width: 10vw;
  height: 17vw;
}

.t2 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.t2.element {
  background-image: url('../images/sagaming-sexyroulette-portrait-fade.webp');
  background-size: cover;
  min-width: 10vw;
  height: 17vw;
}

.t3 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.t3.element {
  background-image: url('../images/sagaming-baccaratdiamondhalld01-portrait-fade_1sagaming-baccaratdiamondhalld01-portrait-fade.avif');
  background-size: cover;
  min-width: 10vw;
  height: 17vw;
}

.section-124-copy-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  margin-bottom: 20px;
  padding: 20px 5% 20px 10%;
  text-decoration: none;
  display: grid;
  overflow: scroll;
}

.div-block-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr 2.75fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  min-width: 30vw;
  max-width: 30vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.heading-175 {
  color: #000;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.image-38 {
  border-radius: 10px;
  min-width: 4.5vw;
  max-width: 4.5vw;
}

.a3 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.a3.element {
  background-image: url('../images/224.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.a1 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.a1.element {
  background-image: url('../images/no_name_1.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.a4 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.a4.element {
  background-image: url('../images/229.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.a2 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.a2.element {
  background-image: url('../images/480x366-plinko.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.arcade2 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 40px;
  padding-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: relative;
}

.arcade2:hover {
  transform: scale(1);
}

.a5 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.a5.element {
  background-image: url('../images/232.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.f8 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.f8.element {
  background-image: url('../images/1.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.f3 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.f3.element {
  background-image: url('../images/480x366_Fortune_King_Jackpot_bcfd371299.webp');
  min-width: 9vw;
  height: 11.5vw;
}

.f7 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.f7.element {
  background-image: url('../images/60.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.f6 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.f6.element {
  background-image: url('../images/no_name-1_2no_name (1).avif');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.fishing-games2 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 40px;
  padding-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: relative;
}

.fishing-games2:hover {
  transform: scale(1);
}

.f13 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.f13.element {
  background-image: url('../images/119.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.f10 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.f10.element {
  background-image: url('../images/71.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.f11 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.f11.element {
  background-image: url('../images/preview-fishmania.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.f12 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.f12.element {
  background-image: url('../images/82.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.f14 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.f14.element {
  background-image: url('../images/74.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.f9 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.f9.element {
  background-image: url('../images/32.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.f4 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.f4.element {
  background-image: url('../images/no_name-2_1no_name (2).avif');
  background-size: contain;
  min-width: 9vw;
  height: 11.5vw;
}

.f5 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.f5.element {
  background-image: url('../images/no_name-4_1no_name (4).avif');
  background-position: 50%;
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.f1 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.f1.element {
  background-image: url('../images/no_name-3_1no_name (3).avif');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.f15 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.f15.element {
  background-image: url('../images/20.webp');
  background-size: cover;
  min-width: 9vw;
  height: 11.5vw;
}

.f2 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.f2.element {
  background-image: url('../images/480x366-ocean-king-jackpot.webp');
  min-width: 9vw;
  height: 11.5vw;
}

.section-125 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  padding: 20px 5% 20px 10%;
  text-decoration: none;
  display: grid;
  overflow: scroll;
}

.div-block-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr 2.75fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  min-width: 30vw;
  max-width: 30vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.heading-176 {
  color: #000;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.image-39 {
  border-radius: 10px;
  min-width: 4.5vw;
  max-width: 4.5vw;
}

.bold-text-44 {
  font-weight: 500;
}

.new-games2-2 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 40px;
  padding-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: relative;
}

.new-games2-2:hover {
  transform: scale(1);
}

.icon-5 {
  font-weight: 900;
}

.bnsports {
  z-index: 1;
  border-radius: 10px;
  flex: 0 auto;
  width: 100%;
  min-width: 100%;
  margin: 121px 0 20px;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
  overflow: visible;
}

.image-40 {
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  margin-top: 53px;
  overflow: visible;
}

.mask-2 {
  z-index: 1;
  border-radius: 10px;
  min-width: 100%;
  overflow: hidden;
}

.icon-6 {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  color: #ffffffad;
  font-size: 30px;
  font-weight: 700;
}

.slide-nav-2 {
  background-color: #ee9e9e00;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 19px;
  font-size: 12px;
  display: none;
}

.slider-2 {
  z-index: 1;
  clear: none;
  background-color: #ddd0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.sp2 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.sp2.element {
  background-image: url('../images/gcs__sports-TF_1697626836631.webp');
  background-size: cover;
  min-width: 9vw;
  height: 20vw;
}

.sp1 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.sp1.element {
  background-image: url('../images/gcs__SPORTS-UG2_1697626836650.webp');
  background-size: cover;
  min-width: 9vw;
  height: 20vw;
}

.sp5 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.sp5.element {
  background-image: url('../images/gcs__SPORTS-BTI_1697626836576.webp');
  background-size: cover;
  min-width: 9vw;
  height: 20vw;
}

.sp4 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.sp4.element {
  background-image: url('../images/gcs__SPORTS-PIN_1697626836616.webp');
  background-size: cover;
  min-width: 9vw;
  height: 20vw;
}

.sp3 {
  background-image: url('../images/PP_Wild-Bison-Charge.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.sp3.element {
  background-image: url('../images/gcs__sports-DS88_1697626836597.webp');
  background-size: cover;
  min-width: 9vw;
  height: 20vw;
}

.code-embed-6 {
  display: none;
}

.paragraph-15 {
  color: #fff;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.bold-text-45 {
  padding-left: 0;
  padding-right: 40px;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 300;
}

.tabs-2 {
  margin-top: 0;
}

.temple-of-tollan-2 {
  background-image: url('../images/Temple-of-Tollan_1.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 30vw;
  max-height: 30vw;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.temple-of-tollan-2:hover {
  transform: translate(0, -2px);
}

.cell-4 {
  justify-content: center;
  align-items: flex-start;
}

.image-41 {
  min-width: 1.6vw;
  max-width: 1.6vw;
  margin-left: 5px;
}

.heading-177 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.image-42 {
  border: 1px solid #fff;
  border-radius: 10px;
  align-self: flex-start;
  min-width: 4vw;
  max-width: 4vw;
}

.heading-178 {
  color: #000;
  background-color: #c9c9c9;
  border: 1px #838383;
  border-radius: 5px;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1vw;
  font-weight: 500;
}

.tabs-menu-3 {
  margin-top: 60px;
  margin-bottom: 20px;
  padding-left: 5%;
}

.paragraph-16 {
  color: #fff;
  text-align: left;
  border: 1px #000;
  border-left-width: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 20px;
}

.cell-5 {
  justify-content: center;
  align-items: flex-start;
}

.tab-link-tab-1-3 {
  color: #fff;
  background-color: #ddd0;
  border: 1px solid #dd002b;
  border-radius: 100px;
  margin-right: 20px;
  padding: 5px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.tab-link-tab-1-3.w--current {
  color: #fff;
  background-color: #dd002b;
  border: 1px #c2c2c2;
  border-radius: 100px;
  margin-right: 20px;
  padding: 5px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.section-126 {
  margin-top: 5px;
  display: flex;
}

.section-12433 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  padding: 20px 5% 20px 0%;
  text-decoration: none;
  display: grid;
  overflow: scroll;
}

.image-311y {
  border-radius: 10px;
  min-width: 15vw;
  max-width: 15vw;
  margin-bottom: 10px;
}

.heading-179 {
  color: #000;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.bold-text-47 {
  color: #fd0000;
}

.brand-2-copy {
  display: none;
  position: static;
}

.brand-2-copy.w--current {
  display: none;
}

.bold-text-48 {
  color: #000;
}

.image-43 {
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-4-copy {
  color: #c20000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.cell-6 {
  justify-content: flex-start;
  align-items: center;
}

.image-44 {
  min-width: 200px;
}

.bold-text-49 {
  color: #db402c;
}

.image-45 {
  min-width: 160px;
}

.column {
  padding-left: 60px;
}

.heading-17-copy {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
}

.section-12434 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.section-12435 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-text-50, .bold-text-51, .bold-text-52, .bold-text-53 {
  color: #000;
}

@media screen and (min-width: 1280px) {
  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    display: flex;
  }

  .mask {
    border-radius: 0;
    margin-bottom: -48px;
  }

  .bnbingo {
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .slide-nav {
    padding-top: 38px;
  }

  ._2024, ._2024-copy {
    font-size: 12px;
    font-weight: 800;
  }

  .bold-text-39-copy {
    color: #fff;
    min-width: 100%;
    font-weight: 800;
  }

  .image-22 {
    opacity: 1;
  }

  .bold-text-42 {
    color: #eac071;
  }

  .bnsports {
    margin-top: 35px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .mask-2 {
    border-radius: 10px;
  }

  .slide-nav-2 {
    padding-top: 38px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .mask {
    margin-bottom: -64px;
  }

  .starlight-princess-1000, .dragon-legendin, .moon-princess-trinity, .m2oney-mouse, .kingdom-below {
    min-width: 40vw;
  }

  .jili {
    min-width: 100vw;
  }

  .ninja-vs-samurai, .temple-of-tollan, .gonzo-s-quest, .pandastic-adventure, .leprechaun-riches, .super-ace, .muay-thai-champion {
    min-width: 40vw;
  }

  .pggame {
    min-width: 100vw;
  }

  .f1ortune-gems-3, .zeus, .scourge-of-rome, .gates-of-olympus, .sweet-bonanza, .jumanji, .jackpot-joker, .fruit-shop-slot, .m2adame-destiny-megaways, .mahjong-ways, .starburst, ._33-coin-treasures {
    min-width: 40vw;
  }

  .section-11 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .temple-of-tollan-2 {
    min-width: 40vw;
  }
}

@media screen and (max-width: 991px) {
  .icon {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .icon {
    color: #fff;
  }

  .container-3 {
    flex-flow: column;
  }

  .button-2, .button-3 {
    text-align: center;
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .icon {
    color: #fff;
    justify-content: flex-end;
    align-items: center;
    min-width: auto;
    padding-right: 17px;
    display: flex;
  }

  .button {
    flex: 1;
    margin: 10px;
  }

  .button.element {
    color: #fff;
    background-color: #293859;
    border: 1px #7ed546;
    margin-top: 10px;
    margin-right: 10px;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    font-size: 15px;
    display: flex;
  }

  .button2 {
    flex: 1;
    margin: 10px;
  }

  .button2.element {
    color: #fff;
    border-style: none;
    border-color: #f97d1a;
    margin-top: 10px;
    margin-right: 10px;
  }

  .image {
    width: 60px;
    margin-left: 10px;
    padding-left: 0;
  }

  .section-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    place-content: stretch space-between;
    align-self: stretch;
    align-items: stretch;
    width: auto;
    margin: 93px 10px 10px;
    display: flex;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: justify;
    object-fit: fill;
    background-image: url('../images/AnyWebpP-Converter-1080x1080.webp');
    background-position: 0 0;
    background-size: contain;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: justify;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .nav-link-111 {
    justify-content: center;
    align-items: center;
    font-size: 15px;
    display: flex;
  }

  .header {
    z-index: 10;
    align-self: stretch;
    align-items: stretch;
    width: auto;
    height: auto;
    display: none;
  }

  .menu-button {
    flex-flow: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

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

  .nav-menu {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    text-align: center;
    text-shadow: 0 0 5px #743e00;
    background-color: #f97d1aed;
    background-image: url('../images/AnyWebpP-Converter-1080x1080.webp');
    background-position: 0 0;
    background-size: 108px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    align-self: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-3 {
    z-index: 1;
    box-shadow: none;
    background-color: #ffffffb5;
    min-height: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .section-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    place-content: stretch space-between;
    align-self: stretch;
    align-items: stretch;
    width: auto;
    margin: 0 10px;
    display: flex;
  }

  .image-3 {
    min-width: 200px;
    max-width: 200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: row;
    justify-content: space-between;
    padding: 10px 5% 10px 3%;
    display: flex;
  }

  .navbar-2 {
    z-index: 10;
    background-color: #186f5200;
  }

  .link-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid #dfdfdf54;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: minmax(10%, .25fr) 2.75fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center start;
    place-items: center;
    margin: 0 0%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20%;
    display: grid;
  }

  .nav-menu-2 {
    text-align: left;
    background-color: #000000fc;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    min-width: 70%;
    margin-top: 0;
    margin-left: auto;
    margin-right: 139px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .image-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text {
    margin-left: 0;
    font-size: 20px;
  }

  .icon-2 {
    color: #fff;
  }

  .marquee {
    background-color: #fff;
    width: auto;
    margin-top: 61px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    position: static;
    inset: 137.6px 0% auto;
  }

  .marquee-content.scroll {
    background-color: #35353500;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-12 {
    width: 100%;
  }

  .text-block-12.hide, .code-embed-3 {
    display: none;
  }

  .mask {
    flex: 1;
    align-self: center;
    min-height: auto;
    margin-bottom: -40px;
    overflow: hidden;
  }

  .icon-3 {
    text-align: right;
    margin-left: 0;
    margin-right: 10px;
    font-size: 20px;
    inset: 0% 0% 0% auto;
  }

  .slider {
    background-color: #ddd0;
    border-radius: 0;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .right-arrow {
    text-align: right;
    align-self: auto;
    margin-top: 0;
  }

  .left-arrow {
    margin-top: 0;
    font-family: Exo, sans-serif;
    font-weight: 900;
  }

  .slide {
    box-sizing: border-box;
    object-fit: fill;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .bnbingo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    margin: 87px 0 30px;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .icon-4 {
    margin-left: 10px;
    margin-right: 0;
    font-family: Exo, sans-serif;
    font-size: 20px;
    font-weight: 900;
    inset: 0% auto 0% 0%;
  }

  .image-5 {
    aspect-ratio: auto;
    border-radius: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .link-block-15 {
    box-sizing: border-box;
    aspect-ratio: auto;
    border-radius: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: block;
    position: static;
    overflow: hidden;
  }

  .slide-nav {
    text-align: right;
    justify-content: center;
    align-items: center;
    min-width: 10px;
    margin-bottom: 0;
    padding-top: 27px;
    font-size: 7px;
    display: none;
  }

  .heading-2 {
    padding-left: 5%;
    line-height: 30px;
  }

  .flex-block {
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .image-6 {
    border-radius: 10px;
    align-self: center;
  }

  .home-01 {
    flex-flow: column;
    margin-top: -17px;
    padding-bottom: 10%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .home-02 {
    flex-flow: column;
    margin-bottom: 5%;
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .heading-3 {
    line-height: 30px;
  }

  .flex-block-2 {
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .image-7 {
    align-self: center;
  }

  .menu-button-2 {
    background-color: #d33;
    border-radius: 10px;
    margin-left: 0;
    margin-right: 64px;
    padding: 10px;
  }

  .menu-button-2.w--open {
    flex: 0 auto;
  }

  .brand-2, .brand-2.w--current {
    display: none;
  }

  .heading-4, .heading-5 {
    line-height: 30px;
  }

  .container-3 {
    flex-flow: column;
  }

  .button-2 {
    text-align: center;
    font-size: 15px;
  }

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

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expandable-content {
    flex: 0 auto;
    max-width: none;
  }

  .waves-expanded-text {
    font-size: 15px;
    line-height: 24px;
  }

  .waves---paragraph-regular {
    font-size: 20px;
    font-weight: 600;
  }

  .waves---expand-icon-wrap {
    opacity: .27;
    flex: none;
  }

  .waves---expandable-item {
    opacity: 1;
    border-top-color: #fff;
    width: auto;
  }

  .section-8 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-43 {
    line-height: 30px;
  }

  .z2eus {
    padding-bottom: 10px;
  }

  .starlight-princess-1000 {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .starlight-princess-1000:hover {
    transform: translate(0, -2px);
  }

  .s2uper-ace, .g2ates-of-olympus, .m2ahjong-ways {
    padding-bottom: 10px;
  }

  .dragon-legendin {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .dragon-legendin:hover {
    transform: translate(0, -2px);
  }

  .t2emple-of-tollan {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .moon-princess-trinity {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .moon-princess-trinity:hover {
    transform: translate(0, -2px);
  }

  .m2oney-mouse {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .m2oney-mouse:hover {
    transform: translate(0, -2px);
  }

  .kingdom-below {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .kingdom-below:hover {
    transform: translate(0, -2px);
  }

  .image-5-copy {
    min-width: 100%;
    max-width: 100%;
  }

  .bold-text-35 {
    padding-right: 8px;
    font-size: 2.2vw;
  }

  .tabs {
    margin-top: 0;
  }

  .jili {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center start;
    width: 100%;
    height: 100%;
    min-height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
    padding: 20px 0% 20px 7%;
    display: flex;
    overflow: scroll;
  }

  .ninja-vs-samurai {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .ninja-vs-samurai:hover {
    transform: translate(0, -2px);
  }

  .j2umanji, .p2andastic-adventure {
    padding-bottom: 10px;
  }

  .temple-of-tollan {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .temple-of-tollan:hover {
    transform: translate(0, -2px);
  }

  .cell-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .g2onzo-s-quest {
    padding-bottom: 10px;
  }

  .image-32 {
    align-self: center;
    min-width: 4vw;
    max-width: 4vw;
    display: block;
  }

  .gonzo-s-quest {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .gonzo-s-quest:hover {
    transform: translate(0, -2px);
  }

  .pandastic-adventure {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .pandastic-adventure:hover {
    transform: translate(0, -2px);
  }

  .m2uay-thai-champion, ._2fortune-gems-3 {
    padding-bottom: 10px;
  }

  .leprechaun-riches {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .leprechaun-riches:hover {
    transform: translate(0, -2px);
  }

  .paragraph-12-copy {
    border-left-style: none;
    padding-left: 0;
    font-size: 10px;
    line-height: 15px;
  }

  .bold-text-3 {
    font-size: 13px;
  }

  .super-ace {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .super-ace:hover {
    transform: translate(0, -2px);
  }

  .muay-thai-champion {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .muay-thai-champion:hover {
    transform: translate(0, -2px);
  }

  ._31-coin-treasures, .s2weet-bonanza, .f2ruit-shop-slot {
    padding-bottom: 10px;
  }

  .heading-12 {
    margin-bottom: 5px;
    line-height: 30px;
  }

  .pggame {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center start;
    width: 100%;
    height: 100%;
    min-height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
    padding: 20px 5% 20px 7%;
    display: flex;
    overflow: scroll;
  }

  .image-33 {
    min-width: 100%;
    max-width: 100%;
  }

  .s2tarlight-princess-1000, .d2ragon-legendin {
    padding-bottom: 10px;
  }

  .sweet-bonanza-1000 {
    height: 27vw;
  }

  .sweet-bonanza-1000.element {
    min-width: 85vw;
    height: auto;
    margin-right: 0;
  }

  .s2tarburst {
    padding-bottom: 10px;
  }

  .f1ortune-gems-3 {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .f1ortune-gems-3:hover {
    transform: translate(0, -2px);
  }

  .heading-13 {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.2vh;
  }

  .j2ackpot-joker {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .zeus {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .zeus:hover {
    transform: translate(0, -2px);
  }

  .scourge-of-rome {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .scourge-of-rome:hover {
    transform: translate(0, -2px);
  }

  .gates-of-olympus {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .gates-of-olympus:hover {
    transform: translate(0, -2px);
  }

  .s2courge-of-rome {
    padding-bottom: 10px;
  }

  .sweet-bonanza {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .sweet-bonanza:hover {
    transform: translate(0, -2px);
  }

  .jumanji {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .jumanji:hover {
    transform: translate(0, -2px);
  }

  .jackpot-joker {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .jackpot-joker:hover {
    transform: translate(0, -2px);
  }

  .quick-stack {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .n2inja-vs-samurai {
    padding-bottom: 10px;
  }

  .madame-destiny-megaways {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabs-menu-2 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-right: 0%;
    display: flex;
    overflow: scroll;
  }

  .paragraph-12 {
    border-left-style: none;
    padding-left: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .money-mouse, .k2ingdom-below {
    padding-bottom: 10px;
  }

  .text-block-14 {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .m2oon-princess-trinity {
    padding-bottom: 10px;
  }

  .fruit-shop-slot {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .fruit-shop-slot:hover {
    transform: translate(0, -2px);
  }

  .m2adame-destiny-megaways {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .m2adame-destiny-megaways:hover {
    transform: translate(0, -2px);
  }

  .tab-link-tab-1-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    text-align: left;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-self: center;
    place-items: stretch stretch;
    margin-right: 10px;
    font-size: 12px;
    text-decoration: none;
    display: flex;
  }

  .tab-link-tab-1-2.w--current {
    margin-right: 10px;
  }

  .l2eprechaun-riches {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mahjong-ways {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .mahjong-ways:hover {
    transform: translate(0, -2px);
  }

  .section-9 {
    justify-content: flex-start;
    align-items: center;
  }

  .starburst {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .starburst:hover {
    transform: translate(0, -2px);
  }

  ._33-coin-treasures {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  ._33-coin-treasures:hover {
    transform: translate(0, -2px);
  }

  .link-6 {
    align-self: center;
  }

  ._2024 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-38 {
    font-size: 12px;
  }

  ._2024-copy {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-39-copy {
    font-size: 10px;
  }

  .image-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-39 {
    font-size: 10px;
  }

  .image-6-copy {
    width: 70px;
  }

  .section-11 {
    background-color: #fff;
    width: 100%;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    inset: auto 0% 0%;
  }

  .download-the-bonus365-app-for-android-apk-ios-for-free-and-let-s-supercharge-your-gaming-fun {
    font-size: 30px;
  }

  .flex-block-4 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .heading-17, .heading-173 {
    text-align: center;
  }

  .section-17 {
    padding-bottom: 87px;
  }

  .heading-51 {
    line-height: 30px;
  }

  .link-6333 {
    align-self: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .code-embed-4 {
    display: none;
  }

  .code-embed-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .section-124 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-left: 2%;
  }

  .div-block-24 {
    grid-template-columns: .25fr .4fr 1.5fr;
    place-content: stretch;
    min-width: 80vw;
    max-width: 80vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-125 {
    color: #000;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .image-36 {
    min-width: 15vw;
    max-width: 15vw;
  }

  .paragraph-14 {
    border-left-style: none;
    padding-left: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .body-2 {
    background-color: #fff;
  }

  .heading-2-32 {
    color: #000;
    margin-top: 100px;
    padding-left: 5%;
    line-height: 30px;
  }

  .recently-played {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row dense;
    justify-content: start;
    place-items: stretch center;
    width: auto;
    min-width: 100%;
    margin: 40px 0 0;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .div-block-23-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    justify-content: stretch;
    place-items: stretch stretch;
    width: auto;
    margin: 14px auto -21px;
    display: block;
  }

  .hot-games-s {
    color: #000;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 23px;
    display: flex;
  }

  .link-block-39 {
    flex-flow: column;
    display: flex;
  }

  .ddddw1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: -12px;
    display: flex;
  }

  .c2 {
    height: 27vw;
  }

  .c2.element {
    min-width: 34vw;
    height: 25vw;
    margin-right: 0;
  }

  .c4 {
    height: 27vw;
  }

  .c4.element {
    min-width: 34vw;
    height: 25vw;
    margin-right: 0;
  }

  .c6 {
    height: 27vw;
  }

  .c6.element {
    min-width: 34vw;
    height: 25vw;
    margin-right: 0;
  }

  .c5 {
    height: 27vw;
  }

  .c5.element {
    min-width: 34vw;
    height: 25vw;
    margin-right: 0;
  }

  ._2recently-played {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: start;
    justify-items: start;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: scroll;
  }

  .c3 {
    height: 27vw;
  }

  .c3.element {
    background-size: cover;
    min-width: 34vw;
    height: 25vw;
    margin-right: 0;
  }

  .c1 {
    height: 27vw;
  }

  .c1.element {
    min-width: 34vw;
    height: 25vw;
    margin-right: 0;
  }

  .our-favorites2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row dense;
    justify-content: start;
    place-items: stretch center;
    width: auto;
    min-width: 100%;
    margin: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .link-block-40 {
    flex-flow: column;
    display: flex;
  }

  .ddddw1-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: -12px;
    display: flex;
  }

  .o9 {
    height: 27vw;
  }

  .o9.element {
    min-width: 34vw;
    height: 26vw;
  }

  .o3 {
    height: 27vw;
  }

  .o3.element {
    min-width: 34vw;
    height: 26vw;
  }

  .o6 {
    height: 27vw;
  }

  .o6.element {
    min-width: 34vw;
    height: 26vw;
  }

  .o8 {
    height: 27vw;
  }

  .o8.element {
    min-width: 34vw;
    height: 26vw;
  }

  .our-favorites3 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: start;
    justify-items: start;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: scroll;
  }

  .o1 {
    height: 27vw;
  }

  .o1.element {
    min-width: 34vw;
    height: 26vw;
  }

  .o5 {
    height: 27vw;
  }

  .o5.element {
    min-width: 34vw;
    height: 26vw;
  }

  ._04 {
    height: 27vw;
  }

  ._04.element {
    min-width: 34vw;
    height: 26vw;
  }

  ._019 {
    height: 27vw;
  }

  ._019.element {
    min-width: 34vw;
    height: 26vw;
  }

  .o2 {
    height: 27vw;
  }

  .o2.element {
    min-width: 34vw;
    height: 26vw;
  }

  ._07 {
    height: 27vw;
  }

  ._07.element {
    min-width: 34vw;
    height: 26vw;
  }

  .new-games {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row dense;
    justify-content: start;
    place-items: stretch center;
    width: auto;
    min-width: 100%;
    margin: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .link-block-41 {
    flex-flow: column;
    display: flex;
  }

  .ddddw1-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: -12px;
    display: flex;
  }

  .n10 {
    height: 27vw;
  }

  .n10.element {
    min-width: 34vw;
    height: 26vw;
  }

  .n5 {
    height: 27vw;
  }

  .n5.element {
    min-width: 34vw;
    height: 26vw;
  }

  .n7 {
    height: 27vw;
  }

  .n7.element {
    min-width: 34vw;
    height: 26vw;
  }

  .n1 {
    height: 27vw;
  }

  .n1.element {
    min-width: 34vw;
    height: 26vw;
  }

  .n8 {
    height: 27vw;
  }

  .n8.element {
    min-width: 34vw;
    height: 26vw;
  }

  .n9 {
    height: 27vw;
  }

  .n9.element {
    min-width: 34vw;
    height: 26vw;
  }

  .n3 {
    height: 27vw;
  }

  .n3.element {
    min-width: 34vw;
    height: 26vw;
  }

  .n6 {
    height: 27vw;
  }

  .n6.element {
    min-width: 34vw;
    height: 26vw;
  }

  .new-games2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: start;
    justify-items: start;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: scroll;
  }

  .n2 {
    height: 27vw;
  }

  .n2.element {
    min-width: 34vw;
    height: 26vw;
  }

  .n4 {
    height: 27vw;
  }

  .n4.element {
    min-width: 34vw;
    height: 26vw;
  }

  .section-124-copy {
    padding-left: 5%;
  }

  .heading-174 {
    color: #000;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .image-37 {
    min-width: 15vw;
    max-width: 15vw;
  }

  .s1 {
    height: 27vw;
  }

  .s1.element {
    min-width: 40vw;
    height: 35vw;
  }

  .s3 {
    height: 27vw;
  }

  .s3.element {
    min-width: 40vw;
    height: 35vw;
  }

  .s8 {
    height: 27vw;
  }

  .s8.element {
    min-width: 40vw;
    height: 35vw;
  }

  .s10 {
    height: 27vw;
  }

  .s10.element {
    min-width: 40vw;
    height: 35vw;
  }

  .s7 {
    height: 27vw;
  }

  .s7.element {
    min-width: 40vw;
    height: 35vw;
  }

  .s9 {
    height: 27vw;
  }

  .s9.element {
    min-width: 40vw;
    height: 35vw;
  }

  .sa-gaming2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: start;
    justify-items: start;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: scroll;
  }

  .s6 {
    height: 27vw;
  }

  .s6.element {
    min-width: 40vw;
    height: 35vw;
  }

  .s2 {
    height: 27vw;
  }

  .s2.element {
    min-width: 40vw;
    height: 35vw;
  }

  .s4 {
    height: 27vw;
  }

  .s4.element {
    min-width: 40vw;
    height: 35vw;
  }

  .s5 {
    height: 27vw;
  }

  .s5.element {
    min-width: 40vw;
    height: 35vw;
  }

  .top-live-dealers2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: start;
    justify-items: start;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: scroll;
  }

  .ll1 {
    height: 27vw;
  }

  .ll1.element {
    background-size: cover;
    min-width: 49vw;
    height: 23vw;
    margin-right: 0;
  }

  .ll2 {
    height: 27vw;
  }

  .ll2.element {
    background-size: cover;
    min-width: 49vw;
    height: 23vw;
    margin-right: 0;
  }

  .l2 {
    height: 27vw;
  }

  .l2.element {
    min-width: 34vw;
    height: 45vw;
  }

  .lobbies2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: start;
    justify-items: start;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: scroll;
  }

  .l5 {
    height: 27vw;
  }

  .l5.element {
    min-width: 34vw;
    height: 45vw;
  }

  .l4 {
    height: 27vw;
  }

  .l4.element {
    min-width: 34vw;
    height: 45vw;
  }

  .l3 {
    height: 27vw;
  }

  .l3.element {
    min-width: 34vw;
    height: 45vw;
  }

  .l6 {
    height: 27vw;
  }

  .l6.element {
    min-width: 34vw;
    height: 45vw;
  }

  .l1 {
    height: 27vw;
  }

  .l1.element {
    min-width: 34vw;
    height: 45vw;
  }

  .top-games3 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: start;
    justify-items: start;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: scroll;
  }

  .t1 {
    height: 27vw;
  }

  .t1.element {
    min-width: 34vw;
    height: 45vw;
  }

  .t2 {
    height: 27vw;
  }

  .t2.element {
    min-width: 34vw;
    height: 45vw;
  }

  .t3 {
    height: 27vw;
  }

  .t3.element {
    min-width: 34vw;
    height: 45vw;
  }

  .section-124-copy-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-top: 0;
    padding-left: 2%;
  }

  .div-block-27 {
    grid-template-columns: .25fr .4fr 1.5fr;
    place-content: stretch;
    min-width: 80vw;
    max-width: 80vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-175 {
    color: #000;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .image-38 {
    min-width: 15vw;
    max-width: 15vw;
  }

  .a3 {
    height: 27vw;
  }

  .a3.element {
    min-width: 40vw;
    height: 32vw;
    margin-right: 0;
  }

  .a1 {
    height: 27vw;
  }

  .a1.element {
    min-width: 40vw;
    height: 32vw;
    margin-right: 0;
  }

  .a4 {
    height: 27vw;
  }

  .a4.element {
    min-width: 40vw;
    height: 32vw;
    margin-right: 0;
  }

  .a2 {
    height: 27vw;
  }

  .a2.element {
    min-width: 40vw;
    height: 32vw;
    margin-right: 0;
  }

  .arcade2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: start;
    justify-items: start;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: scroll;
  }

  .a5 {
    height: 27vw;
  }

  .a5.element {
    min-width: 40vw;
    height: 32vw;
    margin-right: 0;
  }

  .f8 {
    height: 27vw;
  }

  .f8.element {
    min-width: 34vw;
    height: 26vw;
  }

  .f3 {
    height: 27vw;
  }

  .f3.element {
    min-width: 34vw;
    height: 26vw;
  }

  .f7 {
    height: 27vw;
  }

  .f7.element {
    min-width: 34vw;
    height: 26vw;
  }

  .f6 {
    height: 27vw;
  }

  .f6.element {
    min-width: 34vw;
    height: 26vw;
  }

  .fishing-games2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: start;
    justify-items: start;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: scroll;
  }

  .f13 {
    height: 27vw;
  }

  .f13.element {
    min-width: 34vw;
    height: 26vw;
  }

  .f10 {
    height: 27vw;
  }

  .f10.element {
    min-width: 34vw;
    height: 26vw;
  }

  .f11 {
    height: 27vw;
  }

  .f11.element {
    min-width: 34vw;
    height: 26vw;
  }

  .f12 {
    height: 27vw;
  }

  .f12.element {
    min-width: 34vw;
    height: 26vw;
  }

  .f14 {
    height: 27vw;
  }

  .f14.element {
    min-width: 34vw;
    height: 26vw;
  }

  .f9 {
    height: 27vw;
  }

  .f9.element {
    min-width: 34vw;
    height: 26vw;
  }

  .f4 {
    height: 27vw;
  }

  .f4.element {
    min-width: 34vw;
    height: 26vw;
  }

  .f5 {
    height: 27vw;
  }

  .f5.element {
    min-width: 34vw;
    height: 26vw;
  }

  .f1 {
    height: 27vw;
  }

  .f1.element {
    min-width: 34vw;
    height: 26vw;
  }

  .f15 {
    height: 27vw;
  }

  .f15.element {
    min-width: 34vw;
    height: 26vw;
  }

  .f2 {
    height: 27vw;
  }

  .f2.element {
    min-width: 34vw;
    height: 26vw;
  }

  .section-125 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-top: 0;
    padding-left: 2%;
  }

  .div-block-28 {
    grid-template-columns: .25fr .4fr 1.5fr;
    place-content: stretch;
    min-width: 80vw;
    max-width: 80vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-176 {
    color: #000;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .image-39 {
    min-width: 15vw;
    max-width: 15vw;
  }

  .new-games2-2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: start;
    justify-items: start;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: scroll;
  }

  .icon-5 {
    text-align: right;
    margin-left: 0;
    margin-right: 10px;
    font-size: 20px;
    inset: 0% 0% 0% auto;
  }

  .bnsports {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    margin: 30px 0;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .image-40 {
    aspect-ratio: auto;
    border-radius: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .mask-2 {
    flex: 1;
    align-self: center;
    min-height: auto;
    overflow: hidden;
  }

  .icon-6 {
    margin-left: 10px;
    margin-right: 0;
    font-family: Exo, sans-serif;
    font-size: 20px;
    font-weight: 900;
    inset: 0% auto 0% 0%;
  }

  .slide-nav-2 {
    text-align: right;
    justify-content: center;
    align-items: center;
    margin-bottom: -25px;
    padding-top: 40px;
    display: none;
  }

  .slider-2 {
    background-color: #ddd0;
    border-radius: 0;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sp2 {
    height: 27vw;
  }

  .sp2.element {
    min-width: 40vw;
    height: 55vw;
    margin-right: 0;
  }

  .sp1 {
    height: 27vw;
  }

  .sp1.element {
    min-width: 40vw;
    height: 55vw;
    margin-right: 0;
  }

  .sp5 {
    height: 27vw;
  }

  .sp5.element {
    min-width: 40vw;
    height: 55vw;
    margin-right: 0;
  }

  .sp4 {
    height: 27vw;
  }

  .sp4.element {
    min-width: 40vw;
    height: 55vw;
    margin-right: 0;
  }

  .sp3 {
    height: 27vw;
  }

  .sp3.element {
    min-width: 40vw;
    height: 55vw;
    margin-right: 0;
  }

  .bold-text-45 {
    padding-right: 30px;
    font-size: 2.2vw;
  }

  .tabs-2 {
    margin-top: 0;
  }

  .temple-of-tollan-2 {
    min-width: 85vw;
    max-width: 85vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .temple-of-tollan-2:hover {
    transform: translate(0, -2px);
  }

  .cell-4 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-41 {
    align-self: center;
    min-width: 4vw;
    max-width: 4vw;
    display: block;
  }

  .bold-text-46 {
    font-size: 13px;
  }

  .heading-177 {
    margin-bottom: 5px;
    line-height: 30px;
  }

  .image-42 {
    min-width: 100%;
    max-width: 100%;
  }

  .heading-178 {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.2vh;
  }

  .tabs-menu-3 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-right: 0%;
    display: flex;
    overflow: scroll;
  }

  .paragraph-16 {
    border-left-style: none;
    padding-left: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .tab-link-tab-1-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-self: center;
    place-items: stretch stretch;
    margin-right: 10px;
    font-size: 12px;
    text-decoration: none;
    display: flex;
  }

  .tab-link-tab-1-3.w--current {
    margin-right: 10px;
  }

  .section-126 {
    justify-content: flex-start;
    align-items: center;
  }

  .section-12433 {
    justify-content: stretch;
    padding-left: 5%;
    padding-right: 0%;
  }

  .div-block-38, .div-block-33, .div-block-37, .div-block-30, .div-block-29 {
    min-width: 30vw;
    max-width: 30vw;
  }

  .image-311y {
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-36, .div-block-32, .div-block-35 {
    min-width: 30vw;
    max-width: 30vw;
  }

  .heading-179 {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .div-block-31, .div-block-34 {
    min-width: 30vw;
    max-width: 30vw;
  }

  .brand-2-copy, .brand-2-copy.w--current {
    display: block;
  }

  .heading-4-copy {
    line-height: 30px;
  }

  .image-44 {
    min-width: 100px;
    max-width: 300px;
  }

  .bold-text-49 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column {
    padding-left: 10px;
  }

  .heading-17-copy {
    text-align: center;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    align-self: center;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-12434 {
    flex-flow: column;
    display: flex;
  }

  .section-12435 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-39 {
    padding-right: 5px;
  }
}

#w-node-e8a834cb-c91e-985e-67b6-81ce8880a60d-72cffc77, #w-node-e8a834cb-c91e-985e-67b6-81ce8880a614-72cffc77, #w-node-e8a834cb-c91e-985e-67b6-81ce8880a61b-72cffc77, #w-node-e8a834cb-c91e-985e-67b6-81ce8880a622-72cffc77, #w-node-e8a834cb-c91e-985e-67b6-81ce8880a629-72cffc77, #w-node-e8a834cb-c91e-985e-67b6-81ce8880a630-72cffc77, #w-node-e8a834cb-c91e-985e-67b6-81ce8880a637-72cffc77, #w-node-e8a834cb-c91e-985e-67b6-81ce8880a63e-72cffc77 {
  place-self: start center;
}

#w-node-e8a834cb-c91e-985e-67b6-81ce8880a645-72cffc77 {
  place-self: center;
}

#w-node-e8a834cb-c91e-985e-67b6-81ce8880a64c-72cffc77 {
  place-self: start center;
}

#w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a407cd-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a407e9-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40805-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40821-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a4083d-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a4085b-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40877-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40893-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a408af-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a408cb-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a408e9-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40905-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40921-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a4093d-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40959-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40977-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40993-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a409af-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a409cb-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a409e7-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40a05-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40a21-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40a3b-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40a55-72cffc77 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.3fr 1.25fr;
}

#w-node-_2f69eb9a-7fb5-14f7-de4f-d7bcb829255b-72cffc77 {
  place-self: center;
}

#w-node-_5899482a-1769-7ff5-b847-102c6db7ac56-af0b1bba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a96217e5-4550-ae2e-5fce-e299af0b1bbd-af0b1bba {
  place-self: center end;
}

#w-node-_552eed3e-8a91-93fa-29d7-8ecf198f9d4a-af0b1bba, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1098-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd109c-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd109e-72cffc78 {
  justify-self: start;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10a5-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10a9-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10ab-72cffc78 {
  justify-self: start;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10b2-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10b6-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10b8-72cffc78 {
  justify-self: start;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10bf-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10c3-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10c5-72cffc78 {
  justify-self: start;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10cc-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10d0-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10d2-72cffc78 {
  justify-self: start;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10d9-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10dd-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10df-72cffc78 {
  justify-self: start;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10e6-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10ea-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10ec-72cffc78 {
  justify-self: start;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10f3-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10f7-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10f9-72cffc78 {
  justify-self: start;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1100-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1104-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1106-72cffc78 {
  justify-self: start;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd110d-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1111-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1113-72cffc78 {
  justify-self: start;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd111a-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd111e-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1120-72cffc78 {
  justify-self: start;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1127-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd112b-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd112d-72cffc78 {
  justify-self: start;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1134-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1138-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd113a-72cffc78 {
  justify-self: start;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1141-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1145-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1147-72cffc78 {
  justify-self: start;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd114e-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1152-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1154-72cffc78 {
  justify-self: start;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd115d-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1161-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1163-72cffc78 {
  justify-self: start;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd116a-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd116e-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1170-72cffc78 {
  justify-self: start;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1177-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd117b-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd117d-72cffc78 {
  justify-self: start;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1184-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1188-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd118a-72cffc78 {
  justify-self: start;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1191-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1195-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1197-72cffc78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd119e-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd11a2-72cffc78 {
  place-self: center;
}

#w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd11a4-72cffc78 {
  justify-self: start;
}

#w-node-f2e1fdaf-ec85-deaf-d57c-883ddc30bf5c-72cffc78 {
  place-self: start;
}

#w-node-f2e1fdaf-ec85-deaf-d57c-883ddc30bf5d-72cffc78 {
  place-self: center start;
}

#w-node-f2e1fdaf-ec85-deaf-d57c-883ddc30bf60-72cffc78 {
  place-self: center end;
}

#w-node-_29923461-c969-fd90-0a0a-36b69af04fcb-72cffc78, #w-node-_29923461-c969-fd90-0a0a-36b69af04fcd-72cffc78, #w-node-_29923461-c969-fd90-0a0a-36b69af04fcf-72cffc78, #w-node-_29923461-c969-fd90-0a0a-36b69af04fd1-72cffc78, #w-node-_29923461-c969-fd90-0a0a-36b69af04fd3-72cffc78, #w-node-_29923461-c969-fd90-0a0a-36b69af04fd5-72cffc78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_424133c5-4599-2423-10c0-cf7ef6fd94ff-72cffc78 {
  place-self: start;
}

#w-node-_424133c5-4599-2423-10c0-cf7ef6fd9500-72cffc78 {
  place-self: center start;
}

#w-node-_424133c5-4599-2423-10c0-cf7ef6fd9502-72cffc78 {
  place-self: center end;
}

#w-node-_4347cf77-0f1b-6af7-f192-c2641ed43480-72cffc78, #w-node-_4347cf77-0f1b-6af7-f192-c2641ed43482-72cffc78, #w-node-_4347cf77-0f1b-6af7-f192-c2641ed43484-72cffc78, #w-node-_4347cf77-0f1b-6af7-f192-c2641ed43486-72cffc78, #w-node-_4347cf77-0f1b-6af7-f192-c2641ed43488-72cffc78, #w-node-_4347cf77-0f1b-6af7-f192-c2641ed4348a-72cffc78, #w-node-_4347cf77-0f1b-6af7-f192-c2641ed4348c-72cffc78, #w-node-_4347cf77-0f1b-6af7-f192-c2641ed4348e-72cffc78, #w-node-_4347cf77-0f1b-6af7-f192-c2641ed43490-72cffc78, #w-node-_4347cf77-0f1b-6af7-f192-c2641ed43492-72cffc78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4f1cb326-d5db-ae44-c02d-da24dc8f5e6e-72cffc78 {
  place-self: start;
}

#w-node-_4f1cb326-d5db-ae44-c02d-da24dc8f5e6f-72cffc78 {
  place-self: center start;
}

#w-node-_4f1cb326-d5db-ae44-c02d-da24dc8f5e71-72cffc78 {
  place-self: center end;
}

#w-node-fc61d5a3-9541-d679-7848-61815183ad9f-72cffc78, #w-node-fc61d5a3-9541-d679-7848-61815183ada1-72cffc78, #w-node-fc61d5a3-9541-d679-7848-61815183ada3-72cffc78, #w-node-fc61d5a3-9541-d679-7848-61815183ada5-72cffc78, #w-node-fc61d5a3-9541-d679-7848-61815183ada7-72cffc78, #w-node-fc61d5a3-9541-d679-7848-61815183ada9-72cffc78, #w-node-fc61d5a3-9541-d679-7848-61815183adab-72cffc78, #w-node-fc61d5a3-9541-d679-7848-61815183adad-72cffc78, #w-node-fc61d5a3-9541-d679-7848-61815183adaf-72cffc78, #w-node-fc61d5a3-9541-d679-7848-61815183adb1-72cffc78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b65-72cffc79, #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b69-72cffc79 {
  place-self: center;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b6b-72cffc79 {
  justify-self: start;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b72-72cffc79, #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b76-72cffc79 {
  place-self: center;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b78-72cffc79 {
  justify-self: start;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b7f-72cffc79, #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b83-72cffc79 {
  place-self: center;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b85-72cffc79 {
  justify-self: start;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b8c-72cffc79, #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b90-72cffc79 {
  place-self: center;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b92-72cffc79 {
  justify-self: start;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b99-72cffc79, #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b9d-72cffc79 {
  place-self: center;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b9f-72cffc79 {
  justify-self: start;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0ba6-72cffc79, #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0baa-72cffc79 {
  place-self: center;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bac-72cffc79 {
  justify-self: start;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bb3-72cffc79, #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bb7-72cffc79 {
  place-self: center;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bb9-72cffc79 {
  justify-self: start;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bc0-72cffc79, #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bc4-72cffc79 {
  place-self: center;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bc6-72cffc79 {
  justify-self: start;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bcd-72cffc79, #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bd1-72cffc79 {
  place-self: center;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bd3-72cffc79 {
  justify-self: start;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bda-72cffc79, #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bde-72cffc79 {
  place-self: center;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0be0-72cffc79 {
  justify-self: start;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0be7-72cffc79, #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0beb-72cffc79 {
  place-self: center;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bed-72cffc79 {
  justify-self: start;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bf4-72cffc79, #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bf8-72cffc79 {
  place-self: center;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bfa-72cffc79 {
  justify-self: start;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0c01-72cffc79, #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0c05-72cffc79 {
  place-self: center;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0c07-72cffc79 {
  justify-self: start;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0c0e-72cffc79, #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0c12-72cffc79 {
  place-self: center;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0c14-72cffc79 {
  justify-self: start;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0c1b-72cffc79, #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0c1f-72cffc79 {
  place-self: center;
}

#w-node-a607efd5-b07a-8ac8-0778-e2398a6e0c21-72cffc79 {
  justify-self: start;
}

#w-node-f2e1fdaf-ec85-deaf-d57c-883ddc30bf5c-72cffc79 {
  place-self: start;
}

#w-node-f2e1fdaf-ec85-deaf-d57c-883ddc30bf5d-72cffc79 {
  place-self: center start;
}

#w-node-f2e1fdaf-ec85-deaf-d57c-883ddc30bf60-72cffc79 {
  place-self: center end;
}

#w-node-_9e0f4ede-f071-fbdb-adf4-2378b8724c23-72cffc79, #w-node-_9e0f4ede-f071-fbdb-adf4-2378b8724c25-72cffc79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_424133c5-4599-2423-10c0-cf7ef6fd94ff-72cffc79 {
  place-self: start;
}

#w-node-_424133c5-4599-2423-10c0-cf7ef6fd9500-72cffc79 {
  place-self: center start;
}

#w-node-_424133c5-4599-2423-10c0-cf7ef6fd9502-72cffc79 {
  place-self: center end;
}

#w-node-_0e6facb6-31a1-a527-0761-791aa4670fc8-72cffc79, #w-node-_0e6facb6-31a1-a527-0761-791aa4670fca-72cffc79, #w-node-_0e6facb6-31a1-a527-0761-791aa4670fcc-72cffc79, #w-node-_0e6facb6-31a1-a527-0761-791aa4670fce-72cffc79, #w-node-_0e6facb6-31a1-a527-0761-791aa4670fd0-72cffc79, #w-node-_0e6facb6-31a1-a527-0761-791aa4670fd2-72cffc79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4f1cb326-d5db-ae44-c02d-da24dc8f5e6e-72cffc79 {
  place-self: start;
}

#w-node-_4f1cb326-d5db-ae44-c02d-da24dc8f5e6f-72cffc79 {
  place-self: center start;
}

#w-node-_4f1cb326-d5db-ae44-c02d-da24dc8f5e71-72cffc79 {
  place-self: center end;
}

#w-node-e0ea4d9e-75b7-f3fb-659f-229f083c0ca3-72cffc79, #w-node-e0ea4d9e-75b7-f3fb-659f-229f083c0ca5-72cffc79, #w-node-e0ea4d9e-75b7-f3fb-659f-229f083c0ca7-72cffc79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_3aec90a5-549e-85e8-a0fb-60f083e01903-72cffc79 {
  place-self: start;
}

#w-node-_3aec90a5-549e-85e8-a0fb-60f083e01904-72cffc79 {
  place-self: center start;
}

#w-node-_3aec90a5-549e-85e8-a0fb-60f083e01906-72cffc79 {
  place-self: center end;
}

#w-node-c51eb458-dad0-9fd7-e062-857d665ad6ed-72cffc79, #w-node-c51eb458-dad0-9fd7-e062-857d665ad6ef-72cffc79, #w-node-c51eb458-dad0-9fd7-e062-857d665ad6f1-72cffc79, #w-node-c51eb458-dad0-9fd7-e062-857d665ad6f3-72cffc79, #w-node-c51eb458-dad0-9fd7-e062-857d665ad6f5-72cffc79, #w-node-c51eb458-dad0-9fd7-e062-857d665ad6f7-72cffc79, #w-node-c51eb458-dad0-9fd7-e062-857d665ad6f9-72cffc79, #w-node-c51eb458-dad0-9fd7-e062-857d665ad6fb-72cffc79, #w-node-c51eb458-dad0-9fd7-e062-857d665ad6fd-72cffc79, #w-node-c51eb458-dad0-9fd7-e062-857d665ad6ff-72cffc79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f67a-72cffc7a, #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f67e-72cffc7a {
  place-self: center;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f680-72cffc7a {
  justify-self: start;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f687-72cffc7a, #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f68b-72cffc7a {
  place-self: center;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f68d-72cffc7a {
  justify-self: start;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f694-72cffc7a, #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f698-72cffc7a {
  place-self: center;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f69a-72cffc7a {
  justify-self: start;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6a1-72cffc7a, #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6a5-72cffc7a {
  place-self: center;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6a7-72cffc7a {
  justify-self: start;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6ae-72cffc7a, #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6b2-72cffc7a {
  place-self: center;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6b4-72cffc7a {
  justify-self: start;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6bb-72cffc7a, #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6bf-72cffc7a {
  place-self: center;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6c1-72cffc7a {
  justify-self: start;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6c8-72cffc7a, #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6cc-72cffc7a {
  place-self: center;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6ce-72cffc7a {
  justify-self: start;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6d5-72cffc7a, #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6d9-72cffc7a {
  place-self: center;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6db-72cffc7a {
  justify-self: start;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6e2-72cffc7a, #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6e6-72cffc7a {
  place-self: center;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6e8-72cffc7a {
  justify-self: start;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6ef-72cffc7a, #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6f3-72cffc7a {
  place-self: center;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6f5-72cffc7a {
  justify-self: start;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6fc-72cffc7a, #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f700-72cffc7a {
  place-self: center;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f702-72cffc7a {
  justify-self: start;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f709-72cffc7a, #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f70d-72cffc7a {
  place-self: center;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f70f-72cffc7a {
  justify-self: start;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f716-72cffc7a, #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f71a-72cffc7a {
  place-self: center;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f71c-72cffc7a {
  justify-self: start;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f723-72cffc7a, #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f727-72cffc7a {
  place-self: center;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f729-72cffc7a {
  justify-self: start;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f730-72cffc7a, #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f734-72cffc7a {
  place-self: center;
}

#w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f736-72cffc7a {
  justify-self: start;
}

#w-node-f2e1fdaf-ec85-deaf-d57c-883ddc30bf5c-72cffc7a {
  place-self: start;
}

#w-node-f2e1fdaf-ec85-deaf-d57c-883ddc30bf5d-72cffc7a {
  place-self: center start;
}

#w-node-f2e1fdaf-ec85-deaf-d57c-883ddc30bf60-72cffc7a {
  place-self: center end;
}

#w-node-_12258937-0e8d-0add-9a24-2ee35c7fab27-72cffc7a, #w-node-_12258937-0e8d-0add-9a24-2ee35c7fab29-72cffc7a, #w-node-_12258937-0e8d-0add-9a24-2ee35c7fab2b-72cffc7a, #w-node-_12258937-0e8d-0add-9a24-2ee35c7fab2d-72cffc7a, #w-node-_12258937-0e8d-0add-9a24-2ee35c7fab2f-72cffc7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_424133c5-4599-2423-10c0-cf7ef6fd94ff-72cffc7a {
  place-self: start;
}

#w-node-_424133c5-4599-2423-10c0-cf7ef6fd9500-72cffc7a {
  place-self: center start;
}

#w-node-_424133c5-4599-2423-10c0-cf7ef6fd9502-72cffc7a {
  place-self: center end;
}

#w-node-c7221dcd-ce5f-25f3-6df2-3339c695002c-72cffc7a, #w-node-c7221dcd-ce5f-25f3-6df2-3339c695002e-72cffc7a, #w-node-c7221dcd-ce5f-25f3-6df2-3339c6950030-72cffc7a, #w-node-c7221dcd-ce5f-25f3-6df2-3339c6950032-72cffc7a, #w-node-c7221dcd-ce5f-25f3-6df2-3339c6950034-72cffc7a, #w-node-c7221dcd-ce5f-25f3-6df2-3339c6950036-72cffc7a, #w-node-c7221dcd-ce5f-25f3-6df2-3339c6950038-72cffc7a, #w-node-c7221dcd-ce5f-25f3-6df2-3339c695003a-72cffc7a, #w-node-c7221dcd-ce5f-25f3-6df2-3339c695003c-72cffc7a, #w-node-c7221dcd-ce5f-25f3-6df2-3339c695003e-72cffc7a, #w-node-c7221dcd-ce5f-25f3-6df2-3339c6950040-72cffc7a, #w-node-c7221dcd-ce5f-25f3-6df2-3339c6950042-72cffc7a, #w-node-c7221dcd-ce5f-25f3-6df2-3339c6950044-72cffc7a, #w-node-c7221dcd-ce5f-25f3-6df2-3339c6950046-72cffc7a, #w-node-c7221dcd-ce5f-25f3-6df2-3339c6950048-72cffc7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc56025-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc56029-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc5602b-72cffc7b {
  justify-self: start;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc56032-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc56036-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc56038-72cffc7b {
  justify-self: start;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc5603f-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc56043-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc56045-72cffc7b {
  justify-self: start;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc5604c-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc56050-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc56052-72cffc7b {
  justify-self: start;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc56059-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc5605d-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc5605f-72cffc7b {
  justify-self: start;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc56066-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc5606a-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc5606c-72cffc7b {
  justify-self: start;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc56073-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc56077-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc56079-72cffc7b {
  justify-self: start;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc56080-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc56084-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc56086-72cffc7b {
  justify-self: start;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc5608d-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc56091-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc56093-72cffc7b {
  justify-self: start;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc5609b-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc5609f-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc560a1-72cffc7b {
  justify-self: start;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc560a8-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc560ac-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc560ae-72cffc7b {
  justify-self: start;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc560b5-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc560b9-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc560bb-72cffc7b {
  justify-self: start;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc560c3-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc560c7-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc560c9-72cffc7b {
  justify-self: start;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc560d0-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc560d4-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc560d6-72cffc7b {
  justify-self: start;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc560dd-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc560e1-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc560e3-72cffc7b {
  justify-self: start;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc560eb-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc560ef-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc560f1-72cffc7b {
  justify-self: start;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc560f8-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc560fc-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc560fe-72cffc7b {
  justify-self: start;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc56105-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc56109-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc5610b-72cffc7b {
  justify-self: start;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc56112-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc56116-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc56118-72cffc7b {
  justify-self: start;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc5611f-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc56123-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc56125-72cffc7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc5612c-72cffc7b, #w-node-_8933ede7-4982-2931-5677-a6040dc56130-72cffc7b {
  place-self: center;
}

#w-node-_8933ede7-4982-2931-5677-a6040dc56132-72cffc7b {
  justify-self: start;
}

#w-node-f2e1fdaf-ec85-deaf-d57c-883ddc30bf5c-72cffc7b {
  place-self: start;
}

#w-node-f2e1fdaf-ec85-deaf-d57c-883ddc30bf5d-72cffc7b {
  place-self: center start;
}

#w-node-f2e1fdaf-ec85-deaf-d57c-883ddc30bf60-72cffc7b {
  place-self: center end;
}

#w-node-e97cc729-b239-59c8-bc7f-77a65750a928-72cffc7b, #w-node-e97cc729-b239-59c8-bc7f-77a65750a92a-72cffc7b, #w-node-e97cc729-b239-59c8-bc7f-77a65750a92c-72cffc7b, #w-node-e97cc729-b239-59c8-bc7f-77a65750a92e-72cffc7b, #w-node-e97cc729-b239-59c8-bc7f-77a65750a930-72cffc7b, #w-node-e97cc729-b239-59c8-bc7f-77a65750a932-72cffc7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_424133c5-4599-2423-10c0-cf7ef6fd94ff-72cffc7b {
  place-self: start;
}

#w-node-_424133c5-4599-2423-10c0-cf7ef6fd9500-72cffc7b {
  place-self: center start;
}

#w-node-_424133c5-4599-2423-10c0-cf7ef6fd9502-72cffc7b {
  place-self: center end;
}

#w-node-_351d9fa5-d7c2-8305-ed1a-9f1ca110ab9d-72cffc7b, #w-node-_351d9fa5-d7c2-8305-ed1a-9f1ca110ab9f-72cffc7b, #w-node-_351d9fa5-d7c2-8305-ed1a-9f1ca110aba1-72cffc7b, #w-node-_351d9fa5-d7c2-8305-ed1a-9f1ca110aba3-72cffc7b, #w-node-_351d9fa5-d7c2-8305-ed1a-9f1ca110aba5-72cffc7b, #w-node-_351d9fa5-d7c2-8305-ed1a-9f1ca110aba7-72cffc7b, #w-node-_351d9fa5-d7c2-8305-ed1a-9f1ca110aba9-72cffc7b, #w-node-_351d9fa5-d7c2-8305-ed1a-9f1ca110abab-72cffc7b, #w-node-_351d9fa5-d7c2-8305-ed1a-9f1ca110abad-72cffc7b, #w-node-_351d9fa5-d7c2-8305-ed1a-9f1ca110abaf-72cffc7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b82e9ca9-0927-a376-1289-566befd6138d-72cffc7b {
  place-self: start;
}

#w-node-b82e9ca9-0927-a376-1289-566befd6138e-72cffc7b {
  place-self: center start;
}

#w-node-b82e9ca9-0927-a376-1289-566befd61390-72cffc7b {
  place-self: center end;
}

#w-node-_437f933e-2cc2-bb37-fd0d-e3d40ab304a4-72cffc7b, #w-node-_437f933e-2cc2-bb37-fd0d-e3d40ab304a6-72cffc7b, #w-node-_437f933e-2cc2-bb37-fd0d-e3d40ab304a8-72cffc7b, #w-node-_437f933e-2cc2-bb37-fd0d-e3d40ab304aa-72cffc7b, #w-node-_437f933e-2cc2-bb37-fd0d-e3d40ab304ac-72cffc7b, #w-node-_437f933e-2cc2-bb37-fd0d-e3d40ab304ae-72cffc7b, #w-node-_437f933e-2cc2-bb37-fd0d-e3d40ab304b0-72cffc7b, #w-node-_437f933e-2cc2-bb37-fd0d-e3d40ab304b2-72cffc7b, #w-node-_437f933e-2cc2-bb37-fd0d-e3d40ab304b4-72cffc7b, #w-node-_437f933e-2cc2-bb37-fd0d-e3d40ab304b6-72cffc7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-c820a484-8c07-453b-d093-7966ce331a11-72cffc7c, #w-node-_3214a009-6528-d780-3260-c6b5c65e3a00-72cffc7c, #w-node-d62f2dc1-0da6-bb23-6779-871fe3b7cdce-72cffc7c {
  place-self: center end;
}

#w-node-b82e9ca9-0927-a376-1289-566befd6138d-72cffc7c {
  place-self: start;
}

#w-node-b82e9ca9-0927-a376-1289-566befd6138e-72cffc7c {
  place-self: center start;
}

#w-node-b82e9ca9-0927-a376-1289-566befd61390-72cffc7c {
  place-self: center end;
}

#w-node-e429d185-fbbf-66c3-7d38-db43048ae666-72cffc7c, #w-node-e429d185-fbbf-66c3-7d38-db43048ae668-72cffc7c, #w-node-e429d185-fbbf-66c3-7d38-db43048ae66a-72cffc7c, #w-node-e429d185-fbbf-66c3-7d38-db43048ae66c-72cffc7c, #w-node-e429d185-fbbf-66c3-7d38-db43048ae66e-72cffc7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-e8a834cb-c91e-985e-67b6-81ce8880a60d-72cffc77 {
    place-self: start center;
  }

  #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a407cd-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a407e9-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40805-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40821-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a4083d-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a4085b-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40877-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40893-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a408af-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a408cb-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a408e9-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40905-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40921-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a4093d-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40959-72cffc77 {
    grid-template-rows: auto;
    grid-template-columns: .8fr 1.3fr 2fr;
  }

  #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40977-72cffc77 {
    grid-template-rows: auto;
    grid-template-columns: .8fr 1.4fr 2fr;
  }

  #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40993-72cffc77 {
    grid-template-rows: auto;
    grid-template-columns: .8fr 1.6fr 2fr;
  }

  #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a409af-72cffc77 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.7fr 2fr;
  }

  #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a409cb-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a409e7-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40a05-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40a21-72cffc77, #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40a3b-72cffc77 {
    grid-template-rows: auto;
    grid-template-columns: .8fr 1.7fr 2fr;
  }

  #w-node-_3d46b5f8-9bcf-d739-4b5e-9ce475a40a55-72cffc77 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.7fr 2fr;
  }

  #w-node-a96217e5-4550-ae2e-5fce-e299af0b1bca-af0b1bba {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-a96217e5-4550-ae2e-5fce-e299af0b1bcb-af0b1bba {
    justify-self: start;
  }

  #w-node-a96217e5-4550-ae2e-5fce-e299af0b1bcf-af0b1bba {
    justify-self: end;
  }

  #w-node-a96217e5-4550-ae2e-5fce-e299af0b1bd0-af0b1bba {
    justify-self: start;
  }

  #w-node-a96217e5-4550-ae2e-5fce-e299af0b1bd4-af0b1bba {
    justify-self: end;
  }

  #w-node-a96217e5-4550-ae2e-5fce-e299af0b1bd5-af0b1bba {
    justify-self: start;
  }

  #w-node-a96217e5-4550-ae2e-5fce-e299af0b1bd9-af0b1bba {
    justify-self: end;
  }

  #w-node-a96217e5-4550-ae2e-5fce-e299af0b1bda-af0b1bba {
    justify-self: start;
  }

  #w-node-a96217e5-4550-ae2e-5fce-e299af0b1bde-af0b1bba {
    justify-self: end;
  }

  #w-node-a96217e5-4550-ae2e-5fce-e299af0b1bdf-af0b1bba {
    justify-self: start;
  }

  #w-node-a96217e5-4550-ae2e-5fce-e299af0b1be3-af0b1bba {
    justify-self: end;
  }

  #w-node-a96217e5-4550-ae2e-5fce-e299af0b1be4-af0b1bba {
    justify-self: start;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd109c-72cffc78 {
    place-self: center;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd109e-72cffc78 {
    place-self: center start;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10a9-72cffc78 {
    place-self: center;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10ab-72cffc78 {
    place-self: center start;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10b6-72cffc78 {
    place-self: center;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10b8-72cffc78 {
    place-self: center start;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10c3-72cffc78 {
    place-self: center;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10c5-72cffc78 {
    place-self: center start;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10d0-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10d2-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10dd-72cffc78 {
    place-self: center;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10df-72cffc78 {
    place-self: center start;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10ea-72cffc78 {
    place-self: center;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10ec-72cffc78 {
    place-self: center start;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10f7-72cffc78 {
    place-self: center;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd10f9-72cffc78 {
    place-self: center start;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1104-72cffc78 {
    place-self: center;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1106-72cffc78 {
    place-self: center start;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1111-72cffc78 {
    place-self: center;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1113-72cffc78 {
    place-self: center start;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd111e-72cffc78 {
    place-self: center;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1120-72cffc78 {
    place-self: center start;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd112b-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd112d-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1138-72cffc78 {
    place-self: center;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd113a-72cffc78 {
    place-self: center start;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1145-72cffc78 {
    place-self: center;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1147-72cffc78 {
    place-self: center start;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd114d-72cffc78 {
    justify-self: start;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1152-72cffc78 {
    place-self: center;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1154-72cffc78 {
    place-self: center start;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1161-72cffc78 {
    place-self: center;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1163-72cffc78 {
    place-self: center start;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd116e-72cffc78 {
    place-self: center;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1170-72cffc78 {
    place-self: center start;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd117b-72cffc78 {
    place-self: center;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd117d-72cffc78 {
    place-self: center start;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1188-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd118a-72cffc78, #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1195-72cffc78 {
    place-self: center;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd1197-72cffc78 {
    place-self: center start;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd11a2-72cffc78 {
    place-self: center;
  }

  #w-node-_6dfc377b-0d51-e9c7-1db8-d6596bdd11a4-72cffc78 {
    place-self: center start;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b69-72cffc79 {
    place-self: center;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b6b-72cffc79 {
    place-self: center start;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b76-72cffc79 {
    place-self: center;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b78-72cffc79 {
    place-self: center start;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b83-72cffc79 {
    place-self: center;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b85-72cffc79 {
    place-self: center start;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b90-72cffc79 {
    place-self: center;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b92-72cffc79 {
    place-self: center start;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b9d-72cffc79 {
    place-self: center;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0b9f-72cffc79 {
    place-self: center start;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0baa-72cffc79 {
    place-self: center;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bac-72cffc79 {
    place-self: center start;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bb7-72cffc79 {
    place-self: center;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bb9-72cffc79 {
    place-self: center start;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bc4-72cffc79 {
    place-self: center;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bc6-72cffc79 {
    place-self: center start;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bd1-72cffc79 {
    place-self: center;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bd3-72cffc79 {
    place-self: center start;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bde-72cffc79 {
    place-self: center;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0be0-72cffc79 {
    place-self: center start;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0beb-72cffc79 {
    place-self: center;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bed-72cffc79 {
    place-self: center start;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bf8-72cffc79 {
    place-self: center;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0bfa-72cffc79 {
    place-self: center start;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0c05-72cffc79 {
    place-self: center;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0c07-72cffc79 {
    place-self: center start;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0c12-72cffc79 {
    place-self: center;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0c14-72cffc79 {
    place-self: center start;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0c1f-72cffc79 {
    place-self: center;
  }

  #w-node-a607efd5-b07a-8ac8-0778-e2398a6e0c21-72cffc79 {
    place-self: center start;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f67e-72cffc7a {
    place-self: center;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f680-72cffc7a {
    place-self: center start;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f68b-72cffc7a {
    place-self: center;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f68d-72cffc7a {
    place-self: center start;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f698-72cffc7a {
    place-self: center;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f69a-72cffc7a {
    place-self: center start;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6a5-72cffc7a {
    place-self: center;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6a7-72cffc7a {
    place-self: center start;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6b2-72cffc7a {
    place-self: center;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6b4-72cffc7a {
    place-self: center start;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6bf-72cffc7a {
    place-self: center;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6c1-72cffc7a {
    place-self: center start;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6cc-72cffc7a {
    place-self: center;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6ce-72cffc7a {
    place-self: center start;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6d9-72cffc7a {
    place-self: center;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6db-72cffc7a {
    place-self: center start;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6e6-72cffc7a {
    place-self: center;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6e8-72cffc7a {
    place-self: center start;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6f3-72cffc7a {
    place-self: center;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f6f5-72cffc7a {
    place-self: center start;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f700-72cffc7a {
    place-self: center;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f702-72cffc7a {
    place-self: center start;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f70d-72cffc7a {
    place-self: center;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f70f-72cffc7a {
    place-self: center start;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f71a-72cffc7a {
    place-self: center;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f71c-72cffc7a {
    place-self: center start;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f727-72cffc7a {
    place-self: center;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f729-72cffc7a {
    place-self: center start;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f734-72cffc7a {
    place-self: center;
  }

  #w-node-c5c64a36-10c0-b4a0-cdc5-9d776691f736-72cffc7a {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc56029-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc5602b-72cffc7b {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc56036-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc56038-72cffc7b {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc56043-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc56045-72cffc7b {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc56050-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc56052-72cffc7b {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc5605d-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc5605f-72cffc7b {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc5606a-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc5606c-72cffc7b {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc56077-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc56079-72cffc7b {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc56084-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc56086-72cffc7b {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc56091-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc56093-72cffc7b {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc5609f-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc560a1-72cffc7b {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc560ac-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc560ae-72cffc7b {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc560b9-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc560bb-72cffc7b {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc560c7-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc560c9-72cffc7b {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc560d4-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc560d6-72cffc7b {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc560dc-72cffc7b {
    justify-self: start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc560e1-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc560e3-72cffc7b {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc560ef-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc560f1-72cffc7b {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc560fc-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc560fe-72cffc7b {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc56109-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc5610b-72cffc7b {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc56116-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc56118-72cffc7b {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc56123-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc56125-72cffc7b {
    place-self: center start;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc56130-72cffc7b {
    place-self: center;
  }

  #w-node-_8933ede7-4982-2931-5677-a6040dc56132-72cffc7b {
    place-self: center start;
  }
}
