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

@font-face {
  font-family: Satoshi Italic;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #1e1e1e;
  --white: white;
  --grey: #747474;
  --sectiongreen: #a8c7b6;
  --light-blue: #c1d0d8;
  --maingreen: #00a000;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --walsh--black: #2c2c2c;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--grey-600: #5f6570;
  --combine-library--primary-600: #6157f8;
  --combine-library--secondary-600: #00a1c1;
  --combine-library--warning-400: #f8b34b;
  --combine-library--white: white;
  --walsh--azure: #e7f1f1;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--success-800: #6d9400;
  --combine-library--grey-200: #bfc4ce;
  --combine-library--grey-100: #d9dce2;
  --combine-library--error-800: #e2004f;
  --combine-library--success-100: #ebf7de;
  --combine-library--grey-400: #8c94a5;
  --combine-library--error-100: #ffecec;
}

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

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  color: var(--black);
  font-family: Satoshi, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  letter-spacing: -3px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 10vw;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  color: var(--black);
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

.nav-menu-two {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.navbar-logo-left {
  padding-left: 40px;
  padding-right: 40px;
}

.navbar-logo-left.navmobile {
  display: none;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  border-bottom: 1px solid #ffffff40;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navbar-brand {
  max-width: 250px;
}

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

.container.hide {
  display: none;
}

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

.hero-images-wrapper {
  align-items: stretch;
  height: 85vh;
  min-height: 85vh;
  max-height: 85vh;
  margin-bottom: 40px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hero-image-background {
  background-image: url('../images/Erfut_planwelt_3.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

.page-title {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: overlay;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-flex;
  position: absolute;
  inset: 5vw 0% auto;
}

.hero-image-foreground {
  z-index: 3;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.grey-text {
  color: var(--grey);
}

.grey-text.bottom-margin-60px {
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
}

.about-block {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  position: relative;
}

.stat {
  color: #1e1e1e;
  margin-bottom: 5px;
  font-size: 2.5rem;
  line-height: 100%;
}

.section {
  padding: 10px 40px 40px;
}

.section.bottom-padding-200px {
  background-color: var(--sectiongreen);
  padding: 5px;
}

.section.black-bg {
  background-color: var(--black);
  padding-bottom: 250px;
  display: none;
}

.section.top-padding-0px {
  background-color: #a8c7b600;
  padding-top: 20px;
  padding-bottom: 60px;
}

.section.top-100px {
  padding-top: 100px;
}

.section.small {
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  display: block;
}

.section._2 {
  padding-top: 20px;
}

.floating-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85vw;
  max-height: 85vh;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.floating-image-wrapper.contact-section {
  max-width: 45vw;
  max-height: none;
}

.floating-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  position: relative;
  overflow: clip;
}

.image-overlay {
  background-color: #fff;
  position: relative;
  inset: 0% 0% 0% auto;
}

.image-overlay.reverse-direction {
  left: 0;
  right: auto;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-left: auto;
  display: flex;
}

.logos-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center start;
}

.service-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
}

.number {
  color: var(--grey);
  margin-top: 2px;
  font-weight: 400;
}

.services-list {
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.separator-line {
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  margin-left: 0;
  margin-right: auto;
}

.service-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-content-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  min-width: 250px;
  max-width: 30vw;
  padding: 20px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
  box-shadow: 2px 2px 15px #0003;
}

.project-content-box.left-aligned {
  left: 0;
  right: auto;
}

.project-content-box._1 {
  z-index: 999;
}

.project-label {
  color: var(--grey);
  font-size: .875rem;
}

.project-thumbnail {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.project-thumbnail.right-aligned {
  align-items: flex-end;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.project-description {
  margin-top: 60px;
  margin-bottom: 60px;
}

.testimonial-text {
  color: #c1d0d8;
  text-align: center;
  margin-bottom: 80px;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 150%;
}

.slider {
  background-color: #ddd0;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-section {
  padding-left: 40px;
  padding-right: 40px;
}

.hero-section.hide {
  display: none;
}

._2x1-grid {
  grid-template-rows: auto;
  align-items: stretch;
}

.about-blocks-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

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

.bottom-margin-small {
  margin-bottom: 10px;
}

.accordion-item-wrapper {
  background-color: #ffffff1a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.accordion-trigger {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 2px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.expand-icon {
  transition: color .3s;
  display: flex;
}

.accordion-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 0;
  padding-right: 0;
  transition: opacity .2s;
  overflow: hidden;
}

.accordion-content.first {
  height: auto;
  display: block;
  overflow: visible;
}

.accordion-content-text {
  padding-top: 10px;
  font-family: Lato, sans-serif;
}

.service-bullet-point {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-71 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.bullet-indicator {
  background-color: var(--grey);
  border-radius: 100%;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 4px;
  min-height: 4px;
  max-height: 4px;
}

.accordion-grid-wrapper {
  grid-template-rows: auto;
  align-items: stretch;
  height: auto;
  padding-top: 20px;
}

.animated-grid-image {
  width: 300px;
  height: 100%;
}

.animated-grid-image._2 {
  width: 80%;
}

.single-service-grid {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr 1fr;
  padding-top: 20px;
  display: flex;
}

.stats-block {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  position: relative;
}

.uppercase-small-heading {
  letter-spacing: 0;
  margin-bottom: 40px;
  font-size: .875rem;
}

.uppercase-small-heading.bottom-margin-small {
  margin-bottom: 10px;
}

.uppercase-large-heading {
  color: var(--black);
  margin-bottom: 40px;
  font-size: 10vw;
  font-weight: 700;
}

.div-block-72 {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 30vh;
}

.inner-images-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.center-image {
  width: 100%;
}

.top-left-image {
  z-index: 5;
  width: 100%;
  position: relative;
  top: 15px;
  left: 30px;
}

.top-right-image {
  width: 100%;
  max-width: 100%;
  position: relative;
  left: -30px;
}

.bottom-left-image {
  width: 100%;
  position: relative;
  left: 0;
}

.bottom-right-image {
  width: 100%;
  position: relative;
  top: 100px;
  left: 0;
}

.large-title {
  direction: ltr;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12vw;
  font-style: italic;
  line-height: 100%;
}

.animated-overlay-blocks {
  z-index: 4;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.left-overlay-block {
  background-color: var(--white);
  width: 50%;
  transform: translate(-100%);
}

.right-overlay-block {
  background-color: var(--white);
  width: 50%;
  transform: translate(100%);
}

.project-thumbnails-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  display: flex;
}

.images-wrapper {
  min-height: 100vh;
}

.slide-nav {
  display: none;
}

.center-aligned-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.left-arrow {
  background-color: var(--light-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  inset: auto 0 0% -100px;
}

.image {
  margin-right: 0;
  display: inline-flex;
}

.right-arrow {
  background-color: var(--light-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  inset: auto -100px 0% 0;
}

.flex-block-3 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.div-block-75 {
  align-self: center;
}

.white-text {
  color: #fff;
}

.form-field-wrapper {
  margin-bottom: 10px;
}

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

.form-label {
  color: var(--grey);
  text-align: left;
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 500;
}

.form-block {
  max-width: 40vw;
}

.floating-image-wrapper-2 {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65vw;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-field {
  color: #848484;
  background-color: #f7f7f7;
  border: 1px #000;
}

.work-with-us-block {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  position: relative;
}

.work-with-us-block.hide {
  display: none;
}

.primary-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-width: 1px;
  border-color: #fff;
  width: 100%;
  padding: 8px 30px;
  font-size: .75rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.primary-button:hover {
  background-color: var(--light-blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #1e1e1e;
}

.footer-link {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 5px;
  font-size: .875rem;
  transition: color .3s cubic-bezier(.785, .135, .15, .86);
  display: block;
}

.footer-link:hover {
  color: var(--black);
}

.newsletter-form-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-grid-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: stretch;
  margin-bottom: 40px;
  padding-right: 0;
}

.footer-grid-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 20px;
  display: grid;
}

.dark-footer-link {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 5px;
  font-size: .875rem;
  transition: color .3s cubic-bezier(.785, .135, .15, .86);
  display: block;
}

.dark-footer-link:hover {
  color: var(--black);
}

.dark-footer-links-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.form-label-2 {
  color: #777;
  text-align: left;
  margin-bottom: 5px;
  font-size: .9rem;
}

.form-block-3 {
  max-width: 40vw;
  padding-top: 250px;
}

.footer-section {
  margin-top: 0;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.styleguide-element-wrapper-2 {
  margin-top: 40px;
}

.secondary-button {
  background-color: var(--light-blue);
  color: var(--black);
  text-transform: uppercase;
  padding: 8px 30px;
  font-size: .75rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

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

.secondary-button:focus-visible, .secondary-button[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.label {
  border: 1px #000;
  border-top: 1px solid #98a4a4;
  margin-top: 20px;
  padding-top: 5px;
  font-size: 12px;
}

.color-wrapper {
  width: 100%;
  height: 100%;
}

.white {
  background-color: var(--white);
  border: 1px solid #f1f1f1;
  min-height: 60px;
}

.color-palette-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
}

.black {
  background-color: var(--black);
  min-height: 60px;
}

.bottom-margin-150px {
  margin-bottom: 150px;
}

.styleguide-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: block;
}

.project-rich-text {
  margin-bottom: 40px;
}

.buttons-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center stretch;
}

.primary-button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-radius: 5px;
  padding: 6px 30px 5px;
  text-decoration: none;
}

.primary-button-2:focus-visible, .primary-button-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.light-blue {
  background-color: var(--light-blue);
  min-height: 60px;
}

.help-page-h2 {
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 4vw;
}

.grey {
  background-color: var(--grey);
  min-height: 60px;
}

.link-text {
  color: var(--black);
  font-weight: 500;
}

.bottom-margin-100px {
  margin-bottom: 100px;
}

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

.changelog-wrapper {
  width: 100%;
}

.changelog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.table-header {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-bottom-color: #9a846a;
  border-left-color: #000;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-content-item {
  border: 1px #000;
  border-bottom: 1px solid #ebe1d2;
  min-height: 40px;
}

.gallery-image {
  width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 85vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 500px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer {
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.page-popups-wrapper {
  z-index: 1000;
  padding-bottom: 10px;
  padding-right: 10px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-popup {
  color: var(--white);
  background-color: #0055d4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 7px 10px;
  font-size: .9rem;
  transition: color .3s, background-color .3s;
  display: flex;
}

.buy-template-popup:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.all-templates-popup {
  color: var(--white);
  background-color: #292929;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  font-size: .9rem;
  transition: color .3s, background-color .3s;
  display: flex;
}

.all-templates-popup:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.hide {
  flex: 0 auto;
}

.image-2 {
  max-width: 100%;
}

.nav-link-2 {
  letter-spacing: .3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.nav_dropdown {
  background-color: #fff;
  border-radius: 4px;
  width: 0;
  height: 0;
  position: absolute;
  top: 70px;
  right: 0;
  overflow: hidden;
  box-shadow: 1px 1px 40px #dfe1e591;
}

.nav-link-wrap {
  color: #000;
  justify-content: center;
  align-items: center;
  min-width: 85px;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.nav-link-wrap:hover {
  color: #8c54ff;
}

.menu_wrapper {
  width: 100%;
  height: 100%;
  padding: 15px;
}

.dropdown-menu3 {
  z-index: 99;
  width: 300px;
  height: 390px;
  display: flex;
  position: absolute;
  right: -35px;
}

.menu-title-t {
  color: #1d1f31;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.block-50-left {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.nav_items {
  z-index: 3;
  height: 100%;
  display: flex;
  position: relative;
}

.link-block {
  z-index: 5;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 10px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  position: relative;
}

.link-block:hover {
  background-color: #f9fbff;
  border-radius: 6px;
}

.line-seperator {
  background-color: #2f295a0f;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.menu-title-sub {
  color: #637178;
  font-size: 13px;
}

.dropdown-menu2 {
  z-index: 99;
  width: 430px;
  height: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: absolute;
  right: -20px;
}

.title-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.block-50-right {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-menu1 {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 390px;
  display: flex;
  position: absolute;
  right: 110px;
}

.learn-dropdown {
  border-radius: 4px;
}

.learn-dropdown.w--open {
  background-color: #fff;
  border-radius: 16px;
  width: 900px;
  top: 45px;
  left: -550px;
  box-shadow: 0 10px 30px -10px #00000080;
}

.drop-link {
  text-decoration: none;
}

.nav-learn-box {
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.up-arrow {
  -webkit-text-fill-color: transparent;
  background-color: #05a80100;
  -webkit-background-clip: text;
  background-clip: text;
  width: 22px;
}

.dropdown-toggle {
  color: #000;
  padding: 10px 20px 10px 10px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.text-box {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.nav-learns-box {
  grid-column-gap: 15px;
  align-items: center;
  width: 100%;
  max-width: 400px;
  text-decoration: none;
  display: flex;
}

.nav-drop-text {
  color: #737277;
  margin-top: 5px;
  font-weight: 400;
}

.nav-drop-text.v2 {
  margin-right: 20px;
  font-size: 16px;
  line-height: 22px;
}

.gs-text {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.learn-gv-box {
  background-color: #f8f9ff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.button-texts {
  color: #737277;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.ed-image {
  width: 50px;
}

.learn-100-box {
  width: 100%;
}

.learn-more-button {
  text-align: center;
  background-color: #8878f9;
  border-radius: 8px;
  margin-top: 30px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.learn-more-button.v2 {
  margin-top: 0;
}

.text-block {
  color: #1a1b1f;
  font-size: 14px;
}

.rl-padding-section-large {
  border-bottom: 2px solid var(--maingreen);
  color: var(--white);
  background-color: #2c2c2c33;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 140px;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-padding-section-large.lesspad {
  background-color: #fff3;
  border-bottom-style: none;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.rl-padding-section-large.white {
  border-bottom-width: 2px;
  border-bottom-color: var(--maingreen);
  background-color: #fff3;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-secondary.mid {
  margin-left: 0;
  margin-right: 0;
}

.rl-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;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  display: block;
}

.rl-button.left {
  margin-left: 0;
}

.rl_header44_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_header44_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_section_header44 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-text-style-subheading {
  color: #000;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_header44_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-padding-global {
  padding-left: 40px;
  padding-right: 40px;
}

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

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

.container-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 5px;
  display: flex;
}

.container-2.mid {
  justify-content: center;
  align-items: center;
  width: auto;
}

.icon, .icon-2 {
  margin-right: 0;
}

.paragraph {
  text-align: left;
}

.paragraph-2 {
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

.paragraph-3 {
  font-family: Lato, sans-serif;
}

.paragraph-4 {
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.walsh-heading-large {
  color: var(--walsh--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.3;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-main-paragraph {
  color: #0009;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-image-hero {
  max-height: 45em;
}

.walsh-rounded-block {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-rounded-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.walsh-rounded-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.walsh-flex-horizontal {
  grid-column-gap: 0em;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.walsh-content-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 42em;
  margin-left: 0;
  padding-top: 2em;
  padding-bottom: 0;
  display: flex;
}

.walsh-content-image-wrap {
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  width: 50%;
  max-width: 42em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.walsh-title-tag {
  color: var(--walsh--black);
  font-size: 1.2em;
  font-weight: 500;
}

.walsh-flex-tag {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.walsh-bullet-tag {
  background-color: var(--walsh--black);
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

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

.rl_contact20_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  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: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_contact20_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact20_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.rl_contact20_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  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: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  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: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_contact20_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
  display: none;
}

.rl_section_contact20 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_contact20_item {
  text-align: center;
  width: 100%;
}

.rl-text-style-subheading-2 {
  color: #000;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_contact20_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

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

.rl_contact20_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.rl_contact20_spacing-block-6, .rl_contact20_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact20_icon {
  width: 3rem;
  height: 3rem;
}

.link {
  color: var(--black);
}

.link-2 {
  color: var(--relume-library-lite--rl-black);
}

.link-3, .link-4, .link-5 {
  color: var(--maingreen);
}

.rl-text-style-link-2 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
  display: none;
}

.rl-text-style-medium-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.link-6 {
  color: #00a000;
}

.link-6:hover {
  color: #00a0008c;
}

.link-7 {
  color: #00a000;
}

.link-7:hover {
  color: #00a0008c;
}

.rl_section_contact20-2 {
  background-color: #fff;
}

.rl-heading-style-h2-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-regular-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.link-8 {
  color: #00a000;
}

.link-8:hover {
  color: #00a0008c;
}

.rl-padding-global-3 {
  padding-left: 0%;
  padding-right: 0%;
}

.rl-heading-style-h4-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-size-x9 {
  letter-spacing: -.022em;
  font-size: 4.5rem;
  line-height: 1.1;
}

.container-3 {
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-24 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  display: flex;
}

.navbar_wrapper {
  z-index: 99;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  background-color: #0000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero_img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.navbar_container {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 90rem;
  display: flex;
}

.hero_hero-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow: visible;
}

.col-d-6 {
  flex: 0 50%;
  max-width: 50%;
  padding-left: .75rem;
  padding-right: .75rem;
}

.col-d-6.col-t-12 {
  padding-left: 0;
}

.text-size-x3 {
  letter-spacing: -.014em;
  font-size: 1.125rem;
  line-height: 1.4;
}

.hero_sub-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.navbar_brand-wrapper {
  color: #0f3699;
  margin-right: auto;
  padding-left: 0;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  letter-spacing: -.014em;
  background-color: #0f3699;
  border: 1.5px solid #0f3699;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: 0 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all .4s;
  display: flex;
}

.button:hover {
  box-shadow: 0 0 .5rem .25rem #00000014;
}

.button:active {
  box-shadow: none;
}

.col-grid {
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  width: 100%;
  height: 50%;
  display: flex;
}

.section_hero {
  min-height: 50vh;
  padding-top: 2rem;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.hero_img-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30%;
  display: flex;
  position: relative;
}

.code-container {
  background-color: #090c15;
  border-radius: .5em;
  flex: 1;
  padding: 1.5em;
}

.container-4 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
}

.container-4.is-how {
  padding-top: 3em;
  padding-bottom: 3em;
}

.container-4.is-hero {
  flex-direction: column;
  justify-content: space-between;
  height: 10vw;
  min-height: 30vh;
  max-height: 94vh;
  padding: 2em 40px 0;
  display: flex;
}

.blob-3 {
  z-index: 2;
  width: 127em;
  position: absolute;
  inset: auto -28% -35% auto;
}

.logo {
  z-index: 1;
  width: 100%;
  position: relative;
}

.blob-1 {
  width: 98em;
  position: absolute;
  inset: -45% auto auto -42%;
}

.blob-2 {
  z-index: 1;
  width: 98em;
  position: absolute;
  inset: auto -23% -73% auto;
}

.hero-content {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.bold {
  font-weight: 600;
}

.card-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.copied {
  position: fixed;
  inset: auto 5vw 5vw auto;
}

.hero-copy {
  max-width: 47ch;
  margin-bottom: 2em;
  font-size: 1.5em;
  line-height: 150%;
}

.page-content {
  width: 100%;
  overflow: hidden;
}

.btn-parent {
  grid-column-gap: .5rem;
  color: #fafbff;
  background-color: #ff6725;
  border-radius: .5em;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5em;
  text-decoration: none;
  transition: background-color .1s;
  display: flex;
}

.btn-parent:hover {
  background-color: #e24400;
}

.btn-parent.is-small {
  margin-top: 1em;
  padding: .9em 1em;
}

.link-9 {
  width: 4em;
}

.steps-container {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2.25em;
  display: flex;
}

.card-heading {
  margin-bottom: .25em;
  font-weight: 600;
}

.card-heading.step {
  letter-spacing: -.05em;
  margin-bottom: .95em;
  font-size: 3em;
  font-weight: 600;
}

.card-content {
  grid-row-gap: 4.75em;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.page-wrapper {
  width: 100%;
}

.section-2 {
  position: relative;
}

.section-2.is-how {
  background-color: #f3f6f8;
}

.section-2.is-hero {
  background-color: #fff;
  background-image: url('../images/5.svg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  border-bottom: 3px #00a000;
  border-radius: 0;
}

.card {
  color: #090c15;
  background-color: #fafbff;
  border: 1px solid #14266414;
  border-radius: 1.25em;
  width: 46.5%;
  padding: 2em;
  box-shadow: 0 3px 6px -4px #00000008, 0 3px 29px -7px #00000005;
}

.card.is-copied {
  opacity: 0;
  width: auto;
  transform: translate(0, 50%);
  box-shadow: 0 3px 6px -4px #00000008, 0 3px 29px -7px #00000042;
}

.blobs {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.code {
  color: #fafbff;
  font-size: .7em;
}

.global {
  display: none;
}

.hero-heading {
  width: 12.5ch;
  margin-bottom: .1em;
}

.hero-heading.skew-up {
  width: auto;
}

.btn-txt {
  font-size: 1.38em;
  font-weight: 600;
  line-height: 150%;
}

.btn-txt.is-small {
  font-size: 1em;
  font-weight: 400;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

.section-3 {
  background-color: #00a000;
  width: 100px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 1px;
}

.section-3._2 {
  margin-top: 75px;
}

.section-3._3 {
  margin-top: 100px;
}

.container-5 {
  width: 100%;
  height: 100%;
}

.kontakt-secondary {
  background-color: #928e8e;
  margin-top: 20px;
}

.paragraph-5 {
  font-family: Satoshi, Arial, sans-serif;
}

.container-6 {
  max-width: none;
}

.section-4 {
  background-image: url('../images/5.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding-left: 0;
  padding-right: 0;
}

.container-7 {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.text-block-2 {
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

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

.heading {
  text-align: left;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 5rem;
}

.heading.mobile {
  display: none;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

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

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large {
  height: 4rem;
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-icon_small {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-section_faq3 {
  background-color: var(--combine-library--white);
}

.combine-faq3_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-faq3_wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  display: flex;
}

.combine-faq3_question {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-faq3_title {
  color: var(--combine-library--grey-800);
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-padding-global-2 {
  padding-left: 0;
  padding-right: 0;
}

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

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

.combine-heading-style-h2-2 {
  color: var(--combine-library--grey-800);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-2 {
  text-align: left;
}

.combine-text-size-regular-2 {
  color: var(--combine-library--grey-600);
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-small-2 {
  width: 100%;
  height: 1rem;
}

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: 0;
  margin-right: auto;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large-2 {
  height: 4rem;
}

.combine-icon_color1-2 {
  color: var(--combine-library--primary-600);
}

.combine-icon_color2-2 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color3-2 {
  color: var(--combine-library--warning-400);
}

.combine-icon_small-2 {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-section_faq3-2 {
  background-color: var(--combine-library--white);
}

.combine-faq3_component-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-faq3_wrapper-2 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  display: flex;
}

.combine-faq3_question-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-faq3_title-2 {
  color: var(--combine-library--grey-800);
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.section-5 {
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.section-6 {
  padding-left: 40px;
  padding-right: 40px;
}

.container-9 {
  max-width: 100%;
  padding-top: 10px;
}

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

.rl_layout242_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-regular-3 {
  color: var(--relume-library-lite--rl-black);
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout242_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rl_layout242_icon {
  width: 3rem;
  height: 3rem;
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl_layout242_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.rl_section_layout242 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_layout242_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 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;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-heading-style-h5 {
  color: var(--relume-library-lite--rl-black);
  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: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_layout242_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout242_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-heading-style-h3 {
  color: var(--relume-library-lite--rl-black);
  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.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.rl_layout242_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

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

.rl_layout242_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.container-10 {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.rl-padding-section-large-4 {
  margin-left: 0;
  padding-top: .125rem;
  padding-bottom: 2rem;
}

.rl_layout250_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout250_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_layout250_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.rl-text-style-regular-4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-button-link-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 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;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-heading-style-h5-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.4;
}

.rl_layout250_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout250_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout250_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.rl_layout250_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rl_layout250_spacing-block-2 {
  border-bottom: 2px none var(--maingreen);
  width: 100%;
  padding-bottom: 2rem;
}

.rl-button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_section_layout250 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-heading-style-h3-2 {
  color: var(--relume-library-lite--rl-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-padding-global-5 {
  padding-left: 40px;
  padding-right: 40px;
}

.rl_home4-features_image-wrapper {
  width: 40%;
  display: flex;
  position: relative;
}

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

.rl_faq1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-3 {
  color: var(--relume-library-lite--rl-black);
  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: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_section_faq1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_faq1_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-button-secondary-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: 0;
  margin-right: 0;
}

.rl_faq1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_faq1_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_faq1_question-text {
  color: var(--relume-library-lite--rl-black);
  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: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px none var(--relume-library-lite--rl-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.rl-text-style-medium-4 {
  color: var(--relume-library-lite--rl-black);
  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: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-heading-style-h4-3 {
  color: var(--relume-library-lite--rl-black);
  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: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_faq1_list {
  border-bottom: 1px none var(--relume-library-lite--rl-black);
}

.rl_faq1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_faq1_icon-wrapper {
  align-self: flex-start;
}

.rl_faq1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_faq1_answer {
  border-bottom: 0 #000;
  overflow: hidden;
}

.rl_faq1_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_faq1_cta-wrapper {
  text-align: center;
  width: 100%;
  max-width: 35rem;
}

.rl_faq1_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq1_icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-leistungen {
  max-width: 50px;
  margin-left: 0;
  margin-right: 0;
}

.section-7 {
  padding-top: 20px;
}

.code-embed {
  overflow: visible;
}

.container-11 {
  max-width: none;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-main-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-circle-check {
  background-color: #93ff4133;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex {
  color: #000000a6;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  display: flex;
}

.walsh-icon-check {
  height: 9px;
}

.walsh-list-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.walsh-full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.walsh-price-small {
  color: #00000073;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 400;
}

.walsh-text-grey {
  color: #2c2c2c80;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.walsh-circle-check-off {
  opacity: .35;
  background-color: #b0b2b247;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex-off {
  color: #9191918a;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: line-through;
  display: flex;
}

.walsh-price {
  color: var(--walsh--black);
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: .8;
}

.walsh-price-wrapper {
  grid-row-gap: .6em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.walsh-pricing-card-block-featured {
  grid-row-gap: 2.5em;
  background-color: var(--walsh--azure);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px #d3d3d3, 1px 1px #d3d3d3;
}

.walsh-pricing-card-block {
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  display: flex;
  box-shadow: inset 1px 1px #d3d3d3, 1px 1px #d3d3d3;
}

.walsh-heading-small-alt {
  color: #0009;
  border: 1px solid #00000026;
  border-radius: 100px;
  padding: 10px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.25;
}

.walsh-button-orange {
  z-index: 5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-orange:hover {
  color: #fff;
  background-color: #ffa286;
}

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

.rl_layout239_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-button-group-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-heading-style-h2-4 {
  color: var(--relume-library-lite--rl-black);
  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: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-regular-5 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-button-secondary-3 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_layout239_spacing-block-6 {
  border-bottom: 2px solid var(--maingreen);
  width: 100%;
  padding-bottom: 4rem;
}

.rl_layout239_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.rl_layout239_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.rl-button-link-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl_layout239_spacing-block-2, .rl_layout239_spacing-block-5 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout239_spacing-block-5._2 {
  padding-bottom: .5rem;
}

.rl_section_layout239 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-button-link-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 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;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl_layout239_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_layout239_image-wrapper {
  width: 100%;
  position: relative;
}

.rl-text-style-medium-5 {
  color: var(--relume-library-lite--rl-black);
  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: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-heading-style-h4-4 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout239_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-text-style-subheading-3 {
  color: #000;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout239_heading-wrapper {
  text-align: left;
  width: 100%;
  max-width: none;
}

.rl-padding-global-6 {
  padding-left: 40px;
  padding-right: 40px;
}

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

.rl_layout239_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.subheading-about {
  color: var(--grey);
  text-align: left;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.2rem;
}

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

.rl_team5_spacing-block-7 {
  width: 100%;
  padding-bottom: 6rem;
}

.rl-heading-style-h2-5 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-regular-6 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_team5_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  display: grid;
}

.rl_team5_spacing-block-9 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-button-secondary-4 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_team5_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin-left: 0;
  margin-right: auto;
}

.rl_team5_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_team5_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_team5_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.rl_team5_name-text {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_team5_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-medium-6 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_team5_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  padding-bottom: 40px;
  display: grid;
}

.rl_team5_social-link {
  color: var(--relume-library-lite--rl-black);
}

.rl-heading-style-h4-5 {
  color: var(--relume-library-lite--rl-black);
  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: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_team5_image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.rl_team5_image-wrapper {
  align-self: flex-start;
}

.rl_team5_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-subheading-4 {
  color: #000;
  text-align: left;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_team5_cta-wrapper {
  text-align: center;
  width: 100%;
  max-width: 35rem;
}

.rl-padding-global-7 {
  background-color: var(--white);
  padding-left: 40px;
  padding-right: 40px;
}

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_team5_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

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

.rl_section_team5 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_team5_spacing-block-6 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_team5_spacing-block-8 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_team5_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-12 {
  padding-top: 40px;
}

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

.rl-button-group-center-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rl-heading-style-h2-6 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout141_image-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rl_layout141_spacing-block-4 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-button-secondary-5 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-link-icon-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl_layout141_content {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin-left: 0;
  margin-right: auto;
}

.rl_section_layout141 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-button-link-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 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;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-text-style-medium-7 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-subheading-5 {
  color: #000;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout141_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_layout141_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-padding-global-8 {
  padding-left: 40px;
  padding-right: 40px;
}

.rl_layout141_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

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

.rl_layout141_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-button-2 {
  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: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-8 {
  color: var(--relume-library-lite--rl-black);
  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: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium-8.is-white {
  color: #fff;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-button-group-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl-heading-style-h1-2 {
  color: var(--relume-library-lite--rl-black);
  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: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1-2.is-white {
  color: #fff;
}

.rl-padding-global-9 {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.header5_component {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.rl_section_header5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/placeholder-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.rl_header5_content {
  color: #fff;
  width: 100%;
  max-width: none;
}

.rl-button-secondary-alternate {
  border: 1px solid var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

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

.rl-text-style-regular-7 {
  color: var(--relume-library-lite--rl-black);
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout28_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl-heading-style-h4-6 {
  color: var(--relume-library-lite--rl-black);
  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: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_section_layout28 {
  background-color: var(--relume-library-lite--rl-white);
}

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

.rl_layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link.w--current {
  border-left-color: var(--relume-library-lite--rl-black);
  opacity: 1;
  background-color: #0000;
}

.combine-padding-global-3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.combine-heading-style-h2-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-heading-style-h5 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-text-size-regular-3 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button-icon {
  color: var(--combine-library--grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover, .combine-icon_color1-3 {
  color: var(--combine-library--primary-600);
}

.combine-icon_color2-3 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color3-3 {
  color: var(--combine-library--warning-400);
}

.combine-icon_large {
  width: 3rem;
  height: 3rem;
}

.combine-icon_color4 {
  color: var(--combine-library--grey-600);
}

.combine-section_feature7 {
  background-color: #fff;
}

.combine-feature7_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.combine-feature7_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-feature7_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--combine-library--white);
  text-align: left;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.combine-feature7_content-sticky {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
  position: sticky;
  top: 1.25rem;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--black);
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.combine-button-content:hover {
  color: var(--maingreen);
}

.combine-chevron-right_icon {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.rl_faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  display: flex;
}

.rl-heading-style-h2-7 {
  color: var(--relume-library-lite--rl-black);
  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: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-regular-8 {
  color: var(--relume-library-lite--rl-black);
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_answer {
  padding-left: 0;
  padding-right: 1.5rem;
  overflow: hidden;
}

.rl-button-3 {
  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: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-3.is-secondary {
  color: var(--relume-library-lite--rl-black);
  background-color: #0000;
}

.rl_faq6_accordion {
  border: 1px none var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

.rl-text-style-medium-9 {
  color: var(--relume-library-lite--rl-black);
  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: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl_section_faq6 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_faq6_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

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

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

.rl_faq6_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_faq6_question-text {
  color: var(--relume-library-lite--rl-black);
  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: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq6_icon-wrapper {
  align-self: flex-start;
}

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

.image-3 {
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: -22px;
  padding-bottom: 40px;
}

.walsh-container-3 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-heading-small {
  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: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-inner-wrap {
  grid-row-gap: .35em;
  flex-direction: column;
  display: flex;
}

.walsh-icon-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.walsh-paragraph-small {
  color: #161616ad;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-rounded-box {
  grid-row-gap: 1.2em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.walsh-icon-small {
  height: 32px;
}

.walsh-label-tag {
  color: #0009;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.walsh-heading-medium {
  color: var(--walsh--black);
  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: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-main-grid-2 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-main-paragraph-2 {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-link-wrapper-2 {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-2:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-icon-arrow-2 {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.walsh-card-wrapper-image-medium {
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  height: 35em;
  display: flex;
  overflow: hidden;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

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

.rt-category-cards-text.rt-margin-bottom-fifteen {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.rt-component-container {
  width: 100%;
  max-width: none;
  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 1.25rem;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-right-paragraph {
  margin-bottom: 0;
}

.rt-feature-left {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  display: flex;
}

.rt-feature-left-content {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 330px;
  display: flex;
}

.rt-cargo {
  position: absolute;
  inset: 0% auto 0% -28%;
}

.rt-feature-right-content {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 330px;
  display: flex;
}

.rt-left-para {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  text-align: right;
  margin-bottom: 0;
}

.rt-feature-main-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-feature-middle {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-feature-overlay {
  background-image: linear-gradient(180deg, #13141400, var(--radiant-ui-components-library-marketplace--color--white));
  position: absolute;
  inset: 0%;
}

.rt-feature-right {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: auto;
  font-family: Satoshi, Arial, sans-serif;
  display: flex;
}

.rt-image-overlay-box {
  position: relative;
}

.rt-body-small-text-4 {
  letter-spacing: .15625rem;
  font-size: .875rem;
  line-height: 1.375rem;
}

.rt-body-small-text-4.rt-capitalized {
  text-transform: uppercase;
  flex: none;
}

.rt-body-small-text-4.rt-capitalized.rt-feature-text-small {
  margin-bottom: 25px;
  font-size: 1rem;
  line-height: 1.625rem;
}

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

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

.rt-heading-six.rt-margin-top-twenty-five {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

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

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

.rt-margin-top-twenty-five {
  margin-top: 25px;
}

.rt-button-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: stretch;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  overflow: hidden;
}

.rt-about-blog-card-paragraph {
  color: #666;
  text-align: center;
  max-width: 244px;
  margin-top: 30px;
}

.rt-about-blog-card {
  box-shadow: none;
  color: var(--black);
  background-color: #fff0;
  border-right: 1px #ff471d;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  transition: box-shadow .3s, border-radius .3s;
  display: flex;
  position: relative;
}

.rt-about-blog-card:hover {
  z-index: 2;
  box-shadow: 0 20px 40px #00000026;
}

.rt-about-blog-wrapper {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.rt-overflow-hidden-4 {
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.rt-about-blog-card-straight-line {
  border-right: 1px solid var(--maingreen);
  background-color: var(--maingreen);
  height: 47%;
  position: absolute;
  right: 0%;
}

.rt-button-12 {
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #ff471d;
  border: 1px solid #ff471d;
  justify-content: center;
  align-items: center;
  padding: 11px 36px;
  font-size: .75rem;
  line-height: 1.4rem;
  transition: background-color .3s;
}

.rt-button-12:hover {
  background-color: #ff471d33;
}

.rt-button-12.rt-button-two {
  border-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  color: #fff;
  border-radius: 0;
  min-height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.rt-button-12.rt-button-two:hover {
  border-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-button-12.rt-button-two.rt-about-three-card-button {
  margin-top: 30px;
}

.section-8 {
  background-image: linear-gradient(#ffffff30, #ffffff30), url('../images/3.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  display: flex;
}

.image-4 {
  max-width: 60%;
}

.rt-category-cards-text-2 {
  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-2.rt-margin-bottom-fifteen-2 {
  margin-bottom: 15px;
}

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

.rt-category-cards-text-2.rt-no-margin {
  text-transform: none;
}

.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 1.25rem 40px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-3._2 {
  padding-bottom: 80px;
}

.rt-auto-fit-3 {
  max-width: 50%;
  height: auto;
}

.rt-left-right-effect {
  position: absolute;
}

.rt-solutions-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 20px 25px;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  position: relative;
}

.rt-solutions-card-icons-block {
  background-color: #f0f4ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.rt-solutions-card-icons-block.rt-bg-light-green {
  background-color: #e3ffeb;
}

.rt-solutions-card-icons-block.rt-light-pink {
  background-color: #fff0ff;
}

.rt-solutions-card-flex {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  margin-bottom: 8px;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.rt-solutions-card-flex.rt-align-top {
  align-items: flex-start;
}

.rt-card-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 60%;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.rt-solutions-card-icons-col {
  flex: 1;
  max-width: 70px;
}

.rt-solutions-card-icons-col.rt-amazing-home-two {
  max-width: 78px;
}

.rt-home-three-business-flex {
  grid-column-gap: 136px;
  align-items: center;
  display: flex;
}

.rt-solutions-card-caption-col {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
}

.rt-home-three-business-image-block {
  flex: 0 58%;
  position: relative;
}

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

.rt-solution-card-background {
  z-index: 1;
  opacity: 0;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 50px #dbdfffcc;
}

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

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

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

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

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

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

.rt-home-four-my-work-marquee-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  display: flex;
}

.rt-my-work-marquee-overlay {
  background-color: #1e1f2080;
}

.rt-home-four-my-work-marquee-block {
  flex: 1;
}

.rt-home-four-my-work-marquee {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.rt-home-four-my-work-marquee-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 418px;
  min-height: 518px;
  display: grid;
  overflow: hidden;
}

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

.rt-my-work-category {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.rt-grey-dot {
  background-color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.rl-padding-section-large-10 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.rl_layout242_spacing-block-4-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-regular-9 {
  color: var(--relume-library-lite--rl-black);
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout242_component-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rl_layout242_icon-2 {
  width: 3rem;
  height: 3rem;
}

.rl-button-link-icon-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl_layout242_item-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.rl_section_layout242-2 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_layout242_spacing-block-3-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-button-link-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 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;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-heading-style-h5-3 {
  color: var(--relume-library-lite--rl-black);
  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: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-heading-style-h5-3._2 {
  padding-bottom: 30px;
}

.rl_layout242_spacing-block-2-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-button-group-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout242_spacing-block-1-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-heading-style-h3-3 {
  color: var(--relume-library-lite--rl-black);
  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.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-padding-global-12 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/4.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.rl-padding-global-12._2 {
  background-image: linear-gradient(#ffffff8a, #ffffff8a), url('../images/3_1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.rl_layout242_heading-wrapper-2 {
  width: 100%;
  max-width: 48rem;
}

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

.rl_layout242_content-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.image-5 {
  width: auto;
  height: auto;
}

.container-13 {
  max-width: none;
}

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

.rl-button-group-center-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-button-secondary-6 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-container-small-2 {
  width: 100%;
  max-width: 30rem;
  margin-left: 0;
  margin-right: auto;
}

.rl-button-4 {
  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: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_header62_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_header62_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_header62_component {
  text-align: left;
  max-width: 36rem;
  margin-left: 0;
  padding-top: 60px;
  padding-bottom: 20px;
}

.rl-text-style-medium-10 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_section_header62 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_header62_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-subheading-6 {
  color: #000;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-heading-style-h1-3 {
  color: var(--relume-library-lite--rl-black);
  letter-spacing: 0;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

.rt-heading-six-2.rt-text-blue {
  color: var(--maingreen);
}

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

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

.rt-margin-top-twenty-five-2 {
  margin-top: 25px;
}

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

.rt-home-two-new-approch-heading {
  color: var(--black);
  max-width: 20ch;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 2.7rem;
}

.rt-home-two-new-approch-heading.mobile {
  display: none;
}

.rt-home-two-appproch-paragraph {
  max-width: 55ch;
}

.rt-home-two-appproch-paragraph.rt-margin-top-twenty-five-2 {
  font-family: Lato, sans-serif;
}

.rt-counter-heading-text {
  color: #fff;
  letter-spacing: -.03rem;
  margin-bottom: 10px;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.rt-home-two-red-bg {
  text-align: center;
  background-color: #378123;
  border-radius: 0;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 51px 15px;
  display: flex;
}

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

.rt-autofit-4.rt-border-radious-ten, .rt-autofit-4.rt-mobile-full-width.rt-border-radious {
  border-radius: 0;
}

.rt-home-two-approach-right {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.rt-home-two-our-approach-right {
  grid-column-gap: 25px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.rt-home-two-our-approach-block {
  grid-column-gap: 37px;
  justify-content: center;
  align-items: center;
}

.rt-create-planning-flex {
  grid-column-gap: 25px;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Satoshi, Arial, sans-serif;
}

.rt-home-two-our-approach-left {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
  max-width: 46%;
}

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

.combine-padding-global-4 {
  padding-left: 0;
  padding-right: 0;
}

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

.combine-padding-section-medium-4 {
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.combine-heading-style-h2-4 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-heading-style-h5-2 {
  color: var(--combine-library--grey-800);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-align-center-3 {
  text-align: left;
  margin-left: 0;
  font-family: Satoshi, Arial, sans-serif;
}

.combine-text-size-regular-4 {
  color: var(--combine-library--grey-600);
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.combine-button-icon-2 {
  color: var(--combine-library--grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon-2:hover {
  color: var(--combine-library--primary-600);
}

.combine-container-small-3 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-medium-3 {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large-3 {
  height: 2rem;
}

.combine-icon_color1-4 {
  color: var(--combine-library--primary-600);
}

.combine-icon_color2-4 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color3-4 {
  color: var(--combine-library--warning-400);
}

.combine-icon_large-2 {
  width: 3rem;
  height: 3rem;
}

.combine-section_feature5 {
  background-color: #f2f3f700;
}

.combine-feature5_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-feature5_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-left: 1px solid var(--maingreen);
  background-color: var(--combine-library--white);
  color: var(--black);
  text-align: left;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5rem 2rem;
  font-family: Lato, sans-serif;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s, color .25s;
  display: flex;
}

.combine-feature5_item:hover {
  transform: translate(0, -.5rem);
  box-shadow: 0 14px 20px #8c94a533;
}

.combine-button-content-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-chevron-right_icon-2 {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.heading-2 {
  color: var(--black);
  font-family: Satoshi, Arial, sans-serif;
}

.container-14 {
  max-width: 940svh;
  margin-left: 0;
}

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

.rt-heading-six-3.rt-margin-top-sixteen.rt-text-white-2 {
  font-family: Satoshi, Arial, sans-serif;
}

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

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

.rt-component-section-4 {
  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-4.rt-icon-box-v-ten {
  padding-top: 27px;
}

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

.rt-read-more-button-icon-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 15px;
  display: flex;
  overflow: hidden;
}

.rt-about-three-what-we-do-card-line {
  background-color: #363a46;
  width: 100%;
  height: 1px;
  margin: 30px auto 19px;
}

.rt-about-three-what-we-do-card-contain {
  z-index: 3;
  position: relative;
}

.rt-heading-five-46 {
  color: #fff;
  letter-spacing: 0;
  font-family: Outfit;
  font-size: 14px;
  line-height: 24px;
}

.rt-about-three-what-we-do-card {
  background-color: #171720;
  border-radius: 10px;
  padding: 65px 50px 59px;
  position: relative;
}

.rt-about-three-what-we-do-card-image-block {
  z-index: 5;
  position: absolute;
  inset: -60px 40px auto auto;
}

.rt-about-three-what-we-do-card-background {
  z-index: 1;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  opacity: 0;
  border-radius: 10px;
  font-family: Satoshi, Arial, sans-serif;
  position: absolute;
  inset: 0%;
}

.rt-link-button-2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
}

.rt-read-more-button-buttom-inner-line {
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  min-height: 1px;
}

.rt-margin-top-thirty-five {
  margin-top: 35px;
}

.rt-margin-top-thirty-five.rt-text-white-2 {
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

.rt-read-more-button-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
}

.rt-read-more-button-buttom-line {
  width: 100%;
  overflow: hidden;
}

.rt-read-more-button-buttom-line.rt-transparent {
  opacity: 0;
}

.rt-about-three-what-we-do-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 84px;
  display: grid;
}

.image-6 {
  margin-top: -30px;
}

.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-margin-bottom-twenty {
  color: var(--black);
  text-transform: none;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 500;
}

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

.rt-margin-bottom-twenty.rt-body-font-color-2 {
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

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

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

.rt-advertise-content-icon-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 42px;
  display: flex;
}

.rt-advertise-icon-wrapper {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  border: 1px solid #0000004d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 600;
  position: relative;
}

.rt-advertise-icon-wrapper.rt-icon-one {
  font-family: Satoshi, Arial, sans-serif;
}

.rt-advertise-icon-wrapper.rticon-two {
  background-color: #00a00057;
  font-family: Satoshi, Arial, sans-serif;
}

.rt-advertise-icon-wrapper.rt-icon-four, .rt-advertise-icon-wrapper.rt-icon-three {
  font-family: Satoshi, Arial, sans-serif;
}

.rt-dotted-line {
  border: 1px dashed #0003;
  flex: 1;
  width: 1px;
  height: 100%;
}

.rt-advertise-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-advertise-content-text-wrapper {
  max-width: 495px;
}

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

.rt-border-radius-six.rt-full-width {
  border-radius: 0;
}

.rt-advertise-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-advertise-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.rt-body-font-color-2 {
  color: var(--grey);
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: color .35s;
}

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

.rl-padding-section-large-12 {
  margin-left: 0;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-button-group-center-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_header26_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-button-secondary-7 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_header26_image-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rl-button-5 {
  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: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_header26_spacing-block-1, .rl_header26_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_header26_content {
  text-align: center;
  width: 100%;
  max-width: none;
}

.rl-text-style-medium-11 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  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: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_section_header26 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_header26_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-heading-style-h1-4 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  letter-spacing: 0;
  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: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-padding-global-14 {
  padding-left: 0%;
  padding-right: 0%;
}

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

.container-15 {
  max-width: none;
  margin-left: 0;
}

.section-9 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container-16 {
  max-width: none;
}

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

.bold-text-2, .bold-text-3 {
  color: var(--maingreen);
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.footer-title {
  color: #15a409;
  margin-bottom: 22px;
  font-size: 17px;
}

.drop-down-footer {
  flex: 0 auto;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
}

.footer-link-2 {
  z-index: 0;
  color: #000;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-2:hover {
  opacity: .5;
}

.footer-link-2.w--open {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.dropdown-list-2 {
  background-color: #dddddd4a;
}

.dropdown-list-2.w--open {
  z-index: 10;
  background-color: #ddd;
  border-radius: 6px;
  margin-bottom: 0;
}

.text-block-3, .text-block-4 {
  color: var(--grey);
  font-size: .875rem;
  font-weight: 500;
}

.text-block-5, .text-block-6 {
  font-weight: 600;
}

.text-block-7 {
  letter-spacing: .5px;
  font-size: 12vw;
}

.large-title-copy {
  direction: ltr;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 6vw;
  font-style: italic;
  line-height: 100%;
}

.container-17, .container-18 {
  margin-left: 0;
}

.image-7 {
  max-width: 130%;
  height: auto;
}

.container-19 {
  margin-left: 0;
}

.pointer {
  z-index: 20;
  background-color: #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -3% 4% auto 0%;
  transform: rotate(45deg);
}

.dropdown-2 {
  display: none;
}

.nav-link-details {
  color: #28333899;
  white-space: normal;
  font-size: 14px;
  display: none;
}

.icon-wrap {
  background-color: #8c54ff0d;
  background-image: url('../images/20250424_090551000_iOS_120250424_090551000_iOS.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 11px;
  display: flex;
}

.icon-wrap._2 {
  background-image: url('../images/20240601_061412875_iOS_120240601_061412875_iOS.avif');
  background-position: 50%;
  background-size: cover;
}

.icon-wrap._3 {
  background-image: url('../images/20240601_060048454_iOS_120240601_060048454_iOS.avif');
  background-position: 50% 100%;
  background-size: cover;
}

.icon-wrap._4 {
  background-image: url('../images/20250422_075035000_iOS_120250422_075035000_iOS.avif');
  background-position: 50%;
}

.dropdown-link {
  z-index: 25;
  color: #283338;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link:hover {
  color: #03bff3;
  background-color: #e9e9e9cc;
}

.dropdown-pointer {
  position: relative;
}

.dropdown-wrapper {
  background-color: #fff;
  border-radius: 10px;
  min-width: 140px;
  overflow: hidden;
  box-shadow: 4px -19px 35px #20355a14, 11px 11px 30px -10px #20355a26;
}

.dropdown-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #0000;
  min-width: 320px;
  max-height: 100vh;
  padding-top: 10px;
  left: -100px;
}

.icon-5 {
  color: #fff;
  margin-right: 5px;
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.dropdown-title:hover {
  color: #00c8ff;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 12px;
  display: flex;
}

.nav-content-wrap:hover {
  color: #00c8ff;
}

.nav-content-wrap:lang(en) {
  color: #000;
}

.dropdown-toggle-2 {
  padding-left: 12px;
  padding-right: 24px;
  font-family: PT Serif, serif;
  font-size: 14px;
  transition: all .2s;
  display: none;
}

.dropdown-toggle-2:hover {
  color: #abbad7;
}

.nav_link {
  color: #fff;
  align-self: flex-end;
  font-size: 16px;
  transition: all .2s;
}

.nav_link:hover {
  opacity: .6;
}

.nav_link:focus {
  text-decoration: underline;
}

.nav_link.left {
  color: #fff;
  align-self: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.list-item, .list-item-2 {
  display: none;
}

.navigation-dropdown-2 {
  min-width: 140px;
}

.navigation-dropdown-2.w--open {
  background-color: #0000;
  min-width: 320px;
  max-height: 100vh;
  padding-top: 10px;
  left: -100px;
}

.icon-6 {
  color: #fff;
  margin-right: 5px;
}

.dropdown-toggle-3 {
  padding-left: 12px;
  padding-right: 24px;
  font-family: PT Serif, serif;
  font-size: 14px;
  transition: all .2s;
}

.dropdown-toggle-3:hover {
  color: #abbad7;
}

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

.rl-text-style-regular-10 {
  color: var(--relume-library-lite--rl-black);
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout28_spacing-block-1-2 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_layout28_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl-heading-style-h4-7 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_section_layout28-2 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-padding-global-15 {
  padding-left: .2%;
  padding-right: 0%;
}

.rl_layout28_tabs-menu-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.rl_layout28_tabs-link-2 {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link-2.w--current {
  border-left-color: var(--relume-library-lite--rl-black);
  opacity: 1;
  background-color: #0000;
}

.combine-padding-global-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.combine-heading-style-h2-5 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-4 {
  text-align: left;
  margin-left: 0;
}

.combine-text-size-regular-5 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-small-3 {
  width: 100%;
  height: 1rem;
}

.combine-container-small-4 {
  width: 100%;
  max-width: 48rem;
  margin-left: 0;
  margin-right: auto;
}

.combine-space-medium-4 {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large-4 {
  height: 2rem;
}

.combine-icon_color1-5 {
  color: var(--combine-library--primary-600);
}

.combine-icon_color2-5 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color3-5 {
  color: var(--combine-library--warning-400);
}

.combine-icon_small-3 {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-section_faq3-3 {
  background-color: #fff0;
}

.combine-faq3_component-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-faq3_wrapper-3 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  display: flex;
}

.combine-faq3_question-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-faq3_title-3 {
  color: var(--combine-library--grey-800);
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.section-12 {
  border: 5px none var(--sectiongreen);
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/1316-1.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.section-13 {
  border: 5px solid var(--sectiongreen);
}

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

.hidefornow {
  display: none;
}

.footer-link-3 {
  color: #000;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-3:hover {
  opacity: .5;
}

.dropdown-list-3 {
  background-color: #dddddd4a;
}

.dropdown-list-3.w--open {
  z-index: 10;
  background-color: #ddd;
  border-radius: 6px;
}

.dropdown-list-4 {
  background-color: #dddddd4a;
}

.dropdown-list-4.w--open {
  z-index: 10;
  background-color: #ddd;
  border-radius: 6px;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
}

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

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 140px;
  display: flex;
}

.secondary-link {
  color: #000;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.button-2 {
  color: #fff;
  background-color: #ffac12;
  border-top-right-radius: 20px;
  align-items: center;
  padding: 20px 32px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.footer-top {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  display: flex;
}

.text-span-6 {
  color: #15a409;
}

.image-45 {
  width: 26px;
}

.footer-link-4 {
  color: #000;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-4:hover {
  opacity: .5;
}

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

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

.logo-footer {
  width: 300px;
}

.button-text {
  margin-right: 8px;
  font-weight: 700;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.brand {
  width: 400px;
  margin-right: 20px;
}

.text-block-9, .text-block-10 {
  color: #000;
}

@media screen and (min-width: 1280px) {
  .dropdown-2 {
    font-size: 1rem;
    display: flex;
  }

  .navigation-dropdown {
    margin-top: 60px;
  }

  .dropdown-toggle-2, .nav_link.left, .nav_link.left {
    font-size: 1rem;
  }

  .dropdown-3 {
    font-size: 1rem;
    display: flex;
  }

  .navigation-dropdown-2 {
    margin-top: 60px;
  }

  .dropdown-toggle-3 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1440px) {
  .learn-dropdown.w--open {
    left: -440px;
    box-shadow: 0 10px 30px -10px #00000080;
  }

  .dropdown-toggle {
    margin-left: 25px;
    padding-left: 0;
    padding-right: 40px;
    font-size: 16px;
  }

  .text-box {
    width: 90%;
  }

  .dropdown.mobile-hide {
    max-width: 300px;
  }
}

@media screen and (min-width: 1920px) {
  .up-arrow {
    width: 25px;
  }

  .dropdown-toggle {
    padding-left: 0;
    padding-right: 40px;
  }

  .rt-counter-heading-text {
    margin-bottom: 10px;
  }

  .rt-home-two-red-bg {
    padding-top: 55px;
    padding-bottom: 47px;
  }

  .rt-home-two-our-approach-block {
    grid-column-gap: 100px;
  }

  .rt-create-planning-flex {
    grid-column-gap: 35px;
  }

  .rt-home-two-our-approach-left {
    max-width: 45%;
  }

  .rt-advertise-image-wrapper {
    border-radius: 6px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-two {
    background-color: var(--white);
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px 20px 20px 15px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-logo-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    background-color: #c8c8c800;
    padding: 12px;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #c8c8c800;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .hero-image-background {
    background-attachment: scroll;
  }

  .page-title {
    padding-left: 20px;
    padding-right: 20px;
    top: 10vw;
  }

  .hero-image-foreground {
    background-attachment: scroll;
  }

  .section {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .floating-image-wrapper {
    max-width: none;
    max-height: none;
  }

  .floating-image-wrapper.contact-section {
    max-width: none;
  }

  .div-block {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
  }

  .logos-wrapper {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .separator-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .service-wrapper {
    max-width: none;
  }

  .project-content-box {
    box-shadow: none;
    min-width: auto;
    max-width: none;
    padding: 0;
    position: static;
    transform: translate(0);
  }

  .flex-block-2 {
    margin-top: 0;
  }

  .project-description {
    margin-bottom: 0;
  }

  .hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .stats-block {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    max-width: none;
  }

  .inner-images-wrapper {
    max-width: none;
  }

  .large-title {
    font-size: 15.5vw;
  }

  .project-thumbnails-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .work-with-us-block {
    flex-flow: column;
  }

  .footer-grid-top {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-3 {
    max-width: none;
    padding-top: 0;
  }

  .footer-section {
    margin-top: 0;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

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

  .project-rich-text {
    max-width: none;
  }

  .help-page-h2 {
    font-size: 3rem;
  }

  .bottom-margin-100px {
    margin-bottom: 75px;
  }

  .footer {
    margin-top: 0;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .learn-dropdown.w--open {
    display: block;
  }

  .dropdown-toggle {
    padding-left: 0;
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
  }

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

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

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

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

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-button-hover-fill {
    display: none;
  }

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

  .walsh-rounded-container {
    flex: 0 auto;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .walsh-flex-horizontal {
    flex-flow: column wrap;
  }

  .walsh-content-wrap {
    order: -1;
    max-width: none;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .walsh-content-image-wrap {
    max-width: none;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .rl_contact20_content {
    grid-column-gap: 2rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

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

  .rl-heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .container-3 {
    grid-row-gap: 1rem;
  }

  .col-d-6 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .col-grid {
    grid-row-gap: 1rem;
  }

  .container-8 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h3 {
    font-size: 2.25rem;
  }

  .rl_layout242_content {
    grid-column-gap: 2rem;
  }

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

  .rl_layout250_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl_layout250_content {
    grid-column-gap: 2rem;
  }

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

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

  .rl_faq1_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h4-3 {
    font-size: 1.75rem;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-icon-check {
    margin-right: 0;
  }

  .walsh-button-orange {
    padding: 18px 40px;
  }

  .walsh-button-orange:hover {
    background-color: #80808033;
  }

  .rl-padding-section-large-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_layout239_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

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

  .rl_layout239_spacing-block-6 {
    padding-bottom: 3.5rem;
  }

  .rl_layout239_content {
    grid-column-gap: 2rem;
  }

  .rl-heading-style-h4-4 {
    font-size: 1.75rem;
  }

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

  .rl_team5_spacing-block-7 {
    padding-bottom: 5rem;
  }

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

  .rl_team5_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_team5_list {
    grid-column-gap: 2rem;
  }

  .rl-heading-style-h4-5 {
    font-size: 1.75rem;
  }

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

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

  .rl_layout141_spacing-block-4 {
    padding-bottom: 4.5rem;
  }

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

  .rl-padding-section-large-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_layout28_component {
    grid-column-gap: 3rem;
  }

  .rl-heading-style-h4-6 {
    font-size: 1.75rem;
  }

  .combine-padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .rl-padding-section-large-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .rl_faq6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-main-grid, .walsh-main-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }

  .rt-feature-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex: 1;
  }

  .rt-feature-left-content {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .rtcargo-image {
    display: none;
  }

  .rt-feature-right-content {
    max-width: none;
  }

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

  .rt-feature-main-wrapper {
    justify-content: center;
    align-items: center;
  }

  .rt-feature-middle, .rt-black-ship {
    display: none;
  }

  .rt-feature-right {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex: 1;
  }

  .rt-about-blog-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

  .rt-home-three-business-flex {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .rt-home-three-business-image-block {
    width: 100%;
  }

  .rl-padding-section-large-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_layout242_spacing-block-1-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h3-3 {
    font-size: 2.25rem;
  }

  .rl_layout242_content-2 {
    grid-column-gap: 2rem;
  }

  .rl-padding-section-large-11 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .rt-counter-heading-text {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }

  .rt-home-two-red-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rt-home-two-our-approach-right {
    grid-column-gap: 25px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-home-two-our-approach-block {
    display: block;
  }

  .rt-create-planning-flex {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rt-home-two-our-approach-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .combine-padding-global-4 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-4 {
    font-size: 2.5rem;
  }

  .combine-button-icon-2 {
    white-space: nowrap;
  }

  .combine-feature5_component {
    align-items: stretch;
  }

  .combine-feature5_item {
    color: var(--combine-library--grey-800);
    text-decoration: none;
  }

  .rt-about-three-what-we-do-card-wrap {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .rt-advertise-content-text-wrapper {
    max-width: none;
  }

  .rt-advertise-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
  }

  .rl-padding-section-large-12 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_header26_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_header26_content {
    margin-bottom: 4.5rem;
  }

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

  .footer-column {
    padding-right: 20px;
  }

  .large-title-copy {
    font-size: 15.5vw;
  }

  .nav_link {
    border-top: 1px solid #3f383833;
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav_link:hover {
    opacity: 1;
    background-color: #e1d7d6;
  }

  .nav_link.left {
    text-align: center;
    text-align: center;
    background-color: #333534;
  }

  .rl-padding-section-large-13 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_layout28_component-2 {
    grid-column-gap: 3rem;
  }

  .rl-heading-style-h4-7 {
    font-size: 1.75rem;
  }

  .combine-padding-global-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-5 {
    font-size: 2.5rem;
  }

  .heading-3 {
    margin-bottom: 32px;
  }

  .footer-grid-01 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-bottom, .footer-top {
    flex-direction: column;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    letter-spacing: -2px;
    font-size: 3rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  .nav-menu-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-link {
    display: inline-block;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .hero-images-wrapper {
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
  }

  .about-block {
    flex-flow: column;
    max-width: none;
  }

  .about-blocks-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-bullet-point {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .stats-block {
    justify-content: space-between;
  }

  .div-block-72 {
    position: static;
  }

  .large-title {
    font-size: 15vw;
  }

  .images-wrapper {
    min-height: auto;
  }

  .work-with-us-block {
    flex-flow: column;
  }

  .footer-grid-top {
    margin-bottom: 80px;
  }

  .secondary-button {
    flex: 1;
  }

  .color-palette-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .buttons-grid {
    grid-template-columns: 1fr 1fr;
    place-items: start;
  }

  .help-page-h2 {
    font-size: 2.5rem;
  }

  .bottom-margin-100px {
    margin-bottom: 50px;
  }

  .dropdown-toggle {
    font-size: 16px;
    line-height: 24px;
  }

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

  .rl_header44_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

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

  .rl_header44_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_header44_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

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

  .walsh-heading-large {
    font-size: 2em;
  }

  .walsh-rounded-block {
    border-radius: 20px;
  }

  .walsh-rounded-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-content-wrap {
    padding-top: 3em;
    padding-bottom: 3em;
  }

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

  .rl_contact20_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

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

  .rl_contact20_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_contact20_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_contact20_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_contact20_spacing-block-6, .rl_contact20_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

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

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

  .rl-heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-x9 {
    font-size: 4rem;
  }

  .container-3 {
    grid-row-gap: .5rem;
  }

  .col-d-6 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-grid {
    grid-row-gap: .5rem;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }

  .combine-padding-global, .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .rl_layout242_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout242_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_layout242_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl-heading-style-h3 {
    font-size: 2rem;
  }

  .rl_layout242_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .rl_layout250_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl-heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .rl_layout250_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout250_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .rl_layout250_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout250_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h3-2 {
    font-size: 2rem;
  }

  .rl_faq1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

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

  .rl_faq1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_faq1_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

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

  .rl_faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .rl-heading-style-h4-3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_faq1_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_faq1_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .walsh-price-wrapper {
    width: 100%;
  }

  .walsh-button-orange {
    width: 100%;
    font-size: 16px;
  }

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

  .rl_layout239_spacing-block-3 {
    padding-bottom: 3rem;
  }

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

  .rl_layout239_spacing-block-6 {
    padding-bottom: 2.5rem;
  }

  .rl_layout239_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout239_spacing-block-2, .rl_layout239_spacing-block-5 {
    padding-bottom: 1.25rem;
  }

  .rl_layout239_spacing-block-1 {
    padding-bottom: .75rem;
  }

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

  .rl-heading-style-h4-4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout239_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

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

  .rl_team5_spacing-block-7 {
    padding-bottom: 3.5rem;
  }

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

  .rl_team5_spacing-block-9 {
    padding-bottom: 1.5rem;
  }

  .rl_team5_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl_team5_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_team5_name-text {
    font-size: 1.125rem;
  }

  .rl_team5_spacing-block-5 {
    padding-bottom: .75rem;
  }

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

  .rl_team5_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-heading-style-h4-5 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_team5_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_team5_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_team5_spacing-block-6 {
    padding-bottom: 1.25rem;
  }

  .rl_team5_spacing-block-8 {
    padding-bottom: .75rem;
  }

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

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

  .rl_layout141_spacing-block-4 {
    padding-bottom: 3rem;
  }

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

  .rl_layout141_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_layout141_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout141_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

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

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

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

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

  .rl_layout28_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-heading-style-h4-6 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .combine-padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-feature7_component {
    flex-direction: column;
  }

  .combine-feature7_content-sticky {
    position: static;
  }

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

  .rl_faq6_question {
    padding: 1rem 1.25rem;
  }

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

  .rl_faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .rl_faq6_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq6_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq6_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_faq6_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

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

  .rl_faq6_icon-wrapper {
    width: 1.75rem;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-paragraph-small {
    font-size: 1.4em;
  }

  .walsh-rounded-box {
    grid-row-gap: 1.5em;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-rounded-card {
    grid-row-gap: 1.5em;
  }

  .rt-feature-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .rt-feature-left-content {
    max-width: none;
    margin-bottom: 30px;
  }

  .rt-feature-right-content {
    max-width: none;
  }

  .rt-feature-main-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-feature-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .rt-about-blog-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .rt-solutions-card-icons-col {
    max-width: 14%;
  }

  .rt-autofit {
    height: auto;
  }

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

  .rl_layout242_spacing-block-4-2 {
    padding-bottom: 1.5rem;
  }

  .rl_layout242_spacing-block-3-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h5-3 {
    font-size: 1.25rem;
  }

  .rl_layout242_spacing-block-2-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout242_spacing-block-1-2 {
    padding-bottom: 3rem;
  }

  .rl-heading-style-h3-3 {
    font-size: 2rem;
  }

  .rl_layout242_content-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .rl_header62_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_header62_spacing-block-1 {
    padding-bottom: .75rem;
  }

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

  .rl_header62_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

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

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

  .rt-autofit-4.rt-mobile-full-width {
    width: 100%;
  }

  .rt-home-two-approach-right {
    display: none;
  }

  .rt-create-planning-flex {
    grid-column-gap: 15px;
  }

  .combine-padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-feature5_component, .rt-about-three-what-we-do-card-wrap {
    grid-template-columns: 1fr;
  }

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

  .rl_header26_spacing-block-2, .rl_header26_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_header26_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_header26_content {
    margin-bottom: 3rem;
  }

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

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

  .footer-column {
    padding-right: 0;
  }

  .large-title-copy {
    font-size: 15vw;
  }

  .dropdown-link {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
  }

  .nav-content-wrap {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .dropdown-toggle-2 {
    margin-left: auto;
    padding-left: 0;
    display: block;
  }

  .nav_link.left {
    background-color: #333534;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .dropdown-toggle-3 {
    margin-left: auto;
    padding-left: 0;
    display: block;
  }

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

  .rl_layout28_spacing-block-1-2 {
    padding-bottom: .75rem;
  }

  .rl_layout28_component-2 {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-heading-style-h4-7 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .combine-padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -2px;
    font-size: 14vw;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .navbar-logo-left {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left.navmobile {
    display: block;
  }

  .navbar-logo-left.hidemobile {
    display: none;
  }

  .menu-button {
    padding: 0;
  }

  .container {
    max-width: none;
    padding-top: 1rem;
  }

  .navbar-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-title {
    padding-left: 10px;
    padding-right: 10px;
    top: 7vh;
    overflow: visible;
  }

  .hero-image-foreground {
    background-position: 50%;
  }

  .stat {
    font-size: 2rem;
  }

  .section {
    padding-top: 1rem;
  }

  .section.top-padding-0px, .section._2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .service-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .services-list {
    align-items: flex-start;
    display: block;
  }

  .project-content-box._1 {
    padding-bottom: 0;
  }

  .project-description {
    margin-top: 20px;
  }

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

  .hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-wrapper {
    align-items: flex-start;
  }

  .accordion-trigger {
    padding-bottom: 5px;
  }

  .open-close-box {
    right: 5%;
  }

  .accordion-content {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .single-service-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .inner-images-wrapper {
    position: relative;
  }

  .center-image {
    width: 50vw;
    position: static;
  }

  .top-left-image {
    width: 35vw;
    position: absolute;
    inset: 20px auto auto 0%;
  }

  .top-right-image {
    width: 35vw;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .bottom-left-image {
    width: 30vw;
    position: absolute;
    inset: auto auto -20px 0%;
  }

  .bottom-right-image {
    width: 40vw;
    position: absolute;
    inset: auto 0% -40px auto;
  }

  .large-title {
    letter-spacing: 0;
    font-size: 16.5vw;
  }

  .primary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid-top {
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

  .footer-grid-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .dark-footer-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .footer-section {
    padding-top: 10px;
    overflow: hidden;
  }

  .secondary-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .buttons-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .primary-button-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .utility-page-content {
    width: 300px;
  }

  .buy-template-popup, .all-templates-popup {
    font-size: .9rem;
  }

  .dropdown-toggle {
    padding-left: 25px;
  }

  .rl-button-secondary.mid, .rl-button {
    width: 160px;
  }

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

  .rl-padding-global {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .walsh-container {
    flex: 0 auto;
    width: 100%;
    max-width: none;
  }

  .walsh-heading-large {
    text-align: left;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-rounded-container {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-flex-horizontal {
    grid-row-gap: 2em;
  }

  .walsh-content-wrap {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
  }

  .walsh-content-image-wrap.hide-mobile {
    display: none;
  }

  .walsh-title-tag {
    font-size: 16px;
  }

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

  .text-size-x9 {
    font-size: 2.75rem;
  }

  .section-3 {
    margin-top: 15px;
  }

  .section-3._2.entwurf {
    margin-top: 0;
  }

  .container-8 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .heading {
    font-size: 2rem;
  }

  .heading.mobile {
    font-size: 2.5rem;
    display: block;
  }

  .heading.desktop {
    font-size: 2.5rem;
    display: none;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-faq3_component {
    grid-template-columns: 1fr;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-faq3_component-2 {
    grid-template-columns: 1fr;
  }

  .section-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container-9.hide-mobile {
    display: none;
  }

  .rl_layout242_content, .rl_layout250_content {
    grid-template-columns: 1fr;
  }

  .rl-padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-list-flex {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
  }

  .walsh-icon-check {
    margin-bottom: 0;
  }

  .walsh-full-image {
    object-fit: cover;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .walsh-list-flex-off {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .walsh-price {
    font-size: 40px;
  }

  .walsh-pricing-card-block-featured {
    padding: 30px 30px 40px;
  }

  .walsh-pricing-card-block {
    padding: 40px 30px;
  }

  .walsh-heading-small-alt {
    font-size: 1em;
  }

  .walsh-button-orange {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .rl-padding-section-large-5 {
    padding-top: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .rl-padding-global-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .rl-padding-section-large-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .rl-padding-global-7 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .combine-padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .combine-heading-style-h2-3 {
    font-size: 1.6rem;
  }

  .combine-feature7_item {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 0;
  }

  .combine-feature7_content-sticky {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .combine-button-content.hide-on-mobile {
    display: none;
  }

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

  .image-3 {
    max-width: 60%;
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-heading-small, .walsh-paragraph-small {
    font-size: 1em;
  }

  .walsh-rounded-box {
    padding: 30px;
  }

  .walsh-label-tag {
    font-size: 12px;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-main-paragraph-2 {
    font-size: 1em;
  }

  .walsh-link-wrapper-2 {
    font-size: 16px;
  }

  .walsh-card-wrapper-image-medium {
    align-items: flex-end;
    height: auto;
  }

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
    padding: 0 30px 45px;
  }

  .rt-component-section-2 {
    background-color: #fff;
  }

  .rt-about-blog-wrapper {
    grid-template-columns: 1fr;
  }

  .section-8 {
    background-image: linear-gradient(#0000, #0000), url('../images/3.png');
    background-position: 0 0, 60%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .rt-left-right-effect {
    display: none;
  }

  .rt-solutions-card, .rt-solutions-card-flex {
    flex-direction: column;
  }

  .rt-solutions-card-icons-col {
    max-width: 30%;
  }

  .rt-solutions-card-caption-col {
    max-width: 100%;
  }

  .rl-padding-section-large-10 {
    padding-top: 1rem;
  }

  .rl_layout242_content-2 {
    grid-template-columns: 1fr;
  }

  .rl_header62_component {
    padding-top: 20px;
  }

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

  .rt-home-two-new-approch-heading {
    font-size: 2.3rem;
  }

  .rt-home-two-new-approch-heading.mobile {
    font-size: 2.3rem;
    display: block;
  }

  .rt-home-two-new-approch-heading.desktop {
    display: none;
  }

  .rt-create-planning-flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .combine-padding-global-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .combine-padding-section-medium-4 {
    font-family: Satoshi, Arial, sans-serif;
  }

  .rt-about-three-what-we-do-card {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-about-three-what-we-do-card-image-block {
    right: 10px;
  }

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

  .rt-advertise-content {
    flex-direction: column;
  }

  .section-10 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .large-title-copy {
    letter-spacing: 0;
    font-size: 16.5vw;
  }

  .icon-wrap {
    background-color: #ffffff0d;
    background-image: url('../images/11.png');
  }

  .icon-wrap._2 {
    background-image: url('../images/10.png');
  }

  .icon-wrap._3 {
    background-image: url('../images/12.png');
  }

  .icon-wrap._4 {
    background-image: url('../images/13.png');
  }

  .dropdown-link {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .dropdown-wrapper {
    min-width: 120px;
  }

  .navigation-dropdown.w--open {
    background-color: #0000;
  }

  .icon-5 {
    color: #000;
  }

  .dropdown-title {
    font-size: 14px;
  }

  .dropdown-title:hover {
    color: #3a3a3a;
  }

  .dropdown-toggle-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: block;
  }

  .nav_link {
    background-color: #333534;
  }

  .nav_link.left {
    color: #1a1b1f;
    background-color: #fff;
    border-top-style: none;
    padding-left: 0;
    font-family: Satoshi, Arial, sans-serif;
  }

  .nav_link.left {
    background-color: #fff;
    padding-left: 0;
  }

  .nav_link.left:hover {
    background-color: #fff;
  }

  .icon-6 {
    color: #000;
    background-color: #fff;
  }

  .dropdown-toggle-3 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: block;
  }

  .rl_layout28_component-2 {
    grid-template-columns: 1fr;
  }

  .combine-padding-global-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-faq3_component-3 {
    grid-template-columns: 1fr;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

#w-node-_5bbbe3a8-d436-46a3-da1b-5c148fe98b26-8c7ff62c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f1d8750-c07c-3e1c-aa38-ed30d5f58f69-65d64d64 {
  justify-self: start;
}

#w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda7a-8c7ff62e, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda7b-8c7ff62e, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda80-8c7ff62e, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda81-8c7ff62e, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda86-8c7ff62e, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda87-8c7ff62e, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda8c-8c7ff62e, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda8d-8c7ff62e, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda97-8c7ff62e, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42edaa2-8c7ff62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b0c63c9-3272-2fab-d2e1-e6bc7e63dfa0-7e63df98 {
  justify-self: end;
}

#w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf0-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf1-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf3-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf4-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf6-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf7-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf9-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bfa-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bfc-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bfd-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bff-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c00-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c02-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c03-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c04-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c05-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c06-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c07-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c08-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c09-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0a-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0b-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0c-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0d-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0e-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0f-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c10-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c11-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c12-8c7ff630, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c13-8c7ff630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54491d5a-41e5-00fb-98cc-0008743c5ec9-6b437a4e {
  grid-area: 1 / 6 / 2 / 13;
  place-self: end;
}

#w-node-_54491d5a-41e5-00fb-98cc-0008743c5ecb-6b437a4e {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-b7d2ee5a-c08b-4c9e-41c8-ce33c7102cbb-5209863a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_389bf808-82ff-a8fe-eed4-770f30837247-5209863a, #w-node-_389bf808-82ff-a8fe-eed4-770f30837248-5209863a, #w-node-_389bf808-82ff-a8fe-eed4-770f30837263-5209863a, #w-node-_389bf808-82ff-a8fe-eed4-770f30837264-5209863a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_54491d5a-41e5-00fb-98cc-0008743c5ec9-6b437a4e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_54491d5a-41e5-00fb-98cc-0008743c5ecb-6b437a4e {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5f1d8750-c07c-3e1c-aa38-ed30d5f58f66-65d64d64 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5bbbe3a8-d436-46a3-da1b-5c148fe98b26-8c7ff62c, #w-node-_5f1d8750-c07c-3e1c-aa38-ed30d5f58f66-65d64d64 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54491d5a-41e5-00fb-98cc-0008743c5ec9-6b437a4e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_54491d5a-41e5-00fb-98cc-0008743c5ecb-6b437a4e {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Italic';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}