@font-face {
  font-family: Oceanic Grotesk Desktop;
  src: url('../fonts/Oceanic-Grotesk-Medium-Desktop.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oceanic Grotesk Desktop;
  src: url('../fonts/Oceanic-Grotesk-Regular-Desktop.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-grey: #7a7f82;
  --black: #232323;
  --grey-lite: #b0b7bb;
  --white: white;
  --lite-grey: #f2f6f8;
  --grey: #e4ebef;
  --blue: #286aff;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.form-block {
  background-color: #fff;
  border: 1px solid #eef3fa;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 0;
  padding: 2rem;
  box-shadow: 0 5px 15px #eef3fa26;
}

.text-field {
  color: #000;
  cursor: text;
  background-color: #eef3fa;
  border: 1px solid #d5dfed;
  border-radius: .8rem;
  height: auto;
  margin-bottom: 0;
  padding: 1rem 1.4rem;
}

.text-field::placeholder {
  color: var(--dark-grey);
  font-size: 1rem;
}

.div-steps {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.714rem;
  display: flex;
}

.plashka__div-text {
  border-bottom-right-radius: 1.3rem;
  border-bottom-left-radius: 1.3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-circol {
  width: 1.25rem;
  margin-right: .75rem;
}

.text {
  cursor: default;
}

.text.margin {
  cursor: default;
  margin-bottom: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  font-weight: 400;
}

.text.size-mini {
  font-size: .88rem;
  line-height: 1.25rem;
}

.text.size-mini.color {
  color: var(--dark-grey);
  font-weight: 400;
}

.text.mobail {
  color: var(--black);
  display: none;
}

.text.color {
  color: var(--dark-grey);
}

.text.color-lite {
  border-right: 1px solid var(--dark-grey);
  color: var(--grey-lite);
  margin-right: 1rem;
  padding-right: 1rem;
}

.text.bold-color {
  color: var(--white);
  font-weight: 500;
}

.text.bold-color.but {
  display: none;
}

.text.wigth {
  color: var(--white);
}

.nav-link {
  cursor: pointer;
  padding: .75rem 1.5rem .75rem 0;
  font-weight: 500;
}

.submit-button {
  z-index: 1;
  background-color: var(--black);
  cursor: pointer;
  border-radius: .8rem;
  margin-left: 1.4rem;
  padding: 1.1rem 1.4rem;
}

.submit-button:hover {
  background-color: #005ce6;
  border-radius: .6rem;
}

.text-logo {
  color: var(--dark-grey);
  margin-bottom: .45rem;
}

.link-4 {
  color: #06f;
  cursor: pointer;
  text-decoration: none;
}

.section {
  background-color: var(--lite-grey);
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

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

.section.footer, .section.padding-bot {
  padding-bottom: 2rem;
}

.logo {
  width: 11rem;
  margin-right: 1rem;
}

.container {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img {
  cursor: default;
  width: 2rem;
  margin-right: .75rem;
}

.div-step {
  justify-content: flex-start;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.div-step.margin {
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 0;
  display: none;
}

.div-step.margin.desctop {
  display: flex;
}

.brand {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0;
  display: flex;
}

.plashka {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  background-color: var(--lite-grey);
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.25rem 2rem;
  display: flex;
}

.slider-2 {
  display: none;
}

.navbar {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 3rem;
}

.form {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.menu-button {
  background-color: var(--black);
  color: var(--white);
  border-radius: .75rem;
  padding: 1rem;
}

.menu-button.w--open {
  z-index: 1;
  border: 1px solid var(--grey);
  background-color: var(--white);
}

.div-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.line {
  background-color: #93a4bb;
  width: 1.143rem;
  height: 1.3px;
}

.image-7 {
  width: 1.5rem;
  margin-left: 1rem;
}

.h1 {
  text-align: center;
  cursor: default;
  width: 70rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 3.75rem;
}

.body {
  color: var(--black);
  font-family: Oceanic Grotesk Desktop, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.div-total {
  background-color: var(--white);
  border-radius: 3rem;
  width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 4rem 4rem;
}

.div-total.color {
  background-color: #fff0;
}

.div-total.color-width {
  background-color: #fff0;
  padding-top: 0;
  padding-bottom: 1.5rem;
}

.div-total.padding {
  padding-top: 4rem;
}

.div-total.footer {
  background-color: var(--black);
  padding-bottom: 2rem;
}

.icon-line {
  width: 1.25rem;
  margin-left: 1rem;
}

.div-example {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.25rem;
  display: flex;
}

.heading2 {
  margin-top: 0;
  margin-bottom: 3.5rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.5rem;
}

.heading2.width {
  width: 78rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.heading2.center {
  text-align: center;
}

.slider-example {
  background-color: #ddd0;
  width: 78rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mask-example {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.slide-example {
  width: 24.63rem;
  height: 100%;
  margin-left: .7rem;
  margin-right: .7rem;
}

.card-example {
  border: 1px solid var(--grey);
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.image-book {
  width: 3.5rem;
  margin-bottom: 1.25rem;
}

.heading3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.heading3.margin-bot {
  margin-bottom: .25rem;
  font-weight: 500;
}

.heading3.weight-normal {
  font-weight: 400;
}

.heading3.weight-normal.color {
  color: var(--dark-grey);
}

.heading3.no-text {
  color: #23232300;
}

.heading3.size-big {
  font-size: 1.5rem;
}

.heading3.wight {
  color: var(--white);
}

.text-symbol {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .75rem;
  margin-right: 1.25rem;
  display: flex;
}

.card-example__text-symbol {
  flex-flow: wrap;
  margin-top: .75rem;
  margin-bottom: auto;
  display: flex;
}

.slide-nav-3 {
  display: none;
}

.icon-simbol {
  width: 1.25rem;
  margin-right: .5rem;
}

.left-arrow {
  border: 1px solid var(--grey);
  background-color: var(--white);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: none;
  inset: -7.6rem 4.4rem auto auto;
}

.arrow {
  width: 1.5rem;
}

.right-arrow {
  border: 1px solid var(--grey);
  background-color: var(--white);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: none;
  inset: -7.6rem 0% auto auto;
}

.link-download {
  border: 1px solid var(--grey);
  background-color: var(--lite-grey);
  color: var(--black);
  cursor: pointer;
  border-radius: .63rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  padding: .75rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.img-download {
  width: 1.25rem;
  margin-left: .5rem;
}

.logo-mobail {
  display: none;
}

.div-total-advantages {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.div-name-advantages {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 14.5rem;
  max-width: 14.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.slider-advantages {
  background-color: #ddd0;
  width: 80%;
  height: auto;
  display: flex;
}

.left-arrow-2, .right-arrow-2, .slide-nav-4 {
  display: none;
}

.mask-advantages {
  width: 100%;
  height: auto;
}

.slide-advantages {
  width: 47%;
  height: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}

.name-advantages {
  border-bottom: 1px solid var(--grey);
  height: 100%;
  padding-top: 1.88rem;
  padding-bottom: 1.88rem;
}

.name-advantages.border {
  border-bottom-width: 0;
}

.div-kamp-advantages {
  border-bottom: 1px solid var(--grey);
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-kamp-advantages.border {
  border-bottom-width: 0;
}

.div-kamp-advantages.border.aligan {
  justify-content: flex-start;
  align-items: flex-end;
}

.image-ok {
  width: 2.25rem;
  margin-left: 1rem;
}

.div-total-kamp-advantages {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 1.5rem 2.5rem;
  display: flex;
}

.div-total-kamp-advantages.color {
  background-color: var(--lite-grey);
  border-radius: 1.5rem;
}

.imge-logo-kamp {
  width: 8.19rem;
  margin-right: .63rem;
}

.div-total-reviews {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 50rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.div-reviews {
  background-color: var(--white);
  border-radius: 2rem;
  height: auto;
  padding: 2rem;
}

.img-stars-reviews {
  width: 8.5rem;
  margin-bottom: .75rem;
}

.circl {
  background-color: var(--dark-grey);
  border-radius: 20px;
  width: 3px;
  height: 3px;
  margin-left: .5rem;
  margin-right: .5rem;
}

.name-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: .25rem;
  margin-bottom: .75rem;
  display: flex;
}

.div-vertical-reviews {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.img-foto-reviews {
  width: 3.25rem;
  margin-bottom: 1.25rem;
}

.div-show-button {
  background-image: linear-gradient(180deg, #0000, var(--lite-grey));
  justify-content: center;
  align-items: flex-end;
  height: 15rem;
  padding-bottom: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-more-reviews {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 20rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.image-3-people {
  width: 4.63rem;
  margin-right: 1rem;
}

.div-block-2 {
  width: 1px;
  height: auto;
}

.icon-plas {
  width: 1.8rem;
}

.div-text-more {
  margin-right: .5rem;
}

.link-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 3rem;
  display: grid;
}

.logo-footer {
  margin-bottom: 3rem;
}

.logo-footer.width {
  width: 3.8rem;
}

.div-links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-telefone {
  color: var(--white);
  cursor: pointer;
  margin-bottom: 1.3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  text-decoration: none;
}

.link-footer-url {
  color: var(--white);
  cursor: pointer;
  margin-top: 1.3rem;
  text-decoration: none;
}

.link-footer-url.marg {
  margin-top: .8rem;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link {
  color: var(--dark-grey);
  cursor: pointer;
  font-size: .8rem;
  text-decoration: none;
}

.line-menu {
  width: 1.5rem;
  display: block;
}

.close {
  width: 1.5rem;
  display: none;
}

.nav-menu {
  border: 1px solid var(--lite-grey);
  background-color: var(--white);
  border-radius: 1.25rem;
  width: 22.5rem;
  margin-left: auto;
  padding: 1.5rem;
  top: -1.5rem;
  right: -1.5rem;
  box-shadow: 0 4px 20px #8b8b8b14;
}

.botton-link {
  background-color: var(--black);
  color: var(--white);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: flex;
}

.img-person {
  width: 1.5rem;
  margin-left: .5rem;
}

.slider-mobail {
  display: none;
}

.link-5, .link-6 {
  color: var(--dark-grey);
  text-decoration: none;
}

.background-video, .background-video-2, .background-video-3 {
  display: none;
}

@media screen and (max-width: 991px) {
  .form-block {
    z-index: 1;
    padding: 3rem;
    position: relative;
  }

  .text-field {
    border-width: 1px;
    border-radius: 1rem;
    padding: 1.6rem;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .text-field::placeholder {
    font-size: 1.2rem;
  }

  .plashka__div-text {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 1.5rem 1.2rem;
  }

  .plashka__div-text.radius {
    padding-top: 1.5rem;
  }

  .plashka__div-text.radius.but.no {
    display: none;
  }

  .icon-circol {
    border-width: 1px;
    width: 1.8rem;
    height: 1.8rem;
  }

  .text {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .text.margin {
    margin-left: .8rem;
    margin-right: .8rem;
  }

  .text.margin.mobil {
    font-size: 1.3rem;
  }

  .text.size-mini {
    color: var(--black);
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .text.size-mini.color {
    font-size: 1.4rem;
  }

  .text.color {
    font-size: 1.2rem;
  }

  .text.color-lite {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-link {
    padding: 1rem 2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .submit-button {
    border-radius: 1rem;
    margin-left: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .text-logo {
    display: none;
  }

  .link-4 {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .section {
    padding-top: 4rem;
  }

  .section.padding-top {
    padding-top: 4rem;
    padding-bottom: 4rem;
    overflow: hidden;
  }

  .section.padding-bot {
    padding-bottom: 8rem;
  }

  .img {
    width: 3.2rem;
  }

  .div-step.margin {
    margin-top: 2rem;
    display: flex;
  }

  .div-step.margin.desctop, .div-step.no {
    display: none;
  }

  .plashka {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 1rem;
    position: relative;
    top: -7px;
  }

  .menu-button, .menu-button.w--open {
    padding: 1.6rem;
  }

  .div-form {
    position: relative;
  }

  .line {
    width: 1.1rem;
    height: 1.1px;
  }

  .image-7 {
    width: 2rem;
  }

  .h1 {
    max-width: 100%;
  }

  .div-total {
    width: 94rem;
    padding-top: 4rem;
    padding-bottom: 4.8rem;
  }

  .div-total.color-width {
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-total.padding {
    padding-top: 4.8rem;
    position: relative;
  }

  .icon-line {
    width: 1.8rem;
  }

  .heading2.width, .slider-example {
    width: 88rem;
  }

  .slide-example {
    width: 42.5rem;
  }

  .card-example {
    padding: 2.4rem;
  }

  .image-book {
    width: 5.6rem;
  }

  .heading3 {
    font-size: 1.6rem;
  }

  .heading3.margin-bot {
    font-size: 2rem;
    line-height: 3rem;
  }

  .heading3.weight-normal {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .heading3.size-big {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .card-example__text-symbol {
    margin-top: 2rem;
  }

  .icon-simbol {
    width: 2rem;
    margin-right: .8rem;
  }

  .left-arrow {
    width: 5rem;
    height: 5rem;
    display: flex;
    right: 6.4rem;
  }

  .arrow {
    width: 2.2rem;
  }

  .right-arrow {
    width: 5rem;
    height: 5rem;
    display: flex;
  }

  .link-download {
    margin-top: 1.5rem;
    padding: 1.2rem;
  }

  .img-download {
    width: 2rem;
  }

  .div-name-advantages {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    width: 23rem;
    max-width: 23rem;
  }

  .slider-advantages {
    width: 74%;
    position: absolute;
    inset: auto -3.4rem 3.9rem auto;
    overflow: hidden;
  }

  .left-arrow-2, .right-arrow-2 {
    display: flex;
  }

  .mask-advantages {
    width: 65%;
    overflow: visible;
  }

  .slide-advantages {
    width: 100%;
  }

  .name-advantages {
    height: 6rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-kamp-advantages {
    height: 5.5rem;
  }

  .div-kamp-advantages.border.aligan {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .div-total-kamp-advantages {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .icon-3, .icon-4 {
    display: none;
  }

  .div-total-reviews {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .img-stars-reviews {
    width: 11rem;
    margin-bottom: 1.6rem;
  }

  .name-block {
    margin-top: .5rem;
    margin-bottom: 1rem;
  }

  .div-vertical-reviews {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .img-foto-reviews {
    width: 5rem;
  }

  .div-more-reviews {
    padding: 1rem;
  }

  .image-3-people {
    width: 5.5rem;
  }

  .icon-plas {
    width: 2.5rem;
  }

  .div-text-more {
    margin-right: .8rem;
  }

  .link-footer {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .logo-footer {
    margin-bottom: 4rem;
  }

  .logo-footer.width {
    width: 5rem;
    margin-bottom: 3rem;
  }

  .link-footer-url {
    font-size: 1.2rem;
  }

  .link-footer-url.name {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .link {
    font-size: 1.1rem;
  }

  .line-menu {
    width: 2rem;
    display: block;
  }

  .close {
    width: 2.4rem;
    display: none;
  }

  .nav-menu {
    width: 34rem;
    padding: 2rem;
  }

  .botton-link {
    border-radius: 1.2rem;
    margin-top: 2rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .img-person {
    width: 2.4rem;
    margin-left: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .form-block {
    border-radius: 2.5rem;
    margin-top: 4rem;
  }

  .text-field {
    border-radius: 1.5rem;
    height: 5.6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .text-field::placeholder {
    font-size: 1.5rem;
  }

  .plashka__div-text {
    border-radius: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .plashka__div-text.radius {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    padding-bottom: 2rem;
  }

  .icon-circol {
    margin-right: 1rem;
  }

  .text {
    font-size: 1.75rem;
    line-height: 3rem;
  }

  .text.margin {
    font-size: 1.5rem;
  }

  .text.margin.mobil {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  .text.margin.marg-left {
    margin-right: 0;
  }

  .text.size-mini {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .text.size-mini.color {
    font-size: 1.65rem;
    line-height: 3rem;
  }

  .text.color {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .text.color-lite {
    margin-right: 2rem;
    padding-right: 2rem;
  }

  .nav-link {
    margin-bottom: .5rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 2rem;
    line-height: 3rem;
  }

  .submit-button {
    border-radius: 1.5rem;
    padding: 2rem 3rem;
    font-size: 1.5rem;
  }

  .link-4 {
    font-size: 1.5rem;
  }

  .logo {
    width: 15rem;
  }

  .img {
    width: 4rem;
    margin-right: 1.5rem;
  }

  .icon-2 {
    display: none;
  }

  .plashka {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    padding-top: 3rem;
    top: -1.9rem;
  }

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

  .menu-button {
    padding: 2rem;
  }

  .menu-button.w--open {
    display: flex;
  }

  .image-7 {
    width: 2.5rem;
  }

  .h1 {
    font-size: 4.8rem;
    line-height: 5.5rem;
  }

  .div-total {
    border-radius: 4rem;
    padding-top: 4rem;
  }

  .div-total.color-width {
    padding-left: 0;
    padding-right: 0;
  }

  .heading2.width {
    width: 100%;
    margin-bottom: 4rem;
  }

  .slider-example {
    width: 100%;
  }

  .slide-example {
    width: 45.25rem;
  }

  .card-example {
    border-radius: 2.5rem;
  }

  .image-book {
    width: 7rem;
    margin-bottom: 3rem;
  }

  .heading3 {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .heading3.margin-bot {
    font-size: 2.2rem;
    line-height: 3.5rem;
  }

  .heading3.weight-normal {
    font-size: 2rem;
    line-height: 3rem;
  }

  .heading3.size-big {
    font-size: 2rem;
  }

  .text-symbol {
    margin-right: 2rem;
  }

  .icon-simbol {
    width: 2.5rem;
    margin-right: 1.2rem;
  }

  .left-arrow {
    width: 6rem;
    height: 6rem;
    top: -8.5rem;
    right: 7.9rem;
  }

  .arrow {
    width: 2.5rem;
  }

  .right-arrow {
    width: 6rem;
    height: 6rem;
    top: -8.5rem;
  }

  .link-download {
    padding: 1.5rem;
  }

  .img-download {
    width: 2.5rem;
    margin-left: 1rem;
  }

  .div-kamp-advantages {
    height: 7rem;
  }

  .image-ok {
    width: 3rem;
    margin-left: 2rem;
  }

  .div-total-kamp-advantages.color {
    border-radius: 2.5rem;
  }

  .imge-logo-kamp {
    width: 9.5rem;
  }

  .div-total-reviews {
    grid-template-columns: 1fr 1fr;
  }

  .div-reviews {
    padding: 3rem;
  }

  .img-stars-reviews {
    width: 15rem;
  }

  .name-block {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }

  .div-vertical-reviews.np-mobail {
    display: none;
  }

  .img-foto-reviews {
    width: 6rem;
  }

  .image-3-people {
    width: 6.5rem;
  }

  .icon-plas {
    width: 3rem;
  }

  .div-text-more {
    margin-right: 1rem;
  }

  .link-footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
  }

  .logo-footer {
    display: none;
  }

  .logo-footer.width {
    width: 7.5rem;
    display: block;
  }

  .link-telefone {
    font-size: 4rem;
    line-height: 6rem;
  }

  .link-footer-url {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 3rem;
  }

  .link-footer-url.marg {
    margin-top: 1.5rem;
  }

  .link-footer-url.name {
    font-size: 2.35rem;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .link {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .line-menu {
    width: 3rem;
    display: block;
  }

  .close {
    display: none;
  }

  .nav-menu {
    width: 40rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .botton-link {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 2rem;
  }

  .img-person {
    width: 3rem;
  }

  .text-block {
    line-height: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .form-block {
    border-radius: 6rem;
    margin-top: 8rem;
    padding: 5rem;
  }

  .text-field {
    border-radius: 3rem;
    height: 12rem;
    margin-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 3rem;
    line-height: 4.5rem;
  }

  .text-field::placeholder {
    font-size: 3rem;
    line-height: 4.5rem;
  }

  .div-steps {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 3rem;
    display: none;
  }

  .plashka__div-text {
    border-radius: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .plashka__div-text.radius {
    border-radius: 0;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 4rem 0 0;
  }

  .plashka__div-text.radius.padd-top {
    padding-top: 6rem;
    padding-bottom: 2.5rem;
  }

  .plashka__div-text.radius.but {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .plashka__div-text.radius.but.no {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .slide-nav-2 {
    display: none;
  }

  .icon-circol {
    width: 2rem;
    height: 2rem;
  }

  .text {
    margin-bottom: 3rem;
    font-size: 3.5rem;
    line-height: 5rem;
  }

  .text.margin {
    margin-left: 1.5rem;
    margin-right: 2rem;
    font-size: 2.7rem;
    line-height: 3rem;
  }

  .text.margin.mobil {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 3.4rem;
    line-height: 4.5rem;
  }

  .text.size-mini {
    margin-bottom: 0;
    font-size: 3.5rem;
    line-height: 5rem;
  }

  .text.size-mini.color {
    font-size: 3rem;
    line-height: 4rem;
  }

  .text.mobail {
    text-align: center;
    line-height: 6rem;
    display: flex;
  }

  .text.color {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .text.color.marg {
    margin-bottom: 0;
  }

  .text.color-lite {
    display: none;
  }

  .text.bold-color.but, .text.bold-color.marg {
    margin-bottom: 0;
  }

  .text.max {
    margin-top: 3rem;
    margin-bottom: 0;
    font-size: 4rem;
    line-height: 6rem;
  }

  .text.max.marg-bot {
    margin-bottom: 0;
  }

  .nav-link {
    margin-bottom: 2rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: 0;
    font-size: 4rem;
    line-height: 5rem;
  }

  .submit-button {
    border-radius: 3rem;
    width: 100%;
    margin-left: 0;
    padding: 3.5rem 3rem;
    font-size: 4rem;
    line-height: 5rem;
  }

  .link-4 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .section {
    padding-top: 4rem;
  }

  .section.padding-top {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.footer {
    padding-bottom: 4rem;
  }

  .section.padding-bot {
    padding-top: 6rem;
    padding-bottom: 12rem;
  }

  .logo {
    width: 21rem;
    display: none;
  }

  .container {
    padding-bottom: 2rem;
  }

  .img {
    width: 8rem;
    margin-right: 2rem;
  }

  .icon-2 {
    font-size: 6rem;
  }

  .div-step {
    margin-bottom: 0;
    margin-right: 0;
  }

  .div-step.size {
    width: 85rem;
  }

  .plashka {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
    flex-flow: column;
    width: 100%;
    padding: 6rem 3.5rem 2rem;
    display: flex;
    position: relative;
    top: -8px;
  }

  .slider-2 {
    background-color: #ddd0;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: none;
    overflow: hidden;
  }

  .form {
    flex-flow: column;
  }

  .menu-button {
    border-radius: 1.2rem;
    padding: 3rem;
  }

  .menu-button.w--open {
    padding: 3rem;
  }

  .div-form {
    margin-top: 11rem;
  }

  .line {
    width: 2rem;
    height: 1.5px;
    margin-right: 2rem;
  }

  .line.marg-no {
    margin-right: 0;
  }

  .line.marg {
    margin-right: 3rem;
  }

  .slide-2 {
    height: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .image-7 {
    width: 4.5rem;
    margin-left: 2rem;
  }

  .h1 {
    margin-bottom: 3rem;
    font-size: 8.4rem;
    line-height: 9.5rem;
  }

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

  .div-total {
    border-radius: 6rem;
    padding-top: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .div-total.footer {
    padding-bottom: 5rem;
  }

  .div-example {
    display: none;
  }

  .heading2.width {
    text-align: center;
    margin-bottom: 6rem;
    font-size: 7rem;
    line-height: 9rem;
  }

  .heading2.center {
    margin-bottom: 6rem;
    font-size: 7rem;
    line-height: 9rem;
  }

  .slide-example {
    width: 78rem;
    margin-right: 2rem;
  }

  .card-example {
    border-radius: 5rem;
    justify-content: flex-start;
    padding: 5rem;
  }

  .image-book {
    width: 10rem;
  }

  .heading3 {
    font-size: 4rem;
    line-height: 6rem;
  }

  .heading3.margin-bot {
    margin-bottom: 2rem;
    font-size: 4rem;
    line-height: 5rem;
  }

  .heading3.weight-normal {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }

  .heading3.size {
    font-size: 5rem;
    line-height: 7rem;
  }

  .heading3.wight {
    margin-bottom: 3rem;
  }

  .text-symbol {
    margin-bottom: 2rem;
  }

  .card-example__text-symbol {
    margin-top: 3rem;
    margin-bottom: auto;
  }

  .icon-simbol {
    width: 4rem;
    margin-right: 2rem;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .link-download {
    color: var(--black);
    border-radius: 2.5rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .img-download {
    width: 5rem;
    margin-left: 2rem;
  }

  .logo-mobail {
    width: 52.25rem;
    display: block;
  }

  .text-span, .div-total-advantages {
    display: none;
  }

  .div-total-reviews {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: 200rem;
  }

  .div-reviews {
    border-radius: 5rem;
    padding: 5rem;
  }

  .img-stars-reviews {
    width: 34rem;
  }

  .circl {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .name-block {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .div-vertical-reviews {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .img-foto-reviews {
    width: 12rem;
  }

  .div-more-reviews {
    padding: 2rem;
  }

  .image-3-people {
    width: 19rem;
    margin-right: 3rem;
  }

  .icon-plas {
    width: 6rem;
  }

  .div-text-more {
    margin-right: 3rem;
  }

  .link-footer {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .logo-footer.width {
    width: 14rem;
    margin-bottom: 4rem;
  }

  .div-links {
    margin-bottom: 4rem;
  }

  .link-telefone {
    font-size: 6rem;
    line-height: 8rem;
  }

  .link-footer-url {
    font-size: 3rem;
    line-height: 4rem;
  }

  .link-footer-url.marg {
    margin-top: 2.5rem;
    font-size: 3.5rem;
    line-height: 4.5rem;
  }

  .link-footer-url.name {
    margin-bottom: 0;
    font-size: 4rem;
    line-height: 5rem;
  }

  .div-block-3 {
    margin-top: 6rem;
  }

  .link {
    margin-bottom: 2rem;
    font-size: 3rem;
    line-height: 4rem;
  }

  .line-menu {
    width: 5rem;
  }

  .nav-menu {
    border-radius: 3rem;
    width: 100%;
    padding: 4rem;
    top: -3.5rem;
    right: -3.4rem;
  }

  .botton-link {
    border-radius: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 4rem;
    line-height: 5rem;
  }

  .img-person {
    width: 6rem;
    margin-left: 2rem;
  }

  .slider-mobail {
    background-color: #ddd0;
    height: auto;
    display: flex;
  }

  .mask-3 {
    width: 100%;
  }

  .card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 6rem;
    padding-left: 6rem;
    padding-right: 6rem;
    display: flex;
  }

  .left-arrow-3 {
    justify-content: flex-start;
    align-items: center;
    width: 20%;
    display: flex;
    left: -15px;
  }

  .right-arrow-3 {
    justify-content: flex-end;
    align-items: center;
    width: 20%;
    display: flex;
    right: -14px;
  }

  .slide-nav-5 {
    display: none;
  }

  .div-block-4 {
    z-index: 999999999;
    border: 1px solid var(--grey);
    background-color: #fff;
    border-radius: 6rem;
    width: 100%;
    margin-top: 4rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
    box-shadow: 0 4px 20px #8b8b8b14;
  }

  .img-logo {
    width: 24rem;
  }

  .img-logo.size {
    width: 33.75rem;
  }

  .image-8 {
    width: 9rem;
  }

  .div-imag {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-5 {
    border-top: 1px dashed #000;
  }

  .img-line {
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .div-block-7 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .image-9 {
    z-index: -10;
  }

  .div-img-card {
    background-color: var(--lite-grey);
    border-bottom-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
    width: 67.5rem;
    height: 6rem;
    display: none;
    position: absolute;
    inset: auto auto 4.9rem;
  }

  .div-img {
    background-color: var(--grey);
    border-bottom-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
    width: 60rem;
    height: 6rem;
    display: none;
    position: absolute;
    inset: auto auto -1.9rem;
  }

  .image-10 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -4.8rem;
  }

  .icon-5 {
    display: none;
  }

  .size-arrow {
    width: 6rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

#w-node-fd0c444f-214d-6643-a7d8-c013582f2365-e6451f3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08f007bc-2dc3-8c14-55ad-6bc1cce8a6fd-e6451f3c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_49a359f4-2c56-3bdd-2691-96d8e2daf035-e6451f3c {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_0c37c683-6458-fb07-f32f-6abccbdb7e5e-e6451f3c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_48f37e81-2a52-605c-7950-55f844a7875a-e6451f3c {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_10b869b5-faea-0a7e-ce14-7b2a7cd0dd2d-e6451f3c {
    grid-area: 2 / 4 / 3 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_49a359f4-2c56-3bdd-2691-96d8e2daf035-e6451f3c, #w-node-_0c37c683-6458-fb07-f32f-6abccbdb7e5e-e6451f3c, #w-node-_48f37e81-2a52-605c-7950-55f844a7875a-e6451f3c, #w-node-_10b869b5-faea-0a7e-ce14-7b2a7cd0dd2d-e6451f3c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Oceanic Grotesk Desktop';
  src: url('../fonts/Oceanic-Grotesk-Medium-Desktop.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oceanic Grotesk Desktop';
  src: url('../fonts/Oceanic-Grotesk-Regular-Desktop.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}