:root {
    --dark-slate-grey: #373f41;
    --black: black;
    --white: white;
    --light-sea-green: #1ba9a0;
    --cadet-blue: #1b9aaa;
    --navajo-white: #fed48f;
    --dark-slate-blue: #52489c;
    --teal: #13736e;
    --powder-blue: #bae8e8;
    --azure: #e3f6f5;
}

html {
    /* -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; */
    /* font-family: sans-serif; */
}

html, body {
    height: 100%;
}

body{
    overflow: hidden;
    margin: 0px;
    padding: 0px;

    /* font-family: Arial, sans-serif; */
    font-size: 14px;
    /* line-height: 20px; */
}
.menu{
    font-size: 18px;
    margin-top:25px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    height: 75px;
    width: 75px;
    text-align: center;
}
.menu:hover{
    margin-top:25px;
    cursor: pointer;
    text-decoration: underline;
}
.menu_padre{
    background: #000000f7;
    position: fixed;
    width: 100%;
    height: 800px;
    color:#fff;
    z-index: 1;
}

.subtitulo{
    font-size: 30px;
    color: #cf733c;
    font-weight: bold;
    text-align: center;
    margin: 10px;
}

.header{
    border-bottom: 1px solid #000;
    color:#000000;
    font-size: 30px;
    height: 50px;
    padding-top: 10px;
    display:flex;
    justify-content: space-between;
}

.detalle{
    font-size: 20px;
    margin: 0px auto;
    margin-top: 25px;
    max-width: 600px;
    text-align: justify;
}

.cuerpo{
    overflow: auto;
    margin: 3px;
    margin: 0px;
}

.fondo_obscuro{
    opacity: 0.25;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 15px;
}
.fondo_obscuro:hover{
    opacity: 0.40;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 15px;
}

.section {
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    /* justify-content: center; */
    align-items: center;
    /* width: 100%; */
    /* text-align: center; */
    padding-top: 20px;
    /* max-width: 80.5em; */
    margin-left: auto;
    margin-right: auto;
    color: white;
    background: rgb(0 0 0 / 65%);
    padding: 2.5rem 5rem;
}

