:root {
  --flowui-component-library--grey-300: #e4e6f1;
  --black: #253240;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--gray-700: #282556;
  --white: white;
  --yellow: var(--white);
}

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

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

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

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

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

.margin-bottom-24px {
  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;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  margin: 0;
  font-weight: 500;
}

.f-paragraph-regular.rating {
  margin-bottom: 0;
}

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

.f-header-review-icon-wrapper {
  background-color: var(--flowui-component-library--grey-300);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-header-review-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 32px;
  font-weight: 500;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 14px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 32px;
}

.f-h1-heading {
  color: var(--black);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

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

.f-heading-detail-small {
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.f-header-wrapper-left {
  max-width: 620px;
}

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

.f-container-regular.flex {
  display: flex;
}

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

.f-section-large.bg-gray {
  background-color: #ffea6f;
}

.f-section-large.large-light-blue {
  background-color: #c2dcfd;
}

.f-image-cover {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.f-image-cover.thanks {
  max-height: 500px;
}

.f-image-cover.mobile {
  display: none;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  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: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-button-neutral {
  color: var(--black);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #ffea6f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

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

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

.f-header-grid {
  grid-column-gap: 41px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
}

.f-account-link {
  color: var(--flowui-component-library--gray-900);
  font-weight: 700;
  text-decoration: none;
}

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

.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-account-form-button {
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.f-checkbox-label {
  color: var(--flowui-component-library--gray-900);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.f-checkbox {
  border-width: 2px;
  border-color: var(--flowui-component-library--gray-400);
  background-color: var(--flowui-component-library--white);
  border-radius: 4px;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  margin: 5px 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: var(--flowui-component-library--gray-900);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

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

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

.f-field-label {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

.f-account-input-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 16px;
}

.f-account-form-block {
  margin-bottom: 0;
}

.form-block-wrapper {
  margin-top: 40px;
}

.f-account-divider {
  background-color: var(--flowui-component-library--gray-200);
  width: 100%;
  height: 1px;
}

.f-account-divider-wrapper {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.f-social-login-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  display: flex;
}

.f-social-login-button {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px 12px 16px;
  transition: background-color .3s;
  display: flex;
}

.f-social-login-button:hover {
  background-color: var(--flowui-component-library--gray-200);
}

.f-account-login-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.f-account-social-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 24px;
  margin-bottom: 40px;
  display: flex;
}

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

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

.f-account-form {
  width: 100%;
  max-width: 450px;
}

.f-account-container-r {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.f-account-image-wrapper {
  background-color: var(--flowui-component-library--gray-200);
  width: 50%;
}

.f-account-section {
  height: 100vh;
  min-height: 900px;
  display: flex;
  position: relative;
}

.div-block {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

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

.f-feature-icon-wrapper-white {
  background-color: #fff;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-feature-card-filled {
  background-color: #c2dcfd;
  border-radius: 12px;
  padding: 32px;
}

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

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

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

.f-h3-heading {
  color: var(--black);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Playfair Display, sans-serif;
  font-size: 34px;
  line-height: 1.2;
}

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

.f-max-width-large {
  max-width: 610px;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

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

.f-input-outlined {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: var(--flowui-component-library--gray-400);
}

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

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

.f-content-form-block {
  margin-top: 32px;
  margin-bottom: 0;
}

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

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

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

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

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

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

.f-section-regular {
  background-color: #0000;
  padding: 72px 5%;
  position: relative;
}

.f-section-regular.bg-gray {
  background-color: #ffa7df;
}

.f-text-weight-medium {
  font-weight: 500;
}

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

.f-testimonial-avatar-small {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

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

.f-h6-heading {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

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

.f-testimonial-card {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

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

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

.f-testimonial-background {
  background-color: var(--flowui-component-library--gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

.f-header-image-wrapper-tall-2 {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
}

.f-header-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
}

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

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

.f-field-caption {
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-field-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
}

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

.f-field-input-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

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

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

.f-contact-form {
  flex-direction: column;
  display: flex;
}

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

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

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

.f-title-wrapper-center-2 {
  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-74 {
  margin-bottom: 48px;
}

.f-contact-content {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

.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-2 {
  font-weight: 500;
}

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

.f-testimonial-avatar-small-2 {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author-2 {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author-2:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

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

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

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card-2 {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

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

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

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

.f-title-wrapper-center-3 {
  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-76 {
  margin-bottom: 48px;
}

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

.f-testimonial-background-2 {
  background-color: var(--flowui-component-library--gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-section-regular-2 {
  padding: 72px 5%;
  position: relative;
}

.logo {
  height: 59px;
  margin-bottom: 20px;
}

.list {
  margin-bottom: 20px;
  padding-left: 20px;
}

.list-item {
  margin-bottom: 8px;
  font-size: 14px;
}

.testimonial-name {
  margin-bottom: 0;
  font-weight: 700;
}

.testimonial-description {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .container {
    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;
  }

  .f-header-review-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .f-header-wrapper-left {
    text-align: center;
    flex-flow: column;
    max-width: 100%;
    display: flex;
  }

  .f-image-cover {
    order: 0;
    display: none;
  }

  .f-image-cover.thanks, .f-image-cover.mobile {
    display: block;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
  }

  .f-header-grid, .f-account-input-grid-large {
    grid-template-columns: 1fr;
  }

  .f-account-container-r {
    width: 60%;
  }

  .f-account-image-wrapper {
    width: 40%;
  }

  .f-account-section {
    height: auto;
  }

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

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

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

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

  .f-testimonial-background {
    height: 20%;
  }

  .f-header-image-wrapper-tall-2 {
    max-width: none;
    height: 360px;
  }

  .f-header-image-wrapper-tall-2.hidden-mobile {
    display: none;
  }

  .f-header-grid-2 {
    grid-template-columns: 1fr;
    align-items: center;
  }

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

  .f-testimonial-background-2 {
    height: 20%;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-left {
    padding: 60px 15px;
  }

  .f-paragraph-large {
    font-size: 13px;
  }

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

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

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

  .f-account-container-r {
    justify-content: center;
    width: 100%;
  }

  .f-account-image-wrapper {
    width: 100%;
    height: 600px;
  }

  .f-account-section {
    flex-direction: column;
  }

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

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

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

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

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

  .f-header-image-wrapper-tall-2 {
    height: 400px;
  }

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

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

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

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

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

  .list-item {
    font-size: 12px;
  }

  .bold-text {
    font-size: 36px;
    line-height: 1.1;
  }
}

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

  .f-account-input-grid-large {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .f-account-login-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block {
    padding: 20px;
  }

  .f-content-form {
    flex-direction: column;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small-2 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author-2 {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .list {
    padding-left: 10px;
  }
}

#w-node-b921e202-1d2f-3f56-e797-4477e82fff42-2e06ceee {
  justify-self: center;
}

#w-node-_9841b65b-ab98-b36b-4427-59abaa3c6571-2e06ceee, #w-node-_9841b65b-ab98-b36b-4427-59abaa3c6575-2e06ceee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0af0e47f-d1da-7058-87e0-9a0f4c12b73b-2e06ceee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56b7b0f7-2a01-7e2f-b32f-6326fce5e21e-2e06ceee, #w-node-_56b7b0f7-2a01-7e2f-b32f-6326fce5e22f-2e06ceee, #w-node-_56b7b0f7-2a01-7e2f-b32f-6326fce5e240-2e06ceee, #w-node-a7f2a853-11fc-3280-2e7f-565bec41ab53-2e06ceee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8a10729-c94d-6e12-8229-3d6cdbccf886-2e06ceee {
  justify-self: end;
}

#w-node-_7e24d50d-9cf1-9000-53cf-8b3209e5a1e7-2e06ceee {
  justify-self: center;
}

#w-node-_7e24d50d-9cf1-9000-53cf-8b3209e5a1f8-2e06ceee, #w-node-_7e24d50d-9cf1-9000-53cf-8b3209e5a1fc-2e06ceee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e24d50d-9cf1-9000-53cf-8b3209e5a200-2e06ceee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d938597-58db-7f69-6dac-5717b428ffe8-9f21ae11, #w-node-_8d938597-58db-7f69-6dac-5717b428ffe8-2f2cf9e3 {
  place-self: center;
}

#w-node-b921e202-1d2f-3f56-e797-4477e82fff42-817fe273 {
  justify-self: center;
}

#w-node-_56b7b0f7-2a01-7e2f-b32f-6326fce5e21e-817fe273, #w-node-_56b7b0f7-2a01-7e2f-b32f-6326fce5e22f-817fe273, #w-node-_56b7b0f7-2a01-7e2f-b32f-6326fce5e240-817fe273, #w-node-a7f2a853-11fc-3280-2e7f-565bec41ab53-817fe273 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8a10729-c94d-6e12-8229-3d6cdbccf886-817fe273 {
  justify-self: end;
}

#w-node-_379273c2-9215-7a51-aeb2-adefe5547cf5-817fe273 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_38f1e233-5822-ef09-7d59-72c21546b808-2e06ceee, #w-node-ef45f278-c6b6-025c-0e8b-f0bde7d94f78-2e06ceee, #w-node-c8a10729-c94d-6e12-8229-3d6cdbccf875-2e06ceee, #w-node-_7bb3432a-c8a8-2b48-d8c8-c27a6d8fa148-2e06ceee, #w-node-_7e24d50d-9cf1-9000-53cf-8b3209e5a1d3-2e06ceee, #w-node-_8d938597-58db-7f69-6dac-5717b428ffea-9f21ae11, #w-node-_8d938597-58db-7f69-6dac-5717b428ffea-2f2cf9e3, #w-node-_38f1e233-5822-ef09-7d59-72c21546b808-817fe273, #w-node-ef45f278-c6b6-025c-0e8b-f0bde7d94f78-817fe273, #w-node-c8a10729-c94d-6e12-8229-3d6cdbccf875-817fe273, #w-node-_7bb3432a-c8a8-2b48-d8c8-c27a6d8fa148-817fe273, #w-node-_379273c2-9215-7a51-aeb2-adefe5547ce1-817fe273 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9841b65b-ab98-b36b-4427-59abaa3c6569-2e06ceee, #w-node-_9841b65b-ab98-b36b-4427-59abaa3c656d-2e06ceee, #w-node-_9841b65b-ab98-b36b-4427-59abaa3c6571-2e06ceee, #w-node-_9841b65b-ab98-b36b-4427-59abaa3c6575-2e06ceee, #w-node-_7e24d50d-9cf1-9000-53cf-8b3209e5a1f0-2e06ceee, #w-node-_7e24d50d-9cf1-9000-53cf-8b3209e5a1f4-2e06ceee, #w-node-_7e24d50d-9cf1-9000-53cf-8b3209e5a1f8-2e06ceee, #w-node-_7e24d50d-9cf1-9000-53cf-8b3209e5a1fc-2e06ceee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


