@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-primary-base: #642eff;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-grey-600: #393b6a;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-gray-500: #6b7094;
  --flowui-component-library-success-lighter: #ebfff6;
  --flowui-component-library-success-darker: #006638;
  --flowui-component-library-gray-400: #b6b9ce;
  --flowui-component-library-primary-lighter: #f7f5ff;
  --flowui-component-library-gray-100: #f7f9fd;
}

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #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 {
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.5;
}

p {
  letter-spacing: 0;
  text-transform: none;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0 0 0 1em;
}

ol {
  margin: 0;
  padding: 0 0 0 1.2em;
}

li {
  margin: 0;
  padding: 0;
}

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

label {
  margin-bottom: 0;
  display: block;
}

blockquote {
  margin-bottom: 0;
  padding: 0 1em;
  font-size: 1.6rem;
  line-height: 1.3;
}

figure {
  margin-bottom: 10px;
}

.sg_spacing_list--gp1 {
  flex-direction: column;
  display: flex;
}

.sg_spacing_item--gp0-5-pb1-bw1b {
  display: flex;
}

.sg_spacing_tag--bw1-br2 {
  text-align: center;
  flex: none;
  min-width: 6em;
  padding: .4em .8em;
}

.hero_sg_wrap--vt1-vb1-sm0-2 {
  text-align: center;
  min-height: 100vh;
  display: flex;
}

.hero_sg_base--ca1 {
  opacity: 1;
  display: block;
}

.hero_sg_list--gp4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero_sg_logo {
  width: 10rem;
}

.hero_sg_tag_wrap--gp1-5 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card_sg_wrap--bw1-br2-pd2 {
  align-items: flex-start;
  height: 100%;
  position: relative;
}

.card_sg_list--gp1-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.card_sg_visual_inner--bc0-1 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 5rem;
  display: flex;
  position: relative;
}

.sg_spacing_bar--cm0-2-br2 {
  display: flex;
}

.sg_example_list--gd12-cd4-ct3-cl2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.sg_example_item {
  width: 100%;
  height: 100%;
  min-height: 5rem;
}

.footer_sg_wrap--bw1t-vt1-vb1 {
  text-align: center;
}

.sg_color_card--br2-pd2-mt2-bw1 {
  width: 100%;
}

.sg_color_item-gv1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.sg_color_visual--br1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 9rem;
  padding: 1.4rem;
  display: flex;
}