.section.solution {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.section.peach {
    color: var(--dark-slate-grey) !important;
    background-image: url('../img/presentacion/background-peach.png') !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.section.purple {
    color: var(--white)!important;
    background-image: url("../img/presentacion/background-purple.png") !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
}

.section.blue {
  color: var(--white)!important;
  background-image: url("../img/presentacion/background-blue.png") !important;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.section.pink {
  color: var(--white) !important;
  background-image: url("../img/presentacion/background-pink.png") !important;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.blog {
  color: var(--white) !important;
  background-image: url("../img/presentacion/background-blog.svg") !important;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5.42em;
  padding-bottom: 4.86em;
}

.section.solution-hero {
    color: var(--white) !important;
    background-image: url("../img/presentacion/background-solution-hero.svg") !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
}

.section.solution-blue {
  color: var(--white) !important;
  background-image: url("../img/presentacion/background-solution-blue.png") !important;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.section.pricing-hero {
  color: var(--white) !important;
  background-image: url("../img/presentacion/background-pricing-hero.png") !important;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 18.13em;
}

.section.contact {
  color: var(--white) !important;
  background-image: url("../img/presentacion/background-contat.svg") !important;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 12em;
}

.section.pricing-cards {
    overflow: initial;
}

.light-theme .section {
    background: white;
    color: black;
}

h1 {
    letter-spacing: .01em;
    margin-top: .25em;
    margin-bottom: .125em;
    /* font-family: Manrope, sans-serif; */
    font-size: 2.92em;
    font-weight: 600;
    line-height: 1.36;
}

h2 {
  letter-spacing: .01em;
  margin-top: .25em;
  margin-bottom: .125em;
  font-size: 2.64em;
  font-weight: 600;
  line-height: 1.37;
}

h3 {
  margin-top: .25em;
  margin-bottom: .125em;
  /* font-family: Manrope, sans-serif; */
  font-size: 2.22em;
  font-weight: 600;
  line-height: 1.38;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.81em;
  font-weight: 700;
  line-height: 1.5;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.39;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  /* font-family: Inter, sans-serif; */
  font-size: 1.11em;
  font-weight: 700;
  line-height: 1.19;
}

.paragreph-large {
    font-size: 1.25em;
    line-height: 1.78;
}
.mt-2 {
    margin-top: 2em;
}
p {
    letter-spacing: .01em;
    margin-bottom: .125em;
    /* font-family: Inter, sans-serif; */
    font-size: 1.11em;
    font-weight: 400;
    line-height: 1.88;
}

.button.outine {
    border: .07em solid white;
    color: white;
    text-transform: capitalize;
    border-radius: 2.08em;
    font-weight: 700;
}

.button.outine:hover {
    background-color: white;
    color: rgb(0, 0, 0);
}

.button.green-arrow {
    /* background-color: var(--cadet-blue); */
    /* color: var(--white); */
    border: .07em solid white;
    color: white;
    text-transform: capitalize;
    border-radius: 2.08em;
    font-weight: 400;
}

.button.green-arrow:hover {
    /* background-color: #297d79; */
    background-color: white;
    color: rgb(0, 0, 0);
}


.button.purple-arrow {
    /* background-color: var(--dark-slate-blue);
    color: var(--white); */
    border: .07em solid white;
    color: white;
    text-transform: capitalize;
    border-radius: 2.08em;
    font-weight: 400;
}
  
.button.purple-arrow:hover {
    /* background-color: #251c65; */
    background-color: white;
    color: rgb(0, 0, 0);
}
  
.button.white-arrow {
    /* background-color: var(--white);
    color: var(--dark-slate-grey); */
    border: .07em solid white;
    color: white;
    text-transform: capitalize;
    border-radius: 2.08em;
    margin-top: 4em;
    font-weight: 700;
}
  
.button.white-arrow:hover {
    /* color: var(--cadet-blue); */
    background-color: white;
    color: rgb(0, 0, 0);
}

.button.primary-black {
  background-color: var(--black);
  color: var(--white);
  text-transform: capitalize;
  border-radius: 2.08em;
  padding-left: 3em;
  padding-right: 3em;
  font-weight: 700;
}

.button {
    letter-spacing: .03em;
    padding: .83em 1.53em;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1;
}

.button.card {
  background-color: var(--navajo-white);
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: capitalize;
  border-radius: 2.08em;
  margin-top: 2.29em;
  font-weight: 700;
  display: block;
}

.button.card:hover {
  background-color: #f5b957;
}

.button.card.purple {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.button.card.green {
  background-color: var(--light-sea-green);
  color: var(--white);
}

.button.card.green:hover {
  background-color: #297d79;
}

.button.card.p-clr {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.button.card.p-clr:hover {
  background-color: #251c65;
}


/* .button:hover {
    color: var(--cadet-blue);
} */
  
.button.primary-orange {
    background-color: var(--navajo-white);
    color: var(--dark-slate-grey);
    text-transform: capitalize;
    border-radius: 2.08em;
    font-weight: 700;
}
  
.button.primary-orange:hover {
    background-color: #f5b957;
}

.mt-2 {
    margin-top: 2em;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
    text-transform: none;
}

a {
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
}
  
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    /* font-family: Inter, sans-serif; */
    font-size: 1.11em;
    font-weight: 700;
    line-height: 1.19;
}

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

h2 {
    letter-spacing: .01em;
    margin-top: .25em;
    margin-bottom: .125em;
    font-size: 2.64em;
    font-weight: 600;
    line-height: 1.37;
}

.about-hero-wrapper {
  max-width: 54.12em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.about-subheading {
  letter-spacing: .01em;
  text-transform: uppercase;
}


.pricing-hero-text {
  margin-top: 1em;
  font-size: 1.25em;
}

.pricing-hero-wrapper {
  text-align: center;
  margin-top: 100px;
}

.pricing-card-grid {
  justify-content: space-between;
  margin-top: -15em;
  display: flex;
}

.pricing-card {
  max-width: 26.39em;
  border: .07em solid var(--dark-slate-blue);
  background-color: var(--white);
  border-radius: .83em;
  flex: 1;
  margin-right: 1.94em;
  padding: 3.19em 1.67em;
}

.pricing-card.green {
  border-color: var(--light-sea-green);
}

.pricing-card.peach {
  border-color: var(--navajo-white);
}

.ucard-heading {
    /* color: var(--cadet-blue); */
    margin-top: 1.15em;
    font-size: 2.2em;
    font-weight: 500;
}
h3 {
    margin-top: .25em;
    margin-bottom: .125em;
    /* font-family: Manrope, sans-serif; */
    font-size: 2.22em;
    font-weight: 600;
    line-height: 1.38;
}

.paragreph-large.mt-1 {
    font-size: 18px;
    line-height: 32px;
}

.mt-1 {
    margin-top: 1em;
}

.features-heading {
    text-align: center;
    margin-top: .5em;
}

.subheading {
    text-align: center;
}

.roundimg-text-wrapper {
    max-width: 79.17em;
    border-radius: 2.08em;
    margin-top: 6em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }
  
  .roundimg-text-wrapper._2 {
    max-width: 79.17em;
    padding-bottom: 6em;
  }


.left-text-wrapper.orange {
    /* background-color: var(--navajo-white); */
    background-color: rgb(254 212 143 / 45%);
}

.left-text-wrapper {
    flex: 1;
    padding: 3.75em 5em;
    text-align: left;
}

.right-text-wrapper.blue {
    /* background-color: var(--cadet-blue); */
    background-color: hsl(187deg 73% 39% / 45%);
    color: var(--white);
}

.right-text-wrapper {
    flex: 1;
    padding: 3.75em 5em;
    text-align: left;
}

.left-text-wrapper.purple {
    /* background-color: var(--dark-slate-blue); */
    background-color: rgb(82 72 156 / 45%);
    color: var(--white);
}

.right-imagewrapper {
    max-width: 39.72em;
    flex: none;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
img {
    border: 0;
}

.left-imagewrapper {
    max-width: 39.44em;
    flex: none;
}

.subheading-card {
    letter-spacing: .01em;
    text-transform: uppercase;
}

.round-card-heading {
    margin-top: .63em;
}

.rcard-body {
    margin-top: 1.39em;
    font-size: 16px;
    line-height: 30px;
}

.social-proof-wrapper {
    border-bottom: .07em solid #c7c8d9;
    justify-content: space-between;
    align-items: center;
    margin-top: 4em;
    padding-bottom: 6.32em;
    padding-left: 2.43em;
    padding-right: 2.43em;
    display: flex;
}

.social-logo-image {
    width: 22.29em;
    opacity: 0.75;
    border-radius: 5px;
}
  
.social-logo-image._1 {
    width: 16.04em;
}
  
.social-logo-image._3 {
    width: 17.71em;
}
  
.social-logo-image._4 {
    width: 11.81em;
}


.flex {
    margin-top: 9.65em;
    display: flex;
}

.heading-wrapper {
    width: 50%;
    margin-left: 0;
    margin-right: 2em;
}

.heading-wrapper.wide {
  width: 73%;
}

.side-para {
    /* max-width: 33.33em; */
    width: 50%;
    margin-top: 0;
}

.side-para.wide {
  /* max-width: 57.36em; */
  width: 57.36em;
  margin-top: 4em;
}

.intro-para {
  font-size: 1.25em;
  line-height: 1.78;
}

.cta-wrapper {
    max-width: 79.17em;
    /* background-color: var(--light-sea-green); */
    background: rgb(25 143 159 / 65%);
    color: var(--white);
    /* background-image: url("https://assets-global.website-files.com/61518a6d4b12b3ddb1e35430/615360cce2245c0f0bb22977_header%20bg%20(4).svg"); */
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 1.39em;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 3.54em;
    display: flex;
  }

  .cta-text {
    font-size: 2.22em;
    font-weight: 400;
  }
  
  .cta-text.small {
    margin-top: 1em;
    font-size: 1.67em;
  }

  /* #ultima_linea:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: url(img/presentacion/SolAD.png) 0% 0% / 100% 100% no-repeat rgba(255, 255, 255, 0.74);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    
  } */


.image-text-wrapper {
    display: flex;
}

.container.solution {
    max-width: 89.58em;
    margin-right: 0;
    margin-left: auto;
}

.image-wrapper.solutions {
    height: 34.72em;
    max-width: 45.96em;
    margin-left: auto;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-wrapper.solutions {
    max-width: 43em;
    padding-top: 5.42em;
}
.text-wrapper {
    max-width: 35em;
    flex: 1;
    margin-right: 2em;
}

.image-wrapper {
    flex: 1;
    position: relative;
}

.hero-subheading {
    letter-spacing: .01em;
    text-transform: uppercase;
    margin-bottom: 1.36em;
    /* font-family: Inter, sans-serif; */
    font-size: 1.11em;
    font-weight: 700;
    line-height: 1.22;
}


.light-theme .button.white-arrow {
    background-color: var(--white);
    color: var(--dark-slate-grey);
}

.light-theme .button.white-arrow:hover {
    color: var(--cadet-blue);
}

.text-block-13, .text-block-14 {
    text-transform: none;
}

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


.text-text-wrapper {
    max-width: 79.17em;
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.text-text-wrapper-2 {
    margin-top: 4em;
    padding-left: 5em;
    display: flex;
  }

.features-card-wrapper {
    justify-content: space-between;
    margin-top: 6.25em;
    display: flex;
}

.features-card-wrapper._2col {
  max-width: 41.67em;
  margin-left: auto;
  margin-right: auto;
}

.features-card-wrapper._2col.text-align-center.shadow {
  max-width: 55em;
  margin-top: 1em;
}

.features-card {
  margin-right: 1em;
}

.features-card.shadow {
  border-radius: .56em;
  padding: 1.94em 6.94em;
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.featues-text {
  max-width: 13em;
  color: var(--black);
  margin-top: 1.11em;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 30px;
  position: static;
}

.feature-card-heading {
  max-width: 9.5em;
  color: var(--black);
  margin-top: 1.5em;
  line-height: 1.23;
}

.ft-card-img {
  width: 2.08em;
  height: 2.08em;
}

.ft-card-img._3 {
  width: 2.29em;
  height: 2.29em;
}

.ft-card-img._4 {
  width: 1.67em;
  height: 1.67em;
}

.ft-card-img-wrapper {
  width: 3.68em;
  height: 3.68em;
  background-color: var(--dark-slate-blue);
  border-radius: .83em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ft-card-img-wrapper.black {
  background-color: var(--black);
}

.ft-card-img-wrapper.light-purple {
  background-color: #cc8cff;
}

.ft-card-img-wrapper.darkyellow {
  background-color: #e2a33c;
}

.ft-card-img-wrapper.purple-400 {
  background-color: #8d81d9;
}

.ft-card-img-wrapper.light-green {
  background-color: #8ecc51;
}

.ft-card-img-wrapper.blue {
  background-color: #343ab9;
}

.ft-card-img-wrapper.darkorange {
  background-color: #ee9f56;
}

.ft-card-img-wrapper.lightpurple2 {
  background-color: #cc76da;
}

.ft-card-img-wrapper.rose {
  background-color: #bf3871;
}

.ft-card-img-wrapper.reddish {
  background-color: #df4747;
}

.ft-card-img-wrapper.light-blue {
  background-color: #3d6add;
}

.ft-card-img-wrapper.centered {
  margin-left: auto;
  margin-right: auto;
}

.ft-card-img-wrapper.centered.cadetblue {
  background-color: var(--cadet-blue);
}

.ft-card-img-wrapper.green {
  background-color: var(--light-sea-green);
}

.contact-form-section {
  padding-top: 6em;
  padding-bottom: 6em;
}

.contact-form-wrapper {
  max-width: 63.89em;
  background-color: var(--white);
  border-radius: .83em;
  margin-top: -13em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.67em;
  padding-bottom: 3em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

.w-input, .w-select {
  width: 100%;
  height: 38px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
  box-sizing: border-box;
}

textarea.w-input, textarea.w-select {
  height: auto;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

.contact-form {
  max-width: 50.69em;
  margin-top: 5.56em;
  margin-left: auto;
  margin-right: auto;
}

.form-grid {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}


.form-grid label {
    margin-bottom: 5px;
    /* font-weight: bold; */
    display: block;
}

.field-label {
  letter-spacing: .01em;
  font-weight: 500;
  line-height: 2.13;
}

.text-field {
  min-height: 3.33em;
  background-color: #f6f6f6;
  border: 0 #000;
  border-radius: .35em;
  margin-bottom: .5em;
  padding: .5em 1em;
}

.text-area {
  min-height: 12.64em;
  background-color: #f6f6f6;
  border: 0 #000;
  border-radius: .35em;
  margin-bottom: 1.67em;
  padding: 1em 1em .5em;
}




.subheading.cadet-blue.text-align-left {
    text-align: left;
}
.subheading.cadet-blue {
    color: var(--cadet-blue);
    text-transform: uppercase;
}

.subheading.cadet-white.text-align-left {
    text-align: left;
}
.subheading.cadet-white {
    color: white;
    text-transform: uppercase;
}

.section.testimonials {
    text-align: center;
    background-color: #ffefd5;
    justify-content: center;
}

.section.testimonials-fade {
    text-align: center;
    background-color: #e8e5ff;
    justify-content: center;
  }
  
  .section.testimonials-grey {
    text-align: center;
    background-color: #efdeff;
    justify-content: center;
  }

.w-slider {
    height: 300px;
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    background: #ddd;
    position: relative;
}

.text-text-wrapper-3 {
    margin-top: 4em;
    padding-left: 5em;
    display: block;
  }

.testimonials-slider {
    height: auto;
    max-width: 74em;
    background-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
}

.w-slider-mask {
    z-index: 1;
    height: 100%;
    white-space: nowrap;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-slide {
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
    display: inline-block;
    position: relative;
}

.slide {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4em;
    padding-bottom: 2em;
}

.testimonial-wrapper {
    border: .07em solid var(--dark-slate-blue);
    background-color: var(--white);
    border-radius: .83em;
    padding-bottom: 5.9em;
    padding-left: 2.43em;
    padding-right: 2.43em;
}

.testimonial-img {
    width: 8.33em;
    height: 8.33em;
    border-radius: 50%;
    margin-top: -3em;
}

.testimonial-text {
    margin-top: 1.25em;
    /* font-family: Manrope, sans-serif; */
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.29;
}

.testimonial-author {
    margin-top: 3.75em;
    /* font-family: Inter, sans-serif; */
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.56;
}

.bold {
    font-weight: 700;
}


.w-slider-nav {
    z-index: 2;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    margin: auto;
    padding-top: 10px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.slide-nav {
    color: var(--dark-slate-grey);
    font-size: .9em;
    bottom: 2.5em;
}

.w-slider-nav.w-round > div {
    border-radius: 100%;
}
.w-slider-nav.w-num > div {
    width: auto;
    height: auto;
    font-size: inherit;
    line-height: inherit;
    padding: .2em .5em;
}

.w-slider-dot.w-active {
    background: #373F41;
}
.w-slider-dot.w-active {
    background-color: #fff;
}

.w-slider-dot.w-active {
    background: #373F41;
}
.w-slider-dot {
    width: 1em;
    height: 1em;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .4);
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative;
}

.w-slider-dot {
    background: #F8B84F ;
}


.section.features {
    padding-bottom: 8em;
}

.section.features.noclr {
    background-color: rgba(0, 0, 0, 0);
    display: block;
}

.social-proof-number-wrapper {
    justify-content: space-between;
    padding-left: 4em;
    padding-right: 4em;
    display: flex;
}
  
.social-number {
    text-align: center;
    letter-spacing: .01em;
    font-size: 1.25em;
}

.section.block {
    display: block;
}

.team-wraper {
  justify-content: space-between;
  margin-top: 4em;
  display: flex;
}

.team-member-card {
  cursor: pointer;
}

.team-member-info {
  max-width: 13em;
  margin-top: 1.5em;
  font-size: 1.25em;
  line-height: 1.56;
}

.team-member-info.nomargin {
  margin-top: 0;
}

.team-memner-img {
  width: 14.48em;
  object-fit: cover;
  border-radius: 1.25em;
}

.about-team-member-section {
  margin-top: 2.36em;
  display: flex;
}

.member-name {
  font-size: 1.33em;
  font-weight: 700;
}

.text-block {
  font-size: 1.6em;
}

.about-text {
  max-width: 31.18em;
  font-size: 1.25em;
  line-height: 1.75;
}

.about-text._1 {
  margin-right: 8em;
}

.close-icon {
  width: 2.15em;
  height: 2.15em;
  cursor: pointer;
  position: absolute;
  top: 2em;
  bottom: auto;
  left: auto;
  right: 0%;
}

.close-icon.chris {
  display: none;
}

.overall-wrapper-teams {
  background-color: #ffebca;
  padding-top: 2em;
  padding-left: 1em;
  padding-right: 1em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.overall-wrapper-teams._1, .overall-wrapper-teams._2, .overall-wrapper-teams._3, .overall-wrapper-teams._4, .overall-wrapper-teams._5, .overall-wrapper-teams._6, .overall-wrapper-teams._7, .overall-wrapper-teams._8 {
  overflow: visible;
}

#w-node-_4799928d-d875-6d53-0221-2b91d7a66df4-aff6efe3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}




 /* Menu */

.nav-menu {
    margin-bottom: 0;
    margin-left: 2em;
    margin-right: 2em;
    display: flex;
    z-index: 2;
    font-size: 20px;
    margin-top: 0.5em;
}

.menu-checkbox {
    display: none;
}

.menu-container {
    align-items: center;
    margin-right: 1.67em;
    position: relative;
}

.menu-toggler {
    /* background: #fff;
    transition: background 125ms; */
    user-select: none;
    cursor: pointer;
    display: flex;
}

.menu-toggler:hover {

}

.menu-header {
    display: none;
    flex-direction: column;
    width: 240px;
    height: auto;
    padding: 8px;
    
    background: #e9ecef;
    margin-top: 0.9em;
    margin-left: -60px;
    border-radius: 16px;
    position: absolute;
    animation: menuIn 250ms cubic-bezier(.47,.04,0,1.12);
    transform-origin: left top;
    position: absolute;
}

.menu-checkbox:checked + .menu-header {
    display: flex;
}


.menu-container a {
    text-decoration: none;
    color: white;
}

.menu-header a {
    display: flex;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 8px;
    transition: background 125ms;
    color: black;
}

.menu-header a:hover {
    background: black;
    color: white;
}

@keyframes menuIn {
    from {
        opacity: 0;
        transition: scale(0.4);
    }
    to {
        opacity: 1;
        transition: scale(1);
    }
}

