:root {
  --white: white;
  --black: black;
}

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

.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;
}

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

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

.banner_section {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-decoration: none;
  display: flex;
}

.product_banner {
  grid-column-gap: 68px;
  background-color: #fff;
  background-image: linear-gradient(rgba(98, 206, 158, .1), rgba(98, 206, 158, .1));
  border: 1px solid #62ce9e;
  border-radius: 90px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 84px 105px;
  text-decoration: none;
  display: flex;
}

.product_banner.client {
  grid-column-gap: 61px;
  background-image: linear-gradient(#eadaff, #eadaff);
  border-color: #9747ff;
  justify-content: space-between;
  align-items: center;
}

.product_banner.loyalty {
  background-color: #fce9d7;
  background-image: none;
  border-color: #f09236;
}

.text_banner {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 371px;
  text-decoration: none;
  display: flex;
}

.product_banner_title {
  color: #00bb8e;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.product_banner_title.client {
  color: #9747ff;
}

.product_banner_title.loyalty {
  color: #f09236;
}

.product_banner_text {
  color: #000;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.banner_image_holder {
  object-fit: cover;
  background-color: rgba(255, 255, 255, .25);
  background-image: linear-gradient(rgba(151, 71, 255, .25), rgba(151, 71, 255, .25));
  border: 1px solid #9747ff;
  border-radius: 40px;
}

.banner_image_holder.loyalty {
  background-image: linear-gradient(rgba(240, 146, 54, .25), rgba(240, 146, 54, .25));
  border-color: #f09236;
}

.beneficios_section {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.benefits_titles {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.servicetitle {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 625px;
  text-decoration: none;
  display: flex;
}

.service_title_text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.service_content {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.service_content_text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 180%;
}

.benefits_list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.benefit_card_title {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.benefit_img {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  display: block;
}

.benefit_description {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.benefit_card_content {
  color: #000;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.body {
  background-color: #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.servicedescription {
  color: #fff;
  text-align: justify;
  letter-spacing: .03em;
  height: 110px;
  min-height: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.header_holder {
  z-index: 100;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.header_glass {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-image: linear-gradient(93.26deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, .2));
  border-radius: 500px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 10px 100px;
  text-decoration: none;
  transition: all .8s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  box-shadow: 0 0 50px rgba(0, 0, 0, .5);
}

.sections {
  grid-column-gap: 60px;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.sections.footer {
  flex-flow: column;
  align-items: flex-start;
}

.icon_holder {
  grid-column-gap: 10px;
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 500px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.main_button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: .01rem;
  background-color: #000;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 22px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.main_button.w_icon {
  padding: 10px 16px;
}

.main_button.w_icon.header_cta {
  background-color: #9747ff;
  font-size: 15px;
}

.main_button.w_icon.modules {
  background-color: #0f62fe;
}

.main_button.w_icon.banner {
  display: none;
}

.main_button.submit {
  padding: 0 10px;
}

.button_text {
  line-height: 18px;
}

.header_nav {
  color: #fff;
  border-radius: 10px;
  padding: 20px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.header_nav.w--current {
  color: #fff;
  background-color: #242424;
  border-radius: 24px;
}

.header_nav.logo_holder {
  display: block;
}

.header_nav.footer {
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 400;
}

.header_nav.footer.w--current {
  background-color: #000;
}

.servicecta {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 1000px;
  max-width: 100%;
  max-height: 100%;
  display: flex;
}

.modules_section {
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.module_card {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 379px;
  min-width: 379px;
  max-width: 379px;
  min-height: 425px;
  max-height: 425px;
  margin-right: 80px;
  padding: 78px 30px;
  line-height: 100%;
  display: flex;
}

.module_card._01 {
  background-color: #eadaff;
}

.module_card._02 {
  background-color: #ccf1e8;
}

.module_card._03 {
  background-color: #fce9d7;
}

.module_card._04 {
  background-color: #fbcce8;
}

.module_content {
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.module_tab_nav {
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  background-color: rgba(221, 221, 221, 0);
  justify-content: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  display: inline-flex;
}

.module_tab_nav.w--current {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
}

.module_title {
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
}

.module_icon._01 {
  color: #9747ff;
}

.tabs_modules {
  align-self: center;
  margin-right: 30px;
}

.container {
  align-self: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

.container.case_margen {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.clients {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.container.benefits_grid {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  display: flex;
}

.benefits {
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .25);
  border-radius: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 584px;
  padding: 40px;
  display: flex;
}

.benefits._01 {
  background-color: #ccf1e8;
}

.benefits._02 {
  background-color: #eadaff;
}

.benefits._03 {
  background-color: #fce9d7;
}

.module_subtitle {
  height: 56px;
  font-size: 23px;
  line-height: 120%;
}

.cards_modules_section {
  background-color: #ccf1e8;
  border-radius: 20px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  margin-bottom: 0;
  padding: 40px 22px;
  display: flex;
}

.slide {
  background-color: #fff;
}

.casestudy_title {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-left: 0;
  display: flex;
}

.case_study {
  border-radius: 20px;
  width: 40%;
}

.left-arrow, .right-arrow {
  color: #000;
  font-size: 24px;
}

.mask {
  border-radius: 20px;
}

.slide_content {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 95px;
  display: flex;
}

.slide_data {
  color: #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 58px;
  font-weight: 600;
  display: flex;
}

.slide-nav {
  justify-content: center;
  padding-left: 0;
  display: flex;
}

.slide_text {
  font-size: 18px;
}

.success_headline {
  font-size: 47px;
  font-weight: 600;
  line-height: 110%;
}

.success_sub {
  width: 68%;
  font-size: 26px;
  line-height: 120%;
}

.form_section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
}

.form_media {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 60px;
  display: flex;
}

.form_address {
  flex-flow: column;
  justify-content: space-around;
  width: 70%;
  display: flex;
}

.expand_container {
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 49px;
  padding-bottom: 49px;
  display: block;
}

.expand_container.case_studies {
  background-color: #ccf1e8;
  width: 100%;
}

.expand_container.features {
  color: #fff;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.submit-button {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: column;
  line-height: 140%;
  display: block;
}

.form_field {
  margin-bottom: 20px;
}

.contact_field {
  color: #000;
}

.field_label {
  font-size: 16px;
  font-weight: 600;
}

.address_lines {
  font-size: 15px;
}

.header_contact {
  color: #000;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
}

.address_info {
  color: #fff;
  text-transform: uppercase;
}

.address_title {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
  line-height: 140%;
}

.form-block {
  margin-bottom: 40px;
}

.success_text {
  color: #34c759;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

.success-message {
  background-color: #e1f7e6;
  border-radius: 10px;
}

.error-message {
  color: #e81b1b;
  border-radius: 10px;
  padding: 20px;
  font-size: 16px;
  line-height: 170%;
}

.text-block {
  font-weight: 500;
}

.footer_section {
  flex-flow: column;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer_logo {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.nav_footer {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-bottom: 60px;
  display: flex;
}

.slogan {
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  font-size: 26px;
  line-height: 140%;
  display: flex;
}

.footer_legal {
  color: #fff;
  letter-spacing: .02rem;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 15px;
  display: flex;
}

.module_large {
  padding-top: 65px;
  padding-bottom: 65px;
}

.module_slides {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.slide_color {
  background-color: #ff4141;
}

.slide_color._01 {
  background-color: #eadaff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.slide_color._02 {
  background-color: #ccf1e8;
  padding-top: 50px;
  padding-bottom: 50px;
}

.slide_color._03 {
  background-color: #fce9d7;
  padding-top: 50px;
  padding-bottom: 50px;
}

.slide_color._04 {
  background-color: #fbcce8;
  padding-top: 50px;
  padding-bottom: 50px;
}

.large_card_content {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  display: flex;
}

.text_module_cardslarge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: column;
  justify-content: center;
  margin-right: 20px;
  display: flex;
}

.img_modulecards {
  height: 100%;
}

.module_number {
  font-size: 22px;
  font-weight: 500;
}

.module_name {
  color: #000;
  font-size: 22px;
  line-height: 22px;
}

.module_name._01 {
  color: #9747ff;
}

.module_name._02 {
  color: #00bb8e;
}

.module_name._03 {
  color: #f09236;
}

.module_name._04 {
  color: #ee1178;
}

.module_header {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 593px;
  max-width: 593px;
  height: 132px;
  max-height: 100%;
  font-size: 31px;
  font-weight: 500;
  line-height: 108%;
  display: flex;
}

.module_description {
  width: 100%;
  max-width: 593px;
  height: 100%;
  max-height: 60px;
  font-size: 15px;
  font-weight: 400;
}

.section_styles {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.mobile_header_logo, .html-embed-2 {
  display: none;
}

.brand_holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  width: 100%;
  display: grid;
}

.client_text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.client_title {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.client_description {
  font-size: 20px;
  line-height: 120%;
}

.client_apps {
  width: 100%;
  max-height: 818px;
  margin-right: 60px;
  overflow: clip;
}

.features_list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  width: 70%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.type_of_oder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #fff;
  border-radius: 44px;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

.type_tittle {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.type_description {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.benefits_descr {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.benefits_grid {
  background-color: #00bb8e;
  border-radius: 64px;
}

.client_benefits_titles {
  text-transform: uppercase;
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.client_benefits_descrip {
  width: 100%;
  font-size: 20px;
  line-height: 120%;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.feture_card {
  color: #fff;
  background-color: rgba(255, 255, 255, .25);
  border-radius: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 460px;
  padding: 40px;
  display: flex;
}

.client_benefits_grid {
  background-color: #00bb8e;
  border-radius: 64px;
  margin-bottom: 80px;
  padding: 30px;
}

.client_benefits_grid.loyalty {
  background-color: #f09236;
}

.feture_logo_holder {
  color: #000;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 20px;
  padding: 20px;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feture_title {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.feture_descrip {
  align-items: center;
  height: 100px;
  display: flex;
}

.feture_text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.user_path {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #000;
  background-color: #fce9d7;
  border-radius: 64px;
  justify-content: space-between;
  margin-bottom: 80px;
  padding: 30px;
  display: flex;
}

.path_img {
  align-self: center;
  width: 100%;
}

.path_text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.text-block-2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-3 {
  font-size: 20px;
  line-height: 120%;
}

.dropdown {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.drop_nav {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.drop_options_nav {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

.drop_options_nav:hover {
  background-color: #222;
  border-radius: 10px;
}

.drop_options_nav.w--current {
  color: #fff;
  font-weight: 600;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  width: 145%;
  top: 76px;
}

.path {
  border-radius: 60px;
}

.code-embed-2 {
  color: #fff;
}

.header {
  background-color: #000;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text_body {
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.aviso_list {
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  line-height: 200%;
}

.titles {
  margin-bottom: 40px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  list-style-type: decimal;
}

.list_item {
  margin-bottom: 10px;
}

.footer {
  background-color: #000;
  padding-top: 51px;
  padding-bottom: 51px;
}

.section {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .banner_section {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product_banner {
    grid-column-gap: 10px;
    border-radius: 40px;
    flex-flow: column;
    padding: 40px 50px;
  }

  .text_banner {
    grid-row-gap: 10px;
    max-width: none;
    height: auto;
    margin-bottom: 20px;
  }

  .beneficios_section {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .benefits_titles {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .service_title_text {
    text-align: center;
  }

  .service_content_text {
    padding-left: 34px;
    padding-right: 34px;
  }

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

  .benefit_img {
    max-width: 76%;
  }

  .servicedescription {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header_holder {
    order: -1;
    position: static;
  }

  .header_glass {
    clear: both;
    justify-content: space-between;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sections {
    background-color: #000;
    border-radius: 16px;
  }

  .sections.footer {
    align-items: center;
  }

  .main_button.w_icon.header_cta {
    display: none;
  }

  .main_button.w_icon.banner {
    display: flex;
  }

  .header_nav.logo_holder {
    display: none;
  }

  .servicecta {
    justify-content: center;
    align-items: center;
  }

  .module_card {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    min-height: 400px;
    max-height: 400px;
  }

  .module_content, .tabs {
    flex-flow: column;
  }

  .module_tab_nav {
    justify-content: center;
    padding-left: 14px;
    padding-right: 14px;
  }

  .tabs_modules {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    display: flex;
  }

  .container {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .benefits {
    width: 85%;
    height: 512px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cards_modules_section {
    flex-flow: column;
  }

  .casestudy_title {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .case_study {
    width: 100%;
  }

  .slide_content {
    justify-content: center;
    align-items: center;
    padding-left: 104px;
    padding-right: 104px;
  }

  .success_sub {
    text-align: center;
  }

  .form_section {
    flex-flow: column;
  }

  .form_address {
    width: 100%;
  }

  .address_info {
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .footer_logo {
    justify-content: center;
    align-items: center;
  }

  .nav_footer {
    flex-flow: column;
  }

  .slogan {
    text-align: center;
  }

  .module_large {
    display: none;
  }

  .section_styles {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #000;
    border-radius: 20px;
  }

  .html-embed {
    display: none;
  }

  .header_contaiiner {
    color: #fff;
    width: 100%;
  }

  .mobile_header_logo {
    color: #fff;
    display: flex;
  }

  .html-embed-2 {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .banner_section {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product_banner {
    grid-column-gap: 10px;
    border-radius: 20px;
    flex-flow: column;
    padding: 37px 20px;
  }

  .text_banner {
    grid-row-gap: 10px;
    max-width: none;
    height: auto;
    margin-bottom: 20px;
  }

  .product_banner_title {
    margin-bottom: 30px;
  }

  .banner_image_holder {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .beneficios_section {
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .benefits_titles {
    grid-row-gap: 40px;
    flex-flow: column;
  }

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

  .benefit_img {
    max-height: 100%;
  }

  .servicedescription {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header_holder {
    order: -1;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .header_glass {
    clear: both;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sections {
    background-color: #000;
    border-radius: 20px;
    flex-flow: column;
  }

  .sections.footer {
    justify-content: space-around;
    align-items: center;
  }

  .main_button.w_icon.header_cta {
    display: none;
  }

  .main_button.w_icon.banner {
    display: flex;
  }

  .header_nav.logo_holder {
    display: none;
  }

  .servicecta {
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
  }

  .module_card {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    min-height: 300px;
    max-height: 300px;
  }

  .module_content, .tabs {
    flex-flow: column;
  }

  .module_tab_nav {
    justify-content: center;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
  }

  .tabs_modules {
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .benefits {
    border-radius: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .benefits._01 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: 100%;
  }

  .cards_modules_section {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .casestudy_title {
    width: 100%;
    margin-bottom: 20px;
  }

  .case_study {
    width: 100%;
  }

  .slide_content {
    justify-content: center;
    align-items: flex-start;
    padding: 60px 81px;
  }

  .slide_data {
    padding-top: 0;
    padding-bottom: 0;
  }

  .success_headline {
    text-align: center;
    width: 100%;
    font-size: 54px;
  }

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

  .form_section {
    flex-flow: column;
    margin-bottom: 0;
  }

  .form_address {
    width: 100%;
  }

  .expand_container.case_studies {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .address_info {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer_section {
    width: 100%;
  }

  .footer_logo {
    justify-content: center;
    align-items: center;
  }

  .nav_footer {
    flex-flow: column;
    width: 100%;
  }

  .slogan {
    text-align: center;
  }

  .module_large {
    display: none;
  }

  .section_styles {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #000;
    border-radius: 16px;
  }

  .html-embed {
    display: none;
  }

  .header_contaiiner {
    width: 100%;
  }

  .mobile_header_logo {
    color: #fff;
    display: flex;
  }

  .html-embed-2 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .banner_section {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product_banner {
    grid-column-gap: 10px;
    border-radius: 20px;
    flex-flow: column;
    padding: 37px 20px;
  }

  .text_banner {
    grid-row-gap: 10px;
    max-width: none;
    height: auto;
    margin-bottom: 20px;
  }

  .product_banner_title {
    margin-bottom: 30px;
    font-size: 25px;
  }

  .product_banner_text {
    font-size: 12px;
    display: none;
  }

  .banner_image_holder {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .beneficios_section {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .benefits_titles {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .service_title_text {
    font-size: 30px;
  }

  .service_content_text {
    font-size: 14px;
  }

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

  .benefit_card_title {
    width: 80%;
    font-size: 23px;
  }

  .benefit_img {
    max-width: 83%;
    max-height: 83%;
  }

  .benefit_description, .servicedescription {
    display: none;
  }

  .header_holder {
    order: -1;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .header_glass {
    clear: both;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 10px 20px;
  }

  .sections {
    background-color: #000;
    border-radius: 20px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .main_button.w_icon.header_cta {
    display: none;
  }

  .main_button.w_icon.banner {
    display: flex;
  }

  .header_nav.logo_holder {
    display: none;
  }

  .header_nav.footer {
    margin-bottom: 30px;
    padding-left: 0;
  }

  .servicecta {
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .module_card {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    min-height: 300px;
    max-height: 300px;
    margin-right: 0;
  }

  .module_content, .tabs {
    flex-flow: column;
  }

  .module_tab_nav {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
  }

  .tabs_modules {
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .benefits {
    border-radius: 40px;
    justify-content: space-around;
    height: 300px;
    padding: 20px 0;
  }

  .cards_modules_section {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .casestudy_title {
    width: 100%;
    margin-bottom: 20px;
  }

  .case_study {
    width: 100%;
  }

  .left-arrow, .right-arrow {
    font-size: 11px;
  }

  .slide_content {
    justify-content: center;
    align-items: center;
    padding: 60px 34px;
  }

  .slide_data {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide_text {
    text-align: center;
    width: 100%;
    max-width: 100%;
    font-size: 13px;
  }

  .success_headline {
    text-align: center;
    font-size: 54px;
  }

  .success_sub {
    text-align: center;
    width: 100%;
    font-size: 18px;
  }

  .form_section {
    flex-flow: column;
  }

  .form_address {
    width: 100%;
  }

  .expand_container.case_studies {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .header_contact {
    text-align: center;
    line-height: 120%;
  }

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

  .nav_footer {
    flex-flow: column;
  }

  .module_large {
    display: none;
  }

  .section_styles {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #000;
    border-radius: 16px;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  }

  .html-embed {
    display: none;
  }

  .header_contaiiner {
    width: 100%;
    height: 100%;
  }

  .mobile_header_logo {
    color: #fff;
    display: flex;
  }

  .html-embed-2 {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ab74e117-7760-165f-28cf-3b59798f4961-e09e6a91, #w-node-f26aceb0-93f8-004f-8905-0866a11ac1c3-e09e6a91, #w-node-_3339d092-956e-87d0-2938-ce53153ff070-e09e6a91 {
    justify-self: center;
  }
}


