:root {
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: #fff;
  background-color: #141414;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
}

p {
  color: rgba(255, 255, 255, .7);
  max-width: 450px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.nav-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  font-size: 9px;
  display: flex;
}

.brand {
  z-index: 25;
  color: #5a2e2e;
  background-image: url('../images/logo-roi-leon14x.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  border-left: 1px solid rgba(255, 255, 255, .2);
  border-right: 1px solid rgba(255, 255, 255, .2);
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  margin-right: -1px;
  font-size: 22px;
  font-weight: 600;
  display: block;
}

.burger-line-middle {
  background-color: #fff;
  border-radius: 20px;
  width: 80%;
  height: 2px;
  margin-bottom: 4px;
}

.nav-menu {
  display: none;
}

.burger-line-top {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 2px;
  margin-bottom: 4px;
}

.nav-right {
  z-index: 25;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: relative;
}

.nav-container {
  z-index: 35;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #f70;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  position: relative;
}

.burger-menu-parent {
  z-index: 999;
  cursor: pointer;
  background-color: #f4f0e3;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-right: 0;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.burger-menu-parent.open {
  background-color: rgba(244, 240, 227, 0);
}

.logo {
  font-size: 19px;
  font-weight: 700;
}

.menu-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.burger-line-bottom {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 2px;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-left {
  z-index: 25;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: relative;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  display: flex;
}

.section.hero {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(90deg, #2188e5, #1a68af);
  background-clip: border-box;
  justify-content: center;
  min-height: 40px;
  padding-top: 1px;
  display: flex;
}

.container {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.container.column {
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  padding: 100px 40px;
}

.cta {
  color: #fff;
  text-align: center;
  background-color: #2288e5;
  border-radius: 50px;
  margin-top: 21px;
  padding: 15px 30px;
  font-size: 14px;
  text-decoration: none;
}

.cta:hover {
  background-color: #165c9c;
}

.block {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.field {
  color: #646464;
  background-color: #e0f0ff;
  border: 0 solid #616161;
  border-radius: 20px;
  margin-bottom: -6px;
}

.field:hover {
  border: 1px solid #098b67;
}

.field-block {
  text-align: left;
  flex: 1;
  font-size: 14px;
  font-weight: 200;
  display: block;
}

.field-label {
  color: #2188e5;
  -webkit-text-stroke-color: #c47b5a;
  margin-top: 19px;
  font-weight: 400;
}

.field-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

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

.form {
  color: #cc4203;
  text-align: right;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.success {
  color: #fff;
  background-color: rgba(9, 139, 103, 0);
  border: 1px solid rgba(9, 139, 103, 0);
  border-radius: 80px;
  font-size: 15px;
}

.text-block-2 {
  font-size: 15px;
}

.error-message {
  color: #fff;
  background-color: rgba(143, 25, 25, 0);
  border: 1px solid rgba(255, 84, 84, 0);
}

.label {
  color: rgba(0, 0, 0, .7);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: auto;
  font-size: 10px;
  font-weight: 600;
}

.wrapper {
  flex-wrap: wrap;
}

.wrapper.bottom {
  margin-top: auto;
}

.heading {
  color: #fff;
  font-size: 40px;
}

.logos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.margin {
  margin-top: 4px;
}

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

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

.hero-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 58px;
  display: flex;
}

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

.shadow-two {
  outline-offset: 0px;
  background-image: url('../images/pexels-shvets-production-8972504.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  outline: 3px #fff;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px {
  color: rgba(0, 0, 0, .7);
  margin-bottom: 24px;
}

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

.heading-2 {
  font-size: 35px;
}

.heading-3 {
  color: #595959;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}

.text-span {
  color: #6b6b6b;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  position: static;
}

.bold-text {
  color: #fff;
}

.text-span-2 {
  color: #df6306;
}

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

.paragraph {
  color: rgba(0, 0, 0, .7);
}

.testimonial-column-light {
  background-color: #fff;
  border: 1px solid #fff;
  border-top: 0 #fff;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  color: #525252;
  text-align: center;
  margin-bottom: 16px;
  font-size: 45px;
  font-weight: 600;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  color: #333;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  flex-direction: column;
  padding: 31px 16px 0;
  display: flex;
}

.testimonial-text-two {
  color: rgba(22, 22, 22, .7);
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 0 16px 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-size: 19px;
  font-weight: 600;
  line-height: 20px;
}

.text-span-4 {
  color: #2288e5;
}

.image {
  margin-top: -29px;
  margin-bottom: -24px;
  margin-left: 83px;
  padding-bottom: 0;
}

.features-list {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: relative;
}

.features-wrapper-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.features-left {
  color: rgba(22, 22, 22, .7);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  color: rgba(22, 22, 22, .7);
  margin-bottom: 24px;
}

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

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

.features-right {
  color: #383838;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  padding-left: 15px;
  padding-right: 0;
  display: flex;
}

.features-block-two {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-2, .paragraph-3 {
  color: rgba(22, 22, 22, .7);
  padding-left: 0;
}

.paragraph-4, .paragraph-5 {
  color: rgba(22, 22, 22, .7);
}

.heading-5 {
  color: #252525;
}

.features-list-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-paragraph-2 {
  margin-bottom: 24px;
}

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.paragraph-6 {
  color: #e8852b;
  font-size: 20px;
}

.paragraph-7, .paragraph-8, .heading-6 {
  color: rgba(22, 22, 22, .7);
}

.radio-button-label {
  text-align: left;
  font-size: 13px;
}

.radio-button-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 14px;
  text-decoration: none;
  display: flex;
}

.radio-button-check-oui {
  width: 20px;
  height: 20px;
}

.radio-button-check-oui.w--redirected-checked {
  border-color: #e67a24;
}

.heading-7 {
  color: #e67a24;
  text-align: left;
  font-size: 15px;
}

.text-span-5 {
  color: #525252;
}

.radio-button-field-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #646464;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button-label-2 {
  color: #646464;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 15px;
}

.radio-button-check-non {
  width: 20px;
  height: 20px;
}

.radio-button-check-non.w--redirected-checked {
  border-color: #e67a24;
}

.text-field {
  opacity: 1;
  color: #6f6f6e;
  background-color: #e0f0ff;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 17px;
  margin-bottom: 10px;
}

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

.checkbox-label {
  color: #525252;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 10px;
  display: flex;
}

.checkbox-field {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  padding-left: 38px;
  display: flex;
}

.select-field {
  opacity: 1;
  color: #646464;
  background-color: #e0f0ff;
  border: 1px solid #fff;
  border-radius: 20px;
}

.select-field-2 {
  color: #646464;
  background-color: #e0f0ff;
  border: 1px solid #fff;
  border-radius: 20px;
}

.text-field-2 {
  background-color: #e0f0ff;
  border: 1px solid #fff;
  border-radius: 20px;
}

.text-field-2::placeholder {
  color: #646464;
}

.select-field-3 {
  opacity: 1;
  color: #646464;
  mix-blend-mode: normal;
  background-color: #e0f0ff;
  border: 1px #fff;
  border-radius: 20px;
}

.select-field-4 {
  color: #646464;
  background-color: #e0f0ff;
  border: 1px solid #fff;
  border-radius: 20px;
  flex: 0 auto;
}

.image-2 {
  text-align: center;
  margin-bottom: 46px;
  margin-left: auto;
  display: block;
  position: relative;
  right: 458px;
}

.image-3 {
  width: 230px;
  height: 60px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 0;
  padding: 50px 30px 0;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

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

.footer-copyright-center {
  color: #2188e5;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.text-span-10 {
  color: #e3711e;
}

.hero-heading-right-2 {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-2 {
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 29px;
  display: flex;
}

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

.shadow-two-2 {
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-2 {
  color: #5c5c5c;
  text-align: center;
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #2188e5;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #165c9c;
}

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

.heading-8 {
  color: #2188e5;
  font-size: 40px;
}

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

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

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

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

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

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

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

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

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

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

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

.features-metrics {
  background-color: #969eaa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

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

.image-7 {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #fff;
  border-top-style: none;
  border-radius: 20px;
  margin-top: -999px;
}

.hero-heading-left {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-3 {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  text-align: center;
  background-color: #f0f5ff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 46%;
  margin-top: -317px;
  margin-right: 49px;
  display: none;
}

.margin-bottom-24px-4 {
  color: rgba(56, 56, 56, .7);
  text-align: center;
  margin-top: -4px;
  margin-bottom: 24px;
  margin-left: 9px;
}

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

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

.shadow-two-4 {
  border-radius: 20px;
  margin-top: -445px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.bold-text-4 {
  color: #1c95e6;
}

.image-8 {
  display: none;
}

.fs-rangeslider_track {
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999rem;
  height: .8rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-input-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
}

.fs-rangeslider_input {
  display: none;
}

.fs-rangeslider_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  font-size: 1.5rem;
  display: flex;
  position: relative;
}

.fs-rangeslider_handle {
  z-index: 1;
  cursor: grab;
  background-color: #5c2aff;
  border-radius: 100rem;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px .75rem rgba(0, 0, 0, .2);
}

.fs-rangeslider_handle:focus {
  background-color: #5c2aff;
}

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

.fs-rangeslider_handle-value {
  text-align: center;
  width: 4rem;
  margin-bottom: -3rem;
  margin-left: -.75rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.fs-range_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.f-step-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-step-wrapper._1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 47%;
}

.f-back-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #0f0d36;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.f-button {
  background-color: #3c28ce;
  border-radius: 100vw;
  padding: 1rem 2rem;
  font-size: .9375rem;
}

.fs-rangeslider_fill {
  background-color: #6f5cff;
  border-radius: 62.4375rem;
  width: 20%;
  height: 100%;
  position: absolute;
}

.f-input-label-2 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
}

.fs-rangeslider_wrapper-2 {
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  font-size: 1.5rem;
  display: block;
  position: relative;
}

.f-input-label-3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

.f-steps {
  z-index: 0;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.f-steps._1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.f-chat-bubble-icon {
  background-color: #eee;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .625rem;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
}

.fs-rangeslider_wrapper-3 {
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  font-size: 1.5rem;
  display: block;
  position: relative;
}

.f-chat-bubble-wrapper {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  align-items: center;
  display: flex;
}

.f-chat-bubble-wrapper.blue {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.f-powered-by {
  text-transform: uppercase;
  font-size: .625rem;
  font-weight: 600;
}

.f-chat-bubble-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.f-website-text {
  font-size: .8125rem;
}

.f-chat-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #fff;
  border-radius: .875rem;
  flex-direction: column;
  width: 100%;
  padding: 1.4375rem;
  display: flex;
  box-shadow: 0 2px .625rem rgba(8, 8, 48, .04);
}

.f-full-name-text {
  color: #fff;
  background-color: #0d83ff;
  border-radius: 100vw;
  padding: .625rem .875rem;
  font-size: .875rem;
  transition: all .6s;
  display: flex;
}

.f-studio-name-text {
  margin-bottom: .25rem;
  font-size: 1.375rem;
  font-weight: 600;
  transition: all .575s;
}

.f-studio-name-text._1 {
  font-size: .9375rem;
  font-weight: 500;
}

.f-chat-icon {
  color: #fff;
  background-color: #6f5cff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3.4375rem;
  height: 3.4375rem;
  padding: .625rem;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
}

.chat-urlwrapper {
  opacity: .5;
  align-items: center;
  display: flex;
}

.f-bubble-chat-gray {
  background-color: #e5e4ea;
  border-radius: 100vw;
  padding: .625rem .875rem;
  font-size: .875rem;
}

.f-chat-details-wrapper {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-full-name-text-copy {
  color: #fff;
  font-size: .875rem;
  transition: all .6s;
}

.f-chat-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #f8f8f8;
  border-radius: 1.125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 31.25rem;
  padding: 2rem 1.375rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-chat-card._1 {
  background-color: #f8f8f8;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.heading-9, .heading-10 {
  font-size: 30px;
}

.text-span-11 {
  color: #646464;
}

.heading-11 {
  color: #2288e5;
  text-align: center;
  font-size: 30px;
}

.f-checkbox {
  z-index: 1;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  background-color: #f9f9f9;
  border-radius: 100vw;
  align-items: center;
  margin-bottom: 0;
  padding: .95rem .625rem;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.f-checkbox:active {
  background-color: #ff8000;
}

.f-checkbox:focus {
  background-color: #f50202;
}

.f-input-label-4 {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  display: block;
}

.f-checkbox-input {
  z-index: -1;
  border-style: none;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-checkbox-input.w--redirected-checked {
  color: #fff;
  background-color: #3c28ce;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 20vw;
}

._1 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #e3711e;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 17px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-size: 15px;
}

.italic-text {
  color: #8a8a8b;
}

.bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  color: #e3711e;
}

.italic-text-2, .italic-text-3, .italic-text-4 {
  color: #8a8a8b;
}

.text-span-12 {
  color: #e88428;
}

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

.features-list-3 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph-3 {
  margin-bottom: 24px;
}

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

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

.features-right-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two-3 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image-3 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.text-span-13 {
  font-size: 20px;
}

.bold-text-13 {
  color: #e78428;
}

.heading-12 {
  color: #747474;
}

.paragraph-10 {
  color: rgba(0, 0, 0, .7);
}

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

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

.centered-heading-2 {
  color: #575757;
  text-align: center;
  margin-bottom: 16px;
  font-size: 45px;
}

.centered-heading-2.margin-bottom-32px {
  color: #525252;
  margin-bottom: 32px;
  font-size: 45px;
}

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

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

.margin-bottom-24px-5 {
  color: rgba(7, 7, 7, .7);
  text-align: justify;
  margin-bottom: 24px;
}

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

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

.shadow-two-5 {
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.pricing-overview {
  background-color: #fff2e5;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: relative;
}

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

.pricing-description {
  color: rgba(0, 0, 0, .7);
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

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

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  color: rgba(32, 32, 32, .7);
  margin-bottom: 20px;
}

.bold-text-14 {
  color: #ee8d25;
}

.heading-13 {
  color: #686868;
}

.text-span-14, .heading-14 {
  color: #ee8d25;
}

.text-span-15 {
  color: #575757;
}

.heading-15 {
  color: #ee8d25;
}

.text-span-16 {
  color: #5f5f5f;
}

.bold-text-15 {
  color: #686868;
}

.paragraph-11 {
  color: rgba(58, 58, 58, .7);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.testimonial-image-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  width: 1920px;
  margin-bottom: -3px;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.testimonial-wrapper-four {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 133px;
  display: flex;
}

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

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

.testimonial-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.testimonial-text-four {
  color: rgba(58, 58, 58, .7);
  text-align: center;
  margin-bottom: 32px;
}

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

.body {
  color: #f5f5f5;
  background-color: #f5f5f5;
  margin-top: 75px;
}

.radio-button-field-5 {
  text-align: center;
}

.div-block {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #e3711e;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 12px;
  font-size: 15px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #e57c34;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  margin-bottom: 10px;
  font-size: 15px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #e3711e;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #e3711e;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: -58px;
  font-size: 15px;
  display: flex;
}

.bold-text-17 {
  color: #2288e5;
}

.hero-without-image {
  background-color: #f5f7fa;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding: 80px 30px;
  position: relative;
}

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

.heading-16 {
  color: #e3711e;
}

.text-block-3 {
  color: #747474;
}

.rich-text-block-9 {
  color: #0c0c0c;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1920px;
  display: flex;
}

.heading-17 {
  color: #2188e5;
}

.paragraph-12 {
  color: rgba(82, 82, 82, .7);
}

.paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20 {
  color: #747474;
}

.paragraph-21 {
  color: #747474;
  align-self: auto;
  max-width: 1920px;
  display: flex;
}

.container-9 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1920px;
  display: flex;
}

.paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26 {
  color: #747474;
}

.paragraph-27, .paragraph-28 {
  color: #747474;
  max-width: 1920px;
}

.paragraph-29 {
  color: #747474;
}

.paragraph-30, .paragraph-31, .paragraph-32 {
  color: #747474;
  max-width: 1920px;
}

.paragraph-33 {
  color: #747474;
  max-width: 19200px;
}

.paragraph-34, .paragraph-35, .paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39 {
  color: #747474;
  max-width: 1920px;
}

.paragraph-40, .paragraph-41, .paragraph-42, .paragraph-43, .paragraph-44, .paragraph-45 {
  color: #747474;
}

.paragraph-46 {
  color: #747474;
  max-width: 1920px;
}

.paragraph-47 {
  color: #747474;
}

.paragraph-48, .paragraph-49, .paragraph-50, .paragraph-51, .paragraph-52, .paragraph-53, .paragraph-54, .paragraph-55, .paragraph-56, .paragraph-57 {
  color: #747474;
  max-width: 1920px;
}

.image-9 {
  margin-top: 34px;
  margin-bottom: 53px;
}

.bold-text-18, .bold-text-19, .bold-text-20 {
  color: #2188e5;
  font-size: 20px;
}

.rich-text-block-20 {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.heading-18 {
  color: #2188e5;
}

.paragraph-58 {
  color: rgba(0, 0, 0, .7);
  max-width: 1920px;
}

.rich-text-block-21 {
  text-align: left;
}

.heading-19 {
  color: #2188e5;
}

.paragraph-59 {
  color: rgba(0, 0, 0, .7);
  max-width: 1920px;
}

.html-embed {
  float: none;
  clear: left;
  color: #000;
  column-count: auto;
  word-break: normal;
}

.rich-text-block-19 {
  color: #000;
  font-weight: 400;
}

.heading-20 {
  color: #2188e5;
}

.paragraph-60, .paragraph-61, .paragraph-62, .paragraph-63, .paragraph-64, .paragraph-65 {
  color: rgba(0, 0, 0, .7);
  max-width: 1920px;
}

.rich-text-block-23 {
  color: #000;
}

.paragraph-66, .paragraph-67 {
  color: rgba(0, 0, 0, .7);
  max-width: 1920px;
}

.paragraph-68 {
  color: rgba(0, 0, 0, .7);
  max-width: 19200px;
}

.paragraph-69, .paragraph-70, .paragraph-71 {
  color: rgba(0, 0, 0, .7);
  max-width: 1920px;
}

.heading-21, .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .rich-text-block-25, .list-item-11, .list-item-12, .list-item-13, .list-item-14 {
  color: #000;
}

.paragraph-72, .paragraph-73 {
  color: rgba(0, 0, 0, .7);
  max-width: 1920px;
}

.paragraph-74 {
  color: rgba(0, 0, 0, .7);
}

.paragraph-75, .paragraph-76, .paragraph-77, .paragraph-78, .paragraph-79 {
  color: rgba(0, 0, 0, .7);
  max-width: 1920px;
}

.paragraph-80 {
  color: rgba(0, 0, 0, .7);
}

.paragraph-81, .paragraph-82, .paragraph-83 {
  color: rgba(0, 0, 0, .7);
  max-width: 1920px;
}

.paragraph-84 {
  color: rgba(0, 0, 0, .7);
}

.paragraph-85, .paragraph-86, .paragraph-87, .paragraph-88, .paragraph-89, .paragraph-90, .paragraph-91, .paragraph-92, .paragraph-93, .paragraph-94, .paragraph-95, .paragraph-96, .paragraph-97, .paragraph-98, .paragraph-99, .paragraph-100, .paragraph-101, .paragraph-102, .paragraph-103, .paragraph-104, .paragraph-105, .paragraph-106, .paragraph-107 {
  color: rgba(0, 0, 0, .7);
  max-width: 1920px;
}

.rich-text-block-26 {
  color: #000;
}

.paragraph-108 {
  color: rgba(0, 0, 0, .7);
}

.paragraph-109, .paragraph-110, .paragraph-111, .paragraph-112, .paragraph-113, .paragraph-114, .paragraph-115, .paragraph-116, .paragraph-117, .paragraph-118, .paragraph-119, .paragraph-120, .paragraph-121, .paragraph-122 {
  color: rgba(0, 0, 0, .7);
  max-width: 1920px;
}

.paragraph-123 {
  color: rgba(0, 0, 0, .7);
  text-align: center;
  max-width: 1920px;
}

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

.html-embed-2 {
  flex: 0 auto;
  order: 1;
  display: none;
}

.image-11 {
  margin-top: 62px;
  margin-bottom: 80px;
}

.container-10 {
  margin-bottom: 139px;
}

.form-wrap-space {
  color: #000;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.field-input {
  aspect-ratio: auto;
  color: #202020;
  text-align: left;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#f4f7ff, #f4f7ff);
  background-clip: border-box;
  border: 1.5px solid #fff;
  border-radius: 15px;
  width: 100%;
  margin: 10px auto 0;
  padding: 30px 25px;
  font-size: 20px;
  display: block;
  overflow: auto;
}

.field-input:focus {
  border-color: #0064fe;
}

.field-input::placeholder {
  color: #000;
  font-family: Varela Round, sans-serif;
}

.link-2 {
  color: #b0b1b6;
}

.field-label-10 {
  color: #2188e5;
  text-align: left;
  margin-top: 33px;
  margin-bottom: 30px;
  font-size: 25px;
}

.link-3 {
  color: #b4b5b9;
}

.error-message-2 {
  color: #e23f3f;
  text-align: left;
  max-width: 825px;
  margin-right: auto;
  padding-left: 8px;
  font-size: 24px;
  line-height: 110%;
  display: none;
  position: static;
  top: auto;
  bottom: -10%;
  left: 0%;
  right: auto;
}

.error-message-2.margin-space {
  margin-top: 5px;
}

.text-span-17 {
  pointer-events: auto;
  cursor: auto;
}

.form-checkbox {
  border-width: 4px;
  border-color: #b3b4b8;
  border-radius: 100%;
  width: auto;
  min-width: 20px;
  height: auto;
  min-height: 20px;
  margin-top: 3px;
}

.text-for-form {
  color: #b3b4b8;
  text-align: left;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 14px;
  line-height: 21px;
}

.div-block-30 {
  margin-top: 0;
}

.input-group.input-space-last {
  margin-bottom: 70px;
}

.select-field-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 50%;
  margin-top: 10px;
  display: flex;
}

.select-field-5.field-input {
  clear: none;
  aspect-ratio: auto;
  color: #202020;
  text-align: left;
  text-transform: none;
  overflow-wrap: normal;
  object-fit: cover;
  flex-wrap: nowrap;
  align-content: stretch;
  width: 100%;
  height: 62px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 22px;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  display: block;
  position: static;
  overflow: auto;
}

.form-checkbox-wrapper {
  text-align: left;
  align-items: flex-start;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-checkbox-wrapper.last {
  text-align: left;
  align-items: flex-end;
  margin-top: 20px;
}

.bold-text-21 {
  font-size: 35px;
}

.text-span-18 {
  color: #868686;
}

.text-span-19 {
  color: #5f5f5f;
}

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

.bold-text-22 {
  color: #2288e5;
}

.bold-text-23, .bold-text-24, .bold-text-25 {
  color: #2188e5;
}

.image-13 {
  margin-bottom: 23px;
}

.container-11 {
  background-color: #f1f5fe;
  border-radius: 20px;
}

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

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

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

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

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

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

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

@media screen and (min-width: 1280px) {
  .form-wrap-space {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .form-wrap-space {
    -webkit-text-stroke-color: black;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    font-style: normal;
    text-decoration: none;
    display: flex;
  }

  .field-input {
    float: none;
    clear: both;
    text-align: left;
    object-fit: fill;
    flex: 0 auto;
    align-items: stretch;
    width: 100%;
    text-decoration: none;
    display: flex;
    position: static;
  }

  .div-block-32 {
    width: 100%;
  }

  .div-block-28 {
    flex-wrap: nowrap;
    flex: none;
    align-content: space-between;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    width: 100%;
    display: block;
  }

  .text-for-form {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .div-block-31 {
    width: 100%;
  }

  .select-field-5 {
    clear: none;
    width: 0%;
    margin-bottom: 0;
  }

  .select-field-5.field-input {
    clear: left;
    pointer-events: auto;
    -webkit-text-stroke-color: #f0f5ff;
    mix-blend-mode: normal;
    width: 100%;
    height: 62px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 15px;
    position: static;
  }

  .form-checkbox-wrapper {
    text-align: left;
  }

  .form-checkbox-wrapper.last {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-block-29 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 40px;
  }

  p {
    max-width: 450px;
  }

  .brand {
    border-left-style: none;
    border-right-width: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  .nav-container {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    grid-template-columns: auto 1fr;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-left {
    order: 1;
  }

  .section.hero {
    min-height: 430px;
  }

  .container.column {
    flex-direction: column;
  }

  .block {
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .heading {
    margin-bottom: 10px;
  }

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

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

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

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

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

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

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

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

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

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

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

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

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .pricing-grid {
    grid-column-gap: 30px;
  }

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

  .form-wrap-space {
    padding-left: 15px;
    padding-right: 15px;
  }

  .field-input {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    font-size: 18px;
  }

  .form-checkbox, .text-for-form {
    text-decoration: none;
  }

  .input-group.input-space-last {
    margin-bottom: 40px;
  }

  .select-field-5.field-input {
    height: 40px;
  }

  .form-checkbox-wrapper.last {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    display: flex;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  .brand {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .nav-container {
    grid-column-gap: 18px;
  }

  .menu-button {
    width: 84px;
  }

  .cta {
    font-size: 11px;
  }

  .logos {
    justify-content: center;
  }

  .hero-heading-right, .testimonial-column-light {
    padding: 60px 15px;
  }

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

  .testimonial-info-three {
    flex-direction: row;
  }

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

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

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 24px;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-heading-right-2, .hero-subscribe-right, .features-metrics {
    padding: 60px 15px;
  }

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

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

  .hero-heading-left, .features-list-3, .hero-heading-center, .pricing-overview, .testimonial-image-left {
    padding: 60px 15px;
  }

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

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

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

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

  .hero-without-image {
    padding: 60px 15px;
  }

  .field-input {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 14px;
  }

  .error-message-2 {
    font-size: 16px;
    bottom: -159%;
  }

  .form-checkbox-wrapper.last {
    align-items: flex-start;
  }

  .hero-without-image-2 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 23px;
  }

  .brand {
    display: block;
  }

  .nav-container {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-top-style: none;
    justify-content: center;
    align-items: center;
    margin-top: -70px;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .navbar {
    margin-top: 69px;
    position: relative;
  }

  .section {
    background-color: #fff;
  }

  .section.hero {
    min-height: 15px;
    padding-top: 0;
  }

  .container {
    color: #fff;
    margin-top: 8px;
    margin-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.column {
    padding: 60px 20px;
  }

  .cta {
    margin-bottom: 59px;
    font-size: 13px;
  }

  .block {
    margin-bottom: -22px;
  }

  .field-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .form {
    margin-top: -39px;
  }

  .wrapper {
    margin-top: -64px;
    margin-bottom: 34px;
  }

  .wrapper.bottom {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading {
    font-size: 20px;
  }

  .hero-heading-right {
    margin-top: 0;
    padding-top: 1px;
    padding-bottom: 64px;
  }

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

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

  .hero-split {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
  }

  .shadow-two {
    flex: 0 auto;
    margin-bottom: 12px;
    display: none;
  }

  .margin-bottom-24px {
    text-align: center;
    flex: 0 auto;
    margin-bottom: 38px;
    font-size: 12px;
  }

  .heading-3 {
    text-align: center;
    margin-bottom: -34px;
    font-size: 25px;
  }

  .heading-4 {
    color: #fff;
    font-size: 15px;
  }

  .bold-text {
    color: #fff;
  }

  .paragraph {
    font-size: 12px;
  }

  .testimonial-column-light {
    border-bottom-style: none;
    border-bottom-width: 0;
    margin-top: 0;
  }

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

  .testimonial-card-two {
    background-color: #fafafa;
    border-style: none;
  }

  .testimonial-text-two {
    text-align: center;
    padding-left: 19px;
    padding-right: 26px;
  }

  .testimonial-info-three {
    background-color: #fafafa;
  }

  .features-list {
    border: 1px solid #fff;
    border-top: 0 #fff;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 50px;
    display: flex;
  }

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

  .features-left {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -12px;
  }

  .features-right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -30px;
    margin-left: -11px;
    margin-right: 4px;
  }

  .features-block-two {
    text-align: center;
    background-color: #fff;
    border: 1px solid #e8812a;
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }

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

  .paragraph-2, .paragraph-3, .paragraph-4 {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #525252;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: -13px;
    font-size: 30px;
    font-weight: 400;
    display: flex;
  }

  .features-list-2 {
    margin-top: -49px;
  }

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

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

  .radio-button-field-2 {
    color: #7a6c65;
  }

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

  .checkbox-field {
    justify-content: center;
    align-items: center;
  }

  .text-span-6 {
    color: #f68907;
  }

  .text-field-2::placeholder {
    color: #646464;
  }

  .select-field-3, .select-field-4 {
    color: #646464;
  }

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

  .button {
    text-align: center;
    background-color: #e46b10;
    border-radius: 20px;
    margin-top: -21px;
  }

  .button.w--current {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-span-7 {
    color: #5a5b5c;
  }

  .text-span-8 {
    color: #e67a24;
  }

  .bold-text-3 {
    text-align: center;
    font-size: 20px;
  }

  .text-span-9 {
    color: #e1711f;
  }

  .image-4 {
    margin-bottom: -38px;
  }

  .image-5 {
    margin-bottom: -22px;
  }

  .image-6 {
    margin-bottom: -21px;
  }

  .footer-dark {
    background-color: #fcfcfc;
    border: 1px #000;
    border-top: 0 #fff;
    border-radius: 0;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 0;
    margin-bottom: 16px;
    display: flex;
  }

  .footer-copyright-center {
    color: #1a96e6;
    padding-bottom: 0;
  }

  .logos-title-small {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    margin-bottom: -20px;
    display: flex;
  }

  .clients-tag {
    color: #525252;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-items: center;
    justify-items: center;
    width: 330px;
    height: 220px;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-9 {
    color: rgba(17, 17, 17, .7);
    text-align: center;
    margin-top: 26px;
    padding-left: 9px;
    font-size: 10px;
  }

  .hero-heading-right-2 {
    text-align: center;
    border: 1px solid #fff;
    border-top: 0 #fff;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 40px;
  }

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

  .hero-wrapper-2, .hero-split-2 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .shadow-two-2 {
    border-top: 1px solid #fff;
    margin-top: -21px;
  }

  .margin-bottom-24px-2 {
    text-align: center;
    margin-top: -30px;
    padding-top: 0;
  }

  .button-primary-2 {
    text-align: center;
  }

  .heading-8 {
    text-align: center;
    font-size: 15px;
  }

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

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

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .features-metrics, .image-7 {
    display: none;
  }

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

  .hero-split-3 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: inline-flex;
  }

  .margin-bottom-24px-4 {
    max-width: 290px;
  }

  .shadow-two-4 {
    display: none;
  }

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

  .f-step-wrapper._1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .f-button {
    font-size: 1rem;
  }

  .f-steps._1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .f-chat-block {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .f-chat-card {
    width: 100%;
  }

  .f-chat-card._1 {
    width: 100%;
    position: static;
  }

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

  .features-right-3 {
    margin-bottom: -30px;
  }

  .features-block-two-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

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

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

  .centered-heading-2 {
    margin-bottom: 24px;
    font-size: 30px;
  }

  .centered-heading-2.margin-bottom-32px {
    font-size: 35px;
  }

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

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

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

  .rich-text-block-9, .rich-text-block-20, .rich-text-block-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .rich-text-block-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-60 {
    padding-left: 0;
    padding-right: 20px;
  }

  .rich-text-block-23, .rich-text-block-24, .rich-text-block-25, .rich-text-block-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .field-input {
    color: #000;
  }

  .field-label-10 {
    font-size: 20px;
  }

  .error-message-2 {
    font-size: 12px;
    bottom: -152%;
  }

  .text-for-form {
    font-size: 12px;
  }

  .input-group.input-space-last {
    margin-bottom: 40px;
  }

  .select-field-5.field-input {
    float: none;
    clear: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    opacity: 1;
    outline-offset: 0px;
    color: #000;
    text-align: left;
    text-transform: none;
    word-break: normal;
    border-style: solid;
    border-radius: 15px;
    outline: 3px #000;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .form-checkbox-wrapper.last {
    align-items: center;
    padding-left: 21px;
  }

  .bold-text-21 {
    font-size: 24px;
  }

  .image-13, .container-11, .heading-22 {
    display: none;
  }

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

#w-node-_4d73e244-3a5d-c810-0335-3d7f60f1eb1b-fda59451 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2529d3d-8121-8ebe-1531-395c049f4b09-fda59451 {
  justify-self: start;
}

#w-node-_1cab78fc-1ad4-6f9a-2a56-7015d3392cbc-fda59451 {
  justify-self: stretch;
}

#w-node-_307b2738-e7e9-3b1f-a1d5-93f717c9aa00-fda59451, #w-node-_307b2738-e7e9-3b1f-a1d5-93f717c9aa0a-fda59451, #w-node-_307b2738-e7e9-3b1f-a1d5-93f717c9aa14-fda59451, #w-node-_6d2e3047-b5b0-1dba-b159-aaa35d6c1826-fda59451, #w-node-a7436238-d0ba-9eac-29d2-b25253e20f6f-fda59451, #w-node-_21043a8c-1aef-8dc9-d972-9eb1235b880e-fda59451, #w-node-_4a852cd5-9438-37a0-3add-bdf1c66a7a59-fda59451, #w-node-_4d73e244-3a5d-c810-0335-3d7f60f1eb1b-fda59452 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2529d3d-8121-8ebe-1531-395c049f4b09-fda59452 {
  justify-self: start;
}

#w-node-_1cab78fc-1ad4-6f9a-2a56-7015d3392cbc-fda59452 {
  justify-self: stretch;
}

#w-node-_4a852cd5-9438-37a0-3add-bdf1c66a7a59-fda59452, #w-node-_4d73e244-3a5d-c810-0335-3d7f60f1eb1b-fda59453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2529d3d-8121-8ebe-1531-395c049f4b09-fda59453 {
  justify-self: start;
}

#w-node-_1cab78fc-1ad4-6f9a-2a56-7015d3392cbc-fda59453 {
  justify-self: stretch;
}

#w-node-_4a852cd5-9438-37a0-3add-bdf1c66a7a59-fda59453, #w-node-_4d73e244-3a5d-c810-0335-3d7f60f1eb1b-fda59454 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2529d3d-8121-8ebe-1531-395c049f4b09-fda59454 {
  justify-self: start;
}

#w-node-_1cab78fc-1ad4-6f9a-2a56-7015d3392cbc-fda59454 {
  justify-self: stretch;
}

#w-node-_4a852cd5-9438-37a0-3add-bdf1c66a7a59-fda59454, #w-node-_4d73e244-3a5d-c810-0335-3d7f60f1eb1b-fda59455 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2529d3d-8121-8ebe-1531-395c049f4b09-fda59455 {
  justify-self: start;
}

#w-node-_1cab78fc-1ad4-6f9a-2a56-7015d3392cbc-fda59455 {
  justify-self: stretch;
}

#w-node-_4a852cd5-9438-37a0-3add-bdf1c66a7a59-fda59455 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


