:root {
  --white: white;
  --black: black;
  --blue-violet: #6e2ed8;
  --dim-grey: #6b6b6b;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

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

.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-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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section.home {
  background-color: #dbb781;
  background-image: linear-gradient(#efc981, #504634);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  background-image: linear-gradient(0deg, #504634, #1b1b1b);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  background-color: #353027;
  background-image: none;
  padding-top: 10vh;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
}

.section.wide.img.intro {
  background-image: linear-gradient(#504634, #353027);
}

.section.wide.purple {
  background-image: linear-gradient(135deg, #fc0a7e, #602bb6);
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section.wide.footer {
  background-image: linear-gradient(0deg, #504634, #353027);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5rem;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.section.center-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #dbb781;
  background-image: linear-gradient(90deg, #efc981, #644822);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.escribenos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #dbb781;
  background-image: linear-gradient(#efc981, #504634);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  position: relative;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.topnav {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  mix-blend-mode: normal;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Gothic A1, sans-serif;
  display: block;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  max-width: 450px;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 45%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #fc0a7e;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color 0.5s cubic-bezier(0.789, 0.159, 0.25, 1),
    color 0.2s cubic-bezier(0.789, 0.159, 0.25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  background-color: #d29d46;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1),
    cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  text-align: justify;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.title {
  color: #a8a8a8;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  width: auto;
  height: auto;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  display: inline-block;
}

.title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.image-2 {
  flex: none;
}

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

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px #61471c;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  mix-blend-mode: multiply;
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
  font-size: 1.5rem;
}

.hero-content {
  z-index: 90;
  text-align: left;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  flex-flow: column;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 30vw;
  display: flex;
}

.black {
  color: #000;
}

.hero-subhead {
  color: #fff;
  text-align: left;
  max-width: 100%;
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 44px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 150px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #1b1b1b;
  background-image: linear-gradient(0deg, #efc981, #353027);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer.escribenos {
  background-image: linear-gradient(0deg, #efc981, #504634);
}

.footer-link {
  color: #fff;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  margin-top: 8vh;
  font-size: 14px;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin: 10px auto;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 1.5rem;
  transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: inset 0 0 #efc981;
}

.input:hover,
.input:focus {
  box-shadow: inset 0 0 0 2px #efc981;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  text-align: left;
}

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

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

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

.light-text {
  color: #efc981;
}

.text-block-3 {
  color: #fff;
  letter-spacing: 3px;
  margin-top: 50px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 25px;
}

.white-heading {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-5 {
  border-radius: 12px;
}

.heading-5 {
  color: #000;
}

.black-heading {
  color: #000;
  text-align: center;
}

.heading-7 {
  color: #000;
}

.copyright {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.copyright:hover {
  color: #fff;
}

.image-6 {
  margin-bottom: 120px;
}

.tm-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.tm-image {
  border: 0 #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 35vw;
  display: flex;
}

.feature-image-copy {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.tm-photo {
  opacity: 0.9;
  mix-blend-mode: normal;
  border: 0 #000;
  border-radius: 20px;
  box-shadow: 5px 5px 9px 2px #0003;
}

.tm-name {
  color: #a8a8a8;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  width: auto;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
}

.tm-name.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

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

.main-feature {
  border: 1px #000;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.main-feature.reverse {
  flex-direction: row-reverse;
}

.main-feature.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.main-feature.icons {
  flex-flow: column;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-2 {
  max-width: 100%;
}

.image-7 {
  border-radius: 20px;
  width: 5em;
}

.image-8 {
  mix-blend-mode: color-burn;
}

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

.whatsapp-number {
  color: #fff;
  padding-top: 1vh;
  font-size: 1.2rem;
  font-weight: 300;
}

.heading-8 {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 40px;
}

.slider {
  width: 100%;
}

.mask {
  background-color: #fff;
}

.partner {
  justify-content: center;
  align-items: center;
  height: 80%;
  display: flex;
}

.image-9 {
  max-height: 100%;
}

.partner-logo {
  width: auto;
  max-width: 60%;
  height: auto;
  max-height: 100%;
}

.icon-2,
.icon-3 {
  background-color: #b6b3af;
}

.white-paragraph {
  color: #fff;
}

.light-paragraph {
  color: #fff;
  text-align: justify;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.associates {
  border: 1px #000;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.associates.reverse {
  flex-direction: row-reverse;
}

.associates.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.associates.icons {
  flex-flow: column;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.mission-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 10vh;
  display: flex;
}

.mission-section.home {
  background-color: #dbb781;
  background-image: linear-gradient(#efc981, #504634);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.mission-section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.mission-section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.mission-section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.mission-section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.mission-section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.mission-section.wide {
  background-color: #1b1b1b;
  background-image: linear-gradient(0deg, #504634, #1b1b1b);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.mission-section.wide.img {
  background-color: #353027;
  background-image: none;
  padding-top: 10vh;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
}

.mission-section.wide.img.intro {
  background-image: linear-gradient(#504634, #353027);
}

.mission-section.wide.purple {
  background-image: linear-gradient(135deg, #fc0a7e, #602bb6);
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.mission-section.wide.footer {
  background-image: linear-gradient(0deg, #504634, #353027);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5rem;
}

.mission-section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.mission-section.center-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #dbb781;
  background-image: linear-gradient(90deg, #efc981, #644822);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.instagram-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.escribenos-body {
  color: #333;
  font-family: Gothic A1, sans-serif;
  display: block;
}

.contact-content {
  z-index: 90;
  text-align: left;
  width: 100%;
  margin-top: 25vh;
  padding-left: 10vw;
  padding-right: 10vw;
  position: relative;
}

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

.terms-and-conditions-label {
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: 300;
}

.checkbox {
  width: 4vw;
  height: 4vh;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5vh;
  display: flex;
}

.terms-and-conditions-link {
  color: #efc981;
  font-weight: 600;
}

.terms-and-conditions {
  color: #000;
  background-color: #fff;
  height: 50vh;
  margin-top: 5vh;
  padding-left: 1vw;
  padding-right: 1vw;
  overflow: scroll;
}

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

.heading-10 {
  color: #000;
  font-size: 5vh;
}

.heading-11,
.heading-12 {
  color: #000;
  font-size: 28px;
}

.heading-13,
.heading-14,
.heading-15,
.heading-16,
.heading-17,
.heading-18 {
  color: #000;
}

.heading-19,
.heading-20,
.heading-21,
.heading-22 {
  color: #000;
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.home,
  .section.center-2,
  .section.escribenos {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .topnav {
    padding-left: 0;
    padding-right: 0;
  }

  .nav,
  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: 100%;
    max-width: 100%;
  }

  .feature-content.icons {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    margin-bottom: 10px;
    padding-top: 20px;
    font-size: 16px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

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

  .feature-wrap {
    flex-flow: column;
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.reverse {
    flex-flow: column;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .feature-wrap.icons {
    flex-flow: column;
  }

  .feature-image {
    width: 50vw;
  }

  .hero-subhead {
    text-align: center;
    justify-content: center;
    align-items: stretch;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3,
  .white-heading {
    text-align: center;
  }

  .tm-image {
    width: 65vw;
  }

  .hflex {
    flex-flow: column;
  }

  .main-feature {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .main-feature.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .image-7 {
    border-radius: 20px;
    width: 3.5em;
    margin-top: 5px;
  }

  .associates {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .associates.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .mission-section.home,
  .mission-section.center-2 {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .instagram-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .contact-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-content.icons {
    text-align: left;
    align-items: center;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

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

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .form-block {
    width: 100%;
  }

  .black-heading {
    font-size: 34px;
  }

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

  .main-feature.icons {
    flex-flow: wrap;
    display: block;
  }

  .main-feature.icons.numbers {
    display: flex;
  }

  .whatsapp-container {
    margin-bottom: 50px;
    padding-top: 0;
  }

  .whatsapp-block {
    flex-flow: column;
  }

  .associates.icons {
    flex-flow: wrap;
    display: block;
  }

  .associates.icons.numbers {
    display: flex;
  }

  .checkbox {
    width: 8vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.home,
  .section.center-2,
  .section.escribenos {
    padding-bottom: 10vh;
  }

  .topnav {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .paragraph {
    text-align: justify;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .title {
    letter-spacing: 2px;
    line-height: 25px;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .nav-link {
    margin-bottom: 0;
  }

  .hero-image {
    width: 80%;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap,
  .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .footer-link {
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-list {
    margin-top: 0;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .input {
    font-size: 1.2rem;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow,
  .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .black-heading {
    font-size: 28px;
  }

  .copyright {
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tm-image {
    width: 85vw;
  }

  .feature-image-copy {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hflex {
    flex-flow: column;
  }

  .main-feature.reverse {
    flex-direction: column;
  }

  .icon-2 {
    margin-left: 0;
  }

  .icon-3 {
    margin-right: 0;
  }

  .light-paragraph {
    text-align: justify;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .associates.reverse {
    flex-direction: column;
  }

  .image-10,
  .image-11 {
    max-width: 80%;
  }

  .mission-section.home,
  .mission-section.center-2 {
    padding-bottom: 10vh;
  }

  .contact-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .checkbox {
    width: 20vw;
  }
}
