.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

h1 {
  color: #001524;
  letter-spacing: -0.01rem;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.35;
}

h2 {
  color: #001524;
  letter-spacing: -0.01rem;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.35;
}

h3 {
  color: #001524;
  letter-spacing: -0.01rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  color: #001524;
  letter-spacing: -0.01rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.45;
}

h5 {
  color: #001524;
  letter-spacing: -0.01rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  color: #001524;
  letter-spacing: -0.01rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

/* p {
  margin-bottom: 25px;
} */

a {
  color: #1363df;
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: #1363df;
  border-bottom-color: #ccf2df;
}

ul {
  margin-top: 0;
  margin-bottom: 25px;
}

ol {
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 40px;
}

li {
  color: #60697b;
}

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

blockquote {
  border-left: 1px #000;
  margin-bottom: 25px;
  padding: 0;
  font-size: 16px;
  line-height: 1.7;
}

figure {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0;
}

figcaption {
  color: #b8b9b9;
  margin-top: 15px;
  font-size: 16px;
}

.body {
  color: #60697b;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  position: relative;
}

.section.background-primary-soft {
  background-color: #fff;
  margin-bottom: 20px;
}

.section.background-light {
  background-color: #fcfcfd;
  margin-top: 0;
  padding-bottom: 60px;
}

.container {
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  transition: background-color 0.2s, color 0.2s;
  position: relative;
}

.sg-section {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ebedf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 150px;
  padding-bottom: 150px;
  display: grid;
}

.sg-block {
  margin-bottom: 40px;
  display: block;
}

.sg-button-block {
  margin-right: 60px;
  display: inline-block;
}

.sg-color-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-color-block {
  height: 80px;
  margin-bottom: 10px;
  display: block;
}

.sg-margin-block {
  width: 100%;
  background-color: #f0f0f8;
  display: flex;
}

.utility-page-content {
  width: 300px;
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 30px;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.margin-bottom-5 {
  margin-bottom: 5px;
  font-family: Poppins;
}

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

.margin-bottom-15 {
  margin-bottom: 15px;
}

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

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-35 {
  color: #001524;
  margin-bottom: 35px;
  font-family: Poppins;
}

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

.margin-bottom-45 {
  margin-bottom: 45px;
}

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

.margin-bottom-55 {
  margin-bottom: 55px;
}

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

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

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

.margin-bottom-75 {
  margin-bottom: 75px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.background-primary {
  background-color: #1363df;
}

.body-color {
  color: #60697b;
  font-family: Poppins;
}

.text-primary {
  color: #1363df;
}

.text-secondary {
  color: #aab0bc;
}

.text-white {
  color: #fff;
  font-family: Poppins;
  font-weight: 700;
  font-size: 14px;
}

.link-white {
  color: #fff;
}

.text-emphasize {
  font-family: Poppins;
  font-style: italic;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(100deg, #1363df 20%, #3f78e0);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-gradient.text-emphasize {
  padding-left: 2px;
  padding-right: 2px;
}

.display-1 {
  letter-spacing: -0.01rem;
  flex: none;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 56px;
  line-height: 1.15;
}

.display-1.margin-bottom-20 {
  margin-bottom: 40px;
  font-family: Poppins;
  font-size: 48px;
}

.display-2 {
  text-align: center;
  letter-spacing: -0.01rem;
  margin-bottom: 40px;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.display-2.margin-bottom-none {
  margin-bottom: 0;
}

.display-2.margin-bottom-25 {
  margin-bottom: 25px;
}

.display-2.margin-bottom-30 {
  margin-bottom: 30px;
}

.display-3 {
  text-align: center;
  letter-spacing: -0.01rem;
  margin-bottom: 15px;
  font-family: Poppins;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 700;
}

.paragraph {
  color: #001524;
  font-family: Poppins;
  font-size: 16px;
}

.paragraph.margin-bottom-30 {
  font-family: Poppins;
}

.paragraph-large {
  margin-bottom: 35px;
  font-family: Poppins;
  font-size: 25px;
  line-height: 1.5;
}

.label {
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.label.text-secondary {
  color: #001524;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  font-weight: 400;
}

.unicon {
  color: #fff;
  font-family: Unicons, Poppins;
  line-height: 1;
}

.material-icon {
  font-family: Material Icons, Poppins;
  line-height: 1;
}

.button {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #1363df;
  border-radius: 8px;
  flex: none;
  align-self: stretch;
  padding: 12px 24px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  transition: all 0.2s ease-in-out;
}

.button:hover {
  color: #fff;
  border-color: #1363df;
  transform: translate(0, -3px);
  box-shadow: 0 5px 15px rgba(30, 34, 40, 0.15);
}

.button.cc-small {
  background-color: #1363df;
  padding: 10px 22px;
  font-family: Poppins;
}

.button.cc-small.cc-form {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.button.cc-small.cc-form:hover {
  transform: none;
}

.button.cc-large {
  background-color: #1363df;
  padding: 16px 28px 15px;
  font-size: 18px;
}

.image-link {
  width: 100%;
  cursor: none;
  transition: color 0.2s;
}

.link-hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-color 0.2s, color 0.2s;
}

.link-hover:hover {
  color: #1363df;
  border-bottom-color: #1363df;
}

.link-hover.link-white {
  font-family: Poppins;
}

.link-hover.link-white:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.shadow {
  box-shadow: 0 5px 35px rgba(30, 34, 40, 0.07);
}

.card {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  overflow: visible;
}

.card.shadow {
  padding: 20px;
  box-shadow: 0 5px 35px rgba(30, 34, 40, 0.07);
}

.background-primary-pale {
  background-color: #e6e5f4;
}

.background-primary-soft {
  background-color: #f0f0f8;
}

.background-light {
  background-color: #fcfcfd;
}

.background-dark {
  background-color: #001524;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.navbar {
  z-index: 1999;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-space {
  height: 0;
}

.navbar-inner {
  z-index: 5;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.nav-menu-wrapper {
  width: 100%;
}

.nav-menu-flex {
  align-items: center;
  display: flex;
}

.nav-menu {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #001524;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 0;
  font-family: Poppins;
  font-weight: 500;
  transition: color 0.2s;
  display: flex;
}

.nav-link.w--current {
  color: #1363df;
}

.burger-line {
  width: 25px;
  height: 3px;
  background-color: #001524;
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav-menu-flex-mobile {
  display: flex;
}

.navbar-wrapper-mobile {
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.navbar-inner-mobile {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-brand-mobile {
  display: none;
}

.nav-link-mobile {
  height: 143px;
  color: #303030;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
  display: flex;
}

.nav-link-mobile:hover {
  color: #1363df;
}

.nav-link-mobile:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.navbar-button-wrapper {
  flex: none;
}

.hero-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.hero {
  min-height: 60vh;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-image-wrapper {
  width: 50%;
  height: 80%;
  object-fit: cover;
  flex: 0 auto;
  order: 1;
  align-self: center;
  position: absolute;
  top: 0;
  right: 0;
}

.hero-content {
  height: 100%;
  padding-right: 60px;
  position: relative;
}

.play {
  z-index: 3;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.play-button {
  width: 75px;
  height: 75px;
  color: #fff;
  background-color: #1363df;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  display: flex;
}

.play-button:hover {
  color: #fff;
}

.doodle-arrow {
  position: absolute;
  bottom: 3%;
  right: 7%;
}

.doodle-shine {
  position: absolute;
  top: -7%;
  left: -6%;
}

.reasons {
  max-width: 1170px;
  padding-top: 0;
  padding-bottom: 0;
}

.tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.tab {
  background-color: rgba(0, 0, 0, 0);
}

.tab.card {
  grid-column-gap: 20px;
  flex-direction: row;
  flex: 1;
  padding: 30px;
  transition: box-shadow 0.2s, background-color 0.2s, color 0.2s;
  display: flex;
}

.tab.card:hover {
  color: #001524;
  background-color: #fff;
  box-shadow: 0 5px 35px rgba(30, 34, 40, 0.07);
}

.tab.card.w--current {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 5px 35px rgba(30, 34, 40, 0.07);
}

.tab-pane-grid {
  grid-column-gap: 70px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins;
  display: grid;
}

.tabs-content {
  margin-top: 60px;
}

.step {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

.bullet-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.bullet-list-item {
  grid-column-gap: 10px;
  color: #001524;
  display: flex;
}

.bullet {
  width: 20px;
  height: 20px;
  color: #1363df;
  background-color: #1363df;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  font-size: 15px;
  line-height: 1;
  display: flex;
}

.rounded {
  width: 100%;
  border-radius: 8px;
}

.rounded.shadow {
  width: 80%;
  box-shadow: none;
  margin-bottom: 20px;
}

.headline-reasons {
  max-width: 660px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.headline-customers {
  max-width: 750px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
}

.testimonial {
  margin-bottom: 30px;
  display: inline-block;
}

.testimonial-card-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.block-quote-with-icon {
  position: relative;
}

.quote-icon {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -10px;
  right: auto;
}

.avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.rating {
  color: #efa00b;
  letter-spacing: -3px;
  margin-bottom: 20px;
  margin-left: -3px;
  font-size: 25px;
  line-height: 1;
  display: flex;
}

.customers {
  width: 100%;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  display: inline-block;
}

.services-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 20px;
  display: grid;
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.card-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.service-icon {
  width: 80px;
  flex: none;
}

.facts {
  min-height: 60vh;
  align-items: center;
  display: flex;
  position: relative;
}

.facts-image {
  width: 50%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}

.facts-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 160px;
  padding-bottom: 160px;
  display: grid;
}

.facts-content {
  height: 100%;
  padding-left: 100px;
  position: relative;
}

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

.numbers-grid.cc-margin-top {
  margin-top: 20px;
}

.image-grid {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.solutions-grid {
  width: 100%;
  grid-column-gap: 70px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
}

.image-padding {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.features-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing {
  width: 100%;
  flex-direction: column;
  padding-top: 140px;
  padding-bottom: 140px;
  display: inline-block;
}

.headline-pricing {
  max-width: 850px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.prices-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: center;
  margin-bottom: 100px;
  display: grid;
}

.bold-text {
  font-weight: 500;
}

.price-currency {
  padding-top: 8px;
  padding-right: 5px;
  font-size: 20px;
  font-weight: 400;
}

.pricing-card-inner {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.price-duration {
  align-self: flex-end;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.pricing-card {
  padding-bottom: 50px;
  display: flex;
}

.pricing-card.card.shadow {
  padding-top: 50px;
  padding-bottom: 60px;
}

.pricing-card.card.shadow.cc-larger {
  padding-top: 70px;
  padding-bottom: 80px;
}

.faq-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  column-count: 2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 60px;
  display: block;
}

.faq-item {
  margin-bottom: 30px;
  display: inline-block;
}

.faq-icon {
  width: 42px;
  height: 42px;
  color: #fff;
  background-color: #1363df;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  display: flex;
}

.faq {
  flex: 1;
}

.faq-item-inner {
  grid-column-gap: 30px;
  display: flex;
}

.footer {
  padding-top: 100px;
  padding-bottom: 70px;
}

.footer.background-dark {
  color: #fff;
  background-color: #001524;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-grid {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.address {
  max-width: 90%;
  font-size: 14px;
}

.text-size-fourteen {
  font-size: 12px;
}

.address.margin-bottom-20 {
  margin-bottom: 10px;
  font-family: Poppins;
}

.unordered-list {
  padding-left: 0;
  list-style-type: none;
}

.unordered-list.margin-bottom-none {
  line-height: 1.45;
}

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

.price {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(164, 174, 198, 0.2);
  margin-top: 50px;
  margin-bottom: 70px;
}

.input-group {
  display: flex;
}

.text-field {
  height: 48px;
  color: #fff;
  border: 1px solid rgba(52, 63, 82, 0.2);
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-field:focus {
  border-width: 1px;
  border-color: #1363df;
}

.text-field::-ms-input-placeholder {
  color: #aab0bc;
}

.text-field::placeholder {
  color: #aab0bc;
}

.text-field-dark {
  height: 48.8px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right-width: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.text-field-dark:focus {
  border-width: 1px;
  border-color: #1363df;
}

.text-field-dark::-ms-input-placeholder {
  color: #aab0bc;
}

.text-field-dark::placeholder {
  color: #aab0bc;
}

.field-label {
  display: none;
}

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

.join {
  max-width: 600px;
}

.play-button-pulse {
  z-index: -1;
  width: 70px;
  height: 70px;
  background-color: rgba(96, 93, 186, 0.5);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(0, -50%) translate(-50%);
}

.navbar-shadow {
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 25px rgba(30, 34, 40, 0.06);
}

.social-links {
  grid-column-gap: 20px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.social-link-item {
  line-height: 1;
}

.social-link {
  color: #fff;
  font-size: 20px;
  transition: transform 0.2s;
  display: flex;
}

.social-link:hover {
  color: #fff;
  transform: translate(0, -3px);
}

.page-headline {
  width: 80%;
  padding-top: 100px;
}

.page-title {
  letter-spacing: -0.03em;
  flex: none;
  font-size: 200px;
  font-weight: 400;
  line-height: 208px;
}

.inner-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.wrapper-narrow {
  width: 65%;
}

.wrapper-narrow.cc-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6,
.paragraph-2,
.block-quote,
.text-block,
.text-block-2,
.text-block-3,
.div-block,
.text-block-4,
.text-block-5 {
  font-family: Poppins;
}

.text-block-6,
.paragraph-3 {
  color: #001524;
  font-family: Poppins;
}

.heading-7 {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
}

.heading-8,
.heading-11,
.text-block-7,
.text-block-8,
.text-block-9,
.text-block-10,
.heading-15,
.text-block-11,
.heading-16,
.text-block-12 {
  font-family: Poppins;
  font-size: 16px;
}

.heading-12,
.heading-13,
.heading-14,
.heading-9,
.heading-10 {
  font-size: 20px;
}

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

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

.f-button-secondary {
  min-height: 48px;
  color: #160042;
  letter-spacing: -0.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.3s, background-color 0.3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s;
  display: flex;
}

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

.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: -0.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

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

.f-h1-heading {
  color: #160042;
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 64px;
  line-height: 1.2;
}

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

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.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: #fff;
  padding: 92px 5%;
  position: relative;
}

.f-image-cover-2 {
  width: 100%;
  height: 70%;
  max-width: none;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.shareholder-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 180px;
  max-width: 250px;
}

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

.shareholder-image-wrapper {
  height: auto;
}

.f-success-message {
  color: #006638;
  letter-spacing: -0.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral-2 {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s;
  display: flex;
}

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

.f-header-input-field {
  min-height: 48px;
  color: #160042;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.f-header-input-field::-ms-input-placeholder {
  color: #b6b9ce;
}

.f-header-input-field::placeholder {
  color: #b6b9ce;
}

.f-header-form-wrapper {
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

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

.f-paragraph-large-2 {
  color: #001524;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

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

.f-h1-heading-2 {
  color: #160042;
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

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

.f-heading-detail-small-2 {
  color: #6b7094;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

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

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

.f-section-large-2 {
  padding: 50px 0%;
  position: relative;
}

.f-button-secondary-2 {
  min-height: 48px;
  color: #160042;
  letter-spacing: -0.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.3s, background-color 0.3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: #f3f5fb;
  border-color: rgba(0, 0, 0, 0);
}

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

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

.f-h3-heading {
  color: #001524;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 48px;
  line-height: 1.2;
}

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

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

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

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

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

.f-h3-heading-copy {
  color: #001524;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 48px;
  line-height: 1.2;
}

.f-gallery-image-s {
  height: auto;
}

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

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

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

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

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

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

.slider {
  height: 640px;
  background-color: #fff;
  font-family: Poppins;
  position: relative;
}

.paragraph-4 {
  color: #001524;
  font-family: Poppins;
  font-style: italic;
}

.heading-17 {
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 20px;
}

.text-block-13 {
  font-family: Poppins;
  font-size: 16px;
}

.text-block-14 {
  font-family: Poppins;
}

.text-block-15,
.paragraph-5 {
  color: #001524;
  font-family: Poppins;
}

.paragraph-6 {
  color: #001524;
  font-family: Poppins;
  font-style: italic;
}

.text-block-16 {
  color: #001524;
  font-family: Poppins;
}

.bullet-2 {
  width: 20px;
  height: 20px;
  color: #1363df;
  background-color: #e6e5f4;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  font-size: 15px;
  line-height: 1;
  display: flex;
}

.paragraph-7 {
  font-family: Poppins;
}

.button-2 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #1363df;
  border-radius: 8px;
  flex: none;
  align-self: flex-start;
  padding: 12px 24px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  transition: all 0.2s ease-in-out;
}

.button-2:hover {
  color: #fff;
  border-color: #1363df;
  transform: translate(0, -3px);
  box-shadow: 0 5px 15px rgba(30, 34, 40, 0.15);
}

.heading-18,
.heading-19 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
}

.f-logo-shadow {
  min-height: 96px;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, 0.06);
}

.f-grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.f-h6-heading {
  color: #001524;
  letter-spacing: -0.02em;
  -webkit-text-stroke-color: #001524;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

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

.f-title-wrapper-center-2.margin-bottom-48 {
  margin-bottom: 48px;
}

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

.f-section-small {
  padding-bottom: 60px;
  position: relative;
}

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

.f-h5-heading {
  color: #160042;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

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

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

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

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

.f-container-regular-4 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

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

.f-paragraph-small {
  color: #001524;
  text-align: center;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 16px;
  line-height: 1.8;
}

.f-sub-heading-large {
  color: #001524;
  text-align: center;
  letter-spacing: -0.02em;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

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

.f-feature-icon-wrapper {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  -webkit-text-fill-color: inherit;
  background-color: #f7f9fd;
  background-clip: border-box;
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-feature-card-divider {
  width: 1px;
  height: 200px;
  background-color: #f3f5fb;
  margin-left: 30px;
  margin-right: 30px;
}

.f-feature-card-row {
  max-width: 1170px;
  background-color: #fff;
  border: 4px solid #f3f5fb;
  border-radius: 12px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  display: flex;
}

.f-h3-heading-2 {
  color: #160042;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-51 {
  flex: 0 auto;
  margin-bottom: 16px;
}

.f-heading-detail-small-3 {
  color: #6b7094;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

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

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

.bold-text-3,
.bold-text-4 {
  color: #001524;
}

.bold-text-5,
.bold-text-6 {
  font-weight: 500;
}

.section-2 {
  min-height: auto;
  min-width: 1170px;
  margin: auto;
  display: block;
}

.slider-2 {
  min-height: 500px;
  min-width: 1170px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins;
}

.slide-nav {
  padding-bottom: 10px;
}

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

.f-header-image-wrapper-tall-2 {
  width: 100%;
  height: 100%;
  max-width: 400px;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.f-button-secondary-3 {
  min-height: 48px;
  color: #160042;
  letter-spacing: -0.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.3s, background-color 0.3s;
  display: flex;
}

.f-button-secondary-3:hover {
  background-color: #f3f5fb;
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral-3 {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s;
  display: flex;
}

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

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

.f-paragraph-large-4 {
  letter-spacing: -0.02em;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

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

.f-h1-heading-3 {
  color: #001524;
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
}

.f-h1-heading-33 {
  color: #001524;
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 500;
}

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

.f-heading-detail-small-4 {
  color: #6b7094;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

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

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

.f-section-large-5 {
  max-width: 1170px;
  margin: auto;
  padding: 0 0%;
  position: relative;
}

.container-3 {
  object-fit: fill;
  display: block;
}

.div-block-3 {
  object-fit: fill;
}

.columns {
  width: 100%;
  height: auto;
  flex-flow: row;
  align-items: center;
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.mask {
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  margin-top: 20px;
}

.image {
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.text-block-19 {
  font-family: Poppins;
}

.paragraph-8 {
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 18px;
}

.paragraph-9 {
  margin-bottom: 10px;
  font-family: Poppins;
}

.column-2 {
  text-align: center;
  order: 0;
  align-self: baseline;
  padding-left: 0;
  padding-right: 0;
}

.div-block-5,
.div-block-6,
.div-block-7 {
  text-align: center;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.div-block-8 {
  min-width: 100%;
  box-shadow: none;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding: 20px;
  position: static;
}

.div-block-8.f-logo-shadow {
  box-shadow: none;
  background-color: #fff;
  display: block;
}

.image-2 {
  border-radius: 10px;
  margin-bottom: 20px;
}

.div-block-10 {
  height: 250px;
  -webkit-text-fill-color: inherit;
  background-color: #001524;
  background-clip: border-box;
  border-radius: 10px;
  padding: 20px;
}

.div-block-11 {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

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

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

.f-error-message {
  color: #5b0b11;
  text-align: center;
  background-color: #fceff0;
  border-radius: 8px;
}

.f-success-message-2 {
  color: #006638;
  letter-spacing: -0.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral-4 {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s;
  display: flex;
}

.f-button-neutral-4:hover {
  background-color: #282556;
}

.f-checkbox-label {
  color: #160042;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-checkbox {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-width: 2px;
  border-color: #b6b9ce;
  border-radius: 4px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: #160042;
  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-margin-bottom-68 {
  margin-bottom: 32px;
}

.f-text-area {
  min-height: 112px;
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: #b6b9ce;
}

.f-text-area::-ms-input-placeholder {
  color: #6b7094;
}

.f-text-area::placeholder {
  color: #6b7094;
}

.f-field-label {
  color: #160042;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

.f-field-input {
  min-height: 48px;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all 0.2s;
}

.f-field-input:focus {
  border-color: #b6b9ce;
}

.f-field-input::-ms-input-placeholder {
  color: #6b7094;
}

.f-field-input::placeholder {
  color: #6b7094;
}

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

.f-paragraph-large-5 {
  color: #001524;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-3 {
  color: #160042;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 44px;
  line-height: 1.2;
}

.f-heading-detail-small-5 {
  color: #6b7094;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

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

.f-contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #001524;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr;
  align-items: start;
  font-family: Poppins;
  font-size: 16px;
}

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

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

.paragraph-12 {
  font-family: Poppins;
}

.italic-text {
  font-style: normal;
  font-weight: 400;
}

.italic-text-2 {
  font-style: normal;
}

.grid-2 {
  max-width: 1240px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  min-height: 160px;
  min-width: 160px;
  clear: none;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.html-embed {
  width: auto;
  height: 500px;
  padding-bottom: 36px;
}

.paragraph-13 {
  color: #001524;
  font-size: 24px;
  font-weight: 700;
}

.div-block-12 {
  background-color: #fcfcfd;
  border-radius: 20px;
  margin-top: 40px;
  padding: 20px;
  box-shadow: 0 7px 9px rgba(151, 151, 151, 0.2);
}

.column-7 {
  padding: 20px;
}

.column-8 {
  padding: 20px;
}

.bold-text-9 {
  font-weight: 600;
}

.div-block-13 {
  width: auto;
  min-height: auto;
  min-width: 0;
  text-align: center;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: static;
}

.div-block-14 {
  max-width: 1170px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-16 {
  background-color: #fceff0;
  border-radius: 12px;
  flex: 1;
  padding: 20px;
}

.container-4 {
  max-width: 1170px;
}

.columns-2 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-14 {
  color: #006638;
}

.uui-navbar07_menu-button {
  padding: 0;
}

.uui-button {
  grid-column-gap: 0.5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.125rem;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.uui-button:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
}

.uui-button-tertiary-gray {
  grid-column-gap: 0.5rem;
  color: #475467;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.125rem;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  color: #344054;
  background-color: #f9fafb;
}

.uui-button-secondary-gray {
  grid-column-gap: 0.5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.125rem;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.uui-button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray.show-tablet,
.show-tablet {
  display: none;
}

.uui-navbar07_button-wrapper {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  align-items: center;
  display: flex;
}

.uui-navbar07_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar07_link {
  color: #475467;
  align-items: center;
  padding: 0.75rem 1rem;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
}

.uui-navbar07_link:hover {
  color: #344054;
}

.uui-navbar07_link.w--current {
  color: #000;
}

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-family: Poppins;
  font-size: 0.875rem;
  line-height: 1.5;
}

.uui-navbar07_item-heading {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-family: Poppins;
  font-weight: 600;
}

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar07_icon-wrapper {
  color: #7f56d9;
  flex: none;
}

.uui-navbar07_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: 0.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 0.75rem;
  text-decoration: none;
  transition: all 0.3s;
  display: grid;
}

.uui-navbar07_dropdown-link:hover {
  background-color: #f9fafb;
}

.uui-navbar07_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 0.5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08),
    0 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.uui-navbar07_dropdown-list.w--open {
  width: 20rem;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 0.75rem;
  padding: 0.75rem;
  right: -100%;
}

.uui-dropdown-icon {
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.uui-navbar07_dropdown-toggle {
  color: #475467;
  align-items: center;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: #344054;
}

.uui-navbar07_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_image {
  width: auto;
  height: 100%;
  flex: none;
  display: none;
}

.uui-logo_logotype {
  width: auto;
  height: 100%;
  flex: none;
}

.uui-logo_logomark-dot {
  z-index: 1;
  width: 50%;
  height: 50%;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  width: 100%;
  height: 50%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-logo_logomark {
  width: 2rem;
  height: 2rem;
  border: 0.1px solid #dae0e8;
  border-radius: 0.5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(16, 24, 40, 0.06), 0 1px 2px rgba(16, 24, 40, 0.1);
}

.uui-logo_component {
  width: auto;
  height: 2rem;
  flex-wrap: nowrap;
  display: flex;
}

.uui-navbar07_logo-link {
  padding-left: 0;
}

.uui-navbar07_container {
  width: 100%;
  height: 100%;
  max-width: 80rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar07_component {
  min-height: 5rem;
  background-color: #fff;
  border-bottom: 1px solid #f2f4f7;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-logo_component-2 {
  width: auto;
  height: 2rem;
  flex-wrap: nowrap;
  display: flex;
}

.uui-navbar07_component-2 {
  min-height: 5rem;
  background-color: #fff;
  border-bottom: 1px solid #f2f4f7;
  align-items: center;
  padding: 20px 2rem;
  display: flex;
}

.text-block-20 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
}

.list-item {
  color: #001524;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  font-family: Poppins;
  list-style-type: none;
  box-shadow: 0 2px 10px rgba(168, 168, 168, 0.2);
}

.list-2 {
  list-style-type: none;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #001524;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  font-family: Poppins;
  font-size: 20px;
  display: flex;
  box-shadow: 0 2px 10px #e4e4e4;
}

.image-5 {
  max-height: 40px;
  max-width: 40px;
  min-height: auto;
  min-width: auto;
  text-align: left;
}

.text-block-21 {
  flex: 1;
  align-self: center;
  font-size: 16px;
}

.text-block-22 {
  color: #001524;
  text-align: center;
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.bold-text-12 {
  font-weight: 400;
}

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

.uui-contact05_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.error-text {
  color: #e23939;
}

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

.success-text {
  font-family: Poppins;
  font-weight: 500;
}

.success-message {
  margin-top: 1.5rem;
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button-2 {
  grid-column-gap: 0.5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1363df;
  border: 1px solid #1363df;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.125rem;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.uui-button-2:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
}

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

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

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

.uui-form-checkbox-label {
  color: #344054;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

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

.uui-form-checkbox-icon:hover {
  background-color: #f9f5ff;
  border-color: #7f56d9;
}

.uui-form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #f9f5ff;
  background-image: url("/images/check.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #7f56d9;
  border-radius: 0.25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #7f56d9;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 4px #f4ebff;
}

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

.uui-form_input {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 0.5rem;
  margin-bottom: 0;
  padding: 0.5rem 0.875rem;
  font-family: Poppins;
  font-size: 1rem;
  line-height: 1.5;
  transition: all 0.3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.uui-form_input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
}

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

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

.uui-form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow: auto;
}

.uui-field-label {
  color: #344054;
  margin-bottom: 0.5rem;
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}

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

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

.uui-contact05_form-wrapper {
  flex-direction: column;
  align-items: stretch;
  margin-top: 1rem;
  margin-bottom: 0;
}

.uui-text-style-link-02 {
  color: #6941c6;
  font-family: Poppins;
  font-weight: 600;
  text-decoration: none;
}

.uui-text-size-large {
  color: #475467;
  letter-spacing: normal;
  font-family: Poppins;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.uui-contact05_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

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

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

.div-block-20,
.div-block-21,
.div-block-22,
.div-block-23,
.div-block-24 {
  padding-left: 20px;
  padding-right: 20px;
}

.uui-button-3 {
  grid-column-gap: 0.5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.125rem;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.uui-button-3:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-3:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
}

.uui-button-row {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: 0.5rem;
}

.uui-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-avatar-group_item,
.uui-avatar-stack_item {
  width: 2.75rem;
  height: 2.75rem;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.avatar-stack_component {
  width: auto;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

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

.uui-faq01_cta {
  background-color: #f9fafb;
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-family: Poppins;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line {
  width: 2px;
  height: 0.75rem;
  background-color: #98a2b3;
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_horizontal-line {
  width: 0.75rem;
  height: 2px;
  background-color: #98a2b3;
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_component {
  width: 1.5rem;
  height: 1.5rem;
  color: #98a2b3;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper {
  color: #7f56d9;
}

.uui-faq01_heading {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_accordion {
  border-bottom: 1px solid #eaecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_component {
  margin-top: 4rem;
}

.uui-heading-subheading {
  color: #7f56d9;
  margin-bottom: 0.75rem;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

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

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

.f-paragraph-large-6 {
  letter-spacing: -0.02em;
  margin-bottom: 0;
  line-height: 32px;
  text-align: start;
}

.f-heading-detail-small-6 {
  color: #6b7094;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-h5-heading-2 {
  color: #160042;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}

.f-margin-bottom-04 {
  margin-bottom: 4px;
}

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

.f-feature-icon-round {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  box-shadow: 23px 23px 48px -8px rgba(22, 0, 66, 0.04);
}

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

.f-feature-card-large {
  text-align: center;
  background-color: #f7f9fd;
  border-radius: 12px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

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

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

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

.column-11 {
  padding-left: 20px;
  padding-right: 20px;
}

.column-12 {
  height: auto;
  max-height: none;
  min-height: 0;
}

.uui-contact07_map {
  height: 100%;
  overflow: hidden;
}

.uui-contact07_map-placeholder {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-contact07_map-wrapper {
  width: 100%;
  height: auto;
  margin-top: 4rem;
  position: relative;
}

.uui-text-style-link-02-2 {
  color: #1363df;
  font-family: Poppins;
  font-weight: 600;
  text-decoration: none;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: 0.5rem;
}

.uui-heading-xxsmall-2 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large {
  width: 3rem;
  height: 3rem;
  color: #fff;
  -webkit-text-stroke-color: white;
  background-color: #1363df;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-contact07_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact07_item {
  display: flex;
}

.uui-contact07_contact-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.uui-text-size-large-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: Poppins;
  font-size: 1.125rem;
  line-height: 1.5;
  font-size: 16px;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-2 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.uui-heading-subheading-2 {
  color: #1363df;
  margin-bottom: 0.75rem;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.uui-contact07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-section_contact07 {
  background-color: #f9fafb;
}

.error-text-2 {
  color: #e23939;
}

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

.success-text-2 {
  font-weight: 500;
}

.success-message-2 {
  margin-top: 1.5rem;
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button-4 {
  grid-column-gap: 0.5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1363df;
  border: 1px solid #7f56d9;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.125rem;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.uui-button-4:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-4:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
}

.uui-form-button-wrapper-2 {
  flex-direction: column;
  margin-top: 0.5rem;
  display: flex;
}

.uui-text-style-link-2 {
  color: #475467;
  text-decoration: underline;
  transition: color 0.3s;
}

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

.uui-form-checkbox-label-2 {
  color: #344054;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 0.375rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: 0.75rem;
  transition: all 0.3s;
}

.uui-form-checkbox-icon-2:hover {
  background-color: #f9f5ff;
  border-color: #7f56d9;
}

.uui-form-checkbox-icon-2.w--redirected-checked {
  box-shadow: none;
  background-color: #f9f5ff;
  background-image: url("/images/check.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #7f56d9;
  border-radius: 0.25rem;
}

.uui-form-checkbox-icon-2.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #7f56d9;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 4px #f4ebff;
}

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

.uui-form_input-2 {
  height: auto;
  min-height: 2.75rem;
  color: #001524;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 0.5rem;
  margin-bottom: 0;
  padding: 0.5rem 0.875rem;
  font-family: Poppins;
  font-size: 1rem;
  line-height: 1.5;
  transition: all 0.3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.uui-form_input-2:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
}

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

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

.uui-form_input-2.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow: auto;
}

.uui-form_input-2.select {
  color: #101828;
  background-color: #fff;
}

.uui-field-label-2 {
  color: #344054;
  margin-bottom: 0.5rem;
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.uui-form-radio-label {
  color: #344054;
  margin-bottom: 0;
  font-family: Poppins;
  font-weight: 500;
}

.uui-form-radio-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: 0.75rem;
  transition: all 0.3s;
}

.uui-form-radio-icon:hover {
  background-color: #f9f5ff;
  border-color: #7f56d9;
}

.uui-form-radio-icon.w--redirected-checked {
  background-color: #f9f5ff;
  background-image: url("/images/check-circle.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-width: 1px;
  border-color: #7f56d9;
}

.uui-form-radio-icon.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #7f56d9;
  margin-top: 0;
  box-shadow: 0 0 0 4px #f4ebff;
}

.uui-form-radio-icon.tick-icon.w--redirected-checked {
  background-color: #7f56d9;
  background-image: url("/images/check-tick.svg");
}

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

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

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

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

.uui-contact02_component {
  max-width: 35rem;
  flex-direction: column;
  align-items: stretch;
  margin: 4rem auto 0;
}

.uui-text-size-large-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: Poppins;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-3 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.uui-heading-subheading-3 {
  color: #7f56d9;
  margin-bottom: 0.75rem;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

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

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

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

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

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

.bold-text-15 {
  font-weight: 400;
  font-size: 14px;
}

.bold-text-17 {
  font-weight: 700;
  font-size: 14px;
}

.link {
  color: #001524;
  font-family: Poppins;
  font-size: 16px;
}

.link-2 {
  color: #001524;
  font-family: Poppins;
  font-size: 15px;
}

.link-3 {
  color: #001524;
  font-family: Poppins;
  font-size: 16px;
}

.div-block-27,
.div-block-28 {
  margin-bottom: 20px;
}
.div-block-margin-top {
  margin-top: 4rem;
}

.f-cta-logo-card {
  min-height: 96px;
  border: 1px solid #f3f5fb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  transition: border-color 0.2s, box-shadow 0.2s;
  display: flex;
}

.f-cta-logo-card:hover {
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, 0.06);
}

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

.f-button-neutral-5 {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s;
  display: flex;
}

.f-button-neutral-5:hover {
  background-color: #282556;
}

.f-paragraph-large-7 {
  color: #001524;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 18px;
  line-height: 32px;
}

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

.f-h2-heading {
  color: #001524;
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 48px;
  line-height: 1.2;
}

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

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

.f-margin-bottom-76 {
  margin-bottom: 0;
}

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

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

.paragraph-16 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins;
  font-style: normal;
  padding-bottom: 16px;
}

.italic-text-18 {
  text-align: center;
  font-style: normal;
}

.bold-text-20 {
  font-size: 20px;
  font-weight: 600;
}

.div-block-31 {
  margin-bottom: 20px;
}

.bold-text-21 {
  font-size: 18px;
}

.div-block-33,
.div-block-34 {
  margin-bottom: 10px;
}

.div-block-35 {
  margin-bottom: 20px;
}

.italic-text-19 {
  font-style: normal;
  font-weight: 600;
}

.list-item-2 {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.div-block-37 {
  margin-bottom: 25px;
}

.link-4 {
  color: #fff;
  font-family: Poppins;
}

.right-arrow {
  background-color: rgba(0, 0, 0, 0);
}

.icon {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #001524;
}

.left-arrow {
  background-color: rgba(0, 0, 0, 0);
}

.icon-2 {
  background-color: #1363df;
  border-radius: 110px;
}

.link-block-2 {
  width: 100%;
  max-width: none;
  object-fit: fill;
}

.text-block-23 {
  flex: 1;
  font-size: 16px;
}

.partner-name * {
  font-size: 24px !important;
}

.lender-logo {
  min-width: 220px;
  max-width: 220px;
}

.uui-career08_image {
  height: 100%;
  object-fit: cover;
}

.uui-button-5 {
  grid-column-gap: 0.5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.125rem;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.uui-button-5:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-5:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: 0.5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.125rem;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.uui-button-secondary-gray-2:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-2:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #f2f4f7;
}

.uui-button-row-2 {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-career08_icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #98a2b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-career08_icon-wrapper {
  flex: none;
  margin-right: 0.5rem;
}

.uui-career08_detail-wrapper {
  align-items: center;
  margin-right: 1.5rem;
  font-family: Poppins;
  font-weight: 500;
  display: flex;
}

.uui-career08_job-details-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-text-size-medium-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: Poppins;
  font-size: 1rem;
  line-height: 1.5;
}

.badge-dot {
  color: #667085;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-dot.text-color-success500 {
  color: #12b76a;
}

.badge-dot.text-color-pink500 {
  color: #ee46bc;
}

.badge-dot.text-color-blue500 {
  color: #2e90fa;
}

.uui-badge {
  grid-column-gap: 0.375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: 0.125rem 0.625rem;
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-success {
  color: #027a48;
  background-color: #ecfdf3;
}

.uui-badge.is-pink {
  color: #c11574;
  background-color: #fdf2fa;
}

.uui-badge.is-blue {
  color: #175cd3;
  background-color: #eff8ff;
  font-size: 0.875rem;
  font-weight: 500;
}

.uui-career08_label-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.uui-career08_heading {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-career08_title-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.5rem;
  display: flex;
}

.uui-career08_item {
  border: 1px solid #eaecf0;
  border-radius: 1rem;
  padding: 1.5rem;
  overflow: hidden;
}

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

.uui-career08_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: grid;
}

.uui-text-size-large-4 {
  color: #475467;
  letter-spacing: normal;
  font-family: Poppins;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-4 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-4 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.uui-heading-subheading-4 {
  color: #7f56d9;
  margin-bottom: 0.75rem;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

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

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.f-cta-logo-card-2 {
  min-height: 96px;
  border: 1px solid #f3f5fb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  transition: border-color 0.2s, box-shadow 0.2s;
  display: flex;
}

.f-cta-logo-card-2:hover {
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, 0.06);
}

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

.f-button-neutral-6 {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s;
  display: flex;
}

.f-button-neutral-6:hover {
  background-color: #282556;
}

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

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

.f-h2-heading-2 {
  color: #160042;
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

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

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

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

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

.f-section-regular-3 {
  height: 270px;
  object-fit: fill;
  margin-top: 0;
  padding: 80px 5% 60px;
  line-height: 1.4;
  position: relative;
}

.uui-layout41_lightbox-image-02 {
  width: 19rem;
  min-width: 19rem;
  position: absolute;
  top: 22%;
  left: 4%;
}

.uui-layout41_lightbox-image-01 {
  width: 84%;
  border: 0.25rem solid #101828;
  border-radius: 0.75rem;
  position: absolute;
  top: 8%;
  left: 12%;
}

.uui-lightbox_play-icon {
  z-index: 2;
  width: 8rem;
  height: 8rem;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 41, 57, 0.1);
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-layout41_lightbox {
  width: 100%;
  height: 40rem;
  background-color: #f2f4f7;
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
}

.uui-button-6 {
  grid-column-gap: 0.5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.125rem;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.uui-button-6:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-6:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
}

.uui-button-secondary-gray-3 {
  grid-column-gap: 0.5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.125rem;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.uui-button-secondary-gray-3:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-3:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #f2f4f7;
}

.uui-button-row-3 {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-3.button-row-center {
  justify-content: center;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large-5 {
  width: auto;
  color: #475467;
  letter-spacing: normal;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.uui-space-xsmall-5 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-5 {
  width: auto;
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.uui-heading-subheading-5 {
  color: #1363df;
  margin-bottom: 0.75rem;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.uui-layout41_component {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  flex-flow: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

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

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-5 {
  color: #616161;
  object-fit: fill;
  padding-left: 0;
  padding-right: 2rem;
  font-family: Poppins;
  position: static;
}

.bold-text-23 {
  letter-spacing: 0;
  font-family: Poppins;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 0;
  font-size: 20px;
}

.text-span {
  color: #1363df;
  font-weight: 700;
  -webkit-text-stroke-color: #0042a2;
}

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

.f-sub-heading-large-2 {
  color: #160042;
  letter-spacing: -0.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

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

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

.f-feature-card-divider-2 {
  width: 1px;
  height: 200px;
  background-color: #f3f5fb;
  margin-left: 40px;
  margin-right: 40px;
}

.f-feature-card-row-2 {
  border: 1px solid #f3f5fb;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 32px;
  display: flex;
}

.f-paragraph-large-9 {
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Poppins;
  font-size: 16px;
  line-height: 1.8em;
}

.f-h3-heading-4 {
  color: #160042;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
}

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

.f-heading-detail-small-7 {
  color: #6b7094;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

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

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

.f-section-large-8 {
  text-align: center;
  background-color: #f8faff;
  padding: 60px 5%;
  position: relative;
}

.div-block-42,
.div-block-43,
.div-block-44,
.div-block-45,
.div-block-46 {
  text-align: center;
}

.paragraph-19 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-20 {
  flex: 1;
  margin-bottom: 0;
  font-family: Poppins;
  font-weight: 500;
}

.bold-text-24 {
  color: #282556;
  font-family: Poppins;
  font-weight: 500;
  font-size: 17px;
}

.bold-text-25 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
}

.f-header-logo-wrap {
  background-color: #e5f2ea;
  border: 1px solid #f3f5fb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 32px 60px;
  transition: box-shadow 0.3s, border-color 0.3s;
  display: flex;
}

.f-header-logo-wrap:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, 0.06);
}

.f-header-logo-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 56px;
}

.f-h1-heading-4 {
  color: #160042;
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

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

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

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

.f-paragraph-large-10 {
  letter-spacing: -0.02em;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 16px;
  line-height: 1.8em;
}

.f-h5-heading-3 {
  color: #160042;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

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

.f-feature-icon-wrapper-white-2 {
  width: 180px;
  height: 180px;
  min-height: 72px;
  min-width: 70px;
  float: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  position: static;
}

.f-feature-card-filled-2 {
  width: 340px;
  max-width: 400px;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  padding: 36px;
  display: block;
  box-shadow: 0 1px 8px -2px rgba(0, 0, 0, 0.2);
}

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

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

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

.bold-text-26 {
  height: 50px;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.bold-text-27 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.bold-text-28 {
  font-family: Poppins;
  font-weight: 600;
  line-height: 1.3;
  font-size: 20px;
}

.bold-text-29,
.bold-text-30 {
  font-family: Poppins;
  font-weight: 600;
  line-height: 1.4;
  font-size: 20px;
}

.image-7 {
  text-align: center;
  object-fit: contain;
  font-size: 11px;
  position: static;
}

.div-block-47 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-48 {
  background-color: #fff9e6;
  border-radius: 6px;
  padding-top: 30px;
}

.div-block-49 {
  background-color: #fcf4f5;
  border-radius: 6px;
  padding-top: 30px;
}

.div-block-50 {
  background-color: #f6eeff;
  border-radius: 6px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.link-5 {
  color: #fff;
  -webkit-text-stroke-color: white;
  font-family: Poppins;
  font-size: 19px;
  font-weight: 700;
}

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

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

.uui-text-size-small-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: Poppins;
  font-size: 0.875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.text-align-left {
  text-align: left;
}

.uui-button-7 {
  grid-column-gap: 0.5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.125rem;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.uui-button-7:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-7:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
}

.uui-form_input-3 {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 0.5rem;
  margin-bottom: 0;
  padding: 0.5rem 0.875rem;
  font-family: Poppins;
  font-size: 1rem;
  line-height: 1.5;
  transition: all 0.3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.uui-form_input-3:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
}

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

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

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 0.375rem;
  display: grid;
}

.uui-heroheader12_form {
  max-width: 30rem;
  margin: 2.5rem auto 0;
}

.uui-text-size-xlarge {
  color: #ffffff;
  font-family: Poppins;
  font-size: 16px;
  line-height: 1.5;
}

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

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

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.uui-max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

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

.uui-container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.career-top-section {
  background: linear-gradient(0deg, #86befe, #2f4efb);
  background-image: url("/images/career_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.uui-container-large-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-8 {
  padding-top: 5rem;
  padding-bottom: 8.1rem;
}

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

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

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

.uui-heading-subheading-6 {
  color: #1363df;
  margin-bottom: 0.75rem;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-heading-medium-6 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.uui-space-xsmall-6 {
  width: 100%;
  min-height: 1rem;
}

.uui-text-size-large-6 {
  color: #475467;
  letter-spacing: normal;
  font-family: Poppins;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.uui-faq01_component-2 {
  margin-top: 5rem;
  margin-bottom: 1rem;
}

.uui-faq01_list-2 {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_accordion-2 {
  opacity: 1;
  outline-offset: 0px;
  border: 0 #000;
  outline: 0 #60697b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.uui-faq01_accordion-2.last-item {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.uui-faq01_question-2 {
  cursor: pointer;
  background-color: #f4f7ff;
  border: 0 #000;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 2rem 30px;
  display: flex;
  column-gap: 20px;
}

.uui-faq01_heading-2 {
  color: #101828;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 600;
}

.bold-text-35,
.bold-text-36 {
  font-family: Poppins;
}

.uui-faq01_icon-wrapper-2 {
  color: #7f56d9;
}

.accordion-icon_component-2 {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #98a2b3;
  color: #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-icon_horizontal-line-2 {
  width: 0.75rem;
  height: 2px;
  background-color: #98a2b3;
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_vertical-line-2 {
  width: 2px;
  height: 0.75rem;
  background-color: #98a2b3;
  border-radius: 1px;
  position: absolute;
}

.uui-faq01_answer-2 {
  overflow: hidden;
}

.uui-text-size-medium-3 {
  color: #475467;
  letter-spacing: normal;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 30px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.9;
}

.uui-text-size-medium-33 {
  color: #475467;
  letter-spacing: normal;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 30px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.9;
}

.italic-text-21,
.italic-text-22 {
  color: #667085;
  font-weight: 500;
}

.uui-text-size-medium-3 {
  color: #475467;
  letter-spacing: normal;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 30px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.link-6 {
  text-decoration: underline;
}

.uui-space-medium-3 {
  width: 100%;
  min-height: 3rem;
  border: 0 rgba(0, 0, 0, 0);
  padding-top: 10px;
  padding-left: 30px;
  padding-left: 30px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  color: #475467;
}

.text-block-26 {
  margin-left: 30px;
  padding-bottom: 20px;
  font-family: Poppins;
  font-weight: 500;
  color: #475467;
}

.text-block-24 {
  padding-bottom: 10px;
  padding-left: 30px;
  font-style: italic;
  color: #475467;
}

.padding-top-thirteen {
  padding-top: 10px;
}

.link-7 {
  text-decoration: underline;
}

.padding-bottom-ten {
  padding-bottom: 10px;
}

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

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

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

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

.heading-press {
  color: #1363df;
  font-family: Poppins;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 10px;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Poppins;
  color: #333333;
  font-size: 16px;
}

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

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

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

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

.heading-2 {
  font-size: 36px;
}

.shadow-two-3 {
  box-shadow: none;
  font-family: Poppins;
}

.disclosures-prop-size {
  text-align: center;
  font-size: 36px;
  font-family: Poppins;
  margin-bottom: 60px;
  font-weight: 600;
}

.container-disclosure {
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  transition: background-color 0.2s, color 0.2s;
  position: relative;
}

.section-background-light-disclosure {
  background-color: #fff;
  background-image: linear-gradient(#fff, #fcfcfd);
}

.top-bottom-pixel {
  margin-top: 20px;
  margin-bottom: 20px;
}

.brix---section {
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

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

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---color-neutral-800 {
  color: rgb(33, 31, 84);
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.brix---inner-container-1104px-center {
  max-width: 1104px;
  margin-left: auto;
  margin-right: auto;
}

.brix---tabs-wrapper-reverse {
  flex-direction: column-reverse;
  display: flex;
}

.brix---tabs-content {
  overflow: visible;
}

.brix---card-testimonial-v12 {
  border: 1px solid #eff0f6;
  background-color: white;
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.06);
  border-radius: 24px;
  padding: 64px 72px;
  display: flex;
}

.brix---avatar-circle-08-testimonial-v12 {
  width: 340px;
  height: 100%;
  max-height: 340px;
  max-width: 340px;
  border-radius: 50%;
  flex: none;
  margin-right: 48px;
  overflow: hidden;
  transform: translate(0);
}

.brix---avatar-image {
  width: 100%;
}

.brix---testimonial-v12-right-content {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---text-300-bold {
  color: #1363df;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.text-span-2 {
  color: #1363df;
  font-size: 24px;
}

.brix---text-300-list {
  color: #667085;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---paragraph-default {
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.background-light-aliceblue {
  background-color: #f8faff;
}

.section.background-light-aliceblue {
  background-image: linear-gradient(#f8faff #f8faff);
  background-color: #f8faff;
}

.f-tab {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-tab-toggle-menu {
  background-color: #f3f5fb;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 24px;
  padding: 8px;
  display: flex;
}

.f-tab-button-toggle {
  color: #136;
  text-align: center;
  letter-spacing: -0.01em;
  border-radius: 4px;
  padding: 12px 44px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  border: none;
  outline: none;
  transition: transform 0.3s ease-in-out;
}

.f-tab-button-toggle.w--current {
  color: #136;
  background-color: #1363df;
  font-weight: 500;
  letter-spacing: -0.01em;
  box-shadow: 3px 8px 20px rgba(141, 155, 190, 0.16);
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 14px;
  color: white;
}

.text-block-6-tab {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
}

.f-tab-button-toggle:not(.w--current) {
  color: black;
}

.f-tab-button-toggle:hover {
  transform: scale(1.05);
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  padding: 10px 30px 5px;
  position: relative;
}

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

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

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

.brix---section-overflow-hidden {
  background-color: #fff;
  padding: 60px 5%;
  overflow: hidden;
}

.hero-without-image-3 {
  background-color: #f5f7fa;
  padding: 10px 30px 5px;
  position: relative;
}

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

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

.margin-bottom-24px-6 {
  margin-bottom: 24px;
  font-family: Poppins;
  font-size: 16px;
}

.margin-bottom-24px-6.brix---paragraph-default-2 {
  line-height: 22px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  position: relative;
}

.brix---inner-container-600px---center {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.brix---text-center-2 {
  text-align: center;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---color-neutral-803 {
  color:  #211f54;
}

.brix---heading-h2-size-2 {
  color: #001524;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 16px;
  line-height: 22px;
  color: #475467;
}

.margin-bottom-24px-6.brix---paragraph-default-2 {
  line-height: 22px;
}

.brix---gallery-v9-images-wrapper {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: flex-end;
  margin-top: -100px;
  display: flex;
}

.brix---image-width-33 {
  width: 33%;
}

.hero-split-5 {
  max-width: 46%;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  margin-bottom: 40px;
}

.f-content-list-item-2 {
  grid-column-gap: 16px;
  color: #136;
  align-items: center;
  padding-top: 10px;
  display: flex;
  line-height: 22px;
}

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

.f-paragraph-regular-3 {
  color: #475467;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 16px;
  line-height: 22px;
}

.hero-without-image-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px 20px;
  position: relative;
}

.paragraph-4-career {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins;
  font-size: 16px;
  line-height: 22px;
  color: #475467;
}

.heading-7-careers {
  font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #001524;
}

.image-careers {
  width: 70%;
  height: 70%;
  max-width: 100%;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 60px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
}

.team-member-image-two {
  width: 500px;
  margin-bottom: 0;
  padding-top: 20px;
}

.team-block {
  width: 500px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.team-block-info {
  width: 550px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-top: 24px;
  margin-bottom: 12px;
  padding-left: 25px;
  font-family: Poppins;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
  padding-left: 25px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-11-careers {
  color: #1363df;
  padding-left: 25px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
}

.arrow-embed-2 {
  color: #1363df;
  margin-left: 2px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.image-max-width {
  max-width: 92%;
}

.div-block-19-calculator {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #001524;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 50px;
  padding: 20px;
  font-family: Poppins;
  font-size: 20px;
  display: flex;
  box-shadow: 0 2px 10px #e4e4e4;
}

.footer-last {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
}

.footer-last-1 {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
}

.demarcation-line {
  border: 0;
  height: 1px;
  background: #CCCCCC;
  margin: 15px 0;
}

.container-foot-1 {
    z-index: 2;
    width: 100%;
    height: 100%;
    max-width: 1170px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    transition: background-color 0.2s, color 0.2s;
    position: relative;
}


@media screen and (min-width: 1280px) {
  .section.background-primary-soft {
    min-width: 1280px;
    margin-bottom: auto;
    position: static;
  }

  .section.background-light {
    min-width: 1280px;
    background-color: #fff;
    background-image: linear-gradient(#fff, #fcfcfd);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container {
    max-width: 1280px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sg-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .utility-page-content {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .margin-bottom-none {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
  }

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

  .display-1 {
    color: #001524;
    text-align: center;
    -webkit-text-stroke-color: #fcfcfd;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .display-2 {
    margin-bottom: 30px;
  }

  .paragraph {
    margin-bottom: 10px;
  }

  .label.text-secondary {
    color: #001524;
    padding-left: 20px;
    padding-right: 20px;
    font-style: normal;
  }

  .unicon {
    color: #fff;
  }

  .button {
    clear: none;
    align-self: stretch;
  }

  .image-link {
    width: auto;
    max-height: 40px;
    max-width: 40%;
  }

  .card {
    text-align: left;
    display: block;
  }

  .card.shadow {
    padding: 28px;
    display: inline-block;
  }

  .navbar-space {
    height: 0;
  }

  .nav-menu {
    font-family: Poppins;
  }

  .reasons {
    max-width: 1280px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab.card {
    display: block;
  }

  .tab-pane-grid {
    align-items: center;
    padding: 20px;
  }

  .bullet-list-item {
    font-family: Poppins;
  }

  .bullet {
    background-color: #1363df;
  }

  .rounded {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .rounded.shadow {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .headline-reasons {
    max-width: 990px;
    margin-bottom: 40px;
  }

  .headline-customers {
    max-width: 850px;
  }

  .testimonials {
    align-items: flex-start;
    display: flex;
  }

  .testimonial {
    height: auto;
    flex: 1;
  }

  .services-grid {
    padding: 0 20px;
  }

  .card-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .solutions-grid {
    align-items: center;
  }

  .features-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-grid {
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .address.margin-bottom-20 {
    margin-bottom: 20px;
  }

  .navbar-shadow {
    background-color: rgba(0, 0, 0, 0);
  }

  .page-headline {
    width: 75%;
  }

  .wrapper-narrow {
    width: 55%;
  }

  .wrapper-narrow.cc-center {
    width: 63%;
  }

  .heading-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide {
    height: 340px;
    overflow: auto;
  }

  .heading-7 {
    font-weight: 700;
  }

  .f-image-cover-2 {
    height: 100%;
    max-height: 360px;
    max-width: 500px;
  }

  .shareholder-image {
    width: 100%;
    height: 100%;
    max-height: 180px;
    max-width: 250px;
  }

  .f-header-image-wrapper-wide {
    height: auto;
  }

  .f-paragraph-large-2 {
    margin-bottom: 10px;
  }

  .f-header-title-wrapper-center {
    max-width: 1170px;
  }

  .f-container-regular-2 {
    text-align: center;
  }

  .f-section-large-2 {
    background-color: transparent;
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .slider {
    height: 730px;
  }

  .paragraph-4 {
    color: #001524;
    white-space: normal;
    font-style: normal;
  }

  .heading-17 {
    margin-bottom: 10px;
    display: inline-block;
  }

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

  .paragraph-5 {
    font-family: Poppins;
  }

  .bold-text-2 {
    font-family: Poppins;
    font-weight: 600;
  }

  .paragraph-6 {
    font-family: Poppins;
    font-style: normal;
  }

  .text-block-16,
  .text-block-17 {
    font-family: Poppins;
  }

  .paragraph-7 {
    white-space: normal;
  }

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

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

  .f-section-small {
    min-width: 1280px;
  }

  .f-container-regular-4 {
    max-width: 1280px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .f-feature-card-divider {
    margin-left: 20px;
    margin-right: 20px;
  }

  .f-feature-card-row {
    max-width: none;
    background-color: #fff;
    border-width: 2px;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-2 {
    opacity: 1;
    outline-offset: 0px;
    outline: 3px rgba(0, 0, 0, 0);
  }

  .section-2 {
    width: 1280px;
    max-width: 100%;
    min-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-2 {
    min-height: 500px;
    min-width: 1280px;
  }

  .f-header-image-wrapper-tall-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .f-paragraph-large-4 {
    color: #001524;
    font-style: normal;
  }

  .f-section-large-5 {
    max-width: 1280px;
  }

  .column {
    flex: 0 auto;
    order: 1;
    align-self: auto;
  }

  .slide-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    margin-bottom: 20px;
  }

  .paragraph-8 {
    font-style: normal;
  }

  .paragraph-9 {
    margin-bottom: 10px;
  }

  .div-block-4 {
    max-width: none;
  }

  .bold-text-7,
  .bold-text-8 {
    font-weight: 600;
    font-size: 24px;
  }

  .div-block-5 {
    min-width: auto;
    object-fit: fill;
    flex: 1;
  }

  .div-block-6,
  .div-block-7 {
    min-width: auto;
    flex: 1;
  }

  .div-block-8 {
    width: auto;
    max-width: 100%;
    min-width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(190, 190, 190, 0.2);
  }

  .div-block-8.f-logo-shadow {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  .image-2 {
    max-width: 300px;
    min-height: auto;
    min-width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-9 {
    font-family: Poppins;
  }

  .div-block-10 {
    height: 250px;
    max-height: none;
    clear: none;
    text-align: center;
    object-fit: fill;
    background-color: #001524;
    border-radius: 20px;
    margin-bottom: 0;
    padding: 30px 30px 20px;
    font-family: Poppins;
    display: block;
    overflow: visible;
  }

  .paragraph-10 {
    color: #f0f0f8;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .paragraph-11 {
    color: #fcfcfd;
    margin-bottom: 0;
  }

  .div-block-11 {
    width: 370px;
    height: auto;
    min-width: 300px;
    float: none;
    clear: none;
    object-fit: fill;
    background-color: #fcfcfd;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: static;
  }

  .f-checkbox-label,
  .f-field-label,
  .f-paragraph-large-5 {
    font-family: Poppins;
  }

  .f-h3-heading-3 {
    color: #001524;
    font-family: Poppins;
  }

  .paragraph-12 {
    -webkit-text-stroke-color: #001524;
  }

  .italic-text,
  .italic-text-2 {
    color: #001524;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: stretch;
    justify-items: stretch;
  }

  .image-3 {
    min-height: auto;
    min-width: auto;
    margin-bottom: 10px;
  }

  .column-8 {
    padding-bottom: 20px;
  }

  .div-block-13 {
    flex: 1;
    padding: 0;
  }

  .div-block-14 {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-16 {
    background-color: #fff;
    flex: 1;
    padding: 30px;
  }

  .container-4 {
    max-width: 1280px;
  }

  .italic-text-3 {
    color: #001524;
    font-style: normal;
  }

  .italic-text-4,
  .italic-text-5 {
    font-style: normal;
  }

  .italic-text-6 {
    color: #001524;
    font-style: normal;
  }

  .paragraph-14 {
    color: #006638;
  }

  .uui-navbar07_link {
    color: #001524;
    font-family: Poppins;
  }

  .uui-text-size-small {
    color: #001524;
    text-align: justify;
  }

  .uui-navbar07_item-heading {
    color: #001524;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
  }

  .uui-logo_component {
    width: 320px;
    height: auto;
  }

  .uui-navbar07_component {
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-navbar07_component-2 {
    min-height: 5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand {
    width: 240px;
  }

  .text-block-20 {
    color: #001524;
    font-family: Poppins;
  }

  .italic-text-7,
  .italic-text-9,
  .italic-text-10,
  .italic-text-11,
  .italic-text-12 {
    font-style: normal;
  }

  .italic-text-13 {
    color: #001524;
    -webkit-text-stroke-color: #001524;
    font-size: 20px;
    font-style: normal;
  }

  .list {
    color: #001524;
    font-family: Poppins;
    font-size: 24px;
    list-style-type: none;
  }

  .div-block-19 {
    justify-content: flex-end;
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-12 {
    font-weight: 400;
  }

  .container-5 {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-button-2 {
    cursor: auto;
    background-color: #1363df;
    border-color: #1363df;
    font-family: Poppins;
  }

  .uui-form-checkbox-label {
    font-family: Poppins;
  }

  .uui-form_input {
    margin-bottom: 0;
    font-family: Poppins;
  }

  .uui-form_input.text-area {
    min-height: 2.75rem;
    overflow: visible;
  }

  .uui-field-label {
    font-family: Poppins;
    font-size: 12px;
  }

  .uui-contact05_form {
    color: #001524;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    font-family: Poppins;
    font-weight: 400;
  }

  .uui-contact05_form-wrapper {
    margin-top: 1rem;
  }

  .uui-text-size-large,
  .uui-heading-medium {
    font-family: Poppins;
  }

  .uui-contact05_content {
    font-size: 16px;
  }

  .uui-contact05_component {
    font-family: Poppins;
  }

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

  .bold-text-13,
  .bold-text-14 {
    font-size: 36px;
  }

  .uui-text-size-medium,
  .uui-faq01_heading,
  .uui-faq01_question {
    font-family: Poppins;
  }

  .uui-heading-subheading {
    color: #1363df;
    font-family: Poppins;
  }

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

  .f-paragraph-large-6 {
    white-space: normal;
    margin-bottom: 10px;
    font-family: Poppins;
    font-size: 16px;
  }

  .f-h5-heading-2 {
    color: #001524;
    font-family: Poppins;
    font-weight: 00;
  }

  .f-feature-card-large {
    justify-content: flex-start;
    padding: 30px;
  }

  .f-section-large-7 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns-3 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-11 {
    padding: 20px;
  }

  .div-block-25 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-12 {
    padding: 20px;
  }

  .uui-text-style-link-02-2 {
    color: #1363df;
  }

  .uui-icon-1x1-xsmall-2 {
    color: #fff;
    -webkit-text-stroke-color: white;
  }

  .icon-featured-large {
    background-color: #1363df;
  }

  .uui-text-size-large-2 {
    color: #001524;
    font-family: Poppins;
  }

  .uui-heading-subheading-2 {
    color: #1363df;
    -webkit-text-stroke-color: #1363df;
    font-family: Poppins;
  }

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

  .uui-button-4 {
    background-color: #1363df;
    border-color: #1363df;
  }

  .uui-form-checkbox-label-2 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
  }

  .uui-form_input-2,
  .uui-field-label-2,
  .uui-text-size-large-3,
  .uui-heading-medium-3 {
    font-family: Poppins;
  }

  .uui-heading-subheading-3 {
    color: #1363df;
    font-family: Poppins;
  }

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

  .image-6 {
    border-radius: 0;
  }

  .div-block-26 {
    text-align: left;
  }

  .bold-text-15 {
    font-weight: 400;
  }

  .bold-text-16 {
    font-weight: 500;
  }

  .bold-text-17,
  .bold-text-18 {
    font-weight: 700;
  }

  .bold-text-19 {
    font-weight: 500;
  }

  .div-block-29 {
    text-align: center;
    margin-left: 0;
  }

  .div-block-30 {
    text-align: center;
  }

  .italic-text-14 {
    color: #006638;
    font-style: normal;
    font-weight: 400;
  }

  .italic-text-15 {
    font-style: italic;
  }

  .italic-text-16 {
    font-style: normal;
  }

  .block-quote-2,
  .italic-text-17,
  .f-paragraph-large-7 {
    font-family: Poppins;
  }

  .f-h2-heading {
    color: #001524;
    font-family: Poppins;
    font-size: 42px;
  }

  .f-cta-text-wrapper-center {
    max-width: 640px;
  }

  .paragraph-15 {
    color: #fff;
  }

  .paragraph-16 {
    color: #fff;
    margin-bottom: 0;
  }

  .bold-text-20 {
    font-size: 20px;
    display: inline-block;
  }

  .div-block-31,
  .div-block-32 {
    margin-bottom: 30px;
  }

  .bold-text-21 {
    font-size: 20px;
  }

  .div-block-33,
  .div-block-34 {
    margin-bottom: 20px;
  }

  .italic-text-19 {
    font-style: normal;
    font-weight: 600;
  }

  .list-item-2 {
    color: #fff;
  }

  .div-block-37 {
    margin-bottom: 20px;
  }

  .link-4 {
    color: #fff;
  }

  .italic-text-20 {
    color: #001524;
    font-style: normal;
  }

  .paragraph-17 {
    color: #001524;
    text-align: justify;
    font-family: Poppins;
    font-size: 16px;
  }

  .link-block {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-18 {
    color: #001524;
    font-family: Poppins;
  }

  .text-block-23 {
    flex: 1;
  }

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

  .f-paragraph-large-8 {
    font-family: Poppins;
  }

  .f-h2-heading-2 {
    font-family: Poppins;
    font-weight: 500;
  }

  .f-section-regular-3 {
    height: 500px;
    background-color: #1363df;
    background-image: linear-gradient(#000, #141414 8%, #fff);
    margin-top: 0;
    padding-top: 173px;
    padding-bottom: 60px;
  }

  .f-section-large-8 {
    background-color: #f8faff;
  }

  .f-size-twenty {
    font-size: 20px !important;
    font-weight: 600 !important;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }

  .bold-text-33 {
    font-weight: 500;
  }

  .uui-faq01_component-2 {
    margin-top: 3rem;
  }

  .heading-2 {
    color: #1363df;
    font-family: Poppins;
    font-weight: 700;
  }

  .shadow-two-3 {
    box-shadow: none;
    outline-offset: 0px;
    border: 0 #f5f7fa;
    outline: 0 #333;
  }

  .section-background-light-disclosure {
    background-color: #fff;
    background-image: linear-gradient(#fff, #fcfcfd);
    min-width: 1280px;
  }

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

  .brix---heading-h2-size {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
  }

  .brix---text-300-list {
    padding-top: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .brix---paragraph-default {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .section.background-light-aliceblue {
    min-width: 1280px;
    background-image: linear-gradient(#f8faff, #f8faff);
    background-color: #f8faff;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .f-tab {
    align-items: center;
  }

  .hero-subscribe-left {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .hero-without-image-3 {
    border-bottom-width: 0;
    padding-top: 10px;
  }

  .margin-bottom-24px-6.brix---paragraph-default-2 {
    line-height: 22px;
  }

  .brix---z-index-1 {
    padding-bottom: 40px;
  }

  .brix---paragraph-default-2 {
    line-height: 22px;
  }

  .margin-bottom-24px-6.brix---paragraph-default-2 {
    line-height: 22px;
  }

  .f-content-list-item-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .f-icon-regular-3 {
    color: #1363df;
  }

  .f-paragraph-regular-3 {
    font-family: Poppins;
  }

  .paragraph-4-career {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-12 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .team-member-image-two {
    aspect-ratio: auto;
    text-align: center;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .team-block, .team-block-info  {
    width: 500px;
  }

  .team-member-name-two {
    text-align: left;
    margin-top: 24px;
  }

  .team-member-text {
    text-align: left;
    font-size: 16px;
  }

  .text-block-11-careers {
    text-align: center;
    font-size: 16px;
  }

  .arrow-embed-2 {
    text-align: center;
  }

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

  .div-block-19-calculator {
    justify-content: flex-end;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-foot-1 {
    max-width: 1280px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .display-1 {
    font-size: 45px;
    line-height: 52px;
  }

  .display-2 {
    font-size: 37px;
    line-height: 44px;
  }

  .display-3 {
    font-size: 34px;
    line-height: 44px;
  }

  .paragraph-large {
    margin-bottom: 30px;
  }

  .button {
    position: relative;

  }

  .card {
    padding: 30px;
  }

  .navbar-space {
    display: none;
  }

  .navbar-inner {
    display: none;
    position: relative;
  }

  .nav-menu-wrapper {
    z-index: 999;
    width: 100%;
    height: auto;
    background-color: #fff;
    position: absolute;
  }

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

  .nav-menu {
    grid-row-gap: 0px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    height: auto;
    padding: 6px 0;
  }

  .menu-button {
    margin-left: 10px;
    padding: 0;
  }

  .menu-button.w--open {
    color: #60697b;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-flex-mobile {
    flex-direction: column;
    padding: 30px 40px;
  }

  .nav-menu-wrapper-mobile {
    background-color: #001524;
    margin-left: 50px;
    margin-right: 50px;
    transform: translate(0, 10px);
  }

  .navbar-wrapper-mobile {
    display: flex;
  }

  .navbar-inner-mobile {
    align-items: center;
    display: flex;
  }

  .navbar-brand-mobile {
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .nav-link-mobile {
    height: auto;
    color: #fff;
    padding: 6px 0;
    font-size: 16px;
  }

  .nav-link-mobile.w--current {
    color: #1363df;
  }

  .hero-grid {
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
  }

  .hero {
    display: block;
  }

  .hero-image-wrapper {
    width: 100%;
    position: relative;
  }

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

  .play {
    left: 50%;
  }

  .doodle-arrow {
    display: none;
  }

  .doodle-shine {
    top: -10%;
  }

  .reasons {
    max-width: 768px;
    padding: 120px 20px;
  }

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

  .tab-pane-grid {
    flex-direction: column;
    display: flex;
  }

  .headline-customers {
    margin-top: 0;
  }

  .testimonials {
    column-count: 2;
  }

  .customers {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .services-grid {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .sticky {
    position: relative;
    top: auto;
  }

  .facts {
    display: block;
  }

  .facts-image {
    width: 100%;
    position: relative;
  }

  .facts-grid {
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
  }

  .facts-content {
    padding-left: 0;
  }

  .solutions-grid {
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .image-padding {
    width: 100%;
  }

  .features-grid {
    grid-column-gap: 50px;
  }

  .pricing {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .headline-pricing {
    margin-top: 0;
  }

  .prices-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
  }

  .pricing-card.card.shadow.cc-larger {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .faq-wrapper {
    column-count: auto;
  }

  .footer.background-dark {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .footer-cta {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .join {
    max-width: none;
  }

  .page-title {
    font-size: 140px;
    line-height: 148px;
  }

  .wrapper-narrow {
    width: 100%;
  }

  .heading-7 {
    font-size: 24px;
  }

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

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

  .f-image-cover-2 {
    height: 100%;
    max-height: 350px;
    max-width: 350px;
  }

  .shareholder-image {
    width: 100%;
    height: 100%;
    max-height: 180px;
    max-width: 180px;
  }

  .f-paragraph-large-2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .f-header-title-wrapper-center {
    max-width: 700px;
  }

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

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

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

  .f-gallery-image-s {
    height: auto;
    max-height: none;
  }

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

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

  .button-2 {
    position: relative;
  }

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

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

  .f-feature-card-row {
    max-width: 728px;
    flex-direction: column;
    padding: 20px;
  }

  .section-2 {
    min-width: 768px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-2 {
    min-width: 730px;
  }

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

  .f-h1-heading-3,
  .f-h1-heading-33 {
    font-size: 42px;
  }

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

  .div-block-10 {
    height: 250px;
    padding: 10px;
  }

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

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

  .html-embed {
    min-width: 14px;
  }

  .div-block-17 {
    align-self: auto;
  }

  .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #344054;
    border-radius: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: #344054;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: #344054;
    border-radius: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -0.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar07_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hide-tablet {
    display: none;
  }

  .uui-button-secondary-gray.show-tablet,
  .show-tablet {
    display: block;
  }

  .uui-navbar07_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar07_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar07_link {
    width: 100%;
    color: #101828;
    padding: 0.75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar07_link:hover {
    color: #101828;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-navbar07_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    width: auto;
    box-shadow: none;
    border-style: none;
    border-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .uui-dropdown-icon {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .uui-navbar07_dropdown-toggle {
    color: #101828;
    align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: #101828;
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar07_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: 0.5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar07_menu {
    height: 100vh;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-contact05_form-wrapper {
    margin-top: 1rem;
  }

  .uui-contact05_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

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

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

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

  .uui-contact07_map-wrapper {
    height: 30rem;
  }

  .uui-contact07_component {
    grid-column-gap: 3rem;
  }

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

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

  .uui-career08_component {
    grid-template-columns: 1fr;
  }

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

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

  .f-section-regular-3 {
    max-width: 820px;
  }

  .uui-layout41_lightbox-image-02 {
    width: 28%;
    min-width: auto;
  }

  .uui-layout41_lightbox {
    height: 27rem;
  }

  .uui-layout41_component {
    max-width: 820px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

  .f-title-wrapper-center-4 {
    max-width: 700px;
  }

  .f-header-logo-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .f-header-logo-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .f-feature-card-filled-2 {
    max-width: 322px;
  }

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

  .f-section-large-9 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-48,
  .div-block-49,
  .div-block-50 {
    padding-bottom: 30px;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

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

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

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

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

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

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

  .top-bottom-pixel {
    margin-top: 40px;
  }

  .brix---section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 46px;
  }

  .brix---card-testimonial-v12 {
    flex-direction: row;
    padding-left: 48px;
    padding-right: 48px;
  }

  .brix---avatar-circle-08-testimonial-v12 {
    width: 280px;
    height: 280px;
    max-height: 280px;
    max-width: 280px;
    margin-bottom: 48px;
    margin-right: 0;
  }

  .text-span-2 {
    padding-left: 15px;
  }

  .brix---text-300-list {
    padding-left: 15px;
  }

  .brix---paragraph-default {
    padding-left: 10px;
  }

  .hero-subscribe-left {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-bottom: 10px;
  }

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

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .brix---section-overflow-hidden {
    padding: 60px 5%;
  }

  .container-7, .container-8 {
    max-width: 728px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size-2 {
    font-size: 36px;
    line-height: 46px;
  }

  .brix---paragraph-default-2 {
    line-height: 22px;
  }

  .brix---gallery-v9-images-wrapper {
    margin-top: -71px;
  }

  .hero-split-5 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .f-paragraph-regular-3 {
    text-align: left;
  }

  .hero-without-image-5 {
    box-shadow: none;
  }

  .paragraph-4-career {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---heading-h2-size-2 {
    font-size: 36px;
    line-height: 46px;
  }

  .heading-7-careers {
    font-size: 28px;
  }

  .image-careers {
    width: 60%;
    height: 60%;
    text-align: center;
  }

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

  .team-member-image-two {
    padding-top: 18px;
  }

  .paragraph-18 {
    color: #001524;
    font-family: Poppins;
  }

  .container-foot-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section.background-light {
    padding-bottom: 20px;
  }

  .container {
    max-width: 528px;
    padding-left: 0;
    padding-right: 0;
  }

  .sg-section {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sg-color-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .sg-color-block {
    width: 25%;
  }

  .display-2 {
    margin-bottom: 20px;
  }

  .paragraph-large {
    font-size: 22px;
    line-height: 34px;
  }

  .logo {
    width: 240px;
    max-width: none;
  }

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

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-wrapper-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .doodle-shine {
    top: -9%;
    left: -8%;
  }

  .testimonials {
    column-count: 1;
  }

  .services-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .numbers-grid.cc-margin-top {
    grid-template-rows: auto auto;
  }

  .features-grid {
    flex-direction: column;
    display: flex;
  }

  .prices-grid {
    grid-template-rows: auto auto;
  }

  .footer-grid {
    flex-direction: column;
    display: flex;
  }

  .page-title {
    font-size: 50px;
    line-height: 58px;
  }

  .heading-7 {
    font-size: 20px;
  }

  .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-image-cover-2 {
    height: 100%;
    max-height: 400px;
    max-width: 400px;
    margin-bottom: 20px;
  }

  .shareholder-image {
    width: 100%;
    height: 100%;
    max-height: 200px;
    max-width: 200px;
  }

  .f-header-image-wrapper-wide {
    height: auto;
    max-height: 100%;
    max-width: 528px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .f-paragraph-large-2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

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

  .f-margin-bottom-41 {
    margin-bottom: 0;
  }

  .f-header-title-wrapper-center {
    max-width: 528px;
  }

  .f-section-large-2 {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 0%;
  }

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

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

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

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

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

  .f-section-small {
    padding-left: 0%;
    padding-bottom: 60px;
  }

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

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

  .f-feature-card-row {
    max-width: 528px;
    padding: 20px;
  }

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

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

  .section-2 {
    min-width: 568px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-2 {
    min-width: 528px;
  }

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

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

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

  .f-section-large-5 {
    max-width: 568px;
    margin-left: auto;
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 0%;
  }

  .paragraph-8 {
    object-fit: fill;
    margin-right: 0;
  }

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

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

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

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

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

  .grid-2 {
    display: block;
  }

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

  .uui-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-tertiary-gray:hover {
    color: #475467;
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    color: #344054;
    background-color: #fff;
  }

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

  .uui-navbar07_dropdown-link-list {
    max-width: none;
    grid-row-gap: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

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

  .uui-styleguide_logomark-bg {
    background-image: url("/images/untitled-ui-logomark.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar07_component,
  .uui-navbar07_component-2 {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .italic-text-13 {
    color: #001524;
    font-style: normal;
  }

  .bold-text-11 {
    font-size: 24px;
  }

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

  .uui-button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-form-checkbox-label,
  .uui-form_input,
  .uui-field-label {
    font-family: Poppins;
  }

  .uui-contact05_form-wrapper {
    margin-top: 2rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: 0.75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact05_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

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

  .uui-button-3:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape,
  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

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

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

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

  .uui-contact07_map-wrapper {
    height: 25rem;
    margin-top: 3rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-contact07_contact-list {
    grid-row-gap: 2.5rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-space-xsmall-2 {
    min-height: 0.75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact07_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

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

  .uui-button-4:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

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

  .uui-text-size-large-3 {
    font-size: 0.875rem;
  }

  .uui-space-xsmall-3 {
    min-height: 0.75rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

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

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

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

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

  .partner-name * {
    font-size: 20px !important;
  }

  .lender-logo {
    min-width: 140px;
    max-width: 140px;
  }

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

  .uui-button-5:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-career08_job-details-wrapper {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .uui-badge {
    padding: 0.125rem 0.5rem;
  }

  .uui-career08_item {
    padding: 1.25rem;
  }

  .uui-career08_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-text-size-large-4 {
    font-size: 1rem;
  }

  .uui-space-xsmall-4 {
    min-height: 0.75rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

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

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

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

  .f-section-regular-3 {
    max-width: 750px;
    margin-left: 0;
    margin-right: 0;
    padding: 72px 0%;
  }

  .uui-layout41_lightbox-image-02 {
    width: 35%;
    max-width: none;
    left: 1rem;
  }

  .uui-layout41_lightbox-image-01 {
    width: 100%;
    border-radius: 0.5rem;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-layout41_lightbox {
    height: 24rem;
    justify-content: flex-start;
    margin-top: 3rem;
  }

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

  .uui-button-6:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-button-row-3.button-row-center.is-reverse-mobile-landscape,
  .uui-button-row-3.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-text-size-large-5 {
    font-size: 1rem;
  }

  .uui-space-xsmall-5 {
    min-height: 0.75rem;
  }

  .uui-heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .uui-layout41_component {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .bold-text-23 {
    max-width: 140px;
  }

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

  .f-title-wrapper-center-4 {
    max-width: 569px;
  }

  .f-section-large-8 {
    padding: 72px 0%;
  }

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

  .f-feature-card-filled-2 {
    max-width: 310px;
    justify-self: center;
  }

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

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

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

  .uui-button-7:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-heroheader12_form {
    margin-top: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

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

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

  .career-top-section {
    background: linear-gradient(0deg, #86befe, #2f4efb);
    background-image: url("/images/career_bg_mobile.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .div-block-margin-top {
    margin-top: 2rem;
  }

  .heading-18,
  .heading-19 {
    font-family: Poppins;
    font-size: 24px;
  }

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

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

  .uui-heading-medium-6 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-space-xsmall-6 {
    min-height: 0.75rem;
  }

  .italic-text-21,
  .italic-text-22 {
    font-weight: 600;
  }

  .width-100 {
    width: 100% !important;
  }

  .text-block-20 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
  }

  .hero-heading-left {
    background-color: #f0f6ff;
    padding: 60px 15px;
  }

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

  .top-bottom-pixel {
    margin-top: 40px;
  }
  .brix---section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---card-testimonial-v12 {
    flex-direction: column;
    align-items: center;
    padding: 32px 32px 48px;
  }

  .brix---avatar-circle-08-testimonial-v12 {
    width: 200px;
    height: 200px;
    max-height: 200px;
    max-width: 200px;
  }

  .brix---text-300-bold {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    font-size: 18px;
    line-height: 22px;
    display: flex;
  }

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

  .brix---text-300-list {
    font-size: 18px;
    line-height: 20px;
    align-self: center;
  }

  .section.background-light-aliceblue {
    padding-bottom: 20px;
  }

  .f-tab-toggle-menu {
    /* flex-wrap: wrap; */
    margin-left: 10px;
    margin-right: 10px;
  }

  .f-tab-button-toggle {
    width: 100%;
  }

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

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

  .brix---section-overflow-hidden {
    padding: 60px 5%;
  }

  .hero-without-image-3 {
    border-bottom-width: 0;
    padding: 30px 15px 10px;
  }

  .margin-bottom-24px-6.brix---paragraph-default-2 {
    padding-top: 10px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---z-index-1 {
    padding-bottom: 0;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---heading-h2-size-2 {
    font-size: 36px;
    line-height: 40px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .margin-bottom-24px-6.brix---paragraph-default-2 {
    padding-top: 10px;
  }

  .brix---gallery-v9-images-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 24px;
  }

  .brix---image-width-33 {
    width: 100%;
  }

  .f-paragraph-regular-3 {
    text-align: left;
  }

  .hero-without-image-5 {
    padding: 10px 15px 60px;
  }

  .paragraph-4-career {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-7-careers {
    font-size: 28px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .centered-heading-2 {
    text-align: center;
  }

  .team-member-image-two {
    padding-top: 20px;
    width: 433px;
  }

  .team-block {
    width: auto;
  }

  .team-block-info {
    width: 433px;
  }

  .div-block-19-calculator {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    padding: 15px;
    margin: 0px 20px 50px 20px;
  }

  .container-foot-1 {
    max-width: 528px;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-max-width-large-2 {
    padding: 0 40px;
  }
}

@media screen and (max-width: 479px) {
  .section.background-primary-soft {
    width: 100%;
    max-width: none;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section.background-light {
    width: 100%;
    max-width: 375%;
    min-width: 320px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px 0;
  }

  .container {
    width: auto;
    height: auto;
    max-width: 375px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sg-button-block {
    margin-bottom: 20px;
  }

  .sg-color-grid {
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom-35 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .text-white {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
  }

  .display-2 {
    width: auto;
    max-width: none;
    min-width: auto;
    margin: 40px auto 20px;
    font-size: 24px;
    line-height: 30px;
    display: inline;
  }

  .display-2.margin-bottom-25 {
    margin-top: 0;
    margin-bottom: 15px;
    display: inline-block;
  }

  .display-3 {
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }

  .paragraph {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .label.text-secondary {
    color: #001524;
    text-align: center;
    margin: auto auto 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: block;
  }

  .button {
    width: auto;
    font-size: 16px;
  }

  .link-hover.link-white {
    font-family: Poppins;
  }

  .card {
    padding: 20px;
  }

  .card.shadow {
    padding: 15px;
  }

  .logo {
    width: 200px;
    max-width: none;
  }

  .nav-menu-wrapper {
    width: 80%;
  }

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

  .nav-menu-wrapper-mobile {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .navbar-wrapper-mobile {
    max-width: none;
    min-width: 320px;
  }

  .navbar-inner-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
  }

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

  .doodle-shine {
    display: none;
  }

  .reasons {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 20px;
  }

  .tab.card {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .tab.card.w--current {
    padding: 15px;
  }

  .tab-pane-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bullet-list.margin-bottom-30 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-bottom: 0px;
  }

  .bullet-list-item {
    align-self: auto;
    align-items: flex-start;
    font-size: 14px;
  }

  .bullet {
    margin-top: 0;
  }

  .rounded {
    height: 100%;
  }

  .rounded.shadow {
    width: 100%;
    height: 100%;
  }

  .headline-reasons {
    max-width: 340px;
    min-width: 290px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .headline-customers {
    display: block;
  }

  .customers {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-grid {
    padding: 0;
    gap: 40px;
  }

  .card-inner {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
  }

  .service-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .image-grid {
    flex-direction: column;
    display: flex;
  }

  .image-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .footer.background-dark {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .address.margin-bottom-20 {
    margin-bottom: 10px;
  }

  .text-field,
  .text-field-dark {
    height: 47px;
  }

  .div-block {
    order: -1;
  }

  .text-block-4,
  .text-block-5,
  .text-block-6 {
    text-align: left;
    font-size: 14px;
  }

  .paragraph-3 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .heading-7 {
    font-size: 24px;
    font-weight: 700;
  }

  .text-block-8,
  .text-block-9 {
    text-align: center;
    font-size: 16px;
  }

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

  .f-image-cover-2 {
    width: 100%;
    height: 100%;
    max-height: 280px;
    max-width: 320px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .shareholder-image {
    max-height: 140px;
    max-width: 160px;
  }

  .f-header-image-wrapper-wide {
    height: auto;
    max-height: none;
    min-height: auto;
  }

  .f-paragraph-large-2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

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

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

  .f-header-title-wrapper-center {
    width: auto;
    max-width: none;
    padding-top: 20px;
  }

  .f-container-regular-2 {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .f-section-large-2 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .f-section-regular {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0%;
  }

  .f-gallery-three-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-4 {
    font-size: 14px;
    font-style: normal;
    display: inline-block;
  }

  .heading-17 {
    font-size: 20px;
  }

  .text-block-13 {
    text-align: start;
    font-size: 14px;
  }

  .paragraph-5 {
    margin-bottom: 10px;
  }

  .paragraph-6 {
    font-size: 14px;
    font-style: normal;
  }

  .text-block-16 {
    text-align: left;
  }

  .button-2 {
    width: auto;
    font-size: 16px;
  }

  .heading-18 {
    font-size: 24px;
    font-weight: 700;
  }

  .f-grid-four-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .f-container-regular-3 {
    max-width: 340px;
    min-width: 290px;
    text-align: left;
  }

  .f-container-regular-4 {
    max-width: 340px;
    min-width: 290px;
    padding: 40px 15px 40px;
  }

  .f-paragraph-small {
    font-size: 14px;
  }

  .f-sub-heading-large {
    font-size: 18px;
  }

  .f-feature-card-row {
    max-width: 340px;
    min-width: 290px;
    border-width: 2px;
    padding: 10px 20px;
  }

  .div-block-2 {
    order: -1;
  }

  .section-2 {
    max-width: 375px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-2 {
    max-width: 340px;
    min-height: 640px;
    min-width: 290px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .slide-nav {
    max-width: 340px;
    min-width: 320px;
  }

  .f-image-cover-3 {
    width: auto;

      width: 100%;
      height: auto;
      object-fit: cover;
  
    max-width: none;
    min-height: 240px;
    text-align: center;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
  }

  /* Make first slide visible in SSR before hydration */



  .f-header-image-wrapper-tall-2 {
    width: 100%;
    height: 200px;
    max-height: 200px;
    max-width: 290px;
    min-height: 220px;
    min-width: 290px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .f-header-button-wrapper-2 {
    min-width: 290px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }

  .f-paragraph-large-4 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
  }

  .f-margin-bottom-65 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .f-h1-heading-3,
  .f-h1-heading-33 {
    max-width: none;
    min-width: auto;
    text-align: center;
    object-fit: fill;
    font-size: 24px;
    overflow: visible;
    font-weight: 600;
    padding-bottom: 10px;
  }

  .f-margin-bottom-66 {
    min-width: 290px;
    margin-bottom: 20px;
  }

  .f-container-regular-5 {
    max-width: 290px;
    min-width: 290px;
    display: block;
  }

  .f-section-large-5 {
    max-width: 290px;
    min-width: 290px;
    margin-bottom: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .div-block-3 {
    max-width: 290px;
    min-width: 290px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .columns {
    height: 100%;
    max-height: 500px;
    max-width: 340px;
    min-height: 500px;
    min-width: 290px;
    float: none;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .column {
    clear: left;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .mask,
  .slide-2 {
    max-width: 340px;
    min-width: 290px;
  }

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

  .image {
    margin-bottom: 20px;
  }

  .paragraph-8 {
    color: #001524;
    margin-bottom: 0;
    font-size: 16px;
  }

  .paragraph-9 {
    margin-bottom: 10px;
  }

  .column-2 {
    clear: none;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .column-4 {
    object-fit: fill;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .column-6 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-8 {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-10 {
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .paragraph-12,
  .italic-text {
    text-align: center;
  }

  .grid-2 {
    max-height: 100%;
    max-width: 290px;
    object-fit: fill;
    display: block;
    position: static;
    overflow: visible;
  }

  .image-3 {
    min-height: auto;
    min-width: auto;
  }

  .html-embed {
    width: auto;
    height: 420px;
    max-width: 320px;
    min-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-12 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .column-7 {
    padding: 0;
  }

  .column-8 {
    height: auto;
    padding: 0;
  }

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

  .div-block-14 {
    max-width: 320px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-16 {
    order: 1;
    align-self: stretch;
    padding: 20px;
  }

  .container-4 {
    max-width: 290px;
  }

  .div-block-17 {
    text-align: center;
  }

  .italic-text-3 {
    color: #001524;
    text-align: center;
    font-style: normal;
    display: inline-block;
  }

  .italic-text-4 {
    color: #001524;
    text-align: center;
    -webkit-text-stroke-color: #001524;
    font-style: normal;
    display: inline-block;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .italic-text-5 {
    color: #001524;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
  }

  .italic-text-6 {
    color: #001524;
    font-style: normal;
    display: inline-block;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-10 {
    font-size: 32px;
  }

  .paragraph-14 {
    color: #006638;
    font-size: 14px;
  }

  .div-block-18 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .image-4 {
    margin-left: auto;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
  }

  .uui-navbar07_dropdown-link-list,
  .uui-navbar07_dropdown-toggle {
    font-family: Poppins;
  }

  .italic-text-7 {
    color: #001524;
    font-style: normal;
  }

  .italic-text-8 {
    text-align: center;
    font-style: normal;
    display: inline;
  }

  .italic-text-9 {
    text-align: center;
    font-style: normal;
  }

  .italic-text-10 {
    font-style: normal;
  }

  .italic-text-11 {
    font-style: normal;
    display: inline-block;
  }

  .italic-text-12 {
    color: #001524;
    font-style: normal;
  }

  .bold-text-11 {
    font-size: 20px;
  }

  .div-block-19 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    padding: 15px;
  }

  .image-5 {
    max-width: 40px;
  }

  .text-block-21 {
    font-size: 14px;
    text-align: start;
  }

  .uui-contact05_image {
    float: none;
    position: static;
  }

  .uui-form-checkbox-label,
  .uui-form_input,
  .uui-field-label {
    font-family: Poppins;
  }

  .uui-contact05_form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-contact05_content {
    font-family: Poppins;
  }

  .uui-contact05_component {
    grid-template-columns: 1fr;
  }

  .div-block-20,
  .div-block-21,
  .div-block-22,
  .div-block-23 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .f-paragraph-large-6 {
    color: #001524;
    margin-bottom: 10px;
    font-family: Poppins;
    font-size: 14px;
    line-height: 24px;
  }

  .f-h5-heading-2 {
    color: #001524;
    font-family: Poppins;
    font-size: 20px;
  }

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

  .f-feature-card-large {
    padding: 15px;
  }

  .f-section-large-7 {
    padding: 20px 0%;
  }

  .columns-3 {
    max-width: 340px;
    min-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-11 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-contact07_map-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .uui-text-style-link-02-2 {
    color: #1363df;
  }

  .icon-featured-large {
    color: #fff;
    -webkit-text-stroke-color: white;
    background-color: #1363df;
  }

  .uui-heading-subheading-2 {
    color: #1363df;
    -webkit-text-stroke-color: #1363df;
  }

  .uui-contact07_component,
  .form-radio-2col {
    grid-template-columns: 1fr;
  }

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

  .div-block-26 {
    order: -1;
  }

  .bold-text-15 {
    font-weight: 400;
    font-size: 12px;
  }

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

  .slide-3 {
    max-width: 340px;
    min-width: 290px;
  }

  .slide-4 {
    min-width: 290px;
  }

  .slide-5 {
    max-width: 340px;
  }

  .div-block-30 {
    order: -1;
  }

  .italic-text-14 {
    color: #006638;
    text-align: center;
    font-size: 16px;
    display: inline-block;
  }

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

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

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

  .paragraph-16 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .div-block-31,
  .div-block-32 {
    margin-bottom: 20px;
  }

  .italic-text-19 {
    font-size: 16px;
    font-weight: 600;
  }

  .columns-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-36 {
    order: -1;
  }

  .link-4 {
    color: #fff;
    font-family: Poppins;
  }

  .div-block-38,
  .div-block-39,
  .div-block-40,
  .div-block-41 {
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-22 {
    text-align: center;
  }

  .italic-text-20 {
    font-size: 14px;
    font-style: normal;
  }

  .paragraph-17 {
    color: #001524;
    text-align: justify;
    font-family: Poppins;
    font-size: 16px;
  }

  .text-block-23 {
    text-align: left;
    flex: 1;
    font-size: 14px;
  }

  .uui-career08_title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .f-section-regular-3 {
    height: 200px;
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .uui-layout41_lightbox-image-02 {
    width: 50%;
    min-width: 10rem;
  }

  .uui-layout41_lightbox-image-01 {
    min-width: 34rem;
    left: 20%;
  }

  .uui-text-size-large-5 {
    font-size: 16px;
  }

  .uui-heading-medium-5 {
    font-size: 32px;
    line-height: 0.9;
  }

  .uui-layout41_component {
    padding: 40px 20px;
  }

  .bold-text-23 {
    max-width: 190px;
    font-size: 20px;
  }

  .f-paragraph-large-9 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

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

  .f-title-wrapper-center-4 {
    max-width: 320px;
  }

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

  .f-section-large-8 {
    background-color: #f8faff;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .f-header-logo-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .f-header-logo-grid {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.6;
  }

  .f-h1-heading-4 {
    font-size: 24px;
  }

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

  .f-feature-icon-wrapper-white-2 {
    max-width: 288px;
  }

  .f-feature-card-filled-2 {
    width: 288px;
    max-width: 280px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .f-grid-three-column-2,
  .f-container-regular-11 {
    max-width: 280px;
  }

  .f-section-large-9 {
    padding-top: 20px;
    padding-left: 0%;
  }

  .bold-text-26 {
    font-size: 20px;
  }

  .div-block-47 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-48,
  .div-block-49,
  .div-block-50 {
    margin-left: 0;
    margin-right: 0;
    padding: 32px 40px;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: 0.75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-page-padding-6 {
    height: 460px;
    background-color: #fff;
    padding-top: 54px;
  }

  .career-top-section {
    background: linear-gradient(0deg, #86befe, #2f4efb);
    background-image: url("/images/career_bg_mobile.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .div-block-margin-top {
    margin-top: 1rem;
  }

  .heading-18 {
    font-family: Poppins;
    font-size: 20px;
  }
  .heading-19 {
    font-family: Poppins;
    font-size: 20px;
  }

  .display-3 {
    font-size: 24px;
    line-height: 1.4;
  }

  .step {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1rem;
  }

  .uui-heading-xlarge {
    font-size: 2rem;
  }

  .bold-text-20 {
    font-size: 16px !important;
  }

  .uui-form-checkbox-label-2 {
    font-size: 14px;
  }
  .uui-navbar07_link {
    font-size: 14px;
    font-weight: 500;
  }
  .heading-7 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
  }
  .bold-text-2 {
    font-size: 20px;
  }
  .padding-bottom-sixty {
    padding-bottom: 60px;
  }
  .font-size-fourteen-pixel {
    font-size: 14px;
  }
  .uui-navbar07_item-heading {
    color: #001524;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
  }
  .text-block-20 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
  }

  .f-section-small-no-padding {
    padding-left: 0%;
    padding-bottom: 10px;
  }

  .padding-bottom-twenty {
    padding-bottom: 50px;
  }

  .padding-top-pixel {
    padding-top: 30px;
  }

  .padding-bottom-fifteen {
    padding-bottom: 15px;
  }

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

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

  .width-100 {
    width: 100% !important;
  }

  .font-weight-500 {
    font-weight: 500 !important;
  }

  .uui-heading-medium-6 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
  }

  .uui-faq01_heading-2 {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 500;
  }

  .uui-text-size-medium-3 {
    font-size: 14px;
    font-weight: 400;
    padding-right: 20px;
  }

  .uui-text-size-medium-33 {
    font-weight: 500;
    font-size: 14px;
  }

  .text-block-26 {
    font-size: 14px;
    font-weight: 400;
    padding-right: 20px;
  }

  .uui-space-medium-3 {
    font-size: 14px;
    font-weight: 400;
    color: #475467;
  }

  .italic-text-21,
  .italic-text-22 {
    font-weight: bold;
  }

  .uui-faq01_component-2 {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .text-block-24 {
    font-size: 14px;
    font-style: italic;
    color: #475467;
    padding-right: 20px;
  }

  .hero-heading-left {
    background-color: #f0f6ff;
  }

  .margin-bottom-24px {
    font-size: 14px;
  }

  .heading-press {
    font-size: 24px;
  }

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

  .text-span {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
  }

  .disclosures-prop-size {
    text-align: center;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 600;
  }

  .margin-bottom-fifty {
    margin-bottom: 70px;
  }

  .hero-heading-left-3 {
    margin-bottom: 30px;
  }

  .top-bottom-pixel {
    margin-top: 50px;
  }

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

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---testimonial-v12-right-content {
    justify-content: center;
  }

  .brix---text-300-bold {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    font-size: 17px;
    line-height: 21px;
  }

  .text-span-2 {
    align-self: center;
    font-size: 16px;
  }

  .brix---text-300-list {
    font-size: 14px;
    font-weight: 700;
  }

  .brix---paragraph-default {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
  }

  .section.background-light-aliceblue {
    width: 100%;
    max-width: 375%;
    min-width: 320px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px 0;
  }

  .text-block-6-tab {
    font-size: 14px;
    line-height: 18px;
  }

  .hero-subscribe-left {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .brix---section-overflow-hidden {
    padding: 40px 20px;
  }

  .container-7, .container-8 {
    max-width: none;
  }

  .margin-bottom-24px-6.brix---paragraph-default-2 {
    line-height: 20px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
  }

  .brix---paragraph-default-2 {
    font-size: 16px;
    line-height: 1.5;
  }

  .margin-bottom-24px-6.brix---paragraph-default-2 {
    line-height: 20px;
  }

  .hero-split-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .f-content-list-item-2 {
    justify-content: flex-start;
  }

  .f-paragraph-regular-3 {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .hero-without-image-5 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Poppins;
  }

  .paragraph-4-career {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7-careers {
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 9px;
  }

  .team-slider {
    padding: 40px 15px 60px 15px;
  }

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

  .centered-heading-2 {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
  }

  .team-member-image-two {
    margin-top: 0;
    width: 333px;
  }

  .team-block {
    aspect-ratio: auto;
  }

  .team-block-info {
    width: 333px;
  }

  .team-member-name-two {
    font-size: 16px;
    line-height: 24px;
    padding-right: 25px;
  }

  .team-member-text {
    font-size: 14px;
    line-height: 18px;
    padding-right: 25px;
  }

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

  .f-paragraph-large-9 {
    line-height: 1.5;
  }

  .paragraph-18 {
    color: #001524;
  }

  .div-block-19-calculator {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    padding: 15px;
    margin: 20px 20px 20px 20px;
  }

  .footer-last {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .footer-last-1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .container-foot-1 {
    width: auto;
    height: auto;
    max-width: 375px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-max-width-large-2 {
    padding: 0 20px;
  }
}

#w-node-beb3d641-bf53-6eb5-f4ff-3eb31b6605c9-576ff488,
#w-node-_68ab1fa8-374f-e669-915f-66b396bd2d16-576ff488,
#w-node-_8aaa392b-ae37-4b91-67d0-60c57d8046b5-576ff488,
#w-node-a3e8af41-c4f9-1fa3-111a-95760a42723e-576ff488,
#w-node-_59bddb5d-03b7-829b-1856-278fc484791c-576ff488,
#w-node-_59bddb5d-03b7-829b-1856-278fc484791e-576ff488,
#w-node-_0e2ecf1d-5baa-b7d6-b4b9-a7247f2dea78-576ff488,
#w-node-_0e2ecf1d-5baa-b7d6-b4b9-a7247f2deabc-576ff488,
#w-node-_0caf6662-5884-6ade-0f71-48b76ee48b41-576ff488,
#w-node-_0caf6662-5884-6ade-0f71-48b76ee48b43-576ff488,
#w-node-f3005268-bd20-3171-0229-fcd6421a2e47-576ff488,
#w-node-f3005268-bd20-3171-0229-fcd6421a2e76-576ff488,
#w-node-_7c0c8b15-a10a-1aca-3b0f-5118aee62a89-576ff488,
#w-node-_7c0c8b15-a10a-1aca-3b0f-5118aee62a8b-576ff488,
#w-node-b99ba2c4-29e1-0cdf-dc0a-ac60b1655cf4-576ff488,
#w-node-b99ba2c4-29e1-0cdf-dc0a-ac60b1655cf6-576ff488,
#w-node-b99ba2c4-29e1-0cdf-dc0a-ac60b1655cf8-576ff488,
#w-node-b716a23c-99f3-156d-ae09-9cd80cee7f34-576ff488,
#w-node-b716a23c-99f3-156d-ae09-9cd80cee7f36-576ff488,
#w-node-d6db5ee2-3153-27a9-d68d-78e727a607ef-576ff488,
#w-node-d6db5ee2-3153-27a9-d68d-78e727a6081e-576ff488 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc447acc-e5d7-6a45-4032-aca7ca736ffd-576ff488 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_46491234-f3d0-02a7-628d-9a38c3c37b66-576ff488 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46491234-f3d0-02a7-628d-9a38c3c37b68-576ff488 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_46491234-f3d0-02a7-628d-9a38c3c37b6a-576ff488 {
  grid-area: 2 / 1 / 2 / 7;
}

#w-node-_46491234-f3d0-02a7-628d-9a38c3c37b6c-576ff488 {
  grid-area: 2 / 7 / 2 / 13;
}

#w-node-_46491234-f3d0-02a7-628d-9a38c3c37b6e-576ff488,
#w-node-d0f6ad60-6b32-56f5-bb7b-d2285ef547cd-576ff488,
#w-node-d0f6ad60-6b32-56f5-bb7b-d2285ef547c5-576ff488,
#w-node-d0f6ad60-6b32-56f5-bb7b-d2285ef547bd-576ff488,
#w-node-d0f6ad60-6b32-56f5-bb7b-d2285ef547d5-576ff488,
#w-node-e7713b80-8d6c-949b-f7a1-24e59894ec63-cd8efba7,
#w-node-_11e2dc3d-d1e1-458c-44c2-5749cd8efbd8-cd8efba7,
#w-node-f053fa0f-1ec0-b0cf-559d-335a2341d2e4-cd8efba7,
#w-node-d5c76e96-83a8-6ec0-a560-eb4a3f563109-cd8efba7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dbc92e1-f640-1dc3-f27e-e52bbea09c40-576ff48a {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-b970029d-e571-0109-e799-435511aae61b-576ff48b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b983a49d-4767-6b80-3997-caa78bbd2f8b-576ff48b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_83d6f05d-741e-b844-451e-a28484925089-576ff48c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da5bc5d1-5870-faa9-f42d-73310396d194-576ff48c,
#w-node-_8402628b-b44e-9f04-36d7-49de7eaa169e-576ff48c,
#w-node-_63d9265d-44e4-fe1b-fb89-961a3581021a-576ff48c,
#w-node-cd193904-5227-c440-3b84-8eef6d854f4a-576ff48d,
#w-node-ad7761c5-0720-1086-f378-34e757b0cffd-576ff48d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c81625a2-c909-6fcf-246f-1f1f19b12839-576ff48d,
#w-node-c81625a2-c909-6fcf-246f-1f1f19b1283a-576ff48d,
#w-node-ad7761c5-0720-1086-f378-34e757b0cfff-576ff48d,
#w-node-ad7761c5-0720-1086-f378-34e757b0d000-576ff48d,
#w-node-_7027d086-beb1-cddc-5cdb-f269ad9343e3-576ff48d,
#w-node-_7027d086-beb1-cddc-5cdb-f269ad9343e4-576ff48d,
#w-node-_6405011f-2a7e-8ce7-7169-6f6b1ee055c5-576ff48d,
#w-node-_6405011f-2a7e-8ce7-7169-6f6b1ee055c6-576ff48d,
#w-node-_42cacc95-a55c-b1f0-3043-33031bbb9305-576ff48d,
#w-node-_42cacc95-a55c-b1f0-3043-33031bbb9306-576ff48d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f7e7334-9ae7-5911-fafe-fba726522020-576ff48d,
#w-node-c2b652eb-a6a6-0a7e-9c10-9efbc862e0e4-576ff48d,
#w-node-_34dcb27b-e423-35af-8dd0-6545b5f0bb05-576ff48d,
#w-node-_32f9502b-72a1-33f0-a67d-4b6460ba94d7-576ff48d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_452d526b-c465-55f1-233c-3646edcee732-fc540afc {
  justify-self: start;
}

#w-node-_8c7ad6aa-3d64-627c-d5f5-061c6431b69b-fc540afc {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: start;
}

#w-node-_8c7ad6aa-3d64-627c-d5f5-061c6431b6a7-fc540afc {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_365d2161-8e43-cdb0-eedd-05b1993130f5-fc540afc,
#w-node-_365d2161-8e43-cdb0-eedd-05b1993130f6-fc540afc,
#w-node-_365d2161-8e43-cdb0-eedd-05b199313118-fc540afc,
#w-node-beb3d641-bf53-6eb5-f4ff-3eb31b6605c9-e43605f2,
#w-node-_68ab1fa8-374f-e669-915f-66b396bd2d16-e43605f2,
#w-node-_8aaa392b-ae37-4b91-67d0-60c57d8046b5-e43605f2,
#w-node-a3e8af41-c4f9-1fa3-111a-95760a42723e-e43605f2,
#w-node-_33d5ff0a-a9ee-1551-3986-b35178efb1e7-e43605f2,
#w-node-b791cf82-82b9-7055-7e04-4f63f43e2f91-e43605f2,
#w-node-b8bc016a-487b-09be-d595-e5e9ca4a85d9-e43605f2,
#w-node-b8bc016a-487b-09be-d595-e5e9ca4a85d7-e43605f2,
#w-node-_5010c074-a178-9e7c-8e5c-b0a0587d1c4b-e43605f2,
#w-node-_5010c074-a178-9e7c-8e5c-b0a0587d1c4d-e43605f2,
#w-node-_402dc6e1-1d50-ad9c-3a89-17d3c6ef7437-e43605f2,
#w-node-_402dc6e1-1d50-ad9c-3a89-17d3c6ef746d-e43605f2,
#w-node-_5c639d5b-a104-65b8-37b5-c19425f0ae2b-e43605f2,
#w-node-_5c639d5b-a104-65b8-37b5-c19425f0ae42-e43605f2,
#w-node-_59bddb5d-03b7-829b-1856-278fc484791c-e43605f2,
#w-node-_59bddb5d-03b7-829b-1856-278fc484791e-e43605f2,
#w-node-_0e2ecf1d-5baa-b7d6-b4b9-a7247f2dea78-e43605f2,
#w-node-_0e2ecf1d-5baa-b7d6-b4b9-a7247f2deabc-e43605f2,
#w-node-_0caf6662-5884-6ade-0f71-48b76ee48b41-e43605f2,
#w-node-_0caf6662-5884-6ade-0f71-48b76ee48b43-e43605f2,
#w-node-f3005268-bd20-3171-0229-fcd6421a2e47-e43605f2,
#w-node-f3005268-bd20-3171-0229-fcd6421a2e76-e43605f2,
#w-node-_7c0c8b15-a10a-1aca-3b0f-5118aee62a89-e43605f2,
#w-node-_7c0c8b15-a10a-1aca-3b0f-5118aee62a8b-e43605f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72b8af2d-5524-9ad8-95e6-936ff7033a26-e43605f2 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: start;
}

#w-node-e936af14-d0d6-3191-8d17-d905eda72cd8-e43605f2 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-fc447acc-e5d7-6a45-4032-aca7ca736ffd-e43605f2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_46491234-f3d0-02a7-628d-9a38c3c37b66-e43605f2 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46491234-f3d0-02a7-628d-9a38c3c37b68-e43605f2 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_46491234-f3d0-02a7-628d-9a38c3c37b6a-e43605f2 {
  grid-area: 2 / 1 / 2 / 7;
}

#w-node-_46491234-f3d0-02a7-628d-9a38c3c37b6c-e43605f2 {
  grid-area: 2 / 7 / 2 / 13;
}

#w-node-_46491234-f3d0-02a7-628d-9a38c3c37b6e-e43605f2,
#w-node-d0f6ad60-6b32-56f5-bb7b-d2285ef547cd-e43605f2,
#w-node-d0f6ad60-6b32-56f5-bb7b-d2285ef547c5-e43605f2,
#w-node-d0f6ad60-6b32-56f5-bb7b-d2285ef547bd-e43605f2,
#w-node-d0f6ad60-6b32-56f5-bb7b-d2285ef547d5-e43605f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59bddb5d-03b7-829b-1856-278fc484791c-47dfd8cb {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_59bddb5d-03b7-829b-1856-278fc484791e-47dfd8cb,
#w-node-_2cbd956d-18f7-6a5d-4f6f-694b05ee5783-47dfd8cb,
#w-node-_0e7d334f-1aa6-e38a-9484-20469d590bbb-47dfd8cb,
#w-node-_2cbd956d-18f7-6a5d-4f6f-694b05ee579e-47dfd8cb,
#w-node-_90f395c3-9600-6396-cae8-77909315a3f3-47dfd8cb,
#w-node-_90f395c3-9600-6396-cae8-77909315a3f7-47dfd8cb,
#w-node-d4d0d1f2-994a-f49f-66a6-8262f8d59e09-47dfd8cb,
#w-node-_90f395c3-9600-6396-cae8-77909315a3f5-47dfd8cb,
#w-node-d6c9548f-d7ac-9e9a-3268-fd48b537570a-47dfd8cb,
#w-node-_33425082-84a1-8e05-efe7-79f8bbc61bb1-47dfd8cb,
#w-node-fcbae366-f5af-ccee-2c93-a1113a26fa3b-47dfd8cb,
#w-node-_65650fb1-d9a8-1ec4-47c0-90f57cf58d20-47dfd8cb,
#w-node-c1101260-c8a2-821b-ac11-ecf77f9f5740-47dfd8cb,
#w-node-_31eb7389-881c-eed7-2dc8-f2db4d112d70-47dfd8cb,
#w-node-c869d095-c5ee-0cb6-a685-36ad1d299895-47dfd8cb,
#w-node-b09af3aa-f81d-c186-bebb-b9d01be28f7c-47dfd8cb,
#w-node-_3d183c19-f680-28ac-0f10-100b08000130-47dfd8cb,
#w-node-_258cfa18-5ffd-4415-6dff-782f78bf78f9-47dfd8cb,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313fc-47dfd8cb,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313fe-47dfd8cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4be4e896-94fa-4a13-72f2-73bc90531438-47dfd8cb,
#w-node-_4be4e896-94fa-4a13-72f2-73bc90531467-47dfd8cb,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053146a-47dfd8cb,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053146c-47dfd8cb,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053138e-47dfd8cb,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053138c-47dfd8cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4be4e896-94fa-4a13-72f2-73bc905313f9-47dfd8cb {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4be4e896-94fa-4a13-72f2-73bc905313bd-47dfd8cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcfa1a3e-6e4f-3cf1-7e07-2daf96734f47-57802c70,
#w-node-dcfa1a3e-6e4f-3cf1-7e07-2daf96734f51-57802c70,
#w-node-dcfa1a3e-6e4f-3cf1-7e07-2daf96734f5b-57802c70 {
  align-self: start;
}

#w-node-_452d526b-c465-55f1-233c-3646edcee732-57802c70 {
  justify-self: start;
}

#Contact05-checkbox.w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9d0-0f029962 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9d7-0f029962 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9d8-0f029962 {
  justify-self: center;
}

#w-node-d21c3b5e-e0f8-5a86-faa4-4bde186e4325-0f029962,
#w-node-ac8fd5cf-54ba-4e82-2a76-bfd47d4138d3-0f029962,
#w-node-b96bb2dd-0796-7e01-0924-9c17fa7cb1cd-0f029962,
#w-node-f4da6c64-fcd6-5ee6-894e-bb50a4dd568b-0f029962,
#w-node-eaffd88b-ea1b-421f-64fd-4cb37f02a773-0f029962,
#w-node-a8aa79b2-c7d8-2c4a-4064-0d2f5e510125-0f029962,
#w-node-ff07a79e-6f93-ea41-c84f-fdd0acacf536-0f029962,
#w-node-_44aa04ee-d82c-a883-6faf-98244aabc314-0f029962,
#w-node-_4d019d24-32e9-ae07-5256-af4c510e5e3f-0f029962 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_4be4e896-94fa-4a13-72f2-73bc9053138c-0f029962,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053138e-0f029962,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313bd-0f029962,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313f9-0f029962,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313fc-0f029962,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313fe-0f029962,
#w-node-_4be4e896-94fa-4a13-72f2-73bc90531438-0f029962,
#w-node-_4be4e896-94fa-4a13-72f2-73bc90531467-0f029962,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053146a-0f029962,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053146c-0f029962,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34546-0f029962,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34548-0f029962,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34578-0f029962,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec345b4-0f029962 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_452d526b-c465-55f1-233c-3646edcee732-b89b4443 {
  justify-self: start;
}

#w-node-c8933479-37fb-59db-06ea-557106de6b16-fe2eb9fd {
  order: -9999;
  align-self: center;
  justify-self: center;
}

#w-node-_4be4e896-94fa-4a13-72f2-73bc9053138c-fe2eb9fd,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053138e-fe2eb9fd,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313bd-fe2eb9fd,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313f9-fe2eb9fd,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313fc-fe2eb9fd,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313fe-fe2eb9fd,
#w-node-_4be4e896-94fa-4a13-72f2-73bc90531438-fe2eb9fd,
#w-node-_4be4e896-94fa-4a13-72f2-73bc90531467-fe2eb9fd,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053146a-fe2eb9fd,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053146c-fe2eb9fd,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34546-fe2eb9fd,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34548-fe2eb9fd,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34578-fe2eb9fd,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec345b4-fe2eb9fd,
#w-node-_3c4cef94-fabe-fb0c-4278-c1496da2fbca-fe2eb9fd,
#w-node-e463c110-2f95-af36-2dec-bc9bef2d0910-fe2eb9fd,
#w-node-_2f4d0621-dd7e-e63e-919a-793148f504ad-fe2eb9fd,
#w-node-a2608492-f3e6-d85d-3695-279e66cfe0e4-fe2eb9fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d21c3b5e-e0f8-5a86-faa4-4bde186e4325-fe2eb9fd,
#w-node-ac8fd5cf-54ba-4e82-2a76-bfd47d4138d3-fe2eb9fd,
#w-node-b96bb2dd-0796-7e01-0924-9c17fa7cb1cd-fe2eb9fd,
#w-node-f4da6c64-fcd6-5ee6-894e-bb50a4dd568b-fe2eb9fd,
#w-node-eaffd88b-ea1b-421f-64fd-4cb37f02a773-fe2eb9fd,
#w-node-a8aa79b2-c7d8-2c4a-4064-0d2f5e510125-fe2eb9fd,
#w-node-ff07a79e-6f93-ea41-c84f-fdd0acacf536-fe2eb9fd,
#w-node-_0cbc3168-4af4-f65f-2f24-93d231059c59-fe2eb9fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_4be4e896-94fa-4a13-72f2-73bc9053138c-fe2eb9fd,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053138e-fe2eb9fd,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313bd-fe2eb9fd,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313f9-fe2eb9fd,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313fc-fe2eb9fd,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313fe-fe2eb9fd,
#w-node-_4be4e896-94fa-4a13-72f2-73bc90531438-fe2eb9fd,
#w-node-_4be4e896-94fa-4a13-72f2-73bc90531467-fe2eb9fd,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053146a-fe2eb9fd,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053146c-fe2eb9fd,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34546-fe2eb9fd,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34548-fe2eb9fd,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34578-fe2eb9fd,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec345b4-fe2eb9fd,
#w-node-_90f395c3-9600-6396-cae8-77909315a3f3-fe2eb9fd,
#w-node-_90f395c3-9600-6396-cae8-77909315a3f5-fe2eb9fd,
#w-node-_90f395c3-9600-6396-cae8-77909315a3f7-fe2eb9fd,
#w-node-d6c9548f-d7ac-9e9a-3268-fd48b537570a-fe2eb9fd,
#w-node-_33425082-84a1-8e05-efe7-79f8bbc61bb1-fe2eb9fd,
#w-node-fcbae366-f5af-ccee-2c93-a1113a26fa3b-fe2eb9fd,
#w-node-c1101260-c8a2-821b-ac11-ecf77f9f5740-fe2eb9fd,
#w-node-_31eb7389-881c-eed7-2dc8-f2db4d112d70-fe2eb9fd,
#w-node-c869d095-c5ee-0cb6-a685-36ad1d299895-fe2eb9fd,
#w-node-b09af3aa-f81d-c186-bebb-b9d01be28f7c-fe2eb9fd,
#w-node-_3d183c19-f680-28ac-0f10-100b08000130-fe2eb9fd,
#w-node-a44f43ef-421f-4db2-ca8c-bc17156000e0-fe2eb9fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Contact05-checkbox.w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9d0-95a025ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9d7-95a025ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9d8-95a025ad {
  justify-self: center;
}

#w-node-a8aa79b2-c7d8-2c4a-4064-0d2f5e510125-95a025ad,
#w-node-d21c3b5e-e0f8-5a86-faa4-4bde186e4325-95a025ad,
#w-node-ac8fd5cf-54ba-4e82-2a76-bfd47d4138d3-95a025ad,
#w-node-b96bb2dd-0796-7e01-0924-9c17fa7cb1cd-95a025ad,
#w-node-f4da6c64-fcd6-5ee6-894e-bb50a4dd568b-95a025ad,
#w-node-eaffd88b-ea1b-421f-64fd-4cb37f02a773-95a025ad,
#w-node-ff07a79e-6f93-ea41-c84f-fdd0acacf536-95a025ad,
#w-node-_44aa04ee-d82c-a883-6faf-98244aabc314-95a025ad,
#w-node-_4d019d24-32e9-ae07-5256-af4c510e5e3f-95a025ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_4be4e896-94fa-4a13-72f2-73bc9053138c-95a025ad,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053138e-95a025ad,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313bd-95a025ad,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313f9-95a025ad,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313fc-95a025ad,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313fe-95a025ad,
#w-node-_4be4e896-94fa-4a13-72f2-73bc90531438-95a025ad,
#w-node-_4be4e896-94fa-4a13-72f2-73bc90531467-95a025ad,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053146a-95a025ad,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053146c-95a025ad,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34546-95a025ad,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34548-95a025ad,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34578-95a025ad,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec345b4-95a025ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Contact05-checkbox.w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9d0-601e7be3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9d7-601e7be3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9d8-601e7be3 {
  justify-self: center;
}

#w-node-d21c3b5e-e0f8-5a86-faa4-4bde186e4325-601e7be3,
#w-node-ac8fd5cf-54ba-4e82-2a76-bfd47d4138d3-601e7be3,
#w-node-b96bb2dd-0796-7e01-0924-9c17fa7cb1cd-601e7be3,
#w-node-f4da6c64-fcd6-5ee6-894e-bb50a4dd568b-601e7be3,
#w-node-eaffd88b-ea1b-421f-64fd-4cb37f02a773-601e7be3,
#w-node-a8aa79b2-c7d8-2c4a-4064-0d2f5e510125-601e7be3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_4be4e896-94fa-4a13-72f2-73bc9053138c-601e7be3,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053138e-601e7be3,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313bd-601e7be3,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313f9-601e7be3,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313fc-601e7be3,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313fe-601e7be3,
#w-node-_4be4e896-94fa-4a13-72f2-73bc90531438-601e7be3,
#w-node-_4be4e896-94fa-4a13-72f2-73bc90531467-601e7be3,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053146a-601e7be3,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053146c-601e7be3,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34546-601e7be3,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34548-601e7be3,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34578-601e7be3,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec345b4-601e7be3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Contact05-checkbox.w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9d0-04249216 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9d7-04249216 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9d8-04249216 {
  justify-self: center;
}

#w-node-d21c3b5e-e0f8-5a86-faa4-4bde186e4325-04249216,
#w-node-ac8fd5cf-54ba-4e82-2a76-bfd47d4138d3-04249216,
#w-node-b96bb2dd-0796-7e01-0924-9c17fa7cb1cd-04249216,
#w-node-f4da6c64-fcd6-5ee6-894e-bb50a4dd568b-04249216,
#w-node-eaffd88b-ea1b-421f-64fd-4cb37f02a773-04249216,
#w-node-a8aa79b2-c7d8-2c4a-4064-0d2f5e510125-04249216,
#w-node-ff07a79e-6f93-ea41-c84f-fdd0acacf536-04249216 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_4be4e896-94fa-4a13-72f2-73bc9053138c-04249216,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053138e-04249216,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313bd-04249216,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313f9-04249216,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313fc-04249216,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313fe-04249216,
#w-node-_4be4e896-94fa-4a13-72f2-73bc90531438-04249216,
#w-node-_4be4e896-94fa-4a13-72f2-73bc90531467-04249216,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053146a-04249216,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053146c-04249216,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34546-04249216,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34548-04249216,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34578-04249216,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec345b4-04249216 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Contact05-checkbox.w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9d0-331c1073 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9d7-331c1073 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9d8-331c1073 {
  justify-self: center;
}

#w-node-d21c3b5e-e0f8-5a86-faa4-4bde186e4325-331c1073,
#w-node-ac8fd5cf-54ba-4e82-2a76-bfd47d4138d3-331c1073,
#w-node-b96bb2dd-0796-7e01-0924-9c17fa7cb1cd-331c1073,
#w-node-f4da6c64-fcd6-5ee6-894e-bb50a4dd568b-331c1073,
#w-node-ff07a79e-6f93-ea41-c84f-fdd0acacf536-331c1073 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_4be4e896-94fa-4a13-72f2-73bc9053138c-331c1073,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053138e-331c1073,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313bd-331c1073,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313f9-331c1073,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313fc-331c1073,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313fe-331c1073,
#w-node-_4be4e896-94fa-4a13-72f2-73bc90531438-331c1073,
#w-node-_4be4e896-94fa-4a13-72f2-73bc90531467-331c1073,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053146a-331c1073,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053146c-331c1073,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34546-331c1073,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34548-331c1073,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34578-331c1073,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec345b4-331c1073,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34546-f70e777b,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34548-f70e777b,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34578-f70e777b,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec345b4-f70e777b,
#w-node-_90f395c3-9600-6396-cae8-77909315a3f3-f70e777b,
#w-node-_90f395c3-9600-6396-cae8-77909315a3f7-f70e777b,
#w-node-d4d0d1f2-994a-f49f-66a6-8262f8d59e09-f70e777b,
#w-node-_90f395c3-9600-6396-cae8-77909315a3f5-f70e777b,
#w-node-d6c9548f-d7ac-9e9a-3268-fd48b537570a-f70e777b,
#w-node-_33425082-84a1-8e05-efe7-79f8bbc61bb1-f70e777b,
#w-node-fcbae366-f5af-ccee-2c93-a1113a26fa3b-f70e777b,
#w-node-_11317e06-ef1c-a38d-9030-9dce20664196-f70e777b,
#w-node-c1101260-c8a2-821b-ac11-ecf77f9f5740-f70e777b,
#w-node-_31eb7389-881c-eed7-2dc8-f2db4d112d70-f70e777b,
#w-node-c869d095-c5ee-0cb6-a685-36ad1d299895-f70e777b,
#w-node-b09af3aa-f81d-c186-bebb-b9d01be28f7c-f70e777b,
#w-node-_3d183c19-f680-28ac-0f10-100b08000130-f70e777b,
#w-node-bf163da1-24f1-692a-e228-aab081ecd417-f70e777b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf163da1-24f1-692a-e228-aab081ecd418-f70e777b {
  justify-self: center;
}

#w-node-_27c29aee-9e12-8146-70d3-b82dedf361d2-f70e777b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27c29aee-9e12-8146-70d3-b82dedf361d3-f70e777b {
  justify-self: center;
}

#w-node-fb3feb2c-849e-a065-3b73-b57ada85365c-f70e777b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb3feb2c-849e-a065-3b73-b57ada85365d-f70e777b {
  justify-self: center;
}

#w-node-acdb5cfa-1a1f-9f6a-962d-9817e0b510ec-f70e777b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acdb5cfa-1a1f-9f6a-962d-9817e0b510ed-f70e777b {
  justify-self: center;
}

#Contact05-checkbox.w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9d0-f3f26e12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9d7-f3f26e12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9d8-f3f26e12 {
  justify-self: center;
}

#w-node-d21c3b5e-e0f8-5a86-faa4-4bde186e4325-f3f26e12,
#w-node-ac8fd5cf-54ba-4e82-2a76-bfd47d4138d3-f3f26e12,
#w-node-b96bb2dd-0796-7e01-0924-9c17fa7cb1cd-f3f26e12,
#w-node-f4da6c64-fcd6-5ee6-894e-bb50a4dd568b-f3f26e12,
#w-node-eaffd88b-ea1b-421f-64fd-4cb37f02a773-f3f26e12,
#w-node-a8aa79b2-c7d8-2c4a-4064-0d2f5e510125-f3f26e12,
#w-node-ff07a79e-6f93-ea41-c84f-fdd0acacf536-f3f26e12,
#w-node-_44aa04ee-d82c-a883-6faf-98244aabc314-f3f26e12,
#w-node-_4d019d24-32e9-ae07-5256-af4c510e5e3f-f3f26e12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_4be4e896-94fa-4a13-72f2-73bc9053138c-f3f26e12,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053138e-f3f26e12,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313bd-f3f26e12,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313f9-f3f26e12,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313fc-f3f26e12,
#w-node-_4be4e896-94fa-4a13-72f2-73bc905313fe-f3f26e12,
#w-node-_4be4e896-94fa-4a13-72f2-73bc90531438-f3f26e12,
#w-node-_4be4e896-94fa-4a13-72f2-73bc90531467-f3f26e12,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053146a-f3f26e12,
#w-node-_4be4e896-94fa-4a13-72f2-73bc9053146c-f3f26e12,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34546-f3f26e12,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34548-f3f26e12,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec34578-f3f26e12,
#w-node-_434bed14-b90d-b05a-3d95-bb133ec345b4-f3f26e12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_59bddb5d-03b7-829b-1856-278fc484791c-576ff488,
  #w-node-_0e2ecf1d-5baa-b7d6-b4b9-a7247f2dea77-576ff488,
  #w-node-_7c0c8b15-a10a-1aca-3b0f-5118aee62a88-576ff488,
  #w-node-e7713b80-8d6c-949b-f7a1-24e59894ec63-cd8efba7,
  #w-node-f053fa0f-1ec0-b0cf-559d-335a2341d2e4-cd8efba7,
  #w-node-d5c76e96-83a8-6ec0-a560-eb4a3f563109-cd8efba7,
  #w-node-b983a49d-4767-6b80-3997-caa78bbd2f88-576ff48b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b983a49d-4767-6b80-3997-caa78bbd2f8b-576ff48b {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-da5bc5d1-5870-faa9-f42d-73310396d191-576ff48c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da5bc5d1-5870-faa9-f42d-73310396d194-576ff48c {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_8402628b-b44e-9f04-36d7-49de7eaa169b-576ff48c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8402628b-b44e-9f04-36d7-49de7eaa169e-576ff48c {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_63d9265d-44e4-fe1b-fb89-961a35810217-576ff48c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63d9265d-44e4-fe1b-fb89-961a3581021a-576ff48c {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-cd193904-5227-c440-3b84-8eef6d854f47-576ff48d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd193904-5227-c440-3b84-8eef6d854f4a-576ff48d {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ad7761c5-0720-1086-f378-34e757b0cffa-576ff48d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad7761c5-0720-1086-f378-34e757b0cffd-576ff48d {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_9f7e7334-9ae7-5911-fafe-fba72652201d-576ff48d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f7e7334-9ae7-5911-fafe-fba726522020-576ff48d {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-c2b652eb-a6a6-0a7e-9c10-9efbc862e0e1-576ff48d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2b652eb-a6a6-0a7e-9c10-9efbc862e0e4-576ff48d {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_34dcb27b-e423-35af-8dd0-6545b5f0bb02-576ff48d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_34dcb27b-e423-35af-8dd0-6545b5f0bb05-576ff48d {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_32f9502b-72a1-33f0-a67d-4b6460ba94d4-576ff48d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_32f9502b-72a1-33f0-a67d-4b6460ba94d7-576ff48d {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_190ed35a-a2a0-d3db-d945-a981309e7062-fc540afc,
  #w-node-_3439ce07-c93e-754e-1c93-0b105e952509-fc540afc,
  #w-node-a9d6cfae-d948-e113-253d-a3a6051b9bdf-fc540afc,
  #w-node-_51c2ed45-97ec-a224-28e1-3e1fea134252-fc540afc,
  #w-node-_0b0bd361-772f-6cee-f107-1bbfbe6b5983-fc540afc,
  #w-node-_87b69d88-ddf2-e249-7a3f-5009f6f78645-fc540afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_365d2161-8e43-cdb0-eedd-05b1993130f5-fc540afc {
    grid-column: span 1 / span 1;
  }

  #w-node-_365d2161-8e43-cdb0-eedd-05b1993130f6-fc540afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_365d2161-8e43-cdb0-eedd-05b199313118-fc540afc {
    order: 9999;
    align-self: center;
    justify-self: center;
  }

  #w-node-_33d5ff0a-a9ee-1551-3986-b35178efb1e7-e43605f2,
  #w-node-_59bddb5d-03b7-829b-1856-278fc484791c-e43605f2,
  #w-node-_0e2ecf1d-5baa-b7d6-b4b9-a7247f2dea77-e43605f2,
  #w-node-_7c0c8b15-a10a-1aca-3b0f-5118aee62a88-e43605f2,
  #w-node-_59bddb5d-03b7-829b-1856-278fc484791c-47dfd8cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2cbd956d-18f7-6a5d-4f6f-694b05ee5783-47dfd8cb {
    grid-column: span 1 / span 1;
  }

  #w-node-_0e7d334f-1aa6-e38a-9484-20469d590bbb-47dfd8cb,
  #w-node-d6c9548f-d7ac-9e9a-3268-fd48b537570a-47dfd8cb,
  #w-node-_33425082-84a1-8e05-efe7-79f8bbc61bb1-47dfd8cb,
  #w-node-fcbae366-f5af-ccee-2c93-a1113a26fa3b-47dfd8cb,
  #w-node-_65650fb1-d9a8-1ec4-47c0-90f57cf58d20-47dfd8cb,
  #w-node-c1101260-c8a2-821b-ac11-ecf77f9f5740-47dfd8cb,
  #w-node-_31eb7389-881c-eed7-2dc8-f2db4d112d70-47dfd8cb,
  #w-node-c869d095-c5ee-0cb6-a685-36ad1d299895-47dfd8cb,
  #w-node-b09af3aa-f81d-c186-bebb-b9d01be28f7c-47dfd8cb,
  #w-node-_3d183c19-f680-28ac-0f10-100b08000130-47dfd8cb,
  #w-node-_258cfa18-5ffd-4415-6dff-782f78bf78f9-47dfd8cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4be4e896-94fa-4a13-72f2-73bc905313fc-47dfd8cb,
  #w-node-_4be4e896-94fa-4a13-72f2-73bc90531467-47dfd8cb {
    align-self: center;
    justify-self: center;
  }

  #w-node-_4be4e896-94fa-4a13-72f2-73bc90531469-47dfd8cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4be4e896-94fa-4a13-72f2-73bc9053146a-47dfd8cb {
    justify-self: center;
  }

  #w-node-_4be4e896-94fa-4a13-72f2-73bc9053138c-47dfd8cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4be4e896-94fa-4a13-72f2-73bc905313bc-47dfd8cb,
  #w-node-_190ed35a-a2a0-d3db-d945-a981309e7062-57802c70,
  #w-node-_6777096c-1712-7734-230a-a5adbb4e5b7d-57802c70,
  #w-node-_172c7e46-b3c3-65b8-c009-017172867776-57802c70,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c0-0f029962,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c8-0f029962 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_44aa04ee-d82c-a883-6faf-98244aabc314-0f029962,
  #w-node-_4d019d24-32e9-ae07-5256-af4c510e5e3f-0f029962 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_53834859-d97a-e26a-d02b-dd3de08e274f-0f029962 {
    order: 9999;
    align-self: stretch;
  }

  #w-node-_4be4e896-94fa-4a13-72f2-73bc9053138c-0f029962,
  #w-node-_4be4e896-94fa-4a13-72f2-73bc905313bc-0f029962,
  #w-node-_4be4e896-94fa-4a13-72f2-73bc90531469-0f029962,
  #w-node-_434bed14-b90d-b05a-3d95-bb133ec34546-0f029962,
  #w-node-_4be4e896-94fa-4a13-72f2-73bc9053138c-fe2eb9fd,
  #w-node-_4be4e896-94fa-4a13-72f2-73bc905313bc-fe2eb9fd,
  #w-node-_4be4e896-94fa-4a13-72f2-73bc90531469-fe2eb9fd,
  #w-node-_434bed14-b90d-b05a-3d95-bb133ec34546-fe2eb9fd,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c0-95a025ad,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c8-95a025ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0cbc3168-4af4-f65f-2f24-93d231059c59-fe2eb9fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_4be4e896-94fa-4a13-72f2-73bc9053138c-fe2eb9fd,
  #w-node-_4be4e896-94fa-4a13-72f2-73bc905313bc-fe2eb9fd,
  #w-node-_4be4e896-94fa-4a13-72f2-73bc90531469-fe2eb9fd,
  #w-node-_434bed14-b90d-b05a-3d95-bb133ec34546-fe2eb9fd,
  #w-node-d6c9548f-d7ac-9e9a-3268-fd48b537570a-fe2eb9fd,
  #w-node-_33425082-84a1-8e05-efe7-79f8bbc61bb1-fe2eb9fd,
  #w-node-fcbae366-f5af-ccee-2c93-a1113a26fa3b-fe2eb9fd,
  #w-node-c1101260-c8a2-821b-ac11-ecf77f9f5740-fe2eb9fd,
  #w-node-_31eb7389-881c-eed7-2dc8-f2db4d112d70-fe2eb9fd,
  #w-node-c869d095-c5ee-0cb6-a685-36ad1d299895-fe2eb9fd,
  #w-node-b09af3aa-f81d-c186-bebb-b9d01be28f7c-fe2eb9fd,
  #w-node-_3d183c19-f680-28ac-0f10-100b08000130-fe2eb9fd,
  #w-node-a44f43ef-421f-4db2-ca8c-bc17156000e0-fe2eb9fd,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c0-95a025ad,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c8-95a025ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_44aa04ee-d82c-a883-6faf-98244aabc314-95a025ad,
  #w-node-_4d019d24-32e9-ae07-5256-af4c510e5e3f-95a025ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_53834859-d97a-e26a-d02b-dd3de08e274f-95a025ad {
    order: 9999;
    align-self: stretch;
  }

  #w-node-_4be4e896-94fa-4a13-72f2-73bc9053138c-95a025ad,
  #w-node-_4be4e896-94fa-4a13-72f2-73bc905313bc-95a025ad,
  #w-node-_4be4e896-94fa-4a13-72f2-73bc90531469-95a025ad,
  #w-node-_434bed14-b90d-b05a-3d95-bb133ec34546-95a025ad,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c0-601e7be3,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c8-601e7be3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_53834859-d97a-e26a-d02b-dd3de08e274f-601e7be3 {
    order: 9999;
    align-self: stretch;
  }

  #w-node-_4be4e896-94fa-4a13-72f2-73bc9053138c-601e7be3,
  #w-node-_4be4e896-94fa-4a13-72f2-73bc905313bc-601e7be3,
  #w-node-_4be4e896-94fa-4a13-72f2-73bc90531469-601e7be3,
  #w-node-_434bed14-b90d-b05a-3d95-bb133ec34546-601e7be3,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c0-04249216,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c8-04249216 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_53834859-d97a-e26a-d02b-dd3de08e274f-04249216 {
    order: 9999;
    align-self: stretch;
  }

  #w-node-_4be4e896-94fa-4a13-72f2-73bc9053138c-04249216,
  #w-node-_4be4e896-94fa-4a13-72f2-73bc905313bc-04249216,
  #w-node-_4be4e896-94fa-4a13-72f2-73bc90531469-04249216,
  #w-node-_434bed14-b90d-b05a-3d95-bb133ec34546-04249216,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c0-331c1073,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c8-331c1073 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_53834859-d97a-e26a-d02b-dd3de08e274f-331c1073 {
    order: 9999;
    align-self: stretch;
  }

  #w-node-_4be4e896-94fa-4a13-72f2-73bc9053138c-331c1073,
  #w-node-_4be4e896-94fa-4a13-72f2-73bc905313bc-331c1073,
  #w-node-_4be4e896-94fa-4a13-72f2-73bc90531469-331c1073,
  #w-node-_434bed14-b90d-b05a-3d95-bb133ec34546-331c1073 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_434bed14-b90d-b05a-3d95-bb133ec34546-f70e777b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_434bed14-b90d-b05a-3d95-bb133ec345b4-f70e777b {
    align-self: center;
    justify-self: auto;
  }

  #w-node-d6c9548f-d7ac-9e9a-3268-fd48b537570a-f70e777b,
  #w-node-_33425082-84a1-8e05-efe7-79f8bbc61bb1-f70e777b,
  #w-node-fcbae366-f5af-ccee-2c93-a1113a26fa3b-f70e777b,
  #w-node-_11317e06-ef1c-a38d-9030-9dce20664196-f70e777b,
  #w-node-c1101260-c8a2-821b-ac11-ecf77f9f5740-f70e777b,
  #w-node-_31eb7389-881c-eed7-2dc8-f2db4d112d70-f70e777b,
  #w-node-c869d095-c5ee-0cb6-a685-36ad1d299895-f70e777b,
  #w-node-b09af3aa-f81d-c186-bebb-b9d01be28f7c-f70e777b,
  #w-node-_3d183c19-f680-28ac-0f10-100b08000130-f70e777b,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c0-f3f26e12,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c8-f3f26e12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_44aa04ee-d82c-a883-6faf-98244aabc314-f3f26e12,
  #w-node-_4d019d24-32e9-ae07-5256-af4c510e5e3f-f3f26e12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_53834859-d97a-e26a-d02b-dd3de08e274f-f3f26e12 {
    order: 9999;
    align-self: stretch;
  }

  #w-node-_4be4e896-94fa-4a13-72f2-73bc9053138c-f3f26e12,
  #w-node-_4be4e896-94fa-4a13-72f2-73bc905313bc-f3f26e12,
  #w-node-_4be4e896-94fa-4a13-72f2-73bc90531469-f3f26e12,
  #w-node-_434bed14-b90d-b05a-3d95-bb133ec34546-f3f26e12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_46491234-f3d0-02a7-628d-9a38c3c37b66-576ff488 {
    order: -9999;
  }

  #w-node-d5c76e96-83a8-6ec0-a560-eb4a3f563109-cd8efba7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_452d526b-c465-55f1-233c-3646edcee734-fc540afc {
    order: -9999;
  }

  #w-node-e852f0fa-b681-cca2-9667-df160c2408cc-fc540afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_46491234-f3d0-02a7-628d-9a38c3c37b66-e43605f2,
  #w-node-_452d526b-c465-55f1-233c-3646edcee734-57802c70 {
    order: -9999;
  }

  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c0-0f029962,
  #w-node-_03bd236e-b547-d058-2919-abbb11546e2c-0f029962,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c4-0f029962,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c8-0f029962 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_452d526b-c465-55f1-233c-3646edcee734-b89b4443,
  #w-node-_3c4cef94-fabe-fb0c-4278-c1496da2fbc0-fe2eb9fd {
    order: -9999;
  }

  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c0-95a025ad,
  #w-node-_03bd236e-b547-d058-2919-abbb11546e2c-95a025ad,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c4-95a025ad,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c8-95a025ad,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c0-601e7be3,
  #w-node-_03bd236e-b547-d058-2919-abbb11546e2c-601e7be3,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c4-601e7be3,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c8-601e7be3,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c0-04249216,
  #w-node-_03bd236e-b547-d058-2919-abbb11546e2c-04249216,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c4-04249216,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c8-04249216,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c0-331c1073,
  #w-node-_03bd236e-b547-d058-2919-abbb11546e2c-331c1073,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c4-331c1073,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c8-331c1073,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c0-f3f26e12,
  #w-node-_03bd236e-b547-d058-2919-abbb11546e2c-f3f26e12,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c4-f3f26e12,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c8-f3f26e12 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_894aa9ac-1240-38a9-f28e-a969f9df5f80-576ff488,
  #w-node-_894aa9ac-1240-38a9-f28e-a969f9df5f90-576ff488,
  #w-node-_53334cf9-df90-50d4-4a1f-ea55c60f3cb4-576ff488,
  #w-node-_53334cf9-df90-50d4-4a1f-ea55c60f3ce7-576ff488,
  #w-node-e77134c4-000f-761b-6a4f-29a07b236df4-576ff488 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e852f0fa-b681-cca2-9667-df160c2408cc-fc540afc,
  #w-node-a9d6cfae-d948-e113-253d-a3a6051b9bd7-fc540afc,
  #w-node-_51c2ed45-97ec-a224-28e1-3e1fea13424a-fc540afc,
  #w-node-_0b0bd361-772f-6cee-f107-1bbfbe6b597b-fc540afc,
  #w-node-_87b69d88-ddf2-e249-7a3f-5009f6f7863d-fc540afc {
    justify-self: center;
  }

  #w-node-_894aa9ac-1240-38a9-f28e-a969f9df5f80-e43605f2,
  #w-node-_894aa9ac-1240-38a9-f28e-a969f9df5f90-e43605f2,
  #w-node-_53334cf9-df90-50d4-4a1f-ea55c60f3cb4-e43605f2,
  #w-node-_53334cf9-df90-50d4-4a1f-ea55c60f3ce7-e43605f2,
  #w-node-e77134c4-000f-761b-6a4f-29a07b236df4-e43605f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  .f-tab-button-toggle,
  .f-tab-button-toggle.w--current {
    font-family: Poppins;
  }

  .f-tab-button-toggle.w--current {
    font-family: Poppins;
    letter-spacing: -0.01em;
    line-height: 19px;
    border-radius: 4px;
    padding: 9px 40px;
    font-size: 14px;
    color: white;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e852f0fa-b681-cca2-9667-df160c2408cc-fc540afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
  .f-tab-button-toggle{
    padding: 9px 20px;
  }
  .f-tab-button-toggle.w--current {
    padding: 9px 20px;
  }

  #w-node-_258cfa18-5ffd-4415-6dff-782f78bf78f9-47dfd8cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c0-0f029962,
  #w-node-_03bd236e-b547-d058-2919-abbb11546e2c-0f029962,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c4-0f029962,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c8-0f029962 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9df-0f029962 {
    order: -9999;
  }

  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c0-95a025ad,
  #w-node-_03bd236e-b547-d058-2919-abbb11546e2c-95a025ad,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c4-95a025ad,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c8-95a025ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9df-95a025ad {
    order: -9999;
  }

  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c0-601e7be3,
  #w-node-_03bd236e-b547-d058-2919-abbb11546e2c-601e7be3,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c4-601e7be3,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c8-601e7be3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9df-601e7be3 {
    order: -9999;
  }

  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c0-04249216,
  #w-node-_03bd236e-b547-d058-2919-abbb11546e2c-04249216,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c4-04249216,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c8-04249216 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9df-04249216 {
    order: -9999;
  }

  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c0-331c1073,
  #w-node-_03bd236e-b547-d058-2919-abbb11546e2c-331c1073,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c4-331c1073,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c8-331c1073 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9df-331c1073 {
    order: -9999;
  }

  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c0-f3f26e12,
  #w-node-_03bd236e-b547-d058-2919-abbb11546e2c-f3f26e12,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c4-f3f26e12,
  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9c8-f3f26e12 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_548db3a3-9e6d-4eb5-5784-73597a8ba9df-f3f26e12 {
    order: -9999;
  }
}

@font-face {
  font-family: "Unicons";
  src: url("../fonts/unicons-line.woff2") format("woff2"),
    url("../fonts/unicons-line.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "MATERIAL ICONS";
  src: url("../fonts/MaterialIconsRound-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
