@media (max-width: 991px) {
  .language-selector {
    margin-bottom: 24px;
    display: block;
  }
}
@font-face {
  font-family: Ancizar Sans;
  src: url('../fonts/Ancizar_Sans.zip') format("undefined");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --primary-color: #1e116e;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--grey-600: #5f6570;
  --combine-library--grey-100: #d9dce2;
  --combine-library--white: white;
  --combine-library--primary-200: #9e97ff;
  --combine-library--grey-200: #bfc4ce;
  --combine-library--primary-600: #6157f8;
  --combine-library--primary-800: #472def;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--warning-400: #f8b34b;
  --combine-library--secondary-600: #00a1c1;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--white: white;
  --red: #d01a1a;
}

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

.div-block {
  padding-top: 20px;
}

.spark-footer-text {
  margin-bottom: 0;
}

.heading-5 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
}

.transport-sub-line {
  color: #0d47a1;
  margin-bottom: .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}

.spark-nav-link {
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  opacity: 1;
  color: var(--primary-color);
  background-color: #0000;
}

.spark-nav-link.w--current {
  color: var(--primary-color);
}

.language-selector {
  position: relative;
  margin-left: 15px;
}

.language-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 80px;
  height: 40px;
  letter-spacing: 0.5px;
  color: black;
  font-family: Open Sans, sans-serif;
  gap: 8px;
}

.language-btn:hover {
  color: black;
}

.language-btn::after {
  content: "";
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 2px;
  transform: rotate(45deg);
  margin-left: 6px;
  margin-top: -2px;
  border-color: currentColor;
}

.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-radius: 10px;
  margin-top: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  display: none;
  z-index: 1000;
  padding: 8px;
  min-width: 140px;

}

.language-dropdown.show {
  display: block;
}

.language-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
}

.language-option:hover {
  background-color: #f0ecfd;
  color: var(--primary-color);
}

.language-option.selected {
  background-color: #f0ecfd;
  color: var(--primary-color);
}

.language-btn img,
.language-option img {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  object-fit: cover;
}

.spark-nav-link.spark-button {
  color: #fff;
  text-align: center;
  background-color: #1e116e;
  border-style: none;
  border-radius: 10px;
  margin-right: 0;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  opacity: 1;
  color: #fff;
  background-color: #2c19a3f7;
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: #fff;
}

