:root {
  --yellow: #fdb913;
  --black: #181818;
  --all-black: #000;
}

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

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

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

.section_lp {
  position: relative;
}

.container_lp {
  z-index: 9999;
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.container_lp.formulario {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.feature-h2-div {
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.h2-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 100%;
}

.yellow-color {
  color: var(--yellow);
}

.feature-grid-card {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-top: 60px;
  margin-bottom: 30px;
  display: flex;
}

.feature-div {
  width: 400px;
  height: 300px;
}

.feature-card {
  background-color: #181818cc;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 30px 22px;
  display: flex;
  position: relative;
}

.heading-2 {
  color: var(--yellow);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Figtree, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 120%;
}

.paragraph-2 {
  color: #fff;
  font-size: 18px;
  line-height: 120%;
}

.div-block-2 {
  position: absolute;
  inset: -4% auto auto -3%;
}

.heading-3 {
  color: var(--yellow);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 150px;
}

.slider-relative-block {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.others-book-slider {
  background-color: #fff0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.other-book-mask {
  width: 33%;
  overflow: visible;
}

.margin-right-30px {
  margin-right: 30px;
}

.chopp-image-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.fomulario {
  padding-left: 15%;
  padding-right: 15%;
}

.background {
  position: absolute;
  inset: 0%;
}

.backgraund-color {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.backgraund-color.footer {
  background-color: var(--all-black);
}

.image-2 {
  opacity: .02;
}

.feature-btn {
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.feature-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start center;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-4, .div-block-5 {
  width: 100%;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 500px;
}

.div-block-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.backgraund-gradient-image {
  background-image: linear-gradient(#181818 30%, #18181899), url('../images/bg_img_3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.backgraund-gradient-image.header {
  background-image: linear-gradient(#18181899, #181818 70%), url('../images/bg_img.jpg');
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  width: 135px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-12 {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.titulo-header {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 100%;
}

.image-7 {
  width: 400px;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  width: 200px;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  min-width: 54px;
  min-height: 54px;
  display: flex;
}

.slide-nav {
  display: none;
}

.others-depoiment-navigation-wrapper {
  z-index: 3;
  justify-content: center;
  align-items: center;
  max-width: 40px;
  height: 100%;
  max-height: 392px;
  margin-top: 0;
  margin-bottom: 110px;
  display: flex;
  top: 0;
  right: 15%;
}

.others-depoiment-navigation-wrapper.left-arrow {
  left: 15%;
  right: auto;
}

.others-depoiment-navigation, .others-chopp-navigation {
  z-index: 3;
  background-color: var(--yellow);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  display: flex;
}

.others-chopp-navigation-wrapper {
  z-index: 3;
  justify-content: center;
  align-items: center;
  max-width: 40px;
  height: 100%;
  max-height: 392px;
  margin-top: 0;
  margin-bottom: 110px;
  display: flex;
  top: 0;
  right: -2%;
}

.others-chopp-navigation-wrapper.left-arrow {
  left: -2%;
  right: auto;
}

.slider-relative-depoiment {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.others-depoiment-slider {
  background-color: #fff0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.other-depoiment-mask {
  height: 50%;
  overflow: visible;
}

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

.depoiment-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.image-9 {
  width: 100px;
}

.link-politica-footer {
  color: #fff;
  font-family: Figtree, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

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

.cop-footer {
  color: #fff;
  font-family: Figtree, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-18 {
  flex-flow: column;
  display: flex;
}

.link-icon-social {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.submit-button {
  color: var(--black);
  text-transform: uppercase;
  background-color: #3898ec00;
  background-image: url('../images/BTN.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 320px;
  height: 90px;
  font-family: Figtree, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 90%;
}

.button-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: #ffffff0f;
  border: 2px solid #fff;
  border-radius: 8px;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: border .3s cubic-bezier(.215, .61, .355, 1);
}

.text-field:focus {
  border-color: var(--yellow);
}

.text-field.mensage {
  min-height: 250px;
}

.field-label {
  color: #fff;
  font-family: Figtree, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.form_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.button-cta {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  background-image: url('../images/BTN.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 90px;
  font-family: Figtree, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 90%;
  display: flex;
}

.div-block-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: #fff;
  padding-top: 40px;
  font-family: Figtree, sans-serif;
  font-size: 20px;
}

.bttn-wt {
  z-index: 2147483647;
  background-color: var(--yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  display: flex;
  position: fixed;
  inset: auto 2% 2% auto;
}

.image-10 {
  width: 45px;
  height: 45px;
}

.text-block-2 {
  color: #fff;
  font-family: Figtree, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
}

.text-span {
  font-size: 12px;
}

.error-message {
  background-color: #deffde;
}

@media screen and (max-width: 991px) {
  .other-book-mask {
    width: 50%;
  }

  .fomulario {
    padding-left: 5%;
    padding-right: 5%;
  }

  .feature-grid {
    flex-flow: column;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
  }

  .titulo-header {
    font-size: 50px;
  }

  .image-7 {
    width: 300px;
  }

  .image-8 {
    width: 150px;
  }

  .others-depoiment-navigation-wrapper {
    right: 2%;
  }

  .others-depoiment-navigation-wrapper.left-arrow {
    left: 2%;
  }

  .others-chopp-navigation-wrapper {
    right: 2%;
  }

  .others-chopp-navigation-wrapper.left-arrow {
    left: 2%;
  }
}

@media screen and (max-width: 767px) {
  .feature-grid-card {
    flex-flow: column;
  }

  .other-book-mask {
    width: 100%;
  }

  .div-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-8 {
    width: 100px;
  }

  .footer {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .bttn-wt {
    width: 60px;
    height: 60px;
  }

  .image-10 {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 479px) {
  .container_lp.formulario {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .feature-h2-div {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h2-heading {
    font-size: 25px;
    line-height: 100%;
  }

  .feature-div {
    width: 310px;
    height: 290px;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 15px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .div-block-2 {
    left: 3%;
  }

  .heading-3 {
    font-size: 90px;
  }

  .fomulario {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .backgraund-gradient-image {
    background-image: linear-gradient(#181818 15%, #18181899), url('../images/bg_img_02.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .div-block-12 {
    width: 100%;
  }

  .titulo-header {
    font-size: 30px;
  }

  .image-7 {
    width: 250px;
  }

  .image-8 {
    width: 90px;
  }

  .others-depoiment-navigation-wrapper {
    right: -2%;
  }

  .others-depoiment-navigation-wrapper.left-arrow {
    left: -2%;
  }

  .others-chopp-navigation-wrapper, .others-chopp-navigation-wrapper.left-arrow {
    top: 25%;
  }

  .footer {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-9 {
    width: 70px;
  }

  .link-politica-footer {
    font-size: 12px;
  }

  .cop-footer {
    font-size: 8px;
  }

  .text-block-2 {
    font-size: 22px;
  }
}


