:root {
  --blue-text-50: #1f153480;
  --primary: #015a68;
  --orange: #1c9294;
  --white: white;
  --primary-light: whitesmoke;
  --light-blue: #fafcfc;
  --cornflower-blue: #015a68;
  --dark-blue: #1f1534;
  --dark-gray-50: #afafaf80;
  --gray: #e9e9e9;
  --dim-grey: #707070b3;
  --white-50: #ffffff80;
}

.heading-46 {
  color: var(--cornflower-blue);
  font-family: DM Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.7);     /* fondo blanco */
  display: inline-block;       /* ajusta el fondo al tamaño del texto */
  padding: 0.1em 0.2em;        /* añade espacio alrededor para mejor legibilidad */
  border-radius: 10px;  
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);   
}

.main-section.dgdfgdfg {
  background-image: url('../images/ara.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 4rem 2rem; /* opcional */      
}   

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

body {
  color: var(--primary);
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

h1 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--primary);
  margin-top: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--blue-text-50);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--orange);
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  font-size: 18px;
  display: flex;
}

li {
  color: var(--primary);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-items: center;
  padding-left: 22px;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

label {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: block;
}

blockquote {
  text-align: center;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-size: 46px;
  line-height: 1.2;
}

.sec_caracter {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.sec_caracter.light-background {
  background-color: var(--primary-light);
}

.sec_caracter.banner {
  background-color: var(--primary);
  flex-direction: row;
  align-items: center;
  min-height: 450px;
  padding-top: 140px;
  display: flex;
}

.sec_caracter.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.sec_caracter.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 140px;
  display: flex;
}

.sec_caracter.blog-grid-banner {
  background-image: linear-gradient(#001246b3, #001246b3), linear-gradient(#0003, #0003), url('../images/pexels-cedric-fauntleroy1_1pexels-cedric-fauntleroy1.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.sec_caracter.without-bottom-spacing {
  padding-bottom: 0;
}

.sec_caracter.pricing-banner {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.sec_caracter.banner-faq {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 140px;
  display: flex;
}

.sec_caracter.banner-testimonials {
  background-color: var(--primary);
  flex-direction: column;
  align-items: center;
  min-height: 600px;
  padding-top: 140px;
  display: flex;
}

.sec_caracter.about-us-banner {
  height: 650px;
  padding-top: 160px;
  padding-bottom: 0;
}

.sec_caracter.with-bg-light-blue {
  background-color: var(--light-blue);
  padding-bottom: 0;
}

.sec_caracter.number-block {
  background-color: #fff;
  margin-top: -120px;
  padding-top: 0;
  padding-bottom: 0;
}

.sec_caracter.bg-white {
  background-color: var(--white);
}

.sec_caracter.service-banner, .sec_caracter.team-banner {
  height: 550px;
  padding-top: 140px;
  padding-bottom: 0;
}

.sec_caracter.doctors-details {
  background-image: linear-gradient(#001246b3, #001246b3), linear-gradient(#0003, #0003), url('../images/pexels-andrea-piacquadio-3884093-1_1pexels-andrea-piacquadio-3884093 (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  min-height: 450px;
  padding-top: 140px;
}

.sec_caracter.bg-light-blue {
  background-color: var(--light-blue);
}

.sec_caracter.join-us-banner {
  height: 550px;
  padding-top: 140px;
  padding-bottom: 0;
}

.sec_caracter.join-us-details {
  background-image: linear-gradient(#001246b3, #001246b3), linear-gradient(#0003, #0003), url('../images/pexels-andrea-piacquadio-3881181-1-1_1pexels-andrea-piacquadio-3881181 (1) (1).webp');
  background-position: 0 0, 0 0, 50% 25%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  min-height: 450px;
  padding-top: 140px;
}

.sec_caracter.pricing-banner {
  background-color: var(--primary-light);
  height: 650px;
  padding-top: 100px;
  padding-bottom: 0;
}

.sec_caracter.our-process {
  background-image: linear-gradient(#001246b3, #001246b3), linear-gradient(#0003, #0003), url('../images/pexels-andrea-piacquadio-3884093-1_1pexels-andrea-piacquadio-3884093 (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  min-height: 450px;
  padding-top: 140px;
}

.sec_caracter.blog-grid {
  background-image: linear-gradient(#001246b3, #001246b3), linear-gradient(#0003, #0003), url('../images/pexels-andrea-piacquadio-3881161-1_1pexels-andrea-piacquadio-3881161 (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  min-height: 450px;
  padding-top: 140px;
}

.sec_caracter.blog-post {
  padding-top: 160px;
  padding-bottom: 0;
}

.sec_caracter.map-block {
  background-color: var(--light-blue);
  height: 800px;
  padding-top: 0;
  padding-bottom: 0;
}

.sec_caracter.home-banner {
  height: 760px;
  padding-top: 160px;
  padding-bottom: 0;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 1rem;
}

.video-inner {  
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.video-inner iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}


.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.blue-style-guide {
  background-color: var(--blue-text-50);
  width: 75px;
  height: 75px;
}

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

.colors-wrapper {
  margin-right: 60px;
}

.text-blue-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.dark-blue-style-guide {
  background-color: var(--dark-blue);
  width: 75px;
  height: 75px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-blue);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 54px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 48px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--cornflower-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  border-radius: 50px;
  justify-content: center;
  height: 58px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  transition: background-color .3s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary);
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.full-button {
  width: 100%;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 2000000px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  right: auto;
}

.nav-link-man {
  color: var(--blue-text-50);
  padding-left: 20px;
  padding-right: 20px;
  font-family: DM Sans, sans-serif;
}

.nav-link-man:hover {
  opacity: 1;
  color: var(--cornflower-blue);
}

.nav-link-man.w--current {
  color: var(--primary);
}

.nav-link-man.exito {
  color: var(--blue-text-50);
  display: flex;
}

.nav-link-man.wwww, .nav-link-man.ree {
  display: none;
}

.nav-link-man.ddd {
  color: #1f153480;
  min-height: 10vh;
  padding-left: 40px;
  font-size: 18px;
  display: block;
  position: relative;
}

.nav-link-man.ddd:hover {
  color: var(--cornflower-blue);
}

.nav-link-man.ddd.w--current {
  color: var(--blue-text-50);
  display: flex;
}

.nav-link-man.ddd.exito, .nav-dropdown {
  display: flex;
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding-left: 13px;
  padding-right: 13px;
}

.nav-dropdown-icon {
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  border-color: #0000;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  border-color: #0000;
  border-radius: 20px;
  width: 550px;
  margin-left: -225px;
  display: flex;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  color: var(--blue-text-50);
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--orange);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--dark-blue);
}

.body {
  font-size: 20px;
}

.nav-item-title {
  font-family: DM Sans, sans-serif;
  font-size: 18px;
}

.style-guide-banner-section {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 100px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.without-spasing {
  padding-bottom: 0;
}

.licensing-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 10px;
  width: 100%;
  height: 320px;
  transition: transform .6s;
}

.licensing-image:hover {
  transform: scale(1.1);
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--primary);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--light-blue);
  text-align: center;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border-radius: 80px;
  min-width: 280px;
  height: 58px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--orange);
}

.password-input::placeholder {
  color: var(--blue-text-50);
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

.text-center.wwwwww {
  color: var(--primary);
  font-family: DM Sans, sans-serif;
  font-size: 72px;
  font-weight: 700;
}

.text-center.wwwwww.sdfsdf {
  font-size: 32px;
}

.text-center.wwwwww.sdfsdf.k {
  padding-top: 820px;
  font-size: 18px;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 20px;
  flex-direction: row;
  display: flex;
  position: relative;
}

.coming-soon-input {
  border: 1px solid var(--dark-gray-50);
  border-radius: 60px;
  min-width: 300px;
  height: 58px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 18px;
}

.coming-soon-input:focus {
  border: 1px solid var(--orange);
}

.coming-soon-input::placeholder {
  color: var(--blue-text-50);
  font-size: 18px;
}

.coming-soon-paragraph {
  text-align: center;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  color: var(--primary);
  text-align: center;
  margin-top: 60px;
  font-family: DM Sans, sans-serif;
}

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-grid-collection-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.blog-grid-image-link {
  border-radius: 10px;
  min-width: 100%;
  overflow: hidden;
}

.blog-grid-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 10px;
  width: 100%;
  height: 280px;
  transition: transform .8s;
}

.blog-grid-image:hover {
  transform: scale(1.2);
}

.blog-grid-item-date {
  border-left: 1px solid var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
}

.blog-grid-content-wrapper {
  background-color: var(--white);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  min-height: 280px;
  padding: 20px 30px 30px;
  display: flex;
}

.blog-grid-item {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 31%;
  display: inline-block;
  box-shadow: 0 5px 20px #0000000f;
}

.blog-grid-item-title {
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
}

.blog-grid-item-description {
  margin-bottom: 40px;
}

.nav-menu-wrapper {
  background-color: var(--white);
  border-radius: 0;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 10px 20px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--white);
  color: var(--primary);
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--orange);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  text-align: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-rights {
  color: var(--blue-text-50);
  display: inline;
}

.footer-copyright {
  margin-bottom: 10px;
  display: block;
}

.footer-copyright-link {
  color: var(--dark-blue);
  margin-right: 5px;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--orange);
}

.body-with-background {
  background-color: #fff;
}

