:root {
  --flowstica-webflow-library--white-smoke: #f7f7f7;
  --flowstica-webflow-library--medium-sea-green: #759cc2;
  --flowstica-webflow-library--black: #010b15;
  --flowstica-webflow-library--white: white;
  --elements-webflow-library--neutral--100: white;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowstica-webflow-library--black-2: #333;
  --flowstica-webflow-library--honeydew: #cef0dc;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--white: white;
  --white: white;
  --black: black;
}

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

.wbs-menu-button {
  background-color: var(--flowstica-webflow-library--white-smoke);
  border-radius: 10px;
}

.wbs-menu-button.w--open {
  background-color: var(--flowstica-webflow-library--medium-sea-green);
}

.wbs-button-primary-2 {
  color: #fff;
  text-align: center;
  background-color: #759cc2;
  border-radius: 6px;
  padding: 13px 30px;
  font-family: Satoshi, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
}

.wbs-button-primary-2:hover {
  color: var(--flowstica-webflow-library--white-smoke);
}

.wbs-button-link {
  color: var(--flowstica-webflow-library--black);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-nav-center-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.wbs-logo {
  overflow: visible;
}

.wbs-nav-link {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Satoshi, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
}

.wbs-dropdown-link {
  color: var(--flowstica-webflow-library--black);
  font-size: 16px;
  font-weight: 700;
  transition: color .3s ease-in-out;
}

.wbs-dropdown-link:hover {
  color: var(--flowstica-webflow-library--medium-sea-green);
}

.wbs-dropdown-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.wbs-dropdown-grid-3-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wbs-dropdown-list {
  background-color: var(--flowstica-webflow-library--white);
  border: 1px solid rgba(1, 11, 21, .12);
  border-radius: 10px;
  padding: 15px 10px;
}

.wbs-nav-logo-center-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.wbs-container {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.wbs-navbar-logo-center {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.wbs-section {
  padding: 6.25rem 2%;
}

.body {
  background-color: #0f0f0f;
}

.wbs-hero-2-image {
  z-index: -1;
  height: 480px;
  position: absolute;
  top: -7%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(-10deg);
}

.wbs-hero-2-rating-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.wbs-hero-2-rating-client-image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: -15px;
}

.wbs-hero-2-rating-wrap {
  margin-left: 15px;
}

.wbs-hero-2-rating {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wbs-spacing-30 {
  height: 1.875rem;
}

.wbs-button-link-icon-image {
  height: 20px;
}

.wbs-button-link-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--flowstica-webflow-library--black);
  border-radius: 6px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.wbs-button-black {
  color: var(--flowstica-webflow-library--white);
  background-color: #759cc2;
  border-radius: 6px;
  padding: 13px 30px;
  font-family: Satoshi, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.wbs-hero-2-button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.wbs-lead-text {
  color: #c5c5c5;
  text-align: center;
  font-family: Satoshi, sans-serif;
  font-size: 1.125em;
  line-height: 1.5rem;
}

.wbs-heading-h1 {
  color: var(--flowstica-webflow-library--white);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #759cc2);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-hero-2-tagline {
  color: #759cc2;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.wbs-hero-2-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wbs-hero-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

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

.wbs-section-2 {
  background-image: linear-gradient(rgba(15, 15, 15, 0), #0f0f0f 97.5%), linear-gradient(#0f0f0f 2.5%, rgba(15, 15, 15, 0)), url('../images/Vector.svg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding: 40px 5%;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.subscript {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5%;
  display: flex;
}

.heading {
  color: #fff;
  background-image: url('../images/line-2.png');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: 196px;
  background-attachment: scroll;
  margin-bottom: -3.5em;
  padding-bottom: 5em;
  font-family: Satoshi, sans-serif;
  font-size: 3em;
  display: block;
}

.f-paragraph-small {
  color: #c5c5c5;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
}

.f-sub-heading-large {
  color: var(--elements-webflow-library--neutral--100);
  letter-spacing: -.02em;
  font-family: Satoshi, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 32px;
}

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

.f-feature-icon-wrapper {
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-bottom: 32px;
  padding: 8px;
}

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

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

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

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

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

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

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

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

.f-section-large {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5%;
  display: flex;
  position: relative;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-4, .div-block-5 {
  background-color: #c5c5c5;
  border-radius: 12px;
  padding: 20px;
}

.div-block-6 {
  background-color: #212121;
  border: 1px solid #787878;
  border-radius: 12px;
  padding: 20px;
}

.image {
  z-index: -10;
  width: 64px;
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 15%;
  right: auto;
}

.image-2 {
  z-index: -10;
  width: 38px;
  display: block;
  position: absolute;
  top: 60%;
  bottom: 0%;
  left: 30%;
  right: 0%;
  overflow: visible;
}

.image-copy {
  z-index: -10;
  width: 64px;
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 15%;
  right: auto;
}

.image-copy-copy {
  z-index: -10;
  width: 32px;
  position: absolute;
  top: 45%;
  bottom: 0;
  left: 85%;
  right: auto;
}

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

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

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

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

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

.f-footer-link {
  color: #fff;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1em;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

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

.f-footer-menu {
  grid-column-gap: 24px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Satoshi, sans-serif;
  display: flex;
}

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

.f-footer-detail {
  color: #fff;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 16px;
}

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

.f-footer-logo-xs {
  width: 64px;
}

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

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

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

.f-footer-small {
  padding: 32px 5%;
  position: relative;
}

.heading-copy {
  color: #fff;
  background-image: url('../images/line-2.png');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: 196px;
  background-attachment: scroll;
  margin-bottom: -3.5em;
  padding-bottom: 5em;
  font-family: Satoshi, sans-serif;
  font-size: 3em;
  display: block;
}

.wbs-lead-text-copy {
  color: #c5c5c5;
  width: 75%;
  font-family: Satoshi, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.bold-text-2 {
  font-size: 1em;
}

.wbs-menu-button-2 {
  background-color: var(--flowstica-webflow-library--white-smoke);
  border-radius: 10px;
}

.wbs-menu-button-2.w--open {
  background-color: var(--flowstica-webflow-library--medium-sea-green);
}

.wbs-button-primary-1 {
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  background-color: #0f0f0f;
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 13px 30px;
  font-family: Satoshi, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  transition: background-color .3s ease-in-out;
}

.wbs-nav-link-2 {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Satoshi, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.wbs-dropdown-link-2 {
  color: var(--flowstica-webflow-library--black);
  font-size: 16px;
  font-weight: 700;
  transition: color .3s ease-in-out;
}

.wbs-dropdown-link-2:hover {
  color: var(--flowstica-webflow-library--medium-sea-green);
}

.wbs-dropdown-list-2 {
  background-color: var(--flowstica-webflow-library--white);
  border: 1px solid rgba(1, 11, 21, .12);
  border-radius: 10px;
  padding: 15px 10px;
}

.wbs-nav-menu {
  margin-left: auto;
}

.wbs-logo-2 {
  height: 2.375rem;
}

.wbs-nav-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

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

.wbs-navbar {
  background-color: rgba(0, 0, 0, 0);
  padding: 15px 5%;
}

.wbs-section-3 {
  padding: 6.25rem 5%;
}

.wbs-hero-2-image-2 {
  z-index: -1;
  display: block;
}

.wbs-hero-2-rating-content-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.wbs-hero-2-rating-client-image-2 {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: -15px;
}

.wbs-hero-2-rating-wrap-2 {
  margin-left: 15px;
}

.wbs-hero-2-rating-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wbs-spacing-31 {
  height: 1.875rem;
}

.wbs-button-link-icon-image-2 {
  height: 20px;
}

.wbs-button-link-icon-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--flowstica-webflow-library--black);
  border-radius: 6px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.wbs-button-black-2 {
  background-color: var(--flowstica-webflow-library--black);
  color: var(--flowstica-webflow-library--white);
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-button-black-2:hover {
  background-color: var(--flowstica-webflow-library--black-2);
  color: var(--flowstica-webflow-library--white);
}

.wbs-hero-2-button-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.wbs-lead-text-2 {
  color: var(--flowstica-webflow-library--black);
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.wbs-heading-h1-2 {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-hero-2-tagline-2 {
  color: var(--flowstica-webflow-library--medium-sea-green);
}

.wbs-hero-3 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.text-block-2 {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 1em;
}

.div-block-7 {
  width: 70%;
}

.link {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  text-decoration: none;
}

.paragraph {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  text-decoration: none;
}

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

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

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

@media screen and (max-width: 991px) {
  .wbs-menu-button {
    background-color: var(--flowstica-webflow-library--white-smoke);
    border-radius: 10px;
    margin-left: auto;
    padding: 15px;
  }

  .wbs-menu-button.w--open {
    background-color: var(--flowstica-webflow-library--medium-sea-green);
  }

  .wbs-nav-center-right {
    display: none;
  }

  .wbs-logo {
    width: 148px;
  }

  .wbs-nav-center-menu {
    border: 1px solid rgba(1, 11, 21, .1);
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wbs-nav-logo-center-wrap {
    grid-template-columns: 1fr .25fr;
  }

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

  .wbs-hero-2-image {
    position: static;
  }

  .wbs-heading-h1 {
    font-size: 3.2rem;
    line-height: 1.2em;
  }

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

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

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

  .image, .image-2, .image-copy-copy {
    display: none;
  }

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

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

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

  .wbs-menu-button-2 {
    background-color: var(--flowstica-webflow-library--white-smoke);
    border-radius: 10px;
    margin-left: auto;
    padding: 15px;
  }

  .wbs-menu-button-2.w--open {
    background-color: var(--flowstica-webflow-library--medium-sea-green);
  }

  .wbs-nav-right {
    display: none;
  }

  .wbs-nav-link-2 {
    color: #fff;
  }

  .wbs-nav-menu {
    background-color: #0f0f0f;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .wbs-hero-2-image-2 {
    position: static;
  }

  .wbs-heading-h1-2 {
    font-size: 3.2rem;
    line-height: 1.2em;
  }

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

  .div-block-7 {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .wbs-dropdown-grid-3-col {
    grid-template-columns: 1fr;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .wbs-hero-2-image {
    height: auto;
    margin-top: 1.875rem;
  }

  .wbs-heading-h1 {
    font-size: 2.4rem;
    line-height: 1.1em;
  }

  .wbs-section-2 {
    padding: 2rem 5%;
  }

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

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

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

  .wbs-section-3 {
    padding: 2rem 2%;
  }

  .wbs-hero-2-image-2 {
    height: auto;
    margin-top: 1.875rem;
  }

  .wbs-heading-h1-2 {
    font-size: 2.4rem;
    line-height: 1.1em;
  }
}

@media screen and (max-width: 479px) {
  .wbs-hero-2-image {
    height: auto;
    margin-top: 31px;
  }

  .wbs-hero-2-button {
    flex-direction: column;
    align-items: flex-start;
  }

  .wbs-heading-h1 {
    text-align: center;
    font-size: 2em;
  }

  .div-block {
    width: 100%;
  }

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

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

  .f-footer-menu {
    flex-direction: column;
  }

  .f-footer-brand {
    flex-flow: column;
  }

  .wbs-lead-text-copy {
    text-align: center;
    width: 100%;
    font-size: 1.125em;
  }

  .wbs-nav-link-2 {
    color: #fff;
  }

  .wbs-nav-menu {
    background-color: #0f0f0f;
  }

  .wbs-hero-2-image-2 {
    height: auto;
    margin-top: 31px;
  }

  .wbs-hero-2-rating-2 {
    display: none;
  }

  .wbs-hero-2-button-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .wbs-heading-h1-2 {
    font-size: 2.3rem;
  }

  .wbs-hero-2-content-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .link {
    color: #fff;
    font-family: Satoshi, sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    text-decoration: none;
  }
}

#w-node-_1ff74dcf-2fa5-9027-e564-c65e58536211-b8986177 {
  justify-self: end;
}

#w-node-_46e40ddd-c87a-cb59-6c78-bfbf21bd5ae2-b8986177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1ff74dcf-2fa5-9027-e564-c65e58536211-b8986177 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1ff74dcf-2fa5-9027-e564-c65e58536211-b8986177 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}