.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  height: 124px;
  width: 100%;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
}

.navbar img{
  max-height: 124px;
}

.hero-section {
  height: 696px;
  background-color: #171616;
  background-image: url('../images/hero-new.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
}

.stack-main {
  width: 100%;
  max-width: 1360px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.container-gallery {
  width: 100%;
  max-width: 1270px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-bottom: 32px;
  display: flex;
}

.cell-reviews {
  background-color: rgba(0, 0, 0, 0);
}

.cell-2 {
  background-color: silver;
}

.section-footer {
  height: 128px;
  grid-column-gap: 48px;
  background-color: #2c218d;
  background-image: linear-gradient(99deg, #161c54, #702acc 50%, #340637);
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.slider {
  height: 640px;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav {
  display: none;
  overflow: visible;
}

.slide {
  width: 296px;
  height: 640px;
  border-radius: 25px;
  margin-right: 16px;
}

.slide.s01 {
  background-image: url('./screenshots/01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.s02 {
  background-image: url('./screenshots/02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.s03 {
  background-image: url('./screenshots/03.png');
  background-position: 50%;
  background-size: cover;
}

.slide.s04 {
  background-image: url('./screenshots/04.png');
  background-position: 50%;
  background-size: cover;
}

.slide.s05 {
  background-image: url('./screenshots/05.png');
  background-position: 50%;
  background-size: cover;
}

.slide.s06 {
  background-image: url('./screenshots/06.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.s07 {
  background-image: url('./screenshots/07.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.s08 {
  background-image: url('./screenshots/08.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.s09 {
  background-image: url('./screenshots/09.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.s10 {
  background-image: url('./screenshots/10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-dev {
  background-color: rgba(0, 0, 0, 0);
}

.link-white {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.div-100 {
  width: 100%;
  grid-column-gap: 8px;
  object-fit: fill;
  flex: 0 auto;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  overflow: visible;
}

.div-100.mb8 {
  max-width: 1360px;
  justify-content: flex-start;
  margin-bottom: 8px;
}

.div-100.mb8.right {
  justify-content: flex-end;
  margin-bottom: 24px;
}

.div-100.mb8.mb0 {
  margin-bottom: 0;
}

.heading {
  color: #202124;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.div-email {
  width: 100%;
  height: 64px;
  grid-column-gap: 16px;
  margin-top: 8px;
  display: flex;
}

.div-email.center {
  align-items: center;
}

.image {
  width: 40px;
  height: 40px;
}

.ic24 {
  width: 24px;
  height: 24px;
  background-image: url('../images/mail.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ic24.check {
  background-image: url('../images/check_circle.png');
}

.ic24.arrow {
  width: 24px;
  height: 24px;
  background-image: url('../images/arrow_forward.png');
}

.ic24.more {
  background-image: url('../images/more-vert.svg');
  display: none;
}

.ic24.sheild {
  background-image: url('../images/security.svg');
}

.div-block {
  width: 29px;
  height: 29px;
  background-image: url('../images/ic-mail.png');
  background-position: 50%;
  background-size: contain;
}

.icon-container {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.heading-2 {
  color: #202124;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.heading-2.regular {
  font-weight: 400;
}

.heading-2.regular.white {
  color: #fff;
}

.link-black {
  color: #5f6368;
  text-decoration: none;
}

.heading-3 {
  font-size: 18px;
  line-height: 24px;
}

.paragraph {
  color: #5f6368;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.paragraph.small {
  font-size: 10px;
}

.content-block {
  width: 100%;
  margin-bottom: 32px;
}

.content-block.review {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.content-block.mt24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  margin-top: 16px;
  margin-bottom: 0;
  display: flex;
}

.div-card {
  width: 100%;
  min-height: 100px;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  padding: 16px 24px;
  display: flex;
}

.ic40 {
  width: 40px;
  height: 40px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.ic40.trash {
  background-image: url('../images/delete.png');
}

.ic40.lock {
  background-image: url('../images/lock.png');
}

.ic40.upload {
  background-image: url('../images/cloud_upload.png');
}

.ic40.share {
  background-image: url('../images/share.png');
}

.div-block-2, .star {
  width: 20px;
  height: 20px;
}

.star.full {
  background-image: url('../images/star-fill.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.star.half {
  background-image: url('../images/star-half.svg');
  background-position: 50%;
  background-size: cover;
}

.star.empty {
  background-image: url('../images/star-empty.svg');
  background-position: 50%;
  background-size: cover;
}

.stars {
  align-items: center;
  display: flex;
}

.date {
  color: #5f6368;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.rating {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.user {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.userpic {
  width: 48px;
  height: 48px;
  background-color: #3cc1eb;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.userpic.teal {
  background-color: #0f838a;
}

.userpic.blue {
  background-color: #3c8ceb;
}

.userpic.purple {
  background-color: #b33ceb;
}

.username-letter {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.username-photo {
  grid-column-gap: 16px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.quick-stack {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 16px;
  margin-bottom: 16px;
  display: grid;
}

.div-01 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.div-01._01 {
  grid-column-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-01.row {
  grid-column-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.text-block {
  font-family: Roboto, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
}

.ratings {
  flex: 1;
}

.rating-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.rating-line {
  height: 12px;
  background-color: #e8eaed;
  border-radius: 20px;
  flex: 1;
}

.rating-line.full {
  background-color: #3d8562;
}

.button {
  color: #5f6368;
  cursor: default;
  background-color: #fff;
  border: 1px solid #bebec0;
  border-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Roboto, sans-serif;
}

.section-language {
  justify-content: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.hero-bottom {
  width: 100%;
  height: 168px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #8B1834);
  justify-content: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.hero-container {
  width: 100%;
  height: 100%;
  max-width: 1024px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-appicon {
  grid-column-gap: 16px;
  flex-direction: row;
  display: flex;
}

.container-appicon img.appicon {
    -webkit-mask: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.41%22%20clip-rule%3D%22evenodd%22%20version%3D%221.1%22%20viewBox%3D%220%200%20460%20460%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M460%20316.1c0%205.5%200%2010.99-.04%2016.48-.03%204.63-.08%209.26-.2%2013.88a201.73%20201.73%200%200%201-2.66%2030.21c-1.71%2010-4.9%2019.68-9.47%2028.73a96.6%2096.6%200%200%201-42.23%2042.23%20101.86%20101.86%200%200%201-28.71%209.46c-10%201.65-20.1%202.54-30.22%202.66a649%20649%200%200%201-13.88.21c-5.5.03-10.99.03-16.48.03H143.89c-5.49%200-10.98%200-16.48-.03a648.8%20648.8%200%200%201-13.88-.2%20201.46%20201.46%200%200%201-30.22-2.67c-9.99-1.7-19.67-4.9-28.71-9.46a96.61%2096.61%200%200%201-42.23-42.22%20101.96%20101.96%200%200%201-9.47-28.74%20201.6%20201.6%200%200%201-2.66-30.2c-.12-4.63-.18-9.26-.2-13.89C0%20327.08%200%20321.6%200%20316.1V143.9c0-5.5%200-11%20.04-16.5.02-4.62.08-9.25.2-13.87a201.64%20201.64%200%200%201%202.66-30.2c1.71-10%204.9-19.68%209.47-28.74A96.6%2096.6%200%200%201%2054.6%2012.36%20101.96%20101.96%200%200%201%2083.3%202.9c10-1.64%2020.1-2.53%2030.22-2.66%204.63-.12%209.26-.18%2013.88-.2%205.5-.03%2011-.03%2016.48-.03H316.1c5.5%200%2011%200%2016.49.03a649%20649%200%200%201%2013.88.2c10.12.13%2020.22%201.02%2030.21%202.66%2010%201.71%2019.67%204.9%2028.72%209.46a96.58%2096.58%200%200%201%2042.24%2042.23%20101.92%20101.92%200%200%201%209.46%2028.73%20201.7%20201.7%200%200%201%202.66%2030.21c.12%204.63.18%209.26.2%2013.88.04%205.5.04%2010.99.04%2016.48V316.1z%22%2F%3E%3C%2Fsvg%3E%0A) center/100% 100% no-repeat;
    mask: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.41%22%20clip-rule%3D%22evenodd%22%20version%3D%221.1%22%20viewBox%3D%220%200%20460%20460%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M460%20316.1c0%205.5%200%2010.99-.04%2016.48-.03%204.63-.08%209.26-.2%2013.88a201.73%20201.73%200%200%201-2.66%2030.21c-1.71%2010-4.9%2019.68-9.47%2028.73a96.6%2096.6%200%200%201-42.23%2042.23%20101.86%20101.86%200%200%201-28.71%209.46c-10%201.65-20.1%202.54-30.22%202.66a649%20649%200%200%201-13.88.21c-5.5.03-10.99.03-16.48.03H143.89c-5.49%200-10.98%200-16.48-.03a648.8%20648.8%200%200%201-13.88-.2%20201.46%20201.46%200%200%201-30.22-2.67c-9.99-1.7-19.67-4.9-28.71-9.46a96.61%2096.61%200%200%201-42.23-42.22%20101.96%20101.96%200%200%201-9.47-28.74%20201.6%20201.6%200%200%201-2.66-30.2c-.12-4.63-.18-9.26-.2-13.89C0%20327.08%200%20321.6%200%20316.1V143.9c0-5.5%200-11%20.04-16.5.02-4.62.08-9.25.2-13.87a201.64%20201.64%200%200%201%202.66-30.2c1.71-10%204.9-19.68%209.47-28.74A96.6%2096.6%200%200%201%2054.6%2012.36%20101.96%20101.96%200%200%201%2083.3%202.9c10-1.64%2020.1-2.53%2030.22-2.66%204.63-.12%209.26-.18%2013.88-.2%205.5-.03%2011-.03%2016.48-.03H316.1c5.5%200%2011%200%2016.49.03a649%20649%200%200%201%2013.88.2c10.12.13%2020.22%201.02%2030.21%202.66%2010%201.71%2019.67%204.9%2028.72%209.46a96.58%2096.58%200%200%201%2042.24%2042.23%20101.92%20101.92%200%200%201%209.46%2028.73%20201.7%20201.7%200%200%201%202.66%2030.21c.12%204.63.18%209.26.2%2013.88.04%205.5.04%2010.99.04%2016.48V316.1z%22%2F%3E%3C%2Fsvg%3E%0A) center/100% 100% no-repeat;
    border-radius: 22.5%;
}

.div-block-3, .appicon {
  width: 128px;
  height: 128px;
}

.appinfo {
  width: 100%;
  height: 128px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.appinfo.right {
  display: flex;
}

.appinfoleft {
  border: 1px #000;
  border-right-color: #fff;
  padding-left: 0;
}

.appinforight {
  padding-left: 0;
}

.appinforight._16 {
  padding-left: 16px;
}

.div-block-4 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 1) !important;
}

.heading-4.subtitle_hero {
  font-weight: 500;
  font-size: 40px;
}

.heading-4._16 {
  font-size: 16px;
}

.qrcode {
  width: 128px;
  height: 128px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(46, 46, 46, .2);
}

.container-hero-text {
  width: 100%;
  height: 200px;
  max-width: 960px;
  color: #ffda59;
  text-align: left;
  /* background-image: url('../images/bgblur.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll; */
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.heading-5 {
  text-align: center;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  text-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 1) !important;
  font-family: Roboto, sans-serif;
  font-size: 64px;
  line-height: 72px;
}

/* .heading-5.dektop {
  color: #fef204;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 4px #c5621b;
  font-family: Rubik, sans-serif;
  font-size: 56px;
  font-weight: 700;
} */

.heading-5.dektop {
  color: transparent;
  background: -webkit-linear-gradient(#f1c40f, #e74c3c); /* Ajusta los colores del degradado */
  -webkit-background-clip: text;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  font-family: Rubik, sans-serif;
  font-size: 56px;
  font-weight: 700;
}

.gradient-text {
  font-size: 40px; /* O el tamaño que necesites */
  color: transparent;
  position: relative;
  z-index: 1;
}

.gradient-text::before {
  content: 'DUELCASH: PLAY & WIN REAL CASH'; /* El mismo contenido de texto */
  background-image: linear-gradient(to right, #f1c40f, #e74c3c); /* Gradiente que necesites */
  -webkit-background-clip: text;
  color: transparent;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.gradient-text-shadow {
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8); /* La sombra que necesites */
}

.heading-5.mobile {
  text-shadow: 0 3px #c5621b, 0 2px 10px rgba(0, 0, 0, .8);
  display: none;
}

.icon {
  color: #5c5757;
  -webkit-text-stroke-color: #5f6368;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.left-arrow {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 64px;
  margin-left: 8px;
  margin-right: 8px;
  box-shadow: 0 2px 4px 4px rgba(0, 0, 0, .2);
}

.green-button {
  display: none;
}

.div-center {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.divider {
  width: 1px;
  height: 80px;
  background-color: rgba(255, 255, 255, .4);
}

@media screen and (max-width: 991px) {
  .div-01._01 {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .appinfo {
    flex-direction: column;
    justify-content: space-between;
    justify-items: stretch;
    display: flex;
  }

  .appinfo.right {
    justify-content: center;
  }

  .appinfoleft {
    width: 100%;
    border-style: none;
    border-color: #000;
    padding-left: 0;
  }

  .appinforight {
    width: 100%;
    padding-left: 0;
  }

  .appinforight._16 {
    padding-left: 0;
  }

  .heading-4 {
    font-size: 20px;
  }

  .heading-5.dektop {
    display: none;
  }

  .heading-5.mobile {
    font-family: Rubik, sans-serif;
    display: block;
  }

  .green-button {
    display: none;
  }

  .divider {
    width: 100%;
    height: 1px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 96vh;
    max-height: 100%;
    object-fit: fill;
    background-image: url('../images/hero-mobile.jpg');
    justify-content: space-between;
    padding-top: 95px;
  }

  .section-main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-email {
    grid-column-gap: 8px;
  }

  .div-email.center {
    grid-column-gap: 8px;
    margin-top: 0;
  }

  .div-card {
    padding: 16px;
  }

  .ic40.trash, .ic40.lock, .ic40.upload, .ic40.share {
    width: 24px;
    height: 24px;
  }

  .div-01._01 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hero-bottom {
    height: 300px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-container {
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 32px;
    padding-bottom: 32px;
    display: flex;
  }

  .container-appicon {
    grid-column-gap: 8px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .container-appicon.button {
    height: 49px;
    background-image: url('../images/button-green.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .appicon {
    width: 80px;
    height: 80px;
  }

  .appinfo {
    height: 64px;
    flex-direction: row;
    justify-content: center;
  }

  .appinfo.right {
    height: 64px;
    flex-direction: row;
  }

  .appinfo.fixed {
    width: 208px;
  }

  .appinfoleft {
    width: 88px;
    border-right-style: none;
    border-right-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .appinforight {
    padding-left: 16px;
  }

  .appinforight._16 {
    flex: 0 auto;
  }

  .appinforight.fixed {
    width: 96px;
    padding-left: 16px;
  }

  .heading-4 {
    font-size: 25px;
    text-decoration: none;
  }

  .heading-4._16 {
    font-size: 14px;
  }

  .heading-4.greenbtn {
    text-align: center;
    letter-spacing: 0;
    font-size: 24px;
    font-weight: 500;
    text-shadow: none !important;
  }

  .qrcode {
    display: none;
  }

  .container-hero-text {
    height: 200px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 55px;
    line-height: 60px;
  }

  .heading-5.mobile {
    color: white;
    text-shadow: 0 3px #b14b02, 0 2px 10px rgba(0, 0, 0, .8);
    font-size: 48px;
    line-height: 48px;
    margin-top: 100px;
  }

  .heading-4.subtitle_hero {
    font-size: 30px;
  }

  .green-button {
    height: 64px;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .gb-left {
    width: 32px;
    height: 64px;
    background-image: url('../images/button-left.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto 64px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .gb-center {
    width: 100%;
    height: 64px;
    background-image: url('../images/button-center.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: auto 64px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .gb-right {
    width: 32px;
    height: 64px;
    background-image: url('../images/button-right.png');
    background-position: 100%;
    background-size: auto 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .divider {
    width: 1px;
    height: 64px;
  }
}

@media screen and (max-width: 479px) {
  .section-main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .stack-main {
    grid-column-gap: 0px;
  }

  .cell-reviews {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .section-footer {
    height: 96px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    justify-content: center;
    padding: 16px;
  }

  .link-white {
    font-size: 12px;
  }

  .div-email.center {
    height: 96px;
  }

  .heading-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-card {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 8px;
    display: flex;
  }

  .grid {
    width: 100%;
  }

  .heading-4.greenbtn {
    font-size: 23px;
  }

  .container-hero-text {
    padding-top: 24px;
  }

  .heading-5 {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-4.subtitle_hero {
    font-size: 24px;
  }

  .heading-5.mobile {
    text-shadow: 0 3px #b14b02, 0 2px 10px rgba(0, 0, 0, .8);
    font-size: 40px;
  }
}

#w-node-_7d4353dc-c882-373f-52e6-eec807a16acf-a713e409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77fd5b17-2f7a-9efc-88ee-c948d7d7dc95-a713e409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_77fd5b17-2f7a-9efc-88ee-c948d7d7dc99-a713e409, #w-node-ec327669-0843-85ec-4957-e31be5167a03-a713e409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7df0130-0114-e6bd-4562-508348af3a4a-a713e409, #w-node-_2e34b41e-8637-fdec-b852-2834031b8196-a713e409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-aaf3ceac-efe7-4ff8-ae6d-cc690ce7c4bd-a713e409 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

#w-node-_7514fb86-b80a-4785-4e3d-7c72c081eef1-a713e409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db2fa278-e38f-24f9-3a36-6e457c550513-a713e409 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_0e6d9d84-c7c3-910b-8b5a-9e6e236bde3b-a713e409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4d30402-d3bc-dba4-eb62-0ab5a054eeee-a713e409 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-de1e4f05-855a-8ad4-ac73-8c44c16677b3-a713e409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-aaf3ceac-efe7-4ff8-ae6d-cc690ce7c4bd-a713e409 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-_7514fb86-b80a-4785-4e3d-7c72c081eef1-a713e409, #w-node-de1e4f05-855a-8ad4-ac73-8c44c16677b3-a713e409 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aaf3ceac-efe7-4ff8-ae6d-cc690ce7c4bd-a713e409 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-_7514fb86-b80a-4785-4e3d-7c72c081eef1-a713e409, #w-node-de1e4f05-855a-8ad4-ac73-8c44c16677b3-a713e409 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}