.sg_list--gd1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.sg_class_list--gp0-75 {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.sg_class_item--br1-bw1 {
  text-align: center;
  min-width: 3.9em;
  padding: .5em .7em;
  line-height: 1;
  display: inline-block;
}

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

.sg_font_item--pb2-gp1-5-bw1b {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.sg_space_item_wrap--bw1-bc0-1 {
  width: 100%;
}

.sg_space_item_visual--bg0-1 {
  min-height: 1rem;
}

.sg_space_list--gp5 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.sg_space_item--gp1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sg_link_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.sg_link_item--bw1b-lm0-1 {
  padding-bottom: .1rem;
  display: inline-block;
}

.card_sg_icon {
  width: 2rem;
  height: 2rem;
}

.card_sg_visual_wrap--bw1, .form_main_field_wrap {
  width: 100%;
}

.form_main_label--fw2-fs7-2 {
  z-index: 1;
  position: relative;
}

.form_main_wrap {
  width: 100%;
  margin-bottom: 0;
}

.form_main_success_wrap--br1-bw1 {
  background-color: #0000;
  padding: 1.2rem;
}

.form_main_list--gv2-5 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form_main_option_list--gp1-5 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form_main_option_item {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form_main_error_wrap--br1-bw1 {
  background-color: #0000;
  margin-top: 1.3rem;
  padding: .8rem 1.4rem;
}

.form_main_option_link--bw1-bc1 {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 .5rem 0 0;
}

.form_main_option_link--bw1-bc1.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.form_main_field_input--fs7-1-fc1-bw1b-bc1 {
  z-index: 2;
  background-color: #0000;
  border-radius: 0;
  height: 2.7em;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.form_main_field_input--fs7-1-fc1-bw1b-bc1.is-message {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 5rem;
  max-height: 10rem;
  padding-top: .5rem;
}

.rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: .8rem;
}

.rich-text p {
  margin-top: .8rem;
  margin-bottom: .8rem;
}

.rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  margin-top: 1.5rem;
  margin-bottom: .8rem;
}

.rich-text figure {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.rich-text ul {
  margin-top: .8rem;
  margin-bottom: .8rem;
}

.rich-text li {
  margin-top: .2rem;
  margin-bottom: .2rem;
}

.rich-text blockquote {
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}

.display-none {
  display: none;
}

.btn_main_wrap--fw2-br3 {
  padding: .9rem 1.6rem;
  line-height: 1;
  display: inline-block;
}

.btn_main_icon {
  flex: none;
  width: .7rem;
  height: .9rem;
  transition: transform .2s;
  display: block;
}

.btn_main_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btn_play_wrap--br3-bg0 {
  position: relative;
}

.btn_play_base--ca1-br3-bg1 {
  padding-bottom: 0;
  transition: all .2s;
}

.btn_play_list {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: relative;
}

.btn_play_icon {
  width: 36%;
  height: 36%;
}

.page_code_wrap {
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

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

.f-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.f-navigation-search {
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
}

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

.f-navigation-button {
  background-color: var(--flowui-component-library-gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-link {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library-primary-base);
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  padding-left: 5rem;
  display: flex;
  position: static;
}

.f-logo {
  width: 16.2rem;
  padding-right: 1rem;
}

.f-logo.f-footer-logo {
  width: 14.2rem;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.fs7-2 {
  object-fit: fill;
  width: 25rem;
  max-width: 100%;
  font-size: .9rem;
}

.f-banner-badge {
  background-color: var(--flowui-component-library-primary-base);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-banner-badge.fs7-2 {
  width: 3rem;
  max-width: 100%;
  font-size: .9rem;
  display: none;
}

.f-banner-dark {
  grid-column-gap: 16px;
  background-color: var(--flowui-component-library-gray-900);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-copyright {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.f-footer-divider {
  background-color: var(--flowui-component-library-gray-200);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-footer-link {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

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

.f-footer-title {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.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.fb, .f-footer-social.x, .f-footer-social.ig {
  display: none;
}

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

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

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

.f-footer-logo {
  flex: none;
}

.f-margin-bottom-24 {
  text-align: left;
}

.f-footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  padding-top: 20px;
}

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

.f-footer-regular {
  background-color: var(--flowui-component-library-white);
  padding: 64px 5%;
  position: relative;
}

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

.f-header-image-wrapper-wide {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 64px;
  display: flex;
  overflow: hidden;
}

.f-success-message {
  background-color: var(--flowui-component-library-success-lighter);
  color: var(--flowui-component-library-success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral {
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-header-input-field {
  color: var(--flowui-component-library-gray-900);
  background-color: #0000;
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.f-header-input-field::placeholder {
  color: var(--flowui-component-library-gray-400);
}

.f-header-form-wrapper {
  border: 1px solid var(--flowui-component-library-grey-300);
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.f-header-form-block {
  max-width: 100%;
  margin-bottom: 0;
}

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

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

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

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

.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-margin-bottom-08 {
  margin-bottom: 8px;
}

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

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

.f-section-large {
  padding: 20px 5% 92px;
  position: relative;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-icon {
  color: var(--flowui-component-library-gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-title {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-accordian-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown {
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper {
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  flex-direction: column;
  max-width: 500px;
  padding: 24px;
  display: flex;
}

.f-interaction-detail {
  color: #6b7094;
  font-weight: 500;
}

.f-interaction-accent {
  max-width: 320px;
}

.f-interaction {
  grid-row-gap: 16px;
  background-color: var(--flowui-component-library-gray-200);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 14px;
  display: flex;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-2.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

.f-alert-content {
  width: 100%;
}

.f-alert-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.f-alert-information {
  background-color: var(--flowui-component-library-primary-lighter);
  color: var(--flowui-component-library-primary-base);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 16px;
  display: flex;
}

.f-interaction-alert {
  background-color: var(--flowui-component-library-white);
  color: var(--flowui-component-library-gray-900);
  border-radius: 8px;
  align-items: flex-start;
  padding: 16px 24px 16px 16px;
  display: flex;
  box-shadow: 56px 0 80px -24px #393b6a1f;
}

.f-interaction-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

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

.f-header-image-wrapper-top {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 350px;
  margin-bottom: 48px;
  display: flex;
  overflow: hidden;
}

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

.f-content-image-wrapper-large {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 460px;
  overflow: hidden;
}

.f-button-neutral-2 {
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

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

.f-content-list-item {
  grid-column-gap: 16px;
  color: var(--flowui-component-library-gray-900);
  align-items: center;
  display: flex;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

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

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

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

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

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

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

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

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.f-paragraph-small-3 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-sub-heading-large {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

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

.f-feature-icon-wrapper {
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 8px;
  width: 12rem;
  min-width: 8rem;
  height: 12rem;
  min-height: 8rem;
  margin-bottom: 32px;
  padding: 16px;
}

.f-feature-card-divider {
  background-color: var(--flowui-component-library-gray-200);
  width: 1px;
  height: 200px;
  margin-left: 40px;
  margin-right: 40px;
}

.f-feature-card-row {
  border: 1px solid var(--flowui-component-library-gray-200);
  border-radius: 12px;
  justify-content: space-around;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.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-53 {
  margin-bottom: 16px;
}

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

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

.html-embed {
  position: static;
  inset: 0% 0% auto auto;
}

.f-success-message-2 {
  background-color: var(--flowui-component-library-success-lighter);
  color: var(--flowui-component-library-success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral-3 {
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-header-input-field-2 {
  color: var(--flowui-component-library-gray-900);
  background-color: #0000;
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.f-header-input-field-2::placeholder {
  color: var(--flowui-component-library-gray-400);
}

.f-header-form-wrapper-2 {
  border: 1px solid var(--flowui-component-library-grey-300);
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.f-header-form-block-2 {
  max-width: 360px;
  margin-bottom: 0;
}

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

.f-margin-bottom-65 {
  margin-bottom: 40px;
}

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

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

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

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

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

.f-image-cover-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-header-image-wrapper-top-2 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 350px;
  margin-bottom: 48px;
  display: flex;
  overflow: hidden;
}

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

.f-section-large-3 {
  padding: 92px 5%;
  position: relative;
}

.f-footer-link-2 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

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

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

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-detail-2 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

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

.f-footer-horizontal-divider {
  background-color: var(--flowui-component-library-grey-300);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.f-footer-social-2 {
  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-2:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-social-group-2 {
  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-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-logo-2 {
  flex: none;
}

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

.f-footer-small {
  background-color: var(--flowui-component-library-white);
  padding: 32px 5%;
  position: relative;
}

.div-block {
  width: 10rem;
  padding-top: 1rem;
  padding-right: 1rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image {
  width: 9rem;
  margin-left: 8.2rem;
  position: absolute;
  top: 22.81rem;
  left: -7.94rem;
}

.submit-button {
  vertical-align: baseline;
  position: static;
}

.div-block-2 {
  display: none;
}

.code-embed {
  display: block;
}

.heading {
  text-align: center;
  padding-bottom: 10px;
}

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

.div-block-3 {
  padding-bottom: 10px;
}

.button {
  text-align: center;
  padding-top: 10px;
}

.text-block {
  padding-top: 0;
}

.container {
  text-align: center;
}

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

.text-block-2 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}

.section-2 {
  color: #fff;
  background-color: #fff;
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  blockquote {
    font-size: 1.4rem;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--flowui-component-library-grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library-gray-900);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library-white);
    color: var(--flowui-component-library-grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

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

  .f-footer-title {
    margin-bottom: 24px;
  }

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

  .f-accordian-list {
    width: 100%;
  }

  .f-content-image-wrapper-large {
    max-width: 100%;
  }

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

  .f-feature-icon-wrapper {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
  }

  .f-feature-card-divider {
    width: 50%;
    height: 1px;
    margin: 32px 0;
  }

  .f-feature-card-row {
    flex-direction: column;
  }

  .html-embed {
    position: static;
  }

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

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

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

  .div-block {
    padding-top: .5rem;
    padding-right: .5rem;
    position: absolute;
    inset: 0% 0% auto auto;
  }
}

@media screen and (max-width: 767px) {
  .sg_font_item--pb2-gp1-5-bw1b {
    grid-template-columns: 100%;
  }

  .f-banner-badge {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .f-banner-dark {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

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

  .f-header-image-wrapper-top {
    height: 490px;
  }

  .f-h2-heading {
    font-size: 44px;
  }

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

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

  .f-h1-heading-2 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-header-image-wrapper-top-2 {
    height: 490px;
  }

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

  .div-block {
    padding-top: .25rem;
    padding-right: .25rem;
  }

  .image {
    width: 7.7rem;
    top: 31.5rem;
  }
}

@media screen and (max-width: 479px) {
  .f-navigation-button {
    display: none;
  }

  .f-header-title-wrapper-center {
    padding-top: 1rem;
  }

  .f-header-image-wrapper-top {
    height: 390px;
  }

  .html-embed {
    width: 100%;
  }

  .f-header-image-wrapper-top-2 {
    height: 390px;
  }

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

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

  .div-block {
    width: 6rem;
    padding-top: .125rem;
    padding-right: 0;
  }

  .image {
    top: 24.7rem;
    left: -3rem;
  }
}

#w-node-_911ca89f-ebdb-fca5-b23c-dfd71fa0cda5-2c987bcc {
  justify-self: end;
}

#w-node-_25c58d52-a5f4-bbf5-272d-2962f3b1820c-f3b181ef {
  place-self: center end;
}

#w-node-_77697ffb-f981-94a8-bc0f-aec43c7c7079-2c987bcd, #w-node-_77697ffb-f981-94a8-bc0f-aec43c7c7080-2c987bcd, #w-node-_2139cfba-4359-e2fb-093a-723282222f65-82222f64, #w-node-_2139cfba-4359-e2fb-093a-723282222f6d-82222f64, #w-node-_5d9836e8-36b4-bbf2-4f52-953c9d6faf4b-2c987bce, #w-node-_4e57750e-c85c-996e-ff75-b21925908532-2c987bce, #w-node-e2ed2e8b-d97f-a228-73c6-54cdafe119c7-2c987bce, #w-node-e2ed2e8b-d97f-a228-73c6-54cdafe119f3-2c987bce, #w-node-_89a9891d-3ee6-c5bd-a9b5-ff5a15c408d8-2c987bcf, #w-node-_340dd001-37d3-525b-ee43-941c446ac9c0-2c987bcf, #w-node-_64ff30c5-aab8-db8f-a407-bd7dfbdf6603-2c987bcf, #w-node-_1a9c9243-fa5f-41a5-58f4-49463148ec1f-2c987bcf, #w-node-_0863400f-4363-f1e5-b59c-7540e3477ac3-2c987bcf, #w-node-_340dd001-37d3-525b-ee43-941c446ac9da-2c987bcf, #w-node-_340dd001-37d3-525b-ee43-941c446ac9b3-2c987bcf, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c206-2c987bcf, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c208-2c987bcf, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c20a-2c987bcf, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c20c-2c987bcf, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c20e-2c987bcf, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c210-2c987bcf, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c212-2c987bcf, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c214-2c987bcf, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c216-2c987bcf, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c218-2c987bcf, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c21a-2c987bcf, #w-node-_46850dd2-0c17-d9d4-0b63-4674cfc8d1b9-2c987bd0, #w-node-_46850dd2-0c17-d9d4-0b63-4674cfc8d1d9-2c987bd0, #w-node-_862e949d-0961-5443-09ac-99461f752961-2c987bd2, #w-node-f89bfa4b-4b27-ffc7-70f5-79e33afdd12b-2c987bd2, #w-node-ded1dd03-52b3-a61e-b6a3-e41c3618546d-2c987bd2, #w-node-_2f0482f4-d303-859b-6204-fd054a8fea9f-2c987bd2, #w-node-_6a81d4ea-5a0b-5b6c-1812-9298341abf1b-2c987bd2, #w-node-_6a81d4ea-5a0b-5b6c-1812-9298341abf22-2c987bd2, #w-node-_6a81d4ea-5a0b-5b6c-1812-9298341abf29-2c987bd2, #w-node-_6a81d4ea-5a0b-5b6c-1812-9298341abf30-2c987bd2, #w-node-_14b7a568-df95-c57b-eb5c-49af6173b5ff-2c987bd2, #w-node-_14b7a568-df95-c57b-eb5c-49af6173b614-2c987bd2, #w-node-_851f311e-14b5-c3aa-41c1-cb354d76929c-2c987bd2, #w-node-_851f311e-14b5-c3aa-41c1-cb354d7692a3-2c987bd2, #w-node-_04d8d540-0b58-3ac8-315f-c0b5ada40827-2c987bd2, #w-node-_04d8d540-0b58-3ac8-315f-c0b5ada4082e-2c987bd2, #w-node-_04d8d540-0b58-3ac8-315f-c0b5ada40835-2c987bd2, #w-node-_04d8d540-0b58-3ac8-315f-c0b5ada4083c-2c987bd2, #w-node-_5a3f034d-ceef-ede6-1d33-e1bd63de09c4-2c987bd2, #w-node-_434ce385-babb-1e5e-75d9-0e309efeb470-2c987bd3, #w-node-_434ce385-babb-1e5e-75d9-0e309efeb460-2c987bd3, #w-node-_434ce385-babb-1e5e-75d9-0e309efeb468-2c987bd3, #w-node-d1f4c1ae-9e07-05da-1c84-35c7aece23b1-2c987bd3, #w-node-d1f4c1ae-9e07-05da-1c84-35c7aece23b9-2c987bd3, #w-node-d1f4c1ae-9e07-05da-1c84-35c7aece23c1-2c987bd3, #w-node-_6d341d6b-5fdf-1fce-479d-9e8c61c82222-2c987bd3, #w-node-_6d341d6b-5fdf-1fce-479d-9e8c61c82229-2c987bd3, #w-node-_6d341d6b-5fdf-1fce-479d-9e8c61c82230-2c987bd3, #w-node-ee03750d-98ba-9780-11c4-2594987e6758-2c987bd3, #w-node-ee03750d-98ba-9780-11c4-2594987e6760-2c987bd3, #w-node-ee03750d-98ba-9780-11c4-2594987e6768-2c987bd3, #w-node-ee03750d-98ba-9780-11c4-2594987e6770-2c987bd3, #w-node-c5e77e45-6330-3989-dff9-16d7860bd763-2c987bd3, #w-node-_9fcf89a7-81ae-0ec3-2a5a-c861701f3ca7-2c987bd3, #w-node-_2e598a54-24e8-e09b-98a1-b2647a8b2e25-2c987bd3, #w-node-_2e598a54-24e8-e09b-98a1-b2647a8b2e2d-2c987bd3, #w-node-_265b3891-2362-c7cd-a831-cdadbd211288-2c987bd3, #w-node-_265b3891-2362-c7cd-a831-cdadbd211296-2c987bd3, #w-node-_15624a92-df93-70aa-62c5-63a4950beaa2-2c987bd3, #w-node-e2b807c5-b3f4-7de8-51db-a33c8475931c-861e28c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4cb804b-b3b2-1fc4-4458-c13f7c50377f-c5ce72fb {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-_25c58d52-a5f4-bbf5-272d-2962f3b181f2-f3b181ef, #w-node-e4cb804b-b3b2-1fc4-4458-c13f7c503778-c5ce72fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}