:root {
  --conversion-flow-library--font-family-3: degular, sans-serif;
  --radiant-ui-components-library-marketplace--color--marfim: #f9eddb;
  --conversion-flow-library--medium-purple: #d9be95;
  --radiant-ui-components-library-marketplace--color--marrom-3: #332a24;
  --conversion-flow-library--light-coral: #d9be95;
  --conversion-flow-library--sandy-brown: #d9be95;
  --radiant-ui-components-library-marketplace--color--white: white;
  --conversion-flow-library--font-family: condor-wide, sans-serif;
  --radiant-ui-components-library-marketplace--color--preto: #000;
  --radiant-ui-components-library-marketplace--color--marrom-1: #947f6d;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--color--nude-1: #d9be95;
  --radiant-ui-components-library-marketplace--linear-color-three: #e0ecff;
  --radiant-ui-components-library-marketplace--color--marrom-2: #584332;
  --radiant-ui-components-library-marketplace--color--branco: white;
  --radiant-ui-components-library-marketplace--color--linear-color-two: #eff2ff;
  --conversion-flow-library--font-family-2: condor-condensed, sans-serif;
  --radiant-ui-components-library-marketplace--light-grey: #5a5a5a;
  --radiant-ui-components-library-marketplace--color--sombra-30: #0000004d;
}

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

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

@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-nav-shadow-wrapper {
  width: 95%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cf-brand {
  padding-left: 0;
  transition: all .4s;
}

.cf-brand:hover {
  opacity: .6;
}

.cf-brand.w--current {
  width: 80px;
  height: 35px;
  padding-left: 0;
}

.cf-brand.mobile.w--current {
  display: none;
}

.cf-nav-links-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.cf-navbar-shadow {
  filter: blur(10px);
  background-color: #67666d0f;
  border-radius: 100px;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 100px #0000001a;
}

.cf-navbar-5 {
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  inset: 0% 0% auto;
}

.cf-navbar-main-white-div {
  z-index: 10;
  padding-top: 0;
  position: relative;
}

.cf-nav-links {
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  transition: color .2s;
}

.cf-nav-links:hover {
  color: var(--conversion-flow-library--medium-purple);
}

.cf-nav-links.w--current {
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  text-decoration: none;
}

.cf-nav-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-menu-button-wrapper {
  display: none;
}

.cf-nav-5-button {
  border: .5px solid var(--radiant-ui-components-library-marketplace--color--marfim);
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  padding: 5px 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  transition: all .6s;
  display: block;
}

.cf-nav-5-button:hover {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 51%, var(--conversion-flow-library--sandy-brown));
}

.cf-nav-5-button.button-hover {
  transition-duration: 1s;
}

.cf-navigation-logo {
  object-fit: contain;
  width: 220px;
  max-width: none;
  display: inline-block;
}

.cf-nav-4-wrapper {
  z-index: 1;
  background-color: #fff0;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 2%;
  display: flex;
  position: relative;
}

.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-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-1140px-wrapper.vertical {
  flex-flow: column;
}

.cf-1140px-wrapper.contain-box {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0009;
  border: 1px solid #6d6d6d4d;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}

.cf-1140px-wrapper.contain-video-box {
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.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 {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-18px-paragraph.header-2 {
  opacity: .85;
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-weight: 300;
}

.cf-18px-paragraph.subtitle {
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}

.home-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 540px;
  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: 627px;
  padding-left: 20px;
  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(--conversion-flow-library--font-family);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 64px;
  font-weight: 300;
  line-height: 105%;
}

.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: #fff;
  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(--radiant-ui-components-library-marketplace--color--preto);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/BG-002.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  overflow: hidden;
}

.rt-text-blue {
  color: var(--radiant-ui-components-library-marketplace--color--marrom-1);
}

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

.rt-component-section {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #fff0;
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

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

.rt-component-section.rt-footer-v-one {
  background-color: var(--radiant-ui-components-library-marketplace--color--preto);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/BG-002.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 40px;
}

.rt-hero-button-image {
  filter: none;
  width: 20px;
}

.rt-hero-sub-heading {
  color: var(--radiant-ui-components-library-marketplace--color--marrom-3);
}

.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-button-text.rt-text-blue {
  text-decoration: none;
}

.rt-hero-heading {
  color: var(--radiant-ui-components-library-marketplace--color--marrom-3);
  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-marketplace--color--button-background-dark);
  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-marketplace--color--marrom-3);
  color: var(--radiant-ui-components-library-marketplace--color--marrom-3);
  height: 58px;
}

.rt-button-five-2.rt-banner-one-button.rt-button-blue {
  border-style: none;
  border-color: var(--radiant-ui-components-library-marketplace--color--marrom-1);
  text-decoration: none;
}

.rt-hero-button-icon-two-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--marrom-3);
  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-marketplace--color--marrom-1);
  width: 50px;
  height: 50px;
  padding-right: 10px;
}

.body {
  background-color: var(--radiant-ui-components-library-marketplace--color--preto);
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--marrom-3);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six.rt-margin-bottom-twenty {
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
}

.rt-heading-six.rt-margin-bottom-thirty.rt-newsletter-heading {
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  max-width: 250px;
}

.rt-heading-six.rt-margin-top-thirty.rt-margin-bottom-ten {
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--nude-1);
  text-transform: none;
}

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

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

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.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-marketplace--color--body-font-dark);
  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-marketplace--color--body-font-dark);
}

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

