:root {
  --boxed: 30px;
  --background: #f5f5f5;
  --max_width: 1100px;
  --main-font: Roboto, sans-serif;
  --accent: #d6e264;
  --primary: #244034;
  --secondary: whitesmoke;
  --relume-library-lite--rl-black: black;
  --text-primary: #353535;
  --relume-library-lite--rl-white: white;
  --radius: 10px;
  --relume-library-lite--rl-gray: #f4f4f4;
}

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

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

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 100%;
  height: 77px;
  padding-right: var(--boxed);
  padding-left: var(--boxed);
  background-color: var(--background);
  margin-bottom: 0;
  position: fixed;
}

.container {
  width: 100%;
  height: 340px;
}

.container.header {
  height: 47px;
}

.container.hero {
  height: 500px;
}

.navbar-wrapper {
  max-width: var(--max_width);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  font-family: var(--main-font);
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  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;
}

.nav-link.w--current {
  font-family: var(--main-font);
  font-weight: 600;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

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

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.button-primary {
  background-color: var(--accent);
  font-family: var(--main-font);
  color: var(--primary);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

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

.button-primary:active {
  background-color: var(--secondary);
}

.button-primary.second {
  background-color: var(--background);
  margin-left: 40px;
}

.body {
  background-color: var(--background);
}

.hero-subscribe-left {
  background-color: var(--primary);
  border-bottom: 1px solid #e4ebf3;
  position: static;
}

.hero-wrapper {
  max-width: var(--max_width);
  justify-content: space-between;
  align-items: center;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.hero-split.agrement {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
}

.margin-bottom-24px {
  font-family: var(--main-font);
  color: var(--secondary);
  margin-bottom: 24px;
}

.margin-bottom-24px.agrement {
  text-align: center;
  max-width: 70%;
}

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

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

.hero-form-input {
  width: 240px;
  height: auto;
  font-family: var(--main-font);
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  border-radius: 6px;
  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;
}

.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 {
  color: var(--secondary);
  margin-left: 2px;
  display: flex;
}

.shadow-two {
  flex: 1;
  min-width: 100%;
  overflow: clip;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading {
  font-family: var(--main-font);
  color: var(--secondary);
}

.text-block {
  font-family: var(--main-font);
  color: var(--primary);
  font-size: 22px;
  font-weight: 700;
}

.text-block-2 {
  font-family: var(--main-font);
  color: var(--secondary);
}

.features-list {
  border-bottom: 0 #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: var(--max_width);
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.features-left {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-paragraph {
  font-family: var(--main-font);
  color: var(--primary);
  text-align: justify;
  margin-bottom: 24px;
  font-weight: 300;
}

.features-right {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.features-block-two {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 30%;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 16%;
  min-height: 100%;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-2 {
  font-family: var(--main-font);
  color: var(--primary);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  margin-top: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 14px;
}

.paragraph {
  max-width: 100%;
  font-family: var(--main-font);
  text-align: justify;
  margin-bottom: 20px;
  font-weight: 300;
}

.paragraph-2, .paragraph-3 {
  font-family: var(--main-font);
  text-align: justify;
  font-weight: 300;
}

.features-metrics {
  background-color: var(--primary);
  border-bottom: 1px #e4ebf3;
  min-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: var(--max_width);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  font-family: var(--main-font);
  color: var(--secondary);
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.text-block-4 {
  font-family: var(--main-font);
  color: var(--secondary);
}

.heading-3 {
  color: var(--primary);
}

.heading-3.light {
  color: var(--secondary);
  margin-bottom: 40px;
}

.text-block-5, .text-block-6, .text-block-7 {
  color: var(--secondary);
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: var(--max_width);
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  width: 100%;
  font-family: var(--main-font);
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

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

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

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

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.footer-subscribe {
  background-color: var(--primary);
  border: 1px #000;
  padding: 50px 30px 40px;
  position: relative;
}

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

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

.footer-copyright {
  color: var(--secondary);
}

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

.footer-legal-link {
  color: var(--secondary);
  margin-left: 24px;
}

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

.rich-text-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.scope {
  padding: 60px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: var(--max_width);
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 42px;
  grid-template: ". Area"
                 ". ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-block.text {
  background-color: var(--primary);
  padding: 20px;
}

.heading-4 {
  -webkit-backdrop-filter: contrast(32%);
  backdrop-filter: contrast(32%);
  color: var(--secondary);
  padding-left: 20px;
  position: relative;
  top: -65px;
}

.image {
  box-sizing: border-box;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  max-height: 220px;
  overflow: clip;
}

.paragraph-4 {
  color: var(--secondary);
  text-align: justify;
}

.heading-5 {
  color: var(--secondary);
  margin-top: auto;
}

.heading-6 {
  margin-bottom: 40px;
}

.text-span-2, .text-span-3, .text-span-4 {
  background-color: var(--accent);
  font-weight: 400;
}

.rl-heading-style-h2 {
  font-family: var(--main-font);
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  overflow-wrap: normal;
  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_blogpost1_date-wrapper {
  display: flex;
}

.rl_blogpost1_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.rl_blogpost1_title-wrapper {
  width: 100%;
  max-width: var(--max_width);
  padding-right: var(--boxed);
  padding-left: var(--boxed);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_blogpost1_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.rl-text-style-small {
  font-family: var(--main-font);
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-small.minutes, .rl-text-style-small.breadcrumb {
  padding-left: 5px;
}

.rl_blogpost1_author-text {
  font-family: var(--main-font);
  color: var(--primary);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blogpost1_content {
  width: 100%;
  max-width: var(--max_width);
  padding-right: var(--boxed);
  padding-left: var(--boxed);
  text-align: justify;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.rl_blogpost1_text-divider {
  color: var(--relume-library-lite--rl-black);
  margin-left: .5rem;
  margin-right: .5rem;
}

.rl_blogpost1_details-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.rl-text-style-medium {
  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-padding-section-large-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.rl_section_blogpost1-2 {
  background-color: var(--background);
}

.rl-text-rich-text-2 {
  font-family: var(--main-font);
  color: var(--text-primary);
  padding-bottom: 40px;
  font-weight: 400;
}

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

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

.div-block-2 {
  width: 40%;
  padding-left: 20px;
}

.div-block-3 {
  text-align: left;
  width: 50%;
  margin-right: 10%;
  padding-right: 0;
}

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

.rl_blog5_spacing-block-10 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_blog5_spacing-block-9 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_blog5_featured-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl_blog5_author-text {
  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-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl_blog5_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_blog5_spacing-block-4 {
  width: 100%;
  padding-bottom: .75rem;
}

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

.rl_blog5_image-link {
  width: 100%;
  display: block;
}

.rl-text-style-small-2 {
  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-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-small-2.minutes {
  padding-left: 5px;
}

.rl_blog5_category-menu {
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.rl_blog5_featured-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_blog5_menu-link {
  color: var(--relume-library-lite--rl-black);
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_blog5_menu-link.w--current {
  border: 1px solid #0000;
}

.rl_blog5_menu-link.current {
  border: 0px none var(--relume-library-lite--rl-black);
  background-color: var(--accent);
  color: var(--primary);
  border-radius: 3px;
}

.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_blog5_category-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-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.rl_blog5_category-link.w--current {
  border-bottom: 2px solid #000;
}

.rl_blog5_heading-wrapper {
  width: 100%;
  max-width: 48rem;
  margin-bottom: 40px;
}

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

.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_blog5_featured-image-link {
  width: 100%;
}

.rl_blog5_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.rl_blog5_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.rl_blog5_spacing-block-11 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_blog5_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.rl_blog5_featured-image-wrapper {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.rl_blog5_text-divider {
  color: var(--relume-library-lite--rl-black);
}

.rl-heading-style-h1 {
  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_blog5_date-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

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

.rl_blog5_featured-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.rl_blog3_title-link {
  text-decoration: none;
  display: block;
}

.rl-container-large-3 {
  width: 100%;
  max-width: var(--max_width);
  padding-right: var(--boxed);
  padding-left: var(--boxed);
  margin-left: auto;
  margin-right: auto;
}

.rl_blog5_featured-title-link {
  text-decoration: none;
}

.rl-padding-section-large-4 {
  max-width: var(--max_width);
  padding: 4rem var(--boxed);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.rl_section_cta8 {
  background-color: var(--background);
  position: static;
}

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

.rl-text-style-medium-2 {
  font-family: var(--main-font);
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_cta8_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.rl-heading-style-h3 {
  font-family: var(--main-font);
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.rl_cta8_heading-wrapper {
  flex: 1;
  width: 100%;
  max-width: 48rem;
}

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

.body-2 {
  background-color: var(--background);
}

.strength-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: var(--max_width);
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  font-family: var(--main-font);
  text-align: left;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  font-family: var(--main-font);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-right: 50%;
  display: block;
}

.comparison-table {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  font-family: var(--main-font);
  color: var(--primary);
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-title.other {
  font-weight: 400;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  font-family: var(--main-font);
  color: var(--primary);
  margin-left: 10px;
  padding-left: 0;
}

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

.bold-text {
  color: var(--primary);
}

.text-span-5 {
  background-color: var(--accent);
}

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

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

.rl-heading-style-h2-2 {
  font-family: var(--main-font);
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.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-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

.rl_faq1_question-text {
  font-family: var(--main-font);
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  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 solid 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-3 {
  font-family: var(--main-font);
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-heading-style-h4-2 {
  font-family: var(--main-font);
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_faq1_list {
  border-bottom: 1px solid 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 {
  overflow: hidden;
}

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

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

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

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

.section {
  height: 77px;
}

.section-2, .body-3 {
  background-color: var(--background);
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-wrapper-four {
  justify-content: space-between;
  padding-bottom: 60px;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  border-radius: var(--radius);
  filter: saturate(0%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

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

.heading-small.title {
  margin-top: 0;
  font-size: 22px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

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

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

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

.centered-subheading-3 {
  text-align: justify;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.team-view-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.team-view-info {
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.team-view-image {
  filter: saturate(0%);
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.team-name {
  margin-top: 10px;
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  padding-top: 5px;
  font-size: 20px;
  line-height: 16px;
}

.team-view-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.testimonial-slider-small {
  background-color: var(--background);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 100px;
  position: relative;
}

.div-block-6 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.container-12 {
  max-width: var(--max_width);
}

.paragraph-5, .paragraph-6 {
  margin-top: 20px;
}

.hero-without-image {
  background-color: var(--background);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  font-family: var(--main-font);
  margin-bottom: 24px;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.heading-7 {
  font-family: var(--main-font);
}

.testimonial-image-left-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-wrapper-four-2 {
  justify-content: space-between;
  display: flex;
}

.testimonial-left-2 {
  width: 30%;
  margin-right: 64px;
}

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

.testimonial-right-2 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small-2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four-2 {
  margin-bottom: 32px;
}

.testimonial-author-name-three-2 {
  margin-bottom: 10px;
}

.text-span-6, .text-span-7, .text-span-8 {
  color: var(--accent);
}

.div-block-7 {
  background-color: var(--accent);
  border-radius: 20px;
  width: 150px;
  height: 25px;
}

.text-block-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  display: flex;
}

.container-13 {
  max-width: var(--max_width);
  margin-top: 20px;
}

.paragraph-7 {
  max-width: 60%;
}

.paragraph-7.light {
  color: var(--secondary);
}

.container-14 {
  max-width: var(--max_width);
  margin-top: 20px;
  display: flex;
}

.why {
  width: 33%;
  height: 100%;
}

.text-span-10 {
  background-color: var(--accent);
  color: var(--primary);
}

.text-span-11 {
  background-color: var(--accent);
  color: var(--primary);
  font-weight: 300;
}

.text-span-12 {
  background-color: var(--accent);
  color: var(--primary);
}

.bold-text-2 {
  font-weight: 300;
}

.container-15 {
  max-width: var(--max_width);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.pastille-primary {
  background-color: var(--primary);
  border-radius: 20px;
  width: 70%;
  height: 30px;
  margin-left: 60px;
  margin-right: 1%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pastille-texte {
  width: 100%;
  height: 100%;
  color: var(--secondary);
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.section-4 {
  background-color: var(--primary);
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-16 {
  max-width: var(--max_width);
}

.heading-8 {
  color: var(--secondary);
}

.container-17 {
  max-width: var(--max_width);
  margin-top: 20px;
}

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

.heading-9 {
  color: var(--accent);
}

.paragraph-8 {
  color: var(--secondary);
}

.div-block-8 {
  justify-content: center;
  align-items: flex-start;
  width: 40px;
  height: 40px;
}

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

@media screen and (min-width: 1440px) {
  .button-primary.second {
    background-color: var(--background);
    margin-left: 40px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .text-span-6 {
    color: var(--accent);
    background-color: #d6e26400;
  }

  .text-span-7, .text-span-8 {
    color: var(--accent);
  }

  .div-block-7 {
    background-color: var(--accent);
    border-radius: 20px;
    width: 150px;
    height: 25px;
  }

  .text-block-8 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 700;
    display: flex;
  }

  .text-span-9 {
    color: var(--accent);
  }

  .pastille-primary {
    background-color: var(--accent);
    border-radius: 20px;
    width: 150px;
    height: 25px;
  }

  .pastille-texte {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 700;
    display: flex;
  }
}

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

  .container.hero {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button-primary.second {
    margin-left: 20px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
  }

  .hero-wrapper.agrement {
    max-width: var(--max_width);
    justify-content: center;
    align-items: center;
  }

  .hero-split {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.agrement {
    margin-top: 40px;
  }

  .hero-split.home {
    display: none;
  }

  .margin-bottom-24px {
    text-align: center;
  }

  .hero-form-container {
    flex-flow: row;
    height: 64px;
  }

  .hero-form-input {
    width: 100%;
    height: 45px;
  }

  .container-3 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .container-4 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .container-5 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-6, .container-7 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

  .rl_blogpost1_content {
    margin-bottom: 3rem;
  }

  .rl-padding-section-large-2, .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

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

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

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

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

  .rl-heading-style-h3 {
    font-size: 2.25rem;
  }

  .rl_cta8_heading-wrapper {
    margin-right: 0;
  }

  .container-9 {
    max-width: 728px;
  }

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

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

  .rl-heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .container-10 {
    max-width: 728px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .container-11 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .testimonial-left-2 {
    width: 40%;
    margin-right: 40px;
  }

  .container-15 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .pastille-primary {
    width: 40%;
    margin-bottom: 10px;
  }

  .section-3 {
    margin-left: 40px;
    margin-right: 40px;
  }

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

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }

  .heading {
    text-align: center;
  }

  .features-list {
    padding: 60px 15px;
  }

  .features-right {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .features-block-two {
    max-width: var(--max_width);
  }

  .features-image {
    width: 40px;
    min-height: 40px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .scope {
    padding: 60px 15px;
  }

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

  .rl_blogpost1_content {
    margin-bottom: 2rem;
  }

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

  .rl-padding-section-large-2, .rl-padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_blog5_spacing-block-9 {
    padding-bottom: 1.25rem;
  }

  .rl_blog5_featured-item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .rl_blog5_spacing-block-6 {
    padding-bottom: 1.25rem;
  }

  .rl_blog5_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl_blog5_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_blog5_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_blog5_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_blog5_featured-image-wrapper {
    padding-top: 66%;
  }

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

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

  .rl_cta8_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

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

  .rl_cta8_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rl-heading-style-h3 {
    font-size: 2rem;
  }

  .rl_cta8_heading-wrapper {
    margin-right: 0;
  }

  .strength-table {
    padding: 60px 15px;
  }

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

  .rl_faq1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

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

  .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-3 {
    font-size: 1rem;
  }

  .rl-heading-style-h4-2 {
    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_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .team-hero {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .team-view-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-small, .hero-without-image, .testimonial-image-left-2 {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four-2 {
    flex-direction: column;
  }

  .testimonial-left-2 {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four-2 {
    height: auto;
  }

  .heading-small-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-7 {
    max-width: 100%;
  }

  .container-14 {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .container.hero {
    height: 100%;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link {
    margin-bottom: 10px;
  }

  .mobile-margin-top-10 {
    width: 100%;
  }

  .button-primary {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary.second {
    margin-top: 20px;
    margin-left: 0;
  }

  .hero-subscribe-left {
    padding-top: 7px;
    padding-bottom: 10px;
  }

  .hero-wrapper {
    margin-bottom: 0;
    padding-left: 0;
  }

  .hero-split {
    margin-bottom: 40px;
  }

  .margin-bottom-24px {
    text-align: center;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-form-input {
    text-align: center;
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-link-arrow {
    justify-content: flex-start;
    align-items: center;
  }

  .shadow-two {
    overflow: hidden;
  }

  .heading {
    text-align: center;
    margin-top: 10px;
    font-size: 28px;
  }

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

  .features-wrapper-two {
    justify-content: flex-start;
    align-items: center;
  }

  .features-paragraph {
    margin-top: 20px;
  }

  .features-right {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .features-image {
    margin-bottom: 10px;
  }

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

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

  .features-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
  }

  .features-title {
    font-size: 34px;
  }

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

  .heading-3.light {
    color: var(--secondary);
  }

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

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

  .centered-subheading {
    padding-right: var(--boxed);
    padding-left: var(--boxed);
  }

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

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

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .scope {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .gallery-wrapper {
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .gallery-block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .gallery-block.text {
    margin-bottom: 20px;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .text-span-2, .text-span-3 {
    background-color: var(--accent);
    font-weight: 400;
  }

  .rl-heading-style-h2 {
    text-align: left;
    width: 100%;
    margin-top: auto;
    font-size: 32px;
  }

  .rl_blogpost1_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .rl_blogpost1_title-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .rl_blogpost1_author-wrapper {
    margin-bottom: 1rem;
  }

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

  .rl-padding-section-large-2 {
    padding-top: 0;
    padding-right: var(--boxed);
    padding-left: var(--boxed);
  }

  .div-block-2 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-3 {
    width: 100%;
    margin-right: 0%;
    padding-right: 0;
  }

  .rl-padding-section-large-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .strength-table {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .centered-subheading-2 {
    padding-right: 0%;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-image: none;
    margin-left: 10px;
    padding-left: 0;
  }

  .div-block-5 {
    width: 47%;
  }

  .image-2, .image-3, .image-4, .image-5, .image-6, .image-7 {
    overflow: hidden;
  }

  .list-item {
    flex-flow: column;
    display: flex;
  }

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

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

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

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .team-view-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .heading-small-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .text-span-6 {
    background-color: #d6e26400;
  }

  .div-block-7, .pastille-primary {
    background-color: var(--accent);
    border-radius: 20px;
    width: 150px;
    height: 25px;
    margin-top: 20px;
  }

  .section-3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

#w-node-_09c6eff8-7e0b-fd6d-dcf6-20aaedb4ef1d-edb4ef18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_09c6eff8-7e0b-fd6d-dcf6-20aaedb4ef21-edb4ef18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_09c6eff8-7e0b-fd6d-dcf6-20aaedb4ef31-edb4ef18, #w-node-_09c6eff8-7e0b-fd6d-dcf6-20aaedb4ef35-edb4ef18, #w-node-_09c6eff8-7e0b-fd6d-dcf6-20aaedb4ef39-edb4ef18, #w-node-_09c6eff8-7e0b-fd6d-dcf6-20aaedb4ef3d-edb4ef18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0953adbd-f6e4-90bd-005a-f67e212fc293-c0ad8a2d, #w-node-_0953adbd-f6e4-90bd-005a-f67e212fc298-c0ad8a2d, #w-node-_1285a501-e550-9ee6-4032-c830c0ad8a3b-c0ad8a2d, #w-node-_1285a501-e550-9ee6-4032-c830c0ad8a40-c0ad8a2d, #w-node-_1285a501-e550-9ee6-4032-c830c0ad8a45-c0ad8a2d, #w-node-_1285a501-e550-9ee6-4032-c830c0ad8a4a-c0ad8a2d, #w-node-_1285a501-e550-9ee6-4032-c830c0ad8a4f-c0ad8a2d, #w-node-_1285a501-e550-9ee6-4032-c830c0ad8a54-c0ad8a2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_09c6eff8-7e0b-fd6d-dcf6-20aaedb4ef1d-edb4ef18, #w-node-_09c6eff8-7e0b-fd6d-dcf6-20aaedb4ef21-edb4ef18, #w-node-_09c6eff8-7e0b-fd6d-dcf6-20aaedb4ef31-edb4ef18, #w-node-_09c6eff8-7e0b-fd6d-dcf6-20aaedb4ef35-edb4ef18, #w-node-_09c6eff8-7e0b-fd6d-dcf6-20aaedb4ef39-edb4ef18, #w-node-_09c6eff8-7e0b-fd6d-dcf6-20aaedb4ef3d-edb4ef18 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_09c6eff8-7e0b-fd6d-dcf6-20aaedb4ef1d-edb4ef18, #w-node-_09c6eff8-7e0b-fd6d-dcf6-20aaedb4ef21-edb4ef18, #w-node-_09c6eff8-7e0b-fd6d-dcf6-20aaedb4ef31-edb4ef18, #w-node-_09c6eff8-7e0b-fd6d-dcf6-20aaedb4ef35-edb4ef18, #w-node-_09c6eff8-7e0b-fd6d-dcf6-20aaedb4ef39-edb4ef18, #w-node-_09c6eff8-7e0b-fd6d-dcf6-20aaedb4ef3d-edb4ef18 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


