:root {
  --flowui-component-library-grey-300: #ffffffc7;
  --flowui-component-library-gray-200: #f3f5fb00;
  --flowui-component-library-grey-600: #393b6a;
  --flowui-component-library-gray-900: #000;
  --flowui-component-library-gray-400: #fffc;
  --flowui-component-library-primary-base: #f18f37;
  --flowui-component-library-gray-700: #282828d9;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-500: #6b7094;
  --flowui-component-library-primary-dark: #2d0896;
  --flowui-component-library-error-lighter: #fceff0;
  --flowui-component-library-error-darker: #5b0b11;
  --flowui-component-library-success-lighter: #ebfff6;
  --flowui-component-library-success-darker: #006638;
  --blue: #f28f38;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--success-base: #0ebc6e;
}

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

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

.f-avatar-group-r {
  background-color: var(--flowui-component-library-grey-300);
  border: 3px solid #fff;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-right: -16px;
  position: relative;
}

.f-avatar-group {
  justify-content: flex-start;
  display: flex;
}

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

.f-paragraph-small.f-text-color-gray-400 {
  color: var(--flowui-component-library-gray-400);
}

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

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

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

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

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

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

.f-navigation-link {
  color: #fffc;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-bottom: 3px solid #0000;
  border-right: 1px #000;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  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-grey-300);
  border: 3px #f2913d;
  border-radius: 0;
  font-weight: 400;
  transform: translate(0, -7px);
  box-shadow: inset 0 -3px #f2913d;
}

.f-navigation-link:focus {
  color: #f18f37;
}

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

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

.f-logo {
  border-right: 0 #000;
  width: 150px;
  margin-right: 40px;
  padding-right: 0;
}

.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: #282828;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 10px 5%;
  display: flex;
}

.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-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-navigation-logo-link-middle {
  margin-left: 24px;
  margin-right: 24px;
}

.f-navigation-logo-link-mobile {
  margin-left: 24px;
  margin-right: 24px;
  display: none;
}

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

.f-banner-flex-row {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--flowui-component-library-white);
  background-color: #282828;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.f-navigation-button {
  outline-offset: 0px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #037f8c;
  border-radius: 10px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  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: #f18f37d9;
}

.f-icon-regular {
  color: #037f8c;
  text-align: left;
  text-overflow: clip;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 100%;
  height: 26px;
  max-height: 100%;
  margin-right: 20px;
  font-size: 16px;
  transition: color .2s;
  display: flex;
}

.f-icon-regular:hover {
  color: #f28f38;
}

.f-navigation-social-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  border-radius: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  transition: color .3s;
  display: flex;
}

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