.rt-about-option {
  opacity: .75;
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: .32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.rt-about-option:hover {
  opacity: 100;
  color: var(--radiant-ui-components-library-marketplace--color--nude-1);
}

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

.rt-logo {
  width: 220px;
  height: 80px;
  margin-top: 10px;
  display: flex;
  overflow: clip;
}

.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-marketplace--linear-color-three);
  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-logo-white-image {
  width: auto;
  max-width: none;
}

.rt-email {
  opacity: .75;
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.rt-email:hover {
  color: var(--radiant-ui-components-library-marketplace--color--nude-1);
}

.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: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 100px;
  display: grid;
}

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

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

.rt-designed-text {
  opacity: .75;
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.rt-designed-text.rt-body-font-color {
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-bottom: 10px;
}

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

.rt-phone-number {
  opacity: .75;
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.rt-phone-number:hover {
  color: var(--radiant-ui-components-library-marketplace--color--nude-1);
}

.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-marketplace--color--marrom-1);
}

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

.image {
  max-width: none;
  height: auto;
}

.image.mobile {
  display: none;
}

.text-span {
  font-size: 12px;
}

.button {
  border: .5px solid var(--radiant-ui-components-library-marketplace--color--marfim);
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #3898ec00;
  width: 100%;
  padding: 10px 26px;
  font-size: 16px;
  text-decoration: none;
  transition: all .4s;
}

.button:hover {
  background-color: var(--radiant-ui-components-library-marketplace--color--nude-1);
}

.button.button2 {
  background-color: #d9be95;
  background-image: linear-gradient(122deg, var(--radiant-ui-components-library-marketplace--color--marrom-2), var(--radiant-ui-components-library-marketplace--color--nude-1));
  border-style: none;
  border-color: #f9eddb00;
}

.button.button2:hover {
  background-color: #d9be9500;
  background-image: none;
  border-style: solid;
  border-color: #f9eddb;
}

.button.button2.nav-button-open, .button.button2.button-nav-mobile {
  display: none;
}

.div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quick-stack {
  padding: 0;
}

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

.cf-48px-heading {
  font-family: var(--conversion-flow-library--font-family);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
}

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

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--marrom-3);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-margin-bottom-thirty {
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
}

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

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

.rt-text-center.rt-home-three-award-heading {
  font-family: var(--conversion-flow-library--font-family);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
}

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

.rt-home-three-award-main-dot {
  background-color: #fff0;
  border: 1px solid #ececec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.rt-home-three-award-sticky-box {
  width: 100%;
}

.rt-home-three-award-appere-line {
  opacity: .16;
  transform-origin: 0%;
  background-color: #ececec;
  height: 1px;
  position: absolute;
  inset: 72px 0% auto;
}

.rt-home-three-award-appere-section {
  width: 100%;
  position: relative;
}

.rt-home-three-award-description {
  opacity: .85;
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-align: center;
  max-width: 820px;
  padding-top: 24px;
  padding-bottom: 43px;
}

.rt-home-three-award-item {
  z-index: 1;
  width: 100%;
  min-width: auto;
  position: relative;
}

.rt-home-three-award-item.mobile {
  display: block;
}

.rt-home-three-award-item.desktop {
  display: none;
}

