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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.navbar---header {
  width: 100%;
  max-width: 100%;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-2 {
  pointer-events: auto;
  color: #fff;
  text-align: center;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-color: #b2010c;
  background-clip: border-box;
  border-radius: 8rem;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.button-2:hover {
  background-color: #015cb9;
}

.menu-button-2 {
  overflow: visible;
}

.container-regular {
  width: 100%;
  max-width: 1200px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #ffddda;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.image-4 {
  width: 60%;
  min-width: 234px;
  overflow: visible;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.hero-banner-section {
  background-color: #ffddd9;
  background-image: url('../images/Group-12107-1.png');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 0 solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

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

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

.heading {
  color: #000;
  border: 0 solid #000;
  margin-top: 0;
  font-size: 63px;
  font-weight: 500;
  line-height: 90px;
}

.heading.heading-8 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

.image-3 {
  width: 50px;
  margin-top: 40px;
}

.hero-heading-left {
  background-color: #f5f5f7;
  border-bottom: 0 solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.hero-stack {
  background-color: #f5f5f7;
  border-bottom: 0 solid #e4ebf3;
  padding: 60px 30px 40px;
  position: relative;
}

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

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

.button-primary-3 {
  color: #b2010c;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: default;
  background-color: #1a1b1f00;
  border: 1px solid #d1d1d1;
  border-radius: 30px;
  width: auto;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #b2010c;
  -webkit-text-stroke-color: #b2010c;
  background-color: #f5f5f700;
}

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

.margin-bottom-24px-3 {
  color: #000;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 30px;
}

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

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: none;
}

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

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

.section-4 {
  background-color: #f5f5f7;
  justify-content: center;
  align-items: center;
  padding: 10px 30px 30px;
  display: flex;
}

.code-embed {
  background-color: #f5f5f7;
  justify-content: center;
  max-width: none;
  display: flex;
}

.heading-6 {
  color: #000;
  width: 80%;
  font-size: 52px;
  font-weight: 500;
  line-height: 55px;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-primary-2-transparent {
  color: #b2010c;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  vertical-align: baseline;
  background-color: #b2010c00;
  border: 2px solid #d1d1d1;
  border-radius: 30px;
  justify-content: center;
  padding: 6px 17px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary-2-transparent:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-split {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #d0d0d0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  min-width: 484px;
  display: flex;
}

.shadow-two {
  flex: 1;
  width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  border: 0 solid #d0d0d0;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  padding: 16px 0 15px;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #b2010c;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 52px;
  margin-top: 15px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.margin-bottom-24px-2 {
  color: #000;
  background-color: #f5f5f500;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.section-7 {
  background-color: #1d3759;
  margin-top: 57px;
  padding-bottom: 57px;
  padding-left: 30px;
  padding-right: 30px;
}

.section-6 {
  width: 1200px;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #b2010c;
  text-align: center;
  -webkit-text-stroke-color: #b2010c;
  white-space: nowrap;
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 5.1rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #b2010c;
  border-width: 0;
  border-color: #fff;
}

.uui-button:focus {
  background-color: #b2010c;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.heading-11 {
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.hero-wrapper-3 {
  grid-row-gap: 30px;
  background-color: #015cb9;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 100px;
  display: flex;
}

.success-text {
  color: #b2010c;
  font-weight: 600;
}

.container-16 {
  justify-content: center;
  display: flex;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: default;
  background-color: #1a1b1f00;
  border: 1px solid #4996e5;
  border-radius: 30px;
  height: 32px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a00;
}

.button-primary-7:active {
  background-color: #43464d00;
}

.uui-text-style-link {
  color: #fff;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: #b2010c;
}

.uui-field-label {
  color: #fff;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form_input {
  color: #000000;
  background-color: #fff;
  border: 1px solid #f5f5f7;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  color: #000;
  border-color: #2676c7;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #2676c7;
}

.uui-form_input::placeholder {
  color: #667085;
}

.uui-form_input.text-area {
  height: auto;
  min-height: 5.3rem;
  padding-top: 0;
  padding-bottom: .25rem;
  overflow: auto;
}

.uui-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.error-text {
  color: #e23939;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  margin: 25px 0;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 1.5rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-contact02_component {
  flex-direction: column;
  align-items: stretch;
  margin: 1rem auto 0;
  font-family: Inter Tight, sans-serif;
}

.uui-form-field-wrapper {
  position: relative;
}

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

.hero-split-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-width: 484px;
  display: flex;
}

.heading-10 {
  color: #fff;
  width: 70%;
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
}

.uui-section_contact02 {
  border-left: 1px solid #336faf;
  width: 50%;
  padding-left: 20px;
}

.container-14 {
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-bottom-24px-5 {
  color: #fff;
  width: 95%;
  margin-bottom: 24px;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.uui-contact02_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-15 {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 20px;
  display: flex;
}

.uui-form-checkbox-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f5f5f7;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  background-color: #015cb9;
  border-color: #000;
}

.uui-form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #015cb9;
  background-image: url('../images/Frame.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #000;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  background-color: #015cb9;
  border-color: #000;
  border-radius: .25rem;
  box-shadow: 0 0 0 4px #f4ebff;
}

.uui-form-checkbox-label {
  color: #fff;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-align-center {
  text-align: center;
}

.footer-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #696969;
}

.footer-social-link-three {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  display: flex;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-divider-two {
  background-color: #e1c4b6;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-subscribe {
  background-color: #ffe2d4;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 30px 30px;
  position: relative;
  overflow: hidden;
}

.footer-social-block-three {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 23%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.container-13 {
  background-color: #e1c4b600;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.footer-legal-link {
  color: #696969;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

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

.footer-block-three {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.text-block {
  margin-bottom: 10px;
}

.image-5 {
  width: 20%;
}

.image-6 {
  width: auto;
  font-size: 12px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  grid-template-rows: auto auto auto;
}

.f-navigation-link {
  letter-spacing: -.01em;
  white-space: nowrap;
  color: #000;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .35s;
  transition-timing-function: ease;
}

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

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

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

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

.f-logo {
  width: 224px;
}

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

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

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

.f-navigation-button:hover {
  background-color: #015cb9;
}

.f-h1-heading {
  letter-spacing: normal;
  color: #000;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

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

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

.f-margin-bottom-24 {
  width: 90%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.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-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large {
  width: auto;
  padding: 40px 0%;
  display: flex;
  position: relative;
}

.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-avatar-dark {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: -14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  position: relative;
}

.f-header-avatar-text {
  color: var(--flowui-component-library--gray-700);
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
}

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

.f-header-wrapper {
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.f-header-avatar-block {
  align-items: center;
  display: flex;
}

.link-block {
  margin-top: 40px;
}

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

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

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

.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-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.f-feature-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-grid-two-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-feature-card-outlined {
  border: 1px solid #d0d0d0;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.section-8 {
  display: none;
}

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

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

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

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

.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-social {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

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

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

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

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  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-small {
  background-color: var(--black);
  padding: 32px 5%;
  position: relative;
}

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

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

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

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

.text-block-2 {
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
}

.body {
  background-color: #f5f5f7;
  font-family: Inter Tight, sans-serif;
}

.code-embed-2 {
  display: block;
}

.waves---expandable-item {
  cursor: pointer;
  border-top: 1px solid #fff;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.waves-expanded-text {
  margin-bottom: 0;
  font-size: 16px;
}

.waves---expand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expand-line {
  background-color: #000;
  width: 16px;
  height: 2px;
}

.waves---expand-line.vertical {
  background-color: #000;
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves-expandable-master-faq-2 {
  color: #000;
  width: 100%;
  max-width: 1000px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.waves---expand-space {
  height: 24px;
}

.waves---expandable-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-block-3 {
  font-size: 18px;
}

.code-embed-3 {
  background-color: #1d3759;
}

.section-9 {
  background-color: #f5f5f7;
  padding: 80px 30px 60px;
}

.text-block-4 {
  font-size: 18px;
  line-height: 28px;
}

.div-block {
  color: #fff;
}

.text-block-5 {
  letter-spacing: normal;
  font-family: Inter Tight, sans-serif;
  font-weight: 400;
}

.container-17 {
  width: 50%;
  max-width: 100%;
}

.section-10 {
  color: #000;
}

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

.link-2 {
  color: #696969;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.image-7 {
  width: auto;
  max-width: none;
  height: 69px;
}

.image-8 {
  height: 49px;
}

.text-block-6 {
  font-size: 18px;
}

.text-block-7 {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

.link-block-2, .div-block-3 {
  display: none;
}

@media screen and (min-width: 1920px) {
  .navbar---header {
    box-sizing: border-box;
    grid-column-gap: 74px;
    grid-row-gap: 74px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    place-items: center;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .button-2 {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .button-2:hover {
    background-color: #015cb9;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .hero-banner-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    background-color: #ffdbdc;
    background-image: url('../images/Group-12107-1.png');
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-items: stretch;
    height: auto;
    padding-bottom: 30px;
    padding-left: 30px;
    display: flex;
  }

  .heading.padding-bottom {
    width: 912px;
    height: 297px;
    margin-bottom: 60px;
    font-size: 75px;
    line-height: 100px;
  }

  .image-3 {
    width: 50px;
  }

  .hero-heading-left {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .hero-stack {
    padding-top: 60px;
    padding-bottom: 30px;
  }

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

  .button-primary-3 {
    cursor: default;
    width: auto;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Inter Tight, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

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

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

  .section-4 {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .code-embed {
    max-width: 1400px;
  }

  .heading-6 {
    width: 80%;
    line-height: 60px;
  }

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

  .button-primary-2-transparent {
    cursor: default;
    border-color: #d1d1d1;
  }

  .hero-split {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    min-width: auto;
  }

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

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary:hover {
    color: #b2010c;
    background-color: #fff;
  }

  .margin-bottom-24px-2 {
    width: 80%;
  }

  .section-7 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .uui-button {
    border-width: 0;
  }

  .uui-button:hover {
    background-color: #b2010c;
    border-width: 0;
  }

  .hero-wrapper-3 {
    width: 100%;
  }

  .button-primary-7 {
    -webkit-text-stroke-color: #4996e5;
    border-color: #4996e5;
    font-size: 16px;
  }

  .button-primary-7:active {
    background-color: #43464d00;
  }

  .uui-form_input {
    color: #050505;
  }

  .uui-form_input:focus {
    color: #000;
    border-color: #2676c7;
    box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #2676c7;
  }

  .hero-heading-left-2 {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .container-14 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom-24px-5 {
    width: 80%;
    font-size: 18px;
    line-height: 28px;
  }

  .container-15 {
    border-color: #d9d9d9;
    width: 100%;
    max-width: 1440px;
  }

  .uui-form-checkbox-icon {
    border-color: #000;
    transition: all .3s;
  }

  .uui-form-checkbox-icon.w--redirected-checked {
    box-shadow: none;
    background-image: url('../images/Frame.png');
  }

  .uui-form-checkbox-icon.w--redirected-focus {
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 0 4px #2676c7;
  }

  .uui-form-checkbox-label {
    font-size: 14px;
  }

  .footer-bottom {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-copyright {
    font-size: 14px;
  }

  .footer-link-three {
    font-size: 18px;
  }

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

  .f-navigation-link {
    font-size: 18px;
  }

  .f-navigation {
    margin-left: auto;
    margin-right: auto;
  }

  .f-navigation-container {
    max-width: 1440px;
  }

  .f-navigation-button {
    background-color: #b2010c;
    height: 54px;
  }

  .f-navigation-button:hover {
    background-color: #015cb9;
  }

  .f-h1-heading {
    font-size: 82px;
    font-weight: 500;
  }

  .f-container-regular {
    max-width: 1440px;
  }

  .f-margin-bottom-24, .f-header-title-wrapper-center {
    width: 80%;
  }

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

  .body {
    background-color: #ffdbdc;
  }

  .code-embed-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-9 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

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

  .link-2 {
    color: #696969;
    -webkit-text-stroke-color: dimgrey;
    text-decoration: underline;
  }

  .link-block-2 {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    background-color: #b2010c;
    border-radius: 48px;
    justify-content: center;
    align-items: center;
    height: 54px;
    padding: 12px 24px;
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .container {
    max-width: 728px;
  }

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

  .hero-heading-left {
    padding-right: 30px;
  }

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

  .button-primary-3 {
    padding-bottom: 10px;
    font-size: 16px;
  }

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

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

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

  .heading-6 {
    width: 100%;
    font-size: 44px;
    line-height: 55px;
  }

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

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

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

  .margin-bottom-24px-2 {
    width: 100%;
  }

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

  .container-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .button-primary-7 {
    font-size: 16px;
  }

  .uui-form_input, .uui-form_input:focus {
    color: #000;
  }

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

  .heading-10 {
    width: 100%;
    font-size: 44px;
    line-height: 55px;
  }

  .uui-section_contact02 {
    border-left-width: 0;
    width: 100%;
    padding-left: 0;
  }

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

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom-24px-5 {
    width: 100%;
  }

  .container-15 {
    border-color: #d9d9d9;
    flex-flow: column;
    max-width: 728px;
    padding-top: 60px;
  }

  .footer-bottom {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-social-block-three {
    width: auto;
    margin-top: 0;
  }

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

  .footer-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .f-navigation {
    position: relative;
  }

  .f-navigation-menu-button {
    border: 0px 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(--black);
    filter: brightness(0%);
    border-color: #fff;
  }

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

  .f-navigation-menu {
    color: var(--flowui-component-library--grey-600);
    background-color: #ffdcdc;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
    position: absolute;
  }

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

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

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

  .f-h1-heading {
    font-size: 56px;
    line-height: 62px;
  }

  .f-margin-bottom-24 {
    width: 100%;
  }

  .f-section-large {
    width: 80%;
  }

  .f-header-title-wrapper-center {
    width: 100%;
  }

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

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

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

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

  .section-9 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block {
    padding-left: 0;
    padding-right: 0;
  }

  .container-17 {
    margin-left: 0;
  }

  .link-2 {
    color: #696969;
  }

  .div-block-2 {
    width: auto;
    margin-right: 16px;
  }

  .image-7 {
    height: auto;
  }

  .image-8 {
    width: auto;
    max-width: none;
  }

  .link-block-2 {
    color: var(--flowui-component-library--white);
    text-align: left;
    background-color: #b2010c;
    border-radius: 48px;
    margin: 40px 0 16px 20px;
    padding: 12px 24px;
    display: block;
  }

  .div-block-3 {
    display: flex;
  }

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

  .div-block-5 {
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .hero-banner-section, .hero-heading-left, .hero-stack {
    padding: 60px 15px;
  }

  .heading-6, .hero-split {
    width: 100%;
  }

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

  .uui-button:hover {
    background-color: #b2010c;
    border-color: #000;
  }

  .uui-contact02_component {
    margin-top: 3rem;
  }

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

  .hero-split-3 {
    width: 100%;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: 0;
  }

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

  .footer-social-block-three {
    width: 35%;
    margin-top: 0;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-block-three {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .f-margin-bottom-24 {
    width: 100%;
  }

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

  .f-header-title-wrapper-center {
    width: 80%;
  }

  .f-header-wrapper {
    justify-content: center;
  }

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

  .f-feature-card-outlined {
    padding: 32px;
  }

  .f-footer-small {
    display: none;
  }

  .section-9 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .button-2 {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
  }

  .nav-menu {
    flex-direction: column;
  }

  .hero-banner-section {
    height: auto;
    padding: 20px 20px 10px;
  }

  .container {
    max-width: none;
  }

  .heading {
    font-size: 30px;
    line-height: 50px;
  }

  .heading.heading-8 {
    font-size: 34px;
    line-height: 44px;
  }

  .hero-heading-left {
    border-bottom-style: none;
    border-bottom-color: #e4ebf300;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-stack {
    border-bottom-style: none;
    border-bottom-color: #e4ebf300;
    padding: 20px 20px 0;
  }

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

  .button-primary-3 {
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
  }

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

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

  .section-4 {
    border-bottom: 1px solid #0000;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6 {
    text-align: center;
    letter-spacing: normal;
    font-size: 34px;
    line-height: 44px;
  }

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

  .button-primary-2-transparent {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .hero-split {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 1;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .shadow-two {
    vertical-align: middle;
  }

  .hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .button-primary {
    flex: 0 auto;
  }

  .margin-bottom-24px-2 {
    text-align: center;
    width: 100%;
  }

  .section-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-11 {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-wrapper-3 {
    margin-bottom: 0;
    padding: 60px 20px 40px;
  }

  .container-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: flex-start;
  }

  .button-primary-7 {
    font-size: 16px;
  }

  .button-primary-7:active {
    background-color: #43464d00;
  }

  .uui-field-label {
    font-size: 16px;
    line-height: 26px;
  }

  .uui-form_input:focus {
    -webkit-text-stroke-color: black;
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .uui-contact02_component {
    margin-top: 0;
  }

  .hero-heading-left-2 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-split-3 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
  }

  .heading-10 {
    width: 100%;
    font-size: 34px;
    line-height: 44px;
  }

  .uui-section_contact02 {
    border-left-width: 0;
    width: 100%;
    padding-left: 0;
  }

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

  .uui-page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .margin-bottom-24px-5 {
    width: 100%;
  }

  .container-15 {
    width: auto;
    padding: 40px 20px;
    display: block;
  }

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

  .footer-copyright {
    text-align: center;
    font-size: 12px;
  }

  .footer-legal-block {
    color: #696969;
    margin-left: 0;
  }

  .footer-subscribe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-social-block-three {
    width: auto;
  }

  .footer-link-three {
    font-size: 18px;
  }

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

  .footer-legal-link {
    font-size: 12px;
  }

  .footer-block-three {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column wrap;
  }

  .image-5 {
    width: 50%;
  }

  .f-navigation-menu-button {
    border-width: 0;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--black);
    border-color: #000;
  }

  .f-logo {
    width: 200px;
  }

  .f-navigation-menu {
    background-color: #ffded9;
  }

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

  .f-h1-heading {
    margin-top: 40px;
    font-size: 34px;
    line-height: 44px;
  }

  .f-section-large {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 10px;
  }

  .f-header-avatar-text {
    margin-left: 0;
  }

  .f-header-title-wrapper-center {
    width: 100%;
  }

  .f-header-wrapper {
    flex-direction: column;
  }

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

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

  .waves-expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .waves---expand-icon-wrap {
    flex: none;
  }

  .waves---expandable-content {
    flex: 0 auto;
    max-width: none;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .icon {
    filter: brightness(0%);
    mix-blend-mode: normal;
  }

  .section-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-17 {
    width: 100%;
  }

  .div-block-2 {
    align-items: flex-start;
  }

  .image-7 {
    width: auto;
    height: auto;
  }

  .image-8 {
    width: 100%;
    height: auto;
  }

  .text-block-7 {
    font-size: 16px;
  }
}

#w-node-_79dcf36c-a761-2090-c720-2b5925a3937f-420c4755 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#submit.w-node-_79dcf36c-a761-2090-c720-2b5925a39380-420c4755 {
  justify-self: center;
}


