:root {
  --white: white;
  --black: black;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #fcfcfc;
  background-color: #0b1a43;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 150%;
}

a {
  color: #0b50ff;
  text-decoration: underline;
}

.container {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.container.center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

.container.left {
  justify-content: flex-start;
}

.container.got-steps {
  padding-top: 120px;
}

.content {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.content.center {
  text-align: center;
  align-items: center;
  max-width: 1300px;
}

.content.center.faq {
  padding-right: 0;
}

.content.center.normal {
  max-width: 860px;
}

.content.faq {
  color: #fcfcfc;
  text-align: center;
  background-color: #0000;
  align-items: center;
  max-width: 1080px;
  height: auto;
}

.content.highlight {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  display: grid;
}

.content.grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  display: grid;
}

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

.content.sorteio {
  grid-row-gap: 20px;
}

.content.sorteio-elden-ring {
  grid-row-gap: 20px;
  color: #fff;
}

.btn-icon {
  width: 24px;
  height: 24px;
}

.btn {
  grid-column-gap: 10px;
  color: #fcfcfc;
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px 4px #0003;
}

.btn.primary {
  background-color: #0b50ff;
  background-image: linear-gradient(#0b50ff, #0e39cb);
  transition: all .3s;
  box-shadow: 0 4px 4px #0003;
}

.btn.primary:hover {
  background-image: none;
  box-shadow: 0 0 40px #0b50ff80, 0 4px 4px #0003;
}

.btn.primary.big {
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.btn.primary.small {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
}

.btn.store-secondary {
  background-color: #374ca9;
  background-image: linear-gradient(#374ca9, #273583);
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s;
}

.btn.store-secondary:hover {
  background-image: none;
  box-shadow: 0 0 40px #374ca980, 0 4px 4px #0003;
}

.btn.store-secondary.small {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.btn.secondary {
  color: #2b2b36;
  background-color: #fcfcfc;
  background-image: linear-gradient(#fcfcfc, #dee2e6);
  transition: all .3s;
}

.btn.secondary:hover {
  background-image: none;
  box-shadow: 0 2px 40px #fcfcfc80, 0 4px 4px #0003;
}

.btn.secondary.big {
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.btn.tertiary {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fcfcfc;
  background-color: #fcfcfc1a;
  border: 1px solid #fcfcfc33;
  transition: all .3s;
}

.btn.tertiary:hover {
  color: #2b2b36;
  background-color: #fcfcfce6;
  border-color: #fcfcfc;
  box-shadow: 0 2px 40px #fcfcfc80, 0 4px 4px #0003;
}

.btn.tertiary.big {
  z-index: 1;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.btn.got {
  color: #000;
  background-color: #ff5651;
  border-radius: 0;
  padding: 12px 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  box-shadow: inset 0 0 0 4px #ff5651, inset 0 0 0 5px #e44843, 0 4px 4px #0003;
}

.btn.got:hover {
  background-image: none;
  box-shadow: 0 0 40px #ffa19f, inset 0 0 0 4px #ff5651, inset 0 0 0 5px #e44843, 0 4px 4px #0003;
}

.btn.got.big {
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.btn.got.small {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
}

.btn.got.disabled {
  color: #f1d3c2;
  background-color: #84544d;
  box-shadow: inset 0 0 0 4px #84544d, inset 0 0 0 5px #a06c64;
}

.btn.elden-ring {
  color: #000;
  background-color: #c19d53;
  padding: 12px 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  box-shadow: 0 4px 4px #0003;
}

.btn.elden-ring:hover {
  color: #c19d53;
  background-color: #c19d5308;
  background-image: none;
  box-shadow: inset 0 0 0 2px #c19d53, 0 4px 4px #0003;
}

.btn.elden-ring.big {
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.btn.elden-ring.small {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
}

.section {
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.sobre {
  color: #1a1920;
  background-color: #eff6fc;
  background-image: linear-gradient(#eff6fc, #dff0ff);
}

.section.fold {
  height: 100vh;
  min-height: 900px;
  padding: 80px 0 0;
  position: relative;
}

.section.game {
  color: #fcfcfc;
  background-color: #0a0a0c;
  background-image: linear-gradient(#0a0a0c, #222128);
}

.section.faq {
  height: auto;
}

.section.footer {
  padding-top: 0;
}

.section.game-highlight {
  background-color: #0a0a0c;
  background-image: linear-gradient(#a1d3ff00, #020b13e6 75%), url('../images/bg-god-of-war-raganok.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.coupon {
  color: #1a1920;
  background-color: #eff6fc;
  background-image: linear-gradient(#eff6fc, #dff0ff);
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section.highlight {
  color: #1a1920;
  background-color: #e7f0ff;
  background-image: linear-gradient(#e7f0ff, #d8e3f4);
  display: flex;
}

.section.destaque-produto {
  background-image: linear-gradient(#0c50ff8f, #010c2a), url('../images/bg-v2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: flex;
}

.section.sorteio {
  color: #000;
  background-image: url('../images/bg-sorteio.jpg'), radial-gradient(circle, #e7e7e7, #bdb09f);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.section.sorteio-elden-ring {
  color: #000;
  background-image: linear-gradient(#00000040, #00000040), linear-gradient(#0000, #07070700 59%, #111010a1), url('../images/ERSOTE-page-background.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.section.astrobot {
  background-image: linear-gradient(#04115eb3, #28296bf2 80%), url('../images/spiderman_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  display: flex;
}

.section.tlou2 {
  background-color: #0a0a0c;
  background-image: linear-gradient(#a1d3ff00, #020b13e6 75%), url('../images/tlou2-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0c1136cc;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
}

.navlink {
  color: #fcfcfc80;
  text-align: center;
  padding: 28px 20px;
  text-decoration: none;
  transition: all .3s;
}

.navlink:hover {
  color: #fcfcfc;
}

.navlink.w--current {
  color: #fcfcfc;
  border-bottom: 4px solid #0b50ff;
  padding-bottom: 24px;
}

.brand {
  width: 178px;
  height: 40px;
}

.platform-logo {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.text-grey {
  color: #3d3d4c;
  font-weight: 500;
}

.text-grey.small {
  font-size: 16px;
}

.faq-p {
  background-color: #142e75;
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.faq {
  white-space: normal;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq-img {
  z-index: 2;
  color: #fcfcfc;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.faq-icon {
  z-index: 2;
  color: #fcfcfc;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  position: absolute;
  inset: auto 0% auto auto;
}

.toggle-text {
  z-index: 2;
  color: #fff;
  width: 100%;
  max-width: 920px;
  margin-left: 8px;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}

.faq-body {
  z-index: 1;
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-body-cont {
  color: #fff;
  padding: 0 30px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.faq-answer {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.faq-content {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brand-footer {
  padding-top: 0;
  padding-bottom: 15px;
  display: flex;
}

.social-icon {
  height: 16px;
}

.social-icon.instagram, .social-icon.twitch {
  width: 18px;
  height: 18px;
}

.social-icon.twitter {
  width: 19px;
  height: 18px;
}

.social-icon.facebook, .social-icon.youtube {
  width: 18px;
  height: 18px;
}

.social-icon.discord {
  width: 19px;
  height: 18px;
}

.social-icon.threads, .social-icon.bluesky {
  width: 18px;
  height: 18px;
}

.social-icon.x {
  width: 18px;
  height: 16px;
}

.social-icon.tiktok {
  width: 16px;
  height: 19px;
}

.brand-white {
  height: 30px;
}

.footer-social-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  margin-bottom: 40px;
  display: flex;
}

.footer-link {
  color: #fcfcff80;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fcfcfc;
}

.copyright {
  color: #fff;
  align-self: center;
  margin-left: 10px;
  font-size: 14px;
}

.footer-container {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.footer-container.footer {
  border-top: 2px solid #0c1136;
  padding-top: 80px;
}

.dropdown {
  display: none;
}

.navlinks {
  background-color: #0000;
  display: block;
  position: static;
}

.youtube {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.btn-droparea {
  display: none;
}

.cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.arrow-slider {
  color: #1a1920;
  background-color: #f8fbff;
  border: 1px solid #c4daee;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  transition: all .2s;
  inset: auto;
}

.arrow-slider:hover {
  color: #fcfcfc;
  background-color: #0b50ff;
  border-color: #0b50ff;
}

.arrow-slider.left {
  top: auto;
  bottom: 0%;
  left: 0%;
}

.arrow-slider.right {
  top: auto;
  bottom: 0%;
  right: 0;
}

.carousel-mask {
  width: 100%;
  height: auto;
  overflow: visible;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 80px;
  padding-bottom: 60px;
  position: relative;
}

.card-header {
  width: 100%;
}

.card-body {
  grid-row-gap: 20px;
  background-color: #f8fbff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.slider-dot {
  text-align: center;
  padding-top: 14px;
  font-size: 12px;
  line-height: 12px;
}

.game-title {
  white-space: break-spaces;
}

.btn-area {
  width: 100%;
  max-width: 310px;
}

.bg-video {
  z-index: -1;
  opacity: .4;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gow-render {
  width: 100%;
  max-width: 510px;
}

.video {
  background-image: none;
  border-radius: 8px;
  max-width: 580px;
  overflow: hidden;
}

.tlou-logo {
  width: 100%;
  max-width: 310px;
}

.video-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  padding-left: 60px;
  display: flex;
}

.game-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.game-wrap {
  color: #fcfcfc;
  background-color: #1a1920;
  border-radius: 8px;
  width: 100%;
  text-decoration: none;
  transition: all .3s;
  overflow: hidden;
  box-shadow: 0 0 0 1px #505162;
}

.game-wrap:hover {
  background-color: #27262c;
  box-shadow: 0 0 0 1px #a6a8cc;
}

.game-cover {
  width: 100%;
}

.game-info {
  grid-column-gap: 20px;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.title {
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.game-img {
  width: 100%;
}

.btn-wrap {
  z-index: 999;
  grid-column-gap: 20px;
  align-items: stretch;
  display: flex;
}

.bg-video-wrap {
  z-index: -1;
  opacity: 1;
  background-image: linear-gradient(to right, #020226, #042599);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-span {
  color: #0b50ff;
}

.div-block {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.btn-socialmedia {
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

.btn-socialmedia:hover {
  background-color: #5865f2;
}

.btn-socialmedia.twitch:hover {
  background-color: #9146ff;
}

.btn-socialmedia.instagram:hover {
  background-color: #f00075;
}

.btn-socialmedia.facebook:hover {
  background-color: #1778f2;
}

.btn-socialmedia.youtube:hover {
  background-color: red;
}

.btn-socialmedia.twitter:hover {
  background-color: #1d9bf0;
}

.btn-socialmedia.threads:hover {
  background-color: #0a0a0a;
}

.btn-socialmedia.bluesky:hover {
  background-color: #0085ff;
}

.btn-socialmedia.x:hover {
  background-color: #242424;
}

.btn-socialmedia.tiktok:hover {
  background-color: #010101;
}

.footer-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 14px;
  line-height: 24px;
  display: grid;
}

.footer-title {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.company {
  max-width: 310px;
}

.caption {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.caption.left {
  text-align: left;
}

.caption.grey {
  color: #787b8e;
  text-align: left;
  margin-top: 0;
}

.caption.left {
  text-align: left;
  font-weight: 500;
}

.content-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 640px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.content-2.grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  display: grid;
}

.promo-render {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  left: auto;
  right: 0%;
}

.text-highlight {
  color: #0e39cb;
  text-transform: none;
  font-weight: 700;
}

.text-highlight.hide {
  display: none;
}

.bold-text {
  color: #f2a400;
}

.div-block-2 {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.promo-logo {
  width: 100%;
  max-width: 270px;
  margin-bottom: 20px;
}

.btn-2 {
  grid-column-gap: 10px;
  color: #fcfcfc;
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #0003;
}

.btn-2.primary {
  background-color: #0b50ff;
  background-image: linear-gradient(#0b50ff, #0e39cb);
  transition: all .3s;
  box-shadow: 0 4px 4px #0003;
}

.btn-2.primary:hover {
  background-image: none;
  box-shadow: 0 0 40px #0b50ff80, 0 4px 4px #0003;
}

.btn-2.primary.big {
  background-color: #0b50ff;
  background-image: linear-gradient(#0b50ff, #0e39cb);
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.btn-2.outline {
  color: #fcfcfc;
  background-color: #fcfcfc1a;
  transition: all .3s;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 4px 4px #0003;
}

.btn-2.outline:hover {
  background-image: none;
  box-shadow: 0 2px 40px #fcfcfc1c, 0 4px 4px #0003;
}

.btn-2.outline.big {
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.btn-2.outline.big:hover {
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 2px 40px #fcfcfc1c, 0 4px 4px #0003;
}

.btn-2.buy-action {
  background-color: #e02c33;
  background-image: linear-gradient(#e02c33, #bc0006);
  transition: all .3s;
  box-shadow: 0 4px 4px #0003;
}

.btn-2.buy-action:hover {
  background-image: none;
  box-shadow: 0 0 40px #d8535991, 0 4px 4px #0003;
}

.btn-2.buy-action.big {
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.btn-area-2 {
  width: 100%;
  max-width: 310px;
}

.classind {
  grid-column-gap: 12px;
  color: #000;
  background-color: #fcfcfc;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  max-width: 580px;
  padding: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.classind-content {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.classind-img {
  width: 100%;
  max-width: 40px;
}

.coupon-code {
  color: #f2a400;
}

.coupon-code.blue {
  color: #0e39cb;
}

.coupon-wrap {
  text-align: center;
  border: 2px dashed #f2a400;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  line-height: 150%;
}

.coupon-wrap.blue {
  border-color: #0e39cb;
}

.coupon {
  text-align: center;
  border: 2px dashed #f2a400;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 150%;
  display: block;
}

.classind-tittle {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.text-block-5 {
  display: block;
}

.game-disclaimer {
  text-align: center;
  margin-top: 0;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.game-disclaimer.mobile {
  text-align: center;
  display: none;
}

.game-disclaimer.elden-ring {
  color: #fff;
}

.game-disclaimer.left {
  text-align: left;
}

.text-block-6 {
  font-weight: 400;
}

.tab-button {
  color: #fff;
  text-align: center;
  background-color: #ddd0;
  border: 3px solid #0b4ffe;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  transition: all .2s;
}

.tab-button:hover {
  background-color: #0f4deb4f;
}

.tab-button.w--current {
  color: #fff;
  background-color: #0b4ffe;
  border-color: #0b4ffe;
  font-weight: 600;
}

.btn-buyarea {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.coupon-block {
  align-self: auto;
  display: block;
  overflow: visible;
}

.highlight-header {
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

.icon-wrapper {
  align-items: stretch;
  width: 20px;
  height: 20px;
  display: flex;
}

.icon-wrapper.highlight {
  width: 18px;
  height: 18px;
}

.video-wrap-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.video-wrap-2.right {
  padding-left: 60px;
}

.tab-container {
  flex-direction: column;
  display: flex;
}

.price-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.grid.desk-2 {
  grid-template-rows: auto;
}

.grid.desk-2.tab-2 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1.25fr;
}

.heading {
  margin-bottom: 20px;
}

.classind-2 {
  grid-column-gap: 12px;
  color: #111314;
  background-color: #fcfcfc;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  padding: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.buy-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.coupon-wrap-2 {
  text-align: center;
  border: 2px dashed #f2a400;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 12px;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 150%;
}

.price {
  grid-column-gap: 8px;
  text-align: left;
  flex: 0 auto;
  align-items: center;
  width: 150px;
  height: 28px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.price.highlight {
  width: auto;
  font-size: 32px;
}

.product-tag {
  grid-column-gap: 8px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #192360;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 6px 8px;
  font-family: Work Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  display: flex;
  overflow: auto;
}

.product-tag.nintendo {
  background-image: linear-gradient(41deg, #c11623, #e41727);
}

.product-tag.steam {
  background-image: linear-gradient(41deg, #142e4c, #12456f);
}

.product-tag.epic-games {
  color: #111314;
  background-image: linear-gradient(41deg, #e7e7e7, #efeeee);
}

.product-tag.genre {
  background-color: #061847;
}

.product-tag.ubisoft {
  background-image: linear-gradient(41deg, #242424, #222);
}

.product-tag.xbox {
  background-image: linear-gradient(41deg, #118011, #139013);
}

.product-tag.ps5 {
  color: #000;
  background-image: linear-gradient(41deg, #ebebeb, #fff);
  display: flex;
}

.tabs-menu-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: flex;
}

.video-2 {
  background-image: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px #0000004d;
}

.logo-img {
  max-height: 200px;
}

.product-tag-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: static;
}

.highlight-info {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.discount {
  color: #fcfcfc;
  background-color: #ff2475;
  background-image: linear-gradient(90deg, #ff2475, #f26d09);
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 16px;
  line-height: 20px;
}

.logo-wrap {
  align-self: flex-start;
  max-width: 420px;
  max-height: 200px;
}

.div-block-4 {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.classind-3 {
  grid-column-gap: 12px;
  color: #000;
  background-color: #fcfcfc;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  max-width: 530px;
  padding: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.heading-2 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.btn-area-3 {
  width: 100%;
  max-width: 310px;
}

.content-3 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 640px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.content-3.grid {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  display: grid;
}

.promo-render-2 {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  left: auto;
  right: 0%;
}

.coupon-code-2 {
  color: #ffc52f;
}

.coupon-wrap-3 {
  text-align: center;
  border: 2px dashed #ffc52f;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  line-height: 20px;
}

.header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.header.sorteio {
  text-align: left;
}

.header.sorteio-elden-ring {
  color: #fff;
}

.step {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.step.elden-ring {
  color: #fff;
}

.rules-block {
  grid-column-gap: 12px;
  color: #000;
  background-color: #fcfcfc80;
  border: 2px solid #0003;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 530px;
  padding: 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.rules-block:hover {
  outline-offset: 0px;
  background-color: #fcfcfc;
  border-style: none;
  border-width: 3px;
  outline: 2px solid #ff6259;
  transform: scale(1.03);
  box-shadow: 0 4px 5px #00000040;
}

.rules-block.elden-ring {
  color: #fff;
  background-color: #694b4b57;
  border-radius: 4px;
}

.rules-block.elden-ring:hover {
  color: #000;
  background-color: #ffffffe6;
  outline-width: 0;
  box-shadow: inset 0 0 0 2px #c19d53, 0 4px 5px #00000040;
}

.rules-icon {
  width: 100%;
  max-width: 40px;
}

.rules-content {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.rules-title {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.img-wrap {
  position: relative;
}

.got-illustration {
  width: 767px;
  max-width: none;
  transition: all .2s;
  position: absolute;
  top: -100px;
}

.got-illustration:hover {
  transform: scale(1.1)rotate(6deg);
}

.step-img {
  width: 160px;
}

.heading-3, .code-embed {
  color: #c19d53;
}

.header-elden-ring {
  color: #fff;
}

.elden-ring-img {
  width: 767px;
  max-width: none;
  transition: all .2s;
  position: absolute;
  top: -20px;
}

.elden-ring-img:hover {
  transform: scale(1.05);
}

.red {
  color: #7e0200;
  width: 100%;
}

.product-tag-2 {
  grid-column-gap: 8px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #192360;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 6px 8px;
  font-family: Work Sans, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
  overflow: auto;
}

.product-tag-2.ms-store {
  background-image: linear-gradient(to right, #004b84, #0063b3);
}

.product-tag-2.xbox {
  background-image: linear-gradient(41deg, #118011, #139013);
}

.product-tag-2.preorder {
  background-color: #0b50ff;
  align-self: stretch;
}

.product-tag-2.rockstar {
  color: #111314;
  background-color: #ffab00;
}

.product-tag-2.epic-games {
  color: #111314;
  background-image: linear-gradient(41deg, #e7e7e7, #efeeee);
}

.product-tag-2.ubisoft {
  background-image: linear-gradient(41deg, #242424, #222);
}

.product-tag-2.genre {
  background-color: #192360;
  align-self: stretch;
}

.product-tag-2.steam {
  background-image: linear-gradient(41deg, #142e4c, #12456f);
}

.product-tag-2.playstation {
  background-image: linear-gradient(41deg, #064ed4, #005ed0);
}

.product-tag-2.nintendo {
  background-image: linear-gradient(41deg, #c11623, #e41727);
}

.classind-4 {
  grid-column-gap: 12px;
  color: #111314;
  background-color: #fcfcfc;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  padding: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.img {
  width: 100%;
  max-width: none;
}

.img._310px {
  width: 100%;
  max-width: 310px;
}

.img._420px {
  max-width: 420px;
}

.discount-2 {
  color: #fcfcfc;
  background-color: #f54f4f;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 16px;
  line-height: 20px;
  display: none;
}

.video-3 {
  background-image: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px #0000004d;
}

.video-wrap-3 {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.video-wrap-3.right {
  padding-left: 60px;
}

.logo-wrap-2 {
  align-self: flex-start;
  max-width: 380px;
  max-height: 200px;
}

.coupon-wrap-4 {
  color: #fff;
  text-align: center;
  border: 2px dashed #f2a400;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 12px;
  padding: 20px;
  font-size: 16px;
  line-height: 150%;
}

.product-tag-3 {
  grid-column-gap: 8px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #192360;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 6px 8px;
  font-family: Work Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  display: flex;
  overflow: auto;
}

.product-tag-3.epic-games {
  color: #111314;
  background-image: linear-gradient(41deg, #e7e7e7, #efeeee);
}

.product-tag-3.xbox {
  background-image: linear-gradient(41deg, #118011, #139013);
}

.product-tag-3.genre {
  background-color: #061847;
}

.product-tag-3.ps5 {
  color: #000;
  background-image: linear-gradient(41deg, #ebebeb, #fff);
  display: flex;
}

.product-tag-3.nintendo {
  background-image: linear-gradient(41deg, #c11623, #e41727);
}

.product-tag-3.steam {
  background-image: linear-gradient(41deg, #142e4c, #12456f);
}

.product-tag-3.ps4 {
  background-image: linear-gradient(41deg, #064ed4, #005ed0);
  display: flex;
}

.product-tag-3.preorder2 {
  background-color: #0b50ff;
}

.product-tag-3.ubisoft {
  background-image: linear-gradient(41deg, #242424, #222);
}

.game-disclaimer-2 {
  margin-top: 0;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.game-disclaimer-2.mobile {
  text-align: center;
  display: none;
}

.caption-2 {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.caption-2.left {
  color: #fff;
  text-align: left;
}

.classind-5 {
  grid-column-gap: 12px;
  color: #111314;
  background-color: #fcfcfc;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  padding: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.coupon-block-2 {
  align-self: auto;
  display: block;
  overflow: visible;
}

.tab-button-2 {
  color: #fff;
  text-align: center;
  background-color: #ddd0;
  border: 3px solid #fff;
  border-radius: 4px;
  padding: 8px 28px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  transition: all .2s;
}

.tab-button-2:hover {
  background-color: #ffffff4f;
}

.tab-button-2.w--current {
  color: #1a1920;
  background-color: #fff;
  border-color: #fff;
  font-weight: 600;
}

.text-block-7 {
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section.destaque-produto {
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .text-grey.small {
    font-size: 16px;
  }

  .faq-icon {
    max-width: none;
    display: block;
    overflow: visible;
  }

  .footer-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .arrow-slider.left {
    bottom: 125px;
    left: -60px;
  }

  .arrow-slider.right {
    bottom: 125px;
    right: -60px;
  }

  .carousel.is_contained {
    margin-top: 120px;
  }

  .btn-area {
    width: 100%;
    max-width: 310px;
  }

  .gow-render {
    max-width: 570px;
  }

  .btn-wrap {
    grid-column-gap: 20px;
    display: flex;
  }

  .div-block {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .promo-render {
    max-width: 642px;
  }

  .classind-2 {
    max-width: 580px;
  }

  .price {
    color: #fff;
  }

  .video-2 {
    max-width: 580px;
  }

  .promo-render-2 {
    max-width: 642px;
  }

  .rules-block:hover {
    transform: scale(1.03);
  }

  .img-wrap {
    position: relative;
  }

  .text-span-2 {
    font-size: 20px;
  }

  .heading-3 {
    color: #c19d53;
  }

  .classind-4 {
    max-width: 580px;
  }

  .img._310px {
    width: 100%;
    max-width: 310px;
  }

  .logo-wrap-2._240px {
    max-width: 240px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
  }

  h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 120%;
  }

  h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
  }

  .container.left {
    grid-row-gap: 80px;
    text-align: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .content {
    align-items: center;
    max-width: none;
    font-size: 20px;
  }

  .content.highlight {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .content.grid {
    text-align: left;
  }

  .content.sorteio, .content.sorteio-elden-ring {
    text-align: center;
  }

  .section.fold {
    min-height: auto;
  }

  .section.game-highlight {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.coupon {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.destaque-produto {
    background-position: 0 0, 29%;
  }

  .section.sorteio, .section.sorteio-elden-ring {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    text-align: center;
    background-size: cover, auto;
  }

  .section.astrobot {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section.tlou2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .navbar {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr max-content min-content;
    grid-auto-columns: 1fr;
    padding: 4px 16px 4px 40px;
    display: grid;
  }

  .navlink {
    color: #3d3d4cb3;
    text-align: left;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
  }

  .navlink:hover {
    color: #3d3d4c;
  }

  .navlink.w--current {
    color: #1a1920;
    border-bottom-style: none;
    border-left: 4px solid #0b50ff;
    padding-bottom: 14px;
    padding-left: 36px;
  }

  .platform-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .faq-img {
    width: 24px;
    height: 24px;
  }

  .faq-icon {
    width: 24px;
  }

  .toggle-text {
    margin-right: 20px;
    font-size: 18px;
    line-height: 150%;
  }

  .faq-answer {
    padding-left: 32px;
    font-size: 14px;
    line-height: 150%;
  }

  .brand-footer {
    justify-content: center;
  }

  .footer-social-nav {
    grid-column-gap: 20px;
    justify-content: center;
  }

  .footer-nav {
    text-align: left;
  }

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

  .dropdown {
    z-index: 1;
    grid-column-gap: 20px;
    color: #fcfcfc;
    align-items: center;
    padding-right: 20px;
    display: flex;
  }

  .dropdown.w--open {
    color: #0b50ff;
    background-color: #fcfcfc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .navlinks {
    display: none;
  }

  .navlinks.w--open {
    background-color: #fcfcfc;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-direction: column;
    align-items: flex-start;
    width: 240px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    right: 0;
    box-shadow: 0 2px 20px #0003;
  }

  .menu-icon {
    width: 24px;
    height: 24px;
  }

  .menu, .navigation {
    order: 1;
  }

  .btn-droparea {
    width: 100%;
    padding-left: 20px;
    display: none;
  }

  .cards {
    grid-column-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .carousel.is_contained {
    margin-top: 40px;
    overflow: visible;
  }

  .card-body {
    padding: 8px;
  }

  .game-title {
    white-space: normal;
  }

  .btn-area {
    margin-left: auto;
    margin-right: auto;
  }

  .bg-video {
    display: none;
  }

  .gow-render {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .video-wrap {
    max-width: 510px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .game-grid {
    grid-template-columns: 1fr 1fr;
  }

  .btn-wrap {
    justify-content: center;
    align-items: stretch;
  }

  .footer-content {
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    font-size: 12px;
    line-height: 20px;
  }

  .company {
    max-width: none;
  }

  .caption.left, .caption.grey, .caption.left {
    text-align: center;
  }

  .content-2 {
    max-width: none;
    font-size: 20px;
  }

  .promo-render {
    max-width: 430px;
    margin-right: auto;
    position: static;
  }

  .div-block-2 {
    align-items: center;
  }

  .promo-logo {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-area-2 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .classind {
    text-align: left;
    width: auto;
    margin-top: 0;
  }

  .coupon-wrap {
    width: auto;
  }

  .game-disclaimer.mobile {
    display: block;
  }

  .btn-buyarea {
    grid-template-rows: auto;
  }

  .highlight-header {
    text-align: center;
    align-self: stretch;
    align-items: center;
  }

  .video-wrap-2 {
    max-width: 530px;
    padding-left: 0;
  }

  .video-wrap-2.right {
    padding-left: 0;
  }

  .tab-container {
    align-items: stretch;
  }

  .tab-pane {
    flex: 1;
  }

  .price-wrap {
    justify-content: center;
    align-self: center;
    width: 100%;
    max-width: 530px;
  }

  .grid {
    margin-left: 0;
  }

  .grid.desk-2.tab-2 {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
  }

  .heading {
    text-align: center;
  }

  .classind-2 {
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
  }

  .buy-wrap {
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .coupon-wrap-2 {
    width: auto;
  }

  .price.highlight {
    justify-content: center;
    width: auto;
  }

  .product-tag.steam {
    margin-right: 10px;
  }

  .tabs-menu-2 {
    justify-content: center;
    width: 100%;
    max-width: 530px;
  }

  .video-2 {
    margin-bottom: 0;
    margin-right: auto;
  }

  .product-tag-wrap {
    justify-content: center;
  }

  .logo-wrap {
    align-self: center;
  }

  .tabs-content {
    justify-content: center;
    align-self: stretch;
    display: flex;
  }

  .div-block-4 {
    align-items: center;
  }

  .classind-3 {
    text-align: left;
    width: auto;
    margin-top: 0;
  }

  .btn-area-3 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-3 {
    max-width: none;
    font-size: 20px;
  }

  .promo-render-2 {
    max-width: 430px;
    margin-right: auto;
    position: static;
  }

  .header.center, .header.sorteio, .header.sorteio-elden-ring {
    text-align: center;
  }

  .rules-block {
    text-align: left;
    justify-content: center;
    width: auto;
    max-width: 530px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 30px;
  }

  .got-illustration, .elden-ring-img {
    width: 510px;
    position: static;
  }

  .product-tag-2.steam {
    margin-right: 10px;
  }

  .classind-4 {
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
  }

  .video-3 {
    margin-bottom: 0;
    margin-right: auto;
  }

  .video-wrap-3 {
    max-width: 530px;
    padding-left: 0;
  }

  .video-wrap-3.right {
    padding-left: 0;
  }

  .logo-wrap-2 {
    align-self: center;
  }

  .product-tag-3.steam {
    margin-right: 10px;
  }

  .game-disclaimer-2 {
    text-align: center;
  }

  .game-disclaimer-2.mobile {
    display: block;
  }

  .caption-2.left {
    text-align: center;
  }

  .classind-5 {
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
  }

  .coupon-block-2 {
    width: 100%;
    max-width: 800px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h6 {
    font-size: 18px;
  }

  .container {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.left {
    flex-direction: column;
  }

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

  .content {
    grid-row-gap: 20px;
    font-size: 16px;
  }

  .content.center {
    margin-top: auto;
    margin-bottom: auto;
  }

  .content.grid {
    text-align: center;
  }

  .btn.primary.small, .btn.got.small, .btn.elden-ring.small {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .section.fold {
    height: 600px;
    padding-top: 60px;
  }

  .section.destaque-produto {
    background-position: 0 0, 32%;
  }

  .section.astrobot {
    background-position: 0 0, 50%;
  }

  .navbar {
    grid-template-columns: 1fr max-content;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
    top: 0;
  }

  .brand {
    width: 133.5px;
    height: 30px;
  }

  .platform-logo {
    max-width: 140px;
  }

  .text-grey.small {
    font-size: 14px;
  }

  .toggle-text {
    width: 100%;
    max-width: 400px;
    font-size: 16px;
  }

  .brand-footer {
    justify-content: flex-start;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social-nav {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown {
    padding: 13px;
  }

  .btn-droparea {
    padding-top: 20px;
    display: block;
  }

  .btn-navarea {
    display: none;
  }

  .cards {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .carousel-mask {
    height: auto;
  }

  .card-body {
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
  }

  .game-title {
    white-space: nowrap;
  }

  .gow-render {
    max-width: 320px;
  }

  .video-wrap {
    max-width: 410px;
  }

  .game-grid {
    grid-column-gap: 12px;
    grid-row-gap: 20px;
  }

  .game-info {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
    padding-top: 12px;
    font-size: 14px;
  }

  .title {
    height: auto;
  }

  .div-block {
    margin-top: 20px;
  }

  .coupon-title {
    font-size: 30px;
  }

  .footer-content {
    grid-row-gap: 40px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .company {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-2 {
    grid-row-gap: 20px;
    font-size: 16px;
  }

  .promo-logo {
    max-width: 240px;
  }

  .btn-area-2 {
    max-width: 260px;
  }

  .coupon-wrap {
    font-size: 14px;
  }

  .coupon {
    font-size: 12px;
  }

  .highlight-header {
    text-align: center;
    font-size: 20px;
  }

  .video-wrap-2, .price-wrap {
    max-width: 420px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .grid.desk-2.tab-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .buy-wrap {
    align-items: stretch;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .coupon-wrap-2 {
    font-size: 14px;
  }

  .price.highlight {
    justify-content: flex-start;
  }

  .tabs-menu-2 {
    max-width: 420px;
  }

  .btn-area-3 {
    max-width: 260px;
  }

  .content-3 {
    grid-row-gap: 20px;
    font-size: 16px;
  }

  .got-illustration {
    width: 100%;
    max-width: 400px;
  }

  .step-img {
    width: 100px;
  }

  .elden-ring-img {
    width: 100%;
    max-width: 400px;
  }

  .video-wrap-3 {
    max-width: 420px;
  }

  .coupon-wrap-4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .content {
    grid-row-gap: 28px;
  }

  .content.grid {
    text-align: center;
  }

  .btn.primary.big {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn.secondary.big, .btn.tertiary.big {
    padding-left: 28px;
    padding-right: 28px;
  }

  .btn.got.big, .btn.elden-ring.big {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.fold {
    justify-content: center;
    height: 100vh;
  }

  .section.destaque-produto {
    background-position: 0 0, 38%;
  }

  .section.astrobot {
    background-position: 0 0, 50%;
  }

  .text-grey.small {
    font-size: 14px;
  }

  .faq-img {
    display: none;
  }

  .toggle-text {
    max-width: 230px;
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .faq-body-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-answer {
    padding-left: 0;
  }

  .footer-social-nav {
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: flex-start center;
  }

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

  .cards {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .carousel-slider {
    margin-right: 12px;
  }

  .btn-area {
    max-width: 200px;
  }

  .gow-render {
    max-width: 210px;
  }

  .tlou-logo {
    max-width: 220px;
  }

  .game-info {
    grid-row-gap: 12px;
    padding: 8px 12px 12px;
  }

  .btn-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    max-width: 310px;
  }

  .div-block {
    width: 100%;
  }

  .coupon-title {
    font-size: 28px;
    line-height: 130%;
  }

  .btn-socialmedia.tiktok:hover {
    background-color: #111314;
  }

  .footer-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .text-block {
    font-size: 11px;
  }

  .promo-render {
    max-width: 190px;
  }

  .promo-logo {
    max-width: 180px;
  }

  .classind {
    grid-column-gap: 12px;
    padding: 12px;
  }

  .classind-img {
    max-width: 40px;
  }

  .classind-tittle {
    font-size: 14px;
  }

  .btn-buyarea {
    flex-direction: column;
    display: flex;
  }

  .price-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .grid.desk-2.tab-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .classind-2 {
    grid-column-gap: 12px;
    padding: 12px;
  }

  .price.highlight {
    justify-content: center;
    font-size: 24px;
  }

  .tabs-menu-2 {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .logo-wrap {
    align-self: center;
  }

  .classind-3 {
    grid-column-gap: 12px;
    padding: 12px;
  }

  .promo-render-2 {
    max-width: 280px;
  }

  .rules-block {
    grid-column-gap: 12px;
    padding: 12px 16px;
  }

  .rules-icon {
    max-width: 40px;
  }

  .rules-title {
    font-size: 14px;
  }

  .got-illustration, .elden-ring-img {
    width: 100%;
  }

  .classind-4 {
    grid-column-gap: 12px;
    padding: 12px;
  }

  .logo-wrap-2 {
    align-self: center;
  }

  .classind-5 {
    grid-column-gap: 12px;
    padding: 12px;
  }
}

#w-node-d29a3338-9cf5-8417-1604-c5b0f1deef3f-fb6ef5e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d29a3338-9cf5-8417-1604-c5b0f1deef72-fb6ef5e1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d29a3338-9cf5-8417-1604-c5b0f1deef77-fb6ef5e1 {
  grid-area: 1 / 2 / 5 / 3;
  place-self: center end;
}

#w-node-d29a3338-9cf5-8417-1604-c5b0f1deef79-fb6ef5e1 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-d29a3338-9cf5-8417-1604-c5b0f1deef81-fb6ef5e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d29a3338-9cf5-8417-1604-c5b0f1deef83-fb6ef5e1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d29a3338-9cf5-8417-1604-c5b0f1deef84-fb6ef5e1 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-d29a3338-9cf5-8417-1604-c5b0f1deef8f-fb6ef5e1, #w-node-d29a3338-9cf5-8417-1604-c5b0f1deef92-fb6ef5e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d29a3338-9cf5-8417-1604-c5b0f1deef94-fb6ef5e1, #w-node-d29a3338-9cf5-8417-1604-c5b0f1deef97-fb6ef5e1 {
  justify-self: stretch;
}

#w-node-d29a3338-9cf5-8417-1604-c5b0f1deefa4-fb6ef5e1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d29a3338-9cf5-8417-1604-c5b0f1deefa8-fb6ef5e1 {
  justify-self: start;
}

#w-node-d29a3338-9cf5-8417-1604-c5b0f1deefb4-fb6ef5e1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d29a3338-9cf5-8417-1604-c5b0f1deefb8-fb6ef5e1 {
  justify-self: start;
}

#w-node-_38e305e7-0d15-0ced-738d-6f7705fd59fd-fb6ef5e1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_13c7e57d-f2c8-5b1c-87a3-a477c1854db0-fb6ef5e1, #w-node-b9c1ef6e-2c79-12b5-8d31-5924a0e5be85-fb6ef5e1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_2efc042c-fba8-3aa8-8935-7f9afdfb0940-fb6ef5e1, #w-node-_1b8c8af0-614c-7fbe-0a39-26accab3bd97-fb6ef5e1 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_5f2542a5-19fe-803d-80b3-8524fb0837f5-fb6ef5e1 {
  grid-area: 1 / 2 / 5 / 3;
  place-self: end;
}

#w-node-_13f06d21-9b1c-465f-e57e-fa3d28b8d976-fb6ef5e1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_13f06d21-9b1c-465f-e57e-fa3d28b8d9ae-fb6ef5e1, #w-node-_13f06d21-9b1c-465f-e57e-fa3d28b8d9af-fb6ef5e1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_13f06d21-9b1c-465f-e57e-fa3d28b8d9b1-fb6ef5e1 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_13f06d21-9b1c-465f-e57e-fa3d28b8d9bc-fb6ef5e1 {
  grid-area: 1 / 2 / 5 / 3;
  place-self: end;
}

#w-node-c6ecc2c3-e670-424d-9587-4d5a29a257b2-fb6ef5e1 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_7687fc7f-7113-f1c9-019f-235093638c3a-fb6ef5e1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-c3354721-ba07-88c1-c9ca-25f33508b4d0-fb6ef5e1 {
  align-self: start;
}

#w-node-_199aebdd-3304-e5a1-2601-63516767674d-fb6ef5e1 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: start;
}

#w-node-_05bb8567-1fbd-b85d-7766-9045406b9e1a-fb6ef5e1 {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-c72201a3-35ff-0333-b85c-5f203abfb06c-fb6ef5e1 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center;
}

#w-node-ac3aaaf0-0a85-62d8-a4a8-70a2a5ff8816-fb6ef5e1 {
  align-self: start;
}

#w-node-_6e543ce4-e48c-09b6-bb40-5699bcdebe8c-fb6ef5e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_63d30386-0696-9bb6-9785-3ecfb0469b1d-fb6ef5e1 {
  align-self: start;
}

#w-node-e14a9382-a773-bb90-b5f4-fa55dc20c714-fb6ef5e1 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: center;
}

#w-node-_0eeb45fd-73a8-8a04-3831-7b4c1d6e4b54-fb6ef5e1 {
  grid-area: 4 / 1 / 5 / 4;
  justify-self: center;
}

#w-node-fab67cca-776c-f81b-9f77-d0a4f1baf493-fb6ef5e1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-fab67cca-776c-f81b-9f77-d0a4f1baf49d-fb6ef5e1 {
  align-self: start;
}

#w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4a5-fb6ef5e1 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: start;
}

#w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4a6-fb6ef5e1 {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4b0-fb6ef5e1 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center;
}

#w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4b2-fb6ef5e1 {
  align-self: start;
}

#w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4be-fb6ef5e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4c5-fb6ef5e1 {
  align-self: start;
}

#w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4c9-fb6ef5e1 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: center;
}

#w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4cb-fb6ef5e1 {
  grid-area: 4 / 1 / 5 / 4;
  justify-self: center;
}

#w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d75cb-fb6ef5e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d75f3-fb6ef5e1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d75f8-fb6ef5e1 {
  grid-area: 1 / 2 / 5 / 3;
  place-self: center end;
}

#w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d75fa-fb6ef5e1 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_84a1f84c-0801-0d30-0ca3-52e3bf2b6a0e-fb6ef5e1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_84a1f84c-0801-0d30-0ca3-52e3bf2b6a16-fb6ef5e1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_84a1f84c-0801-0d30-0ca3-52e3bf2b6a1a-fb6ef5e1 {
  justify-self: start;
}

#w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d7604-fb6ef5e1, #w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d7607-fb6ef5e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d7609-fb6ef5e1, #w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d760c-fb6ef5e1 {
  justify-self: stretch;
}

#w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d7619-fb6ef5e1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d761d-fb6ef5e1 {
  justify-self: start;
}

#w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d7629-fb6ef5e1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d762d-fb6ef5e1 {
  justify-self: start;
}

#w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d7630-fb6ef5e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d7632-fb6ef5e1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d7633-fb6ef5e1 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_93b34086-5c08-8500-2f59-b8f2f95ed59b-fb6ef5e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_93b34086-5c08-8500-2f59-b8f2f95ed5ab-fb6ef5e1 {
  grid-area: 1 / 2 / 7 / 3;
  place-self: center;
}

#w-node-_93b34086-5c08-8500-2f59-b8f2f95ed5b8-fb6ef5e1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_56f0ed00-f0fe-cd5c-8707-6f0fe24283c8-fb6ef5e1, #w-node-_93b34086-5c08-8500-2f59-b8f2f95ed59c-fb6ef5e1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_93b34086-5c08-8500-2f59-b8f2f95ed5a0-fb6ef5e1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_93b34086-5c08-8500-2f59-b8f2f95ed5ad-fb6ef5e1, #w-node-_93b34086-5c08-8500-2f59-b8f2f95ed5bb-fb6ef5e1, #w-node-_93b34086-5c08-8500-2f59-b8f2f95ed5bc-fb6ef5e1 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-ef159ea4-4460-4d37-da5e-21957a5a63d2-fb6ef5e1, #w-node-f38843a1-78a3-7f86-8ddf-c0858399160e-fb6ef5e1, #w-node-_887b82f3-e612-794f-1a76-c29598baea72-fb6ef5e1, #w-node-_215b2f37-6eac-2046-fc75-5f05713a0644-fb6ef5e1, #w-node-ba86aeb0-1ae3-6eff-8c40-d331e255c552-fb6ef5e1, #w-node-_3c661983-59c7-3de8-b3a5-920accdfab63-fb6ef5e1, #w-node-_17dee006-693a-e208-fb9b-108060926a23-fb6ef5e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3ed5b77-1c2d-ab2a-b10d-7d17063ac618-fb6ef5e1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-f3ed5b77-1c2d-ab2a-b10d-7d17063ac61a-fb6ef5e1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f3ed5b77-1c2d-ab2a-b10d-7d17063ac61f-fb6ef5e1 {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-aa9e268f-9a1f-9302-6b41-0b8798e587f6-fb6ef5e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-_05bb8567-1fbd-b85d-7766-9045406b9e1a-fb6ef5e1, #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4a6-fb6ef5e1 {
    grid-area: 1 / 2 / 3 / 3;
    justify-self: end;
  }

  #w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d75f8-fb6ef5e1 {
    grid-row-end: 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d29a3338-9cf5-8417-1604-c5b0f1deef3f-fb6ef5e1 {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-d29a3338-9cf5-8417-1604-c5b0f1deef72-fb6ef5e1 {
    grid-column-end: 3;
  }

  #w-node-d29a3338-9cf5-8417-1604-c5b0f1deef77-fb6ef5e1 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-d29a3338-9cf5-8417-1604-c5b0f1deef79-fb6ef5e1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d29a3338-9cf5-8417-1604-c5b0f1deef83-fb6ef5e1 {
    grid-row: 4 / 5;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-d29a3338-9cf5-8417-1604-c5b0f1deef84-fb6ef5e1 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-d29a3338-9cf5-8417-1604-c5b0f1deef8f-fb6ef5e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d29a3338-9cf5-8417-1604-c5b0f1deefa8-fb6ef5e1, #w-node-d29a3338-9cf5-8417-1604-c5b0f1deefb8-fb6ef5e1 {
    justify-self: stretch;
  }

  #w-node-b9c1ef6e-2c79-12b5-8d31-5924a0e5be85-fb6ef5e1, #w-node-_2efc042c-fba8-3aa8-8935-7f9afdfb0940-fb6ef5e1 {
    grid-row-start: 3;
  }

  #w-node-_1b8c8af0-614c-7fbe-0a39-26accab3bd97-fb6ef5e1 {
    grid-row: 4 / 5;
  }

  #w-node-_5f2542a5-19fe-803d-80b3-8524fb0837f5-fb6ef5e1 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_13f06d21-9b1c-465f-e57e-fa3d28b8d9af-fb6ef5e1, #w-node-_13f06d21-9b1c-465f-e57e-fa3d28b8d9b1-fb6ef5e1 {
    grid-row-start: 3;
  }

  #w-node-_13f06d21-9b1c-465f-e57e-fa3d28b8d9bc-fb6ef5e1 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-c6ecc2c3-e670-424d-9587-4d5a29a257b2-fb6ef5e1 {
    grid-row: 4 / 5;
    grid-column-end: 2;
    justify-self: center;
  }

  #w-node-_3e4f3bb8-ab1b-9f36-439b-33ed386d87fb-fb6ef5e1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c3354721-ba07-88c1-c9ca-25f33508b4d0-fb6ef5e1 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-_199aebdd-3304-e5a1-2601-63516767674d-fb6ef5e1 {
    grid-row-end: 2;
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_87cf2182-abb6-e35c-afc2-d4acb1c4fe3e-fb6ef5e1 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-ac3aaaf0-0a85-62d8-a4a8-70a2a5ff8816-fb6ef5e1, #w-node-_6e543ce4-e48c-09b6-bb40-5699bcdebe8c-fb6ef5e1, #w-node-_63d30386-0696-9bb6-9785-3ecfb0469b1d-fb6ef5e1 {
    align-self: start;
  }

  #w-node-e14a9382-a773-bb90-b5f4-fa55dc20c714-fb6ef5e1 {
    grid-column: 1 / 4;
    justify-self: center;
  }

  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf492-fb6ef5e1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf49d-fb6ef5e1 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4a5-fb6ef5e1 {
    grid-row-end: 2;
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4a7-fb6ef5e1 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4b2-fb6ef5e1, #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4be-fb6ef5e1, #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4c5-fb6ef5e1 {
    align-self: start;
  }

  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4c9-fb6ef5e1 {
    grid-column: 1 / 4;
    justify-self: center;
  }

  #w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d75cb-fb6ef5e1 {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d75f3-fb6ef5e1 {
    grid-column-end: 3;
  }

  #w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d75f8-fb6ef5e1 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d75fa-fb6ef5e1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_84a1f84c-0801-0d30-0ca3-52e3bf2b6a0e-fb6ef5e1 {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_84a1f84c-0801-0d30-0ca3-52e3bf2b6a1a-fb6ef5e1 {
    justify-self: stretch;
  }

  #w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d7604-fb6ef5e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d761d-fb6ef5e1, #w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d762d-fb6ef5e1 {
    justify-self: stretch;
  }

  #w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d7632-fb6ef5e1 {
    grid-row: 4 / 5;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_1787ae2f-b3d8-b6aa-c53c-8720219d7633-fb6ef5e1 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_93b34086-5c08-8500-2f59-b8f2f95ed59b-fb6ef5e1 {
    grid-column-end: 3;
  }

  #w-node-_93b34086-5c08-8500-2f59-b8f2f95ed5ab-fb6ef5e1 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-_93b34086-5c08-8500-2f59-b8f2f95ed5b8-fb6ef5e1 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_56f0ed00-f0fe-cd5c-8707-6f0fe24283c8-fb6ef5e1, #w-node-_93b34086-5c08-8500-2f59-b8f2f95ed59c-fb6ef5e1, #w-node-_93b34086-5c08-8500-2f59-b8f2f95ed5a0-fb6ef5e1 {
    grid-column-end: 3;
  }

  #w-node-_93b34086-5c08-8500-2f59-b8f2f95ed5bb-fb6ef5e1 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-aa9e268f-9a1f-9302-6b41-0b8798e587f6-fb6ef5e1 {
    order: 9999;
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-aa9e268f-9a1f-9302-6b41-0b8798e58814-fb6ef5e1, #w-node-aa9e268f-9a1f-9302-6b41-0b8798e58826-fb6ef5e1, #w-node-aa9e268f-9a1f-9302-6b41-0b8798e58838-fb6ef5e1, #w-node-aa9e268f-9a1f-9302-6b41-0b8798e58856-fb6ef5e1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7687fc7f-7113-f1c9-019f-235093638c3a-fb6ef5e1 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_05bb8567-1fbd-b85d-7766-9045406b9e1a-fb6ef5e1 {
    grid-row-end: 2;
    grid-column-start: 1;
  }

  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf493-fb6ef5e1 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4a6-fb6ef5e1 {
    grid-row-end: 2;
    grid-column-start: 1;
  }

  #w-node-f3ed5b77-1c2d-ab2a-b10d-7d17063ac618-fb6ef5e1 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-f3ed5b77-1c2d-ab2a-b10d-7d17063ac61a-fb6ef5e1 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-f3ed5b77-1c2d-ab2a-b10d-7d17063ac61f-fb6ef5e1 {
    grid-row-end: 2;
    grid-column-start: 1;
  }

  #w-node-aa9e268f-9a1f-9302-6b41-0b8798e587f6-fb6ef5e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-aa9e268f-9a1f-9302-6b41-0b8798e58814-fb6ef5e1, #w-node-aa9e268f-9a1f-9302-6b41-0b8798e58826-fb6ef5e1, #w-node-aa9e268f-9a1f-9302-6b41-0b8798e58838-fb6ef5e1, #w-node-aa9e268f-9a1f-9302-6b41-0b8798e58856-fb6ef5e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7687fc7f-7113-f1c9-019f-235093638c3a-fb6ef5e1 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_05bb8567-1fbd-b85d-7766-9045406b9e1a-fb6ef5e1 {
    grid-column: 1 / 3;
    grid-row-end: 2;
  }

  #w-node-ac3aaaf0-0a85-62d8-a4a8-70a2a5ff8816-fb6ef5e1 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_6e543ce4-e48c-09b6-bb40-5699bcdebe8c-fb6ef5e1 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_63d30386-0696-9bb6-9785-3ecfb0469b1d-fb6ef5e1 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-e14a9382-a773-bb90-b5f4-fa55dc20c714-fb6ef5e1 {
    grid-row: 5 / 6;
    grid-column-end: 4;
  }

  #w-node-_0eeb45fd-73a8-8a04-3831-7b4c1d6e4b54-fb6ef5e1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf493-fb6ef5e1 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4a6-fb6ef5e1 {
    grid-column: 1 / 3;
    grid-row-end: 2;
  }

  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4b2-fb6ef5e1 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4be-fb6ef5e1 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4c5-fb6ef5e1 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4c9-fb6ef5e1 {
    grid-row: 5 / 6;
    grid-column-end: 4;
  }

  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4cb-fb6ef5e1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f3ed5b77-1c2d-ab2a-b10d-7d17063ac618-fb6ef5e1 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-f3ed5b77-1c2d-ab2a-b10d-7d17063ac61a-fb6ef5e1 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-f3ed5b77-1c2d-ab2a-b10d-7d17063ac61f-fb6ef5e1 {
    grid-column: 1 / 3;
    grid-row-end: 2;
  }

  #w-node-aa9e268f-9a1f-9302-6b41-0b8798e587f6-fb6ef5e1 {
    grid-column: span 2 / span 2;
  }

  #w-node-aa9e268f-9a1f-9302-6b41-0b8798e58803-fb6ef5e1, #w-node-aa9e268f-9a1f-9302-6b41-0b8798e58805-fb6ef5e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


