:root {
  --brand: #00a8ff;
}

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

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

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

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

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

body {
  color: #333;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.section.hero {
  background-image: url('../images/fundo_hero.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section.cta {
  background-image: url('../images/fundo-cta.jpg');
  background-position: 0 0;
  background-size: cover;
}

.container {
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1200px;
}

.content-wrapper {
  margin-bottom: 2rem;
}

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

.column {
  width: 33.3333%;
}

.column.photo, .column.half {
  width: 50%;
}

.heading-1.text-white {
  color: #fff;
}

.heading-2 {
  color: #0081d4;
}

.heading-2.white-text {
  color: #9b9b9b;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.heading-2.cta {
  color: #fff;
  font-size: 2rem;
  line-height: 130%;
}

.white-text {
  color: #fff;
}

.hero-text {
  color: #a5a3a3;
  font-size: 1.2rem;
  line-height: 150%;
}

.v-flex {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

.pill-partner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  margin-top: 1rem;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.pill-partner:hover {
  border-color: #5f43d0;
  text-decoration: none;
}

.text-block {
  text-transform: uppercase;
}

.title-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}

.text-block-2 {
  color: #0081d4;
  font-size: 1.125rem;
}

.padding-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.kommo-ad {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #eff9ff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  padding: 4rem;
  position: relative;
}

.heading-3 {
  font-size: 1.5rem;
}

.paragraph {
  padding-right: 2rem;
  font-size: 1.125rem;
  line-height: 150%;
}

.image {
  position: relative;
}

.button {
  background-color: var(--brand);
  text-transform: uppercase;
  margin-top: 1.5rem;
  padding: 1.125rem 2rem;
  font-weight: 700;
}

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

.cta-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #0009;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 4rem;
}

.content-cta {
  width: 40%;
}

.cta-form-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
}

.paragraph-2 {
  color: #fff;
  font-size: 1rem;
  line-height: 150%;
}

.form-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.copyrights {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: .5rem;
}

.link:hover {
  opacity: .61;
}

.iframe {
  width: 100%;
}

.brand-logo {
  width: 240px;
  margin-bottom: .5rem;
}

.text-block-3 {
  color: #fff;
  font-size: 1rem;
  line-height: 150%;
}

.image-2 {
  width: 120px;
}

.flex-block {
  color: #adadad;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5rem;
}

.flex-block-2 {
  margin-right: 1rem;
}

.kommo-plan {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #eff9ff;
  justify-content: flex-start;
  align-items: center;
  width: 33.3333%;
  margin-bottom: 2rem;
  padding: 1rem 2rem 2rem;
}

.table-column {
  width: 100%;
}

.table-column.photo, .table-column.half {
  width: 50%;
}

.text-block-4 {
  font-size: 1.5rem;
  font-weight: 700;
}

.flex-block-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0067ab;
}

.table {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.check-icon {
  width: 32px;
}

.row-table {
  grid-column-gap: .333333rem;
  grid-row-gap: .333333rem;
  justify-content: flex-start;
  align-items: center;
}

.row-table.hidden {
  opacity: .1;
}

.flex-block-4 {
  margin-top: 1.5rem;
}

.kommo-plans-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
}

.bonus-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0081d4;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
}

.image-3 {
  width: 40px;
}

.text-block-5 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.month-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.bonus-text {
  color: #fff;
  font-size: 1rem;
}

.flex-block-6 {
  grid-column-gap: .666667rem;
  grid-row-gap: .666667rem;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 479px) {
  .content-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2rem;
  }

  .h-flex {
    flex-flow: column;
  }

  .column {
    width: 100%;
  }

  .column.photo {
    order: 1;
    width: 100%;
  }

  .column.half {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .heading-1.white-text {
    font-size: 19px;
    line-height: 24.7px;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 18px;
  }

  .heading-2.white-text {
    font-size: 16px;
  }

  .heading-2.cta {
    font-size: 1.33333rem;
  }

  .hero-text, .hero-text.white-text {
    font-size: 1rem;
  }

  .v-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .pill-partner {
    width: 80px;
  }

  .title-wrapper {
    text-align: center;
  }

  .text-block-2 {
    font-size: 1rem;
  }

  .padding-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .kommo-ad {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1.5rem 1rem;
  }

  .heading-3 {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 130%;
  }

  .paragraph {
    padding-right: 0;
    font-size: 1rem;
  }

  .cta-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem;
  }

  .content-cta {
    text-align: center;
    width: 100%;
  }

  .cta-form-wrapper {
    width: 100%;
  }

  .paragraph-2 {
    font-size: .9rem;
  }

  .form-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .copyrights {
    text-align: center;
    flex-flow: column;
    font-size: 10px;
  }

  .brand-logo {
    width: 120px;
  }

  .text-block-3 {
    font-size: .9rem;
  }

  .kommo-plan {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1.5rem 1rem;
  }

  .table-column.photo {
    order: 1;
    width: 100%;
  }

  .table-column.half {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .kommo-plans-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .bonus-wrapper {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-3 {
    width: 32px;
  }

  .text-block-5 {
    font-size: 1rem;
  }
}