.spark-button-3 {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-3:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-3.spark-secondary-button {
  color: #5532fa;
  background-color: #f0ecfd;
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
  box-shadow: inset 0 0 0 1.5px #5532fa;
}

.spark-button-3.spark-secondary-button:hover {
  color: #1e116e;
  background-color: #a695fb;
  box-shadow: inset 0 0 0 1.5px #a695fb;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2.spark-with-background-image {
  background-image: linear-gradient(#f0ecfde6, #f0ecfde6), url('../images/image_1image.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  display: flex;
}

.hero-subtitle {
  padding-top: 20px;
  font-size: 17px;
  line-height: 1.5;
}

.hero-subtitle.mb-body-text {
  text-align: center;
  width: 90%;
  font-weight: 400;
  display: block;
}

.transport-hero {
  font-size: 65px;
  font-weight: 600;
  line-height: 82px;
}

.transport-hero.mb-text {
  text-align: center !important;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  line-height: 70px;
}

.cta-marquee-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.spark-container-3 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-3.spark-centered-content-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-48px {
  margin-bottom: 2rem;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: #f0ecfd;
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
  box-shadow: inset 0 0 0 1.5px #5532fa;
}

.spark-lightbox-button:hover {
  opacity: 1;
  color: #fff;
  background-color: #5532fa;
}

.spark-lightbox-button.spark-white-button {
  background-color: var(--primary-color);
  box-shadow: none;
  color: #0000;
  -webkit-text-stroke-color: white;
  border: 1px #00000052;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  transition-property: none;
}

.spark-lightbox-button.spark-white-button:hover {
  box-shadow: none;
  color: #f0ecfd;
  background-color: #00000029;
  border-style: none;
  border-color: #00000029;
}

.spark-line-3 {
  z-index: 2;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  border: 1px solid var(--primary-color);
  background-color: #1e116e;
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.uui-layout73_item {
  flex-direction: column;
  align-items: center;
}

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

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

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-2.spark-5-spacing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  max-width: 100%;
}

.spark-flex-row-2.spark-left-aligned {
  grid-column-gap: 16px;
  text-align: left;
  justify-content: center;
}

.spark-flex-row-2.spark-centered {
  grid-column-gap: 24px;
  justify-content: center;
}

.subheading-large {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}

.subheading-large.mb-subtitles {
  line-height: 1.2;
}

.uui-layout39_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.cta-marquee-wrapper {
  height: 150px;
  position: relative;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-large.column-centre {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.uui-heading-subheading-4 {
  color: #0d47a1;
  margin-bottom: .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout78_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: grid;
}

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

.spark-footer-text-link {
  text-decoration: none;
}

.uui-heading-xxsmall-3 {
  color: #101828;
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.cta-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: visible;
}

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

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

.uui-text-size-large-4 {
  color: #475467;
  letter-spacing: normal;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
}

.section-regular {
  background-color: #1e116e;
  margin-bottom: 0;
  padding: 64px 5%;
  position: relative;
}

.p-body {
  color: #475467;
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}

.cta-title-wrapper {
  padding: 80px 0% 64px;
}

.spark-max-width-416 {
  max-width: 416px;
}

.logo-4-block {
  justify-content: center;
  align-items: center;
  min-width: 220px;
  padding: 24px 12px;
  display: flex;
}

.button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

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

.icon-featured-square-large {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border-radius: .625rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: #6941c6;
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: #53389e;
}

.logo-4-component {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.logo-4-carousel {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 10% 90%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 10% 90%, #0000 100%);
}

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

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

.spark-left-aligned-link {
  color: #000;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
}

.spark-left-aligned-link:hover {
  opacity: 1;
  color: #5532fa;
  background-color: #f0ecfd;
}

.spark-left-aligned-link.spark-disabled-link {
  color: #0000008f;
  cursor: not-allowed;
}

.spark-left-aligned-link.spark-disabled-link:hover {
  background-color: #0000000a;
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-social-link-row.spark-left {
  justify-content: flex-start;
}

.spark-footer-privacy-links-row {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  display: flex;
}

.spark-max-width-730 {
  flex: 0 auto;
  max-width: none;
  padding-top: 60px;
  display: block;
}

.code-embed {
  display: none;
}

.spark-square-menu-with-links {
  background-color: #fff;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #00000008;
}
/* Navbar fijo al hacer scroll */
.spark-square-menu-with-links.w-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
body {
  padding-top: 90px; /* Ajusta según la altura del navbar */
}

.uui-text-size-medium-4 {
  color: #475467;
  text-align: center;
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.h1-heading {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.uui-layout73_component {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.spark-social-icon-svg {
  width: 25px;
  height: 25px;
}

.uui-layout78_item {
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.title-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.section-x-large {
  padding: 144px 5%;
}

.section-x-large.background-gray-50 {
  background-color: #fff;
  padding-left: 0%;
  padding-right: 0%;
}

.spark-social-link {
  color: #5532fa;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  opacity: 1;
  color: #fff;
  background-color: #5532fa;
}

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

.spark-hero-sub-paragraph-3 {
  width: 100%;
  margin-bottom: 64px;
}

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

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

.uui-layout78_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.spark-footer {
  width: 100%;
  position: relative;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.paragraph-large {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

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

.spark-section-3 {
  width: 100%;
  padding: 100px 40px 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

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

.uui-text-size-medium-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.transport-h2 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.uui-icon-1x1-xsmall-5 {
  background-color: #0000;
  width: 2rem;
  height: 2rem;
}

.spark-footer-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.cta-marquee-card {
  border-radius: 10px;
  flex: 1;
  margin-right: 10px;
  padding: 0 0 8px;
}

.spark-line-1 {
  z-index: 2;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: #1e116e;
  border: 1px solid #1e116e;
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 1.7rem;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: #f0ecfd;
  border-radius: 8px;
}

.spark-footer-bottom {
  background-color: #0d47a10a;
  padding: 1rem 64px;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.cta-image-marquee {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.spark-line-2 {
  z-index: 1;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  border: 1px solid var(--primary-color);
  background-color: #1e116e;
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.hero-section {
  width: 100%;
  padding: 176px 64px;
  font-family:oswald, sans-serif;
  position: relative;
}

.hero-section.transport-hero {
  color: #fff;
  background-image: linear-gradient(74.2deg, #1e116e, #0000), url('../images/img-transport1_1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.spark-bold-sub-heading {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}

.logo-4-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  display: flex;
}

.max-width-large {
  max-width: 890px;
}

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

.uui-layout73_image-wrapper {
  background-color: #f9fafb;
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
}

.max-width-regular {
  max-width: 550px;
}

.uui-max-width-large-3 {
  text-align: center;
  width: 100%;
  max-width: none;
}

.logo-4-title {
  flex: none;
}

.uui-heading-medium-4 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.column-regular.column-centre {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.uui-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.spark-footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr 1fr 1fr;
  margin-bottom: 6rem;
}

.spark-footer-grid.spark-four-columns {
  grid-template-columns: 2.25fr 1fr 1fr;
}

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

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

.gallery-3-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.section-regular-2 {
  background-color: #fff;
  padding: 64px 5%;
  position: relative;
}

.column-4x-large {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

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

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.overline-small {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.gallery-3-card {
  aspect-ratio: 1 / 1.25;
  border-radius: 12px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-3-caption {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  position: absolute;
  inset: auto 8px 8px;
}

.paragraph-x-large {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.tp-icon-mision {
  text-align: left;
  justify-content: center;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  display: flex;
}

.space-button, .space-1 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 730px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-x-large {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular.text-color-gray-600 {
  color: #525f75;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.h2-heading {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 72px;
}

.text-color-orange {
  color: #fe5b25;
}

.overline {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.feature-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f5f5f53d;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.paragraph-large-bg.text-weight-bold {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.feature-card-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feature-card-grid-top {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #e1dfe700;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: .5px solid #f0f0f06b;
  border-radius: 16px;
  flex-direction: column;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #23272e14;
}

.feature-card-grid-bottom {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #e1dfe700;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

.section-small {
  background-color: #f9fafb;
  margin-bottom: 0;
  padding: 100px 5% 72px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.div-block-13 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.cb-h2-2 {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.cb-h2-2.align-center {
  text-align: center;
  font-size: 35px;
}

.cb-h2-2.align-center.mb-subtitle {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 70px;
}

.code-embed-2 {
  padding-top: 40px;
}

.section {
  padding-top: 60px;
}

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

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

.f-testimonial-right-a {
  color: #fff;
  background-color: #f2de02;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.f-testimonial-slide {
  margin-right: 40px;
}

.f-testimonial-slider-large {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 48px;
}

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

.f-h3-heading-2 {
  color: #000;
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.f-testimonial-left-a {
  color: #393b6a;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

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

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

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

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

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-slider-mask {
  width: 350px;
  overflow: visible;
}

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

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

.f-testimonial-avatar-small {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-section {
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

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

.f-testimonial-background {
  background-color: #f7f9fd;
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.heading-1 {
  color: var(--black);
  font-size: 56px;
  font-weight: 700;
  line-height: 1.4;
}

.cta-grid-1 {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-height: 400px;
  padding-left: 20px;
  display: grid;
}

.cta-illustration {
  pointer-events: auto;
  mix-blend-mode: normal;
}

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.button {
  color: #fff;
  background-color: #0183ff;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  min-width: 210px;
  height: 48px;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #026cd6;
}

.body {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}

.body.bottom-margin-30 {
  color: var(--black);
  margin-bottom: 30px;
}

.cta-section {
  background-color: var(--primary-color);
  padding-top: 120px;
  padding-bottom: 120px;
}

.cta-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.logo-medium {
  height: 2rem;
}

.text-wrap_centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-size-medium {
  letter-spacing: -.017em;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.container-xlarge {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.image-full-width {
  width: 100%;
}

.padding-section-medium {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.absolute-background_bottom {
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.absolute-background_bottom.background-primary-60 {
  position: absolute;
}

.logo_grid_6-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

.eyebrow {
  letter-spacing: -.017em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.eyebrow.is-large {
  letter-spacing: -.019em;
  font-size: 1.5rem;
  line-height: 2rem;
}

.section_frame {
  background-color: #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
  position: relative;
  box-shadow: inset 0 0 0 1px #0f62fe, 0 0 48px #e7ebef;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.011em;
  background-color: #0f62fe;
  border-radius: 3rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition: background-color .4s;
}

.button-2:hover {
  background-color: #0043ce;
}

.button-2.is-secondary {
  color: #000;
  background-color: #f2f4f8;
}

.button-2.is-secondary:hover {
  background-color: #dde1e6;
}

.button-2.is-large {
  padding: 1rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.spacer-xxlarge {
  padding-top: 4rem;
}

.text-size-large {
  letter-spacing: -.019em;
  font-size: 1.5rem;
  line-height: 2rem;
}

.position-relative {
  position: relative;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.spacer-medium {
  padding-top: 2rem;
}

.box-icon {
  justify-content: center;
  display: flex;
}

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

.f-testimonial-l-arrow {
  color: #393b6a;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.f-testimonial-l-arrow:hover {
  color: #fff;
  background-color: #160042;
}

.f-testimonial-slider-regular {
  background-color: #0000;
  height: auto;
  padding-left: 72px;
  padding-right: 72px;
}

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

.f-h3-heading-3 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

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

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

.f-testimonial-r-arrow {
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.f-testimonial-r-arrow:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

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

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

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

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

.slider-nav-inactive {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
  box-shadow: 0 2.4px 7.2px #122b690a, 0 1.2px 2.4px #122b6914, 0 0 0 1.2px #122b6914;
}

@media screen and (max-width: 767px) {
  .w-slider-nav,
  .w-slider-dot,
  .slider-nav-inactive {
    display: none !important;
  }
}

.slider-author-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-icon {
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.slider-avatar {
  width: 48px;
}

.slider-testimonial {
  background-color: #ddd0;
  height: auto;
}

.slider-arrow-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.left-arrow-hidden {
  display: none;
}

.slider-nav {
  z-index: 2;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 16px;
  display: flex;
}

.fb-booster {
  background-color: #f8f9fb;
  flex: auto;
  justify-content: center;
  align-items: center;
  padding: 140px 3%;
  display: flex;
}

.testimonial-name {
  color: #000;
  font-weight: 500;
  line-height: 24px;
}

.slider-arrow-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  border-radius: 26px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.slider-nav-active {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #ff5805;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
  box-shadow: inset 0 4.8px 14.4px #9b8eff4d, inset 0 1.2px #9b8eff99, 0 1.2px 1.2px #5b29ffcc, 0 0 0 1.2px #ff5805;
}

.slider-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.slide-nav-hidden {
  display: none;
}

.slider-image {
  height: 100%;
}

.slider-control-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.slider-wrapper {
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.slider-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.testimonial-author {
  color: #5a5a60;
  letter-spacing: .08px;
}

.slider-pararagraph {
  color: #000;
  letter-spacing: -.2px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.slider-arrow-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.right-arrow-hidden {
  display: none;
}

.slide {
  height: auto;
}

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

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-text-weight-semibold {
  color: var(--combine-library--grey-800);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-heading-style-h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 59px;
}

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_small {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-clients2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.combine-clients2_slider {
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  max-width: 33rem;
  height: auto;
  display: flex;
}

.combine-clients2_mask {
  height: auto;
  margin-bottom: 4rem;
}

.combine-clients2_slide {
  height: auto;
}

.combine-clients2_left-arrow {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: flex;
  inset: auto 3rem 0% auto;
}

.combine-clients2_right-arrow {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.combine-clients2_slide-nav {
  color: var(--primary-color);
  align-items: center;
  height: 2.5rem;
  padding-top: .5rem;
  display: flex;
  inset: auto auto 0% 0%;
}

.combine-clients2_circle {
  border: 1px solid var(--combine-library--grey-100);
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-600);
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.combine-clients2_company {
  height: 2.25rem;
}

.combine-clients2_content {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-clients2_client {
  grid-column-gap: .75rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;

}

.combine-clients2_image-wrapper {
  border-radius: 4rem;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
}

.combine-clients2_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-clients2_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.combine-section_clients2 {
  background-color: var(--combine-library--white);
}

.div-block-14 {
  justify-content: center;
  display: flex;
}

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

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

.max-width-large-2 {
  width: 100%;
  max-width: 620px;
}

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

.paragraph-regular-2 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

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

._404-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 440px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

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

.section-regular-3.background-off-white {
  background-color: #f1f1f3;
}

.paragraph-x-small {
  color: #454f5f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

._404-shape-right {
  position: absolute;
  inset: auto -96px 88px auto;
}

.h1-heading-2 {
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

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

._404-title {
  color: var(--primary-color);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 256px;
  font-weight: 400;
  line-height: 1;
}

._404-box-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border: .5px solid #f3f4f6;
  border-radius: 99px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
  position: absolute;
  inset: 144px -92px auto auto;
  transform: rotate(5deg);
  box-shadow: 0 2px 8px #c4cad43d;
}

._404-box-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: .5px solid #f3f4f6;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 102px auto auto -108px;
  transform: rotate(-5deg);
  box-shadow: 0 2px 8px #c4cad43d;
}

.button-primary-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-2:hover {
  background-color: #4e4587;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column-large-2.column-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.column-large-2.mb-footer {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  align-items: flex-start;
}

.text-color-red-500 {
  color: #e57361;
}

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

.f-footer-link {
  color: #160042;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: #642eff;
}

.f-footer-logo-xs {
  width: 50%;
  max-width: none;
  height: auto;
  overflow: clip;
}

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

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

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

.f-footer-social {
  color: #160042;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: #642eff;
}

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

.f-footer-line {
  background-color: #e4e6f1;
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-vertical-divider {
  background-color: #e4e6f1;
  width: 1px;
  height: 16px;
}

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

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

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

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.combine-padding-section-medium-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-section-small {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-footer3_component {
  background-color: var(--primary-color);
  max-width: none;
}

.combine-footer3_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-footer3_logo-vertical {
  height: 100%;
  max-height: 5rem;
}

.combine-footer3_nav-menu {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.combine-footer3_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-footer3_link {
  color: var(--combine-library--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer3_link:hover {
  color: var(--combine-library--white);
}

.combine-footer3_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library--white);
  justify-content: center;
  align-items: center;
}

.combine-footer3_social-link:hover {
  color: var(--combine-library--primary-200);
}

.combine-footer3_bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-footer3_bottom-text {
  color: var(--combine-library--grey-200);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer3_bottom-text-link {
  color: var(--combine-library--primary-200);
  text-decoration: none;
}

.combine-footer3_bottom-text-link:hover {
  color: var(--combine-library--white);
}

.container-x-small {
  z-index: 2;
  width: 100%;
  max-width: 628px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(#fff0, #f7f8f8 83%, #f7f8f8);
  position: absolute;
  inset: 0% 0% -25px;
}

.form-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-small-2 {
  color: #49505b;
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-2.text-color-tertiary {
  color: #8d95a3;
}

.form-checkbox {
  background-color: #fff;
  border: 2px solid #d8dbdf;
  border-radius: 100%;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 0 8px 0 0;
  padding-left: 0;
  display: flex;
}

.form-checkbox.w--redirected-checked {
  background-color: #154ee0;
  border-style: solid;
  border-color: #154ee0;
  margin-top: 0;
  margin-left: 0;
}

.image-full {
  object-fit: cover;
  width: 100%;
  padding-bottom: 0;
  overflow: clip;
}

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

.paragraph-large-2 {
  color: #49505b;
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 32px;
}

.cta-wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-regular-4 {
  background-color: #f7f8f8;
  padding: 96px 5%;
  position: relative;
}

.cta-badge-wrapper {
  z-index: 3;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
}

.cta-image {
  z-index: -1;
  margin-bottom: 100px;
  position: relative;
}

.h1-heading-3 {
  color: #25272c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.max-width-regular-2 {
  width: 100%;
  max-width: 520px;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.18px;
  white-space: nowrap;
  background-color: #25272c;
  border: 2px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 1px 2px #00000080, inset 0 1px 1px 3px #3f444d;
}

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

.form-text-field {
  color: #25272c;
  letter-spacing: -.18px;
  background-color: #fff;
  border: 1px solid #d8dbdf;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
}

.form-text-field:focus {
  color: #25272c;
  background-color: #f7f8f8;
  border-color: #3a88fe;
}

.form-text-field::placeholder {
  color: #8d95a3;
}

.text-link-primary {
  color: #25272c;
  text-decoration: underline;
  transition: color .3s;
}

.text-link-primary:hover {
  color: #49505b;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.column-x-small.column-center {
  justify-content: center;
  align-items: center;
}

.cta-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #8d95a3;
  letter-spacing: -.08px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  position: absolute;
}

.cta-badge._02 {
  top: 32px;
  left: 9%;
}

.cta-badge._04 {
  top: 0;
  right: 22%;
}

.cta-badge._05 {
  right: -14%;
}

.cta-badge._03 {
  bottom: 0;
}

.cta-badge._01 {
  bottom: 36px;
  left: -14%;
}

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

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

.combine-text-color-white {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button-white {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white:hover {
  color: var(--combine-library--primary-600);
}

.combine-button-colored {
  background-color: var(--combine-library--primary-600);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-colored:hover {
  background-color: var(--combine-library--primary-800);
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-padding-section-large {
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.combine-section_cta3 {
  background-color: #f9fafb;
}

.combine-cta3_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #0000;
  background-image: url('../images/HopuXz01.svg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 1.25rem;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.combine-cta3_span {
  background-image: url('../images/gradient-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-bottom: -1rem;
  padding-bottom: 1rem;
  display: inline-block;
}

.combine-cta3_title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.image-full-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.section-regular-5 {
  background-color: #f7f8f8;
  padding: 96px 5%;
  position: relative;
}

.cta-badge-wrapper-2 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  height: 188px;
  display: flex;
  position: absolute;
  bottom: 30%;
  left: 0;
  right: 0;
}

.cta-image-2 {
  z-index: -1;
  margin-bottom: -132px;
  position: relative;
}

.h1-heading-4 {
  color: #25272c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.row-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-primary-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2a5144;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-4:hover {
  background-color: #584837;
}

.h2-heading-2 {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
}

.section-large {
  background-color: #f8f7f2;
  padding: 96px 5%;
  position: relative;
}

.section-large.background-brand {
  background-color: var(--combine-library--white);
}

.text-accent {
  color: #487f6a;
  font-style: italic;
}

.cta-features {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-x-large-2 {
  color: #6b5843;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.cta-02-pattern-right {
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: multiply;
  width: 24%;
  max-width: 200px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-link-brand {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #487f6a;
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.cta-02-pattern-left {
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: multiply;
  width: 24%;
  max-width: 400px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  background-color: #e5e5f129;
  background-image: url('../images/HopuXz01-2.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  display: flex;
  position: relative;
}

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

.paragraph-regular-3 {
  color: #6b5843;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-regular-3.text-color-tertiary {
  color: #6b5843;
}

.heading-pattern {
  z-index: -1;
  background-image: none;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -12px;
  margin-right: -24px;
  padding-top: 8px;
  padding-bottom: 12px;
  padding-right: 24px;
  display: inline-block;
}

.pattern {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.pattern.pricing-right {
  inset: 0% 10% auto auto;
}

.pattern.left-bottom {
  inset: auto auto 0% 0%;
}

.pricing-divider {
  background-color: #d7d7de;
  border-radius: 4px;
  width: 100%;
  height: 1px;
}

.pricing-divider.popular {
  background-color: #2d2c39;
}

.price-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.pricing-text {
  padding-bottom: 8px;
}

.button-secondary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  background-color: #1a1925;
  background-image: linear-gradient(#ffffff1f, #fff0);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: inset 0 -8px 20px #1a192514, 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-secondary:hover {
  background-color: #51515e;
}

.paragraph-small-3 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.paragraph-small-3.text-color-off-white {
  color: #bdbdc7;
}

.text-strong {
  color: #1a1925;
  font-weight: 500;
}

.text-strong-white {
  color: #fff;
  font-weight: 500;
}

.background {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.overline-2 {
  color: #73737f;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.container-large-3 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 716px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subheading-large-2 {
  color: #1a1925;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.subheading-large-2.text-color-white {
  color: #fff;
}

.section-regular-6 {
  padding: 96px 5%;
  position: relative;
}

.section-regular-6.background-primary {
  background-color: #f7f7f8;
}

.h3-heading {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.h3-heading.text-color-white {
  color: #fff;
}

.pricing-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding: 28px 32px 32px;
  display: flex;
}

.badge-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308;
}

.paragraph-regular-4 {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.pricing-card {
  background-color: #eeeef0;
  border-radius: 24px;
  padding: 4px;
}

.pricing-card.popular {
  color: #fff;
  background-color: #1a1925;
}

.pricing-head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  padding: 32px 28px;
  display: flex;
  box-shadow: 0 6px 6px -3px #00000005, 0 3px 3px -1.5px #00000005, 0 1px 1px -.5px #00000008, 0 12px 12px -3px #0000000a;
}

.pricing-head.popular {
  background-color: #2d2c39;
}

.button-primary-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  white-space: nowrap;
  background-color: #1f62ff;
  background-image: linear-gradient(0deg, #55555514, #ececec14);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: all, background-color, box-shadow;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: inline-flex;
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-primary-5:hover {
  background-image: linear-gradient(0deg, #5555553d, #ececec14);
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 90%;
  display: flex;
}

.div-block-15 {
  object-fit: cover;
  max-width: 90%;
}

.image {
  object-fit: cover;
}

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

.content-text-wrap {
  width: 100%;
  max-width: 540px;
}

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

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

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

.content-image {
  width: 100%;
  max-width: 560px;
}

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

.overline-3 {
  color: #9797a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.overline-3.text-color-purple {
  color: #8870d7;
}

.section-regular-7 {
  padding: 96px 5%;
  position: relative;
}

.h2-heading-3 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.content-feature-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.highlight-span {
  background-color: #f4f4f5;
  border-radius: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

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

.image-2 {
  object-fit: cover;
}

.image-3 {
  opacity: .12;
  mix-blend-mode: luminosity;
}

.combine-heading-style-h2-2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-size-regular-2 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button {
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: #28364ae6;
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-padding-section-large-2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.combine-section_cta1 {
  background-color: var(--combine-library--grey-050);
  background-image: url('../images/HopuXz01.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.combine-text-color-gradient {
  background-image: linear-gradient(to right, var(--combine-library--warning-400), #ec80b4 14%, var(--combine-library--primary-600) 45%, var(--combine-library--secondary-600));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-cta1_subtitle-wrapper {
  justify-content: center;
  display: flex;
}

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

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-section_feature2 {
  background-color: var(--combine-library--grey-050);
}

.combine-feature2_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-feature2_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-feature2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.combine-feature2_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-feature2_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-feature2_image {
  opacity: .36;
  object-fit: cover;
}

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

.section-regular-8 {
  background-color: #f9fafb;
  padding: 40px 5% 96px;
  position: relative;
}

.cta-badge-wrapper-3 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  height: 213px;
  display: flex;
  position: absolute;
  bottom: 30%;
  left: 0;
  right: 0;
}

.cta-image-3 {
  z-index: -1;
  object-fit: cover;
  margin-bottom: -92px;
  position: relative;
}

.h1-heading-5 {
  color: #25272c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.button-primary-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.18px;
  white-space: nowrap;
  background-color: #25272c;
  border: 2px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 1px 2px #00000080, inset 0 1px 1px 3px #3f444d;
}

.column-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.column-x-small-3.column-center {
  justify-content: center;
  align-items: center;
}

.spark-button {
  background-color: #1e116e;
  border-radius: 10px;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
}

.link-2 {
  color: var(--combine-library--white);
  text-decoration: none;
}

.div-block-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  display: flex;
}

.paragraph {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.footer-8-links {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
  width: 100%;
  max-width: 410px;
}

.footer-8-legal-link {
  color: #50555f;
  font-size: 12px;
  font-weight: 500;
  transition: color .3s;
}

.footer-8-legal-link:hover {
  color: #000;
}

.footer-8-legal-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.row-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-regular-6 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.footer-8-logo-link {
  flex: none;
}

.button-outline-small {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #c9d2d9;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: border-color .3s;
  display: inline-flex;
}

.footer-8-main {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.paragraph-x-small-2 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.section-small-2 {
  background-color: var(--primary-color);
  padding: 48px 5%;
  position: relative;
}

.footer-8-component {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.footer-8-social {
  width: 20px;
  height: 20px;
}

.footer-8-divider {
  background-color: #c9d2d9;
  width: 1px;
  height: 16px;
}

.badge-secondary-small {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  white-space: nowrap;
  background-color: #f5f7f8;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.footer-8-legal-links {
  grid-column-gap: 32px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.divider-tertiary {
  background-color: #edf0f217;
  width: 100%;
  height: 1px;
}

.footer-8-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.footer-8-company {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.footer-6-links {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(192px, 1fr)) 200px 200px;
  width: 100%;
  max-width: 410px;
}

.subheading-x-small {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.footer-6-legal-link {
  color: #50555f;
  font-size: 12px;
  font-weight: 500;
  transition: color .3s;
}

.footer-6-legal-link:hover {
  color: #000;
}

.footer-6-legal-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.footer-6-logo-link {
  flex: none;
}

.footer-6-main {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.footer-6-main.mb-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
}

.paragraph-x-small-3 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.paragraph-x-small-3.text-color-tertiary {
  color: var(--combine-library--white);
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.button-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-flex;
}

.footer-6-social {
  width: 20px;
  height: 20px;
}

.footer-6-divider {
  background-color: #c9d2d9;
  width: 1px;
  height: 16px;
}

.footer-6-component {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.paragraph-small-4 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.footer-6-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.footer-6-legal-links {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.links {
  color: var(--combine-library--white);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.text-block-4, .text-block-5 {
  color: var(--combine-library--white);
  text-decoration: none;
}

.bold-text, .bold-text-2 {
  color: var(--combine-library--white);
}

.text-block-6, .text-block-7 {
  color: var(--combine-library--white);
  text-decoration: none;
}

.text-block-8 {
  color: var(--combine-library--white);
}

.text-block-9 {
  color: var(--combine-library--white);
  background-color: #0000;
}

.text-block-10 {
  color: var(--combine-library--white);
}

.section-effort-dust {
  background-color: var(--primary-color);
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  font-weight: 400;
  text-decoration: none;
}

.div-circus-grass {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.div-spite-some {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-column: span 3 / span 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.div-population-spread {
  grid-column: span 2 / span 2;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.img-glad-wheel {
  width: auto;
  height: 7rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  overflow: clip;
  transform: none !important;
  transition: transform 0.3s ease;
}

.p-shape-dance {
  color: #4b5563;
  margin-top: 1.75rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  text-decoration: none;
}

.ul-play-keep {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.25rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  list-style-type: none;
  display: flex;
}

.li-origin-curious {
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.a-dream-mainly {
  color: #fff;
  background-color: #a5aeba30;
  border-style: solid;
  border-width: 0;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.a-dream-mainly:hover {
  background-color: #2563eb;
}

.img-sound-some {
  width: 1rem;
  height: 1rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.li-escape-pole {
  margin-left: .75rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-origin-curious {
  text-align: left;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

  .p-noise-single {
    color: var(--combine-library--grey-100);
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 0;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    text-decoration: none;

    width: 100%;
  }.ul-field-fewer {
  margin-top: 1.5rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  list-style-type: none;
}

.a-tank-now {
  color: var(--combine-library--white);
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.a-tank-now:hover {
  color: #2563eb;
}

.li-voice-oxygen {
  margin-top: 1rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-low-figure {
  grid-column: span 2 / span 2;
  padding-left: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.form-block-review {
  margin-top: 1.5rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.label-trap-heading {
  width: 1px;
  height: 1px;
  margin: -1px 0 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  overflow: hidden;
}

.input-properly-mighty {
  color: #000;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: .375rem;
  width: 100%;
  padding: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.a-finally-duck {
  color: #fff;
  background-color: #2563eb;
  border-style: solid;
  border-width: 0;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  margin-top: .75rem;
  padding: 1rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.a-finally-duck:hover {
  background-color: #1d4ed8;
}

.div-but-outline {
  border: 1px solid #e5e7eb2e;
  height: 0;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.p-dear-congress {
  color: var(--combine-library--grey-100);
  text-align: center;
  padding: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
}

.text-span {
  color: var(--combine-library--white);
}

.footer-10-legal-link {
  color: #50555f;
  font-size: 12px;
  font-weight: 500;
  transition: color .3s;
}

.footer-10-legal-link:hover {
  color: #000;
}

.footer-10-company {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 320px;
  display: flex;
}

.paragraph-regular-7 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.footer-10-links {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
  width: 100%;
  max-width: 628px;
}

.footer-10-logo-link {
  flex: none;
}

.footer-10-main {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.paragraph-x-small-4 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.redes {
  color: #000;
  background-color: #f5f7f840;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.section-small-3 {
  background-color: #fff;
  padding: 48px 5%;
  position: relative;
}

.row-x-small {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 24px;
  display: flex;
}

.footer-10-component {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.footer-10-divider {
  background-color: #c9d2d9;
  width: 1px;
  height: 16px;
}

.button-link-small {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-flex;
}

.divider-tertiary-2 {
  background-color: #edf0f2;
  width: 100%;
  height: 1px;
}

.footer-10-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.footer-10-legal-copyright {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-10-legal-links {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-button-google {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #1e116e;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-google:hover {
  background-color: #2c19a3f7;
  border-color: #0000;
  border-radius: 10px;
}

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

.text-block-11 {
  color: var(--combine-library--white);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
}

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

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

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

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

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

.f-logo-shadow {
  background-color: var(--flowui-component-library--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-section-small {
  padding: 64px 5%;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .section-effort-dust {
    padding-top: 6rem;
  }

  .div-circus-grass {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-spite-some {
    grid-column: span 3 / span 3;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .div-population-spread {
    grid-column: span 2 / span 2;
    padding-right: 2rem;
  }

  .div-low-figure {
    grid-column: span 2 / span 2;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .section-effort-dust {
    padding-top: 6rem;
  }

  .div-circus-grass {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-spite-some {
    grid-column: span 3 / span 3;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .div-population-spread {
    grid-column: span 2 / span 2;
    padding-right: 2rem;
  }

  .div-low-figure {
    grid-column: span 2 / span 2;
    padding-left: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-brand.spark-margin-bottom-48px {
    margin-bottom: 48px;
  }

  .spark-line-3.spark-simple-line {
    background-color: #5532fa;
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

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

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

  .spark-nav-menu {
    z-index: 99;
    background-color: #fff;
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-square-menu-with-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-footer-column {
    align-items: flex-start;
    min-width: 180px;
  }

  .spark-line-1.spark-simple-line {
    background-color: #5532fa;
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-line-2.spark-simple-line {
    background-color: #5532fa;
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .hero-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-footer-grid {
    grid-row-gap: 64px;
    grid-template-columns: 2.25fr;
  }

  .spark-footer-grid.spark-four-columns {
    flex-direction: column;
    display: flex;
  }

  .gallery-3-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .column-4x-large {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .feature-card-grid-top {
    grid-template-columns: 1fr;
    display: grid;
  }

  .feature-card-grid-bottom, .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-slider-mask {
    width: 420px;
  }

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

  .cta-grid-1 {
    grid-row-gap: 60px;
    grid-template-columns: 1.5fr;
    max-height: none;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-illustration {
    margin-top: -30px;
  }

  .text-wrap_centered {
    max-width: 35rem;
  }

  .container-xlarge {
    max-width: 50rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .eyebrow.is-large, .text-size-large {
    letter-spacing: -.017em;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-clients2_slider {
    max-width: 24rem;
  }

  .combine-clients2_mask {
    margin-bottom: 3rem;
  }

  .section-regular-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-footer3_nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .combine-footer3_link {
    font-weight: 600;
  }

  .combine-footer3_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .link {
    color: var(--combine-library--white);
    text-decoration: none;
  }

  .form-block {
    align-items: center;
  }

  .cta-badge._05 {
    right: 0%;
  }

  .cta-badge._01 {
    left: 0%;
  }

  .combine-cta3_component {
    padding: 3rem;
  }

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

  .button-secondary {
    background-image: linear-gradient(#ffffff1f, #fff0);
  }

  .section-regular-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .content-image {
    max-width: none;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .footer-8-links {
    max-width: none;
  }

  .footer-8-component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-6-links {
    max-width: none;
  }

  .section-effort-dust {
    padding-top: 4rem;
  }

  .div-circus-grass {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-spite-some, .div-population-spread {
    grid-column: span 3 / span 3;
  }

  .div-low-figure {
    grid-column: span 1 / span 1;
  }

  .footer-10-links {
    max-width: none;
  }

  .footer-10-component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

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

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-container-3 {
    width: 100%;
  }

  .spark-brand.spark-margin-bottom-48px {
    margin-bottom: 32px;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row-2.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-centered {
    flex-direction: row;
  }

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

  .uui-layout78_list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-text-size-large-4, .p-body {
    font-size: 1rem;
  }

  .logo-4-block {
    min-width: 150px;
  }

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

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

  .logo-4-component {
    flex-flow: column;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .spark-square-menu-with-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .uui-layout73_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-layout78_item {
    padding: 1.5rem;
  }

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

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .spark-hero-sub-paragraph-3 {
    margin-bottom: 32px;
  }

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

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-layout78_component {
    align-items: stretch;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .transport-h2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .cta-image-marquee {
    width: 1220px;
  }

  .hero-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .hero-section.transport-hero {
    background-image: linear-gradient(113deg, #1e116e, #00000029), url('../images/img-transport1_1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .logo-4-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .uui-layout73_image-wrapper {
    margin-bottom: 1.5rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

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

  .column-4x-large {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraph-x-large {
    font-size: 18px;
  }

  .feature-card-grid-top, .feature-card-grid-bottom {
    grid-template-columns: 1fr;
  }

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

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

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

  .cb-h2-2 {
    font-size: 48px;
  }

  .f-testimonial-right-a {
    display: none;
  }

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

  .f-testimonial-left-a {
    display: none;
  }

  .f-testimonial-slider-mask {
    width: 400px;
  }

  .cta-grid-1 {
    grid-template-columns: 1.25fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo-medium {
    height: 1.5rem;
  }

  .text-wrap_centered {
    max-width: 27.5rem;
  }

  .text-size-medium {
    letter-spacing: -.011em;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .absolute-background_bottom {
    height: 45%;
  }

  .eyebrow {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .button-2 {
    letter-spacing: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    line-height: 1rem;
  }

  .button-2.is-large {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    line-height: 1rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .f-testimonial-l-arrow {
    display: none;
  }

  .f-testimonial-slider-regular {
    padding-left: 0;
    padding-right: 0;
  }

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

  .f-testimonial-r-arrow {
    display: none;
  }

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

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

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-clients2_component {
    flex-direction: column;
  }

  .combine-clients2_slider {
    max-width: none;
  }

  ._404-wrapper {
    margin-bottom: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .paragraph-x-small {
    margin-right: 8px;
    display: inline;
  }

  ._404-shape-right {
    display: none;
  }

  .h1-heading-2 {
    font-size: 48px;
  }

  ._404-title {
    font-size: 212px;
  }

  ._404-box-right, ._404-box-left {
    display: none;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-footer3_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .combine-footer3_bottom-text {
    order: 1;
  }

  .cta-badge-wrapper {
    bottom: 15%;
  }

  .cta-image {
    height: auto;
    margin-bottom: -10%;
  }

  .combine-cta3_component {
    padding: 2.5rem;
  }

  .cta-badge-wrapper-2 {
    bottom: 15%;
  }

  .cta-image-2 {
    height: auto;
    margin-bottom: -10%;
  }

  .h2-heading-2 {
    font-size: 48px;
  }

  .cta-container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .heading-pattern {
    margin-right: -20px;
    padding-right: 20px;
  }

  .background {
    display: none;
  }

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

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

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

  .content-feature-grid-large {
    grid-template-columns: 1fr;
  }

  .combine-feature2_component {
    flex-direction: column;
  }

  .cta-badge-wrapper-3 {
    bottom: 15%;
  }

  .cta-image-3 {
    height: auto;
    margin-bottom: -10%;
  }

  .footer-8-divider, .footer-6-divider {
    display: none;
  }

  .section-effort-dust {
    padding-top: 4rem;
  }

  .div-circus-grass {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-10-divider {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2.spark-with-background-image {
    padding-bottom: 64px;
  }

  .hero-subtitle.mb-body-text {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
  }

  .transport-hero.mb-text {
    font-size: 40px;
    line-height: 44px;
  }

  .spark-lightbox-button.spark-white-button {
    background-color: var(--primary-color);
    font-size: .9rem;
  }

  .spark-line-3.spark-simple-line {
    background-color: #150438;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .spark-flex-row-2.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-flex-row-2.spark-centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    align-items: center;
  }

  .subheading-large.mb-subtitles {
    font-size: 33px;
    text-align: center;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .uui-heading-xxsmall-3 {
    font-family: Oswald, sans-serif;
    font-size: 1.5rem;
  }

  .spark-max-width-730 {
    padding-top: 100px;
  }

  .spark-square-menu-with-links {
    padding-right: 0;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .cta-marquee-card {
    width: 240px;
    height: 290px;
  }

  .spark-line-1.spark-simple-line {
    background-color: #150438;
  }

  .spark-simple-menu-button {
    width: 54px;
    height: 54px;
    padding-left: 0;
  }

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

  .spark-line-2.spark-simple-line {
    background-color: #150438;
  }

  .hero-section {
    padding: 64px 20px;
  }

  .hero-section.transport-hero {
    background-image: linear-gradient(113deg, #1e116e, #00000029), url('../images/img-transport1_1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 60px;
    padding-bottom: 64px;
  }

  .spark-bold-sub-heading {
    padding-left: 0;
  }

  .paragraph-regular.text-color-gray-600 {
    font-size: 1rem;
  }

  .h2-heading.mb-subtitles {
    font-size: 33px;
  }

  .f-h3-heading {
    font-family: Oswald, sans-serif;
  }

  .f-h3-heading.mb-subtitles {
    font-size: 33px;
  }

  .cb-h2-2.align-center {
    font-size: 30px;
  }

  .cb-h2-2.align-center.mb-subtitle {
    font-size: 33px;
  }

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

  .f-testimonial-slider-mask {
    width: 100%;
  }

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

  .absolute-background_bottom {
    height: 33.3333%;
  }

  .logo_grid_6-col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-group {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .button-group.is-centered-on-portrait {
    justify-content: center;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-heading-style-h2.mb-title {
    text-align: center;
    font-size: 2.2rem;
    line-height: 47px;
  }


  .combine-clients2_content {
    align-items: center;
  }

  ._404-wrapper {
    margin-bottom: 12px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  ._404-title {
    font-size: 100px;
  }

  .button-primary-2 {
    width: 100%;
  }

  .column-large-2.mb-footer {
    align-items: center;
  }

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

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

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-footer3_nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .combine-footer3_social-links.mb-footer {
    justify-content: center;
  }

  .form-row {
    flex-flow: column;
  }

  .paragraph-large-2 {
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
  }

  .cta-badge-wrapper {
    display: none;
  }

  .button-primary-3 {
    width: 100%;
  }

  .combine-button-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .combine-cta3_component {
    padding: 1.5rem;
  }

  .cta-badge-wrapper-2 {
    display: none;
  }

  .cta-container {
    padding: 48px 24px;
  }

  .column-regular-2.mb-footer {
    align-items: center;
  }

  .cta-badge-wrapper-3 {
    display: none;
  }

  .h1-heading-5 {
    font-size: 33px;
  }

  .button-primary-6 {
    width: 100%;
  }

  .spark-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    justify-content: center;
    align-items: stretch;
    font-size: .9rem;
    display: block;
  }

  .div-block-16 {
    justify-content: center;
  }

  .paragraph {
    font-size: 1rem;
  }

  .paragraph.mb-p {
    text-align: center;
  }

  .div-block-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    display: flex;
  }

  .footer-6-main.mb-footer {
    justify-content: center;
  }

  .footer-6-component {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-effort-dust {
    padding-top: 2.5rem;
  }

  .div-circus-grass {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-spite-some {
    grid-column: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .div-population-spread {
    grid-column: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .div-origin-curious, .div-origin-curious.mb-footer, .ul-field-fewer, .ul-field-fewer.mb-footer, .a-tank-now {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .div-low-figure {
    grid-column: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .row-x-small {
    justify-content: center;
    width: 100%;
  }

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

#w-node-fb613964-f409-5cee-bd70-00a53f7d1edd-3ef87798, #w-node-fb613964-f409-5cee-bd70-00a53f7d1ee4-3ef87798, #w-node-fb613964-f409-5cee-bd70-00a53f7d1eeb-3ef87798, #w-node-fb613964-f409-5cee-bd70-00a53f7d1ef3-3ef87798, #w-node-fb613964-f409-5cee-bd70-00a53f7d1efa-3ef87798, #w-node-fb613964-f409-5cee-bd70-00a53f7d1f01-3ef87798 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48348ba2-5c3e-2f7d-8e45-e108a0cce2bb-3ef87798 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_48348ba2-5c3e-2f7d-8e45-e108a0cce2bd-3ef87798 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48348ba2-5c3e-2f7d-8e45-e108a0cce2c5-3ef87798 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_48348ba2-5c3e-2f7d-8e45-e108a0cce2c7-3ef87798, #w-node-_48348ba2-5c3e-2f7d-8e45-e108a0cce2c9-3ef87798 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48348ba2-5c3e-2f7d-8e45-e108a0cce2cf-3ef87798 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_48348ba2-5c3e-2f7d-8e45-e108a0cce2d1-3ef87798, #w-node-_48348ba2-5c3e-2f7d-8e45-e108a0cce2d3-3ef87798 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fb613964-f409-5cee-bd70-00a53f7d1eeb-3ef87798, #w-node-fb613964-f409-5cee-bd70-00a53f7d1f01-3ef87798 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fb613964-f409-5cee-bd70-00a53f7d1edd-3ef87798, #w-node-fb613964-f409-5cee-bd70-00a53f7d1eeb-3ef87798, #w-node-fb613964-f409-5cee-bd70-00a53f7d1ef3-3ef87798, #w-node-fb613964-f409-5cee-bd70-00a53f7d1f01-3ef87798 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


.splide__pagination li {
  display: none !important;
}

@font-face {
  font-family: 'Ancizar Sans';
  src: url('../fonts/Ancizar_Sans.zip') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}