@font-face {
  font-family: Manrope Variablefont Wght;
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --main-green: #18b36a;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #063f00;
  --stroke: #13131326;
  --flowui-component-library--gray-200: #fff0;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--primary-dark: #2d0896;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --transparent: #fff0;
  --dark-green: white;
}

.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-layout-hflex {
  flex-direction: row;
  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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@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: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.rt-link-text-wrp {
  position: relative;
}

.rt-hero-button {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 12px 35px;
  font-size: 1rem;
  font-weight: 500;
}

.rt-hero-button.rt-nav-button {
  flex: none;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1rem;
  display: block;
}

.rt-hero-button.rt-nav-button.w--current {
  background-color: #ee0d09;
}

.rt-secondary-btn-text {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 200%);
}

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

.rt-container-one-2 {
  z-index: 5;
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-container-one-2.rt-container-gap {
  padding-left: 15px;
  padding-right: 15px;
}

.rt-nav-button {
  flex: 0 auto;
}

.rt-style-three-header {
  z-index: 300;
  background-color: #0000;
}

.rt-style-three-header.rt-home-two-header {
  z-index: 300;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-style-three-header.rt-home-two-header.rt-nav-seven {
  margin-bottom: 250px;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-weight: 300;
}

.rt-home-three-nav-menu-brand {
  align-items: center;
  padding: .5rem 0;
  display: flex;
}

.rt-navbar-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-image-height-auto-4 {
  height: auto;
}

.rt-style-three-menu-dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  align-items: center;
  width: 100%;
  padding: 20px 0 20px 17px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 95%;
  transition: all .2s;
  display: flex;
}

.rt-home-three-dropdown {
  cursor: pointer;
  height: 1.75rem;
  overflow: hidden;
}

.rt-home-three-dropdown-link {
  padding-right: 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  transition: all .45s;
  transform: translate(0);
}

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

.rt-home-three-dropdown-link.w--current {
  color: #464954;
}

.rt-home-three-dropdown-menu {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.rt-home-three-dropdown-icon {
  align-items: center;
  height: auto;
  font-size: .7rem;
  font-weight: 300;
  top: 4px;
}

.rt-home-three-dropdown-list {
  background-color: #fff;
  border-radius: 5px;
  display: none;
  overflow: hidden;
  box-shadow: 7px 7px 20px #0000001a;
}

.rt-home-three-dropdown-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

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

.rt-nav-menu-link-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.rt-home-three-dropdaown {
  flex: none;
}

.rt-home-three-dropdaown.rt-display-block {
  margin-left: 0;
  display: block;
  position: relative;
}

.f-h1-heading {
  color: var(--main-green);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1.2;
}

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

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

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

.f-avatar-group-r {
  background-color: var(--flowui-component-library--grey-300);
  border: 3px solid #fff;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-right: -16px;
  position: relative;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}

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

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

.f-avatar-dark {
  background-color: var(--main-green);
  color: var(--flowui-component-library--white);
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: -14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  position: relative;
}

.f-header-avatar-text {
  color: var(--flowui-component-library--gray-700);
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
}

.hero_content {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-header-wrapper {
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.f-header-avatar-block {
  align-items: center;
  display: flex;
}

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

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

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

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

.f-header-review-wrapper {
  grid-column-gap: 16px;
  border: 1px solid var(--stroke);
  background-image: linear-gradient(to bottom, var(--radiant-ui-components-library-marketplace--color--white), var(--radiant-ui-components-library-marketplace--color--white));
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 40px;
  font-weight: 500;
  display: flex;
}

.f-header-review-icon-wrapper {
  background-color: var(--flowui-component-library--grey-300);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-navigation-link {
  color: var(--main-green);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--main-green);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation {
  border-bottom: 1px solid var(--stroke);
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  display: flex;
}

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

.f-logo {
  background-color: #18b36a;
  width: 200px;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  min-width: 180px;
  display: flex;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--main-green);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-navigation-logo-link {
  min-width: 180px;
}

.f-navigation-logo-link.w--current {
  transition: all .25s ease-in-out;
}

.f-navigation-logo-link.w--current:hover {
  transform: scale(.98);
}

.f-h3-heading {
  color: var(--main-green);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-26 {
  margin-bottom: 8px;
}

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

.f-feature-icon-wrapper {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-sub-heading-large {
  color: var(--main-green);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.f-banner-flex-row {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--main-green);
  color: var(--flowui-component-library--white);
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.f-banner-button {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
}

.f-banner-button:hover {
  background-color: var(--flowui-component-library--primary-dark);
}

.banner-button {
  background-color: var(--flowui-component-library--white);
  outline-offset: 0px;
  color: var(--main-green);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.banner-button:hover {
  background-color: var(--flowui-component-library--gray-700);
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.navbar {
  z-index: 2147483647;
  position: sticky;
  top: 0;
}

.rl_navbar3_tablet-menu-button {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.rl_navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.rl_navbar3_button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  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: 400;
  text-decoration: none;
}

.rl_navbar3_logo-link {
  padding-left: 0;
}

.rl_navbar3_menu-button {
  padding: 0;
}

.rl_navbar3_link {
  color: var(--relume-library-lite--rl-black);
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar3_link.w--current {
  color: #000;
}

.rl_navbar3_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px;
  position: absolute;
}

.rl_navbar3_menu-background {
  display: none;
  position: static;
}

.rl_navbar3_component {
  border-bottom: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  align-items: center;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.rl_navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rl_navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar3_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar3_dropdown-link.w--current {
  color: #000;
}

.rl_navbar3_dropdown-toggle {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.rl_navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h5 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.05;
}

.text-style-italic {
  font-style: italic;
}

.text-align-right {
  text-align: right;
}

.background-color-light-1 {
  background-color: #f0efe9;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
}

.copy-medium {
  font-size: 1.25rem;
  line-height: 1.4;
}

.styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.container-tiny {
  width: 100%;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.container-tiny.align-left {
  margin-left: 0;
}

.spacer-xl-start {
  padding-top: 7.5rem;
}

.heading-style-h2 {
  letter-spacing: -.01em;
  text-transform: none;
  font-size: 3.8rem;
  line-height: 1;
}

.copy-tiny {
  font-size: .9rem;
  line-height: 1.4;
}

.spacer-xl-end {
  padding-bottom: 7.5rem;
}

.styleguide-sections {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-md-start {
  padding-top: 4.5rem;
}

.text-color-grey {
  color: #757575;
}

.page-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.copy-large {
  font-size: 1.5rem;
  line-height: 1.4;
}

.heading-style-h3 {
  letter-spacing: -.005em;
  text-transform: none;
  font-size: 3rem;
  line-height: 1.1;
}

.hide {
  display: none;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.styleguide_item.is-stretch {
  flex-flow: column;
  justify-items: stretch;
}

.icon-height-small {
  height: 1rem;
}

.heading-style-h4 {
  letter-spacing: 0;
  text-transform: none;
  font-size: 2rem;
  line-height: 1.2;
}

.container-small {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small.align-left {
  margin-left: 0;
}

.heading-style-h1 {
  color: var(--main-green);
  letter-spacing: -.01em;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.spacer-xxs-start {
  padding-top: .5rem;
}

.copy-small {
  font-size: 1.1rem;
  line-height: 1.4;
}

.icon-height-medium {
  height: 2rem;
}

.styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.styleguide-heading {
  font-size: 2rem;
}

.text-weight-regular {
  font-weight: 400;
}

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

.text-style-nowrap {
  white-space: nowrap;
}

.text-weight-bold {
  font-weight: 700;
}

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

.container-medium {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

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

.button {
  color: #fffdf3;
  text-align: center;
  letter-spacing: .02rem;
  background-color: #232325;
  border-radius: 999rem;
  padding: 1.2rem 1.7rem;
  font-weight: 600;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-small {
  padding: .8rem 1rem;
  font-size: .9rem;
}

.button.is-large {
  padding: 1.5rem 2.5rem;
  font-size: 1.2rem;
}

.button.is-secondary {
  color: #232325;
  background-color: #0000;
  border: 2px solid #000;
  font-weight: 700;
}

.button.is-disabled {
  opacity: .25;
  background-image: linear-gradient(#757575, #757575);
}

.spacer-sm-start {
  padding-top: 2.2rem;
}

.form_component {
  margin-bottom: 0;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.form_message-success {
  padding: 1.25rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-color-bright {
  color: #fffdf3;
}

.form_radio, .form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.hide-desktop-only {
  display: none;
}

.spacer-sm-end {
  padding-bottom: 2.2rem;
}

.styleguide_item-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #0000001a;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-link {
  text-decoration: underline;
}

.background-color-dark-1 {
  color: #f5f5f5;
  background-color: #151515;
}

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

.text-weight-medium {
  font-weight: 500;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-muted {
  opacity: .6;
}

.icon-height-large {
  height: 3rem;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.spacer-xxs-end {
  padding-bottom: .5rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-xs-end {
  padding-bottom: .8rem;
}

.styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

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

.text-color-black {
  color: #232325;
}

.styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 3rem;
  padding-bottom: 2.25rem;
  line-height: 1.4;
  display: flex;
}

.styleguide_label {
  color: #757575;
  background-color: #ececec;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .3rem .5rem;
}

.overflow-auto {
  overflow: auto;
}

.spacer-md-end {
  padding-bottom: 4.5rem;
}

.heading-style-h6 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.1;
}

.styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.spacer-xs-start {
  padding-top: .8rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.background-color-dark-2 {
  color: #f5f5f5;
  background-color: #303030;
}

.styleguide_header {
  background-color: #0000000d;
}

.global-styles-2 {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

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

.brix---icon-list-item-wrapper-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---icon-list-2 {
  margin-right: 16px;
}

.brix---color-neutral-825 {
  color: #211f54;
}

.brix---text-200-list-bold-2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.padding-section-medium {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.div-block {
  display: flex;
}

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

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

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

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

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

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

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

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

.rt-hero-heading {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  max-width: 600px;
  margin-bottom: 30px;
}

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

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

.rt-home-one-small-divider {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  width: 74px;
  height: 1px;
}

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

.rt-button-five-2.rt-banner-one-button {
  border-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  height: 58px;
}

.rt-button-five-2.rt-banner-one-button.rt-button-blue {
  border-color: var(--main-green);
}

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

.rt-hero-button-icon-two-2.rt-blue-background {
  background-color: var(--main-green);
}

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

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

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

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

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

.rt-no-margin-top-bottom.rt-color-grey {
  color: #686868;
}

.rt-no-margin-top-bottom.rt-color-grey.rt-bullet-point-paragraph {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  max-width: 563px;
}

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

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

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

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

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

.rt-campaign-checklist-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 17px;
}

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

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

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

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

.rt-home-three-business-potential-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  margin-top: -12px;
  display: flex;
}

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

.f-banner-mobile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--main-green);
  color: var(--flowui-component-library--white);
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: none;
}

.navbar_menu-button {
  padding: 0;
}

.section {
  background-image: linear-gradient(180deg, #ffffff78, #fff 1%, var(--transparent)), url('../images/6706c630401273812cc5c117_hero-v17-elements-brix-templates_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.f-h2-heading {
  color: var(--main-green);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

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

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

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

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

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

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

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

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-button-neutral {
  background-color: var(--main-green);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-content-list-item {
  grid-column-gap: 16px;
  color: var(--main-green);
  align-items: center;
  display: flex;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-content-image-wrapper-large {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 460px;
  overflow: hidden;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

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

.f-h3-heading-2 {
  color: var(--main-green);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--main-green);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

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

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

.f-h5-heading {
  color: var(--main-green);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-button-neutral-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--main-green);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-feature-card-filled {
  border: 1px solid var(--stroke);
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 12px;
  padding: 32px;
}

.f-feature-icon-wrapper-white {
  background-color: #fff;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-grid-three-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

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

.f-h2-heading-2 {
  color: var(--main-green);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

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

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

.f-paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-button-neutral-3 {
  background-color: var(--main-green);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-cta-text-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-cta-logo-card {
  border: 1px solid var(--flowui-component-library--gray-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  transition: border-color .2s, box-shadow .2s;
  display: flex;
}

.f-cta-logo-card:hover {
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-section-regular {
  padding: 60px 5%;
  position: static;
}

.f-section-regular.bg {
  border: 1px solid var(--stroke);
  background-image: radial-gradient(circle, #fff, #18b36a52);
}

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

.f-margin-bottom-72 {
  margin-bottom: 60px;
}

.f-grid-four-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.f-h3-heading-3 {
  color: var(--main-green);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-132 {
  margin-bottom: 8px;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.f-gallery-image-l {
  border-radius: 8px;
  height: 440px;
  overflow: hidden;
}

.f-section-large-3 {
  padding: 40px 5%;
  position: static;
}

.f-heading-detail-small-3 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-button-secondary-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--main-green);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-133 {
  margin-bottom: 8px;
}

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

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

.f-button-neutral-4 {
  background-color: var(--main-green);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-4:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-grid-two-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 600px;
  height: 350px;
  overflow: hidden;
}

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

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

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

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

.f-button-neutral-5 {
  background-color: var(--main-green);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-5:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-content-image-wrapper-2 {
  border-radius: 12px;
  width: 100%;
  max-width: 6000px;
  height: 350px;
  overflow: hidden;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

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

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

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

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

.f-paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-3.f-text-weight-medium {
  font-weight: 500;
}

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

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-testimonial-right-a {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: var(--main-green);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a:hover {
  border-color: var(--main-green);
  background-color: var(--main-green);
  color: var(--flowui-component-library--white);
}

.f-testimonial-left-a {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--grey-600);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a:hover {
  background-color: var(--main-green);
  color: var(--flowui-component-library--white);
}

.f-testimonial-slider-large {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 48px;
}

.f-testimonial-slide {
  margin-right: 40px;
}

.f-testimonial-slider-mask {
  width: 350px;
  overflow: visible;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-avatar-small {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-section {
  background-color: var(--flowui-component-library--white);
  padding: 100px 5%;
  position: static;
  overflow: hidden;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-text-weight-bold {
  font-weight: 700;
}

.f-testimonial-background {
  background-color: var(--flowui-component-library--gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-testimonial-card {
  border: 1px solid var(--stroke);
  color: var(--main-green);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

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

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

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

.rt-component-section-2.rt-accordion-v-six {
  padding-top: 50px;
  padding-bottom: 40px;
}

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

.rt-home-three-accordion-answer {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-top: 20px;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
}

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

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

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

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

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

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

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

.rt-minus {
  position: absolute;
}

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

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

.f-icon-regular-4:hover {
  color: var(--flowui-component-library--gray-500);
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-logo-xs {
  width: 150px;
  height: 100%;
}

.f-footer-line {
  background-color: #e4e6f1;
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-link {
  color: var(--main-green);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--gray-500);
}

.f-footer-social {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--main-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-group {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-small {
  background-color: var(--flowui-component-library--white);
  padding: 32px 5%;
  position: relative;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.textblock {
  width: 70px;
  display: inline-block;
}

.f-h3-heading-3-mobile {
  color: var(--main-green);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.footer1_component {
  background-color: #fff;
  border-top: 1px solid #aaa;
}

.color_neutral-600 {
  color: #00a17f;
}

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

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2-2.small, .heading-style-h2-2.extra-small {
  font-size: 2rem;
}

.padding-vertical, .padding-vertical.padding-large {
  padding-left: 0;
  padding-right: 0;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.btn_primary-small {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #1f5429;
  border-radius: 10px;
  justify-content: center;
  padding: 18px 24px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.btn_primary-small:hover {
  color: #fff;
  background-color: #00a17f;
  transform: translate3d(0, -3px, .01px);
}

.footer-addition {
  color: #00a17f;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.paragraph {
  color: #1f5429;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.container-medium-2 {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.footer_logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer_logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.section_kontakt_header-sektion {
  color: #000;
  background-color: #fff;
}

.footer_col-title {
  color: #444;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.card_link-iconwrapper {
  color: #00a17f;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b0f;
}

.card_link-iconwrapper:hover {
  border-color: #00a17f;
  transform: scale3d(.96, .96, 1.01);
}

.color-accent-1 {
  color: #00a17f;
}

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

.mg_bottom-40px {
  margin-bottom: 40px;
}

.section_kontakt_sektion {
  color: #000;
  background-color: #fff;
}

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

.text-200 {
  color: #1f5429;
  font-size: 18px;
  line-height: 20px;
}

.text-size-medium {
  color: #222;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.big_icon-left {
  background-image: linear-gradient(#bad694, #bad694);
  border-radius: 10px;
  margin-right: 16px;
  padding: 10px;
}

.grid4x_footer {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto auto;
}

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

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.text-200-bold {
  color: #027a48;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.footer_link {
  color: #1f5429;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.footer_link:hover {
  color: #00a17f;
}

.heading-style-h1-2 {
  color: #1f5429;
}

.paragraph-2 {
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
}

.footer-text {
  font-size: 17px;
}

.footer-text:hover {
  color: var(--flowui-component-library--gray-500);
}

.mr-glass-panel-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000;
  background-image: linear-gradient(#ffffff0f, #ffffff08);
  border: 1px solid #ffffff1f;
  border-radius: 9px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.mr-glass-panel-7.w--open {
  background-color: #0000;
}

.mr-glass-panel-7.mr-title-rating-panel {
  text-align: left;
  flex-flow: row;
  padding-top: 18px;
  padding-bottom: 18px;
}

.mr-stars-wrapper-3 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-small-text-8 {
  color: #ffffffd9;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-bold-text-8 {
  color: var(--main-green);
  font-weight: 600;
}

.mr-rating-with-images-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mr-stars-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.mr-star-2 {
  flex: none;
}

.mr-small-text-5 {
  color: var(--main-green);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-bold-text-5 {
  color: var(--main-green);
  font-weight: 600;
}

.f-banner-flex-row-copy {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-margin-bottom-48-copy {
  margin-bottom: 48px;
}

.h2-leistungen {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

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

.preise-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rt-about-two-expert-image-block.rt-background-dark {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

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

.rt-about-two-expert-content-block {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
  max-width: 535px;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
}

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

.div-block-2 {
  padding-top: 0;
  padding-bottom: 20px;
}

.spacer-s {
  padding-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .rt-hero-button.rt-nav-button {
    line-height: 1rem;
    display: block;
  }

  .rt-nav-button {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: flex-end;
  }

  .rt-nav-menu-link-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .f-h1-heading {
    font-size: 4rem;
  }

  .rt-about-two-expert-image-block.rt-background-dark {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .spacer-s {
    width: 100%;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .grid4x_footer {
    grid-column-gap: 80px;
    grid-template-columns: .9fr auto auto auto;
  }
}

@media screen and (min-width: 1920px) {
  .rt-container-one-2.rt-container-gap {
    max-width: 1320px;
  }

  .rt-style-three-header.rt-home-two-header {
    z-index: 3;
    position: relative;
  }

  .rt-style-three-header.rt-home-two-header.rt-nav-seven {
    margin-bottom: 250px;
  }
}

@media screen and (max-width: 991px) {
  .rt-hero-button.rt-nav-button {
    display: none;
  }

  .rt-container-one-2 {
    max-width: 100%;
  }

  .rt-style-three-menu-dropdown-toggle {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .rt-hamburgar-line-one {
    background-color: var(--radiant-ui-components-library-marketplace--color--white);
    width: 30px;
    height: 2px;
    padding: 0;
  }

  .rt-home-three-dropdown {
    height: 1.1rem;
    line-height: 90%;
  }

  .rt-home-three-dropdown-menu {
    color: #0b0d0f;
    margin-top: 1px;
    line-height: 95%;
  }

  .rt-home-three-dropdown-icon {
    filter: invert();
  }

  .rt-home-three-dropdown-list {
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .rt-hamburgar-line-three {
    background-color: var(--radiant-ui-components-library-marketplace--color--white);
    width: 30px;
    height: 2px;
    padding: 0;
  }

  .rt-hamburgar-wrap {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    cursor: pointer;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
  }

  .rt-nav-menu-link-wrap {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    height: 100vh;
    display: none;
    position: absolute;
    inset: 55px 0% 0%;
    overflow: hidden;
  }

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

  .rt-home-three-dropdaown.rt-display-block {
    display: block;
  }

  .rt-hamburgar-line-two {
    background-color: var(--radiant-ui-components-library-marketplace--color--white);
    width: 30px;
    height: 2px;
    padding: 0;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--main-green);
    border-color: #fff;
  }

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

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-banner, .banner-button {
    display: none;
  }

  .rl_navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .rl_menu-icon3_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .rl_menu-icon3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .rl_navbar3_menu-button.w--open {
    background-color: #0000;
  }

  .rl_navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .rl_navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .rl_navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .rl_navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rl_navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .rl_menu-icon3_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon3_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .rl_navbar3_menu {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100vh;
    margin-left: 0;
    padding-bottom: 5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .page-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .styleguide-heading {
    font-size: 3rem;
  }

  .hide-tablet {
    display: none;
  }

  .hide-desktop-only {
    display: block;
  }

  .styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .full-width-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-section-large, .padding-section-medium {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .rt-no-margin-top-bottom.rt-color-grey.rt-bullet-point-paragraph {
    max-width: 100%;
  }

  .rt-home-three-business-potential-text {
    max-width: none;
    margin-top: 0;
  }

  .f-banner-mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 100%;
    display: none;
    position: static;
    bottom: 0;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: #000;
    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-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper-large {
    max-width: 100%;
  }

  .f-grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .f-grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper, .f-content-image-wrapper-2 {
    max-width: 100%;
  }

  .f-testimonial-right-a, .f-testimonial-left-a {
    top: -75px;
  }

  .f-testimonial-slider-mask {
    width: 420px;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .rt-home-three-accordion-section {
    flex-flow: column;
  }

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

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .btn_primary-small {
    display: none;
  }

  .footer-addition {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .grid4x_footer {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .mr-glass-panel-7.mr-title-rating-panel {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

  .rt-about-two-expert-image-block.rt-background-dark {
    padding-top: 200px;
    padding-bottom: 300px;
  }

  .rt-about-two-expert-content-block {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .rt-hero-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-container-one-2 {
    max-width: 100%;
  }

  .f-h1-heading {
    margin-top: 0;
  }

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

  .f-header-wrapper {
    justify-content: center;
  }

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

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-banner-flex-row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .f-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .rl_navbar3_button {
    padding: .25rem 1rem;
  }

  .rl_navbar3_component {
    min-height: 4rem;
  }

  .rl_navbar3_menu {
    width: 90vw;
  }

  .full-width-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .styleguide-heading {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .styleguide_section-header {
    font-size: .875rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .brix---text-200-list-bold-2 {
    font-size: 16px;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

  .rt-button-icon-wrapper-2 {
    height: 50px;
  }

  .rt-button-9 {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .f-banner-mobile {
    z-index: 99999999;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    inset: auto 0% 0%;
  }

  .f-h2-heading {
    font-size: 44px;
  }

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

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

  .f-grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .f-h2-heading-2 {
    font-size: 44px;
  }

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

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

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

  .f-gallery-image-l {
    height: 420px;
  }

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

  .f-testimonial-right-a, .f-testimonial-left-a {
    display: none;
  }

  .f-testimonial-slider-mask {
    width: 400px;
  }

  .rt-home-three-accordions {
    grid-column-gap: 0px;
  }

  .rt-home-three-accordion-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-three-accordion-question {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-logo-wrapper {
    width: 239px;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .btn_primary-small {
    padding: 20px 32px;
  }

  .footer_col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

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

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .big_icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .footer-list-item {
    margin-bottom: 10px;
  }

  .text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .f-banner-flex-row-copy {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

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

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

  .rt-about-two-expert-image-block.rt-background-dark {
    padding-top: 300px;
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-family: Manrope Variablefont Wght, Arial, sans-serif;
  }

  .f-h1-heading {
    font-size: 2.5rem;
  }

  .f-margin-bottom-08 {
    margin-bottom: 0;
  }

  .f-paragraph-large {
    display: none;
  }

  .f-header-avatar-text {
    margin-left: 0;
  }

  .f-header-wrapper {
    flex-direction: column;
  }

  .f-paragraph-regular {
    font-size: 18px;
    font-weight: 600;
  }

  .f-header-review-wrapper {
    border: 1px solid var(--stroke);
    flex-flow: column;
    margin-top: 10px;
    padding: 8px 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .f-navigation {
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .f-logo {
    width: 130px;
  }

  .f-navigation-content {
    min-width: auto;
  }

  .f-navigation-button {
    display: none;
  }

  .f-banner-flex-row {
    text-align: center;
    align-items: center;
  }

  .f-banner {
    padding-left: 2%;
    padding-right: 2%;
  }

  .body {
    font-family: Manrope Variablefont Wght, Arial, sans-serif;
  }

  .banner-button {
    background-color: var(--flowui-component-library--white);
    color: var(--main-green);
    display: block;
    box-shadow: 0 2px 5px #0003;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .full-width-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    border-right: 1px solid var(--stroke);
    border-left: 1px solid var(--stroke);
    margin-left: 2%;
    margin-right: 2%;
  }

  .brix---grid-1-column-row-16px-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 10px;
    display: grid;
  }

  .brix---icon-list-2 {
    width: 24px;
    margin-right: 8px;
  }

  .brix---text-200-list-bold-2 {
    color: var(--relume-library-lite--rl-black);
    text-align: left;
  }

  .padding-section-medium {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .padding-section-medium._4rem {
    padding-bottom: 4rem;
  }

  .div-block {
    display: none;
  }

  .rt-icon-in {
    opacity: 0;
  }

  .f-banner-mobile {
    z-index: 2147483647;
    padding: 10px 2%;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .f-paragraph-large-2 {
    font-size: 1rem;
  }

  .f-section-large-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .f-feature-card-filled {
    border: 1px solid var(--stroke);
  }

  .f-section-regular {
    background-image: none;
    padding-top: 50px;
    padding-bottom: 0;
    position: static;
  }

  .f-section-regular.bg {
    margin-top: 20px;
  }

  .f-gallery-image-l {
    height: 320px;
  }

  .f-section-large-3 {
    padding-top: 50px;
    padding-bottom: 0;
    position: static;
  }

  .f-paragraph-small-2 {
    font-size: 1rem;
  }

  .f-testimonial-right-a {
    display: block;
    top: -50px;
    right: 70%;
  }

  .f-testimonial-left-a {
    display: block;
    top: -50px;
    right: auto;
  }

  .f-testimonial-slider-large {
    margin-top: 80px;
  }

  .f-testimonial-slider-mask {
    width: 100%;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .f-testimonial-card {
    border: 1px solid var(--stroke);
  }

  .rt-component-section-2.rt-accordion-v-six {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .rt-home-three-accordion-block {
    min-width: 280px;
  }

  .f-footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .f-footer-link {
    margin-bottom: 0;
  }

  .f-footer-link:hover {
    color: var(--flowui-component-library--gray-500);
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .f-footer-small {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 120px;
  }

  .f-h3-heading-3-mobile {
    text-shadow: 0 1px 1px var(--flowui-component-library--grey-300);
    font-size: 2.2rem;
  }

  .heading-style-h2-2, .heading-style-h2-2.extra-small {
    font-size: 1.8rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .btn_primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
  }

  .footer_logo {
    width: 100%;
    max-width: 240px;
  }

  .footer_col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .card_link-iconwrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .mg_bottom-8px {
    margin-bottom: 6px;
  }

  .text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .text-size-medium {
    color: #444;
    font-size: 1.1rem;
  }

  .big_icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

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

  .footer-list-item {
    margin-bottom: 8px;
  }

  .text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .footer_link {
    font-size: 16px;
    line-height: 19px;
  }

  .heading-style-h1-2 {
    text-align: left;
    font-size: 2rem;
  }

  .mr-glass-panel-7 {
    border-radius: 5px;
    padding: 18px;
  }

  .mr-glass-panel-7.mr-title-rating-panel {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mr-small-text-8 {
    font-size: 13px;
  }

  .mr-rating-with-images-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .mr-small-text-5 {
    font-size: 13px;
  }

  .f-banner-flex-row-copy {
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .f-margin-bottom-48-copy {
    margin-bottom: 20px;
  }

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

  .rt-about-two-expert-overlay {
    height: 100%;
  }

  .rt-about-two-expert-image-block.rt-background-dark {
    padding-top: 200px;
    padding-bottom: 300px;
  }
}

#w-node-d68e3ec8-8b83-6034-a04e-1f6613809441-a1aee25a {
  justify-self: end;
}

#w-node-bc09d60e-7b85-59f7-f61a-5bcd3997dd4c-a1aee25a {
  justify-self: start;
}

#w-node-_3930db29-eaa5-49cb-aa9c-ed7cc29236a7-a1aee25a {
  justify-self: end;
}

#w-node-_3473858d-a000-afc2-67e7-c66a1f4246a0-1f424699, #w-node-_431db354-8800-e6fa-6b5d-7472fcefc5ea-fcefc5e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_431db354-8800-e6fa-6b5d-7472fcefc5ed-fcefc5e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_431db354-8800-e6fa-6b5d-7472fcefc5f9-fcefc5e6, #w-node-_431db354-8800-e6fa-6b5d-7472fcefc611-fcefc5e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d7f5-73b0731a, #w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d7fa-73b0731a, #w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d7ff-73b0731a, #w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d804-73b0731a, #w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d809-73b0731a, #w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d818-73b0731a, #w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d81f-73b0731a {
  justify-self: start;
}

#w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d824-73b0731a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d826-73b0731a {
  justify-self: start;
}

#w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d82b-73b0731a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d82d-73b0731a {
  justify-self: start;
}

#w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d832-73b0731a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d834-73b0731a {
  justify-self: start;
}

#w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d890-73b0731a, #w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d8a9-73b0731a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d8ac-73b0731a {
  justify-self: start;
}

#w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d8ae-73b0731a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d8b1-73b0731a {
  justify-self: start;
}

#w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d925-73b0731a, #w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d92f-73b0731a, #w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d930-73b0731a, #w-node-_35d1a869-d47e-dc66-d46c-1df5d4b8d9bb-73b0731a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b96ca9cc-6609-6ddd-ddfb-a366a8a04fcf-f18c376c {
  justify-self: end;
}

#w-node-b4383775-d1c1-e1de-67c6-4afea3737e5c-f18c376c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4383775-d1c1-e1de-67c6-4afea3737e62-f18c376c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b4383775-d1c1-e1de-67c6-4afea3737e6e-f18c376c, #w-node-b4383775-d1c1-e1de-67c6-4afea3737e8c-f18c376c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b96ca9cc-6609-6ddd-ddfb-a366a8a05112-f18c376c {
  justify-self: start;
}

#w-node-b96ca9cc-6609-6ddd-ddfb-a366a8a0513b-f18c376c {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-bc09d60e-7b85-59f7-f61a-5bcd3997dd4e-a1aee25a, #w-node-_3930db29-eaa5-49cb-aa9c-ed7cc2923696-a1aee25a, #w-node-b96ca9cc-6609-6ddd-ddfb-a366a8a05114-f18c376c, #w-node-b96ca9cc-6609-6ddd-ddfb-a366a8a0512d-f18c376c {
    order: -9999;
  }
}


@font-face {
  font-family: 'Manrope Variablefont Wght';
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}