:root {
  --color-2: #333;
  --color: white;
  --color-4: #183c94;
  --black: black;
  --color-3: #f91d11;
  --white: white;
}

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

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.section-nav {
  z-index: 90;
  padding-left: .625rem;
  padding-right: .625rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem;
  display: flex;
}

.logo-wrapper {
  color: var(--color-2);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-symbol {
  height: 3.125rem;
  margin-right: .625rem;
}

.logo-text {
  color: var(--color);
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}

.logo-text.b {
  font-weight: 800;
}

.logo-text.alt {
  color: var(--color-4);
}

.text-logo-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cta-whatsapp-nav {
  border: .0625rem solid var(--color);
  color: var(--color);
  border-radius: 22.5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem .9375rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta-whatsapp-nav:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
}

.whatsapp-icon {
  width: 1.5625rem;
  margin-right: .3125rem;
}

.hero-section {
  background-color: var(--black);
  color: var(--color);
  padding-left: .625rem;
  padding-right: .625rem;
  position: relative;
}

.hero-container {
  z-index: 1;
  color: var(--color);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-content {
  width: 50%;
  padding: 1.875rem;
}

.hero-content.rel {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.hero-h1 {
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.9375rem;
  line-height: 100%;
}

.hero-p {
  opacity: .8;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  font-size: 1.0625rem;
  line-height: 150%;
}

.btn-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-wrapper.topm {
  margin-top: 1.875rem;
}

.btn {
  border: .0625rem solid var(--color-3);
  background-color: var(--color-3);
  color: var(--color);
  border-radius: 22.5rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 3.125rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
}

.btn.alt-hover:hover {
  background-color: var(--color);
  color: var(--color-4);
}

.play-btn {
  background-color: var(--color-3);
  color: var(--color);
  text-align: center;
  border-radius: 22.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  padding: .725rem;
  font-size: .8rem;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.play-btn:hover {
  background-color: var(--color-4);
}

.lottie-play {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.125rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-vid {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-wrapper {
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  min-height: 46.875rem;
  padding-top: 6.25rem;
  padding-bottom: 5.625rem;
  display: flex;
}

.section {
  padding: 4.6875rem .625rem;
}

.section.alt {
  background-color: #f5f5f5;
}

.section.footer {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.container {
  width: 100%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-s {
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.875rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.wrapper-reviews {
  color: var(--color);
  border-radius: .3125rem;
  justify-content: flex-start;
  align-items: center;
  padding: .625rem;
  font-size: .75rem;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.wrapper-reviews:hover {
  background-color: rgba(255, 255, 255, .16);
}

.g-icon {
  height: 2.5rem;
  margin-right: .625rem;
}

.wrapper-stars {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .3125rem;
  display: flex;
}

.wrapper-stars._1 {
  margin-bottom: 0;
}

.star {
  width: .9375rem;
  margin-right: .1875rem;
}

.wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.wrapper.c {
  justify-content: space-between;
  align-items: center;
}

.content {
  padding: 1.875rem;
}

.content._50 {
  width: 50%;
}

.content._40 {
  width: 40%;
}

.content._55 {
  width: 55%;
}

.section-title {
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-size: 3.1875rem;
  line-height: 100%;
}

.p20 {
  opacity: .8;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

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

.content-box {
  border: .0625rem solid rgba(0, 0, 0, .1);
  border-radius: .9375rem;
  padding: 1.875rem;
}

.h3-title {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.p17 {
  opacity: .8;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
}

.p17.tst {
  font-size: .9375rem;
  font-style: italic;
  line-height: 1.375rem;
}

.icon-box {
  width: auto;
  height: 2.1875rem;
  margin-bottom: 1.25rem;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  height: 31.25rem;
}

.hide {
  display: none;
}

.icon-arrow {
  background-color: var(--color-3);
  border-radius: 22.5rem;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  min-width: 2.1875rem;
  height: 2.1875rem;
  min-height: 2.1875rem;
  font-size: 1.0625rem;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.icon-arrow:hover {
  background-color: var(--color-4);
}

.img-slider {
  object-fit: cover;
  border-radius: .9375rem;
  width: 100%;
  height: 100%;
}

.g-icon-small {
  height: 1.25rem;
}

.wrapper-tst-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.875rem;
  display: flex;
}

.tst-name {
  margin-top: 1.875rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 120%;
}

.wrapper-tst-expand {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.link {
  color: var(--color-3);
}

.cta-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  background-color: var(--color-4);
  color: var(--color);
  border-radius: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4.6875rem;
  display: grid;
}

.content-cta {
  position: relative;
}

.img-cta {
  object-fit: cover;
  border-radius: .9375rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-sm {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-sm {
  background-color: var(--color-3);
  border-radius: 22.5rem;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  min-width: 2.1875rem;
  height: 2.1875rem;
  min-height: 2.1875rem;
  margin-left: .625rem;
  padding: .5rem;
  transition: all .2s;
  display: flex;
}

.link-sm:hover {
  background-color: var(--color-4);
}

.t-v {
  padding-top: 8.3125rem;
}

@media screen and (max-width: 991px) {
  .section-nav, .hero-section {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .hero-content {
    width: 100%;
  }

  .hero-h1 {
    font-size: 4.625rem;
  }

  .hero-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: auto;
    padding-top: 8.125rem;
    padding-bottom: 1.875rem;
  }

  .section {
    padding: 2.8125rem 5rem;
  }

  .wrapper.c.rev {
    flex-flow: wrap-reverse;
  }

  .content._50, .content._40, .content._55 {
    width: 100%;
  }

  .grid-3x {
    flex-flow: column;
    display: flex;
  }

  .slider {
    height: 28.125rem;
  }

  .cta-wrapper {
    flex-flow: column;
    display: flex;
  }

  .img-cta {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .section-nav, .hero-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .hero-h1 {
    font-size: 3.75rem;
  }

  .play-btn {
    width: 4.6875rem;
    height: 4.6875rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .content.ft {
    width: 100%;
  }

  .section-title {
    margin-bottom: 1.25rem;
    font-size: 2.8125rem;
  }

  .slider {
    height: 18.75rem;
  }

  .cta-wrapper {
    padding: 2.8125rem;
  }

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

  .link-sm {
    margin-left: 0;
    margin-right: .9375rem;
  }
}

@media screen and (max-width: 479px) {
  .section-nav {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .nav-container {
    padding: .9375rem 0;
  }

  .logo-symbol {
    height: 1.875rem;
    margin-right: .3125rem;
  }

  .logo-text {
    font-size: .9375rem;
  }

  .cta-whatsapp-nav {
    padding: .5625rem 1.25rem;
    font-size: 1rem;
  }

  .hero-section {
    padding-left: .625rem;
    padding-right: .625rem;
    overflow: hidden;
  }

  .hero-content {
    padding: .9375rem;
  }

  .hero-content.rel {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-h1 {
    font-size: 2.6875rem;
  }

  .play-btn {
    flex-flow: row;
    width: 3.75rem;
    min-width: 3.75rem;
    height: 3.75rem;
    min-height: 3.75rem;
  }

  .section {
    padding: 1.875rem .625rem;
  }

  .wrapper-s {
    margin-bottom: 1.25rem;
    padding-left: 0;
    position: static;
  }

  .wrapper-reviews {
    padding: 0;
  }

  .content {
    padding: .9375rem;
  }

  .section-title {
    font-size: 2.125rem;
  }

  .content-box {
    padding: 1.25rem;
  }

  .h3-title {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }

  .slider {
    height: 13.75rem;
  }

  .cta-wrapper {
    padding: 1.25rem;
  }

  .t-v {
    flex: none;
    padding-top: 1rem;
    padding-left: 8.375rem;
  }
}


