:root {
  --color--heading-color: #333;
  --heading--h1: 54px;
  --font-family--font: Onest, sans-serif;
  --heading--h4: 20px;
  --heading--paragraph: 18px;
  --color--background: white;
  --color--paragraph-color: #333;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
  --radiant-ui-components-library--color--white: white;
  --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library--color--theme-color: #116df8;
  --heading--h2: 40px;
  --radiant-ui-components-library--color--heading-dark: #150438;
  --radiant-ui-components-library--light-grey: #5a5a5a;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--white: white;
  --radiant-ui-components-library--linear-color-three: #e0ecff;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary300: #d6bbfb;
  --heading--h3: 30px;
  --h1-text-color: #333;
}

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

body {
  color: #333;
  font-family: Onest, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--color--heading-color);
  font-size: var(--heading--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 1.5;
}

h2 {
  font-family: var(--font-family--font);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  color: var(--color--heading-color);
  font-size: var(--heading--h4);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 24px;
}

p {
  font-size: var(--heading--paragraph);
  margin-bottom: 0;
  line-height: 1.5;
}

.all-template-hero {
  background-image: linear-gradient(#fffcf2 4%, #fff7e1 95%);
  padding-bottom: 80px;
}

.padding-global {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.padding-global.single-blog {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 1350px;
}

.container-large {
  width: 100%;
  max-width: 1350px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.style-guide_hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.style-guide-color {
  margin-bottom: 4rem;
}

.style-guide-color-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.color-swatch {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.color-swatch.white {
  background-color: var(--color--background);
}

.color-swatch.primary {
  background-image: linear-gradient(87deg, #2061ff, #9800d3);
}

.color-name {
  border: 1px solid var(--color--paragraph-color);
}

.text-block {
  padding: 8px;
}

.style-guide-button {
  margin-top: 4rem;
}

.button-primary.color-swatch.primary {
  color: var(--color--background);
  font-size: var(--heading--paragraph);
  background-image: linear-gradient(270deg, #f9bb10 36%, #ffdc7e);
  border-radius: 100px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 28px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-primary.color-swatch.primary.home_process-section {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #283131;
  background-image: none;
  border-radius: 50px;
  flex-flow: row;
  padding: .5rem 1rem;
  transition: all .3s;
  display: flex;
}

.button-primary.color-swatch.primary.home_process-section:hover {
  transform: scale(.9);
}

.button-primary.color-swatch.primary.single-product {
  background-image: linear-gradient(270deg, #f9bb10 36%, #ffdc7e);
}

.button-text-primary {
  color: var(--untitled-ui--gray300);
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 17px;
  display: flex;
  position: static;
}

.button-secondary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color--heading-color);
  font-size: var(--heading--paragraph);
  text-transform: capitalize;
  border: 1px solid #ffdc7e;
  border-radius: 100px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 28px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.68, -.55, .265, 1.55);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-secondary:hover {
  color: var(--color--heading-color);
  background-image: linear-gradient(140deg, #ffc62b, #ffc340);
  font-size: 17px;
}

.button-secondary:active {
  background-image: linear-gradient(270deg, #ff9659 36%, #ffdc7e);
  border-style: none;
  border-width: 0;
}

.button-text-secondary {
  padding: 0;
  font-size: 17px;
  line-height: 20px;
}

.button-text-secondary:hover {
  color: var(--color--background);
}

.button-text-secondary.contact {
  letter-spacing: -.36px;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
}

.button-text-secondary.contact:hover {
  color: var(--color--heading-color);
}

.button-text-secondary.is-relative {
  letter-spacing: -.3px;
  position: relative;
}

.button-text-secondary.is-relative:hover {
  color: var(--color--heading-color);
}

.button-text-secondary.is-absolute {
  letter-spacing: -.3px;
  position: absolute;
}

.button-text-secondary.is-absolute:hover {
  color: var(--color--heading-color);
}

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

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  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: 1rem;
  line-height: 1.5;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  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-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-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar03_dropdown-content-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  display: grid;
}

.uui-navbar03_dropdown-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color--heading-color);
  border-radius: .5rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  place-items: center stretch;
  padding: .25rem 0 .25rem .75rem;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-navbar03_bottom-bar-background {
  background-color: var(--untitled-ui--gray50-2);
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.uui-navbar03_dropdown-link-list {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  grid-template-rows: max-content max-content max-content max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.uui-navbar03_item-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar03_item-right.is-relative {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.uui-navbar03_item-right.is-absolute {
  position: absolute;
}

.uui-navbar03_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.uui-navbar03_bottom-bar-right {
  grid-column-gap: 1.5rem;
  display: flex;
  position: relative;
}

.uui-navbar03_bottom-bar-left {
  grid-column-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content minmax(max-content, 1fr);
  grid-auto-columns: 1fr;
  font-weight: 500;
  display: flex;
  position: relative;
}

.uui-navbar03_dropdown-content {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.uui-navbar03_icon-wrapper {
  color: var(--color--heading-color);
  flex: none;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  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;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-navbar03_component {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: sticky;
  top: 0;
}

.uui-navbar03_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar03_logo-link {
  width: 170px;
  height: 44px;
  padding-bottom: 0;
  padding-left: 0;
  overflow: hidden;
}

.uui-navbar03_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar03_link {
  font-family: var(--font-family--font);
  color: var(--color--heading-color);
  align-items: center;
  padding: 1.75rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s;
}

.uui-navbar03_link:hover {
  color: var(--untitled-ui--primary700);
}

.uui-navbar03_link.w--current {
  color: #000;
}

.uui-navbar03_menu-dropdown {
  position: static;
}

.uui-navbar03_dropdown-toggle {
  font-family: var(--font-family--font);
  color: var(--color--heading-color);
  justify-content: flex-start;
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s;
}

.uui-navbar03_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar03_dropdown-toggle.w--open {
  justify-content: flex-end;
  align-items: center;
}

.uui-navbar03_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar03_dropdown-list.w--open {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 55vw;
  max-width: 60%;
  padding: 24px;
  position: absolute;
  top: 5.0625rem;
  bottom: auto;
  left: 10%;
  overflow: hidden;
  box-shadow: 0 2px 30px #ebe6d5;
}

.uui-navbar03_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar03_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar03_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.icon-featured-large {
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.uui-navbar03_heading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  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-size: .875rem;
  font-weight: 600;
}

.uui-navbar03_item-heading {
  font-family: var(--font-family--font);
  color: var(--color--heading-color);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.uui-navbar03_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar3_menu-button {
  padding: 0;
}

.image {
  object-fit: cover;
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

.section_home-hero {
  background-image: linear-gradient(#fffcf2 4%, #fff7e1 95%);
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.home_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 2rem;
  display: flex;
}

.home_header.tablet {
  width: 100%;
  max-width: 624px;
  padding-left: 0;
}

.home_hero-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
  position: relative;
}

.heading-2 {
  font-weight: 700;
}

.heading-2.mobile {
  font-family: Onest, sans-serif;
  font-size: var(--heading--h1);
  font-weight: 600;
  line-height: 1.3;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  display: flex;
  position: relative;
}

.div-block-2 {
  height: 50px;
  position: absolute;
}

.image-2 {
  opacity: 0;
}

.project-sliders-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  transform: rotate(0);
}

.project-sliders-wrapper.hide-tablet {
  position: relative;
}

.splide.tinyflow-slider {
  max-height: 43.6rem;
  overflow: hidden;
}

.splide__track {
  overflow: visible;
}

.splide__list {
  margin-right: 6px;
}

.splide__slide {
  background-color: var(--color--background);
  border-radius: 4px;
  height: 220px;
  margin-bottom: .5rem;
  padding: 6px;
  overflow: hidden;
  box-shadow: 4px 2px 8px #fae099;
}

.image-3 {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.home_header-paragraph.mobule {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.hero_tablet-marquee.desktop-overflow-hidden {
  display: none;
  overflow: visible;
}

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

.rt-component-section {
  background-color: var(--radiant-ui-components-library--color--white);
  color: var(--radiant-ui-components-library--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-overflow-hidden {
  padding: 10px 10px 0;
  overflow: hidden;
}

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

.rt-features-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 25px;
  display: flex;
}

.rt-features-cards {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 320px;
  height: 220px;
  max-height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-features-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: clip;
}

.rt-home-one-features-marquee {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rt-marquee-train-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
}

.slider-mask.width-420px {
  width: 33.33%;
  max-width: 33.33%;
  height: 100%;
  max-height: 100%;
  overflow: visible;
}

.cms_inner-header {
  max-width: 574px;
}

.cms_inner-header.cms {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.cms-slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.cms_slider-inner {
  width: 100%;
}

.btn-circle-secondary {
  color: #0c0c0c;
  border: .5px solid #0c0c0c;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  inset: -13% 8% 0% auto;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #0c0c0c;
}

.btn-circle-secondary.right {
  border: .5px solid #0c0c0c;
  right: 3%;
}

.cms_slider-home-1 {
  width: 100%;
  max-width: 1350px;
  margin-top: 0;
  padding: 80px 1rem 140px;
  overflow: hidden;
}

.slide-nav {
  color: var(--radiant-ui-components-library--color--theme-color);
  border-style: none;
  border-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
  inset: auto 0% -12%;
}

.cms_slider-h2 {
  font-size: var(--heading--h2);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 48px;
}

.slide-item-mg {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-right: 28px;
}

.featured_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #221f284d;
}

.featured_card-image {
  height: 320px;
  min-height: 320px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.featured_card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 0 0 32px 32px;
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.featured-text {
  font-weight: 500;
  line-height: 24px;
}

.featured_card-button-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.featured_card-price {
  color: var(--untitled-ui--gray500);
  font-size: var(--heading--paragraph);
  font-weight: 600;
}

.featured_card-rattings {
  border: 1px solid #0003;
  flex-flow: row;
  justify-content: space-between;
  padding: 1.5rem .5rem;
  display: none;
}

.featured_rattings {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  display: flex;
}

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

.featured_star {
  width: var(--heading--paragraph);
  height: var(--heading--paragraph);
}

.heart {
  width: var(--heading--paragraph);
  height: var(--heading--paragraph);
  color: #ff3008;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured_card-h4 {
  padding-left: 0;
  padding-right: 0;
  line-height: 1.4;
}

.div-block-6 {
  padding: 0 1rem 1rem;
}

.home_process-section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fffcf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 80px 1rem;
  display: none;
}

.paragraph {
  text-align: center;
}

.home_process-header {
  justify-content: space-between;
  align-self: auto;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.home_process-content {
  background-color: #fffcf3;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  max-width: 680px;
  display: flex;
  position: sticky;
  top: 18%;
}

.home_process-h2 {
  font-family: var(--font-family--font);
  font-size: var(--heading--h2);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 48px;
}

.home_process-gear {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--color--heading-color);
  text-transform: capitalize;
  border-radius: 100px;
  order: -1;
  align-self: flex-start;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.home_process-gear.color-swatch.primary {
  color: var(--color--background);
  justify-content: center;
  align-items: center;
}

.home_process-gear.color-swatch.primary.home_process-idea {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: var(--color--heading-color);
  background-color: #fffcf7;
  background-image: none;
  border: 1px solid #ffc107;
  border-radius: 50px;
  order: -1;
  transition: all .3s;
  display: flex;
}

.home_process-gear.color-swatch.primary.home_process-idea:hover {
  transform: scale(.9);
}

.home_process-gear.color-swatch.primary.home_process-idea.about-us.blog {
  padding-left: 12px;
  padding-right: 12px;
}

.home_process-gear.color-swatch.primary.home_process-idea.blog {
  background-color: #0000;
  background-image: linear-gradient(#fff, #f2f2f2);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.home_process-gear.color-swatch.primary.home_process-idea.about-us {
  background-color: #0000;
  background-image: linear-gradient(#fff7f3, #ffe0ce);
  padding: 6px;
}

.home_process-gear.color-swatch.primary.home_process-idea.final-process {
  border-color: #ffa87c;
}

.text-block-4 {
  font-family: var(--font-family--font);
  color: #ff650b;
  align-self: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.text-block-4.our-process {
  color: #f48c57;
}

.home_process-idea {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.process-image-main {
  border-radius: 16px;
  order: -1;
  width: 56px;
  height: 56px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.hero_testimonial-section {
  background-color: #fff6dc;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

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

.rt-component-container-3.rt-overflow-none-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding-top: 0;
}

.rt-component-section-3 {
  background-color: var(--radiant-ui-components-library--color--white);
  color: var(--radiant-ui-components-library--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-3.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-3.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  max-width: 1350px;
  padding: 80px 0;
  display: flex;
}

.rt-overflow-none-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: 16px;
  display: flex;
  overflow: hidden;
}

.rt-home-two-testimonial-heading-wrap-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.rt-home-two-marquee-box-main-wrap-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

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

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

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

.rt-home-two-testimonial-slider-image-wrap-2.rt-overflow-none-2 {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 0;
}

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

.rt-text-small-2.rt-body-font-color-2 {
  font-family: var(--font-family--font);
  color: var(--color--heading-color);
  line-height: 1.2;
}

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

.rt-home-two-testimonial-slider-box-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex: none;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  overflow: hidden;
}

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

.rt-home-two-marquee-box-one-2.rt-one {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  overflow: hidden;
}

.rt-home-two-marquee-box-one-2.rt-two {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

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

.rt-home-two-testimonial-slider-contain-wrap-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 86%;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.div-block-11 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.rt-heading-six-3 {
  font-family: var(--font-family--font);
  color: var(--color--paragraph-color);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.rt-text-white-4 {
  color: #e0ecff;
}

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

.rt-text-white-4.rt-margin-top-twenty.rt-marquee-paragraph {
  font-family: var(--font-family--font);
  color: var(--color--heading-color);
  text-align: left;
  max-width: 385px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.rt-star-wrap-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}

.div-block-12 {
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-13 {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-flow: row;
  align-self: flex-start;
  height: 45px;
  display: flex;
}

.div-block-14 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.rt-text-white-5 {
  color: #e0ecff;
}

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

.rt-text-white-5.rt-margin-top-twenty.rt-marquee-paragraph {
  font-family: var(--font-family--font);
  color: var(--color--heading-color);
  text-align: left;
  max-width: 385px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.rt-star-wrap-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}

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

.div-block-16 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.div-block-17 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.rt-text-white-6 {
  color: #e0ecff;
}

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

.rt-text-white-6.rt-margin-top-twenty.rt-marquee-paragraph {
  font-family: var(--font-family--font);
  color: var(--color--heading-color);
  text-align: left;
  max-width: 385px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.rt-star-wrap-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-19 {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-flow: row;
  align-self: flex-start;
  display: flex;
}

.div-block-20 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.rt-text-white-7 {
  color: #e0ecff;
}

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

.rt-text-white-7.rt-margin-top-twenty.rt-marquee-paragraph {
  font-family: var(--font-family--font);
  color: var(--color--heading-color);
  text-align: left;
  max-width: 385px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.rt-star-wrap-7 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-22 {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-flow: row;
  align-self: flex-start;
  display: flex;
}

.div-block-23 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.rt-text-white-8 {
  color: #e0ecff;
}

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

.rt-text-white-8.rt-margin-top-twenty.rt-marquee-paragraph {
  font-family: var(--font-family--font);
  color: var(--color--heading-color);
  text-align: left;
  max-width: 385px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.rt-star-wrap-8 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}

.div-block-24 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-25 {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-flow: row;
  align-self: flex-start;
  display: flex;
}

.div-block-26 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.rt-text-white-9 {
  color: #e0ecff;
}

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

.rt-text-white-9.rt-margin-top-twenty.rt-marquee-paragraph {
  font-family: var(--font-family--font);
  color: var(--color--heading-color);
  text-align: left;
  max-width: 385px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.rt-star-wrap-9 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}

.div-block-27 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-28 {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-flow: row;
  align-self: flex-start;
  display: flex;
}

.div-block-29 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.rt-text-white-10 {
  color: #e0ecff;
}

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

.rt-text-white-10.rt-margin-top-twenty.rt-marquee-paragraph {
  font-family: var(--font-family--font);
  color: #6d6d6d;
  text-align: left;
  max-width: 385px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.rt-star-wrap-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}

.div-block-30 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-31 {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-flow: row;
  align-self: flex-start;
  display: flex;
}

.div-block-32 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.rt-text-white-11 {
  color: #e0ecff;
}

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

.rt-text-white-11.rt-margin-top-twenty.rt-marquee-paragraph {
  font-family: var(--font-family--font);
  color: var(--color--heading-color);
  text-align: left;
  max-width: 385px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.rt-star-wrap-11 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}

.div-block-33 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-34 {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-flow: row;
  align-self: flex-start;
  height: 45px;
  display: flex;
}

.div-block-35 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.rt-text-white-12 {
  color: #e0ecff;
}

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

.rt-text-white-12.rt-margin-top-twenty.rt-marquee-paragraph {
  font-family: var(--font-family--font);
  color: var(--color--heading-color);
  text-align: left;
  max-width: 385px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.rt-star-wrap-12 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}

.div-block-36 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-37 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.rt-text-white-13 {
  color: #e0ecff;
}

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

.rt-text-white-13.rt-margin-top-twenty.rt-marquee-paragraph {
  font-family: var(--font-family--font);
  color: var(--color--heading-color);
  text-align: left;
  max-width: 385px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.rt-star-wrap-13 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}

.div-block-38 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-39 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.rt-text-white-14 {
  color: #e0ecff;
}

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

.rt-text-white-14.rt-margin-top-twenty.rt-marquee-paragraph {
  font-family: var(--font-family--font);
  color: var(--color--heading-color);
  text-align: left;
  max-width: 385px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.rt-star-wrap-14 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}

.div-block-40 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-41 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.div-block-42 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-43 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.div-block-44 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-45 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.div-block-46 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-47 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.div-block-48 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-49 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.div-block-50 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-51 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.div-block-52 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-53 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.div-block-54 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-55 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.div-block-56 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-57 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.div-block-58 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-59 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.div-block-60 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-61 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.div-block-62 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-63 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.div-block-64 {
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-65 {
  border-radius: 100px;
  order: -1;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.div-block-66 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  height: 45px;
  display: flex;
}

.heading-4 {
  color: var(--color--heading-color);
  font-size: var(--heading--h2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 48px;
}

.paragraph-2 {
  font-family: var(--font-family--font);
  color: var(--color--heading-color);
  font-size: var(--heading--paragraph);
  font-weight: 400;
}

.home_collection-section {
  max-width: 1350px;
  margin-top: 0;
  padding: 80px 1rem;
}

.home_collection-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1350px;
  display: flex;
}

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

.uui-text-align-center {
  text-align: center;
  padding-bottom: 40px;
}

.uui-container-large {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 0;
  padding-right: 0;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-pricing10_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2.5rem;
  display: flex;
}

.uui-pricing10_tabs-content {
  overflow: visible;
}

.uui-pricing10_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  border: 1px #000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 3rem;
  padding: .375rem;
  display: grid;
}

.uui-pricing10_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--untitled-ui--gray500);
  background-color: #0000;
  border-radius: .375rem;
  flex-flow: column;
  align-items: center;
  padding: 1rem 0 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing10_tab-link.w--current {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 1;
  color: var(--untitled-ui--gray700);
  text-align: center;
  background-color: #fff;
  border: 2px #000;
  border-bottom: 4px solid #7c0303;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 1rem 0;
  transition: border .3s linear;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: 0;
}

.collection-list {
  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;
}

.home_collection-h2 {
  font-size: var(--heading--h2);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 48px;
}

.home_about-us-section {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 80px 1rem;
  display: flex;
}

.home_about-us-wrapper {
  width: 100%;
  max-width: 1350px;
}

.home_about-us-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
}

.home_about-us-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.home_about-us-video {
  border: 1px solid #0003;
  border-radius: 14px;
  padding: 4px;
  position: relative;
  overflow: hidden;
}

.video {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home_about-us-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.home_about-us-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-self: flex-start;
  display: flex;
}

.about-us-h2 {
  font-size: var(--heading--h2);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 48px;
}

.div-block-67 {
  display: flex;
}

.home_faq-section {
  background-color: #fff7f3;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding: 80px 1rem;
  display: flex;
}

.home_faq-wrapper {
  background-color: #fffcf3;
  justify-content: center;
  align-items: center;
  max-width: 1350px;
  display: flex;
}

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

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

.rt-tabs-menu-2 {
  flex-direction: column;
  flex: 0 50%;
  margin-right: 20px;
  padding-bottom: 32px;
  display: flex;
}

.rt-tabs-menu-2.rt-with-border {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-right: 1px solid #79797999;
  flex: 0 auto;
  align-self: stretch;
  align-items: flex-start;
  margin-right: 15px;
  padding-bottom: 0;
  padding-right: 15px;
}

.rt-tabs-content-2 {
  flex: 0 50%;
  margin-left: 20px;
  overflow: visible;
}

.rt-tabs-content-2.rt-service-one-tab-content {
  background-color: #fffcf3;
  flex: 1;
  align-self: stretch;
  margin-left: 0;
}

.rt-service-one-tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fffcf3;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-tab-link-three {
  color: var(--radiant-ui-components-library--color--heading-dark);
  background-color: #0000;
  border-bottom: 0 solid #000;
  border-radius: 9px;
  align-self: stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
}

.rt-tab-link-three:hover {
  background-color: #d9c8a233;
}

.rt-tab-link-three.w--current {
  color: var(--radiant-ui-components-library--color--white);
  background-image: linear-gradient(141deg, #ffac7d 100%, #fff);
  border-bottom-width: 0;
  border-radius: 9px;
  flex: 0 auto;
  align-self: stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
}

.rt-pricing-faq-text-2 {
  font-family: var(--font-family--font);
  color: #747474;
  background-color: #fffcf3;
  margin-bottom: 30px;
}

.rt-accordion-2 {
  background-color: #fffcf3;
  border: 0 #f4f4f4;
  width: 100%;
}

.rt-dropdown-toggle-3 {
  background-color: #fffcf3;
  border: 1px solid #f4f4f4;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.rt-dropdown-toggle-3.w--open {
  border-style: none;
  padding: 16px 1rem;
}

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

.rt-dropdown-list-3.w--open {
  background-color: #fffcf3;
  border: 1px solid #f4f4f4;
  position: relative;
}

.rt-pricing-faq-main-2 {
  color: #0c0c0c;
  background-color: #fffcf3;
  flex-flow: column;
  justify-content: center;
  max-width: 973px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: flex;
}

.rt-radius-ten-2 {
  background-color: #fffcf3;
  border-radius: 10px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.rt-category-cards-text-2 {
  font-family: var(--font-family--font);
  color: #0c0c0c;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
}

.rt-pricing-faq-line-two-2 {
  text-align: center;
  background-color: #0c0c0c;
  align-self: center;
  width: 17px;
  height: 1px;
}

.rt-component-section-6 {
  color: #6d6d6d;
  background-color: #fffcf3;
  width: 100%;
  padding: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-pricing-faq-line-one-2 {
  text-align: center;
  background-color: #0c0c0c;
  align-self: center;
  width: 17px;
  height: 1px;
}

.rt-pricing-faq-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fffcf3;
  border: 1px solid #f4f4f4;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.home_faq-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.faq-h2 {
  text-transform: capitalize;
}

.faq-paragraph {
  text-align: center;
  margin-bottom: 40px;
}

.text-block-5 {
  font-family: var(--font-family--font);
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 120%;
}

.text-block-6 {
  font-family: var(--font-family--font);
  font-size: 1rem;
  line-height: 120%;
  text-decoration: none;
}

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

.button-text.is-relative {
  color: var(--color--heading-color);
  letter-spacing: -.3px;
  font-size: 17px;
  line-height: 20px;
  position: relative;
}

.button-text.is-absolute {
  color: var(--color--heading-color);
  letter-spacing: -.3px;
  font-size: 17px;
  line-height: 20px;
  position: absolute;
}

.div-block-71 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.lightbox-link {
  justify-content: flex-start;
  align-items: center;
  margin-left: -16px;
  display: flex;
}

.play-button-2 {
  height: 100%;
}

.uui-avatar-group_item {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.ratings_wrapper {
  margin-left: 1rem;
}

.ratings_wrapper.mobile {
  display: none;
}

.hero_left-top-customer {
  background-image: linear-gradient(141deg, #ffc8a7, #ffeebe);
  border-radius: 100px;
  align-self: flex-start;
  padding: 0;
}

.hero_left-top-customer.blog-page {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_left-top-customer.blog-page.single-blog {
  background-image: none;
}

.uui-text-size-medium-2 {
  color: #475467;
  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: 1rem;
  line-height: 1.5;
}

.uui-avatar-group_component {
  grid-column-gap: 0rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: .5rem;
  display: flex;
}

.uui-ratings_component {
  justify-content: center;
  align-items: center;
  padding: 6px 15px;
  display: flex;
}

.uui-ratings_component.blog-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 14px 28px;
}

.uui-ratings_component.blog-button.single-blog {
  padding: 0;
}

.bold-text-2 {
  font-family: var(--font-family--font);
  font-weight: 600;
  line-height: 20px;
}

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

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

.process-text {
  font-family: var(--font-family--font);
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-75 {
  max-width: 1350px;
}

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

.rt-home-one-tab-link-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  align-items: stretch;
}

.rt-home-one-service-bottom-block {
  grid-column-gap: 0rem;
  grid-row-gap: .8rem;
  display: flex;
}

.rt-home-one-tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--radiant-ui-components-library--color--heading-dark);
  white-space: normal;
  background-color: #fff0;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 4px;
  padding: 20px;
  transition: all .3s;
  display: flex;
}

.rt-home-one-tab-link:hover {
  opacity: .8;
  background-color: #ffefc2;
  margin-left: 4px;
}

.rt-home-one-tab-link:active {
  background-color: #d9c8a24f;
}

.rt-home-one-tab-link.w--current {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--color--heading-color);
  background-color: #fff0c7;
  border-bottom-style: none;
  border-bottom-color: #fff0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  display: flex;
}

.rt-home-one-tab-link.rt-top-border {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #ffffff4d;
  border-bottom: 0 #0000;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  display: flex;
}

.rt-home-one-tab-link.rt-top-border.w--current {
  background-color: #ffebb2;
  border: 1px solid #ffe7a7;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 4px;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s;
}

.rt-home-one-tab-link.rt-top-border.w--current:hover {
  opacity: .8;
  margin-left: 2px;
  padding-left: 20px;
  padding-right: 20px;
}

.rt-home-one-tab-contain {
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-right: 0;
  position: static;
  overflow: visible;
}

.rt-home-one-tab-menu {
  flex-flow: column;
  order: 1;
  width: 100%;
  max-width: 44%;
  padding-left: 10px;
  display: flex;
}

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

.process-paragraph {
  font-family: var(--font-family--font);
  color: var(--color--heading-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.tab-pane-tab-1 {
  width: 100%;
}

.process-image-wrapper {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  margin-right: .5rem;
}

.process-big-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.color-block.bg-gradient-orange-200 {
  background-image: linear-gradient(90deg, #fff0e7, #ffd1b6);
}

.blog-collection-card {
  color: var(--color--heading-color);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 514px;
  max-height: 514px;
  padding: 1px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.blog-collection-card:hover {
  opacity: 1;
}

.blog-collection-card.new-background {
  box-shadow: none;
}

.blog-collection-card.new-background:hover {
  opacity: 1;
}

.blog-collection-card.fine {
  min-height: 440px;
  max-height: 440px;
  padding: 0;
}

.blog-collection-card.fine:hover {
  opacity: 1;
}

.blog-collection-card.fine.all-template {
  border-radius: 12px;
  overflow: visible;
}

.blog-card-gradient {
  background-image: linear-gradient(#fff0e7, #ffa36d);
  border-radius: 24px;
  flex: 1;
  align-self: stretch;
  width: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-card-gradient.hide-gradient {
  background-image: none;
  min-height: 100%;
  max-height: 100%;
}

.blog-card-holder {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-card-holder.team {
  min-height: auto;
  max-height: none;
}

.blog-card-holder.team.light-color {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffddc9;
}

.blog-card-holder.team.deep-color {
  background-color: #f8f6ff;
}

.blog-card-holder.card-bg {
  box-shadow: none;
  background-color: #fffaf7;
  background-image: none;
  border: 1px solid #ffcdb4;
  border-top-style: none;
  padding: 14px;
}

.blog-card-holder.fine-remove-padding {
  min-height: 100%;
  max-height: 100%;
  padding: 0;
}

.blog-card-holder.fine-remove-padding.all-template {
  background-color: #fffaf7;
  border: 1px #0000;
  border-radius: 10px;
}

.blog-image-wrapper {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  min-height: 350px;
  max-height: 350px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.blog-image-wrapper.team {
  min-height: 280px;
  max-height: 280px;
}

.blog-image-wrapper.fina-100 {
  flex-flow: column;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.blog-image-wrapper.fina-100.all-template {
  border-radius: 0;
  overflow: hidden;
}

.blog-image-wrapper.blog-card-image {
  min-height: 312px;
  max-height: 312px;
}

.blog-image-gradient {
  background-image: linear-gradient(#fff0e7, #ffd1b6);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-image-gradient.hide-gradient {
  background-image: none;
}

.blog-image-gradient.hide-gradient.fine-100 {
  min-height: 100%;
}

.blog-main-image {
  z-index: 100;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  min-height: 350px;
  max-height: 350px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-main-image.team {
  background-color: #ffddc9;
  min-height: 280px;
  max-height: 280px;
}

.blog-main-image.team.deep-color {
  background-color: #f8f6ff;
}

.blog-main-image.fine-100 {
  height: 350px;
  min-height: 350px;
  max-height: 350px;
  box-shadow: 0 2px 5px #0003;
}

.blog-main-image.fine-100.all-template {
  box-shadow: none;
  border-radius: 0;
}

.blog-main-image.blog-card-image {
  min-height: 312px;
  max-height: 312px;
}

.feature-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 350px;
  max-height: 350px;
  position: relative;
  overflow: hidden;
}

.blog-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 440px;
  padding: 24px 0 4px;
  display: flex;
}

.blog-content.team-visible {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  padding: 0;
}

.blog-content.single-product-hero-slider-image {
  display: none;
}

.featured-card-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.featured-button {
  color: var(--color--heading-color);
  background-color: #fff3ee;
  background-image: none;
  border: 1.3px solid #ffb08b;
  border-radius: 25px;
  align-self: stretch;
  padding: 0;
  text-decoration: none;
  transition: background-color .75s;
}

.featured-button:hover {
  color: var(--color--heading-color);
  background-color: #0000;
  background-image: linear-gradient(124deg, #ffcaae 4%, #ffb9b1 95%);
  border-width: 1.5px;
}

.featured-button.tab {
  display: none;
}

.feature-button-text {
  color: var(--color--paragraph-color);
  justify-content: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  display: flex;
}

.feature-button-text:hover {
  color: var(--color--paragraph-color);
}

.feature-price {
  color: var(--color--heading-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: none;
}

.feature-title {
  font-size: var(--heading--h4);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 28px;
}

.feature-hover-button {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #fff;
  border-radius: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 8% 8% auto auto;
}

.feature-webflow {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: auto 8% 8% auto;
}

.feature-webflow.hide {
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.feature-webflow-image {
  width: 1.5rem;
  height: 1.5rem;
}

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

.div-block-76 {
  width: 100%;
  max-width: 1350px;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
}

.icon-embed-small-6 {
  color: var(--untitled-ui--gray300);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.div-block-77 {
  background-image: linear-gradient(#ffffff1a, #9999991a);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.image-13, .image-14 {
  border-radius: 50px;
  width: 32px;
  height: 32px;
}

.div-block-78 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  display: flex;
}

.tab-pane-tab-1-2 {
  background-color: #fffcf3;
}

.div-block-79 {
  background-color: #fffcf3;
  padding-left: 16px;
  padding-right: 16px;
}

.home_cta-section {
  z-index: 1;
  background-color: #fff;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0;
  position: relative;
}

.home-cta-wrapper {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  overflow: hidden;
}

.home_cta-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  height: 100%;
}

.home_cta-left {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  right: 26%;
  overflow: hidden;
}

.home_cta-left-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  min-height: 100%;
  display: flex;
  position: relative;
}

.home_cta-right {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 300px;
  height: 350px;
  position: static;
  left: 26%;
  overflow: hidden;
}

.image-15 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotate(-16deg);
}

.image-16 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: none;
}

.home-cta-image {
  border-radius: 100px;
  align-self: center;
}

.home-cta-button-wrapper {
  align-self: center;
}

.image-17 {
  border-radius: 100px;
}

.heading-5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-page_news-article-section {
  background-color: #fffcf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 1rem;
  display: flex;
}

.blog-page_news-article-section.blog-page {
  background-color: #0000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0 0;
}

.home_news-holder {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  max-width: 1350px;
  display: flex;
}

.blog_header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 650px;
  display: flex;
}

.heading-6 {
  font-size: var(--heading--h2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

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

.div-block-81 {
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

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

.home-blog-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.home-blog-holder.single-blog {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.single-collection-lit {
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.blog-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  min-height: 312px;
  max-height: 312px;
}

.blog-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 28px;
}

.blog-status-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.div-block-82 {
  display: flex;
}

.blog-publish-date {
  z-index: 999;
  color: var(--color--heading-color);
  font-size: var(--heading--paragraph);
  letter-spacing: -.02px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-83 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.home_footer-section {
  text-underline-position: under;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-_footer-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

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

.rt-category-cards-text.rt-margin-bottom-twenty-five {
  font-family: var(--font-family--font);
  margin-bottom: 10px;
  font-weight: 700;
}

.rt-component-container-7 {
  flex-flow: column;
  width: 100%;
  max-width: none;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.rt-component-section-9 {
  background-color: var(--radiant-ui-components-library--color--white);
  color: var(--radiant-ui-components-library--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-9.rt-footer-v-six {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

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

.rt-margin-bottom-thirty.w--current {
  margin-bottom: 0;
}

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

.rt-about-option {
  color: var(--radiant-ui-components-library--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--color--theme-color);
}

.rt-about-option.rt-about-last {
  font-family: var(--font-family--font);
  color: var(--color--heading-color);
  margin-bottom: 0;
  text-decoration: none;
  transition: all .3s;
}

.rt-about-option.rt-about-last:hover {
  color: #ff9222;
  text-decoration: underline;
}

.rt-about-option.rt-about-last.email {
  color: var(--color--heading-color);
  font-size: 22px;
  font-weight: 600;
  -webkit-text-decoration: underline #ff9222;
  text-decoration: underline #ff9222;
  transition-property: all;
}

.rt-about-option.rt-about-last.email:hover {
  color: #ff9222;
  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 {
  font-family: var(--font-family--font);
  color: var(--color--heading-color);
  font-size: var(--heading--paragraph);
  font-weight: 700;
}

.rt-link-text.rt-capitalized.rt-change-size.rt-text-normal.rt-margin-bottom-ten {
  margin-bottom: 0;
}

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

.rt-footer-social-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-footer-social-icon:hover {
  color: #ff9222;
  background-color: #ff9222;
  border-radius: 100px;
  overflow: hidden;
}

.rt-home-one-footer-privet-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-social-icon-2 {
  overflow: visible;
}

.rt-social-icon-2.rt-margin-left.rt-footer-linkedin-icon {
  width: 36px;
  height: 36px;
  margin-left: 0;
}

.rt-home-one-buttom-footer {
  border-top: 1px solid #c3cbdf;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.rt-social-hover-icon {
  width: 36px;
  height: 36px;
  display: none;
}

.rt-home-one-footer-item-wrapper.rt-item-three-padding {
  padding-right: 12px;
}

.rt-home-one-footer-item-wrapper.rt-item-two-padding {
  padding-right: 20px;
}

.rt-footer-social-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.rt-footer-social-icon-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.rt-body-text-3 {
  color: #72777d;
  font-size: 16px;
  line-height: 27px;
}

.rt-body-text-3.rt-home-one-footer-text {
  color: var(--radiant-ui-components-library--light-grey);
}

.rt-body-text-3.rt-home-one-footer-text.rt-footer-text-center {
  font-family: var(--font-family--font);
  color: var(--color--paragraph-color);
}

.rt-footer-logo-one {
  border-radius: 100px;
  height: auto;
}

.rt-footer-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.rt-home-one-footer-link-box {
  padding-bottom: 4px;
}

.rt-home-one-footer-link-box.rt-mail-text {
  padding-bottom: 0;
}

.rt-home-one-footer-link-box.rt-padding {
  padding-bottom: 22px;
  line-height: 25px;
}

.rt-footer-logo-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 380px;
  padding-right: 20px;
  display: flex;
}

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

.text-block-14 {
  font-family: var(--font-family--font);
}

.typer {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(141deg, #f9bb10, #ffac7d);
  -webkit-background-clip: text;
  background-clip: text;
}

.button-border.new-gradient {
  background-image: linear-gradient(#000, #fff);
}

.button-border.lenear {
  background-image: linear-gradient(141deg, #f9bb10, #ffac7d);
}

.blog-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 736px;
  display: flex;
}

.blog-wrapper.single-blog {
  max-width: 992px;
}

.blog-page-button-wapper.blog {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-page-button-wapper.blog.singla-blog {
  margin-top: 0;
}

.blog-page-h1-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.blog-page-h1-wrapper.single-blog-page {
  padding-top: 0;
}

.single-blog-h1-heading {
  font-size: var(--heading--h1);
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  column-count: 0;
  font-weight: 700;
  line-height: 70px;
}

.bloh-h1-light {
  font-weight: 300;
}

.all-template-holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.all-template-holder.single-blog {
  padding-top: 0;
  padding-bottom: 0;
}

.all-template-holder.final {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph-4 {
  color: var(--color--heading-color);
  text-align: center;
}

.blog-button {
  color: var(--color--heading-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.blog-button.bold {
  font-weight: 700;
}

.all-template-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1350px;
  display: flex;
}

.section_single-blog-hero {
  background-color: #fffcf3;
}

.contaner-large {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.blog_single-hero-wrapper, .single-blog-content-wrapper {
  justify-content: center;
  align-items: center;
  padding: 60px 1rem;
  display: flex;
}

.single-blog-content-holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  max-width: 1350px;
  display: flex;
}

.single-blog-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .25fr;
}

.single-blog-main-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.single-blog-main-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.single-blog-image-grid {
  grid-template-rows: auto;
}

.single-blog-1st-imagw {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.single-blog-2nd-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: static;
}

.single-blog-right-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.single-blog-logo-section {
  background-color: #fffcf3;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 384px;
  height: 100%;
  max-height: 284px;
  padding: 48px;
  display: flex;
}

.single-blog-subscrive-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.paragraph-5 {
  font-size: 16px;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 32px;
}

.icon-embed-small-7 {
  color: #f4ff27;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 16px;
  display: flex;
}

.link-block {
  background-color: #111;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.single-page-image {
  border-radius: 12px;
  margin-bottom: 0;
  padding: 16px 0 16px 24px;
  position: static;
}

.form {
  position: relative;
}

.form-block {
  margin-bottom: 0;
}

.text-block-15 {
  color: var(--color--heading-color);
  padding-left: 1rem;
  line-height: 14px;
}

.single-blog-featured-post {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

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

.featured-post-wrapper {
  color: var(--color--heading-color);
  text-decoration: none;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.featured-post-image-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.featured-post-imgae {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.featured-post-content {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.text-block-16 {
  line-height: 14px;
}

.image-18 {
  border-radius: 12px;
}

.paragraph-6 {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 500;
}

.single-blog-social-media-icon {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  display: flex;
}

.single-page-explore-categories {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.light {
  font-weight: 300;
}

.collection-list-5 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  display: flex;
}

.single-category {
  color: var(--color--heading-color);
  border: 1px solid #ffc8a7;
  border-radius: 100px;
  padding: 8px 24px;
  text-decoration: none;
}

.text-block-17 {
  font-size: 16px;
  line-height: 24px;
}

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

.single-popular-tag {
  flex-flow: column;
  display: flex;
}

.image-19, .image-20, .image-21 {
  width: 28px;
  height: 28px;
}

.div-block-87 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.button-2 {
  color: var(--color--heading-color);
  background-color: #ffc8a754;
  border-radius: 100px;
  order: -1;
  padding: 12px 28px;
  display: flex;
}

.privacy_content-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.privacy_padding-left-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.privacy-size-wrapper {
  max-width: 1350px;
}

.privacy-support-center {
  background-color: #fffcf3;
  justify-content: center;
  align-items: center;
  padding: 80px 1rem;
  display: flex;
}

.privacy-support-center-size {
  flex: 1;
  max-width: 1350px;
}

.privacy-support-grid {
  grid-template-rows: auto;
}

.support-center-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 10px #ffe1d2;
}

.support-inner-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.privacy-support-button {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.privacy-support-image-holder {
  color: var(--color--background);
  background-color: #f5ae6d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-embed-small-8 {
  color: #fab727;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.link-block-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-size: var(--heading--paragraph);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.privaci-list {
  font-size: var(--heading--paragraph);
}

.list, .list-2, .list-3, .list-4, .list-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-size: var(--heading--paragraph);
  flex-flow: column;
  display: flex;
}

.heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19 {
  font-size: var(--heading--h4);
}

.paragraph-7 {
  margin-bottom: 10px;
}

.heading-20, .heading-21, .heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .heading-27, .heading-28, .heading-29, .heading-30, .heading-31 {
  font-size: var(--heading--h4);
}

.try {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 1350px;
  display: flex;
}

.search-dropdown {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff0eb;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-bottom: 40px;
  padding: 1rem;
  display: flex;
}

.cms-filter-collection-list-wrapper {
  flex: 1;
  align-self: stretch;
}

.form-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.form-block-2 {
  flex: 1;
  margin-bottom: 0;
}

.dropdown {
  background-color: #fff;
  border-radius: 12px;
  align-self: center;
  width: 45%;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
}

.text-field {
  color: #000;
  letter-spacing: 0;
  border: 1px solid #0000;
  border-radius: 12px;
  order: -1;
  align-self: auto;
  width: 58%;
  height: 60px;
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-left: 56px;
  font-size: 14px;
  position: static;
}

.text-field:active {
  border: 1px solid #fff0eb;
}

.text-field:focus {
  border: 1px solid #ffb39a;
}

.text-field::placeholder {
  color: #535353;
}

.dropdown-toggle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 8px 12px;
  display: flex;
  box-shadow: 0 2px 5px #0000;
}

.icon-embed-small-9 {
  color: #ff9b60;
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.text-block-18 {
  color: #535353;
  font-size: 14px;
}

.advanced-filter-section {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.single-product-hero-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  align-self: stretch;
}

.single-product-slider {
  width: 100%;
  height: 100%;
}

.right-arrow {
  color: var(--color--heading-color);
  background-color: #ffffff73;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  display: flex;
}

.icon-embed-small-10 {
  color: var(--color--paragraph-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.left-arrow {
  background-color: #ffffff73;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-left: 20px;
  display: flex;
}

.icon-embed-small-11 {
  color: var(--color--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.single-product-hero-slider-image {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

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

.single-product-hero-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.single-page-hero-button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.single-page-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.single-page-hero-preview {
  align-self: flex-start;
}

.product-name {
  color: var(--color--paragraph-color);
  background-color: #ffd6b0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  text-decoration: none;
  display: flex;
}

.product-name.w--current {
  background-color: #ffe4b8;
}

.product-name.category {
  background-color: #0000;
  border: 1px solid #ffdc7e;
}

.single-page-text {
  font-size: 17px;
}

.heading-32 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.slide {
  width: 100%;
  height: 100%;
}

.slider {
  border-radius: 12px;
  justify-content: center;
  width: 100%;
  height: 424px;
  display: flex;
  overflow: hidden;
}

.single-page-content {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.single-page-content-wrapper {
  width: 100%;
  max-width: 1350px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.single-page-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .25fr;
}

.single-page-content-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-right: 1rem;
  display: flex;
}

.single-page-content-right {
  background-color: #fff6ef;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 384px;
  padding: 0 40px 40px;
  display: flex;
}

.single-page-content-right-wrapper {
  width: 384px;
  max-width: 384px;
}

.heading-33 {
  font-family: var(--font-family--font);
  font-size: var(--heading--h4);
  line-height: 1.2;
}

.single-page-richtext {
  font-size: var(--heading--paragraph);
  line-height: 1.5;
}

.heading-34 {
  line-height: 1.2;
}

.whats-include-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.whatsinclude-icon {
  background-color: #f5ae6d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.image-23 {
  border-radius: 12px;
  width: 1.5rem;
  height: 1.5rem;
}

.single-page-icon {
  color: var(--radiant-ui-components-library--color--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.demo-icon {
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.single-page-demo-section {
  background-color: #fffcf3;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.single-page-demo-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  max-width: 1350px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.single-page-demo-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.heading-35 {
  font-size: var(--heading--h2);
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-89 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 736px;
  display: flex;
}

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

.template_feature-section {
  justify-content: center;
  align-items: center;
  padding: 60px 1rem;
  display: flex;
}

.template-feature-section-wrapper {
  width: 100%;
  max-width: 1350px;
}

.template-feature-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.heading-36 {
  font-size: var(--heading--h2);
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.template-feature-card {
  padding-right: 1rem;
}

.template-feature-image-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-24 {
  border-radius: 12px;
  width: 1.5rem;
  height: 1.5rem;
}

.easy_feature-section {
  background-color: #fffcf3;
  justify-content: center;
  align-items: center;
  padding: 60px 1rem;
  display: flex;
}

.easy-feature-wrapper {
  width: 100%;
  max-width: 1350px;
}

.easy-feature-holder {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.easy-feature-grid {
  grid-template-rows: auto;
}

.heading-37 {
  font-size: var(--heading--h2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-90 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-self: center;
  max-width: 736px;
  display: flex;
}

.easy-feature-image {
  max-height: 278px;
}

.easy-feature-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  padding: 40px;
  display: flex;
  box-shadow: 0 4px 10px #0003;
}

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

.image-25 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.div-block-91 {
  align-self: flex-start;
}

.why-choose-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 736px;
  display: flex;
  position: sticky;
  top: 15%;
}

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

.single-page-more-template {
  background-color: #fffcf3;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.single-page-more-wrapper {
  width: 100%;
  max-width: 1350px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.single-page-more-holder {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.single-page-more-heading {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.div-block-92 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.div-block-93 {
  z-index: 1;
  margin-bottom: 20px;
  position: sticky;
  top: 20%;
}

.div-block-94 {
  z-index: 2;
  margin-bottom: 20px;
  position: sticky;
  top: 35%;
}

.div-block-95 {
  z-index: 3;
  margin-bottom: 20px;
  position: sticky;
  top: 45%;
}

.why-choose-anova-flow {
  justify-content: center;
  align-items: center;
  padding: 60px 1rem;
  display: flex;
}

.why-choose-anova-flow-wrapper {
  width: 100%;
  max-width: 1350px;
}

.why-choose-anova-flow-holder {
  position: static;
}

.why-choose-anova-flow-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.heading-38 {
  font-size: var(--heading--h2);
  line-height: 1.2;
}

.breadcrumb-section {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: var(--color--heading-color);
  font-size: var(--heading--paragraph);
  border-radius: 100px;
  padding: 6px 12px;
  text-decoration: none;
}

.link.final-breadcum {
  background-color: #ffe4b8;
  background-image: none;
  padding: 12px 16px;
}

.link._1st {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  padding-left: 0;
  padding-right: 0;
  text-decoration: underline;
}

.text-block-19 {
  font-size: var(--heading--paragraph);
}

.text-block-20 {
  font-size: 1.1875rem;
}

.single-page-part-demo {
  width: 100%;
  height: 100%;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.demo-card-main {
  background-color: var(--color--background);
  border-radius: 12px;
  flex-flow: column;
  height: 450px;
  display: flex;
  overflow: hidden;
}

.semo-card-picture {
  width: 100%;
  height: 80%;
}

.demo-card-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 20%;
  margin-top: 0;
  padding: 24px 16px;
  display: flex;
}

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

.text-block-21 {
  color: var(--color--background);
  font-size: var(--heading--paragraph);
  background-color: #ff3008;
  border-radius: 8px;
  order: 1;
  padding: 5px 10px;
  font-weight: 700;
  display: flex;
}

.left-arrow-3 {
  background-color: #fffefe73;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-left: 10px;
  display: flex;
}

.right-arrow-3 {
  background-color: #ffffff73;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 10px;
  display: flex;
}

.slider-2 {
  background-color: #fffcf3;
  height: 450px;
  max-height: 450px;
}

.text-block-22 {
  font-size: var(--heading--h4);
}

.template-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.template-left-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
}

.template-right-button {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.text-block-23 {
  color: var(--color--heading-color);
  border: 1px solid #ffc8a7;
  border-radius: 100px;
  padding: 5px 12px;
  font-size: 17px;
}

.collection-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 350px;
  max-height: 450px;
}

.collection-list-wrapper {
  height: 100%;
  min-height: 450%;
  max-height: 450px;
}

.collection-list-6, .collection-item-2 {
  height: 100%;
}

.div-block-100 {
  height: 100%;
  max-height: 100%;
}

.collection-item-3 {
  height: 372px;
  min-height: 350px;
  max-height: 450px;
}

.template {
  font-weight: 700;
}

.dropdown-list {
  background-color: var(--color--background);
  padding-left: 1rem;
  display: none;
  inset: 3.6rem auto auto 0%;
}

.dropdown-list.w--open {
  border-radius: 12px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  top: 4.6rem;
  box-shadow: 0 2px 30px #ebe6d5;
}

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

.icon-embed-xxsmall-final {
  color: #ff9b60;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: 1.2%;
  display: flex;
  position: static;
}

.collection-item-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-field {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: background-color .3s;
  display: flex;
}

.checkbox-field:hover {
  background-color: #fff0eb;
  border-radius: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.bolg-page-all-category {
  margin-bottom: 40px;
}

.collection-list-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-4 {
  color: var(--color--heading-color);
  font-size: var(--heading--paragraph);
  border: 1px solid #ffc8a7;
  border-radius: 100px;
  padding: 12px 16px;
  text-decoration: none;
}

.link-block-4.w--current {
  background-color: #ffc8a7;
}

.mega-menue-image {
  background-color: #fffcf3;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.image-27 {
  object-fit: contain;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.collection-list-wrapper-2 {
  flex-flow: row;
  display: flex;
}

.collection-list-9 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.cursor {
  color: #f9bb10;
  font-weight: 300;
}

.gradient-background {
  background-image: linear-gradient(#f3f5ff00, #fffcf3);
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.vertical-scroll-wrapper {
  position: relative;
}

.uui-text-size-medium-4 {
  font-family: var(--font-family--font);
  color: var(--untitled-ui--gray600);
  font-size: var(--heading--paragraph);
  letter-spacing: 0;
  padding-top: 1rem;
  line-height: 1.5;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-5 {
  padding-left: 0;
  padding-right: 0;
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large-2 {
  font-family: var(--font-family--font);
  color: var(--color--heading-color);
  font-size: var(--heading--paragraph);
  letter-spacing: normal;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  font-family: var(--font-family--font);
  color: var(--untitled-ui--gray900);
  font-size: var(--heading--paragraph);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-faq02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-faq02_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.uui-faq02_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.uui-faq02_question {
  cursor: pointer;
  background-color: #ffe9dd;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.uui-faq02_answer {
  background-color: #fff1e9;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.uui-faq02_accordion {
  background-color: #ffe9dd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq02_icon-wrapper {
  color: var(--untitled-ui--gray400);
}

.accordion-icon_component-2 {
  color: var(--untitled-ui--gray400);
  border-style: none;
  border-width: 0;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.accordion-icon_vertical-line-2 {
  background-color: var(--color--heading-color);
  border-radius: 1px;
  width: 2px;
  height: 1rem;
  position: absolute;
}

.accordion-icon_horizontal-line-2 {
  background-color: var(--color--heading-color);
  border-radius: 1px;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.uui-space-xsmall-3, .uui-space-medium-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-faq02_heading {
  font-family: var(--font-family--font);
  color: var(--untitled-ui--gray900);
  font-size: var(--heading--h4);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 28px;
}

.div-block-105 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  display: flex;
}

.image-28 {
  order: -1;
}

.heading-46 {
  font-size: var(--heading--h2);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 48px;
}

.home-cta-left-image, .image-29 {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.div-block-106, .div-block-107 {
  box-shadow: none;
  border: 1px solid #fff0c7;
  border-radius: 12px;
  overflow: hidden;
}

.div-block-108, .div-block-109, .div-block-110 {
  border: 1px solid #fff0c7;
  border-radius: 12px;
  overflow: hidden;
}

.lottie-animation {
  background-color: #fffcf3;
  width: 100%;
  height: 100%;
}

.icon-embed-xxsmall {
  color: var(--color--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-weight: 700;
  display: flex;
}

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

.about-us_section {
  background-color: #fffcf3;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.about-us-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.about-us-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.about-us-tittle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-us-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.about-us-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-47, .paragraph-22 {
  text-align: center;
}

.about-us-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-us-description-section {
  justify-content: center;
  align-items: center;
  padding: 80px 1rem;
  display: flex;
}

.about-us-description-wrapper {
  justify-content: center;
  align-items: center;
  width: 75100%;
  max-width: 1350px;
  display: flex;
}

.about-us-description-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-us-description-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 570px;
  display: flex;
}

.about-us-description-image {
  width: 100%;
}

.heading-48 {
  font-size: var(--heading--h2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

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

.color-text {
  color: #ff650b;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

.founders, .office {
  border-radius: 12px;
  overflow: hidden;
}

.image-30, .image-31 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-us-team-section {
  background-color: #fffcf3;
  justify-content: center;
  align-items: center;
  padding: 80px 1rem;
  display: flex;
}

.about-us-team-wrapper {
  width: 100%;
  max-width: 1350px;
}

.about-us-team-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-us-team-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850px;
  display: flex;
}

.about-us-icon-button {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  background-image: linear-gradient(#fffbef, #ffecb6);
  border-radius: 12px;
  padding: 6px;
  display: flex;
}

.text-block-24 {
  color: #ffbe0c;
  align-self: center;
  font-size: 17px;
  font-weight: 500;
}

.heading-49 {
  font-size: var(--heading--h2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.about-us-team {
  width: 100%;
}

.team-visible {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding: 16px;
  display: flex;
  position: relative;
}

.blog-collection-card-2 {
  color: #333;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 350px;
  max-height: 450px;
  padding: 1px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.blog-collection-card-2:hover {
  opacity: .8;
}

.blog-collection-card-2.team {
  height: auto;
  min-height: auto;
  max-height: none;
}

.blog-collection-card-2.team.team-page {
  max-height: 350px;
}

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

.image-33 {
  width: 100%;
  height: 100%;
}

.team-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

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

.contact_hero-wrapper {
  background-color: #fffcf3;
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.contact-hero-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 750px;
  margin-bottom: 40px;
  display: flex;
}

.contatc-button {
  align-self: center;
}

.contatc-icon {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-image: linear-gradient(#f8f7ff, #e3deff);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px 6px 6px;
  display: flex;
}

.text-block-27 {
  color: #725aff;
  font-size: 18px;
  font-weight: 500;
}

.div-block-113 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  display: flex;
}

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

.contact-form {
  flex: 1;
  align-self: stretch;
}

.uui-container-large-5 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-6 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  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: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-field-label {
  font-family: var(--font-family--font);
  color: var(--untitled-ui--gray700);
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-button {
  grid-column-gap: .5rem;
  font-family: var(--font-family--font);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: .625rem 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-button:focus {
  grid-column-gap: 0rem;
}

.uui-form_input {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--untitled-ui--gray300);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--untitled-ui--gray300);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--untitled-ui--gray300);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--untitled-ui--gray300);
  color: var(--untitled-ui--gray900);
  background-color: #fffcf3;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  box-shadow: none;
  color: var(--untitled-ui--gray900);
  border-style: none;
  border-width: 0;
}

.uui-form_input::placeholder {
  font-family: var(--font-family--font);
  color: #33333375;
}

.uui-form_input.text-area {
  height: auto;
  min-height: 5rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-form-field-wrapper {
  position: relative;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.success-text {
  font-weight: 600;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact04_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.uui-contact04_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-contact04_contact-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: flex;
}

.uui-contact04_item {
  justify-content: center;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.uui-contact04_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
  align-self: flex-start;
  width: 22px;
  height: 22px;
  margin-right: 1rem;
}

.uui-contact04_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-contact04_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #ffe9dd;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 2rem;
  display: grid;
}

.uui-padding-vertical-xhuge-6 {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-form-button-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #000;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div-block-114 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.contact-form-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px #0003;
}

.grid-11 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #0000001a;
  border-radius: 12px;
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: stretch;
  padding: 1rem;
  transition: box-shadow .3s;
  display: flex;
}

.grid-11:hover {
  box-shadow: 0 2px 5px #0003;
}

.contact-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.line-divider {
  background-color: #0000001a;
  width: 1px;
}

.contact-icon {
  background-color: #0000000d;
  border-radius: 100px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.image-34 {
  width: 22px;
  height: 22px;
}

.heading-52 {
  margin-top: 0;
  margin-bottom: 40px;
}

.final-our-process {
  background-color: #fff7f3;
  justify-content: center;
  align-items: center;
  padding: 80px 1rem;
  display: flex;
}

.final-our-process-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  display: flex;
}

.final-our-process-holder {
  flex: 1;
}

.final-our-process-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.final-our-process-heading {
  height: 100%;
  position: sticky;
  top: 13%;
}

.final-our-process-content-grid {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.final-our-process-inside {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.final-our-process-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -18px;
  display: flex;
}

.final-number-wrapper {
  border-radius: 12px;
  width: 46px;
  height: 46px;
  padding: 1px;
  position: static;
}

.final-number-holder {
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.text-block-28 {
  z-index: 2;
  color: #ffa87c;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.final-number-shado {
  background-image: linear-gradient(#fff7f3, #ffdac8);
  border-radius: 12px;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  position: absolute;
  inset: 0%;
}

.final-process-content-wrapper {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 0;
  display: flex;
  box-shadow: 0 4px 10px #ffe1d2;
}

.final-process-content-card-holder {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color--background);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 16px;
  display: flex;
  position: relative;
}

.process-icon {
  background-image: linear-gradient(#fffbef, #ffecb6);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 58px;
  max-width: 58px;
  height: 58px;
  max-height: 58px;
  padding: 1px;
  display: flex;
  overflow: hidden;
}

.process-icon-holder {
  background-color: var(--color--background);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.final-process-description {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-left: 0;
  display: flex;
}

.list-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 14px;
  display: flex;
}

.list-item {
  color: #000;
}

.line-divider-wrapper {
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
}

.line-divider-inside {
  background-color: #ffa87c;
  width: 1px;
  height: 100%;
}

.image-35 {
  width: 32px;
  height: 32px;
}

.text-span {
  font-size: var(--heading--h1);
}

.text-span-2 {
  font-size: var(--heading--h1);
  font-weight: 500;
}

.bold-text-10 {
  font-weight: 400;
  line-height: 1.2;
}

.text-block-29 {
  line-height: 1;
}

.text-span-3 {
  font-weight: 400;
}

.paragraph-24 {
  text-align: left;
  white-space: normal;
  overflow-wrap: normal;
}

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

.text-span-4, .text-span-5 {
  font-weight: 400;
}

.bold-text-11 {
  line-height: 28px;
}

.lower-div-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid #ffcdb4;
  border-top-style: none;
  border-radius: 0 0 12px 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 90px;
  max-height: 90px;
  margin-top: 0;
  padding: 16px 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 4px 10px #ffe1d2;
}

.heading-53 {
  color: var(--color--heading-color);
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-30 {
  color: #505050;
  font-weight: 400;
}

.div-block-116 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.slider-3 {
  display: none;
}

.icon-embed-xxsmall-2, .icon-embed-xxsmall-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slider-4 {
  display: none;
}

.icon-embed-xxsmall-4, .icon-embed-xxsmall-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.image-36 {
  color: #fab920;
}

.slider-6 {
  display: none;
}

.paragraph-27 {
  padding-left: 16px;
}

.text-block-31 {
  color: #ff3500;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.checkbox-label {
  color: #182546;
  flex: 1;
  margin-bottom: 0;
}

.dropdown-nft {
  width: 18px;
  height: 18px;
}

.icon-embed-xxsmall-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.checkbox {
  border: 1.5px solid #16004229;
  border-radius: 5px;
  width: 18px;
  height: 18px;
  margin-top: 0;
  padding: 4px;
  position: static;
}

.checkbox.w--redirected-checked {
  background-color: #000;
  border-color: #000;
  padding: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.dropdown-agency, .drowndown-saas, .dropdown-e-com {
  width: 18px;
  height: 18px;
}

.icon {
  color: #535353;
  font-size: 22px;
  line-height: 1.2;
}

.icon-embed-xsmall {
  color: var(--color--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-weight: 400;
  display: flex;
}

.absolute-search {
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 15px auto 0% 12px;
}

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

.nav-underline {
  background-color: #ff9222;
  width: 100%;
  height: 2px;
}

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

.image-37 {
  width: 1rem;
  height: 1rem;
}

.icon-embed-medium {
  color: var(--color--paragraph-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.icon-embed-medium-2 {
  color: var(--color--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.all-block-inside-cms {
  color: var(--color--heading-color);
  border: 1px solid #ffdc7e;
  border-radius: 100px;
  padding: 12px 16px;
  text-decoration: none;
}

.collection-item-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-32 {
  font-size: var(--heading--paragraph);
}

.image-38 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-embed-xsmall-2 {
  color: var(--color--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall-3.icon-color {
  color: var(--color--background);
}

.icon-embed-xsmall-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall-4.icon-color {
  color: var(--color--background);
}

.icon-embed-xsmall-5, .icon-embed-xsmall-6, .icon-embed-xsmall-7, .icon-embed-xsmall-8 {
  color: var(--color--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  font-weight: 300;
}

.text-block-33, .bold-text-12 {
  color: #fab727;
}

.collection-item-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.all-blog {
  color: var(--color--heading-color);
  border-radius: 100px;
  padding: 12px 16px;
  text-decoration: none;
}

.all-blog.w--current {
  background-color: #ffc8a7;
}

.text-block-34 {
  font-size: var(--heading--paragraph);
}

.bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
  color: #fab727;
}

.text-span-10, .text-span-11, .text-span-12 {
  font-weight: 300;
}

.utility-page-wrap {
  background-color: #fff7f3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 350px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.lottie-animation-2 {
  width: 250px;
}

.heading-54 {
  font-size: var(--heading--h2);
}

.button-text-secondary-2 {
  padding: 0;
  font-size: 17px;
  line-height: 20px;
}

.button-text-secondary-2:hover {
  color: #fff;
}

.button-text-secondary-2.contact {
  letter-spacing: -.36px;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
}

.button-text-secondary-2.contact:hover {
  color: #333;
}

.icon-embed-xsmall-9 {
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-weight: 400;
  display: flex;
}

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

.image-39 {
  object-fit: cover;
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

.uui-navbar03_menu-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar03_item-heading-2 {
  color: #333;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.button-secondary-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #333;
  text-transform: capitalize;
  border: 1px solid #ffdc7e;
  border-radius: 100px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.68, -.55, .265, 1.55);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-secondary-2:hover {
  color: #333;
  background-image: linear-gradient(140deg, #ffc62b, #ffc340);
  font-size: 17px;
}

.button-secondary-2:active {
  background-image: linear-gradient(270deg, #ff9659 36%, #ffdc7e);
  border-style: none;
  border-width: 0;
}

.uui-navbar03_component-2 {
  background-color: #fff;
  border-bottom: 1px solid #f2f4f7;
  align-items: center;
  min-height: 5.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: sticky;
  top: 0;
}

.uui-dropdown-icon-2 {
  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-navbar03_icon-wrapper-2 {
  color: #333;
  flex: none;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.uui-navbar03_dropdown-toggle-2 {
  color: #333;
  justify-content: flex-start;
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s;
}

.uui-navbar03_dropdown-toggle-2:hover {
  color: #344054;
}

.uui-navbar03_dropdown-toggle-2.w--open {
  justify-content: flex-end;
  align-items: center;
}

.paragraph-28 {
  padding-left: 16px;
}

.uui-navbar03_dropdown-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #333;
  border-radius: .5rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  place-items: center stretch;
  padding: .25rem 0 .25rem .75rem;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-navbar03_link-2 {
  color: #333;
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s;
}

.uui-navbar03_link-2:hover {
  color: #6941c6;
}

.uui-navbar03_link-2.w--current {
  color: #000;
}

.icon-featured-large-2 {
  color: #7f56d9;
  border-radius: 100%;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.paragraph-29 {
  font-family: var(--font-family--font);
  color: var(--color--heading-color);
}

.heading-55, .heading-56, .heading-57, .heading-58, .heading-59, .heading-60, .heading-61, .heading-62 {
  margin-top: 0;
  margin-bottom: 0;
}

.product-page-paragraph {
  padding-left: 54px;
}

.image-40, .image-41 {
  width: 32px;
  height: 32px;
}

.icon-embed-xsmall-10, .icon-embed-xsmall-11 {
  color: var(--color--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.image-42 {
  width: 32px;
  height: 32px;
}

.icon-embed-xsmall-12, .icon-embed-xsmall-13 {
  color: var(--color--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall-14, .icon-embed-xsmall-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .rt-component-container-4, .rt-pricing-faq-main-2 {
    max-width: none;
  }

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

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

  .home_cta-section {
    background-image: linear-gradient(0deg, #cadbff, #fff);
  }

  .home_cta-left {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .rt-home-one-footer-item-wrapper.rt-item-two-padding {
    padding-right: 36px;
  }

  .try, .advanced-filter-section {
    flex: 1;
    align-self: stretch;
  }

  .contaciner-large.contact {
    flex: 1;
  }
}

@media screen and (min-width: 1440px) {
  .home_collection-section {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .home_collection-wrapper {
    width: 100%;
    height: 100%;
  }

  .rt-tabs-menu-2 {
    margin-right: 50px;
  }

  .rt-tabs-content-2 {
    margin-left: 50px;
  }

  .rt-dropdown-toggle-3.w--open {
    padding-left: 1rem;
  }

  .cms-filter-collection-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-76 {
    overflow: hidden;
  }

  .div-block-79 {
    padding-left: 1rem;
  }

  .rt-social-icon-2.rt-margin-left {
    margin-left: 2px;
  }

  .rt-footer-logo-item {
    padding-right: 37px;
  }

  .try, .advanced-filter-section {
    flex: 1;
    align-self: stretch;
  }

  .contaciner-large.contact {
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    display: flex;
  }

  .contact-hero {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .container-large {
    max-width: 1350px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-primary.color-swatch.primary {
    position: static;
  }

  .button-primary.color-swatch.primary.home_process-section {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .button-text-primary {
    padding: 16px 0;
    position: static;
    inset: 0%;
  }

  .uui-navbar03_container {
    max-width: 1350px;
  }

  .uui-navbar03_dropdown-list.w--open {
    left: 15%;
  }

  .home_header.tablet {
    padding-left: 0;
  }

  .cms_slider-home-1 {
    max-width: 1350px;
  }

  .home_process-header {
    width: 100%;
  }

  .home_process-content {
    max-width: 1350px;
  }

  .home_process-gear.color-swatch.primary.home_process-idea {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rt-component-section-3.rt-marquee-testemonial.rt-testemonial-v-eight {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-left-overlay-2 {
    background-image: linear-gradient(90deg, var(--radiant-ui-components-library--color--white), #1670f800);
    width: 20%;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .rt-left-overlay-2.rt-right-overlay {
    background-image: linear-gradient(270deg, var(--radiant-ui-components-library--color--white), #1670f800);
    left: auto;
    right: 0;
  }

  .home_collection-section {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .home_collection-wrapper {
    max-width: 1350px;
  }

  .home_faq-section {
    align-items: center;
  }

  .rt-tabs-menu-2.rt-with-border {
    flex-basis: 35%;
  }

  .rt-tabs-content-2.rt-service-one-tab-content {
    flex-basis: 65%;
  }

  .rt-tab-link-three {
    font-size: 1.5625rem;
  }

  .div-block-72 {
    background-color: #fbfcfd;
  }

  .div-block-75 {
    max-width: 1350px;
  }

  .cms-filter-collection-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .home_cta-left, .home_cta-right {
    overflow: visible;
  }

  .image-16 {
    transform: rotate(16deg);
  }

  .home-cta-button-wrapper {
    overflow: hidden;
  }

  .home_footer-section, .home-_footer-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-component-section-9.rt-footer-v-six {
    max-width: 1350px;
  }

  .rt-footer-social-icon {
    flex: none;
  }

  .all-template-holder.single-blog {
    width: 100%;
  }

  .section_single-blog-hero {
    background-color: #fffcf3;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contaner-large {
    justify-content: center;
    align-items: center;
    max-width: 1350px;
    display: flex;
  }

  .blog_single-hero-wrapper {
    flex-flow: row;
    width: 100%;
  }

  .div-block-87 {
    width: 100%;
    max-width: none;
  }

  .try {
    width: 100%;
    min-width: 100%;
  }

  .cms-filter-collection-list-wrapper {
    align-self: stretch;
  }

  .advanced-filter-section {
    flex: 1;
    align-self: stretch;
  }

  .uui-faq02_list {
    border-radius: 12px;
  }

  .contaciner-large.contact {
    flex: 1;
    max-width: 1350px;
  }
}

@media screen and (max-width: 991px) {
  .style-guide-color-grid {
    grid-template-columns: 1fr 1fr;
  }

  .button-primary.color-swatch.primary.home_process-section {
    align-self: auto;
  }

  .button-text-primary {
    padding-left: 0;
    padding-right: 0;
  }

  .button-secondary {
    justify-content: center;
    align-items: center;
  }

  .button-text-secondary {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-text-secondary.is-relative, .button-text-secondary.is-absolute {
    padding-left: 0;
    padding-right: 0;
  }

  .body {
    --color--heading-color: #333;
    --heading--h1: 42px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 18px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: #f7ffed;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 38px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

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

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700);
    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-top {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    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-navbar03_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar03_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar03_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar03_bottom-bar-background {
    border-radius: .5rem;
    width: 100%;
    inset: 0%;
    overflow: hidden;
  }

  .uui-navbar03_bottom-bar {
    border-radius: .5rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
  }

  .uui-navbar03_bottom-bar-left {
    margin-bottom: 2rem;
  }

  .uui-navbar03_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar03_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar03_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-navbar03_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar03_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar03_menu-dropdown {
    align-self: flex-start;
    width: 100%;
    position: relative;
  }

  .uui-navbar03_dropdown-toggle {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
  }

  .uui-navbar03_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar03_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar03_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-navbar03_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar03_button-wrapper {
    flex-direction: column-reverse;
    align-self: center;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar3_menu-button.w--open {
    background-color: #0000;
  }

  .grid-2 {
    grid-template-columns: 1.5fr;
  }

  .home_header.tablet {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 40px 1rem;
  }

  .home_hero-button-wrapper {
    margin-top: 0;
  }

  .heading-2.mobile {
    text-align: center;
    line-height: 52px;
  }

  .project-sliders-wrapper.hide-tablet {
    display: none;
  }

  .home_header-paragraph.mobule {
    text-align: center;
    max-width: 550px;
    font-size: 16px;
    line-height: 26px;
  }

  .hero_tablet-marquee.desktop-overflow-hidden {
    background-color: #fff9e6;
    display: block;
  }

  .rt-component-container, .rt-component-section.rt-overflow-hidden, .rt-features-wrapper, .rt-features-cards {
    background-color: #fff9e6;
  }

  .rt-features-image {
    aspect-ratio: auto;
    object-fit: cover;
    max-height: 100%;
    overflow: clip;
  }

  .rt-home-one-features-marquee, .rt-marquee-train-4 {
    background-color: #fff9e6;
  }

  .image-7, .image-8 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .slider-mask.width-420px {
    width: 45%;
    max-width: 65%;
  }

  .btn-circle-secondary {
    inset: auto 10% -13% 0%;
  }

  .btn-circle-secondary.right {
    left: 0%;
    right: -10%;
  }

  .cms_slider-home-1 {
    padding-bottom: 100px;
  }

  .cms_slider-h2 {
    line-height: 46px;
  }

  .body-2 {
    --color--heading-color: #333;
    --heading--h1: 42px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 18px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: #f7ffed;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 38px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .home_process-header {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .home_process-content {
    width: 100%;
  }

  .div-block-7 {
    position: static;
  }

  .home_process-h2 {
    font-size: var(--heading--h2);
    line-height: 46px;
  }

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

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

  .heading-4 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 46px;
  }

  .paragraph-2 {
    line-height: 26px;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .home_collection-h2 {
    line-height: 46px;
  }

  .home_about-us-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .home_about-us-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-us-h2 {
    line-height: 46px;
  }

  .rt-tabs-menu-2 {
    margin-right: 0;
  }

  .rt-tabs-menu-2.rt-with-border {
    margin-right: 10px;
  }

  .rt-tabs-content-2 {
    margin-left: 0;
  }

  .rt-tabs-content-2.rt-service-one-tab-content {
    margin-left: 10px;
  }

  .rt-service-one-tabs {
    margin-top: 30px;
  }

  .rt-tab-link-three {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .rt-pricing-faq-main-2 {
    max-width: 1000px;
  }

  .rt-pricing-faq-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .home_faq-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .body-3 {
    --color--heading-color: #333;
    --heading--h1: 42px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 18px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: #f7ffed;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 38px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .div-card {
    background-color: #fff;
    border-radius: 4px;
    padding: 6px;
  }

  .ratings_wrapper {
    display: block;
  }

  .hero_left-top-customer {
    align-self: center;
  }

  .uui-ratings_component {
    justify-content: center;
    align-items: center;
  }

  .uui-ratings_component.blog-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .rt-component-container-6 {
    max-width: 100%;
  }

  .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-home-one-tab-menu {
    order: -1;
    max-width: 100%;
  }

  .blog-image-wrapper {
    height: 100%;
    max-height: 400px;
  }

  .feature-title {
    line-height: 26px;
  }

  .cms-filter-collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home_cta-grid {
    grid-template-columns: 2fr;
  }

  .home_cta-left {
    display: none;
  }

  .home_cta-left-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: 300px;
  }

  .home_cta-right {
    display: none;
  }

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

  .heading-6 {
    line-height: 46px;
  }

  .paragraph-3, .blog-title, .blog-publish-date {
    line-height: 26px;
  }

  .rt-footer-container {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 42px;
    display: flex;
  }

  .rt-home-one-footer-link-box {
    padding-bottom: 11px;
  }

  .blog-page-h1-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 40px;
  }

  .single-blog-h1-heading {
    letter-spacing: 0;
    font-size: 26px;
    line-height: 1.3;
  }

  .all-template-holder {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-4 {
    color: var(--color--heading-color);
    font-size: 18px;
    line-height: 28px;
  }

  .blog-button, .blog-button.w--current {
    line-height: 1.3;
  }

  .body-4, .body-5 {
    --color--heading-color: #333;
    --heading--h1: 42px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 18px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: #f7ffed;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 38px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .single-blog-content-grid {
    grid-template-columns: 1.5fr;
  }

  .single-blog-right-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .single-blog-featured-post-cms {
    width: 100%;
    max-width: 384px;
  }

  .body-6 {
    --color--heading-color: #333;
    --heading--h1: 42px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 18px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: #f7ffed;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 38px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .search-dropdown {
    flex-flow: column;
  }

  .form-2 {
    flex-flow: row;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .form-block-2 {
    align-self: stretch;
  }

  .text-field {
    margin-bottom: 0;
  }

  .advanced-filter-section {
    padding-left: 0;
    padding-right: 0;
  }

  .single-product-hero-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-32 {
    line-height: 1.2;
  }

  .slider {
    height: 350px;
  }

  .single-page-content-grid {
    grid-template-columns: 1.75fr;
  }

  .single-page-content-right {
    max-width: none;
  }

  .why-choose-heading {
    position: static;
  }

  .why-choose-anova-flow-grid {
    grid-template-columns: 1fr;
  }

  .body-7 {
    --color--heading-color: #333;
    --heading--h1: 42px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 18px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: #f7ffed;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 38px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .template {
    line-height: 1.2;
  }

  .collection-list-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .checkbox-field {
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .gradient-background {
    display: none;
  }

  .uui-text-size-medium-4, .uui-text-size-large-2 {
    line-height: 26px;
  }

  .uui-faq02_component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-faq02_heading {
    line-height: 26px;
  }

  .heading-46 {
    line-height: 46px;
  }

  .home-cta-left-image, .image-29 {
    display: none;
  }

  .body-8, .body-9 {
    --color--heading-color: #333;
    --heading--h1: 42px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 18px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: #f7ffed;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 38px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .heading-47 {
    line-height: 1.2;
  }

  .contaciner-large.contact {
    flex: 1;
  }

  .heading-51 {
    line-height: 1.2;
  }

  .body-10 {
    --color--heading-color: #333;
    --heading--h1: 42px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 18px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: #f7ffed;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 38px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .contact-form {
    width: 100%;
    max-width: 100%;
  }

  .uui-contact04_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-contact04_contact-list {
    margin-top: 2rem;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-114 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
  }

  .contact-form-card {
    flex: 1;
  }

  .grid-11 {
    border-radius: 12px;
  }

  .final-our-process-grid {
    grid-template-columns: 1fr;
  }

  .final-our-process-heading {
    position: static;
  }

  .paragraph-24, .bold-text-11, .paragraph-25, .paragraph-26 {
    line-height: 26px;
  }

  .absolute-search {
    left: 2%;
  }

  .button-text-secondary-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-navbar03_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    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-navbar03_menu-left-2 {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
  }

  .button-secondary-2 {
    justify-content: center;
    align-items: center;
  }

  .uui-dropdown-icon-2 {
    color: #667085;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar03_dropdown-toggle-2 {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
  }

  .uui-navbar03_dropdown-toggle-2:hover {
    color: #101828;
  }

  .menu-icon_line-top-2 {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar03_dropdown-link-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar03_dropdown-link-2:hover {
    background-color: #0000;
  }

  .menu-icon_line-bottom-2 {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-2 {
    background-color: #344054;
    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;
  }

  .uui-navbar03_link-2 {
    color: #101828;
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar03_link-2:hover {
    color: #101828;
  }
}

@media screen and (max-width: 767px) {
  .container-large {
    overflow: hidden;
  }

  .body {
    --color--heading-color: #333;
    --heading--h1: 40px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 16px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: white;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 32px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .uui-navbar03_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar03_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-navbar03_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar03_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar03_link, .uui-navbar03_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .home_header.tablet {
    max-width: 568px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .home_hero-button-wrapper {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .heading-2.mobile {
    font-size: var(--heading--h1);
    line-height: 50px;
  }

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

  .home_header-paragraph.mobule {
    flex: 0 auto;
    font-size: 16px;
    line-height: 26px;
  }

  .hero_tablet-marquee.desktop-overflow-hidden {
    overflow: hidden;
  }

  .rt-component-container {
    background-color: #f7ffed;
    overflow: hidden;
  }

  .rt-component-section.rt-overflow-hidden {
    background-color: #f7ffed;
  }

  .rt-features-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #f7ffed;
    overflow: hidden;
  }

  .rt-features-cards {
    justify-content: flex-end;
    align-items: stretch;
    width: 45vw;
    max-width: none;
  }

  .rt-features-image {
    width: 100%;
  }

  .rt-home-one-features-marquee {
    background-color: #f7ffed;
    overflow: hidden;
  }

  .rt-marquee-train-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: #f7ffed;
    padding-left: 15px;
    overflow: hidden;
  }

  .image-8 {
    overflow: hidden;
  }

  .slider-mask.width-420px {
    width: 100%;
    max-width: 100%;
  }

  .btn-circle-secondary {
    right: 18%;
  }

  .btn-circle-secondary.right {
    right: -18%;
  }

  .cms_slider-h2 {
    line-height: 40px;
  }

  .body-2 {
    --color--heading-color: #333;
    --heading--h1: 40px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 16px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: white;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 32px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .home_process-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .home_process-content {
    width: 100%;
  }

  .div-block-7 {
    padding-left: 1rem;
    position: static;
  }

  .home_process-h2 {
    line-height: 40px;
  }

  .home_process-gear.color-swatch.primary.home_process-idea {
    order: -1;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 1.5;
  }

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

  .heading-4 {
    line-height: 40px;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-pricing10_component {
    margin-top: 2rem;
  }

  .uui-pricing10_tabs-menu {
    margin-bottom: 2rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .home_collection-h2, .about-us-h2 {
    line-height: 40px;
  }

  .rt-tabs-menu-2.rt-with-border {
    border-right-style: none;
  }

  .rt-tabs-content-2.rt-service-one-tab-content {
    margin-left: 0;
  }

  .rt-service-one-tabs {
    flex-direction: column;
  }

  .rt-tab-link-three {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-category-cards-text-2 {
    color: var(--color--heading-color);
    font-size: 16px;
    line-height: 28px;
  }

  .body-3 {
    --color--heading-color: #333;
    --heading--h1: 40px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 16px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: white;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 32px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

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

  .lightbox-link {
    justify-content: center;
    align-items: center;
  }

  .div-card {
    background-color: var(--color--background);
    height: 220px;
    padding: 6px;
    overflow: hidden;
    box-shadow: 0 2px 5px #0003;
  }

  .uui-ratings_component {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .process-image-wrapper {
    margin-top: 40px;
  }

  .blog-collection-card, .blog-card-holder {
    min-height: auto;
    max-height: none;
  }

  .blog-image-wrapper, .blog-main-image {
    max-height: none;
  }

  .blog-content {
    max-width: 100%;
    padding: 10px .5rem;
  }

  .featured-card-button-wrapper {
    margin-bottom: 0;
  }

  .feature-title {
    line-height: 24px;
  }

  .cms-filter-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .home_cta-left-wrapper {
    height: 250px;
  }

  .heading-6 {
    line-height: 40px;
  }

  .single-collection-lit {
    grid-template-columns: 1fr;
  }

  .blog-title {
    line-height: 24px;
  }

  .rt-home-one-buttom-footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-footer-social-icon-wrapper {
    padding-bottom: 14px;
  }

  .rt-footer-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 43px;
    display: grid;
  }

  .blog-page-button-wapper.blog.mobile {
    display: none;
  }

  .single-blog-h1-heading {
    letter-spacing: 0;
    font-size: 26px;
    line-height: 1.3;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .body-4, .body-5 {
    --color--heading-color: #333;
    --heading--h1: 40px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 16px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: white;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 32px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .single-blog-logo-section, .single-blog-featured-post-cms {
    max-width: 100%;
  }

  .featured-post-wrapper {
    justify-content: space-between;
    align-items: stretch;
    max-width: 100%;
    display: block;
  }

  .featured-post-wrapper.w--current {
    height: 100%;
    max-height: 125px;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .featured-post-image-wrapper {
    width: 100%;
    max-width: 146.887px;
    height: 100%;
    max-height: 90px;
  }

  .featured-post-content {
    flex-flow: column;
    justify-content: space-around;
    display: flex;
  }

  .single-popular-tag {
    justify-content: center;
    align-items: flex-start;
    padding-left: 2rem;
  }

  .privacy-support-grid {
    grid-template-columns: 1fr;
  }

  .body-6 {
    --color--heading-color: #333;
    --heading--h1: 40px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 16px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: white;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 32px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .try {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .search-dropdown {
    height: 9%;
  }

  .form-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .dropdown {
    width: 100%;
  }

  .text-field {
    flex: 0 auto;
    align-self: flex-start;
    width: 100%;
    padding-bottom: 8px;
  }

  .dropdown-toggle {
    width: auto;
  }

  .single-product-hero-grid {
    grid-template-columns: 1.1fr;
  }

  .single-page-content-grid {
    grid-template-columns: 1fr;
  }

  .single-page-content-right {
    max-width: none;
  }

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

  .easy-feature-grid {
    grid-template-columns: 1fr;
  }

  .why-choose-heading {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .single-page-more-heading {
    flex-flow: wrap;
  }

  .div-block-93, .div-block-94, .div-block-95 {
    position: static;
  }

  .why-choose-anova-flow-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .slide-2 {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .slider-2 {
    flex-flow: column;
    height: 100%;
    max-height: none;
    display: flex;
  }

  .template-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .template-left-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .body-7 {
    --color--heading-color: #333;
    --heading--h1: 40px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 16px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: white;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 32px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .template {
    font-size: var(--heading--h1);
    text-align: center;
  }

  .icon-embed-xxsmall-final {
    margin-top: 20px;
    left: 6%;
  }

  .checkbox-field {
    flex: 0 auto;
    min-width: 350px;
    max-width: 350px;
  }

  .uui-page-padding-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-text-size-large-2 {
    font-size: var(--heading--paragraph);
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-faq02_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-faq02_question {
    padding: 1rem 1.25rem;
  }

  .uui-faq02_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-faq02_heading {
    line-height: 24px;
  }

  .heading-46 {
    line-height: 40px;
  }

  .body-8, .body-9 {
    --color--heading-color: #333;
    --heading--h1: 40px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 16px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: white;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 32px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .heading-47 {
    font-size: 2.5rem;
  }

  .blog-collection-card-2 {
    min-height: auto;
    max-height: none;
  }

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

  .body-10 {
    --color--heading-color: #333;
    --heading--h1: 40px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 16px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: white;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 32px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .uui-page-padding-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-contact04_content {
    flex: 1;
    align-self: stretch;
  }

  .uui-contact04_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .contact-form-card {
    align-self: stretch;
  }

  .contact-card {
    flex: 1;
  }

  .final-our-process {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .final-our-process-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .final-our-process-heading {
    position: static;
  }

  .final-our-process-content {
    display: none;
  }

  .final-our-process-inside {
    grid-column-gap: 28px;
  }

  .final-process-content-wrapper {
    height: 212px;
    overflow: hidden;
  }

  .final-process-content-card-holder {
    align-self: stretch;
    max-height: 100%;
  }

  .paragraph-24 {
    line-height: 26px;
  }

  .bold-text-11 {
    line-height: 24px;
  }

  .slider-3 {
    background-color: #0000;
    flex: 1;
    width: 100%;
    display: block;
  }

  .slide-nav-2 {
    display: none;
    bottom: -10%;
  }

  .slide-3 {
    background-color: var(--color--background);
  }

  .left-arrow-4, .right-arrow-4 {
    background-color: #ffcb3d;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
  }

  .icon-embed-xxsmall-2, .icon-embed-xxsmall-3 {
    color: var(--color--heading-color);
  }

  .slide-10 {
    background-color: #fff;
  }

  .slide-nav-3 {
    background-color: #fffcf3;
    display: none;
  }

  .slider-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mask {
    background-color: var(--color--background);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .slide-11 {
    background-color: #fff;
  }

  .left-arrow-5, .right-arrow-5 {
    background-color: #ffcb3d;
    border-radius: 100px;
    width: 32px;
    height: 32px;
  }

  .div-block-117 {
    overflow: hidden;
  }

  .div-block-118 {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .slide-nav-4, .slider-6 {
    display: none;
  }

  .absolute-search {
    top: -2px;
  }

  .uui-navbar03_menu-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar03_component-2 {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar03_dropdown-toggle-2, .uui-navbar03_link-2 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .container-large {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .container-large.single-product {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .style-guide_button-grid {
    grid-template-columns: 1fr;
  }

  .button-primary.color-swatch.primary {
    padding: 12px 14px;
  }

  .button-primary.color-swatch.primary.home_process-section {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1;
  }

  .button-primary.color-swatch.primary.home_process-section.down {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button-text-primary {
    font-size: 14px;
    line-height: 1;
  }

  .button-secondary {
    padding: 12px 14px;
  }

  .button-text-secondary.is-relative, .button-text-secondary.is-absolute {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 1;
  }

  .body {
    --color--heading-color: #333;
    --heading--h1: 30px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 14px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: white;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 28px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .uui-navbar03_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar03_dropdown-link {
    padding-left: 0;
  }

  .uui-navbar03_bottom-bar {
    align-items: flex-start;
  }

  .uui-navbar03_bottom-bar-right {
    flex-direction: column;
    width: 100%;
  }

  .uui-navbar03_bottom-bar-left {
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
  }

  .home_header.tablet {
    max-width: 320px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .home_hero-button-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-top: 0;
  }

  .heading-2.mobile {
    font-size: var(--heading--h1);
    line-height: 40px;
  }

  .home_header-paragraph.mobule {
    font-size: 16px;
    line-height: 26px;
  }

  .rt-features-cards {
    width: 98vw;
  }

  .btn-circle-secondary {
    bottom: -15%;
    right: 30%;
  }

  .btn-circle-secondary.right {
    right: -28%;
  }

  .cms_slider-home-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cms_slider-h2 {
    line-height: 36px;
  }

  .featured_card-rattings {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: space-between;
    padding-bottom: .5rem;
  }

  .home_process-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .body-2 {
    --color--heading-color: #333;
    --heading--h1: 30px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 14px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: white;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 28px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .home_process-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: auto;
  }

  .home_process-content {
    width: 100%;
  }

  .div-block-7 {
    text-align: center;
    justify-content: space-between;
    align-self: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .home_process-h2 {
    font-size: var(--heading--h2);
    text-align: center;
    line-height: 36px;
  }

  .home_process-gear.color-swatch.primary, .home_process-gear.color-swatch.primary.home_process-idea {
    align-self: center;
  }

  .home_process-gear.color-swatch.primary.home_process-idea.about-us {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text-block-4 {
    white-space: nowrap;
    font-size: 14px;
    line-height: 1;
  }

  .rt-home-two-testimonial-heading-wrap-2 {
    justify-content: center;
    align-items: center;
  }

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

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

  .heading-4 {
    line-height: 36px;
  }

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

  .home_collection-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-page-padding {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .uui-pricing10_tabs-menu {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home_collection-h2 {
    font-size: var(--heading--h2);
    line-height: 36px;
  }

  .home_about-us-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-us-h2 {
    line-height: 36px;
  }

  .home_faq-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rt-tabs-menu-2.rt-with-border {
    margin-bottom: 30px;
  }

  .rt-service-one-tabs {
    display: block;
  }

  .rt-dropdown-toggle-3 {
    flex-flow: row;
    justify-content: space-around;
  }

  .rt-radius-ten-2 {
    flex-flow: column;
    display: block;
  }

  .rt-category-cards-text-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    white-space: pre-wrap;
    word-break: keep-all;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 229px;
  }

  .rt-pricing-faq-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .body-3 {
    --color--heading-color: #333;
    --heading--h1: 30px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 14px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: white;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 28px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .button-text.is-relative, .button-text.is-absolute {
    font-size: 14px;
    line-height: 1;
  }

  .div-block-71 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex;
  }

  .ratings_wrapper {
    flex: none;
    margin-top: -9px;
    margin-bottom: 0;
    margin-left: 0;
    display: none;
  }

  .hero_left-top-customer {
    flex-flow: column;
    display: flex;
  }

  .hero_left-top-customer.blog-page {
    flex: 0 auto;
  }

  .uui-ratings_component {
    flex-flow: column;
  }

  .uui-ratings_component.blog-button {
    flex-flow: row;
    flex: 1;
  }

  .process-text {
    font-size: var(--heading--h4);
  }

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

  .rt-home-one-tab-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .rt-home-one-tab-link:hover, .rt-home-one-tab-link.rt-top-border.w--current, .rt-home-one-tab-link.rt-top-border.w--current:hover {
    margin-left: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .process-paragraph {
    font-size: var(--heading--paragraph);
  }

  .blog-image-wrapper {
    height: 250px;
  }

  .blog-image-wrapper.blog-card-image {
    object-fit: cover;
    height: 153px;
    min-height: 153px;
    max-height: 153px;
  }

  .blog-image-gradient {
    min-height: 153px;
    max-height: 153px;
  }

  .blog-main-image.blog-card-image {
    min-height: 100%;
    max-height: 100%;
  }

  .blog-content {
    max-height: none;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .feature-price {
    font-size: 14px;
  }

  .feature-title {
    font-size: 14px;
    line-height: 22px;
  }

  .cms-filter-collection-list {
    grid-template-columns: 1fr;
  }

  .div-block-76 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home_cta-section {
    background-image: linear-gradient(#cadbff, #fff);
    padding-left: 0;
    padding-right: 0;
  }

  .home_cta-left-wrapper {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-5 {
    font-size: var(--heading--h2);
    line-height: 1.4;
  }

  .blog-page_news-article-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home_news-holder {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .heading-6 {
    line-height: 36px;
  }

  .blog-image {
    min-height: 100%;
    max-height: 100%;
  }

  .blog-title {
    line-height: 22px;
  }

  .blog-status-button {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-home-one-buttom-footer {
    justify-content: space-between;
    align-items: center;
  }

  .rt-body-text-3.rt-home-one-footer-text.rt-footer-text-center {
    text-align: center;
  }

  .rt-footer-logo-one {
    width: 150px;
    height: auto;
  }

  .rt-footer-container {
    display: flex;
  }

  .blog-page-h1-wrapper {
    padding-top: 25px;
  }

  .single-blog-h1-heading {
    letter-spacing: 0;
  }

  .all-template-holder {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-button.w--current {
    font-size: 14px;
    line-height: 20px;
  }

  .body-4 {
    --color--heading-color: #333;
    --heading--h1: 30px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 14px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: white;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 28px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .blog_single-hero-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .body-5 {
    --color--heading-color: #333;
    --heading--h1: 30px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 14px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: white;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 28px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .single-blog-content-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .single-blog-image-grid {
    grid-template-columns: 1fr;
  }

  .collection-list-5 {
    flex-flow: wrap;
  }

  .div-block-86 {
    grid-template-columns: 1fr;
  }

  .single-popular-tag {
    padding-left: 0;
  }

  .body-6 {
    --color--heading-color: #333;
    --heading--h1: 30px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 14px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: white;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 28px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .single-page-text {
    font-size: 14px;
    line-height: 1;
  }

  .heading-32 {
    font-size: 28px;
    line-height: 34px;
  }

  .single-page-content {
    flex-flow: wrap;
  }

  .single-page-content-grid {
    grid-template-columns: 1fr;
  }

  .single-page-content-left {
    flex-flow: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .single-page-content-right {
    width: 300px;
    max-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-33 {
    flex-flow: row;
  }

  .heading-34 {
    padding-bottom: 10px;
  }

  .paragraph-8 {
    text-align: left;
    width: 300px;
    text-decoration: none;
  }

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

  .why-choose-anova-flow-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .template-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
  }

  .template-left-heading {
    justify-content: flex-start;
    align-items: center;
  }

  .body-7 {
    --color--heading-color: #333;
    --heading--h1: 30px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 14px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: white;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 28px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .template {
    font-size: 28px;
    line-height: 34px;
  }

  .collection-list-7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .icon-embed-xxsmall-final {
    margin-top: 7%;
    margin-left: 10%;
  }

  .checkbox-field {
    min-width: 250px;
    max-width: 250px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .collection-list-9 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .uui-faq02_component {
    grid-template-columns: 1fr;
  }

  .uui-faq02_heading {
    line-height: 22px;
  }

  .heading-46 {
    line-height: 36px;
  }

  .body-8, .body-9 {
    --color--heading-color: #333;
    --heading--h1: 30px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 14px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: white;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 28px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .heading-47 {
    font-size: 28px;
    line-height: 34px;
  }

  .grid-7, .grid-10 {
    grid-template-columns: 1fr;
  }

  .heading-51 {
    font-size: 28px;
    line-height: 34px;
  }

  .body-10 {
    --color--heading-color: #333;
    --heading--h1: 30px;
    --font-family--font: Onest, sans-serif;
    --heading--h4: 14px;
    --heading--paragraph: 16px;
    --color--background: white;
    --color--paragraph-color: #333;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray700: #344054;
    --untitled-ui--gray50-2: #f9fafb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --radiant-ui-components-library--color--white: white;
    --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
    --radiant-ui-components-library--color--theme-color: #116df8;
    --heading--h2: 28px;
    --radiant-ui-components-library--color--heading-dark: #150438;
    --radiant-ui-components-library--light-grey: #5a5a5a;
    --untitled-ui--gray400: #98a2b3;
    --untitled-ui--white: white;
    --radiant-ui-components-library--linear-color-three: #e0ecff;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary50: #f9f5ff;
    --untitled-ui--primary300: #d6bbfb;
    --heading--h3: 30px;
    --h1-text-color: #333;
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .uui-contact04_component {
    grid-template-columns: 1fr;
  }

  .uui-contact04_form {
    padding: 1rem;
  }

  .grid-11 {
    flex-flow: column;
  }

  .line-divider {
    width: 100%;
    height: 1px;
  }

  .final-our-process {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .final-our-process-heading {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .final-our-process-content {
    display: none;
  }

  .final-our-process-inside {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .final-process-content-wrapper {
    height: auto;
  }

  .final-process-content-card-holder {
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .final-process-description.product {
    justify-content: center;
    align-items: center;
  }

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

  .bold-text-11 {
    line-height: 22px;
  }

  .heading-53 {
    font-size: var(--heading--paragraph);
    line-height: 26px;
  }

  .slider-3 {
    align-self: stretch;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    display: block;
  }

  .slide-nav-2 {
    inset: auto 0% -13%;
  }

  .slide-3 {
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .left-arrow-4 {
    background-color: #ffcb3d;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: none;
    inset: auto auto -12% 14%;
  }

  .right-arrow-4 {
    background-color: #ffcb3d;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: none;
    inset: auto 14% -12% auto;
  }

  .icon-embed-xxsmall-2 {
    color: var(--color--paragraph-color);
    font-size: var(--heading--h2);
    width: 1.5rem;
    height: 1.5rem;
  }

  .icon-embed-xxsmall-3 {
    color: var(--color--heading-color);
    width: 1.5rem;
    height: 1.5rem;
  }

  .slide-4, .slide-5, .slide-6, .slide-7, .slide-8, .slide-9 {
    background-color: #fff;
  }

  .div-block-118 {
    border-radius: 12px;
  }

  .mask-2 {
    border-radius: 12px;
    overflow: hidden;
  }

  .left-arrow-6 {
    color: var(--color--heading-color);
    background-color: #ffbe0c;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
    inset: 0% auto auto 0%;
  }

  .right-arrow-6 {
    color: var(--color--heading-color);
    background-color: #ffbe0c;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .slider-5 {
    background-color: var(--color--background);
    border-radius: 12px;
    overflow: hidden;
  }

  .slide-12 {
    border-radius: 12px;
    overflow: hidden;
  }

  .mask-3 {
    border-radius: 12px;
  }

  .right-arrow-7, .left-arrow-7 {
    display: none;
  }

  .div-block-119 {
    width: 100%;
    height: 100%;
  }

  .slide-13 {
    border-radius: 12px;
    overflow: hidden;
  }

  .slider-6 {
    background-color: var(--radiant-ui-components-library--color--white);
    border-radius: 12px;
    min-height: 325px;
    max-height: 325px;
    display: block;
    overflow: hidden;
  }

  .slide-nav-5 {
    bottom: -5%;
  }

  .absolute-search {
    top: 15px;
  }

  .button-secondary-2 {
    padding: 12px 14px;
  }

  .uui-navbar03_dropdown-link-2 {
    padding-left: 0;
  }
}

#w-node-_43fe78a9-385f-2b9b-6d80-0a1b5bc43c13-d692bfcf {
  order: -9999;
}

#w-node-_5b9a4496-c1a2-9903-0ea0-78341bc9b9fb-d692bfcf, #w-node-_4998fc5d-434b-44b7-78f9-d5d9b8b59a22-b8b59a1a {
  justify-self: start;
}

#w-node-f6d40392-19bc-80fd-ad1c-c7b881868fc7-81868fb3, #w-node-f6d40392-19bc-80fd-ad1c-c7b881868ffa-81868fb3, #w-node-f6d40392-19bc-80fd-ad1c-c7b88186902d-81868fb3 {
  place-self: stretch start;
}

#w-node-_646794af-b66b-32f3-1932-2dcab1ef27b6-73fb315f {
  place-self: auto center;
}

#w-node-f30f345b-ea9a-8753-bda7-bd687a06ab89-73fb315f, #w-node-_78be57b3-0232-29d7-c62e-4543e5a6d827-73fb315f {
  justify-self: center;
}

#w-node-_6e8167b8-0943-0b02-fb65-0110d861f36a-73fb315f, #w-node-fe851cc9-48cc-39e5-3534-6980899f8f49-73fb315f {
  place-self: center;
}

#w-node-_4a9a82b4-71b7-7ee7-b390-ef1e0833bd58-0833bc9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f83f24d-4574-674e-8e84-4ae22b57d7ec-a6fdede9, #w-node-_9f83f24d-4574-674e-8e84-4ae22b57d81f-a6fdede9, #w-node-_9f83f24d-4574-674e-8e84-4ae22b57d852-a6fdede9 {
  place-self: stretch start;
}

#w-node-_559f2156-3d8d-08fd-4215-3241864bd2b4-a6fdede9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9568a794-21bc-ac4c-08b4-64c0fec5b6a2-a6fdede9 {
  align-self: start;
}

#w-node-ce0e7181-6ab0-4573-3370-bca50b3f7845-a6fdede9, #w-node-b0936e7d-52c8-3093-1e87-4dc67309f197-a6fdede9, #w-node-_482f1aca-f87d-f964-aa29-2542158fdde8-a6fdede9 {
  align-self: center;
}

#w-node-_968f1720-6f0c-319a-2537-bdd1b804230d-a6fdede9 {
  align-self: start;
}

#w-node-_5fff48e9-b54e-e6ac-2860-a5e91a4a94e5-724652f6, #w-node-_5fff48e9-b54e-e6ac-2860-a5e91a4a9518-724652f6, #w-node-_5fff48e9-b54e-e6ac-2860-a5e91a4a954b-724652f6, #w-node-_23f59899-bb4d-9ca0-4cc5-63ead43d06a6-a6f0f6d2, #w-node-_23f59899-bb4d-9ca0-4cc5-63ead43d06d9-a6f0f6d2, #w-node-_23f59899-bb4d-9ca0-4cc5-63ead43d070c-a6f0f6d2, #w-node-_5f5e3c0b-f29e-02a5-3aa9-54b272ac6c34-4474decf, #w-node-_5f5e3c0b-f29e-02a5-3aa9-54b272ac6c67-4474decf, #w-node-_5f5e3c0b-f29e-02a5-3aa9-54b272ac6c9a-4474decf {
  place-self: stretch start;
}

#w-node-c56c4028-f056-707e-8b21-1b197065cda6-4474decf {
  justify-self: center;
}

#w-node-_4722393b-5152-6d38-f68c-f48e83193c85-2879fc06, #w-node-_4722393b-5152-6d38-f68c-f48e83193cb8-2879fc06, #w-node-_4722393b-5152-6d38-f68c-f48e83193ceb-2879fc06 {
  place-self: stretch start;
}

#w-node-_294a7aa9-12bf-b715-6fe3-e3789f48f17b-2879fc06 {
  justify-self: center;
}

#w-node-_0ddee6bd-a815-5392-78e7-dd398e48d62b-23f72e7f, #w-node-_0ddee6bd-a815-5392-78e7-dd398e48d65e-23f72e7f, #w-node-_0ddee6bd-a815-5392-78e7-dd398e48d691-23f72e7f {
  place-self: stretch start;
}

#w-node-_96e9b729-675d-e6da-08dd-a6bf90e1d097-b885c703 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4454bf11-80d9-3a56-5478-c01928e64d11-41474a32, #w-node-_4454bf11-80d9-3a56-5478-c01928e64d44-41474a32, #w-node-_4454bf11-80d9-3a56-5478-c01928e64d77-41474a32, #w-node-_71dc13f3-762e-fc10-dba3-97afefd44ddb-2c23ec8c, #w-node-_71dc13f3-762e-fc10-dba3-97afefd44e0e-2c23ec8c, #w-node-_71dc13f3-762e-fc10-dba3-97afefd44e41-2c23ec8c, #w-node-f437aff5-3862-48af-03b7-9f9160ae049b-494db3e8, #w-node-f437aff5-3862-48af-03b7-9f9160ae04ce-494db3e8, #w-node-f437aff5-3862-48af-03b7-9f9160ae0501-494db3e8 {
  place-self: stretch start;
}

#w-node-_075d9966-cb62-7d0f-07df-11775a6c3fd7-494db3e8 {
  align-self: start;
}

#w-node-_075d9966-cb62-7d0f-07df-11775a6c3fe8-494db3e8 {
  order: -9999;
}

#w-node-_075d9966-cb62-7d0f-07df-11775a6c4027-494db3e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0bf2b018-e3fa-276a-e778-ba6d2b1a57a2-494db3e8 {
  justify-self: start;
}

#w-node-ef67784c-23da-1c57-fe93-bdcda02460c4-1ca81747, #w-node-_0d11a902-91b2-1330-86d0-6f20aa8777e5-1ca81747, #w-node-_3c1b1648-fe59-c8d1-2431-446556a3944a-1ca81747 {
  place-self: stretch start;
}

#w-node-_43fe78a9-385f-2b9b-6d80-0a1b5bc43c13-1ca81747 {
  order: -9999;
}

#w-node-_5b9a4496-c1a2-9903-0ea0-78341bc9b9fb-1ca81747 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_32d96bb7-b5b5-176c-d34e-478e3a5bacda-d692bfcf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5b9a4496-c1a2-9903-0ea0-78341bc9b9fb-d692bfcf {
    align-self: auto;
  }

  #w-node-_0e01bade-27c0-5c8f-eb5e-9999d330b96c-73fb315f {
    place-self: auto center;
  }

  #w-node-_968f1720-6f0c-319a-2537-bdd1b804230d-a6fdede9 {
    justify-self: center;
  }

  #w-node-_32d96bb7-b5b5-176c-d34e-478e3a5bacda-1ca81747 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5b9a4496-c1a2-9903-0ea0-78341bc9b9fb-1ca81747 {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c95f2ee3-07ba-791a-82b4-bef4600dfb56-600dfb51, #w-node-c95f2ee3-07ba-791a-82b4-bef4600dfb61-600dfb51, #w-node-c95f2ee3-07ba-791a-82b4-bef4600dfb89-600dfb51 {
    justify-self: center;
  }

  #w-node-_9129bf98-80ee-f277-55da-018ca12f3f16-a6fdede9, #w-node-ce0e7181-6ab0-4573-3370-bca50b3f7845-a6fdede9, #w-node-b0936e7d-52c8-3093-1e87-4dc67309f197-a6fdede9, #w-node-_482f1aca-f87d-f964-aa29-2542158fdde8-a6fdede9 {
    order: -9999;
  }

  #w-node-_789c524c-8376-8fc7-00b1-d8ca2e2e49ac-ea333227 {
    place-self: stretch stretch;
  }
}


