:root {
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--logo-dark-blue: #012a6d;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --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--linear-color-three: #e0ecff;
  --radiant-ui-components-library-marketplace--color--logo-light-blue: #00b7dd;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --black: #000;
  --radiant-ui-components-library-marketplace--light-grey: #5a5a5a;
  --washed-logo: #00b7dd33;
}

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

h1 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Serif Display, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Serif Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.background-image {
  background-image: url('../images/pexels-ekaterina-bolovtsova-6077326.jpg');
  background-position: 0%;
  background-size: cover;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fffefe;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  max-width: 720px;
  padding-left: 40px;
  display: flex;
}

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

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

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

.section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  border-top: 1px solid #e4ebf3;
  width: 100%;
  padding: 140px 40px 80px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.section.metrics {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  width: 100%;
  padding-bottom: 140px;
  display: block;
}

.section.about-us {
  display: block;
}

.section.about-us-2 {
  padding-top: 100px;
  padding-bottom: 60px;
  display: block;
}

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

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

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

.rt-appear-animation-box {
  display: flex;
}

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

.rt-about-two-expert-content {
  max-width: 484px;
  margin-top: 15px;
  margin-bottom: 30px;
}

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

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

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

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

.rt-about-two-exper-heading {
  font-family: DM Serif Display, sans-serif;
}

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

.rt-about-two-expert-content-block {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
  max-width: 535px;
}

.rt-background-dark {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.heading {
  font-family: DM Serif Display, sans-serif;
}

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

.rt-category-cards-text-2.rt-text-white-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: DM Serif Display, sans-serif;
}

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

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

.rt-component-container-2.rt-container-full {
  max-width: none;
}