.rt-home-three-award-dot {
  background-color: var(--radiant-ui-components-library-marketplace--color--nude-1);
  background-image: linear-gradient(225deg, var(--radiant-ui-components-library-marketplace--color--nude-1), var(--radiant-ui-components-library-marketplace--color--marrom-1));
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.rt-home-three-award-content {
  opacity: .75;
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  max-width: none;
}

.rt-container-11 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-container-11.rt-home-three-award-appere-container {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.rt-container-11.rt-home-three-award-appere-container.e2 {
  justify-content: space-between;
  align-items: flex-start;
}

.rt-container-11.rt-home-three-award-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-2 {
  height: 80px;
}

.image-2 {
  width: 400px;
  max-width: none;
}

.div-block-3 {
  padding-top: 39px;
  display: flex;
}

.section {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/BG-002.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.rt-category-cards-text-2 {
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--branco);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

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

.rt-component-container-2.absolute-component {
  z-index: 11;
  background-image: linear-gradient(90deg, #000, #fff0);
  border: 1px solid #6d6d6d4d;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1141px;
  height: 680px;
  display: flex;
  position: absolute;
}

.rt-component-section-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #fff0;
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-heading-three {
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

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

.rt-margin-top-thirty-2.rt-light-body-font {
  opacity: .85;
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-overflow-hidden-3 {
  overflow: hidden;
}

.rt-accordion-description-contain {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  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-marketplace--color--marrom-1);
  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 {
  font-family: var(--conversion-flow-library--font-family);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 38px;
}

.rt-accordion-tab-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-right: 1px solid #cacaca33;
  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-category-cards-text-3 {
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--branco);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-section-3 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #fff0;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/BG-002.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  display: flex;
  position: relative;
}

.rt-heading-three-2 {
  color: var(--radiant-ui-components-library-marketplace--color--marrom-3);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-heading-three-2.rt-margin-bottom-fifteen {
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  font-size: 26px;
  line-height: 36px;
}

.rt-margin-top-ten {
  opacity: .85;
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--branco);
  margin-top: 10px;
}

.rt-tag-wrap {
  position: absolute;
  inset: 0% auto 0% 15px;
  transform: rotate(-90deg);
}

.rt-tag-wrap.rt-padding-none {
  left: 0;
}

.rt-home-one-hero-heading-flex {
  grid-column-gap: 20px;
  align-items: center;
  max-width: 426px;
  margin-bottom: 40px;
  position: relative;
}

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

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

.rt-autofit-6.rt-responsive-full-width {
  width: 100%;
}

.rt-autofit-6.rt-responsive-full-width.rt-home-three-discover-right-image {
  z-index: 2;
  border-radius: 0;
  width: 100%;
  height: auto;
  position: relative;
}

.rt-home-three-discover-right {
  flex: 0 50%;
  max-width: 38%;
  display: none;
  position: relative;
}

.rt-home-three-number-block {
  grid-column-gap: 40px;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.rt-home-three-number-right {
  width: 100%;
}

.rt-home-three-discover-left {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 0 46%;
  align-self: center;
  margin-top: 8px;
}

.rt-home-three-discover-flex {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.rt-tag-5 {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #f0f0f0;
  border-radius: 7px;
  padding: 9px 20px 7px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.rt-tag-5.rt-dark-tab {
  color: #fff;
  background-color: #000;
}

.rt-home-three-number-left {
  width: 100%;
}

.rt-margin-bottom-thirty-3 {
  opacity: .85;
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--branco);
  margin-bottom: 30px;
}

.rt-home-three-discover-right-background {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 0%;
}

.rt-home-three-expertise-heading {
  max-width: 18ch;
  padding-left: 60px;
}

.rt-home-three-expertise-heading.rt-margin-none {
  font-family: var(--conversion-flow-library--font-family);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  text-transform: uppercase;
  padding-left: 0;
  font-size: 36px;
  font-weight: 400;
}

.rt-margin-none {
  margin-top: 0;
  margin-bottom: 0;
}

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

.rt-component-section-4 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #fff0;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/BG-002.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-home-one-tab-wrap {
  perspective: 500px;
  padding-bottom: 170px;
  position: relative;
}

.rt-home-one-tab-link-wrap {
  align-items: stretch;
}

.rt-home-one-tab-image-overlay {
  z-index: 2;
  background-image: linear-gradient(#00001a00 23%, #000000e6);
  display: block;
  position: absolute;
  inset: 0%;
}

.rt-home-one-service-bottom-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-tab-image-two-wrap-2 {
  z-index: 1;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.rt-home-one-tab-link {
  opacity: .5;
  color: var(--radiant-ui-components-library-marketplace--color--marrom-3);
  white-space: normal;
  background-color: #fff0;
  border-bottom: 1px #0000001a;
  padding: 40px 30px 40px 60px;
}

.rt-home-one-tab-link:hover {
  opacity: 100;
  background-color: #332a24b3;
  border-bottom-style: none;
}

.rt-home-one-tab-link.w--current {
  opacity: 100;
  color: var(--radiant-ui-components-library-marketplace--color--white);
  background-color: #947f6d00;
  border-bottom-style: none;
  border-bottom-color: #fff0;
  border-radius: 0;
}

.rt-home-one-tab-link.rt-top-border {
  border-top: 1px #ffffff4d;
}

.rt-home-one-tab-link.rt-top-border.w--current {
  opacity: 1;
  background-color: #947f6d00;
  background-image: none;
  border: 1px #000;
}

.rt-home-one-tab-contain {
  width: 100%;
  max-width: 407px;
  margin-right: 100px;
}

.rt-home-one-tab-menu {
  flex-flow: column;
  width: 100%;
  max-width: 742px;
  display: flex;
}

.rt-home-one-tabe-image-block-two {
  transform-style: preserve-3d;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
  transform: rotateX(0)rotateY(10deg)rotateZ(0);
}

.rt-home-one-tab-contain-box {
  overflow: hidden;
}

.rt-tab-image-one-wrap-2 {
  border-radius: 4px;
  overflow: hidden;
}

.rt-home-one-tab-image-block-one {
  z-index: 2;
  transform-style: preserve-3d;
  margin-left: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  transform: rotateX(0)rotateY(13deg)rotateZ(0);
}

.rt-tab-description {
  opacity: .85;
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--branco);
  white-space: normal;
  max-width: 47ch;
  margin-top: 25px;
  margin-bottom: 0;
}

.rt-heading-five-size {
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  font-size: 21px;
  font-weight: 400;
}

.rt-heading-six-2 {
  color: var(--radiant-ui-components-library-marketplace--color--marrom-3);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-component-section-5 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-5.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-5.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #fff0;
  padding-top: 23px;
}

.rt-overflow-none {
  overflow: hidden;
}

.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--linear-color-three);
}

.rt-text-white-2.rt-margin-top-twenty {
  margin-top: 20px;
}

.rt-text-white-2.rt-margin-top-twenty.rt-marquee-paragraph {
  opacity: .85;
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--branco);
  max-width: 359px;
}

.rt-star-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-top: 10px;
}

.rt-home-two-testimonial-heading-wrap {
  flex-flow: column;
}

.rt-home-two-testimonial-heading-wrap.heading2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.rt-home-two-marquee-box-main-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-home-two-marquee-box-main-wrap.rt-home-two-marquee-box-main-wrap-two {
  justify-content: flex-end;
  align-items: flex-start;
}

.rt-tab-full-width-height-auto-2 {
  z-index: 5;
  object-fit: cover;
}

.rt-home-two-marquee-main-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.rt-home-two-testimonial-paragraph {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  max-width: 528px;
}

.rt-home-two-testimonial-slider-contain-wrap {
  flex: 0 86%;
}

.rt-tab-full-width-height-auto {
  object-fit: cover;
}

.rt-home-two-testimonial-slider-image-wrap {
  border-radius: 24px;
}

.rt-home-two-testimonial-slider-image-wrap.rt-overflow-none {
  border-radius: 0;
  display: none;
}

.rt-text-small {
  font-size: .875rem;
}

.rt-home-two-testimonial-wrap-2 {
  align-items: stretch;
}

.rt-home-two-testimonial-slider-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f5fb00;
  border: 1px solid #ebebeb29;
  border-radius: 10px;
  flex: none;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 32px 40px;
}

.rt-home-two-testimonial-slider-box.elevart {
  display: none;
}

.rt-home-two-testimonial-heading {
  font-family: var(--conversion-flow-library--font-family);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  text-transform: uppercase;
  max-width: 597px;
  font-weight: 300;
}

.rt-home-two-marquee-box-one {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-left-overlay {
  display: none;
}

.rt-body-font-color-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

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

.code-embed {
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.rt-tag {
  color: var(--radiant-ui-components-library-marketplace--color--linear-color-two);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-tag.rt-margin-bottom-twenty-2 {
  font-family: var(--conversion-flow-library--font-family-2);
  font-weight: 200;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

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

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

.rt-component-section-6 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #fff0;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/BG-002.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-6.banner2 {
  display: none;
}

.rt-heading-three-3 {
  color: var(--radiant-ui-components-library-marketplace--color--marrom-3);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-heading-three-3.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-heading-three-3.rt-text-white.rt-margin-bottom-fifteen-2 {
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  text-transform: none;
  margin-bottom: 15px;
  font-weight: 300;
}

.rt-heading-three-3.rt-text-white.rt-margin-bottom-fifteen-2.banner2-txt {
  margin-bottom: 0;
}

.rt-button-text-hover-in {
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  font-weight: 400;
  text-decoration: none;
}

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

.rt-button-hover-out {
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  font-weight: 400;
}

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

.rt-full-width.rt-container-small.rt-home-one-cta-contain {
  z-index: 5;
  max-width: 1290px;
  padding-left: 0;
  padding-right: 0;
  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-2 {
  border-width: 1px;
  border-color: var(--radiant-ui-components-library-marketplace--color--marfim);
  border-radius: 0;
  justify-content: center;
  align-items: baseline;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 16px;
  text-decoration: none;
}

.rt-home-three-cta-main-box {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  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-overflow-hidden {
  overflow: hidden;
}

.rt-overflow-hidden.contain-banner2 {
  margin-right: auto;
}

.rt-home-three-cta-contain-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 434px;
  display: flex;
}

.rt-home-three-cta-contain-text-wrap.contain-banner2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
}

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

.rt-home-one-cta-overlay.banner2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--marrom-2);
  background-image: none;
}

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

.rt-home-three-cta-background.banner2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

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

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

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

.rt-category-cards-text-4 {
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.rt-category-cards-text-4.rt-text-lowarcase {
  font-family: var(--conversion-flow-library--font-family-3);
  text-transform: lowercase;
}

.rt-text-blue-2 {
  color: var(--radiant-ui-components-library-marketplace--color--marrom-1);
}

.rt-component-section-7 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #fff0;
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-sub-heading {
  color: #060606;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-sub-heading.rt-text-blue-2 {
  color: #384bf8;
}

.rt-button-new-text {
  z-index: 1;
  color: #27272e;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .5s linear;
  position: relative;
}

.rt-button-new-text.rt-button-text-color-white {
  color: #fff;
}

.rt-text-black {
  font-family: var(--conversion-flow-library--font-family);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  text-transform: uppercase;
  font-weight: 300;
}

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

.rt-contact-link-block {
  text-decoration: none;
}

.rt-contact-form-text-field {
  outline-offset: 0px;
  color: #686868;
  background-color: #f3f3f3;
  border: 1px solid #0606061a;
  border-radius: 5px;
  outline: 3px #686868;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 29px;
  padding-left: 18px;
  font-size: 1rem;
  line-height: 1.75rem;
  overflow: hidden;
}

.rt-contact-form-text-field::placeholder {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
}

.rt-contact-form-text-field.rtmessage {
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 28px;
}

.rt-contact-form-text-field.rtmessage.rt-height {
  height: 257px;
}

.rt-contact-type {
  margin-bottom: 5px;
}

.rt-contact-type.rt-align {
  opacity: .85;
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-contact-para {
  opacity: .85;
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  max-width: 566px;
  margin-bottom: 50px;
}

.rt-contact-us-form {
  width: 100%;
  padding-top: 33px;
  padding-left: 62px;
  position: relative;
}

.rt-contact-us-main-block {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.rt-info-icon {
  width: 30px;
}

.rt-contact-form-submit {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 35px 43px 40px;
  display: block;
  overflow: hidden;
}

.rt-contact-form-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 78%;
}

.rt-text-field-block {
  grid-column-gap: 15px;
  display: flex;
}

.rt-info-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-contact-form {
  background-image: url('../images/Contact-One-Form-Image.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 45px;
  overflow: hidden;
}

.rt-contact-one-information-box {
  grid-column-gap: 20px;
  box-shadow: none;
  outline-offset: 0px;
  background-color: #f9eddb00;
  border: 1px solid #6d6d6d4d;
  border-radius: 0;
  outline: 1px #6d6d6d;
  align-items: center;
  padding: 20px 70px 20px 32px;
  display: flex;
  overflow: hidden;
}

.rt-contact-one-information-box.whatsapp {
  background-color: #947f6d00;
  background-image: none;
  border: 1px solid #6d6d6d4d;
}

.rt-contact-one-information-box.email {
  display: none;
}

.rt-form-icon {
  position: absolute;
  inset: 0% auto auto 0%;
}

.rt-contact-us-submit {
  background-color: var(--radiant-ui-components-library-marketplace--color--marrom-1);
  width: 100%;
  padding: 18px 38px;
  overflow: hidden;
}

.rt-contact-us-submit.rt-button-new-text.rt-button-text-color-white {
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 15px;
}

.rt-contact-icons {
  width: 100%;
}

.rt-call {
  text-decoration: none;
}

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

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

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

.lottie-animation {
  color: var(--radiant-ui-components-library-marketplace--color--marrom-1);
}

.section-2 {
  background-image: url('../images/BANNER-2-11.webp'), linear-gradient(#0000004d, #0000004d), url('../images/BG-002.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, fixed;
  margin-top: 0;
}

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

.button-2 {
  padding: 10px;
}

.btn-outer {
  text-decoration: none;
  -webkit-text-decoration-color: var(--radiant-ui-components-library-marketplace--color--marfim);
  text-decoration-color: var(--radiant-ui-components-library-marketplace--color--marfim);
  background-color: #fff0;
  border-radius: 0;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.glow-border {
  filter: blur(10px);
  background-color: #fff;
  width: 20%;
  height: 80%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn-inner {
  background-color: var(--radiant-ui-components-library-marketplace--color--preto);
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  border-radius: 0;
  padding: 14px 26px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

.btn-text {
  z-index: 1;
  position: relative;
}

.glow-inner {
  background-color: var(--radiant-ui-components-library-marketplace--color--marfim);
  filter: blur(16px);
  width: 25%;
  height: 60%;
  position: absolute;
  inset: -10% auto auto -10%;
}

.background-video {
  z-index: 1;
  background-image: linear-gradient(90deg, #000, #fff0);
  width: 100%;
  max-width: 1140px;
  height: 680px;
  position: relative;
}

.text-block {
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  text-transform: uppercase;
  font-size: 24px;
}

.image-3 {
  padding-right: 40px;
}

.image-3.mobile {
  display: none;
}

.cell-3, .cell-4 {
  justify-content: center;
  align-items: center;
}

.section-4 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/BG-002.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.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: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-4 {
  background-image: url('../images/BG-002.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  display: block;
  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;
}

.section-5 {
  background-image: url('../images/divisor.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 90px;
  position: absolute;
  top: 836.891px;
}

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

.cf-1140px-wrapper-2 {
  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-2.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}

.text-block-2 {
  font-family: var(--conversion-flow-library--font-family);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  font-size: 2em;
  font-weight: 300;
}

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

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

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

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

.text-block-3 {
  font-family: var(--conversion-flow-library--font-family-3);
  color: #c5cac6;
  font-size: 1.25rem;
  font-weight: 100;
}

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

.cf-18px-paragraph-2 {
  color: #c5cac6;
  letter-spacing: .6px;
  max-width: 510px;
  margin-bottom: 48px;
  font-size: 18px;
  font-weight: 300;
  line-height: 155%;
}

.cf-18px-paragraph-2.header-2 {
  font-family: var(--conversion-flow-library--font-family-3);
  color: #c5cac6;
  letter-spacing: .6px;
  font-size: 1.125rem;
  font-weight: 300;
}

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

.section-6 {
  background-color: #000;
  background-image: url('../images/BG-002.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

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

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

.cf-pink-line.animate {
  background-color: #faedce;
  width: 0;
  margin-right: 20px;
}

.cf-link-text-navbar-4 {
  font-family: var(--conversion-flow-library--font-family);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  font-size: 2rem;
  font-weight: 300;
}

.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-menu-navigation-wrap {
  z-index: 10000000;
  opacity: 1;
  background-color: #803945;
  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: #000;
  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;
  background-image: url('../images/BG-002.webp');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: static;
}

.cf-connect-text {
  font-family: var(--conversion-flow-library--font-family-3);
  color: #c5cac6;
  font-size: 20px;
  font-weight: 300;
}

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

.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-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-connect-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 135px;
  display: flex;
}

.section-7 {
  background-color: #000;
}

.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-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-brand-link-block {
  margin-bottom: 20px;
}

.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-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-footer-center-wrapper {
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.cf-copyright-text-3 {
  opacity: .7;
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--linear-color-two);
  margin-right: 40px;
  font-size: 16px;
  font-weight: 400;
}

.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 {
  color: var(--radiant-ui-components-library-marketplace--color--linear-color-two);
  background-color: #f2f4f700;
}

.cf-footer-section-2.black-version {
  color: #fff;
  background-color: #000;
  background-image: url('../images/BG-002.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.link {
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  text-decoration: none;
  -webkit-text-decoration-color: var(--radiant-ui-components-library-marketplace--color--nude-1);
  text-decoration-color: var(--radiant-ui-components-library-marketplace--color--nude-1);
}

.body-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--preto);
}

.link-2 {
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  text-decoration: none;
  -webkit-text-decoration-color: var(--radiant-ui-components-library-marketplace--color--nude-1);
  text-decoration-color: var(--radiant-ui-components-library-marketplace--color--nude-1);
}

.cf-nav-shadow-wrapper-2 {
  width: 95%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cf-brand-2 {
  padding-left: 0;
}

.cf-brand-2.w--current {
  width: 80px;
  height: 35px;
  padding-left: 0;
}

.cf-nav-links-wrapper-2 {
  margin-left: auto;
  margin-right: auto;
}

.cf-navbar-shadow-2 {
  filter: blur(10px);
  background-color: #67666d0f;
  border-radius: 100px;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 100px #0000001a;
}

.cf-navbar-6 {
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  inset: 0% 0% auto;
}

.cf-navbar-main-white-div-2 {
  z-index: 10;
  padding-top: 0;
  position: relative;
}

.cf-nav-links-2 {
  font-family: var(--conversion-flow-library--font-family-3);
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  transition: color .2s;
}

.cf-nav-links-2:hover {
  color: var(--conversion-flow-library--medium-purple);
}

.cf-nav-links-2.w--current {
  color: var(--radiant-ui-components-library-marketplace--color--marfim);
  text-decoration: none;
}

.cf-nav-menu-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-menu-button-wrapper-2 {
  display: none;
}

.cf-nav-5-button-2 {
  font-family: var(--conversion-flow-library--font-family-3);
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  transition: background-color .2s;
}

.cf-nav-5-button-2:hover {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 51%, var(--conversion-flow-library--sandy-brown));
}

.cf-navigation-logo-2 {
  object-fit: contain;
  width: 220px;
  max-width: none;
}

.cf-nav-4-wrapper-2 {
  z-index: 1;
  background-color: #fff0;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 2%;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .cf-testimonial-logos {
    max-width: 130px;
  }

  .rt-container-11.rt-home-three-award-appere-container {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    justify-content: flex-start;
  }

  .rt-home-three-discover-right {
    max-width: 42%;
  }

  .rt-home-three-discover-right-background {
    display: flex;
    top: -30px;
    right: -30px;
  }

  .rt-home-one-service-bottom-block {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-home-one-tab-link {
    border-radius: 8px;
  }

  .rt-contact-one-information-box {
    padding-right: 0;
  }

  .section-2 {
    background-image: url('../images/BANNER-2-11.webp'), linear-gradient(to bottom, null, null), url('../images/BG-002.webp');
    background-position: 0 0, 0 0, 50%;
  }

  .cf-1140px-wrapper-2 {
    justify-content: space-between;
    align-items: flex-end;
  }

  .cf-18px-paragraph-2, .cf-18px-paragraph-2.header-2 {
    color: #c5cac6;
  }
}

@media screen and (min-width: 1440px) {
  .cf-navbar-5 {
    background-color: #0000;
  }

  .cf-nav-links {
    padding-top: 26px;
    padding-bottom: 26px;
  }

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

  .rt-component-section-3 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

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

  .section-2 {
    background-image: url('../images/BANNER-2-11.webp'), linear-gradient(to bottom, null, null), url('../images/BG-002.webp');
    background-position: 0 0, 0 0, 50%;
  }

  .cf-18px-paragraph-2.header-2 {
    color: #ffffffe6;
  }

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

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

  .cf-navbar-6 {
    background-color: #0000;
  }

  .cf-nav-links-2 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

@media screen and (min-width: 1920px) {
  .rt-tab-title.rt-tab-title-one {
    cursor: pointer;
  }

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

  .rt-component-section-3 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .rt-tag-wrap.rt-padding-none {
    left: -11px;
  }

  .rt-home-three-discover-right {
    justify-content: center;
    align-items: flex-end;
    max-width: 48%;
  }

  .rt-home-three-discover-left {
    flex-basis: 40%;
  }

  .rt-home-three-discover-flex {
    grid-column-gap: 60px;
  }

  .rt-left-overlay {
    background-image: none;
    width: 20%;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .rt-left-overlay.rt-right-overlay {
    background-image: none;
    left: auto;
    right: 0;
  }

  .rt-contact-form-text {
    width: 78%;
  }

  .section-2 {
    background-image: url('../images/BANNER-2-11.webp'), linear-gradient(#0000004d, #0000004d), url('../images/BG-002.webp');
    background-position: 0 0, 0 0, 50%;
  }

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

@media screen and (max-width: 991px) {
  .cf-nav-5-menu-button {
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .cf-nav-5-menu-button.w--open {
    color: #000;
    background-color: #0000;
  }

  .cf-brand.w--current {
    height: 30px;
  }

  .cf-nav-links-wrapper {
    opacity: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: absolute;
    inset: 126% 0% 0% auto;
  }

  .cf-navbar-5 {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    position: fixed;
    overflow: visible;
  }

  .cf-nav-links {
    text-align: right;
    background-color: #000000d1;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .cf-nav-links:hover {
    background-color: #f9eddb1a;
  }

  .cf-nav-menu {
    background-color: var(--radiant-ui-components-library-marketplace--color--marrom-3);
    max-width: none;
    padding-top: 10px;
    padding-bottom: 28px;
    box-shadow: 0 18px 30px #0000001a;
  }

  .cf-nav-button-wrapper {
    margin-left: auto;
    margin-right: 0;
  }

  .cf-menu-button-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .cf-nav-5-button {
    margin-left: 14px;
  }

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

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

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

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

  .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: left;
    font-size: 54px;
  }

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

  .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.header-contain {
    padding-top: 100px;
  }

  .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: flex-start;
    align-items: center;
    max-width: none;
  }

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

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

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

  .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;
    grid-auto-flow: column;
    padding-top: 30px;
    padding-bottom: 30px;
    display: grid;
  }

  .rt-licence-text {
    justify-content: flex-end;
    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: .25fr 1.25fr .5fr .75fr;
    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-designed-text.rt-body-font-color {
    text-align: left;
  }

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

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

  .image.mobile {
    display: block;
  }

  .image.desktop, .button.button2 {
    display: none;
  }

  .button.button2.nav-button-open {
    background-image: linear-gradient(347deg, var(--radiant-ui-components-library-marketplace--color--marrom-2), var(--radiant-ui-components-library-marketplace--color--nude-1));
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    display: block;
  }

  .button.button2.button-nav-mobile {
    display: block;
  }

  .rt-home-three-award-sticky-box {
    position: static;
  }

  .rt-home-three-award-appere-line {
    display: block;
  }

  .rt-home-three-award-description {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .rt-home-three-award-item.mobile {
    display: block;
  }

  .rt-home-three-award-item.desktop {
    display: none;
  }

  .rt-container-11.rt-home-three-award-appere-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-container-11.rt-home-three-award-appere-container.e1 {
    flex-flow: row;
    display: flex;
  }

  .rt-container-11.rt-home-three-award-appere-container.e2 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-2 {
    width: 200px;
    display: none;
  }

  .icon {
    color: var(--radiant-ui-components-library-marketplace--color--marfim);
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.first-section {
    padding-top: 0;
  }

  .rt-component-container-2.absolute-component {
    background-image: none;
    flex-flow: column;
    position: relative;
  }

  .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-component-section-3 {
    flex-flow: column;
  }

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

  .rt-tag-wrap {
    position: static;
    transform: none;
  }

  .rt-home-one-hero-heading-flex {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .rt-autofit-6.rt-responsive-full-width {
    width: 100%;
  }

  .rt-home-three-discover-right {
    max-width: 100%;
    margin-top: 30px;
  }

  .rt-home-three-discover-left {
    margin-top: 10px;
  }

  .rt-home-three-discover-flex {
    margin-top: 60px;
    display: block;
  }

  .rt-margin-bottom-thirty-3 {
    margin-bottom: 25px;
  }

  .rt-home-three-discover-right-background {
    display: none;
  }

  .rt-home-three-expertise-heading {
    padding-left: 0;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }

  .rt-home-one-tab-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    display: none;
  }

  .rt-home-one-service-bottom-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rt-home-one-tab-link, .rt-home-one-tab-link.rt-top-border.w--current {
    text-align: center;
    padding-left: 30px;
    text-decoration: none;
  }

  .rt-home-one-tab-contain {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .rt-tab-full-width {
    width: 100%;
  }

  .rt-home-one-tab-menu {
    max-width: none;
  }

  .rt-home-one-tabe-image-block-two {
    width: 100%;
    position: static;
    transform: none;
  }

  .rt-home-one-tab-image-block-one {
    width: 100%;
    margin-left: 0;
    transform: none;
  }

  .rt-tab-description {
    max-width: none;
  }

  .rt-home-two-testimonial-heading-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-tab-full-width-height-auto-2 {
    width: 100%;
    height: auto;
  }

  .rt-home-two-testimonial-slider-contain-wrap {
    flex-basis: 90%;
  }

  .rt-tab-full-width-height-auto {
    width: 100%;
    height: auto;
  }

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

  .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-contact-type.rt-align {
    text-align: center;
  }

  .rt-contact-para {
    margin-bottom: 32px;
  }

  .rt-contact-us-form {
    padding-top: 0;
    padding-left: 0;
    position: static;
  }

  .rt-contact-us-main-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
  }

  .rt-contact-form-text {
    width: 100%;
    max-width: 400px;
  }

  .rt-info-details.rt-align {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .rt-info-block {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .rt-contact-one-information-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rt-contact-one-information-box.whatsapp {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .rt-form-icon {
    display: none;
  }

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

  .flex-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .cf-nav-5-menu-button-2 {
    color: var(--radiant-ui-components-library-marketplace--color--marfim);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .cf-nav-5-menu-button-2.w--open {
    color: var(--radiant-ui-components-library-marketplace--color--marrom-1);
    background-color: #0000;
  }

  .cf-brand-2.w--current {
    height: 30px;
  }

  .cf-nav-links-wrapper-2 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-navbar-6 {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    position: fixed;
    overflow: visible;
  }

  .cf-nav-links-2 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .cf-nav-menu-2 {
    background-color: var(--radiant-ui-components-library-marketplace--color--marrom-3);
    max-width: none;
    padding-top: 10px;
    padding-bottom: 28px;
    box-shadow: 0 18px 30px #0000001a;
  }

  .cf-nav-button-wrapper-2 {
    margin-left: auto;
    margin-right: 0;
  }

  .cf-menu-button-wrapper-2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .cf-nav-5-button-2 {
    margin-left: 14px;
  }
}

@media screen and (max-width: 767px) {
  .cf-nav-shadow-wrapper {
    width: 90%;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 60px;
  }

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

  .cf-logos-text {
    margin-bottom: 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;
  }

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

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

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

  .rt-about-section {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-copyright-and-social-icons {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .rt-footer-section {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .rt-contact-section {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-right: 0;
  }

  .rt-home-three-award-appere-line {
    display: none;
  }

  .rt-home-three-award-content {
    max-width: 100%;
  }

  .rt-container-11.rt-home-three-award-appere-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-container-11.rt-home-three-award-appere-container.e1 {
    flex-flow: column;
  }

  .rt-container-11.rt-home-three-award-appere-container.e2 {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .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;
    flex-flow: row;
  }

  .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-component-section-3 {
    flex-flow: column;
  }

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

  .rt-home-one-hero-heading-flex {
    flex-direction: column;
  }

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

  .rt-responsive-full-width {
    width: 100%;
  }

  .rt-home-one-tab-wrap {
    height: 500px;
  }

  .rt-home-one-tab-contain {
    display: none;
  }

  .rt-tab-full-width {
    width: 100%;
  }

  .rt-home-one-tabe-image-block-two {
    display: none;
  }

  .rt-home-two-testimonial-slider-contain-wrap {
    flex-basis: 100%;
  }

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

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

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

  .rt-home-three-cta-background {
    background-position: 50%;
  }

  .rt-category-cards-text-4, .rt-sub-heading.rt-text-blue-2.rt-about-one-hero-about-title, .rt-text-black, .rt-contact-type, .rt-contact-para {
    text-align: center;
  }

  .rt-contact-form-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-text-field-block {
    flex-direction: column;
  }

  .rt-info-details {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-info-details.rt-align {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-info-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
  }

  .rt-contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-contact-one-information-box {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .rt-contact-one-information-box.whatsapp {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .section-2 {
    background-image: url('../images/BANNER-2-11.webp'), linear-gradient(#0000, #0000), url('../images/BG-002.webp');
    background-position: 60%, 0 0, 50%;
  }

  .image-3.desktop {
    display: none;
  }

  .image-3.mobile {
    display: block;
  }

  .loader {
    display: none;
  }

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

  .cf-1140px-wrapper-2 {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .cf-nav-shadow-wrapper-2 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .cf-nav-5-menu-button {
    padding-left: 10px;
  }

  .cf-brand.w--current {
    width: 65px;
    height: 30px;
    padding-left: 0;
  }

  .cf-nav-5-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .cf-nav-4-wrapper {
    padding-left: 14px;
    padding-right: 14px;
  }

  .cf-1140px-wrapper.header-contain {
    padding-bottom: 0;
  }

  .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 {
    font-size: 16px;
  }

  .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-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: 32px;
  }

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

  .rt-about-section {
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .rt-footer-section {
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .rt-contact-section {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .button.button2 {
    display: none;
  }

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

  .rt-category-cards-text.rt-margin-bottom-thirty {
    display: none;
  }

  .rt-text-center.rt-home-three-award-heading {
    font-size: 26px;
  }

  .rt-home-three-award-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-home-three-award-item.mobile {
    display: flex;
  }

  .rt-home-three-award-content {
    text-align: center;
  }

  .rt-container-11.rt-home-three-award-appere-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-container-11.rt-home-three-award-appere-container.e1 {
    padding-top: 40px;
  }

  .rt-component-container-2.absolute-component {
    height: auto;
  }

  .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-text-black-2 {
    font-size: 30px;
  }

  .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-home-three-number-block {
    display: block;
  }

  .rt-home-one-tab-wrap {
    align-items: stretch;
  }

  .rt-home-one-service-bottom-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-home-one-tab-link {
    padding-left: 30px;
  }

  .rt-home-one-tabe-image-block-two {
    position: static;
    transform: none;
  }

  .rt-home-one-tab-image-block-one {
    margin-left: 0;
    transform: none;
  }

  .rt-home-two-testimonial-heading-wrap.heading2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-home-two-testimonial-slider-image-wrap {
    width: 100%;
  }

  .rt-home-two-testimonial-slider-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .rt-heading-three-3.rt-text-white.rt-margin-bottom-fifteen-2 {
    text-align: left;
  }

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

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

  .rt-button-new-text {
    font-size: .875rem;
    line-height: 1.5rem;
  }

  .rt-text-black, .rt-contact-para {
    text-align: center;
  }

  .rt-contact-us-form {
    background-image: url('../images/IMG-3.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    height: 600px;
  }

  .rt-contact-us-main-block {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .rt-contact-form-submit {
    padding: 20px 10px;
  }

  .rt-contact-form-text {
    max-width: none;
  }

  .rt-text-field-block {
    flex-direction: column;
  }

  .rt-info-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-contact-form {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 0;
  }

  .rt-contact-one-information-box {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
  }

  .section-2 {
    background-image: linear-gradient(#0000, #0000), url('../images/BG-002.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .image-3.mobile {
    padding-right: 0;
  }

  .image-4 {
    display: none;
  }

  .loder-logo-favicon {
    width: 200px;
  }

  .text-span-2 {
    text-decoration: none;
  }

  .cf-1140px-wrapper-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .image-5 {
    max-width: 80px;
  }

  .cell-6 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
  }

  .div-block-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }

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

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

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

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

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

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

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

  .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-connect-wrapper {
    margin-top: 60px;
    margin-left: 30px;
  }

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

  .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-brand-link-block {
    width: 50%;
    padding-left: 0;
  }

  .cf-brand-link-block.w--current {
    width: 100%;
  }

  .cf-footer-left-wrapper {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-bottom: 20px;
    display: flex;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.footer-black-flex {
    flex-flow: column;
    padding-bottom: 60px;
  }

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

  .cf-nav-5-menu-button-2 {
    padding-left: 10px;
  }

  .cf-brand-2.w--current {
    width: 65px;
    height: 30px;
    padding-left: 0;
  }

  .cf-nav-5-button-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .cf-nav-4-wrapper-2 {
    padding-left: 14px;
    padding-right: 14px;
  }
}

#w-node-d5c551b7-8b42-6997-6deb-63e6e494d963-f5935f23 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9f1bdb0e-942f-08e3-b5ae-d4dce8f56d80-f5935f23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9f1bdb0e-942f-08e3-b5ae-d4dce8f56d91-f5935f23, #w-node-_9f1bdb0e-942f-08e3-b5ae-d4dce8f56d88-f5935f23, #w-node-_9f1bdb0e-942f-08e3-b5ae-d4dce8f56d9a-f5935f23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f1bdb0e-942f-08e3-b5ae-d4dce8f56da2-f5935f23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_68d40814-4e1e-82e0-4d68-45d736cb888c-a53c04bb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-d5c551b7-8b42-6997-6deb-63e6e494d963-f5935f23 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e98bc144-2828-2ed1-ac9d-7e809fb2d41c-f5935f23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d5c551b7-8b42-6997-6deb-63e6e494d963-f5935f23 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2dde4ab8-5de9-74ea-db06-93f8805ac1e7-f5935f23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


