:root {
  --black: #000;
  --neutral--600: #3e404c;
  --violet--500: #661ae8;
  --violet--050: #f3f3fc;
  --violet--900: #310778;
  --neutral--200: #ebebef;
  --neutral--400: #84889a;
  --neutral--300: #d6d7e0;
  --neutral--700: #24262d;
  --violet--100: #d3d2f4;
  --white: #f3f3fc;
  --violet--700: #450ca4;
  --neutral--500: #606476;
  --neutral--100: #f9f9fb;
  --cyan--050: #f0feff;
  --cyan--500: #30ebff;
  --flowui-component-library-grey-300\<deleted\|variable-0cc6033c\>: #e4e6f1;
  --flowui-component-library-gray-900\<deleted\|variable-7b64cafb\>: #160042;
  --flowui-component-library-gray-200\<deleted\|variable-7bab5fb1\>: #f3f5fb;
  --flowui-component-library-white\<deleted\|variable-f397231a\>: white;
  --flowui-component-library-gray-700\<deleted\|variable-87e3868e\>: #282556;
  --flowui-component-library-gray-500\<deleted\|variable-2268f126\>: #6b7094;
  --neutral--800: #111418;
  --violet--300: #9d9aea;
  --red--background: #fdf2f2;
  --red--lighter: #f8d4d3;
  --red--light: #f19e9d;
  --red--base: #e9423a;
  --red--dark: #bc362f;
  --red--500: #872522;
  --yellow--050: #fef7f1;
  --yellow--100: #fce5d4;
  --yellow--300: #f9c99f;
  --yellow--500: #f6a94c;
  --yellow--700: #c98b40;
  --yellow--900: #8c612b;
  --cyan--100: #bcf9ff;
  --cyan--300: #7ef3ff;
  --cyan--700: #13c7da;
  --cyan--900: #0895a4;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

body {
  color: var(--black);
  font-family: Inter;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

p {
  color: var(--neutral--600);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

a {
  color: var(--violet--500);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  list-style-type: disc;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
}

blockquote {
  background-color: var(--violet--050);
  color: var(--violet--900);
  border: 1px #000;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 32px;
}

.container-regular {
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: 1140px;
  clear: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-regular.background-section-services {
  height: auto;
  background-image: url('../images/bg-services.png');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: 560px 560px;
  background-attachment: fixed;
}

.container-regular.background-section-products {
  height: auto;
  background-image: url('../images/bg-products.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 353px 399px;
}

.navbar {
  z-index: 500;
  border-bottom: 1px solid var(--neutral--200);
  background-color: #fff;
  padding: 20px 48px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navigation-left {
  width: auto;
  align-items: center;
  display: flex;
}

.nav-menu {
  width: 100%;
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-right {
  width: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo {
  margin-bottom: 0;
}

.container-navigation {
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-option {
  color: var(--neutral--400);
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 20px;
  align-items: center;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 700;
  transition: all .5s;
}

.nav-option:hover {
  border: 2px solid var(--violet--500);
  color: #570dd5;
  -webkit-text-stroke-color: var(--violet--900);
  border-radius: 20px;
}

.nav-option.w--current {
  border-color: var(--violet--500);
  color: var(--violet--500);
  transition-property: opacity;
  transition-duration: .3s;
}

.clients-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.logo-wrap {
  width: 100%;
  justify-content: center;
  display: flex;
}

.search-result-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.utility-page-wrap {
  width: 100%;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.utility-page-content {
  border: 1px solid var(--neutral--200);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  margin-bottom: 0;
  padding: 60px;
  display: flex;
}

.utility-page-form {
  width: 260px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-field {
  height: 48px;
  border: 1px solid var(--neutral--200);
  border-radius: 6px;
  margin-bottom: 12px;
  padding: 12px;
  font-family: Nunito Sans, sans-serif;
}

.form-field:focus {
  border-color: var(--violet--500);
}

.header-title-wrap {
  max-width: 75%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.icon-small {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-title {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.section-title.text-color-primary {
  color: var(--violet--500);
}

.section-title.text-color-gray-400 {
  color: var(--neutral--400);
}

.section-title.text-color-gray-400.footer-label-coluns {
  color: var(--neutral--300);
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}

.margin-bottom-32 {
  margin-bottom: 32px;
}

.section-small {
  padding: 64px 5%;
  position: relative;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--violet--900);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #3c0c8e;
  border: 0 #000;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 16px 24px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-primary:hover, .button-primary:active {
  background-color: #570dd5;
}

.paragraph-large {
  letter-spacing: -.01em;
  align-self: center;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.h3-heading {
  color: var(--neutral--700);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.h6-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.margin-bottom-64 {
  margin-bottom: 64px;
}

.paragraph-regular {
  color: var(--violet--900);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.paragraph-regular.text-gray-600 {
  color: var(--neutral--600);
}

.icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

.button-secondary {
  width: 328px;
  border: 1px solid var(--violet--100);
  background-color: var(--white);
  color: var(--violet--900);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
  overflow: visible;
}

.button-secondary:hover {
  border-color: var(--violet--700);
  background-color: var(--violet--100);
}

.button-secondary:active {
  background-color: var(--violet--100);
}

.button-secondary.product-card-button {
  max-width: none;
  text-align: left;
  padding: 0;
}

.button-secondary.radius-6 {
  border-radius: 6px;
}

.footnote {
  color: var(--neutral--400);
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.section-info-50 {
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: flex-end;
  display: block;
}

.section-info-50.margin-bottom-40 {
  max-width: 50%;
  margin-bottom: 40px;
}

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

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

.footer-left-column {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-legal-links {
  grid-column-gap: 0px;
  text-align: center;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.footer-social-link {
  flex: none;
}

.footer-bottom {
  text-align: left;
  border-top: 1px solid #e8eff0;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.footer-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  display: block;
}

.footer-column {
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.footer-logo-link {
  color: #1e1e48;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.footer {
  border-top: 1px solid var(--neutral--200);
  color: #4d4d4d;
  background-image: linear-gradient(#f9f9f9, #edfcfe);
  padding: 48px;
}

.footer-social-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.footer-icon {
  justify-content: center;
  align-items: center;
  font-family: Nunito Sans, sans-serif;
  display: flex;
}

.footer-icon:hover {
  color: var(--violet--900);
}

.footer-link {
  color: var(--violet--500);
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--violet--900);
}

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

.feature-grid-wrapper {
  max-width: 50%;
}

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

.text-color-gray-500 {
  color: var(--neutral--500);
}

.header {
  background-image: url('../images/sixfour-main-background.png'), linear-gradient(#fff, #d2e7e9);
  background-position: 50% 100%, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: contain, auto;
  background-attachment: fixed, scroll;
  margin-left: auto;
  margin-right: auto;
  padding: 15% 5%;
  position: relative;
}

.navbar-mobile-button-wrapper {
  display: none;
}

.testimonial-client-testimonial {
  width: 100%;
  height: 620px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.testimonial-slider {
  width: 100%;
  height: 600px;
  background-color: var(--neutral--100);
  padding: 0;
  position: static;
}

.testimonial-card {
  width: 100%;
  height: 100%;
  grid-row-gap: 24px;
  -webkit-text-fill-color: inherit;
  background-color: #f9f9f9;
  background-clip: border-box;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.testimonial-author-wrapper {
  grid-column-gap: 16px;
  align-self: center;
  align-items: center;
  display: flex;
}

.testimonial-date-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.person-avatar {
  width: 328px;
  height: 328px;
  flex: none;
  margin-bottom: 20px;
}

.slider-left-button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--neutral--200);
  color: var(--neutral--300);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slider-left-button:hover {
  color: var(--black);
}

.testimonial-v2-slider-right-button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--neutral--200);
  color: var(--black);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 60px;
  right: auto;
}

.testimonial-v2-slider-right-button:hover {
  background-color: var(--neutral--200);
}

.testimonial-v2-slider-right-button:active {
  background-color: var(--neutral--300);
}

.testiimonial-title-wrap {
  max-width: 50%;
}

.about-image {
  width: 420px;
  height: 592px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/img-photo-samuel.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-clip: border-box;
  border-radius: 16px;
  align-self: flex-end;
  margin-right: 48px;
  display: flex;
  box-shadow: 0 0 20px 18px rgba(0, 0, 0, .2);
}

.banner-announcement {
  min-height: 56px;
  background-color: var(--black);
  color: #fff;
  text-align: center;
  background-image: url('../images/Auth-Background-Pattern-Left.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding: 16px 5%;
  display: flex;
}

.banner-container {
  width: 100%;
  max-width: 1140px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-text-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.banner-button {
  background-color: var(--violet--500);
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.banner-button:hover {
  color: #5167f6;
  background-color: #fff;
}

.banner-button-small {
  width: 24px;
  height: 24px;
  background-color: var(--neutral--700);
  color: #b2b3bd;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.search-card {
  border: 1px solid var(--neutral--200);
  padding: 24px;
}

.body {
  background-color: #f9f9f9;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.footer-label-coluns {
  margin-top: 6px;
}

.footer-copyright-text {
  color: #acbebf;
  font-size: 12px;
  font-weight: 300;
  position: static;
}

.footer-address {
  color: #4d4d4d;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
}

.heading {
  letter-spacing: -.05em;
  -webkit-text-stroke-color: #030407;
  border: 1px #3c0c8e;
  font-family: Montserrat, sans-serif;
  line-height: 1.1;
}

.heading.color-violet-dark {
  color: #3c0c8e;
  font-weight: 600;
}

.heading-2 {
  letter-spacing: -.03em;
  font-family: Montserrat, sans-serif;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-size: 41px;
  font-weight: 700;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.heading-light {
  font-weight: 300;
}

.paragraph {
  font-size: 20px;
}

.section-row {
  display: block;
}

.clients {
  padding: 120px 48px 40px;
  position: relative;
}

.services, .about {
  padding: 120px 48px 0;
  position: relative;
}

.section-testimonials {
  padding: 120px 5%;
  position: relative;
}

.fa-solid-fa-user {
  color: var(--violet--500);
  object-fit: fill;
  font-family: "Fa 400", sans-serif;
  font-weight: 400;
  overflow: visible;
}

.footer-name-city {
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.footer-city {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.html-embed {
  color: var(--violet--500);
}

.div-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.link {
  font-size: 13px;
}

.icon-button {
  font-family: "Fa 400", sans-serif;
  font-weight: 400;
}

.button-icon-right {
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 700;
  display: flex;
}

.footer-phone {
  color: #4d4d4d;
  letter-spacing: -.1px;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

.footer-map {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.footer-link-icon-left {
  color: var(--violet--500);
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.content-wrap-row {
  border: 0 #000;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  display: flex;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.service-paragraph {
  color: var(--cyan--050);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

.f-h5-heading {
  color: var(--cyan--500);
  letter-spacing: -.02em;
  -webkit-text-stroke-color: var(--violet--900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.service-title {
  color: var(--cyan--500);
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
}

.service-icon {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: var(--cyan--500);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 0;
}

.services-card {
  border: 2px solid var(--violet--500);
  background-color: var(--violet--500);
  -webkit-text-stroke-color: var(--violet--900);
  border-radius: 16px;
  padding: 40px;
  transition: all .3s;
}

.services-card:hover {
  border: 2px solid var(--violet--900);
  background-color: var(--violet--700);
}

.grid-services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.f-button-secondary {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library-grey-300\<deleted\|variable-0cc6033c\>);
  color: var(--flowui-component-library-gray-900\<deleted\|variable-7b64cafb\>);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library-gray-200\<deleted\|variable-7bab5fb1\>);
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral {
  min-height: 48px;
  background-color: var(--flowui-component-library-gray-900\<deleted\|variable-7b64cafb\>);
  color: var(--flowui-component-library-white\<deleted\|variable-f397231a\>);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library-gray-700\<deleted\|variable-87e3868e\>);
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h3-heading {
  color: var(--flowui-component-library-gray-900\<deleted\|variable-7b64cafb\>);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: var(--flowui-component-library-gray-500\<deleted\|variable-2268f126\>);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-max-width-large {
  max-width: 610px;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.products {
  padding: 120px 48px 0;
  position: relative;
}

.grid-products {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.product-card {
  border: 3px solid var(--neutral--300);
  background-color: var(--white);
  -webkit-text-stroke-color: var(--violet--900);
  border-radius: 16px;
  padding: 236px 40px 40px;
}

.product-card:hover {
  border: 3px solid var(--violet--500);
  background-color: var(--neutral--100);
}

.product-card.background-product-capivaras {
  background-image: url('../images/produto-image-capivaras.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 200px;
  background-attachment: scroll;
  transition: all .5s;
}

.product-card.background-product-lensa {
  background-image: url('../images/produto-image-lensa.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 200px;
  transition: all .5s;
}

.product-card.background-product-ccme {
  background-image: url('../images/produto-image-ccme.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 200px;
  background-attachment: scroll;
  transition: all .5s;
}

.product-card-icon {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: var(--cyan--500);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 0;
}

.product-card-title {
  color: var(--violet--700);
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 1.15;
}

.product-card-paragraph {
  color: var(--neutral--500);
  letter-spacing: -.01em;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

.button-card-icon-green {
  color: var(--cyan--500);
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 700;
}

.button-secondary-copy {
  max-width: 300px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--violet--100);
  background-color: var(--white);
  color: var(--violet--900);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: block;
}

.button-secondary-copy:hover {
  border-color: var(--violet--700);
  background-color: var(--violet--100);
}

.button-secondary-copy:active {
  background-color: var(--violet--100);
}

.button-secondary-copy.product-card-button {
  max-width: none;
  text-align: left;
  padding: 0;
}

.product-card-button {
  color: var(--violet--500);
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 4px 0;
  font-weight: 300;
}

.paragraph-2 {
  margin-bottom: 0;
}

.section-paragraph {
  letter-spacing: -.01em;
  text-indent: 0;
  white-space: normal;
  word-break: normal;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.section-paragraph.text-gray-600 {
  color: var(--neutral--600);
}

.section-paragraph.margin-bottom-24 {
  letter-spacing: -.01em;
  margin-bottom: 24px;
}

.section-description {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.container-about {
  width: 100%;
  height: 712px;
  max-width: 1140px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/bg-about.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1300px;
  border-top: 1px #000;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px #000;
  border-right: 1px rgba(0, 0, 0, .1);
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 16px;
}

.about-image-space {
  height: 80%;
}

.about-image-information {
  width: 100%;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  display: block;
}

.information-text {
  width: 420px;
  height: 124px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(8, 149, 164, .9);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: flex-end;
  padding: 20px;
  font-family: Nunito Sans, sans-serif;
  display: flex;
}

.information-icon {
  width: 24px;
  height: 24px;
  text-align: center;
}

.information-social-linkedin {
  color: var(--white);
  text-align: center;
  flex: none;
}

.people-email {
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
}

.people-email:hover {
  color: var(--violet--900);
}

.people-name {
  color: var(--white);
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.people-area {
  color: var(--white);
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 300;
}

.social-profile-icon {
  justify-content: center;
  align-items: center;
  font-family: Nunito Sans, sans-serif;
  display: flex;
}

.social-profile-icon:hover {
  color: var(--violet--900);
}

.section-paragraph-bold {
  letter-spacing: -.01em;
  text-indent: 0;
  white-space: normal;
  word-break: normal;
  margin-bottom: 8px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.section-paragraph-bold.text-gray-600 {
  color: var(--neutral--600);
}

.section-paragraph-bold.margin-bottom-24 {
  margin-bottom: 24px;
}

.section-info-100 {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: flex-end;
  display: block;
}

.section-info-100.margin-bottom-40 {
  max-width: 50%;
  margin-bottom: 40px;
}

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

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

.card-description {
  color: var(--neutral--400);
  text-align: center;
  letter-spacing: -.02em;
  align-self: center;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5;
}

.person-position {
  color: var(--neutral--400);
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.person-name {
  color: var(--violet--900);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.person-name.text-gray-600 {
  color: var(--neutral--600);
}

.link-block:hover {
  opacity: .32;
}

.clientes-link {
  opacity: .25;
  filter: grayscale();
  mix-blend-mode: luminosity;
  transition: opacity .3s;
}

.clientes-link:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.whatsapp-badge-liveicon-green {
  width: 12px;
  height: 12px;
  background-color: #25d366;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 3px;
  bottom: auto;
  left: 3px;
  right: auto;
}

.whatsapp-badge-icon {
  color: #fff;
  text-align: left;
  font-size: 24px;
  line-height: 22px;
  text-decoration: none;
}

.button-conversation {
  width: 266px;
  height: 48px;
  background-color: var(--violet--500);
  letter-spacing: 0;
  text-transform: none;
  mix-blend-mode: normal;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin: 16px;
  padding: 12px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.button-conversation:hover {
  background-color: var(--violet--900);
}

.chat {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 16px;
  flex-direction: column;
  margin-bottom: 16px;
  display: block;
  overflow: hidden;
}

.chat-text-username {
  color: rgba(77, 77, 77, .9);
  letter-spacing: -.3px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  position: static;
}

.chat-text-username.block {
  color: var(--neutral--300);
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.button-label-caps {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--neutral--200);
  text-transform: uppercase;
  align-self: auto;
  margin-right: 8px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.chat-button {
  width: 100%;
  height: 80px;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-icon {
  width: 20px;
  height: 20px;
  color: var(--neutral--200);
  justify-content: center;
  align-items: center;
  font-weight: 300;
}

.button-icon:hover {
  color: var(--neutral--400);
}

.chat-header {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
  position: static;
}

.whatsapp {
  z-index: 30;
  width: 300px;
  flex-direction: column;
  align-items: flex-end;
  font-size: 16px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 60px;
  left: auto;
  right: 60px;
}

.chat-block {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
}

.chat-content {
  height: auto;
  background-color: #f3f2f1;
  padding: 16px;
}

.header-user {
  border: 2px #000;
  border-radius: 0;
  display: block;
}

.text-msg {
  color: var(--neutral--400);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  line-height: 14px;
}

.text-msg.block {
  color: var(--neutral--500);
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}

.button-icon-whatsapp {
  color: #fff;
  padding-right: 8px;
}

.header-close-button {
  width: 20px;
  height: 20px;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
}

.text-user {
  color: var(--neutral--700);
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  position: static;
}

.header-text {
  width: 100%;
  margin-left: 10px;
  line-height: 16px;
  display: block;
}

.badge {
  z-index: 30;
  width: 64px;
  height: 64px;
  background-color: var(--violet--500);
  border: 1px rgba(0, 0, 0, .05);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.badge:hover {
  background-color: var(--violet--900);
}

.user-image {
  width: 64px;
  border-radius: 32px;
}

.badge-icon {
  width: 28px;
  height: 28px;
  color: var(--neutral--200);
  justify-content: center;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.button-label-caps-violet {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--violet--900);
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--neutral--200);
  text-transform: uppercase;
  align-self: auto;
  margin-right: 8px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.button-label-lowcaps {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: .05px;
  -webkit-text-stroke-color: var(--neutral--200);
  text-transform: none;
  align-self: auto;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.whatsapp-button {
  width: 90%;
  background-color: var(--violet--500);
  border-radius: 100px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 16px;
  transition: all .3s;
  display: flex;
}

.whatsapp-button:hover {
  width: 90%;
  background-color: var(--violet--900);
}

.link-block-2 {
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: flex;
}

.fs-cc-prefs_form {
  width: 100%;
  max-width: 640px;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 1500;
  border-top: 1px solid var(--violet--100);
  background-color: var(--violet--050);
  padding: 40px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_title {
  color: var(--neutral--600);
  letter-spacing: -.3px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.fs-cc-component {
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  display: block;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 999px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_button {
  border: 2px solid var(--violet--500);
  background-color: var(--violet--500);
  border-radius: 500px;
  margin-right: 8px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s;
}

.fs-cc-prefs_button:hover {
  border-bottom-color: var(--violet--700);
  background-color: var(--violet--700);
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--violet--500);
  color: var(--violet--500);
  -webkit-text-stroke-color: var(--violet--500);
  background-color: #fff;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 1140px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  padding: 10px;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.fs-cc-banner_close {
  opacity: 1;
  color: var(--neutral--400);
  cursor: pointer;
  background-color: #ebebf1;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 1000;
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: var(--neutral--400);
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 2000;
  display: block;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--violet--100);
  color: var(--violet--500);
  -webkit-text-stroke-color: var(--violet--700);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: var(--violet--500);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.fs-cc-prefs_text {
  color: var(--neutral--500);
  font-size: 12px;
  line-height: 16px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 149, 164, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_checkbox-field {
  width: 44px;
  height: 24px;
  background-color: #ccc;
  border-radius: 999px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  min-width: 140px;
  border: 2px solid var(--violet--500);
  background-color: var(--violet--500);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  margin-left: 16px;
  padding: 12px 24px;
  font-size: 16px;
  transition: all .3s;
}

.fs-cc-banner_button:hover {
  border-bottom-style: solid;
  border-bottom-color: var(--violet--700);
  background-color: var(--violet--700);
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--violet--500);
  color: var(--violet--500);
  background-color: rgba(255, 255, 255, 0);
  padding: 12px 24px;
}

.fs-cc-banner_text {
  color: var(--neutral--500);
  margin-right: 24px;
  font-size: 16px;
  line-height: 22px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_title_mediun {
  color: var(--neutral--400);
  letter-spacing: -.3px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

.footer-phone {
  word-break: normal;
}

@media screen and (min-width: 1920px) {
  .chat {
    display: block;
  }

  .chat-button {
    transition: all .2s;
  }

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

  .fs-cc-banner_component {
    display: block;
  }

  .fs-cc-prefs_component {
    display: flex;
  }

  .fs-cc-manager_component {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .container-regular.background-section-products {
    display: block;
  }

  .navbar {
    padding: 20px 40px;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    margin-top: 0;
    padding: 40px;
  }

  .menu-button {
    border: 1px none var(--violet--500);
    color: var(--violet--500);
    border-radius: 8px;
    padding: 8px;
  }

  .menu-button.w--open {
    background-color: var(--violet--050);
    color: var(--black);
    border-style: none;
  }

  .nav-option {
    text-align: center;
    border-radius: 32px;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-option:hover {
    border-radius: 32px;
  }

  .clients-logo {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .search-result-list {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .header-title-wrap {
    max-width: none;
  }

  .grid-about {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    margin-bottom: 48px;
    display: block;
  }

  .button-secondary {
    display: flex;
  }

  .section-info-50 {
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-info-50.margin-bottom-40 {
    max-width: none;
  }

  .footer-left-column {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .header-flex-row {
    flex-direction: column;
    display: block;
  }

  .header {
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    background-attachment: scroll, scroll;
    padding: 120px 40px;
  }

  .navbar-mobile-button-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .testimonial-client-testimonial {
    height: 620px;
    grid-template-columns: 1fr;
  }

  .testimonial-slider {
    max-width: 100%;
    position: relative;
  }

  .testimonial-card {
    padding: 0;
  }

  .slider-left-button {
    top: -58px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .testimonial-v2-slider-right-button {
    top: -58px;
    bottom: auto;
    left: 60px;
    right: auto;
  }

  .testiimonial-title-wrap {
    max-width: 100%;
    margin-bottom: 56px;
  }

  .about-image {
    width: 100%;
    height: 600px;
    background-position: 0 0;
    background-size: 100%;
    background-attachment: fixed;
    align-items: flex-end;
    margin-bottom: 48px;
    margin-right: 0;
    padding-left: 0;
    display: flex;
    box-shadow: 0 0 16px 16px rgba(0, 0, 0, .1);
  }

  .banner-container {
    justify-content: flex-start;
  }

  .clients {
    padding: 0 48px 48px;
  }

  .services {
    padding: 40px;
  }

  .about {
    padding: 48px;
  }

  .section-testimonials {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .services-card {
    margin-bottom: 24px;
    padding: 32px;
  }

  .grid-services {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: block;
  }

  .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

  .products {
    padding: 48px;
    display: block;
  }

  .grid-products {
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .product-card.background-product-capivaras, .product-card.background-product-lensa {
    background-image: none;
    margin-bottom: 20px;
    padding: 32px;
  }

  .product-card.background-product-ccme {
    background-image: none;
    padding: 32px;
  }

  .button-secondary-copy {
    display: flex;
  }

  .container-about {
    height: 100%;
    background-position: 50% 100%;
    background-size: contain;
    background-attachment: scroll;
  }

  .about-image-information {
    height: 82px;
    align-self: flex-end;
  }

  .information-text {
    width: 100%;
    height: 120px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 20px;
  }

  .people-email, .people-area {
    font-size: 16px;
  }

  .section-info-100 {
    flex-direction: column;
    align-items: flex-start;
  }

  .clientes-link {
    opacity: 1;
    filter: none;
    transition-property: none;
  }

  .whatsapp {
    bottom: 40px;
    right: 40px;
  }

  .whatsapp-button {
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
  }

  .icon {
    color: var(--violet--500);
    font-weight: 400;
  }

  .fs-cc-banner_component {
    padding-left: 40px;
    padding-right: 40px;
  }

  .fs-cc-banner_container {
    display: block;
  }

  .fs-cc-prefs_component, .fs-cc-manager_component, .fs-cc-banner_trigger {
    display: none;
  }

  .fs-cc-banner_text {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  .navbar {
    padding: 16px 32px;
  }

  .nav-menu {
    background-color: #fff;
    padding: 32px;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .clients-logo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .search-result-list {
    grid-template-columns: 1fr;
  }

  .utility-page-content {
    padding: 40px;
  }

  .grid-about {
    display: block;
  }

  .h3-heading {
    font-size: 40px;
  }

  .footer-left-column {
    display: block;
  }

  .footer-legal-links {
    justify-content: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 0;
  }

  .footer-logo-link {
    margin-bottom: 40px;
  }

  .footer {
    padding: 32px;
  }

  .footer-social-links {
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .header {
    padding: 100px 32px;
  }

  .testimonial-client-testimonial {
    height: 700px;
  }

  .testimonial-slider {
    height: 100%;
  }

  .about-image {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .banner-announcement {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .banner-container {
    grid-column-gap: 24px;
  }

  .banner-button-small {
    position: static;
  }

  .heading.color-violet-dark {
    font-size: 44px;
  }

  .heading-6.margin-bottom-24 {
    font-size: 28px;
  }

  .clients {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .services, .about {
    padding: 32px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .services-card {
    margin-bottom: 16px;
  }

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

  .f-h3-heading {
    font-size: 40px;
  }

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

  .products {
    padding: 32px;
  }

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

  .section-description.margin-bottom-24 {
    font-size: 28px;
  }

  .container-about {
    height: auto;
    display: block;
  }

  .about-image-space {
    height: 0%;
  }

  .about-image-information {
    flex: 1;
    align-items: flex-start;
    display: block;
  }

  .information-text {
    display: flex;
  }

  .people-email {
    font-size: 16px;
  }

  .people-name {
    font-size: 22px;
  }

  .people-area {
    font-size: 16px;
  }

  .whatsapp {
    bottom: 40px;
    right: 40px;
  }

  .whatsapp-button {
    margin-left: 16px;
    margin-right: 16px;
  }

  .fs-cc-banner_component {
    padding: 32px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title_mediun {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding: 16px 20px;
  }

  .nav-menu {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    margin-top: 0;
    padding: 16px;
  }

  .nav-option {
    border-radius: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

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

  .utility-page-wrap {
    align-items: flex-start;
  }

  .utility-page-content {
    border-style: none;
    border-radius: 0;
    padding: 40px 20px;
  }

  .header-title-wrap {
    max-width: 100%;
    text-align: center;
  }

  .section-title.text-color-primary, .section-title.text-color-primary.margin-bottom-12 {
    letter-spacing: .05em;
    font-size: 12px;
  }

  .button-primary {
    width: 100%;
  }

  .paragraph-large {
    text-align: left;
    font-size: 20px;
    line-height: 1.3;
  }

  .button-secondary {
    width: 100%;
  }

  .footer-left-column {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-legal-links {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    background-image: linear-gradient(#fff, #d2e7e9);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding: 40px 20px;
  }

  .testimonial-client-testimonial {
    height: auto;
  }

  .person-avatar {
    width: 80%;
    height: auto;
  }

  .banner-button {
    display: none;
  }

  .footer-copyright-text {
    text-align: left;
    line-height: 1.4;
  }

  .heading.color-violet-dark {
    text-align: left;
    font-size: 38px;
  }

  .heading-6.margin-bottom-24 {
    font-size: 24px;
  }

  .paragraph {
    text-align: left;
  }

  .clients {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services, .about {
    padding: 20px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .service-title {
    font-size: 20px;
  }

  .services-card {
    margin-bottom: 20px;
    padding: 20px;
  }

  .products, .product-card.background-product-capivaras, .product-card.background-product-lensa, .product-card.background-product-ccme {
    padding: 20px;
  }

  .product-card-title {
    font-size: 20px;
  }

  .button-secondary-copy {
    width: 100%;
  }

  .section-description.margin-bottom-24 {
    font-size: 24px;
  }

  .people-email {
    font-size: 15px;
  }

  .people-name {
    font-size: 20px;
  }

  .people-area {
    font-size: 15px;
  }

  .card-description {
    font-size: 18px;
    line-height: 1.4;
  }

  .whatsapp-badge-liveicon-green {
    border: 1px solid #fff;
    top: 2px;
    left: 2px;
  }

  .button-conversation {
    height: 76px;
  }

  .chat {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 32px;
    position: relative;
  }

  .chat-text-username.block {
    color: rgba(77, 77, 77, .6);
  }

  .chat-button {
    width: 100%;
  }

  .button-icon {
    line-height: 24px;
    transition: opacity .3s;
  }

  .chat-header {
    height: 74px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .whatsapp {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    position: fixed;
    bottom: 0;
    right: 0;
  }

  .chat-block {
    width: 100%;
  }

  .chat-content {
    height: auto;
  }

  .header-user {
    margin-right: 12px;
  }

  .text-msg {
    width: auto;
    float: none;
  }

  .header-close-button {
    z-index: auto;
    width: 32px;
    height: 32px;
    clear: none;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    position: absolute;
    top: 16px;
    bottom: auto;
    left: auto;
    right: 16px;
  }

  .text-user {
    width: auto;
  }

  .header-text {
    width: auto;
    flex: none;
    margin-top: 0;
    margin-left: 0;
  }

  .badge {
    width: 56px;
    height: 56px;
    bottom: 16px;
    right: 0;
  }

  .user-image {
    width: 40px;
  }

  .badge-icon {
    line-height: 24px;
  }

  .whatsapp-button {
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
  }

  .fs-cc-banner_component {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -22px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
    line-height: 22px;
  }
}

#w-node-_6058231e8140675366f5c23f000000000014-4c95b5d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.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: '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: 700;
  font-style: normal;
  font-display: swap;
}