.f-navigation-socials-wrapper {
  grid-column-gap: 16px;
  border-left: 2px solid var(--flowui-component-library-grey-300);
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.f-navigation-link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: static;
}

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

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  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 {
  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-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

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

.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-24 {
  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-heading-detail-small.f-text-color-white {
  color: #fff;
}

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

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

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

.f-section-large {
  background-color: #e0d5b2;
  padding: 92px 5%;
  position: relative;
}

.f-pricing-button {
  background-color: var(--flowui-component-library-primary-base);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  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-pricing-button:hover {
  background-color: var(--flowui-component-library-primary-dark);
}

.f-pricing-line-dark {
  background-color: var(--flowui-component-library-gray-700);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.f-pricing-feature-item {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.f-pricing-feature-list {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.f-pricing-duration {
  color: var(--flowui-component-library-gray-400);
  font-size: 16px;
  font-weight: 400;
}

.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-h3-heading.f-text-color-white {
  color: var(--flowui-component-library-white);
}

.f-badge-filled {
  background-color: var(--flowui-component-library-primary-base);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

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

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

.f-pricing-card-dark {
  background-color: var(--flowui-component-library-gray-900);
  color: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  padding: 40px;
  position: relative;
}

.f-pricing-line {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-card-outline {
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

.f-pricing-column-basic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

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

.f-text-weight-bold {
  font-weight: 700;
}

.f-pricing-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.f-contact-image-wrapper {
  max-width: 550px;
  height: 100%;
}

.f-error-message {
  background-color: var(--flowui-component-library-error-lighter);
  color: var(--flowui-component-library-error-darker);
  text-align: center;
  border-radius: 8px;
}

.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-checkbox-label {
  color: var(--flowui-component-library-gray-900);
  margin-bottom: 0;
  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;
  height: 20px;
  margin: 0 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 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.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 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.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-contact-form {
  flex-direction: column;
  display: flex;
}

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

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

.f-image-cover-2 {
  float: none;
  clear: none;
  opacity: 1;
  text-align: left;
  vertical-align: baseline;
  mix-blend-mode: normal;
  object-fit: cover;
  background-color: #fff;
  background-image: linear-gradient(#087f8c, #fff);
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
  inset: 0% auto auto 0%;
  box-shadow: 1px 8px 6px -3px #282828;
}

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
  box-shadow: 0 5px 12px -3px #0003;
}

.f-button-secondary-2 {
  border: 1px none var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 12px;
  flex: 0 auto;
  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-2:hover {
  background-color: var(--blue);
  border-color: #f28f38;
}

.f-button-neutral-2 {
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #037f8c;
  border-radius: 12px;
  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: block;
}

.f-button-neutral-2:hover {
  background-color: #f18f37;
}

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

.f-paragraph-large-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  max-width: 800px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

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

.f-h3-heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 1.2;
}

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

.f-heading-detail-small-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

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

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

.f-section-regular {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #d8b1b1;
  background-image: linear-gradient(#f18f3782 9%, #fff0), linear-gradient(#00000063, #00000063), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, scroll;
  min-height: 500px;
  margin-bottom: -41px;
  padding: 72px 5% 127px;
  position: relative;
}

.f-icon-regular-2 {
  color: var(--flowui-component-library-gray-400);
  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: auto;
  height: auto;
  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-detail {
  color: var(--flowui-component-library-grey-300);
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-detail:hover {
  -webkit-text-stroke-color: var(--flowui-component-library-grey-300);
}

.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-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small-2.f-text-color-gray-500 {
  color: var(--flowui-component-library-gray-500);
}

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

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

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

.f-container-regular-3 {
  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-account-link {
  color: var(--flowui-component-library-gray-900);
  font-weight: 700;
  text-decoration: none;
}

.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 {
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #037f8c;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: #282828;
}

.f-account-form-button {
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.f-field-input-2 {
  border: 1px solid var(--blue);
  opacity: .5;
  color: var(--flowui-component-library-gray-700);
  background-color: #fff;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Ubuntu, Helvetica, sans-serif;
  transition: all .2s;
}

.f-field-input-2:active {
  color: var(--blue);
}

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

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

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

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

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

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

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

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

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

.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-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

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

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

.f-account-content-wrapper {
  width: 100%;
  max-width: 400px;
}

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

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

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

.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;
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.f-footer-brand {
  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-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-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.text-block, .text-block-2, .text-block-3, .text-block-4 {
  color: var(--flowui-component-library-grey-300);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-5, .text-block-6, .text-block-7 {
  color: var(--flowui-component-library-grey-300);
}

.text-block-8 {
  color: var(--flowui-component-library-grey-300);
  flex-flow: row;
  min-width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.f-contact-image-wrapper-2 {
  max-width: 550px;
  height: 100%;
}

.f-error-message-2 {
  background-color: var(--flowui-component-library-error-lighter);
  color: var(--flowui-component-library-error-darker);
  text-align: center;
  border-radius: 8px;
}

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

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

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

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

.f-checkbox-field-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.f-text-area-2 {
  border: 1px solid var(--blue);
  opacity: .5;
  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-2:focus {
  border-color: var(--flowui-component-library-gray-400);
}

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

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

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

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

.f-h3-heading-3 {
  color: #282828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-3 {
  color: #282828bf;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.f-contact-grid-2 {
  grid-column-gap: 35px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 6.5fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center stretch;
  display: grid;
}

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

.text-block-9 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-10 {
  color: #282828;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-11 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block {
  transform-style: preserve-3d;
  background-color: #282828;
  width: 100%;
  height: auto;
  margin-top: -39px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  transform: skew(-3deg)rotate(-3deg);
}

.grid {
  grid-template-areas: "Area-2 Area"
                       "Area-3 Area-4";
}

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

.f-image-cover-4:hover {
  filter: grayscale();
  transform: translate(0);
}

.f-gallery-image-s {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-image: url('../images/Studio-BTS02.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center;
  height: 300px;
  text-decoration: none;
  transition: filter .4s, transform .3s;
  display: grid;
}

.f-gallery-image-s:hover {
  opacity: 1;
  filter: saturate(0%);
  background-position: 50%;
  transform: scale(1.1);
}

.f-gallery-lightbox {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.f-h3-heading-4 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 35px;
  line-height: 1.2;
}

.f-heading-detail-small-4 {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  line-height: 24px;
}

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

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

.f-margin-bottom-66 {
  margin-bottom: 48px;
  padding-bottom: 0;
}

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

.f-section-large-3 {
  background-color: #0000;
  margin-bottom: 60px;
  padding: 60px 5% 0;
  position: relative;
  transform: rotate(3deg)skew(3deg);
}

.f-margin-bottom-67 {
  text-align: center;
  margin-bottom: 48px;
  margin-left: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.background-video {
  opacity: .29;
  background-color: #a7602200;
  padding-left: 5%;
  padding-right: 5%;
  position: static;
}

.section {
  background-color: #bd5b5b00;
  background-image: linear-gradient(#f28f38 34%, #fff);
}

.text-block-12 {
  color: #000;
}

.section-2 {
  mix-blend-mode: overlay;
}

.text-span {
  color: #000;
}

.heading {
  opacity: 1;
  color: #000;
  text-decoration: none;
}

.section-3 {
  grid-column-gap: 10px;
  grid-row-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center end;
  display: flex;
}

.paragraph {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 10px;
  padding-right: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  display: flex;
}

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

.link {
  color: #282828;
  padding-right: 20px;
  text-decoration: none;
}

.link:hover {
  color: #838383;
  text-decoration: none;
}

.text-span-3 {
  font-size: 12px;
  font-weight: 400;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-2 {
  color: #fff;
}

.image {
  padding-top: 20px;
}

.paragraph-2, .paragraph-3 {
  padding-right: 20px;
}

.paragraph-4 {
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 28px;
}

.slide {
  margin-top: 0;
  padding-top: 0;
}

.pricing-overview {
  border-bottom: 1px solid #747474;
  border-radius: 0;
  padding: 0 30px 60px;
  position: relative;
}

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

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

.pricing-description {
  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: 30px;
  display: grid;
}

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

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

.pricing-card-text {
  color: #ececec;
  margin-bottom: 20px;
}

.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 {
  color: #e6e6e6;
  margin-left: 2px;
  display: flex;
}

.text-span-4 {
  font-size: 40px;
}

.heading-3 {
  color: #e0e0e0;
  -webkit-text-stroke-color: #e4e4e4;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block-13, .text-block-14 {
  color: #e4e4e4;
}

.text-block-15 {
  color: #e6e6e6;
}

.efi-list-item {
  color: #dfdfdf;
  text-align: left;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
}

.efi-pr-06-list {
  padding-left: 20px;
}

.efi-pricing-button {
  background-color: #dfdfdf;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 15px 40px;
  font-size: 18px;
  transition: all .7s;
  display: flex;
}

.efi-pricing-button:hover {
  transform: translate(0, -7px);
}

.efi-pricing-button-wrapper.invert {
  filter: invert();
}

.efi-big-paragraph {
  font-size: 20px;
  font-weight: 400;
}

.efi-pricing-header {
  border-bottom: 1px solid #5f5f5f;
  padding-bottom: 0;
}

.efi-pricing-header.invert {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
}

.efi-pr-06-pricing-container {
  margin-bottom: 40px;
}

.efi-pr-06-pricing-top {
  border: 1px solid #2e2e2e;
  margin-bottom: 40px;
  padding: 20px;
}

.efi-pr-06-pricing-cell {
  color: #fff;
}

.efi-pr-06-pricing-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}

.efi-tab-text {
  font-size: 18px;
  font-weight: 700;
}

.efi-tab-link {
  color: #fff;
  background-color: #0000;
  padding-left: 0;
  padding-right: 20px;
}

.efi-tab-link.w--current {
  filter: none;
  color: #c2c2c2;
  background-color: #0000;
  padding-left: 0;
  padding-right: 20px;
}

.efi-pr-06-tabs-menu {
  margin-bottom: 35px;
}

.efi-pr-06-title-wrapper {
  color: #fff;
}

.efi-pr-06-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  margin-bottom: 100px;
}

.efi-pr-06-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-pr-06 {
  background-color: #000;
  padding: 100px 5%;
}

.text-span-5 {
  color: #1f1f1f;
}

.heading-4, .heading-5 {
  color: #e0e0e0;
}

.text-span-6, .text-span-7 {
  font-size: 16px;
  font-weight: 400;
}

.text-span-8 {
  color: #e4e4e4;
  text-decoration: underline;
}

.div-block-copy {
  background-color: #282828;
  width: 100%;
  height: 2300px;
  transform: skew(-3deg)rotate(-3deg);
}

.pricing-overview-copy {
  border-bottom: 1px #747474;
  border-radius: 0;
  margin-top: 50px;
  padding: 0 30px 60px;
  position: relative;
}

.pricing-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .75fr) minmax(200px, .75fr);
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.paragraph-5 {
  color: #e0e0e0;
  text-align: center;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
}

.f-h3-heading-4--2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-top: 1px solid #747474;
  border-radius: 1px;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}

.heading-6 {
  color: #e5d4d4;
}

.text-span-9 {
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-decoration: none;
  display: inline;
}

.heading-7 {
  color: #e6e6e6;
  text-align: center;
}

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

.heading-8 {
  color: #e0e0e0;
  text-align: center;
}

.background-video-2 {
  background-image: linear-gradient(180deg, var(--blue), #c78c4780 0%, #057f8c80);
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.video-2 {
  box-sizing: border-box;
  float: none;
  aspect-ratio: 16 / 9;
  object-fit: scale-down;
  width: 67%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 40px;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.div-block-2 {
  margin-bottom: 40px;
  margin-left: 180px;
  margin-right: 180px;
  padding-bottom: 0;
}

.video-3 {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  object-fit: fill;
  border: 4px #e28f2f;
  border-radius: 2px;
  outline: 5px solid #e28f2f;
  display: block;
}

.text-block-16 {
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.div-block-lower {
  transform-style: preserve-3d;
  background-color: #282828;
  width: 100%;
  height: auto;
  margin-top: -39px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  transform: skew(-3deg)rotate(-3deg);
}

.f-h3-heading-4-copy {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 35px;
  line-height: 1.2;
}

.text-block-16-copy {
  color: #282828;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.f-h3-heading-4-copy-copy {
  color: #282828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 35px;
  line-height: 1.2;
}

.hero-heading-left {
  background-color: #f5f7fa00;
  border-bottom: 1px #f28f38;
  margin-top: 0;
  padding: 0 30px 40px;
  position: relative;
}

.container-2 {
  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;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 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 {
  border-radius: 18px;
  display: block;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-subscribe-right {
  opacity: 1;
  background-color: #f5f7fa00;
  border-bottom: 2px solid #f28f3899;
  padding: 80px 30px 60px;
  position: relative;
}

.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: #1a1b1fcc;
}

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

.heading-10 {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.text-span-11 {
  text-decoration: none;
}

.text-block-23 {
  color: #fff;
  text-decoration: none;
  display: block;
}

.text-block-23:hover {
  text-decoration: none;
}

.text-block-24 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
  display: block;
}

.text-block-24:active {
  text-decoration: none;
}

.columns {
  clear: both;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding: 0 0 100px;
  display: flex;
  position: static;
}

.column-2 {
  clear: both;
  cursor: pointer;
  background-image: linear-gradient(#0003, #0003), linear-gradient(#057f8c80, #057f8c80), url('../images/Studio-BTS02-SML.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 300px;
  margin-top: 0;
  padding-top: 0;
  transition: transform .35s, filter .4s;
  display: flex;
}

.column-2:hover {
  filter: saturate(0%);
  background-image: linear-gradient(#0003, #0003), linear-gradient(#057f8c80, #057f8c80), url('../images/Studio-BTS02.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  transform: scale(1.05);
}

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

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

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

.f-gallery-lightbox-2 {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

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

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

.f-gallery-image-s-2 {
  height: 300px;
}

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

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

.text-block-25 {
  position: absolute;
  inset: 0%;
}

.column-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-image: linear-gradient(#00000040, #00000040), linear-gradient(#057f8c80, #057f8c80), url('../images/Studio-BTS04_SML.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 300px;
  transition: filter .4s, transform .4s;
  display: flex;
}

.column-3:hover {
  filter: saturate(0%);
  transform: scale(1.05);
}

.column-4 {
  cursor: pointer;
  background-image: linear-gradient(#0003, #0003), linear-gradient(#057f8c80, #057f8c80), url('../images/Bluebell-Woodland-SML.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 300px;
  transition: filter .4s, transform .4s;
  display: flex;
}

.column-4:hover {
  filter: saturate(0%);
  transform: scale(1.05);
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: #f28f38;
  transform: scale(1.1);
}

.link-block, .link-block-2, .link-block-3 {
  position: absolute;
  inset: 0%;
}

.code-embed {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.code-embed-3 {
  outline-offset: 0px;
  border: 1px #fff;
  border-radius: 8px;
  outline: 3px #333;
}

.section-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

.div-block-5 {
  margin-top: 0;
  padding-bottom: 100px;
}

.div-block-2-studio2, .div-block-2-studio1 {
  margin-bottom: auto;
  margin-left: 180px;
  margin-right: 180px;
  padding-bottom: 60px;
}

.div-block-2-hs1 {
  margin-bottom: 0;
  margin-left: 180px;
  margin-right: 180px;
  padding-bottom: 60px;
}

.image-3 {
  border: 1px #000;
  border-radius: 20px;
  margin-right: 0;
}

.lightbox-link {
  margin-left: 100px;
  margin-right: 100px;
}

.text-block-26 {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
}

.image-4 {
  border: 1px #000;
  border-radius: 20px;
}

.lightbox-link-2 {
  margin-left: 100px;
  margin-right: 100px;
}

.div-block-8 {
  height: auto;
}

.hero-subscribe-right-home, .hero-subscribe-right-studio1 {
  opacity: 1;
  background-color: #f5f7fa00;
  border-bottom: 2px #f28f3899;
  padding: 80px 30px 60px;
  position: relative;
}

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

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

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

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

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

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

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

.f-button-neutral-4 {
  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-4:hover {
  background-color: var(--flowui-component-library-gray-700);
}

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

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

.f-pricing-card-outline-2 {
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 40px;
  display: block;
}

.f-pricing-line-2 {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-feature-list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.f-pricing-title-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-pricing-feature-item-2 {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

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

.f-pricing-month-span {
  color: var(--flowui-component-library-gray-400);
  letter-spacing: -.02em;
  margin-left: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-pricing-plan-type {
  text-align: center;
}

.f-pricing-featured-card {
  background-color: #fff;
  border-radius: 16px;
  height: 100%;
  padding: 40px;
  display: block;
  position: relative;
  box-shadow: 34px 34px 140px -48px #393b6a14;
}

.f-pricing-badge-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -14px 0% auto;
}

.f-pricing-badge {
  background-color: var(--flowui-component-library-primary-base);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70%;
  padding: 8px 10px 8px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.f-line-regular {
  background-color: var(--flowui-component-library-grey-300);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-container-x-small {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-text-weight-bold-2 {
  font-weight: 700;
}

.f-margin-bottom-73 {
  margin-bottom: 56px;
}

.f-pricing-column-basic-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
  justify-content: stretch;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.div-block-9 {
  margin-top: -10px;
}

.f-section-large-5-podcast {
  border-bottom: 2px solid #f28f38;
  padding: 0 5% 60px;
  position: relative;
}

.text-span-12 {
  font-size: 30px;
}

.st2-modal {
  z-index: 99;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-11 {
  cursor: pointer;
  background-color: #0000003d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.f-button-primary {
  background-color: var(--flowui-component-library-gray-900);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  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-primary:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-paragraph-small-4 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

.f-modal-icon-success {
  color: var(--blue);
  background-color: #f28f383b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.st1-modal-box {
  border: 1px solid var(--flowui-component-library--gray-100);
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  padding: 32px;
  display: block;
  position: relative;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.f-modal-close {
  color: var(--flowui-component-library-gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 24px 24px auto auto;
}

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

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

.f-sub-heading-regular {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.03em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

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

.list {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  display: block;
}

.list-item, .list-item-2, .list-item-3 {
  padding-bottom: 5px;
}

.st1-modal {
  z-index: 99;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.st1-modal-background {
  cursor: pointer;
  background-color: #0000003d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.st2-modal-box {
  border: 1px solid var(--flowui-component-library--gray-100);
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

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

.text-span-14 {
  font-size: 27px;
}

.text-span-15 {
  font-size: 25px;
}

.text-span-16, .text-span-17 {
  font-size: 25px;
  font-weight: 400;
}

.text-span-18 {
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.website-_link {
  color: var(--flowui-component-library-grey-300);
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.website-_link:hover {
  color: var(--blue);
}

.link-3 {
  font-size: 14px;
  text-decoration: none;
}

.link-block-4 {
  position: static;
  inset: 0% auto auto 0%;
}

.link-block-5 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  height: auto;
  position: fixed;
  overflow: auto;
}

.link-block-6, .link-block-7 {
  position: fixed;
  inset: 0%;
}

.link-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: static;
}

.text-block-27, .text-span-19 {
  text-decoration: none;
}

.box-text {
  color: #fff;
  text-align: center;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
  display: block;
}

.box-text:hover, .box-text:active {
  text-decoration: none;
}

.link-block-9, .link-block-10 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-13 {
  margin-left: 0;
}

@media screen and (min-width: 1280px) {
  .f-navigation-link:hover {
    border-bottom-width: 1px;
    box-shadow: inset 0 -3px #f2913d;
  }

  .f-paragraph-large-2 {
    color: #fff;
  }

  .f-contact-grid-2 {
    grid-template-columns: 5.25fr minmax(0, 5fr);
    width: auto;
  }

  .f-section-large-2 {
    padding-right: 5%;
  }

  .div-block {
    width: auto;
    height: auto;
    margin-top: -52px;
  }

  .f-image-cover-4 {
    text-transform: none;
    position: static;
  }

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

  .background-video-2 {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, black, #00000030 0%, #fff0), linear-gradient(180deg, var(--blue), #c78c4780 0%, #057f8c80);
    justify-content: center;
    align-items: center;
    min-height: 550px;
    margin-bottom: -43px;
    display: flex;
  }

  .div-block-2 {
    height: auto;
    margin-bottom: 60px;
    margin-left: 200px;
    margin-right: 200px;
    padding-bottom: 0;
  }

  .video-3 {
    border-width: 6px;
    border-radius: 10px;
    outline-width: 0;
    box-shadow: 16px 15px 15px #0003;
  }

  .text-block-16 {
    font-weight: 300;
  }

  .text-block-17 {
    color: #fff;
  }

  .text-block-18 {
    box-sizing: border-box;
    float: none;
    clear: none;
    color: #fff;
    object-fit: fill;
    text-decoration: none;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .text-block-19 {
    color: #fff;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .text-block-20 {
    clear: left;
    color: #fff;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .div-block-3 {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .text-block-21 {
    color: #fff;
    position: static;
  }

  .image-2 {
    box-sizing: border-box;
    aspect-ratio: 1;
    vertical-align: baseline;
    object-fit: cover;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .image-2:hover {
    filter: blur(3px) grayscale();
  }

  .text-block-22 {
    box-sizing: border-box;
    color: #fff;
    text-align: left;
    object-fit: contain;
    justify-content: center;
    align-items: center;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 700;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .column {
    aspect-ratio: 1;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-4 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center stretch;
    width: 100%;
    min-width: auto;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
  }

  .section-4 {
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .section-5 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    justify-items: stretch;
    width: auto;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .div-block-lower {
    height: auto;
  }

  .f-h3-heading-4-copy {
    color: #282828;
  }

  .text-block-16-copy {
    color: #282828;
    font-weight: 300;
  }

  .f-h3-heading-4-copy-copy {
    color: #282828;
  }

  .columns {
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .code-embed-2 {
    width: 68%;
  }

  .code-embed-3 {
    aspect-ratio: auto;
    object-fit: fill;
    display: flex;
    position: static;
  }

  .div-block-2-studio2, .div-block-2-studio1, .div-block-2-hs1 {
    height: auto;
    margin-bottom: 60px;
    margin-left: 200px;
    margin-right: 200px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .f-h3-heading-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .f-section-regular {
    margin-bottom: -32px;
    padding-bottom: 104px;
  }

  .f-contact-grid-2 {
    grid-template-columns: 1.75fr 2fr;
  }

  .div-block {
    transform: scale3d(1none, 1none, 1none) rotate(3deg);
    height: auto;
    margin-top: -149px;
    padding-bottom: 40px;
  }

  .f-section-large-3 {
    margin-bottom: 0;
    padding-top: 80px;
  }

  .heading-9 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .background-video-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 700px;
    min-height: auto;
    margin-bottom: 76px;
    display: flex;
  }

  .div-block-2 {
    height: auto;
    margin-bottom: 60px;
    margin-left: 320px;
    margin-right: 320px;
  }

  .text-block-16 {
    font-weight: 300;
  }

  .div-block-lower {
    transform: scale3d(1none, 1none, 1none) rotate(3deg);
    margin-top: 40px;
  }

  .text-block-16-copy {
    font-weight: 300;
  }

  .hero-heading-left {
    padding-bottom: 20px;
  }

  .columns {
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .div-block-2-studio2, .div-block-2-studio1, .div-block-2-hs1 {
    height: auto;
    margin-bottom: 60px;
    margin-left: 320px;
    margin-right: 320px;
  }
}

@media screen and (max-width: 991px) {
  .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-avatar-wrapper {
    margin-right: 14px;
  }

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

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

  .f-navigation-menu {
    background-color: var(--flowui-component-library-gray-700);
    opacity: 1;
    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-logo {
    width: 120px;
  }

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

  .f-navigation-container {
    margin-top: 0;
    padding-bottom: 0;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-logo-link-middle {
    margin-left: 0;
    display: none;
  }

  .f-navigation-logo-link-mobile {
    margin-left: 0;
    display: flex;
  }

  .f-navigation-container-middle {
    justify-content: space-between;
  }

  .f-icon-regular {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .f-navigation-social-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

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

  .f-header-grid, .f-pricing-column-basic {
    grid-template-columns: 1fr;
  }

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

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

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

  .f-button-secondary-2:hover {
    background-color: var(--blue);
    opacity: 1;
  }

  .f-h3-heading-2, .f-heading-detail-small-2 {
    text-align: center;
  }

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

  .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-account-container-r {
    width: 60%;
  }

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

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

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

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

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

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

  .icon {
    color: var(--flowui-component-library-white);
  }

  .div-block {
    width: auto;
    height: auto;
  }

  .f-gallery-three-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

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

  .container {
    max-width: 728px;
  }

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

  .efi-pr-06-list {
    padding-left: 20px;
  }

  .efi-pr-06-pricing-top {
    padding: 40px 30px;
  }

  .efi-pr-06-pricing-cell {
    padding-bottom: 40px;
  }

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

  .div-block-copy {
    height: 2400px;
  }

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

  .background-video-2 {
    margin-top: -37px;
  }

  .div-block-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-lower {
    height: auto;
  }

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

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

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

  .shadow-two {
    padding-right: 0;
  }

  .hero-subscribe-right {
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .column-2 {
    height: 200px;
  }

  .f-gallery-three-column-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .column-3, .column-4 {
    height: 200px;
  }

  .div-block-2-studio2, .div-block-2-studio1, .div-block-2-hs1 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .lightbox-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-4 {
    display: block;
  }

  .lightbox-link-2 {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .hero-subscribe-right-home, .hero-subscribe-right-studio1 {
    padding-left: 0;
    padding-right: 0;
  }

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

@media screen and (max-width: 767px) {
  .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-banner-flex-row {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

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

  .f-icon-regular, .f-navigation-socials-wrapper {
    display: none;
  }

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

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

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

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

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

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

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

  .f-paragraph-large-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

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

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

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

  .f-paragraph-large-3 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .f-h3-heading-3 {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 40px;
  }

  .f-heading-detail-small-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 60px;
    margin-right: 60px;
    display: block;
  }

  .f-margin-bottom-64 {
    min-width: auto;
    max-width: none;
    min-height: auto;
    position: static;
    overflow: visible;
  }

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

  .f-section-large-2 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 72px;
    padding-bottom: 72px;
    display: block;
    position: static;
    overflow: visible;
  }

  .div-block {
    height: auto;
    padding-bottom: 0;
  }

  .f-gallery-image-s {
    height: 180px;
  }

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

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

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

  .pricing-overview {
    padding: 20px 15px 60px;
  }

  .efi-pr-06-grid {
    grid-template-columns: 1fr;
  }

  .div-block-copy {
    height: 3180px;
  }

  .pricing-overview-copy {
    padding: 40px 15px 60px;
  }

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

  .heading-8 {
    font-size: 25px;
  }

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

  .div-block-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-lower {
    height: auto;
  }

  .f-h3-heading-4-copy, .f-h3-heading-4-copy-copy {
    font-size: 35px;
  }

  .hero-heading-left {
    padding: 20px 15px 60px;
  }

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

  .hero-subscribe-right {
    padding: 60px 0 20px;
  }

  .columns {
    flex-flow: wrap;
  }

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

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

  .f-gallery-image-s-2 {
    height: 180px;
  }

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

  .code-embed {
    justify-content: center;
    align-items: flex-start;
    margin-left: 40px;
    margin-right: 40px;
  }

  .code-embed-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .div-block-2-studio2 {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .div-block-2-studio1 {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0;
  }

  .div-block-2-hs1 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lightbox-link {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-4 {
    display: block;
  }

  .lightbox-link-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-subscribe-right-home, .hero-subscribe-right-studio1 {
    padding: 60px 0 20px;
  }

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

  .f-section-large-5 {
    padding-top: 20px;
    padding-bottom: 72px;
    display: block;
  }

  .f-pricing-card-outline-2 {
    padding-top: 20px;
  }

  .f-pricing-column-basic-2 {
    grid-auto-flow: column;
    display: inline-block;
  }

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

@media screen and (max-width: 479px) {
  .f-navigation-menu-button.w--open {
    color: #282828;
    background-color: #037f8c99;
  }

  .f-paragraph-regular {
    text-align: center;
  }

  .f-navigation-avatar-wrapper {
    display: none;
  }

  .f-logo {
    width: 100px;
  }

  .f-banner-flex-row {
    text-align: left;
  }

  .body {
    text-align: center;
  }

  .f-navigation-button {
    display: none;
  }

  .f-icon-regular {
    display: none;
    overflow: visible;
  }

  .f-pricing-card-dark, .f-pricing-card-outline {
    padding: 32px;
  }

  .f-button-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
  }

  .f-paragraph-large-2 {
    margin-top: -6px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .f-h3-heading-2 {
    text-align: center;
    margin-top: 0;
  }

  .f-heading-detail-small-2 {
    font-size: 12px;
  }

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

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

  .f-paragraph-large-3 {
    margin-left: 150px;
    margin-right: 150px;
    font-size: 16px;
  }

  .f-h3-heading-3 {
    margin-right: 60px;
    font-size: 30px;
  }

  .f-heading-detail-small-3 {
    min-width: auto;
    min-height: auto;
  }

  .f-contact-grid-2 {
    text-align: center;
  }

  .icon {
    color: #fff;
  }

  .div-block {
    height: auto;
    margin-bottom: 0;
  }

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

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

  .section-3 {
    justify-content: center;
    align-items: center;
  }

  .paragraph {
    text-align: center;
  }

  .pricing-overview {
    padding-top: 20px;
  }

  .container {
    max-width: none;
  }

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

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

  .div-block-copy {
    height: 4300px;
  }

  .pricing-overview-copy {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .pricing-card-three-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .f-h3-heading-4--2 {
    margin-bottom: 20px;
  }

  .video {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .text-span-10 {
    font-size: 15px;
    line-height: 20px;
  }

  .background-video-2 {
    object-fit: cover;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
    position: relative;
  }

  .div-block-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-lower {
    height: auto;
  }

  .f-h3-heading-4-copy, .f-h3-heading-4-copy-copy {
    font-size: 25px;
  }

  .hero-heading-left {
    padding-top: 0;
  }

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

  .hero-wrapper {
    padding-right: 0;
  }

  .hero-subscribe-right {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .columns {
    margin-top: -37px;
  }

  .code-embed {
    margin-left: 150px;
    margin-right: 150px;
  }

  .code-embed-3 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-2-studio2 {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0;
  }

  .div-block-2-studio1 {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-6 {
    display: block;
  }

  .div-block-7 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -27px;
    margin-bottom: 0;
    display: block;
    position: static;
  }

  .div-block-2-hs1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lightbox-link {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-26 {
    font-size: 14px;
  }

  .image-4 {
    display: block;
  }

  .lightbox-link-2 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .hero-subscribe-right-home, .hero-subscribe-right-studio1 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .f-pricing-card-outline-2 {
    padding: 32px;
  }

  .f-paragraph-small-4 {
    line-height: 22px;
  }
}

#w-node-e2707a93-f0bb-a982-844c-d14e3ab41e7c-6295618f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d53af880-d8c7-0ed4-7499-f4aff85f279b-6295618f, #w-node-d53af880-d8c7-0ed4-7499-f4aff85f27b8-6295618f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb1ed0da-4d7d-1a2f-1ebd-4c8cf8aac666-e8e25743 {
  justify-self: end;
}

#w-node-bee92196-5c1d-da96-76b0-b524750bb690-e8e25743 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_51270683-c42b-fa04-9724-a6225ee0e5c0-e8e25743, #w-node-_51270683-c42b-fa04-9724-a6225ee0e5dd-e8e25743 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2707a93-f0bb-a982-844c-d14e3ab41e7c-9805279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_01574a5d-4f8e-f01b-11ed-68da7d29da30-9805279d, #w-node-d53af880-d8c7-0ed4-7499-f4aff85f27b8-9805279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2707a93-f0bb-a982-844c-d14e3ab41e7c-f130e5fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8dd0d10f-b0cd-567b-3cc2-aec6131facce-f130e5fd, #w-node-d53af880-d8c7-0ed4-7499-f4aff85f27b8-f130e5fd, #w-node-_7b880c5b-b660-44c0-7c9f-13f300658994-f2152cb4, #w-node-_7b880c5b-b660-44c0-7c9f-13f3006589a5-f2152cb4, #w-node-_7b880c5b-b660-44c0-7c9f-13f3006589a9-f2152cb4, #w-node-_7b880c5b-b660-44c0-7c9f-13f3006589ad-f2152cb4, #w-node-_7b880c5b-b660-44c0-7c9f-13f3006589b1-f2152cb4, #w-node-_7b880c5b-b660-44c0-7c9f-13f3006589b5-f2152cb4, #w-node-_6721eb49-1d85-63d5-03fc-6fe8140d1f13-f2152cb4, #w-node-_7b880c5b-b660-44c0-7c9f-13f3006589bb-f2152cb4, #w-node-_7b880c5b-b660-44c0-7c9f-13f3006589cd-f2152cb4, #w-node-_7b880c5b-b660-44c0-7c9f-13f3006589d1-f2152cb4, #w-node-_7b880c5b-b660-44c0-7c9f-13f3006589d5-f2152cb4, #w-node-_7b880c5b-b660-44c0-7c9f-13f3006589d9-f2152cb4, #w-node-_7b880c5b-b660-44c0-7c9f-13f3006589dd-f2152cb4, #w-node-_78372bca-cc30-1226-dd9a-6a4633d82d7f-f2152cb4, #w-node-ad679d64-5e88-f1ae-2558-18794bd3bbce-f2152cb4, #w-node-_7b880c5b-b660-44c0-7c9f-13f3006589e3-f2152cb4, #w-node-_7b880c5b-b660-44c0-7c9f-13f3006589f5-f2152cb4, #w-node-_7b880c5b-b660-44c0-7c9f-13f3006589f9-f2152cb4, #w-node-_7b880c5b-b660-44c0-7c9f-13f3006589fd-f2152cb4, #w-node-_048d0b04-b37e-b145-3a92-35336fb2223c-f2152cb4, #w-node-_7b880c5b-b660-44c0-7c9f-13f300658a01-f2152cb4, #w-node-_7b880c5b-b660-44c0-7c9f-13f300658a05-f2152cb4, #w-node-_485c89eb-18c4-2f29-dd4e-b2f7acdd715b-f2152cb4, #w-node-_8e5b9ef7-9d4d-9c61-bef4-52c77138ae2f-f2152cb4, #w-node-_8e5b9ef7-9d4d-9c61-bef4-52c77138ae40-f2152cb4, #w-node-_8e5b9ef7-9d4d-9c61-bef4-52c77138ae44-f2152cb4, #w-node-_8e5b9ef7-9d4d-9c61-bef4-52c77138ae48-f2152cb4, #w-node-_8e5b9ef7-9d4d-9c61-bef4-52c77138ae4c-f2152cb4, #w-node-_46c18cfe-8603-627a-e39c-4ffeb2632827-f2152cb4, #w-node-_8e5b9ef7-9d4d-9c61-bef4-52c77138ae50-f2152cb4, #w-node-_347be07a-1a36-300c-ed44-1d334cf4731a-f2152cb4, #w-node-_53608088-9cb1-c07a-4677-3aec4161f185-f2152cb4, #w-node-_8e5b9ef7-9d4d-9c61-bef4-52c77138ae56-f2152cb4, #w-node-_8e5b9ef7-9d4d-9c61-bef4-52c77138ae6b-f2152cb4, #w-node-_8e5b9ef7-9d4d-9c61-bef4-52c77138ae6f-f2152cb4, #w-node-_8e5b9ef7-9d4d-9c61-bef4-52c77138ae73-f2152cb4, #w-node-_8e5b9ef7-9d4d-9c61-bef4-52c77138ae77-f2152cb4, #w-node-_78bd5d2f-0105-1e2c-6759-d6931f97880b-f2152cb4, #w-node-_78bd5d2f-0105-1e2c-6759-d6931f97881d-f2152cb4, #w-node-_78bd5d2f-0105-1e2c-6759-d6931f978821-f2152cb4, #w-node-_78bd5d2f-0105-1e2c-6759-d6931f978825-f2152cb4, #w-node-_8c28b2fe-206a-0718-2dd3-f09a8131a435-f2152cb4, #w-node-_78bd5d2f-0105-1e2c-6759-d6931f978829-f2152cb4, #w-node-_78bd5d2f-0105-1e2c-6759-d6931f97882d-f2152cb4, #w-node-e596926b-0ebc-f3ab-31e8-885e57317099-f2152cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2707a93-f0bb-a982-844c-d14e3ab41e7c-f2152cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6ace9a52-5158-3387-829f-59da4724244c-f2152cb4, #w-node-d53af880-d8c7-0ed4-7499-f4aff85f27b8-f2152cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_3136906e-e8e5-b887-5d39-ce440a69085c-6295618f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ee89f616-e506-4a2e-fb58-ddb719427530-6295618f {
    place-self: center;
  }

  #w-node-_3136906e-e8e5-b887-5d39-ce440a69085c-9805279d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ee89f616-e506-4a2e-fb58-ddb719427530-9805279d {
    place-self: center;
  }

  #w-node-_3136906e-e8e5-b887-5d39-ce440a69085c-f130e5fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ee89f616-e506-4a2e-fb58-ddb719427530-f130e5fd {
    place-self: center;
  }

  #w-node-_3136906e-e8e5-b887-5d39-ce440a69085c-f2152cb4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ee89f616-e506-4a2e-fb58-ddb719427530-f2152cb4 {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3136906e-e8e5-b887-5d39-ce440a69085c-6295618f {
    order: -9999;
  }

  #w-node-ee89f616-e506-4a2e-fb58-ddb719427530-6295618f {
    place-self: center;
  }

  #w-node-eb1ed0da-4d7d-1a2f-1ebd-4c8cf8aac653-e8e25743 {
    order: -9999;
  }

  #w-node-_380fb5a7-0a27-478a-1bb2-c26fa892f550-e8e25743 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3136906e-e8e5-b887-5d39-ce440a69085c-9805279d {
    order: -9999;
  }

  #w-node-ee89f616-e506-4a2e-fb58-ddb719427530-9805279d {
    place-self: center;
  }

  #w-node-_3136906e-e8e5-b887-5d39-ce440a69085c-f130e5fd {
    order: -9999;
  }

  #w-node-ee89f616-e506-4a2e-fb58-ddb719427530-f130e5fd {
    place-self: center;
  }

  #w-node-_3136906e-e8e5-b887-5d39-ce440a69085c-f2152cb4 {
    order: -9999;
  }

  #w-node-ee89f616-e506-4a2e-fb58-ddb719427530-f2152cb4 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ee89f616-e506-4a2e-fb58-ddb719427530-6295618f, #w-node-ee89f616-e506-4a2e-fb58-ddb719427530-9805279d, #w-node-ee89f616-e506-4a2e-fb58-ddb719427530-f130e5fd, #w-node-ee89f616-e506-4a2e-fb58-ddb719427530-f2152cb4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


