@font-face {
  font-family: Atypdisplay;
  src: url('../fonts/AtypDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Atypdisplay;
  src: url('../fonts/AtypDisplay-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Atypdisplay;
  src: url('../fonts/AtypDisplay-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --style-guide--font-family: Atypdisplay, Arial, sans-serif;
  --style-guide--cinza: #c5cac6;
  --style-guide--atyp: atyp-bl-variable, sans-serif;
  --style-guide--creme: #faedce;
  --style-guide--preto: #000;
  --style-guide--athena: athena, sans-serif;
  --style-guide--branco: white;
  --style-guide--marsala-1: #803945;
  --radiant-ui-components-library--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>: white;
  --radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>: #6d6d6d;
  --style-guide--branco-perola: #e9e5e3;
  --radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>: #150438;
  --radiant-ui-components-library--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>: #116df8;
  --radiant-ui-components-library--color--button-background-dark\<deleted\|variable-01f0ad22-fe74-083b-fbda-00c4a5b7ca7b\>: #131218;
  --radiant-ui-components-library--color--linear-color-two\<deleted\|variable-0d6d2b37-af11-268f-1f44-334c65813a0d\>: #eff2ff;
  --radiant-ui-components-library--linear-color-three\<deleted\|variable-595e276e-75c3-6eac-6603-d1a8216b0b93\>: #e0ecff;
  --style-guide--marrom: #6d4e33;
  --style-guide--marsala-2: #93535b;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-1140px-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.cf-1140px-wrapper.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}

.cf-cta-arrow-div {
  z-index: 1;
  background-color: #0000;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-cta-button.rectangle.small {
  padding: 20px 20px 20px 34px;
}

.cf-button-gradient {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.cf-extra-bold-span {
  font-weight: 800;
}

.cf-logos-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
}

.cf-18px-paragraph {
  font-family: var(--style-guide--font-family);
  color: var(--style-guide--cinza);
  letter-spacing: .6px;
  max-width: 510px;
  margin-bottom: 48px;
  font-size: 18px;
  font-weight: 300;
  line-height: 155%;
}

.cf-18px-paragraph.header-2 {
  font-family: var(--style-guide--font-family);
  color: var(--style-guide--cinza);
  letter-spacing: .6px;
  font-size: 1.125rem;
  font-weight: 300;
}

.home-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 640px;
  margin-top: 100px;
  display: flex;
}

.cf-hero-layer-blur {
  filter: blur(25px);
  background-color: #f3f3f3;
  width: 100%;
  height: 140px;
  position: absolute;
  inset: auto 0% -12%;
}

.cf-black-review-stars {
  margin-bottom: 14px;
}

.cf-hero-logos-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.cf-testimonial-logos {
  width: 100%;
  max-width: 120px;
}

.cf-testimonial-logos._3 {
  margin-right: 20px;
}

.cf-testimonial-logo-image {
  margin-left: 16px;
}

.cf-image-review-container {
  width: 50%;
  max-width: none;
  position: relative;
}

.cf-testimonial-text---italic {
  color: #0d0e10;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.cf-testmonial-text-wrapper {
  color: #0d0e10e6;
  align-items: center;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.cf-star-image {
  margin-right: 16px;
}

.cf-64px-heading {
  font-family: var(--style-guide--atyp);
  color: var(--style-guide--creme);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 64px;
  font-weight: 100;
  line-height: 115%;
}

.cf-64px-heading.center {
  font-family: var(--style-guide--font-family);
  text-align: center;
  font-size: 3.5rem;
}

.cf-testimonial-logos-contain {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1130px;
  margin: 70px auto;
  display: flex;
}

.cf-testimonial-name-position {
  color: #0d0e10;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.cf-hero-testimonial-contain {
  z-index: 1;
  background-color: #fff0;
  border-radius: 16px;
  max-width: 360px;
  padding: 24px 32px;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-hero-section-2 {
  background-color: var(--style-guide--preto);
  background-image: url('../images/color-effect.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 70%;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 0;
  overflow: hidden;
}

.cf-navigation-4-link {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 187%;
  text-decoration: none;
  display: flex;
}

.cf-navigation-4-link.w--current {
  color: #1c0309;
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.cf-nav-4-right-container {
  align-items: stretch;
  display: flex;
}

.cf-connect-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 135px;
  display: flex;
}

.cf-pink-line {
  background-color: #ff4f11;
  width: 46px;
  height: 2px;
  margin-right: 20px;
}

.cf-pink-line.animate {
  background-color: var(--style-guide--creme);
  width: 0;
  margin-right: 20px;
}

.cf-close-text {
  font-family: var(--style-guide--athena);
  color: var(--style-guide--branco);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}

.cf-menu-line._2 {
  background-color: var(--style-guide--branco);
  color: var(--style-guide--branco);
  width: 26.5px;
  height: 1px;
  margin-bottom: 0;
  transform: scale(1);
}

.cf-menu-line._1 {
  background-color: var(--style-guide--branco);
  color: var(--style-guide--branco);
  width: 14px;
  height: 1px;
  margin-bottom: 10px;
  transform: translate(0);
}

.cf-logos-social {
  filter: invert();
  cursor: pointer;
  object-fit: contain;
  border: 1px solid #0000001a;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.cf-logos-social:hover {
  color: #fff;
  background-color: #c5cac666;
}

.cf-logos-social.open-nav {
  width: 76px;
  height: 76px;
}

.cf-logos-social.open-nav-middle {
  width: 76px;
  height: 76px;
  margin-left: 0;
  margin-right: 0;
}

.cf-nav-4-social-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.cf-nav-4-social-icons.open-navigation {
  margin-top: 40px;
  margin-right: 0;
}

.cf-nav-4-social-icons.none {
  margin-right: 40px;
}

.cf-center-logo.open-nav {
  width: 30px;
  height: 30px;
}

.cf-menu-icon {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 10px;
  display: flex;
}

.cf-close-contain {
  filter: invert();
  background-image: url('../images/cross-icon.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  margin-right: 20px;
  display: flex;
}

.cf-nav-4-links-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 200px;
  margin-left: 0;
  display: flex;
}

.cf-nav-4-links-container.links {
  margin-top: 0;
}

.cf-link-text-navbar-4 {
  font-family: var(--style-guide--font-family);
  color: var(--style-guide--creme);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  font-size: 2.5rem;
  font-weight: 300;
}

.cf-brand-logo-4 {
  cursor: pointer;
}

.cf-close-button {
  cursor: pointer;
  background-color: #fff0;
  align-items: center;
  padding: 25px 44px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 58px 111px auto auto;
}

.cf-close-button:hover {
  opacity: .8;
  background-color: #0000003d;
}

.cf-navigation-4-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.cf-nav-4-links-left-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 0;
  display: flex;
}

.cf-nav-4-links-left-container.links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.cf-menu-navigation-wrap {
  z-index: 10000000;
  background-color: var(--style-guide--marsala-1);
  opacity: 1;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding: 52px 111px 150px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.cf-menu-navigation-wrap.links {
  background-color: var(--style-guide--preto);
  background-image: url('../images/color-effect.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 70%;
  background-attachment: fixed;
  width: 100%;
  overflow: hidden;
}

.cf-menu-navigation-wrap.links.pag-links {
  z-index: 1;
  display: block;
  position: static;
}

.cf-nav-4-links-right-container {
  flex-direction: column;
  align-items: flex-start;
  width: 230px;
  margin-right: 0;
  display: flex;
}

.cf-connect-text {
  font-family: var(--style-guide--font-family);
  color: var(--style-guide--branco);
  font-size: 20px;
  font-weight: 300;
}

.cf-brand-logo-nav-menu {
  cursor: pointer;
  position: absolute;
  inset: 60px auto auto 85px;
}

.cf-brand-logo-nav-menu.w--current {
  position: absolute;
  inset: 60px auto auto 85px;
}

.cf-nav-4-menu {
  cursor: pointer;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-nav-4-menu:hover {
  opacity: 1;
}

.cf-menu-text {
  font-family: var(--style-guide--athena);
  color: #fff;
  letter-spacing: .8px;
  font-size: 21px;
  font-weight: 700;
  line-height: 125%;
}

.cf-navigation-logo {
  object-fit: contain;
}

.rt-category-cards-text {
  font-family: var(--style-guide--font-family);
  color: var(--style-guide--creme);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
}

.rt-category-cards-text.rt-text-white {
  color: var(--radiant-ui-components-library--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-container.rt-radious-ten {
  border-radius: 10px;
}

.rt-component-section {
  background-color: var(--style-guide--preto);
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  background-image: url('../images/color-effect.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 900px;
  background-attachment: fixed;
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rt-accordion-v-seven {
  padding-top: 10px;
}

.rt-component-section.bg-black.link-section {
  padding: 0;
}

.rt-margin-top-thirty {
  margin-top: 30px;
}

.rt-margin-bottom-ten {
  margin-bottom: 10px;
}

.rt-home-two-about-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.rt-border-ten {
  border-radius: 10px;
  overflow: hidden;
}

.rt-border-ten.rt-up {
  position: relative;
}

.rt-box-one-block {
  background-image: url('../images/arrow-7.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 32px;
  padding-left: 42px;
}

.rt-home-two-about-left {
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  flex: 0 40%;
  align-self: center;
}

.rt-margin-top-twenty {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.rt-autofit-5 {
  object-fit: cover;
}

.rt-autofit-5.rt-about-img-one {
  border-radius: 10px;
  align-self: center;
  position: absolute;
  left: 0%;
  right: auto;
}

.rt-devider-one {
  background-color: #02015a1f;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.rt-home-two-about-right {
  flex: 0 50%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-14px-heading {
  font-family: var(--style-guide--font-family);
  color: var(--style-guide--branco-perola);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.cf-flex-1---image-1 {
  object-fit: contain;
  border-radius: 0;
  width: 100%;
  max-width: none;
}

.cf-flex-1---image-2 {
  object-fit: fill;
  border-radius: 16px;
  width: 80%;
  max-width: 435px;
  position: absolute;
  inset: auto -10% 5% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-flex-1---text-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.cf-flex-section-1 {
  background-color: var(--style-guide--preto);
  background-image: url('../images/color-effect.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 900px;
  background-attachment: fixed;
}

.cf-flex-1---image-contain {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: stretch;
  width: auto;
  margin-right: 7.5vh;
  display: flex;
  position: relative;
}

.cf-32px-heading {
  color: #000;
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-flex-1---wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-flex-1---container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.cf-create-heading {
  color: #000;
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 110%;
  display: block;
}

.cf-create-images {
  width: 100%;
  max-width: 400px;
  position: relative;
}

.cf-create-images._3 {
  margin-top: 100px;
  position: absolute;
  inset: 0% -4% auto auto;
}

.cf-create-images._2 {
  z-index: auto;
  margin-top: 100px;
  position: absolute;
  inset: 0% auto auto -4%;
}

.cf-grey-create-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.cf-flex-section-2 {
  background-color: var(--style-guide--preto);
  background-image: url('../images/color-effect.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 900px;
  background-attachment: fixed;
  overflow: hidden;
}

.cf-about-images-contain {
  justify-content: center;
  align-items: flex-start;
  height: 730px;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.rt-body-font-color {
  font-family: var(--style-guide--font-family);
  color: var(--style-guide--cinza);
  letter-spacing: .6px;
  font-size: 18px;
  transition: color .35s;
}

.rt-sticky {
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
}

.rt-sticky.rt-tab-sticky-off.rttext-black {
  font-family: var(--style-guide--font-family);
  color: var(--style-guide--creme);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
}

.rt-team-two-work-process-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rt-service-step-info {
  color: #6d6d6d;
  flex: 1;
  padding: 1.7rem 8% 1.7rem 5%;
}

.rt-team-two-process-block-left {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 499px;
  display: flex;
  position: sticky;
  top: 0;
}

.rt-service-step-number-2 {
  font-family: var(--style-guide--athena);
  color: var(--style-guide--creme);
  font-size: 2rem;
}

.rt-service-process-step-2 {
  color: #6d6d6d;
  border-bottom: 1px #e1e1e1;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.rt-service-process-step-2.rt-team-two {
  border-bottom-style: none;
  border-bottom-color: #e1e1e1;
}

.rt-service-process-step-2.rt-team-two-no-border {
  border-bottom-style: none;
}

.rt-service-step-number-block-2 {
  color: #6d6d6d;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-width: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-service-process-2 {
  perspective: 600px;
  padding-bottom: 1px;
}

.rt-service-step-process-3 {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--style-guide--creme), var(--style-guide--creme));
  direction: ltr;
  width: 2px;
  height: 40%;
  position: absolute;
  right: -1px;
}

.rt-text-dark-black {
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  font-weight: 400;
}

.rt-detail-icons {
  justify-content: center;
  align-items: center;
}

.rt-button-two-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #191b1d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-home-three-accordion-answer {
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding-top: 20px;
}

.rt-about-three-accordion-about-box {
  flex: 1;
  max-width: 440px;
}

.rt-about-three-accordion-question {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-about-three-accordion-wrapper {
  flex: 1;
  max-width: 775px;
}

.rt-about-three-answer-wrap {
  overflow: hidden;
}

.rt-about-three-accordion-icon {
  filter: invert();
}

.rt-about-three-frequently-content {
  margin-top: 15px;
  margin-bottom: 30px;
}

.rt-about-three-accordion-icon-block {
  background-color: var(--radiant-ui-components-library--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  border: 1px solid #191b1d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
}

.rt-about-three-frequently-ask-text {
  max-width: 305px;
  margin-top: 35px;
}

.rt-about-three-accordion-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  justify-content: space-between;
}

.rt-about-three-accordion-box {
  background-color: var(--radiant-ui-components-library--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  border-bottom: 1px solid #c3c3c3;
  width: 100%;
  padding: 30px 40px;
}

.rt-heading-three {
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-heading-three.rt-text-white {
  color: var(--radiant-ui-components-library--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-heading-three.rt-text-white.rt-margin-bottom-fifteen {
  font-family: var(--style-guide--font-family);
  color: var(--style-guide--creme);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
}

.rt-heading-three.rt-text-white.rt-margin-bottom-fifteen.link {
  font-size: 5rem;
}

.rt-overflow-hidden-3 {
  color: #6d6d6d;
  margin-bottom: 40px;
  overflow: hidden;
}

.rt-overflow-hidden-3.rt-radious-ten {
  border-radius: 10px;
}

.rt-accordion-description-contain {
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  flex: 1;
  max-width: 520px;
}

.rt-tab-line-four {
  background-color: #cacaca;
  width: 9vw;
  height: 1px;
}

.rt-home-one-business-accordion-contain {
  grid-column-gap: 95px;
  align-items: center;
  max-width: 1290px;
  display: flex;
}

.rt-tab-line-three, .rt-tab-line-one, .rt-tab-line-two {
  background-color: #cacaca;
  width: 10vw;
  height: 1px;
}

.rt-home-one-choose-us-heading {
  text-align: center;
  max-width: 535px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.rt-tag-two-green-background {
  background-color: var(--radiant-ui-components-library--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  color: #fff;
  text-transform: capitalize;
  border-radius: 3px;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 22px;
  display: inline-block;
}

.rt-padding-top-five {
  padding-top: 5px;
}

.rt-tab-details {
  flex-direction: column;
  display: flex;
}

.rt-tab-details.rt-tab-details-two, .rt-tab-details.rt-tab-details-four, .rt-tab-details.rt-tab-details-three {
  display: none;
}

.rt-tab-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-tab-title.rt-tab-title-four, .rt-tab-title.rt-tab-title-three, .rt-tab-title.rt-tab-title-two, .rt-tab-title.rt-tab-title-one {
  cursor: pointer;
}

.rt-home-one-business-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rt-text-black-2 {
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
}

.rt-accordion-tab-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-right: 1px solid #cacaca;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  padding-top: 50px;
  padding-bottom: 45px;
  padding-right: 95px;
  display: flex;
}

.rt-tag-two-3 {
  letter-spacing: .16px;
  font-size: 16px;
  font-weight: 400;
}

.rt-text-white {
  color: var(--radiant-ui-components-library--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

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

.rt-about-two-expert-image {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.rt-about-two-expert-content {
  font-family: var(--style-guide--font-family);
  color: var(--style-guide--cinza);
  letter-spacing: .6px;
  max-width: 484px;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 18px;
}

.rt-about-two-expert-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-about-two-expert-overlay {
  background-color: #191b1d4d;
  position: absolute;
  inset: 0%;
}

.rt-about-two-expert-text-block {
  z-index: 10;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  max-width: 350px;
  position: relative;
}

.rt-about-two-expert-image-block {
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 630px;
  padding: 245px 80px 200px;
  position: relative;
  overflow: hidden;
}

.rt-about-two-exper-heading {
  font-family: var(--style-guide--font-family);
  color: var(--style-guide--creme);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
}

.rt-span-content-bold {
  color: #191b1d;
  font-weight: 500;
}

.rt-about-two-expert-content-block {
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  flex: 1;
  max-width: 535px;
}

.rt-background-dark {
  background-color: var(--radiant-ui-components-library--color--button-background-dark\<deleted\|variable-01f0ad22-fe74-083b-fbda-00c4a5b7ca7b\>);
}

.cf-faq-container {
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  padding-top: 100px;
  display: flex;
}

.cf-faq-main-heading {
  color: #000;
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-faq-line {
  background-color: #121212;
  border-radius: 100px;
  width: 10px;
  height: 2px;
}

.cf-faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-content-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
}

.cf-faq-plus-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faq-answer-wrap-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 7%;
}

.cf-faq-question-container-3 {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cf-faq-question-container-3.first {
  border-top: 1px solid #e5e5e5;
}

.cf-faq-icon-contain {
  border: 2px solid #121212;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.cf-bottom-line-2 {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.cf-faq-questions-2 {
  color: #0d0e10;
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

.cf-faq-line-vertical {
  background-color: #121212;
  border-radius: 100px;
  width: 2px;
  height: 10px;
  position: absolute;
}

.cf-faqs-container {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.rt-heading-two {
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.rt-heading-two.rt-margin-bottom-fiftee {
  font-family: var(--style-guide--font-family);
  color: var(--style-guide--creme);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 300;
}

.rt-change-font {
  font-weight: 300;
}

.rt-radius-ten {
  border-radius: 10px;
  overflow: hidden;
}

.rt-title-top {
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  letter-spacing: .01px;
  font-size: 14px;
  line-height: 28px;
}

.rt-accordion {
  width: 100%;
}

.rt-pricing-faq-main {
  max-width: 973px;
  margin-left: auto;
  margin-right: auto;
}

.rt-dropdown-list-2 {
  background-color: #e0ecff00;
  position: relative;
  overflow: hidden;
}

.rt-dropdown-list-2.w--open {
  background-color: #14151700;
  position: relative;
}

.rt-pricing-faq-title {
  max-width: 645px;
}

.rt-pricing-faq-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #6d6d6d;
  background-color: #fff0;
  border-bottom: 1px solid #eff2ff33;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  overflow: hidden;
}

.rt-pricing-faq-block.rt-border-none {
  border-bottom-style: solid;
  overflow: hidden;
}

.rt-pricing-faq-line-one, .rt-pricing-faq-line-two {
  background-color: var(--style-guide--branco-perola);
  width: 17px;
  height: 1px;
}

.rt-dropdown-toggle-2 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 35px 0 30px;
  display: flex;
}

.rt-dropdown-toggle-2.w--open {
  padding: 35px 0 30px;
}

.rt-pricing-faq-text {
  font-family: var(--style-guide--font-family);
  color: var(--style-guide--cinza);
  letter-spacing: .6px;
  margin-bottom: 30px;
  font-size: 18px;
}

.rt-heading-six {
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six.rt-underline {
  text-decoration: underline;
}

.rt-heading-six.rt-margin-bottom-thirty.rt-newsletter-heading {
  max-width: 250px;
}

.rt-display-off {
  display: none;
}

.rt-service-three-testimonial-logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-autofit-cover {
  object-fit: cover;
}

.rt-service-three-testimonial-main {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.rt-service-three-testimonial-block {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

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

.rt-align-center.rt-padding-bottom-thirty {
  padding-bottom: 30px;
}

.rt-align-center.rt-padding-bottom-thirty.rt-margin-top-twenty {
  margin-top: 20px;
}

.rt-right-arrow {
  border-left: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.rt-slider {
  background-color: #ddd0;
  height: 100%;
}

.rt-service-three-testimonial-line-main {
  background-color: #0000001a;
  height: 1px;
}

.rt-service-three-testimonial {
  padding: 100px 15px;
}

.rt-service-three-testimonial.rt-component-section {
  background-color: var(--radiant-ui-components-library--color--linear-color-two\<deleted\|variable-0d6d2b37-af11-268f-1f44-334c65813a0d\>);
}

.rt-service-three-testimonial-logo-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 268px;
  height: 268px;
  display: grid;
}

.rt-left-arrow {
  border-right: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.rt-service-three-testimonial-line {
  flex: 1;
  overflow: hidden;
}

.rt-circle-text.rt-icon-black {
  filter: invert();
}

.rt-padding-bottom-thirty {
  padding-bottom: 30px;
}

.rt-responsive-display-off {
  z-index: 9;
}

.rt-icon-black {
  filter: invert();
}

.cf-bottom-left-contain {
  flex-direction: column;
  align-items: flex-start;
  max-width: 175px;
  display: flex;
}

.cf-review-logo {
  object-fit: contain;
  width: 100%;
  max-width: 110px;
  margin-bottom: 20px;
}

.cf-bio-text {
  color: #0d0e10e6;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-bio-text.white {
  color: #ffffffe6;
  margin-bottom: 0;
}

.cf-review-stars-image {
  object-fit: contain;
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
}

.cf-testimonial-paragraph {
  font-family: var(--style-guide--font-family);
  color: var(--style-guide--cinza);
  letter-spacing: .6px;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.cf-client-image {
  border: 1px solid #000;
  border-radius: 100%;
  width: 100%;
  max-width: 50px;
  height: 50px;
}

.cf-client-image.margin {
  margin-left: -15px;
}

.cf-testimonial-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-client-image-white {
  color: #ff5e69;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -15px;
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
  display: flex;
}

.cf-home-6---top-contain {
  width: 100%;
  max-width: 510px;
  display: flex;
}

.cf-home-6---divider {
  opacity: .1;
  background-color: #fff;
  width: 1px;
  margin-left: 48px;
  margin-right: 48px;
}

.cf-hero-6---text-container-1 {
  grid-row-gap: 10px;
  background-color: #fff0;
  border: 1px solid #c5cac629;
  border-radius: 0;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 489px;
  margin-bottom: 20px;
  margin-right: 40px;
  padding: 36px 32px;
  display: flex;
  box-shadow: 0 12px 100px #0000000d;
}

.cf-hero-6---right-container {
  width: 50%;
  max-width: 530px;
}

.cf-testimonial-name {
  font-family: var(--style-guide--font-family);
  color: var(--style-guide--branco);
  width: 200px;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 156%;
}

.cf-hero-section-6 {
  background-color: var(--style-guide--preto);
  background-image: url('../images/color-effect.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 900px;
  background-attachment: fixed;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.cf-testimonial-image {
  border-radius: 100px;
  width: 100%;
  max-width: 50px;
  height: 50px;
  margin-right: 20px;
}

.cf-hero-6---left-container {
  width: 48%;
  max-width: 530px;
  margin-top: 80px;
}

.cf-40px-heading---white {
  font-family: var(--style-guide--font-family);
  color: var(--style-guide--creme);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
}

.cf-20px-paragraph---white {
  font-family: var(--style-guide--font-family);
  color: #ffffffe6;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
}

.cf-home-6---clients-container {
  color: #ffffffe6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 500;
  line-height: 127%;
  display: flex;
}

.cf-clients-images-container {
  align-items: flex-start;
  margin-bottom: 28px;
  display: flex;
}

.cf-testimonial-position {
  font-family: var(--style-guide--font-family);
  color: var(--style-guide--cinza);
  font-size: 14px;
  font-weight: 300;
  line-height: 137%;
}

.cf-1140px-wrapper---hero-6 {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.cf-hero-6---text-container-2 {
  grid-row-gap: 10px;
  background-color: #fff0;
  border: 1px solid #c5cac629;
  border-radius: 0;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 489px;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 0;
  padding: 36px 32px;
  display: flex;
  box-shadow: 0 12px 100px #0000000d;
}

.cf-hero-6---text-container-3 {
  grid-row-gap: 10px;
  background-color: #fff0;
  border: 1px solid #c5cac629;
  border-radius: 0;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 489px;
  margin-bottom: 20px;
  margin-right: 40px;
  padding: 36px 32px;
  display: flex;
  box-shadow: 0 12px 100px #0000000d;
}

.cf-client-review-white {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.rt-tag {
  color: var(--radiant-ui-components-library--color--linear-color-two\<deleted\|variable-0d6d2b37-af11-268f-1f44-334c65813a0d\>);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-home-three-cta-contain-wrap {
  perspective: 1000px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-full-width {
  border-radius: 10px;
  width: 100%;
}

.rt-full-width.rt-container-small.rt-home-one-cta-contain {
  z-index: 5;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1290px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.rt-button-main-two {
  height: 26px;
  position: relative;
}

.rt-button {
  grid-column-gap: 10px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #3898ec00;
  border: 1.5px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: baseline;
  padding: 14px 37px 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  position: relative;
}

.rt-button.rt-margin-top-twenty {
  margin-top: 20px;
}

.rt-home-three-cta-main-box {
  background-color: var(--radiant-ui-components-library--color--button-background-dark\<deleted\|variable-01f0ad22-fe74-083b-fbda-00c4a5b7ca7b\>);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 1602px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 80px 125px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-home-three-cta-contain-text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

.rt-home-one-cta-overlay {
  background-image: linear-gradient(127deg, #000 4%, #fff0);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rt-home-three-cta-background {
  background-image: url('../images/DSC04227.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 130%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.rt-container-small {
  max-width: 1290px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-text-blue {
  color: var(--radiant-ui-components-library--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-no-margin {
  margin: 0;
}

.rt-about-two-cta-main-wrapper {
  z-index: 9;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.rt-get-now {
  background-color: #1670f84d;
  border-radius: 40px;
  padding: 5px 17px;
}

.rt-home-one-cta-bottom-section {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 520px;
  margin-top: 200px;
  padding-top: 25px;
  display: flex;
}

.rt-home-one-cta-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 355px;
  display: flex;
}

.rt-home-one-cta {
  background-image: url('../images/CTA-bg-.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 130%;
  position: absolute;
  inset: auto 0%;
}

.rt-about-two-cta-banner {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.rt-home-one-cta-paragraph {
  max-width: 390px;
  padding-right: 10px;
}

.rt-home-one-cta-paragraph.rt-body-dark-font {
  color: var(--radiant-ui-components-library--color--linear-color-two\<deleted\|variable-0d6d2b37-af11-268f-1f44-334c65813a0d\>);
}

.rt-cta-box {
  background-color: var(--radiant-ui-components-library--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  border-top-left-radius: 6px;
  max-width: 260px;
  padding: 15px 40px 12px;
}

.rt-cta-box.rt-cta-box-two {
  background-color: #14151a;
  background-image: none;
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
}

.rt-box-top-text {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-box-top-text.rt-margin-bottom-five {
  margin-bottom: 5px;
}

.rt-home-one-cta-top-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 172px;
  display: flex;
}

.rt-body-dark-font {
  color: var(--radiant-ui-components-library--linear-color-three\<deleted\|variable-595e276e-75c3-6eac-6603-d1a8216b0b93\>);
}

.rt-radious-ten {
  border-radius: 10px;
}

.rt-radious-ten.rt-overflow-hidden {
  background-color: var(--radiant-ui-components-library--color--button-background-dark\<deleted\|variable-01f0ad22-fe74-083b-fbda-00c4a5b7ca7b\>);
}

.paragraph {
  font-family: var(--style-guide--font-family);
  color: var(--style-guide--cinza);
  letter-spacing: .6px;
  font-size: 18px;
  font-weight: 300;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-2.rt-gap-eighty {
  padding-left: 80px;
  padding-right: 80px;
}

.rt-component-section-2.rt-footer-v-one {
  padding-bottom: 0;
}

.rt-hero-button-image {
  filter: invert();
}

.rt-hero-sub-heading {
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
}

.rt-hero-button-icon-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: absolute;
  right: 5px;
}

.rt-hero-button-text {
  z-index: 2;
  margin-right: 10px;
  position: relative;
}

.rt-hero-heading {
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  max-width: 600px;
  margin-bottom: 30px;
}

.rt-hero-text-section {
  max-width: 650px;
}

.rt-hero-sub-heading-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.rt-home-one-small-divider {
  background-color: var(--radiant-ui-components-library--color--button-background-dark\<deleted\|variable-01f0ad22-fe74-083b-fbda-00c4a5b7ca7b\>);
  width: 74px;
  height: 1px;
}

.rt-button-five-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 8px 50px 8px 25px;
  display: flex;
  position: relative;
}

.rt-button-five-2.rt-banner-one-button {
  border-color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  height: 58px;
}

.rt-button-five-2.rt-banner-one-button.rt-button-blue {
  border-color: var(--radiant-ui-components-library--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-hero-button-icon-two-2 {
  background-color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 43px;
  height: 43px;
  margin-left: 10px;
  padding-right: 15px;
  display: flex;
}

.rt-hero-button-icon-two-2.rt-blue-background {
  background-color: var(--radiant-ui-components-library--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-divider {
  background-color: #00000026;
  width: 100%;
  height: 1px;
}

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.rt-main-container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-text-field-3 {
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  background-color: #fff0;
  border: 1px #000;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
}

.rt-text-field-3::placeholder {
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
}

.rt-designed-text-block {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.rt-about-option {
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  letter-spacing: .32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.rt-about-option:hover {
  color: var(--radiant-ui-components-library--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-about-option.rt-about-last {
  margin-bottom: 0;
}

.rt-logo {
  margin-top: 10px;
  display: flex;
}

.rt-about-section {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 140px;
}

.rt-social-icons {
  border-left: 1px solid #00000026;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 440px;
  display: grid;
}

.rt-submit-button-3 {
  background-color: var(--radiant-ui-components-library--linear-color-three\<deleted\|variable-595e276e-75c3-6eac-6603-d1a8216b0b93\>);
  background-image: url('../images/Vector-10.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 50px;
  height: 50px;
}

.rt-social-icon {
  border-right: 1px solid #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.rt-email {
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
}

.rt-email:hover {
  color: var(--radiant-ui-components-library--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-form-2 {
  border-bottom: 1px solid #00000026;
  justify-content: flex-start;
  align-items: stretch;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.rt-copyright-and-social-icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.rt-licence-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 230px;
  display: flex;
}

.rt-form-block-3 {
  width: 100%;
}

.rt-small-divider {
  background-color: #ffffff26;
  width: 191px;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 35px;
}

.rt-footer-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 100px;
}

.rt-newsletter-section {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 467px;
}

.rt-member-icon-image.rt-yellow-icon {
  opacity: 0;
  position: absolute;
}

.rt-designed-text {
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.rt-contact-section {
  color: #d0d0d0;
  letter-spacing: .32px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 222px;
  font-weight: 500;
}

.rt-phone-number {
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
}

.rt-phone-number:hover {
  color: var(--radiant-ui-components-library--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-footer-links-text {
  color: #686868;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.rt-footer-links-text.rt-color-dark {
  color: #000;
}

.rt-footer-links-text.rt-color-dark.rt-hover:hover {
  color: var(--radiant-ui-components-library--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.rt-margin-bottom-thirty-2 {
  margin-bottom: 30px;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.footer-black-flex {
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
}

.cf-wrapper-1160.footer-black-flex.footer-links {
  flex-flow: column;
}

.cf-social-media-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.cf-footer-form-block-container {
  margin-top: 32px;
}

.cf-footer-section-2.black-version {
  color: #fff;
  background-color: #000;
}

.cf-brand-link-block {
  margin-bottom: 20px;
}

.cf-social-media-icon {
  width: 20px;
  height: 20px;
}

.cf-social-media-bottom-container {
  margin-top: 0;
}

.cf-footer-bold-text-14px {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.cf-footer-text-field {
  color: #000;
  background-color: #f4f4f4;
  border: 0 solid #000;
  border-radius: 32px;
  width: 90%;
  max-width: 300px;
  height: 56px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  font-size: 16px;
  line-height: 24px;
}

.cf-footer-text-field::placeholder {
  color: #000000b3;
}

.cf-footer-text-field.black-version-text-field {
  color: #fff;
  background-color: #212121;
}

.cf-footer-text-field.black-version-text-field::placeholder {
  color: #ffffffb3;
}

.cf-footer-center-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  margin-bottom: 80px;
}

.cf-body---18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-body---18px.white {
  font-family: var(--style-guide--font-family);
  color: #fff;
  font-weight: 300;
}

.cf-footer-form-block {
  width: 100%;
  margin-top: 16px;
}

.cf-footer-form {
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-footer-text-link-16px {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.cf-footer-text-link-16px:hover {
  color: #0009;
}

.cf-footer-text-link-16px.white-text-footer-link {
  color: #fff;
}

.cf-footer-text-link-16px.white-text-footer-link:hover {
  color: #caef45;
}

.cf-contact-form-submit-button {
  background-color: #000;
  background-image: url('../images/CaretRight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin-left: 20px;
}

.cf-contact-form-submit-button:hover {
  background-color: #caef45;
}

.cf-contact-form-submit-button.black-footer-version {
  background-color: #caef45;
  background-image: url('../images/CaretRight_1.svg');
  flex: none;
}

.cf-contact-form-submit-button.black-footer-version:hover {
  background-color: #fff;
}

.cf-footer-right-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 35%;
  max-width: 376px;
  display: flex;
}

.cf-text-block-16px {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.cf-footer-left-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  max-width: 300px;
  display: block;
}

.cf-footer-left-wrapper.footer-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-contact-success-message {
  color: #fff;
  background-color: #24e77d;
  border-radius: 36px;
  padding: 12px 20px;
  font-weight: 700;
}

.cf-footer-center-wrapper {
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.cf-contact-error-message {
  color: #fff;
  text-align: center;
  background-color: #fa7a68;
  border-radius: 36px;
  padding: 12px 20px;
  font-weight: 700;
}

.cf-social-media-wrapper {
  background-color: #f4f4f4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  transition: all .2s;
  display: flex;
}

.cf-social-media-wrapper:hover {
  background-color: #caef45b3;
  transform: translate(0, -5px);
}

.cf-social-media-wrapper.social-media-wrapper-black {
  background-color: #212121;
}

.cf-social-media-wrapper.social-media-wrapper-black:hover {
  filter: invert();
}

.cf-copyright-text-3 {
  font-family: var(--style-guide--font-family);
  color: #212121;
  margin-right: 40px;
  font-size: 16px;
  font-weight: 400;
}

.cf-cf-links {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.cf-cf-links:hover {
  color: #000c;
}

.cf-footer-sub-grid {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  justify-items: start;
  width: 100%;
  margin-top: 32px;
}

.cf-footer-banner {
  color: #12172280;
  background-color: #f2f4f7;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 145%;
  display: flex;
}

.cf-footer-banner.black-banner-version {
  filter: invert();
  background-color: #f2f4f700;
}

.rt-margin-bottom-twenty-2 {
  margin-bottom: 20px;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-3 {
  background-color: var(--radiant-ui-components-library--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-3.rt-gap-eighty {
  padding-left: 80px;
  padding-right: 80px;
}

.rt-heading-two-2 {
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.rt-change-font-2 {
  font-weight: 300;
}

.rt-button-text-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.rt-underline-off-2 {
  text-decoration: none;
}

.rt-button-typography {
  font-family: var(--style-guide--font-family);
  color: var(--style-guide--creme);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 300;
}

.rt-button-circle {
  border-style: solid;
  border-width: 1px 1px .5px;
  border-color: var(--style-guide--creme);
  border-radius: 0;
  width: 38%;
  min-width: 66px;
  height: 66px;
  min-height: 66px;
  position: absolute;
  inset: 0%;
}

.rt-title-top-2 {
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  letter-spacing: .01px;
  font-size: 14px;
  line-height: 28px;
}

.rt-button-5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 66px;
  line-height: 28px;
  display: flex;
  position: relative;
}

.rt-button-5.rt-underline-off-2 {
  text-decoration: none;
}

.rt-margin-top-twenty-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.rt-home-one-about-text-2 {
  flex: 1;
}

.rt-button-wrapper {
  display: flex;
}

.code-embed {
  color: var(--style-guide--creme);
  font-size: 16px;
  display: flex;
}

.bold-text {
  font-family: var(--style-guide--font-family);
  color: var(--style-guide--creme);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
}

.image {
  max-width: none;
  height: 100%;
}

.code-embed-2 {
  color: #56ebff;
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  display: flex;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-2 {
  margin-bottom: 20px;
}

.body {
  background-color: var(--style-guide--preto);
}

.loader {
  z-index: 2000;
  background-color: #80394500;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.footer-logo-container.absolute {
  background-color: var(--style-guide--preto);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrapper-for-loader {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 102%;
  display: flex;
  overflow: hidden;
}

.loder-logo-text-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.loder-logo-favicon {
  width: 60%;
  max-width: none;
  margin-bottom: 10px;
  margin-right: 0;
}

.loader-circle {
  z-index: -1;
  background-color: #007138;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140vw;
  height: 140vw;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.div-block-2 {
  background-image: url('../images/color-effect-2.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.link {
  color: var(--style-guide--preto);
  text-decoration: none;
}

.bold-text-3 {
  font-family: var(--style-guide--font-family);
}

.section {
  height: 420px;
}

.section-2 {
  background-color: var(--style-guide--preto);
  background-image: url('../images/color-effect.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 70%;
  background-attachment: fixed;
}

.div-block-3 {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.quick-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
}

.cell {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.cell-2 {
  justify-content: flex-start;
  align-items: stretch;
}

.image-3 {
  max-width: 120px;
}

.div-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.text-block {
  font-family: var(--style-guide--atyp);
  color: var(--style-guide--creme);
  font-size: 2em;
}

.text-block-2 {
  font-family: var(--style-guide--atyp);
  color: var(--style-guide--cinza);
  font-size: 1.25rem;
  font-weight: 100;
}

.code-embed-3 {
  color: #4ebbff;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .cf-1140px-wrapper {
    justify-content: space-between;
    align-items: flex-end;
  }

  .cf-18px-paragraph, .cf-18px-paragraph.header-2 {
    color: var(--style-guide--cinza);
  }

  .home-left-wrapper {
    max-width: 620px;
  }

  .cf-testimonial-logos {
    max-width: 130px;
  }

  .cf-64px-heading {
    letter-spacing: 1px;
  }

  .cf-hero-section-2 {
    background-size: 900px;
  }

  .rt-category-cards-text {
    font-family: var(--style-guide--font-family);
    color: var(--style-guide--creme);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
  }

  .rt-component-section {
    background-color: var(--style-guide--preto);
    background-image: url('../images/color-effect.webp');
    background-repeat: no-repeat;
    background-size: 900px;
  }

  .rt-component-section.section-horme {
    background-image: url('../images/color-effect.webp');
    background-repeat: no-repeat;
    background-size: 900px;
  }

  .rt-component-section.section-servicos {
    background-image: url('../images/color-effect.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 900px;
  }

  .cf-flex-1---image-contain {
    max-width: 600px;
  }

  .cf-flex-section-2 {
    background-image: url('../images/color-effect.webp');
    background-position: 0 0;
    background-size: 900px;
  }

  .rt-body-font-color {
    font-family: var(--style-guide--font-family);
    color: var(--style-guide--cinza);
    letter-spacing: .6px;
    font-size: 18px;
  }

  .rt-sticky.rt-tab-sticky-off.rttext-black {
    font-family: var(--style-guide--font-family);
    color: var(--style-guide--creme);
    text-transform: uppercase;
    font-weight: 300;
  }

  .rt-service-step-info {
    color: #6d6d6d;
  }

  .rt-service-step-number-2 {
    font-family: var(--style-guide--athena);
    color: var(--style-guide--cinza);
    font-size: 3rem;
  }

  .rt-service-process-step-2 {
    border-bottom-style: none;
  }

  .rt-service-process-step-2.rt-team-two {
    color: #6d6d6d;
    border-bottom-width: .5px;
    border-bottom-color: #e1e1e145;
  }

  .rt-service-step-number-block-2 {
    box-shadow: none;
    color: #6d6d6d;
  }

  .rt-service-step-process-3 {
    background-image: linear-gradient(to bottom, var(--style-guide--creme), var(--style-guide--creme));
    color: #6d6d6d;
    width: 2px;
  }

  .rt-about-two-expert-image {
    max-width: none;
    height: 100%;
    position: relative;
  }

  .rt-about-two-expert-content {
    font-family: var(--style-guide--font-family);
    color: var(--style-guide--cinza);
    font-size: 18px;
    font-weight: 300;
  }

  .rt-about-two-expert-wrapper {
    flex-flow: row;
  }

  .rt-about-two-expert-image-block.rt-background-dark {
    max-width: none;
  }

  .rt-about-two-exper-heading, .rt-heading-two.rt-margin-bottom-fiftee {
    font-family: var(--style-guide--font-family);
    color: var(--style-guide--creme);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
  }

  .rt-pricing-faq-block {
    background-color: #000000a1;
  }

  .rt-pricing-faq-block.rt-border-none {
    border-bottom-style: solid;
  }

  .rt-pricing-faq-line-two {
    background-color: var(--style-guide--creme);
  }

  .rt-pricing-faq-text {
    font-family: var(--style-guide--font-family);
    color: var(--style-guide--cinza);
    letter-spacing: .6px;
    font-size: 18px;
  }

  .cf-testimonial-paragraph {
    font-family: var(--style-guide--font-family);
    color: var(--style-guide--cinza);
    letter-spacing: .6px;
    font-weight: 300;
  }

  .cf-hero-6---text-container-1 {
    background-color: #93535b00;
    border: 1px solid #c5cac630;
    border-radius: 0;
  }

  .cf-testimonial-name {
    font-family: var(--style-guide--font-family);
    color: var(--style-guide--branco);
    letter-spacing: 1px;
    font-weight: 300;
  }

  .cf-hero-section-6 {
    background-color: var(--style-guide--preto);
  }

  .cf-40px-heading---white {
    font-family: var(--style-guide--font-family);
    color: var(--style-guide--creme);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 130%;
  }

  .cf-testimonial-position {
    color: var(--style-guide--cinza);
  }

  .cf-hero-6---text-container-2 {
    box-shadow: none;
    mix-blend-mode: normal;
    background-color: #80394500;
    border: 1px solid #c5cac630;
    border-radius: 0;
    padding: 40px;
  }

  .cf-hero-6---text-container-3 {
    background-color: #fff0;
    border: 1px solid #c5cac630;
    border-radius: 0;
  }

  .bold-text {
    letter-spacing: 1px;
  }

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

  .bold-text-2 {
    font-family: var(--style-guide--font-family);
    letter-spacing: 1px;
    font-weight: 300;
  }
}

@media screen and (min-width: 1440px) {
  .cf-extra-bold-span, .cf-18px-paragraph.header-2 {
    color: #ffffffe6;
  }

  .cf-testimonial-logos {
    max-width: 140px;
  }

  .cf-64px-heading {
    color: #fff;
  }

  .cf-64px-heading.center {
    color: var(--style-guide--creme);
  }

  .cf-hero-testimonial-contain {
    background-color: #fff0;
  }

  .cf-hero-section-2 {
    background-color: #000;
    background-size: 900px;
  }

  .cf-menu-line._2, .cf-menu-line._1 {
    background-color: #fff;
  }

  .cf-logos-social {
    filter: invert();
    background-color: #ffffff21;
    border-radius: 0;
  }

  .cf-menu-text {
    color: #fff;
  }

  .rt-component-section {
    background-color: var(--style-guide--preto);
    background-image: url('../images/color-effect.webp');
    background-repeat: no-repeat;
    background-size: 900px;
    background-attachment: fixed;
    padding-bottom: 100px;
  }

  .rt-component-section.bg-black {
    background-color: #000;
  }

  .rt-component-section.section-horme {
    background-image: url('../images/color-effect.webp');
    background-repeat: no-repeat;
    background-size: 900px;
    background-attachment: fixed;
  }

  .rt-component-section.section-servicos {
    background-image: url('../images/color-effect.webp');
    background-position: 0 0;
    background-size: 900px;
  }

  .cf-14px-heading {
    margin-bottom: 40px;
  }

  .cf-flex-1---image-1, .cf-flex-1---image-2 {
    border-radius: 0;
  }

  .cf-32px-heading {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cf-grey-create-wrapper {
    padding-top: 0;
  }

  .cf-flex-section-2 {
    background-color: var(--style-guide--preto);
    background-image: url('../images/color-effect.webp');
    background-position: 0 0;
    background-size: 900px;
    background-attachment: fixed;
  }

  .rt-service-step-info {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rt-service-step-number-2 {
    color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
    font-size: 2rem;
  }

  .rt-service-process-step-2.rt-team-two-no-border {
    border-bottom-style: none;
  }

  .rt-tab-details.rt-tab-details-five {
    display: none;
  }

  .rt-tab-line-five {
    cursor: pointer;
    background-color: #cacaca;
    width: 9vw;
    height: 1px;
  }

  .rt-pricing-faq-title {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .rt-pricing-faq-block {
    background-color: #fff0;
  }

  .cf-hero-section-6 {
    background-color: #000;
  }

  .rt-home-three-cta-contain-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rt-home-three-cta-contain-text-wrap {
    max-width: 600px;
  }

  .paragraph {
    color: var(--radiant-ui-components-library--color--linear-color-two\<deleted\|variable-0d6d2b37-af11-268f-1f44-334c65813a0d\>);
  }

  .rt-main-container {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .rt-designed-text-block {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .rt-social-icons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-left-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-social-icon {
    border: 1px solid #00000026;
  }

  .rt-copyright-and-social-icons {
    justify-content: center;
    align-items: center;
  }

  .rt-footer-section {
    padding-bottom: 80px;
  }

  .cf-footer-banner.black-banner-version {
    color: #12172200;
    background-color: #f2f4f700;
  }

  .body {
    background-color: #000;
  }
}

@media screen and (min-width: 1920px) {
  .cf-64px-heading.center {
    color: var(--style-guide--creme);
  }

  .cf-hero-testimonial-contain {
    background-color: #fff0;
  }

  .cf-hero-section-2 {
    background-size: 1200px;
  }

  .cf-logos-social {
    background-color: #ffffff1a;
  }

  .rt-component-section {
    background-color: var(--style-guide--preto);
    background-image: url('../images/color-effect.webp');
    background-repeat: no-repeat;
    background-size: 1200px;
    background-attachment: fixed;
  }

  .rt-component-section.section-horme {
    background-image: url('../images/color-effect.webp');
    background-repeat: no-repeat;
    background-size: 1200px;
    background-attachment: fixed;
  }

  .rt-component-section.section-servicos {
    background-image: url('../images/color-effect.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 1200px;
  }

  .rt-home-two-about-block {
    grid-column-gap: 47px;
  }

  .rt-home-two-about-left {
    max-width: 44%;
  }

  .rt-autofit-5.rt-about-img-one {
    display: block;
    left: 10%;
  }

  .cf-flex-section-1 {
    background-size: 1200px;
  }

  .cf-flex-section-2 {
    background-color: var(--style-guide--preto);
    background-image: url('../images/color-effect.webp');
    background-position: 0 0;
    background-size: 1200px;
    background-attachment: fixed;
  }

  .rt-service-process-step-2.rt-team-two-no-border {
    border-bottom-style: none;
  }

  .rt-tab-title.rt-tab-title-one {
    cursor: pointer;
  }

  .rt-accordion-tab-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-pricing-faq-block {
    background-color: #fff0;
  }

  .cf-hero-section-6 {
    background-size: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .cf-1140px-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .cf-1140px-wrapper.center {
    justify-content: center;
    align-items: stretch;
    padding-top: 60px;
  }

  .cf-18px-paragraph {
    text-align: center;
    max-width: none;
    margin-bottom: 0;
  }

  .cf-18px-paragraph.header-2 {
    text-align: center;
    margin-bottom: 40px;
  }

  .home-left-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-hero-logos-wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    display: flex;
  }

  .cf-hero-logos-wrap.header-2 {
    width: 100%;
  }

  .cf-testimonial-logos._3 {
    margin-right: 0;
  }

  .cf-image-review-container {
    width: 80%;
  }

  .cf-64px-heading {
    text-align: center;
    font-size: 54px;
  }

  .cf-testimonial-logos-contain {
    align-items: flex-start;
    margin-top: 20px;
  }

  .cf-testimonial-logos-contain.header-2 {
    z-index: 1;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    position: relative;
  }

  .cf-hero-section-2 {
    background-size: 700px;
  }

  .cf-connect-wrapper {
    margin-top: 100px;
  }

  .cf-close-contain {
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-size: auto;
  }

  .cf-nav-4-links-container {
    margin-left: 0;
  }

  .cf-link-text-navbar-4 {
    white-space: break-spaces;
  }

  .cf-close-button {
    top: 52px;
    right: 85px;
  }

  .cf-navigation-4-container {
    max-width: 650px;
  }

  .cf-nav-4-links-left-container, .cf-nav-4-links-left-container.links {
    margin-right: 0;
  }

  .cf-menu-navigation-wrap {
    opacity: 1;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 85px;
    display: none;
    position: fixed;
  }

  .cf-menu-navigation-wrap.links {
    opacity: 100;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .rt-category-cards-text.rt-text-white {
    max-width: none;
  }

  .rt-component-section {
    background-size: 700px;
  }

  .rt-home-two-about-block {
    flex-flow: column;
    align-items: stretch;
  }

  .rt-box-one-block {
    margin-top: 25px;
  }

  .rt-home-two-about-left {
    margin-bottom: 30px;
  }

  .rt-autofit-5.rt-about-img-one {
    display: block;
  }

  .cf-14px-heading {
    text-align: center;
  }

  .cf-flex-1---text-contain {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 560px;
    margin-top: 100px;
  }

  .cf-flex-section-1 {
    background-size: 700px;
  }

  .cf-flex-1---image-contain {
    width: 100%;
    max-width: 500px;
    margin-right: 0;
  }

  .cf-flex-1---wrapper {
    padding-top: 140px;
  }

  .cf-flex-1---container {
    flex-direction: column;
  }

  .cf-create-heading {
    font-size: 50px;
  }

  .cf-create-images {
    width: 50%;
  }

  .cf-create-images._3, .cf-create-images._2 {
    width: 40%;
  }

  .cf-flex-section-2 {
    background-size: 700px;
  }

  .rt-sticky.rt-tab-sticky-off {
    position: static;
  }

  .rt-team-two-work-process-block {
    height: auto;
    display: block;
  }

  .rt-service-step-info {
    padding: 2rem 6%;
  }

  .rt-team-two-process-block-left {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: auto;
    position: static;
  }

  .rt-appear-animation-box {
    max-width: 560px;
  }

  .rt-home-three-accordion-answer.rt-about-three-accordion-answer, .rt-about-three-accordion-about-box {
    max-width: none;
  }

  .rt-about-three-accordion-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }

  .rt-about-three-frequently-content {
    margin-top: 12px;
    margin-bottom: 24px;
  }

  .rt-about-three-frequently-ask-text {
    max-width: none;
    margin-top: 0;
  }

  .rt-about-three-accordion-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .rt-about-three-accordion-box {
    padding: 15px;
  }

  .rt-heading-three {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-home-one-business-accordion-contain {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .rt-accordion-tab-wrap {
    padding-right: 45px;
  }

  .rt-logo-white-image {
    height: auto;
  }

  .rt-about-two-expert-image {
    width: 100%;
  }

  .rt-about-two-expert-content {
    text-align: center;
    max-width: none;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .rt-about-two-expert-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .rt-about-two-expert-image-block {
    width: 100%;
    max-width: none;
    padding: 100px 50px 90px;
  }

  .rt-about-two-expert-content-block {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-faq-main-heading {
    text-align: center;
    font-size: 30px;
  }

  .cf-faq-content-2 {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap-2 {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-container {
    width: 90%;
    padding-top: 0;
  }

  .rt-heading-two.rt-margin-bottom-fiftee {
    text-align: center;
  }

  .rt-pricing-faq-main {
    color: #6d6d6d;
  }

  .rt-pricing-faq-title {
    text-align: center;
    max-width: none;
  }

  .rt-pricing-faq-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-dropdown-toggle-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .rt-service-three-testimonial-main {
    padding-top: 0;
  }

  .rt-right-arrow {
    border-left-width: 0;
    width: 50px;
    inset: auto 0% -50px 55px;
  }

  .rt-service-three-testimonial {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .rt-left-arrow {
    border-right-width: 0;
    width: 50px;
    inset: auto 0% -50px -55px;
  }

  .rt-responsive-display-off {
    display: none;
  }

  .cf-bottom-left-contain {
    margin-top: 40px;
  }

  .cf-bio-text {
    margin-bottom: 0;
  }

  .cf-testimonial-paragraph {
    font-size: 18px;
  }

  .cf-hero-6---right-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    display: flex;
  }

  .cf-hero-section-6 {
    background-size: 700px;
  }

  .cf-hero-6---left-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .cf-40px-heading---white {
    text-align: center;
  }

  .cf-1140px-wrapper---hero-6 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .rt-home-three-cta-contain-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-button {
    padding: 15px 30px;
    font-size: 17px;
    line-height: 27px;
  }

  .rt-home-three-cta-main-box {
    padding: 60px 30px 70px;
  }

  .rt-home-three-cta-contain-text-wrap {
    max-width: none;
  }

  .rt-about-two-cta-main-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rt-home-one-cta-bottom-section {
    align-items: stretch;
  }

  .rt-home-one-cta-top-section {
    margin-right: 0;
  }

  .rt-hero-heading {
    margin-top: 10px;
    margin-bottom: 27px;
  }

  .rt-hero-text-section {
    max-width: 500px;
    padding-top: 52px;
    padding-bottom: 90px;
  }

  .rt-designed-text-block {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .rt-about-section {
    max-width: none;
  }

  .rt-social-icons {
    border: 1px solid #40454a;
    max-width: none;
  }

  .rt-form-2 {
    width: 100%;
  }

  .rt-copyright-and-social-icons {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
    display: grid;
  }

  .rt-licence-text {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .rt-form-block-3 {
    width: 100%;
  }

  .rt-footer-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 60px;
    display: grid;
  }

  .rt-footer {
    padding-top: 60px;
  }

  .rt-newsletter-section {
    max-width: none;
  }

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

  .rt-contact-section {
    max-width: none;
    margin-top: -2px;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.footer-black-flex {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .cf-footer-bold-text-14px, .cf-body---18px {
    line-height: 150%;
  }

  .cf-footer-right-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
  }

  .cf-text-block-16px {
    line-height: 150%;
  }

  .cf-footer-left-wrapper {
    width: 100%;
  }

  .cf-copyright-text-3 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .cf-footer-banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-footer-banner.black-banner-version {
    flex-flow: column;
  }

  .loader-circle {
    border-radius: 0%;
  }
}

@media screen and (max-width: 767px) {
  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .cf-cta-button, .cf-button-gradient {
    font-size: 20px;
  }

  .cf-logos-text {
    margin-bottom: 20px;
  }

  .cf-18px-paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .cf-hero-logos-wrap.header-2 {
    justify-content: center;
  }

  .cf-image-review-container {
    width: 100%;
  }

  .cf-64px-heading {
    font-size: 50px;
  }

  .cf-testimonial-logos-contain {
    flex-direction: column;
    align-items: center;
  }

  .cf-testimonial-logos-contain.header-2 {
    margin-top: 0;
  }

  .cf-connect-wrapper {
    margin-left: 20px;
  }

  .cf-close-text {
    display: none;
  }

  .cf-logos-social.open-nav, .cf-logos-social.open-nav-middle {
    width: 60px;
    height: 60px;
  }

  .cf-nav-4-social-icons {
    margin-right: 0;
    display: flex;
  }

  .cf-nav-4-social-icons.open-navigation {
    display: flex;
  }

  .cf-center-logo.open-nav {
    width: 22px;
  }

  .cf-center-logo.open-nav.facebook {
    width: 15px;
  }

  .cf-close-contain {
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-size: auto;
    margin-right: 0;
  }

  .cf-nav-4-links-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
  }

  .cf-link-text-navbar-4 {
    font-size: 26px;
  }

  .cf-close-button {
    border-radius: 100px;
    padding: 16px;
    top: 52px;
    right: 60px;
  }

  .cf-navigation-4-container {
    width: 90%;
    max-width: 550px;
  }

  .cf-nav-4-links-left-container {
    align-items: center;
    width: auto;
    margin-right: 0;
  }

  .cf-menu-navigation-wrap {
    opacity: 1;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .cf-nav-4-links-right-container {
    align-items: center;
    width: auto;
  }

  .cf-brand-logo-nav-menu {
    padding-left: 0;
    top: 52px;
    left: 60px;
  }

  .cf-brand-logo-nav-menu.w--current {
    left: 60px;
  }

  .rt-box-one-block {
    padding-left: 37px;
  }

  .rt-autofit-5 {
    height: auto;
  }

  .cf-14px-heading {
    font-size: 18px;
  }

  .cf-flex-1---image-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-flex-1---image-2 {
    right: 0%;
  }

  .cf-flex-1---wrapper {
    width: 90%;
    padding-top: 90px;
  }

  .cf-create-heading {
    font-size: 40px;
  }

  .cf-grey-create-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cf-about-images-contain {
    height: 500px;
  }

  .rt-service-step-number-2 {
    font-size: 4rem;
  }

  .rt-appear-animation-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-about-three-accordion-wrapper {
    margin-top: 0;
  }

  .rt-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-tab-line-four {
    display: none;
  }

  .rt-home-one-business-accordion-contain {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-tab-line-three, .rt-tab-line-one, .rt-tab-line-two {
    display: none;
  }

  .rt-home-one-business-wrap {
    align-items: flex-start;
  }

  .rt-accordion-tab-wrap {
    padding-right: 30px;
  }

  .rt-about-two-expert-image-block {
    padding: 70px 15px 60px;
  }

  .rt-about-two-exper-heading {
    text-align: center;
  }

  .cf-faq-container {
    margin-bottom: 100px;
  }

  .cf-faq-main-heading {
    font-size: 28px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 22px;
  }

  .cf-bottom-left-contain {
    max-width: none;
  }

  .cf-hero-section-6 {
    padding-bottom: 120px;
  }

  .rt-button {
    padding: 12px 28px;
    font-size: 16px;
    line-height: 26px;
  }

  .rt-about-two-cta-main-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-home-one-cta-bottom-section {
    margin-top: 0;
    padding-top: 0;
  }

  .rt-home-one-cta-top-section {
    align-items: flex-start;
  }

  .rt-hero-heading {
    max-width: 400px;
  }

  .rt-hero-text-section {
    padding-top: 15px;
  }

  .rt-logo {
    margin-top: 8px;
    padding-left: 0;
  }

  .rt-copyright-and-social-icons {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-small-divider {
    width: 60%;
  }

  .rt-footer-section {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-contact-section {
    margin-top: 0;
  }

  .cf-brand-link-block {
    width: 35%;
  }

  .cf-footer-center-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-text-block-16px {
    font-size: 14px;
  }

  .cf-copyright-text-3 {
    text-align: center;
  }

  .image {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .loader {
    display: none;
  }

  .loder-logo-favicon {
    width: 60%;
    margin-right: 10px;
  }

  .loader-circle {
    width: 100%;
    height: 100%;
  }

  .div-block-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .text-block-2 {
    font-size: 1rem;
  }

  .code-embed-3 {
    width: 15px;
    height: 15px;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .cf-1140px-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-1140px-wrapper.center {
    padding-bottom: 20px;
  }

  .cf-cta-arrow-div {
    flex: none;
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-18px-paragraph {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .cf-18px-paragraph.header-2 {
    font-size: 1rem;
  }

  .home-left-wrapper {
    margin-bottom: 20px;
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    margin-left: 0;
  }

  .cf-testimonial-logo-image {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .cf-image-review-container {
    margin-top: 20px;
  }

  .cf-testimonial-text---italic {
    font-size: 16px;
  }

  .cf-testmonial-text-wrapper {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-star-image {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cf-64px-heading {
    font-size: 40px;
    line-height: 110%;
  }

  .cf-64px-heading.center {
    font-size: 2rem;
  }

  .cf-testimonial-logos-contain, .cf-testimonial-logos-contain.header-2 {
    margin-top: 100px;
  }

  .cf-testimonial-name-position {
    font-size: 14px;
    line-height: 140%;
  }

  .cf-hero-testimonial-contain {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    bottom: -40%;
  }

  .cf-hero-section-2 {
    background-attachment: scroll;
  }

  .cf-connect-wrapper {
    margin-top: 60px;
    margin-left: 30px;
  }

  .cf-close-text {
    display: none;
  }

  .cf-logos-social {
    display: flex;
  }

  .cf-logos-social.open-nav {
    background-image: none;
    width: 60px;
    height: 60px;
    display: flex;
  }

  .cf-logos-social.open-nav-middle {
    background-image: none;
    width: 60px;
    height: 60px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .cf-nav-4-social-icons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .cf-nav-4-social-icons.none {
    display: none;
  }

  .cf-close-contain {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .cf-nav-4-links-container {
    flex-direction: column;
    margin-top: 140px;
    margin-left: 0;
  }

  .cf-link-text-navbar-4 {
    text-align: center;
    white-space: normal;
    font-size: 1.8rem;
    line-height: 140%;
  }

  .cf-brand-logo-4 {
    width: 50%;
    padding-left: 0;
  }

  .cf-close-button {
    padding: 16px;
    top: 40px;
    right: 20px;
  }

  .cf-navigation-4-container {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-nav-4-links-left-container {
    width: auto;
    margin-right: 0;
  }

  .cf-menu-navigation-wrap {
    opacity: 1;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 30px;
    display: none;
  }

  .cf-menu-navigation-wrap.links.pag-links {
    background-image: url('../images/color-effect.webp');
    background-repeat: no-repeat;
    background-size: 70%;
    background-attachment: fixed;
  }

  .cf-connect-text {
    text-align: center;
    font-size: 18px;
  }

  .cf-brand-logo-nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 50%;
    padding-left: 0;
    display: block;
    position: static;
    inset: auto 0% -15px 75px;
    overflow: hidden;
  }

  .rt-category-cards-text {
    box-sizing: border-box;
    clear: none;
    aspect-ratio: auto;
    text-align: left;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: break-word;
    flex: 0 auto;
    max-width: none;
    display: block;
    position: static;
    overflow: hidden;
  }

  .rt-category-cards-text.rt-text-center, .rt-category-cards-text.center {
    text-align: center;
  }

  .rt-component-section {
    -webkit-text-stroke-color: #6d6d6d;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .cf-flex-1---image-1 {
    width: 100%;
  }

  .cf-flex-1---image-2 {
    width: 90%;
  }

  .cf-flex-1---text-contain {
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
  }

  .cf-flex-section-1 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .cf-flex-1---image-contain {
    justify-content: center;
    align-items: stretch;
    margin-right: 0;
    display: flex;
  }

  .cf-32px-heading {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .cf-create-heading {
    font-size: 30px;
  }

  .cf-flex-section-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .cf-about-images-contain {
    height: 300px;
    margin-top: 60px;
  }

  .rt-body-font-color {
    text-align: center;
  }

  .rt-service-step-info {
    padding-bottom: 0;
    padding-left: 1%;
    padding-right: 1%;
  }

  .rt-service-process-step-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding: 1rem 10px;
    display: flex;
  }

  .rt-service-process-step-2.rt-team-two {
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .rt-service-step-number-block-2 {
    box-shadow: none;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 0;
    overflow: visible;
  }

  .rt-service-step-process-3 {
    display: none;
  }

  .rt-appear-animation-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-tab-line-four {
    display: none;
  }

  .rt-home-one-business-accordion-contain {
    text-align: center;
    flex-flow: column;
  }

  .rt-tab-line-three, .rt-tab-line-one, .rt-tab-line-two {
    display: none;
  }

  .rt-home-one-choose-us-heading {
    margin-bottom: 10px;
  }

  .rt-tab-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rt-home-one-business-wrap {
    align-items: flex-start;
  }

  .rt-accordion-tab-wrap {
    border-bottom: 1px solid #cacaca;
    border-right-width: 0;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .rt-about-two-exper-heading {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .cf-faq-container {
    margin-bottom: 100px;
  }

  .cf-faq-main-heading {
    text-align: center;
    margin-bottom: 60px;
    font-size: 24px;
  }

  .cf-faq-content-2 {
    font-size: 16px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 18px;
    line-height: 140%;
  }

  .rt-pricing-faq-block.rt-border-none {
    max-width: none;
  }

  .rt-dropdown-toggle-2 {
    flex-flow: row;
    display: flex;
  }

  .cf-bottom-left-contain {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cf-bio-text {
    font-size: 16px;
  }

  .cf-testimonial-paragraph {
    margin-top: 0;
    font-size: 16px;
  }

  .cf-home-6---top-contain {
    flex-direction: column;
  }

  .cf-home-6---divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }

  .cf-hero-6---text-container-1 {
    margin-right: 30px;
    padding: 20px 10px 20px 16px;
  }

  .cf-hero-6---right-container {
    margin-top: 60px;
  }

  .cf-testimonial-name {
    font-size: 16px;
    line-height: 150%;
  }

  .cf-hero-section-6 {
    background-attachment: scroll;
    padding-bottom: 100px;
  }

  .cf-testimonial-image {
    max-width: 40px;
    height: 40px;
    margin-right: 8px;
  }

  .cf-20px-paragraph---white {
    font-size: 18px;
  }

  .cf-clients-images-container {
    margin-bottom: 16px;
  }

  .cf-testimonial-position {
    font-size: 12px;
  }

  .cf-hero-6---text-container-2 {
    margin-left: 30px;
    padding: 20px 10px 20px 16px;
  }

  .cf-hero-6---text-container-3 {
    margin-right: 30px;
    padding: 20px 10px 20px 16px;
  }

  .cf-client-review-white {
    font-size: 18px;
  }

  .rt-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .rt-home-three-cta-contain-text-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .rt-home-one-cta-overlay {
    background-image: linear-gradient(127deg, #000 35%, #fff0);
  }

  .rt-home-three-cta-background {
    background-position: 70%;
  }

  .rt-about-two-cta-main-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-home-one-cta-bottom-section {
    flex-direction: column;
    align-items: stretch;
  }

  .rt-cta-box {
    max-width: none;
  }

  .rt-small-divider {
    width: 80%;
  }

  .rt-footer-section {
    grid-template-columns: 1fr;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.footer-black-flex {
    flex-flow: column;
    padding-bottom: 60px;
  }

  .cf-brand-link-block {
    width: 50%;
    padding-left: 0;
  }

  .cf-brand-link-block.w--current {
    width: 100%;
  }

  .cf-social-media-bottom-container {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .cf-footer-center-grid {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .cf-contact-form-submit-button {
    margin-left: 8px;
  }

  .cf-footer-right-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .cf-footer-left-wrapper {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-bottom: 20px;
    display: flex;
  }

  .cf-footer-center-wrapper {
    max-width: 300px;
  }

  .cf-copyright-text-3 {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .cf-footer-banner {
    padding-left: 4px;
    padding-right: 4px;
  }

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

  .image {
    width: 100%;
    height: auto;
  }

  .loder-logo-favicon {
    width: 200px;
  }

  .cell {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
  }

  .image-3 {
    max-width: 80px;
  }

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

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

  .div-block-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }
}

#w-node-_93494217-8cf0-2c54-1725-ae33953fc08d-36a86397 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_93494217-8cf0-2c54-1725-ae33953fc08e-36a86397 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-b50fb020-54bd-8f24-bd92-0e9aec67d243-36a86397 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-b50fb020-54bd-8f24-bd92-0e9aec67d244-36a86397 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_93dd1dde-65c2-2da5-0e0b-a7eedd9cc731-76e1f694 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}


@font-face {
  font-family: 'Atypdisplay';
  src: url('../fonts/AtypDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atypdisplay';
  src: url('../fonts/AtypDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atypdisplay';
  src: url('../fonts/AtypDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}