.section-title-wrapper {
  text-align: center;
  flex-direction: column;
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-subtitle {
  margin-bottom: 10px;
}

.section-subtitle.text-orange {
  color: var(--dark-blue);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
}

.section-subtitle.text-orange.nbnh {
  font-family: DM Sans, sans-serif;
}

.section-subtitle.text-orange.hgfddfshfg {
  color: var(--cornflower-blue);
  font-family: DM Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
}

.section-subtitle.text-orange.titleman {
  color: var(--primary);
  text-align: left;
  font-family: DM Sans, sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.team-social-icon {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.process-item-wrapper {
  align-items: flex-start;
  display: flex;
}

.process-image-wrapper {
  width: 45%;
  height: 360px;
}

.process-content {
  flex-direction: column;
  width: 45%;
  display: flex;
}

.process-content.reverse {
  width: 80%;
  padding-right: 70px;
}

.process-number-wrapper {
  flex: 1;
  padding-left: 70px;
  padding-right: 40px;
}

.process-number-wrapper.reverse {
  flex: none;
  min-width: 20%;
  max-width: none;
  padding-left: 0;
  padding-right: 40px;
}

.process-number {
  color: var(--orange);
  font-size: 80px;
  line-height: 1;
  display: inline-block;
}

.process-paragraph {
  margin-bottom: 40px;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.process-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 360px;
}

.process-content-wrapper {
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.values-wrapper {
  flex-direction: row;
  display: flex;
}

.values-image-wrapper {
  width: 50%;
  height: 100%;
}

.values-content-wrapper {
  width: 50%;
  padding-right: 60px;
}

.values-counter-wrapper {
  border-top: 1px solid var(--orange);
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.values-counter-item {
  background-color: var(--light-blue);
  border-radius: 15px;
  width: 50%;
  margin-right: 30px;
  padding: 20px;
}

.values-counter-item.last-child {
  order: 1;
  margin-right: 0;
}

.career-list-item-wrapper {
  background-color: var(--light-blue);
  border-radius: 10px;
  align-items: center;
  margin-bottom: 15px;
  padding: 20px 35px;
  display: flex;
}

.career-position {
  line-height: 24px;
}

.career-location, .career-type {
  font-size: 20px;
  line-height: 24px;
}

.career-button-wrapper {
  text-align: right;
  width: 25%;
}

.career-title-mobile {
  margin-bottom: 10px;
  text-decoration: underline;
  display: none;
}

.career-position-wrapper {
  width: 30%;
}

.career-location-wrapper {
  width: 25%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.career-type-wrapper {
  width: 20%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.paragraph-large {
  color: var(--primary);
  font-size: 22px;
  line-height: 1.5em;
}

.paragraph-large.text-grey {
  color: var(--blue-text-50);
}

.values-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 640px;
}

.career-customers-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  min-height: 100px;
}

.career-customer-image {
  opacity: .5;
  transition: all .3s;
}

.career-customer-image:hover {
  opacity: 1;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.banner-title-wrapper.mt-60 {
  margin-top: 60px;
}

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

.section-title-description {
  text-align: center;
  margin-top: 20px;
}

.services-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.services-item {
  background-color: var(--light-blue);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 30px 30px;
  display: flex;
}

.services-item.primary-light, .services-item.primary-light-last {
  background-color: var(--primary-light);
}

.services-item-description {
  margin-bottom: 20px;
}

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-plan-item {
  background-color: var(--primary-light);
  border-radius: 10px;
  padding: 40px 30px 30px;
}

.pricing-plan-list {
  margin-top: 20px;
  margin-bottom: 0;
}

.pricing-plan-item-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.pricing-plan-price {
  font-size: 56px;
}

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.section-title {
  color: var(--cornflower-blue);
  font-family: DM Sans, sans-serif;
  font-size: 44px;
  font-weight: 700;
}

.comparing-table-wrapper {
  width: 100%;
  display: flex;
}

.comparing-table-features-wrapper {
  width: 28%;
  margin-right: 20px;
  display: none;
}

.comparing-table-plans-wrapper {
  width: 100%;
  display: flex;
}

.comparing-table-features-title {
  background-color: var(--orange);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-list-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-table-list {
  grid-row-gap: 10px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 0;
}

.comparing-table-list-item {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px solid #d7e5ee;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 20px;
  line-height: 1.5em;
  list-style-type: none;
  display: flex;
}

.comparing-list-icon {
  color: var(--primary);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 8px;
}

.comparing-table-plan-title {
  background-color: var(--primary);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-plan {
  width: 33.33%;
  margin-right: 30px;
  transition: all .3s;
}

.comparing-table-plan:hover {
  box-shadow: 0 0 30px #1b354626;
}

.comparing-table-plan.last-child {
  width: 35%;
  margin-right: 0;
}

.comparing-table-content-wrapper {
  border: 1px solid #d7e5ee;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-table-content-item {
  text-align: center;
  border-bottom: 1px solid #d7e5ee;
  min-height: 56px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.comparing-table-tick-icon {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
}

.comparing-table-button-wrapper {
  padding-top: 50px;
  padding-bottom: 35px;
}

.comparing-table-content-item-title {
  margin-bottom: 0;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-wrapper {
  display: flex;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.workflow-profile-name {
  margin-bottom: 0;
  font-size: 18px;
}

.workflow-video {
  background-image: url('../images/beauty-face-3_1beauty-face-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
}

.workflow-quote {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.light-background {
  background-color: var(--light-blue);
}

.link-with-icon {
  text-transform: capitalize;
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: .7;
}

.job-position-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.job-position-content-wrapper {
  width: 67%;
  padding-right: 70px;
}

.job-position-sidebar-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  width: 33%;
  padding: 20px 30px 30px;
  position: sticky;
  top: 40px;
  box-shadow: 0 0 20px #0000000f;
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

.job-position-sidebar-wrap.last-child {
  margin-bottom: 20px;
}

.job-position-icon {
  color: var(--primary);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.contacts-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  background-color: var(--primary-light);
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.contacts-divider {
  background-color: var(--dark-gray-50);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-detail {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-no-margin {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-right-arrow {
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.contacts-slider-arrow-icon {
  color: var(--orange);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  background-color: var(--dark-gray-50);
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-textarea {
  border: 1px solid var(--white);
  border-radius: 10px;
  min-height: 130px;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
}

.contacts-textarea::placeholder {
  color: var(--primary);
  font-size: 16px;
}

.contacts-input {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 10px;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--orange);
}

.contacts-input::placeholder {
  color: var(--primary);
  font-size: 16px;
}

.contacts-form-title {
  margin-bottom: 40px;
}

.contacts-title {
  flex-direction: column;
  display: flex;
}

.footer-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer-social-icon {
  color: var(--cornflower-blue);
  margin-right: 30px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 26px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: var(--orange);
}

.search-wrap-input {
  color: var(--primary);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--orange);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  font-size: 18px;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border-radius: 80px;
  height: 58px;
  margin-top: 20px;
  padding: 16px 22px;
  font-size: 16px;
}

.search-input:focus {
  border: 1px solid var(--orange);
}

.search-input::placeholder {
  color: var(--blue-text-50);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-top: 140px;
}

.testimonials-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.testimonials-card-item {
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  box-shadow: 0 0 50px #0f5cfa14;
}

.testimonials-card-position {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}

.testimonials-card-icon {
  color: var(--orange);
  margin-bottom: 30px;
  font-family: "Fa solid 900", sans-serif;
}

.testimonials-card-date {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
}

.block-quote-wrapper {
  text-align: center;
}

.block-quote-position {
  color: #0e0e0e99;
  font-size: 14px;
  font-weight: 700;
}

.testominials-cards-banner {
  z-index: 10;
  margin-top: -200px;
  padding-bottom: 80px;
  position: relative;
}

.list-item-circle {
  background-color: var(--orange);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-top: 4px;
  display: block;
  position: absolute;
  inset: 7px auto auto 0;
}

.orange-style-guide {
  background-color: var(--orange);
  width: 75px;
  height: 75px;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 40px;
  display: flex;
}

.service-list-item {
  position: relative;
}

.our-service-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.our-service-list-item-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 10px;
  width: 100%;
  height: 250px;
  transition: transform .8s;
}

.our-service-list-item-image:hover {
  transform: scale(1.2);
}

.our-service-list-item-content {
  margin-top: 20px;
  margin-bottom: 10px;
}

.service-list-title-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.our-service-list-item-description {
  margin-top: 10px;
  margin-bottom: 30px;
}

.service-list-process-icon {
  color: var(--primary);
  border-radius: 10%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  font-family: "Fa 400", sans-serif;
  font-size: 28px;
  line-height: 28px;
  transition: transform .6s;
  display: flex;
  transform: translate(0);
}

.service-list-process-icon:hover {
  transform: translate(0, -20px);
}

.service-list-process-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding: 20px;
  display: flex;
}

.service-list-process-wrapper {
  display: flex;
}

.service-list-section-wrapper {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.service-list-section-wrap {
  border-radius: 10px;
  width: 50%;
  height: 340px;
}

.service-list-section-wrap.first-child {
  padding-left: 0;
}

.service-list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.service-list-bottom-section {
  flex-wrap: wrap;
  display: flex;
}

.service-list-bottom-left-block {
  background-image: linear-gradient(#001246b3, #001246b3), linear-gradient(#0003, #0003), url('../images/pexels-anna-shvets-3845811-1.jpg');
  background-position: 0 0, 0 0, 50% 70%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 50%;
  height: 550px;
}

.service-list-bottom-center-block {
  background-image: linear-gradient(#001246b3, #001246b3), linear-gradient(#0003, #0003), url('../images/pexels-anna-shvets-3845746-1.jpg');
  background-position: 0 0, 0 0, 50% 70%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 50%;
  height: 550px;
}

.primary-button-white {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 16px 30px 14px;
  font-size: 20px;
  transition: background-color .3s;
  display: flex;
}

.primary-button-white:hover {
  border-color: var(--white);
  background-color: var(--primary);
  color: var(--white);
}

.primary-button-white.none-display {
  border-color: var(--gray);
  background-color: var(--primary);
  color: var(--white);
}

.primary-button-white.none-display.primary-button {
  background-color: var(--cornflower-blue);
  margin-left: 10px;
}

.primary-button-white.none-display.primary-button.ssss._56 {
  min-width: 20vw;
  max-width: 20vw;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.primary-button-white.none {
  display: none;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.progressbar-gray-line {
  background-color: var(--dark-gray-50);
  width: 100%;
  height: 4px;
}

.progress-bar-90 {
  background-color: var(--orange);
  width: 90%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.progressbar-con {
  width: 100%;
}

.progress-bar-80 {
  background-color: var(--orange);
  width: 82%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.progressbar-wrap {
  margin-top: 20px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.progressbar-active {
  background-color: var(--orange);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: auto 0% -4px auto;
}

.progressbar-number {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  bottom: 20px;
}

.progressbar-item {
  margin-bottom: 30px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.template-empty-state {
  background-color: #0000;
  padding: 30px;
}

.banner-buttons-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.progress-bar-91 {
  background-color: var(--orange);
  width: 91%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.nav-dropdown-column {
  width: 180px;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  color: var(--white);
  transform: scale(1);
}

.right-arrow-slider, .left-arrow-slider {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.home-banner-slider {
  background-color: #0000;
  height: 700px;
  position: relative;
}

.secondary-button {
  border: 1px solid var(--primary);
  color: var(--primary);
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  height: 58px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  transition: background-color .3s;
  display: flex;
}

.secondary-button:hover {
  border-color: var(--white);
  background-color: var(--primary);
  color: var(--white);
}

.secondary-button.mt-50 {
  margin-top: 50px;
}

.home-slide-1 {
  background-image: linear-gradient(#0003, #0003), linear-gradient(#001246b3, #001246b3);
}

.home-buttons-wrapper {
  grid-column-gap: 30px;
  margin-top: 2vh;
  display: flex;
}

.home-slide-2 {
  background-image: linear-gradient(#0003, #0003), linear-gradient(#001246b3, #001246b3), url('../images/beauty-face-2_1beauty-face-2.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, auto;
}

.home-slide-3 {
  background-image: linear-gradient(#0003, #0003), linear-gradient(#001246b3, #001246b3), url('../images/beauty-face-1_1beauty-face-1.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.navbar-fixed {
  background-color: #0000;
  width: 100%;
  height: 110px;
  padding-top: 0;
  padding-bottom: 20px;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.map {
  height: 800px;
}

.map-image {
  z-index: 8;
  object-fit: cover;
  width: 100%;
  height: 800px;
  position: absolute;
  inset: 0%;
}

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

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-section {
  flex-direction: column;
  position: relative;
}

.banner-section.home-1-banner {
  height: auto;
  padding-top: 130px;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.career-collection-list-wrapper {
  width: 100%;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.banner-text-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 1100px;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.service-image-cont {
  margin-bottom: 20px;
}

.service-card-paragraph {
  color: var(--dark-blue);
  font-family: DM Sans, sans-serif;
  line-height: 1.6em;
}

.our-services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  width: 100%;
}

.service-card {
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 30px;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-card:hover, .service-card.first-card {
  background-color: var(--white);
}

.servise-icon {
  filter: hue-rotate(337deg);
  width: 70px;
  height: 70px;
}

.mb-10 {
  margin-bottom: 10px;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.category-link-text {
  margin-right: 10px;
  transition: color .3s;
}

.category-link-text:hover {
  color: var(--orange);
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.banner-icons-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.banner-icons-block.display-block {
  align-items: flex-start;
  margin-top: 50px;
  display: block;
}

.list-bullet {
  background-color: var(--orange);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 10px auto auto 0%;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.home-testimonials-card {
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  padding: 20px 30px 30px;
  display: flex;
  position: relative;
}

.home-testimonials-author {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.home-testimonials-image {
  object-fit: cover;
  border-radius: 10px;
  width: 50px;
  height: 50px;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--orange);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  width: 100%;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.home-banner-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.banner-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.home-banner-img {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.home-banner-content {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  padding: 40px 30px;
  display: flex;
}

.responsive-center {
  color: var(--cornflower-blue);
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.responsive-center.csgfsfg {
  padding-top: 15px;
  padding-left: 36px;
}

.responsive-center.csgfsfg.sdfs {
  margin-bottom: 13px;
  padding-top: 13px;
}

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

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.position {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.home-banner-brands {
  filter: invert(50%);
}

.home-banner-brands:hover {
  filter: invert(0%);
}

.banner-brands-wrapper {
  grid-column-gap: 40px;
  margin-top: 20px;
  display: flex;
}

.home-btn-wrap {
  margin-top: 40px;
  display: flex;
}

.home-service-img {
  object-fit: cover;
  border-radius: 10px;
  width: 50%;
  height: 650px;
}

.home-services-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-numbers {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary-light);
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.home-number-item {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column wrap;
  align-items: flex-start;
  width: 31.3%;
  padding: 20px;
  display: flex;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  padding-left: 20px;
}

.rich-text-style li {
  color: var(--blue-text-50);
  background-image: url('../images/list-bullet.svg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: auto;
}

.rich-text-style blockquote {
  background-image: url('../images/Quote-icon.svg');
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.team-item {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.team-member-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  object-position: 50% 10%;
  transform-style: preserve-3d;
  border-radius: 10px;
  width: 100%;
  height: 270px;
  transition: transform .6s;
}

.team-member-image:hover {
  transform: scale(1.2);
}

.subscribe-block {
  background-color: var(--primary);
  background-image: url('../images/Line-Bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 15px;
  display: flex;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-wrap {
  width: 95%;
  margin-top: 10px;
  line-height: 1.5em;
}

.brand-tablet {
  display: none;
}

.brand {
  margin-left: 40px;
}

.home-service-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.point-white {
  margin-left: 10px;
  padding-top: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.point-blue {
  margin-left: 10px;
  padding-top: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 10px;
}

.paragraph-home-banner {
  width: 85%;
}

.paragraph-home-banner.text-center {
  text-align: left;
}

.big-text-block {
  color: var(--cornflower-blue);
  font-size: 36px;
  line-height: 1.2em;
}

.number-item-block {
  grid-column-gap: 20px;
  align-items: flex-end;
  display: flex;
}

.home-services-wrapper {
  grid-column-gap: 70px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.service-item-block {
  background-color: var(--white);
  border-radius: 10px;
  padding: 10px 20px;
}

.subscribe-paragraph {
  color: var(--white);
  text-align: center;
  width: 70%;
  margin-top: 20px;
}

.subscribe {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.subscribe.without-bottom-spacing {
  padding-bottom: 0;
}

.subscribe.without-bottom-spacing.bb {
  background-color: #1d606b;
  padding-top: 0;
  display: flex;
}

.title-block {
  margin-bottom: 10px;
  margin-right: auto;
}

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

.big-title-block {
  font-size: 60px;
  line-height: 1.2em;
}

.block-big-text {
  border-bottom: 1px solid #eaecf0;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-big-text.center-text {
  text-align: center;
}

.home-button-wrapper {
  grid-column-gap: 30px;
  margin-top: 40px;
  display: flex;
}

.home-button-wrapper.center-btn {
  justify-content: center;
  padding-bottom: 25px;
}

.visit-wrapper {
  width: 100%;
}

.team-content-title {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.title-block-clients {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clients-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.right-arrow-clients {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  margin-top: 0;
  margin-bottom: 0;
  transition: background-color .3s;
  display: flex;
  top: -35%;
}

.right-arrow-clients:hover {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

.left-arrow-clients {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  margin: 0;
  transition: background-color .3s;
  display: flex;
  top: -35%;
  left: auto;
  right: 8%;
}

.left-arrow-clients:hover {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

.arrow-slide {
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.text-orange {
  color: var(--orange);
}

.slider-testimonials {
  background-color: #0000;
  justify-content: space-between;
  height: 340px;
  display: flex;
}

.slide-testimonial {
  background-color: var(--white);
  border-radius: 10px;
  width: 48.5%;
  height: auto;
  margin-right: 30px;
}

.mask-testimonials {
  width: 100%;
  overflow: visible;
}

.footer-left-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.success-message {
  background-color: #0000;
  padding-top: 49px;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
}

.text-light {
  color: var(--primary-light);
}

.form-footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.footer-top-wrapper {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.footer-copyrights-link {
  color: var(--blue-text-50);
  text-align: left;
  margin-bottom: 10px;
}

.footer-form {
  width: 100%;
  height: 380px;
  margin-bottom: 0;
}

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

.footer-social-icons-block {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-form-wrapper {
  width: 100%;
  display: flex;
}

.footer-contacts-input {
  border: 1px solid var(--dim-grey);
  background-color: #0000;
  border-radius: 10px;
  height: 52px;
  margin-bottom: 0;
  padding: 12px 14px;
  font-size: 18px;
  transition: all .2s;
}

.footer-contacts-input:focus {
  border: 1px solid var(--orange);
}

.footer-contacts-input::placeholder {
  font-size: 18px;
  font-weight: 500;
}

.brand-2.w--current {
  margin-bottom: 15px;
}

.footer-links-block {
  grid-column-gap: 40px;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.footer-left-top {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-rights-wrap {
  width: 100%;
  margin-bottom: 50px;
}

.footer-textarea {
  border: 1px solid var(--dim-grey);
  color: var(--dark-blue);
  background-color: #0000;
  border-radius: 10px;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 16px 18px;
  font-size: 18px;
}

.footer-textarea:focus {
  border: 1px solid var(--orange);
  color: var(--dark-blue);
  font-size: 18px;
}

.footer-textarea::placeholder {
  font-size: 18px;
  font-weight: 500;
}

.footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-footer {
  color: var(--cornflower-blue);
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1em;
}

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

.dark-blue.w--current {
  color: var(--dark-blue);
}

.footer-battom {
  flex-direction: row;
  width: 100%;
  display: inline-block;
}

.text-block-success {
  color: var(--primary);
}

.text-block-error {
  color: var(--orange);
  text-align: left;
}

.button-nav-wrapper {
  padding-right: 5px;
}

.bg-top-white {
  z-index: -1;
  background-color: var(--light-blue);
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0%;
}

.doctor-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.doctor-collection-item {
  flex-direction: column;
  align-items: flex-start;
}

.image-link-block {
  border-radius: 10px;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  overflow: hidden;
}

.team-members-wrapper {
  width: 100%;
}

.link-position-text {
  transition: color .3s;
}

.link-position-text:hover {
  color: var(--orange);
}

.banner-paragraph {
  width: 80%;
}

.banner-paragraph.text-white {
  width: 100%;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.home-numbers-wrapper {
  z-index: 1;
  background-color: var(--white);
  border-radius: 20px;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.home-number-wrap {
  border-right: 2px solid #eaecf0;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 30px;
  display: flex;
}

.home-number-wrap.without-border {
  border-right-style: none;
}

.banner-image-about {
  width: 50%;
  height: 650px;
  position: absolute;
  top: 0%;
  left: 0%;
}

.image-banner {
  object-fit: cover;
  width: 100%;
  height: 550px;
}

.image-banner.position {
  object-position: 100% 50%;
}

.banner-about-wrapper {
  width: 100%;
  height: 100%;
}

.banner-title-wrap {
  flex-direction: column;
  display: flex;
}

.banner-content-wrap {
  grid-row-gap: 140px;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  margin-left: auto;
  padding-top: 60px;
  padding-left: 40px;
  display: flex;
}

.logo-clients-block {
  grid-column-gap: 30px;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.logo-clients {
  height: 32px;
}

.none {
  display: none;
}

.right-arrow-banner {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 2px;
  padding-left: 2px;
  transition: background-color .3s;
  display: flex;
  right: 2%;
}

.right-arrow-banner:hover {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

.left-arrow-banner {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2px;
  padding-right: 2px;
  transition: background-color .3s;
  display: flex;
  left: 2%;
}

.left-arrow-banner:hover {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

.title-services-wrap {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.services-image-wrap {
  border-radius: 10px;
  margin-top: 50px;
  overflow: hidden;
}

.services-image {
  max-height: 700px;
  transition: transform .8s;
  transform: scale(1);
}

.services-image:hover {
  transform: scale(1.1);
}

.team-home-wrapper {
  width: 100%;
  padding-left: 2%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-title-wrapper {
  width: 42%;
  padding-right: 40px;
}

.members-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.slider-team {
  grid-column-gap: 30px;
  background-color: #0000;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.slide-team-members {
  width: 270px;
  margin-right: 30px;
}

.team-members-title {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.right-arrow-slide-team {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  transition: background-color .3s;
  display: flex;
  top: 80%;
  left: -205%;
}

.right-arrow-slide-team:hover {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

.left-arrow-slide-team {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  transition: background-color .3s;
  display: flex;
  top: 80%;
  left: -72%;
}

.left-arrow-slide-team:hover {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

.team-collection-list-wrapper {
  grid-column-gap: 30px;
  width: 270px;
}

.team-slider-wrapper {
  width: 58%;
}

.image-member-link-block {
  border-radius: 10px;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  overflow: hidden;
}

.services-title-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 52%;
  display: flex;
}

.services-block-wrapper {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.services-image-block {
  background-image: url('../images/Ellipse.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 350px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 48%;
  height: 450px;
  display: flex;
  position: relative;
}

.image-service {
  object-fit: cover;
  border-radius: 10px;
  width: 300px;
  height: 300px;
  position: relative;
}

.image-service-second {
  object-fit: cover;
  border-radius: 10px;
  width: 250px;
  height: 250px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.paragraph-service.fgdfg {
  margin-left: 44px;
  padding-right: 59px;
}

.paragraph-service.sdf {
  padding-left: 49px;
  padding-right: 44px;
}

.our-servise-icon {
  width: 50px;
  height: 50px;
}

.banner-service-wrapper {
  width: 100%;
  height: 100%;
}

.banner-image-service {
  width: 50%;
  height: 550px;
  position: absolute;
  top: 0%;
  left: 0%;
}

.service-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 340px;
}

.our-service-image-block {
  border-radius: 10px;
  margin-bottom: 40px;
  overflow: hidden;
}

.home-our-services-wrapper {
  grid-column-gap: 70px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.workflow-title-wrapper-2 {
  margin-bottom: 10px;
  padding-left: 40px;
}

.workflow-content-wrapper-2 {
  padding-left: 40px;
}

.workflow-grid-block {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.workflow-profile-wrapper-2 {
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.banner-team-wrapper {
  width: 100%;
  height: 100%;
}

.banner-image-team {
  width: 50%;
  height: 550px;
  position: absolute;
  top: 0%;
  left: 0%;
}

.image-banner-team {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 550px;
}

.team-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-link-block {
  border-radius: 10px;
  width: 100%;
  height: 350px;
  margin-bottom: 10px;
  overflow: hidden;
}

.team-avatar {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  object-position: 50% 10%;
  transform-style: preserve-3d;
  border-radius: 10px;
  width: 100%;
  height: 350px;
  transition: transform .6s;
}

.team-avatar:hover {
  transform: scale(1.2);
}

.team-member-collection-item {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 30px;
}

.team-link-description {
  padding-left: 30px;
}

.banner-title-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 900px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.doctor-details-wrapper {
  grid-column-gap: 60px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.doctor-details-right-wrap {
  width: 70%;
}

.doctor-details-left-wrap {
  border-radius: 10px;
  width: 40%;
  position: sticky;
  top: 40px;
}

.doctor-s-skills-heading {
  display: block;
}

.member-link-description {
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 0 0 10px 10px;
  flex-direction: column;
  margin-top: -10px;
  padding: 20px 30px 30px;
  display: flex;
}

.link-2 {
  text-transform: capitalize;
}

.member-image-block {
  border-radius: 10px;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.member-avatar {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  object-position: 50% 10%;
  transform-style: preserve-3d;
  border-radius: 10px;
  width: 100%;
  height: 400px;
  transition: transform .6s;
}

.member-avatar:hover {
  transform: scale(1.2);
}

.rich-text-details {
  margin-bottom: 20px;
}

.rich-text-details li {
  color: var(--blue-text-50);
  background-image: url('../images/Work.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 20px;
}

.rich-text-details h4, .rich-text-details h2, .rich-text-details h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.availability {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.personal-info {
  color: var(--blue-text-50);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.member-social-icon {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  display: flex;
}

.member-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  margin-top: 30px;
  display: flex;
}

.description-details {
  align-items: center;
  display: flex;
}

.member-block-details {
  background-color: var(--white);
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px 30px 30px;
}

.availability-icon {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.image-banner-about {
  opacity: .86;
  mix-blend-mode: multiply;
  object-fit: cover;
  background-color: #0003;
  width: 100%;
  height: 650px;
}

.book-button-wrapper {
  margin-top: 30px;
  display: flex;
}

.quote-testimonials {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 0;
  padding-top: 10px;
}

.testimonials-author-quote {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonials-image-quote {
  object-fit: cover;
  border-radius: 10px;
  width: 80px;
  height: 80px;
}

.image-banner-join-us {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 550px;
}

.banner-image-join-us {
  width: 50%;
  height: 550px;
  position: absolute;
  top: 0%;
  left: 0%;
}

.banner-join-wrapper, .banner-pricing-wrapper {
  width: 100%;
  height: 100%;
}

.banner-image-pricing {
  width: 50%;
  height: 650px;
  position: absolute;
  top: 0%;
  left: 0%;
}

.pricing-image-banner {
  object-fit: cover;
  width: 100%;
  height: 650px;
}

.pricing-banner-wrap {
  grid-row-gap: 140px;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  margin-left: auto;
  padding-left: 40px;
  display: flex;
}

.features-icon {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.title-wrapper {
  text-align: center;
  flex-direction: column;
  max-width: 740px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.values-title-block {
  flex-direction: column;
  display: flex;
}

.values-title {
  margin-bottom: 20px;
}

.blog-grid-heading {
  transition: color .3s;
}

.blog-grid-heading:hover {
  color: var(--orange);
}

.blog-grid-top-description {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.blog-collection-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  justify-content: center;
  display: flex;
}

.blog-item-date {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-map-wrap {
  width: 70%;
  height: 800px;
  position: absolute;
  top: 0%;
  right: 0%;
}

.contact-hours-wrap {
  z-index: 20;
  background-color: var(--primary);
  border-radius: 10px;
  flex-direction: column;
  width: 42%;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.contact-info-wrapper {
  align-items: center;
  width: 100%;
  height: 800px;
  display: flex;
}

.working-hours-title {
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.working-hours-block {
  flex-direction: column;
  display: flex;
}

.working-hours-item {
  border-bottom: 1px solid var(--dark-gray-50);
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.working-hours-item.without-border {
  border-bottom-style: none;
}

.title-hours {
  color: #fffc;
  font-size: 18px;
}

.form-contact-block {
  height: 485px;
}

.success-message-contact {
  color: var(--orange);
  background-color: #0000;
}

.error-message-contact {
  background-color: #0000;
}

.image-banner-home {
  object-fit: cover;
  width: 100%;
  height: 760px;
}

.banner-image-home {
  width: 50%;
  height: 760px;
  padding-left: 60px;
  position: absolute;
  top: 0%;
  right: 0%;
}

.banner-home-wrapper {
  width: 100%;
  height: 100%;
}

.banner-home-content-wrap {
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  height: 100%;
  margin-bottom: auto;
  padding-top: 20px;
  display: flex;
}

.home-3-numbers {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary-light);
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.logo {
  height: 42px;
}

.success-message-block {
  background-color: #0000;
}

.error-message-block {
  background-color: #0000;
  padding-left: 0;
  position: absolute;
  top: 100%;
}

.error-message-password {
  background-color: #0000;
}

.image-member-block {
  border-radius: 10px;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  overflow: hidden;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.more-templates {
  z-index: 100;
  background-color: var(--white);
  color: #000;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 141px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.more-templates:hover {
  color: #000;
}

.buy-this-template {
  z-index: 1000;
  background-color: var(--white);
  color: #000;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.buy-this-template:hover {
  color: #000;
}

.image {
  padding-left: 10px;
  padding-right: 20px;
}

.background-video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-paragraph {
  color: #f9f9f9;
  width: 35%;
  margin-bottom: 25px;
  font-size: 18px;
}

.hero-section {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/charles-forerunner-3fPXt37X6UQ-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 100vh;
}

.hero-section.vectio-hero {
  background-image: linear-gradient(360deg, #222, #2220);
}

.hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 550px;
  display: flex;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.btn {
  background-color: #eb5757;
  border: 1px solid #eb5757;
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.btn:hover {
  background-color: #222;
  border-color: #222;
}

.btn.light {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn.light:hover {
  color: #f9f9f9;
  background-color: #eb5757;
  border-color: #eb5757;
}

.btn.light.outline {
  color: #f9f9f9;
}

.btn.light.outline:hover {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn.light.hero {
  margin-right: 10px;
}

.hero-heading {
  color: #f9f9f9;
  width: 35%;
  font-size: 62px;
  line-height: 1.2;
}

.heading {
  color: var(--dark-blue);
  text-align: justify;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
}

.support-top-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

.support-top-right {
  width: 45%;
}

.support-top-details-text {
  text-transform: uppercase;
}

.support-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.support-square-number {
  color: #f9f9f9;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  inset: 10% auto auto 10%;
}

.support-top-left {
  flex-direction: column;
  display: flex;
}

.support-square-image {
  position: absolute;
  inset: auto -25% -25% auto;
}

.support-square-image.rectangle {
  bottom: -31%;
  right: -14%;
}

.support-square-image.triangle {
  bottom: -17%;
  right: -11%;
}

.support-square {
  background-color: #222;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  margin-bottom: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-column {
  width: 30%;
  min-height: 200px;
}

.support-square-text {
  color: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.support-wrapper {
  justify-content: space-between;
  display: flex;
}

.safe-section {
  background-image: linear-gradient(#2222222b, #222), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 550px;
}

.safe-section.dfgdfg {
  background-image: linear-gradient(#2222222b, #222), url('../images/towfiqu-barbhuiya-nApaSgkzaxg-unsplash.jpg');
}

.safe-section.rrrr {
  display: none;
}

.safe-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-height: 550px;
  display: flex;
}

.safe-paragraph {
  color: #f9f9f9;
  text-align: right;
  width: 35%;
  margin-bottom: 25px;
  font-size: 18px;
}

.safe-heading {
  color: #f9f9f9;
  text-align: right;
  width: 45%;
  font-family: DM Sans, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.content-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.content-section.why-acme-sections {
  padding-bottom: 0;
}

.why-acme-block {
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-acme-small-text {
  text-transform: uppercase;
  font-size: 14px;
}

.why-acme-heading {
  text-align: center;
}

.why-acme-paragraph {
  text-align: center;
  font-family: DM Sans, sans-serif;
}

.container-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.about-columns-wrapper {
  justify-content: space-between;
  display: flex;
}

.about-column {
  width: 22%;
}

.image-3 {
  display: block;
}

.link-block-services {
  width: 100%;
  text-decoration: none;
  display: block;
}

.text-services-page {
  width: 100%;
}

.line-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3px;
  display: flex;
  position: relative;
}

.grid-services {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  margin-bottom: 25px;
  padding-bottom: 0;
}

.services-page {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 300px;
  padding: 10% 12%;
  display: flex;
}

.owner-bios-wrapper {
  justify-content: space-around;
  display: flex;
}

.owner-bio {
  flex-direction: column;
  align-items: center;
  width: 35%;
  display: flex;
}

.owner-avatar-wrapper {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.owner-bio-paragraph {
  text-align: center;
}

.heading-12 {
  color: var(--primary);
  font-family: DM Sans, sans-serif;
}

.hero-paragraph-2 {
  color: #f9f9f9;
  width: 35%;
  margin-bottom: 25px;
  font-size: 18px;
}

.hero-section-2 {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/wu-jianxiong-UniC8xhlzaE-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 550px;
}

.hero-section-2.vectio {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/highway-g864e45ca6_1280.jpg');
}

.hero-heading-2 {
  color: #f9f9f9;
  width: 35%;
  font-size: 62px;
  line-height: 1.2;
}

.image-5.wwww {
  display: inline-block;
}

.heading-32, .heading-33, .heading-34, .heading-35 {
  color: var(--cornflower-blue);
}

.text-single-200 {
  font-size: 18px;
  line-height: 20px;
}

.text-single-200.text-color-neutral-800 {
  color: var(--dark-blue);
  font-family: DM Sans, sans-serif;
}

.text-single-200.medium {
  color: var(--cornflower-blue);
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.text-single-200.bold {
  font-weight: 700;
}

.text-single-200.bold.text-color-neutral-800 {
  color: var(--cornflower-blue);
  font-family: DM Sans, sans-serif;
}

.cloneable-container-default {
  border-radius: 20px;
  min-height: 624px;
  transform: translate(0);
}

.cloneable-container-default.center {
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 144px;
}

.text-single-300 {
  font-size: 20px;
  line-height: 22px;
}

.text-single-300.medium {
  font-weight: 500;
}

.text-single-300.medium.text-color-600 {
  color: #6f6c90;
}

.list-pricing {
  margin-top: 24px;
  margin-bottom: 0;
}

.pricing {
  color: #170f49;
  margin-bottom: 18px;
  font-family: DM Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.pricing.pricing-2, .pricing.pricing-3 {
  display: none;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.start-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-horizontal.start-top.center {
  align-items: center;
}

.icon-pricing---brix {
  color: var(--cornflower-blue);
  margin-right: 18px;
}

.container-785px-center {
  max-width: 785px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary {
  background-color: var(--cornflower-blue);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.ddd {
  color: #a0a3bd;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.pricing-details-1 {
  display: block;
}

.mg-top-18px {
  margin-top: 18px;
}

.mg-bottom-0 {
  color: var(--cornflower-blue);
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
}

.calculator-slider {
  margin-top: 5px;
}

.pricing-card-3 {
  display: none;
}

.section-3 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-3.cloneables-listing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch center;
  max-width: 1920px;
  min-height: 30vh;
  max-height: 30vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  display: grid;
}

.section-3.cloneables-listing.gh {
  background-color: var(--primary-light);
  max-width: 100vw;
  min-height: 10vh;
  max-height: 10vh;
}

.icon-bullet---brix {
  color: var(--cornflower-blue);
  margin-right: 14px;
}

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

.text-center-2.mg-bottom-48px {
  font-family: DM Sans, sans-serif;
}

.container-default {
  max-width: 1240px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.image-6 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pricing-card-2 {
  display: none;
}

.list-item-pricing {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.float-background-purple {
  background-color: #f7f7fc;
  width: 47%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-uppercase.subtitle {
  color: var(--dark-blue);
  border: 1px #000;
  margin-bottom: 3px;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.pricing-card-slider {
  border: 1px solid #eff0f6;
  border-radius: 20px;
  padding: 64px 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 12px #14142b14;
}

.content-pricig-table {
  margin-top: 76px;
}

.content-pricig-table.small {
  margin-top: 30px;
}

.grid-two-columns---brix {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
}

.grid-two-columns---brix.grid-align-center {
  z-index: 1;
  align-items: center;
  position: relative;
}

.heading-36 {
  color: var(--cornflower-blue);
  margin-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 58px;
  font-weight: 700;
}

.paragraph-22, .paragraph-23 {
  font-family: DM Sans, sans-serif;
}

.paragraph-24 {
  color: #44465f;
  letter-spacing: -.3px;
  font-size: 18px;
  line-height: 1.2;
}

.card_col_3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 15px;
  display: flex;
}

.container_p {
  flex: 1;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.text_features {
  letter-spacing: -.3px;
  font-size: 16px;
  line-height: 25px;
}

.button {
  background-color: #5b3acc;
  border-radius: 8px;
  margin-top: 25px;
  padding: 17px 35px;
  font-size: 15px;
  font-weight: 500;
}

.button._55555 {
  background-color: var(--primary);
  flex: 0 auto;
  align-self: center;
}

.h1_features {
  letter-spacing: -.3px;
  font-size: 22px;
  line-height: 27px;
}

.col_40 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding-right: 0;
  display: flex;
}

.card_col_2 {
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 15px;
  display: flex;
  position: relative;
  top: -30px;
}

.icon {
  filter: hue-rotate(312deg);
}

.icon_wrap {
  overflow: hidden;
}

.card_base_new {
  color: #44465f;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 15px;
  width: 100%;
  min-height: 270px;
  margin-bottom: 35px;
  padding: 10px 25px 25px;
  text-decoration: none;
  position: relative;
  box-shadow: 7px 7px 55px #f2f3f6;
}

.col_60 {
  justify-content: space-between;
  width: 70%;
  padding: 10px;
  display: flex;
}

.h1_example {
  color: #000645;
  letter-spacing: -.5px;
  margin-bottom: 25px;
  font-size: 44px;
  line-height: 1;
}

.paragraph-25 {
  color: #44465f;
  text-align: center;
  letter-spacing: -.3px;
  flex: 0 auto;
  order: 0;
  align-self: center;
  font-size: 18px;
  line-height: 1.2;
}

.sec_catalog {
  background-color: #dee9ee;
  background-image: url('../images/5d8195be1374b923ef5350b4_shape_01.svg'), url('../images/dots_1dots.png');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, 23px;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 120px 5%;
  display: flex;
}

.toggle-wrapper---brix {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 30px;
  display: flex;
}

.text-color-neutral-800 {
  color: #170f49;
}

.text-color-neutral-800.mg-bottom-0px {
  margin-bottom: 0;
}

.toggle---brix {
  background-color: var(--cornflower-blue);
  cursor: pointer;
  border-radius: 100px;
  width: 74px;
  min-width: 74px;
  height: 33px;
  min-height: 33px;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
}

.toggle-bullet---brix {
  background-color: #fff;
  border-radius: 100px;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 6px 0% auto;
}

.accordion-wrapper-2 {
  margin-top: 50px;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.section-faq {
  background-color: #f8f8f8;
  padding: 20px 30px 30px;
}

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

.content-wrapper-2 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-2.slim {
  max-width: 940px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item-2 {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon-2.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.heading-37 {
  color: var(--cornflower-blue);
  font-family: DM Sans, sans-serif;
  font-size: 58px;
  font-weight: 700;
}

.accordion-wrapper-3 {
  margin-top: 50px;
}

.accordion-heading-2 {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.section-faq-2 {
  background-color: #f8f8f8;
  padding: 150px 30px;
  display: none;
}

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

.content-wrapper-3 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-3.slim {
  max-width: 940px;
}

.icon-3.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.split-content---brix.testimonial-v3---brix {
  width: 50%;
}

.split-content---brix.testimonial-v3---brix.right---brix {
  min-width: 460px;
  margin-left: 27.5px;
}

.split-content---brix.testimonial-v3---brix.left---brix {
  margin-right: 27.5px;
}

.split-content---brix.testimonials-client-info---brix {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.split-content---brix.avatar-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.title {
  white-space: break-spaces;
}

.title.testimonial-v3---brix {
  margin-bottom: 14px;
}

.title.avatar-name-v1---brix {
  margin-bottom: 0;
}

.title.testimonial-v1---brix {
  color: var(--primary);
  margin-bottom: 13px;
  font-family: DM Sans, sans-serif;
}

.title.avatar-name-v1---brix {
  color: var(--primary);
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
}

.subtitle---brix {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-weight: 500;
}

.card---brix {
  background-color: #fff;
  border: 1px solid #f7f7fb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 14px #080f340a;
}

.card---brix.testimonial-v3---brix {
  margin-bottom: 55px;
  padding: 75px 44px 73px;
}

.card---brix.testimonial-v3---brix.last---brix {
  margin-bottom: 0;
}

.container-default---brix {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.cloneable-container-default-2 {
  background-color: #f7f7fb;
  flex-direction: column;
  justify-content: center;
  min-height: 624px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: none;
  transform: translate(0);
}

.image-wrapper---brix {
  overflow: hidden;
}

.image-wrapper---brix.testimonial-v1---brix {
  border-radius: 50%;
  margin-right: 18px;
  box-shadow: 0 4px 14px #2427291a;
}

.testimonial-wrapper---brix.testimonial-v3---brix {
  justify-content: space-between;
  display: flex;
}

.top-content---brix.testimonial-v3--brix {
  margin-bottom: 33px;
}

.paragraph---brix.testimonial-v3---brix {
  margin-bottom: 24px;
}

.paragraph---brix.testimonial-v1---brix {
  margin-bottom: 28px;
  font-family: DM Sans, sans-serif;
}

.image---brix.company-logo---brix {
  margin-bottom: 18px;
}

.image---brix.avatar---brix.testimonial-v1---brix {
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.card.content-left.link-card {
  color: #6e7191;
  transform-style: preserve-3d;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card.content-left.link-card:hover {
  transform: scale3d(.94, .94, 1.01);
}

.card.testmonial-v12 {
  padding: 64px 72px;
  display: flex;
}

.card.content-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.card.cta-bg-image {
  padding: 94px 62px;
}

.card.over-image {
  z-index: 1;
  max-width: 728px;
  padding: 80px 72px;
  position: absolute;
}

.card.over-image.bg-image {
  position: static;
}

.image-wrapper---br-top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.width-100 {
  width: 100%;
}

.testimonial-logo-badge {
  color: var(--cornflower-blue);
  background-color: #fff;
  border-radius: 8px;
  padding: 18px 28px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  inset: auto auto 32px 32px;
  box-shadow: 0 1px 12px #14142b14;
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.card-bg-top {
  text-align: center;
  margin-top: -46px;
  padding-top: 0;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.paragraph-38 {
  opacity: .9;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.blur-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #00000026;
  border: 1px solid #312638;
  border-radius: 20px;
  padding: 20px;
}

.logo-code {
  color: #fff;
}

.logo-code._80op {
  opacity: .5;
  opacity: .5;
}

.section-4 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
}

.section-4.ovf-none {
  overflow: hidden;
}

.section-4.ovf-none.oculta {
  display: flex;
}

.preview-block {
  border: 1px solid #312638;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 450px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preview-block.bottom-left {
  justify-content: flex-end;
  align-items: flex-start;
}

.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid_2-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

.h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.3;
}

.big-number {
  color: #fff;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
}

.preview-img {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-3 {
  width: 100%;
  max-width: 1100px;
}

.spacer-20 {
  width: 100%;
  height: 20px;
  min-height: 20px;
}

.button-2 {
  color: #fff;
  background-color: #9842ee;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-2:hover {
  box-shadow: none;
  color: #120522;
  background-color: #fff;
}

.button-2.outline {
  color: #9842ee;
  background-color: #0000;
  border: 1px solid #9842ee;
  padding-left: 25px;
  padding-right: 25px;
}

.button-2.outline:hover {
  color: #fff;
  border-color: #fff;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.paragraph-40 {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.paragraph-40.vvv {
  color: #fff;
}

.h2-2 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
}

.preview-img-2 {
  z-index: -1;
  object-fit: cover;
  background-color: #d5b6b6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container._600px.center {
  text-align: center;
  max-width: 1400px;
  font-family: DM Sans, sans-serif;
}

.inner-container._574px {
  max-width: 574px;
}

.inner-container._1104px {
  max-width: 1104px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._700px.center {
  max-width: 1300px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._1068px {
  max-width: 1068px;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.grid-3-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  transform: translate(0);
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.success-message-check---left {
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 22px;
}

.link-wrapper-2 {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper-2:hover, .link-wrapper-2.color-primary {
  color: #4a3aff;
}

.link-wrapper-2.color-primary:hover {
  color: #211f54;
}

.container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.elements---element-title {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
  box-shadow: 0 2px 8px #14142b0f;
}

.elements---element-title.first, .elements---element-title.first.large {
  margin-top: 0;
}

.grid-3-columns-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns-3._1-col-tablet._444._2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3-columns-3.fsdf {
  float: none;
  grid-auto-flow: row;
  align-content: stretch;
  place-items: stretch stretch;
}

.link-wrapper-3 {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper-3:hover, .link-wrapper-3.color-primary {
  color: #4a3aff;
}

.link-wrapper-3.color-primary:hover {
  color: #211f54;
}

.section-5 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-5.hdgdg {
  padding-top: 0;
  padding-bottom: 50px;
  display: block;
}

.container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.mg-bottom-2 {
  margin-bottom: 0;
}

.color {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.color.cc-sunset-forest {
  background-image: linear-gradient(225deg, #e3bf54, #23bcba);
}

.color.cc-pulm-sunset {
  background-image: linear-gradient(225deg, #764ba2, #fb8332);
}

.color.cc-sunset {
  background-image: linear-gradient(225deg, #fb8332, #e3bf54);
}

.color.cc-forest-pulm {
  background-image: linear-gradient(225deg, #23bcba, #764ba2);
}

.color.cc-forest {
  background-image: linear-gradient(225deg, #23bcba, #45e994);
}

.color.cc-pulm {
  background-image: linear-gradient(225deg, #667eea, #764ba2);
}

.button-hero {
  z-index: 9;
  justify-content: center;
  align-items: center;
  width: 44%;
  padding-left: 86px;
  display: flex;
  position: relative;
}

.cc-blue {
  color: #1e90ff;
}

.h1-jumbo {
  font-size: 60px;
  line-height: 72px;
}

.container-4 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.item-wrap {
  margin-bottom: 100px;
}

.play-icon {
  z-index: 7;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-41 {
  color: #939393;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-41.big {
  font-size: 18px;
  line-height: 32px;
}

.button-gradient-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-gradient-2._5 {
  z-index: 5;
}

.button-gradient-2._2 {
  z-index: 2;
}

.button-gradient-2._1 {
  z-index: 1;
}

.button-gradient-2._3 {
  z-index: 3;
}

.button-gradient-2.static {
  opacity: 0;
  position: static;
}

.button-gradient-2._6 {
  z-index: 6;
}

.button-gradient-2._4 {
  z-index: 4;
}

.video-block-light {
  z-index: 1;
  background-image: linear-gradient(270deg, #fff0 60%, #fff), url('../images/Ring.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0 8px 8px 0;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.divider {
  background-color: #f1f1f1;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-block-2 {
  z-index: 99;
  cursor: pointer;
  border-radius: 8px;
  width: 80px;
  height: 80px;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-block-2:hover {
  transform: scale(1.05);
}

.label {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.label.cc-grey {
  color: #939393;
}

.text-block-hero {
  z-index: 2;
  width: 60%;
  margin: 50px 0 60px -25px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.video-hero-1 {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 80vh;
  padding-left: 0;
  display: none;
}

.video-hero-1:hover {
  box-shadow: none;
}

.container-hero {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.square-icon {
  border-radius: 16px;
}

.square-icon.large {
  border-radius: 24px;
}

.square-icon.large.mg-bottom-32px {
  filter: hue-rotate(297deg);
}

.square-icon.mg-bottom-24px.width-56px {
  border-radius: 11px;
  width: 56px;
}

.square-icon.width-48px {
  border-radius: 10px;
  width: 48px;
}

.square-icon.width-48px.mg-right-16px {
  filter: hue-rotate(312deg);
}

.card-top-bg {
  background-color: #f2f1ff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  min-height: 172px;
}

.sec_usa_ara {
  padding-top: 176px;
  padding-bottom: 176px;
}

.sec_usa_ara._655 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.heading-43, .heading-44, .heading-45 {
  color: var(--primary);
  font-family: DM Sans, sans-serif;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---grid-2-columns---gap-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---content-inside-card-v14 {
  padding: 48px;
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---icon-left---content-right {
  align-items: flex-start;
  display: flex;
}

.brix---card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---inner-container-490px {
  max-width: 490px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---card-left-text-wrapper {
  margin-left: 24px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.section-7 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---grid-1-column-gap-row-40px {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-checkbox-wrap {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.ms-checkbox {
  border-width: 1.5px;
  border-color: #12133140;
  border-radius: 33%;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.ms-checkbox:hover {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), linear-gradient(#2962ff, #2962ff);
  border-color: #2962ff;
}

.ms-checkbox.w--redirected-checked {
  background-color: #2962ff;
  background-image: url('../images/smallcheck.svg');
  background-size: 70%;
  border-color: #12133140;
  border-radius: 33%;
}

.ms-link {
  color: #2962ff;
}

.icon-button {
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  padding: 12px;
  transition: background-color 50ms;
  display: flex;
}

.icon-button:hover {
  background-color: #ebebeb;
}

.icon-button:active {
  background-color: #dadada;
}

.icon-button.is-selected {
  filter: invert();
  background-color: #9dd100;
}

.bd-searchbars-container {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 30px #0000000f;
}

.bd-searchbars-container.mobile {
  display: none;
}

.bd-button-secondary {
  color: #4c4c4c;
  text-align: center;
  background-color: #ececec;
  border-radius: 5px;
  flex: 1;
  margin-top: 0;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.bd-button-secondary:hover {
  background-color: #dad9e0;
}

.bd-list-clist {
  border-top: 2px solid #e0e0e0;
}

.bd-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.bd-section.dashboard-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bd-container {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

.is-hidden {
  display: none;
}

.bd-heading.h4 {
  color: #015a68;
  flex: 1;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}

.bd-heading.h4.sort-by {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
}

.bd-heading.h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.bd-heading.h2.nospace {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.bd-heading.h3 {
  font-size: 24px;
  line-height: 1.1;
}

.bd-heading.h3.filter-search-a {
  color: #015a68;
}

.small-icon {
  width: 16px;
  height: 16px;
}

.bd-searchbar-wrapper {
  flex: 1;
  position: relative;
}

.bd-searchbar-wrapper.filter-search-a {
  position: static;
}

.bd-div {
  margin-bottom: 0;
}

.bd-div.colored-spaced {
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 20px 1px;
  box-shadow: 1px 1px 30px #0000000f;
}

.bd-div.colored-spaced.cta-section.mobile {
  display: none;
}

.bd-div.bd-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bd-div.bd-grid.dahsboard-listings {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr;
}

.bd-div.bd-grid.main-dahsboard {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.bd-div.filter-container {
  grid-column-gap: 16px;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 40px;
}

.bd-div.filters-button {
  display: none;
}

.bd-div.dashboard-listings-header {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.bd-div.h-stack {
  display: flex;
}

.bd-div.h-stack.accordian-head {
  padding-right: 8px;
}

.bd-div.h-stack.categories {
  cursor: pointer;
  position: relative;
}

.bd-div.h-stack.spacebottom {
  margin-bottom: 12px;
}

.bd-div.listing-textcontainer {
  flex-direction: column;
  flex: 1;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.bd-div.image-overlay {
  background-image: linear-gradient(183deg, #0000 49%, #fff 50%);
  justify-content: flex-start;
  height: 40px;
  margin-top: -40px;
  margin-bottom: 10px;
  padding-left: 15px;
  display: flex;
  position: relative;
}

.bd-div.listing-more-button {
  filter: invert();
  position: absolute;
  inset: 15px 15px auto auto;
}

.bd-paragraph.light {
  color: #848484;
  line-height: 1.3;
}

.bd-searchbar {
  box-shadow: none;
  border: 1px #000;
  border-radius: 5px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 50px;
  line-height: 16px;
}

.bd-searchbar.left {
  height: auto;
}

.bd-button {
  color: #fff;
  white-space: pre;
  cursor: pointer;
  background-color: #5340ff;
  border-radius: 5px;
  padding: 4px 14px;
  text-decoration: none;
  transition: all .2s;
}

.bd-button:hover {
  background-color: #6555fa;
}

.bd-button.secondary-btn {
  text-align: center;
  flex: 1;
  margin: 0 10px 10px;
}

.bd-button.secondary-btn:hover {
  color: #fff;
}

.bd-button.secondary-btn.clear {
  color: #4c4c4c;
  background-color: #ececec;
}

.bd-button.secondary-btn.clear:hover {
  background-color: #dad9e0;
}

.bd-button.secondary-btn.clear.sort-btn {
  background-color: #0000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.bd-button.secondary-btn.clear.sort-btn:hover {
  background-color: #f1f1f1;
}

.bd-button.secondary-btn.clear.sort-btn:active {
  background-color: #ddd;
}

.bd-button.secondary-btn.light {
  color: #4c4c4c;
  background-color: #ececec;
}

.bd-button.secondary-btn.light:hover {
  background-color: #dad9e0;
}

.bd-button.secondary-btn.right {
  margin-left: 0;
  transition: background-color .2s, opacity .2s;
}

.bd-button.xbdfgdgdfg {
  background-color: #015a68;
}

.text-span-2 {
  margin-left: 12px;
}

.layout-toggle-wrap {
  display: flex;
}

.sort-menu {
  z-index: 10;
  background-color: #fff;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 240px;
  padding: 6px;
  display: none;
  position: absolute;
  inset: 48px 0% auto auto;
  box-shadow: 1px 1px 30px #0000001f;
}

.bd-image.button-icon {
  opacity: .5;
  width: 30px;
  height: 30px;
}

.bd-image.search-icon {
  opacity: .3;
  width: 24px;
  height: 24px;
  margin-top: 14px;
  margin-left: 14px;
  position: absolute;
}

.bd-image.listing {
  object-fit: cover;
  width: 100%;
  max-height: 130px;
}

.bd-image.listing-category {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-top: 0;
  padding: 0;
}

.bd-textblock {
  line-height: 1;
}

.bd-textblock.sort-by {
  margin-right: 5px;
  font-size: 18px;
}

.bd-textblock.listing {
  border-right: 1px solid #626262;
  margin-right: 8px;
  padding-right: 10px;
}

.bd-textblock.listing.detail {
  border-right-style: none;
  margin-right: 0;
  padding-right: 0;
}

.bd-textblock.listing-tag {
  background-color: #f0f0f0;
  border-radius: 5px;
  margin-right: 8px;
  padding: 10px;
  font-size: 12px;
}

.form-block-2 {
  margin-bottom: 0;
}

.bd-form-field {
  border: 1px #000;
}

.bd-form-field.colored {
  background-color: #f0f0f0;
  border-radius: 5px;
}

.bd-listing-item {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  min-width: 30vw;
  max-width: 30vw;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 30px #0000000f;
}

.bd-spacer {
  flex: 1;
  width: 0;
  height: 0;
}

.bd-checkbox-field {
  cursor: pointer;
  background-image: url('../images/search.svg');
  background-position: 9px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 40px;
  display: flex;
}

.bd-checkbox-field:hover {
  background-color: #eee;
  background-image: url('../images/map-pin.svg');
  border-radius: 6px;
}

.bd-checkbox-label {
  text-transform: none;
  flex: 1;
  margin-bottom: 0;
  font-size: 14px;
}

.bd-checkbox-metacount {
  text-align: center;
  border-radius: 6px;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 4px 8px;
}

.nav-spacer {
  width: 100%;
  height: 75px;
}

.video-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.video-link:hover {
  opacity: 1;
  color: #7300de;
}

.content-wrap-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--primary);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  background-color: rgba(255, 255, 255, 0.8); /* fondo solo para este bloque */
  padding: 2rem;
  border-radius: 1rem;
  color: white;
}

.benefit-block-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  margin-top: 20px;
  margin-right: -20px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  box-shadow: 0 15px 20px #00000026;
}

._1-2-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start stretch;
  width: 100%;
}

.paragraph-45 {
  color: #181818e6;
  text-align: justify;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  display: flex;
  overflow: visible;
  box-shadow: 0 2px 5px #0000;
}

.tb-logo {
  filter: grayscale();
  width: 100px;
  transition: all .2s;
}

.tb-logo:hover {
  filter: grayscale(0%);
}

.main-container {
  color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1050px;
  height: 100%;
  display: block;
}

.icon-4 {
  color: #7300de;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-4.tp {
  margin-top: 2px;
}

.trusted-by-wrap {
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.byoutube {
  color: #fff;
  background-color: #015a68;
  border: 1px #000;
  border-radius: 100px;
  padding: 15px 40px 16px;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
  display: block;
}

.byoutube:hover {
  opacity: 1;
  color: #fff;
  background-color: #07f;
}

.trusted-by-text {
  margin-right: 10px;
  font-weight: 800;
}

.button-norma {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 18px;
  display: block;
}

.hero-image-block {
  background-image: url('../images/computer.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border: 1px #000;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 560px;
  display: flex;
  box-shadow: 0 10px 20px #0000000d;
}

.purple-span {
  color: #7300de;
}

.main-section {
  flex-direction: column;
  align-items: center;
  padding: 75px 5%;
  display: flex;
}

.h1 {
  aspect-ratio: auto;
  color: var(--primary);
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 40px;
  padding-right: 0;
  font-family: DM Sans, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.h1.dd {
  text-align: left;
  padding-bottom: 20px;
  font-size: 50px;
}

.heading-46 {
  color: var(--primary);
  font-family: DM Sans, sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.spacer-blank {
  width: 0;
  height: 0;
  font-size: 1px;
}

.header-wrap-centre {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 850px;
  display: flex;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.paragraph-46 {
  color: #181818e6;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.main-container-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1050px;
  display: flex;
}

.main-container-2.centre {
  align-items: center;
}

.spacer-50px {
  width: 50px;
  height: 50px;
}

.icon-purple {
  color: #fff;
  background-color: #7300de;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  padding: 5px;
  display: flex;
}

.h2-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
}

.content-wrap-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 25px;
  display: flex;
  box-shadow: 0 10px 20px #0000000d;
}

._1-3-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._1-3-grid._50-p {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.main-section-2 {
  flex-direction: column;
  align-items: center;
  padding: 75px 5%;
  display: flex;
}

.form-block-1 {
  width: 100%;
  margin-bottom: 0;
}

.form-1 {
  grid-column-gap: 20px;
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 0 10px 20px #0000000d;
}

.section-1-image-block {
  background-image: url('../images/pexels-nina-uhlíková-725255.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border: 1px #000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 500px;
  display: flex;
  box-shadow: 0 10px 20px #0000000d;
}

.text-field {
  border: 1px #000;
  border-radius: 100px;
  min-height: 55px;
  margin-bottom: 0;
  margin-right: -70px;
  padding-left: 25px;
  padding-right: 90px;
}

._1-2-grid-2 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
}

.paragraph-47 {
  color: #181818e6;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.icon-5 {
  color: #7300de;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.benefit-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  box-shadow: 0 15px 20px #00000026;
}

.button-4 {
  color: #fff;
  background-color: #7300de;
  border: 1px #000;
  border-radius: 100px;
  padding: 15px 30px 16px;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
}

.button-4:hover {
  opacity: 1;
  color: #fff;
  background-color: #07f;
}

.trusted-by-text-2 {
  margin-right: 10px;
  font-weight: 800;
}

.main-section-3 {
  flex-direction: column;
  align-items: center;
  padding: 75px 5%;
  display: flex;
}

.paragraph-48 {
  color: #181818e6;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.product-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 25px;
  font-size: 23px;
  font-weight: 800;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 10px 20px #0000000d;
}

.product-block:hover {
  color: #fff;
  background-color: #7300de;
}

.main-section-4 {
  flex-direction: column;
  align-items: center;
  padding: 75px 5%;
  display: flex;
}

._1-4-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.paragraph-49 {
  color: #181818e6;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.counter {
  color: #7300de;
  font-size: 55px;
  font-weight: 800;
  line-height: 1;
}

.content-wrap-stats {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.header-wrap-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 850px;
  display: flex;
}

.main-section-5 {
  flex-direction: column;
  align-items: center;
  padding: 75px 5%;
  display: flex;
}

.spacer-25px {
  width: 25px;
  height: 25px;
}

.paragraph-50 {
  color: #181818e6;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-50.white {
  color: #ffffffe6;
}

.button-5 {
  color: #fff;
  background-color: #7300de;
  border: 1px #000;
  border-radius: 100px;
  padding: 15px 30px 16px;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
}

.button-5:hover {
  opacity: 1;
  color: #fff;
  background-color: #07f;
}

.button-5.white {
  color: #000;
  background-color: #fff;
}

.button-5.white:hover {
  opacity: .8;
}

.cta-2-container {
  color: #fff;
  background-color: #7300de;
  background-image: linear-gradient(25deg, #00000073, #fff0);
  border-radius: 25px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  padding: 75px 20px;
  display: flex;
}

.faq-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  display: grid;
}

.plus {
  background-color: #fff;
  border-radius: 20px;
  width: 2px;
  height: 38%;
  position: absolute;
}

.faq-item {
  background-color: #0000;
  border: 1px #212121;
  border-radius: 25px;
  box-shadow: 0 10px 20px #0000000d;
}

.paragraph-51 {
  color: #181818e6;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.faq-answer {
  height: auto;
  overflow: hidden;
}

.faq-answer-inner {
  padding: 0 20px 20px;
  overflow: visible;
}

.minus {
  background-color: #fff;
  border-radius: 20px;
  width: 38%;
  height: 2px;
  position: absolute;
}

.p-m-wrap {
  background-image: linear-gradient(52deg, #7300de, #07f);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.text-center-5 {
  text-align: center;
  font-size: 12px;
}

.infotext {
  color: #7d7d7d;
  font-size: .875em;
  line-height: 1.4em;
}

.container-w3 {
  width: 100%;
  max-width: 52.5em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.gutter-outside {
  font-size: 18px;
}

.p-xl-start {
  padding-top: 8.5em;
}

.p-xl-start.p-xl-end {
  padding-top: 0;
  font-size: 14px;
}

.wow-heading {
  margin-bottom: .1em;
  font-size: 3em;
  font-weight: 600;
  line-height: 1;
}

.wow-heading.wow-gradient.big {
  background-image: linear-gradient(172deg, #015a68 32%, #769ae0 76%);
  padding-top: 40px;
  padding-bottom: .5em;
  font-family: DM Sans, sans-serif;
  font-size: 3em;
}

.wow-heading.wow-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(172deg, #ffefcd 32%, #769ae0 76%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: .1em;
  padding-bottom: .2em;
}

.wow-heading.wow-gradient.big {
  font-size: 6em;
}

.ipad-mockup {
  position: relative;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.ipad-shape {
  z-index: 2;
  width: 100%;
  padding-left: 0;
  display: inline-block;
  position: relative;
}

.screenshot-scroll {
  width: 100%;
  height: 99%;
}

.ipad-screen {
  z-index: 1;
  object-fit: cover;
  width: 93.8%;
  height: 91.6%;
  position: absolute;
  top: 4%;
  left: 3%;
}

.ipad-screen.overflow-hidden {
  overflow: hidden;
}

.p-sm-start {
  padding-top: 3em;
}

.tablet-mockup-animation {
  z-index: 2;
  position: relative;
}

._3d-tablet-wrap {
  perspective: 1000px;
  perspective-origin: 50%;
}

.section-tablet-scroll-animation {
  overflow: hidden;
}

.cta-section {
  background-color: #4a3aff;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.cta-section.cta-v20 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.cta-section.cta-v11 {
  align-items: center;
  min-height: 60vh;
  display: flex;
}

.cta-section.bg-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-section.bg-image.cta-v9 {
  background-image: url('../images/64c78939a6ee5a23fd5128ec_cta-v9-image-brix-templates.jpeg');
}

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

.position-relative {
  position: relative;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.cta-v20 {
  grid-column-gap: 110px;
  grid-template-columns: 1fr .8fr;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid-2-columns.cta-v11 {
  grid-column-gap: 180px;
}

.grid-2-columns.text-right-default {
  grid-column-gap: 120px;
  grid-template-columns: 1fr .8fr;
}

.grid-2-columns.text-left-short {
  grid-column-gap: 64px;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.cta-v9 {
  grid-template-columns: 1fr .6fr;
}

.grid-2-columns.card-light-grid {
  grid-template-columns: 1.35fr 1fr;
}

.grid-2-columns.gap-56px {
  grid-template-columns: 1fr 1fr;
}

.success-message-2 {
  color: #4a3aff;
  background-color: #f7f6ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.success-message-2.white-message {
  color: #4a3aff;
  background-color: #fff;
}

.color-neutral-100 {
  color: #fff;
}

.error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-primary.inside-input.default {
  padding: 16px 24px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.inside-input.default.white-mb {
  background-color: var(--cornflower-blue);
}

.btn-primary.white {
  color: #4a3aff;
  background-color: #fff;
}

.btn-primary.white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
}

.btn-primary.button-row {
  margin-right: 28px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 32px;
}

.container-default-5 {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-5.z-index-1 {
  z-index: 1;
  position: relative;
}

.input {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.input.large {
  min-height: 76px;
}

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

.success-message-3 {
  color: #4a3aff;
  background-color: #f7f6ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.success-message-3.white-message {
  color: #4a3aff;
  background-color: #fff;
}

.container-default-6 {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-6.z-index-1 {
  z-index: 1;
  position: relative;
}

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

.success-message-4 {
  color: #4a3aff;
  background-color: #f7f6ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.success-message-4.white-message {
  color: #4a3aff;
  background-color: #fff;
}

.container-default-7 {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-7.z-index-1 {
  z-index: 1;
  position: relative;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.half-bg-image-left {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.half-bg-image-left.overlay {
  background-image: linear-gradient(#0009, #0009), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.half-bg-image-left.overlay.cta-v11-left {
  z-index: 0;
  background-image: linear-gradient(#0009, #0009), url('../images/cta-v11-image-brix-templates-01.jpg');
}

.half-bg-image-right {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.half-bg-image-right.overlay {
  background-image: linear-gradient(#0009, #0009), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.half-bg-image-right.overlay.cta-v11-right {
  z-index: 0;
  background-image: linear-gradient(#0009, #0009), url('../images/cta-v11-image-brix-templates-02.jpg');
  background-position: 0 0, 50%;
}

.container-default-8 {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-8.z-index-1 {
  z-index: 1;
  z-index: 1;
  position: relative;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.icons-overall-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 26px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
}

.basic-icon-home {
  height: 26px;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.flex-block {
  display: none;
}

.image-cover-3, .image-cover-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.paragraph-2 {
  color: #72778d;
  text-align: left;
  letter-spacing: .25px;
  margin-bottom: 25px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 140%;
}

.form-field-text {
  border-radius: 11px;
  height: 4rem;
  padding: 20px;
}

.social-media-icons {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding: 16px 8px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sub-header-img {
  flex: none;
  width: 80%;
  height: 77vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.sub-header-img.contact-us {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 85vh;
  padding: 30px;
  display: flex;
  position: sticky;
  top: 100px;
}

.h4 {
  color: #2b2b33;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.sec-bk {
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: block;
}

.form-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #015a68;
  background-image: url('../images/email-filled-closed-envelope_1email-filled-closed-envelope.png');
  background-position: 22px;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #fff;
  width: 100%;
  margin-top: 20px;
  padding: 12px 25px 12px 45px;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 2em;
  transition: transform .5s, background-color .5s, box-shadow .3s;
}

.form-button:hover {
  background-color: #7105ff;
  border-color: #fff;
}

.lil-rule {
  background-color: #015a68;
  flex: none;
  width: 3vw;
  height: 2px;
  margin-right: 10px;
}

.icon-6 {
  filter: brightness(114%);
  margin: 10px 20px 20px auto;
}

.benefit-block {
  flex: 1;
  align-items: flex-start;
  max-width: 450px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.benefit-text-wrap {
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.heading-47 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5em;
}

.heading-47._30px {
  color: #fff;
  text-align: left;
  font-size: 32px;
  line-height: 1.3em;
}

.highlight-small {
  background-color: #34c674;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.arrow-wrap {
  justify-content: flex-end;
  display: flex;
}

.links {
  color: #ff5f05;
  text-decoration: none;
}

.sub-heading-text {
  color: #fff;
  width: 120%;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 5rem;
}

.sub-heading-text.contact {
  color: #015a68;
  width: 100%;
  font-size: 3rem;
  line-height: 120%;
}

.row-2-wrap {
  margin-bottom: 10px;
  display: flex;
}

.form-sub-heading {
  color: #8b8b8b;
  width: 75%;
  font-size: 1.1rem;
}

.arrow-2 {
  filter: hue-rotate(189deg);
  transform: translate(0, -29px)translate(57px)rotate(46deg);
}

.subhead-container {
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-text {
  color: #ff5f05;
}

.form-disclaimer {
  color: #888;
  text-align: left;
  margin-top: 20px;
  font-size: 1em;
  line-height: 140%;
}

.form-col-ful {
  width: 100%;
  margin-left: 10px;
  position: relative;
}

.col-md-2 {
  box-shadow: none;
  background-color: #0000;
  border: 3px #000;
  border-radius: 4px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  max-width: none;
  min-height: 0;
  padding: 0 0 15px;
  display: block;
  overflow: visible;
}

.col-md-2:hover {
  box-shadow: none;
}



.subhead {
  color: #000;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.header-featured-wrap {
  z-index: 4;
  flex: 0 auto;
  width: 50%;
  position: absolute;
  top: 200px;
}

.header-featured-wrap.contact {
  width: 100%;
  padding-right: 50px;
  top: 0;
}

.div-block-34 {
  max-width: 500px;
}

.social-media-link-icon {
  opacity: .33;
  background-image: url('../images/facebook-logo_1facebook-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
}

.social-media-link-icon.facebook {
  background-image: url('../images/facebook-logo-1_1facebook-logo (1).png');
  background-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.social-media-link-icon.facebook:hover {
  opacity: 1;
}

.social-media-link-icon.linkedin1 {
  background-image: url('../images/linkedin-logo_1linkedin-logo.png');
  background-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.social-media-link-icon.linkedin1:hover {
  opacity: 1;
}

.social-media-link-icon.instagram1 {
  background-image: url('../images/instagram-social-network-logo-of-photo-camera-1_1instagram-social-network-logo-of-photo-camera (1).png');
  background-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.social-media-link-icon.instagram1:hover {
  opacity: 1;
}

.field-label-flash {
  color: #2b2b33;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .7rem;
  font-style: normal;
  position: absolute;
  inset: -10% auto auto 5%;
}

.big-container {
  width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

.contact-us-wrapper {
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

.subhead-highlight {
  flex: none;
  position: relative;
}

.sub-header-wrap {
  color: #fff;
  width: 70%;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.row-1-form-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.heading-48 {
  color: var(--primary);
}

.flex-vertical-2 {
  flex-direction: column;
  display: flex;
}

.flex-vertical-2.start {
  align-items: flex-start;
}

.flex-vertical-2.start.justify-center {
  justify-content: center;
}

.text-100 {
  font-size: 16px;
  line-height: 18px;
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.tabs-menu.bottom {
  margin-top: 40px;
  margin-bottom: 0;
}

.mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._08 {
  width: 380px;
  max-width: 380px;
  height: 380px;
  max-height: 380px;
}

.avatar-circle._08.testimonial-v12 {
  flex: none;
  height: 100%;
  margin-right: 48px;
}

.avatar-circle._03 {
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
}

.section-8 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  font-weight: 700;
}

.tabs-content {
  overflow: visible;
}

.tabs-content.card {
  width: 100%;
  padding: 56px 48px;
}

.tabs-wrapper.flex-vertical-reverse {
  flex-direction: column-reverse;
  display: flex;
}

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

.container-default-9 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

.text-300.list {
  line-height: 28px;
}

.text-300.bold {
  font-weight: 700;
}

.tab-line {
  opacity: .4;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  padding: 40px;
  transition: opacity .3s, color .3s;
}

.tab-line:hover {
  opacity: 1;
}

.tab-line.w--current {
  opacity: 1;
  background-color: #0000;
  border-bottom-color: #4a3aff;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.column {
  justify-content: flex-end;
  width: 100%;
  margin-left: 40px;
  display: flex;
}

.error-message---brix {
  border-radius: 16px;
  padding: 20px;
}

.popup-content-wrapper---brix {
  z-index: 100;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 14px #4a3aff29, 0 -2px 4px #14142b1f, 0 12px 44px #14142b57;
}

.popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.cloneable-header-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
  align-items: center;
}

.popup-1---brix {
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  padding: 64px 64px 80px;
  display: flex;
  position: relative;
}

.dummy-display {
  color: #a0a3bd;
  margin-bottom: 16px;
  line-height: 1.2;
}

.heading-size-3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

.paragraph-53.dummy-paragraph {
  color: #a0a3bd;
  margin-bottom: 32px;
}

.paragraph-53.cookie-banner-paragraph---brix {
  margin-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.close-popup---brix {
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  inset: 24px 24px auto auto;
}

.close-popup---brix:hover {
  transform: scale(.9);
}

.subscribe-button---brix {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  background-image: none;
  border-radius: 80px;
  padding: 16px 32px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  position: absolute;
  inset: auto 12px auto auto;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.subscribe-button---brix:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-arrow {
  margin-left: 6px;
}

.success-message---brix {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 16px;
}

.popup-1-form---brix {
  align-items: center;
  display: flex;
  position: relative;
}

.cloneable-header {
  background-color: #fff;
  border-radius: 18px;
  margin-bottom: 44px;
  padding: 24px 32px;
  box-shadow: 0 3px 14px #4a3aff08, 0 -2px 4px #14142b05, 0 12px 24px #14142b03;
}

.button-secondary {
  color: #4a3aff;
  text-align: center;
  background-color: #f3f1ff;
  border-radius: 80px;
  padding: 15px 48px;
  line-height: 20px;
  transition: color .3s, background-color .3s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
}

.button-secondary.cloneable-header-button {
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.dummy-hero-wrapper---brix {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.dummy-hero-wrapper---brix.preview-page---brix {
  padding: 32px 50px;
}

.section-9 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-9.cloneables-listing {
  padding-top: 0;
  padding-bottom: 140px;
}

.image-thumbnail-illustration---brix {
  width: 100%;
  height: 100%;
  max-height: 440px;
}

.limit-content---brix {
  align-self: center;
  width: 100%;
  max-width: 456px;
}

.popup-form-block---brix {
  width: 100%;
  margin-bottom: 0;
}

.popup-1-illustration---brix {
  margin-bottom: 24px;
}

.cloneable-container-default-3 {
  background-color: #f7f7fb;
  border-radius: 20px;
  min-height: 624px;
  padding-top: 132px;
  padding-bottom: 132px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.container-default-10 {
  flex: 1;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.popup-wrapper---brix {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-wrapper---brix.preview-page {
  position: absolute;
}

.overlay---brix {
  z-index: 10;
  background-color: #0000009c;
  position: absolute;
  inset: 0%;
}

.input---brix {
  color: #170f49;
  border: 1px solid #eff0f6;
  border-radius: 500px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 18px;
  line-height: 20px;
  transition: color .2s, border-color .2s;
}

.input---brix:hover, .input---brix:focus {
  color: #4a3aff;
  border-color: #4a3aff;
}

.input---brix::placeholder {
  color: #6f6c90;
}

.input---brix.large---brix {
  min-height: 74px;
  padding: 24px 40px;
}

.dummy-hero-button---brix {
  color: #6f6c90;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #d9dbe9;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #0000000a;
}

.dummy-hero-button---brix:hover {
  transform: scale3d(1, 1, .01)translate(0, -2px);
  box-shadow: 0 4px 10px #00000014;
}

.display-2 {
  color: #211f54;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.display-2.color-accent-1 {
  color: #4a3aff;
}

.section-10 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.container-default-11 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.heading-52, .heading-53, .heading-55, .heading-56, .heading-57 {
  color: var(--primary);
  font-family: DM Sans, sans-serif;
}

.heading-57.ee {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
}

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

.icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.section-11 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.icon-list {
  margin-right: 16px;
}

.container-default-12 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.subtitle-3 {
  color: #4a3aff;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 20px;
}

.subtitle-3.mg-bottom-24px {
  margin-bottom: 24px;
}

.subtitle-3.mg-bottom-16px {
  margin-bottom: 16px;
}

.section-12 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.container-default-13 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.heading-hero {
  color: #fff;
  max-width: 1200px;
  font-size: 80px;
}

.section-top-img {
  z-index: 10;
  background-color: #f0f6f8;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 70vh;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.subtitle-4 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

._1261 {
  width: 100%;
  max-width: 1400px;
}

._1261.slim {
  max-width: 1100px;
}

.block-top-img {
  z-index: 20;
  background-image: linear-gradient(#0000, #000c);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 140px 50px 50px;
  display: flex;
  position: relative;
}

.line-subtitle {
  background-color: #101b22;
  width: 27px;
  height: 1px;
}

.line-subtitle.white {
  background-color: #fff;
}

.text-subtitle {
  color: #101b22;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.text-subtitle.white {
  color: #fff;
  font-size: 18px;
}

.block-heading-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

._111 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 74%;
  margin: 12px 0 8px 34px;
  padding: 0 71px 0 40px;
  display: flex;
  overflow: visible;
}

._111.padding {
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 19px;
}

._111.padding._3333 {
  width: 95%;
}

._111.padding._555 {
  width: 95%;
}

._111.padding._55 {
  width: 95%;
}

._111.padding {
  width: 95%;
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 19px;
}

.bold-text-7 {
  color: var(--primary);
}

.paragraph-54 {
  color: #535c62;
  text-align: justify;
  margin-bottom: 8px;
  font-style: normal;
}

.space {
  background-color: #101b2233;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.link {
  margin-top: -45px;
  margin-bottom: 22px;
  padding-top: 0;
}

.bold-text-8 {
  color: var(--primary);
  font-family: DM Sans, sans-serif;
}

.paragraph-56 {
  color: #535c62;
  text-align: justify;
  margin-bottom: 8px;
  font-style: normal;
}

.bold-text-9 {
  color: var(--primary);
  justify-content: center;
  align-items: center;
  font-family: DM Sans, sans-serif;
  display: flex;
}

.paragraph-57 {
  color: #535c62;
  text-align: justify;
  margin-bottom: 8px;
  font-style: normal;
}

.bold-text-10 {
  color: var(--primary);
  font-family: DM Sans, sans-serif;
}

.paragraph-58 {
  color: #535c62;
  text-align: justify;
  margin-bottom: 8px;
  font-family: DM Sans, sans-serif;
  font-style: normal;
}

.heading-63 {
  color: var(--primary);
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.overflow-hidden {
  overflow: hidden;
}

.swiper__next-wrap {
  z-index: 2;
  transition: all .5s;
  position: absolute;
  top: 250px;
  left: 45px;
}

.swiper__next-wrap.active {
  z-index: 0;
  opacity: 0;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper.mod--lectures {
  max-width: 990px;
  margin-left: 0;
  margin-right: auto;
  overflow: visible;
}

.lectures__content {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.swiper-slide.mod--lectures {
  flex: none;
  width: 100%;
}

.slider__next-arrows {
  transition: all .3s;
  position: relative;
  left: 0;
}

.section-13 {
  z-index: 1;
  padding: 110px 60px;
  position: relative;
}

.section-13.mod--lectures {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.slider__next-arrow {
  display: block;
  position: relative;
  bottom: 0;
}

.slider__next-arrow.mod--2 {
  position: absolute;
  bottom: 0;
  left: -30px;
}

.content-2 {
  z-index: 2;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lectures__type {
  text-transform: uppercase;
  margin-bottom: 48px;
  font-weight: 300;
  transition: all .8s;
  display: inline-block;
  position: relative;
  left: -100px;
}

.lectures__type.active {
  left: 0;
}

.swiper__next {
  cursor: pointer;
  background-color: #f75606;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: all .2s;
  display: flex;
}

.lectures__numb-columns {
  border-top: 2px solid #2d3c49;
  justify-content: space-between;
  padding-top: 40px;
  transition: all .8s;
  display: flex;
  position: relative;
  bottom: -220px;
}

.lectures__numb-columns.active {
  bottom: 0;
}

.lectures__img {
  z-index: 0;
  object-fit: none;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  transition: all .8s;
  display: block;
  position: relative;
}

.lectures__img.active {
  border-radius: 0%;
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.lectures__title {
  margin-bottom: 48px;
  margin-right: -10px;
  transition: all .8s;
  position: relative;
  left: -110%;
}

.lectures__title.active {
  left: 0%;
}

.lectures__dot-orange {
  background-color: #f75606;
  border-radius: 100px;
  width: 18px;
  height: 18px;
  transition: all .2s;
  position: absolute;
  top: 68px;
  left: 66px;
}

.lectures__dot-orange.active {
  opacity: 0;
}

.lectures__img-over {
  z-index: 1;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lectures__img-over.active {
  opacity: 1;
}

.lectures__numb-txt {
  color: #2d3c49e6;
  font-weight: 300;
  line-height: 22px;
}

.lectures__columns {
  justify-content: flex-start;
  display: flex;
}

.lectures__col {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.lectures__col.mod--1 {
  justify-content: center;
  align-items: center;
  max-width: 448px;
  min-height: 490px;
  display: flex;
}

.lectures__col.mod--2 {
  flex-direction: column;
  justify-content: space-between;
  max-width: 440px;
  margin-left: 64px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.lectures__numb-title {
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
}

.mg-bottom-16px {
  color: var(--primary);
  margin-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.comote-ayuda {
  padding-top: 0;
  padding-bottom: 176px;
}

.heading-h1-size {
  color: #211f54;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.heading-h1-size.color-accent-1 {
  color: var(--primary);
}

.circle-number {
  background-color: #f2f1ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 160px;
  min-width: 160px;
  height: 160px;
  min-height: 160px;
  display: flex;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.number-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-default-14 {
  max-width: 1218px;
  padding-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.section-15 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-15.bg-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.section-15.bg-image.content-section-v11 {
  background-image: url('../images/content-v11-image-brix-templates.jpeg');
}

.section-16 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.display-4 {
  color: #211f54;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.tab-left-icon {
  background-color: #fff;
  border: 2px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 32px;
  font-weight: 700;
  line-height: 18px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b0f;
}

.tab-left-icon:hover {
  border-color: #4a3aff;
}

.tab-left-icon.w--current {
  background-color: #fff;
  border-width: 2px;
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b14;
}

.tab-left-icon.small {
  justify-content: center;
  width: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.tab-left-icon.small.center {
  margin: 0 12px;
}

.tab-left-icon.small.center.w--current {
  border-color: var(--primary);
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary-2:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-primary-2.cookie-banner-button---brix {
  flex-wrap: nowrap;
  max-width: 160px;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

.close-message---brix {
  color: #170f49;
  cursor: pointer;
  transform-style: preserve-3d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: all .35s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-message---brix:hover {
  color: #4a3aff;
  transform: scale3d(.9, .9, .01);
}

.close-message---brix.cookie-banner-3---brix {
  font-size: 14px;
  top: 24px;
  right: 24px;
}

.cookie-illustration---brix {
  width: 58px;
  min-height: 56px;
  margin-bottom: 20px;
}

.cookie-banner-content---brix.cookie-banner-3---brix {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cookie-banner-wrapper---brix {
  z-index: 10;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  position: fixed;
  inset: auto auto 32px 32px;
}

.cookie-banner-wrapper---brix.cookie-banner-3---brix {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column wrap;
  align-items: center;
  width: 100%;
  max-width: 320px;
  padding: 40px 26px;
  display: flex;
  box-shadow: 0 6px 23px #14142b14;
}

.heading-66 {
  color: var(--cornflower-blue);
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: 3.4rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_component {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-popup_component {
  z-index: 10;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column wrap;
  align-items: center;
  width: 100%;
  max-width: 320px;
  padding: 40px 26px;
  display: flex;
  position: fixed;
  inset: auto auto 32px 700px;
  box-shadow: 6px 0 23px #0003;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: #fff;
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  color: #015a68;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: block;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #015a68;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #015a68;
  -webkit-text-stroke-color: #015a68;
  background-color: #f5f5f5;
  border-color: #015a68;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  filter: hue-rotate(319deg);
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  background-color: #015a68;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #015a68;
  background-color: #fff;
  border-color: #015a68;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.paragraph-61, .paragraph-62, .paragraph-63 {
  font-family: DM Sans, sans-serif;
}

.block-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.footer-down {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-footer {
  color: #95a3b2;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: color .25s cubic-bezier(.215, .61, .355, 1);
}

.link-footer:hover {
  color: #fff;
}

.paragraph-footer {
  color: #95a3b2;
  max-width: 350px;
}

.footer-down-block {
  border-top: 1px solid #2e404b;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 26px;
  display: flex;
}

.image-12 {
  min-width: 175px;
}

.block-footer-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.grid-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: ". . . Area"
  / 1fr 1fr 1fr .75fr 1fr 1fr;
  width: 100%;
}

.link-footer-down {
  color: #fff;
  text-decoration: none;
  transition: color .25s cubic-bezier(.215, .61, .355, 1);
}

.link-footer-down:hover {
  color: #95a3b2;
}

.section-footer {
  background-color: #101b22;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 110px 50px 82px;
  display: flex;
}

.heading-footer {
  color: #fff;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.block-footer33 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.text-footer-down {
  color: #95a3b2;
  font-size: 16px;
  line-height: 130%;
}

.checkbox-field {
  padding-top: 7px;
}

.checkbox-label-5 {
  color: var(--cornflower-blue);
}

.checkbox-label-5._5544 {
  color: var(--white);
}

.link-4 {
  color: var(--primary);
  text-decoration: underline;
}

.section-17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.table-row-group.alt {
  background-color: #f3f3f3;
}

.table-row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d3d3d3;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 1rem;
  display: grid;
}

.cell-text {
  color: var(--primary);
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.cell-text.strong {
  font-weight: 700;
}

.cell-text.strong.center {
  color: var(--primary);
  text-align: center;
  flex: 1;
}

.container-5 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.header-cell.border-right {
  border-right: 1px solid #d3d3d3;
  align-items: center;
  height: 100%;
  padding-right: 21px;
  display: flex;
}

.header-cell.right {
  padding-left: 1rem;
}

.header-cell.right._555 {
  background-image: none;
}

.table-wrapper {
  border: 1px solid #d3d3d3;
}

.cell.right {
  background-image: none;
  width: 100%;
  padding-left: 1rem;
}

.cell.border-right {
  border-right: 1px solid #d3d3d3;
  align-items: center;
  height: 100%;
  padding-right: 21px;
  display: flex;
}

.gallery-wrapper {
  background-color: #fff;
  flex: none;
  padding-top: 6vh;
  padding-bottom: 6vh;
  display: block;
}

.carousel {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-wrapper {
  opacity: .6;
  margin-right: 5px;
  padding: 1vh 5px;
  transition: opacity .2s;
  display: flex;
}

.image-wrapper.slick-center {
  opacity: 1;
}

.image-13 {
  cursor: grab;
  object-fit: contain;
  max-height: 76vh;
}

.slider-gallery_button-icon {
  width: 40%;
  height: 40%;
}

.slider-gallery_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.slider-gallery_bottom-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3em;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.slider-gallery_numbers {
  letter-spacing: .04em;
  font-size: 1.38em;
  line-height: 1;
}

.slider-gallery_button {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.13em;
  height: 4.13em;
  transition: background-color .2s, color .2s;
  display: flex;
}

.slider-gallery_button:hover {
  color: #000;
  background-color: #fff;
}

.slider-thumbs_wrapper {
  width: 25%;
}

.swiper-slide-2.is-slider-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide-2.is-slider-thumbs {
  flex: none;
  width: 100%;
  padding-right: .5em;
}

.swiper-slide-2.is-slider-titles {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding: 4%;
  display: flex;
}

.slider-titles_component {
  height: 100%;
  position: relative;
}

.slider-bg_component {
  opacity: .8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper-2.is-slider-thumbs {
  width: 100%;
  overflow: visible;
}

.swiper-2.is-slider-titles {
  height: 100%;
  overflow: visible;
}

.swiper-2.is-slider-bg {
  width: 100%;
  height: 100%;
}

.slider-gallery_component {
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.swiper-wrapper-2.is-slider-thumbs {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-wrapper-2.is-slider-titles {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.swiper-wrapper-2.is-slider-bg {
  width: 100%;
  height: 100%;
}

.slider-thumbs_component {
  width: 40%;
}

.slider-thumbs_overflow {
  position: relative;
  overflow: hidden;
}

.slider-gallery_button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  align-items: center;
  width: 40%;
  display: flex;
}

.modal-detail {
  color: #151c34;
  white-space: nowrap;
  font-family: Satoshi, sans-serif;
  font-size: 30px;
  font-weight: 600;
  display: block;
}

.icon-7 {
  width: 70px;
}

.right-arrow {
  display: none;
}

.modal-overlay {
  z-index: 999;
  background-color: #151c34e6;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-overlay.modal_cat {
  display: none;
  overflow: visible;
}

.modal-overlay.modal_cat.ia, .modal-overlay.ia {
  display: none;
}

.modal-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 38px 65px;
  display: flex;
}

.modal-slider {
  background-color: #0000;
  height: 100%;
}

.icon-wrapper {
  background-color: #f5e5ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  padding: 11px;
  display: flex;
  overflow: hidden;
}

.paragraph-standard {
  color: #151c34cc;
  margin-top: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.modal-element {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 58vw;
  display: block;
  position: relative;
}

.close {
  opacity: .5;
  transition: opacity .2s;
}

.close:hover {
  opacity: 1;
}

.module-header-left {
  z-index: 100;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.left-arrow {
  color: var(--primary);
  display: none;
}

.slide-navigation {
  filter: hue-rotate(290deg);
  color: #151c34;
  font-size: 10px;
  bottom: 10px;
}

.slider-right {
  opacity: .5;
  color: #151c34;
  justify-content: center;
  align-items: center;
  padding: 4px 15px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.slider-right:hover {
  opacity: 1;
}

.modal-slide {
  color: #151c34;
}

.module-header-right {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.modal-header {
  border-bottom: 1px solid #151c341a;
  justify-content: space-between;
  align-items: center;
  min-height: 55px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.icon-8 {
  width: 70px;
}

.sdfsdf {
  padding: 0;
}

.heading-67 {
  color: var(--primary);
  font-family: DM Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.brand-3.w--current {
  margin-bottom: 15px;
}

.text-footer-2 {
  color: #015a68;
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1em;
}

.bold-text-12 {
  color: var(--primary);
  font-family: DM Sans, sans-serif;
}

.slider3 {
  background-color: #fff;
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  overflow: hidden;
}

.mask {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 0;
  display: block;
  overflow: visible;
}

.slide {
  text-align: center;
  cursor: grab;
  width: 100%;
}

.img {
  min-width: 100%;
  min-height: 60vh;
  max-height: 60vh;
  padding-left: 35px;
  padding-right: 35px;
  display: inline-block;
}

.left-arrow-2 {
  width: 7%;
}

.right-arrow-2 {
  width: 8%;
}

.slide-nav-2 {
  filter: hue-rotate(293deg);
  color: var(--primary);
  font-size: 9px;
  line-height: 20px;
}

.icon-9 {
  color: var(--primary);
  margin-right: 5px;
}

.icon-10 {
  color: var(--primary);
  margin-left: 5px;
}

.bold-text-13, .bold-text-14 {
  font-family: DM Sans, sans-serif;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  overflow: hidden;
}

.slider2 {
  background-color: #131313;
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  overflow: hidden;
}

.img2 {
  min-width: 100%;
  min-height: 60vh;
  max-height: 50vh;
  display: inline-block;
}

.img-copy {
  display: inline-block;
}

.slide2 {
  text-align: center;
  cursor: grab;
  width: 100%;
}

.mask2 {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.bold-text-16, .bold-text-17 {
  font-family: DM Sans, sans-serif;
}

.bold-text-18 {
  font-family: DM Sans, sans-serif;
  font-size: 20px;
}

.logo-link {
  margin-bottom: 70px;
}

.button-6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(129deg, #2183e8, #8a2cf6);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: width .3s;
  display: flex;
}

.button-6:hover {
  width: 130%;
}

.button-6.outline {
  color: #2183e8;
  background-image: linear-gradient(129deg, #2183e8, #8a2cf6);
  padding: 2px;
}

.divider-2 {
  background-color: #fff;
  width: 170px;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.right-wrap {
  z-index: 10;
  padding-left: 30px;
  position: relative;
}

.input-field {
  color: #585858;
  border: 1px #000;
  border-bottom: 2px solid #f4f4f6;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  transition: border-color .2s;
}

.input-field::placeholder {
  color: #bebebe;
  font-size: 15px;
}

.form-wrapper {
  width: 100%;
  max-width: 520px;
}

.form-block-3 {
  margin-top: 0;
  margin-bottom: 35px;
}

.subheading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.gradient-filter {
  opacity: .44;
  background-image: linear-gradient(135deg, #2183e8, #8a2cf6);
  position: absolute;
  inset: 0%;
}

.container-6 {
  justify-content: space-between;
  min-height: 100vh;
  padding: 0;
  display: flex;
}

.left {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.outline-text {
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-undertext {
  text-align: center;
}

.right {
  background-image: url('../images/background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.input-label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.p-16 {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.link-16 {
  color: #585858;
  font-weight: 500;
  text-decoration: none;
}

.field-wrap {
  margin-bottom: 30px;
}

.field-wrap.mb-small {
  margin-bottom: 20px;
}

.button-wrap-2 {
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.heading-70 {
  color: var(--white);
  font-family: DM Sans, sans-serif;
  font-size: 72px;
  font-weight: 700;
}

.heading-71 {
  color: var(--primary);
  margin-top: 68px;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.html-embed-3 {
  min-width: 20vw;
  max-width: 30vw;
  min-height: 35vh;
  max-height: 35vh;
  margin-left: 20px;
}

.html-embed-3._181 {
  min-width: 80vw;
  max-width: 80vw;
  min-height: 43vh;
  max-height: 43vh;
  margin-left: 0;
}

.html-embed-3._181.last {
  margin-left: 0;
  margin-right: 0;
  padding-top: 25px;
}

.html-embed-3.init {
  min-width: 80vw;
  max-width: 80vw;
  min-height: 43vh;
  max-height: 43vh;
  margin-left: 0;
}

.paragraph-64, .paragraph-65, .paragraph-66, .paragraph-67, .paragraph-68, .paragraph-69, .paragraph-70, .paragraph-71, .paragraph-72 {
  font-family: DM Sans, sans-serif;
}

.heading-72 {
  color: var(--primary);
  justify-content: center;
  display: flex;
}

.card-2 {
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  min-width: 30vw;
  max-width: 30vw;
  height: 100%;
  min-height: 430px;
  max-height: 430px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.card-header {
  background-image: url('../images/ransom.png');
  background-position: 50% 30%;
  background-size: cover;
  height: 150px;
}

.card-header._2 {
  background-image: url('../images/ransom2.png');
}

.card-header._3 {
  background-image: url('../images/Screenshot-from-2023-11-15-14-43-41.png');
}

.card-body {
  height: 100%;
  padding: 30px;
}

.btn-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn-2:hover {
  background-color: #213ea0;
}

.div-block-38 {
  min-width: 100vw;
  max-width: 100vw;
  padding-top: 50px;
  display: flex;
}

.heading-74, .heading-75, .heading-76 {
  color: var(--primary);
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.paragraph-73, .paragraph-74, .paragraph-75 {
  font-size: 18px;
}

.nav-block {
  color: #101b22;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  line-height: 150%;
  display: none;
}

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

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.nav-link-2 {
  opacity: 1;
  color: #101b22;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 27px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  transition: opacity .25s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.nav-link-2:hover {
  opacity: .65;
}

.nav-link-2.w--current {
  color: #101b22;
}

.card---brix-2 {
  background-color: #fff;
  border: 1px solid #f7f7fb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 14px #080f340a;
}

.card---brix-2.testimonial-v1---brix {
  padding: 53px 54px 60px;
}

.text-block-10 {
  color: var(--blue-text-50);
}

.list_beneficios {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  color: var(--primary);
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--primary);
  white-space: normal;
  word-break: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  list-style-type: square;
  display: flex;
  position: static;
  overflow: visible;
}

.list-item-1 {
  color: var(--primary);
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  font-size: 25px;
  font-weight: 500;
  list-style-type: square;
}

.list-item-2 {
  color: var(--primary);
  font-size: 25px;
  list-style-type: square;
}

.list-item-3 {
  color: var(--primary);
  font-size: 25px;
}

.list-item-4, .list-item-5 {
  color: var(--primary);
  font-size: 25px;
  list-style-type: square;
  display: block;
}

.list-item-6 {
  color: var(--primary);
  margin-left: 40px;
  margin-right: 100px;
  padding-left: 20px;
  font-size: 25px;
  list-style-type: square;
  display: block;
}

.section-info-norma {
  text-align: center;
  margin-top: 0;
  padding-top: 100px;
}

.titulo-norma {
  color: var(--primary);
}

.titulo-norma.titulo-ens {
  text-align: center;
}

.expli-norma {
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide-nav-3 {
  color: var(--primary);
  inset: auto 0% 0%;
}

.slide-6 {
  vertical-align: text-top;
  margin-bottom: 60px;
}

.mask-3 {
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.slider-cert {
  background-color: #fff;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.left-arrow-3, .right-arrow-3 {
  color: var(--primary);
}

.section-18, .ens {
  margin-top: 100px;
}

.heading-ens, .text-block-11, .heading-78 {
  color: var(--primary);
  text-align: center;
}

.paragraph-76 {
  margin-left: 60px;
  margin-right: 60px;
}

.image-16 {
  vertical-align: middle;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  text-decoration: overline;
  display: block;
}

.flex-block-2 {
  justify-content: center;
}

.div-block-39 {
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #c7b10f00;
  background-image: url('../images/badge.png'), url('../images/badge.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-clip: border-box;
  border-radius: 10px;
  outline: 3px dotted #fff;
  margin-bottom: 0;
  padding: 5px 20px 40px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  text-decoration: none;
  position: absolute;
  inset: 5% 5% auto auto;
}

.image-17 {
  margin-top: -25px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-18 {
  text-align: left;
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (min-width: 1280px) {
  .sec_caracter {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sec_caracter.banner, .sec_caracter.changelog-banner {
    padding-top: 160px;
  }

  .sec_caracter.without-bottom-spacing {
    color: var(--primary);
  }

  .sec_caracter.banner-faq {
    padding-top: 160px;
  }

  .sec_caracter.number-block {
    margin-top: -80px;
  }

  .sec_caracter.join-us-details {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null), url('../images/pexels-andrea-piacquadio-3881181-1-1_1pexels-andrea-piacquadio-3881181 (1) (1).webp');
    background-position: 0 0, 0 0, 50% 15%;
  }

  .sec_caracter.funcionalidades {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-link-man {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-man:hover {
    color: var(--cornflower-blue);
  }

  .nav-link-man.exito {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-link-man.ddd {
    min-height: 10vh;
    padding-left: 20px;
    font-size: 18px;
    display: flex;
  }

  .nav-link-man.ddd:hover {
    color: var(--cornflower-blue);
  }

  .nav-link-man.ddd.w--current {
    color: var(--blue-text-50);
    display: flex;
  }

  .nav-link-man.ddd.exito, .nav-dropdown {
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .nav-dropdown-list {
    display: none;
  }

  .nav-dropdown-list.megamenu.w--open {
    margin-left: -180px;
  }

  .nav-dropdown-link-wrapper, .nav-dropdown-link {
    display: none;
  }

  .text-center.wwwwww {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
    font-size: 72px;
    font-weight: 700;
  }

  .text-center.wwwwww.sdfsdf.k {
    padding-top: 220px;
    font-size: 18px;
  }

  .coming-soon-heading {
    color: var(--primary);
    width: 80%;
  }

  .blog-grid-collection-list {
    grid-column-gap: 30px;
  }

  .blog-grid-image {
    height: 320px;
  }

  .nav-menu-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-subtitle.text-orange.nbnh {
    padding-top: 37px;
    font-family: DM Sans, sans-serif;
    font-size: 34px;
    font-weight: 700;
  }

  .section-subtitle.text-orange.hgfddfshfg {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 54px;
    font-weight: 700;
  }

  .section-subtitle.text-orange.titleman {
    color: var(--primary);
    text-align: left;
    font-family: DM Sans, sans-serif;
    font-size: 64px;
    font-weight: 700;
  }

  .process-number-wrapper, .process-number-wrapper.reverse {
    padding-right: 70px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .values-content-wrapper {
    padding-right: 100px;
  }

  .values-image {
    height: 610px;
  }

  .services-wrapper {
    grid-column-gap: 30px;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .comparing-table-wrapper {
    justify-content: space-between;
  }

  .comparing-table-features-wrapper {
    display: block;
  }

  .comparing-table-plans-wrapper {
    width: 72%;
  }

  .comparing-table-list {
    margin-top: 20px;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-content-wrapper {
    padding-top: 10px;
  }

  .comparing-table-content-item-title {
    display: none;
  }

  .workflow-quote {
    margin-top: 20px;
  }

  .contacts-content-wrapper {
    padding-right: 80px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .block-quote-wrapper {
    width: 90%;
  }

  .testominials-cards-banner {
    padding-bottom: 100px;
  }

  .our-service-list-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
  }

  .service-list-bottom-center-block {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null), url('../images/pexels-anna-shvets-3845746-1.jpg');
    background-position: 0 0, 0 0, 50%;
  }

  .primary-button-white.none-display.primary-button {
    margin-left: 0;
    margin-right: 20px;
  }

  .primary-button-white.none-display.primary-button.ssss._56 {
    min-width: 20vw;
    max-width: 20vw;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .banner-text-content {
    max-width: 1000px;
    margin-top: 220px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .service-card-paragraph {
    color: var(--dark-blue);
    font-weight: 500;
  }

  .servise-icon {
    filter: hue-rotate(337deg);
  }

  .industries-block-wrapper {
    position: relative;
  }

  .home-testimonials-card {
    justify-content: center;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-banner-img {
    width: 50%;
  }

  .home-banner-content {
    width: 50%;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-service-img {
    height: 500px;
  }

  .center-title {
    padding-right: 140px;
  }

  .big-text-block {
    color: var(--cornflower-blue);
  }

  .home-services-wrapper {
    grid-column-gap: 70px;
  }

  .subscribe {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .subscribe.without-bottom-spacing.bb {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .team-content-title.fgf {
    color: var(--cornflower-blue);
    margin-bottom: 11px;
    font-family: DM Sans, sans-serif;
    font-size: 52px;
  }

  .left-arrow-clients {
    right: 7%;
  }

  .slider-testimonials {
    height: 310px;
  }

  .form-footer {
    grid-template-rows: auto auto auto;
  }

  .footer-copyrights-link {
    width: 100%;
  }

  .footer-links-block {
    grid-column-gap: 50px;
  }

  .footer-rights-wrap {
    width: 100%;
  }

  .text-block-success {
    font-size: 48px;
  }

  .button-nav-wrapper {
    padding-right: 5px;
  }

  .banner-paragraph.text-white {
    width: 100%;
  }

  .home-numbers-wrapper {
    flex-wrap: nowrap;
  }

  .home-number-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-content-wrap {
    padding-left: 60px;
  }

  .logo-clients-block {
    grid-column-gap: 40px;
  }

  .logo-clients {
    height: 38px;
  }

  .right-arrow-banner {
    width: 50px;
    height: 50px;
    right: 5%;
  }

  .left-arrow-banner {
    width: 50px;
    height: 50px;
    left: 5%;
  }

  .team-home-wrapper {
    padding-left: 4.3%;
  }

  .team-title-wrapper {
    width: 30%;
  }

  .right-arrow-slide-team {
    left: -160%;
  }

  .left-arrow-slide-team {
    left: -43%;
  }

  .team-slider-wrapper {
    width: 70%;
  }

  .services-title-wrap {
    width: 45%;
  }

  .services-block-wrapper {
    justify-content: space-between;
  }

  .services-image-block {
    background-size: 430px;
    width: 55%;
    height: 500px;
  }

  .image-service {
    width: 370px;
    height: 370px;
  }

  .image-service-second {
    width: 300px;
    height: 300px;
  }

  .home-our-services-wrapper {
    grid-column-gap: 70px;
  }

  .workflow-title-wrapper-2 {
    margin-bottom: 0;
    padding-left: 70px;
  }

  .workflow-content-wrapper-2 {
    padding-left: 70px;
  }

  .workflow-profile-wrapper-2 {
    margin-top: 40px;
  }

  .pricing-banner-wrap {
    padding-left: 60px;
  }

  .blog-collection-list {
    grid-column-gap: 30px;
  }

  .contact-hours-wrap {
    width: 38%;
  }

  .hero-paragraph {
    width: 55%;
    font-size: 52px;
  }

  .hero-section {
    background-image: linear-gradient(360deg, #222, #2220), url('../images/charles-forerunner-3fPXt37X6UQ-unsplash.jpg');
    min-height: 100vh;
  }

  .hero-section.vectio-hero {
    background-image: linear-gradient(360deg, #222, #2220);
  }

  .hero-heading {
    padding-top: 290px;
    padding-left: 0;
    font-family: Droid Sans, sans-serif;
    font-size: 48px;
  }

  .heading {
    color: var(--dark-blue);
    text-align: justify;
    font-family: DM Sans, sans-serif;
    font-size: 24px;
    font-weight: 400;
  }

  .safe-section.dfgdfg {
    background-image: linear-gradient(#2222222b, #222), url('../images/towfiqu-barbhuiya-nApaSgkzaxg-unsplash.jpg');
  }

  .safe-section.rrrr {
    display: none;
  }

  .safe-heading {
    font-family: DM Sans, sans-serif;
    font-size: 64px;
    font-weight: 700;
  }

  .heading-12 {
    color: var(--primary);
  }

  .hero-section-2.vectio {
    background-image: linear-gradient(360deg, #222, #2220), url('../images/highway-g864e45ca6_1280.jpg');
  }

  .hero-section-2.vectio.partnerman.sdfsdfsd {
    display: none;
  }

  .section-3.cloneables-listing {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 28px;
    display: grid;
  }

  .button._55555 {
    background-color: var(--primary);
  }

  .icon {
    filter: hue-rotate(312deg);
  }

  .h1_example {
    font-family: DM Sans, sans-serif;
    font-size: 64px;
    font-weight: 700;
  }

  .paragraph-25 {
    font-family: DM Sans, sans-serif;
  }

  .sec_catalog {
    background-color: #dee9ee;
  }

  .section-faq-2 {
    display: none;
  }

  .title.testimonial-v1---brix, .title.avatar-name-v1---brix {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
  }

  .cloneable-container-default-2 {
    display: none;
  }

  .paragraph---brix.testimonial-v1---brix {
    font-family: DM Sans, sans-serif;
  }

  .testimonial-logo-badge {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .section-4.ovf-none.oculta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .paragraph-40 {
    color: #000;
  }

  .paragraph-40.vvv {
    color: #fff;
  }

  .h2-2 {
    color: var(--primary);
    font-weight: 700;
  }

  .inner-container._600px.center {
    max-width: 1200px;
    font-family: DM Sans, sans-serif;
  }

  .inner-container._700px.center {
    max-width: 1300px;
  }

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

  .grid-3-columns-3._1-col-tablet._444._2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-5.hdgdg {
    padding-top: 30px;
    padding-bottom: 50px;
    display: block;
  }

  .video-hero-1 {
    display: none;
  }

  .square-icon.large.mg-bottom-32px {
    filter: hue-rotate(297deg);
  }

  .square-icon.width-48px.mg-right-16px {
    filter: hue-rotate(312deg);
  }

  .sec_usa_ara._655 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bd-heading.h4 {
    color: #015a68;
  }

  .bd-heading.h2.nospace {
    color: var(--cornflower-blue);
  }

  .bd-div.accordian-wrap, .bd-searchbar {
    display: none;
  }

  .bd-button.xbdfgdgdfg {
    background-color: var(--primary);
  }

  .layout-toggle-wrap, .bd-image.search-icon {
    display: none;
  }

  .bd-listing-item {
    min-width: 20vw;
  }

  .paragraph-45 {
    font-family: DM Sans, sans-serif;
  }

  .byoutube {
    background-color: #015a68;
    font-family: DM Sans, sans-serif;
  }

  .hero-image-block {
    min-width: 0;
    min-height: 560px;
  }

  .h1 {
    color: var(--primary);
    text-align: center;
    padding-bottom: 40px;
    font-family: DM Sans, sans-serif;
    font-weight: 700;
  }

  .heading-46 {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
    font-size: 64px;
    font-weight: 700;
  }

  .text-center-5 {
    font-size: 18px;
  }

  .p-xl-start.p-xl-end {
    padding-top: 1em;
  }

  .wow-heading.wow-gradient.big {
    background-image: linear-gradient(172deg, #015a68 32%, #769ae0 76%);
    padding-top: 20px;
    font-family: DM Sans, sans-serif;
    font-size: 3.5em;
  }

  .btn-primary.inside-input.default.white-mb {
    background-color: var(--cornflower-blue);
  }

  .flex-block, .image-cover-3, .image-cover-4 {
    display: none;
  }

  .form-field-text {
    border-radius: 11px;
  }

  .sub-header-img.contact-us {
    box-shadow: none;
  }

  .form-button {
    background-color: #015a68;
    border-color: #015a68;
  }

  .lil-rule {
    background-color: #015a68;
  }

  .icon-6 {
    filter: brightness(114%);
  }

  .sub-heading-text.contact {
    color: #015a68;
  }

  .subhead {
    color: #000;
  }

  .heading-48 {
    color: var(--primary);
  }

  .heading-52, .heading-53, .heading-55, .heading-56, .heading-57 {
    color: var(--cornflower-blue);
  }

  .heading-57.ee {
    font-family: "Fa solid 900", sans-serif;
  }

  .section-11.dfsdf {
    display: none;
  }

  ._111.padding {
    width: 95%;
  }

  .bold-text-7 {
    color: var(--primary);
  }

  .bold-text-8, .heading-63 {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
  }

  .mg-bottom-16px {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
    font-size: 42px;
    font-weight: 700;
  }

  .comote-ayuda {
    padding-top: 0;
  }

  .heading-h1-size.color-accent-1 {
    color: var(--primary);
  }

  .tab-left-icon.small.center.w--current {
    border-color: #015a68;
  }

  .fs-cc-prefs_label {
    color: #015a68;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
    display: flex;
  }

  .fs-cc-banner_button {
    background-color: #015a68;
  }

  .fs-cc-banner_button.fs-cc-button-alt {
    color: #015a68;
    border-color: #015a68;
  }

  .fs-cc-prefs_button {
    background-color: #015a68;
  }

  .fs-cc-prefs_button.fs-cc-button-alt {
    color: var(--primary);
  }

  .paragraph-61, .paragraph-62, .paragraph-63 {
    font-family: DM Sans, sans-serif;
  }

  .checkbox-field {
    padding-top: 7px;
  }

  .checkbox-label-5._5544 {
    color: var(--gray);
  }

  .link-4 {
    color: var(--primary);
    text-decoration: underline;
  }

  .header-cell.right._555 {
    background-image: none;
  }

  .cell.right {
    background-image: none;
    width: 100%;
  }

  .gallery-wrapper {
    display: block;
  }

  .modal-overlay, .modal-overlay.modal_cat {
    display: none;
  }

  .paragraph-standard {
    font-family: DM Sans, sans-serif;
  }

  .modal-element {
    max-width: 58vw;
  }

  .module-header-left {
    z-index: 100;
  }

  .left-arrow {
    color: var(--primary);
  }

  .slide-navigation {
    filter: hue-rotate(290deg);
  }

  .sdfsdf {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-67 {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
    font-size: 38px;
    font-weight: 700;
  }

  .bold-text-12 {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
  }

  .mask {
    width: 100%;
  }

  .img {
    padding-left: 35px;
    padding-right: 35px;
  }

  .left-arrow-2 {
    color: var(--primary);
    width: 4%;
  }

  .right-arrow-2 {
    background-image: none;
    width: 8%;
  }

  .slide-nav-2 {
    filter: hue-rotate(237deg);
  }

  .icon-9 {
    color: var(--primary);
  }

  .slider {
    background-color: #0000;
    top: 50%;
    overflow: hidden;
    transform: none;
  }

  .slider2 {
    top: auto;
    transform: none;
  }

  .mask2 {
    width: 100%;
  }

  .bold-text-18 {
    font-family: DM Sans, sans-serif;
    font-size: 20px;
  }

  .form-wrapper {
    max-width: 520px;
  }

  .gradient-filter {
    opacity: .44;
  }

  .container-6 {
    padding: 0;
  }

  .right {
    border-radius: 0;
  }

  .p-16 {
    font-family: DM Sans, sans-serif;
    font-size: 26px;
  }

  .heading-70 {
    color: var(--white);
    font-family: DM Sans, sans-serif;
    font-size: 72px;
    font-weight: 700;
  }

  .heading-71 {
    color: var(--primary);
    margin-top: 53px;
    font-family: DM Sans, sans-serif;
    font-size: 72px;
  }

  .html-embed-3._181 {
    min-width: 30vw;
    max-width: 40vw;
  }

  .html-embed-3.init {
    min-width: 20vw;
    max-width: 30vw;
  }

  .heading-72 {
    justify-content: center;
    display: flex;
  }

  .card-2 {
    background-color: #fff;
    min-width: 30vw;
    max-width: 30vw;
    min-height: 430px;
    max-height: 430px;
  }

  .card-header {
    background-image: url('../images/ransom.png');
  }

  .card-header._2 {
    background-image: url('../images/ransom2.png');
  }

  .card-header._4 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-44-31.png');
  }

  .div-block-38 {
    min-width: 100vw;
    max-width: 100vw;
    padding-top: 50px;
    display: flex;
  }

  .heading-74, .heading-75, .heading-76 {
    color: var(--primary);
    font-size: 26px;
  }

  .checkbox-label-6 {
    color: var(--primary);
  }

  .nav-block {
    display: none;
  }

  .text-block-10 {
    color: var(--blue-text-50);
  }

  .list_beneficios {
    grid-column-gap: 16px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    list-style-type: square;
    display: flex;
  }

  .list-item-1 {
    text-decoration: none;
    list-style-type: square;
    display: block;
    overflow: visible;
  }

  .list-item-2 {
    display: block;
  }

  .list-item-3 {
    list-style-type: square;
    display: block;
  }

  .list-item-4, .list-item-5 {
    display: block;
  }

  .section-info-norma {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .sec_caracter.without-bottom-spacing {
    background-color: #fff;
  }

  .sec_caracter.with-bg-light-blue.especializaciones {
    padding-top: 52px;
  }

  .sec_caracter.number-block {
    background-color: #fff;
    margin-top: -100px;
  }

  .sec_caracter.home-banner {
    height: 700px;
    padding-top: 120px;
  }

  .sec_caracter.funcionalidades {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 42px;
  }

  .base-container {
    max-width: 1420px;
    padding-bottom: 30px;
  }

  .menu-button {
    display: none;
  }

  .nav-link-man {
    padding-left: 20px;
  }

  .nav-link-man:hover {
    color: var(--cornflower-blue);
  }

  .nav-link-man.w--current {
    color: var(--cornflower-blue);
    font-weight: 700;
  }

  .nav-link-man.exito {
    display: block;
  }

  .nav-link-man.wwww, .nav-link-man.ree {
    display: none;
  }

  .nav-link-man.ddd {
    color: var(--blue-text-50);
    font-size: 18px;
    display: flex;
  }

  .nav-link-man.ddd:hover {
    color: var(--cornflower-blue);
  }

  .nav-link-man.ddd.w--current {
    font-weight: 500;
    display: flex;
  }

  .nav-link-man.ddd.exito {
    display: none;
  }

  .nav-dropdown {
    display: flex;
  }

  .nav-dropdown-toggle, .nav-dropdown-list, .nav-dropdown-link-wrapper, .nav-dropdown-link {
    display: none;
  }

  .text-center {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    display: inline-flex;
  }

  .text-center.wwwwww {
    color: var(--primary);
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    font-family: DM Sans, sans-serif;
    font-size: 72px;
    font-weight: 700;
    display: inline-flex;
  }

  .text-center.wwwwww.sdfsdf.k {
    padding-top: 220px;
    font-size: 18px;
  }

  .coming-soon-heading {
    color: var(--primary);
  }

  .nav-menu-wrapper {
    min-height: 10vh;
  }

  .section-title-wrapper {
    max-width: 1280px;
  }

  .section-subtitle.text-orange {
    color: var(--dark-blue);
    text-align: left;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 64px;
    font-weight: 700;
  }

  .section-subtitle.text-orange.nbnh {
    color: var(--dark-blue);
    text-align: center;
    font-family: DM Sans, sans-serif;
    font-size: 34px;
  }

  .section-subtitle.text-orange.hgfddfshfg {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
  }

  .section-subtitle.text-orange.titleman {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
  }

  .career-customers-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .primary-button-white.none-display.primary-button {
    margin-left: 70px;
  }

  .primary-button-white.none-display.primary-button.ssss._56 {
    min-width: 20vw;
    max-width: 20vw;
    margin-left: auto;
    margin-right: auto;
  }

  .primary-button-white.dfdfd.sdfsdf {
    color: var(--primary);
  }

  .primary-button-white.dfdfd.sdfsdf:hover {
    color: var(--light-blue);
  }

  .home-banner-slider {
    height: 680px;
  }

  .banner-text-content {
    max-width: 1000px;
    margin-top: 180px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .service-card-paragraph {
    color: var(--dark-blue);
    font-family: DM Sans, sans-serif;
  }

  .servise-icon {
    filter: hue-rotate(337deg);
  }

  .banner-icons-block.display-block {
    margin-top: 20px;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .big-text-block {
    color: var(--cornflower-blue);
  }

  .subscribe.without-bottom-spacing.bb {
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .team-content-title.fgf {
    margin-bottom: 9px;
  }

  .form-footer {
    grid-column-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-auto-rows: 1fr;
  }

  .footer-rights-wrap, .banner-paragraph.text-white {
    width: 100%;
  }

  .logo-clients {
    height: 40px;
  }

  .team-home-wrapper {
    padding-left: 9.3%;
  }

  .team-title-wrapper {
    width: 33%;
  }

  .right-arrow-slide-team {
    left: -173%;
  }

  .left-arrow-slide-team {
    left: -49%;
  }

  .team-slider-wrapper {
    width: 67%;
  }

  .image-banner-home, .banner-image-home {
    height: 700px;
  }

  .banner-home-content-wrap {
    padding-top: 20px;
  }

  .hero-paragraph {
    width: 50%;
    font-size: 55px;
  }

  .hero-section {
    background-image: linear-gradient(360deg, #222, #2220), url('../images/charles-forerunner-3fPXt37X6UQ-unsplash.jpg');
    min-height: 100vh;
  }

  .hero-section.vectio-hero {
    background-image: linear-gradient(360deg, #222, #2220);
  }

  .hero-heading {
    padding-top: 251px;
    font-family: Droid Serif, serif;
    font-size: 48px;
  }

  .heading {
    color: var(--dark-blue);
    text-align: justify;
    font-family: DM Sans, sans-serif;
    font-size: 24px;
    font-weight: 400;
  }

  .safe-section.dfgdfg {
    background-color: #fff;
    background-image: linear-gradient(#2222222b, #222), url('../images/towfiqu-barbhuiya-nApaSgkzaxg-unsplash.jpg');
    background-position: 0 0, 50%;
    min-height: 420px;
    padding-top: 0;
  }

  .safe-section.rrrr {
    display: none;
  }

  .safe-heading {
    font-family: DM Sans, sans-serif;
    font-size: 52px;
    font-weight: 700;
  }

  .heading-12 {
    color: var(--cornflower-blue);
    font-family: Droid Sans, sans-serif;
  }

  .hero-section-2.vectio {
    background-image: linear-gradient(360deg, #222, #2220), url('../images/highway-g864e45ca6_1280.jpg');
  }

  .hero-section-2.vectio.partnerman.sdfsdfsd {
    display: none;
  }

  .image-4.sdfsdf {
    max-width: 100%;
  }

  .section-3.cloneables-listing {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .float-background-purple {
    width: 49%;
  }

  .grid-two-columns---brix.grid-align-center {
    grid-template-columns: 1fr 1fr;
  }

  .container_p {
    max-width: 1400px;
    margin-top: 0;
    padding-top: 20px;
  }

  .text_features {
    font-family: DM Sans, sans-serif;
    font-size: 20px;
  }

  .button._55555 {
    background-color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 18px;
  }

  .h1_features {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 24px;
    font-weight: 700;
  }

  .col_40 {
    padding-right: 0;
  }

  .icon {
    filter: hue-rotate(312deg);
  }

  .card_base_new {
    padding-top: 35px;
  }

  .h1_example {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
    font-size: 64px;
    font-weight: 700;
  }

  .paragraph-25 {
    font-family: DM Sans, sans-serif;
    font-size: 24px;
  }

  .sec_catalog {
    background-color: #dee9ee;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-faq-2 {
    display: none;
  }

  .title.testimonial-v1---brix, .title.avatar-name-v1---brix {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
  }

  .cloneable-container-default-2 {
    display: none;
  }

  .paragraph---brix.testimonial-v1---brix {
    font-family: DM Sans, sans-serif;
  }

  .card.cta-bg-image {
    padding-left: 94px;
    padding-right: 94px;
  }

  .testimonial-logo-badge {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .section-4.ovf-none.oculta {
    display: flex;
  }

  .paragraph-40 {
    color: var(--dark-blue);
  }

  .paragraph-40.vvv {
    color: var(--light-blue);
  }

  .h2-2 {
    color: var(--cornflower-blue);
    font-weight: 700;
  }

  .inner-container._700px.center {
    max-width: 1500px;
  }

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

  .grid-3-columns-3._1-col-tablet._444._2, .grid-3-columns-3.fsdf {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-5.hdgdg {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 50px;
    display: block;
  }

  .section-5.hdgdg._44 {
    display: none;
  }

  .heading-39 {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 72px;
    font-weight: 700;
  }

  .container-4 {
    color: #fff;
    background-color: #fff;
  }

  .item-wrap {
    background-color: #fff;
    display: none;
  }

  .video-hero-1 {
    display: none;
  }

  .square-icon.large.mg-bottom-32px {
    filter: hue-rotate(297deg);
  }

  .square-icon.width-48px.mg-right-16px {
    filter: hue-rotate(315deg);
  }

  .sec_usa_ara._655 {
    margin-top: 57px;
    padding-top: 0;
  }

  .section-7._045485, .icon-button, .icon-button.is-selected {
    display: none;
  }

  .bd-heading.h4 {
    color: #015a68;
  }

  .bd-heading.h2.nospace {
    color: var(--cornflower-blue);
  }

  .bd-heading.h3.filter-search-a {
    font-family: DM Sans, sans-serif;
  }

  .bd-div.accordian-wrap, .bd-searchbar {
    display: none;
  }

  .bd-button.xbdfgdgdfg {
    background-color: var(--cornflower-blue);
  }

  .bd-image.search-icon {
    display: none;
  }

  .bd-listing-item {
    min-width: 20vw;
  }

  .video-link, .benefit-block-1 {
    display: none;
  }

  .paragraph-45 {
    font-family: DM Sans, sans-serif;
    font-size: 20px;
  }

  .main-container {
    max-width: 1300px;
  }

  .icon-4.tp, .trusted-by-wrap {
    display: none;
  }

  .byoutube, .byoutube:hover {
    background-color: var(--cornflower-blue);
  }

  .hero-image-block {
    min-height: 520px;
  }

  .h1 {
    color: var(--cornflower-blue);
    text-align: center;
    padding-bottom: 40px;
    font-family: DM Sans, sans-serif;
    font-size: 50px;
    font-weight: 700;
  }

  .heading-46 {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 64px;
    font-weight: 700;
  }

  .text-center-5 {
    font-size: 18px;
  }

  .wow-heading.wow-gradient.big {
    background-image: linear-gradient(172deg, var(--cornflower-blue) 32%, #769ae0 76%);
    font-size: 4em;
  }

  .grid-2-columns.gap-56px {
    grid-column-gap: 43px;
  }

  .btn-primary.inside-input.default.white-mb {
    background-color: var(--cornflower-blue);
  }

  .image-cover-4.dfdfdf {
    display: block;
  }

  .paragraph-2 {
    color: #556575;
    font-size: 17px;
  }

  .form-field-text {
    border-radius: 11px;
  }

  .sub-header-img.contact-us {
    box-shadow: none;
  }

  .h4 {
    font-size: 22px;
  }

  .form-button {
    background-color: #015a68;
    border-color: #fff;
  }

  .form-button:hover {
    background-color: #189fb4;
  }

  .lil-rule {
    color: var(--primary);
    background-color: #015a68;
  }

  .icon-6 {
    filter: brightness(114%) hue-rotate();
  }

  .benefit-block {
    flex: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading-47 {
    font-weight: 600;
  }

  .heading-47._30px {
    letter-spacing: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .sub-heading-text.contact {
    color: #015a68;
    -webkit-text-stroke-color: #015a68;
  }

  .col-md-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-2:hover {
    box-shadow: none;
  }

  .subhead {
    color: #000;
  }

  .heading-48 {
    color: var(--primary);
  }

  .section-11.dfsdf {
    display: none;
  }

  ._111.padding {
    width: 95%;
    display: flex;
  }

  .bold-text-7 {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
    font-size: 72px;
  }

  .bold-text-8 {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
  }

  .bold-text-9 {
    color: var(--primary);
    justify-content: center;
    font-family: DM Sans, sans-serif;
    display: flex;
  }

  .heading-63 {
    color: var(--primary);
  }

  .section-13.mod--lectures.gggh.e {
    display: none;
  }

  .mg-bottom-16px {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 42px;
    font-weight: 700;
  }

  .comote-ayuda {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 29px;
  }

  .heading-h1-size.color-accent-1, .circle-number.mg-bottom-32px {
    color: var(--cornflower-blue);
  }

  .mg-bottom-56px {
    font-family: DM Sans, sans-serif;
    font-size: 24px;
  }

  .heading-64 {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
    font-size: 72px;
    font-weight: 700;
  }

  .section-15.bg-image.content-section-v11.vb {
    display: none;
  }

  .tab-left-icon.small.center.w--current {
    border-color: var(--cornflower-blue);
  }

  .text-block-5, .text-block-6, .text-block-7 {
    padding-left: 10px;
  }

  .fs-cc-prefs_label {
    color: #015a68;
    -webkit-text-stroke-color: #015a68;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
    display: flex;
  }

  .fs-cc-prefs_button {
    background-color: var(--cornflower-blue);
  }

  .fs-cc-prefs_button.fs-cc-button-alt {
    color: #015a68;
    -webkit-text-stroke-color: var(--primary);
    background-color: #fff;
    border-color: #015a68;
  }

  .paragraph-61, .paragraph-62, .paragraph-63 {
    font-family: DM Sans, sans-serif;
    font-size: 22px;
  }

  .image-11, .image-12 {
    display: none;
  }

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

  .div-block-35 {
    font-family: DM Sans, sans-serif;
    font-size: 24px;
    line-height: 1.4em;
  }

  .checkbox-field {
    padding-top: 11px;
  }

  .checkbox-label-5 {
    color: var(--cornflower-blue);
  }

  .checkbox-label-5._5544 {
    color: var(--gray);
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-4 {
    color: var(--primary);
    text-decoration: underline;
  }

  .cell-text {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
  }

  .cell-text.strong.center {
    color: var(--primary);
  }

  .header-cell.right._555 {
    background-image: none;
  }

  .cell.right {
    background-image: none;
    width: 100%;
  }

  .dfdfdf {
    display: none;
  }

  .gallery-wrapper {
    background-color: #fff;
    padding-top: 0;
    display: block;
  }

  .modal-overlay.modal_cat {
    display: none;
  }

  .paragraph-standard {
    font-family: DM Sans, sans-serif;
  }

  .modal-element {
    max-width: 58vw;
  }

  .module-header-left {
    z-index: 100;
    position: relative;
  }

  .left-arrow {
    color: var(--primary);
  }

  .slide-navigation {
    filter: hue-rotate(180deg);
    display: block;
  }

  .sdfsdf {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-67 {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
    font-size: 38px;
    font-weight: 700;
  }

  .slider3 {
    transform: none;
  }

  .mask {
    width: 100%;
  }

  .img {
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-arrow-2 {
    width: 4%;
  }

  .right-arrow-2 {
    background-image: none;
    width: 8%;
  }

  .slide-nav-2 {
    filter: hue-rotate(237deg);
  }

  .icon-9 {
    color: var(--cornflower-blue);
  }

  .text-block-8 {
    display: none;
  }

  .bold-text-13 {
    font-family: DM Sans, sans-serif;
    font-size: 20px;
  }

  .bold-text-14 {
    font-family: DM Sans, sans-serif;
  }

  .slider, .slider2 {
    transform: none;
  }

  .mask2 {
    width: 100%;
  }

  .bold-text-16 {
    font-family: DM Sans, sans-serif;
  }

  .form-wrapper {
    max-width: 720px;
  }

  .gradient-filter {
    opacity: .44;
  }

  .container-6 {
    padding: 0;
  }

  .right {
    border-radius: 0;
  }

  .p-16 {
    font-family: DM Sans, sans-serif;
    font-size: 26px;
  }

  .heading-70 {
    color: var(--white);
    font-family: DM Sans, sans-serif;
    font-size: 72px;
    font-weight: 700;
  }

  .heading-71 {
    color: var(--primary);
    margin-top: 62px;
    font-family: DM Sans, sans-serif;
    font-size: 72px;
    font-weight: 700;
  }

  .html-embed-3._181 {
    min-width: 30vw;
    max-width: 40vw;
  }

  .html-embed-3._181.last {
    padding-top: 0;
  }

  .html-embed-3.init {
    min-width: 30vw;
    max-width: 30vw;
  }

  .heading-72 {
    float: none;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .card-2 {
    background-color: #fff;
    min-width: 30vw;
    max-width: 30vw;
    min-height: 430px;
    max-height: 430px;
  }

  .card-header {
    background-image: url('../images/ransom.png');
  }

  .card-header._2 {
    background-image: url('../images/ransom2.png');
  }

  .div-block-38 {
    min-width: 100vw;
    max-width: 100px;
    padding-top: 50px;
    display: flex;
  }

  .heading-74, .heading-75, .heading-76 {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
    font-size: 30px;
  }

  .checkbox-label-6 {
    color: var(--primary);
  }

  .nav-block {
    display: none;
  }

  .text-block-10 {
    color: var(--blue-text-50);
  }

  .list_beneficios {
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .sec_caracter {
    background-color: var(--white);
    font-size: 24px;
  }

  .sec_caracter.banner, .sec_caracter.changelog-banner {
    padding-top: 200px;
  }

  .sec_caracter.without-bottom-spacing {
    background-color: #fff;
    padding-top: 33px;
    font-weight: 500;
  }

  .sec_caracter.without-bottom-spacing.wwwwd {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .sec_caracter.banner-faq {
    padding-top: 200px;
  }

  .sec_caracter.about-us-banner {
    height: 675px;
  }

  .sec_caracter.without-top-spacing {
    padding-top: 0;
  }

  .sec_caracter.with-bg-light-blue {
    padding-top: 0;
    padding-bottom: 35px;
    display: flex;
  }

  .sec_caracter.with-bg-light-blue._6666 {
    padding-top: 40px;
  }

  .sec_caracter.with-bg-light-blue.especializaciones {
    padding-bottom: 60px;
  }

  .sec_caracter.number-block {
    background-color: var(--white);
  }

  .sec_caracter.bg-light-blue {
    display: flex;
  }

  .sec_caracter.bg-light-blue.vff {
    color: var(--cornflower-blue);
  }

  .sec_caracter.join-us-banner {
    background-color: #fff;
  }

  .sec_caracter.join-us-details {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null), url('../images/pexels-andrea-piacquadio-3881181-1-1_1pexels-andrea-piacquadio-3881181 (1) (1).webp');
    background-position: 0 0, 0 0, 50% 25%;
  }

  .sec_caracter.pricing-banner {
    color: #196475;
    height: 675px;
  }

  .sec_caracter.blog-post {
    padding-top: 180px;
  }

  .sec_caracter.home-banner {
    height: 840px;
    padding-top: 200px;
  }

  .sec_caracter.funcionalidades {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .base-container {
    max-width: 1450px;
  }

  .primary-button, .primary-button.full-width-mobile {
    background-color: var(--cornflower-blue);
  }

  .primary-button.full-width-mobile:hover {
    color: #fff;
  }

  .nav-container {
    max-width: 20000px;
    padding-top: 0;
    padding-left: 0;
  }

  .menu-button {
    display: none;
  }

  .nav-link-man {
    font-size: 20px;
    transition: color .2s;
  }

  .nav-link-man:hover {
    color: var(--cornflower-blue);
  }

  .nav-link-man.w--current {
    color: var(--orange);
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    font-weight: 700;
    position: static;
  }


  .nav-link-man.ree {
    display: flex;
  }

  .nav-link-man.ree.ccc {
    display: none;
  }

  .nav-link-man.ddd {
    font-size: 20px;
    display: flex;
  }

  .nav-link-man.ddd.w--current {
    color: var(--blue-text-50);
    -webkit-text-stroke-color: var(--blue-text-50);
    display: flex;
  }

  .nav-link-man.ddd.exito {
    display: none;
  }

  .nav-link-man.ddd.exito.w--current, .nav-dropdown {
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .nav-dropdown-link-wrapper, .nav-dropdown-link {
    display: none;
  }

  .nav-item-title {
    font-size: 20px;
  }

  .text-center {
    color: var(--cornflower-blue);
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 64px;
    font-weight: 700;
  }

  .text-center.wwwwww {
    min-width: 100%;
    font-family: DM Sans, sans-serif;
    font-size: 72px;
    display: block;
    overflow: visible;
  }

  .text-center.wwwwww.sdfsdf.k {
    padding-top: 160px;
    font-size: 22px;
  }

  .coming-soon-paragraph {
    width: 55%;
  }

  .coming-soon-page-wrap {
    width: 97vw;
    height: 80vh;
  }

  .coming-soon-heading {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 72px;
    font-weight: 700;
  }

  .nav-menu-wrapper {
    min-height: 10vh;
  }

  .footer {
    color: var(--cornflower-blue);
    padding-bottom: 37px;
  }

  .footer.footerman {
    color: var(--dark-blue);
    background-color: #01252a;
    padding-top: 33px;
    padding-bottom: 75px;
  }

  .body-with-background {
    background-color: #f5f5f500;
    display: block;
  }

  .body-with-background.legal {
    color: var(--primary);
    flex-direction: column;
    align-items: center;
    font-family: DM Sans, sans-serif;
    font-size: 22px;
    display: flex;
  }

  .section-title-wrapper {
    max-width: 1000px;
  }

  .section-subtitle.text-white {
    font-size: 22px;
  }

  .section-subtitle.text-orange {
    color: var(--dark-blue);
    text-align: left;
    font-family: DM Sans, sans-serif;
    font-size: 26px;
    font-weight: 700;
  }

  .section-subtitle.text-orange.fghd {
    color: var(--cornflower-blue);
    margin-top: 80px;
  }

  .section-subtitle.text-orange.fghd.ff {
    margin-top: 30px;
    font-size: 64px;
  }

  .section-subtitle.text-orange.ttt {
    color: var(--cornflower-blue);
  }

  .section-subtitle.text-orange.cggdbg {
    font-size: 36px;
  }

  .section-subtitle.text-orange.nbnh {
    text-align: center;
    font-size: 34px;
  }

  .section-subtitle.text-orange.hgfddfshfg {
    color: var(--cornflower-blue);
    padding-top: 30px;
    font-size: 58px;
  }

  .section-subtitle.text-orange.titleman {
    color: var(--cornflower-blue);
    min-width: 64px;
    font-size: 64px;
  }

  .paragraph-large {
    text-align: left;
    font-size: 22px;
    text-decoration: none;
  }

  .section-title-description {
    color: var(--dark-blue);
    text-align: justify;
    font-family: DM Sans, sans-serif;
    font-size: 24px;
  }

  .services-item-description {
    text-align: justify;
    font-family: DM Sans, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  .pricing-plan-item-title.text-orange {
    color: #1c92948c;
  }

  .section-title {
    color: var(--cornflower-blue);
  }

  .footer-social-icon {
    font-family: "Fa brands 400", sans-serif;
  }

  .testominials-cards-banner {
    padding-bottom: 130px;
  }

  .primary-button-white {
    color: var(--cornflower-blue);
  }

  .primary-button-white:hover {
    background-color: var(--cornflower-blue);
  }

  .primary-button-white.none-display.primary-button {
    background-color: var(--cornflower-blue);
    color: var(--gray);
    margin-left: 0;
    font-family: DM Sans, sans-serif;
    display: flex;
    overflow: visible;
  }

  .primary-button-white.none-display.primary-button:hover {
    background-color: var(--light-blue);
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
  }

  .primary-button-white.none-display.primary-button.ssss {
    min-width: 20vw;
    max-width: 20vw;
    margin-top: 23px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .primary-button-white.none {
    display: block;
  }

  .primary-button-white.dfdfd {
    padding-top: 14px;
  }

  .primary-button-white.dfdfd:hover {
    background-color: var(--cornflower-blue);
  }

  .primary-button-white.dfdfd.sdfsdf:hover {
    background-color: var(--cornflower-blue);
    color: var(--white);
  }

  .home-banner-slider {
    height: 840px;
  }

  .secondary-button {
    border-color: var(--cornflower-blue);
    color: var(--cornflower-blue);
    transition: background-color .3s;
  }

  .home-buttons-wrapper {
    color: var(--cornflower-blue);
    margin-top: 2vh;
  }

  .navbar-fixed {
    position: fixed;
  }

  .banner-text-content {
    width: 90%;
    max-width: 1200px;
    margin-top: 260px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .service-card-paragraph {
    color: var(--dark-blue);
    text-align: left;
    font-family: DM Sans, sans-serif;
  }

  .servise-icon {
    filter: hue-rotate(157deg);
  }

  .banner-icons-block.display-block {
    margin-top: 80px;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .responsive-center {
    color: var(--cornflower-blue);
    font-size: 72px;
  }

  .responsive-center.wwwf {
    color: var(--cornflower-blue);
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 52px;
    font-weight: 700;
  }

  .home-banner-brands {
    width: 140px;
  }

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

  .rich-text-style li {
    background-image: none;
    background-position: 0 0;
  }

  .subscribe-block {
    filter: hue-rotate(321deg);
  }

  .brand {
    margin-left: 100px;
    margin-right: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-home-banner.text-center {
    color: var(--dark-blue);
    font-family: DM Sans, sans-serif;
    font-size: 24px;
    font-weight: 400;
  }

  .big-text-block {
    color: #015a68;
  }

  .service-item-block.dgdfgdfg {
    background-color: #fff0;
    padding-left: 4px;
  }

  .subscribe.without-bottom-spacing {
    background-color: #fff;
  }

  .subscribe.without-bottom-spacing.bb {
    background-color: #015a68e3;
    min-width: 100vw;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .big-title-block {
    color: var(--dark-blue);
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .big-title-block.ttt {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .team-content-title.fgf {
    margin-bottom: -9px;
  }

  .text-orange {
    color: var(--cornflower-blue);
  }

  .form-footer {
    grid-template-rows: auto auto auto;
  }

  .footer-top-wrapper {
    justify-content: center;
  }

  .footer-copyrights-link {
    color: var(--gray);
    font-family: DM Sans, sans-serif;
    font-size: 22px;
  }

  .footer-form {
    padding-top: 0;
  }

  .footer-links-block {
    width: 70%;
  }

  .footer-rights-wrap {
    flex: 0 auto;
    order: 0;
    align-self: flex-end;
    width: 100%;
    display: block;
  }

  .footer-textarea {
    min-height: 150px;
  }

  .text-footer {
    color: var(--cornflower-blue);
  }

  .dark-blue {
    color: var(--gray);
    font-family: DM Sans, sans-serif;
    font-size: 22px;
  }

  .dark-blue.w--current {
    color: #e5ffc9;
  }

  .text-block-success {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 48px;
  }

  .text-block-success._21 {
    font-size: 32px;
  }

  .text-block-error {
    color: #d6171a;
  }

  .button-nav-block {
    display: block;
  }

  .button-nav-wrapper {
    color: var(--cornflower-blue);
    padding-left: 10px;
  }

  .banner-paragraph.text-white {
    color: var(--primary-light);
    text-align: center;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.5em;
  }

  .banner-image-about {
    height: 675px;
  }

  .banner-content-wrap {
    grid-row-gap: 165px;
  }

  .none {
    display: none;
  }

  .right-arrow-banner, .left-arrow-banner {
    width: 58px;
    height: 58px;
  }

  .services-image {
    max-width: 100%;
  }

  .team-home-wrapper {
    padding-left: 19.5%;
  }

  .team-title-wrapper {
    width: 24%;
  }

  .right-arrow-slide-team {
    left: -143%;
  }

  .left-arrow-slide-team {
    left: -31%;
  }

  .team-slider-wrapper {
    width: 76%;
  }

  .services-block-wrapper {
    min-width: 1600px;
    padding-left: 95px;
  }

  .services-image-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: flex;
  }

  .paragraph-service {
    color: var(--dark-blue);
    text-align: justify;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  .image-banner-about {
    height: 675px;
  }

  .image-banner-join-us {
    opacity: .68;
    outline-offset: 0px;
    mix-blend-mode: multiply;
    outline: 2px solid #193175;
  }

  .banner-image-pricing {
    height: 675px;
  }

  .pricing-image-banner {
    opacity: .68;
    outline-offset: 0px;
    mix-blend-mode: multiply;
    outline: 2px solid #193175;
    height: 675px;
  }

  .pricing-banner-wrap {
    grid-row-gap: 165px;
  }

  .contact-map-wrap {
    width: 65%;
  }

  .image-banner-home {
    height: 840px;
  }

  .banner-image-home {
    padding-left: 100px;
  }

  .background-video {
    flex: 0 auto;
    display: block;
  }

  .paragraph {
    text-align: justify;
  }

  .image-2 {
    min-width: 120%;
    max-width: 120%;
  }

  .hero-paragraph {
    width: 70%;
    font-size: 64px;
  }

  .hero-section {
    background-image: url('../images/charles-forerunner-3fPXt37X6UQ-unsplash.jpg'), linear-gradient(360deg, #222, #2220);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
    min-height: 100vh;
  }

  .hero-section.ffccse-hero {
    background-image: linear-gradient(344deg, #222, #2220), url('../images/charles-forerunner-3fPXt37X6UQ-unsplash.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .hero-section.ffccse-hero.wwwww {
    background-image: linear-gradient(68deg, #222 8%, #2220), url('../images/pexels-panumas-nikhomkhai-1148820.jpg');
  }

  .hero-section.vectio-hero {
    background-image: linear-gradient(360deg, #222, #2220);
  }

  .container {
    max-width: 1600px;
  }

  .hero-heading {
    margin-top: 0;
    padding-top: 400px;
    font-family: Droid Serif, serif;
    font-size: 48px;
  }

  .hero-heading.asa-heading {
    padding-top: 220px;
    font-size: 66px;
    font-weight: 700;
  }

  .heading {
    color: var(--dark-blue);
    text-align: justify;
    font-family: DM Sans, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
  }

  .heading-2 {
    color: var(--cornflower-blue);
    -webkit-text-stroke-color: var(--cornflower-blue);
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
  }

  .heading-3 {
    color: var(--cornflower-blue);
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
  }

  .support-square-image {
    color: var(--cornflower-blue);
  }

  .support-wrapper {
    margin-top: 28px;
    padding-top: 0;
  }

  .safe-section {
    background-image: linear-gradient(#2222222b, #222), url('../images/charles-forerunner-3fPXt37X6UQ-unsplash.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    display: block;
  }

  .safe-section.dfgdfg {
    background-image: linear-gradient(#2222222b, #222), url('../images/towfiqu-barbhuiya-nApaSgkzaxg-unsplash.jpg');
    background-position: 0 0, 100%;
    min-height: 550px;
  }

  .safe-section.rrrr {
    font-family: DM Sans, sans-serif;
    display: none;
  }

  .safe-paragraph {
    text-align: justify;
    font-family: DM Sans, sans-serif;
    font-size: 22px;
  }

  .safe-heading {
    font-family: DM Sans, sans-serif;
    font-size: 52px;
    font-weight: 700;
  }

  .content-section {
    background-color: #fff;
  }

  .why-acme-heading {
    color: var(--cornflower-blue);
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
    font-family: DM Sans, sans-serif;
    font-size: 78px;
    font-weight: 700;
  }

  .why-acme-paragraph {
    padding-top: 13px;
    padding-bottom: 31px;
    font-family: DM Sans, sans-serif;
    font-size: 22px;
  }

  .paragraph-18 {
    font-size: 20px;
  }

  .grid-services {
    padding-top: 25px;
  }

  .services-page {
    min-height: 250px;
    margin-top: 0;
  }

  .heading-4 {
    color: var(--dark-blue);
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
  }

  .heading-4._55555 {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-weight: 700;
  }

  .heading-5, .heading-6, .heading-7 {
    color: #015a68;
  }

  .heading-8, .heading-9 {
    color: #015a68;
    font-family: DM Sans, sans-serif;
  }

  .heading-10 {
    color: #015a68;
  }

  .heading-11 {
    color: var(--cornflower-blue);
  }

  .heading-12 {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 24px;
  }

  .heading-13, .heading-14, .heading-15 {
    color: var(--cornflower-blue);
  }

  .heading-16, .heading-17 {
    color: var(--cornflower-blue);
    -webkit-text-stroke-color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
  }

  .heading-18, .heading-19 {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
  }

  .section-2 {
    color: var(--cornflower-blue);
  }

  .heading-20 {
    color: var(--cornflower-blue);
    -webkit-text-stroke-color: var(--cornflower-blue);
  }

  .heading-21, .heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .heading-27, .heading-28, .heading-29, .heading-30, .heading-31 {
    color: var(--cornflower-blue);
  }

  .hero-paragraph-2 {
    font-size: 20px;
  }

  .hero-section-2 {
    background-image: linear-gradient(360deg, #222, #2220), url('../images/barley-g2518cebcb_1280.jpg');
    padding-top: 0;
  }

  .hero-section-2.vectio {
    background-image: linear-gradient(360deg, #222, #2220), url('../images/sean-pollock-PhYq704ffdA-unsplash.jpg');
    padding-top: 0;
  }

  .hero-section-2.vectio.partnerman {
    background-image: linear-gradient(29deg, #222 7%, #2220), url('../images/pexels-lukas-590022.jpg');
  }

  .hero-section-2.vectio.partnerman.sdfsdfsd {
    display: none;
  }

  .hero-section-2.dfgdfgd {
    background-image: linear-gradient(360deg, #222, #2220), url('../images/pexels-pixabay-290544.jpg');
  }

  .hero-heading-2 {
    width: 60%;
    font-size: 72px;
  }

  .paragraph-19, .paragraph-20 {
    font-size: 22px;
  }

  .paragraph-21 {
    -webkit-text-stroke-color: var(--cornflower-blue);
    font-size: 22px;
  }

  .image-4 {
    padding-top: 50px;
    padding-left: 100px;
  }

  .image-5 {
    filter: invert();
    padding-top: 50px;
    padding-left: 50px;
  }

  .image-5.wwww {
    filter: none;
  }

  .text-single-200.bold.text-color-neutral-800 {
    padding-top: 0;
    padding-bottom: 30px;
    font-size: 22px;
  }

  .cloneable-container-default.center {
    padding-bottom: 60px;
  }

  .pricing {
    margin-bottom: 0;
  }

  .pricing.pricing-2 {
    display: none;
  }

  .pricing.www {
    color: #6f6c909e;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 15px;
  }

  .icon-pricing---brix {
    filter: hue-rotate(295deg);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    mix-blend-mode: normal;
  }

  .container-785px-center {
    max-width: 842px;
  }

  .button-primary:hover {
    background-color: var(--cornflower-blue);
    color: #fff;
  }

  .pricing-card-1 {
    display: block;
  }

  .pricing-card-3 {
    display: none;
  }

  .section-3.cloneables-listing {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 40px;
    padding-bottom: 0;
    display: grid;
  }

  .icon-bullet---brix {
    filter: hue-rotate(288deg);
  }

  .container-default._100 {
    max-width: 1420px;
  }

  .pricing-card-2 {
    display: none;
  }

  .container_p {
    max-width: 1460px;
  }

  .text_features {
    font-size: 20px;
  }

  .button {
    background-color: var(--cornflower-blue);
    font-size: 18px;
  }

  .h1_features {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 26px;
    font-weight: 700;
  }

  .col_40 {
    padding-right: 0;
  }

  .icon {
    filter: hue-rotate(299deg);
    color: var(--cornflower-blue);
  }

  .h1_example {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 64px;
    font-weight: 700;
  }

  .paragraph-25 {
    font-size: 22px;
  }

  .sec_catalog {
    background-color: #e5f1ff;
    min-height: 80vh;
    padding: 0 0%;
    font-family: DM Sans, sans-serif;
  }

  .accordion-heading, .text-center-3, .bold-text, .bold-text-2, .bold-text-3 {
    color: var(--cornflower-blue);
  }

  .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31 {
    font-family: DM Sans, sans-serif;
  }

  .accordion-heading-2 {
    color: var(--dark-blue);
    font-family: DM Sans, sans-serif;
    font-weight: 700;
  }

  .section-faq-2 {
    padding-top: 60px;
    display: none;
  }

  .text-center-4 {
    color: var(--cornflower-blue);
  }

  .icon-3.accordion-icon {
    font-family: Material Icons, sans-serif;
  }

  .heading-38 {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 58px;
    font-weight: 700;
  }

  .bold-text-4 {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
  }

  .accor, .bold-text-6, .paragraph-32, .paragraph-33, .paragraph-34, .paragraph-35, .paragraph-36, .paragraph-37 {
    font-family: DM Sans, sans-serif;
  }

  .title.testimonial-v3---brix {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 58px;
    font-weight: 700;
  }

  .title.avatar-name-v1---brix {
    color: var(--cornflower-blue);
  }

  .title.testimonial-v1---brix {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
    font-size: 34px;
  }

  .title.avatar-name-v1---brix {
    color: var(--primary);
    font-size: 26px;
  }

  .container-default---brix {
    max-width: 1420px;
  }

  .cloneable-container-default-2 {
    background-color: #fafaff;
    padding-top: 70px;
    padding-bottom: 70px;
    display: none;
  }

  .paragraph---brix.testimonial-v1---brix {
    font-family: DM Sans, sans-serif;
    font-size: 24px;
  }

  .card.cta-bg-image {
    border-width: 0;
  }

  .testimonial-logo-badge {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-weight: 700;
  }

  .mg-bottom-32px {
    font-family: DM Sans, sans-serif;
    font-size: 20px;
  }

  .paragraph-38 {
    color: var(--dark-blue);
  }

  .blur-box {
    z-index: 10;
    border-color: #307b86;
    display: block;
    position: absolute;
  }

  .logo-code._80op {
    color: var(--cornflower-blue);
    min-width: 50px;
  }

  .section-4.ovf-none {
    text-align: left;
    background-color: #fff;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 5% 50px;
  }

  .section-4.ovf-none.oculta {
    display: flex;
  }

  .child-box {
    background-color: #fff;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    display: block;
  }

  .preview-block.bottom-left {
    border-width: 2px;
    border-color: #307b869e;
    height: 450px;
    display: flex;
  }

  .grid_2-1 {
    grid-template-columns: 1fr 1.25fr;
    justify-items: center;
    min-width: 1200px;
  }

  .h2 {
    color: var(--cornflower-blue);
  }

  .big-number {
    color: var(--gray);
    margin-bottom: 0;
  }

  .preview-img {
    z-index: 5;
    flex: 0 auto;
    display: block;
    position: absolute;
  }

  .container-3 {
    width: 100%;
    max-width: 1100px;
    min-height: 35vh;
  }

  .paragraph-40 {
    color: var(--dark-blue);
    text-align: justify;
    font-size: 24px;
  }

  .paragraph-40.vvv {
    color: var(--gray);
    text-align: center;
    font-size: 18px;
  }

  .child-box-2 {
    align-self: baseline;
    width: 65%;
  }

  .h2-2 {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 64px;
    font-weight: 700;
  }

  .preview-img-2 {
    z-index: 5;
    height: 100%;
  }

  .inner-container._600px.center {
    text-align: left;
    max-width: 1900px;
  }

  .inner-container._700px.center {
    max-width: 1500px;
  }

  .mg-bottom-24px {
    font-family: DM Sans, sans-serif;
    font-size: 22px;
    font-weight: 500;
  }

  .image-8.width-100 {
    filter: hue-rotate(329deg);
  }

  .grid-3-columns-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: ". . Area";
  }

  .grid-3-columns-3._1-col-tablet._444 {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .section-5 {
    background-color: #fff;
  }

  .section-5.hdgdg {
    padding-top: 40px;
    padding-bottom: 50px;
    display: block;
  }

  .section-5.hdgdg._44 {
    display: none;
  }

  .container-default-3 {
    max-width: 1920px;
    display: block;
  }

  .heading-39 {
    color: var(--cornflower-blue);
    text-align: center;
    font-family: DM Sans, sans-serif;
    font-size: 78px;
    font-weight: 700;
  }

  .heading-40, .heading-41, .heading-42 {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
  }

  .button-hero {
    padding-left: 254px;
  }

  .cc-blue {
    color: var(--dark-blue);
    font-family: DM Sans, sans-serif;
  }

  .h1-jumbo {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 64px;
    font-weight: 700;
  }

  .container-4 {
    margin-bottom: -1px;
  }

  .item-wrap {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 120px;
  }

  .play-icon {
    filter: hue-rotate(22deg);
    color: var(--cornflower-blue);
  }

  .paragraph-41.big {
    text-align: justify;
    font-family: DM Sans, sans-serif;
    font-size: 22px;
  }

  .button-gradient-2._1 {
    filter: hue-rotate(323deg);
  }

  .video-block-light {
    background-image: linear-gradient(270deg, #fff0 68%, #fff), url('../images/dan-lefebvre-RFAHj4tI37Y-unsplash.jpg');
  }

  .text-block-hero {
    width: 50%;
  }

  .video-hero-1 {
    height: 65vh;
    margin-bottom: 54px;
    padding-top: 0;
    display: none;
  }

  .container-hero {
    max-width: 75vw;
  }

  .square-icon.large.mg-bottom-32px {
    filter: hue-rotate(297deg);
  }

  .square-icon.large.mg-bottom-32px._44 {
    filter: brightness(151%) hue-rotate(296deg);
  }

  .square-icon.width-48px.mg-right-16px {
    filter: hue-rotate(309deg);
    color: var(--cornflower-blue);
  }

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

  .container-default-4 {
    max-width: 90vw;
  }

  .container-default-4.ddfd {
    max-width: 85vw;
  }

  .heading-43, .heading-44, .heading-45 {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 40px;
    font-weight: 700;
  }

  .brix---mg-bottom-0 {
    font-family: DM Sans, sans-serif;
    font-size: 22px;
  }

  .brix---heading-h3-size {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 32px;
  }

  .section-7 {
    padding-top: 10px;
    padding-bottom: 70px;
  }

  .section-7._045485 {
    display: none;
  }

  .paragraph-42, .paragraph-43, .paragraph-44 {
    font-family: DM Sans, sans-serif;
    font-size: 22px;
  }

  .text-block, .text-block-2, .text-block-3 {
    color: var(--cornflower-blue);
  }

  .ms-checkbox {
    color: var(--cornflower-blue);
    width: 22px;
    height: 22px;
  }

  .ms-checkbox.w--redirected-checked {
    background-color: var(--cornflower-blue);
    font-size: 22px;
    line-height: 22;
  }

  .div-block {
    margin-top: 32px;
    padding-bottom: 16px;
    padding-left: 22px;
  }

  .checkbox-label, .checkbox-label-2, .checkbox-label-3 {
    color: var(--dark-blue);
    padding-bottom: 7px;
    font-family: DM Sans, sans-serif;
    font-size: 20px;
  }

  .checkbox-label-4 {
    color: var(--dark-blue);
    padding-bottom: 7px;
    font-size: 20px;
  }

  .icon-button.is-selected {
    filter: hue-rotate(281deg) invert();
  }

  .bd-searchbars-container {
    display: none;
  }

  .bd-section.dashboard-section {
    background-color: var(--light-blue);
  }

  .bd-heading.h4 {
    color: var(--cornflower-blue);
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: DM Sans, sans-serif;
    font-size: 22px;
  }

  .bd-heading.h4.sdfsdf {
    color: var(--gray);
  }

  .bd-heading.h2.nospace {
    font-size: 36px;
  }

  .bd-heading.h3.filter-search-a {
    color: var(--cornflower-blue);
    margin-top: 10px;
    padding-top: 10px;
    font-family: DM Sans, sans-serif;
    font-size: 28px;
  }

  .bd-div.h-stack.dfdfdf {
    display: none;
  }

  .bd-paragraph.light {
    font-family: DM Sans, sans-serif;
    font-size: 20px;
  }

  .bd-paragraph.light.ddfdf {
    font-size: 16px;
  }

  .bd-button {
    background-color: var(--cornflower-blue);
    padding-top: 5px;
    font-family: DM Sans, sans-serif;
  }

  .bd-button.secondary-btn.light {
    min-width: 0;
  }

  .bd-button.secondary-btn.right.dfdf {
    background-color: var(--cornflower-blue);
    font-size: 16px;
    display: none;
  }

  .bd-button.xbdfgdgdfg {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .layout-toggle-wrap {
    display: none;
  }

  .bd-image.listing-category {
    width: 66px;
    height: 66px;
  }

  .bd-textblock.listing-tag {
    color: var(--cornflower-blue);
    font-size: 14px;
    display: none;
  }

  .bd-listing-item {
    min-width: 20vw;
    max-width: 20vw;
  }

  .bd-checkbox-label {
    font-family: DM Sans, sans-serif;
    font-size: 16px;
  }

  .nav-spacer {
    background-color: #f4f5f7;
    padding-top: 0;
  }

  .video-link, .benefit-block-1 {
    display: none;
  }

  ._1-2-grid {
    flex: 0 auto;
    grid-template-columns: 1fr 1.25fr;
    width: 100%;
  }

  .paragraph-45 {
    color: var(--dark-blue);
    text-align: justify;
    font-family: DM Sans, sans-serif;
    font-size: 20px;
  }

  .main-container {
    max-width: 1300px;
  }

  .icon-4 {
    filter: hue-rotate(207deg);
  }

  .trusted-by-wrap {
    display: none;
  }

  .byoutube {
    background-color: var(--cornflower-blue);
  }

  .byoutube:hover {
    background-color: var(--orange);
  }

  .trusted-by-text {
    color: var(--cornflower-blue);
  }

  .hero-image-block {
    background-image: url('../images/computer.jpg');
    min-height: 550px;
  }

  .main-section {
    padding-top: 40px;
  }

  .main-section.dgdfgdfg {
    background-image: url('../images/ara.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 4rem 2rem; /* opcional */      
  }   
    
  .h1 {
    color: var(--cornflower-blue);
    text-align: center;
    font-size: 60px;
  }

  .h1.dd {
    text-align: left;
    padding-bottom: 0;
    font-size: 60px;
  }

  .heading-46 {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 60px;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.7);     /* fondo blanco */
    display: inline-block;       /* ajusta el fondo al tamaño del texto */
    padding: 0.1em 0.2em;        /* añade espacio alrededor para mejor legibilidad */
    border-radius: 10px;  
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);   
  }

  .text-center-5 {
    font-size: 18px;
  }

  .infotext {
    font-family: DM Sans, sans-serif;
    font-size: .7em;
  }

  .p-xl-start.p-xl-end {
    padding-top: 3em;
  }

  .wow-heading.wow-gradient {
    background-image: linear-gradient(172deg, var(--cornflower-blue) 32%, #769ae0 76%);
    font-family: DM Sans, sans-serif;
  }

  .wow-heading.wow-gradient.big {
    padding-bottom: .5em;
    font-size: 5em;
  }

  .container-w2.gutter-outside {
    padding: 58px 35px 25px;
  }

  .p-sm-start.container-w3.text-center {
    padding-top: 1em;
  }

  .wow-animation {
    font-size: 18px;
  }

  .section-tablet-scroll-animation {
    width: 55%;
    height: 100%;
    margin-top: 91px;
    margin-left: 30px;
    padding-top: 0;
    padding-left: 0;
  }

  .section-tablet-scroll-animation.wwdfbdfg {
    width: 95%;
  }

  .text-block-4 {
    color: var(--cornflower-blue);
  }

  .cta-section.bg-image.cta-v9 {
    background-color: #fff;
    background-image: none;
  }

  .cta-section.bg-image.cta-v9.xcvxvxcv {
    background-image: url('../images/64c78939a6ee5a23fd5128ec_cta-v9-image-brix-templates.jpeg');
    background-position: 50%;
    background-size: auto;
    padding-top: 160px;
  }

  .grid-2-columns.cta-v11 {
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2-columns.cta-v9 {
    grid-template-columns: 7.75fr .6fr;
  }

  .grid-2-columns.gap-56px {
    grid-column-gap: 75px;
    grid-template-columns: .75fr 1.25fr;
  }

  .color-neutral-100.mg-bottom-0 {
    font-size: 44px;
    font-weight: 700;
  }

  .color-neutral-100.mg-bottom-40px {
    padding-left: 0;
    padding-right: 0;
    font-family: DM Sans, sans-serif;
    font-size: 64px;
  }

  .color-neutral-100.mg-bottom-40px.sdfsdfsdf, .color-neutral-100.mg-bottom-40px.sdfsdfsfsdf {
    color: var(--gray);
  }

  .btn-primary.inside-input.default.white-mb {
    background-color: var(--cornflower-blue);
  }

  .btn-primary.white, .btn-primary.white:hover {
    color: var(--cornflower-blue);
  }

  .btn-primary.button-row {
    background-color: var(--cornflower-blue);
    font-size: 20px;
  }

  .container-default-7.z-index-1 {
    max-width: 1600px;
  }

  .half-bg-image-left.overlay.cta-v11-left {
    background-image: linear-gradient(#0009, #0009), url('../images/pexels-andrew-neel-2312369.jpg');
    background-position: 0 0, 50%;
  }

  .half-bg-image-right.overlay.cta-v11-right {
    background-image: linear-gradient(#0009, #0009), url('../images/sean-pollock-PhYq704ffdA-unsplash.jpg');
  }

  .container-default-8.z-index-1 {
    max-width: 1600px;
  }

  .image-cover {
    width: 26px;
    height: 26px;
  }

  .image-cover.dfdfdf {
    width: 34px;
    height: 34px;
  }

  .flex-block {
    padding-top: 23px;
    display: none;
  }

  .image-cover-3 {
    display: none;
  }

  .image-cover-3.dfdfdf {
    width: 34px;
    height: 34px;
  }

  .image-cover-4 {
    display: none;
  }

  .image-cover-4.dfdfdf {
    width: 34px;
    height: 34px;
  }

  .link-block-2, .link-block-3 {
    padding-right: 10px;
  }

  .paragraph-2 {
    font-family: DM Sans, sans-serif;
  }

  .form-field-text {
    border-radius: 11px;
  }

  .sub-header-img.contact-us {
    box-shadow: none;
    border-top: 3px #000;
    padding-top: 20px;
  }

  .h4 {
    font-family: DM Sans, sans-serif;
  }

  .sec-bk {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .form-button {
    border-color: var(--cornflower-blue);
    background-color: var(--cornflower-blue);
    border-radius: 10px;
  }

  .form-button:hover {
    background-color: var(--orange);
  }

  .lil-rule {
    background-color: var(--cornflower-blue);
  }

  .icon-6 {
    filter: brightness(114%) hue-rotate();
  }

  .links, .sub-heading-text.contact {
    color: var(--cornflower-blue);
  }

  .arrow-2 {
    filter: hue-rotate(185deg);
  }

  .subhead-container {
    color: var(--cornflower-blue);
  }


  .subhead {
    color: var(--dark-blue);
  }

  .field-label-flash {
    letter-spacing: .1em;
    text-transform: none;
    font-size: .9rem;
  }

  .big-container {
    width: 1300px;
  }

  .contact-us-wrapper {
    height: 85vh;
  }

  .heading-48 {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-weight: 700;
  }

  .mg-bottom-32px-2 {
    font-family: DM Sans, sans-serif;
    font-size: 22px;
  }

  .section-8 {
    padding-top: 80px;
    padding-bottom: 82px;
    display: flex;
  }

  .text-200.bold.color-neutral-800.list {
    color: var(--cornflower-blue);
  }

  .tabs-wrapper {
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-default-9 {
    max-width: 1450px;
  }

  .text-300.list.color-accent-1, .text-300.bold.color-neutral-800.mg-bottom-8px {
    color: var(--cornflower-blue);
  }

  .mg-bottom-40px {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 64px;
    font-weight: 700;
  }

  .mg-bottom-40px.wwwd {
    color: var(--dark-blue);
    font-size: 24px;
  }

  .mg-bottom-40px.sdfsdf {
    color: var(--dark-blue);
    font-size: 22px;
  }

  .heading-49 {
    color: var(--cornflower-blue);
    text-align: left;
    font-family: DM Sans, sans-serif;
    font-size: 64px;
    font-weight: 700;
  }

  .heading-50 {
    color: var(--cornflower-blue);
  }

  .paragraph-52 {
    text-align: justify;
  }

  .paragraph-53.cookie-banner-paragraph---brix {
    font-family: DM Sans, sans-serif;
    font-size: 18px;
  }

  .popup-wrapper---brix.preview-page {
    display: none;
  }

  .display-2.color-accent-1.mg-bottom-16px {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
  }

  .section-10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-default-11 {
    max-width: 90vw;
  }

  .heading-51 {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 64px;
    font-weight: 700;
  }

  .heading-52, .heading-53 {
    color: var(--cornflower-blue);
  }

  .heading-54 {
    color: var(--dark-blue);
  }

  .heading-55, .heading-56 {
    color: var(--cornflower-blue);
  }

  .heading-57 {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
  }

  .heading-57.ee {
    font-family: "Fa solid 900", sans-serif;
    font-size: 52px;
  }

  .grid-1-column.gap-row-16px.mg-bottom-56px {
    padding-top: 0;
    padding-bottom: 23px;
  }

  .section-11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-11.dfsdf {
    display: none;
  }

  .icon-list {
    filter: hue-rotate(288deg);
  }

  .container-default-12, .container-default-13 {
    max-width: 1600px;
  }

  .heading-58 {
    color: var(--cornflower-blue);
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    font-family: DM Sans, sans-serif;
    font-size: 64px;
    font-weight: 700;
  }

  .heading-58.sfsdf {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-59, .heading-60, .heading-61, .heading-62 {
    color: var(--cornflower-blue);
  }

  .heading-hero {
    font-family: DM Sans, sans-serif;
    font-size: 120px;
  }

  ._1261 {
    max-width: 1800px;
    line-height: 120%;
  }

  ._1261.slim {
    max-width: 1200px;
    margin-bottom: 2px;
  }

  .text-subtitle {
    font-size: 18px;
  }

  .text-subtitle.white {
    font-family: DM Sans, sans-serif;
    font-size: 18px;
  }

  .block-heading-text {
    margin-top: 22px;
    padding-bottom: 0;
  }

  ._111 {
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-bottom: 35px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  ._111.padding {
    align-self: auto;
    align-items: center;
    width: 95%;
    margin-top: 7px;
    padding-top: 0;
    padding-right: 74px;
  }

  .bold-text-7 {
    color: var(--cornflower-blue);
    text-align: left;
    font-family: DM Sans, sans-serif;
    font-size: 72px;
    display: inline-block;
  }

  .paragraph-54 {
    text-align: justify;
    font-family: DM Sans, sans-serif;
    font-size: 22px;
  }

  .paragraph-55 {
    min-width: 100vh;
    font-size: 22px;
  }

  .bold-text-8 {
    color: var(--cornflower-blue);
    text-align: left;
    font-family: DM Sans, sans-serif;
    font-size: 72px;
    display: inline-block;
  }

  .paragraph-56 {
    text-align: justify;
    font-family: DM Sans, sans-serif;
    font-size: 22px;
  }

  .bold-text-9 {
    color: var(--cornflower-blue);
    text-align: left;
    font-size: 72px;
    display: inline-block;
  }

  .paragraph-57 {
    text-align: justify;
    min-width: 1600px;
    font-family: DM Sans, sans-serif;
    font-size: 22px;
  }

  .bold-text-10 {
    color: var(--cornflower-blue);
    text-align: left;
    font-family: DM Sans, sans-serif;
    font-size: 72px;
    display: inline-block;
  }

  .paragraph-58 {
    text-align: justify;
    font-size: 22px;
  }

  .heading-63 {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 58px;
    font-weight: 700;
  }

  .html-embed {
    background-color: #fff0;
    padding-top: 50px;
  }

  .section-13.mod--lectures {
    background-color: #fff;
    min-height: 63vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-13.mod--lectures.gggh {
    background-color: #f2f2fa;
    min-height: 75vh;
  }

  .section-13.mod--lectures.gggh.e {
    display: none;
  }

  .content-2 {
    background-color: #fff;
    max-width: 1600px;
  }

  .lectures__type.active {
    color: var(--cornflower-blue);
  }

  .swiper__next {
    background-color: var(--orange);
  }

  .lectures__title.active {
    color: var(--cornflower-blue);
  }

  .lectures__dot-orange {
    background-color: var(--cornflower-blue);
  }

  .lectures__col.mod--1 {
    padding-top: 0;
  }

  .lectures__col.mod--1.gghghg {
    padding-top: 50px;
  }

  .lectures__col.mod--2 {
    max-width: 520px;
    overflow: visible;
  }

  .lectures__numb-title {
    color: var(--cornflower-blue);
  }

  .mg-bottom-16px {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-weight: 700;
  }

  .comote-ayuda {
    padding-top: 79px;
    padding-bottom: 80px;
  }

  .heading-h1-size.color-accent-1, .circle-number.mg-bottom-32px {
    color: var(--cornflower-blue);
  }

  .mg-bottom-56px {
    font-family: DM Sans, sans-serif;
    font-size: 22px;
  }

  .container-default-14 {
    max-width: 1400px;
  }

  .heading-64 {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 78px;
    font-weight: 700;
  }

  .section-15.bg-image.content-section-v11 {
    background-image: url('../images/pexels-sora-shimazaki-5673489.jpg');
    background-position: 50% 100%;
    background-repeat: repeat-x;
  }

  .section-15.bg-image.content-section-v11.vb {
    display: none;
  }

  .heading-65 {
    color: var(--cornflower-blue);
  }

  .display-4 {
    color: var(--cornflower-blue);
    padding-bottom: 25px;
    font-family: DM Sans, sans-serif;
    font-size: 54px;
  }

  .display-4._555 {
    letter-spacing: 0;
    overflow-wrap: normal;
    font-size: 52px;
  }

  .tab-left-icon.small.center:hover, .tab-left-icon.small.center.w--current {
    border-color: var(--cornflower-blue);
  }

  .text-block-5, .text-block-6, .text-block-7 {
    color: var(--cornflower-blue);
    padding-left: 10px;
  }

  .image-10 {
    text-align: center;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .button-primary-2.cookie-banner-button---brix {
    background-color: var(--cornflower-blue);
    font-size: 14px;
  }

  .heading-66 {
    font-family: DM Sans, sans-serif;
    font-size: 24px;
    font-weight: 700;
  }

  .cookie-modal_button {
    background-color: var(--cornflower-blue);
  }

  .cookie-popup_component {
    padding-top: 28px;
    padding-bottom: 20px;
    left: 32px;
  }

  .link-3 {
    display: block;
  }

  .fs-cc-banner_close-icon {
    color: var(--cornflower-blue);
  }

  .fs-cc-prefs_text {
    font-weight: 500;
  }

  .fs-cc-prefs_label {
    color: var(--cornflower-blue);
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
    display: flex;
  }

  .fs-cc-banner_button {
    background-color: var(--cornflower-blue);
  }

  .fs-cc-banner_button.fs-cc-button-alt {
    border-color: var(--cornflower-blue);
    color: var(--cornflower-blue);
  }

  .fs-cc-manager_icon {
    filter: hue-rotate(323deg);
  }

  .fs-cc-banner_text-link {
    color: var(--cornflower-blue);
  }

  .fs-cc-prefs_button {
    background-color: var(--cornflower-blue);
  }

  .fs-cc-prefs_button.fs-cc-button-alt {
    border-color: var(--cornflower-blue);
    color: var(--cornflower-blue);
  }

  .paragraph-59, .paragraph-60, .paragraph-61, .paragraph-62, .paragraph-63 {
    font-family: DM Sans, sans-serif;
  }

  .link-footer.ffee, .link-footer.xcvxcv {
    display: none;
  }

  .paragraph-footer {
    margin-top: 46px;
    padding-top: 0;
    font-size: 24px;
  }

  .image-11 {
    display: none;
  }

  .image-12 {
    min-width: 175px;
    display: none;
  }

  .link-block-4 {
    display: block;
  }

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

  .section-footer {
    padding-top: 65px;
  }

  .heading-footer.sdfsdf {
    display: none;
  }

  .block-footer33.ssss.dsffdsf {
    display: flex;
  }

  .div-block-35 {
    width: 80%;
  }

  .html-embed-2 {
    padding-bottom: 100px;
  }

  .checkbox-field {
    padding-top: 20px;
  }

  .checkbox-label-5 {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 20px;
  }

  .checkbox-label-5.vcbc {
    color: var(--cornflower-blue);
  }

  .link-4 {
    color: var(--primary);
    text-decoration: underline;
  }

  .cell-text {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-size: 18px;
  }

  .cell-text.strong.center {
    color: var(--cornflower-blue);
    font-size: 22px;
  }

  .header-cell.right._555 {
    background-image: none;
  }

  .cell.right {
    background-image: none;
    width: 100%;
  }

  .bold-text-11 {
    font-style: normal;
  }

  .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .link-14, .link-15 {
    font-size: 22px;
  }

  .dfdfdf {
    display: none;
  }

  .gallery-wrapper {
    background-color: #fff;
    padding-left: 10vw;
    padding-right: 10vw;
    display: block;
  }

  .image-wrapper {
    opacity: 1;
    max-width: 90%;
    transition-property: none;
  }

  .image-wrapper.slick-center {
    max-width: 75%;
  }

  .image-13 {
    min-width: 80vw;
    max-width: 95vw;
    max-height: 80vh;
    margin-right: 50px;
    padding-right: 0;
  }

  .modal-detail {
    color: var(--cornflower-blue);
    font-size: 22px;
  }

  .right-arrow {
    display: block;
  }

  .modal-overlay, .modal-overlay.modal_cat {
    display: none;
  }

  .paragraph-standard {
    font-family: DM Sans, sans-serif;
    font-size: 20px;
  }

  .modal-element {
    min-width: 58px;
    max-width: 58vw;
  }

  .close {
    font-size: 24px;
    position: static;
  }

  .module-header-left {
    z-index: 100;
    position: relative;
  }

  .left-arrow {
    color: var(--primary);
    display: block;
  }

  .slide-navigation {
    filter: hue-rotate(201deg);
    color: var(--cornflower-blue);
  }

  .modal-header {
    min-height: 60px;
  }

  .sdfsdf {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-67 {
    color: var(--cornflower-blue);
    padding-left: 30px;
    padding-right: 30px;
    font-family: DM Sans, sans-serif;
    font-weight: 700;
  }

  .image-14 {
    font-size: 24px;
    line-height: 1.4em;
  }

  .text-footer-2 {
    color: #015a68;
  }

  .sds {
    margin-top: 66px;
    padding-bottom: 0;
  }

  .heading-68 {
    color: var(--cornflower-blue);
    font-family: DM Sans, sans-serif;
    font-weight: 700;
  }

  .heading-69 {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
    font-weight: 700;
  }

  .slider3 {
    background-color: #0000;
    width: 95%;
    padding-top: 0;
    transform: none;
  }

  .mask {
    width: 100%;
    padding-top: 0;
  }

  .slide {
    margin-top: 0;
  }

  .img {
    max-width: 95%;
    padding-top: 0;
    padding-right: 40px;
  }

  .left-arrow-2 {
    background-image: none;
    width: 3%;
  }

  .right-arrow-2 {
    background-image: none;
    width: 8%;
  }

  .slide-nav-2 {
    filter: hue-rotate(273deg);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--cornflower-blue);
    background-color: #fff;
    padding-top: 16px;
  }

  .div-block-36 {
    padding-top: 0;
  }

  .icon-9 {
    color: var(--cornflower-blue);
    margin-left: 11.85px;
    padding-left: 0;
  }

  .icon-10 {
    color: var(--cornflower-blue);
  }

  .bold-text-13 {
    font-weight: 500;
  }

  .bold-text-14 {
    font-size: 20px;
    font-weight: 500;
  }

  .slider, .slider2 {
    background-color: #0000;
    width: 95%;
    padding-top: 0;
    transform: none;
  }

  .img2, .img-copy {
    padding-top: 0;
  }

  .slide2 {
    margin-top: 0;
  }

  .mask2 {
    width: 100%;
    padding-top: 0;
  }

  .bold-text-15 {
    text-decoration: none;
  }

  .text-block-9 {
    font-family: DM Sans, sans-serif;
    font-size: 22px;
  }

  .bold-text-16, .bold-text-17 {
    font-weight: 500;
  }

  .mask-2 {
    z-index: 0;
  }

  .right-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-wrapper {
    max-width: 720px;
  }

  .gradient-filter {
    opacity: .44;
    outline-offset: 0px;
    color: var(--primary);
    mix-blend-mode: normal;
    outline: 3px #015a68;
  }

  .container-6 {
    background-color: #faf9f9;
    padding: 0;
  }

  .right {
    border-radius: 0;
  }

  .p-16 {
    font-family: DM Sans, sans-serif;
    font-size: 26px;
  }

  .heading-70 {
    color: var(--white);
    font-family: DM Sans, sans-serif;
    font-size: 72px;
    font-weight: 700;
  }

  .heading-71 {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
    font-size: 72px;
    font-weight: 700;
  }

  .html-embed-3._181 {
    min-width: 30vw;
    max-width: 40vw;
  }

  .html-embed-3.init {
    min-width: 30vw;
    max-width: 30vw;
    display: block;
  }

  .image-15 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-2 {
    background-color: #fcfcff;
    min-width: 30vw;
    max-width: 30vw;
    min-height: 430px;
    max-height: 430px;
  }

  .card-header {
    background-image: url('../images/ransom.png');
    background-size: cover;
  }

  .card-header._2 {
    background-image: url('../images/ransom2.png');
  }

  .card-header._3 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-43-41.png');
  }

  .card-header._4 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-44-31.png');
  }

  .card-header._5 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-45-37.png');
  }

  .card-header._6 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-45-40.png');
  }

  .card-header._7 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-45-42.png');
  }

  .card-header._8 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-45-58.png');
  }

  .card-header._9 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-45-54.png');
  }

  .card-header._10 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-45-58.png');
  }

  .card-header._11 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-00.png');
  }

  .card-header._12 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-02.png');
  }

  .card-header._13 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-04.png');
  }

  .card-header._14 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-05.png');
  }

  .card-header._15 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-07.png');
  }

  .card-header._16 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-09.png');
  }

  .card-header._17 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-15.png');
  }

  .card-header._18 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-21.png');
  }

  .card-header._19 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-23.png');
  }

  .card-header._20 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-25.png');
  }

  .card-header._21 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-26.png');
  }

  .card-header._22 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-28.png');
  }

  .card-header._23 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-44.png');
  }

  .card-header._24 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-46.png');
  }

  .card-header._25 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-48.png');
  }

  .card-header._26 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-50.png');
  }

  .card-header._27 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-52.png');
  }

  .card-header._28 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-54.png');
  }

  .card-header._29 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-56.png');
  }

  .card-header._30 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-25.png');
  }

  .card-header._31 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-07.png');
  }

  .card-header._32 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-05.png');
  }

  .card-header._34 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-50.png');
  }

  .card-header._35 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-43-41.png');
  }

  .card-header._36 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-52.png');
  }

  .card-header._37 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-44.png');
  }

  .card-header._38 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-45-42.png');
  }

  .card-header._39 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-48.png');
  }

  .card-header._41 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-54.png');
  }

  .card-header._42 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-25.png');
  }

  .card-header._43 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-45-58.png');
  }

  .card-header._44 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-45-48.png');
  }

  .card-header._46 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-46-46.png');
  }

  .div-block-38 {
    min-width: 100vw;
    padding-top: 50px;
    display: flex;
  }

  .heading-74, .heading-75, .heading-76 {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
    font-size: 34px;
    font-weight: 700;
  }

  .heading-77, .field-label {
    color: var(--primary);
  }

  .checkbox-label-6 {
    color: var(--dark-blue);
  }

  .paragraph-73, .paragraph-74, .paragraph-75 {
    font-family: DM Sans, sans-serif;
    font-size: 22px;
  }

  .nav-block {
    height: 60px;
    display: none;
  }

  .nav-link-2 {
    font-size: 16px;
  }

  .card---brix-2.testimonial-v1---brix.first---brix {
    margin-top: 38px;
    padding-left: 20vw;
    padding-right: 20vw;
  }

  .text-block-10 {
    color: var(--blue-text-50);
  }

  .list_beneficios {
    display: flex;
  }

  .list-item-1 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }

  h2, blockquote {
    font-size: 42px;
  }

  .sec_caracter.banner, .sec_caracter.changelog-banner, .sec_caracter.blog-grid-banner, .sec_caracter.pricing-banner, .sec_caracter.banner-faq {
    min-height: 300px;
  }

  .sec_caracter.banner-testimonials {
    min-height: 480px;
    padding-top: 100px;
  }

  .sec_caracter.about-us-banner, .sec_caracter.service-banner, .sec_caracter.team-banner {
    height: auto;
    padding-top: 140px;
  }

  .sec_caracter.doctors-details {
    min-height: 300px;
    padding-top: 100px;
  }

  .sec_caracter.join-us-banner {
    height: auto;
    padding-top: 140px;
  }

  .sec_caracter.join-us-details {
    min-height: 300px;
    padding-top: 100px;
  }

  .sec_caracter.pricing-banner {
    height: auto;
    padding-top: 140px;
  }

  .sec_caracter.our-process, .sec_caracter.blog-grid {
    min-height: 300px;
    padding-top: 100px;
  }

  .sec_caracter.blog-post {
    padding-top: 110px;
  }

  .sec_caracter.home-banner {
    height: auto;
    padding-top: 140px;
  }

  .base-container {
    max-width: 1300px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 100%;
    margin-top: 5px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    flex: 1;
    padding: 0;
    display: none;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .nav-link-man {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: none;
  }

  .nav-link-man.exito, .nav-link-man.wwww, .nav-link-man.ree {
    display: flex;
  }

  .nav-link-man.ree.w--current, .nav-link-man.ree._3 {
    display: none;
  }

  .nav-link-man.ddd {
    min-height: 0;
    display: flex;
  }

  .nav-link-man.ddd:hover {
    color: var(--cornflower-blue);
  }

  .nav-link-man.ddd.w--current, .nav-link-man._11, .nav-link-man.gg {
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 250px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: auto;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-menu-button {
    padding-bottom: 0;
  }

  .close-menu-button.w--open {
    background-color: var(--white);
    padding: 0 10px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    max-width: 60%;
  }

  .style-guide-banner-section {
    min-height: 300px;
  }

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

  .licensing-paragraph {
    width: 100%;
  }

  .text-center.wwwwww.sdfsdf.k {
    padding-top: 820px;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    width: 80%;
  }

  .blog-grid-collection-list {
    column-count: 2;
  }

  .blog-grid-item {
    width: 47.5%;
  }

  .nav-menu-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-template-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .body-with-background {
    font-size: 16px;
  }

  .process-item-wrapper {
    flex-wrap: wrap;
  }

  .process-item-wrapper.reverse {
    flex-wrap: wrap-reverse;
  }

  .process-image-wrapper, .process-content {
    width: 100%;
  }

  .process-content.reverse {
    width: 100%;
    padding-right: 0;
  }

  .process-number-wrapper {
    flex: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .process-image {
    object-fit: cover;
    object-position: 50% 30%;
    display: block;
  }

  .process-content-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .values-wrapper {
    flex-direction: column;
  }

  .values-image-wrapper {
    width: 100%;
    max-height: 400px;
  }

  .values-content-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .values-counter-wrapper {
    border-top-style: none;
    margin-top: 0;
  }

  .values-counter-item {
    padding: 30px;
  }

  .career-list-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-position {
    line-height: 32px;
  }

  .career-location, .career-location-wrapper, .career-type-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .values-image {
    object-position: 50% 30%;
    height: 400px;
  }

  .career-customers-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .services-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-item.last-child {
    width: 360px;
  }

  .services-item.primary-light-last {
    width: 359px;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .comparing-table-button-wrapper {
    padding-top: 35px;
  }

  .job-position-content-wrapper {
    padding-right: 40px;
  }

  .job-position-sidebar-wrapper {
    padding: 20px;
    top: 20px;
  }

  .job-position-sidebar-wrap {
    align-items: flex-start;
  }

  .job-position-icon {
    margin-top: 15px;
  }

  .contacts-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .contacts-content-wrapper {
    width: 80%;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .testominials-cards-banner {
    margin-top: -180px;
    padding-bottom: 60px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .our-service-list-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .our-service-list-item-content {
    margin-top: 10px;
  }

  .our-service-list-item-description {
    margin-bottom: 15px;
  }

  .service-list-process-wrap {
    width: 50%;
  }

  .service-list-process-wrapper {
    flex-wrap: wrap;
  }

  .service-list-section-wrap.first-child {
    height: auto;
  }

  .service-list-bottom-left-block, .service-list-bottom-center-block {
    min-height: 380px;
  }

  .primary-button-white {
    display: block;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .primary-button-white.none-display {
    display: none;
  }

  .primary-button-white.none-display.primary-button.ssss._56 {
    min-width: 30vw;
    max-width: 30vw;
    margin-top: 25px;
    margin-left: auto;
    display: flex;
  }

  .primary-button-white.none {
    display: flex;
  }

  .primary-button-white.hidelow {
    display: block;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .home-buttons-wrapper {
    margin-top: 1vh;
  }

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

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .banner-section.home-1-banner {
    padding-top: 120px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .banner-text-content {
    text-align: center;
    width: 95%;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .service-image-cont {
    justify-content: center;
  }

  .our-services-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .banner-icons-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .banner-icons-block.display-block {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-banner-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .banner-image {
    height: 300px;
  }

  .home-banner-img {
    justify-content: center;
    width: 100%;
  }

  .home-banner-content {
    align-items: center;
    width: 100%;
  }

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

  .banner-brands-wrapper {
    margin-top: 0;
  }

  .home-service-img {
    order: -1;
    width: 100%;
    height: 450px;
  }

  .home-services-content {
    width: 100%;
    margin-top: 40px;
  }

  .home-number-item {
    width: 100%;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .team-item {
    width: 47%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-top: 32px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .brand-tablet {
    display: block;
  }

  .brand {
    margin-left: 0;
  }

  .paragraph-home-banner.text-center {
    text-align: center;
  }

  .big-text-block {
    font-size: 32px;
  }

  .home-services-wrapper {
    flex-wrap: wrap;
  }

  .clients-title-wrapper {
    max-width: 560px;
  }

  .right-arrow-clients {
    top: -25%;
  }

  .left-arrow-clients {
    top: -25%;
    right: 10%;
  }

  .slider-testimonials {
    height: 440px;
  }

  .slide-testimonial {
    margin-right: 20px;
  }

  .footer-left-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
  }

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

  .footer-top-wrapper {
    flex-direction: column;
  }

  .footer-links-block, .footer-rights-wrap {
    width: 100%;
  }

  .footer-bottom {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .button-nav-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .doctor-collection-list-wrapper {
    margin-bottom: 10px;
  }

  .doctor-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .banner-paragraph.text-white {
    width: 100%;
    font-family: DM Sans, sans-serif;
    font-size: 18px;
  }

  .home-numbers-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-number-wrap {
    width: 50%;
  }

  .banner-image-about {
    border-radius: 10px;
    width: 100%;
    height: 300px;
    position: relative;
  }

  .image-banner {
    border-radius: 10px;
    height: 300px;
  }

  .banner-about-wrapper {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    display: flex;
  }

  .banner-title-wrap {
    align-items: center;
  }

  .banner-content-wrap {
    grid-row-gap: 40px;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .logo-clients-block {
    grid-column-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .right-arrow-banner, .left-arrow-banner {
    top: 40%;
  }

  .team-title-wrapper {
    width: 52%;
    padding-right: 40px;
  }

  .members-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .mask-team-members, .slide-team-members {
    width: 300px;
  }

  .right-arrow-slide-team {
    top: 42%;
    left: -265%;
  }

  .left-arrow-slide-team {
    top: 42%;
    left: -115%;
  }

  .team-collection-list-wrapper {
    width: 300px;
  }

  .team-slider-wrapper {
    width: 45%;
  }

  .image-member-link-block {
    width: 300px;
    height: 350px;
  }

  .services-title-wrap {
    align-items: center;
    width: 100%;
  }

  .services-block-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .services-image-block {
    background-size: 430px;
    width: 80%;
    height: 500px;
  }

  .image-service {
    width: 370px;
    height: 370px;
  }

  .image-service-second {
    width: 300px;
    height: 300px;
  }

  .paragraph-service {
    text-align: center;
  }

  .banner-service-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    display: flex;
  }

  .banner-image-service {
    border-radius: 10px;
    width: 100%;
    height: 300px;
    position: relative;
  }

  .home-our-services-wrapper {
    flex-wrap: wrap;
  }

  .workflow-title-wrapper-2 {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .workflow-profile-wrapper-2 {
    margin-top: 40px;
  }

  .banner-team-wrapper {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    display: flex;
  }

  .banner-image-team {
    border-radius: 10px;
    width: 100%;
    height: 300px;
    position: relative;
  }

  .image-banner-team {
    border-radius: 10px;
    height: 300px;
  }

  .team-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .banner-title-block {
    text-align: center;
    width: 95%;
  }

  .doctor-details-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .doctor-details-right-wrap {
    width: 100%;
  }

  .doctor-details-left-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80%;
    position: relative;
    top: 0;
  }

  .member-image-block, .member-avatar {
    height: 500px;
  }

  .rich-text-details li {
    background-position: 0 7px;
  }

  .image-banner-about, .image-banner-join-us {
    border-radius: 10px;
    height: 300px;
  }

  .banner-image-join-us {
    border-radius: 10px;
    width: 100%;
    height: 300px;
    position: relative;
  }

  .banner-join-wrapper {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    display: flex;
  }

  .banner-pricing-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    display: flex;
  }

  .banner-image-pricing {
    border-radius: 10px;
    width: 100%;
    height: 300px;
    position: relative;
  }

  .pricing-image-banner {
    border-radius: 10px;
    height: 300px;
  }

  .pricing-banner-wrap {
    grid-row-gap: 40px;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .title-wrapper {
    max-width: 600px;
  }

  .blog-collection-list {
    column-count: 2;
    flex-wrap: wrap;
  }

  .contact-hours-wrap {
    width: 50%;
  }

  .image-banner-home {
    border-radius: 10px;
    height: 300px;
  }

  .banner-image-home {
    border-radius: 10px;
    width: 100%;
    height: 300px;
    padding-left: 0;
    position: relative;
  }

  .banner-home-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
  }

  .banner-home-content-wrap {
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .image-member-block {
    width: 300px;
  }

  .hero-paragraph {
    width: 55%;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading {
    width: 60%;
  }

  .support-square-image.rectangle {
    bottom: -35%;
  }

  .support-square {
    min-height: 330px;
  }

  .support-square-text {
    font-size: 30px;
  }

  .safe-paragraph {
    width: 55%;
  }

  .safe-heading {
    width: 60%;
    font-family: DM Sans, sans-serif;
    font-size: 55px;
    font-weight: 700;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-services {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-paragraph-2 {
    width: 55%;
  }

  .hero-heading-2 {
    width: 60%;
  }

  .content-pricig-table {
    margin-top: 60px;
  }

  .card_col_3 {
    padding-left: 15px;
  }

  .container_p {
    flex-direction: column;
  }

  .text_features {
    font-family: DM Sans, sans-serif;
    font-weight: 700;
  }

  .col_40 {
    width: 100%;
  }

  .card_col_2 {
    padding-right: 0;
  }

  .col_60 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
  }

  .paragraph-25 {
    font-family: DM Sans, sans-serif;
  }

  .sec_catalog {
    background-color: #dee9ee;
  }

  .split-content---brix.testimonial-v3---brix {
    width: 100%;
  }

  .split-content---brix.testimonial-v3---brix.right---brix {
    min-width: auto;
    margin-left: 0;
  }

  .split-content---brix.testimonial-v3---brix.left---brix {
    margin-right: 0;
  }

  .card---brix.testimonial-v3---brix {
    margin-bottom: 32px;
  }

  .cloneable-container-default-2 {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .testimonial-wrapper---brix.testimonial-v3---brix {
    flex-direction: column;
  }

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

  .card.testmonial-v12 {
    flex-direction: column;
    padding-left: 48px;
    padding-right: 48px;
  }

  .card.over-image {
    margin-bottom: 34px;
    padding: 56px 48px;
    position: static;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .grid_2-1 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-40 {
    color: #000;
  }

  .paragraph-40.vvv {
    color: #fff;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

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

  .grid-3-columns-3 {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: minmax(200px, 1fr);
  }

  .grid-3-columns-3._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns-3._1-col-tablet._444._2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section-5.hdgdg {
    display: block;
  }

  .text-block-hero {
    margin-left: 0;
  }

  .sec_usa_ara {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .sec_usa_ara._655 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---icon-left---content-right {
    flex-direction: column;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .section-7 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .bd-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bd-div.colored-spaced.cta-section {
    display: none;
  }

  .bd-div.colored-spaced.cta-section.mobile {
    margin-top: 40px;
    display: block;
  }

  .bd-div.bd-grid.dahsboard-listings {
    grid-template-columns: 1fr 1fr;
  }

  .bd-div.bd-grid.main-dahsboard {
    flex-direction: column;
    display: flex;
  }

  .bd-div.filter-container {
    display: none;
  }

  .bd-searchbar.left {
    padding-left: 50px;
  }

  .bd-button {
    background-color: var(--cornflower-blue);
  }

  .bd-image.search-icon {
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }

  .bd-listing-item {
    min-width: 90vw;
    max-width: 95vw;
  }

  ._1-2-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    align-self: center;
  }

  .button-norma {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .hero-image-block {
    background-position: 50%;
  }

  .h1 {
    padding-bottom: 40px;
  }

  .heading-46 {
    font-family: DM Sans, sans-serif;
  }

  ._1-3-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .section-1-image-block {
    background-position: 50%;
  }

  ._1-2-grid-2 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

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

  .wow-heading.wow-gradient.big {
    font-size: 4em;
  }

  .ipad-shape {
    padding-left: 4px;
    padding-right: 4px;
  }

  .ipad-screen {
    border-radius: 7px;
  }

  .cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .cta-section.cta-v11 {
    padding-top: 146px;
    padding-bottom: 146px;
    display: block;
  }

  .grid-2-columns.cta-v20 {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .grid-2-columns.cta-v11 {
    grid-column-gap: 28px;
    grid-row-gap: 180px;
    grid-template-columns: .6fr;
  }

  .grid-2-columns.text-right-default, .grid-2-columns.text-left-short {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-v9 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.card-light-grid {
    grid-template-columns: 1.35fr;
  }

  .grid-2-columns.gap-56px {
    grid-template-columns: 1fr 1.5fr;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---big-icon-left {
    margin-right: 22px;
  }

  .half-bg-image-left {
    width: 100%;
    height: 50%;
    inset: 0% 0% auto;
  }

  .half-bg-image-right {
    width: 100%;
    height: 100%;
    min-height: 600px;
    margin-top: 60px;
    position: static;
    inset: auto 0% 0%;
  }

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

  .social-media-icons {
    display: none;
  }

  .sub-header-img.contact-us {
    width: 100%;
    height: auto;
    position: relative;
  }

  .h4 {
    font-size: 18px;
  }

  .form-button {
    background-color: #015a68;
  }

  .icon-6 {
    filter: brightness(114%);
  }

  .benefit-text-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-47 {
    font-size: 30px;
  }

  .heading-47._30px {
    font-size: 23px;
  }

  .col-md-2 {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-featured-wrap.contact {
    width: 100%;
    position: static;
    top: auto;
  }

  .big-container {
    width: auto;
    padding-left: 10px;
  }

  .contact-us-wrapper {
    flex-direction: column;
    height: auto;
  }

  .heading-48 {
    color: var(--primary);
  }

  .tabs-menu.bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .mg-bottom-32px-2 {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .avatar-circle._08 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
  }

  .avatar-circle._08.testimonial-v12 {
    margin-bottom: 48px;
    margin-right: 0;
  }

  .section-8 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .tabs-content.card {
    padding: 40px 32px 48px;
  }

  .tab-line {
    padding: 22px 18px;
  }

  .column {
    align-self: auto;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .popup-content-wrapper---brix {
    width: auto;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 24px;
    right: 24px;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    flex-direction: column;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .limit-content---brix {
    align-self: auto;
    max-width: none;
  }

  .popup-wrapper---brix.preview-page {
    padding-left: 32px;
    padding-right: 32px;
  }

  .display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .section-10 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .heading-57.ee {
    font-family: "Fa solid 900", sans-serif;
  }

  .section-11, .section-12 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .heading-hero {
    max-width: 900px;
    font-size: 70px;
  }

  .section-top-img {
    min-height: 50vh;
    margin-bottom: 10px;
  }

  .block-top-img {
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-subtitle.white {
    max-width: 300px;
  }

  ._111 {
    margin-bottom: 10px;
    padding: 0 30px;
  }

  ._111.padding._3333 {
    width: 90%;
  }

  ._111.padding {
    width: 90%;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .bold-text-10 {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
  }

  .comote-ayuda {
    padding-top: 0;
    padding-bottom: 118px;
  }

  .heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .section-15, .section-16 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .tab-left-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tab-left-icon.small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookie-illustration---brix {
    width: 56px;
    min-height: 54px;
  }

  .cookie-banner-wrapper---brix {
    bottom: 24px;
    left: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
    display: block;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_button.fs-cc-button-alt {
    border-color: #015a68;
  }

  .image-11 {
    display: none;
  }

  .image-12 {
    min-width: 160px;
  }

  .grid-footer {
    grid-template-columns: 1.5fr 1fr 1fr 1.25fr 1fr;
    grid-template-areas: ". . . Area";
  }

  .section-footer {
    padding-top: 90px;
    padding-bottom: 62px;
  }

  .block-footer33 {
    max-width: 100%;
  }

  .slider-thumbs_component {
    width: 100%;
  }

  .slider-gallery_button-wrapper {
    width: auto;
  }

  .modal-overlay.modal_cat {
    display: none;
  }

  .right-arrow-2 {
    width: 10%;
  }

  .bold-text-14 {
    font-weight: 700;
  }

  .bold-text-18 {
    font-family: DM Sans, sans-serif;
    font-size: 20px;
  }

  .button-6:hover {
    width: 100%;
  }

  .form-wrapper {
    max-width: 680px;
  }

  .left {
    width: 100%;
  }

  .right {
    display: none;
  }

  .heading-71 {
    font-size: 62px;
  }

  .heading-73 {
    font-family: DM Sans, sans-serif;
  }

  .card-header._3 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-43-41.png');
  }

  .card-header._4 {
    background-image: url('../images/Screenshot-from-2023-11-15-14-44-31.png');
  }

  .heading-74 {
    font-family: DM Sans, sans-serif;
    font-size: 18px;
  }

  .heading-75, .heading-76 {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
    font-size: 18px;
  }

  .paragraph-73, .paragraph-74, .paragraph-75 {
    font-family: DM Sans, sans-serif;
    font-size: 16px;
  }

  .nav-block {
    display: none;
  }

  .nav-menu-2 {
    background-color: #f0f6f8;
  }

  .nav-link-2 {
    padding: 20px 10px;
  }

  .menu-button-2 {
    color: #101b22;
    background-color: #7d78d1;
    padding: 20px;
    font-size: 22px;
    line-height: 100%;
    transition: color .25s cubic-bezier(.215, .61, .355, 1), background-color .25s cubic-bezier(.215, .61, .355, 1);
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #101b22;
  }

  .card---brix-2.testimonial-v1---brix {
    padding-left: 48px;
    padding-right: 48px;
  }

  .section-info-norma {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titulo-norma.titulo-ens {
    margin-bottom: 40px;
  }

  .expli-norma {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 36px;
  }

  .sec_caracter {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sec_caracter.banner-testimonials {
    min-height: 380px;
  }

  .sec_caracter.without-top-spacing {
    padding-top: 0;
  }

  .sec_caracter.number-block {
    margin-top: -50px;
  }

  .sec_caracter.map-block {
    height: auto;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-menu {
    width: 100%;
  }

  .nav-link-man {
    margin-left: 0;
    display: none;
  }

  .nav-link-man.exito {
    display: flex;
  }

  .nav-link-man.ree._3 {
    display: none;
  }

  .nav-link-man.ddd, .nav-link-man._11, .nav-dropdown {
    display: flex;
  }

  .nav-dropdown-list.megamenu {
    padding-left: 40px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .text-center.wwwwww {
    font-size: 48px;
  }

  .coming-soon-wrapper {
    max-width: 750px;
    margin-left: 0%;
  }

  .blog-grid-collection-list {
    column-count: 1;
  }

  .blog-grid-content-wrapper {
    min-height: 260px;
  }

  .blog-grid-item {
    width: 100%;
  }

  .blog-template-wrapper {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .section-subtitle.text-orange.nbnh {
    font-size: 20px;
  }

  .process-content {
    width: 100%;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .values-counter-item {
    margin-right: 20px;
  }

  .career-list-item-wrapper {
    flex-wrap: wrap;
    padding-bottom: 25px;
  }

  .career-position {
    margin-top: 0;
    margin-bottom: 0;
  }

  .career-button-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }

  .career-title-mobile {
    display: block;
  }

  .career-position-wrapper, .career-location-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .career-type-wrapper {
    text-align: center;
    width: 100%;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .services-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .services-item.last-child {
    width: 100%;
    margin-bottom: 0;
  }

  .services-item.primary-light {
    margin-bottom: 0;
  }

  .services-item.primary-light-last {
    width: 100%;
    margin-bottom: 0;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .comparing-table-plans-wrapper {
    flex-wrap: wrap;
  }

  .comparing-table-plan-title {
    min-height: 140px;
  }

  .comparing-table-plan {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .workflow-wrapper, .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .footer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 360px;
  }

  .testominials-cards-banner {
    margin-top: -100px;
  }

  .our-service-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .our-service-list-item-description {
    margin-top: 0;
  }

  .service-list-section-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .service-list-section-wrap {
    width: 100%;
    padding-left: 0;
  }

  .service-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .service-list-bottom-left-block, .service-list-bottom-center-block {
    width: 100%;
  }

  .primary-button-white.none-display.primary-button {
    display: none;
  }

  .primary-button-white.none-display.primary-button.ssss._56 {
    margin-left: auto;
  }

  .progressbar-wrap {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .secondary-button.full-width-mobile {
    width: 100%;
  }

  .home-buttons-wrapper {
    margin-top: 1vh;
    display: block;
  }

  .map, .map-image {
    height: 400px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .banner-text-content {
    padding-bottom: 60px;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .service-card-paragraph {
    font-weight: 500;
  }

  .our-services-grid {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .banner-icons-block {
    align-items: center;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-btn-wrap {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .home-numbers {
    flex-wrap: wrap;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .team-item {
    width: 70%;
  }

  .team-member-image {
    height: 270px;
  }

  .subscribe-block {
    background-position: 50% 100%;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tablet-menu {
    display: flex;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .subscribe-paragraph {
    width: 100%;
  }

  .subscribe {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .big-title-block {
    font-size: 54px;
  }

  .home-button-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .home-button-wrapper.center-block {
    justify-content: center;
    margin-bottom: 40px;
  }

  .team-content-title {
    width: 100%;
  }

  .clients-title-wrapper {
    margin-bottom: 40px;
  }

  .right-arrow-clients {
    top: auto;
    right: 35%;
  }

  .left-arrow-clients {
    top: auto;
    right: 50%;
  }

  .slide-testimonial {
    width: 100%;
  }

  .form-footer {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer-copyrights-link {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .footer-form {
    height: 546px;
  }

  .footer-social-icons-block {
    justify-content: flex-start;
    width: 100%;
  }

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

  .brand-2 {
    padding-left: 0;
  }

  .footer-links-block, .footer-rights-wrap {
    flex-wrap: wrap;
  }

  .doctor-collection-list-wrapper {
    margin-bottom: 30px;
  }

  .image-link-block {
    height: 270px;
  }

  .banner-paragraph.text-white {
    font-size: 14px;
  }

  .home-numbers-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-number-wrap {
    border-right-style: none;
    width: 70%;
    margin-top: 0;
  }

  .logo-clients-block {
    grid-row-gap: 30px;
  }

  .right-arrow-banner, .left-arrow-banner {
    top: 55%;
  }

  .team-home-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .team-title-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .team-members-title {
    align-items: center;
    width: 100%;
  }

  .right-arrow-slide-team {
    top: auto;
    bottom: -20%;
    left: 22%;
  }

  .left-arrow-slide-team {
    top: auto;
    bottom: -20%;
    left: 24%;
  }

  .team-collection-list-wrapper {
    margin-bottom: 30px;
  }

  .team-slider-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 482px;
    display: flex;
  }

  .image-member-link-block {
    height: 270px;
  }

  .services-title-wrap {
    width: 80%;
  }

  .services-image-block {
    background-size: 350px;
    width: 100%;
    height: 450px;
  }

  .image-service {
    width: 330px;
    height: 330px;
  }

  .image-service-second {
    width: 270px;
    height: 270px;
  }

  .our-service-image-block {
    margin-bottom: 20px;
  }

  .workflow-video-wrapper-2 {
    width: 100%;
  }

  .workflow-content-wrapper-2 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .workflow-profile-wrapper-2 {
    justify-content: center;
    margin-top: 20px;
  }

  .team-link-block, .team-avatar {
    height: 270px;
  }

  .doctor-details-left-wrap {
    width: 100%;
  }

  .member-image-block, .member-avatar {
    height: 270px;
  }

  .title-wrapper {
    margin-bottom: 40px;
  }

  .blog-collection-list {
    column-count: 1;
    flex-wrap: wrap;
  }

  .contact-map-wrap {
    width: 100%;
    height: auto;
    top: 40%;
  }

  .contact-hours-wrap {
    width: 80%;
  }

  .contact-info-wrapper {
    flex-direction: column;
    height: 700px;
  }

  .home-3-numbers {
    flex-wrap: wrap;
  }

  .error-message-block {
    text-align: center;
  }

  .image-member-block {
    height: 270px;
  }

  .heading {
    font-size: 20px;
  }

  .support-top-right {
    width: 100%;
  }

  .support-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .support-top-left {
    margin-bottom: 15px;
  }

  .support-square-image {
    right: -18%;
  }

  .support-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .support-square-text {
    font-size: 40px;
  }

  .support-wrapper {
    flex-wrap: wrap;
  }

  .safe-wrapper {
    justify-content: flex-end;
    padding-bottom: 25px;
  }

  .safe-heading {
    font-size: 32px;
  }

  .about-columns-wrapper {
    flex-wrap: wrap;
  }

  .about-column {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 45px;
    display: flex;
  }

  .grid-services {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .services-page {
    min-height: 550px;
  }

  .owner-bios-wrapper {
    flex-flow: column wrap;
  }

  .owner-bio {
    width: 100%;
    margin-bottom: 45px;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .text-center-2.mg-bottom-48px {
    text-align: center;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .float-background-purple {
    width: 100%;
    height: 42%;
    inset: auto 0% 0%;
  }

  .grid-two-columns---brix {
    grid-column-gap: 100px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .card_col_3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-right: 0;
  }

  .col_40 {
    padding-right: 0;
  }

  .card_col_2 {
    width: 100%;
    padding-left: 0;
  }

  .card_base_new {
    padding-top: 10px;
  }

  .col_60 {
    flex-direction: column;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .split-content---brix.testimonials-client-info---brix {
    margin-bottom: -16px;
  }

  .card---brix {
    border-radius: 12px;
  }

  .card---brix.testimonial-v3---brix {
    padding: 50px 38px;
  }

  .cloneable-container-default-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-wrapper---brix.testimonial-v1---brix {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .top-content---brix.testimonial-v3--brix {
    margin-bottom: 24px;
  }

  .image---brix.company-logo---brix {
    margin-bottom: 16px;
  }

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

  .card.testmonial-v12 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.cta-bg-image {
    padding: 70px 32px;
  }

  .card.over-image {
    padding: 54px 32px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .inner-container._600px.center {
    max-width: 800px;
  }

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

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .grid-3-columns-3._1-col-tablet._444._2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-5.hdgdg {
    display: block;
  }

  .container-default-3 {
    max-width: 600px;
  }

  .button-hero {
    justify-content: flex-start;
    margin-left: 30px;
    padding-left: 0;
  }

  .heading-block {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .video-block-light {
    width: 100%;
  }

  .text-block-hero {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .square-icon.large {
    max-width: 100%;
  }

  .square-icon.width-48px.mg-right-16px {
    filter: hue-rotate(312deg);
  }

  .sec_usa_ara {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-template-columns: 1fr;
  }

  .brix---content-inside-card-v14 {
    padding: 32px 32px 40px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .section-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bd-searchbars-container.mobile {
    flex: 1;
    margin-top: -45px;
    display: flex;
  }

  .form-block {
    display: flex;
  }

  .bd-section.dashboard-section {
    padding-top: 80px;
  }

  .bd-div.accordian-wrap {
    margin-top: 0;
  }

  .bd-div.bd-grid.dahsboard-listings {
    flex-direction: column;
    display: flex;
  }

  .bd-div.filter-container {
    display: none;
  }

  .bd-div.filters-button {
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-top: -45px;
    margin-left: 10px;
    display: flex;
    box-shadow: 1px 1px 30px #0000000f;
  }

  .bd-div.dashboard-listings-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bd-searchbar.left {
    border-right-style: none;
    margin-bottom: 0;
    padding-left: 70px;
  }

  .bd-image.search-icon {
    margin-left: 30px;
  }

  .bd-listing-item {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .benefit-block-1 {
    margin-right: 20px;
  }

  .h1 {
    text-align: center;
    padding-bottom: 40px;
  }

  .heading-46 {
    text-align: center;
  }

  .benefit-block-2 {
    margin-right: 20px;
  }

  .infotext {
    font-size: 1em;
    line-height: 1.3em;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .wow-heading.wow-gradient.big {
    font-size: 6em;
  }

  .ipad-shape {
    padding-left: 3px;
    padding-right: 3px;
  }

  .ipad-screen {
    border-radius: 6px;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .wow-animation {
    font-size: .7em;
  }

  .cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .cta-section.cta-v11 {
    min-height: auto;
  }

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

  .grid-2-columns.cta-v11 {
    grid-row-gap: 240px;
    grid-template-columns: 1fr;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .half-bg-image-right.overlay.cta-v11-right {
    background-image: linear-gradient(#000000b8, #000000b8), url('../images/cta-v11-image-brix-templates-02.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    position: absolute;
  }

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

  .h4 {
    font-size: 18px;
  }

  .form-button {
    background-color: #015a68;
    border-color: #fff;
  }

  .icon-6 {
    width: 15px;
  }

  .benefit-text-wrap {
    width: 100%;
  }

  .heading-47 {
    margin-top: 0;
    font-size: 25px;
  }

  .heading-47._30px {
    font-size: 20px;
  }

  .col-md-2 {
    width: auto;
    min-height: auto;
  }


  .header-featured-wrap {
    width: 70%;
    top: 100px;
  }

  .text-100 {
    font-size: 14px;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .tabs-menu.bottom {
    align-items: stretch;
  }

  .avatar-circle._08 {
    width: 220px;
    max-width: 220px;
    height: 220px;
    max-height: 220px;
  }

  .avatar-circle._03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .section-8 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .tab-line {
    padding-left: 0;
    padding-right: 0;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .column {
    margin-top: 40px;
    margin-left: 0;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    border-radius: 20px;
    max-width: none;
    left: 24px;
    right: 24px;
  }

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

  .popup-1---brix {
    max-width: none;
    padding: 32px;
  }

  .subscribe-button---brix {
    background-position: 67% 52%;
    width: 100%;
    min-height: 66px;
    line-height: 18px;
    position: static;
  }

  .subscribe-button---brix.popup-1---brix {
    background-position: 68% 52%;
  }

  .popup-1-form---brix, .dummy-hero-wrapper---brix {
    flex-direction: column;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    max-width: 100%;
  }

  .popup-1-illustration---brix {
    max-width: 28%;
    height: auto;
    margin-bottom: 16px;
  }

  .popup-wrapper---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .input---brix.large---brix {
    min-height: 64px;
    margin-bottom: 16px;
    padding: 16px 32px;
  }

  .dummy-hero-button---brix {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .section-10, .section-11 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-12 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-hero {
    font-size: 60px;
  }

  ._111 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  ._111.padding._3333 {
    width: 95%;
  }

  ._111.padding {
    width: 95%;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 30px;
    font-family: DM Sans, sans-serif;
  }

  .bold-text-10 {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
  }

  .swiper-slide {
    width: 100%;
  }

  .comote-ayuda {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-h1-size {
    font-size: 38px;
    line-height: 46px;
  }

  .circle-number.mg-bottom-32px {
    width: 132px;
    min-width: 132px;
    height: 132px;
    min-height: 132px;
  }

  .mg-bottom-56px {
    margin-bottom: 40px;
  }

  .container-default-14 {
    max-width: 400px;
  }

  .section-15, .section-16 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .tab-left-icon {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tab-left-icon.small.center {
    margin: 10px 0;
  }

  .button-primary-2 {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .close-message---brix.cookie-banner-3---brix {
    position: absolute;
  }

  .cookie-illustration---brix {
    width: 54px;
    min-height: 52px;
    margin-bottom: 16px;
  }

  .cookie-banner-wrapper---brix {
    border-radius: 18px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-3---brix {
    padding: 40px 20px 22px;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
    display: block;
  }

  .footer-down {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .footer-down-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-block-4 {
    display: none;
  }

  .grid-footer {
    grid-row-gap: 50px;
    grid-template: ". . Area-2 Area"
                   ". . . ."
                   / 1fr;
    grid-auto-columns: 1fr;
  }

  .section-footer {
    padding: 70px 14% 50px;
  }

  .heading-footer {
    margin-bottom: 16px;
  }

  .cell {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .cell.border-right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .gallery-wrapper {
    display: block;
  }

  .image-13 {
    max-height: 40vh;
  }

  .slider-thumbs_wrapper {
    width: 33.3333%;
  }

  .modal-detail {
    font-size: 20px;
  }

  .modal-overlay.modal_cat, .modal-overlay.ia {
    display: none;
  }

  .brand-3 {
    padding-left: 0;
  }

  .img {
    padding-left: 15px;
    padding-right: 15px;
  }

  .left-arrow-2 {
    background-image: none;
  }

  .right-arrow-2 {
    width: 8%;
  }

  .img2 {
    max-height: 60vh;
  }

  .heading-71 {
    font-size: 42px;
  }

  .heading-74, .heading-75, .heading-76 {
    color: var(--primary);
    font-family: DM Sans, sans-serif;
    font-size: 16px;
  }

  .checkbox-label-6 {
    color: var(--dark-blue);
  }

  .nav-block {
    display: none;
  }

  .card---brix-2 {
    border-radius: 12px;
  }

  .card---brix-2.testimonial-v1---brix {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 32px;
  }

  .card---brix-2.testimonial-v1---brix.first---brix {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
    height: 70px;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
    height: 100px;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
    height: 70px;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    height: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    width: 100%;
  }

  .nav-link-man {
    width: 99%;
  }

  .nav-link-man.exito {
    display: flex;
  }

  .nav-link-man.ddd {
    width: 100%;
  }

  .nav-link-man._11 {
    display: flex;
  }

  .nav-dropdown {
    display: none;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .text-center.not-full {
    width: 75%;
  }

  .text-center.wwwwww {
    font-size: 32px;
  }

  .text-center.wwwwww.sdfsdf.k {
    padding-top: 840px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 10px;
  }

  .coming-soon-paragraph {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    width: 100%;
    font-size: 38px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-rights {
    margin-bottom: 10px;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-copyright-link {
    margin-left: 5px;
    display: inline-block;
  }

  .footer-copyright-link.mt-5 {
    margin-top: 5px;
  }

  .section-title-wrapper {
    max-width: 220px;
  }

  .section-subtitle.text-orange {
    color: var(--blue-text-50);
    font-family: DM Sans, sans-serif;
    font-size: 16px;
  }

  .section-subtitle.text-orange.nbnh {
    font-size: 16px;
  }

  .section-subtitle.text-orange.hgfddfshfg {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 36px;
  }

  .process-paragraph {
    margin-bottom: 30px;
  }

  .values-image-wrapper {
    margin-top: 10px;
  }

  .values-content-wrapper {
    margin-bottom: 15px;
  }

  .values-counter-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    padding-top: 20px;
  }

  .values-counter-item {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }

  .career-customers-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .career-customer-image {
    height: 28px;
  }

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

  .job-position-sidebar-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .testominials-cards-banner {
    margin-top: -60px;
  }

  .service-list-process-wrap {
    width: 100%;
  }

  .service-list-bottom-left-block, .service-list-bottom-center-block {
    min-height: 340px;
  }

  .primary-button-white.none-display.primary-button.ssss._56 {
    min-width: 50vw;
    max-width: 50vw;
    margin-left: auto;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .home-banner-slider {
    height: 750px;
  }

  .home-buttons-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .banner-text-content {
    width: 100%;
    margin-top: 160px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .banner-icons-block {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center stretch;
    display: flex;
  }

  .banner-icons-block.display-block {
    margin-top: 20px;
  }

  .home-9-team-item {
    width: 100%;
  }

  .home-testimonials-card {
    padding: 20px;
  }

  .responsive-center {
    font-size: 36px;
  }

  .banner-brands-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-service-img {
    height: 300px;
  }

  .menu-wrap, .team-item {
    width: 100%;
  }

  .team-member-image {
    height: 320px;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .big-text-block {
    font-size: 36px;
  }

  .right-arrow-clients {
    right: 30%;
  }

  .slider-testimonials {
    height: 530px;
  }

  .footer-left-wrap {
    flex-direction: column;
    margin-bottom: 20px;
  }

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

  .footer-copyrights-link {
    grid-row-gap: 10px;
    flex-flow: wrap;
    align-items: center;
    display: inline;
  }

  .footer-form {
    height: 520px;
  }

  .footer-social-icons-block {
    margin-top: 0;
  }

  .footer-links-block {
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-rights-wrap {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .text-footer {
    font-size: 32px;
  }

  .footer-battom {
    flex-direction: column;
    margin-top: 10px;
  }

  .doctor-collection-list {
    grid-template-columns: 1fr;
  }

  .doctor-collection-item {
    width: 100%;
  }

  .image-link-block {
    height: 320px;
  }

  .banner-paragraph.text-white {
    width: 100%;
    font-family: DM Sans, sans-serif;
    font-size: 14px;
  }

  .home-number-wrap {
    width: 100%;
    margin-bottom: 10px;
  }

  .banner-about-wrapper {
    grid-row-gap: 40px;
  }

  .banner-content-wrap {
    grid-row-gap: 30px;
  }

  .right-arrow-banner {
    top: 70%;
    right: 36%;
  }

  .left-arrow-banner {
    top: 70%;
    left: 36%;
  }

  .members-collection-list {
    grid-template-columns: 1fr;
  }

  .right-arrow-slide-team, .left-arrow-slide-team {
    bottom: -16%;
  }

  .team-collection-item {
    width: 100%;
  }

  .team-slider-wrapper {
    height: 530px;
  }

  .image-member-link-block {
    height: 320px;
  }

  .services-title-wrap {
    width: 100%;
  }

  .services-block-wrapper {
    grid-row-gap: 50px;
  }

  .services-image-block {
    background-size: 250px;
    height: 400px;
  }

  .image-service {
    width: 250px;
    height: 250px;
  }

  .image-service-second {
    width: 200px;
    height: 200px;
  }

  .banner-service-wrapper, .banner-team-wrapper {
    grid-row-gap: 40px;
  }

  .team-collection-list {
    grid-template-columns: 1fr;
  }

  .team-link-block, .team-avatar {
    height: 320px;
  }

  .team-member-collection-item {
    width: 100%;
  }

  .banner-title-block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .member-image-block, .member-avatar {
    height: 320px;
  }

  .quote-testimonials {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-join-wrapper, .banner-pricing-wrapper {
    grid-row-gap: 40px;
  }

  .pricing-banner-wrap {
    grid-row-gap: 30px;
  }

  .contact-hours-wrap {
    width: 100%;
  }

  .banner-home-wrapper {
    grid-row-gap: 40px;
  }

  .image-member-block {
    height: 320px;
  }

  .hero-paragraph {
    width: 70%;
    font-size: 13px;
  }

  .hero-wrapper {
    justify-content: flex-end;
    padding-bottom: 45px;
  }

  .btn.light.hero.safe {
    margin-right: 0;
  }

  .hero-heading {
    font-size: 30px;
  }

  .heading {
    text-align: left;
    font-size: 20px;
  }

  .safe-paragraph {
    width: 70%;
    font-size: 13px;
  }

  .safe-heading {
    width: 100%;
    font-size: 30px;
  }

  .why-acme-block {
    width: 100%;
  }

  .about-column {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .grid-services {
    grid-row-gap: 16px;
  }

  .hero-paragraph-2 {
    width: 70%;
    font-size: 13px;
  }

  .hero-heading-2 {
    font-size: 30px;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-uppercase.subtitle {
    font-size: 14px;
  }

  .pricing-card-slider {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .section-faq {
    padding: 100px 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .section-faq-2 {
    padding: 100px 15px;
  }

  .split-content---brix.testimonials-client-info---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .split-content---brix.avatar-content---brix {
    margin-bottom: 16px;
  }

  .title.testimonial-v1---brix {
    white-space: break-spaces;
  }

  .card---brix.testimonial-v3---brix {
    margin-bottom: 16px;
    padding: 32px 24px;
  }

  .container-default---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .card.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.content-center {
    align-items: center;
  }

  .card.cta-bg-image {
    padding: 40px 24px;
  }

  .card.over-image {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid_2-1 {
    align-items: center;
  }

  .h2 {
    font-size: 30px;
  }

  .container-3.bbb {
    width: 90%;
    display: flex;
  }

  .h2-2 {
    font-size: 30px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .line-rounded-icon.success-message-check---left {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-5 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-5.hdgdg {
    display: block;
  }

  .container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-hero {
    margin-bottom: 40px;
  }

  .h1-jumbo {
    font-size: 48px;
    line-height: 62px;
  }

  .video-block-light {
    background-image: linear-gradient(352deg, #fff0 60%, #fff), url('../images/Ring.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 0;
    height: 50%;
    inset: auto 0% 0%;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .square-icon.large {
    border-radius: 21px;
    max-width: 80px;
  }

  .card-top-bg {
    min-height: 140px;
  }

  .sec_usa_ara {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---content-inside-card-v14 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .section-7 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .ms-checkbox-wrap {
    display: flex;
  }

  .video-link {
    font-size: 4vw;
  }

  .benefit-block-1 {
    font-size: 4.5vw;
  }

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

  .byoutube {
    font-size: 4vw;
  }

  .hero-image-block {
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 300px;
    margin-right: 40px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    padding-bottom: 40px;
    font-size: 40px;
  }

  .h1.dd {
    min-width: 0;
    min-height: 0;
    font-size: 45px;
  }

  .heading-46 {
    padding-left: 2px;
    padding-right: 2px;
  }

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

  .h2-3 {
    font-size: 30px;
  }

  .section-1-image-block {
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 300px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

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

  .benefit-block-2 {
    margin-top: 0;
    margin-left: 0;
    font-size: 4.5vw;
  }

  .button-4 {
    font-size: 4vw;
  }

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

  .product-block.hide-mobile {
    display: none;
  }

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

  .paragraph-49, .paragraph-50 {
    font-size: 16px;
  }

  .button-5 {
    font-size: 4vw;
  }

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

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

  .p-m-wrap {
    margin-left: 40px;
  }

  .wow-heading.wow-gradient.big {
    font-size: 4em;
  }

  .ipad-shape {
    padding-left: 5px;
    padding-right: 5px;
  }

  .ipad-screen {
    border-radius: 4px;
  }

  ._3d-tablet-wrap {
    perspective-origin: 50% 0;
  }

  .cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .flex-horizontal-2.vertical-mobile {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-horizontal-2.success-message-horizontal {
    flex-direction: column;
  }

  .grid-2-columns.cta-v11 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-56px {
    grid-row-gap: 36px;
    grid-auto-columns: 1fr;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.inside-input.default.white-mb {
    background-color: var(--light-blue);
    color: var(--cornflower-blue);
    margin-top: 11px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---big-icon-left {
    filter: hue-rotate(310deg);
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input.large.button-inside {
    min-height: 64px;
  }

  .flex-horizontal-3.vertical-mobile {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-horizontal-3.success-message-horizontal {
    flex-direction: column;
  }

  .container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-horizontal-4.vertical-mobile {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-horizontal-4.success-message-horizontal {
    flex-direction: column;
  }

  .container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .container-default-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .sub-header-img.contact-us {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h4 {
    font-size: 15px;
  }

  .sec-bk {
    height: 320vh;
    padding-top: 45vh;
  }

  .form-button {
    border-color: #05b0ff;
    width: 100%;
    font-size: 12px;
  }

  .form-button:hover {
    background-color: #0565ff;
  }

  .icon-6 {
    width: 14px;
    margin-top: 5px;
    margin-right: 5px;
  }

  .benefit-text-wrap {
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading-47 {
    font-size: 24px;
  }

  .sub-heading-text {
    width: auto;
    font-size: 3rem;
    line-height: 3rem;
  }

  .sub-heading-text.contact {
    display: flex;
  }

  .row-2-wrap {
    flex-direction: column;
  }

  .form-col-ful {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .col-md-2 {
    margin-bottom: 0;
    padding: 20px 10px 0;
  }

  .subhead {
    font-size: 9px;
  }

  .header-featured-wrap {
    width: 100%;
    top: 50%;
    transform: translate(0%, -50%);
  }

  .big-container {
    padding-right: 10px;
  }

  .row-1-form-wrap {
    flex-direction: column;
  }

  .avatar-image {
    width: 100%;
  }

  .section-8 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .tabs-content.card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-default-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-line {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column {
    margin-top: 32px;
  }

  .popup-content-wrapper---brix {
    border-radius: 24px;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    border-radius: 16px;
    left: 16px;
    right: 16px;
  }

  .popup-1---brix {
    padding: 40px 16px 32px;
  }

  .subscribe-button---brix {
    text-align: center;
    background-position: 247px;
    padding: 15px 34px 16px 38px;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    max-width: 100%;
  }

  .popup-1-illustration---brix {
    max-width: 40%;
    height: auto;
  }

  .container-default-10, .popup-wrapper---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dummy-hero-button---brix {
    padding: 15px 34px 16px;
  }

  .section-10 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .container-default-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-52, .heading-53, .heading-55, .heading-56, .heading-57 {
    font-size: 22px;
  }

  .section-11 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .icon-list {
    margin-right: 8px;
  }

  .container-default-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-12 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .container-default-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-hero {
    font-size: 36px;
  }

  .section-top-img {
    margin-bottom: 6px;
  }

  .block-top-img {
    padding-bottom: 6px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-subtitle.white {
    max-width: 220px;
    font-size: 10px;
  }

  ._111 {
    margin-bottom: 6px;
    padding: 55px 16px;
  }

  ._111.padding._3333 {
    width: 100%;
  }

  ._111.padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .bold-text-7 {
    font-family: DM Sans, sans-serif;
    font-size: 35px;
  }

  .paragraph-54 {
    font-family: DM Sans, sans-serif;
    font-size: 14px;
  }

  .paragraph-56 {
    text-align: justify;
    padding-left: 5px;
    padding-right: 5px;
  }

  .bold-text-9 {
    text-align: left;
    padding-left: 17px;
    font-size: 36px;
  }

  .bold-text-9._555 {
    font-size: 36px;
  }

  .bold-text-10 {
    font-size: 32px;
  }

  .paragraph-58 {
    text-align: left;
    max-width: 100%;
    display: block;
  }

  .swiper-slide {
    width: 100%;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .comote-ayuda {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .heading-h1-size {
    font-size: 32px;
    line-height: 38px;
  }

  .circle-number.mg-bottom-32px {
    width: 124px;
    min-width: 124px;
    height: 124px;
    min-height: 124px;
  }

  .mg-bottom-56px {
    margin-bottom: 32px;
  }

  .container-default-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-15, .section-16 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .tab-left-icon {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-primary-2 {
    padding: 15px 34px 16px;
  }

  .cookie-illustration---brix {
    width: 48px;
    min-height: 46px;
  }

  .cookie-banner-wrapper---brix {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-3---brix {
    width: auto;
    max-width: none;
    padding-bottom: 30px;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-popup_component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .paragraph-footer {
    margin-bottom: 10px;
  }

  .footer-down-block {
    margin-top: 50px;
  }

  .block-footer-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .link-block-4 {
    display: none;
  }

  .grid-footer {
    grid-template-areas: ".";
    grid-auto-columns: 1fr;
  }

  .section-footer {
    padding-top: 55px;
    padding-bottom: 30px;
  }

  .block-footer33 {
    display: flex;
  }

  .checkbox-field {
    padding-top: 11px;
  }

  .table-row-group.header {
    display: none;
  }

  .table-row {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-text {
    margin-top: 1rem;
  }

  .header-cell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-cell.border-right {
    border-bottom: 1px solid #d3d3d3;
    border-right-style: none;
  }

  .cell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cell.border-right {
    border-bottom: 1px solid #d3d3d3;
    border-right-style: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery-wrapper {
    display: block;
  }

  .image-13 {
    max-height: 65vw;
  }

  .modal-detail {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    font-size: 10px;
  }

  .modal-overlay.modal_cat, .modal-overlay.ia {
    display: none;
  }

  .modal-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .close {
    min-width: 25px;
    min-height: 20px;
  }

  .module-header-left {
    display: flex;
  }

  .heading-67 {
    font-size: 20px;
  }

  .text-footer-2 {
    font-size: 62px;
  }

  .sec_proceso {
    display: none;
  }

  .button-wrap-2 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .heading-71 {
    font-size: 42px;
  }

  .paragraph-64, .paragraph-65, .paragraph-66, .paragraph-67 {
    font-size: 16px;
  }

  .paragraph-68 {
    text-align: center;
    font-size: 16px;
  }

  .paragraph-69, .paragraph-70, .paragraph-71, .paragraph-72 {
    font-size: 16px;
  }

  .card-body {
    padding: 20px;
  }

  .div-block-38 {
    display: none;
  }

  .heading-74 {
    font-size: 14px;
  }

  .heading-75, .heading-76 {
    font-size: 12px;
  }

  .checkbox-label-6 {
    color: var(--primary);
  }

  .paragraph-73, .paragraph-74, .paragraph-75 {
    font-family: DM Sans, sans-serif;
    font-size: 14px;
  }

  .nav-block {
    display: none;
  }

  .card---brix-2.testimonial-v1---brix {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    min-height: 470px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .list-item-1, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
    font-size: 22px;
  }

  .expli-norma {
    padding-left: 70px;
  }

 
  
}

#field.w-node-_0e050031-1fc1-5694-c2c9-16cd799c37e6-634f2c73 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_0e050031-1fc1-5694-c2c9-16cd799c37e7-634f2c73 {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
}

#w-node-_42c7f786-d8c5-f61a-00da-31f9ccacb5db-76512edf, #w-node-_319e7b81-3082-80d0-7ee0-17016386a1b4-141cb458, #w-node-_319e7b81-3082-80d0-7ee0-17016386a1bb-141cb458, #w-node-_49a05cbb-cde2-2c12-4136-e48021280102-141cb458, #w-node-_49a05cbb-cde2-2c12-4136-e48021280109-141cb458, #w-node-_51700728-3201-687b-a1f2-9cd5c3d3ed10-141cb458, #w-node-_51700728-3201-687b-a1f2-9cd5c3d3ed17-141cb458, #w-node-_0443bafd-53d7-d317-f459-9acf2437739a-141cb458, #w-node-_0443bafd-53d7-d317-f459-9acf243773a3-141cb458, #w-node-_401efcf1-6d7e-24eb-247c-10d2009c03db-141cb47b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1884b60-c332-dd5d-501e-cecd8d0ea2b3-141cb47b {
  order: 9999;
}

#w-node-_401efcf1-6d7e-24eb-247c-10d2009c03ee-141cb47b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_401efcf1-6d7e-24eb-247c-10d2009c03e2-141cb47b {
  place-self: center;
}

#w-node-_7298f185-c1ce-1417-2f60-23376ba57975-141cb47b {
  justify-self: center;
}

#w-node-_2f62abef-93a8-fa44-c1f1-9fb2125db713-141cb4c4 {
  align-self: start;
}

#w-node-_2f62abef-93a8-fa44-c1f1-9fb2125db714-141cb4c4 {
  place-self: stretch stretch;
}

#w-node-_24e374ef-4491-77a6-3808-17436ff488e9-141cb4c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24e374ef-4491-77a6-3808-17436ff488ec-141cb4c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_24e374ef-4491-77a6-3808-17436ff488f1-141cb4c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24e374ef-4491-77a6-3808-17436ff488f4-141cb4c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_24e374ef-4491-77a6-3808-17436ff488f9-141cb4c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24e374ef-4491-77a6-3808-17436ff488fc-141cb4c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_24e374ef-4491-77a6-3808-17436ff48901-141cb4c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24e374ef-4491-77a6-3808-17436ff48904-141cb4c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_24e374ef-4491-77a6-3808-17436ff48909-141cb4c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24e374ef-4491-77a6-3808-17436ff4890c-141cb4c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_24e374ef-4491-77a6-3808-17436ff48911-141cb4c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24e374ef-4491-77a6-3808-17436ff48914-141cb4c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#field-2.w-node-_8b6de923-c587-6c0e-5114-b0f430ce952f-141cb4df {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8b6de923-c587-6c0e-5114-b0f430ce9530-141cb4df {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-141cb4e3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-141cb4e3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-141cb4e3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-141cb4e3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-141cb4e3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-141cb4e3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-141cb4e3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-141cb4e3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-141cb4e3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-141cb4e3, #w-node-_1e46a3a7-3668-b26c-acd8-735e1b110748-141cb4e3, #w-node-_1e46a3a7-3668-b26c-acd8-735e1b11074c-141cb4e3, #w-node-_1e46a3a7-3668-b26c-acd8-735e1b110750-141cb4e3, #w-node-_1e46a3a7-3668-b26c-acd8-735e1b110754-141cb4e3, #w-node-_18a484c0-f82f-5639-7860-b0c05cb84198-141cb4e3, #w-node-_18a484c0-f82f-5639-7860-b0c05cb841a0-141cb4e3, #w-node-_18a484c0-f82f-5639-7860-b0c05cb841a8-141cb4e3, #w-node-_47ebf0e6-ef7d-f89e-9576-c4954e63d57c-141cb4e3, #w-node-_47ebf0e6-ef7d-f89e-9576-c4954e63d583-141cb4e3, #w-node-_47ebf0e6-ef7d-f89e-9576-c4954e63d58a-141cb4e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_68317f42-23b8-3037-500f-c46b34409ed9-634f2c73, #w-node-_319e7b81-3082-80d0-7ee0-17016386a1bb-141cb458 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #field-2.w-node-_8b6de923-c587-6c0e-5114-b0f430ce952f-141cb4df {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8b6de923-c587-6c0e-5114-b0f430ce9530-141cb4df {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8b6de923-c587-6c0e-5114-b0f430ce9531-141cb4df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_82910a20-63f6-6591-fa97-d4c56c61823d-141cb4e5 {
    order: -9999;
  }

  #w-node-_8fbc6f0a-bfab-fb93-8566-3115bc462ac2-141cb4e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #field-2.w-node-_8b6de923-c587-6c0e-5114-b0f430ce952f-141cb4df {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8b6de923-c587-6c0e-5114-b0f430ce9530-141cb4df {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8b6de923-c587-6c0e-5114-b0f430ce9531-141cb4df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #field-2.w-node-_8b6de923-c587-6c0e-5114-b0f430ce952f-141cb4df {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8b6de923-c587-6c0e-5114-b0f430ce9530-141cb4df {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_749a86f3-f421-4261-3f00-4d426c85c909-6c85c8ea, #w-node-cc85c512-3a8c-9e1e-c975-a71fab1efd4a-6c85c8ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42c7f786-d8c5-f61a-00da-31f9ccacb5df-76512edf {
    justify-self: stretch;
  }

  #w-node-_0adfb990-f443-573c-d5e0-1a803a920d29-141cb476 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_401efcf1-6d7e-24eb-247c-10d2009c03e2-141cb47b, #w-node-_7298f185-c1ce-1417-2f60-23376ba57975-141cb47b {
    justify-self: center;
  }

  #email-2.w-node-_8b6de923-c587-6c0e-5114-b0f430ce952c-141cb4df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_65e41ed6-0578-b2ce-773a-a65efcff77bf-141cb43d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_65e41ed6-0578-b2ce-773a-a65efcff77c9-141cb43d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_24e374ef-4491-77a6-3808-17436ff488f4-141cb4c5 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_749a86f3-f421-4261-3f00-4d426c85c909-6c85c8ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-141cb4bd, #w-node-_163d3bee-8fce-c8d0-2742-6b5d9a202a3d-141cb4bd, #w-node-dc537c18-de2d-c94d-1712-acb691e722d2-141cb4bd, #w-node-_1a33c56d-8605-6c90-dbee-156a316ac6d6-141cb4bd, #w-node-_0bda38a4-7c94-f790-2219-a60f242207d1-141cb4bd, #w-node-fb63c363-3ae8-ee60-c5ea-e5800fee9fff-141cb4bd, #w-node-c4a65cca-2e7d-d187-9a9a-4c5553a5aab1-141cb4bd, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc39-141cb4bd, #w-node-_6375cae1-a175-19e3-b47e-d1127da5f506-141cb4bd, #w-node-_70137b69-1e7c-ae84-8a1c-6818e25bb75d-141cb4bd, #w-node-_7ba0c7bc-417f-a95a-5e2b-2185ff61f797-141cb4bd, #w-node-_6a57c13b-6c83-471f-4fdc-fa4450faab37-141cb4bd, #w-node-_2b923fd8-e68a-4737-1413-ba7d0c0adc3c-141cb4bd, #w-node-_4807f377-c4d8-799b-13ed-52a698b60e26-141cb4bd, #w-node-_7e2da6c9-d840-e6cc-a461-8b6e0f519928-141cb4bd, #w-node-eb008c25-f28f-c4d5-ac43-5668532d160a-141cb4bd, #w-node-_2b732b3d-9c87-c59c-7f20-1e6d7cdbd62b-141cb4bd, #w-node-_342d1a66-b382-987e-4653-a77aeca57bc4-141cb4bd, #w-node-_7074662e-225d-c92c-2d7e-aed915d702e9-141cb4bd, #w-node-_7edd08e4-12a1-2b1b-598f-b228a1f6f6b1-141cb4bd, #w-node-bc7285e6-cd9f-accb-a0ac-8060111acb58-141cb4bd, #w-node-_3f6c715f-2a65-e61d-0262-51ad707bf229-141cb4bd, #w-node-_6d76891e-ceda-abee-b6e7-bfd040c370fe-141cb4bd, #w-node-_5bd2c366-12e2-f947-7eb3-b25e20b3316f-141cb4bd, #w-node-b744e687-15fe-68bd-5c6a-0fbe13ca7e87-141cb4bd, #w-node-_2a6932f1-845b-b27a-7ef4-9ff88d719550-141cb4bd, #w-node-_7f3077c5-03a1-b0f4-b036-ffbab756d222-141cb4bd, #w-node-_7d03d955-c0c9-342c-519e-7f1bd3480ed5-141cb4bd, #w-node-faac79dc-b077-a458-17df-31808744c964-141cb4bd, #w-node-f47fe965-e5db-e088-db50-91d7d6a73588-141cb4bd, #w-node-eb506c2c-5d83-011b-81b0-03a27a26ebd9-141cb4bd, #w-node-f1ae6452-de17-9f86-766c-6c5a1f887c46-141cb4bd, #w-node-a3bc415b-17d6-6f44-8f58-3070244e9a15-141cb4bd, #w-node-de2849ad-cb37-fd9a-69c0-d877697f3cfb-141cb4bd, #w-node-b2ed53bd-140c-a840-57e4-ad32d757769b-141cb4bd, #w-node-_9a85f96a-1bfe-e5a0-569d-230017690945-141cb4bd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
