:root {
  --black: #131617;
  --secondary--default: #82bd12;
  --light: #fcfbf3;
  --secondary--25: #39b54a4d;
  --secondary--50: #82bd12ad;
  --black-2: #131617b3;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --blue: #4cbed6;
}

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

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

@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 {
  font-family: IBM Plex Sans, sans-serif;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

p {
  opacity: .8;
  margin-bottom: 1em;
  font-size: 1em;
}

a {
  text-decoration: underline;
}

li {
  opacity: .8;
  margin-bottom: 1em;
}

.style-guide-sidebar {
  z-index: 100;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 240px;
  min-height: 100vh;
  padding: 2em;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.style-guide {
  padding-left: 240px;
  display: flex;
  position: relative;
}

.section {
  padding-top: 5em;
  padding-bottom: 5em;
  overflow: hidden;
}

.section.headlines {
  flex-direction: column;
  min-height: 200vh;
  overflow: visible;
}

.section.headlines-paragraph {
  padding: 0 2.5em 10em;
  overflow: hidden;
}

.section.testimonials {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.section.download {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.footer {
  padding: 7.5em 2.5em;
}

.section.hero {
  padding-top: 9em;
}

.section.mission {
  padding-top: 9em;
  padding-bottom: 9em;
}

.section.product {
  overflow: visible;
}

.section.pricing {
  color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.section.forms {
  padding-top: 3em;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
}

.container.navigation {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.container.narrow {
  max-width: 816px;
}

.container.slim {
  max-width: 640px;
}

.container.text-center {
  justify-content: center;
  padding-top: 25px;
}

.container.sticky-container {
  min-height: 150vh;
  padding-bottom: 10em;
  position: sticky;
}

.container.outer {
  justify-content: space-between;
  display: flex;
}

.style-guide-class {
  background-color: var(--black);
  color: var(--secondary--default);
  border-radius: 8px;
  margin-bottom: 16px;
  margin-right: 8px;
  padding: 4px 16px;
  display: inline-block;
}

.text-2xlarge {
  font-size: 5em;
  line-height: 1.1;
}

.text-2xlarge.hero-headline {
  text-align: center;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 3.2em;
  font-weight: 400;
}

.text-xlarge {
  font-size: 4em;
  line-height: 1.1;
}

.style-guide-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-large {
  color: var(--black);
  font-size: 2.5em;
  line-height: 1.3;
}

.text-large.z2 {
  z-index: 2;
  position: relative;
}

.text-big {
  font-size: 1.5em;
  line-height: 1.3;
}

.text-regular {
  font-size: 1em;
}

.text-small {
  font-size: .75em;
  line-height: 1.3;
}

.header {
  z-index: 20;
  background-color: var(--light);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 7em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: fixed;
  top: 35px;
}

.header.simple {
  position: relative;
}

.nav-menu {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-item {
  color: #131617cc;
  border-radius: 5px;
  padding: .7em 1em;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
}

.nav-item:hover {
  background-color: var(--secondary--25);
  color: var(--black);
}

.nav-item.w--current {
  color: var(--black);
  border-bottom: 2px solid #000;
  border-radius: 0;
  margin-left: .9em;
  margin-right: .9em;
  padding: .2em .1em;
}

.nav-item.w--current:hover {
  background-color: var(--light);
}

.hero {
  position: relative;
  overflow: hidden;
}

.text-light {
  opacity: .8;
}

.text-light.text-big {
  line-height: 1.8;
}

.text-mark {
  color: var(--black);
  background-image: url('../images/658aab5440527efa987c1548_linemark.png'), url('../images/linemark.svg');
  background-position: 50% 100%, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  text-decoration: none;
  display: inline-block;
}

.grid-3-cols {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.sticky-container {
  position: relative;
}

.button {
  z-index: 1;
  background-color: var(--black);
  box-shadow: 7px 7px 0 0 var(--secondary--default);
  color: #fff;
  text-align: left;
  border-radius: .25em;
  flex: 0 auto;
  padding: 1em 1.5em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
}

.button:hover {
  box-shadow: 0 0 0 0 var(--secondary--default);
}

.button.subscribe {
  background-color: var(--black);
}

.button.big {
  font-size: 1.5em;
}

.button.small {
  font-size: .75em;
}

.button.secondary {
  background-color: var(--light);
  box-shadow: inset 0 0 0 2px var(--black);
  color: #000;
  order: 1;
  margin-left: 0;
  margin-right: 0;
}

.button.secondary.w--current {
  background-color: var(--light);
  box-shadow: inset 0 0 0 2px var(--black);
  color: var(--black);
}

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

.button-shadow {
  z-index: -1;
  background-color: var(--secondary--50);
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: .5em;
  left: .5em;
}

.button-shadow.light {
  background-color: var(--secondary--25);
}

.sticky {
  position: sticky;
  top: 0;
}

.sticky.headlines {
  flex-direction: column;
  width: 100%;
  margin-left: 0;
  display: flex;
  top: 9vw;
  overflow: hidden;
}

.sticky.margin-top {
  top: 8em;
}

.sticky-wrapper {
  position: relative;
}

.laptop-body-16-9 {
  border: 3px solid var(--black);
  box-shadow: 17px 17px 0 0 var(--secondary--50);
  background-image: url('../images/grill_edelstahlspachtel_1_jpg-web.jpeg');
  background-position: 50%;
  background-size: 960px;
  border-radius: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 64vw;
  max-width: 768px;
  max-height: 432px;
  padding-bottom: 36vw;
  font-size: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.laptop-body-16-9._2 {
  background-image: url('../images/pexels-luizclas-1848565-1.jpg');
}

.laptop-body-16-9._3 {
  background-image: url('../images/hero_bg.jpg');
}

.hero-image {
  z-index: 1;
  object-fit: contain;
  max-width: none;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.margin-bottom.text-big.width-80 {
  text-align: center;
  flex: 0 auto;
  max-width: none;
  margin-top: 77px;
  margin-bottom: 0;
  font-size: 1.3em;
}

.headlines-group {
  justify-content: center;
  margin-top: .6vw;
  margin-bottom: .6vw;
  display: flex;
}

.headlines-group._01 {
  margin-top: .6vw;
  margin-bottom: .6vw;
  transform: translate(-8vw);
}

.headlines-group._02 {
  transform: translate(5vw);
}

.headlines-group._03 {
  transform: translate(0);
}

.headlines-group-headline-container {
  background-color: #fff;
  border: .25vw dashed #000;
  border-radius: 1vw;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 11vw;
  margin-left: 1.3vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
  overflow: hidden;
}

.headline-group-heading {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 5vw;
  line-height: 1;
}

.headlines-group-headline-grow {
  flex: none;
  width: 50vw;
  overflow: hidden;
}

.paragraph-big {
  font-size: 1.5em;
}

.grid-sidebar {
  grid-column-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 5fr;
}

.grid-2-cols {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  align-items: center;
}

.grid-2-cols.integrations {
  align-items: stretch;
}

.grid-2-cols.align-top {
  align-items: start;
}

.integrations-block {
  border: 3px solid var(--black);
  box-shadow: 11px 11px 0 0 var(--secondary--25);
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 2em 3em;
  transition: box-shadow .2s ease-in-out;
  display: flex;
}

.integrations-block:hover {
  box-shadow: 0 0 0 0 var(--secondary--50);
}

.integrations-header {
  align-items: flex-start;
  width: 100%;
  padding: 2em;
  display: flex;
}

.integrations-content {
  flex: 1;
  padding: 1em 2em;
}

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

.testimonials-container {
  margin-top: 2.5em;
  padding-bottom: 16px;
  overflow: hidden;
}

.testimonials {
  justify-content: flex-start;
  width: 200vw;
  display: flex;
}

.testimonial-block {
  border: 3px solid var(--black);
  box-shadow: 11px 11px 0 0 var(--secondary--50);
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 24.5em;
  margin-left: 1em;
  margin-right: 1em;
  display: flex;
}

.testimonial-content {
  padding: 2em 2em 1em;
  position: relative;
}

.testimonial-footer {
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.testimonial-rating {
  display: flex;
}

.testimonial-rating-icon {
  width: 24px;
  height: 24px;
  margin-left: -4px;
}

.testimonial-source {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.testimonials-avatar {
  width: 38px;
  height: 38px;
  margin-left: 16px;
}

.hero-image-block {
  z-index: 1;
  box-shadow: 34px 34px 0 0 var(--secondary--50);
  border-radius: 4em;
  width: 1000px;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 63%;
  position: relative;
  overflow: hidden;
}

.download-bg-image-wrapper {
  flex: none;
  width: 50vw;
  max-width: none;
  overflow: hidden;
}

.download-bg-image-wrapper.left {
  justify-content: flex-end;
  display: flex;
}

.dowload-bg-image-container {
  justify-content: flex-end;
  width: 50vw;
  height: 15vw;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.dowload-bg-image-container.left {
  left: -7em;
}

.dowload-bg-image-container.right {
  justify-content: flex-start;
  margin-left: -5em;
  display: flex;
  right: -7em;
  overflow: hidden;
}

.download-container {
  z-index: 2;
  border-style: solid solid none;
  border-width: 3px;
  border-color: var(--black);
  background-color: var(--light);
  border-radius: 3em 3em 0 0;
  width: 100%;
  max-width: 24em;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 2.5em;
  position: relative;
  overflow: hidden;
}

.download-container-bg {
  z-index: -1;
  background-color: var(--secondary--25);
  border-bottom-right-radius: 100%;
  width: 100%;
  padding-bottom: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.footer {
  background-color: #fff;
}

.footer-logo {
  margin-bottom: 2em;
}

.footer-links {
  flex-direction: column;
  display: flex;
}

.footer-link {
  opacity: .8;
  color: var(--black);
  margin-bottom: .5em;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.footer-link:hover {
  opacity: 1;
}

.subscribe-form-flex {
  flex: 1;
  align-items: stretch;
  display: flex;
}

.form-input {
  border: 2px solid var(--black);
  background-color: var(--light);
  color: var(--black);
  border-radius: 4px;
  height: 3.5em;
  margin-bottom: 0;
  margin-right: 1em;
  padding: 1em;
  font-size: 1em;
}

.paragraph-small {
  font-size: .75em;
  line-height: 1.5;
}

.logo.w--current {
  flex: 0 auto;
  margin-left: 0;
  margin-right: auto;
}

.logo.sg-page {
  margin-bottom: 2em;
}

.mobile-menu-toggle {
  cursor: pointer;
  width: 48px;
  height: 48px;
  margin-left: auto;
  display: none;
  position: relative;
}

.mobile-menu-bar {
  background-color: #000;
  border-radius: 8px;
  width: 32px;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.mobile-menu-bar.top {
  top: 50%;
  transform: translate(-50%, -8px);
}

.mobile-menu-bar.middle {
  top: 50%;
}

.mobile-menu-bar.bottom {
  top: 50%;
  transform: translate(-50%, 8px);
}

.navigation-mobile {
  display: none;
  top: 0;
}

.nav-item-indicator-bullet {
  background-color: #000;
  border-radius: 8px;
  width: 6px;
  height: 6px;
  transform: translate(0, 8px);
}

.nav-item-indicator {
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

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

.style-guide-section {
  padding: 2.5em;
}

.style-guide-link {
  opacity: .6;
  color: var(--black);
  margin-top: .5em;
  padding-bottom: .5em;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.style-guide-link.w--current {
  opacity: 1;
}

.style-guide-list {
  flex-direction: column;
  display: flex;
}

.style-guide-logo {
  width: 160px;
  margin-bottom: 24px;
}

.bold-text {
  transition: opacity .2s ease-in-out;
}

.rich a {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-left: 8px;
  display: flex;
}

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

.button-content.outer {
  z-index: 2;
  justify-content: space-between;
  position: relative;
}

.logo-svg {
  background-color: var(--light);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--secondary--default), var(--light) 22%);
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 120px;
  display: flex;
}

.logo-svg:hover {
  opacity: .7;
  color: #131317;
}

.logo-svg.no-bg {
  background-color: #0000;
  background-image: none;
}

.feather {
  z-index: 2;
  opacity: .42;
  mix-blend-mode: screen;
  border-radius: 0;
  width: 50%;
  margin: auto;
  position: absolute;
  inset: 33% 0% 0% 39%;
}

.students-wrap {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

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

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

.headlines-group-small {
  background-color: #b9f3ff;
  border: .25vw solid #000;
  border-radius: 1vw;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 9vw;
  height: 11vw;
  margin-left: 1.1vw;
  padding: 1vw;
  font-size: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.headlines-group-small.bigger {
  width: 12vw;
  min-width: 12vw;
  height: 15vw;
  font-size: 1.2em;
}

.headlines-group-small.bigger.white {
  background-color: #fff;
  border-style: dashed;
}

.dot-wrapper {
  background-color: var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 1.5em;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  inset: auto auto .8vw .8vw;
}

.flex {
  display: flex;
}

.sticky-image {
  z-index: 1;
  position: sticky;
  top: 15vh;
}

.sticky-image-column {
  z-index: 2;
  background-color: var(--light);
  width: 66%;
  padding-left: 5%;
  position: absolute;
  inset: 0% 0% -100% auto;
}

.sticky-image-column.last {
  bottom: 0%;
}

.sticky-image-overflow {
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
  overflow: hidden;
}

.sticky-text {
  width: 33%;
  padding-top: 10vh;
  position: sticky;
  top: 15vh;
}

.button-2 {
  background-color: #009a91;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.button-2:hover {
  background-color: #056e68;
}

.content-section {
  background-color: #f2f4ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding: 100px 3%;
  display: flex;
}

.feature-grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 32px;
}

.check-svg {
  width: 20px;
  margin-right: 8px;
}

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

.detail-green {
  color: #009a91;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.display-heading {
  color: #100c69;
  font-size: 44px;
  line-height: 1.2;
}

.discount-container {
  background-color: var(--black);
  color: var(--light);
  border-radius: 12px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 18px;
  font-size: .8em;
  display: inline-block;
  position: absolute;
  inset: -1em 0 auto;
}

.pricing-features {
  margin-bottom: 12px;
  font-size: 1em;
  line-height: 24px;
}

.card-container {
  z-index: 1;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  padding: 30px 24px 24px;
  display: flex;
  position: relative;
}

.card-container.relative {
  position: relative;
}

.feature-wrap {
  background-image: url('../images/icon-start-rating.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  align-items: center;
  padding-left: 24px;
  display: flex;
}

.pricing-card-grid {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--light);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: -1em;
  margin-right: -1em;
  padding: 148px 1em 3.8em;
  display: block;
  position: relative;
}

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

.ix-shadow {
  z-index: -1;
  background-color: #009a911f;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 10px #009a9133;
}

.payment-terms {
  font-size: 12px;
}

.span-green-underline {
  background-image: url('../images/Green-Underline-SVG.svg');
  background-position: 50% -8%;
  background-size: cover;
  display: inline;
  position: relative;
}

.discount-heading {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.detail {
  color: var(--black-2);
  margin-bottom: 0;
  font-weight: 400;
}

.pricing-description {
  color: var(--black-2);
  margin-bottom: 20px;
  font-weight: 400;
}

.pricing-option {
  margin-bottom: 12px;
  font-size: 1.8em;
  line-height: 1.6em;
}

.relative {
  position: relative;
}

.price {
  margin-bottom: 12px;
  font-size: 1.8em;
  line-height: 1.1;
}

.pricing-menu {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 6px;
  width: 13em;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.price-tab {
  color: var(--black-2);
  text-align: center;
  background-color: #0000;
  border: 2px solid #0000;
  width: 6em;
  margin: -2px;
  padding: .5em 0;
  font-size: 1.1em;
  transition: background-color .2s, color .2s;
}

.price-tab:hover {
  background-color: var(--black);
  color: #fff;
}

.price-tab.w--current {
  border-color: var(--black);
  background-color: var(--secondary--default);
  color: var(--black);
}

.price-tab.line {
  width: 2px;
  min-width: 2px;
  max-width: 2px;
  height: 100%;
  padding: 0;
  display: inline;
  position: relative;
}

.cta-para {
  margin-bottom: 2em;
}

.form-header {
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}

.show-hide-wrap {
  z-index: 4;
  position: absolute;
  inset: 7px 3% auto auto;
}

.flex-stack-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.input {
  z-index: 2;
  background-color: var(--light);
  color: var(--black);
  border: 1px solid #0000;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
}

.input:focus {
  border-color: var(--black-2);
}

.input::placeholder {
  color: #13161780;
  font-weight: 300;
}

.svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  margin-right: 4px;
  display: flex;
}

.flex-row-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.forgot-password {
  color: var(--black-2);
  text-align: right;
  width: 100%;
  height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
}

.forgot-password:hover {
  color: var(--black);
}

.input-label {
  z-index: 3;
  background-color: var(--light);
  color: #000;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1em;
  font-weight: 600;
  line-height: 17px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 8px;
}

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

.form-container {
  flex-flow: column wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.form-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 380px;
  margin-bottom: 5em;
  display: flex;
  position: relative;
  overflow: visible;
}

.hide {
  display: none;
}

.text-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.link {
  color: var(--black);
  border-radius: 5px;
  margin-left: -3px;
  margin-right: -3px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  background-color: var(--secondary--default);
}

.flex-row-outer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.input-border {
  background-color: var(--black);
  border-radius: 6px;
  width: 100%;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.grey-text {
  color: var(--black-2);
  font-weight: 300;
}

.show-hide {
  background-color: var(--light);
  color: var(--black);
  padding: 0 10px;
  font-size: 1em;
  display: flex;
  bottom: -2px;
}

.show-hide:hover {
  color: #0075fe;
}

.show-hide.w--current {
  display: none;
}

.icon-btn {
  color: #fff;
  background-color: #0075fe;
  background-image: linear-gradient(135deg, #0075fe00, #0075fe);
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  padding: 15px 50px 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.icon-btn:hover {
  background-color: #034492;
}

.input-shine {
  z-index: 1;
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--light) 5%, #13161780);
  opacity: 0;
  width: 200px;
  height: 200px;
  padding-top: 50%;
  position: absolute;
  inset: -80px auto auto -80px;
}

.border-bg {
  z-index: 0;
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.legal-link {
  justify-content: space-between;
  width: 14em;
  display: flex;
}

.footer-legal-link {
  color: var(--black);
  border-bottom: 1px solid #0000;
  margin-left: 20px;
  text-decoration: none;
  transition: border .2s;
}

.footer-legal-link:hover {
  border-bottom-color: #fff;
}

.rich-text a {
  background-color: var(--secondary--50);
  color: var(--black);
  border-radius: 4px;
  text-decoration: none;
}

.rich-text a:hover {
  background-color: var(--secondary--default);
}

.html-embed {
  border-radius: 10px;
  width: 40vw;
  margin-top: 23px;
  overflow: hidden;
  box-shadow: 0 3px 10px #fff6, 0 10px 20px #5d29d31a, 0 40px 50px #37425280;
}

.delete-me {
  display: block;
}

.ms-iframe {
  z-index: 2147483647;
  justify-content: flex-end;
  align-items: flex-end;
  height: 70px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.ms-iframe-embed {
  justify-content: flex-end;
  align-items: flex-end;
  width: 180px;
  height: 70px;
  display: flex;
  position: relative;
  overflow: visible;
}

.ms-iframe-footer-embed {
  background-color: #fff;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.copy-me {
  background-color: var(--light);
  color: var(--black);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.extra-plans {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.extras__left-col {
  width: 40%;
  font-weight: 400;
  position: relative;
}

.weight-regular {
  z-index: 1;
  font-weight: 400;
  position: relative;
}

.yellow-blob {
  z-index: 0;
  width: 180px;
  position: absolute;
  inset: auto 0% -22% auto;
}

.extras__right-col {
  width: 50%;
}

.text-price {
  margin-top: .5em;
  font-size: 1.1em;
}

.featured-review-see-more {
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.accordion-answer-wrap {
  padding-bottom: 0;
  overflow: hidden;
}

.faq-title {
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 80px;
  font-size: 52px;
  font-weight: 400;
  line-height: 80px;
}

.text-question {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.1em;
}

.accordion-faq {
  border-bottom: 1px solid var(--black);
  cursor: pointer;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: -1px;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.f-r-see-more {
  color: #16192c;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.f-r-see-more:hover {
  color: #706548;
}

.lottie {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 15px;
}

.accordion-grid {
  grid-column-gap: 50px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 5fr;
  margin-top: 3em;
  position: relative;
}

.text-answer {
  margin-top: 15px;
  margin-bottom: 0;
}

.accordion-wrapper {
  border: 2px solid var(--black);
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 3em;
  overflow: hidden;
}

.answer-wrap {
  display: block;
}

.faqs-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.social-image {
  width: 24px;
}

.social-content {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.disconnect-image {
  width: 16px;
}

.disconnect-image.white {
  filter: invert();
}

.disconnect-link {
  text-align: right;
  padding: 13px;
  text-decoration: underline;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.disconnect-link:hover {
  color: #000;
}

._100 {
  width: 100%;
}

.social-btn {
  color: #000;
  border: 1px solid #dcdce5;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 40px 12px 15px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 1px 2px #dcdce580;
}

.social-btn:hover {
  box-shadow: none;
  border-color: #374252;
}

.social-btn:focus {
  border: 1px solid #000;
}

.social-btn::placeholder {
  color: #6e6e6e;
}

.social-btn.facebook:hover {
  border-color: #1777f2;
}

.social-btn.facebook.solid {
  color: #fff;
  background-color: #1777f2;
  border-style: none;
  font-weight: 400;
}

.social-btn.facebook.solid:hover {
  background-color: #0053bd;
}

.social-btn.google {
  border-color: var(--black);
}

.social-btn.google:hover {
  border-color: #4285f4;
}

.form-divider {
  color: #000c;
  letter-spacing: 2px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  display: flex;
}

.form-div-line {
  background-color: #141617;
  width: 40%;
  height: 2px;
}

.hidden-embed {
  z-index: -1;
  opacity: 0;
  height: 0;
  max-height: 0;
  position: fixed;
}

.ms-iframe-footer-embed-2 {
  background-color: #d1e7fb;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 200px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.container-quote {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.container-quote.navigation {
  background-color: #0000;
  align-items: center;
  display: flex;
}

.container-quote.narrow {
  max-width: 816px;
}

.container-quote.slim {
  max-width: 640px;
}

.container-quote.sticky-container {
  min-height: 150vh;
  padding-bottom: 10em;
  position: sticky;
}

.container-quote.outer {
  justify-content: space-between;
  display: flex;
}

.button-quote {
  z-index: 1;
  background-color: var(--black);
  box-shadow: 7px 7px 0 0 var(--secondary--default);
  color: #fff;
  border-radius: .25em;
  flex: 0 auto;
  max-width: 120px;
  padding: 1em 1.5em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
}

.button-quote:hover {
  box-shadow: 0 0 0 0 var(--secondary--default);
}

.button-quote.subscribe {
  background-color: var(--black);
}

.button-quote.big {
  font-size: 1.5em;
}

.button-quote.small {
  font-size: .75em;
}

.button-quote.secondary {
  background-color: var(--light);
  box-shadow: inset 0 0 0 2px var(--black);
  color: #000;
  margin-left: 1em;
}

.button-quote.secondary.w--current {
  background-color: var(--light);
  box-shadow: inset 0 0 0 2px var(--black);
  color: var(--black);
}

.button-quote.diff {
  max-width: 200px;
}

.input-msg {
  z-index: 2;
  background-color: var(--light);
  color: var(--black);
  border: 1px solid #0000;
  border-radius: 6px;
  height: 96px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
}

.input-msg:focus {
  border-color: var(--black-2);
}

.input-msg::placeholder {
  color: #13161780;
  font-weight: 300;
}

.section-2 {
  background-color: var(--secondary--50);
  max-width: 100%;
  height: 35px;
  transition: background-color .2s;
}

.section-2:hover {
  background-color: var(--secondary--default);
}

.container-3 {
  justify-content: center;
  align-items: center;
  height: 35px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.heading {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
}

.button-3 {
  color: var(--black);
  text-align: center;
  background-color: #3898ec00;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  position: relative;
}

.button-3:hover {
  font-style: normal;
}

.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_testimonial1_name-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: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl_testimonial1_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

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

.rl-heading-style-h5 {
  color: var(--relume-library-lite--rl-black);
  border-right: 2px solid #000;
  margin-top: .5rem;
  margin-bottom: 0;
  padding-right: 60px;
  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_testimonial1_text-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_testimonial1_logo {
  max-height: none;
}

.rl_testimonial1_logo-wrapper {
  justify-content: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_testimonial1_component {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.rl-padding-global {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_testimonial1 {
  background-color: #fefff9;
}

.section-3 {
  background-color: #ecffdc38;
  margin-top: 0;
  margin-bottom: -344px;
  padding-top: 109px;
  padding-bottom: 483px;
}

.containery {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
}

.containery.navigation {
  background-color: #0000;
  align-items: center;
  display: flex;
}

.containery.narrow {
  max-width: 816px;
}

.containery.slim {
  max-width: 640px;
}

.containery.sticky-container {
  min-height: 150vh;
  padding-bottom: 10em;
  position: sticky;
}

.containery.outer {
  justify-content: space-between;
  display: flex;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffffb8;
  border: 2px solid #000;
  border-radius: 7px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 57px;
  padding-top: 31px;
  padding-bottom: 31px;
  display: flex;
  position: relative;
}

.button-rent {
  z-index: 1;
  box-shadow: 7px 7px 0 0 var(--secondary--default);
  color: #000;
  text-align: left;
  background-color: #fcfbf300;
  border: 2px solid #000;
  border-radius: .25em;
  flex: 0 auto;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 1.5em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
}

.button-rent:hover {
  box-shadow: 0 0 0 0 var(--secondary--default);
}

.button-rent.subscribe {
  background-color: var(--black);
}

.button-rent.big {
  font-size: 1.5em;
}

.button-rent.small {
  font-size: .75em;
}

.button-rent.secondary {
  background-color: var(--light);
  box-shadow: inset 0 0 0 2px var(--black);
  color: #000;
  margin-left: 1em;
}

.button-rent.secondary.w--current {
  background-color: var(--light);
  box-shadow: inset 0 0 0 2px var(--black);
  color: var(--black);
}

.div-block-2 {
  width: 300px;
  height: 300px;
}

.section-review-rent {
  background-color: #f9fffa;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-top: 1.4em;
  padding-top: 1.8em;
  padding-bottom: 5em;
  overflow: hidden;
  box-shadow: inset 0 -2px 5px #0003;
}

.section-review-rent.headlines {
  flex-direction: column;
  min-height: 200vh;
  overflow: visible;
}

.section-review-rent.headlines-paragraph {
  padding: 0 2.5em 10em;
  overflow: hidden;
}

.section-review-rent.testimonials {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.section-review-rent.download {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-review-rent.footer {
  padding: 7.5em 2.5em;
}

.section-review-rent.hero {
  padding-top: 9em;
}

.section-review-rent.mission {
  padding-top: 9em;
  padding-bottom: 9em;
}

.section-review-rent.product {
  overflow: visible;
}

.section-review-rent.pricing {
  padding-top: 9em;
}

.section-review-rent.forms {
  padding-top: 3em;
}

.background-video {
  z-index: auto;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.rl-error-text {
  color: #e23939;
}

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

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

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

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

.rl-text-style-tiny {
  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: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.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;
  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-form-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  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.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_cta_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_cta26_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

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

.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_cta26_spacing-block-1 {
  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_cta26_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

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

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

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

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

.image {
  padding-bottom: 33px;
}

.button-rent-2 {
  z-index: 1;
  box-shadow: 7px 7px 0 0 var(--secondary--default);
  color: #000;
  text-align: center;
  background-color: #fcfbf300;
  border: 2px solid #000;
  border-radius: .25em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 1.5em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
}

.button-rent-2:hover {
  box-shadow: 0 0 0 0 var(--secondary--default);
}

.button-rent-2.subscribe {
  background-color: var(--black);
}

.button-rent-2.big {
  font-size: 1.5em;
}

.button-rent-2.small {
  font-size: .75em;
}

.button-rent-2.secondary {
  background-color: var(--light);
  box-shadow: inset 0 0 0 2px var(--black);
  color: #000;
  margin-left: 1em;
}

.button-rent-2.secondary.w--current {
  background-color: var(--light);
  box-shadow: inset 0 0 0 2px var(--black);
  color: var(--black);
}

.div-block-3 {
  flex: 0 auto;
  padding-left: 60px;
}

.div-block-4 {
  flex: 0 auto;
}

.hero-image-home {
  z-index: 1;
  object-fit: contain;
  width: 1000px;
  max-width: none;
  height: auto;
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo2_logo {
  max-height: 3.5rem;
}

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

.rl-heading-style-h6 {
  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.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.logo2_content-left {
  max-width: 18rem;
}

.logo2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

.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-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-group-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 84px;
  display: flex;
}

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

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

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

.rl-heading-style-h4 {
  z-index: 0;
  pointer-events: auto;
  color: var(--light);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  overflow: visible;
}

.rl-heading-style-h4:hover {
  pointer-events: none;
}

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

.rl_layout239_image-wrapper {
  z-index: 0;
  width: 100%;
  height: 200px;
  position: absolute;
}

.rl_layout239_item {
  box-shadow: 13px 15px 0 -2px var(--secondary--50);
  filter: blur();
  pointer-events: auto;
  text-align: center;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  transition: box-shadow .2s, margin .2s;
  display: flex;
}

.rl_layout239_item:hover {
  box-shadow: 0 0 0 -2px var(--secondary--50);
  margin-top: -11px;
}

.rl_layout239_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: 200px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

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

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

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

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.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_layout239_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

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

.rl-padding-section-large-3 {
  width: 1200px;
  padding-top: 2.3rem;
  padding-bottom: 0;
}

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

.rl-padding-global-3 {
  background-color: var(--light);
  padding-bottom: 107px;
  padding-left: 0%;
  padding-right: 0%;
}

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

.sectors-dropdown {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.image-2 {
  background-image: linear-gradient(#000000db, #000000db);
  position: relative;
}

.dropdown {
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-5 {
  flex: 1;
  display: block;
}

.dropdown-list-sectors {
  background-color: var(--secondary--default);
  border-radius: 0;
  margin-top: 0;
  transition: all .2s;
  overflow: hidden;
}

.dropdown-list-sectors.w--open {
  background-color: #2fff40a8;
  border-radius: 6px;
  margin-top: -2px;
  padding: 5px 10px;
}

.dropdown-list-sectors-p {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

.div-block-6 {
  z-index: -1;
  background-color: var(--secondary--50);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: screen;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-left: 13px;
  margin-right: 0;
  position: absolute;
  overflow: hidden;
}

.rl_layout239_item-2 {
  box-shadow: 13px 15px 0 -2px var(--secondary--50);
  filter: blur();
  text-align: center;
  background-image: linear-gradient(#ddfbff82, #ddfbff82), url('../images/Screenshot-2024-01-08-172040.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 2px solid #000;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  transition: box-shadow .2s, margin .2s;
  display: flex;
}

.rl_layout239_item-2:hover {
  box-shadow: 0 0 0 -2px var(--secondary--50);
  margin-top: -11px;
}

.rl_layout239_item-copy {
  box-shadow: 13px 15px 0 -2px var(--secondary--50);
  filter: blur();
  text-align: center;
  background-image: linear-gradient(#ddfbff82, #ddfbff82), url('../images/Screenshot-2024-01-08-133418.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 2px solid #000;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  transition: box-shadow .2s, margin .2s;
  display: flex;
}

.rl_layout239_item-copy:hover {
  box-shadow: 0 0 0 -2px var(--secondary--50);
  margin-top: -11px;
}

.image-3 {
  opacity: .45;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: cover;
  background-clip: border-box;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.slider {
  background-color: #ddd0;
}

.footer-subscribe {
  background-color: var(--secondary--25);
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 10px 30px 40px;
  display: flex;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-block-three {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.footer-link-three {
  border-bottom: 2px solid var(--secondary--50);
  color: #1a1b1f;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.footer-link-three:hover {
  background-color: var(--secondary--25);
  color: #1a1b1fbf;
  border-radius: 4px;
  padding-bottom: 2px;
}

.footer-link-three.w--current {
  border-bottom: 2px solid var(--secondary--default);
}

.footer-social-block-three {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 80px;
  margin-left: 0;
  margin-right: 3px;
  display: flex;
}

.footer-social-link-three {
  min-height: auto;
  margin-left: 0;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.footer-copyright {
  color: #3a4554;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

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

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.image-6 {
  margin-left: 0;
  margin-right: 0;
}

.button-3-mobile {
  opacity: 0;
  color: var(--black);
  text-align: center;
  background-color: #3898ec00;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  position: absolute;
}

.button-3-mobile:hover {
  font-style: normal;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-copy {
  z-index: 1;
  background-color: var(--black);
  box-shadow: 7px 7px 0 0 var(--secondary--default);
  color: #fff;
  text-align: left;
  border-radius: .25em;
  flex: 0 auto;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 1.5em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
}

.button-copy:hover {
  box-shadow: 0 0 0 0 var(--secondary--default);
}

.button-copy.subscribe {
  background-color: var(--black);
}

.button-copy.big {
  font-size: 1.5em;
}

.button-copy.small {
  font-size: .75em;
}

.button-copy.secondary {
  background-color: var(--light);
  box-shadow: inset 0 0 0 2px var(--black);
  color: #000;
  margin-left: 1em;
}

.button-copy.secondary.w--current {
  background-color: var(--light);
  box-shadow: inset 0 0 0 2px var(--black);
  color: var(--black);
}

.text-big-copy {
  font-size: 1.5em;
  line-height: 1.3;
}

.paragraph-2 {
  text-align: center;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.2em;
}

.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-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-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout270_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: IBM Plex Sans, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout207_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_layout207_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.rl_layout207_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.rl_layout207_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

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

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

.rl_layout270_spacing-block-2 {
  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: IBM Plex Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.rl-text-style-subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout207_image-wrapper {
  width: 100%;
  height: 80%;
}

.rl_layout207_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

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

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

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

.rl_section_layout207 {
  background-color: var(--relume-library-lite--rl-white);
  border-top: 2px solid #000;
  margin-bottom: -118px;
}

.image-7 {
  box-shadow: 13px 15px 3px 0 var(--secondary--50);
  border: 2px solid #000;
  border-radius: 10px;
  max-width: 100%;
  height: 100%;
}

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

.rl-text-style-medium-4 {
  color: var(--secondary--default);
  text-shadow: 1px 1px 1px #08ff003d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl-heading-style-h4-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: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_team8_cta-wrapper {
  width: 100%;
  max-width: 35rem;
}

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

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

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

.rl_team8_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: flex-start;
  display: grid;
}

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

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

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

.rl_team8_name-text {
  color: var(--relume-library-lite--rl-black);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl_team8_image {
  object-fit: cover;
  object-position: 50% 100%;
  border: 2px solid #000;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.rl_team8_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.rl_team8_list {
  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_team8_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.4rem;
}

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

.rl-heading-style-h2-4 {
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  margin: 0 auto .5rem;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.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_team8_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

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

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

.rl_section_team8 {
  background-color: var(--relume-library-lite--rl-white);
  border-bottom: 2px solid #000;
  padding-bottom: 47px;
}

.rl_team8_image-copy {
  object-fit: cover;
  object-position: 50% 50%;
  border: 2px solid #000;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.text-span {
  color: #3da307;
}

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

.rl_testimonial1_name-text-2 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl_testimonial1_client-image-2 {
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 13%;
  width: 5rem;
  min-width: 4rem;
  height: 5rem;
  min-height: 4rem;
}

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

.rl-heading-style-h5-2 {
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.rl_testimonial1_text-wrapper-2 {
  box-shadow: 22px 11px 0 0 var(--secondary--50);
  background-color: #b0d6ff40;
  border: 2px solid #000;
  border-radius: 9px;
  width: 100%;
  max-width: 1000px;
  padding: 33px;
}

.rl_testimonial1_logo-2 {
  max-height: 3.5rem;
}

.rl_testimonial1_logo-wrapper-2 {
  padding-bottom: 0;
}

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

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

.rl_section_testimonial1-2 {
  background-color: #f6ffeb;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f1fff4;
  border: 2px solid #000;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.heading-2 {
  color: #000;
  margin-bottom: 12px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.section-4 {
  background-color: #c9ffe2;
}

.image-8 {
  width: 35px;
  max-width: none;
  height: 35px;
  min-height: auto;
  max-height: none;
}

.image-10 {
  width: 34px;
  max-width: none;
  height: 34px;
  min-height: auto;
  max-height: none;
}

.hero-image-home-copy {
  z-index: 1;
  object-fit: contain;
  width: 120%;
  max-width: none;
  height: auto;
  position: static;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-heading-center {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  align-items: center;
  margin-top: 2px;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.container-5 {
  background-color: #82bd121c;
  border: 2px solid #000;
  border-radius: 11px;
  width: 100%;
  max-width: 1200px;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 700;
}

.hero-wrapper {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 100%;
  margin-left: 0;
  display: flex;
}

.margin-bottom-24px {
  color: #000;
  flex: 1;
  width: 700px;
  max-width: none;
  margin-bottom: 24px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

.shadow-two {
  border-radius: 9px;
  flex: 0 auto;
  max-width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-3 {
  text-align: center;
  border-bottom: 1px solid #000;
  min-width: 1200px;
  max-width: 1200px;
  margin-bottom: -40px;
  padding-bottom: 71px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.link-block {
  flex: 0 auto;
  width: 20%;
  height: 70%;
  text-decoration: none;
}

.h-soc-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.header-soc {
  width: auto;
  height: auto;
}

.h-soc-img {
  background-color: var(--secondary--25);
  box-shadow: 4px 4px 0 0 var(--secondary--50);
  border-radius: 7px;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 32px;
  transition: box-shadow .1s;
  display: block;
}

.h-soc-img:hover {
  box-shadow: 0 0 0 0 var(--secondary--50);
}

.heading-4 {
  color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  font-weight: 400;
}

.heading-5 {
  text-align: center;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.heading-5-copy {
  color: var(--secondary--default);
  text-align: center;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  text-decoration: underline;
}

.relative-copy {
  position: relative;
}

.pricing-card-grid-copy {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--light);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.5em;
  margin-left: -1em;
  margin-right: -1em;
  padding: 3em 1em 3.8em;
  display: block;
  position: relative;
}

.button-copy-copy {
  z-index: 1;
  background-color: var(--black);
  box-shadow: 7px 7px 0 0 var(--secondary--default);
  color: #fff;
  text-align: left;
  border-radius: .25em;
  flex: 0 auto;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 1.5em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
}

.button-copy-copy:hover {
  box-shadow: 0 0 0 0 var(--secondary--default);
}

.button-copy-copy.subscribe {
  background-color: var(--black);
}

.button-copy-copy.big {
  font-size: 1.5em;
}

.button-copy-copy.small {
  font-size: .75em;
}

.button-copy-copy.secondary {
  background-color: var(--light);
  box-shadow: inset 0 0 0 2px var(--black);
  color: #000;
  margin-left: 1em;
}

.button-copy-copy.secondary.w--current {
  background-color: var(--light);
  box-shadow: inset 0 0 0 2px var(--black);
  color: var(--black);
}

.margin-bottom-copy.text-big.width-80, .margin-bottom-copy.text-big-copy.width-80, .margin-bottom-copy.text-big-copy.width-80-copy {
  text-align: center;
  flex: 0 auto;
  max-width: none;
  margin-top: 77px;
  margin-bottom: 0;
  font-size: 1.3em;
}

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

.margin-bottom-copy.text-big.width-80, .margin-bottom-copy.text-big.width-80-copy, .margin-bottom-copy.text-big-copy.width-80 {
  text-align: center;
  flex: 0 auto;
  max-width: none;
  margin-top: 77px;
  margin-bottom: 0;
  font-size: 1.3em;
}

.margin-bottom-copy.text-big-copy.width-80-copy {
  text-align: center;
  flex: 0 auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
}

.h-soc-wrapper-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-left: 43px;
  padding-left: 0;
  display: flex;
}

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

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

.rl_navbar3_logo {
  background-color: #fff;
  max-width: 74%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  transition: all .1s;
}

.rl_navbar3_logo:hover {
  background-color: var(--secondary--25);
  border-radius: 8px;
  padding-top: 4px;
  padding-bottom: 6px;
}

.rl_navbar3_logo-link {
  padding-left: 0;
  transition: all .1s;
  display: flex;
}

.rl_navbar3_logo-link:hover {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

.rl_navbar3_link {
  color: var(--relume-library-lite--rl-black);
  margin-left: 0;
  margin-right: 0;
  padding: .5rem .3rem;
  font-family: IBM Plex Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .1s;
}

.rl_navbar3_link:hover {
  background-color: var(--secondary--25);
  border-radius: 5px;
  padding-bottom: .7rem;
}

.rl_navbar3_link.w--current {
  color: #000;
  border-bottom: 2px solid #000;
  font-size: 1rem;
}

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

.rl_navbar3_menu {
  grid-column-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: static;
}

.rl_navbar3_menu-button {
  padding: 0;
}

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

.rl_navbar3_component {
  border-bottom: 1px none var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 4.5rem;
  padding: 5px 5%;
  display: flex;
  position: fixed;
  overflow: visible;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.container-6 {
  margin-top: 43px;
}

.heading-5-copy {
  text-align: center;
  text-decoration: none;
}

.heading-5-copy-copy {
  text-align: center;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.div-block-11 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.link-block-2 {
  border: 2px solid var(--black-2);
  box-shadow: 8px 7px 0 0 var(--secondary--50);
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  transition: all .1s;
}

.link-block-2:hover {
  box-shadow: 0 0 0 0 var(--secondary--50);
}

.div-block-13 {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.div-block-15 {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
  position: absolute;
}

.hero-heading-center-copy {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  align-items: center;
  margin-top: 110px;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

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

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

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5.big {
  margin-bottom: 0;
  font-size: 4rem;
}

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

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium.frrr {
  margin-top: 94px;
}

.margin-top.margin-xlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

.margin-bottom-2, .margin-bottom-2.margin-xsmall, .margin-bottom-2.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-2.margin-xxlarge.bl {
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-2.margin-small, .margin-bottom-2.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-2.margin-medium.asdfgsdfg {
  margin-bottom: 57px;
}

.margin-bottom-2.aa {
  margin-bottom: 25px;
}

.margin-bottom-2.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.button-group.is-center {
  justify-content: center;
}

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

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

.button-4 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-4.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-4.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-4.is-secondary.button-2 {
  background-color: var(--secondary--50);
}

.button-4.is-secondary.is-alternate {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

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

.max-width-large.margin-bottom.big {
  margin-bottom: 60px;
}

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

.heading-7 {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 3rem;
  line-height: 50px;
}

.post-par {
  opacity: 1;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2em;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
}

.layout142_image {
  width: auto;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.layout142_image-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-size-medium {
  text-align: center;
  width: 500px;
  font-size: 1.125rem;
}

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

.section_layout142 {
  background-color: var(--light);
}

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

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

.heading-8 {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}

.layout10_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.text-size-medium-2.text-color-white {
  color: var(--light);
  font-size: 1rem;
  line-height: 20px;
}

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

.layout10_image {
  width: auto;
  max-width: none;
  height: 40rem;
}

.text-weight-semibold {
  color: var(--secondary--default);
  font-weight: 600;
}

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

.image-overlay-layer {
  z-index: 1;
  background-color: #1b6d00c4;
  position: absolute;
  inset: 0%;
}

.cta3_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.cta3_background-image {
  background-image: linear-gradient(to bottom, var(--secondary--50), var(--secondary--50)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  object-fit: cover;
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-color-white {
  color: var(--light);
  font-size: 3rem;
  line-height: 50px;
}

.section_cta3 {
  position: relative;
}

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

.layout207_item {
  align-items: center;
  display: flex;
}

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

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

.layout207_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.layout207_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.section_layout207 {
  background-color: #fcfbf300;
}

.layout207_item-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-11 {
  filter: invert();
  height: 35px;
}

.paragraph-3 {
  margin-bottom: 0;
  font-size: 1.2em;
}

.portfolio13_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

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

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

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

.portfolio13_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  display: flex;
}

.portfolio13_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio13_tag-item {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.portfolio13_tag-item.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.portfolio13_title-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.portfolio13_item-link {
  color: var(--black);
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.portfolio13_item {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.portfolio13_image-wrapper {
  width: 100%;
  overflow: hidden;
}

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

.blog1_title-link {
  color: var(--black);
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog1_menu-link {
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.blog1_menu-link.w--current {
  border-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.section_blog1 {
  background-color: #fcfbf300;
}

.blog1_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog1_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog1_category-link {
  color: var(--black);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog1_category-link.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog1_item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog1_image-link {
  color: var(--black);
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog1_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 50%;
  height: auto;
  overflow: clip;
}

.blog1_author-image-wrapper {
  margin-right: 1rem;
}

.blog1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog1_date-wrapper {
  align-items: center;
  display: flex;
}

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

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

.blog1_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.blog1_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .nav-item {
    font-size: 1.2em;
  }

  .rl-heading-style-h4 {
    pointer-events: none;
  }

  .rl_layout239_item {
    width: auto;
    height: 100%;
    margin-top: -9px;
  }

  .rl_layout239_content {
    align-items: flex-start;
    margin-top: 17px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rl_layout239_spacing-block-3 {
    padding-bottom: 3rem;
  }

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

  .rl-padding-global-3 {
    padding-bottom: 0;
  }

  .div-block-5 {
    pointer-events: auto;
  }

  .slider {
    width: 1200px;
    height: 370px;
    margin-top: 50px;
  }

  .right-arrow {
    margin-left: 0;
    margin-right: -81px;
  }

  .slide-nav {
    margin-top: 0;
    margin-bottom: -80px;
  }

  .left-arrow {
    margin-left: -81px;
    display: block;
    left: 20px;
  }

  .image-4 {
    margin-top: 83px;
    display: inline-block;
  }

  .image-5 {
    margin-top: 83px;
  }

  .footer-subscribe {
    flex-direction: column;
    display: flex;
  }

  .footer-divider-two {
    margin-bottom: 12px;
  }

  .footer-bottom {
    align-items: flex-end;
  }

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

  .heading-3 {
    min-width: 1200px;
    max-width: 1200px;
  }

  .link-block {
    width: 40%;
    height: 40%;
  }

  .rl_navbar3_logo {
    max-width: 70%;
  }

  .rl_navbar3_link {
    padding-left: .25rem;
    padding-right: .2rem;
    font-size: .95rem;
  }

  .rl_navbar3_link.w--current {
    font-size: .95rem;
  }

  .rl_navbar3_menu {
    justify-content: flex-start;
    margin-left: 0;
  }

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

  .heading-6 {
    text-align: center;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 42px;
    font-weight: 500;
  }

  .hero-heading-center-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .rl_layout239_item {
    width: 100%;
    height: 61.4624%;
  }

  .rl-padding-global-3 {
    padding-bottom: 0;
  }

  .slider {
    margin-top: 33px;
  }

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

  .rl_team8_list {
    grid-template-columns: .5fr 1fr 1fr .5fr;
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-3 {
    flex: 1;
    min-width: 1200px;
    max-width: 1200px;
  }

  .link-block {
    width: 40%;
    height: 70%;
  }

  .rl_navbar3_link, .rl_navbar3_link.w--current {
    font-size: 1.1rem;
  }

  .rl_navbar3_container {
    max-width: 1300px;
  }

  .rl_navbar3_component {
    border-bottom-style: none;
    min-width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-heading-center-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .section.headlines-paragraph {
    padding-top: 0;
  }

  .text-2xlarge.hero-headline {
    font-size: 4.2em;
  }

  .text-large {
    font-size: 2.2em;
  }

  .grid-sidebar {
    grid-template-columns: 2.5fr 5fr;
  }

  .grid-2-cols.integrations {
    grid-template-columns: 1fr;
  }

  .hero-image-block {
    width: 150%;
    padding-bottom: 150%;
  }

  .dowload-bg-image-container.right {
    height: 18vw;
  }

  .subscribe-form-flex {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mobile-menu-toggle {
    display: none;
  }

  .navigation-mobile {
    z-index: 45;
    background-color: #f5f6f7;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 5em 2.5em 2.5em;
    display: none;
    position: fixed;
    overflow: auto;
  }

  .grid-hero {
    grid-template-columns: 3fr 2fr;
  }

  .body-text {
    font-size: 18px;
  }

  .sticky-image-column {
    padding-left: 2%;
  }

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

  .container-2 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .copy-me {
    font-size: 14px;
  }

  .extra-plans {
    max-width: 100%;
  }

  .featured-review-see-more {
    font-size: 15px;
  }

  .faq-title {
    letter-spacing: -1px;
    margin-bottom: 60px;
    font-size: 42px;
    line-height: 48px;
  }

  .f-r-see-more {
    margin-bottom: 46px;
  }

  .accordion-grid {
    grid-row-gap: 50px;
  }

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

  .section-review-rent.headlines-paragraph {
    padding-top: 0;
  }

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

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

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

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

  .logo2_content-left {
    max-width: 16rem;
  }

  .logo2_component {
    grid-column-gap: 3rem;
  }

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

  .rl_layout239_spacing-block-6 {
    padding-bottom: 3.5rem;
  }

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

  .rl_layout239_content {
    grid-column-gap: 2rem;
  }

  .rl_layout239_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

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

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

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

  .footer-social-block-three {
    margin-top: 40px;
  }

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

  .rl_layout207_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

  .rl_team8_spacing-block-7 {
    padding-bottom: 5rem;
  }

  .rl_team8_list {
    grid-column-gap: 2rem;
  }

  .rl_team8_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

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

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

  .container-5 {
    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;
  }

  .pricing-card-grid-copy {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout10_component, .layout207_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .portfolio13_list, .blog1_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section.headlines-paragraph {
    padding-bottom: 3em;
  }

  .section.mission {
    padding-top: 6em;
    padding-bottom: 2em;
  }

  .section.product {
    padding-bottom: 0;
  }

  .section.pricing {
    padding-top: 7em;
  }

  .container.sticky-container {
    min-height: 0;
    padding-bottom: 5em;
  }

  .text-2xlarge.hero-headline {
    font-size: 3.5em;
  }

  .text-large {
    font-size: 2em;
  }

  .text-big {
    font-size: 1.3em;
  }

  .header {
    height: 4em;
    padding-bottom: 0;
  }

  .nav-menu {
    background-color: var(--light);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-item.mobile {
    text-align: center;
    margin-top: .5em;
    margin-bottom: .5em;
    margin-right: 0;
    font-size: 2em;
  }

  .button.margin-top {
    margin-top: 1em;
  }

  .button.margin-top.mobile {
    font-size: 2em;
  }

  .sticky-wrapper {
    flex-direction: column-reverse;
    display: flex;
  }

  .headlines-group-headline-container {
    height: 15vw;
  }

  .paragraph-big {
    font-size: 1.4em;
  }

  .hero-image-block {
    width: 45vw;
  }

  .download-bg-image-wrapper {
    height: 18vw;
  }

  .download-bg-image-wrapper.left, .dowload-bg-image-container.right {
    height: 20vw;
  }

  .mobile-menu-toggle {
    margin-top: -10px;
    padding: 0;
  }

  .mobile-menu-toggle.w--open {
    background-color: var(--secondary--25);
    border-radius: 10px;
  }

  .navigation-mobile {
    z-index: 18;
    background-color: var(--light);
    display: none;
  }

  .headlines-group-small {
    width: 13vw;
    height: 15vw;
  }

  .headlines-group-small.bigger {
    width: 16vw;
    height: 20vw;
  }

  .dot-wrapper {
    width: 1.5em;
    height: 1em;
    padding-left: 2px;
    padding-right: 2px;
  }

  .sticky-image-column {
    width: 100%;
    padding-left: 2.5em;
    position: relative;
  }

  .sticky-text {
    width: 100%;
    padding-top: 2em;
    position: relative;
    top: 0;
  }

  .pricing-card-grid {
    margin-top: 2em;
  }

  .pricing-menu {
    margin-top: 1em;
  }

  .icon-btn {
    padding: 12px 30px;
    font-size: 14px;
  }

  .legal-link {
    text-align: center;
    margin-bottom: 20px;
  }

  .extra-plans {
    display: block;
  }

  .extras__left-col, .extras__right-col {
    width: 100%;
  }

  .faq-title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
  }

  .f-r-see-more {
    margin-bottom: 20px;
  }

  .container-quote.sticky-container {
    min-height: 0;
    padding-bottom: 5em;
  }

  .button-quote.margin-top {
    margin-top: 1em;
  }

  .button-quote.margin-top.mobile {
    font-size: 2em;
  }

  .rl_testimonial1_spacing-block-2 {
    padding-bottom: .75rem;
  }

  .rl_testimonial1_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

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

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

  .containery.sticky-container {
    min-height: 0;
    padding-bottom: 5em;
  }

  .button-rent.margin-top {
    margin-top: 1em;
  }

  .button-rent.margin-top.mobile {
    font-size: 2em;
  }

  .section-review-rent.headlines-paragraph {
    padding-bottom: 3em;
  }

  .section-review-rent.mission {
    padding-top: 6em;
    padding-bottom: 2em;
  }

  .section-review-rent.product {
    padding-bottom: 0;
  }

  .section-review-rent.pricing {
    padding-top: 7em;
  }

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

  .rl_cta26_spacing-block-3 {
    padding-bottom: .75rem;
  }

  .rl_cta26_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

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

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

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

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

  .button-rent-2.margin-top {
    margin-top: 1em;
  }

  .button-rent-2.margin-top.mobile {
    font-size: 2em;
  }

  .logo2_logo {
    max-height: 3rem;
  }

  .logo2_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .logo2_content-left {
    max-width: none;
  }

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

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

  .rl_layout239_spacing-block-6 {
    padding-bottom: 2.5rem;
  }

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

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

  .rl_layout239_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

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

  .rl_layout239_spacing-block-3 {
    padding-bottom: 3rem;
  }

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

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

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

  .rl_layout239_spacing-block-1 {
    padding-bottom: .75rem;
  }

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

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

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

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .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-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .button-copy.margin-top {
    margin-top: 1em;
  }

  .button-copy.margin-top.mobile {
    font-size: 2em;
  }

  .text-big-copy {
    font-size: 1.3em;
  }

  .rl_layout270_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout270_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

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

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

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

  .rl_layout270_spacing-block-1 {
    padding-bottom: .75rem;
  }

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

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

  .rl_team8_spacing-block-9 {
    padding-bottom: 1.5rem;
  }

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

  .rl_team8_spacing-block-8 {
    padding-bottom: .75rem;
  }

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

  .rl_team8_spacing-block-7 {
    padding-bottom: 3.5rem;
  }

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

  .rl_team8_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl_team8_name-text {
    font-size: 1.125rem;
  }

  .rl_team8_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl_team8_image-wrapper {
    height: 100%;
  }

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

  .rl_team8_spacing-block-3 {
    padding-bottom: 3rem;
  }

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

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

  .rl_team8_spacing-block-1 {
    padding-bottom: .75rem;
  }

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

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

  .rl_testimonial1_spacing-block-2-2 {
    padding-bottom: .75rem;
  }

  .rl_testimonial1_spacing-block-1-2 {
    padding-bottom: 1.5rem;
  }

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

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

  .hero-heading-center {
    padding: 60px 15px;
  }

  .pricing-card-grid-copy {
    margin-top: 2em;
  }

  .button-copy-copy.margin-top {
    margin-top: 1em;
  }

  .button-copy-copy.margin-top.mobile {
    font-size: 2em;
  }

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

  .rl_navbar3_menu {
    width: 90vw;
  }

  .rl_navbar3_component {
    min-height: 4rem;
  }

  .hero-heading-center-copy {
    padding: 60px 15px;
  }

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

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

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .layout10_component, .layout207_component, .portfolio13_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog1_menu-link.last-link {
    margin-right: 2rem;
  }

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

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

  .blog1_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-sidebar {
    display: none;
  }

  .style-guide {
    padding-left: 0;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 4em;
  }

  .section.headlines-paragraph {
    padding-top: 0;
    padding-bottom: 2.5em;
  }

  .section.footer {
    padding-top: 4em;
    padding-bottom: 4em;
    font-size: 14px;
  }

  .section.hero {
    z-index: 0;
    padding-top: 0;
    position: relative;
  }

  .section.mission {
    padding-top: 3em;
  }

  .section.pricing {
    margin-bottom: -43px;
    padding-top: 0;
  }

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

  .container.sticky-container {
    padding-bottom: 3em;
  }

  .text-2xlarge.hero-headline {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 2.4em;
  }

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

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

  .text-big {
    opacity: 1;
    text-align: left;
    font-size: 1.1em;
    position: static;
  }

  .header {
    position: static;
  }

  .nav-menu {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 100%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    position: relative;
    top: 41px;
  }

  .nav-item {
    z-index: 10;
    padding: 15.7px 1px 18.7px;
    font-size: 1.2em;
    display: block;
    position: static;
  }

  .nav-item.w--current {
    flex: 1;
    padding: .2px .1px;
    display: block;
    position: static;
  }

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

  .sticky-container {
    display: flex;
  }

  .button {
    text-align: center;
  }

  .button.secondary {
    opacity: 0;
    pointer-events: none;
    font-size: 1em;
    position: absolute;
  }

  .sticky.headlines {
    top: 25vh;
  }

  .laptop-body-16-9 {
    box-shadow: 11px 11px 0 0 var(--secondary--50);
    border-width: 2px;
    border-radius: 2.5em;
    font-size: 7px;
  }

  .margin-bottom.text-big.width-80 {
    margin-top: 39px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .headlines-group._01 {
    max-height: 20vw;
  }

  .headlines-group-headline-container {
    align-items: center;
    height: 20vw;
  }

  .headline-group-heading {
    font-size: 8vw;
  }

  .headlines-group-headline-grow {
    width: 80vw;
  }

  .grid-sidebar {
    grid-row-gap: 2.5em;
    grid-template-columns: 2fr;
  }

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

  .integrations-block {
    font-size: 14px;
  }

  .testimonial-block {
    width: 40%;
  }

  .testimonial-content {
    padding-bottom: 0;
  }

  .testimonial-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-image-block {
    box-shadow: 8px 11px 0 0 var(--secondary--50);
    border-radius: 10px;
    width: 100%;
    padding-bottom: 106%;
  }

  .dowload-bg-image-container.left, .dowload-bg-image-container.right {
    display: none;
  }

  .subscribe-form-flex {
    font-size: 12px;
  }

  .form-input {
    width: 100%;
    height: 3em;
    font-size: 1.5em;
  }

  .mobile-menu-toggle {
    margin-right: -8px;
  }

  .navigation-mobile {
    display: none;
  }

  .grid-hero {
    clear: none;
    flex-direction: column;
    flex: 0 auto;
    grid-template-columns: 3fr;
    width: 100%;
    display: flex;
  }

  .body-text.white.hero {
    text-align: left;
  }

  .headlines-group-small {
    height: 20vw;
  }

  .pricing-card-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 58px 0 1.6em;
    position: static;
  }

  .pricing-menu {
    width: 12em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .input {
    z-index: 0;
  }

  .flex-row-center {
    margin-top: 25px;
  }

  .input-label {
    z-index: 0;
    bottom: 2px;
  }

  .icon-btn {
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-legal-link {
    margin-left: 0;
    margin-right: 15px;
  }

  .copy-me {
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .accordion-answer-wrap {
    padding-left: 0;
  }

  .faq-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .accordion-faq {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .faqs-inner {
    padding-top: 2em;
  }

  .form-divider {
    width: 100%;
  }

  .container-quote {
    padding-left: 5%;
    padding-right: 4%;
  }

  .container-quote.sticky-container {
    padding-bottom: 3em;
  }

  .button-quote {
    z-index: 0;
    text-align: center;
  }

  .button-quote.secondary {
    font-size: 1em;
  }

  .input-msg {
    z-index: 0;
  }

  .section-2, .container-3 {
    height: 35px;
  }

  .button-3 {
    opacity: 0;
    font-size: 16px;
    position: absolute;
  }

  .rl_testimonial1_name-text {
    margin-bottom: .1em;
  }

  .rl-heading-style-h5 {
    border-bottom: 1px solid #000;
    border-right-style: none;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
  }

  .rl_testimonial1_logo-wrapper {
    flex-direction: row;
  }

  .rl_testimonial1_component {
    flex-direction: column;
  }

  .section-3 {
    margin-top: -31px;
    padding-top: 1px;
  }

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

  .containery.sticky-container {
    padding-bottom: 3em;
  }

  .button-rent {
    z-index: 0;
    text-align: center;
  }

  .button-rent.secondary {
    font-size: 1em;
  }

  .section-review-rent {
    padding-top: 40px;
    padding-bottom: 4em;
  }

  .section-review-rent.headlines-paragraph {
    padding-top: 0;
    padding-bottom: 2.5em;
  }

  .section-review-rent.footer {
    padding-top: 4em;
    padding-bottom: 4em;
    font-size: 14px;
  }

  .section-review-rent.mission {
    padding-top: 3em;
  }

  .rl-padding-section-large-copy {
    padding-top: 1.2rem;
  }

  .rl_cta_form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .button-rent-2 {
    text-align: center;
  }

  .button-rent-2.secondary {
    font-size: 1em;
  }

  .div-block-3 {
    padding-left: 0;
  }

  .hero-image-home {
    width: 100%;
    top: 55%;
  }

  .logo2_logo-list {
    justify-content: center;
  }

  .rl_layout239_item {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 25%;
    overflow: hidden;
  }

  .rl_layout239_content {
    grid-column-gap: 1rem;
    flex-direction: column;
    grid-template-columns: 300px;
    place-content: stretch;
    place-items: center;
    width: 100%;
    margin-left: 702px;
    margin-right: 0;
    padding-top: 15px;
    display: flex;
  }

  .rl-text-style-medium-2 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .rl-heading-style-h2-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rl-padding-section-large-3 {
    width: auto;
    padding-top: 2.6rem;
    padding-bottom: 0;
  }

  .rl-container-large-3 {
    width: auto;
  }

  .rl-padding-global-3 {
    padding-bottom: 32px;
  }

  .dropdown {
    width: 0;
    height: 0;
    position: absolute;
  }

  .image-3 {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
  }

  .slider {
    opacity: 0;
    width: 100%;
    height: 530px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: absolute;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: center;
    height: 500px;
    margin-top: 0;
    display: flex;
  }

  .left-arrow {
    align-items: center;
    height: 500px;
    margin-top: 0;
    display: flex;
  }

  .image-4 {
    flex: 0 auto;
    max-width: none;
    max-height: 50px;
  }

  .image-5 {
    height: 50px;
  }

  .footer-subscribe {
    max-width: 101%;
    padding-top: 14px;
    position: static;
    overflow: visible;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-wrapper-three {
    grid-row-gap: 20px;
    border-bottom: 1px solid #000;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-block-three {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-social-block-three {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    height: 120px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .footer-social-link-three {
    margin-left: 0;
  }

  .footer-divider-two {
    opacity: 0;
    border: 1px solid #000;
    margin-top: 0;
    margin-bottom: 16px;
  }

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

  .footer-copyright {
    text-align: right;
    margin-bottom: 0;
    margin-left: 16px;
    margin-right: 0;
    position: static;
    top: 74px;
    left: 143px;
  }

  .footer-legal-block {
    margin-top: 0;
    margin-left: 0;
  }

  .image-6 {
    max-width: 80%;
  }

  .button-3-mobile {
    opacity: 1;
    font-size: 16px;
    position: static;
  }

  .div-block-7 {
    opacity: 1;
    width: 92%;
    height: auto;
    position: static;
    overflow: visible;
  }

  .slide {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-8 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-copy {
    text-align: center;
    width: 150px;
  }

  .button-copy.secondary {
    font-size: 1em;
  }

  .paragraph {
    font-size: .8em;
  }

  .text-big-copy {
    text-align: left;
    font-size: 1.1em;
    position: static;
  }

  .paragraph-2 {
    text-align: center;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 1em;
  }

  .rl-button-group {
    justify-content: center;
  }

  .rl-heading-style-h2-3 {
    text-align: center;
    max-width: 300px;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem;
  }

  .rl_layout207_content {
    max-width: 100%;
    margin-top: -106px;
  }

  .rl_layout207_image-wrapper {
    width: auto;
    max-width: 90%;
  }

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

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

  .rl-container-large-4 {
    max-width: 100%;
  }

  .image-7 {
    margin-left: 0;
  }

  .rl_team8_image-wrapper {
    padding-top: 66%;
  }

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

  .rl_section_team8 {
    margin-top: 41px;
  }

  .rl-text-style-regular-5 {
    font-size: 1.1rem;
  }

  .rl_testimonial1_name-text-2 {
    font-size: 1.2rem;
  }

  .rl_testimonial1_client-image-2 {
    width: 4rem;
    height: 4rem;
  }

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

  .rl_testimonial1_text-wrapper-2 {
    box-shadow: 9px 8px 0 0 var(--secondary--50);
    max-width: none;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 19px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-8 {
    max-width: none;
    min-height: 28px;
  }

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

  .image-10 {
    min-height: 20px;
  }

  .container-5 {
    max-width: none;
    margin-top: 34px;
    margin-bottom: 22px;
    line-height: 24px;
  }

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

  .hero-split {
    margin-left: 0;
  }

  .margin-bottom-24px {
    z-index: -1;
    width: auto;
    min-width: auto;
    font-size: 16px;
    line-height: 24px;
    position: relative;
  }

  .heading-3 {
    color: #000;
    min-width: auto;
    max-width: none;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .h-soc-wrapper {
    z-index: 10;
    opacity: 1;
    pointer-events: none;
    position: static;
  }

  .header-soc {
    opacity: 0;
    position: static;
  }

  .h-soc-img {
    opacity: 1;
    position: static;
  }

  .heading-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pricing-card-grid-copy {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    background-color: #fff;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 1.6em;
    position: static;
    overflow: visible;
  }

  .button-copy-copy {
    text-align: center;
    width: 200px;
  }

  .button-copy-copy.secondary {
    font-size: 1em;
  }

  .margin-bottom-copy.text-big.width-80, .margin-bottom-copy.text-big-copy.width-80 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .margin-bottom-copy.text-big-copy.width-80-copy {
    margin-top: -9px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .margin-bottom-copy.text-big.width-80, .margin-bottom-copy.text-big.width-80-copy, .margin-bottom-copy.text-big-copy.width-80, .margin-bottom-copy.text-big-copy.width-80-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .h-soc-wrapper-copy {
    opacity: 1;
    pointer-events: auto;
    margin-left: 0;
    position: static;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .rl_navbar3_button {
    opacity: 1;
    position: static;
  }

  .rl_navbar3_logo {
    max-width: 240px;
    overflow: visible;
  }

  .rl_navbar3_tablet-menu-button {
    background-color: var(--secondary--default);
    border-radius: 7px;
  }

  .rl_navbar3_tablet-menu-button.w--current {
    z-index: 0;
    position: static;
  }

  .rl_navbar3_link {
    text-align: center;
  }

  .rl_navbar3_logo-link-menu {
    margin-bottom: .2rem;
  }

  .rl_navbar3_menu {
    z-index: 5;
    position: absolute;
    overflow: visible;
  }

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

  .rl_navbar3_container {
    grid-template-columns: .25fr 1fr;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: visible;
  }

  .rl_navbar3_component {
    max-width: 100%;
    height: auto;
    min-height: 70px;
    margin-bottom: 20px;
    position: static;
    overflow: visible;
  }

  .div-block-10 {
    opacity: 0;
    pointer-events: none;
    position: absolute;
  }

  .heading-5-copy, .heading-5-copy-copy {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-11 {
    margin-bottom: 32px;
  }

  .div-block-12 {
    justify-content: center;
  }

  .soc-mob-img {
    height: 42px;
  }

  .div-block-13 {
    grid-column-gap: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 43px;
    display: flex;
  }

  .body {
    object-fit: fill;
    overflow: hidden;
  }

  .div-block-14 {
    flex: 0 auto;
    align-self: center;
  }

  .img-mobmrn {
    height: 40px;
  }

  .div-block-15 {
    grid-column-gap: 15px;
    opacity: 1;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    position: static;
  }

  .hero-heading-center-copy {
    margin-top: 0;
    position: static;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .text-size-medium {
    width: 300px;
  }

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

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

  .layout10_content {
    max-width: 100%;
  }

  .text-size-medium-2 {
    max-width: 60%;
  }

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

  .layout10_image {
    height: 20rem;
  }

  .text-weight-semibold {
    max-width: 50%;
  }

  .heading-9 {
    max-width: 80%;
    font-size: 2rem;
  }

  .text-color-white {
    font-size: 2rem;
    line-height: 40px;
  }

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

  .portfolio13_title-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog1_list {
    grid-row-gap: 3.25rem;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-_3dc95e16-15cc-a19f-3d48-3c393a80c61b-987c152f, #w-node-_919a289f-24f3-a196-51d8-d6eacca77e48-987c152f, #w-node-_5f16012c-689e-4185-4c00-00660f97fff4-987c152f, #w-node-_8f1fe4e6-7773-f66b-0fac-ea1df2b1874b-987c152f, #w-node-_8f1fe4e6-7773-f66b-0fac-ea1df2b18758-987c152f, #w-node-_8f1fe4e6-7773-f66b-0fac-ea1df2b18765-987c152f, #w-node-_7da9b1f1-cbb9-71b6-9bc2-b11278cb1fab-987c152f, #w-node-_7da9b1f1-cbb9-71b6-9bc2-b11278cb1fb8-987c152f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76f17a61-9af1-dc81-a99b-a700f9041dab-987c152f, #w-node-_5e364e73-bff0-351b-1e76-23cb3dd0dadf-987c152f, #w-node-f653ecf4-d8cd-9500-5ef1-54bfa098d352-987c152f {
  align-self: start;
}

#w-node-_39de7bf2-6958-e792-9466-ea5c125c3ae3-987c152f, #w-node-_39de7bf2-6958-e792-9466-ea5c125c3b29-987c152f, #w-node-_39de7bf2-6958-e792-9466-ea5c125c3b2a-987c152f, #w-node-_39de7bf2-6958-e792-9466-ea5c125c3b4a-987c152f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97abeb2c-96da-596e-100a-8a1810319ec4-10319ea4 {
  place-self: auto;
}

#w-node-e661e65d-2a9c-e6d4-5fde-618980810ee0-987c1532, #w-node-e661e65d-2a9c-e6d4-5fde-618980810f26-987c1532, #w-node-e661e65d-2a9c-e6d4-5fde-618980810f27-987c1532, #w-node-e661e65d-2a9c-e6d4-5fde-618980810f47-987c1532 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_812d110e-e318-bac2-edcc-8a9e25867b3d-a1bed6fa {
  place-self: start center;
}

#w-node-_812d110e-e318-bac2-edcc-8a9e25867b3f-a1bed6fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_812d110e-e318-bac2-edcc-8a9e25867b4a-a1bed6fa, #w-node-_812d110e-e318-bac2-edcc-8a9e25867b50-a1bed6fa, #w-node-_812d110e-e318-bac2-edcc-8a9e25867b56-a1bed6fa {
  align-self: start;
}

#w-node-a2b055db-fd28-f4ab-8010-dd35038754c9-038754c8, #w-node-a2b055db-fd28-f4ab-8010-dd3503875510-038754c8, #w-node-a2b055db-fd28-f4ab-8010-dd3503875511-038754c8, #w-node-a2b055db-fd28-f4ab-8010-dd3503875531-038754c8, #w-node-_6c103b52-fe04-1e4d-cac9-9ba954a4252a-d0d767d1, #w-node-d2ecec17-cc85-8d6b-f6e7-abc4124017c3-5d4f143d, #w-node-d2ecec17-cc85-8d6b-f6e7-abc412401809-5d4f143d, #w-node-d2ecec17-cc85-8d6b-f6e7-abc41240180a-5d4f143d, #w-node-d2ecec17-cc85-8d6b-f6e7-abc41240182a-5d4f143d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_581ac600-b091-86ff-a2b1-e55205f2d653-d0d767d1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_581ac600-b091-86ff-a2b1-e55205f2d666-d0d767d1 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8015a64c-df3f-7abd-c229-5460c3556c52-987c1532, #w-node-_8015a64c-df3f-7abd-c229-5460c3556c52-a1bed6fa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_76f17a61-9af1-dc81-a99b-a700f9041da0-987c152f {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1da4571c-469f-7c24-c58d-7c3276f47e3f-987c152f, #w-node-d20d00c5-ee93-3cda-df4c-e24b3e003ab7-987c152f, #w-node-_3dc95e16-15cc-a19f-3d48-3c393a80c61b-987c152f {
    place-self: auto;
  }

  #w-node-ff7f9b4e-4eeb-7dae-24e1-e6e5aaba01ea-987c152f, #w-node-_43173d3e-c664-4321-bbca-55bae10395fe-10319ea4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8015a64c-df3f-7abd-c229-5460c3556c52-987c1532 {
    grid-column: span 1 / span 1;
  }

  #w-node-_812d110e-e318-bac2-edcc-8a9e25867b3f-a1bed6fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_8015a64c-df3f-7abd-c229-5460c3556c52-a1bed6fa {
    grid-column: span 1 / span 1;
  }
}