.rt-component-section-2 {
  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-2.rt-image-box-v9 {
  padding-bottom: 40px;
}

.rt-component-section-2.rtpadding-bottom-none {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  padding-bottom: 0;
}

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

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

.rt-margin-top-fifteen.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

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

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

.rt-home-one-our-service-heading {
  max-width: 20ch;
}

.rt-home-one-our-service-heading.rt-margin-top-ten {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-home-one-service-top-wrap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: space-between;
  align-items: center;
  font-family: DM Sans, sans-serif;
}

.rt-short-header {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.rt-short-header.white-area {
  color: var(--radiant-ui-components-library-marketplace--color--logo-light-blue);
  font-family: DM Sans, sans-serif;
}

.rt-home-one-service-card-line {
  opacity: .2;
  background-color: #fff;
  width: 100%;
  min-height: 1px;
  margin-bottom: 9px;
}

.rt-small-counter-text {
  color: #121b22;
  letter-spacing: -.5px;
  font-size: 30px;
  line-height: 35px;
}

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

.rt-counter-number-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.rt-home-one-service-grid {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 95px;
  display: none;
}

.rt-margin-top-four {
  margin-top: 6px;
}

.rt-home-one-service-large-number-wrap {
  flex: none;
  padding-left: 48px;
  position: relative;
}

.rt-home-one-service-bottom-card, .rt-home-one-service-section-wrap {
  align-items: stretch;
}

.rt-counter.rt-heading-three-counter {
  height: 35px;
  overflow: hidden;
}

.rt-home-one-service-card-top-wrap {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: flex-end;
}

.rt-home-one-service-large-number-circle {
  background-color: #f5f5fb;
  border-radius: 100%;
  min-width: 117px;
  min-height: 117px;
  position: absolute;
  top: 0;
  left: 0;
}

.rt-home-one-our-service-top-right-block {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: center;
  max-width: 510px;
  margin-bottom: 6px;
}

.rt-home-one-service-large-number-image {
  z-index: 2;
  background-color: #1770f800;
  position: relative;
}

.rt-margin-top-sixteen {
  margin-top: 16px;
}

.rt-margin-top-sixteen.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

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

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

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

.button-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

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

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

.rt-precision-card-body {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-bottom: 38px;
  padding-left: 26px;
  padding-right: 26px;
}

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

.rt-precision-card-body-icon-column {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 23%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.rt-padding-top-twenty {
  padding-top: 20px;
}

.rt-precision-card-body-row {
  background-color: #00000094;
  border-radius: 6px;
  margin-top: -39px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-precision-card-body-caption-column {
  justify-content: flex-start;
  align-items: center;
  width: 77%;
  padding: 15px 23px;
  display: flex;
}

.rt-precision-card-image-box {
  text-align: center;
  overflow: hidden;
}

.rt-precision-card-body-caption-btn-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.rt-precision-card {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 14px;
  overflow: hidden;
}

.rt-precision-card.rt-home-two {
  margin-right: 0;
}

.rt-precision-card.rt-home-two.rt-home-two-page {
  box-shadow: 0 10px 80px #dbdfffcc;
}

.rt-precision-card.rt-home-two.rt-home-two-page.rt-shadow-none {
  box-shadow: none;
  width: 100%;
}

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

.rt-new-btn-text {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-weight: 400;
}

.rt-all-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-transform: capitalize;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 13px 22px 15px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.rt-all-btn.rt-padding-zero {
  padding: 0;
}

.rt-all-btn.rt-padding-zero.rt-btn-color-midnight-blue {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-all-btn.rt-padding-zero.rt-btn-color-midnight-blue.rt-flex-left {
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  justify-content: flex-start;
  align-items: center;
}

.rt-all-btn-block {
  height: 24px;
  line-height: 25px;
  overflow: hidden;
}

.rt-cover-image-3 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-cover-image-3.rt-full-width-image {
  width: 100%;
}

.rt-old-btn-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.rt-btn-image-block {
  align-items: center;
  width: 24px;
  height: 11px;
  margin-top: 5px;
  display: flex;
  position: relative;
}

.rt-btn-red-arrow {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

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

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

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

.rt-overflow-hidden-3.rt-button-arrow-width {
  width: 23px;
}

.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--theme-color);
  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-accordion-tab-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-right: 1px solid #cacaca;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  padding-top: 50px;
  padding-bottom: 45px;
  padding-right: 95px;
  display: flex;
}

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

.rt-body-font {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.rt-body-font.rt-text-center-2.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

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

.rt-home-three-about-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 80px;
  padding-right: 15px;
  display: flex;
}

.rt-home-three-about-view-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rt-box-merquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-home-three-about-image-merquee-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

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

.rt-auto-fit-5.rt-landskape-image-full-width {
  border-radius: 10px;
}

.rt-home-three-image-view-button {
  background-color: #fcf6f4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.rt-home-three-about-box {
  text-decoration: none;
}

.rt-home-three-about-box.rt-padding-top-eighty {
  margin-top: 80px;
}

.rt-home-three-about-box.rt-padding-top-fourty {
  margin-top: 40px;
}

.rt-home-three-about-image {
  cursor: none;
  position: relative;
  overflow: hidden;
}

.rt-merquee-two-text {
  color: #fff6;
  flex: none;
  font-size: 6.25rem;
  line-height: 5rem;
}

.rt-home-three-about-text-underline {
  background-color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 268px;
  height: 1px;
  margin: 10px auto;
}

.rt-home-three-about-text {
  padding-top: 30px;
}

.rt-body-font-6 {
  color: #462720;
  letter-spacing: .1rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.rt-body-font-6.rt-text-capitalize, .rt-text-uppercase {
  text-transform: uppercase;
}

.rt-text-capitalize {
  text-transform: capitalize;
}

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

.rt-title-top {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: .01px;
  font-size: 14px;
  line-height: 28px;
}

.rt-title-top.rt-padding-bottom-twenty.rt-text-white, .rt-title-top.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

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

.rt-home-two-service-card-four {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/Digital-Solutions.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  overflow: hidden;
}

.rt-home-two-service {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-service-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
  position: relative;
}

.rt-home-two-service-card-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/Brand-Promotion.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  overflow: hidden;
}

.rt-home-two-service-text-main {
  padding-bottom: 40px;
  padding-left: 40px;
}

.rt-home-two-service-card-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/Creative-Solutions.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  overflow: hidden;
}

.rt-home-two-service-overlay {
  background-image: linear-gradient(0deg, #282a2e, #282a2e00);
}

.rt-home-two-service-card-one {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/Creative-Solution-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.rt-home-two-service-text {
  max-width: 311px;
}

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

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

.rt-autofit-2 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-2.rt-image-full-width.rt-image-auto-change {
  width: 100%;
  height: auto;
}

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

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

.rt-creative-agency-team-data-wrapper {
  text-align: center;
  background-color: #fff;
  padding: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-creative-agency-team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.rt-heading-small {
  color: #fff;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.rt-heading-small.rt-change-black {
  color: #3a3a3a;
}

.rt-creative-agency-team-grid-block {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.rt-creative-agency-team-social-wrapper {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.rt-component-heading-four {
  color: #233050;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

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

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

.rt-margin-bottom-zero {
  margin-bottom: 0;
}

.rt-margin-bottom-zero.rt-padding-left-right-twenty-one {
  padding-left: 21%;
  padding-right: 21%;
}

.rt-margin-bottom-zero.rt-padding-left-right-twenty-one.rt-body-font-color {
  color: var(--black);
}

.rt-margin-top-zero {
  margin-top: 0;
}

.rt-margin-top-zero.rt-margin-bottom-twenty {
  text-transform: capitalize;
  margin-bottom: 20px;
}

.rt-no-underline {
  cursor: pointer;
  text-decoration: none;
}

.rt-footer-address-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 10px;
}

.rt-home-one-submit {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: .11rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  width: 285px;
  padding: 17px 5px;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5625rem;
}

.rt-home-one-submit.rt-home-one-submit-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 5px;
}

.rt-image-height-auto-2 {
  object-fit: cover;
  width: 25px;
  height: auto;
  margin-top: 6px;
}

.rt-contact-two-flex-one {
  margin-top: 35px;
  margin-bottom: 20px;
}

.rt-contact-two-flex-two {
  margin-bottom: 45px;
}

.rt-footer-social-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.rt-footer-phone-link {
  color: #fff;
  letter-spacing: .02rem;
  cursor: pointer;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  line-height: 150%;
  text-decoration: none;
  overflow: hidden;
}

.rt-home-one-form-text-field {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #49392a;
  height: 58px;
  padding-left: 25px;
  padding-right: 25px;
}

.rt-home-one-form-text-field.rt-menu-two-field {
  color: #abaaaa;
  background-color: #f5f3f0;
  border-color: #f5f3f0;
  margin-bottom: 20px;
}

.rt-home-one-form-text-field.rt-menu-two-field::placeholder {
  color: #abaaaa;
}

.rt-home-one-form-text-field.rt-menu-two-field.rt-contact-two-input {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  text-transform: none;
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-bottom: 10px;
}

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

.rt-home-one-form-text-field.rt-menu-two-field.rt-contact-two-textarea {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  text-transform: none;
  background-color: #f3f3f3;
  border-radius: 5px;
  height: 105px;
}

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

.rt-form-flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 10px;
}

.rt-form-flex-block.rt-contact-two-form-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.rt-courrse-name-form-block {
  text-align: center;
  align-self: stretch;
  margin-top: 30px;
}

.rt-contact-two-block-right {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  max-width: 30%;
  height: 595px;
  padding-left: 70px;
  padding-right: 40px;
  display: flex;
}

.rt-contact-two-block-left {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  padding: 38px 70px;
  display: flex;
}

.rt-contact-two-form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  box-shadow: 0 4px 60px #0000001a;
}

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

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

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

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

.rt-about-option {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  letter-spacing: .32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.rt-about-option:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-about-option.rt-about-last {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

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

.rt-designed-text {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.rt-link-text {
  color: #141517;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.rt-link-text.rt-capitalized {
  text-transform: capitalize;
}

.rt-link-text.rt-capitalized.rt-change-size {
  font-size: 16px;
}

.rt-link-text.rt-capitalized.rt-change-size.rt-text-normal.rt-margin-bottom-five {
  margin-bottom: 5px;
}

.rt-link-text.rt-capitalized.rt-change-size.rt-change-color {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-top: 10px;
  font-size: 17px;
  transition: color .35s;
}

.rt-link-text.rt-capitalized.rt-change-size.rt-change-color:hover {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.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--theme-color);
}

.rt-footer-one-social-media-icons {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.rt-footer-one-icon-hover-in {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100%;
  width: 35px;
  height: 35px;
  transition: all .25s;
}

.rt-footer-one-icon-hover-in:hover {
  transform: translate(0, -5px);
}

.rt-footer-one-box-main {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1.5fr;
  grid-auto-columns: 2.5fr;
  justify-content: space-between;
  padding-bottom: 83px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.rt-form-3 {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.rt-form-display-none {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
}

.rt-email-field {
  color: #072032;
  letter-spacing: .1px;
  background-color: #fff;
  background-image: url('../images/icon-6.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #dde5f8;
  border-radius: 10px;
  height: 100%;
  min-height: 70px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 60px;
  font-size: 16px;
}

.rt-email-field::placeholder {
  color: #b6c1d8;
  font-size: 16px;
}

.rt-email-field.rt-footer-email-field {
  min-width: 383px;
}

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

.rt-footer-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  padding-bottom: 23px;
}

.rt-footer-row.rt-margin-top-ten {
  margin-top: 10px;
}

.rt-footer-links-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-call-icon {
  filter: brightness(0%);
  flex: none;
  margin-top: 7px;
}

.rt-footer-one-follow-text {
  max-width: 342px;
  padding-bottom: 20px;
}

.rt-footer-logo-box {
  margin-top: 8px;
}

.rt-footer-link-heading {
  padding-bottom: 38px;
}

.rt-footer-one-logo-new {
  padding-bottom: 30px;
}

.rt-submit-button-5 {
  border-radius: 10px;
  min-width: 180px;
  height: 50px;
  min-height: 50px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.rt-submit-button-5.rt-main-linear-color.rt-button-width {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  min-width: 98px;
}

.rt-footer-container-2 {
  border: 1px #000;
  border-top: 1px solid #dde5f8;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rt-footer-container-2.rt-footer-three {
  border-top-style: solid;
  border-top-color: #dde5f8;
  justify-content: space-between;
  align-items: center;
  max-width: 1290px;
  display: flex;
}

.rt-footer-one-copyright-2 {
  text-align: center;
  border-top: 1px #dde5f8;
  border-bottom: 1px #dde5f8;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-social-media-box-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.rt-text-normal, .rt-font-two {
  font-weight: 400;
}

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

.rt-footer-one-link-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
}

.rt-footer-social-media-link-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 1rem;
  font-weight: 600;
}

.rt-footer-social-media-link-2.rt-margin-top-sixty {
  margin-top: 60px;
}

.rt-footer-one-link-box {
  max-width: 226px;
}

.rt-button-7 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 4px;
  align-items: center;
  padding: 13px 40px;
  font-weight: 600;
  line-height: 1.75rem;
  text-decoration: none;
  display: flex;
}

.rt-button-7.rt-margin-top-thirtyfive {
  margin-top: 35px;
}

.rt-footer-one-top-contain {
  border-bottom: 1px solid #b8b8b833;
  justify-content: space-between;
  padding-bottom: 60px;
  display: flex;
}

.rt-footer-one-subscribe-tab {
  flex-direction: column;
  flex: 0 25%;
  align-items: flex-start;
  display: flex;
}

.rt-footer-one-bottom-contain {
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.rt-button-text-wrap {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.rt-footer-circle-thumb {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-image: url('../images/Footer-Circle-Thumbs_1Footer Circle Thumbs.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 29px;
  height: 29px;
  margin-right: 10px;
  display: inline-block;
}

.rt-text-small-2 {
  font-size: 1rem;
  line-height: 1.625rem;
}

.rt-button-text-two-2 {
  position: absolute;
  top: 100%;
}

.rt-button-arrow-wrap {
  justify-content: space-between;
  align-items: center;
  width: 70px;
  display: flex;
}

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

.rt-margin-top-sixty {
  margin-top: 60px;
}

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

.rt-footer-three-logo {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  flex: 1;
  height: auto;
  margin-bottom: 40px;
  padding: 20px;
}

.rt-footer-three-logo-and-social-media {
  padding-top: 8px;
}

.rt-footer-three-main {
  grid-column-gap: 95px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 130px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.rt-footer-three-social-media-icons {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: background-color .3s;
  display: flex;
}

.rt-footer-three-social-media-icons:hover {
  background-color: #2b3647;
}

.rt-footer-two-bottom-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-footer-bottom-text {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.rt-button-text-3 {
  z-index: 1;
  text-transform: uppercase;
  position: relative;
}

.rt-footer-three-description {
  max-width: 328px;
  font-size: 17px;
  line-height: 27px;
}

.rt-footer-two-bottom {
  text-align: center;
  border-top: .5px solid #6fa8ff80;
  padding-top: 25px;
  padding-bottom: 25px;
}

.rt-footer-two-bottom.rt-gutter-space {
  padding-left: 15px;
  padding-right: 15px;
}

.rt-footer-three-contact-links-wrap {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.rt-footer-menu-links {
  grid-column-gap: 50px;
  font-size: 17px;
  line-height: 27px;
  display: flex;
}

.rt-button-6 {
  z-index: 99;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  transform-origin: 0 0;
  color: #11171b;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  padding: 9px 30px 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.rt-button-6:hover {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-footer-three-social-media-icons-wrap {
  grid-column-gap: 10px;
  margin-top: 30px;
}

.rt-footer-three-title {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 355px;
  display: flex;
}

.rt-footer-three-contact-links-icon {
  flex: none;
}

.rt-footer-three-contact-links {
  grid-column-gap: 25px;
  max-width: 250px;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
  display: flex;
}

.rt-button-overlay-4 {
  z-index: -1;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100%;
  width: 25%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.7)translate(0, 150%);
}

.rt-button-overlay-4.rt-one {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
}

.rt-button-overlay-4.rt-three {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  left: 50%;
}

.rt-button-overlay-4.rt-four {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  left: 75%;
}

.rt-button-overlay-4.rt-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  left: 25%;
}

.rt-location-icon {
  margin-top: 8px;
}

.rt-underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

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

.rt-auto-fit-17 {
  object-fit: cover;
  border-radius: 0%;
}

.rt-auto-fit-17.rt-mobile-image-full-width.rt-border-radius-twenty.rt-responsive-image-full-width {
  width: 100%;
  height: auto;
}

.rt-team-one-item {
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.rt-team-one-item-details {
  text-align: center;
  padding-top: 20px;
}

.rt-team-wrapper {
  position: relative;
  overflow: hidden;
}

.heading-2 {
  text-transform: none;
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  overflow: visible;
}

.paragraph {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.rt-change-padding {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 45px;
}

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

.rt-autofit-3 {
  object-fit: cover;
  border-radius: 10px;
}

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

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

.rt-menu-icon.rt-dropdown-arrow {
  margin-top: 3px;
}

.rt-header-2 {
  background-color: #fff;
  position: relative;
}

.rt-header-2.rt-change-padding {
  padding-left: 15px;
  padding-right: 15px;
  font-family: Outfit;
  font-weight: 300;
}

.rt-button-circle-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.rt-button-circle-block.rt-overflow-off {
  flex: none;
}

.rt-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-nav-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.rt-arrow-white-2 {
  position: relative;
}

.rt-button-circle-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 37px;
  min-width: 37px;
  height: 37px;
  min-height: 37px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.rt-button-main-7 {
  color: #fff;
  letter-spacing: .0625em;
  text-transform: capitalize;
  background-color: #0000;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  position: relative;
}

.rt-button-main-7.rtcolor-black {
  color: #eff2ff;
  letter-spacing: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.rt-dropdown-list-4 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  min-width: 260px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 30px #0000001a;
}

.rt-dropdown-list-4.w--open {
  display: flex;
}

.rt-dropdown-list-4.rt-display-off {
  display: none;
}

.rt-dropdown-toggle-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  display: flex;
}

.rt-agentic {
  z-index: 99;
}

.rt-button-13 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto 18px;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center start;
  padding: 5px 20px 5px 25px;
  display: grid;
}

.rt-button-13.rt-underline-off.rtresponsive-display-off {
  grid-template-columns: auto 30px;
}

.rt-hamburger {
  z-index: 9;
  position: relative;
}

.rt-menu-hamburger-main {
  display: none;
}

.rt-menu-font {
  color: #0d1018;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.rt-menu-font.rt-menu-font-small {
  font-size: 14px;
  line-height: 24px;
}

.rt-menu-font.rt-menu-font-small:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

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

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

.rt-heading-five-6 {
  color: #060606;
  text-align: left;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.rt-heading-five-6.rt-about-one-hero-pop-text {
  max-width: 165px;
}

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

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

.rt-about-one-hero-pop-box {
  z-index: 80;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 37px 40px 40px 43px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.rt-home-one-hero-container {
  z-index: 40;
  justify-content: flex-start;
  align-items: center;
  padding: 205px 15px 220px;
  display: flex;
  position: relative;
}

.rt-home-one-hero-container.rt-home-two-hero-container.rt-about-one-hero-container {
  padding-top: 174px;
  padding-left: 15px;
}

.rt-home-one-hero-image-wrapper {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
  z-index: 60;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 50%;
  display: flex;
  right: -28%;
}

.rt-home-one-hero-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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 {
  color: #384bf8;
}

.rt-about-one-hero-pop-flex {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 104px;
  display: flex;
}

.rt-home-one-hero-heading {
  background-color: #e8f2ff;
  background-image: url('../images/Home-One-Hero-Bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.rt-home-one-hero-heading.rt-home-two-hero-banner {
  background-image: url('../images/Home-One-Hero-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rt-home-one-hero-heading.rt-home-two-hero-banner.rt-about-one-hero-section {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.rt-home-one-hero-heading.rt-home-two-hero-banner.rt-about-one-hero-section.rt-display {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 10px;
  display: block;
}

.rt-home-one-hero-description {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
  flex-flow: row;
  max-width: 410px;
  padding-bottom: 33px;
  display: block;
}

.rt-home-one-heading {
  max-width: 648px;
  padding-bottom: 14px;
}

.rt-home-one-heading.rt-about-one-hero-heading {
  max-width: 489px;
  padding-top: 7px;
}

.rt-home-one-heading.rt-about-one-hero-heading.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-about-one-slider-arrow {
  flex: none;
}

.rt-about-one-slider-arrow.rt-right-arrow {
  transform: rotate(180deg);
}

.rt-about-one-slider-right-arrow {
  background-color: #060606;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 6%;
}

.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-button-overlay-2 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 100% auto auto 50%;
  transform: translate(-50%);
}

.rt-button-overlay-2.rt-background-color-white {
  background-color: #fff;
  display: none;
}

.rt-button-new {
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button-new.rt-background-color-blue {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-about-one-slider-left-arrow {
  z-index: 10;
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rt-about-one-hero-slider-musk {
  min-width: 835px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rt-about-one-hero-slider {
  background-color: #0000;
  height: 100%;
  padding-left: 117px;
  position: relative;
}

.rt-about-one-hero-slide-image {
  height: 100%;
}

.rt-about-one-hero-slide-image.rt-image-two-absolute {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 100%;
  position: absolute;
}

.rt-about-one-hero-slide-image.rt-image-three-absolute {
  z-index: 1;
  object-fit: cover;
  position: absolute;
}

.rt-about-one-hero-slide-image.rt-image-one-absolute {
  z-index: 3;
  object-fit: cover;
  object-position: 80% 50%;
  position: absolute;
}

.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, #00001ae6);
  position: absolute;
  inset: 0%;
}

.rt-home-one-service-bottom-block {
  display: flex;
}

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

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

.rt-home-one-tab-link.w--current {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  border-bottom-style: none;
  border-bottom-color: #fff0;
  border-radius: 10px;
}

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

.rt-home-one-tab-link.rt-top-border.w--current {
  border-top-color: #fff0;
}

.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 {
  width: 100%;
  max-width: 100%;
  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 {
  white-space: normal;
  max-width: 47ch;
  margin-top: 25px;
  margin-bottom: 0;
}

.rt-heading-five-size {
  font-size: 21px;
  font-weight: 400;
}

.job-title {
  text-transform: uppercase;
  font-size: 14px;
}

.image-holder {
  padding-top: 40px;
}

.image {
  object-fit: cover;
  object-position: 50% 70%;
  width: 100%;
  height: 500px;
}

.team-circles {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 30px;
  display: grid;
  position: relative;
}

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

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

.centered-heading.blue-area {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: capitalize;
}

.centered-subheading {
  color: var(--black);
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
}

.team-member-name {
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  margin-bottom: 24px;
}

.div-block-4 {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  background-color: #fff;
  width: 2px;
  height: 120px;
}

.div-block-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 80vh;
  display: grid;
}

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

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

.rt-component-section {
  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.rt-accordion-v-seven {
  padding-top: 10px;
}

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

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

.rt-home-three-accordion-answer {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-top: 20px;
}

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

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

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

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

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

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

.rt-about-three-accordion-icon-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border: 1px solid #191b1d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
}

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

.rt-about-three-accordion-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  justify-content: space-between;
}

.rt-about-three-accordion-box {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-bottom: 1px solid #c3c3c3;
  width: 100%;
  padding: 30px 40px;
}

.div-block-7 {
  background-image: linear-gradient(to bottom, var(--radiant-ui-components-library-marketplace--color--logo-dark-blue), var(--radiant-ui-components-library-marketplace--color--logo-dark-blue));
  height: 300px;
}

.text-block {
  color: var(--black);
  font-family: DM Sans, sans-serif;
}

.div-block-8 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  padding-top: 40px;
}

.paragraph-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  width: 100%;
  padding-top: 0;
}

.paragraph-3 {
  color: var(--black);
  font-style: italic;
}

.button-class {
  border: 1px none var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  text-align: center;
  background-color: #3898ec00;
  border-radius: 0;
  width: 150px;
  height: 50px;
  font-size: 14px;
}

.button-class:hover {
  border-radius: 20px;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: 50px;
  border: .7px solid var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-radius .35s;
  display: flex;
  position: relative;
}

.button:hover {
  border-radius: 20px;
}

.button.landing-page-button {
  border-color: var(--radiant-ui-components-library-marketplace--color--white);
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  transition: background-color .35s, border-color .35s, border-radius .35s;
}

.button.landing-page-button:hover {
  border-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
}

.button.landing-page-button-2 {
  border-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.button.team-button {
  width: 200px;
}

.text-block-2 {
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
}

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

.rt-category-cards-text-4.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

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

.rt-component-section-3 {
  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;
  overflow: hidden;
}

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

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

.rt-margin-top-ten-2 {
  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: 28px;
  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: 10px;
  width: 100%;
  height: auto;
  position: relative;
}

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

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

.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 {
  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-margin-none {
  margin-top: 0;
  margin-bottom: 0;
}

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

.div-block-10 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  display: flex;
}

.blue-heading-2s {
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  text-transform: capitalize;
}

.blue-heading-2s.blue-section {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.white-heading-2s {
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  text-transform: capitalize;
}

.div-block-11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 10px;
  display: flex;
  overflow: hidden;
}

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

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

.rt-home-three-accordion-answer-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-top: 20px;
}

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

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

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

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

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

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

.rt-about-three-accordion-icon-block-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border: 1px solid #191b1d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
}

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

.rt-about-three-accordion-wrap-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  justify-content: space-between;
}

.rt-about-three-accordion-box-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-bottom: 1px solid #c3c3c3;
  width: 100%;
  padding: 30px 40px;
}

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

.rt-number-img-bg-inner {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-image: url('../images/Group-1009002136.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
}

.rt-number-img-bg-inner:hover {
  background-image: url('../images/Group-1009002136-1.svg');
}

.rt-arrow-img-left {
  height: auto;
  position: absolute;
  inset: auto -12% 43% auto;
  transform: none;
}

.rt-arrow-img-left.rt-arrow-img-right {
  bottom: 46%;
  transform: rotate(-12deg);
}

.rt-number-block-2 {
  text-align: center;
  flex: 1;
  position: relative;
}

.rt-number-image-bg-outer {
  justify-content: center;
  align-items: center;
}

.rt-arrow-down-img {
  height: auto;
}

.rt-number-text-block-outer {
  align-items: center;
}

.rt-arrow-circle-block {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-component-section-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  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-sticky {
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
}

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

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

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

.rt-service-step-number-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-size: 5rem;
}

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

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

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

.rt-service-step-number-block-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-width: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset -2px 0 #e1e1e1;
}

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

.rt-service-step-process-3 {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--radiant-ui-components-library-marketplace--color--logo-dark-blue), var(--radiant-ui-components-library-marketplace--color--theme-color));
  direction: ltr;
  width: 3px;
  height: 40%;
  position: absolute;
  right: -1px;
}

.rt-text-dark-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-weight: 400;
}

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

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

.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-accordion-v-seven {
  padding-top: 10px;
}

.div-block-13 {
  background-image: url('../images/pexels-sora-shimazaki-5669602.jpg');
  background-position: 50%;
  background-size: cover;
  height: 35vh;
}

.page-background {
  background-image: url('../images/pexels-ekaterina-bolovtsova-6077326.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.heading-3 {
  color: #fff;
}

.rt-category-cards-text-6 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-6.rt-margin-bottom-fifteen-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-bottom: 15px;
  font-family: DM Serif Display, sans-serif;
}

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

.rt-component-section-6 {
  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-6.rt-accordion-v-six, .rt-component-section-6.rt-contact-v-one {
  padding-top: 50px;
}

.rt-auto-fit {
  border-radius: 10px;
  height: auto;
}

.rt-font-change {
  letter-spacing: -.03rem;
}

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

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

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

.rt-emoji-love-big {
  background-image: url('../images/Emoji-Big-Love.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 52px;
  padding: 0 15px;
}

.rt-accordion-close {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  opacity: 0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.rt-home-one-support-flex {
  grid-column-gap: 129px;
  align-items: center;
  display: flex;
}

.rt-home-one-support-image-two {
  position: absolute;
  inset: 4% auto auto 4%;
}

.rt-home-one-support-image-two.rt-radius-fifteen {
  border-radius: 15px;
}

.rt-home-one-support-image-two.rt-radius-fifteen.rt-pink-image-shadow {
  box-shadow: 0 10px 20px #1670f899;
}

.rt-accordian-content {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-top: 6px;
}

.rt-home-one-support-image-block {
  background-color: #f5f5f5;
  flex: 0 35%;
  justify-content: center;
  display: flex;
  position: relative;
}

.rt-home-one-support-image-block.rt-radius-twenty {
  border-radius: 10px;
}

.rt-accordion-open {
  background-color: #f5f5f5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
}

.rt-faq {
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
}

.rt-home-one-support-image-three {
  z-index: 1;
  display: none;
  position: absolute;
  inset: auto auto -7% -17%;
  box-shadow: 0 20px 30px #0003;
}

.rt-faq-item-content {
  overflow: hidden;
}

.rt-faq-open-close {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-home-one-support-content-block {
  flex: 0 49%;
}

.rt-faq-item-trigger {
  cursor: pointer;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.rt-home-one-support-main-image {
  z-index: 1;
  object-fit: cover;
  position: relative;
}

.rt-home-one-support-image-four {
  z-index: 2;
  position: absolute;
  inset: auto 5% 5% auto;
  box-shadow: 0 11px 21px #86868633;
}

.rt-home-one-support-image-four.rt-radius-fifty-four {
  border-radius: 54px;
}

.rt-home-one-support-image-one {
  z-index: 0;
  position: absolute;
  inset: 2% 2% auto auto;
}

.rt-padding-bottom-seventeen {
  padding-bottom: 17px;
}

.rt-padding-bottom-seventeen.rt-max-width-four-fifty {
  max-width: 450px;
}

.rt-faq-accordion-wrapper {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  overflow: visible;
}

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

.rt-service-one-scroll-bg-wrapper {
  background-image: linear-gradient(#191b1dbf, #191b1dbf), url('../images/home-three-section-eight--scroll-banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 2058px;
  background-attachment: scroll, fixed;
  border-radius: 10px;
  padding: 150px 15px 128px;
}

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

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

.rt-hero-sub-heading.rt-header-font.rt-home-three-section-eight-subheading {
  text-align: center;
}

.rt-hero-sub-heading.rt-header-font.rt-home-three-section-eight-subheading.rt-text-white-4 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

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

.rt-home-three-scroll-subheading-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 52px;
  margin-bottom: 4px;
  font-family: DM Serif Display, sans-serif;
}

.rt-home-three-section-eight-line {
  background-color: #fff;
  width: 74px;
  height: 1px;
}

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

.rt-home-three-section-eight-heading {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  max-width: 600px;
}

.rt-home-three-cta-button-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
}

.rt-home-three-scroll-wrapper {
  justify-content: flex-start;
  align-items: center;
}

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

.rt-button-five.rt-banner-one-button {
  border-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  border-radius: 0;
  height: 58px;
  text-decoration: none;
}

.rt-hero-button-icon-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 43px;
  height: 43px;
  margin-left: 10px;
  padding-right: 17px;
  display: flex;
}

.rt-background-dark-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

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

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

.rt-body-font-color-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: DM Sans, sans-serif;
  text-decoration: none;
  transition: color .35s;
}

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

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

.rt-team-one-expert-card-social-link {
  justify-content: center;
  align-items: center;
  width: 32.82px;
  height: 32.82px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-team-one-expert-card-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-team-one-expert-card-flex.rt-margin-top-twenty {
  margin-top: 20px;
}

.rt-team-one-expert-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.rt-team-one-expert-card-image-social-icons {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  width: 100%;
  max-width: 49px;
  height: 192px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rt-team-one-expert-card-image {
  width: 100%;
  position: relative;
}

.rt-radius-six {
  border-radius: 10px;
}

.rt-radius-six.rt-responsive-full-width-4.rt-auto-fit.rt-full-width {
  object-position: 50% 0%;
  height: 239.25px;
}

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

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

.rt-accordion-description-contain-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
  max-width: 520px;
}

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

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

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

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

.rt-tag-two-green-background-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: #fff;
  text-transform: capitalize;
  border-radius: 3px;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 22px;
  display: inline-block;
}

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

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

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

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

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

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

.rt-text-black-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

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

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

.rt-progress-number-three {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: .015rem;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 156%;
}

.rt-progress-number-one {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  padding-top: 0;
  font-size: 75px;
  line-height: 100%;
}

.rt-about-square-one-block {
  text-align: center;
  background-image: url('../images/Polygon-One.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  margin-bottom: 95px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.rt-about-square-one-block.rt-hover-white-bg:hover {
  background-image: url('../images/Rectangle-16910.svg'), url('../images/Polygon-One.webp');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.rt-about-square-one-block.rt-hover-white-bg.rt-polygon-one {
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}

.rt-about-square-main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
  position: relative;
}

.rt-about-square-main-block.rt-home-one {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.rt-about-square-two-block {
  text-align: center;
  background-image: url('../images/Polygon-One.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  margin-top: 95px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.rt-about-square-two-block.rt-hover-white-bg:hover {
  background-image: url('../images/Rectangle-16910.svg');
}

.rt-about-square-two-block.rt-hover-white-bg.rt-polygon-two {
  margin-left: -281px;
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}

.rt-progress-number-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

.rt-about-square-three-block {
  text-align: center;
  background-image: url('../images/Polygon-One.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  margin-bottom: 95px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.rt-about-square-three-block.rt-hover-white-bg:hover {
  background-image: url('../images/Rectangle-16910.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.rt-about-square-three-block.rt-hover-white-bg.rt-polygon-three {
  margin-left: -281px;
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}

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

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

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

.rt-counter-number {
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  letter-spacing: 1.6px;
  font-family: DM Sans, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
}

.rt-button-two-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rt-ninth-text-section {
  max-width: 530px;
}

.rt-counter-train-4 {
  justify-content: flex-start;
  align-items: flex-end;
}

.rt-up-counter-sections {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.rt-ninth-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
}

.rt-counter-box-4 {
  justify-content: center;
  align-items: flex-start;
  height: 90px;
  overflow: hidden;
}

.rt-counter-block {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 237px;
  padding: 30px 40px 40px;
  box-shadow: 8px 15px 40px #0000000d;
}

.rt-four-counter-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  max-width: 520px;
}

.rt-down-counter-sections {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}

.rt-scroll-content {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-top: 15px;
  margin-bottom: 30px;
}

.rt-detail-button-text-4 {
  font-family: DM Sans, sans-serif;
}

.text-block-3 {
  font-family: DM Sans, sans-serif;
  text-decoration: none;
}

.heading-holders {
  padding-bottom: 20px;
}

.heading-4 {
  text-transform: capitalize;
}

.div-block-14 {
  background-image: linear-gradient(to bottom, var(--radiant-ui-components-library-marketplace--color--logo-dark-blue), var(--radiant-ui-components-library-marketplace--color--logo-dark-blue));
  border-radius: 0 0 80px 80px;
  justify-content: center;
  align-items: center;
  height: 45vh;
  display: flex;
}

.heading-5 {
  margin-top: 0;
}

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

.rt-component-container-7.rt-overflow-none-2 {
  max-width: 130%;
}

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

.rt-color-white {
  color: #fff;
}

.rt-marquee-train-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 40px;
}

.rt-marquee-text {
  color: #dedede;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: 40px;
  line-height: 100px;
}

.rt-about-one-video-text {
  z-index: 3;
  background-color: #15111c1a;
  border-right: 1px solid #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rt-play-pause-button {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000001a;
  border: 1px solid #fff9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 102px;
  display: flex;
  position: static;
}

.rt-heading-six-9 {
  letter-spacing: -.36px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

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

.rt-heading-six-9.rt-text-color-white.rt-about-one-video-text-rotate {
  transform: rotate(-90deg);
}

.rt-background-video {
  aspect-ratio: 2.39;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-about-one-video-linear-gradient {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(0deg, #15111c 14%, #15111c33 60%);
  position: absolute;
  inset: 0%;
}

.rt-about-one-video-marque {
  z-index: 4;
  width: 100%;
  position: absolute;
  inset: auto 0% -24px;
}

.rt-marquee-two {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.rt-position-relative {
  position: relative;
}

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

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

.rt-radious-ten.rt-overflow-hidden {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.rt-video-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-lightbox-video {
  position: absolute;
}

.link-block {
  width: 100%;
}

.location {
  width: 100%;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.rt-component-container-8 {
  border-top: 1px solid #e4ebf3;
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-accordion-answer-wrap {
  background-color: #f4f4fc;
  display: flex;
  position: static;
  overflow: hidden;
}

.rt-home-three-accordion-answer-3 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-top: 20px;
}

.rt-home-three-accordion-wrapper {
  border-top: 1px #e4ebf3;
  justify-content: flex-start;
  align-items: center;
}

.rt-home-three-accordions {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.rt-home-three-accordion-block {
  background-color: #f4f4fc;
  border-radius: 10px;
  width: 100%;
  padding: 20px 50px;
}

.rt-home-three-accordion-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}

.rt-home-three-accordion-wrap-heading {
  margin-bottom: 50px;
}

.rt-question-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.rt-minus {
  position: absolute;
}

.div-block-15 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-kampus-8428076.jpg');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 45vh;
  display: flex;
}

.heading-6 {
  margin-top: 0;
}

.div-block-16 {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.collection-item {
  padding-left: 0;
}

.gradient {
  background-image: linear-gradient(#00000030, #00000030);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-2 {
  width: 100%;
}

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

.collection-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-17 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
}

.container-cms {
  justify-content: center;
  margin-top: 80px;
  padding-top: 0;
  display: flex;
}

.link-block-2 {
  width: 100%;
}

.collection-list-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-2 {
  max-width: 100%;
  position: relative;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 300px;
}

.div-block-18 {
  width: 100%;
  position: relative;
}

.link-block-3 {
  width: 100%;
  max-width: none;
}

.paragraph-4 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-align: center;
}

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

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

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

.rt-text-center-3.rt-margin-bottom-ten {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
}

.rt-font-two-2 {
  font-weight: 400;
}

.rt-button-three-underline-wrap {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.rt-button-three-icon-one {
  position: absolute;
}

.rt-branches-text-wrapper {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  margin-bottom: 40px;
}

.rt-branch-locations {
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 45px 25px;
  position: relative;
  overflow: hidden;
}

.rt-button-three-text-wrap {
  grid-column-gap: 15px;
  display: flex;
  overflow: hidden;
}

.rt-utton-three-2 {
  flex-direction: column;
  display: flex;
  position: relative;
}

.rt-background-wrapper {
  align-items: center;
  width: 120%;
  height: 120%;
  position: absolute;
}

.rt-branches-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.rt-location-icon-white {
  position: absolute;
}

.rt-button-underline {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  width: 100%;
  height: 2px;
}

.rt-button-underline.rt-home-one-button-three-line-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  position: absolute;
  bottom: 0;
}

.rt-branches-heading {
  flex: 0 38.52%;
}

.rt-no-margin-2 {
  margin: 0;
  font-style: normal;
}

.rt-location-background-overlay {
  z-index: 2;
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rt-city-background-image {
  z-index: 1;
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.rt-location-icon-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.rt-button-three-icon-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.rt-branches-description {
  flex-direction: column;
  align-items: flex-start;
  max-width: 390px;
  display: flex;
}

.rt-branch-location-item-container {
  z-index: 2;
  align-items: center;
  position: relative;
}

.rt-location-branch-link {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

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

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

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--radiant-ui-components-library-marketplace--color--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-4 {
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  text-transform: capitalize;
  font-family: DM Sans, sans-serif;
}

.collection-item-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.div-block-19 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-kampus-8428076.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.div-block-19.personal-injury {
  background-image: url('../images/pexels-rdne-6519905.jpg');
  background-size: cover;
}

.div-block-19.litigation-div {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-pixabay-261679.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

.div-block-19.family-law {
  background-image: url('../images/zoriana-stakhniv-PUVgHyBgZn8-unsplash.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-19.commerical-law {
  background-image: url('../images/pexels-jimbear-998499.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-19.criminal-law {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-sora-shimazaki-5669602.jpg');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
}

.heading-7 {
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  text-decoration-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  margin-top: 0;
}

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

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

.rt-no-underline-2 {
  cursor: pointer;
  text-decoration: none;
}

.rt-contact-block-two-left {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  flex: 1;
  align-self: center;
  max-width: 100%;
  height: 100%;
  padding: 20px 40px;
}

.rt-contact-block-two-right {
  flex: 1;
  align-self: center;
}

.rt-footer-address-flex-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 10px;
}

.rt-home-one-submit-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: .11rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  width: 285px;
  padding: 17px 5px;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5625rem;
}

.rt-image-height-auto-3 {
  object-fit: cover;
  height: auto;
  margin-top: 6px;
}

.rt-contact-two-flex-one-2 {
  margin-top: 35px;
  margin-bottom: 20px;
}

.rt-contact-two-flex-one-2.rt-contact-one-flex {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-contact-two-flex-two-2 {
  margin-bottom: 45px;
}

.rt-footer-social-flex-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  justify-content: center;
}

.rt-home-one-form-text-field-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #49392a;
  height: 58px;
  padding-left: 25px;
  padding-right: 25px;
}

.rt-home-one-form-text-field-2.rt-contact-one-text-field {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #f3f3f3;
  border-style: none;
  border-radius: 5px;
  margin-bottom: 20px;
}

.rt-home-one-form-text-field-2.rt-contact-one-text-field::placeholder {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-home-one-form-text-field-2.rt-contact-one-text-field.rt-contact-one-textarea {
  height: 120px;
}

.rt-contact-one-block-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-self: stretch;
}

.rt-contact-one-form-block {
  width: 100%;
  margin-top: 38px;
  margin-bottom: 0;
}

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

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

.heading-8 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-top: 0;
}

.link-block-4 {
  text-decoration: none;
}

.space {
  height: 20vh;
}

.div-block-21 {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.image-4 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 600px;
}

.div-block-22 {
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-23 {
  object-fit: fill;
  background-image: linear-gradient(#00000040, #00000040), url('../images/IMG_7783.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.heading-9 {
  text-transform: capitalize;
  margin-top: 0;
}

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

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

.rt-component-section-7 {
  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-auto-fit-18 {
  border-radius: 10px;
  height: auto;
}

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

.rt-full-width-3.rt-auto-fit-18 {
  object-fit: cover;
}

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

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

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

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

.rt-team-one-expert-card-social-link-2 {
  justify-content: center;
  align-items: center;
  width: 32.82px;
  height: 32.82px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-team-one-expert-card-flex-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-team-one-expert-card-flex-2.rt-margin-top-twenty-2 {
  margin-top: 20px;
}

.rt-team-one-expert-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rt-team-one-expert-card-image-social-icons-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  width: 100%;
  max-width: 49px;
  height: 192px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rt-team-one-expert-card-image-2 {
  width: 100%;
  position: relative;
}

.rt-radius-six-2 {
  border-radius: 10px;
}

.rt-radius-six-2.rt-responsive-full-width-6.rt-auto-fit-18.rt-full-width-3 {
  width: 100%;
  height: 300px;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
}

.div-block-24 {
  justify-content: center;
  display: flex;
}

.collection-list-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.rt-component-section-8 {
  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-8.rt-image-box-v10 {
  padding-bottom: 60px;
}

.rt-button-text-wrapper {
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.rt-overflow-hidden-5.rt-home-two-business-potential-main-image {
  border-radius: 10px;
  height: 650px;
}

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

.rt-image-overlay-2 {
  z-index: 1;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 545px;
  height: 780px;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.rt-button-icon-wrapper-2 {
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 19.5px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button-icon-wrapper-2.rt-button-icon-wrapper-background-color-change {
  background-color: #418dff;
}

.rt-sub-heading-two {
  margin-top: 0;
  margin-bottom: 20px;
}

.rt-donor {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.rt-image-effect-wrapper {
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.rt-button-text-block-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.rt-black-border {
  background-color: #0003;
  width: 100%;
  height: 1px;
}

.rt-black-border.rt-black-border-margin-top-and-buttom {
  margin-top: 37px;
}

.rt-button-8 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-items: stretch;
  height: 60px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  overflow: hidden;
}

.rt-hover-in-text-2 {
  letter-spacing: 1px;
  font-weight: 400;
}

.rt-icon-out-2 {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.rt-small-brown-text {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.rt-donor-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 530px;
  padding-top: 48px;
  padding-bottom: 43px;
}

.rt-home-two-about-text-wrapper {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  max-width: 600px;
  padding-top: 32px;
}

.rt-home-two-business-potential-image-wrapper {
  width: 100%;
  max-width: 495px;
  position: relative;
}

.rt-home-two-business-potential-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1230px;
}

.rt-3d-trigger-image {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-hover-out-text-2 {
  letter-spacing: 1px;
  font-weight: 400;
  position: absolute;
  transform: translate(0, 100%);
}

.collection-item-4 {
  display: block;
}

.collection-item-reverse {
  display: flex;
}

.collection-list-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.rt-component-section-9 {
  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-auto-fit-19 {
  border-radius: 10px;
  height: auto;
}

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

.rt-full-width-4.rt-auto-fit-19 {
  object-fit: cover;
}

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

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

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

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

.rt-team-one-expert-card-social-link-3 {
  justify-content: center;
  align-items: center;
  width: 32.82px;
  height: 32.82px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-team-one-expert-card-flex-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-team-one-expert-card-flex-3.rt-margin-top-twenty-3 {
  margin-top: 20px;
}

.rt-team-one-expert-grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rt-team-one-expert-card-image-social-icons-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  width: 100%;
  max-width: 49px;
  height: 192px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rt-team-one-expert-card-image-3 {
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.rt-radius-six-3 {
  border-radius: 10px;
}

.rt-radius-six-3.rt-responsive-full-width-8.rt-auto-fit-19.rt-full-width-4 {
  object-position: 50% 0%;
  width: 80%;
  height: 400px;
}

.cms-holder {
  width: 80%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-25 {
  justify-content: center;
  display: flex;
}

.menu-holder {
  z-index: 100;
  background-color: #000000e6;
  position: sticky;
  inset: 0% 0% auto;
  overflow: visible;
}

.lottie {
  display: none;
}

.rt-button-14 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #116df8;
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto 18px;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center start;
  padding: 5px 20px 5px 25px;
  display: grid;
}

.rt-button-14.rt-underline-off.rtresponsive-display-off {
  border-color: #c00021;
  grid-template-columns: auto 30px;
  padding-left: 20px;
}

.menu-link-cont {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-button-circle-block-2 {
  background-color: #116df8;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.rt-button-circle-block-2.rt-overflow-off {
  background-color: #c00021;
  flex: none;
}

.menu-links {
  color: #fff;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: box-shadow .5s;
}

.menu-links:hover {
  box-shadow: 5px 2px 15px #c00021;
}

.menu-links.link:hover {
  border-radius: 11px;
}

.div-block-26 {
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  text-align: center;
  justify-content: center;
  width: 100%;
  display: flex;
}

.rt-text-semibold {
  font-weight: 600;
}

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

.rt-border-radius-six {
  border-radius: 6px;
}

.rt-position-relative-2 {
  position: relative;
}

.rt-position-relative-2.rt-navbar-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-menu-layout {
  width: 100%;
}

.rt-navbar-container-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 20px;
  display: flex;
}

.rt-menu-links {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 15px;
  line-height: 25px;
  transition: transform .35s;
}

.rt-menu-links:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  transform: translate(5px);
}

.rt-hamburger-3 {
  display: none;
}

.rt-dropdown-list-6 {
  background-color: #f5f3f2;
  border-bottom: 4px solid #fcbf4a;
  border-left: 1px solid #0003;
  border-right: 1px solid #0003;
  padding-top: 23px;
  padding-bottom: 20px;
}

.rt-dropdown-list-6.w--open {
  border-bottom-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 5px;
  padding-top: 17px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-navbar-menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  display: flex;
  position: static;
}

.rt-dropdown-3.rt-pages {
  position: static;
}

.rt-main-mega-menu-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.rt-dropdown-link-2 {
  color: #4a5055;
  padding: 0 40px 6px 20px;
  font-size: 15px;
  transition: transform .35s, color .35s;
}

.rt-dropdown-link-2:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  transform: translate(5px);
}

.rt-dropdown-link-2.w--current {
  color: #4a5055;
}

.rt-dropdown-link-2.w--current:hover {
  color: #fcbf4a;
}

.rt-tab-display-off {
  border-radius: 5px;
  overflow: hidden;
}

.rt-header-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rt-logo-black {
  opacity: 0;
  position: absolute;
}

.rt-dropdown-toggle-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.rt-header-3 {
  z-index: 1000;
  background-color: #fff0;
  margin-bottom: 0;
  font-family: Outfit;
  font-weight: 300;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.rt-navbar-right-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
}

.rt-logo-box {
  position: relative;
  overflow: hidden;
}

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

.rt-main-nav-mega-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-right: 1px solid #0003;
  border-bottom: 4px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-left: 1px solid #0003;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  width: 40em;
  min-width: 40em;
  margin-left: auto;
  margin-right: auto;
  padding: 38px 50px 30px;
  display: grid;
  overflow: hidden;
}

.rt-mega-menu-links-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-mega-menu-links-wrapper.rt-mega-menu-margin-top {
  margin-top: 52px;
}

.rt-menu-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.rt-menu-text-black.rt-text-semibold {
  font-weight: 600;
}

.rt-menu-text-black.rt-text-semibold.rt-tab-display-off {
  color: #191b1d;
  font-weight: 400;
}

.rt-header-button-icon {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.rt-arrow-black-two {
  filter: invert();
  margin-top: 4px;
}

.rt-dropdown-list-two {
  background-color: #202638;
  padding-bottom: 5px;
}

.rt-dropdown-list-two.rt-border-radius-six.rt-pages-dropdown {
  background-color: #20263800;
  border-bottom: 0 solid #0003;
  border-left: 1px solid #0003;
  border-right: 1px solid #0003;
  inset: auto 0% 0%;
}

.rt-dropdown-list-two.rt-border-radius-six.rt-pages-dropdown.w--open {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-top: 0;
  top: 75px;
  left: 0;
  right: 0;
  overflow: visible;
}

.rt-navbar-content-wrapper {
  padding: 20px 0;
}

.rt-header-button-text.rt-white-button-text {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.nav-link {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: uppercase;
  font-size: 17px;
  text-decoration: none;
}

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

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

.rt-component-section-10 {
  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-10.rt-image-box-v10 {
  padding-bottom: 60px;
}

.rt-button-text-wrapper-2 {
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-cover-image-4 {
  object-fit: cover;
  width: 100%;
}

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

.rt-overflow-hidden-8.rt-home-two-business-potential-main-image {
  border-radius: 10px;
  height: 650px;
}

.rt-radius-full-2 {
  object-fit: contain;
  border-radius: 100%;
}

.rt-image-overlay-3 {
  z-index: 1;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 545px;
  height: 780px;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.rt-button-icon-wrapper-3 {
  border-left: 1px solid var(--radiant-ui-components-library-marketplace--color--white);
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 19.5px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button-icon-wrapper-3.rt-button-icon-wrapper-background-color-change {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  background-color: #418dff;
}

.rt-sub-heading-two-2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.rt-donor-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.rt-image-effect-wrapper-2 {
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.rt-button-text-block-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.rt-black-border-2 {
  background-color: #0003;
  width: 100%;
  height: 1px;
}

.rt-black-border-2.rt-black-border-margin-top-and-buttom {
  margin-top: 37px;
}

.rt-button-15 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-items: stretch;
  height: 60px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  overflow: hidden;
}

.rt-hover-in-text-3 {
  letter-spacing: 1px;
  font-weight: 400;
}

.rt-icon-out-3 {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.rt-small-brown-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.rt-donor-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 530px;
  padding-top: 48px;
  padding-bottom: 43px;
}

.rt-image-effect-2.rt-cover-image-4 {
  object-position: 25% 50%;
}

.rt-image-effect-2.rt-cover-image-4.ameer {
  object-position: 30% 50%;
}

.rt-home-two-about-text-wrapper-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  max-width: 600px;
  padding-top: 32px;
}

.rt-home-two-business-potential-image-wrapper-2 {
  width: 100%;
  max-width: 495px;
  position: relative;
}

.rt-home-two-business-potential-wrapper-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1230px;
}

.rt-3d-trigger-image-2 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-hover-out-text-3 {
  letter-spacing: 1px;
  font-weight: 400;
  position: absolute;
  transform: translate(0, 100%);
}

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

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

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

.rt-component-section-11 {
  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-underline-off-2 {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

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

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

.rt-auto-fit-20 {
  object-fit: cover;
  border-radius: 0%;
}

.rt-auto-fit-20.rt-mobile-image-full-width.rt-border-radius-twenty.rt-responsive-image-full-width {
  width: 100%;
  height: auto;
}

.rt-team-one-item-2 {
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.rt-team-one-item-details-2 {
  text-align: center;
  padding-top: 20px;
}

.rt-team-wrapper-2 {
  position: relative;
  overflow: hidden;
}

.rt-blue-icon {
  opacity: 0;
  position: absolute;
}

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

.rt-precision-card-body-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-bottom: 38px;
  padding-left: 26px;
  padding-right: 26px;
}

.rt-precision-card-image-2 {
  object-fit: cover;
  width: 100%;
}

.rt-precision-card-body-icon-column-2 {
  text-align: center;
  background-color: #4a74fd;
  justify-content: center;
  align-items: center;
  width: 23%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.rt-all-btn-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.rt-padding-top-twenty-2 {
  padding-top: 20px;
}

.rt-precision-card-body-row-2 {
  background-color: #101929;
  border-radius: 6px;
  margin-top: -39px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-precision-card-body-caption-column-2 {
  justify-content: flex-start;
  align-items: center;
  width: 77%;
  padding: 15px 23px;
  display: flex;
}

.rt-precision-card-image-box-2 {
  text-align: center;
  overflow: hidden;
}

.rt-discover-btn {
  color: #444655;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.rt-cover-image-2 {
  object-fit: cover;
}

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

.rt-precision-card-body-caption-btn-box-2 {
  margin-top: 10px;
}

.rt-precision-card-2 {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 14px;
  overflow: hidden;
}

.rt-precision-card-2.rt-home-two {
  margin-right: 0;
}

.rt-precision-card-2.rt-home-two.rt-home-two-page {
  height: 529px;
  font-family: DM Serif Display, sans-serif;
  text-decoration: none;
  box-shadow: 0 10px 80px #dbdfffcc;
}

.rt-precision-grid-2 {
  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-discover-button-icon-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.collection-list-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-5 {
  color: var(--black);
  font-family: DM Sans, sans-serif;
}

.div-block-28 {
  flex-flow: column;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
  display: flex;
}

.image-5 {
  object-fit: cover;
  object-position: 40% 50%;
}

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

.image-6 {
  object-fit: cover;
  object-position: 30% 50%;
  border-radius: 10px;
  height: 300px;
}

.collection-list-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.rt-component-section-12 {
  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-auto-fit-21 {
  border-radius: 10px;
  height: auto;
}

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

.rt-full-width-6.rt-auto-fit-21 {
  object-fit: cover;
}

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

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

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

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

.rt-team-one-expert-card-social-link-4 {
  justify-content: center;
  align-items: center;
  width: 32.82px;
  height: 32.82px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-team-one-expert-card-flex-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-team-one-expert-card-flex-4.rt-margin-top-twenty-4 {
  margin-top: 20px;
}

.rt-team-one-expert-grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rt-team-one-expert-card-image-social-icons-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  width: 100%;
  max-width: 49px;
  height: 192px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rt-team-one-expert-card-image-4 {
  width: 100%;
  position: relative;
}

.rt-radius-six-4 {
  border-radius: 10px;
}

.rt-radius-six-4.rt-responsive-full-width-10.rt-auto-fit-21.rt-full-width-6 {
  object-position: 50% 50%;
  height: 300px;
}

.div-block-30 {
  padding-left: 60px;
  padding-right: 60px;
}

.heading-10 {
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  text-transform: capitalize;
  font-family: DM Serif Display, sans-serif;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 220px;
}

.div-block-32 {
  margin-top: 40px;
}

.link-block-6 {
  text-decoration: none;
}

.paragraph-5 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-top: 24px;
  font-size: 28px;
  line-height: 35px;
  overflow: hidden;
}

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

.rt-component-section-13 {
  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-progress-number-three-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: .015rem;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 156%;
}

.rt-progress-number-one-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  padding-top: 0;
  font-size: 75px;
  line-height: 100%;
}

.rt-about-square-one-block-2 {
  text-align: center;
  background-image: url('../images/Polygon-One.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  margin-bottom: 95px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.rt-about-square-one-block-2.rt-hover-white-bg:hover {
  background-image: url('../images/Rectangle-16910.svg'), url('../images/Polygon-One.webp');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.rt-about-square-one-block-2.rt-hover-white-bg.rt-polygon-one {
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}

.rt-about-square-main-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
  position: relative;
}

.rt-about-square-main-block-2.rt-home-one {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.rt-about-square-two-block-2 {
  text-align: center;
  background-image: url('../images/Polygon-One.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  margin-top: 95px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.rt-about-square-two-block-2.rt-hover-white-bg:hover {
  background-image: url('../images/Rectangle-16910.svg');
}

.rt-about-square-two-block-2.rt-hover-white-bg.rt-polygon-two {
  margin-left: -281px;
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}

.rt-progress-number-two-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

.rt-about-square-three-block-2 {
  text-align: center;
  background-image: url('../images/Polygon-One.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  margin-bottom: 95px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.rt-about-square-three-block-2.rt-hover-white-bg:hover {
  background-image: url('../images/Rectangle-16910.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.rt-about-square-three-block-2.rt-hover-white-bg.rt-polygon-three {
  margin-left: -281px;
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}

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

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

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

.rt-tag-type-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  font-size: 14px;
  line-height: 24px;
}

.rt-tag-type-two.rt-text-black-3 {
  color: var(--radiant-ui-components-library-marketplace--color--logo-light-blue);
}

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

.rt-margin-top-twenty-seven {
  margin-top: 27px;
}

.rt-counter-number-wrap-2 {
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.rt-counter-number-wrap-2.about-two-why-counter {
  position: relative;
}

.rt-color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.rt-color.rt-one {
  top: -30%;
  left: -5%;
}

.rt-color.rt-two {
  background-image: linear-gradient(#fff, #fff);
  top: -30%;
  left: 8%;
}

.rt-color.rt-three {
  background-image: linear-gradient(#fff, #fff);
  top: -30%;
  left: 29%;
}

.rt-about-two-why-heading {
  max-width: 19ch;
}

.rt-pogress-bar-inner-line {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  width: 100%;
  height: 5px;
}

.rt-pogress-bar-inner-line.rt-one {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
}

.rt-about-two-why-right-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: -6px;
  display: grid;
}

.rt-button-gradient {
  z-index: 3;
  background-color: #150438;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.rt-button-color-wrap {
  background-color: #fff0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.rt-new-button {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 12px 25px;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-counter-5 {
  overflow: hidden;
}

.rt-counter-5.rt-about-two-counter {
  height: 90px;
  overflow: hidden;
}

.rt-about-two-counter-number {
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  font-family: Outfit;
  font-size: 90px;
  font-weight: 500;
  line-height: 90px;
}

.rt-about-two-counter-number.rt-small {
  font-size: 40px;
  line-height: 40px;
}

.rt-about-two-why-wrap {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  justify-content: flex-start;
  align-items: center;
}

.rt-margin-top-eighteen {
  margin-top: 18px;
}

.rt-about-two-why-left-block {
  width: 100%;
  max-width: 430px;
}

.rt-button-contain-wrap {
  z-index: 4;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.rt-pogress-bar {
  background-color: #d9d9d921;
  width: 100%;
  height: 4px;
  overflow: hidden;
}

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

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

.section-3 {
  margin-bottom: 220px;
}

.space-block {
  height: 200px;
}

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

.rt-button-orange-arrow {
  margin-top: 2px;
}

.rt-button-two-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-home-one-about-cards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 344.578px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.rt-home-one-about-cards-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-about-card-overlay {
  background-color: #f9f9f9;
  width: 65%;
  height: 110%;
  position: absolute;
  inset: 0% -5% auto auto;
  transform: skew(-11deg);
}

.rt-about-card-overlay.rt-card-overlay-grey {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  right: -6%;
}

.rt-about-card-overlay.rt-card-overlay-orange {
  background-color: #f5f5fb;
  right: -7%;
}

.rt-home-one-about-card-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.rt-button-two-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-button-two-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  text-transform: capitalize;
}

.rt-button-white-arrow {
  opacity: 0;
  margin-top: 2px;
  position: absolute;
}

.rt-home-one-about-card-text {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 25px 50px 20px;
  display: flex;
  position: relative;
}

.rt-home-about-card-description {
  color: var(--black);
  max-width: 266px;
}

.div-block-33 {
  background-image: url('../images/pexels-sora-shimazaki-5668481.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.section-4 {
  height: 70vh;
}

.heading-11 {
  z-index: 3;
  position: static;
  inset: auto auto 0% 0%;
}

.paragraph-6 {
  margin-bottom: 20px;
}

.collection-list-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

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

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

.rt-component-section-14 {
  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-underline-off-3 {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

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

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

.rt-auto-fit-22 {
  object-fit: cover;
  border-radius: 0%;
}

.rt-auto-fit-22.rt-mobile-image-full-width.rt-border-radius-twenty.rt-responsive-image-full-width {
  object-position: 30% 50%;
  width: 368px;
  height: 430.172px;
}

.rt-team-one-item-3 {
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.rt-team-one-item-details-3 {
  text-align: center;
  padding-top: 20px;
}

.rt-team-wrapper-3 {
  position: relative;
  overflow: hidden;
}

.div-block-34 {
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-35 {
  padding: 100px 60px;
}

.rt-tag-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.rt-tag-wrapper.rt-tab-view {
  margin-bottom: 30px;
}

.rt-white-line-image-two {
  border: 1px solid #6c6a86;
  width: 24px;
}

.rt-logistic-heading {
  text-align: center;
  max-width: 511px;
  margin-top: 0;
  margin-bottom: 25px;
}

.rt-logistic-section-image {
  object-fit: cover;
  object-position: 30% 50%;
  width: 392px;
  max-width: 100%;
  height: 458px;
  overflow: clip;
  box-shadow: 0 20px 40px #00000026;
}

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

.rt-logistic-head-content.rt-home-two-logistic-heading {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-logistic-card-sub-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.rt-card-content-box {
  z-index: 2;
  width: 100%;
  padding: 40px 30px 30px 60px;
  position: relative;
}

.rt-white-card-box {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-logistic-hrading-paragraph {
  color: #5a5b5b;
  letter-spacing: -.0225px;
  width: 566px;
  margin-bottom: 50px;
}

.rt-logistic-card-wrapper {
  z-index: 2;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.rt-logistic-box-paragraph {
  color: #666;
}

.rt-white-box-overlay {
  background-color: #fff;
  width: 100%;
  position: absolute;
  inset: 0% -17% 0% auto;
  transform: skew(-22deg);
}

.rt-black-round {
  z-index: 20;
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  padding: 10px;
  display: flex;
  position: absolute;
  top: -17%;
  bottom: auto;
  left: 8%;
}

.rt-logistic-card-box {
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.div-block-36 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-37 {
  overflow: hidden;
}

.link-block-7, .link-block-8 {
  text-decoration: none;
}

.collection-list-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-9 {
  text-decoration: none;
}

.heading-12 {
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  margin-top: 0;
}

.div-block-38 {
  margin-bottom: 40px;
}

.collection-list-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.div-block-41 {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  padding: 40px;
}

.heading-13 {
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  text-transform: capitalize;
  max-width: 90%;
  text-decoration: underline;
}

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar07_dropdown-list.w--open {
  background-color: #0d0d0d;
  border: 1px solid #eaecf0;
  border-radius: .75rem;
  width: 20rem;
  padding: .75rem;
  right: -100%;
}

.uui-navbar07_item-right {
  color: #1c1c1c;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar07_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar07_item-heading {
  color: #f9fafb;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar07_component {
  z-index: 100;
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  background-color: #fff;
  border-bottom: 1px #f2f4f7;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  position: fixed;
  top: 0;
}

.image-7 {
  object-fit: contain;
  width: 150px;
  height: 103.172px;
  padding: 20px;
}

.image-7.navbar {
  object-fit: contain;
}

.uui-navbar07_icon-wrapper {
  color: #7f56d9;
  flex: none;
}

.link-block-10.w--current {
  background-color: #fff;
  border-radius: 500px;
}

.link-block-10.footer.w--current {
  background-color: #fff;
  border-radius: 0;
}

.link-block-10.nav-bar.w--current {
  background-color: #fff0;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar07_dropdown-toggle {
  color: #fff;
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: #d4af37;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar07_menu-button {
  padding: 0;
}

.uui-navbar07_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar07_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar07_dropdown-link:hover {
  background-color: #1c1c1c;
}

.uui-navbar07_button-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 0 auto;
  align-items: center;
  width: auto;
  display: flex;
}

.lynx-nav-button-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 153.852px;
  margin-left: 0;
  padding: 15px 25px;
  font-family: DM Sans, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: border-color 1s, background-color 1s;
}

.lynx-nav-button-2:hover {
  border: 2px solid var(--radiant-ui-components-library-marketplace--color--white);
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-light-blue);
}

.uui-navbar07_menu {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar07_link {
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  text-transform: uppercase;
  align-items: center;
  padding: .75rem 2rem;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: color .2s;
}

.uui-navbar07_link:hover {
  color: var(--radiant-ui-components-library-marketplace--color--logo-light-blue);
}

.uui-navbar07_link.w--current {
  color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
}

.uui-navbar07_link.w--current:hover {
  color: var(--radiant-ui-components-library-marketplace--color--logo-light-blue);
}

.uui-text-size-small-3 {
  color: #d4af37;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar07_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.recaptcha {
  transform: scale3d(1none, 1none, 1none);
  transform-origin: 0 0;
  transform-style: preserve-3d;
}

.link-block-11 {
  text-decoration: none;
}

.image-8 {
  width: 150px;
  height: 100px;
}

.div-block-43 {
  margin-top: 20px;
}

.paragraph-14 {
  max-width: 80%;
}

.image-9 {
  background-color: #f7f7f7;
}

.div-block-44 {
  background-color: #fff;
  border-radius: 5px;
  width: 150px;
  padding: 20px;
}

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

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

.rt-component-section-15 {
  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;
  display: block;
  position: relative;
}

.rt-auto-fit-23 {
  border-radius: 10px;
  height: auto;
}

.rt-font-change-2 {
  letter-spacing: -.03rem;
}

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

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

.rt-overflow-hidden-11.rt-home-two-business-potential-main-image {
  border-radius: 10px;
  height: 650px;
}

.rt-emoji-love-big-2 {
  background-image: url('../images/Emoji-Big-Love.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 52px;
  padding: 0 15px;
}

.rt-accordion-close-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  opacity: 0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.rt-home-one-support-flex-2 {
  grid-column-gap: 129px;
  align-items: center;
  display: flex;
}

.rt-home-one-support-image-two-2 {
  position: absolute;
  inset: 4% auto auto 4%;
}

.rt-home-one-support-image-two-2.rt-radius-fifteen {
  border-radius: 15px;
}

.rt-home-one-support-image-two-2.rt-radius-fifteen.rt-pink-image-shadow {
  box-shadow: 0 10px 20px #1670f899;
}

.rt-accordian-content-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-top: 6px;
}

.rt-home-one-support-image-block-2 {
  background-color: #f5f5f5;
  flex: 0 35%;
  justify-content: center;
  display: flex;
  position: relative;
}

.rt-home-one-support-image-block-2.rt-radius-twenty {
  border-radius: 10px;
}

.rt-accordion-open-2 {
  background-color: #f5f5f5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
}

.rt-faq-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
}

.rt-home-one-support-image-three-2 {
  z-index: 1;
  display: none;
  position: absolute;
  inset: auto auto -7% -17%;
  box-shadow: 0 20px 30px #0003;
}

.rt-faq-item-content-2 {
  overflow: hidden;
}

.rt-faq-open-close-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-home-one-support-content-block-2 {
  flex: 0 49%;
}

.rt-faq-item-trigger-2 {
  cursor: pointer;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.rt-home-one-support-main-image-2 {
  z-index: 1;
  object-fit: cover;
  position: relative;
}

.rt-home-one-support-image-four-2 {
  z-index: 2;
  position: absolute;
  inset: auto 5% 5% auto;
  box-shadow: 0 11px 21px #86868633;
}

.rt-home-one-support-image-four-2.rt-radius-fifty-four {
  border-radius: 54px;
}

.rt-home-one-support-image-one-2 {
  z-index: 0;
  position: absolute;
  inset: 2% 2% auto auto;
}

.rt-padding-bottom-seventeen-2 {
  padding-bottom: 17px;
}

.rt-padding-bottom-seventeen-2.rt-max-width-four-fifty {
  max-width: 450px;
}

.rt-faq-accordion-wrapper-2 {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  overflow: visible;
}

.rt-component-section-16 {
  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-16.rt-image-box-v10 {
  padding-bottom: 60px;
}

.rt-button-text-wrapper-3 {
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-cover-image-5 {
  object-fit: cover;
  width: 100%;
}

.rt-radius-full-3 {
  border-radius: 100%;
}

.rt-image-overlay-4 {
  z-index: 1;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 545px;
  height: 780px;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.rt-button-icon-wrapper-4 {
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 19.5px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button-icon-wrapper-4.rt-button-icon-wrapper-background-color-change {
  background-color: #418dff;
}

.rt-sub-heading-two-3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.rt-donor-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.rt-image-effect-wrapper-3 {
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.rt-button-text-block-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.rt-black-border-3 {
  background-color: #0003;
  width: 100%;
  height: 1px;
}

.rt-black-border-3.rt-black-border-margin-top-and-buttom {
  margin-top: 37px;
}

.rt-button-16 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-items: stretch;
  height: 60px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  overflow: hidden;
}

.rt-hover-in-text-4 {
  letter-spacing: 1px;
  font-weight: 400;
}

.rt-icon-out-4 {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.rt-small-brown-text-3 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.rt-donor-wrapper-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 530px;
  padding-top: 48px;
  padding-bottom: 43px;
}

.rt-home-two-about-text-wrapper-3 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  max-width: 600px;
  padding-top: 32px;
}

.rt-home-two-business-potential-image-wrapper-3 {
  width: 100%;
  max-width: 495px;
  position: relative;
}

.rt-home-two-business-potential-wrapper-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1230px;
}

.rt-3d-trigger-image-3 {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-hover-out-text-4 {
  letter-spacing: 1px;
  font-weight: 400;
  position: absolute;
  transform: translate(0, 100%);
}

.page-load {
  z-index: 2000;
  background-color: #fff0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.left-side, .right-side {
  background-color: #fff;
  width: 50%;
  height: 100%;
}

.image-10 {
  position: absolute;
  inset: 0%;
}

.image-11 {
  position: absolute;
}

.div-block-45, .div-block-46 {
  overflow: hidden;
}

.div-block-47 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.background {
  background-image: url('../images/pexels-ekaterina-bolovtsova-6077326.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
  font-size: 18px;
}

.div-block-48 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
}

.heading-15 {
  margin-top: 0;
  font-size: 46px;
  line-height: 100%;
}

.paragraph-15 {
  color: #fff;
  font-size: 22px;
  line-height: 100%;
}

.collection-list-wrapper {
  display: block;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-5.team-page {
  grid-template-columns: 1fr 1fr 1fr;
}

.section-5 {
  padding: 140px 40px;
}

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

.section-6 {
  padding: 100px 40px;
}

.div-block-49 {
  justify-content: space-between;
  display: flex;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rt-blue-icon-2 {
  opacity: 0;
  position: absolute;
}

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

.rt-category-cards-text-16.rt-text-white-6, .rt-text-white-6 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

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

.rt-component-section-17 {
  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-underline-off-4 {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

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

.rt-precision-card-body-3 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-bottom: 38px;
  padding-left: 26px;
  padding-right: 26px;
}

.rt-precision-card-image-3 {
  object-fit: cover;
  width: 100%;
}

.rt-precision-card-body-icon-column-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 23%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.rt-all-btn-two-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.rt-padding-top-twenty-3 {
  padding-top: 20px;
}

.rt-padding-top-twenty-3.rt-body-font-color-10 {
  color: var(--black);
}

.rt-precision-card-body-row-3 {
  background-color: #101929;
  border-radius: 6px;
  margin-top: -39px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-precision-card-body-caption-column-3 {
  justify-content: flex-start;
  align-items: center;
  width: 77%;
  padding: 15px 23px;
  display: flex;
}

.rt-precision-card-image-box-3 {
  text-align: center;
  overflow: hidden;
}

.rt-discover-btn-2 {
  color: #444655;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

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

.rt-cover-image-6.rt-full-width-image {
  width: 100%;
}

.rt-precision-card-body-caption-btn-box-3 {
  margin-top: 10px;
}

.rt-precision-card-3 {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 14px;
  overflow: hidden;
}

.rt-precision-card-3.rt-home-two {
  margin-right: 0;
}

.rt-precision-card-3.rt-home-two.rt-home-two-page {
  box-shadow: 0 10px 80px #dbdfffcc;
}

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

.rt-discover-button-icon-wrap-2 {
  justify-content: center;
  align-items: center;
  position: relative;
}

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

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

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

.rt-component-section-18 {
  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-auto-fit-24 {
  border-radius: 10px;
  height: auto;
}

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

.rt-full-width-8.rt-auto-fit-24 {
  object-fit: cover;
}

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

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

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

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

.rt-team-one-expert-card-social-link-5 {
  justify-content: center;
  align-items: center;
  width: 32.82px;
  height: 32.82px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-team-one-expert-card-flex-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-team-one-expert-card-flex-5.rt-margin-top-twenty-5 {
  margin-top: 20px;
}

.rt-team-one-expert-grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.rt-team-one-expert-card-image-social-icons-5 {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  width: 100%;
  max-width: 49px;
  height: 192px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rt-team-one-expert-card-image-5 {
  width: 100%;
  position: relative;
}

.rt-radius-six-5 {
  border-radius: 10px;
}

.rt-radius-six-5.rt-responsive-full-width-12.rt-auto-fit-24.rt-full-width-8 {
  object-position: 50% 30%;
  width: 500px;
  height: 400px;
}

.link-block-12 {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  text-decoration-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
}

.link-block-13, .link-block-14, .link-block-15 {
  -webkit-text-decoration-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  text-decoration-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
}

@media screen and (min-width: 1280px) {
  .section {
    margin-left: auto;
    margin-right: auto;
  }

  .rt-category-cards-text-2 {
    font-size: 24px;
  }

  .rt-short-header, .rt-short-header.white-area {
    font-size: 20px;
  }

  .rt-margin-top-sixteen.rt-body-font-color, .rt-padding-top-twenty, .rt-margin-bottom-zero.rt-padding-left-right-twenty-one.rt-body-font-color {
    font-size: 18px;
  }

  .rt-footer-one-box-main {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    grid-auto-columns: 1fr;
  }

  .heading-2 {
    width: 80%;
    font-size: 74px;
  }

  .rt-nav-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
    right: -22%;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner {
    background-position: 57% 360%, 117% -80%, 0 0;
  }

  .rt-home-one-hero-description {
    max-width: 555px;
    font-size: 18px;
  }

  .rt-home-one-heading.rt-about-one-hero-heading {
    max-width: 648px;
    font-size: 52px;
    line-height: 60px;
  }

  .rt-home-one-heading.rt-about-one-hero-heading.rt-text-black {
    font-size: 46px;
  }

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

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

  .paragraph-2 {
    font-size: 18px;
    line-height: 100%;
  }

  .text-block-2 {
    font-size: 18px;
  }

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

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

  .blue-heading-2s.blue-section, .white-heading-2s {
    font-size: 46px;
    line-height: 100%;
  }

  .rt-arrow-circle-block {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
  }

  .rt-padding-bottom-seventeen.rt-max-width-four-fifty {
    font-size: 46px;
    line-height: 100%;
  }

  .rt-hero-sub-heading.rt-header-font.rt-home-three-section-eight-subheading.rt-text-white-4 {
    font-size: 20px;
  }

  .rt-hero-button-text {
    font-size: 18px;
  }

  .rt-home-three-section-eight-heading, .heading-6 {
    font-size: 46px;
  }

  .collection-list-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .collection-list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .collection-item-2 {
    max-width: 600px;
  }

  .rt-no-margin-2 {
    font-size: 46px;
    line-height: 100%;
  }

  .heading-7 {
    font-size: 46px;
  }

  .rt-contact-one-block-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-9 {
    font-size: 46px;
  }

  .rt-category-cards-text-9 {
    font-size: 20px;
  }

  .rt-body-font-color-5 {
    color: var(--black);
  }

  .rt-dropdown-toggle-6 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .rt-sub-heading-two-2 {
    font-size: 46px;
  }

  .rt-image-effect-2.rt-cover-image-4 {
    object-position: 30% 50%;
  }

  .rt-padding-top-twenty-2.rt-body-font-color {
    color: var(--black);
  }

  .image-6 {
    object-position: 30% 40%;
  }

  .rt-radius-six-4.rt-responsive-full-width-10.rt-auto-fit-21.rt-full-width-6 {
    object-position: 35% 50%;
  }

  .heading-10 {
    font-size: 46px;
  }

  .paragraph-5 {
    max-width: 600px;
    font-size: 24px;
  }

  .rt-category-cards-text-13 {
    font-size: 22px;
  }

  .rt-margin-top-eighteen.rt-body-font-color-8 {
    color: var(--black);
  }

  .rt-home-about-card-description {
    font-size: 18px;
  }

  .heading-11 {
    font-size: 46px;
  }

  .paragraph-6 {
    font-size: 18px;
  }

  .rt-category-cards-text-14 {
    color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
    font-size: 20px;
  }

  .rt-tag-wrapper {
    margin-bottom: 25px;
  }

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

  .rt-card-content-box {
    padding-bottom: 40px;
    padding-left: 70px;
  }

  .rt-white-card-box {
    position: absolute;
    inset: auto 0% 0%;
  }

  .rt-logistic-hrading-paragraph {
    width: 566px;
    margin-bottom: 40px;
  }

  .rt-logistic-card-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-logistic-box-paragraph {
    color: var(--black);
    margin-bottom: 0;
    font-size: 18px;
  }

  .rt-black-round {
    z-index: 10;
    background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    display: flex;
  }

  .rt-logistic-card-box {
    position: relative;
  }

  .heading-12 {
    font-size: 45px;
  }

  .heading-13 {
    font-size: 46px;
    line-height: 100%;
  }

  .paragraph-7, .paragraph-8 {
    font-size: 18px;
  }

  .bold-text {
    font-size: 22px;
  }

  .paragraph-9, .paragraph-10 {
    font-size: 18px;
  }

  .bold-text-2 {
    font-size: 22px;
  }

  .paragraph-11 {
    font-size: 18px;
  }

  .bold-text-3 {
    font-size: 22px;
  }

  .paragraph-12, .paragraph-13, .paragraph-14 {
    font-size: 18px;
  }

  .left-side, .right-side {
    background-color: #fff;
  }

  .rt-component-container-21 {
    justify-content: center;
    display: flex;
  }

  .rt-radius-six-5.rt-responsive-full-width-12.rt-auto-fit-24.rt-full-width-8 {
    width: 500px;
    height: 400px;
  }
}

@media screen and (min-width: 1440px) {
  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .rt-home-one-hero-container {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
    min-width: 956px;
    right: -15%;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner {
    background-position: 62% 411%, 117% -80%, 0 0;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .rt-home-one-support-image-three {
    display: block;
    left: -12%;
  }

  .rt-location-background-overlay {
    display: block;
  }

  .rt-precision-grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-home-one-support-image-three-2 {
    display: block;
    left: -12%;
  }

  .rt-precision-grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1920px) {
  p {
    font-size: 32px;
    line-height: 100%;
  }

  .div-block {
    max-width: 80%;
    padding-left: 100px;
  }

  .section {
    font-size: 38px;
  }

  .rt-category-cards-text-2 {
    font-size: 24px;
    line-height: 40px;
  }

  .rt-category-cards-text-2.rt-text-white-3 {
    font-size: 40px;
  }

  .rt-home-one-service-top-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
  }

  .rt-short-header {
    font-size: 20px;
  }

  .rt-margin-top-sixteen.rt-body-font-color {
    font-size: 18px;
    line-height: 18px;
  }

  .container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .rt-padding-top-twenty {
    font-size: 18px;
    line-height: 40px;
  }

  .rt-old-btn-text-2 {
    font-size: 30px;
  }

  .rt-heading-three {
    font-size: 38px;
  }

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

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

  .rt-component-heading-four.rt-text-white {
    font-size: 24px;
  }

  .rt-white-text, .rt-margin-bottom-zero.rt-padding-left-right-twenty-one.rt-body-font-color {
    font-size: 18px;
    line-height: 100%;
  }

  .rt-footer-address-flex {
    align-items: center;
  }

  .rt-home-one-submit.rt-home-one-submit-two {
    width: 300px;
    height: 100px;
  }

  .rt-image-height-auto-2 {
    margin-top: 0;
  }

  .rt-footer-phone-link {
    font-size: 18px;
  }

  .rt-home-one-form-text-field.rt-menu-two-field.rt-contact-two-input {
    height: 100px;
  }

  .rt-form-flex-block.rt-contact-two-form-flex {
    font-size: 32px;
  }

  .rt-contact-two-block-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rt-about-option.rt-about-last {
    font-size: 18px;
  }

  .rt-designed-text, .rt-link-text.rt-capitalized.rt-change-size.rt-change-color {
    font-size: 18px;
    line-height: 100%;
  }

  .rt-footer-one-box-main {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-footer-one-copyright-2 {
    border-top-style: none;
    border-bottom-style: none;
  }

  .rt-container-5 {
    max-width: 90%;
  }

  .rt-button-text-3 {
    font-size: 24px;
  }

  .rt-button-6 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 32px;
  }

  .rt-location-icon {
    margin-bottom: 15px;
  }

  .heading-2 {
    font-size: 74px;
    line-height: 100%;
  }

  .rt-overflow-off {
    align-self: center;
  }

  .rt-header-2.rt-change-padding {
    z-index: 8;
  }

  .rt-dropdown-toggle-3 {
    padding-right: 20px;
  }

  .rt-home-one-hero-container.rt-home-two-hero-container.rt-about-one-hero-container {
    padding-left: 15%;
  }

  .rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
    right: 0%;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner {
    background-position: 50%, 0 0, 0 0;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner.rt-about-one-hero-section.rt-display {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-one-hero-description {
    font-size: 18px;
    line-height: 100%;
  }

  .rt-home-one-heading.rt-about-one-hero-heading.rt-text-black {
    font-size: 46px;
  }

  .rt-about-one-slider-right-arrow, .rt-about-one-slider-left-arrow {
    width: 100px;
    height: 100px;
  }

  .rt-about-one-hero-slider {
    padding-left: 0;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 100%;
  }

  .button, .button.landing-page-button {
    height: 75px;
  }

  .button.landing-page-button-2 {
    width: 250px;
    height: 75px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button.team-button {
    width: 300px;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 100%;
  }

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

  .blue-heading-2s.blue-section, .white-heading-2s {
    font-size: 46px;
    line-height: 100%;
  }

  .rt-number-img-bg-inner {
    width: 220px;
    height: 220px;
    font-size: 40px;
  }

  .rt-component-container-5 {
    max-width: 90%;
  }

  .rt-home-one-support-image-three {
    left: -17%;
  }

  .rt-faq-item-trigger {
    font-size: 38px;
  }

  .rt-padding-bottom-seventeen.rt-max-width-four-fifty {
    max-width: 100%;
    font-size: 76px;
    line-height: 70px;
  }

  .rt-faq-accordion-wrapper {
    margin-bottom: 20px;
  }

  .rt-hero-sub-heading.rt-header-font.rt-home-three-section-eight-subheading.rt-text-white-4, .rt-hero-button-icon-wrap, .rt-hero-button-text {
    font-size: 32px;
  }

  .rt-home-three-section-eight-heading {
    font-size: 76px;
    line-height: 70px;
  }

  .rt-button-five.rt-banner-one-button {
    height: 100px;
  }

  .rt-body-font-color-3 {
    font-size: 32px;
    line-height: 40px;
  }

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

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

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

  .heading-6 {
    font-size: 76px;
  }

  .rt-component-container-9 {
    max-width: 90%;
  }

  .rt-no-margin-2 {
    font-size: 76px;
    line-height: 70px;
  }

  .text-block-4 {
    font-size: 32px;
  }

  .heading-7 {
    font-size: 76px;
  }

  .rt-footer-address-flex-2 {
    margin-top: 40px;
  }

  .rt-image-height-auto-3 {
    width: 60px;
    height: 50px;
  }

  .heading-8 {
    font-size: 38px;
  }

  .link-block-4 {
    width: 100%;
  }

  .heading-9 {
    font-size: 76px;
  }

  .rt-category-cards-text-9 {
    font-size: 38px;
    line-height: 40px;
  }

  .rt-body-font-color-5 {
    font-size: 32px;
    line-height: 40px;
  }

  .rt-header-3 {
    z-index: 2;
  }

  .rt-button-icon-wrapper-3 {
    height: 100px;
  }

  .rt-sub-heading-two-2 {
    font-size: 38px;
  }

  .rt-button-15 {
    height: 100px;
  }

  .rt-hover-in-text-3 {
    font-size: 28px;
  }

  .rt-small-brown-text-2, .rt-home-two-about-text-wrapper-2, .rt-category-cards-text-11.rt-text-white-5 {
    font-size: 32px;
  }

  .rt-precision-card-body-icon-column-2 {
    background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  }

  .rt-padding-top-twenty-2.rt-body-font-color {
    margin-top: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .rt-precision-card-body-caption-column-2, .rt-discover-btn {
    font-size: 32px;
  }

  .rt-precision-card-2.rt-home-two.rt-home-two-page {
    height: 600px;
  }

  .text-block-5 {
    font-size: 32px;
    line-height: 40px;
  }

  .rt-category-cards-text-12.rt-margin-bottom-ten-5 {
    font-size: 22px;
  }

  .rt-body-font-color-7 {
    font-size: 16px;
  }

  .rt-radius-six-4.rt-responsive-full-width-10.rt-auto-fit-21.rt-full-width-6 {
    height: 500px;
  }

  .heading-10 {
    font-size: 46px;
    line-height: 70px;
  }

  .paragraph-5 {
    font-size: 24px;
    line-height: 100%;
    overflow: visible;
  }

  .rt-category-cards-text-13 {
    font-size: 38px;
  }

  .rt-margin-top-eighteen.rt-body-font-color-8 {
    color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
    font-size: 32px;
    line-height: 40px;
  }

  .rt-home-one-about-cards {
    height: 500px;
  }

  .rt-home-about-card-description {
    font-size: 28px;
    line-height: 40px;
  }

  .paragraph-6 {
    font-size: 32px;
    line-height: 40px;
  }

  .rt-category-cards-text-14 {
    font-size: 38px;
    line-height: 40px;
  }

  .rt-logistic-section-image {
    width: 500px;
    height: 600px;
  }

  .rt-logistic-box-paragraph {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-12 {
    font-size: 76px;
  }

  .heading-13 {
    font-size: 76px;
    line-height: 80px;
  }

  .image-7 {
    width: 200px;
    height: 150px;
  }

  .lynx-nav-button-2 {
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 60px;
    font-size: 18px;
    display: flex;
  }

  .uui-navbar07_link {
    font-size: 18px;
  }

  .recaptcha {
    transform: scale(1.4);
  }

  .body {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-7 {
    font-size: 18px;
    line-height: 40px;
  }

  .paragraph-8 {
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text {
    font-size: 38px;
  }

  .paragraph-9, .paragraph-10 {
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-2 {
    font-size: 38px;
  }

  .paragraph-11 {
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-3 {
    font-size: 38px;
  }

  .paragraph-12 {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-13 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-43 {
    margin-top: 20px;
  }

  .paragraph-14 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-14 {
    font-size: 76px;
    line-height: 70px;
  }

  .rt-home-one-support-image-three-2 {
    left: -17%;
  }

  .flex-block {
    padding-left: 60px;
  }
}

@media screen and (max-width: 991px) {
  .rt-category-cards-text.rt-text-white {
    max-width: none;
  }

  .section {
    padding-top: 80px;
  }

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

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

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

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

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

  .rt-about-two-expert-content-block, .rt-category-cards-text-2.rt-text-white-3, .rt-home-one-our-service-heading {
    max-width: none;
  }

  .rt-home-one-service-top-wrap {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-small-counter-text {
    font-size: 25px;
    line-height: 30px;
  }

  .rt-home-one-service-grid {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }

  .rt-counter.rt-heading-three-counter {
    height: 30px;
  }

  .rt-home-one-our-service-top-right-block {
    max-width: none;
  }

  .content-box {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .rt-precision-card-body-icon-column {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-precision-card-body-row {
    align-items: stretch;
  }

  .rt-precision-card {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 0;
  }

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

  .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-home-three-about-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
  }

  .rt-home-three-about-view-button-wrapper, .rt-home-three-about-image-merquee-wrapper {
    display: none;
  }

  .rt-home-three-about-box.rt-padding-top-eighty, .rt-home-three-about-box.rt-padding-top-fourty {
    margin-top: 0;
  }

  .rt-home-two-service-card-four {
    width: 100%;
  }

  .rt-home-two-service {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rt-home-two-service-block {
    flex-flow: column;
  }

  .rt-home-two-service-card-two, .rt-home-two-service-card-three, .rt-home-two-service-card-one {
    width: 100%;
  }

  .rt-home-two-service-text {
    max-width: 100%;
  }

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

  .rt-creative-agency-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rt-home-one-submit {
    width: 200px;
  }

  .rt-contact-two-flex-one {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .rt-contact-two-flex-two {
    margin-bottom: 25px;
  }

  .rt-home-one-form-text-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-form-flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 10px;
  }

  .rt-contact-two-block-right {
    max-width: 100%;
    height: 450px;
    padding-left: 40px;
  }

  .rt-contact-two-block-left {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .rt-contact-two-form-block {
    display: block;
  }

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

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

  .rt-footer-one-box-main {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 2.5fr;
    padding-bottom: 28px;
    display: grid;
  }

  .rt-email-field.rt-footer-email-field {
    background-position: 10px;
    padding-left: 45px;
  }

  .rt-footer-logo-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-footer-logo-box.rt-footer-column-width {
    max-width: 600px;
  }

  .rt-footer-one-logo-new {
    padding-top: 0;
  }

  .rt-footer-one-top-contain {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    padding-bottom: 50px;
  }

  .rt-footer-one-subscribe-tab {
    max-width: 500px;
  }

  .rt-footer-one-bottom-contain {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .rt-footer-three-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: flex-start;
    padding-bottom: 70px;
  }

  .rt-footer-two-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-footer-menu-links {
    grid-column-gap: 30px;
  }

  .rt-button-6 {
    z-index: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .rt-collection-list {
    grid-template-columns: 1fr 1fr;
  }

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

  .rt-grid-2 {
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .rt-hamburger-line-three {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rt-hamburger-line-three.rt-change-line-bg-color {
    background-color: #0d1018;
  }

  .rt-hamburger-line-one {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .rt-hamburger-line-one.rt-change-line-bg-color {
    background-color: #0d1018;
  }

  .rt-button-13.rt-underline-off.rtresponsive-display-off {
    display: none;
  }

  .rt-haamburger-line-two {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rt-haamburger-line-two.rt-change-line-bg-color {
    background-color: #0d1018;
  }

  .rt-hamburger {
    justify-content: flex-end;
    display: flex;
  }

  .rt-menu-hamburger-main {
    z-index: 99;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    display: flex;
    position: relative;
  }

  .rt-menu-hamburger-main.rt-padding-right-off {
    padding-right: 0;
  }

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

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

  .rt-about-one-hero-pop-box {
    bottom: 80px;
  }

  .rt-home-one-hero-container {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .rt-home-one-hero-container.rt-home-two-hero-container {
    padding-top: 65px;
  }

  .rt-home-one-hero-container.rt-home-two-hero-container.rt-about-one-hero-container {
    padding-top: 77px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .rt-home-one-hero-image-wrapper {
    display: none;
  }

  .rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
    min-width: 100%;
    height: 600px;
    position: static;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner {
    background-position: 50%;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner.rt-about-one-hero-section {
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 80px;
    display: flex;
  }

  .rt-home-one-hero-description {
    max-width: 700px;
    padding-bottom: 23px;
  }

  .rt-home-one-heading {
    padding-bottom: 4px;
  }

  .rt-home-one-heading.rt-about-one-hero-heading {
    max-width: 770px;
  }

  .rt-about-one-slider-right-arrow {
    z-index: 22;
    left: 10%;
  }

  .rt-about-one-slider-left-arrow {
    left: 3%;
  }

  .rt-about-one-hero-slider-musk {
    min-width: 100%;
  }

  .rt-about-one-hero-slider {
    min-width: 100%;
    padding-left: 0;
  }

  .rt-about-one-hero-slide-image.rt-image-two-absolute, .rt-about-one-hero-slide-image.rt-image-three-absolute {
    width: 100%;
    height: 100%;
  }

  .rt-about-one-hero-slide-image.rt-image-one-absolute {
    width: 100%;
    height: auto;
  }

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

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

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

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

  .container-2 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

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

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

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

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

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

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

  .button.landing-page-button {
    padding-right: 20px;
  }

  .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-flex {
    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-three-accordion-answer-2.rt-about-three-accordion-answer, .rt-about-three-accordion-about-box-2 {
    max-width: none;
  }

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

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

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

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

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

  .rt-number-img-bg-inner {
    width: 150px;
    height: 150px;
    font-size: 30px;
    line-height: 40px;
  }

  .rt-arrow-img-left {
    display: none;
  }

  .rt-number-block-2 {
    grid-column-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .rt-arrow-down-img {
    display: none;
  }

  .rt-number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .rt-arrow-circle-block {
    grid-column-gap: 10px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

  .rt-team-two-process-block-left {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .rt-home-one-support-flex {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .rt-home-one-support-image-block {
    width: 100%;
  }

  .rt-home-one-support-image-three {
    left: 0%;
  }

  .rt-home-one-support-main-image {
    object-position: 50% 0%;
    width: 80%;
    height: 600px;
  }

  .rt-service-one-scroll-bg-wrapper {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .rt-home-three-scroll-subheading-wrapper {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .rt-home-three-section-eight-heading {
    max-width: 100%;
  }

  .rt-team-one-expert-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rt-radius-six.rt-responsive-full-width-4, .rt-responsive-full-width-4 {
    width: 100%;
  }

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

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

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

  .rt-progress-number-one {
    font-size: 55px;
  }

  .rt-about-square-one-block {
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0;
    padding-top: 22%;
    padding-bottom: 22%;
  }

  .rt-about-square-main-block {
    padding-top: 1.6rem;
    display: block;
  }

  .rt-about-square-two-block {
    background-size: contain;
    margin-top: 0;
    padding-top: 22%;
    padding-bottom: 22%;
  }

  .rt-about-square-two-block.rt-hover-white-bg.rt-polygon-two {
    margin-left: 0;
  }

  .rt-about-square-three-block {
    margin-bottom: 0;
    padding-top: 22%;
    padding-bottom: 22%;
  }

  .rt-about-square-three-block.rt-hover-white-bg.rt-polygon-three {
    margin-left: 0;
  }

  .rt-counter-number {
    letter-spacing: 1.4px;
    font-size: 70px;
    line-height: 80px;
  }

  .rt-ninth-text-section {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

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

  .rt-ninth-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rt-counter-box-4 {
    height: 70px;
  }

  .rt-counter-block {
    min-width: 0;
  }

  .rt-four-counter-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .rt-down-counter-sections {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .rt-scroll-content {
    margin-top: 12px;
    margin-bottom: 25px;
  }

  .rt-marquee-text {
    font-size: 50px;
    line-height: 110px;
  }

  .rt-about-one-video-text {
    display: none;
  }

  .rt-play-pause-button {
    width: 80px;
    height: 80px;
  }

  .rt-heading-six-9 {
    letter-spacing: -.32px;
    font-size: 16px;
    line-height: 26px;
  }

  .rt-background-video {
    height: 400px;
  }

  .rt-about-one-video-marque {
    bottom: -24px;
  }

  .location {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rt-home-three-accordion-section {
    flex-flow: column;
  }

  .rt-home-three-accordion-wrap-heading {
    margin-bottom: 30px;
  }

  .rt-branches-text-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .rt-branches-list-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-20 {
    grid-template-columns: .5fr;
  }

  .rt-contact-block-two-left {
    align-self: flex-start;
  }

  .rt-home-one-submit-2 {
    width: 200px;
  }

  .rt-contact-two-flex-one-2 {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .rt-contact-two-flex-two-2 {
    margin-bottom: 25px;
  }

  .rt-footer-social-flex-2 {
    justify-content: flex-start;
  }

  .rt-home-one-form-text-field-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-contact-one-block-two {
    padding-left: 0;
  }

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

  .rt-team-one-expert-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .rt-radius-six-2.rt-responsive-full-width-6, .rt-responsive-full-width-6 {
    width: 100%;
  }

  .rt-image-effect-wrapper {
    height: auto;
  }

  .rt-donor-wrapper {
    max-width: none;
  }

  .rt-home-two-about-text-wrapper {
    max-width: none;
    padding-top: 0;
  }

  .rt-home-two-business-potential-image-wrapper {
    max-width: 100%;
    padding-left: 0;
  }

  .rt-home-two-business-potential-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-3d-trigger-image {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-team-one-expert-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .rt-radius-six-3.rt-responsive-full-width-8, .rt-responsive-full-width-8 {
    width: 100%;
  }

  .link-block-5 {
    z-index: 20;
    position: relative;
  }

  .lottie {
    z-index: 11;
    cursor: pointer;
    width: 50px;
    height: 40px;
    display: flex;
    position: relative;
  }

  .rt-button-14.rt-underline-off.rtresponsive-display-off {
    z-index: 11;
    flex: 0 auto;
    width: auto;
    height: 50px;
    display: flex;
  }

  .menu-link-cont {
    z-index: 10;
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-height: 100vh;
    margin-left: -100%;
    padding-left: 40px;
    position: fixed;
    inset: 0%;
  }

  .menu-links {
    font-size: 18px;
  }

  .menu-links:hover {
    border: 1px solid #6d6d6d;
    border-radius: 0;
  }

  .div-block-26 {
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-menu-button {
    padding: 0;
  }

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

  .rt-menu-links {
    padding: 10px 40px;
  }

  .rt-hamburger-3 {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding-left: 15px;
    display: flex;
  }

  .rt-navbar-menu {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
    flex-flow: column;
    align-items: center;
    min-height: 100vh;
    padding-top: 20px;
    display: flex;
    position: absolute;
  }

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

  .rt-menu-bar {
    background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    padding: 0;
  }

  .rt-menu-bar.rt-bar-three {
    margin-bottom: 0;
  }

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

  .rt-header-button {
    font-size: 32px;
    display: block;
  }

  .rt-dropdown-toggle-6 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .rt-header-3 {
    padding: 10px 40px;
  }

  .rt-navbar-right-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .rt-main-nav-mega-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: auto;
    min-width: auto;
    margin-top: 0;
    padding: 5px 0;
  }

  .rt-mega-menu-links-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: stretch;
  }

  .rt-mega-menu-links-wrapper.rt-mega-menu-margin-top {
    margin-top: 0;
  }

  .rt-dropdown-list-two.rt-border-radius-six.w--open {
    position: relative;
    top: 0;
  }

  .rt-dropdown-list-two.rt-border-radius-six.rt-pages-dropdown {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .rt-navbar-content-wrapper {
    position: static;
  }

  .rt-header-button-text.rt-white-button-text {
    font-size: 32px;
  }

  .nav-link {
    flex: 0 auto;
    margin-top: 100px;
    font-size: 32px;
    display: block;
  }

  .rt-component-container-14 {
    margin-top: 100px;
  }

  .rt-component-section-10.rt-image-box-v10 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .rt-overflow-hidden-8.rt-home-two-business-potential-main-image {
    height: 500px;
  }

  .rt-image-effect-wrapper-2 {
    height: auto;
  }

  .rt-donor-wrapper-2 {
    max-width: none;
  }

  .rt-image-effect-2.rt-cover-image-4 {
    object-position: 30% 40%;
  }

  .rt-home-two-about-text-wrapper-2 {
    max-width: none;
    padding-top: 0;
  }

  .rt-home-two-business-potential-image-wrapper-2 {
    max-width: 100%;
    padding-left: 0;
  }

  .rt-home-two-business-potential-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-3d-trigger-image-2 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

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

  .rt-collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

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

  .rt-precision-card-body-icon-column-2 {
    background-color: var(--radiant-ui-components-library-marketplace--color--logo-light-blue);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-precision-card-body-row-2 {
    align-items: stretch;
  }

  .rt-precision-card-body-caption-column-2 {
    background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  }

  .rt-discover-btn {
    color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  }

  .rt-precision-card-2 {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 0;
  }

  .rt-precision-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-8 {
    grid-template-columns: 1fr 1fr;
  }

  .image-6 {
    width: 100%;
  }

  .collection-list-9, .rt-team-one-expert-grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .rt-radius-six-4.rt-responsive-full-width-10, .rt-responsive-full-width-10 {
    width: 100%;
  }

  .rt-progress-number-one-2 {
    font-size: 55px;
  }

  .rt-about-square-one-block-2 {
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0;
    padding-top: 22%;
    padding-bottom: 22%;
  }

  .rt-about-square-main-block-2 {
    padding-top: 1.6rem;
    display: block;
  }

  .rt-about-square-two-block-2 {
    background-size: contain;
    margin-top: 0;
    padding-top: 22%;
    padding-bottom: 22%;
  }

  .rt-about-square-two-block-2.rt-hover-white-bg.rt-polygon-two {
    margin-left: 0;
  }

  .rt-about-square-three-block-2 {
    margin-bottom: 0;
    padding-top: 22%;
    padding-bottom: 22%;
  }

  .rt-about-square-three-block-2.rt-hover-white-bg.rt-polygon-three {
    margin-left: 0;
  }

  .rt-about-two-why-heading {
    max-width: none;
  }

  .rt-about-two-why-wrap {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
  }

  .rt-about-two-why-left-block {
    max-width: none;
  }

  .rt-home-one-about-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .rt-home-one-about-card-text {
    justify-content: center;
    align-items: flex-start;
  }

  .rt-collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-35 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .rt-tag-wrapper {
    margin-bottom: 15px;
  }

  .rt-logistic-heading {
    margin-bottom: 22px;
  }

  .rt-logistic-section-image {
    height: 300px;
  }

  .rt-logistic-hrading-paragraph {
    width: 100%;
    margin-bottom: 40px;
  }

  .rt-logistic-card-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .link-block-7 {
    width: 100%;
  }

  .collection-list-11 {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-item-5, .div-block-39 {
    width: 100%;
  }

  .collection-list-13 {
    grid-template-columns: 1fr 1fr;
  }

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

  .grid-3 {
    grid-template-columns: .25fr;
  }

  .grid-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-41 {
    background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-42 {
    padding-left: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .menu-icon_line-middle {
    color: #f9fafb;
    background-color: #f9fafb;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-bottom {
    background-color: #f9fafb;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link-list {
    background-color: #1c1c1c;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_dropdown-link-list:hover {
    background-color: #1c1c1c;
  }

  .menu-icon_line-top {
    background-color: #f9fafb;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar07_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .image-7 {
    cursor: pointer;
  }

  .link-block-10 {
    z-index: 6;
    position: relative;
  }

  .uui-dropdown-icon {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_component {
    background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle {
    color: #f9fafb;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: #d4af37;
  }

  .uui-navbar07_menu-button.w--open {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: #58585875;
  }

  .uui-navbar07_button-wrapper {
    text-align: left;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .lynx-nav-button-2 {
    border: 1px solid var(--radiant-ui-components-library-marketplace--color--white);
    width: 170px;
    margin-top: 40px;
    margin-left: 0;
    font-size: 17px;
  }

  .lynx-nav-button-2:hover {
    border: 2px solid var(--radiant-ui-components-library-marketplace--color--white);
    background-color: var(--radiant-ui-components-library-marketplace--color--logo-light-blue);
  }

  .uui-navbar07_menu {
    background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar07_link {
    color: #f9fafb;
    text-align: left;
    width: 100%;
    padding: .75rem 0;
    font-size: 1.5rem;
  }

  .uui-navbar07_link:hover {
    color: var(--radiant-ui-components-library-marketplace--color--logo-light-blue);
  }

  .uui-navbar07_link:lang(en) {
    color: #fff;
  }

  .uui-navbar07_menu-right {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .rt-home-one-support-flex-2 {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .rt-home-one-support-image-block-2 {
    width: 100%;
  }

  .rt-home-one-support-image-three-2 {
    left: 0%;
  }

  .rt-image-effect-wrapper-3 {
    height: auto;
  }

  .rt-donor-wrapper-3 {
    max-width: none;
  }

  .rt-home-two-about-text-wrapper-3 {
    max-width: none;
    padding-top: 0;
  }

  .rt-home-two-business-potential-image-wrapper-3 {
    max-width: 100%;
    padding-left: 0;
  }

  .rt-home-two-business-potential-wrapper-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-3d-trigger-image-3 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .grid-5, .grid-7 {
    grid-template-columns: 1fr;
  }

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

  .rt-precision-card-body-icon-column-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-precision-card-body-row-3 {
    align-items: stretch;
  }

  .rt-precision-card-3 {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 0;
  }

  .rt-precision-grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-team-one-expert-grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .rt-radius-six-5.rt-responsive-full-width-12, .rt-responsive-full-width-12 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .background-image {
    background-position: 50%;
    background-size: cover;
  }

  .section.about-us {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .rt-home-one-service-grid {
    grid-template-columns: 1fr;
  }

  .rt-home-one-our-service-top-right-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .content-box {
    grid-template-rows: auto auto;
    grid-auto-flow: row;
  }

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

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

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

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

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

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

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

  .rt-home-three-about-main {
    grid-template-columns: 1fr;
  }

  .rt-auto-fit-5.rt-landskape-image-full-width {
    width: 100%;
    height: 100%;
  }

  .rt-autofit {
    height: auto;
  }

  .rt-autofit-2.rt-image-full-width.rt-image-auto-change {
    object-position: 50% 20%;
  }

  .rt-creative-agency-team-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-margin-bottom-zero.rt-padding-left-right-twenty-one {
    padding-left: 10%;
    padding-right: 10%;
  }

  .rt-home-one-submit {
    width: 100%;
  }

  .rt-contact-two-flex-one, .rt-contact-two-flex-two {
    flex: 1;
  }

  .rt-form-flex-block {
    display: block;
  }

  .rt-contact-two-block-right {
    height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .rt-footer-one-box-main {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1.5fr 1fr;
  }

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

  .rt-form-3.rt-footer-three-form {
    justify-content: flex-start;
    align-items: stretch;
  }

  .rt-form-display-none {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .rt-email-field {
    background-position: 10px;
  }

  .rt-email-field.rt-footer-email-field {
    width: 100%;
    min-width: auto;
  }

  .rt-footer-row {
    flex-flow: column;
  }

  .rt-footer-logo-box {
    flex: 0 auto;
  }

  .rt-footer-logo-box.rt-footer-column-width {
    max-width: none;
    padding-bottom: 8px;
  }

  .rt-footer-link-heading {
    padding-bottom: 15px;
  }

  .rt-footer-container-2.rt-footer-three {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 29px;
  }

  .rt-social-media-box-3 {
    padding-bottom: 10px;
  }

  .rt-social-media-box-3.rt-margin-bottom-zero {
    padding-bottom: 0;
  }

  .rt-footer-one-bottom-contain {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .rt-footer-two-bottom-wrapper {
    flex-flow: column;
  }

  .rt-footer-bottom-text {
    font-size: 15px;
    line-height: 25px;
  }

  .rt-footer-three-contact-links-wrap {
    margin-top: 40px;
  }

  .rt-footer-menu-links {
    grid-column-gap: 20px;
  }

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

  .rt-footer-three-title {
    grid-row-gap: 30px;
  }

  .rt-collection-list {
    grid-template-columns: 1fr;
  }

  .rt-agentic {
    padding-left: 0;
  }

  .rt-about-one-hero-pop-box {
    display: none;
  }

  .rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
    height: 300px;
  }

  .rt-home-one-hero-text-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-sub-heading.rt-text-blue.rt-about-one-hero-about-title {
    text-align: center;
  }

  .rt-home-one-hero-description {
    text-align: center;
    max-width: 670px;
  }

  .rt-home-one-heading.rt-about-one-hero-heading {
    text-align: center;
  }

  .rt-home-one-heading.rt-about-one-hero-heading.rt-text-black {
    text-align: left;
  }

  .rt-about-one-slider-right-arrow {
    margin-bottom: 20px;
    left: auto;
    right: 3%;
  }

  .rt-about-one-slider-left-arrow {
    margin-bottom: 20px;
  }

  .rt-about-one-hero-slide-image.rt-image-one-absolute {
    object-position: 50% 50%;
    height: 100%;
  }

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

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

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

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

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

  .div-block-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .button {
    height: 75px;
  }

  .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-about-three-accordion-wrapper-2 {
    margin-top: 0;
  }

  .rt-number-img-bg-inner {
    width: 100px;
    height: 100px;
    font-size: 25px;
    line-height: 35px;
  }

  .rt-number-block-2 {
    text-align: left;
    margin-top: 20px;
  }

  .rt-number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .rt-arrow-circle-block {
    flex-direction: column;
  }

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

  .rt-home-one-support-main-image {
    width: 100%;
    height: 400px;
  }

  .rt-home-three-scroll-subheading-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .rt-team-one-expert-grid {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

  .rt-ninth-text-section {
    justify-content: center;
    align-items: center;
  }

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

  .rt-up-counter-sections {
    flex-flow: row;
    display: flex;
  }

  .rt-counter-block {
    width: 50%;
  }

  .rt-four-counter-section {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .rt-down-counter-sections {
    flex-flow: row;
    display: flex;
  }

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

  .rt-marquee-train-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-marquee-text {
    font-size: 40px;
    line-height: 70px;
  }

  .rt-play-button-icon {
    width: 15px;
    height: 17px;
  }

  .rt-heading-six-9 {
    letter-spacing: -.3px;
    font-size: 15px;
    line-height: 25px;
  }

  .rt-background-video {
    height: 250px;
  }

  .rt-about-one-video-marque {
    bottom: -15px;
  }

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

  .rt-home-three-accordion-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-three-accordion-question {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rt-branches-list-wrapper, .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .rt-contact-block-two-left {
    max-width: 100%;
  }

  .rt-contact-one-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .rt-home-one-submit-2 {
    width: 100%;
  }

  .rt-contact-two-flex-one-2, .rt-contact-two-flex-two-2 {
    flex: 1;
  }

  .rt-contact-one-block-two {
    padding-top: 25vh;
    display: block;
  }

  .rt-contact-one-form-block {
    margin-top: 20px;
  }

  .image-4 {
    height: 300px;
  }

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

  .rt-team-one-expert-grid-2 {
    grid-template-columns: 1fr;
  }

  .rt-overflow-hidden-5.rt-home-two-business-potential-main-image {
    height: auto;
  }

  .rt-button-icon-wrapper-2 {
    height: 50px;
  }

  .rt-button-8 {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

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

  .rt-team-one-expert-grid-3 {
    grid-template-columns: 1fr;
  }

  .lottie {
    height: 30px;
  }

  .rt-avenor-logo, .rt-avenor-logo.w--current {
    padding-left: 0;
  }

  .rt-header-3 {
    border-bottom-color: #0003;
  }

  .rt-navbar-right-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .rt-navbar-content-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .rt-overflow-hidden-8.rt-home-two-business-potential-main-image {
    height: auto;
  }

  .rt-button-icon-wrapper-3 {
    height: 50px;
  }

  .rt-button-15 {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .rt-image-effect-2.rt-cover-image-4 {
    object-position: 30% 30%;
    height: 300px;
  }

  .rt-collection-list-2 {
    grid-template-columns: 1fr;
  }

  .rt-precision-card-body-icon-column-2 {
    border: 1px solid var(--radiant-ui-components-library-marketplace--color--white);
    background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
    border-radius: 10px;
  }

  .rt-discover-btn {
    text-decoration: underline;
  }

  .rt-precision-grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .collection-list-8 {
    grid-template-columns: 1fr;
  }

  .image-6 {
    height: 300px;
  }

  .collection-list-9 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .rt-team-one-expert-grid-4 {
    grid-template-columns: 1fr;
  }

  .rt-radius-six-4.rt-responsive-full-width-10.rt-auto-fit-21.rt-full-width-6 {
    object-position: 20% 50%;
    width: 100%;
  }

  .div-block-30 {
    padding-left: 40px;
  }

  .div-block-31 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .link-block-6 {
    width: 100%;
  }

  .rt-counter-5.rt-about-two-counter {
    height: 80px;
  }

  .rt-about-two-counter-number {
    font-size: 70px;
    line-height: 80px;
  }

  .collection-list-10 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-collection-list-3 {
    grid-template-columns: 1fr;
  }

  .div-block-35 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rt-tag-wrapper, .rt-tag-wrapper.rt-tab-view {
    margin-bottom: 18px;
  }

  .rt-logistic-heading {
    margin-bottom: 20px;
  }

  .rt-logistic-section-image {
    object-fit: cover;
    width: 100%;
  }

  .rt-logistic-card-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .collection-list-11, .collection-list-13 {
    grid-template-columns: 1fr;
  }

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar07_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar07_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar07_link {
    font-size: 1.5rem;
  }

  .rt-overflow-hidden-11.rt-home-two-business-potential-main-image {
    height: auto;
  }

  .rt-button-icon-wrapper-4 {
    height: 50px;
  }

  .rt-button-16 {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .grid-6 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .rt-precision-grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .rt-team-one-expert-grid-5 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .landing-page-holder {
    padding-left: 0;
  }

  .background-image {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 100px;
  }

  .div-block {
    padding-top: 40px;
    padding-left: 0;
  }

  .section {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.metrics {
    padding-top: 80px;
  }

  .section.about-us {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.form {
    padding-left: 5px;
    padding-right: 5px;
  }

  .rt-component-container-2.rt-container-full {
    max-width: 100%;
  }

  .rt-counter-box.rt-mobile-center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .rt-home-one-our-service-top-right-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content-box {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .button-holder {
    height: auto;
  }

  .rt-precision-card-body-icon-column {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .rt-precision-card-body-caption-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

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

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

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

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

  .rt-home-two-service-card-four, .rt-home-two-service-card-two {
    height: 411px;
  }

  .rt-home-two-service-text-main {
    padding: 20px;
  }

  .rt-home-two-service-card-three, .rt-home-two-service-card-one {
    height: 411px;
  }

  .rt-margin-bottom-zero.rt-padding-left-right-twenty-one {
    padding-left: 5%;
    padding-right: 5%;
  }

  .rt-margin-bottom-zero.rt-padding-left-right-twenty-one.rt-body-font-color {
    text-align: left;
    padding-left: 0%;
    padding-right: 0%;
  }

  .rt-home-one-form-text-field.rt-menu-two-field.rt-contact-two-input {
    text-transform: none;
  }

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

  .rt-footer-one-box-main {
    grid-template-columns: 1.5fr;
  }

  .rt-email-field, .rt-email-field.rt-footer-email-field {
    min-width: auto;
  }

  .rt-footer-link-heading {
    padding-bottom: 10px;
  }

  .rt-footer-container-2.rt-footer-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .rt-footer-three-main {
    flex-flow: column;
  }

  .rt-auto-fit-17.rt-mobile-image-full-width {
    width: 100%;
    height: 100%;
  }

  .heading-2 {
    font-size: 42px;
    line-height: 100%;
  }

  .rt-grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-agentic {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
    height: 400px;
  }

  .rt-home-one-hero-text-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner {
    background-image: url('../images/Home-One-Hero-Bg.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner.rt-about-one-hero-section.rt-display {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-one-hero-description {
    text-align: left;
  }

  .rt-home-one-heading {
    text-align: center;
  }

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

  .rt-button-new {
    padding-top: 13.5px;
    padding-bottom: 15.5px;
  }

  .rt-about-one-hero-slide-image.rt-image-one-absolute {
    object-fit: cover;
    object-position: 50% 50%;
  }

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

  .container-2 {
    max-width: none;
  }

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

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

  .div-block-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: 100%;
  }

  .button {
    height: 55px;
  }

  .button.landing-page-button, .button.landing-page-button-2 {
    width: 200px;
    height: 55px;
  }

  .rt-home-three-number-block {
    display: block;
  }

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

  .white-heading-2s {
    text-align: left;
  }

  .div-block-11 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .rt-number-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-number-block-2.rt-number-block-revers {
    flex-direction: column-reverse;
  }

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

  .rt-service-process-step-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .rt-service-process-step-2.rt-team-two {
    display: block;
  }

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

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

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

  .rt-component-section-6.rt-vision-section {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-font-change {
    display: inline;
  }

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

  .rt-accordian-content {
    padding-left: 0;
  }

  .rt-faq-item-trigger {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-home-one-support-main-image {
    object-position: 50% 0%;
    height: 300px;
  }

  .rt-home-one-support-image-four, .rt-home-three-section-eight-line {
    display: none;
  }

  .rt-home-three-cta-button-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

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

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

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

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

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

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

  .rt-accordion-tab-wrap-2 {
    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-progress-number-one {
    font-size: 45px;
  }

  .rt-about-square-one-block, .rt-about-square-two-block, .rt-about-square-three-block {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .rt-up-counter-sections {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .rt-counter-block {
    width: 100%;
    min-width: 100%;
  }

  .rt-down-counter-sections {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .rt-marquee-text {
    font-size: 22px;
    line-height: 60px;
  }

  .rt-about-one-video-marque {
    bottom: -14px;
  }

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

  .collection-list-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-19 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-kampus-8428076.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-19.personal-injury {
    background-image: url('../images/pexels-rdne-6519905.jpg'), linear-gradient(#0000, #0000);
    background-position: 40%, 0 0;
  }

  .div-block-19.family-law {
    background-image: url('../images/zoriana-stakhniv-PUVgHyBgZn8-unsplash.jpg'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .heading-7 {
    text-align: center;
    font-size: 32px;
  }

  .rt-contact-two-flex-one-2.rt-contact-one-flex {
    display: none;
  }

  .rt-contact-one-block-two {
    padding-top: 60%;
  }

  .link-block-4 {
    width: 100%;
  }

  .space {
    height: 5vh;
  }

  .div-block-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-icon-in {
    opacity: 0;
  }

  .rt-donor-wrapper {
    flex-flow: wrap;
  }

  .rt-category-cards-text-9 {
    color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  }

  .rt-body-font-color-5 {
    color: var(--black);
  }

  .menu-holder {
    width: 100%;
    overflow: hidden;
  }

  .rt-component-container-14 {
    margin-top: 100px;
  }

  .rt-icon-in-2 {
    opacity: 0;
  }

  .rt-donor-wrapper-2 {
    flex-flow: wrap;
  }

  .rt-image-effect-2.rt-cover-image-4 {
    height: 350px;
  }

  .rt-auto-fit-20.rt-mobile-image-full-width {
    width: 100%;
    height: 100%;
  }

  .rt-precision-card-body-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-precision-card-body-icon-column-2 {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .rt-precision-card-body-caption-column-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-team-one-expert-card-4.rt-overflow-hidden-9 {
    overflow: hidden;
  }

  .rt-radius-six-4.rt-responsive-full-width-10.rt-auto-fit-21.rt-full-width-6 {
    overflow: visible;
  }

  .div-block-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-10 {
    font-family: DM Serif Display, sans-serif;
    font-size: 32px;
  }

  .div-block-31 {
    grid-template-rows: auto auto;
  }

  .section-2 {
    padding-bottom: 100px;
  }

  .paragraph-5 {
    width: 90%;
    font-size: 24px;
    line-height: 100%;
  }

  .rt-progress-number-one-2 {
    font-size: 45px;
  }

  .rt-about-square-one-block-2, .rt-about-square-two-block-2, .rt-about-square-three-block-2 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .rt-category-cards-text-13 {
    font-family: DM Sans, sans-serif;
  }

  .rt-about-two-why-right-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .space-block {
    height: 100px;
  }

  .rt-home-one-about-cards {
    grid-template-columns: 1fr;
    width: 100%;
    height: 400px;
  }

  .rt-about-card-overlay {
    display: none;
  }

  .rt-home-one-about-card-text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-33 {
    background-position: 90%;
    background-size: cover;
  }

  .collection-list-10 {
    grid-template-columns: 1fr;
  }

  .rt-auto-fit-22.rt-mobile-image-full-width {
    width: 100%;
    height: 100%;
  }

  .div-block-35 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-tag-wrapper {
    margin-bottom: 16px;
  }

  .rt-logistic-heading {
    margin-bottom: 30px;
  }

  .rt-card-content-box {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .rt-white-box-overlay {
    transform: skew(-16deg);
  }

  .slide {
    height: 100%;
  }

  .heading-12 {
    font-size: 32px;
  }

  .div-block-41 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-13 {
    font-size: 32px;
  }

  .div-block-42 {
    width: 100%;
  }

  .uui-navbar07_component {
    background-color: #fff0;
  }

  .uui-navbar07_menu-left {
    grid-row-gap: 2rem;
  }

  .image-7 {
    width: 100px;
    height: 90px;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
  }

  .uui-navbar07_button-wrapper {
    text-align: left;
    justify-content: center;
  }

  .lynx-nav-button-2 {
    width: 200px;
    height: 50px;
    margin-top: 40px;
  }

  .uui-navbar07_menu {
    background-color: var(--radiant-ui-components-library-marketplace--color--logo-dark-blue);
  }

  .uui-navbar07_link {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
  }

  .recaptcha {
    width: 100%;
    overflow: visible;
    transform: scale(.8);
  }

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

  .rt-font-change-2 {
    display: inline;
  }

  .rt-home-one-support-image-two-2 {
    display: none;
  }

  .rt-accordian-content-2 {
    padding-left: 0;
  }

  .rt-faq-item-trigger-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-home-one-support-image-four-2 {
    display: none;
  }

  .rt-icon-in-3 {
    opacity: 0;
  }

  .rt-donor-wrapper-3 {
    flex-flow: wrap;
  }

  .left-side, .right-side {
    background-color: #fff;
  }

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

  .section-5, .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-precision-card-body-icon-column-3 {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .rt-precision-card-body-caption-column-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#w-node-_393bfa7a-d6ed-a7d5-b6b2-a2b778c69c2b-c7b2bd43 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: auto;
}

#w-node-_30687d93-27b0-9228-f7e7-09075a3df407-c7b2bd43 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center end;
}

#w-node-e6124a70-49c1-268c-5191-fbe5faa60538-c7b2bd43 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6c1e1902-f2c3-3cca-ba2a-6865190f1ba6-190f1ba0 {
  place-self: center end;
}

#w-node-_6c1e1902-f2c3-3cca-ba2a-6865190f1bab-190f1ba0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6c1e1902-f2c3-3cca-ba2a-6865190f1ba4-190f1ba0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-de2ca0a1-10e2-45f3-7b6e-2820a0233809-190f1ba0, #w-node-f17ff704-0692-b710-7ae8-dad2d1d24944-190f1ba0, #w-node-de2ca0a1-10e2-45f3-7b6e-2820a02337fe-190f1ba0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fdbf636-4dc2-ef37-3a69-0e95069ca7db-6415fd14 {
  align-self: end;
}

#w-node-e1b2e6a8-4b0e-cb2b-ded0-168b083c8057-fe8591fb, #w-node-_1571b021-e9be-ee1e-0284-e96c2a4f1f04-b96ee789, #w-node-_1571b021-e9be-ee1e-0284-e96c2a4f1f0f-b96ee789, #w-node-_1571b021-e9be-ee1e-0284-e96c2a4f1f1a-b96ee789, #w-node-_30a740ad-f90f-b319-59ba-70880160d48b-f5a9b1b9, #w-node-_30a740ad-f90f-b319-59ba-70880160d496-f5a9b1b9, #w-node-_30a740ad-f90f-b319-59ba-70880160d4a1-f5a9b1b9, #w-node-f59f7f09-570c-3efb-428b-8b63f92a7efa-a6d84953, #w-node-f59f7f09-570c-3efb-428b-8b63f92a7f05-a6d84953, #w-node-f59f7f09-570c-3efb-428b-8b63f92a7f10-a6d84953, #w-node-a99e3cf0-154c-7cfd-1e67-68a45b0a9532-c3f4b0e6, #w-node-c5d64bd1-b200-a7a0-5cba-0d6b234013df-c3f4b0e6, #w-node-c21b2acd-b597-2f2c-55f1-9a0a1280dedc-c3f4b0e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_393bfa7a-d6ed-a7d5-b6b2-a2b778c69c2b-c7b2bd43 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-_4d38d9e7-1559-5990-0f6f-99f701f98944-3be488d0, #w-node-_4d38d9e7-1559-5990-0f6f-99f701f98944-a8a14e53, #w-node-_4d38d9e7-1559-5990-0f6f-99f701f98944-f5ba005b, #w-node-_4d38d9e7-1559-5990-0f6f-99f701f98944-3b725a67, #w-node-_4d38d9e7-1559-5990-0f6f-99f701f98944-1688eff7, #w-node-_4d38d9e7-1559-5990-0f6f-99f701f98944-c7f314f1 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_30687d93-27b0-9228-f7e7-09075a3df407-c7b2bd43 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto;
  }

  #w-node-_6c1e1902-f2c3-3cca-ba2a-6865190f1ba6-190f1ba0 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_30687d93-27b0-9228-f7e7-09075a3df407-c7b2bd43 {
    grid-row: span 1 / span 1;
  }
}


