:root {
  --bg-color: #2d94df;
}

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

body {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-1x1-sm-minus {
  flex: none;
  width: .875rem;
  height: .875rem;
}

.overflow-hidden {
  position: static;
  overflow: hidden;
}

.nav_menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
  overflow: clip;
}

.nav_brand {
  z-index: 2;
  display: flex;
  overflow: clip;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #f5f5f5;
  border-bottom: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  transition: border-color .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.button:hover {
  border-bottom-color: #f5f5f5;
}

.social_link {
  color: #f5f5f5;
  border-bottom: 1px solid #0000;
  font-size: .875rem;
  line-height: 150%;
  transition: border-color .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.social_link:hover {
  border-bottom-color: #f5f5f5;
}

.nav_cta {
  overflow: clip;
}

.button_icon {
  width: .875rem;
  height: .875rem;
  display: flex;
  overflow: clip;
}

.nav_menu-social {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.nav_logo {
  color: #f5f5f5;
  width: 5.75rem;
}

.menu_button-mobile {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: none;
  overflow: clip;
}

.nav_menu-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
  overflow: clip;
}

.nav_menu_text {
  color: #f5f5f5;
  border-bottom: 1px solid #0000;
  padding: 0;
  font-size: .875rem;
  transition: border-color .3s cubic-bezier(.645, .045, .355, 1);
}

.nav_menu_text:hover {
  border-bottom-color: #f5f5f5;
}

.nav_menu_text.w--current {
  color: #f5f5f5;
  border-bottom-color: #f5f5f5;
}

.text-size-sm {
  font-size: .875rem;
  line-height: 150%;
}

.nav {
  background-color: #0000;
  height: 4.5rem;
}

.padding-global {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/1000021112.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding: 220px 2.5rem;
  display: block;
}

.menu_button-icon {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.nav_component {
  z-index: 100;
  background-color: #0a0a0a;
  width: 100%;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.footer_contact-email {
  border-bottom: 1px solid #0000;
  transition: border-color .5s cubic-bezier(.645, .045, .355, 1);
}

.footer_contact-email:hover {
  border-bottom-color: #f5f5f5;
}

.nav_cta-mobile {
  display: none;
}

.text-size-md {
  font-size: 1rem;
  line-height: 125%;
}

.home-hero_social {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.home-hero_bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-hero_subcontent {
  max-width: 26.25rem;
}

.text-light {
  text-shadow: 0 0 132px #fff, 0 0 37px #fff;
}

.projects_marquee-item {
  aspect-ratio: 4 / 3;
  justify-content: center;
  align-items: flex-start;
  min-width: 20rem;
  max-width: 30rem;
  height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  display: block;
  position: relative;
}

.project_marquee-img {
  opacity: .9;
  object-fit: cover;
  background-color: #000;
  border-radius: 25px;
  width: 100%;
  height: 50%;
  max-height: 830px;
  transition: transform 1s cubic-bezier(.645, .045, .355, 1);
  position: static;
}

.project_marquee-img:hover {
  transform: scale(1.1);
}

.heading-style-h1 {
  color: #bbb;
  letter-spacing: -4px;
  font-family: Mulish, sans-serif;
  font-size: 6.6rem;
  line-height: 100%;
  display: block;
}

.projects_marquee-list {
  background-color: #000;
  flex: none;
  height: 600px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.projects_marquee {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: clip;
}

.section_home-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0f1213;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 1rem 40px 3rem;
  display: block;
  overflow: visible;
}

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

.home-hero_projects {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  overflow: clip;
}

.text-shadow {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(219deg, #4e4e4e, #fff 57%, #0a0a0a);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
}

.heading-style-d3 {
  color: #464646;
  letter-spacing: -.2rem;
  -webkit-text-stroke-color: #e0e0e0;
  font-family: Mulish, sans-serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 100%;
  display: block;
}

.home-hero_title {
  box-sizing: border-box;
  text-align: center;
  object-fit: fill;
  background-color: #0f1213ed;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.bold-text {
  font-family: Mulish, sans-serif;
  font-weight: 200;
}

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

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0;
  display: flex;
}

.container.card {
  background-image: url('../images/OKSN3163-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.container.tree {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/olena-bohovyk-3BlVILvh9hM-unsplash-1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 70vh;
}

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

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

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

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

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

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

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

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

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

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

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

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.clients-quote-two {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

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

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.heading-style-h1-2 {
  letter-spacing: -4px;
  font-size: 7rem;
  line-height: 100%;
}

.projects_marquee-2 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: clip;
}

.section_home-hero-2 {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.text-shadow-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #0a0a0a);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-style-d3-2 {
  letter-spacing: -.2rem;
  font-size: 5rem;
  line-height: 100%;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

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

.gallery-image {
  width: 100%;
}

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

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

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

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

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

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

.text-color_inverse-secondary {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.nav-menu_dropdown-list-wrapper {
  background-color: #000;
  border-radius: .75rem;
  box-shadow: 0 4px 8px #0000001a;
}

.nav-menu_dropdown-list-wrapper.w--open {
  margin-top: .5rem;
  padding: .5rem;
  top: 100%;
  box-shadow: 0 6px 8px -4px #0000001a;
}

.icon {
  color: #b9afdc;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.mega-nav_link-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.mega-nav_link-item:hover {
  color: #b9afdc;
}

.card-link {
  opacity: 1;
  color: #fff;
  background-color: #000;
  background-image: none;
  border: 0 solid #fff3;
  border-radius: .75rem;
  flex-flow: column;
  flex: 1;
  width: 100%;
  text-decoration: none;
  list-style-type: none;
  transition: all .16s linear;
  display: flex;
  position: relative;
  overflow: clip;
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px #fff3, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card-link:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px #fff3, 0 4px 6px #0000001a, 0 10px 20px #00000026;
}

.card-link.is-inverse {
  color: #000;
  background-color: #fff;
  border-color: #0000;
}

.card-link.is-inverse:hover {
  color: #000;
  background-color: #fff;
}

.card-link.on-secondary {
  color: #fff;
  -webkit-text-stroke-color: black;
  background-color: #000;
  background-image: none;
  border-color: #000000e6;
  box-shadow: inset 0 0 0 1px #fff3, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card-link.on-secondary:hover {
  color: #000;
  background-color: #000;
  box-shadow: inset 0 0 0 1px #fff3, 0 4px 6px #0000001a, 0 10px 20px #00000026;
}

.eyebrow {
  color: color-mix(in srgb, currentColor 60%, transparent);
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.mega-nav_dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  left: 0;
  right: 0;
}

.nav_icon {
  flex: none;
}

.nav_icon.is-medium {
  width: 1.5rem;
  height: 1.5rem;
}

.button_icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: inline-flex;
}

.nav_menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.margin_top-auto {
  margin-top: auto !important;
}

.card_body {
  z-index: 2;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.content-block {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.nav_menu-2 {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  transform: none !important;
}

.heading_tertiary {
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.04em;
}

.grid_3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav_center {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Mulish, sans-serif;
  display: flex;
  position: static;
}

.nav_right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mega-nav_dropdown-list-wrapper {
  color: #fff;
  background-color: #000;
  border-radius: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2rem;
  box-shadow: 0 4px 8px -2px #0000001a;
}

.mega-nav_dropdown-list-wrapper.w--open {
  border-radius: .75rem;
  order: 0;
  justify-content: center;
  align-self: auto;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
  box-shadow: 0 8px 8px -4px #0000001a;
}

.nav_dropdown-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: .75em 1em;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav_dropdown-link:hover {
  color: #b9afdc;
}

.nav_dropdown-link.w--current, .nav_dropdown-link.w--open {
  background-color: #0000;
}

.nav_dropdown-menu {
  position: static;
}

.mega-nav_list {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav_caret {
  margin: 0;
  position: relative;
}

.button_label {
  white-space: pre;
}

.nav_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #111;
  text-align: center;
  cursor: pointer;
  background-color: #b9afdc;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-2:hover {
  box-shadow: none;
  color: #111;
  background-color: #a093d0;
  border-color: #0000;
}

.button-2:active {
  box-shadow: none;
  background-color: #b9afdc;
}

.button-2:focus {
  outline-offset: 2px;
  outline: 2px solid #b9afdc;
}

.nav_logo-icon {
  align-self: stretch;
  display: flex;
}

.paragraph_large {
  letter-spacing: 0;
  margin-bottom: .75em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.paragraph_small {
  letter-spacing: 0;
  margin-bottom: .75em;
  font-size: .88rem;
  line-height: 1.6em;
}

.margin-bottom_none {
  margin-bottom: 0 !important;
}

.nav_container-2 {
  background-color: #ddd0;
  border-bottom-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1rem;
  display: flex;
}

.nav_dropdown-list-1.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  display: flex;
}

.nav-2 {
  z-index: 99;
  color: #fff;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.nav-2.is-secondary {
  background-color: #111;
}

.nav_menu-list-item {
  display: flex;
  margin-bottom: 0 !important;
}

.nav_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: .5rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  color: inherit;
}

.nav_link.w--current, .nav_link.w--open {
  background-color: #0000;
}

.text-color_primary {
  color: #fff;
}

.text-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #b9afdc;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.text-button:hover {
  color: #a093d0;
}

.text-button.is-secondary {
  color: inherit;
}

.text-button.is-secondary:hover {
  opacity: .6;
}

.nav_mobile-menu-button {
  color: inherit;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.nav_mobile-menu-button:hover {
  color: inherit;
}

.nav_mobile-menu-button.w--open {
  z-index: 2;
  background-color: #0000;
}

.nav_mobile-menu-button.w--open:hover {
  color: #0009;
}

.nav_logo-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  height: 2.5rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav_logo-2:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.nav_menu-3 {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  transform: none !important;
}

.mega-nav_dropdown-list-wrapper-2 {
  color: #fff;
  background-color: #000;
  border-radius: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2rem;
  box-shadow: 0 4px 8px -2px #0000001a;
}

.mega-nav_dropdown-list-wrapper-2.w--open {
  border-radius: .75rem;
  order: 0;
  justify-content: center;
  align-self: auto;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
  box-shadow: 0 8px 8px -4px #0000001a;
}

.div-block {
  box-sizing: border-box;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  object-fit: fill;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 60%;
  display: flex;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.heading {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-image: linear-gradient(#000, #000);
  font-family: Mulish, sans-serif;
  font-size: 51px;
  font-weight: 300;
}

.projects_marquee-item-2 {
  aspect-ratio: 4 / 3;
  justify-content: center;
  align-items: flex-start;
  width: 40vw;
  min-width: 20rem;
  max-width: 30rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
}

.project_marquee-img-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
}

.project_marquee-img-2:hover {
  transform: scale(1.1);
}

.projects_marquee-list-2 {
  flex: none;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.projects_marquee-3 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: clip;
}

.section_home-hero-3 {
  background-color: #000;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

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

.text-shadow-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(141deg, #000, #fff 44%, #0a0a0a);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-style-d3-3 {
  letter-spacing: -.2rem;
  font-size: 5rem;
  line-height: 100%;
}

.bold-text-2 {
  font-family: Mulish, sans-serif;
  font-weight: 300;
}

.button-3 {
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 25px;
}

.fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-section {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

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

.fn-features-card {
  color: #ecf0ef;
  background-color: #0f1213;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card:hover {
  color: #ecf0ef;
  border-color: #df0;
}

.fn-link-with-arrow {
  color: #fff;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-link-arrow {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-paragraph-no-margin {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-heading-5 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Mulish, sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-button-secondery {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery:hover {
  background-color: #3e4545;
}

.fn-features-card-with-image {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image:hover {
  color: #ecf0ef;
}

.fn-features-card-image {
  object-fit: cover;
  width: 100%;
  height: 225px;
}

.fn-features-card-column {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.spacer-s {
  width: 24px;
  height: 24px;
}

.fn-blog-info-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.fn-category-pill {
  color: #ecf0ef;
  background-color: #3e4545;
  border-radius: 34px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  line-height: 1em;
  display: flex;
}

.fn-blog-info-wrapper-second {
  grid-column-gap: 8px;
  color: #939b9b;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.fn-heading-6 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Mulish, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.3em;
}

.text-block {
  color: #fff;
}

.fn-heading-4 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.fn-heading-7 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-button {
  color: #0f1213;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: 60px;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  height: 60px;
  display: grid;
}

.fn-features-icon {
  color: #df0;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-bottom: 24px;
  display: flex;
}

.fn-link-with-arrow-2 {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-brand-box {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box:hover {
  opacity: .7;
}

.fn-contain-logo {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-navbar-link-second {
  color: #ecf0ef;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
}

.fn-navbar-menu-wrapper-second {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.fn-navbar-link-second-2 {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  transition: color .25s;
  display: flex;
}

.fn-navbar-link-second-2:hover, .fn-navbar-link-second-2.w--current {
  color: #df0;
}

.fn-dropdown-link-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 8px;
  margin-left: 8px;
  display: flex;
}

.fn-button-secondery-navbar {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery-navbar:hover {
  background-color: #3e4545;
}

.fn-navbar-advence {
  color: #fff;
  background-color: #0f1213;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 40px;
  display: flex;
}

.fn-navbar-container-advence {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.fn-navbar-links-wrapper-advence {
  color: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-navbar-link-list-advence {
  text-align: left;
  background-color: #0f1213;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  inset: 100% auto auto 0%;
}

.fn-navbar-link-list-advence.first-look {
  display: none;
}

.fn-dorpdown-link-advence {
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.fn-navbar-menu-advence {
  color: #fff;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.fn-navbar-link-list-conetainer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px #fff;
  border-radius: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 40px;
  display: grid;
}

.fn-navbar-card-solution {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #ecf0ef;
  text-transform: none;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 256px;
  height: 453px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.fn-navbar-label {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #cdd3d2;
  align-items: center;
  display: flex;
}

.fn-navbar-label-line {
  background-color: #3e4545;
  flex: 1;
  height: 1px;
}

.navbar-product-card {
  background-color: #1d1f1e;
  border-radius: 16px;
  padding: 26px;
  text-decoration: none;
  transition: background-color .25s;
}

.navbar-product-card:hover {
  background-color: #3e4545;
}

.navbar-product-card-intro {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ecf0ef;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-product-icon {
  object-fit: contain;
  width: 19px;
  height: 19px;
  margin-bottom: 0;
}

.navbar-product-card-featured-card {
  color: #ecf0ef;
  border: 1px solid #df0;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px 100px 24px 24px;
  text-decoration: none;
  display: flex;
}

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

.fn-navbar-about-us-link-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #cdd3d2;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 24px;
  display: flex;
}

.fn-navbar-label-line-about {
  background-color: #3e4545;
  width: 100%;
  height: 1px;
}

.fn-standard-white-link {
  color: #ecf0ef;
  font-size: 18px;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link:hover, .fn-standard-white-link.w--current {
  color: #df0;
}

.fn-features-card-about {
  color: #ecf0ef;
  background-color: #1d1f1e;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -12px;
  padding: 24px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card-about:hover {
  border-color: #df0;
}

.fn-paragraph-navbar {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-paragraph-no-margin-navbar {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-product-icon-2 {
  color: #df0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-heading-8 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-logos-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-logos-card {
  background-color: #0f1213;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 170px;
  display: flex;
}

.fn-logos-masonary-logo {
  color: #df0;
  object-fit: contain;
  width: 100%;
  height: 35px;
}

.fn-heading-9 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-link-with-arrow-3 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  align-items: center;
  margin-top: auto;
  font-family: Mulish, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
  display: flex;
}

.fn-navbar-menu-wrapper-second-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.fn-navbar-links-wrapper-advence-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-text-stroke-color: #5f4242;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-family: Mulish, sans-serif;
  font-size: 50px;
  display: flex;
}

.fn-navbar-menu-advence-2 {
  color: #fff;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.image-3 {
  display: block;
}

.image-4 {
  border-radius: 0 15px 15px 0;
  height: auto;
  display: block;
}

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

.text-block-3 {
  font-weight: 700;
}

.dropdown-toggle {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.menu-list {
  font-size: 17px;
  display: flex;
}

.text-block-5 {
  font-size: 21px;
}

.text-block-6 {
  color: #fff;
  font-size: 21px;
}

.dropdown-toggle-2 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-7 {
  color: #fff;
  font-size: 21px;
}

.heading-2 {
  color: #fff;
  -webkit-text-stroke-color: #777;
  font-family: Mulish, sans-serif;
  font-weight: 300;
}

.heading-3 {
  -webkit-text-stroke-color: #fff;
}

.fn-heading-10 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-paragraph-2 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-button-secondery-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery-2:hover {
  background-color: #3e4545;
}

.fn-section-2 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 220px;
  padding-bottom: 220px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-container-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-column-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-logos-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-logos-card-2 {
  background-color: #f3f3f3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 170px;
  display: flex;
}

.fn-logos-masonary-logo-2 {
  color: #df0;
  object-fit: contain;
  width: 100%;
  height: 35px;
}

.fn-container-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-contain-logo-2 {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-links-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.fn-standard-white-link-2 {
  color: #ecf0ef;
  font-size: 18px;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link-2:hover, .fn-standard-white-link-2.w--current {
  color: #df0;
}

.fn-footer-first {
  color: #ecf0ef;
  background-color: #0e101100;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-social-share-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.fn-social-link {
  color: #687373;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .25s;
  display: flex;
}

.fn-social-link:hover {
  color: #df0;
}

.fn-social-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.fn-footer-line {
  background-color: #3e4545;
  width: 100%;
  height: 1px;
  margin-top: 36px;
  margin-bottom: 10px;
}

.fn-legal-links-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-wrap: wrap;
  display: flex;
}

.fn-footer-legal-link {
  color: #939b9b;
  transition: color .25s;
}

.fn-footer-legal-link:hover {
  color: #df0;
}

.fn-footer-copyright {
  color: #687373;
  font-size: 16px;
}

.fn-brand-footer {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 20px;
}

.fn-heading-11 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-section-3 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-section-3.overflow-none {
  overflow: hidden;
}

.fn-container {
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}

.fn-cta-banner {
  color: #1d1f1e;
  text-align: center;
  background-color: #df0;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.fn-button-dark {
  color: #df0;
  background-color: #1d1f1e;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
}

.fn-button-dark:hover {
  color: #0f1213;
  background-color: #df0;
  border-color: #0f1213;
}

.fn-button-dark.w--current {
  background-color: #1d1f1e;
}

.fn-button-dark.w--current:hover {
  background-color: #0000;
}

.fn-paragraph-dark {
  color: #1d1f1e;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-cta-banner-column {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 532px;
  display: flex;
}

.fn-banner-image-one {
  object-fit: contain;
  width: 287px;
  height: 287px;
  position: absolute;
  inset: auto auto -62px -44px;
}

.fn-banner-image-two {
  object-fit: contain;
  width: 172px;
  height: 172px;
  position: absolute;
  inset: -67px 186px auto auto;
}

.fn-banner-image-three {
  object-fit: contain;
  width: 246px;
  height: 246px;
  position: absolute;
  inset: auto -55px -61px auto;
}

.fn-heading-1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1.2em;
}

.fn-paragraph-3 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-button-2 {
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border: 1px solid #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-2:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-column-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fh-hero-image-wrapper-first {
  border-radius: 24px;
  width: 100%;
  height: 534px;
  margin-top: 36px;
  overflow: hidden;
}

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

.body {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
}

.language-link {
  color: #484646;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #7735f6;
}

.langauge-line-base {
  background-color: #9b9eb838;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.language-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #20355a;
  border: 1px #ffffff38;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  transition: all .2s;
  display: flex;
}

.language-toggle.button--w {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.flag-1 {
  background-image: url('../images/united-kingdom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.langauge-line-break {
  background-color: #5b3acc;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.flag-5 {
  background-image: url('../images/sweden.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-2 {
  background-image: url('../images/denmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.language-list {
  background-color: #d99f9f;
  border-radius: 10px;
  overflow: clip;
}

.language-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 200px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.flag-3 {
  background-image: url('../images/france.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-4 {
  background-image: url('../images/norway.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.dropdown {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 53px;
  display: flex;
}

.discount-block {
  justify-content: center;
  align-items: center;
  padding: 60px 3%;
  display: flex;
}

.sidebar-card-language {
  color: #9b9eb8;
  background-color: #fff;
  background-image: linear-gradient(#fff, #ffffff85), url('../images/waves.svg');
  background-position: 0 0, 100% 100%;
  background-size: auto, auto;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 35px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 11px 11px 55px #72778e26;
}

.language-image {
  width: 110px;
  margin-bottom: 5px;
}

.heading-06 {
  color: #20355a;
  text-align: center;
  letter-spacing: -.5px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.3;
}

.paragraph-centre {
  color: #445567;
  text-align: center;
  letter-spacing: -.2px;
  max-width: 400px;
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 25px;
}

.button-4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7020ff;
  background-image: linear-gradient(159deg, #7020ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  max-width: 250px;
  min-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.button-4:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.fn-heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 71px;
  font-weight: 400;
  line-height: 1.2em;
}

.fn-paragraph-4 {
  color: #cdd3d2;
  margin-bottom: 32px;
  padding-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 200;
  line-height: 1.6em;
}

.fn-button-3 {
  color: #0f1213;
  text-align: center;
  background-color: #fff;
  border: 1px #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-3:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-section-4 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-container-grid-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Inter, sans-serif;
  display: block;
}

.fn-column-center-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: inline-flex;
}

.fh-hero-image-wrapper-first-2 {
  border-radius: 24px;
  width: 100%;
  height: 534px;
  margin-top: 36px;
  overflow: hidden;
}

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

.fn-heading-13 {
  color: #363636;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.2em;
}

.fn-heading-13.fn-heading-14.white {
  -webkit-text-stroke-color: #fff;
}

.fn-heading-13.white {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: #fff;
  width: 140%;
}

.fn-heading-14 {
  color: #000;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-paragraph-5 {
  color: #474747;
  margin-bottom: 32px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.6em;
}

.fn-paragraph-5.white {
  color: #fff;
  width: 60%;
}

.fn-section-5 {
  color: #ecf0ef;
  background-color: #f5f5f5;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Inter, sans-serif;
  display: flex;
}

.fn-section-5.black {
  -webkit-text-stroke-color: #fff;
  background-color: #000;
}

.fn-container-grid-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.fn-column-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-column-center-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fn-link-with-arrow-4 {
  color: #df0;
  -webkit-text-stroke-color: #fff;
  align-items: center;
  margin-top: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
  display: flex;
}

.fn-link-arrow-2 {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-slide-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0f121300;
  border-radius: 12px;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  width: 100%;
  margin-top: 16px;
  display: flex;
  overflow: hidden;
}

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

.fn-slider-column {
  color: #313131;
  padding: 46px 100px 46px 24px;
}

.fn-label-icon {
  background-color: #fff;
  width: 63px;
  height: 1px;
  margin-bottom: 24px;
}

.fn-author-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ecf0ef;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1.6em;
  display: flex;
}

.fn-author-image {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.fn-heading-15 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-heading-16 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-heading-17 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-paragraph-6 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 19px;
  line-height: 1.6em;
}

.fn-paragraph-6.hide-on-mobile {
  text-align: left;
}

.fn-button-secondery-3 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery-3:hover {
  background-color: #3e4545;
}

.fn-section-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #ecf0ef;
  background-color: #15191a00;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: inline-flex;
}

.fn-container-grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-grid;
}

.fn-column-4 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-link-with-arrow-5 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  align-items: center;
  margin-top: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
  display: flex;
}

.fn-link-arrow-3 {
  color: #fff;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-features-card-with-image-2 {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image-2:hover {
  color: #ecf0ef;
}

.fn-features-card-with-image-2.slider-cards {
  border: 1px solid #4d4d4d;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.fn-features-card-image-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
  flex: none;
  order: 0;
  align-self: auto;
  width: 100%;
  height: 400px;
  display: block;
  overflow: clip;
}

.fn-features-card-column-2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 60px;
  font-size: 16px;
  display: flex;
}

.fn-paragraph-no-margin-2 {
  color: #000;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-blog-info-wrapper-2 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.fn-category-pill-2 {
  color: #ecf0ef;
  background-color: #3e4545;
  border-radius: 34px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  line-height: 1em;
  display: flex;
}

.fn-blog-slider {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: inline-grid;
}

.div-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  margin-top: 60px;
  display: flex;
}

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

.image-5 {
  height: 500px;
}

.fn-heading-14-copy {
  color: #000;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 1.3em;
}

.fullpage-wrapper {
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.section-2 {
  height: 100vh;
  position: relative;
}

.text-size-medium {
  font-size: 1.25rem;
  position: relative;
}

.navbar-brand_wrapper {
  z-index: auto;
  display: flex;
  position: relative;
}

.subheader {
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  transform: rotate(90deg);
}

.subheader.text-weight-light {
  color: #fff;
}

.nav-link-2 {
  color: #fff;
  padding-left: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.navbar_component {
  z-index: 9999;
  color: #fff;
  mix-blend-mode: exclusion;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.layer-background {
  z-index: 2;
  mix-blend-mode: difference;
  background-color: #a31621;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layer-background.is--3 {
  z-index: 2;
  background-color: #ced3dc;
}

.layer-background.is--2 {
  z-index: 2;
  background-color: #fcf7f8;
}

.layer-background.is--4 {
  z-index: 2;
  background-color: #343434;
}

.header-section {
  z-index: 1;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.text-size-regular {
  font-size: 1rem;
  position: relative;
}

.text-size-large {
  color: #fff;
  text-align: center;
  font-size: 8em;
  position: relative;
}

.navbar-menu_wrapper {
  z-index: auto;
  color: #fff;
  text-decoration: none;
  display: flex;
  position: relative;
}

.main-wrapper {
  z-index: 1;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.progress-bar_wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.progress-bar {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: .5%;
  position: relative;
}

.layers-component {
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.subheader_wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 10%;
  padding-bottom: 0;
  display: flex;
}

.subheader_wrapper.margin-left {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.header-wrapper {
  z-index: auto;
  mix-blend-mode: exclusion;
  width: 60em;
  height: 10em;
  margin: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.brand-rail {
  flex-direction: column;
  height: 1.7em;
  margin-left: 5px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.header-rail {
  text-transform: uppercase;
  flex-direction: column;
  width: 100%;
  height: 100%;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-13 {
  font-size: 41px;
}

.paragraph {
  font-size: 40px;
  line-height: 34px;
}

.heading-7 {
  font-weight: 400;
}

.header {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.header.margin-bottom_none {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.button-5 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2c5a61;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-5:hover {
  box-shadow: none;
  color: #fff;
  background-color: #3f818b;
  border-color: #0000;
}

.button-5:active {
  box-shadow: none;
  background-color: #2c5a61;
}

.button-5:focus {
  outline-offset: 2px;
  outline: 2px solid #2c5a61;
}

.button-5.is-secondary {
  color: #dae4e5;
  background-color: #0000;
  background-image: none;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #dae4e533;
}

.button-5.is-secondary:hover {
  background-color: #0000;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #dae4e566;
}

.button-5.is-secondary:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #dae4e533;
}

.section-3 {
  color: #dae4e5;
  background-color: #15191a;
  max-width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: clip;
}

.heading_hero {
  letter-spacing: -.01em;
  overflow-wrap: anywhere;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 5.61rem;
  font-weight: 500;
  line-height: 1.04em;
}

.grid_2-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

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

.image-ratio_auto {
  border-radius: .75rem;
  width: 100%;
  min-height: 0;
  position: relative;
  overflow: clip;
}

.subheading {
  max-width: 1000px;
  color: color-mix(in srgb, currentColor 70%, transparent);
  letter-spacing: 0;
  -webkit-text-stroke-color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  margin-bottom: 1.25rem;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.tablet-1-col-1-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tablet-1-col-1-2.gap-large {
  grid-column-gap: 4.7rem;
  grid-row-gap: 4.7rem;
  justify-content: stretch;
}

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

.h1 {
  font-size: 40px;
  line-height: 1.5em;
}

.paragraph-2 {
  font-size: 6px;
}

.fn-heading-18 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.fn-heading-19 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-paragraph-7 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-button-4 {
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border: 1px solid #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-4:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-button-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-features-icon-2 {
  color: #df0;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-bottom: 24px;
  display: flex;
}

.fn-link-with-arrow-6 {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-link-arrow-4 {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.spacer-s-2 {
  width: 24px;
  height: 24px;
}

.fn-category-pill-3 {
  color: #ecf0ef;
  background-color: #3e4545;
  border-radius: 34px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  line-height: 1em;
  display: flex;
}

.fn-blog-info-wrapper-second-2 {
  grid-column-gap: 8px;
  color: #939b9b;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.fn-brand-box-2 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box-2:hover {
  opacity: .7;
}

.fn-contain-logo-3 {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-navbar-link-second-3 {
  color: #ecf0ef;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
}

.fn-navbar-menu-wrapper-second-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.fn-navbar-link-second-4 {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
  transition: color .25s;
  display: flex;
}

.fn-navbar-link-second-4:hover, .fn-navbar-link-second-4.w--current {
  color: #df0;
}

.fn-dropdown-link-icon-2 {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 8px;
  margin-left: 8px;
  display: flex;
}

.button-transparen {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 24px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.button-transparen:hover {
  background-color: #3e4545;
}

.fn-navbar-advence-2 {
  background-color: #0f1213;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.fn-navbar-container-advence-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1310px;
  display: flex;
}

.fn-navbar-links-wrapper-advence-3 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-navbar-link-list-advence-2 {
  text-align: left;
  background-color: #0f1213;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  inset: 100% auto auto 0%;
}

.fn-navbar-link-list-advence-2.first-look {
  display: flex;
}

.fn-dorpdown-link-advence-2 {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.fn-navbar-menu-advence-3 {
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.fn-navbar-link-list-conetainer-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-navbar-card-solution-2 {
  color: #ecf0ef;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 256px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.fn-navbar-label-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #cdd3d2;
  align-items: center;
  display: flex;
}

.fn-navbar-label-line-2 {
  background-color: #3e4545;
  flex: 1;
  height: 1px;
}

.navbar-product-card-2 {
  background-color: #1d1f1e;
  border-radius: 16px;
  padding: 26px;
  text-decoration: none;
  transition: background-color .25s;
}

.navbar-product-card-2:hover {
  background-color: #3e4545;
}

.navbar-product-card-intro-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ecf0ef;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-product-icon-3 {
  object-fit: contain;
  width: 19px;
  height: 19px;
  margin-bottom: 0;
}

.navbar-product-card-featured-card-2 {
  color: #ecf0ef;
  border: 1px solid #df0;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px 100px 24px 24px;
  text-decoration: none;
  display: flex;
}

.fn-links-wrapper-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.fn-navbar-about-us-link-wrap-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #cdd3d2;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 24px;
  display: flex;
}

.fn-navbar-label-line-about-2 {
  background-color: #3e4545;
  width: 100%;
  height: 1px;
}

.fn-standard-white-link-3 {
  color: #ecf0ef;
  font-size: 18px;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link-3:hover, .fn-standard-white-link-3.w--current {
  color: #df0;
}

.fn-features-card-about-2 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -12px;
  padding: 24px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card-about-2:hover {
  border-color: #df0;
}

.fn-paragraph-navbar-3 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-paragraph-no-margin-navbar-2 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-product-icon-4 {
  color: #df0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-heading-20 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-section-7 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-container-grid-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-column-5 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-paragraph-no-margin-3 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.spacer-s-3 {
  width: 24px;
  height: 24px;
}

.fn-faq-link {
  color: #df0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: opacity .25s;
}

.fn-faq-link:hover {
  opacity: .7;
}

.form-label-no-margin {
  color: #939b9b;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-faq-classic-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fn-faq-intro {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fn-faq-item-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #0f1213;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.fn-heading-5-no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-faq-arrow-down {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  display: flex;
  overflow: scroll;
}

.div-block-7 {
  background-color: #b6b6b6;
  flex: none;
  width: 400px;
  height: 100%;
  display: flex;
}

.fn-heading-21 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-section-8 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-container-grid-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-column-6 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-paragraph-no-margin-4 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.spacer-s-4 {
  width: 24px;
  height: 24px;
}

.fn-faq-link-2 {
  color: #df0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: opacity .25s;
}

.fn-faq-link-2:hover {
  opacity: .7;
}

.form-label-no-margin-2 {
  color: #939b9b;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-faq-classic-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fn-faq-intro-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fn-faq-item-toggle-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #0f1213;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.fn-heading-5-no-margin-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-faq-arrow-down-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.fn-heading-22 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-section-9 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-container-grid-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-column-7 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-paragraph-no-margin-5 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.spacer-s-5 {
  width: 24px;
  height: 24px;
}

.fn-faq-link-3 {
  color: #df0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: opacity .25s;
}

.fn-faq-link-3:hover {
  opacity: .7;
}

.form-label-no-margin-3 {
  color: #939b9b;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-faq-classic-wrapper-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fn-faq-intro-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.fn-faq-item-toggle-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #0f1213;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.fn-heading-5-no-margin-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-faq-arrow-down-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.body-2 {
  background-color: #000;
}

.container-6 {
  z-index: 2;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -webkit-backdrop-filter: drop-shadow(12px 13px 4px #000);
  backdrop-filter: drop-shadow(12px 13px 4px #000);
  cursor: default;
  mix-blend-mode: normal;
  flex-flow: column;
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.div-block-15 {
  cursor: default;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-18 {
  height: 600px;
  margin-bottom: -51px;
}

.div-block-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #00000080;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: -200px;
  padding: 40px;
  display: flex;
}

.text-block-22 {
  text-align: center;
}

.section-4 {
  background-color: #000;
}

.p-footer {
  color: #c2c2c2;
  font-size: 1.1rem;
}

.fn-button-wrapper-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: 60px;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 60px;
  display: flex;
}

.paragraph-8 {
  color: #000;
}

.grid_2-col-2 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  height: 660px;
  display: grid;
}

.fn-container-grid-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.image-ratio_auto-2 {
  background-color: #0000;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 0;
  display: flex;
  position: static;
  overflow: clip;
}

.link-3 {
  color: #dae4e5;
}

.heading_secondary {
  text-align: center;
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .35em;
  padding-right: 100px;
  font-family: Inter, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.04em;
}

.fn-links-wrapper-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.fn-legal-links-wrapper-2 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}

.bold-text-8 {
  text-decoration: none;
}

.subheading-2 {
  max-width: 1000px;
  color: color-mix(in srgb, currentColor 70%, transparent);
  letter-spacing: 0;
  -webkit-text-stroke-color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  margin-bottom: 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.eyebrow-2 {
  color: color-mix(in srgb, currentColor 60%, transparent);
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.fn-button-secondery-navbar-3 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery-navbar-3:hover {
  background-color: #3e4545;
}

.fn-button-6 {
  color: #0f1213;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-6:hover {
  opacity: .9;
  border-color: #0f1213;
}

.image-19 {
  text-align: left;
  object-fit: contain;
  width: 100%;
  height: 600px;
}

.div-block-20 {
  z-index: 9999;
  background-color: #fdfdfd;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.fn-standard-white-link-4 {
  color: #ecf0ef;
  font-size: 18px;
  line-height: 1.4em;
  text-decoration: none;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link-4:hover, .fn-standard-white-link-4.w--current {
  color: #df0;
}

.fn-standard-white-link-4.top {
  text-transform: uppercase;
  text-decoration: none;
}

.fn-footer-first-2 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  color: #ecf0ef;
  background-color: #0f1213;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 8em 4em 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.modal-wrapper {
  z-index: 9999;
  background-color: #fdfdfd00;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.modal-backdrop {
  background-color: #000000b3;
  display: block;
  position: absolute;
  inset: 0%;
}

.modal-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  height: 300px;
  max-height: 500px;
  padding: 40px;
  display: flex;
  position: relative;
}

.close-button {
  cursor: pointer;
  padding: 28px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form {
  margin-bottom: 8px;
}

.pop-up-form {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.pop-up-text-input {
  background-color: #f7f9fa;
  border: 1px solid #eff1f3;
  border-radius: 3px;
  height: 44px;
  margin-bottom: 16px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.4px;
}

.pop-up-text-input::placeholder {
  color: #c2cdd8;
}

.pop-up-header.dark-text {
  color: #000;
}

.pop-up-button {
  color: #fff;
  text-align: center;
  background-color: #272727;
  border-radius: 3px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity .2s;
}

.pop-up-button:hover {
  opacity: .8;
}

.pop-up-button:active {
  opacity: 1;
}

.pop-up-back {
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.pop-up-exit-button {
  opacity: .2;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.pop-up-exit-button:hover {
  opacity: .8;
}

.popup-form-error {
  color: #444;
  background-color: #dee5eb;
  border-radius: 6px;
  padding: 16px;
}

.pop-up-form-success {
  color: #33383f;
  background-color: #e9e9e9;
  border-radius: 4px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.pop-up-wrapper {
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.pop-up-box {
  cursor: auto;
  background-color: #fff;
  border-radius: 8px;
  max-width: 460px;
  padding: 40px 40px 32px;
  position: relative;
}

.pop-up-text-box {
  max-width: 650px;
}

.pop-up-paragraph {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

.pop-up-paragraph.dark-text {
  color: #000;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.close-btn-w {
  z-index: 5;
  float: right;
  background-color: #f5efef;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: sticky;
  top: -2rem;
}

.close-btn-w.for-scroll {
  margin-left: -5.5rem;
}

.screen-reader-only {
  border: 1px #000;
  border-radius: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

.close-btn-line {
  background-color: #4353ff;
  border-radius: 1px;
  width: 1.75rem;
  height: 2px;
  position: absolute;
}

.close-btn-line.is--2nd {
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  transform: rotate(-45deg);
}

.modal-content-w {
  padding: 3rem;
}

.modal-1-popup {
  z-index: 25;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal {
  background-color: #fff;
  border-radius: .75rem;
  flex: none;
  width: 100%;
  max-width: 60rem;
  height: auto;
  margin: auto;
  position: relative;
}

.btn-w {
  color: #fffefa;
  text-align: center;
  background-color: #4353ff;
  border-radius: 2em;
  min-width: 11em;
  padding: .75em 2em .875em;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.btn-w:hover {
  background-color: #3e4ceb;
}

.modal-2-popup {
  z-index: 25;
  background-color: #29282866;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-scroll-content-w {
  height: 100%;
  margin-right: 0;
  padding: 3rem;
  overflow: auto;
}

.modal-scroll {
  background-color: #fff;
  border-radius: .75rem;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.modal-w-scroll {
  z-index: 10;
  width: 100%;
  max-width: 62rem;
  height: 100%;
  max-height: 100%;
  margin: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.modal-3-popup {
  z-index: 25;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.card__btn-w {
  flex: 1;
  align-items: flex-end;
  margin-left: -.125rem;
  padding-top: 1rem;
  display: flex;
}

.grid-w {
  flex-wrap: wrap;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.flinch-logo {
  color: #4353ff;
}

.card-w {
  background-color: #fff;
  border: 1px solid #f4f4f3;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 2rem;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 12px 16px #00000003;
}

.card-w:hover {
  transform: translate(0, -.125rem);
}

.hero-content-w {
  text-align: center;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.brandname-w {
  text-align: center;
  padding-top: 5rem;
  font-size: .9375rem;
  font-weight: 500;
}

.cloneable-txt {
  color: #252525;
}

.bas-llink {
  color: #292827;
}

.card__tech-txt {
  color: #c173ec;
  font-size: .875rem;
  font-weight: 600;
}

.flinch-link-w {
  width: 4.7rem;
  margin-left: .375rem;
  display: inline-block;
}

.cloneable-link-w {
  letter-spacing: -.0125em;
  background-color: #fff;
  border: 1px solid #f4f4f3;
  flex-direction: column;
  align-items: flex-start;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.remove-w {
  background-color: #fcfbf7;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.x-container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.grid__col {
  width: 33.3333%;
  padding: .5rem;
}

.inline-txt {
  display: inline-block;
}

.modal-redirect-text {
  color: #000;
  font-size: 20px;
  line-height: 30px;
}

.button-6 {
  text-align: center;
  border-radius: 10px;
  align-self: flex-start;
  width: 100%;
  padding: 20px;
  font-size: 20px;
}

.button--w {
  color: #0f1213;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.button--w:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-navbar-container-advence-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1310px;
  display: flex;
}

.fn-navbar-links-wrapper-advence-4 {
  color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-wrapper-hor {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  height: 50px;
  display: flex;
}

.fn-brand-box-3 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 176px;
  height: auto;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box-3:hover {
  opacity: .7;
}

.fn-navbar-advence-3 {
  background-color: #0a0d0d00;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image-8 {
  width: 120px;
}

.fn-navbar-menu-advence-4 {
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.fn-navbar-menu-wrapper-second-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.nav-3 {
  z-index: 99;
  color: #dae4e5;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.nav_link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: .5rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  display: flex;
}

.nav_link-2:hover {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  color: inherit;
}

.nav_link-2.w--current, .nav_link-2.w--open {
  background-color: #0000;
}

.language-list-2 {
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  display: none;
  inset: 0% 0% auto auto;
  overflow: clip;
}

.language-list-2.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 200px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.flag-15 {
  background-image: url('../images/Flag_of_Spain.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-6 {
  background-image: url('../images/Flag_of_Russia.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-17 {
  background-image: url('../images/Flag_of_France.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.fn-button-secondery-navbar-4 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery-navbar-4:hover {
  background-color: #3e4545;
}

.fn-button-7 {
  color: #0f1213;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-7:hover {
  opacity: .9;
  border-color: #0f1213;
}

.flag-18 {
  background-image: url('../images/Flag_of_Germany-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.fn-button-5 {
  color: #0f1213;
  text-align: center;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-5:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-navbar-links-wrapper-advence-5 {
  color: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-button-secondery-navbar-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery-navbar-2:hover {
  background-color: #3e4545;
}

.fn-button-wrapper-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-20 {
  width: 120px;
}

.fn-navbar-menu-advence-5 {
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.fn-navbar-menu-wrapper-second-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.nav-4 {
  z-index: 99;
  color: #dae4e5;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.nav_link-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: .5rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  display: flex;
}

.nav_link-3:hover {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  color: inherit;
}

.nav_link-3.w--current, .nav_link-3.w--open {
  background-color: #0000;
}

.fn-heading-23 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.fn-heading-24 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-paragraph-8 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-button-8 {
  color: #0f1213;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-8:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-button-wrapper-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  height: 50px;
  display: flex;
}

.fn-features-icon-3 {
  color: #df0;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-bottom: 24px;
  display: flex;
}

.fn-link-with-arrow-7 {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-link-arrow-5 {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.spacer-s-6 {
  width: 24px;
  height: 24px;
}

.fn-category-pill-4 {
  color: #ecf0ef;
  background-color: #3e4545;
  border-radius: 34px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  line-height: 1em;
  display: flex;
}

.fn-blog-info-wrapper-second-3 {
  grid-column-gap: 8px;
  color: #939b9b;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.fn-brand-box-4 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box-4:hover {
  opacity: .7;
}

.fn-contain-logo-4 {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-navbar-link-second-5 {
  color: #ecf0ef;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
}

.fn-navbar-menu-wrapper-second-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-text-stroke-color: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-navbar-link-second-6 {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
  transition: color .25s;
  display: flex;
}

.fn-navbar-link-second-6:hover {
  color: #fff;
}

.fn-navbar-link-second-6.w--current {
  color: #df0;
}

.fn-dropdown-link-icon-3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 8px;
  margin-left: 8px;
  display: flex;
}

.fn-button-secondery-navbar-5 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery-navbar-5:hover {
  background-color: #3e4545;
}

.fn-navbar-advence-4 {
  color: #fff;
  background-color: #0f1213;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  display: flex;
}

.fn-navbar-container-advence-4 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1310px;
  display: flex;
}

.fn-navbar-links-wrapper-advence-6 {
  color: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-navbar-link-list-advence-3 {
  text-align: left;
  background-color: #0f1213;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  inset: 100% auto auto 0%;
}

.fn-navbar-link-list-advence-3.first-look {
  display: flex;
}

.fn-dorpdown-link-advence-3 {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.fn-navbar-menu-advence-6 {
  -webkit-text-stroke-color: #fff;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.fn-navbar-link-list-conetainer-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-flex;
}

.fn-navbar-card-solution-3 {
  color: #ecf0ef;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 256px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.fn-navbar-label-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #cdd3d2;
  align-items: center;
  display: flex;
}

.fn-navbar-label-line-3 {
  background-color: #3e4545;
  flex: 1;
  height: 1px;
}

.navbar-product-card-3 {
  background-color: #1d1f1e;
  border-radius: 16px;
  padding: 26px;
  text-decoration: none;
  transition: background-color .25s;
}

.navbar-product-card-3:hover {
  background-color: #3e4545;
}

.navbar-product-card-intro-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ecf0ef;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-product-icon-5 {
  object-fit: contain;
  width: 19px;
  height: 19px;
  margin-bottom: 0;
}

.navbar-product-card-featured-card-3 {
  color: #ecf0ef;
  border: 1px solid #df0;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px 100px 24px 24px;
  text-decoration: none;
  display: flex;
}

.fn-links-wrapper-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.fn-navbar-about-us-link-wrap-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #cdd3d2;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 24px;
  display: flex;
}

.fn-navbar-label-line-about-3 {
  background-color: #3e4545;
  width: 100%;
  height: 1px;
}

.fn-standard-white-link-5 {
  color: #ecf0ef;
  font-size: 18px;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link-5:hover, .fn-standard-white-link-5.w--current {
  color: #df0;
}

.fn-features-card-about-3 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -12px;
  padding: 24px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card-about-3:hover {
  border-color: #df0;
}

.fn-paragraph-navbar-5 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-paragraph-no-margin-navbar-3 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-product-icon-6 {
  color: #df0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-navbar-links-wrapper-advence-7 {
  color: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-button-wrapper-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-brand-box-5 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 176px;
  height: auto;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box-5:hover {
  opacity: .7;
}

.image-21 {
  width: 120px;
}

.fn-navbar-menu-advence-7 {
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.fn-navbar-menu-wrapper-second-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.nav_link-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: .5rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  display: flex;
}

.nav_link-4:hover {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  color: inherit;
}

.nav_link-4.w--current, .nav_link-4.w--open {
  background-color: #0000;
}

.fn-navbar-links-wrapper-advence-8 {
  color: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-button-wrapper-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-brand-box-6 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 176px;
  height: auto;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box-6:hover {
  opacity: .7;
}

.image-22 {
  width: 120px;
}

.fn-navbar-menu-advence-8 {
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.fn-navbar-menu-wrapper-second-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.nav_link-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: .5rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  display: flex;
}

.nav_link-5:hover {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  color: inherit;
}

.nav_link-5.w--current, .nav_link-5.w--open {
  background-color: #0000;
}

.fn-heading-25 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.fn-heading-26 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-paragraph-9 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-button-9 {
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border: 1px solid #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-9:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-button-wrapper-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-features-icon-4 {
  color: #df0;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-bottom: 24px;
  display: flex;
}

.fn-link-with-arrow-8 {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-link-arrow-6 {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.spacer-s-7 {
  width: 24px;
  height: 24px;
}

.fn-category-pill-5 {
  color: #ecf0ef;
  background-color: #3e4545;
  border-radius: 34px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  line-height: 1em;
  display: flex;
  overflow: visible;
}

.fn-blog-info-wrapper-second-4 {
  grid-column-gap: 8px;
  color: #939b9b;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.fn-brand-box-7 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box-7:hover {
  opacity: .7;
}

.fn-contain-logo-5 {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-navbar-link-second-7 {
  color: #ecf0ef;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
}

.fn-navbar-menu-wrapper-second-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.fn-navbar-link-second-8 {
  z-index: 9999;
  color: #fff;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
  transition: color .25s;
  display: flex;
}

.fn-navbar-link-second-8:hover, .fn-navbar-link-second-8.w--current {
  color: #df0;
}

.fn-dropdown-link-icon-4 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 8px;
  margin-left: 8px;
  display: flex;
}

.fn-button-secondery-navbar-6 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery-navbar-6:hover {
  background-color: #3e4545;
}

.fn-navbar-advence-5 {
  z-index: 9999;
  background-color: #0f121300;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
}

.fn-navbar-container-advence-5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  display: flex;
}

.fn-navbar-links-wrapper-advence-9 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-navbar-link-list-advence-4 {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border: 1px #ffffff8f;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 500px;
  max-width: 500px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 40px 0;
  display: none;
  top: 0%;
  bottom: auto;
  overflow: visible;
}

.fn-navbar-link-list-advence-4.w--open {
  box-sizing: border-box;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 500px;
  max-width: 500px;
  margin-top: 61px;
  margin-right: 25px;
  padding-top: 0;
  display: flex;
  inset: 0% 0 auto;
}

.fn-navbar-link-list-advence-4.w--open:hover {
  left: 0;
  right: 0;
}

.fn-navbar-link-list-advence-4.first-look {
  display: flex;
}

.fn-dorpdown-link-advence-4 {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.fn-navbar-menu-advence-9 {
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.fn-navbar-link-list-conetainer-4 {
  grid-column-gap: 100px;
  grid-row-gap: 65px;
  background-color: #000;
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 34px;
  margin-left: 0;
  margin-right: 0;
  padding: 50px;
  display: grid;
}

.fn-navbar-card-solution-4 {
  color: #ecf0ef;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 256px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.fn-navbar-label-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #cdd3d2;
  align-items: center;
  display: flex;
}

.fn-navbar-label-line-4 {
  background-color: #3e4545;
  flex: 1;
  height: 1px;
}

.navbar-product-card-4 {
  background-color: #1d1f1e;
  border-radius: 16px;
  padding: 26px;
  text-decoration: none;
  transition: background-color .25s;
}

.navbar-product-card-4:hover {
  background-color: #3e4545;
}

.navbar-product-card-intro-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ecf0ef;
  flex-flow: column;
  align-items: center;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-product-icon-7 {
  object-fit: contain;
  width: 19px;
  height: 19px;
  margin-bottom: 0;
}

.navbar-product-card-featured-card-4 {
  color: #ecf0ef;
  border: 1px solid #df0;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px 100px 24px 24px;
  text-decoration: none;
  display: flex;
}

.fn-links-wrapper-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.fn-navbar-about-us-link-wrap-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #cdd3d2;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 24px;
  display: flex;
}

.fn-navbar-label-line-about-4 {
  background-color: #000;
  background-image: url('../images/Bilder-icon-color.svg');
  background-position: 50%;
  background-size: 1000px;
  width: 100%;
  height: 2px;
}

.fn-standard-white-link-6 {
  color: #ecf0ef;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link-6:hover, .fn-standard-white-link-6.w--current {
  color: #df0;
}

.fn-features-card-about-4 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -12px;
  padding: 24px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card-about-4:hover {
  border-color: #df0;
}

.fn-paragraph-navbar-7 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-paragraph-no-margin-navbar-4 {
  color: #cdd3d2;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-product-icon-8 {
  color: #df0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-21 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  display: flex;
}

.link {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  text-decoration-color: #fff;
}

.fn-column-center-4 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 7rem;
  margin-bottom: 0;
  display: inline-flex;
}

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

.section-5 {
  opacity: 1;
  color: #dae4e5;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #15191a;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: clip;
}

.div-block-23 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 60px;
  display: flex;
}

.paragraph-7 {
  color: #dae4e5b3;
}

.h1-2 {
  font-size: 3rem;
  font-weight: 493;
  line-height: 1.2em;
}

.div-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.button-7 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  width: auto;
  height: 60px;
  box-shadow: none;
  color: #15191a;
  text-align: center;
  cursor: pointer;
  background-color: #dae4e5;
  background-image: none;
  border: 0 solid #0000;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-7:hover {
  box-shadow: none;
  color: #fff;
  background-color: #3f818b;
  border-color: #0000;
}

.button-7:active {
  box-shadow: none;
  background-color: #2c5a61;
}

.button-7:focus {
  outline-offset: 2px;
  outline: 2px solid #2c5a61;
}

.button-7.transperens-buttom {
  color: #fff;
  background-color: #dadada00;
  border-width: 1px;
  border-color: #dae4e5;
  border-radius: 1rem;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.heading-23 {
  font-size: 39px;
  font-weight: 400;
}

.container-7 {
  z-index: 2;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -webkit-backdrop-filter: drop-shadow(12px 13px 4px #000);
  backdrop-filter: drop-shadow(12px 13px 4px #000);
  cursor: none;
  mix-blend-mode: normal;
  flex-flow: column;
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.container-7.hero {
  cursor: default;
}

.image-23 {
  border-radius: 100000px;
  height: 400px;
  margin-right: 0;
}

.image-23.im-top {
  margin-right: 0;
}

.section-6 {
  opacity: 1;
  color: #dae4e5;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #15191a;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: clip;
}

.section-6.is-secondary {
  background-color: #2b323300;
  border: 1px solid #494949;
  border-radius: 50px;
  max-width: none;
  padding: 100px;
  position: static;
}

.section-6.is-secondary2 {
  background-color: #2b323300;
  border: 1px solid #d6d6d6;
  border-radius: 50px;
  max-width: none;
  padding: 100px;
  position: static;
}

.marquee_item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  opacity: .7;
  flex-flow: wrap;
  flex: none;
  justify-content: center;
  align-items: stretch;
  height: 50px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 59px;
  display: flex;
  position: relative;
}

.image-13, .image-10, .image-12, .image-11 {
  height: 40px;
}

.image-14 {
  height: 40px;
  font-size: 40px;
  line-height: 50px;
}

.fn-button-10 {
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border: 1px solid #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-10:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-button-wrapper-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-brand-box-8 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box-8:hover {
  opacity: .7;
}

.fn-contain-logo-6 {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-navbar-links-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fn-navbar-container-second {
  align-items: center;
  width: 100%;
  max-width: 1310px;
  display: flex;
}

.fn-navbar-link-second-9 {
  color: #ecf0ef;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
}

.fn-navbar-menu-wrapper-second-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.fn-navbar-link-second-10 {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
  transition: color .25s;
  display: flex;
}

.fn-navbar-link-second-10:hover, .fn-navbar-link-second-10.w--current {
  color: #df0;
}

.fn-dorpdown-link {
  margin-left: 0;
  margin-right: 0;
}

.fn-navbar-link-list {
  text-align: left;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: none;
}

.fn-navbar-link-list.w--open, .fn-navbar-link-list.first-look {
  display: flex;
}

.fn-dropdown-list-link {
  color: #ecf0ef;
  width: 100%;
  min-width: 206px;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.4em;
  transition: opacity .25s;
}

.fn-dropdown-list-link:hover, .fn-dropdown-list-link.w--current {
  color: #df0;
}

.fn-dropdown-link-icon-5 {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 8px;
  margin-left: 8px;
  display: flex;
}

.fn-button-secondery-navbar-7 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery-navbar-7:hover {
  background-color: #3e4545;
}

.fn-navbar-box-second {
  z-index: 999;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.fn-navbar-menu-box-second {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.vban-section-header {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 1;
  color: #dae4e5;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #1c1b1b;
  background-image: linear-gradient(#313131, #000);
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 4rem;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: clip;
}

.container-8 {
  z-index: 2;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  -webkit-backdrop-filter: drop-shadow(12px 13px 4px #000);
  backdrop-filter: drop-shadow(12px 13px 4px #000);
  cursor: default;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000070, #00000070), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 50% 37%;
  background-size: auto, 4490px;
  border: 1px solid #ffffff0d;
  border-radius: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 3.5em;
  display: flex;
  position: static;
  box-shadow: 0 0 20px 12px #00000029;
}

.fn-column-center-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  cursor: default;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-flex;
}

.div-block-24 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  font-size: 17px;
  display: flex;
}

.h1-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  margin-bottom: 0;
  font-size: 3.6rem;
  font-weight: 493;
  line-height: 1em;
  display: flex;
}

.heading-24 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}

.sub-title {
  font-size: 19px;
  font-weight: 300;
  line-height: 1em;
}

.button-8 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  width: auto;
  height: 60px;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #4c7f53;
  background-image: linear-gradient(315deg, #2f7d7b, #92790e);
  border: 0 solid #0000;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 1em 2.5em;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-8:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0b3b3f;
  border-color: #0000;
}

.button-8:active {
  box-shadow: none;
  background-color: #2c5a61;
}

.button-8:focus {
  outline-offset: 2px;
  outline: 2px solid #2c5a61;
}

.button-8.blue {
  color: #3e3b54;
  background-color: #fff;
  background-image: none;
  height: auto;
}

.button-8.blue:hover {
  color: #fff;
  background-color: #fff0;
  border-width: 2px;
  border-color: #fff;
  border-radius: 1rem;
}

.button-8.travel {
  grid-column-gap: 2.9em;
  grid-row-gap: 2.9em;
  background-image: linear-gradient(315deg, #049b73, #1a83bb);
  flex-flow: row;
  height: auto;
  display: flex;
}

.button-8.w {
  color: #201a12;
  background-color: #fff;
  background-image: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.div-block-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.header-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 0;
}

.header-text.vban {
  text-transform: none;
  font-size: 7rem;
  line-height: .9em;
}

.header-text.smal2 {
  font-size: 2.1rem;
  font-weight: 700;
}

.header-text.smal {
  font-size: 2.8rem;
  line-height: 0;
}

.sub-title-points {
  text-align: center;
  border-bottom: 1px #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3em;
}

.div-block-26 {
  opacity: 1;
  text-transform: uppercase;
  background-color: #ffffffa3;
  border: 1px solid #ffffff29;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  font-weight: 300;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-title {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff0;
  text-transform: capitalize;
  font-size: 2.7rem;
}

.cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-top: 75px;
  margin-bottom: 69px;
  display: grid;
}

.card-main-title {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff0;
  text-transform: capitalize;
  width: auto;
  font-size: 4rem;
  line-height: 4.5rem;
}

.card-us {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  height: auto;
  box-shadow: none;
  color: #dae4e5;
  -webkit-text-stroke-width: 1px;
  background-color: #ffffff2e;
  border: 1px solid #fff3;
  border-radius: .75rem;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 12.2rem 4rem 2rem 2rem;
  list-style-type: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.block-text-card {
  color: #dae4e5;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 30px;
}

.section-bg-img {
  opacity: 1;
  color: #dae4e5;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #1c1b1b;
  background-image: linear-gradient(#000c, #000c), url('../images/Bilder-icon-color.svg'), radial-gradient(circle, #000, #242424);
  background-position: 0 0, 31% 7%, 0 0;
  background-size: auto, 4000px, auto;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 4rem 8rem;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: clip;
}

.block-sub-title {
  color: #dae4e5;
  text-align: center;
  font-size: 5.7rem;
  line-height: 7rem;
}

.block-sub-title.car-text {
  text-align: left;
  font-size: 2.5rem;
  line-height: 2.7rem;
}

.block-sub-title.car-text-2 {
  text-align: left;
  align-self: auto;
  font-size: 16px;
  line-height: 1.6em;
}

.div-block-34 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.header-bg-logo {
  z-index: 2;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  -webkit-backdrop-filter: drop-shadow(12px 13px 4px #000);
  backdrop-filter: drop-shadow(12px 13px 4px #000);
  cursor: default;
  mix-blend-mode: normal;
  border-radius: 50px;
  flex-flow: column;
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 3.5em;
  display: flex;
  position: static;
}

.container-9 {
  z-index: 2;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  -webkit-backdrop-filter: drop-shadow(12px 13px 4px #000);
  backdrop-filter: drop-shadow(12px 13px 4px #000);
  cursor: default;
  mix-blend-mode: normal;
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1780px;
  border-radius: 50px;
  flex-flow: column;
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5em;
  display: flex;
  position: static;
}

.fn-column-center-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  cursor: default;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-flex;
}

.div-block-35 {
  font-size: 17px;
}

.heading-25 {
  font-size: 25px;
  font-weight: 400;
}

.sub-title-2 {
  font-size: 23px;
  font-weight: 300;
  line-height: 28px;
}

.hero-bg-logo {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-backdrop-filter: drop-shadow(12px 13px 4px #000);
  backdrop-filter: drop-shadow(12px 13px 4px #000);
  cursor: default;
  mix-blend-mode: normal;
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1780px;
  border: 1px solid #ffffff0f;
  border-radius: 50px;
  flex-flow: column;
  width: 100%;
  min-width: 1200px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 3.5em;
  display: flex;
  position: static;
}

.card-main-title-black {
  color: #1e1e1e;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff0;
  text-transform: capitalize;
  font-size: 4rem;
  line-height: 4.5rem;
}

.open_account {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  width: auto;
  height: auto;
  box-shadow: none;
  color: #15191a;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  background-image: none;
  border: 0 solid #0000;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1em 2.5em;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.open_account:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0b3b3f;
  border-color: #0000;
}

.open_account:active {
  box-shadow: none;
  background-color: #2c5a61;
}

.open_account:focus {
  outline-offset: 2px;
  outline: 2px solid #2c5a61;
}

.text-block-24 {
  width: auto;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4em;
}

.heading-26 {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.open-ac {
  grid-column-gap: 27px;
  grid-row-gap: 80px;
  background-color: #1e1e1e00;
  border-radius: 50px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  padding: 0 100px;
  display: grid;
}

.why {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.div-block-48 {
  background-image: url('../images/phone_and_tablet-1024x819.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50px;
  flex: 1;
}

.section-grey {
  background-color: #f5f5f7;
  justify-content: center;
  align-items: flex-start;
  padding: 8em 4em;
  display: flex;
}

.black {
  color: #1e1e1e;
  width: auto;
  font-size: 19px;
  font-weight: 300;
  line-height: 34px;
}

.black.bold {
  font-weight: 700;
}

.div-block-41 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-span {
  font-size: 2.9rem;
}

.text-span-2 {
  font-size: 1.7rem;
}

.div-block-49 {
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 26px;
}

.text-block-25 {
  font-weight: 300;
  line-height: 2em;
}

.div-block-50 {
  grid-column-gap: 5px;
  grid-row-gap: 100px;
  background-color: #0000;
  background-image: url('../images/OKSN2809-1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  max-width: none;
  padding: 2em;
  display: grid;
}

.div-block-51 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .95;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #0000001a;
  background-image: linear-gradient(#0000002b, #0000002b);
  background-position: 0 0;
  border: 1px solid #fff3;
  border-radius: 50px;
  flex-flow: column;
  padding: 50px;
  display: flex;
  box-shadow: 0 2px 18px 5px #00000017;
}

.image-24 {
  align-self: flex-start;
  max-width: none;
  height: 50px;
  margin-bottom: 27px;
  padding: 0;
}

.paragraph-9 {
  color: #313435;
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 700;
  line-height: 1em;
}

.card-empty-bg {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #fff0;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 100px;
  display: flex;
}

.paragraph-10 {
  color: #272727;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7em;
}

.heading-27 {
  font-weight: 400;
}

.keys {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: center;
  text-transform: uppercase;
  background-color: #fafafa3d;
  border: 1px solid #ffffff54;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 28px;
  display: flex;
}

.div-block-52 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-fast {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffffeb;
  border: 1px solid #ffffffa8;
  border-radius: 15px;
  flex-flow: column;
  height: auto;
  padding: 50px;
  display: flex;
}

.text-block-26 {
  text-transform: uppercase;
  width: 580px;
  font-size: 51px;
  font-weight: 300;
  line-height: 50px;
}

.cards-fast--sq {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #000000fa;
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 20%;
  background-size: auto, 3000px;
  border: 1px #fff3;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 770px;
  padding: 50px 100px;
  display: flex;
}

.cards-fast-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff1a;
  background-image: linear-gradient(#000000d6, #000000d6), url('../images/OKSN3015-1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 1px solid #fff3;
  border-radius: 50px;
  flex-flow: column;
  padding: 100px 50px 50px;
  display: flex;
}

.cards-fast-copy.bg {
  background-image: url('../images/foto-150-1.avif');
  background-position: 50%;
  background-size: cover;
  height: 550px;
}

.cards-fast-copy.bg2 {
  background-image: linear-gradient(#00000045, #00000045), url('../images/foto-43-1.avif'), linear-gradient(#000000d6, #000000d6);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, cover, auto;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 900px;
  padding-bottom: 100px;
}

.cards-fast--sq-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000000fa;
  border: 1px #fff3;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 600px;
  padding: 50px 100px;
  display: flex;
}

.cards-fast1-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #00000038;
  border: 1px #fff3;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 50px 220px;
  display: flex;
}

.div-block-53 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  display: grid;
}

.div-block-54 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-radius: 0 0 50px 50px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: clip;
}

.div-block-55 {
  background-color: #ffffff08;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, -10%;
  background-size: auto, 4000px;
  padding: 60px;
  display: flex;
}

.div-block-56 {
  background-image: url('../images/foto-565-1.avif');
  background-position: 50%;
  background-size: cover;
  height: 740px;
}

.text-block-27 {
  color: #000;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 300;
  line-height: 1.2em;
}

.div-block-57 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-58 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff0;
  border-radius: 50px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.image-25 {
  height: auto;
}

.calc {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.text-block-28 {
  color: #272727;
  text-transform: uppercase;
  width: 100%;
  font-size: 51px;
  font-weight: 300;
  line-height: 50px;
}

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

.section-7 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-10 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  max-width: 1440px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.text-block-29 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
  line-height: 1em;
}

.text-block-30 {
  color: #000;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4em;
}

.tab-active.w--current {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100px;
  font-size: 21px;
  display: flex;
}

.tabs-menu {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.tab-link-tab-2 {
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100px;
  display: flex;
}

.tab-link-tab-2.w--current {
  background-color: #ccdbdd;
}

.tabs {
  border-radius: 15px;
  overflow: clip;
}

.text-block-31 {
  text-align: center;
}

.text-block-32 {
  text-align: center;
  font-size: 21px;
}

.div-block-60 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  width: 100%;
  display: grid;
}

.div-block-60._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-61 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  border: 1px solid #d1d1d1;
  border-radius: 10px 10px 50px 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 50px 0 0;
  display: flex;
  overflow: clip;
}

.text-block-33 {
  color: #000;
  -webkit-text-stroke-color: #000;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 31px;
  font-weight: 700;
  line-height: 2rem;
}

.text-block-34 {
  color: #000;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 21px;
  font-weight: 500;
}

.text-block-35 {
  color: #000;
  height: auto;
  margin-bottom: 25px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5em;
}

.div-block-62 {
  grid-column-gap: 15px;
  grid-row-gap: 25px;
  background-color: #f6f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100%;
  padding: 40px 20px 50px;
  display: grid;
}

.text-block-36 {
  color: #000;
  font-size: 17px;
}

.div-block-63 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  order: 0;
  margin-bottom: 50px;
  display: flex;
}

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

.text-block-37 {
  color: #000;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.6em;
}

.text-block-38 {
  color: #000;
  font-size: 61px;
  font-weight: 700;
  line-height: 1em;
}

.container-11 {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  flex-flow: column;
  max-width: 1400px;
  height: auto;
  display: flex;
}

.section-8 {
  opacity: 1;
  color: #dae4e5;
  -webkit-text-fill-color: inherit;
  cursor: default;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #15191a;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: clip;
}

.section-8.is-secondary {
  cursor: default;
  background-color: #2b3233;
  border-bottom: 1px solid #ffffff2e;
  max-width: none;
  padding: 100px;
  position: static;
}

.marquee_item-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: .7;
  flex: none;
  justify-content: center;
  align-items: stretch;
  height: 50px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.table-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fafafa;
  border-radius: 25px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: auto;
  padding: 40px;
  display: grid;
  overflow: scroll;
}

.section-9 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-39 {
  color: #000;
  font-size: 31px;
}

.text-block-40 {
  color: #000;
  border-bottom: 1px solid #000;
  padding: 20px 20px 20px 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5em;
}

.text-block-41 {
  color: #000;
  border-bottom: 1px solid #000;
  padding: 20px 20px 20px 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

._41 {
  font-size: 15px;
}

.div-block-65 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 20px 0;
  display: flex;
}

.image-31 {
  width: 100px;
  height: 10px;
  transform: none;
}

.container-12 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  max-width: 1400px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-block-42 {
  color: #000;
  font-size: 41px;
  font-weight: 700;
  line-height: 1em;
}

.table-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fafafa;
  border-radius: 25px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: auto;
  padding: 40px;
  display: grid;
  overflow: scroll;
}

.card-title-2 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff0;
  text-transform: capitalize;
  font-size: 2.5rem;
}

.cards-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.block-text-card-2 {
  color: #dae4e5;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 30px;
}

.section-bg-img-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 1;
  color: #dae4e5;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #1c1b1b;
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/Bilder-icon-color.svg'), radial-gradient(circle, #000, #242424);
  background-position: 0 0, 31% 7%, 0 0;
  background-size: auto, 4000px, auto;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 4rem;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: clip;
}

.section-10 {
  opacity: 1;
  color: #dae4e5;
  -webkit-text-fill-color: inherit;
  cursor: default;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #15191a;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: clip;
}

.section-10.is-secondary {
  cursor: default;
  background-color: #2b3233;
  border-bottom: 1px solid #ffffff2e;
  max-width: none;
  padding: 100px;
  position: static;
}

.div-block-68 {
  align-self: auto;
}

.card-title-3 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff0;
  text-transform: capitalize;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: .6em;
}

.card-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  height: auto;
  box-shadow: none;
  color: #dae4e5;
  -webkit-text-stroke-width: 1px;
  background-color: #ffffff2e;
  border: 1px solid #fff3;
  border-radius: .75rem;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 2rem 4rem 2rem 2rem;
  list-style-type: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.card-small.bg {
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/OKSN2809-1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: auto;
  height: 430px;
  margin-left: 4rem;
  margin-right: 4rem;
}

.cards-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.container-13 {
  flex-flow: row;
  max-width: 1400px;
  padding-left: 8rem;
  padding-right: 8rem;
  display: flex;
}

.text-block-43 {
  color: #000;
  text-transform: none;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1em;
}

.section-11 {
  background-color: #fff;
  background-image: none;
  padding-top: 140px;
  padding-bottom: 140px;
}

.cards-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.card-small--dark {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  height: auto;
  box-shadow: none;
  color: #000;
  -webkit-text-stroke-width: 1px;
  background-color: #eeeeeeb0;
  background-image: linear-gradient(#ffffff36, #ffffff36), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 33% 10%;
  background-size: auto, 4000px;
  border: 1px solid #0000001f;
  border-radius: .75rem;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3rem;
  list-style-type: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.card-small--dark.bg {
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/OKSN2809-1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 430px;
}

.card-title-dark {
  color: #141414;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff0;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5em;
}

.div-block-69 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-title-dark-small {
  color: #141414;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff0;
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: .6em;
  text-decoration: underline;
}

.div-block-70 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-around;
  display: flex;
}

.section-12 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-top-right-radius: 0;
}

.text-block-4 {
  color: #000;
  text-transform: none;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5em;
}

.text-block-45 {
  color: #000;
  background-color: #ffffff57;
  border: 1px solid #ffffff87;
  border-radius: 15px;
  padding: 20px 40px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7em;
  box-shadow: 0 2px 5px 3px #00000008;
}

.div-block-71 {
  line-height: 1.4em;
}

.div-block-72 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.freeaccount {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.open-acc {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #1e1e1e00;
  border-radius: 50px;
  flex-flow: row;
  width: 100%;
  height: 600px;
  padding: 0;
  display: flex;
}

.text-block-278 {
  color: #000;
  text-transform: uppercase;
  font-size: 51px;
  font-weight: 300;
  line-height: 1.2em;
}

.bold-text-10 {
  font-size: 67px;
}

.div-block-73 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

.header-sub-text {
  text-transform: none;
  font-size: 2rem;
  font-weight: 300;
}

.header-sub-text.vban {
  font-size: 7rem;
}

.header-sub-text.smal2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.div-block-74 {
  width: 10px;
  height: 50px;
}

.table-wrapper-mob {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fafafa;
  border-radius: 25px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: auto;
  padding: 40px;
  display: none;
  overflow: visible;
}

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

.div-block-76 {
  width: 100%;
}

.text-block-40-mob {
  color: #000;
  border-bottom: 1px solid #000;
  padding: 20px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5em;
}

.text-block-279 {
  overflow: visible;
}

.image-37 {
  border-radius: 20px;
}

.paragraph-9-copy {
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 700;
  line-height: 35px;
}

.paragraph-11 {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.2em;
}

.div-block-77 {
  width: 100%;
  max-width: 1440px;
}

.section-13 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #062c13;
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, 4000px;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8rem 2rem;
  display: flex;
}

.section-13.card {
  background-color: #f4f4f4;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.section-13.travel {
  background-color: #fff;
  background-image: none;
}

.div-block-78 {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #0b0d08c4;
  background-image: none;
  border: 1px solid #ffffff63;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.div-block-78.cars {
  background-color: #0000006b;
}

.div-block-79 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 360px;
  display: grid;
}

.heading-28 {
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
}

.heading-29 {
  text-align: left;
  font-size: 17px;
  font-weight: 300;
}

.heading-28-copy {
  text-align: center;
  font-size: 54px;
  font-weight: 500;
}

.image-38, .image-39 {
  height: 60px;
}

.image-40 {
  color: #fff;
  max-width: none;
  height: 60px;
}

.heading-30 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.div-block-80 {
  background-color: #ffffff1c;
  border: 1px solid #ffffff1a;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  height: 170px;
  padding: 0 50px;
  display: flex;
  overflow: clip;
}

.image-41 {
  border-radius: 1000px;
  width: 100px;
  height: 100px;
}

.container-14 {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  flex-flow: column;
  max-width: 1400px;
  display: flex;
}

.heading-31 {
  text-align: center;
  font-size: 4rem;
  line-height: 1em;
}

.text-block-280 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.6em;
}

.section-14 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.div-block-81 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  border-radius: 25px;
  justify-content: space-between;
  display: flex;
  overflow: clip;
}

.text-block-281 {
  align-self: flex-start;
  font-size: 2rem;
  line-height: 1em;
}

.div-block-82 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-282 {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6em;
}

.heading-32 {
  text-align: center;
  margin-top: 40px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.3em;
}

.div-block-83 {
  background-image: url('../images/Screenshot-2026-05-22-at-14.35.18-1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 500px;
  width: 120px;
  height: 120px;
}

.slide {
  text-align: left;
}

.div-block-84 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.rails {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 1;
  color: #dae4e5;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #1c1b1b;
  background-image: linear-gradient(#00000036, #000000b3), url('../images/Bilder-icon-color.svg'), linear-gradient(#313131, #000);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, 4000px, auto;
  background-attachment: scroll, fixed, scroll;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 12rem 4rem;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: clip;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  font-weight: 700;
}

.hero-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 1;
  color: #dae4e5;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #1c1b1b;
  background-image: radial-gradient(circle at 50% 0, #332d0142 15%, #000000f5);
  background-position: 0 0;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 4rem;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: clip;
}

.white-bg {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 1;
  color: #dae4e5;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: clip;
}

.white-bg.bg-img {
  background-image: url('../images/posts-15-qt9ywjyxslxmmocgg5gn00pc8jmxbcx1dx9fny600w.avif'), linear-gradient(#fffffff7, #fffffff7), radial-gradient(circle at 50% 0, #ffffffeb, #dfdfdff2);
  background-position: 50% 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 270px, auto, auto;
}

.paragraph-12 {
  color: #fff;
  text-transform: none;
  font-size: 21px;
  font-weight: 700;
  line-height: 35px;
}

.paragraph-13 {
  color: #fff;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.image-42 {
  border-radius: 50px;
}

.heading-33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #0000;
  border: 1px solid #ffffff40;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px 90px;
  font-size: 19px;
  line-height: 1.7em;
  display: flex;
}

.heading-33.center {
  align-self: center;
}

.flag.uk {
  background-image: url('../images/united-kingdom.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100px;
  width: 50px;
  height: 50px;
}

.flag.eu {
  background-image: url('../images/Flag_of_Europe.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 50px;
  height: 50px;
}

.flag.usd {
  background-image: url('../images/Flag_of_the_United_States_DDD-F-416E_specifications.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 50px;
  height: 50px;
}

.flag.cny {
  background-image: url("https://cdn.prod.website-files.com/69e0eaae764c6b80af54bac0/6a312a846f926d9d4130316e_Flag_of_the_People's_Republic_of_China.svg");
  background-position: 0 0;
  background-size: cover;
  border-radius: 100px;
  width: 50px;
  height: 50px;
}

.div-block-86 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-43 {
  width: 50px;
  height: 5px;
}

.text-block-283 {
  color: #000;
  font-size: 21px;
}

.link-5 {
  color: #fff;
  font-size: 31px;
}

.button-10 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  width: auto;
  height: 60px;
  box-shadow: none;
  color: #1885b6;
  text-align: center;
  cursor: pointer;
  background-color: #fff0;
  background-image: none;
  border: 2px solid #1885b6;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1em 2.5em;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-10:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0b3b3f;
  border-color: #0000;
}

.button-10:active {
  box-shadow: none;
  background-color: #2c5a61;
}

.button-10:focus {
  outline-offset: 2px;
  outline: 2px solid #2c5a61;
}

.button-10.blue {
  color: #014474;
  background-color: #fff;
  background-image: none;
  border-style: none;
  border-color: #fff;
  height: auto;
  margin-top: 0;
  font-weight: 300;
}

.button-10.blue:hover {
  color: #0c1426;
  background-color: #fff;
}

.button-10.w {
  color: #115474;
  background-color: #fff;
  background-image: none;
  border-color: #fff;
  height: auto;
  margin-top: 0;
  font-weight: 300;
}

.button-10.w:hover {
  color: #0c1426;
  background-color: #fff;
}

.hero-personal-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 1;
  color: #dae4e5;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #bb061b;
  background-image: radial-gradient(circle at 50% 0, #332d0142 15%, #c51a1a4f), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 50%;
  background-size: auto, 4000px;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 4rem;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: clip;
}

.personal-hero {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-backdrop-filter: drop-shadow(12px 13px 4px #000);
  backdrop-filter: drop-shadow(12px 13px 4px #000);
  cursor: default;
  mix-blend-mode: normal;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #ffffff0f;
  border-radius: 50px;
  flex-flow: column;
  width: 100%;
  min-width: 1200px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 3.5em;
  display: flex;
  position: static;
}

.freelance-hero-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 1;
  color: #dae4e5;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #f5d800;
  background-image: radial-gradient(circle at 50% 0, #332d0142 15%, #000000f5);
  background-position: 0 0;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 4rem;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: clip;
}

.freelance-hero {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-backdrop-filter: drop-shadow(12px 13px 4px #000);
  backdrop-filter: drop-shadow(12px 13px 4px #000);
  cursor: default;
  mix-blend-mode: normal;
  border: 1px solid #ffffff0f;
  border-radius: 50px;
  flex-flow: column;
  width: 100%;
  min-width: 1200px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 3.5em;
  display: flex;
  position: static;
}

.section-15 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.text-block-284 {
  color: #000;
  text-align: center;
  font-size: 17px;
}

.div-block-88 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #fafafa;
  border: 1px #0003;
  border-radius: 25px;
  flex-flow: column;
  padding-bottom: 20px;
  display: flex;
  overflow: clip;
}

.container-15 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  flex-flow: column;
  max-width: 1440px;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
}

.bold-text-11 {
  font-size: 25px;
  line-height: 1.8rem;
}

.div-block-89 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffffde;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.text-block-285 {
  color: #000;
  text-align: left;
  align-self: flex-start;
  font-size: 80px;
  line-height: 1em;
}

.section-16 {
  background-color: #0e3114;
  height: 64px;
}

.section-16.red {
  background-color: #860e05;
}

.section-16.black {
  background-color: #000;
}

.fn-faq-item-toggle-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  cursor: pointer;
  background-color: #2b323300;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 24px;
  display: flex;
}

.fn-faq-intro-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.paragraph_large-2 {
  text-align: left;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  line-height: 1.2em;
}

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

.fn-faq-arrow-down-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 100px;
  display: flex;
}

.div-block-90 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-286 {
  color: #000;
  font-size: 51px;
  font-weight: 600;
  line-height: 1em;
}

.text-block-287, .link-block {
  color: #000;
}

.link-block-2 {
  color: #000;
  font-size: 21px;
}

.div-block-91 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

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

.subheading-3 {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  max-width: none;
  margin-bottom: 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100%;
  display: grid;
}

.div-block-29 {
  border: 1px #000;
  border-radius: 10px;
}

.text-block-288 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  outline-offset: 0px;
  color: #000;
  border: 1px #444;
  border-radius: 15px;
  outline: 3px #000;
  flex-flow: column;
  height: 100%;
  padding: 50px;
  font-size: 15px;
  line-height: 1.5em;
  display: flex;
  box-shadow: 0 2px 7px 4px #0000000f;
}

.container-16 {
  max-width: 1440px;
  padding-left: 4rem;
  padding-right: 4rem;
}

.section-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.bold-text-13 {
  font-size: 31px;
  line-height: 1.2em;
}

.about-hero {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 1;
  color: #dae4e5;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 4rem;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: clip;
}

.about-title {
  color: #31316e;
  text-align: center;
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .35em;
  padding-right: 100px;
  font-family: Inter, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.04em;
}

.about-bg-logo {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-backdrop-filter: drop-shadow(12px 13px 4px #000);
  backdrop-filter: drop-shadow(12px 13px 4px #000);
  cursor: default;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000073, #00000073), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1780px;
  border: 1px solid #ffffff0f;
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 3.5em;
  display: flex;
  position: static;
}

.container-17 {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  flex-flow: column;
  max-width: 1200px;
  display: flex;
}

.section-18 {
  background-color: #fff;
}

.div-block-92 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 26px;
  display: grid;
}

.text-block-50 {
  color: #000;
  text-align: left;
  font-size: 51px;
  line-height: 1em;
}

.div-block-93 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
  padding-right: 50px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 4rem;
  padding-right: 4rem;
  display: grid;
}

.subheading-4 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  background-color: #eee;
  border: 1px solid #e9e9e9;
  border-radius: 25px;
  max-width: 1000px;
  margin-bottom: 0;
  padding: 25px;
  font-family: Inter, sans-serif;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.div-block-31 {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  flex-flow: column;
  display: flex;
}

.div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100%;
  display: grid;
}

.text-block-289 {
  color: #000;
  font-size: 41px;
  line-height: 1em;
}

.div-block-94 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  padding-bottom: 40px;
  display: flex;
}

.image-44 {
  width: 50px;
  max-width: none;
  height: 50px;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-45 {
  border-radius: 50px;
  width: 100%;
}

.div-block-95 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
}

.fn-faq-item-toggle-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  cursor: pointer;
  background-color: #2b323300;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 24px;
  display: flex;
}

.fn-faq-intro-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bold-text-14 {
  font-size: 2rem;
  font-weight: 400;
}

.fn-faq-arrow-down-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 100px;
  display: flex;
}

.div-block-96 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  display: flex;
}

.div-block-97 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: column;
  display: flex;
}

.div-block-98 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.heading-34 {
  color: #000;
  text-align: center;
}

.logistics-bg {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-backdrop-filter: drop-shadow(12px 13px 4px #000);
  backdrop-filter: drop-shadow(12px 13px 4px #000);
  cursor: default;
  mix-blend-mode: normal;
  background-image: linear-gradient(#e6e6e6f2, #e6e6e6f2);
  border: 1px solid #ffffff0f;
  border-radius: 50px;
  flex-flow: column;
  width: 100%;
  min-width: 1200px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 3.5em 4em;
  display: flex;
  position: static;
}

.industry-hero {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #fff;
  background-image: url('../images/bernd-dittrich-l70397AVgCI-unsplash.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 4rem;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: clip;
}

.heading-35 {
  color: #fff;
  text-align: center;
  line-height: 2em;
}

.heading-36 {
  text-align: center;
  text-transform: uppercase;
  font-size: 4.6rem;
  line-height: 1.1em;
}

.logistics-hero {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 1;
  color: #dae4e5;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #1c1b1b;
  background-image: linear-gradient(#000000d1, #000000d1), url('../images/bernd-dittrich-l70397AVgCI-unsplash.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 4rem;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: clip;
}

.hero {
  -webkit-text-fill-color: inherit;
  background-color: #2d94df;
  background-image: linear-gradient(#00000029, #00000029), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 50% 100%;
  background-size: auto, 4000px;
  background-clip: border-box;
  padding-bottom: 8rem;
}

.hero.wholesale {
  background-image: linear-gradient(#0000, #0000), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 0 100%;
  background-attachment: scroll, fixed;
}

.hero.it {
  background-image: linear-gradient(#0000007d, #0000007d), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 0%;
  background-attachment: scroll, fixed;
}

.hero.digi {
  background-color: #7f1660;
  background-image: linear-gradient(196deg, #00000026, #fff0), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 110% -7%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 3260px;
  background-attachment: scroll, fixed;
}

.hero.igaming {
  background-color: #000;
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 0%;
  background-size: auto, 2860px;
  background-attachment: scroll, fixed;
}

.hero.consulting {
  background-color: #fff;
  background-image: linear-gradient(#00000029, #00000029), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 100% 0;
}

.hero.freelance {
  background-color: #3e3e5b;
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/Bilder-icon-color.svg');
  background-attachment: scroll, fixed;
}

.hero.personal {
  background-color: #565799;
  background-image: linear-gradient(#0000, #0000), url('../images/Bilder-icon-color.svg');
  background-attachment: scroll, fixed;
  padding-left: 4em;
  padding-right: 4rem;
}

.hero.freelance-copy {
  background-color: #c2ac02;
  background-image: linear-gradient(to bottom, null, null), url('../images/Bilder-icon-color.svg');
  background-attachment: scroll, fixed;
}

.hero.cashback {
  padding-top: 10em;
  padding-left: 4em;
  padding-right: 4em;
}

.hero.openbanking {
  background-color: #111;
}

.hero.main-new {
  background-color: #194881;
  background-image: linear-gradient(#0000, #0000), url('../images/Bilder-icon-color.svg');
  background-attachment: scroll, fixed;
  padding-top: 8rem;
  padding-left: 8rem;
  padding-right: 8rem;
}

.hero.business {
  background-color: #0d0c08;
  background-image: linear-gradient(#00000096, #00000096), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 50% 100%;
  background-size: auto, 4000px;
}

.hero.home {
  background-color: #383838;
  background-image: linear-gradient(#000000cf, #000000cf), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1000px;
  background-attachment: scroll, fixed;
  padding-left: 4rem;
  padding-right: 4rem;
}

.hero.travel {
  background-image: linear-gradient(302deg, #0000006b, #fff0), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, 4000px;
  background-attachment: scroll, fixed;
}

.hero.openbanking {
  padding-top: 10em;
  padding-left: 4em;
  padding-right: 4em;
}

.hero.fintech {
  background-color: #000;
  background-image: linear-gradient(#00000078, #00000078), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 18%;
  background-size: auto, 4000px;
}

.container-18 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.container-18.cashback {
  grid-column-gap: 73px;
  grid-row-gap: 73px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-industries {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 8rem;
  margin-bottom: 3.6rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.hero-industries.open {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.heading-37 {
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 0;
  font-size: 60px;
  font-weight: 300;
  line-height: .9em;
}

.div-block-100 {
  background-image: url('../images/freight-logistics-companies-in-south-africa-1024x576.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ffffff1f;
  border-radius: 50px;
  width: 400px;
  height: 500px;
  box-shadow: 0 2px 20px 14px #0003;
}

.div-block-100.igaming {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #fff3;
  background-image: url('../images/3-reufxo9cuw11d10t255rgw2s7tu6e6lpnxfn83k1oo.avif');
}

.div-block-100.freelance {
  background-image: url('../images/freelancer-190930-1490x838.avif');
  background-position: 50%;
  margin-left: -157px;
}

.div-block-100.freelance._2 {
  background-image: url('../images/Freelancer-working-at-coffee-shop-scaled.avif');
  margin-left: -58px;
}

.div-block-100.freelance._3 {
  background-image: url('../images/Screenshot-2026-04-13-161336.avif');
  border-style: none;
  border-color: #ffffff3d;
  width: 510px;
  height: 340px;
  margin-left: 0;
  box-shadow: inset 0 2px 8px 7px #00000054;
}

.div-block-100.cashback {
  background-image: url('../images/WhatsApp-Image-2025-05-03-at-16.20.55.avif');
  border-radius: 10px;
  width: 300px;
  height: 100%;
  line-height: 10px;
}

.div-block-100.banking {
  background-image: url('../images/OpenBanking-1.avif');
}

.section-20 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.hero-title {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-102 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4em;
  padding-bottom: 4em;
  display: grid;
}

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

.text-block-290 {
  color: #000;
  width: auto;
  padding-right: 0;
  font-size: 19px;
  line-height: 1.7em;
}

.div-block-103 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 100px;
  display: flex;
}

.div-block-104 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  align-self: center;
  display: flex;
}

.div-block-105 {
  align-self: center;
}

.div-block-106 {
  background-image: url('../images/what-is-wholesale-scaled.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #fff6;
  border-radius: 50px;
  width: 400px;
  height: 500px;
  box-shadow: 0 2px 20px 14px #00000024;
}

.div-block-106.digi {
  background-image: url('../images/0x94fe10b0a2ec25ce.avif');
}

.div-block-107 {
  background-image: url('../images/Is-Every-Company-Really-A-Software-Company-Now.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #fff6;
  border-radius: 50px;
  width: 400px;
  height: 500px;
  box-shadow: 0 2px 20px 14px #00000024;
}

.image-46, .image-47 {
  border-radius: 15px;
}

.bold-text-15 {
  background-color: #ffffff30;
  font-size: 33px;
  line-height: 35px;
}

.div-block-108 {
  width: 160%;
}

.div-block-109 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  background-color: #7c147908;
  border-radius: 50px;
  flex-flow: column;
  padding: 78px;
  display: flex;
}

.heading-38 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.text-block-291 {
  color: #000;
  font-size: 17px;
  line-height: 1.7em;
}

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

.heading-39 {
  width: 800px;
}

.text-span-9 {
  text-transform: lowercase;
}

.div-block-110 {
  background-image: url('../images/foto-565-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1100px;
  border-radius: 50px;
  width: 700px;
  height: 500px;
}

.div-block-111 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: row;
  display: flex;
}

.div-block-112 {
  background-color: #201f15;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  box-shadow: inset 0 2px 15px #000000bf;
}

.div-block-113 {
  background-color: #eaeef1;
  border-radius: 50px;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section-21 {
  background-color: #dfbe48;
  height: 800px;
}

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

.section-22 {
  margin-top: 1px;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.heading-41 {
  color: #0172c4;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.7em;
}

.image-48 {
  background-color: #ffffff3d;
  border: 1px solid #ffffff42;
  border-radius: 25px;
  flex: 0 auto;
  align-self: stretch;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.div-block-114 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.section-23 {
  background-color: #fff;
  padding: 0 4rem 8rem 2rem;
  overflow: hidden;
}

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

.text-block-292 {
  color: #242424;
  background-color: #fff;
  border-radius: 25px;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8rem;
}

.image-49 {
  object-fit: cover;
  border-radius: 25px;
  width: auto;
  max-width: none;
  height: 500px;
  display: block;
}

.slide-2 {
  text-align: center;
  border-radius: 25px;
  width: 420px;
  padding-left: 0;
  padding-right: 0;
  overflow: clip;
}

.slider {
  clear: both;
  border-radius: 0;
  height: 100%;
  overflow: visible;
}

.mask {
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

._11years {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #ffffff14;
  border: 1px solid #ffffff40;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 20px;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.9em;
  display: flex;
}

.text-span-10 {
  font-weight: 300;
}

.bold-text-16 {
  font-size: 15px;
  font-weight: 300;
  line-height: 0;
}

.bold-text-17 {
  font-size: 30px;
}

.text-block-293 {
  text-align: center;
  font-size: 70px;
  line-height: 1em;
}

.div-block-116 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-117 {
  align-self: center;
}

.div-block-118 {
  background-image: url('../images/1440-1152-max.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 400px;
  height: 600px;
  padding: 20px;
  display: flex;
}

.div-block-118.hertz {
  background-image: url('../images/2048-1365-max.avif');
}

.div-block-118.easyjet {
  background-image: url('../images/2048-1368-max.avif');
}

.div-block-118.avis {
  background-image: url('../images/Avis2.avif');
}

.div-block-118.booking {
  background-image: url('../images/mc.avif');
}

.div-block-118.hilton {
  background-image: url('../images/1024-683-max.avif');
}

.div-block-118.hx {
  background-image: url('../images/2048-1367-max.avif');
}

.div-block-118.green {
  background-image: url('../images/2666-1024.avif');
}

.div-block-118.yoox {
  background-image: url('../images/1920-1280-max.avif');
}

.div-block-118.preferred {
  background-image: url('../images/1728-1141-max.avif');
}

.div-block-118.readly {
  background-image: url('../images/2048-1365-max-1.avif');
  background-position: 28%;
}

.div-block-119 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px 20px 20px;
  display: flex;
  box-shadow: inset 0 2px 9px 1px #00000054;
}

.div-block-120 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  border-radius: 25px;
  flex-flow: column;
  width: 400px;
  display: flex;
  overflow: clip;
}

.text-block-294 {
  color: #3f3f3f;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.icon-2 {
  color: #2376b1;
  background-color: #fff;
  border-radius: 0 25px 25px 0;
  height: 80px;
  margin-top: 302.5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  inset: 0% auto 0% 0%;
}

.right-arrow {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  margin-right: -40px;
  display: flex;
  inset: 0% 0 0% auto;
}

.icon- {
  color: #2376b1;
  text-align: center;
  background-color: #fff;
  border-radius: 25px 0 0 25px;
  height: 80px;
  margin-top: 302.5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 7px;
}

.text-block-295 {
  color: #000;
  text-align: center;
  margin-top: 36px;
  font-size: 60px;
  line-height: 3.8rem;
}

.text-block-295.blue {
  color: #3c5f85;
}

.text-block-296 {
  color: #000;
  text-align: center;
  font-size: 21px;
}

.text-block-296.w {
  color: #fff;
  font-weight: 300;
  line-height: 2rem;
}

.div-block-121 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  margin-bottom: 62px;
  display: flex;
}

.text-span-11 {
  color: #000000a8;
}

.slide-nav {
  display: none;
}

.image-50 {
  box-sizing: border-box;
  margin-top: -35px;
  margin-bottom: -35px;
}

.div-block-122 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  border: 1px solid #387d7152;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 8em;
  margin-right: 8em;
  padding: 0 4rem 4rem;
  display: flex;
}

.div-block-123 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.button-11 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  width: 400px;
  height: 60px;
  box-shadow: none;
  color: #1d534c;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #4e7f77;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 1em 2.5em;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-11:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0b3b3f;
  border-color: #0000;
}

.button-11:active {
  box-shadow: none;
  background-color: #2c5a61;
}

.button-11:focus {
  outline-offset: 2px;
  outline: 2px solid #2c5a61;
}

.button-11.blue {
  color: #3e3b54;
  background-color: #fff;
  background-image: none;
}

.fee-bus {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  width: 100%;
  display: grid;
}

.div-block-124 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: flex;
}

.button-12 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  width: auto;
  height: auto;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #4c7f53;
  background-image: linear-gradient(315deg, #2f7d7b, #92790e);
  border: 0 solid #0000;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 1em 2.5em;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-12:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0b3b3f;
  border-color: #0000;
}

.button-12:active {
  box-shadow: none;
  background-color: #2c5a61;
}

.button-12:focus {
  outline-offset: 2px;
  outline: 2px solid #2c5a61;
}

.button-12.blue {
  color: #3e3b54;
  background-color: #fff;
  background-image: none;
}

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

.div-block-125 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  display: flex;
}

.container-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 1440px;
  display: flex;
}

.section-24 {
  margin-top: 8rem;
}

.text-block-297 {
  color: #000;
  font-size: 21px;
  line-height: 1.8rem;
}

.bold-text-18 {
  font-size: 21px;
  font-weight: 300;
  line-height: 2rem;
}

.div-block-126 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-self: flex-start;
  width: 100%;
  display: flex;
}

.div-block-127 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  padding-left: 4em;
  padding-right: 4rem;
  display: flex;
}

.image-51 {
  border: 1px solid #00000063;
  border-radius: 50px;
  width: 40%;
  max-width: none;
  padding: 41px;
}

.fn-faq-item-toggle-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #2b323300;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 24px;
  display: flex;
}

.fn-faq-intro-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bold-text-19 {
  color: #000;
  font-size: 2rem;
  font-weight: 400;
}

.fn-faq-arrow-down-6 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 100px;
  display: flex;
}

.fn-paragraph-no-margin-6 {
  color: #2c2c2c;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.9em;
  overflow: hidden;
}

.section-25 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 8rem;
  padding-top: 8rem;
  display: flex;
}

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

.div-block-128 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.text-block-298 {
  color: #000;
  text-align: center;
  font-size: 51px;
  line-height: 3.8rem;
}

.content-block-2 {
  z-index: 1;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.flex_vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex_vertical.gap-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.fn-faq-arrow-down-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 100px;
  display: flex;
}

.section-26 {
  opacity: 1;
  color: #dae4e5;
  -webkit-text-fill-color: inherit;
  cursor: default;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #15191a;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: clip;
}

.section-26.is-secondary {
  cursor: default;
  background-color: #2b3233;
  border-bottom: 1px solid #ffffff2e;
  max-width: none;
  padding: 100px;
  position: static;
}

.heading_primary {
  text-align: left;
  letter-spacing: -.01em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  text-wrap: balance;
  background-color: #7e7e7e00;
  max-width: 35ch;
  margin-top: 0;
  margin-bottom: .3em;
  font-family: Inter, sans-serif;
  font-size: 3.4rem;
  font-weight: 493;
  line-height: 1em;
}

.fn-faq-item-toggle-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  cursor: pointer;
  background-color: #2b323300;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 24px;
  display: flex;
}

.fn-paragraph-no-margin-7 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.button-13 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  width: auto;
  height: 60px;
  box-shadow: none;
  color: #15191a;
  text-align: center;
  cursor: pointer;
  background-color: #dae4e5;
  background-image: none;
  border: 0 solid #0000;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-13:hover {
  box-shadow: none;
  color: #fff;
  background-color: #3f818b;
  border-color: #0000;
}

.button-13:active {
  box-shadow: none;
  background-color: #2c5a61;
}

.button-13:focus {
  outline-offset: 2px;
  outline: 2px solid #2c5a61;
}

.button-13.is-secondary {
  color: #dae4e5;
  background-color: #0000;
  background-image: none;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #dae4e533;
}

.button-13.is-secondary:hover {
  background-color: #0000;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #dae4e566;
}

.button-13.is-secondary:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #dae4e533;
}

.container-23 {
  z-index: 2;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -webkit-backdrop-filter: drop-shadow(12px 13px 4px #000);
  backdrop-filter: drop-shadow(12px 13px 4px #000);
  cursor: default;
  mix-blend-mode: normal;
  flex-flow: column;
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.fn-faq-intro-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
}

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

.bold-text-20 {
  font-size: 2rem;
  font-weight: 400;
}

.ix-link-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.tablet-1-col-1-2.gap-large {
  height: auto;
}

.content-block-3 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.fn-faq-arrow-down-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 100px;
  display: flex;
}

.section-27 {
  opacity: 1;
  color: #dae4e5;
  -webkit-text-fill-color: inherit;
  cursor: default;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #15191a;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: clip;
}

.section-27.is-secondary {
  cursor: default;
  background-color: #021107;
  border-bottom: 1px solid #ffffff2e;
  max-width: none;
  height: auto;
  padding: 8rem 100px;
  position: relative;
  overflow: auto;
}

.section-27.travel {
  background-color: #1689a3;
  background-image: linear-gradient(315deg, #3c5f84, #397d71);
}

.section-27.white {
  color: #000;
  background-color: #fff;
}

.fn-faq-item-toggle-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #2b323300;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.fn-paragraph-no-margin-8 {
  color: #cdd3d2;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-paragraph-no-margin-8.white {
  color: #000;
}

.button-14 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  width: auto;
  height: 60px;
  box-shadow: none;
  color: #15191a;
  text-align: center;
  cursor: pointer;
  background-color: #dae4e5;
  background-image: none;
  border: 0 solid #0000;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-14:hover {
  box-shadow: none;
  color: #fff;
  background-color: #3f818b;
  border-color: #0000;
}

.button-14:active {
  box-shadow: none;
  background-color: #2c5a61;
}

.button-14:focus {
  outline-offset: 2px;
  outline: 2px solid #2c5a61;
}

.button-14.is-secondary {
  color: #dae4e5;
  background-color: #0000;
  background-image: none;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #dae4e533;
}

.button-14.is-secondary:hover {
  background-color: #0000;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #dae4e566;
}

.button-14.is-secondary:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #dae4e533;
}

.container-24 {
  z-index: 2;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -webkit-backdrop-filter: drop-shadow(12px 13px 4px #000);
  backdrop-filter: drop-shadow(12px 13px 4px #000);
  cursor: default;
  mix-blend-mode: normal;
  flex-flow: column;
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.fn-faq-intro-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #ffffff78;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.bold-text-21 {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.1em;
}

.ix-link-wrapper-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.tablet-1-col-1-2.gap-large {
  grid-column-gap: 4.7rem;
  grid-template-columns: minmax(0, .5fr) minmax(0, 1fr);
  place-items: start stretch;
  height: auto;
}

.dropdown-2 {
  width: 100%;
}

.dropdown-toggle-3 {
  position: relative;
}

.container-25 {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-1211 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-image: linear-gradient(#492537, #211e2a);
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1110px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: clip;
}

.text-block-300 {
  color: #fff;
  text-align: center;
  font-size: 51px;
  line-height: 3.8rem;
}

.button-15 {
  text-align: center;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 25px;
  width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}

.header-2 {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.header-2.is-align-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100.091%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 500px;
  display: flex;
  overflow: visible;
}

.div-block-12 {
  background-color: #fff;
  border: 2px gray;
  border-radius: 30px;
  flex-flow: column;
  flex: none;
  width: 400px;
  height: 100%;
  display: flex;
  overflow: clip;
}

.image-17 {
  object-fit: cover;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 500px;
}

.section-29 {
  opacity: 1;
  color: #dae4e5;
  -webkit-text-fill-color: inherit;
  cursor: default;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #15191a;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: clip;
}

.text-block-18 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #f7f7f7;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  font-size: 1.4rem;
}

.container-26 {
  z-index: 2;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -webkit-backdrop-filter: drop-shadow(12px 13px 4px #000);
  backdrop-filter: drop-shadow(12px 13px 4px #000);
  cursor: default;
  mix-blend-mode: normal;
  flex-flow: column;
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.image-52 {
  display: none;
  overflow: visible;
}

.paragraph-14 {
  text-align: left;
}

.div-block-13 {
  opacity: .53;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  overflow: visible;
}

.heading-21 {
  color: #363636;
  font-size: 51px;
}

.div-block-1214 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 500px;
  display: flex;
  overflow: visible;
}

.div-block-1215 {
  background-color: #fff;
  border: 2px solid gray;
  border-radius: 30px;
  flex-flow: column;
  flex: none;
  width: 400px;
  height: 100%;
  display: flex;
  overflow: clip;
}

.image-53 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 500px;
}

.section-30 {
  opacity: 1;
  color: #dae4e5;
  -webkit-text-fill-color: inherit;
  cursor: default;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #15191a;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: clip;
}

.text-block-301 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #e6e6e6;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 1.4rem;
}

.container-27 {
  z-index: 2;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -webkit-backdrop-filter: drop-shadow(12px 13px 4px #000);
  backdrop-filter: drop-shadow(12px 13px 4px #000);
  cursor: default;
  mix-blend-mode: normal;
  flex-flow: column;
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.image-54 {
  display: none;
  overflow: visible;
}

.paragraph-15 {
  text-align: left;
}

.div-block-1216 {
  opacity: .53;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  overflow: visible;
}

.text-block-302 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-303 {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  line-height: 2.7rem;
}

.text-block-304 {
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 300;
  line-height: 2rem;
}

.div-block-1234 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffff14;
  border: 1px solid #ffffff40;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 40px;
  display: flex;
}

.div-block-1235 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-16 {
  color: #fff;
  background-color: #ffffff0f;
  border: 1px solid #ffffff87;
  border-radius: 50px;
  padding: 20px 100px;
  font-size: 21px;
}

.div-block-1112 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-1236 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-block-305 {
  font-size: 30px;
}

.div-block-1237 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
}

.cashback-real-money {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.div-block-1238 {
  background-color: #a02a2a00;
  background-image: linear-gradient(#081727, #4a2631);
}

.paragraph-16 {
  color: #373737;
  line-height: 2rem;
}

.confa {
  opacity: 1;
  color: #dae4e5;
  -webkit-text-fill-color: inherit;
  cursor: default;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #fff;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  font-size: 17px;
  display: flex;
  position: static;
  overflow: clip;
}

.div-block-1239 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.container-28 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  max-width: 1440px;
  display: flex;
}

.section-31 {
  background-color: #fff;
  padding: 0 4rem 8em;
}

.text-block-306 {
  color: #000;
  font-size: 45px;
  font-weight: 700;
  line-height: 1em;
}

.div-block-1240 {
  background-image: url('../images/1_kcVx_uGCVIv0-_sqyCJ9cA.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  width: 100%;
  height: 600px;
}

.div-block-1241 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-307 {
  color: #000;
  font-size: 17px;
  line-height: 2rem;
}

.div-block-1242 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.bus-header {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  padding: 0;
  display: flex;
}

.text-block-308 {
  text-align: center;
  font-size: 21px;
  font-weight: 300;
  line-height: 2rem;
}

.section-32 {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

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

.bold-text-23 {
  padding-top: 0;
  font-size: 80px;
  line-height: .9em;
}

.sustainability-hero {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-backdrop-filter: drop-shadow(12px 13px 4px #000);
  backdrop-filter: drop-shadow(12px 13px 4px #000);
  cursor: default;
  mix-blend-mode: normal;
  background-image: linear-gradient(#1d8a11cf, #1d8a11cf), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1780px;
  border: 1px solid #ffffff0f;
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 1200px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 3.5em;
  display: flex;
  position: static;
}

.heading-43 {
  color: #fff;
  font-size: 60px;
}

.section-33 {
  background-color: #fff;
  margin-bottom: 100px;
  padding-left: 4rem;
  padding-right: 4rem;
}

.container-31 {
  max-width: 1440px;
  display: flex;
}

.text-block-309 {
  color: #000;
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
}

.text-block-310 {
  color: #000;
  font-size: 21px;
  font-weight: 300;
  line-height: 2rem;
}

.div-block-1243 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-1244 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.div-block-1245 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.button-17 {
  color: #234927;
  text-align: center;
  background-color: #fff0;
  border: 2px solid #217927;
  border-radius: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 21px;
}

.about-hero-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 1;
  color: #dae4e5;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-position: 50% 0%;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 4rem;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: clip;
}

.container-32 {
  max-width: 1440px;
  padding-left: 100px;
  padding-right: 100px;
}

.section-34 {
  background-color: #fff;
}

.div-block-1246 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-right: 0;
  display: flex;
}

.div-block-1247 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-1248 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.button-18 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 21px;
}

.heading-44 {
  text-align: center;
  padding-left: 123px;
  font-size: 220px;
  line-height: 0;
}

.text-block-311 {
  text-align: left;
  padding: 40px 220px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1em;
}

.button-19 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: center;
  text-transform: uppercase;
  background-color: #fafafa00;
  border: 1px solid #ffffff54;
  border-radius: 10px;
  padding: 28px;
}

.div-block-1249 {
  padding-left: 220px;
}

.div-block-1250 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-1251 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-312 {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-size: 51px;
  line-height: 1em;
}

.text-block-313 {
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-weight: 300;
  line-height: 1em;
}

.div-block-1252 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  background-image: linear-gradient(#0b2849, #944b6e);
  border-radius: 50px;
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.bold-text-24 {
  text-align: left;
}

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

.transp-block-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #ffffff14;
  border: 1px solid #ffffff40;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 20px;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.2em;
  display: flex;
}

.travel-cards {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff36;
  border: 1px solid #ffffffcf;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 20px;
  display: flex;
}

.button-20 {
  color: #145583;
  background-color: #fff;
  border-radius: 50px;
  align-self: center;
  font-size: 21px;
}

.div-block-1254 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-314 {
  font-size: 21px;
}

.button-21 {
  background-color: #3898ec00;
  font-size: 21px;
}

.div-block-1255 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-left: -37px;
  display: flex;
}

.div-block-1256 {
  background-image: url('../images/Screenshot-2026-04-13-161336.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  border-radius: 50px;
  height: 600px;
  box-shadow: inset 0 2px 5px #0003;
}

.div-block-116-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.section-35 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 8em;
  padding-bottom: 8rem;
}

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

.div-block-1258 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #fff;
  background-color: #1870ce00;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 0;
  display: flex;
}

.text-block-315 {
  color: #0392f8;
  font-size: 51px;
  font-weight: 300;
}

.bold-text-25 {
  color: #055c9b;
  font-size: 109px;
  line-height: .7em;
}

.text-block-316 {
  color: #074a7a;
  width: 100%;
  font-size: 21px;
  line-height: 1.5em;
}

.div-block-1259 {
  background-image: url('../images/WhatsApp-Image-2025-05-03-at-16.20.55.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 300px;
  height: 500px;
}

.div-block-1259._1 {
  background-image: url('../images/5873044989469116624.avif');
}

.div-block-1259._2 {
  background-image: url('../images/6007983786643539969.avif');
}

.div-block-1260 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.div-block-1261 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.section-36 {
  flex: 1;
  padding: 140px 5%;
}

.section-36.gradient-first-section {
  background-color: #e9e9e9;
  background-image: linear-gradient(#5eccd333, #5eccd300);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 180px;
  padding-left: 0%;
  display: flex;
  overflow: hidden;
}

.home-hero-numbers {
  z-index: 3;
  background-color: #fff;
  border-radius: 30px;
  margin-right: -200px;
  padding: 30px 8% 40px;
  display: flex;
  position: relative;
  box-shadow: 0 30px 60px #5eccd333;
}

.home-hero-img {
  opacity: .8;
  object-fit: cover;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 2px 5px 11px #0003;
}

.home-hero-img._3 {
  background-color: #000;
}

.text-primary-color {
  color: #5eccd3;
}

.home-hero-img-wrapper {
  background-color: #10405b80;
  border-radius: 60px;
  flex: none;
  width: 100%;
  height: 100%;
  margin-right: 40px;
  position: relative;
  overflow: hidden;
}

.home-hero-img-wrapper.small {
  width: 50%;
  height: 70%;
  margin-right: 0;
  box-shadow: inset 0 2px 8px 4px #0003;
}

.container-34 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-hero-wrapper {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 120%;
  display: flex;
  position: relative;
}

.number {
  color: #024474;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
}

.home-hero-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  margin-right: -4%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 56px;
  display: flex;
}

.opacity-subtitle {
  opacity: .5;
  max-width: 700px;
  margin-bottom: 50px;
}

.opacity-subtitle.l {
  opacity: 1;
  color: #045c9b;
  max-width: 530px;
  margin-bottom: 60px;
  padding-top: 40px;
  font-size: 22px;
  line-height: 2em;
}

.vertical-divider {
  background-color: #5eccd333;
  flex: none;
  width: 1px;
  margin-left: 30px;
  margin-right: 30px;
}

.number-caption {
  opacity: .5;
  color: #000;
  width: 172px;
  font-size: 15px;
  font-weight: 300;
  line-height: 130%;
}

.home-hero-number-item {
  flex: 1;
}

.properties-filter-wrapper {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -100px;
  display: flex;
  position: relative;
}

.div-block-1262 {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  margin-left: -169px;
  display: flex;
}

.heading-45 {
  color: #69007e;
  font-size: 109px;
  font-weight: 700;
  line-height: .8em;
}

.div-block-1263 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.div-block-1264 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-1265 {
  flex-flow: column;
  display: flex;
}

.section-37 {
  flex: 1;
  padding: 140px 5%;
}

.section-37.top-gradient-section {
  background-image: linear-gradient(to top, #5eccd300, #5eccd333);
  overflow: hidden;
}

.testimonial-author-location {
  opacity: .5;
  font-size: 14px;
  line-height: 130%;
}

.testimonial-author-name {
  font-size: 18px;
  line-height: 130%;
}

.testimonial-message {
  border-left-style: none;
  margin-bottom: 40px;
  padding: 0;
  font-size: 24px;
}

.container-35 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  flex-wrap: wrap;
  width: 30%;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.testimonial-slide {
  background-color: #fff;
  border-radius: 13px;
  flex: none;
  margin-right: 16px;
  padding-left: 0;
  padding-right: 0;
  overflow: clip;
}

.preheader {
  color: #fff;
  background-color: #5eccd3;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 5px 14px;
  line-height: 120%;
  display: flex;
}

.testimonial-slider-mask {
  width: 100%;
  height: auto;
  margin-bottom: 36px;
  margin-left: -10px;
  overflow: visible;
}

.testimonial-photo {
  border-radius: 0;
  width: 100%;
  margin-right: 18px;
}

.testimonial-author {
  align-items: center;
  margin-top: auto;
  display: flex;
}

.hidden {
  display: none;
}

.testimonial-card {
  background-image: url('../images/quote.svg'), linear-gradient(#fffc, #fff0);
  background-position: 93% 90%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 40px;
  flex-direction: column;
  height: 100%;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 30px #5eccd333;
}

.testimonial-slider-arrow {
  float: left;
  opacity: .5;
  background-color: #ffffff80;
  background-image: url('../images/left-arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 18px;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
  display: inline-block;
  position: static;
  box-shadow: 0 20px 30px -15px #5eccd34d;
}

.testimonial-slider-arrow:hover {
  opacity: 1;
}

.testimonial-slider-arrow.right {
  background-image: url('../images/right-arr.svg');
}

.testimonial-author-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

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

.wrap-icon-slider.left-2 {
  transform: rotate(180deg);
}

.text-small {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.quotes-testimonial {
  opacity: .55;
  color: #0055fe;
  justify-content: center;
  align-items: center;
  width: 64px;
  display: flex;
  position: absolute;
  inset: auto 24px 24px auto;
}

.text-serif {
  font-style: italic;
  line-height: .8em;
}

.main-container {
  z-index: 2;
  background-color: #fff0;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0;
  position: relative;
}

.shadow-work-slider {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(90deg, #0b0c0e, #0000);
  width: 10%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.shadow-work-slider.right {
  background-image: linear-gradient(90deg, #0000, #0b0c0e);
  inset: 0% 0% 0% auto;
}

.slide-testimonial {
  margin-right: 32px;
}

.card-testimonial {
  z-index: 12;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 360px;
  padding: 24px;
  display: flex;
  position: relative;
}

.avatar-testimonial {
  border: 1px solid #f6f3f014;
  border-radius: 12px;
  flex: none;
  width: 48px;
  height: 36px;
  overflow: hidden;
}

.wrap-card-testimonial {
  background-color: #f6f3f00a;
  border: 1px solid #f6f3f014;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider-2 {
  background-color: #0000;
  height: auto;
}

.slider-2.pears {
  width: 100%;
  overflow: visible;
}

.card-testimonial-bg {
  opacity: .52;
  filter: blur(75px);
  background-color: #3578ff;
  width: 60px;
  height: 300px;
  position: absolute;
  inset: -20% 0% auto auto;
  transform: rotate(31deg);
}

.text-wrap-author-testimonial {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider-button {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 48px;
  transition: transform .5s;
  display: flex;
  top: 0;
  bottom: 0;
  right: 32px;
  overflow: visible;
}

.slider-button:active {
  transform: scale(.9);
}

.slider-button.previous {
  height: 40px;
  left: 32px;
  right: auto;
}

.mask-testimonial {
  border: 1px solid #3578ff;
  border-radius: 25px;
  width: 400px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: visible;
  box-shadow: 0 5px 30px 5px #032d8180;
}

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

.button-slider {
  color: #f6f3f0;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #3578ff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 8px;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.button-slider:hover {
  color: #f6f3f0;
  background-color: #0055fe;
  border-color: #3578ff;
}

.label-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.no-margins {
  color: #12537c;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 49px;
  font-weight: 300;
  line-height: 1.1em;
}

.headline-centered {
  text-align: center;
  max-width: none;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.headline-centered.testimonials {
  max-width: 564px;
  line-height: 50px;
}

.wrap-work-slider {
  width: 100%;
  position: relative;
  overflow: clip;
}

.wrap-work-slider.with-padding {
  margin-top: -40px;
  margin-bottom: -40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.icon-slider-button {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-slider-button.large {
  color: #2a81bb;
  width: 16px;
  height: 16px;
}

.icon-slider-button.small {
  width: 12px;
  height: 12px;
  display: none;
}

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

.line-section {
  z-index: 10;
  background-color: #f6f3f029;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.line-section.bottom {
  inset: auto 0% 0%;
}

.line-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
}

.icon-wrap-with-border {
  z-index: 2;
  background-color: #f6f3f00a;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: relative;
}

.master-services {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.border-line {
  z-index: 8;
  background-image: linear-gradient(90deg, #0000, #0055fe 49%, #0000);
  flex: none;
  width: 25px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.circle-line {
  background-color: #cecece;
  width: 5px;
  height: 5px;
  position: relative;
}

.service-card-bg {
  opacity: .66;
  filter: blur(100px);
  background-color: #0055fe;
  width: 150px;
  height: 450px;
  position: absolute;
  inset: -173px 82px auto auto;
  transform: rotate(66deg);
}

.service-card-bg.footer-left-top-tile {
  inset: auto auto -240px -63px;
  background-color: #2f90a3;
  inset: auto auto -240px -63px;
  transform: rotate(53deg);
}

.main-container-2 {
  z-index: 2;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section-38 {
  color: #f6f3f0e0;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 11.8rem 8rem 10.7rem;
  display: flex;
  position: relative;
}

.service-card-inner {
  z-index: 2;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.service-card-bg-text {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f6f3f014;
  font-size: 200px;
  line-height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.wrap-services {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.card-service {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #32969b;
  border: 1px solid #f3f3f3;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 100px;
  display: flex;
  position: sticky;
  top: 140px;
  overflow: hidden;
}

.body-medium {
  color: #fff;
  font-size: 20px;
  line-height: 2em;
}

.services-list {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-card-top-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 700;
  display: flex;
}

.icon-wrap-service {
  color: #f6f3f0a3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0055fe59, inset 0 0 0 1px #f6f3f014;
}

.text-block-317 {
  line-height: 2px;
}

.textcardstravel {
  color: #fff;
  width: 50%;
  font-size: 44px;
  line-height: 1.3em;
}

.italic-text {
  text-align: center;
  text-transform: none;
  font-size: 35px;
}

.bold-text-26, .bold-text-27 {
  font-size: 70px;
}

.section-travel {
  flex: 1;
  padding: 140px 5%;
}

.section-travel.gradient-first-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e9e9e9;
  background-image: linear-gradient(#5eccd300, #5eccd333);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 180px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  overflow: hidden;
}

.section-39 {
  background-color: #e9e9e9;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

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

.image-55 {
  background-color: #fff;
}

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

.bold-text-28 {
  color: #fff;
  line-height: 1em;
}

.text-block-318 {
  color: #0c658b;
  font-size: 60px;
  line-height: 2em;
}

.text-block-319 {
  color: #024563;
  text-align: center;
  font-size: 21px;
  line-height: 2em;
}

.div-block-1267 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 70px;
  display: flex;
}

.div-block-1268 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 23px;
  display: flex;
}

.bold-text-29 {
  font-size: 88px;
  font-style: italic;
}

.heading-46 {
  font-weight: 300;
}

.heading-47 {
  font-size: 110px;
  line-height: .9em;
}

.div-block-1269 {
  background-color: #fff;
}

.section-40 {
  margin-top: 0;
  padding-top: 8em;
}

.text-block-320 {
  color: #0c2541;
  font-size: 30px;
  line-height: 1em;
}

.text-block-321 {
  color: #0c2541;
  font-size: 73px;
  line-height: .9em;
}

.div-block-1270 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

.container-37 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  max-width: 1440px;
  display: flex;
}

.text-block-322 {
  color: #074770;
  text-align: center;
  font-size: 71px;
  line-height: 1em;
}

.section-41 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.text-block-323 {
  color: #13537d;
  text-align: center;
  font-size: 50px;
  line-height: 1.2em;
}

.text-block-324 {
  color: #0a2e46;
  text-align: center;
  font-size: 21px;
  line-height: 1em;
}

.div-block-1271 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  display: flex;
}

.bold-text-30 {
  font-style: italic;
}

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

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

.div-block-1273 {
  background-color: #ccdbdd;
  border-radius: 15px;
  padding: 51px;
}

.div-block-1273.hassle {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  background-color: #162a26;
  background-image: linear-gradient(126deg, #fff0, #0000005c);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-1273.location {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: linear-gradient(#0000008a, #0000008a), url('../images/luca-bravo-O453M2Liufs-unsplash.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  display: flex;
  box-shadow: inset 0 2px 5px #0003;
}

.div-block-1273.smart {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/hanvin-cheong-LtlPQwVMWbU-unsplash.avif');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  height: 500px;
  display: flex;
}

.text-block-325 {
  text-transform: uppercase;
  border-radius: 50px;
  width: 100%;
  font-size: 31px;
  font-weight: 700;
  line-height: 1em;
}

.text-block-326 {
  font-size: 21px;
}

.text-block-327 {
  width: 100%;
  font-size: 21px;
  line-height: 2em;
}

.div-block-1274 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: column;
  max-width: 1440px;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.image-56 {
  margin-top: auto;
  margin-left: 29px;
  margin-right: 0;
}

.div-block-1275 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.menu-bg {
  flex: 1;
  padding: 140px 5%;
}

.menu-bg.gradient-first-section {
  background-color: #e9e9e9;
  background-image: linear-gradient(#5eccd333, #5eccd300);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0%;
  display: flex;
  overflow: hidden;
}

.button-22 {
  color: #1b1b1b;
  background-color: #fff0;
}

.fn-navbar-links-wrapper-advence-10 {
  color: #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-navbar-link-list-conetainer-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-link-with-arrow-9 {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-navbar-menu-wrapper-second-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.fn-navbar-menu-advence-10 {
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.fn-navbar-link-list-advence-5 {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border: 1px #ffffff8f;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
  display: none;
  inset: 100% 0 auto 0%;
}

.fn-navbar-link-list-advence-5.w--open {
  background-image: radial-gradient(circle at 50% 0, #292929, #000);
  width: auto;
  max-width: none;
  margin-top: 61px;
  margin-right: 20px;
  display: flex;
  top: 0;
  right: 0%;
}

.fn-navbar-container-advence-6 {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1310px;
  display: flex;
}

.fn-button-wrapper-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-brand-box-9 {
  object-fit: contain;
  object-position: 0% 50%;
  align-self: flex-start;
  width: 106px;
  height: 21.55px;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box-9:hover {
  opacity: .7;
}

.image-57 {
  border-radius: 20px;
}

.button-transparen-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.button-transparen-2:hover {
  color: #fff;
  background-color: #045c9b;
}

.image-58 {
  width: 120px;
}

.fn-standard-white-link-7 {
  color: #ecf0ef;
  font-size: 18px;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link-7:hover, .fn-standard-white-link-7.w--current {
  color: #df0;
}

.div-block-1276 {
  background-color: #00000091;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.logistics-hero-img {
  border: 2px #fff6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.logistics-hero-img.digi {
  background-image: url('../images/0x94fe10b0a2ec25ce.avif');
}

.container-38 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: row;
  max-width: 1440px;
  display: flex;
}

.slide-3 {
  width: 400px;
}

.text-block-328 {
  color: #000;
  font-size: 21px;
}

.text-block-329 {
  color: #000;
  font-weight: 300;
}

.div-block-1277 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #0000004a;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  padding: 50px;
  display: flex;
}

.text-block-330 {
  color: #000;
  font-size: 61px;
  line-height: 1em;
}

.section-42 {
  justify-content: center;
  align-items: flex-start;
  padding: 10.7rem 8rem 8rem;
  display: flex;
}

.slider-3 {
  background-color: #ddd0;
}

.mask-2 {
  padding-left: 84px;
}

.icon-3 {
  color: #161616;
}

.mask-3 {
  padding-left: 77px;
}

.slide_list {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.slide_arrows {
  align-items: center;
  padding-top: 2.4em;
  display: flex;
}

.slide_arrow {
  color: #1c1d21;
  cursor: pointer;
  background-color: #d2e9ec;
  border-radius: 200vw;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-right: .8em;
  display: flex;
}

.slide_wrap {
  width: 100%;
}

.container-39 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 7.7em 10em;
}

.slide_contain {
  width: 100%;
}

.slide_item {
  z-index: 3;
  flex: none;
  width: 48%;
  padding-right: 1.3em;
  transition: transform .35s;
  position: relative;
}

.slide_svg {
  width: 2em;
  height: 2em;
}

.slide_svg.is--flip {
  transform: rotate(-180deg);
}

.text-block-331 {
  color: #000;
  font-size: 51px;
  line-height: .8em;
}

.div-block-1278 {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-1279 {
  width: 100%;
  max-width: 1440px;
}

.div-block-1280 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  color: #000;
  background-color: #fff;
  flex-flow: column;
  height: 400px;
  padding: 31px;
  display: flex;
}

.text-block-332 {
  font-size: 21px;
}

.text-block-333 {
  font-size: 21px;
  line-height: 1.5em;
}

.text-block-334 {
  font-weight: 400;
}

.div-block-1281 {
  background-color: #fff0;
  width: 100%;
  height: 100%;
}

.text-block-335 {
  margin-top: 25px;
}

.annual-strategic-report-2025 {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-backdrop-filter: drop-shadow(12px 13px 4px #000);
  backdrop-filter: drop-shadow(12px 13px 4px #000);
  cursor: default;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000073, #00000073), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1780px;
  border: 1px solid #ffffff0f;
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 1200px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 3.5em;
  display: flex;
  position: static;
}

.bold-text-33 {
  line-height: 2px;
}

.hero-bottom-h1 {
  color: #fff;
  text-align: center;
  letter-spacing: 0%;
  text-transform: uppercase;
  font-size: 500px;
  font-weight: 400;
  line-height: 81%;
}

.div-block-1282 {
  flex-flow: column;
  padding-left: 100px;
}

.about-h2 {
  color: #fff;
  text-align: left;
  letter-spacing: -.48px;
  max-width: 645px;
  padding-left: 140px;
  font-size: 60px;
  font-weight: 500;
  line-height: 90%;
}

.text-block-338 {
  color: #ffffffb0;
  text-transform: uppercase;
}

.body-text-5 {
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.25rem;
}

.award-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  position: relative;
}

.award-wrapper.cc-4 {
  z-index: -4;
  position: absolute;
}

.award-wrapper.cc-3 {
  z-index: -3;
  display: block;
  position: absolute;
}

.award-wrapper.cc-1 {
  z-index: 1;
  display: block;
}

.award-wrapper.cc-2 {
  z-index: -2;
  display: block;
  position: absolute;
}

.container-41 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-41.award {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.award-bottom-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 25% 50% 25%;
  grid-auto-columns: 1fr;
  align-self: stretch;
  max-width: 100%;
  display: grid;
  overflow: hidden;
}

.award-container {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.award-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.top-bar {
  border-top: 1px solid #1a1a1a;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin-bottom: 80px;
  padding-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-bar.secondary {
  border: 0 solid #000;
  padding-top: 0;
}

.section-award {
  height: 400vh;
  margin-top: 220px;
  position: relative;
}

.award-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.display-02 {
  letter-spacing: -3px;
  align-self: auto;
  font-size: 7.5rem;
  font-weight: 600;
  line-height: 7.5rem;
}

.page-padding {
  background-color: #000;
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
  position: static;
}

.page-padding._100vh {
  height: 100vh;
}

.dark-bg {
  z-index: 0;
  opacity: .2;
  background-color: #030303;
  width: 100%;
  height: 100%;
  position: absolute;
}

.container-42 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-42.award {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.container-42.padding-top {
  padding-top: 220px;
  position: static;
  overflow: visible;
}

.award-container-2 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.award-image-2 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.award-container-3 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.award-image-3 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.display-02-2 {
  text-align: left;
  letter-spacing: -3px;
  align-self: auto;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: .9em;
}

.dark-bg-2 {
  z-index: 0;
  opacity: .2;
  background-color: #030303;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cta-image {
  align-self: auto;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto;
}

.dark-gradient {
  z-index: 1;
  background-image: linear-gradient(#000, #03030300 50%, #030303);
  width: 100%;
  height: 100%;
  position: absolute;
}

.cta-image-right {
  z-index: -1;
  width: 45%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-secondary {
  color: #030303;
  border: 1px solid #fff;
  padding: 20px 30px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.soft-text {
  color: #636363;
}

.cta-image-main {
  z-index: 0;
  width: 45%;
  position: relative;
}

.cta-bg-image {
  z-index: -1;
  width: 100%;
  max-width: 100%;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto -80px;
}

.cta-image-left {
  z-index: -1;
  width: 45%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section-44 {
  position: relative;
  overflow: visible;
}

.section-44.section-cta {
  overflow: visible;
}

.button-bg-seondary {
  z-index: -1;
  background-color: #fff;
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cta-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-image-wrap {
  z-index: 1;
  width: 60%;
  position: relative;
}

.cta-title {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.display-03 {
  letter-spacing: -3px;
  align-self: flex-start;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 5rem;
}

.price {
  flex-flow: column;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.package-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.package-list-group {
  list-style-type: none;
}

.price-card {
  background-color: #000;
  border: 1px solid #1a1a1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -1px;
  display: grid;
}

.div-block-1285 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-end;
  display: flex;
}

.button-primary-4 {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body-text-4 {
  font-weight: 300;
  line-height: 1.5rem;
}

.body-text-4.soft-text {
  color: #777;
  letter-spacing: 0;
}

.package-feature {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  border-left: 1px solid #1a1a1a;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.button-bg {
  z-index: -1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
}

.pricing-tab-text {
  text-align: center;
  font-weight: 400;
}

.pricing-tab {
  color: #fff;
  text-align: left;
  background-color: #fff0;
  border-radius: 100px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.pricing-tab.w--current {
  color: #030303;
  text-align: left;
  background-color: #fff;
}

.blank-space {
  opacity: 0;
}

.div-block-1287 {
  position: relative;
}

.div-block-1288 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-end;
  display: flex;
}

.pricing-tab-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  border: 1px solid #1a1a1a;
  border-radius: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  margin-bottom: 30px;
  display: flex;
}

.main-content {
  grid-column-gap: 10%;
  grid-row-gap: 80px;
  grid-template: "."
  / 15% 75%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-end;
  place-items: stretch stretch;
  display: grid;
  position: static;
  overflow: visible;
}

.left-content {
  position: relative;
}

.code-embed-4 {
  display: none;
}

.discount-offer {
  position: absolute;
  inset: 20px 0% auto auto;
}

.tabs-content, .tab-pane-tab-1 {
  width: 100%;
}

.dropdown-3, .text-block-339 {
  color: #fff;
}

.dropdown-list.w--open {
  width: 990px;
}

.no-margins-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

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

.heading-48 {
  color: #495a5c;
  font-size: 70px;
  line-height: .8em;
}

.visions-title {
  letter-spacing: -7.4px;
  font-size: 148px;
  font-weight: 500;
  line-height: 100%;
}

.visions-title.width {
  color: #fff;
  width: 100%;
  max-width: 630px;
  font-size: 90px;
  font-weight: 700;
  line-height: .8em;
}

.service-card-inner-2 {
  z-index: 2;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.card-service-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #0b0c0e;
  border: 1px solid #f6f3f029;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 360px;
  padding: 32px;
  display: flex;
  position: sticky;
  top: 140px;
  overflow: hidden;
}

.body-medium-2 {
  color: #f6f3f0a3;
}

.services-list-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 150px;
  display: flex;
}

.service-card-top-tile-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.text-block-340 {
  text-align: center;
  height: 100%;
  font-size: 48px;
  line-height: 1em;
}

.text-block-341 {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 60px;
  font-size: 51px;
  font-weight: 300;
  line-height: .8em;
  position: sticky;
  top: 150px;
  bottom: 220px;
}

.div-block-1289 {
  flex-flow: column;
  display: flex;
}

.bold-text-34 {
  font-size: 60px;
}

.div-block-1290 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-1291 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.button-23 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #000;
  background-color: #3898ec00;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-size: 16px;
  display: flex;
}

.saving-smiles {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-backdrop-filter: drop-shadow(12px 13px 4px #000);
  backdrop-filter: drop-shadow(12px 13px 4px #000);
  cursor: default;
  mix-blend-mode: normal;
  background-image: linear-gradient(#1d8a11cf, #1d8a11cf), url('../images/Bilder-icon-color.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1780px;
  border: 1px solid #ffffff0f;
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 1200px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 3.5em;
  display: flex;
  position: static;
}

.image-59 {
  width: 500px;
  max-width: none;
}

.text-block-342 {
  color: #000;
  font-size: 64px;
  font-weight: 700;
  line-height: 1em;
}

.container-43 {
  background-image: linear-gradient(#0003, #0003), url('../images/IMG_4727.avif');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 50px;
  max-width: none;
  height: 400px;
  box-shadow: inset 0 2px 5px #0003;
}

.section-45 {
  margin-bottom: 8rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.text-block-343 {
  color: #000;
  font-size: 51px;
  line-height: 1.1em;
}

.section-46 {
  padding-bottom: 8rem;
  display: flex;
}

.text-block-344 {
  color: #000;
  flex-flow: column;
  font-size: 17px;
  font-weight: 300;
  display: flex;
}

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

.div-block-1292 {
  grid-column-gap: 100px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-44 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: column;
  display: flex;
}

.text-block-345 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #000;
  flex-flow: column;
  font-size: 33px;
  line-height: 1.4em;
  display: flex;
}

.bold-text-36 {
  font-size: 23px;
}

.div-block-1293 {
  grid-column-gap: 58px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.div-block-1294 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.image-60 {
  width: 400px;
  max-width: none;
  height: 410px;
}

.image-61, .image-62 {
  border-radius: 50px;
}

.button-24 {
  color: #005c8d;
  text-align: center;
  background-color: #fff0;
  border: 1px solid #226dc2;
  border-radius: 50px;
  padding: 39px;
  font-size: 21px;
}

.div-block-1295 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: column;
  display: flex;
}

.div-block-1296 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  display: flex;
}

.image-63 {
  opacity: 1;
}

.div-block-1297 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-346 {
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  line-height: 1.2em;
  display: flex;
}

.div-block-1298 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.icon-1x1-medium {
  width: 1.4rem;
  height: 1.4rem;
}

.tab-content {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.line {
  z-index: 0;
  background-color: #fff;
  width: 16px;
  height: 12px;
  position: relative;
}

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

.tab-img {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blue-circle {
  z-index: 0;
  background-color: #e0ecfa;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 76%;
  height: 76%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero_tab-content {
  border-radius: 32px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero_tab-content.is-2 {
  height: 100%;
  transition: all .3s;
}

.hero-tabs {
  width: 100%;
  height: 100%;
}

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

.round-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: -5px;
  display: flex;
  position: relative;
}

.heading-style-h4 {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

.detail-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.detail-wrapper.is-3 {
  width: 100%;
  position: relative;
  top: 23%;
  left: 8%;
}

.detail-wrapper.is-4 {
  top: 58%;
  left: 28%;
}

.detail-wrapper.is-5 {
  top: 28%;
  left: 13%;
}

.detail-wrapper.is-1 {
  top: 27%;
  left: 16%;
}

.detail-wrapper.is-2 {
  top: 22%;
  left: 62%;
}

.detail-subinfo {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-color: #fff;
  border-radius: 12px;
  width: 14rem;
  margin-top: 8px;
  padding: 10px 12px;
  display: none;
}

.detail-floating {
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.detail-text {
  background-color: #fff;
  border-radius: 100px;
  margin-right: -5px;
  padding: 0 12px 8px;
  position: relative;
}

.tabs-menu-2 {
  z-index: 50;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: auto 5% 8% auto;
}

.video-title {
  z-index: 3;
  color: #fff;
  width: 100%;
  padding: 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.right-column {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.social-wrapper {
  z-index: 200;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fff;
  border-top-left-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-top: 12px;
  padding-left: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-size-small {
  color: #000;
  font-size: .875rem;
  line-height: 1.4;
}

.hero_tab-number {
  color: #fff;
  background-color: #ddd0;
  border: 1px solid #fff;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
}

.hero_tab-number.w--current {
  color: #000;
  background-color: #fff;
}

.white-corner {
  z-index: 100;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto auto 0% -20px;
  transform: rotate(-180deg);
}

.white-corner.is-right {
  width: 30px;
  height: 30px;
  inset: -30px 0% auto auto;
}

.full-img {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.icon-1x1-large {
  width: 1.8rem;
  height: 2rem;
}

.icon-1x1-large:hover {
  color: #0364e8;
}

.tabs-content-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.article-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  background-color: #ffffff69;
  border-radius: 24px;
  align-items: center;
  width: 20rem;
  padding: 8px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: absolute;
  inset: 2.5% 3.8% auto auto;
}

.article-wrapper:hover {
  color: #000;
  background-color: #fff;
  transform: scale(1.05);
}

.article-img {
  object-fit: cover;
  border-radius: 16px;
  flex: none;
  width: 7.2rem;
  height: 5.5rem;
}

.article-info {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

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

.text-weight-bold.text-size-medium {
  line-height: 1.3;
}

.div-block-1299 {
  grid-column-gap: 190px;
  grid-row-gap: 190px;
  width: 100%;
  display: flex;
}

.container-45 {
  background-image: url('../images/5884409258185968592.avif');
  background-position: 0 0;
  background-size: auto;
  border-radius: 16px;
  width: 100%;
}

.div-block-1300 {
  background-color: #fff;
  background-image: url('../images/5884409258185968592.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.div-block-1301 {
  background-color: #fff;
  border-radius: 28px 0 0 28px;
  width: 100%;
  padding: 12px 36px 12px 12px;
}

.hero-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-1303 {
  background-image: url('../images/freelancer-190930-1490x838.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 220px;
  height: 220px;
}

.div-block-1303-copy {
  background-image: url('../images/Freelancer-working-at-coffee-shop-scaled.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 160px;
  height: 160px;
  display: flex;
}

.div-block-1304 {
  width: 300px;
  height: 300px;
}

.freelance1 {
  background-image: url('../images/Gemini_Generated_Image_rei49jrei49jrei4.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 160px;
  height: 160px;
  display: flex;
}

.freelance2 {
  background-image: url('../images/2.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 220px;
  height: 220px;
}

.freelance3 {
  background-image: url('../images/3.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 220px;
  height: 220px;
}

.freelance4 {
  background-image: url('../images/4.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 160px;
  height: 160px;
  display: flex;
}

.hero-numbers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.hero-numbers.cashback {
  grid-column-gap: 73px;
  grid-row-gap: 73px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-top: 8rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-right {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.img-wrap {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.hero-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 764px;
}

.img-overly {
  z-index: 3;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-about-ticker-item {
  flex: none;
  display: flex;
}

.primary-button-arrow._02 {
  position: absolute;
}

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

.primary-button-arrow-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-text._02 {
  color: #fff;
  position: absolute;
}

.blank-div {
  z-index: -1;
  position: relative;
}

.home-about-img {
  z-index: 2;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: relative;
}

.home-about-img._03 {
  width: 50%;
  height: 50%;
}

.home-about-img._02, .home-about-img.cash1 {
  width: 70%;
  height: 70%;
}

.home-about-img.cash4 {
  width: 50%;
  height: 80%;
}

.home-about-ticker-title {
  color: #949494;
  letter-spacing: -14px;
  flex: none;
  margin-right: 10px;
  font-size: 200px;
  font-weight: 500;
  line-height: 100%;
}

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

.section-47.home-about {
  position: relative;
  overflow: visible;
}

.sub-title-3 {
  color: #757474;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 150%;
}

.sub-title-3.mb-60 {
  margin-bottom: 60px;
}

.home-about-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.primary-button-text-wrap {
  z-index: 1;
  letter-spacing: -.18px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button {
  z-index: 1;
  grid-column-gap: 14px;
  color: #1a1a1a;
  letter-spacing: -.18px;
  border: 1px solid #ddd;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 19px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 155.556%;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.primary-button-bg {
  z-index: -1;
  background-color: #1a1a1a;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-about-title-wrap {
  width: 100%;
  margin-bottom: 40px;
}

.section-sub-title {
  color: #1a1a1a;
  letter-spacing: -1.44px;
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 500;
  line-height: 133%;
}

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

.home-about-ticker {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.heading-51 {
  font-weight: 300;
}

.image-64, .image-65 {
  width: 260px;
}

.image-66 {
  width: 180px;
}

.div-block-1305 {
  height: 190px;
}

.card-img {
  z-index: 2;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: relative;
}

.card-img._03 {
  width: 50%;
  height: 50%;
}

.card-img._02 {
  vertical-align: baseline;
  width: 100%;
  height: 350px;
}

.card-img.cash1 {
  width: 70%;
  height: 70%;
}

.card-img.cash4 {
  width: 50%;
  height: 80%;
}

.div-block-1306 {
  background-color: #0000;
  background-image: url('../images/OKSN3163-1.avif');
  background-position: 50% 44%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  height: 400px;
}

.div-block-1307 {
  width: 100%;
}

.dropdown-4, .dropdown-toggle-4 {
  color: #fff;
}

.nav__link {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dropdown__link {
  color: #000;
  text-align: center;
  flex: 0 auto;
  padding: 17.5px 0;
  text-decoration: none;
}

.dropdown__link-divider {
  z-index: 10;
  background-color: #b3b3b3;
  flex: none;
  width: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.nav-wrapper {
  z-index: 9999;
  background-color: #fff0;
  border-bottom: 1px solid #ececec;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.social-media-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-button__bg {
  z-index: 0;
  background-color: #0000008f;
  position: absolute;
  inset: 0%;
}

.burger-btn-wrapper {
  text-align: center;
  cursor: pointer;
  padding: 22px 20px;
  position: relative;
  overflow: hidden;
}

.nav__dropdown {
  background-color: #000;
  border-bottom: 1px solid #ececec;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 70px 0% auto;
  overflow: hidden;
}

.nav__social-link {
  opacity: .2;
  width: 18px;
  margin-left: 15px;
  transition: opacity .2s;
}

.nav__social-link:hover {
  opacity: 1;
}

.nav-button__text {
  z-index: 5;
  color: #fff;
  position: relative;
}

.dropdown__link__text {
  color: #fff;
  text-align: left;
  width: auto;
  font-size: 17px;
}

.dropdown__link__text.mail {
  font-size: 23px;
  font-weight: 700;
  text-decoration: underline;
}

.dropdown__link__text.black {
  color: #000;
}

.nav__link__number {
  z-index: 5;
  color: #b3b3b3;
  margin-top: -2px;
  margin-right: 4px;
  font-family: Vollkorn, serif;
  font-size: 11px;
  font-weight: 700;
  position: relative;
}

.nav__buttons-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  min-height: 70px;
  display: flex;
  position: relative;
}

.burger-line {
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-radius: 1px;
  width: 25px;
  height: 2px;
  margin: 5px auto;
  display: block;
}

.dropdown__container {
  display: flex;
}

.logo-link {
  color: #000;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-1308 {
  margin-top: 109px;
  padding-top: 0;
}

.nav-wrapper-2 {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav__dropdown-2 {
  background-color: #000;
  border-bottom: 1px solid #ececec;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 47px;
  position: fixed;
  inset: 70px 0% auto;
  overflow: hidden;
}

.fn-standard-white-link-8 {
  color: #ecf0ef;
  font-size: 18px;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link-8:hover, .fn-standard-white-link-8.w--current {
  color: #df0;
}

.fn-standard-white-link-9 {
  color: #ecf0ef;
  font-size: 18px;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link-9:hover, .fn-standard-white-link-9.w--current {
  color: #df0;
}

.fn-standard-white-link-10 {
  color: #ecf0ef;
  font-size: 18px;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link-10:hover, .fn-standard-white-link-10.w--current {
  color: #df0;
}

.fn-standard-white-link-11 {
  color: #ecf0ef;
  font-size: 18px;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link-11:hover, .fn-standard-white-link-11.w--current {
  color: #df0;
}

.nav-wrapper-3 {
  background-color: #fff0;
  border-bottom: 1px solid #ececec;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav__dropdown-3 {
  background-color: #ececec;
  border-bottom: 1px solid #ececec;
  justify-content: center;
  align-items: center;
  margin: 0 35px 32px;
  padding: 50px;
  position: fixed;
  inset: 70px 0% auto;
  overflow: hidden;
}

.dropdown__container-2 {
  display: flex;
}

.div-block-1309 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-1309.post {
  background-color: #fff;
  border-radius: 15px;
  padding: 50px;
}

.text-block-347 {
  margin-bottom: 25px;
  font-size: 29px;
  line-height: 1em;
}

.div-block-1310 {
  height: 40px;
}

.flag-19 {
  background-image: url('../images/Flag_of_Germany-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.dropdown-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 53px;
  display: flex;
}

.fn-button-wrapper-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flag-20 {
  background-image: url('../images/Flag_of_Spain.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-21 {
  background-image: url('../images/Flag_of_Russia.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-22 {
  background-image: url('../images/Flag_of_France.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.text-block-348 {
  text-transform: none;
}

.text-block-349 {
  margin-top: 10px;
}

.dropdown__container-3 {
  display: flex;
}

.div-block-1311 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-1311.post {
  background-color: #fff;
  border-radius: 15px;
  padding: 50px;
}

.text-block-350 {
  margin-bottom: 25px;
  font-size: 29px;
  line-height: 1em;
}

.flag-23 {
  background-image: url('../images/Flag_of_France.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.fn-button-wrapper-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav__dropdown-4 {
  background-color: #9c0c0c;
  border: 1px #000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 35px 32px;
  padding: 50px;
  position: fixed;
  inset: 70px 0% auto;
  overflow: hidden;
}

.text-block-351 {
  text-transform: none;
}

.flag-24 {
  background-image: url('../images/united-kingdom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.div-block-1312 {
  height: 40px;
}

.flag-25 {
  background-image: url('../images/Flag_of_Germany-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.dropdown-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 53px;
  display: flex;
}

.flag-26 {
  background-image: url('../images/Flag_of_Spain.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.section-48 {
  position: absolute;
  inset: 0% 0% auto;
}

.dropdown__container-4 {
  display: flex;
}

.div-block-1313 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-1313.post {
  background-color: #fff;
  border-radius: 15px;
  padding: 50px;
}

.text-block-352 {
  margin-bottom: 25px;
  font-size: 29px;
  line-height: 1em;
}

.flag-27 {
  background-image: url('../images/Flag_of_France.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.fn-button-wrapper-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-353 {
  text-transform: none;
}

.flag-28 {
  background-image: url('../images/united-kingdom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.div-block-1314 {
  height: 40px;
}

.flag-29 {
  background-image: url('../images/Flag_of_Germany-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.dropdown-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 53px;
  display: flex;
}

.flag-30 {
  background-image: url('../images/Flag_of_Spain.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.section-49 {
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.image-67 {
  width: 120px;
}

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

.div-block-1316 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-1316.post {
  background-color: #fff;
  border-radius: 15px;
  padding: 50px;
}

.text-block-354 {
  margin-bottom: 25px;
  font-size: 29px;
  line-height: 1em;
}

.flag-31 {
  background-image: url('../images/Flag_of_France.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.fn-button-wrapper-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-wrapper-4 {
  background-color: #fff0;
  border-bottom: 1px solid #ececec;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-355 {
  text-transform: none;
}

.flag-32 {
  background-image: url('../images/united-kingdom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.div-block-1317 {
  height: 40px;
}

.flag-33 {
  background-image: url('../images/Flag_of_Germany-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.dropdown-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 53px;
  display: flex;
}

.flag-34 {
  background-image: url('../images/Flag_of_Spain.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.image-68 {
  width: 120px;
}

.div-block-1318 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-1318.post {
  background-color: #fff;
  border-radius: 15px;
  padding: 50px;
}

.text-block-356 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 29px;
  line-height: 1em;
}

.text-block-356.black {
  color: #000;
}

.flag-35 {
  background-image: url('../images/Flag_of_France.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.fn-button-wrapper-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-wrapper-5 {
  background-color: #fff0;
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-357 {
  text-transform: none;
}

.flag-36 {
  background-image: url('../images/united-kingdom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.div-block-1319 {
  height: 40px;
}

.flag-37 {
  background-image: url('../images/Flag_of_Germany-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.dropdown-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 53px;
  display: flex;
}

.flag-38 {
  background-image: url('../images/Flag_of_Spain.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.section-50 {
  position: absolute;
  inset: 0% 0% auto;
}

.image-69 {
  width: 120px;
}

.div-block-1320 {
  width: 10em;
}

.text-block-358 {
  text-transform: none;
}

.image-70 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/5922468608368297515-1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.leadership {
  background-image: url('../images/5922468608368297515-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.leadership.krasovska {
  background-image: url('../images/foto-6.avif');
}

.leadership.pe-kova {
  background-image: url('../images/foto-69.avif');
}

.leadership.pe-kovs {
  background-image: url('../images/foto-36.avif');
}

.leadership.kuzins {
  background-image: url('../images/foto-44.avif');
}

.leadership.polakovs {
  background-image: url('../images/foto-74.avif');
}

.leadership.kuvsinovs {
  background-image: url('../images/8-копия2.avif');
}

.leadership.whyte {
  background-image: url('../images/5922468608368297515-1-1.avif');
}

.leadership.meitalovs {
  background-image: url('../images/1748011202024.avif');
}

.leadership.starovoitovs {
  background-image: url('../images/5922468608368297515-1-1_1.avif');
}

.leadership.rudzitis {
  background-image: url('../images/5922468608368297515-1-1_2.avif');
}

.leadership.eprasovs {
  background-image: url('../images/T8986RCQ0-U027XGNT72Q-4746a6c8468a-512.avif');
}

.text-block-360 {
  font-size: 12px;
  font-weight: 300;
  line-height: 2rem;
}

.bold-text-39 {
  font-size: 28px;
  font-weight: 300;
}

.heading-52 {
  font-size: 47px;
}

.div-block-1323 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.button-25 {
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

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

.div-block-1324 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  display: flex;
}

.image-71 {
  width: 50%;
}

.container-47 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: column;
  display: flex;
}

.div-block-1325 {
  padding-bottom: 4rem;
  padding-left: 8rem;
  padding-right: 8rem;
}

.youtube {
  border-radius: 20px;
  overflow: clip;
}

.heading-53, .text-block-361 {
  color: #000;
}

.div-block-1326 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  width: 100%;
  display: flex;
}

.div-block-1327 {
  background-color: #0000;
  background-image: url('../images/esg_features1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: flex-end;
  width: 100%;
  height: 290px;
}

.div-block-1328 {
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-362 {
  color: #000;
  text-align: center;
  font-size: 27px;
  font-weight: 500;
}

.text-block-363 {
  color: #000;
  text-align: center;
  flex-flow: column;
  font-size: 21px;
  font-weight: 300;
  display: flex;
}

.div-block-1329 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  padding-top: 49px;
  display: flex;
}

.button-26 {
  text-align: center;
  background-color: #2e8509;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 21px;
  display: flex;
}

.bold-text-41 {
  font-weight: 300;
}

.div-block-1330 {
  align-self: flex-end;
  width: 100%;
}

.div-block-1332 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-364 {
  color: #000;
  text-align: center;
  font-size: 14px;
}

.div-block-1333 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-51 {
  border-bottom-right-radius: 10rem;
}

.detail-text-2 {
  background-color: #fff;
  border-radius: 100px;
  margin-right: -5px;
  padding: 8px 12px;
  position: relative;
}

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

.text-weight-medium-3 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1em;
}

.div-block-1336 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.section-54 {
  height: 100px;
}

.div-block-1339 {
  padding-left: 4em;
  padding-right: 4em;
}

.div-block-1340 {
  background-color: #ffffff1f;
  border: 1px solid #ffffff47;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 25px 50px;
  font-size: 19px;
  font-weight: 300;
  display: flex;
}

.div-block-1341 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-block-366 {
  color: #000;
  font-size: 28px;
  line-height: 1.7em;
}

.div-block-1342 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-color: #2b2b3f;
  background-image: url('../images/image2.avif');
  background-position: 0 0;
  background-size: auto;
  border-radius: 50px 0 0 50px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding: 80px;
  display: flex;
  box-shadow: inset 15px 2px 14px -5px #0003;
}

.text-span-14 {
  font-size: 59px;
  font-weight: 700;
}

.text-block-367 {
  color: #000;
  font-size: 18px;
  line-height: 1.5em;
}

.div-block-1343 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.bold-text-42 {
  color: #fff;
  font-size: 31px;
}

.div-block-1344 {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  padding: 25px;
}

.div-block-1345 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 10px;
  flex-flow: wrap;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.bold-text-43 {
  font-size: 31px;
}

.image-72 {
  background-image: url('../images/foto-23-1-rhqvygza5er8chwt2lcdl2cie1p16nl5do8xgur5fw.avif');
  background-position: 50%;
  background-size: auto;
  border-radius: 25px;
  height: 100%;
  margin-bottom: 50px;
  position: sticky;
  top: 50px;
  bottom: 40px;
}

.text-block-368 {
  color: #000;
  text-align: center;
  margin-bottom: 63px;
  font-size: 23px;
  line-height: 2em;
}

.div-block-1346 {
  background-image: url('../images/foto-23-1-rhqvygza5er8chwt2lcdl2cie1p16nl5do8xgur5fw.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  height: 100%;
}

.div-block-1347 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  padding: 8em;
  display: flex;
}

.column-scroll-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5rem;
  display: flex;
}

.header-inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.copy-medium {
  font-size: 1.25rem;
  line-height: 1.4;
}

.section-tutorial {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 15em;
  padding-bottom: 15em;
}

.intro-copy-text {
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1.2em;
}

.video-preview-wrapper {
  aspect-ratio: 16 / 9;
  background-color: #000;
  border-radius: 1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-27 {
  color: #fffdf3;
  text-align: center;
  letter-spacing: .02rem;
  background-color: #232325;
  border-radius: 999rem;
  padding: 1.2rem 1.7rem;
  font-weight: 600;
}

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

.column-scroll-content-text {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.2;
}

.column-scroll-sticky-inner {
  width: 45vw;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.overflow-hidden-2 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.tutorial-grid {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-sm-end {
  padding-bottom: 2.25rem;
}

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

.column-scroll-wrapper {
  width: 100%;
  height: 350vh;
  position: relative;
}

.column-scroll-image {
  object-fit: cover;
  background-image: url('../images/Gemini_Generated_Image_rei49jrei49jrei4.avif');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 600px;
}

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

.youtube-play-icon {
  height: 3.9em;
  margin-right: -.2em;
}

.intro-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: #c7c7c7;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 58rem;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-button {
  color: #fc762d;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid #fc762d;
  border-radius: 999em;
  padding: 1.1em 2em 1em;
  font-size: .65em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button.is-large {
  font-size: 1em;
}

.column-scroll-content-title {
  text-transform: uppercase;
  font-size: 8vw;
  font-weight: 500;
  line-height: .95;
}

.column-scroll-content-title.is-2 {
  font-size: 61px;
  font-weight: 700;
}

.column-scroll-content-title.is-1 {
  font-size: 5vw;
  line-height: .8;
}

.copy-tiny {
  font-size: .9rem;
  line-height: 1.4;
}

.video-preview-img {
  opacity: .72;
  object-fit: contain;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
}

.video-preview-img:hover {
  transform: scale(1.03);
}

.intro-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 4em;
  line-height: .9;
}

.column-scroll-content-copy {
  align-self: auto;
  width: 100%;
  max-width: 38rem;
  margin-top: 0;
  line-height: 1.2;
}

.header-right {
  color: #757575;
}

.section-intro {
  position: relative;
}

.nav-main {
  background-color: #151515;
  border-bottom: 1px solid #353535;
  position: sticky;
  top: 0;
}

.column-scroll-content-wrapper {
  z-index: 2;
  width: 50%;
  min-height: 600px;
  margin-top: -100vh;
  padding-right: 7rem;
  position: relative;
}

.column-scroll-item {
  flex: none;
  width: 33.3333vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 1.5rem 0 2rem #0000001c;
}

.column-scroll-item.is-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
  top: auto;
  right: 0;
}

.column-scroll-item.is-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Gemini_Generated_Image_rei49jrei49jrei4.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding: 50px;
  display: flex;
  inset: 0% 0% 0% auto;
}

.column-scroll-item.is-1 {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/2.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 50px;
  display: flex;
  bottom: 220px;
}

.intro-pre-title {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: .9;
}

.youtube-play-button {
  background-color: #e61313;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 7em;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.1em;
  display: flex;
  position: absolute;
  box-shadow: 0 .7rem 2.5rem #00000047;
}

.header-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.column-scroll-sticky {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.button-28 {
  color: #fffdf3;
  text-align: center;
  letter-spacing: .02rem;
  background-color: #232325;
  border-radius: 999rem;
  margin-top: 36px;
  padding: 1.2rem 1.7rem;
  font-weight: 600;
}

.page-padding-3 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  color: #000;
  flex-flow: row;
  padding-left: 8rem;
  padding-right: 0;
  display: flex;
}

.column-scroll-wrapper-2 {
  width: 100%;
  height: 350vh;
  position: relative;
}

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

.section-56 {
  padding-top: 8em;
  padding-bottom: 8em;
}

.button-29 {
  text-align: center;
  background-color: #315b80;
  border-radius: 15px;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 21px;
}

.bold-text-44 {
  color: #fff;
  font-size: 27px;
}

.button-30 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff08;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 24px 50px;
}

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

.text-block-369 {
  color: #000;
  text-align: center;
  font-size: 40px;
  line-height: 1.1em;
}

.div-block-1349 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/image3.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  flex-flow: column;
  padding: 8em;
  display: flex;
}

.text-block-370 {
  text-align: center;
  font-size: 21px;
  line-height: 1.5em;
}

.bold-text-45 {
  color: #fff;
}

.div-block-1350 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 8em;
  display: grid;
}

.column-scroll-content-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5rem;
  display: flex;
}

.div-block-1351 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  display: flex;
}

.text-block-371 {
  font-size: 51px;
  line-height: 1em;
}

.bold-text-46 {
  line-height: 1.2em;
}

.image-73 {
  border-radius: 50px;
  max-height: 500px;
}

.div-block-1352 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-372 {
  justify-content: center;
  align-items: center;
  font-size: 40px;
  line-height: 1em;
  display: flex;
}

.text-block-373 {
  font-size: 17px;
  line-height: 2em;
}

.div-block-1353 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}

.div-block-1354 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #000;
  margin-top: 1px;
  margin-bottom: 1px;
  display: flex;
}

.text-block-374 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1em;
}

.text-block-375 {
  font-size: 19px;
  line-height: 1.4em;
}

.div-block-1355 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/2.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  padding: 220px 50px 50px;
  display: flex;
}

.div-block-1355._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/OKSN3015-1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.div-block-1355._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/luca-bravo-XJXWbfSo2f0-unsplash.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.div-block-1357 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.container-51 {
  max-width: 1440px;
  padding-left: 100px;
  padding-right: 100px;
}

.button-31 {
  text-align: center;
  background-color: #ffffff1f;
  border: 1px solid #ffffff36;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px 38px;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.button-32 {
  background-color: #3898ec00;
  padding-left: 0;
  font-size: 37px;
  font-weight: 700;
}

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

.image-74 {
  background-color: #ffffff21;
  border-radius: 0 50px 50px 300px;
  padding-left: 20px;
  padding-right: 20px;
}

.spacer-22 {
  height: 22rem;
}

.card-3 {
  flex: none;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.list {
  margin-bottom: 1rem;
}

.service-number {
  color: #151515;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
}

.card-1 {
  flex: none;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.track {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  transform: translate(0%);
}

.section-wrapper {
  width: 100%;
  padding-bottom: 100vh;
  position: relative;
}

.sticky-wrapper {
  position: absolute;
  inset: 0%;
}

.service-description {
  color: #151515;
  font-size: 1.75rem;
  font-weight: 500;
  display: block;
}

.service-detals {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-height {
  width: 100%;
  height: 400vw;
}

.card-4 {
  flex: none;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.track-line {
  justify-content: flex-start;
  align-items: center;
  margin-right: -100vw;
  display: flex;
}

.service-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sticky-element {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: scroll;
}

.sticky-element.disable-overflow {
  overflow: hidden;
}

.services-heading {
  color: #707070;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-image-wrap {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.services-section {
  border-top: 1px solid #e6e6e6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.card-2 {
  flex: none;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.h1-services {
  color: #151515;
  -webkit-text-stroke-color: #151515;
  text-transform: uppercase;
  margin-left: -.3rem;
  font-size: 5rem;
  line-height: 1;
}

.servies-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
  position: sticky;
  top: 0;
}

.container-52 {
  grid-column-gap: 73px;
  grid-row-gap: 73px;
  color: #000;
  flex-flow: column;
  max-width: 1440px;
  display: flex;
}

.text-block-376 {
  font-size: 51px;
  font-weight: 700;
  line-height: 1em;
}

.section-58 {
  margin-top: 8em;
  margin-bottom: 8em;
  padding-left: 8em;
  padding-right: 8em;
}

.div-block-1360 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-377 {
  font-size: 31px;
  line-height: 1.2em;
}

.text-block-378 {
  font-size: 17px;
  line-height: 2em;
}

.div-block-1361 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-1362 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.text-block-379 {
  font-size: 21px;
  line-height: 1.7em;
}

.container-53 {
  color: #000;
  max-width: 1440px;
}

.text-block-380 {
  color: #081227;
  text-align: center;
  text-transform: uppercase;
  font-size: 51px;
  font-weight: 700;
  line-height: 1em;
}

.section-59 {
  padding: 2em;
}

.text-block-381 {
  text-align: center;
  font-size: 21px;
}

.div-block-1363 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/uk_flag_bottom-1.avif');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20em 4em;
  display: flex;
}

.div-block-1364 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #ffffffc2;
  border-radius: 35px;
  flex-flow: column;
  max-width: none;
  padding: 66px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .marquee_item {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .white-bg {
    padding-top: 4rem;
  }

  .container-18 {
    justify-content: center;
    align-items: center;
  }

  .hero-industries {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-20 {
    margin-top: 0;
  }

  .mask {
    overflow: scroll;
  }

  .slider-2.pears {
    overflow: visible;
  }

  .div-block-1267 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-top: 43px;
    padding-bottom: 83px;
  }

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

  .logistics-hero-img {
    justify-content: center;
    align-items: center;
  }

  .div-block-1282 {
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .display-02 {
    align-self: auto;
  }

  .container-42.padding-top {
    padding-bottom: 0;
  }

  .display-02-2 {
    align-self: auto;
  }

  .body-text-4, .text-weight-medium-3 {
    font-weight: 300;
  }

  .div-block-1339 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .card-3, .card-1 {
    height: 100vh;
    display: flex;
  }

  .service-description {
    color: #151515;
    font-size: 1.75rem;
    font-weight: 500;
  }

  .service-detals {
    justify-content: space-around;
    align-items: flex-start;
  }

  .card-4 {
    height: 100vh;
  }

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

  .service-image-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 850px;
  }

  .card-2 {
    height: 100vh;
    display: flex;
  }

  .servies-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    place-items: start stretch;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    overflow: clip;
  }

  .marquee_item {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .div-block-25 {
    grid-template-rows: auto auto;
    width: 100%;
    padding-left: 8em;
    padding-right: 8em;
  }

  .div-block-79 {
    max-width: 1440px;
  }

  .white-bg {
    padding-top: 2rem;
    padding-bottom: 8rem;
  }

  .hero.openbanking, .hero.main-new, .hero.business, .hero.home {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-18.cashback {
    margin-left: 0;
  }

  .hero-industries {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: grid;
  }

  .div-block-102 {
    grid-template-rows: auto;
  }

  .slider {
    overflow: visible;
  }

  .slider-2.pears {
    padding-bottom: 0;
    overflow: visible;
  }

  .div-block-1282 {
    flex-flow: column;
    padding-left: 100px;
    display: flex;
  }

  .container-41.award {
    height: 100vh;
    overflow: visible;
  }

  .award-bottom-wrap {
    text-align: left;
    order: 9999;
    align-self: auto;
    overflow: visible;
  }

  .award-image {
    z-index: -2;
    object-fit: cover;
    width: 100%;
    position: absolute;
  }

  .award-title-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-around;
    display: flex;
  }

  .dark-bg {
    z-index: -1;
  }

  .container-42.award {
    height: 100vh;
    overflow: visible;
  }

  .award-image-2, .award-image-3 {
    z-index: -2;
    object-fit: cover;
    width: 100%;
    position: absolute;
  }

  .dark-bg-2 {
    z-index: -1;
  }

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

  .pricing-tab-content {
    overflow: visible;
  }

  .services-list-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-1291 {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
  }

  .div-block-1338 {
    max-width: 1440px;
  }

  .column-scroll-content-title.is-2 {
    font-size: 69px;
    line-height: .8;
  }

  .button-29 {
    width: 450px;
  }

  .container-50 {
    border-radius: 50px;
    overflow: clip;
  }

  .button-31 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .heading-style-h1 {
    text-transform: none;
    font-family: Montserrat, sans-serif;
    font-size: 6rem;
    font-weight: 100;
    line-height: 99%;
  }

  .section_home-hero {
    background-color: #0f1213;
  }

  .home-hero_title {
    -webkit-text-stroke-color: #000;
  }

  .hero-subscribe-right {
    background-color: #000;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-wrapper {
    background-color: #fff;
    border-radius: 50px;
  }

  .container-2 {
    justify-content: center;
    align-items: flex-start;
    max-width: 1800px;
    max-height: 800px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    overflow: visible;
  }

  .footer-light {
    color: #fff;
    background-color: #000;
  }

  .footer-link-two {
    color: #fff;
  }

  .footer-social-link, .image {
    background-color: #fff;
  }

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

  .code-embed {
    width: 50%;
    max-width: 100%;
  }

  .projects_marquee-item-2 {
    border-radius: 5px;
    flex: 1;
  }

  .project_marquee-img-2 {
    border-radius: 5px;
    flex: 0 auto;
  }

  .projects_marquee-list-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 25px;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .projects_marquee-3 {
    justify-content: center;
    align-items: stretch;
    height: 600px;
  }

  .fn-button {
    font-family: Mulish, sans-serif;
    font-size: 17px;
  }

  .fn-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: auto auto 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fn-button-secondery-navbar {
    font-family: Mulish, sans-serif;
    font-size: 17px;
  }

  .fn-navbar-container-advence {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .fn-navbar-link-list-advence.first-look {
    display: flex;
  }

  .bold-text-3 {
    font-family: Mulish, sans-serif;
    font-weight: 300;
  }

  .fn-container-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1.75fr;
    max-width: 1400px;
  }

  .fn-standard-white-link-2 {
    font-size: 17px;
    text-decoration: none;
  }

  .fn-standard-white-link-2.top {
    text-transform: uppercase;
    font-size: 21px;
  }

  .fn-footer-first {
    background-color: #1d1f1e;
  }

  .fn-social-share-wrapper {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .fn-legal-links-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .fn-container {
    background-color: #000;
  }

  .fn-banner-image-one {
    width: 600px;
    height: 600px;
    position: static;
  }

  .body {
    background-color: #fff;
  }

  .language-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .language-dropdown {
    background-color: #fff;
    border-radius: 15px;
  }

  .dropdown {
    background-color: #fff;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    height: 60px;
    text-decoration: none;
    display: none;
    position: static;
    overflow: visible;
  }

  .text-block-8 {
    font-family: Mulish, sans-serif;
    font-size: 17px;
    display: none;
  }

  .fn-container-grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .fn-column-center-2 {
    width: 100%;
  }

  .fn-heading-13.fn-heading-14 {
    text-align: left;
    display: flex;
  }

  .fn-heading-13.fn-heading-14.white {
    color: #fff;
    text-transform: none;
  }

  .fn-heading-13.white {
    color: #fff;
  }

  .fn-paragraph-5 {
    text-align: left;
  }

  .fn-paragraph-5.white {
    color: #fff;
  }

  .fn-section-5.black {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #000;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .fn-container-grid-5 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
  }

  .fn-column-center-3 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 660px;
  }

  .fn-slider-column {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .fn-label-icon {
    background-color: #000;
  }

  .fn-heading-17 {
    font-size: 26px;
  }

  .fn-paragraph-6 {
    display: flex;
  }

  .fn-section-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .fn-container-grid-6 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fn-features-card-with-image-2.slider-cards {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: 100%;
  }

  .fn-features-card-image-2 {
    object-fit: cover;
    object-position: 50% 0%;
    height: 300px;
  }

  .fn-features-card-column-2 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .fn-blog-slider {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
  }

  .div-block-2 {
    margin-top: 100px;
  }

  .image-5 {
    border-radius: 25px;
    display: block;
  }

  .fullpage-wrapper {
    display: block;
  }

  .navbar-brand_wrapper {
    font-weight: 400;
  }

  .subheader.text-weight-light {
    color: #fff;
  }

  .layers-component {
    display: block;
  }

  .header-wrapper {
    padding-top: 0;
  }

  .header-rail {
    margin-top: 0;
  }

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

  .image-6 {
    border: 1px solid #727272;
    border-radius: 15px;
    width: 20%;
    height: 4%;
  }

  .div-block-4 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-7 {
    border: 1px solid #777;
    border-radius: 15px 15px 0 0;
  }

  .text-block-13 {
    font-size: 61px;
    display: block;
    overflow: visible;
  }

  .heading-22 {
    text-align: center;
    text-transform: uppercase;
  }

  .fn-button-wrapper-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: auto auto 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .fn-container-grid-10 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1.75fr;
    max-width: 1400px;
  }

  .heading_secondary {
    padding-right: 0;
  }

  .fn-legal-links-wrapper-2 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .fn-button-secondery-navbar-3, .fn-button-6 {
    font-size: 17px;
  }

  .fn-standard-white-link-4 {
    font-size: 17px;
    text-decoration: none;
  }

  .fn-standard-white-link-4.top {
    text-transform: uppercase;
    font-size: 21px;
  }

  .fn-footer-first-2 {
    background-color: #1d1f1e;
    max-width: 1440px;
  }

  .fn-button-secondery-navbar-4, .fn-button-7 {
    font-size: 17px;
  }

  .fn-navbar-advence-5 {
    padding-top: 10px;
  }

  .fn-navbar-container-advence-5 {
    max-width: 1500px;
  }

  .fn-navbar-link-list-advence-4 {
    margin-top: 10px;
  }

  .fn-navbar-link-list-advence-4.w--open {
    margin-top: 50px;
    top: 20px;
    right: 60px;
  }

  .fn-navbar-link-list-conetainer-4 {
    width: 100%;
    margin-top: 0;
  }

  .fn-navbar-about-us-link-wrap-4 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .fn-navbar-label-line-about-4 {
    background-position: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .fn-navbar-label-line-about-4.types {
    background-position: 50%;
    background-size: 630px;
    border-radius: 50px;
  }

  .fn-column-center-4 {
    width: 100%;
  }

  .div-block-23 {
    margin-top: 100px;
  }

  .marquee_item {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: row;
    justify-content: center;
    height: 50px;
    display: flex;
  }

  .image-13, .image-10, .image-12, .image-11, .image-14 {
    height: 60px;
  }

  .container-8 {
    cursor: default;
  }

  .fn-column-center-5 {
    pointer-events: none;
    width: 100%;
  }

  .div-block-25 {
    width: 100%;
  }

  .header-text {
    line-height: 1em;
  }

  .sub-title-points {
    font-size: 23px;
  }

  .header-bg-logo, .container-9 {
    cursor: default;
  }

  .fn-column-center-6 {
    pointer-events: none;
    width: 100%;
  }

  .hero-bg-logo {
    cursor: default;
    max-width: 1600px;
    padding-bottom: 4em;
  }

  .open-ac {
    grid-template-columns: .75fr 1fr;
  }

  .div-block-50 {
    background-image: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1440px;
    padding-left: 4em;
    padding-right: 4em;
  }

  .keys {
    background-color: #fafafa0a;
  }

  .cards-fast {
    height: auto;
  }

  .marquee_item-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: center;
    height: 50px;
    display: flex;
  }

  .div-block-78 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-79 {
    grid-template-rows: auto auto;
    max-width: 1440px;
    margin-bottom: 50px;
  }

  .heading-28, .heading-28-copy {
    text-transform: none;
  }

  .hero-section {
    padding-top: 5rem;
  }

  .white-bg {
    max-width: none;
    padding-bottom: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-10.blue {
    margin-top: 0;
  }

  .button-10.w {
    margin-top: 20px;
  }

  .personal-hero, .freelance-hero, .about-bg-logo {
    cursor: default;
  }

  .div-block-9 {
    max-width: 1410px;
    padding-left: 0;
    padding-right: 0;
  }

  .logistics-bg {
    cursor: default;
  }

  .hero.consulting {
    background-image: linear-gradient(#0000006b, #0000006b), url('../images/Bilder-icon-color.svg');
    background-position: 0 0, 100% 0;
    background-size: auto, 4000px;
  }

  .hero.freelance {
    background-color: #3e3e5b;
    background-image: linear-gradient(#00000057, #00000057), url('../images/Bilder-icon-color.svg');
    background-position: 0 0, 50% 100%;
    background-size: auto, 4000px;
    background-attachment: scroll, fixed;
  }

  .hero.cashback {
    background-image: linear-gradient(to bottom, null, null), url('../images/Bilder-icon-color.svg');
    background-attachment: scroll, fixed;
  }

  .hero.openbanking {
    background-image: linear-gradient(#0000, #0000), url('../images/Bilder-icon-color.svg');
    background-attachment: scroll, fixed;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero.main-new {
    background-color: #0f4c7e;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero.home {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero.travel, .hero.openbanking {
    background-image: linear-gradient(to bottom, null, null), url('../images/Bilder-icon-color.svg');
    background-attachment: scroll, fixed;
  }

  .hero.fintech {
    background-color: #000;
    background-image: linear-gradient(#00000091, #00000091), url('../images/Bilder-icon-color.svg');
    background-position: 0 0, 10%;
  }

  .container-18 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .container-18.cashback {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-industries {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-bottom: 7.3rem;
    padding-top: 0;
    display: grid;
  }

  .heading-37 {
    width: auto;
    padding-left: 0;
  }

  .div-block-100.freelance._2 {
    margin-left: -70px;
  }

  .div-block-100.freelance._3 {
    box-shadow: inset 0 2px 14px 4px #00000091;
  }

  .hero-title {
    margin-bottom: 0;
  }

  .div-block-102 {
    grid-template-rows: auto;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .heading-41 {
    font-weight: 300;
  }

  .div-block-114 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .section-23 {
    font-weight: 300;
  }

  .text-block-296 {
    width: 800px;
    font-weight: 300;
    line-height: 2rem;
  }

  .text-block-296.w {
    color: #fff;
  }

  .div-block-121 {
    justify-content: flex-start;
    align-items: center;
  }

  .container-23, .container-24 {
    cursor: default;
  }

  .div-block-129 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .text-block-299 {
    font-size: 21px;
    font-weight: 300;
  }

  .section-28 {
    background-color: #fff;
  }

  .container-25 {
    max-width: 1440px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-1211 {
    background-color: #267dbb;
    background-image: linear-gradient(319deg, #0b2848, #934678);
    border: 1px solid #000c;
    border-radius: 50px;
    justify-content: flex-start;
    align-items: center;
    padding: 73px;
  }

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

  .button-15 {
    color: #1d2b4e;
    background-color: #fff;
    border-radius: 25px;
    padding: 25px;
    font-size: 23px;
    font-weight: 300;
  }

  .div-block-1212 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-bottom: -108px;
    display: flex;
  }

  .div-block-1213 {
    align-self: center;
    margin-left: -189px;
    margin-right: -131px;
  }

  .div-block-12 {
    border-style: none;
    border-radius: 10px;
  }

  .section-29 {
    background-color: #fff;
  }

  .container-26 {
    cursor: default;
  }

  .paragraph-14 {
    color: #292929;
    font-size: 21px;
    font-weight: 300;
    line-height: 2rem;
  }

  .heading-21 {
    color: #292929;
    font-size: 51px;
  }

  .container-27 {
    cursor: default;
  }

  .text-block-302 {
    text-align: center;
    text-transform: uppercase;
    font-size: 51px;
    line-height: 1em;
  }

  .text-block-303 {
    font-size: 31px;
  }

  .text-block-304 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 2rem;
  }

  .div-block-1234 {
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 27px;
  }

  .div-block-1235 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bold-text-22 {
    font-size: 60px;
    font-weight: 500;
  }

  .div-block-1112 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-1237 {
    height: 400px;
  }

  .confa {
    background-color: #fff;
  }

  .bus-header {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
  }

  .sustainability-hero {
    cursor: default;
  }

  .div-block-1250 {
    margin-top: 79px;
  }

  .home-hero-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .text-serif {
    line-height: .7em;
  }

  .bold-text-27 {
    line-height: 1em;
  }

  .logistics-hero-img {
    width: 100%;
    height: 535px;
    box-shadow: none;
    background-image: none;
    border-style: none;
    border-radius: 34px;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .section-42 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .text-block-331 {
    line-height: 1em;
  }

  .annual-strategic-report-2025 {
    cursor: default;
  }

  .section-43 {
    color: #000;
  }

  .bold-text-32 {
    font-size: 50px;
    line-height: 1.2em;
  }

  .container-40 {
    max-width: 1000px;
  }

  .text-block-336 {
    font-size: 21px;
    font-weight: 400;
  }

  .text-block-337 {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.6em;
  }

  .hero-bottom-content-wrap {
    padding-left: 0;
  }

  .hero-bottom-h1 {
    font-size: 551px;
  }

  .div-block-1282 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 100px;
    display: flex;
  }

  .about-h2 {
    text-align: left;
    max-width: none;
    padding-left: 220px;
  }

  .text-block-338 {
    color: #ffffff8f;
    text-transform: uppercase;
    padding-left: 0;
    font-weight: 300;
  }

  .award-wrapper.cc-1 {
    background-color: #000;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .award-wrapper.cc-2 {
    background-color: #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .award-wrapper.cc-1 {
    justify-content: center;
    align-items: flex-end;
  }

  .award-container {
    flex-flow: column;
  }

  .award-image {
    background-color: #000;
  }

  .display-02 {
    padding-bottom: 100px;
  }

  .page-padding {
    background-color: #000;
  }

  .dark-bg {
    opacity: .81;
    background-color: #030303;
  }

  .award-container-2 {
    height: 50px;
  }

  .div-block-1283 {
    height: 500px;
    overflow: clip;
  }

  .visions-title {
    letter-spacing: -10px;
    font-size: 228px;
  }

  .visions-title.width {
    max-width: 680px;
    font-size: 100px;
  }

  .services-list-2 {
    background-image: linear-gradient(#000000e8, #000000e8), url('../images/Bilder-icon-color.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
    justify-content: center;
    align-items: center;
  }

  .div-block-1291 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .saving-smiles {
    cursor: default;
  }

  .div-block-1296 {
    align-self: flex-end;
  }

  .hero-images {
    height: 99.9997%;
  }

  .hero-numbers {
    max-width: 1440px;
  }

  .hero-img {
    max-height: 916px;
  }

  .sub-title-3 {
    font-size: 18px;
  }

  .section-sub-title {
    font-size: 48px;
    line-height: 125%;
  }

  .div-block-1305 {
    height: 82px;
  }

  .dropdown__link__text {
    text-align: left;
  }

  .dropdown__container {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding: 28px;
  }

  .nav__dropdown-2 {
    background-color: #000;
  }

  .nav__dropdown-3 {
    padding: 50px;
  }

  .div-block-1309 {
    width: 100%;
  }

  .dropdown-5 {
    background-color: #fff;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    height: 60px;
    text-decoration: none;
    display: none;
    position: static;
    overflow: visible;
  }

  .div-block-1311 {
    width: 100%;
  }

  .nav__dropdown-4 {
    padding: 50px;
  }

  .dropdown-6 {
    background-color: #fff;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    height: 60px;
    text-decoration: none;
    display: none;
    position: static;
    overflow: visible;
  }

  .div-block-1313 {
    width: 100%;
  }

  .dropdown-7 {
    background-color: #fff;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    height: 60px;
    text-decoration: none;
    display: none;
    position: static;
    overflow: visible;
  }

  .div-block-1316 {
    width: 100%;
  }

  .dropdown-8 {
    background-color: #fff;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    height: 60px;
    text-decoration: none;
    display: none;
    position: static;
    overflow: visible;
  }

  .div-block-1318 {
    width: 100%;
  }

  .dropdown-9 {
    background-color: #fff;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    height: 60px;
    text-decoration: none;
    display: none;
    position: static;
    overflow: visible;
  }

  .div-block-1320 {
    width: 50em;
  }

  .div-block-1334, .div-block-1335 {
    margin-top: 10px;
  }

  .div-block-1337 {
    background-color: #0000;
    background-image: url('../images/OKSN2809-1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-1338 {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    flex-flow: column;
    align-self: auto;
    max-width: 1440px;
    display: flex;
  }

  .div-block-1339 {
    max-width: 1440px;
    margin-bottom: 66px;
    padding-bottom: 0;
  }

  .div-block-1340 {
    background-color: #ffffff17;
    border: 1px solid #fff3;
    border-radius: 20px;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding: 25px 50px;
    display: flex;
  }

  .text-block-365 {
    font-size: 19px;
    line-height: 1.2em;
  }

  .div-block-1341 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .text-block-366 {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.5em;
  }

  .div-block-1342 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-image: url('../images/image2.avif');
    background-position: 50% 0;
    flex-flow: column;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 100px;
    display: flex;
  }

  .text-span-14 {
    font-size: 70px;
    font-weight: 700;
    line-height: 0;
  }

  .text-block-367 {
    color: #000;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.7em;
  }

  .div-block-1343 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 74px;
    margin-bottom: 91px;
    display: flex;
  }

  .bold-text-42 {
    font-size: 35px;
  }

  .column-scroll-content {
    color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 200px;
    display: flex;
  }

  .column-scroll-content-text {
    color: #000;
    max-width: 700px;
    padding-top: 21px;
    font-size: 1.6rem;
  }

  .spacer-sm-end {
    padding-bottom: 0;
  }

  .column-scroll-wrapper {
    color: #000;
  }

  .column-scroll-content-title.is-2 {
    color: #101d30;
    font-size: 6vw;
    font-weight: 700;
    line-height: .8;
  }

  .column-scroll-content-title.is-1 {
    color: #1f2f46;
    text-align: left;
    font-size: 5vw;
    line-height: .8;
  }

  .column-scroll-content-copy {
    max-width: none;
    font-size: 20px;
  }

  .column-scroll-sticky {
    background-color: #e6e6e6;
    border-radius: 50px;
  }

  .page-padding-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .column-scroll-wrapper-2 {
    background-color: #fff0;
    padding-left: 8em;
    padding-right: 8em;
  }

  .div-block-1348 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 990px;
    padding-top: 8em;
    padding-left: 20em;
    display: flex;
  }

  .section-55 {
    color: #000;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .container-49 {
    max-width: none;
    margin-right: 0;
  }

  .button-29 {
    width: 450px;
  }

  .button-30 {
    text-align: center;
    width: auto;
  }

  .container-50 {
    border-radius: 50px;
    max-width: none;
    margin-left: 8em;
    margin-right: 8em;
    overflow: clip;
  }

  .div-block-1349 {
    background-image: linear-gradient(#0000009e, #0000009e), url('../images/image3.avif');
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
  }

  .text-block-370 {
    max-width: 1270px;
  }

  .bold-text-45 {
    font-size: 47px;
  }

  .column-scroll-content-copy {
    color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 200px;
    display: flex;
  }

  .image-73 {
    max-width: 700px;
  }

  .div-block-1352 {
    max-width: 600px;
  }

  .text-block-374 {
    font-size: 36px;
    font-weight: 700;
  }

  .div-block-1355 {
    background-image: linear-gradient(#000c, #000c), url('../images/2.avif');
    background-size: auto, cover;
    border-top-right-radius: 10px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-1355._2 {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/OKSN3015-1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-top-left-radius: 10px;
  }

  .div-block-1355._3 {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/luca-bravo-XJXWbfSo2f0-unsplash.avif');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
  }

  .div-block-1356 {
    height: 100px;
  }

  .div-block-1357 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    max-width: none;
    display: flex;
  }

  .section-57 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

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

  .button-31 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-32 {
    background-color: #3898ec00;
    padding-left: 0;
    font-size: 31px;
    font-weight: 700;
  }

  .bold-text-47, .bold-text-48, .bold-text-49 {
    font-weight: 300;
  }

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

  .image-74 {
    background-color: #ffffff1a;
    border-radius: 0 50px 50px 310px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-1359 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-bottom: 140px;
    display: flex;
  }

  .container-52, .div-block-1360 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .text-block-378 {
    font-size: 21px;
  }

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

  .text-block-380 {
    text-align: center;
  }

  .section-59 {
    width: 100%;
  }

  .text-block-381 {
    text-align: center;
  }

  .div-block-1363 {
    justify-content: center;
    align-items: center;
    padding: 14.2em;
  }

  .div-block-1364 {
    max-width: 1000px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    width: 100%;
  }

  .nav_menu {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    background-color: #0a0a0a;
    flex-flow: column;
  }

  .nav_menu-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    max-height: 100vh;
    padding-top: 10rem;
    padding-bottom: 4.5rem;
    display: flex;
  }

  .nav_cta {
    display: none;
  }

  .nav_menu-social {
    flex-flow: column;
  }

  .menu_button-mobile {
    z-index: 1;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu_button-mobile.w--open {
    background-color: #0000;
  }

  .nav_menu-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    background-color: #0a0a0a;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .nav_menu_text {
    color: #828282;
    letter-spacing: -1.4px;
    margin-left: 0;
    margin-right: 0;
    font-size: 3.5rem;
    line-height: 110%;
    transition-property: color;
  }

  .nav_menu_text:hover {
    color: #f5f5f5;
    border-bottom-style: none;
  }

  .nav_menu_text.w--current {
    color: #f5f5f5;
    border-bottom-color: #0000;
  }

  .menu_button-icon.is-close {
    display: none;
  }

  .nav_component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav_cta-mobile {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .section_home-hero {
    min-height: auto;
  }

  .heading-style-d3 {
    font-size: 4rem;
  }

  .container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

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

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .section_home-hero-2 {
    min-height: auto;
  }

  .heading-style-d3-2 {
    font-size: 4rem;
  }

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

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

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

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

  .nav-menu_dropdown-list-wrapper {
    width: 100%;
    box-shadow: none;
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    flex-flow: column;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
  }

  .nav-menu_dropdown-list-wrapper.w--open {
    background-color: #0000;
    height: auto;
    display: block;
    position: relative;
    top: 0%;
  }

  .mega-nav_dropdown-list.w--open {
    height: auto;
    padding-bottom: .5rem;
    position: relative;
    top: 0%;
  }

  .nav_menu-list {
    flex-flow: column;
  }

  .nav_menu-2 {
    border-radius: .5rem;
    height: auto;
    max-height: calc(100dvh - 10rem);
    padding: 1rem;
    position: absolute;
    top: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px #0000001a;
  }

  .mega-nav_dropdown-list-wrapper {
    z-index: 3;
    box-shadow: none;
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    padding: 1rem;
  }

  .mega-nav_dropdown-list-wrapper.w--open {
    min-width: 0;
    height: auto;
    box-shadow: none;
    text-align: left;
    background-color: #ffffff1a;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
  }

  .nav_dropdown-link {
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav_dropdown-link.w--open {
    background-color: #0000;
  }

  .nav_dropdown-menu {
    width: 100%;
    height: auto;
  }

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

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

  .nav_dropdown-list-1.w--open {
    border-radius: .75rem;
    position: relative;
  }

  .nav-2 {
    height: auto;
  }

  .nav_menu-list-item {
    flex-flow: column;
    margin-bottom: 0;
  }

  .nav_link {
    color: #fff9;
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav_link:hover {
    color: #b9afdc;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav_link.w--current {
    color: #fff9;
  }

  .nav_link.w--current:hover, .nav_link.w--open {
    background-color: #0000;
  }

  .nav_mobile-menu-button {
    color: inherit;
    background-color: #0000;
    align-self: center;
  }

  .nav_mobile-menu-button.w--open {
    color: #b9afdc;
    background-color: #0000;
  }

  .nav_mobile-menu-button.w--open:hover {
    color: #b9afdc;
  }

  .nav_menu-3 {
    border-radius: .5rem;
    height: auto;
    max-height: calc(100dvh - 10rem);
    padding: 1rem;
    position: absolute;
    top: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px #0000001a;
  }

  .mega-nav_dropdown-list-wrapper-2 {
    z-index: 3;
    box-shadow: none;
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    padding: 1rem;
  }

  .mega-nav_dropdown-list-wrapper-2.w--open {
    min-width: 0;
    height: auto;
    box-shadow: none;
    text-align: left;
    background-color: #ffffff1a;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
  }

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

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .section_home-hero-3 {
    min-height: auto;
  }

  .heading-style-d3-3 {
    font-size: 4rem;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-heading-3 {
    font-size: 32px;
  }

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

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

  .fn-features-card:hover {
    border-color: #0f1213;
  }

  .fn-button-secondery {
    transition: none;
  }

  .fn-button-secondery:hover {
    background-color: #0000;
  }

  .fn-heading-4 {
    font-size: 28px;
  }

  .fn-brand-box {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box:hover {
    opacity: 1;
  }

  .nav-menu-button-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .fn-nav-line-1 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-1.green-line {
    background-color: #df0;
  }

  .fn-nav-line-2 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-2.green-line {
    background-color: #df0;
  }

  .fn-nav-line-3 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-3.green-line {
    background-color: #df0;
  }

  .fn-navbar-link-second {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
  }

  .fn-navbar-menu-wrapper-second {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #0f1213;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0 24px;
    display: flex;
  }

  .fn-navbar-link-second-2 {
    color: #ecf0ef;
    border-top: 1px solid #3e4545;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fn-navbar-link-second-2:hover, .fn-navbar-link-second-2.w--current, .fn-navbar-link-second-2.w--current:hover {
    color: #ecf0ef;
  }

  .fn-menu-button-second {
    margin-right: -15px;
    padding-right: 18px;
  }

  .fn-menu-button-second.w--open {
    background-color: #0000;
  }

  .fn-button-secondery-navbar {
    color: #ecf0ef;
    border-color: #ecf0ef;
  }

  .fn-button-secondery-navbar:hover {
    background-color: #0000;
  }

  .fn-navbar-container-advence {
    justify-content: space-between;
  }

  .fn-navbar-links-wrapper-advence {
    flex-direction: column;
    align-items: flex-start;
  }

  .fn-navbar-link-list-advence.w--open {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    position: relative;
  }

  .fn-dorpdown-link-advence {
    width: 100%;
  }

  .fn-dorpdown-link-advence.last-dropdown-link {
    border-bottom: 1px solid #3e4545;
  }

  .fn-navbar-menu-advence {
    background-color: #0f1213;
    height: 482px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    overflow: auto;
  }

  .fn-navbar-link-list-conetainer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-product-card {
    transition: none;
  }

  .navbar-product-card:hover {
    background-color: #1d1f1e;
  }

  .navbar-product-card-intro {
    margin-bottom: 0;
  }

  .fn-standard-white-link {
    transition: none;
  }

  .fn-standard-white-link:hover {
    color: #ecf0ef;
  }

  .fn-paragraph-navbar-2, .fn-paragraph-no-margin-navbar {
    display: none;
  }

  .fn-heading-8 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-logos-card {
    min-height: 120px;
  }

  .fn-logos-masonary-logo {
    height: 30px;
  }

  .fn-nav-line-4 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-4.green-line {
    background-color: #fff;
  }

  .fn-nav-line-5 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-5.green-line {
    background-color: #df0;
  }

  .fn-navbar-menu-wrapper-second-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #0f1213;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0 24px;
    display: flex;
  }

  .fn-navbar-links-wrapper-advence-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .fn-navbar-menu-advence-2 {
    background-color: #0f1213;
    height: 482px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    overflow: auto;
  }

  .fn-heading-10 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-button-secondery-2 {
    transition: none;
  }

  .fn-button-secondery-2:hover {
    background-color: #0000;
  }

  .fn-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .fn-logos-card-2 {
    min-height: 120px;
  }

  .fn-logos-masonary-logo-2 {
    height: 30px;
  }

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

  .fn-standard-white-link-2 {
    transition: none;
  }

  .fn-standard-white-link-2:hover {
    color: #ecf0ef;
  }

  .fn-footer-first {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fn-footer-legal-link {
    transition: none;
  }

  .fn-footer-legal-link:hover {
    color: #939b9b;
  }

  .fn-brand-footer {
    z-index: 2;
    margin-bottom: 11px;
  }

  .fn-heading-11 {
    margin-bottom: 12px;
    font-size: 40px;
  }

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

  .fn-cta-banner {
    padding: 60px;
  }

  .fn-button-dark:hover {
    color: #df0;
    background-color: #1d1f1e;
  }

  .fn-cta-banner-column {
    width: 100%;
    max-width: none;
  }

  .fn-banner-image-one, .fn-banner-image-two, .fn-banner-image-three {
    display: none;
  }

  .fn-heading-1 {
    font-size: 48px;
  }

  .fh-hero-image-wrapper-first {
    height: 464px;
    margin-top: 12px;
  }

  .fn-heading-12 {
    font-size: 48px;
  }

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

  .fn-container-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fh-hero-image-wrapper-first-2 {
    height: 464px;
    margin-top: 12px;
  }

  .fn-heading-13 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-heading-14 {
    font-size: 32px;
  }

  .fn-section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-container-grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-slider-column {
    padding-right: 34px;
  }

  .fn-heading-15 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-heading-16 {
    font-size: 32px;
  }

  .fn-button-secondery-3 {
    transition: none;
  }

  .fn-button-secondery-3:hover {
    background-color: #0000;
  }

  .fn-section-6 {
    padding: 60px 0;
  }

  .fn-container-grid-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-features-card-with-image-2.slider-cards {
    flex: none;
    width: auto;
  }

  .fn-blog-slider {
    grid-template-columns: 1fr 1fr;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .fn-heading-14-copy {
    font-size: 32px;
  }

  .tablet-1-col-1-2.gap-large {
    justify-content: flex-start;
    align-items: center;
  }

  .fn-heading-18 {
    font-size: 28px;
  }

  .fn-brand-box-2 {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box-2:hover {
    opacity: 1;
  }

  .nav-menu-button-wrap-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .fn-nav-line-6 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-6.green-line {
    background-color: #df0;
  }

  .fn-nav-line-7 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-7.green-line {
    background-color: #df0;
  }

  .fn-nav-line-8 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-8.green-line {
    background-color: #df0;
  }

  .fn-navbar-link-second-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
  }

  .fn-navbar-menu-wrapper-second-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #0f1213;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0 24px;
    display: flex;
  }

  .fn-navbar-link-second-4 {
    color: #ecf0ef;
    border-top: 1px solid #3e4545;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fn-navbar-link-second-4:hover, .fn-navbar-link-second-4.w--current, .fn-navbar-link-second-4.w--current:hover {
    color: #ecf0ef;
  }

  .fn-menu-button-second-2 {
    margin-right: -15px;
    padding-right: 18px;
  }

  .fn-menu-button-second-2.w--open {
    background-color: #0000;
  }

  .button-transparen {
    color: #ecf0ef;
    border-color: #ecf0ef;
  }

  .button-transparen:hover {
    background-color: #0000;
  }

  .fn-navbar-container-advence-2 {
    justify-content: space-between;
  }

  .fn-navbar-links-wrapper-advence-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .fn-navbar-link-list-advence-2.w--open {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    position: relative;
  }

  .fn-dorpdown-link-advence-2 {
    width: 100%;
  }

  .fn-dorpdown-link-advence-2.last-dropdown-link {
    border-bottom: 1px solid #3e4545;
  }

  .fn-navbar-menu-advence-3 {
    background-color: #0f1213;
    height: 482px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    overflow: auto;
  }

  .fn-navbar-link-list-conetainer-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-product-card-2 {
    transition: none;
  }

  .navbar-product-card-2:hover {
    background-color: #1d1f1e;
  }

  .navbar-product-card-intro-2 {
    margin-bottom: 0;
  }

  .fn-standard-white-link-3 {
    transition: none;
  }

  .fn-standard-white-link-3:hover {
    color: #ecf0ef;
  }

  .fn-paragraph-navbar-4, .fn-paragraph-no-margin-navbar-2 {
    display: none;
  }

  .fn-heading-20 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-container-grid-7 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-faq-link {
    transition: none;
  }

  .fn-faq-link:hover {
    opacity: 1;
  }

  .fn-heading-21 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-section-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-container-grid-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-faq-link-2 {
    transition: none;
  }

  .fn-faq-link-2:hover {
    opacity: 1;
  }

  .fn-heading-22 {
    margin-bottom: 12px;
    font-size: 40px;
  }

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

  .fn-container-grid-9 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-faq-link-3 {
    transition: none;
  }

  .fn-faq-link-3:hover {
    opacity: 1;
  }

  .container-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 720px;
    max-width: none;
  }

  .heading-22 {
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
  }

  .fn-container-grid-10 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .heading_secondary {
    align-self: center;
    padding-right: 0;
  }

  .fn-button-secondery-navbar-3 {
    color: #ecf0ef;
    border-color: #ecf0ef;
  }

  .fn-button-secondery-navbar-3:hover {
    background-color: #0000;
  }

  .fn-standard-white-link-4 {
    transition: none;
  }

  .fn-standard-white-link-4:hover {
    color: #ecf0ef;
  }

  .fn-footer-first-2 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pop-up-button {
    position: relative;
  }

  .fn-navbar-container-advence-3 {
    justify-content: space-between;
  }

  .fn-navbar-links-wrapper-advence-4 {
    flex-direction: column;
    align-items: flex-start;
  }

  .fn-brand-box-3 {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box-3:hover {
    opacity: 1;
  }

  .fn-navbar-menu-advence-4 {
    background-color: #0f1213;
    height: 482px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    overflow: auto;
  }

  .fn-navbar-menu-wrapper-second-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #0f1213;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0 24px;
    display: flex;
  }

  .nav-3 {
    height: auto;
  }

  .nav_link-2 {
    color: #dae4e599;
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav_link-2:hover {
    color: #a6ced2;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav_link-2.w--current {
    color: #dae4e599;
  }

  .nav_link-2.w--current:hover, .nav_link-2.w--open {
    background-color: #0000;
  }

  .fn-button-secondery-navbar-4 {
    color: #ecf0ef;
    border-color: #ecf0ef;
  }

  .fn-button-secondery-navbar-4:hover {
    background-color: #0000;
  }

  .fn-navbar-links-wrapper-advence-5 {
    flex-direction: column;
    align-items: flex-start;
  }

  .fn-button-secondery-navbar-2 {
    color: #ecf0ef;
    border-color: #ecf0ef;
  }

  .fn-button-secondery-navbar-2:hover {
    background-color: #0000;
  }

  .fn-navbar-menu-advence-5 {
    background-color: #0f1213;
    height: 482px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    overflow: auto;
  }

  .fn-navbar-menu-wrapper-second-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #0f1213;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0 24px;
    display: flex;
  }

  .nav-4 {
    height: auto;
  }

  .nav_link-3 {
    color: #dae4e599;
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav_link-3:hover {
    color: #a6ced2;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav_link-3.w--current {
    color: #dae4e599;
  }

  .nav_link-3.w--current:hover, .nav_link-3.w--open {
    background-color: #0000;
  }

  .fn-heading-23 {
    font-size: 28px;
  }

  .fn-brand-box-4 {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box-4:hover {
    opacity: 1;
  }

  .nav-menu-button-wrap-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .fn-nav-line-9 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-9.green-line {
    background-color: #df0;
  }

  .fn-nav-line-10 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-10.green-line {
    background-color: #df0;
  }

  .fn-nav-line-11 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-11.green-line {
    background-color: #df0;
  }

  .fn-navbar-link-second-5 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
  }

  .fn-navbar-menu-wrapper-second-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #0f1213;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0 24px;
    display: flex;
  }

  .fn-navbar-link-second-6 {
    color: #ecf0ef;
    border-top: 1px solid #3e4545;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fn-navbar-link-second-6:hover, .fn-navbar-link-second-6.w--current, .fn-navbar-link-second-6.w--current:hover {
    color: #ecf0ef;
  }

  .fn-menu-button-second-3 {
    margin-right: -15px;
    padding-right: 18px;
  }

  .fn-menu-button-second-3.w--open {
    background-color: #0000;
  }

  .fn-button-secondery-navbar-5 {
    color: #ecf0ef;
    border-color: #ecf0ef;
  }

  .fn-button-secondery-navbar-5:hover {
    background-color: #0000;
  }

  .fn-navbar-container-advence-4 {
    justify-content: space-between;
  }

  .fn-navbar-links-wrapper-advence-6 {
    flex-direction: column;
    align-items: flex-start;
  }

  .fn-navbar-link-list-advence-3.w--open {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    position: relative;
  }

  .fn-dorpdown-link-advence-3 {
    width: 100%;
  }

  .fn-dorpdown-link-advence-3.last-dropdown-link {
    border-bottom: 1px solid #3e4545;
  }

  .fn-navbar-menu-advence-6 {
    background-color: #0f1213;
    height: 482px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    overflow: auto;
  }

  .fn-navbar-link-list-conetainer-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-product-card-3 {
    transition: none;
  }

  .navbar-product-card-3:hover {
    background-color: #1d1f1e;
  }

  .navbar-product-card-intro-3 {
    margin-bottom: 0;
  }

  .fn-standard-white-link-5 {
    transition: none;
  }

  .fn-standard-white-link-5:hover {
    color: #ecf0ef;
  }

  .fn-paragraph-navbar-6, .fn-paragraph-no-margin-navbar-3 {
    display: none;
  }

  .fn-navbar-links-wrapper-advence-7 {
    flex-direction: column;
    align-items: flex-start;
  }

  .fn-brand-box-5 {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box-5:hover {
    opacity: 1;
  }

  .fn-navbar-menu-advence-7 {
    background-color: #0f1213;
    height: 482px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    overflow: auto;
  }

  .fn-navbar-menu-wrapper-second-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #0f1213;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0 24px;
    display: flex;
  }

  .nav_link-4 {
    color: #dae4e599;
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav_link-4:hover {
    color: #a6ced2;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav_link-4.w--current {
    color: #dae4e599;
  }

  .nav_link-4.w--current:hover, .nav_link-4.w--open {
    background-color: #0000;
  }

  .fn-navbar-links-wrapper-advence-8 {
    flex-direction: column;
    align-items: flex-start;
  }

  .fn-brand-box-6 {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box-6:hover {
    opacity: 1;
  }

  .fn-navbar-menu-advence-8 {
    background-color: #0f1213;
    height: 482px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    overflow: auto;
  }

  .fn-navbar-menu-wrapper-second-8 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #0f1213;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0 24px;
    display: flex;
  }

  .nav_link-5 {
    color: #dae4e599;
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav_link-5:hover {
    color: #a6ced2;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav_link-5.w--current {
    color: #dae4e599;
  }

  .nav_link-5.w--current:hover, .nav_link-5.w--open {
    background-color: #0000;
  }

  .fn-heading-25 {
    font-size: 28px;
  }

  .fn-brand-box-7 {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box-7:hover {
    opacity: 1;
  }

  .nav-menu-button-wrap-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .fn-nav-line-12 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-12.green-line {
    background-color: #fff;
  }

  .fn-nav-line-13 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-13.green-line {
    background-color: #fff;
  }

  .fn-nav-line-14 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-14.green-line {
    background-color: #fff;
  }

  .fn-navbar-link-second-7 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
  }

  .fn-navbar-menu-wrapper-second-9 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #0f1213;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0 24px;
    display: flex;
  }

  .fn-navbar-link-second-8 {
    color: #ecf0ef;
    border-top: 1px solid #3e4545;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fn-navbar-link-second-8:hover, .fn-navbar-link-second-8.w--current, .fn-navbar-link-second-8.w--current:hover {
    color: #ecf0ef;
  }

  .fn-menu-button-second-4 {
    margin-right: -15px;
    padding-right: 18px;
  }

  .fn-menu-button-second-4.w--open {
    background-color: #0000;
  }

  .fn-button-secondery-navbar-6 {
    color: #ecf0ef;
    border-color: #ecf0ef;
  }

  .fn-button-secondery-navbar-6:hover {
    background-color: #0000;
  }

  .fn-navbar-advence-5 {
    padding-left: 42px;
  }

  .fn-navbar-container-advence-5 {
    justify-content: space-between;
  }

  .fn-navbar-links-wrapper-advence-9 {
    flex-direction: column;
    align-items: flex-start;
  }

  .fn-navbar-link-list-advence-4.w--open {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    position: relative;
  }

  .fn-dorpdown-link-advence-4 {
    width: 100%;
  }

  .fn-dorpdown-link-advence-4.last-dropdown-link {
    border-bottom: 1px solid #3e4545;
  }

  .fn-navbar-menu-advence-9 {
    background-color: #0f1213;
    height: 482px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    overflow: auto;
  }

  .fn-navbar-link-list-conetainer-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-product-card-4 {
    transition: none;
  }

  .navbar-product-card-4:hover {
    background-color: #1d1f1e;
  }

  .navbar-product-card-intro-4 {
    margin-bottom: 0;
  }

  .fn-standard-white-link-6 {
    transition: none;
  }

  .fn-standard-white-link-6:hover {
    color: #ecf0ef;
  }

  .fn-paragraph-navbar-8, .fn-paragraph-no-margin-navbar-4 {
    display: none;
  }

  .section-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .h1-2 {
    font-size: 50px;
  }

  .heading-23 {
    font-size: 30px;
  }

  .container-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 720px;
    max-width: none;
  }

  .section-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .section-6.is-secondary, .section-6.is-secondary2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    max-width: none;
    padding-left: 40px;
    display: block;
    overflow: clip;
  }

  .marquee_item {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    display: flex;
  }

  .image-13, .image-10, .image-12, .image-11, .image-14 {
    height: 50px;
  }

  .fn-brand-box-8 {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box-8:hover {
    opacity: 1;
  }

  .fn-navbar-links-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu-button-wrap-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .fn-nav-line-15 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-15.green-line {
    background-color: #df0;
  }

  .fn-nav-line-16 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-16.green-line {
    background-color: #df0;
  }

  .fn-nav-line-17 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-17.green-line {
    background-color: #df0;
  }

  .fn-navbar-container-second {
    justify-content: space-between;
  }

  .fn-navbar-link-second-9 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
  }

  .fn-navbar-menu-wrapper-second-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #0f1213;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0 24px;
    display: flex;
  }

  .fn-navbar-link-second-10 {
    color: #ecf0ef;
    border-top: 1px solid #3e4545;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fn-navbar-link-second-10:hover, .fn-navbar-link-second-10.w--current, .fn-navbar-link-second-10.w--current:hover {
    color: #ecf0ef;
  }

  .fn-navbar-link-second-10.last-link-on-mobile {
    border-bottom: 1px solid #3e4545;
  }

  .fn-dorpdown-link {
    width: 100%;
  }

  .fn-navbar-link-list {
    margin-top: -12px;
    padding-top: 0;
    padding-bottom: 28px;
    display: none;
    position: relative;
  }

  .fn-navbar-link-list.w--open {
    position: relative;
  }

  .fn-dropdown-list-link {
    padding-left: 0;
    padding-right: 0;
    transition: none;
  }

  .fn-dropdown-list-link:hover {
    color: #ecf0ef;
  }

  .fn-menu-button-second-5 {
    margin-right: -15px;
    padding-right: 18px;
  }

  .fn-menu-button-second-5.w--open {
    background-color: #0000;
  }

  .fn-button-secondery-navbar-7 {
    color: #ecf0ef;
    border-color: #ecf0ef;
  }

  .fn-button-secondery-navbar-7:hover {
    background-color: #0000;
  }

  .fn-navbar-box-second {
    background-color: #0f1213;
  }

  .fn-navbar-menu-box-second {
    background-color: #0f1213;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .vban-section-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .container-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 720px;
    max-width: none;
  }

  .h1-3 {
    font-size: 50px;
  }

  .heading-24 {
    font-size: 30px;
  }

  .div-block-25 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .div-block-27 {
    margin-top: 40px;
  }

  .card-us {
    border-radius: 0;
    width: auto;
  }

  .section-bg-img {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .header-bg-logo, .container-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 720px;
    max-width: none;
  }

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

  .hero-bg-logo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 720px;
    max-width: none;
  }

  .open-ac {
    grid-template-columns: 1.5fr;
  }

  .div-block-48 {
    height: 500px;
  }

  .div-block-50 {
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .div-block-53 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-28 {
    font-size: 30px;
    line-height: 1.2em;
  }

  .container-10 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .section-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .section-8.is-secondary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    max-width: none;
    padding-left: 40px;
    display: block;
    overflow: clip;
  }

  .marquee_item-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: flex;
  }

  .image-26, .image-27, .image-28, .image-29, .image-30 {
    height: 50px;
  }

  .section-bg-img-2, .section-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .section-10.is-secondary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    max-width: none;
    padding-left: 40px;
    display: block;
    overflow: clip;
  }

  .image-32, .image-33, .image-34, .image-35, .image-36 {
    height: 50px;
  }

  .card-small, .card-small--dark {
    border-radius: 0;
    width: auto;
  }

  .table-wrapper-mob {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .rails, .hero-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .white-bg {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding: 1em 1em 8rem;
    display: flex;
  }

  .hero-personal-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .personal-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 720px;
    max-width: none;
  }

  .freelance-hero-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .freelance-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 720px;
    max-width: none;
  }

  .about-hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .about-bg-logo, .logistics-bg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 720px;
    max-width: none;
  }

  .industry-hero, .logistics-hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .container-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-18.cashback {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
  }

  .hero-industries {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-left: 2em;
    padding-right: 2em;
    display: grid;
  }

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

  .div-block-102 {
    padding-top: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .div-block-113 {
    width: 370px;
  }

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

  .div-block-122 {
    width: 100%;
  }

  .div-block-123 {
    flex-flow: column;
  }

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

  .content-block-2 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .section-26 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .section-26.is-secondary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    max-width: none;
    padding-left: 40px;
    display: block;
    overflow: clip;
  }

  .heading_primary {
    max-width: none;
  }

  .container-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 720px;
    max-width: none;
  }

  .rich-text {
    max-width: none;
  }

  .content-block-3 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .section-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .section-27.is-secondary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    max-width: none;
    padding-left: 40px;
    display: block;
    overflow: clip;
  }

  .container-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 720px;
    max-width: none;
  }

  .tablet-1-col-1-2 {
    border-radius: 10px;
    flex-flow: column;
    display: flex;
    overflow: clip;
  }

  .section-29 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .container-26 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 720px;
    max-width: none;
  }

  .paragraph-14, .heading-21 {
    text-align: left;
  }

  .section-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .container-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 720px;
    max-width: none;
  }

  .paragraph-15, .heading-42, .text-block-303 {
    text-align: left;
  }

  .div-block-1235 {
    grid-template-columns: 1fr 1fr;
  }

  .button-16 {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .confa {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .div-block-1239 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-block-306 {
    text-align: center;
  }

  .div-block-1241 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-307 {
    text-align: center;
  }

  .sustainability-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 720px;
    max-width: none;
  }

  .about-hero-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .div-block-1250, .div-block-1251, .div-block-1257 {
    grid-template-columns: 1fr;
  }

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

  .home-hero-numbers {
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-hero-img-wrapper {
    width: 60%;
    height: 70vh;
    margin-top: -210px;
    margin-left: 40px;
    margin-right: -20px;
  }

  .home-hero-img-wrapper.small {
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .home-hero-wrapper {
    flex-direction: column;
  }

  .home-hero-left {
    width: 100%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .properties-filter-wrapper {
    flex-direction: row-reverse;
    width: 100%;
    padding-top: 40px;
  }

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

  .testimonial-slider {
    width: 90%;
  }

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

  .text-block-318 {
    text-align: center;
    font-size: 26px;
  }

  .div-block-1268 {
    flex-flow: column;
  }

  .div-block-1270 {
    padding-left: 8em;
    padding-right: 4em;
  }

  .menu-bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .fn-navbar-links-wrapper-advence-10 {
    flex-direction: column;
    align-items: flex-start;
  }

  .fn-navbar-link-list-conetainer-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .fn-navbar-menu-wrapper-second-11 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #0f1213;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0 24px;
    display: flex;
  }

  .fn-navbar-menu-advence-10 {
    background-color: #0f1213;
    height: 482px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    overflow: auto;
  }

  .fn-navbar-link-list-advence-5.w--open {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    position: relative;
  }

  .fn-navbar-container-advence-6 {
    justify-content: space-between;
  }

  .fn-brand-box-9 {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box-9:hover {
    opacity: 1;
  }

  .button-transparen-2 {
    color: #ecf0ef;
    border-color: #ecf0ef;
  }

  .button-transparen-2:hover {
    background-color: #0000;
  }

  .fn-standard-white-link-7 {
    transition: none;
  }

  .fn-standard-white-link-7:hover {
    color: #ecf0ef;
  }

  .logistics-hero-img {
    justify-content: center;
    align-items: flex-start;
  }

  .container-39 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .annual-strategic-report-2025 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 720px;
    max-width: none;
  }

  .hero-bottom-h1 {
    font-size: 551px;
    line-height: 81%;
  }

  .div-block-1282 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 100px;
    display: flex;
  }

  .about-h2 {
    padding-left: 60px;
  }

  .container-41.award {
    grid-row-gap: 70vh;
    justify-content: center;
    height: 100vh;
  }

  .award-bottom-wrap {
    overflow: visible;
  }

  .award-title-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .container-42.award {
    grid-row-gap: 70vh;
    justify-content: center;
    height: 100vh;
  }

  .button-secondary {
    font-weight: 400;
  }

  .display-03 {
    line-height: 5rem;
  }

  .div-block-1284 {
    display: none;
  }

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

  .price-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .package-feature {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .div-block-1286, .blank-space {
    display: none;
  }

  .main-content {
    grid-column-gap: 10%;
    grid-row-gap: 70px;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    align-items: start;
  }

  .left-content {
    display: none;
  }

  .discount-offer {
    top: 10px;
  }

  .visions-title {
    letter-spacing: -5px;
    font-size: 100px;
  }

  .visions-title.width {
    max-width: 359px;
    font-size: 100px;
  }

  .services-list-2 {
    flex-flow: column;
    padding-left: 100px;
    padding-right: 100px;
  }

  .button-23 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .saving-smiles {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 720px;
    max-width: none;
  }

  .bold-text-38 {
    font-size: 46px;
  }

  .right-column {
    height: 700px;
  }

  .hero-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hero-img {
    max-height: 474px;
  }

  .container-46 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button-arrow-wrap {
    width: 16px;
  }

  .blank-div.tablet-off {
    display: none;
  }

  .home-about-content {
    padding-left: 32px;
  }

  .section-47 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sub-title-3 {
    font-size: 14px;
    line-height: 142.857%;
  }

  .sub-title-3.mb-60 {
    margin-bottom: 32px;
  }

  .primary-button {
    padding: 12px 20px;
    font-size: 14px;
  }

  .section-sub-title {
    letter-spacing: -.96px;
    font-size: 24px;
  }

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

  .nav__link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fn-standard-white-link-8 {
    transition: none;
  }

  .fn-standard-white-link-8:hover {
    color: #ecf0ef;
  }

  .fn-standard-white-link-9 {
    transition: none;
  }

  .fn-standard-white-link-9:hover {
    color: #ecf0ef;
  }

  .fn-standard-white-link-10 {
    transition: none;
  }

  .fn-standard-white-link-10:hover {
    color: #ecf0ef;
  }

  .fn-standard-white-link-11 {
    transition: none;
  }

  .fn-standard-white-link-11:hover {
    color: #ecf0ef;
  }

  .div-block-1342 {
    border-radius: 50px;
  }

  .header-inner {
    padding-top: 2em;
  }

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

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

  .header-button {
    font-size: 1em;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .page-padding-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .button-29 {
    width: 450px;
  }

  .spacer-22 {
    height: 6rem;
  }

  .service-detals {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .h1-services {
    font-size: 3rem;
  }

  .servies-grid {
    grid-column-gap: 0rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .nav_brand {
    padding-left: 0;
  }

  .nav_menu-content {
    padding-top: 8rem;
  }

  .nav_menu-social {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav_menu-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-md {
    line-height: 150%;
  }

  .home-hero_social {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .projects_marquee-item {
    width: 18rem;
  }

  .section_home-hero {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }

  .home-hero_projects {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .heading-style-d3 {
    letter-spacing: -.04rem;
    font-size: 2.5rem;
  }

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

  .container.card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
  }

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

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

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

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

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

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .section_home-hero-2 {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }

  .heading-style-d3-2 {
    letter-spacing: -.04rem;
    font-size: 2.5rem;
  }

  .gallery-overview, .hero-heading-left {
    padding: 60px 15px;
  }

  .nav_menu-2 {
    transform: translate(0);
  }

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

  .mega-nav_dropdown-list-wrapper.w--open {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 1.25rem .75rem;
  }

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

  .margin-bottom_none, .nav_menu-list-item {
    margin-bottom: 0;
  }

  .nav_menu-3 {
    transform: translate(0);
  }

  .mega-nav_dropdown-list-wrapper-2.w--open {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 1.25rem .75rem;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .projects_marquee-item-2 {
    width: 18rem;
  }

  .section_home-hero-3 {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }

  .heading-style-d3-3 {
    letter-spacing: -.04rem;
    font-size: 2.5rem;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

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

  .fn-paragraph.hide-on-mobile {
    display: none;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-features-card {
    padding: 12px;
  }

  .fn-heading-5 {
    font-size: 18px;
  }

  .fn-features-card-image {
    height: 170px;
  }

  .fn-blog-info-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .fn-heading-6 {
    font-size: 18px;
  }

  .fn-heading-4 {
    font-size: 24px;
  }

  .fn-heading-7 {
    font-size: 18px;
  }

  .fn-button {
    width: 100%;
  }

  .fn-brand-box {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-navbar-link-second {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .fn-navbar-menu-wrapper-second {
    padding: 0 0 18px;
  }

  .fn-navbar-link-second-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fn-navbar-about-us-link-wrap {
    margin-bottom: 0;
  }

  .fn-heading-8 {
    font-size: 34px;
  }

  .fn-logos-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 12px;
  }

  .fn-logos-card {
    min-height: 80px;
  }

  .fn-heading-9 {
    font-size: 18px;
  }

  .fn-navbar-menu-wrapper-second-2 {
    padding: 0 0 18px;
  }

  .fn-heading-10 {
    font-size: 34px;
  }

  .fn-paragraph-2 {
    margin-bottom: 24px;
  }

  .fn-section-2 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-logos-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 12px;
  }

  .fn-logos-card-2 {
    min-height: 80px;
  }

  .fn-container-grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-footer-first {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fn-social-share-wrapper {
    flex-direction: row;
    margin-top: 12px;
  }

  .fn-footer-line {
    margin-top: 12px;
  }

  .fn-brand-footer {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-heading-11 {
    font-size: 34px;
  }

  .fn-section-3 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-cta-banner {
    padding: 12px;
  }

  .fn-button-dark {
    width: 100%;
  }

  .fn-heading-1 {
    margin-bottom: 12px;
    font-size: 38px;
  }

  .fn-paragraph-3 {
    margin-bottom: 24px;
  }

  .fn-button-2 {
    width: 100%;
  }

  .fh-hero-image-wrapper-first {
    height: 220px;
  }

  .paragraph-centre {
    max-width: 330px;
  }

  .button-4.w--current {
    text-align: center;
  }

  .fn-heading-12 {
    margin-bottom: 12px;
    font-size: 38px;
  }

  .fn-paragraph-4 {
    margin-bottom: 24px;
  }

  .fn-button-3 {
    width: 100%;
  }

  .fn-section-4 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-column-center-2 {
    width: 100%;
  }

  .fh-hero-image-wrapper-first-2 {
    height: 220px;
  }

  .fn-heading-13 {
    font-size: 34px;
  }

  .fn-heading-14 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-paragraph-5 {
    margin-bottom: 24px;
  }

  .fn-section-5 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-slide-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .fn-slider-image {
    height: 280px;
  }

  .fn-slider-column {
    padding: 15px;
  }

  .fn-heading-15 {
    font-size: 34px;
  }

  .fn-heading-16 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-heading-17 {
    font-size: 18px;
  }

  .fn-paragraph-6 {
    margin-bottom: 24px;
  }

  .fn-paragraph-6.hide-on-mobile {
    display: none;
  }

  .fn-section-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch center;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 0;
    display: inline-flex;
    overflow: visible;
  }

  .fn-container-grid-6 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: inline-grid;
  }

  .fn-features-card-with-image-2.slider-cards {
    width: auto;
  }

  .fn-features-card-image-2 {
    height: 170px;
  }

  .fn-blog-info-wrapper-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .fn-blog-slider {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fn-heading-14-copy {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .header {
    margin-bottom: 2rem;
  }

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .fn-heading-18 {
    font-size: 24px;
  }

  .fn-heading-19 {
    font-size: 18px;
  }

  .fn-paragraph-7 {
    margin-bottom: 24px;
  }

  .fn-button-4 {
    width: 100%;
  }

  .fn-brand-box-2 {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-navbar-link-second-3 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .fn-navbar-menu-wrapper-second-3 {
    padding: 0 0 18px;
  }

  .fn-navbar-link-second-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fn-navbar-about-us-link-wrap-2 {
    margin-bottom: 0;
  }

  .fn-heading-20 {
    font-size: 34px;
  }

  .fn-section-7 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .form-label-no-margin {
    font-size: 20px;
  }

  .fn-heading-5-no-margin {
    font-size: 18px;
  }

  .fn-heading-21 {
    font-size: 34px;
  }

  .fn-section-8 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid-8 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .form-label-no-margin-2 {
    font-size: 20px;
  }

  .fn-heading-5-no-margin-2 {
    font-size: 18px;
  }

  .fn-heading-22 {
    font-size: 34px;
  }

  .fn-section-9 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid-9 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .form-label-no-margin-3 {
    font-size: 20px;
  }

  .fn-heading-5-no-margin-3 {
    font-size: 18px;
  }

  .container-6 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: auto;
    max-width: 600px;
  }

  .heading-22 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4rem;
  }

  .p-footer {
    text-align: left;
  }

  .grid_2-col-2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .fn-container-grid-10 {
    grid-column-gap: 12px;
    grid-row-gap: 90px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading_secondary {
    font-size: 2.6rem;
  }

  .fn-button-6 {
    width: 100%;
  }

  .fn-standard-white-link-4 {
    text-align: left;
  }

  .fn-footer-first-2 {
    text-align: center;
    padding-top: 123px;
    padding-bottom: 40px;
  }

  .pop-up-form {
    flex-direction: column;
  }

  .modal-content-w, .modal-scroll-content-w {
    padding: 2rem;
  }

  .modal-w-scroll {
    margin-bottom: 0;
  }

  .hero-content-w {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .cloneable-link-w {
    font-size: .8125rem;
  }

  .remove-w {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid__col, .button--w {
    width: 100%;
  }

  .fn-brand-box-3 {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-navbar-menu-wrapper-second-4 {
    padding: 0 0 18px;
  }

  .fn-button-7, .fn-button-5 {
    width: 100%;
  }

  .fn-navbar-menu-wrapper-second-5 {
    padding: 0 0 18px;
  }

  .fn-heading-23 {
    font-size: 24px;
  }

  .fn-heading-24 {
    font-size: 18px;
  }

  .fn-paragraph-8 {
    margin-bottom: 24px;
  }

  .fn-button-8 {
    width: 100%;
  }

  .fn-brand-box-4 {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-navbar-link-second-5 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .fn-navbar-menu-wrapper-second-6 {
    padding: 0 0 18px;
  }

  .fn-navbar-link-second-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fn-navbar-about-us-link-wrap-3 {
    margin-bottom: 0;
  }

  .fn-brand-box-5 {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-navbar-menu-wrapper-second-7 {
    padding: 0 0 18px;
  }

  .fn-brand-box-6 {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-navbar-menu-wrapper-second-8 {
    padding: 0 0 18px;
  }

  .fn-heading-25 {
    font-size: 24px;
  }

  .fn-heading-26 {
    font-size: 18px;
  }

  .fn-paragraph-9 {
    margin-bottom: 24px;
  }

  .fn-button-9 {
    width: 100%;
  }

  .fn-brand-box-7 {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-navbar-link-second-7 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .fn-navbar-menu-wrapper-second-9 {
    padding: 0 0 18px;
  }

  .fn-navbar-link-second-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fn-navbar-about-us-link-wrap-4 {
    margin-bottom: 0;
  }

  .fn-column-center-4 {
    width: 100%;
  }

  .section-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 100px;
  }

  .h1-2 {
    font-size: 41px;
  }

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

  .heading-23 {
    font-size: 26px;
  }

  .container-7 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: auto;
    max-width: 600px;
  }

  .section-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 100px;
  }

  .section-6.is-secondary, .section-6.is-secondary2 {
    padding-left: 100px;
    position: static;
  }

  .marquee_item {
    width: 500px;
  }

  .fn-button-10 {
    width: 100%;
  }

  .fn-brand-box-8 {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-navbar-link-second-9 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .fn-navbar-menu-wrapper-second-10 {
    padding: 0 0 18px;
  }

  .fn-navbar-link-second-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .vban-section-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 100px;
  }

  .container-8 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: auto;
    max-width: 600px;
  }

  .fn-column-center-5 {
    width: 100%;
  }

  .h1-3 {
    font-size: 41px;
  }

  .heading-24 {
    font-size: 26px;
  }

  .div-block-25 {
    grid-template-columns: 1fr 1fr;
  }

  .sub-title-points {
    font-size: 17px;
    line-height: 1.3em;
  }

  .card-us {
    border-radius: 10px;
  }

  .section-bg-img {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 100px;
  }

  .header-bg-logo, .container-9 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: auto;
    max-width: 600px;
  }

  .fn-column-center-6 {
    width: 100%;
  }

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

  .hero-bg-logo {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: auto;
    max-width: 600px;
  }

  .open-ac {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-50 {
    padding-top: 8em;
  }

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

  .div-block-58 {
    width: 100%;
  }

  .calc {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex: 0 auto;
  }

  .section-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 100px;
  }

  .section-8.is-secondary {
    padding-left: 100px;
    position: static;
  }

  .marquee_item-2 {
    width: 500px;
  }

  .section-bg-img-2, .section-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 100px;
  }

  .section-10.is-secondary {
    padding-left: 100px;
    position: static;
  }

  .card-small, .card-small--dark {
    border-radius: 10px;
  }

  .div-block-79 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 45px;
  }

  .rails {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-top: 100px;
  }

  .hero-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 100px;
  }

  .white-bg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-personal-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 100px;
  }

  .personal-hero {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: auto;
    max-width: 600px;
  }

  .freelance-hero-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 100px;
  }

  .freelance-hero {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: auto;
    max-width: 600px;
  }

  .paragraph_large-2 {
    font-size: 1.7rem;
  }

  .about-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 100px;
  }

  .about-title {
    font-size: 2.6rem;
  }

  .about-bg-logo, .logistics-bg {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: auto;
    max-width: 600px;
  }

  .industry-hero, .logistics-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 100px;
  }

  .hero.main-new {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .hero.home {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-industries {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-37 {
    font-size: 53px;
  }

  .div-block-113 {
    width: 100%;
  }

  ._11years {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .text-block-293 {
    line-height: .6em;
  }

  .section-26 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 100px;
  }

  .section-26.is-secondary {
    padding-left: 100px;
    position: static;
  }

  .container-23 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: auto;
    max-width: 600px;
  }

  .rich-text {
    flex-flow: column;
    display: flex;
  }

  .section-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 100px;
  }

  .section-27.is-secondary {
    padding-left: 100px;
    position: static;
  }

  .container-24 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: auto;
    max-width: 600px;
  }

  .header-2 {
    margin-bottom: 2rem;
  }

  .header-2.is-align-center {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .section-29 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 100px;
  }

  .container-26 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: auto;
    max-width: 600px;
  }

  .heading-21 {
    text-align: center;
    text-transform: uppercase;
    font-size: 3.2rem;
    line-height: 1em;
  }

  .section-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 100px;
  }

  .container-27 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: auto;
    max-width: 600px;
  }

  .heading-42 {
    text-align: left;
    text-transform: uppercase;
    font-size: 3.2rem;
  }

  .div-block-1235 {
    grid-template-columns: 1fr;
  }

  .bold-text-22 {
    font-size: 50px;
  }

  .button-16 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .confa {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 100px;
  }

  .text-block-308 {
    font-size: 20px;
    line-height: 1.3rem;
  }

  .sustainability-hero {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: auto;
    max-width: 600px;
  }

  .about-hero-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 100px;
  }

  .div-block-1257 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 1em;
    padding-right: 1em;
  }

  .section-36 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-36.gradient-first-section {
    padding-top: 150px;
  }

  .home-hero-numbers {
    flex-direction: column;
    flex: none;
  }

  .home-hero-img {
    border-radius: 30px;
  }

  .home-hero-img-wrapper {
    border-radius: 30px;
    width: 70%;
    margin-top: -100px;
    margin-left: 20px;
  }

  .home-hero-img-wrapper.small {
    width: 50%;
  }

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

  .opacity-subtitle.l {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .vertical-divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }

  .home-hero-number-item {
    flex: none;
  }

  .properties-filter-wrapper {
    margin-bottom: -50px;
  }

  .section-37 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-message {
    font-size: 20px;
  }

  .preheader {
    border-radius: 10px;
    min-height: 30px;
    margin-bottom: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
  }

  .testimonial-card {
    background-size: 60px, auto;
    border-radius: 20px;
    padding: 20px;
  }

  .slider-button {
    right: 0;
  }

  .slider-button.previous {
    left: 0;
  }

  .line-inner {
    padding-left: 6px;
    padding-right: 6px;
  }

  .service-card-bg {
    width: 100px;
    height: 350px;
  }

  .section-travel {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-travel.gradient-first-section {
    padding-top: 150px;
  }

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

  .menu-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .menu-bg.gradient-first-section {
    padding-top: 150px;
  }

  .fn-navbar-menu-wrapper-second-11 {
    padding: 0 0 18px;
  }

  .fn-brand-box-9 {
    margin-right: 0;
    padding-left: 0;
  }

  .logistics-hero-img {
    height: auto;
  }

  .section-42 {
    flex-flow: row;
  }

  .slide_item {
    width: 80%;
  }

  .div-block-1278 {
    flex-flow: column;
  }

  .annual-strategic-report-2025 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: auto;
    max-width: 600px;
  }

  .hero-bottom-h1 {
    font-size: 551px;
  }

  .div-block-1282 {
    padding-left: 40px;
  }

  .about-h2 {
    padding-left: 0;
  }

  .body-text-5 {
    align-self: flex-start;
  }

  .award-wrapper.cc-1, .award-wrapper.cc-3, .award-wrapper.cc-2, .award-wrapper.cc-1, .award-wrapper.cc-2, .award-wrapper.cc-1, .award-wrapper.cc-2 {
    display: block;
  }

  .container-41.award {
    grid-row-gap: 68vh;
    height: 100vh;
  }

  .award-bottom-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .award-image {
    height: 100vh;
  }

  .display-02 {
    align-self: auto;
  }

  .page-padding._100vh {
    height: 100vh;
  }

  .container-42.award {
    grid-row-gap: 68vh;
    height: 100vh;
  }

  .award-image-2, .award-image-3 {
    height: 100vh;
  }

  .display-02-2 {
    align-self: auto;
  }

  .cta-image-right {
    transform: rotate(15deg);
  }

  .cta-image-left {
    transform: rotate(-15deg);
  }

  .blank-space {
    display: none;
  }

  .main-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  .left-content {
    display: none;
  }

  .discount-offer {
    top: 15px;
  }

  .visions-title {
    font-size: 80px;
  }

  .visions-title.width {
    letter-spacing: -4px;
    max-width: 100%;
    font-size: 80px;
  }

  .div-block-1291 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .saving-smiles {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: auto;
    max-width: 600px;
  }

  .bold-text-38 {
    font-size: 52px;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .hero-img {
    min-height: 461px;
    max-height: 461px;
  }

  .container-46 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blank-div {
    display: none;
  }

  .home-about-img {
    max-height: 375px;
    position: sticky;
    top: 80px;
  }

  .home-about-content {
    padding-left: 0;
  }

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

  .home-about-title-wrap {
    margin-bottom: 44px;
  }

  .home-about-grid {
    z-index: 1;
    grid-template-columns: 1fr;
    position: relative;
  }

  .home-about-ticker {
    display: none;
  }

  .card-img {
    max-height: 375px;
    position: sticky;
    top: 80px;
  }

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

  .nav__link {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown__link {
    padding: 10px;
  }

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

  .social-media-wrapper, .nav-button__bg {
    display: none;
  }

  .burger-btn-wrapper {
    min-height: 70px;
    padding-left: 20px;
  }

  .nav__dropdown {
    flex-direction: column;
    align-self: stretch;
    height: 65px;
    min-height: 65px;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    position: static;
    top: 0;
  }

  .nav__buttons-wrapper {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    min-height: auto;
    max-height: 100vh;
    padding-top: 70px;
    position: fixed;
    inset: 70px 0% auto;
    overflow: auto;
    box-shadow: 1px 0 70px #000000b0;
  }

  .burger-line {
    background-color: #000;
  }

  .nav__mobile-button {
    justify-content: center;
    align-items: center;
    height: 70px;
    padding: 0;
    transition: background-color .2s;
  }

  .nav__mobile-button.w--open {
    z-index: 99;
    background-color: #ececec;
  }

  .nav-wrapper-2 {
    padding-right: 0;
  }

  .nav__dropdown-2 {
    flex-direction: column;
    align-self: stretch;
    height: 65px;
    min-height: 65px;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    position: static;
    top: 0;
  }

  .nav-wrapper-3 {
    padding-right: 0;
  }

  .nav__dropdown-3, .nav__dropdown-4 {
    flex-direction: column;
    align-self: stretch;
    height: 65px;
    min-height: 65px;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    position: static;
    top: 0;
  }

  .nav-wrapper-4, .nav-wrapper-5 {
    padding-right: 0;
  }

  .div-block-1333 {
    grid-column-gap: 11px;
    grid-template-columns: 1.5fr 1.75fr;
  }

  .div-block-1342 {
    border-top-right-radius: 50px;
  }

  .column-scroll-content {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .header-inner {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
    flex-flow: column;
    justify-content: center;
    padding-top: 4.5em;
  }

  .section-tutorial {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .intro-copy-text {
    padding-left: 0;
    padding-right: 0;
  }

  .column-scroll-sticky-inner {
    width: 100%;
  }

  .column-scroll-wrapper {
    height: auto;
  }

  .column-scroll-content-title {
    font-size: 15vw;
  }

  .intro-title {
    font-size: 2.8em;
  }

  .column-scroll-content-wrapper {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding-right: 0;
  }

  .header-left {
    flex-wrap: wrap;
    justify-content: center;
  }

  .column-scroll-sticky {
    position: static;
  }

  .page-padding-3 {
    flex-flow: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .column-scroll-wrapper-2 {
    height: auto;
  }

  .container-49 {
    margin-left: 0;
    margin-right: 0;
  }

  .column-scroll-content-copy {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .spacer-22 {
    height: 4rem;
  }

  .card-3 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 80vh;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
  }

  .card-1 {
    object-fit: fill;
    justify-content: flex-start;
    align-items: flex-start;
    height: 80vh;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
  }

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

  .service-description {
    font-size: 1.2rem;
  }

  .service-detals {
    padding-bottom: 2rem;
  }

  .card-4 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 80vh;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .service-image {
    aspect-ratio: 1;
    max-width: none;
    overflow: visible;
  }

  .sticky-element.disable-overflow {
    height: 100vh;
  }

  .service-image-wrap {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    overflow: clip;
  }

  .card-2 {
    aspect-ratio: 1;
    justify-content: flex-start;
    align-items: flex-start;
    height: 80vh;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
  }

  .h1-services {
    font-size: 2.75rem;
  }

  .servies-grid {
    grid-template-columns: 1.25fr;
  }
}

@media screen and (max-width: 479px) {
  .section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    padding: 0;
  }

  .menu_button-mobile {
    justify-content: flex-end;
    align-items: center;
  }

  .menu_button-icon {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .home-hero_bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .projects_marquee-item {
    width: 20rem;
    min-width: auto;
    max-width: none;
  }

  .heading-style-h1 {
    line-height: 50px;
  }

  .bold-text {
    font-size: 2.6rem;
    line-height: 0;
  }

  .container {
    background-color: #fff0;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 0;
  }

  .container.card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-radius: 0;
    padding-top: 17em;
    padding-bottom: 50px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

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

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-block-two {
    margin-top: 40px;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .image-2 {
    max-width: 150px;
  }

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

  .nav_center {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .mega-nav_dropdown-list-wrapper.w--open {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .button-2 {
    white-space: nowrap;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

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

  .nav_dropdown-list-1.w--open {
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    border-radius: .75rem;
    flex-flow: column;
    position: relative;
  }

  .nav_menu-list-item {
    margin-bottom: 0;
  }

  .nav_mobile-menu-button.w--open {
    color: inherit;
  }

  .mega-nav_dropdown-list-wrapper-2.w--open {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .projects_marquee-item-2 {
    width: 20rem;
    min-width: auto;
    max-width: none;
  }

  .button-3 {
    font-size: 11px;
  }

  .fn-button-secondery, .fn-button, .fn-button-wrapper {
    width: 100%;
  }

  .fn-links-wrapper {
    margin-bottom: 12px;
  }

  .fn-logos-card {
    min-height: 60px;
  }

  .fn-logos-masonary-logo {
    height: 25px;
  }

  .fn-nav-line-4.green-line {
    background-color: #000;
  }

  .fn-button-secondery-2 {
    width: 100%;
  }

  .fn-logos-card-2 {
    min-height: 60px;
  }

  .fn-logos-masonary-logo-2 {
    height: 25px;
  }

  .bold-text-3 {
    font-family: Mulish, sans-serif;
    font-size: 21px;
    font-weight: 300;
  }

  .fn-links-wrapper-2 {
    margin-bottom: 12px;
  }

  .fn-footer-first {
    background-color: #000;
    padding-top: 0;
    padding-bottom: 109px;
  }

  .fn-footer-line {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .fn-legal-links-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .fn-button-2 {
    width: 100%;
  }

  .body {
    background-color: #fff;
  }

  .dropdown {
    width: 100%;
    display: none;
  }

  .fn-heading-12 {
    width: 100%;
    margin-bottom: 0;
    font-size: 31px;
  }

  .fn-paragraph-4 {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
    line-height: 2.1em;
  }

  .fn-button-3 {
    width: 100%;
    font-size: 16px;
  }

  .fn-section-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 132px;
  }

  .fn-column-center-2 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .fn-section-5, .fn-container-grid-5 {
    flex-flow: column;
  }

  .fn-author-wrapper {
    font-size: 14px;
  }

  .fn-author-image {
    flex: none;
  }

  .fn-heading-17 {
    font-size: 15px;
  }

  .fn-button-secondery-3 {
    width: 100%;
  }

  .fn-section-6 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fn-container-grid-6 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .fn-link-with-arrow-5 {
    justify-content: center;
    align-items: center;
  }

  .fn-features-card-with-image-2.slider-cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    width: 100%;
    display: block;
  }

  .fn-features-card-column-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .fn-blog-slider {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline-grid;
  }

  .text-block-9, .text-block-10, .text-block-11, .text-block-12 {
    font-size: 15px;
  }

  .paragraph {
    width: auto;
    display: block;
  }

  .heading-7 {
    font-size: 20px;
    font-weight: 300;
  }

  .div-block-5 {
    flex-flow: column;
    display: flex;
  }

  .header.margin-bottom_none {
    justify-content: flex-start;
    align-items: center;
  }

  .button-5 {
    white-space: nowrap;
  }

  .heading_hero {
    width: auto;
    font-size: 2rem;
  }

  .grid_2-col {
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
  }

  .tablet-1-col-1-2.gap-large {
    justify-content: flex-start;
    align-items: center;
  }

  .ix-link-wrapper {
    flex-flow: column;
    display: flex;
  }

  .h1 {
    flex-flow: column;
    width: auto;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 1.5;
    display: block;
  }

  .fn-button-4, .fn-button-wrapper-2, .button-transparen {
    width: 100%;
  }

  .fn-links-wrapper-3 {
    margin-bottom: 12px;
  }

  .container-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .image-18 {
    width: 400px;
    height: auto;
    margin-bottom: 0;
    overflow: visible;
  }

  .div-block-16 {
    padding: 20px 10px;
  }

  .heading-22 {
    font-size: 1.1rem;
  }

  .p-footer {
    text-align: left;
  }

  .fn-button-wrapper-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .grid_2-col-2 {
    border-radius: 10px;
    flex-flow: column;
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
    grid-auto-flow: row;
    height: auto;
    display: flex;
  }

  .fn-container-grid-10 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .image-ratio_auto-2 {
    border-radius: 0;
    height: auto;
  }

  .heading_secondary {
    text-align: center;
    padding-right: 0;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .fn-links-wrapper-4 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 12px;
  }

  .fn-legal-links-wrapper-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 12px;
    margin-bottom: 12px;
  }

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

  .fn-button-6 {
    align-self: stretch;
    width: 100%;
    height: auto;
    display: flex;
  }

  .image-19 {
    height: 190px;
  }

  .fn-standard-white-link-4, .fn-standard-white-link-4.top {
    text-align: left;
  }

  .fn-footer-first-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-container {
    height: 400px;
  }

  .pop-up-text-input {
    width: 100%;
  }

  .pop-up-button {
    width: 100%;
    font-size: 16px;
  }

  .pop-up-box {
    padding: 48px 24px 16px;
  }

  .close-btn-w {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .modal-content-w {
    padding: 1.5rem;
  }

  .modal-1-popup {
    padding-left: 0;
    padding-right: 0;
  }

  .modal {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .btn-w {
    font-size: .9375rem;
  }

  .modal-2-popup {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-scroll-content-w {
    padding: 1.5rem;
  }

  .modal-scroll {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .modal-w-scroll {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .modal-3-popup {
    padding-left: 0;
    padding-right: 0;
  }

  .card-w {
    padding: 1.5rem;
  }

  .brandname-w {
    padding-top: 3rem;
  }

  .x-container {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .button-6 {
    line-height: 30px;
  }

  .button--w {
    width: 100%;
  }

  .fn-navbar-container-advence-3 {
    margin-right: -30px;
  }

  .button-wrapper-hor {
    width: 100%;
  }

  .fn-navbar-advence-3 {
    background-color: #0f121300;
  }

  .image-8 {
    width: 130px;
  }

  .nav-3 {
    margin-left: -10px;
    margin-right: 24px;
    padding-right: 0;
  }

  .fn-button-7, .fn-button-5, .fn-button-wrapper-4 {
    width: 100%;
  }

  .image-20 {
    width: 130px;
  }

  .nav-4 {
    margin-left: -10px;
    margin-right: 24px;
    padding-right: 0;
  }

  .fn-button-8 {
    width: 100%;
  }

  .fn-button-wrapper-5 {
    flex-flow: column;
    width: 100%;
  }

  .fn-nav-line-9.green-line, .fn-nav-line-10.green-line, .fn-nav-line-11.green-line {
    background-color: #fff;
  }

  .fn-button-secondery-navbar-5 {
    width: 100%;
  }

  .fn-navbar-menu-advence-6 {
    height: auto;
  }

  .fn-links-wrapper-5 {
    margin-bottom: 12px;
  }

  .fn-button-wrapper-6 {
    width: 100%;
  }

  .image-21 {
    width: 130px;
  }

  .fn-button-wrapper-7 {
    width: 100%;
  }

  .image-22 {
    width: 130px;
  }

  .fn-button-9 {
    width: 100%;
  }

  .fn-button-wrapper-8 {
    flex-flow: column;
    width: 100%;
  }

  .fn-navbar-menu-advence-9 {
    height: auto;
  }

  .fn-links-wrapper-6 {
    margin-bottom: 12px;
  }

  .div-block-21 {
    flex-flow: column;
    display: flex;
  }

  .link {
    font-size: 16px;
  }

  .fn-column-center-4 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .section-5 {
    flex-flow: column;
    margin-top: -5px;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .div-block-23 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex: 0 auto;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .paragraph-7 {
    color: #b1b1b1;
    text-align: center;
    font-size: .8rem;
  }

  .h1-2 {
    color: #dae4e5;
    text-transform: none;
    flex-flow: column;
    flex: 0 auto;
    width: 100%;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    display: block;
    overflow: visible;
  }

  .div-block-8 {
    flex-flow: column;
    width: 100%;
    height: 60px;
  }

  .button-7 {
    white-space: nowrap;
  }

  .button-7.transperens-buttom {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    align-self: center;
    height: auto;
    font-size: 1.3rem;
    display: flex;
  }

  .heading-23 {
    font-size: 1.1rem;
    font-weight: 300;
  }

  .container-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 10px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    overflow: clip;
  }

  .container-7.hero {
    margin-top: -151px;
    margin-bottom: -60px;
    padding-top: 0;
  }

  .image-23.im-top {
    object-fit: contain;
    height: auto;
  }

  .section-6 {
    flex-flow: column;
    margin-top: -5px;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .section-6.is-secondary, .section-6.is-secondary2 {
    border-radius: 10px;
    max-width: none;
    margin: 10px auto 0;
    padding: 40px;
    display: block;
    position: static;
    overflow: visible;
  }

  .marquee_item {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    position: static;
    overflow: visible;
  }

  .image-13 {
    width: auto;
    height: 40px;
  }

  .image-10 {
    width: 120px;
    max-width: 2867px;
  }

  .image-12, .image-11, .image-14 {
    width: auto;
    height: 40px;
  }

  .fn-button-10, .fn-button-wrapper-9 {
    width: 100%;
  }

  .vban-section-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: radial-gradient(circle at 50% 21%, #2b2b2b, #070707 100%, #000);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 100px 10px 40px;
    display: flex;
  }

  .container-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 10px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 1em 50px;
    overflow: clip;
  }

  .fn-column-center-5 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    margin-top: 4rem;
  }

  .div-block-24 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .h1-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    color: #dae4e5;
    text-transform: none;
    flex-flow: column;
    flex: 0 auto;
    width: 100%;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    display: flex;
    overflow: visible;
  }

  .heading-24 {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 25px;
  }

  .sub-title {
    font-size: 21px;
    line-height: 12px;
  }

  .button-8 {
    white-space: normal;
    align-self: center;
    width: auto;
    height: auto;
    padding-left: 1.8em;
    padding-right: 1.8em;
    font-size: 1.4rem;
    display: block;
  }

  .button-8.blue {
    font-size: 1.4rem;
  }

  .button-8.travel {
    width: auto;
  }

  .button-8.w {
    border-radius: 10px;
  }

  .bold-text-9 {
    font-size: 1.8rem;
  }

  .div-block-25 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-text {
    font-size: 2.2rem;
    line-height: 1;
  }

  .header-text.vban {
    font-size: 3.5rem;
    line-height: .8;
  }

  .header-text.smal2 {
    font-size: 1.5rem;
  }

  .header-text.smal {
    font-size: 2.4rem;
  }

  .sub-title-points {
    font-size: 20px;
    line-height: 1em;
  }

  .div-block-26 {
    font-size: 15px;
    line-height: 13px;
  }

  .div-block-27 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    margin-top: 48px;
  }

  .card-title {
    font-size: 1.9rem;
  }

  .cards {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .card-main-title {
    text-align: left;
    margin-top: 59px;
    padding-top: 0;
    padding-bottom: 25px;
    padding-left: 30px;
    font-size: 2.8rem;
    line-height: 3.3rem;
    display: block;
  }

  .div-block-33 {
    padding-left: 31px;
  }

  .card-us {
    border-radius: 10px;
    padding-top: 2rem;
    overflow: clip;
  }

  .block-text-card {
    font-size: .9rem;
  }

  .section-bg-img {
    flex-flow: column;
    padding: 40px 10px;
    display: block;
  }

  .block-sub-title.car-text {
    padding-right: 48px;
    line-height: 2rem;
  }

  .block-sub-title.car-text-2 {
    font-size: 19px;
  }

  .div-block-34 {
    width: 100%;
    margin-top: 15px;
  }

  .header-bg-logo, .container-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 10px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    overflow: clip;
  }

  .fn-column-center-6 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .div-block-35 {
    flex-flow: column;
    display: flex;
  }

  .heading-25 {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 25px;
  }

  .sub-title-2 {
    font-size: 15px;
    line-height: 12px;
  }

  .hero-bg-logo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 10px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    overflow: clip;
  }

  .card-main-title-black {
    font-size: 3rem;
    line-height: 3.3rem;
    display: block;
  }

  .open_account {
    white-space: normal;
    align-self: auto;
    width: 100%;
    height: auto;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .text-block-24, .heading-26 {
    width: auto;
  }

  .open-ac {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
    flex-flow: column;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .why {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-48 {
    border-radius: 0;
    margin-right: 40px;
    padding-bottom: 300px;
  }

  .section-grey {
    flex-flow: column;
    padding-top: 4em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .black {
    font-size: 17px;
  }

  .div-block-41 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-span {
    line-height: .5;
  }

  .text-span-2 {
    line-height: .9;
  }

  .text-block-25 {
    font-size: 13px;
  }

  .div-block-50 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .div-block-51 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-24 {
    margin-bottom: 0;
  }

  .paragraph-9 {
    margin-top: 43px;
  }

  .card-empty-bg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0 20px;
  }

  .heading-27 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    display: flex;
  }

  .div-block-52 {
    grid-template-columns: 1fr;
    padding-left: 4rem;
    padding-right: 2rem;
  }

  .cards-fast {
    padding-left: 1em;
    padding-right: 1em;
  }

  .text-block-26 {
    width: auto;
    padding-left: 0;
    padding-right: 20px;
    font-size: 31px;
    line-height: 38px;
  }

  .cards-fast--sq {
    background-color: #000000db;
    width: auto;
    padding-left: 40px;
    padding-right: 20px;
  }

  .cards-fast-copy.bg {
    width: 100%;
    height: 450px;
  }

  .cards-fast-copy.bg2 {
    background-image: linear-gradient(#0000, #0000), url('../images/foto-43-1.avif'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50%, 0 0;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 10px 10px 220px;
  }

  .cards-fast--sq-copy, .cards-fast1-2 {
    padding-left: 40px;
    padding-right: 20px;
  }

  .div-block-53 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-55 {
    flex-flow: column;
  }

  .div-block-56 {
    height: 360px;
  }

  .text-block-27 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 29px;
  }

  .div-block-57 {
    width: 100%;
  }

  .div-block-58 {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .image-25 {
    width: 100%;
  }

  .calc {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-28 {
    padding-left: 0;
    padding-right: 0;
    font-size: 31px;
    line-height: 38px;
  }

  .container-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-29 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 38px;
  }

  .text-block-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-60 {
    flex-flow: column;
    display: flex;
  }

  .text-block-37 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-38 {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 37px;
  }

  .section-8 {
    flex-flow: column;
    margin-top: -5px;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
    overflow: visible;
  }

  .section-8.is-secondary {
    border-radius: 10px;
    max-width: none;
    margin: 10px auto 10px 10px;
    padding: 40px 10px 40px 40px;
    display: block;
    position: static;
    overflow: visible;
  }

  .marquee_item-2 {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: stretch;
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .image-26 {
    width: auto;
    height: 40px;
  }

  .image-27 {
    width: 120px;
    max-width: 2867px;
  }

  .image-28, .image-29, .image-30 {
    width: auto;
    height: 40px;
  }

  .table-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1.5fr 1.5fr 1.5fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    min-width: 700px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 40px;
    display: grid;
    overflow: visible;
  }

  .text-block-40 {
    width: auto;
    min-width: 150px;
    font-size: 15px;
  }

  .div-block-65 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-66 {
    width: auto;
    overflow: scroll;
  }

  .container-12 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-42 {
    margin-left: 40px;
    font-size: 31px;
  }

  .table-wrapper-2 {
    grid-template-columns: 1.5fr 1.5fr 1.5fr;
    width: auto;
    min-width: 700px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 40px;
    overflow: visible;
  }

  .card-title-2 {
    font-size: 1.8rem;
  }

  .cards-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

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

  .section-bg-img-2 {
    flex-flow: column;
    padding: 100px 10px 40px;
    display: block;
  }

  .section-10 {
    flex-flow: column;
    margin-top: -5px;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
    overflow: visible;
  }

  .section-10.is-secondary {
    border-radius: 10px;
    max-width: none;
    margin: 10px;
    padding: 40px 20px;
    display: block;
    position: static;
    overflow: visible;
  }

  .image-32 {
    width: auto;
    height: 40px;
  }

  .image-33 {
    width: 120px;
    max-width: 2867px;
  }

  .image-34, .image-35, .image-36 {
    width: auto;
    height: 40px;
  }

  .card-title-3 {
    font-size: 1rem;
  }

  .card-small {
    border-radius: 10px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-right: 2rem;
    overflow: clip;
  }

  .card-small.bg {
    height: 200px;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .cards-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .container-13 {
    margin-left: 10px;
    padding-left: 0;
    padding-right: 10px;
  }

  .text-block-43 {
    font-size: 3em;
  }

  .section-11 {
    padding-bottom: 20px;
  }

  .cards-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .card-small--dark {
    border-radius: 10px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
    overflow: clip;
  }

  .card-small--dark.bg {
    height: 200px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .card-title-dark {
    font-size: 1.7rem;
    line-height: 1em;
  }

  .card-title-dark-small {
    font-size: 1rem;
  }

  .text-block-4 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 29px;
  }

  .text-block-45 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-72 {
    grid-template-columns: 1fr;
  }

  .freeaccount {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .open-acc {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    height: auto;
    padding: 0;
  }

  .text-block-278 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 29px;
  }

  .bold-text-10 {
    line-height: .9em;
  }

  .header-sub-text {
    font-size: 1.6rem;
    line-height: 1;
  }

  .header-sub-text.vban {
    font-size: 3.4rem;
    line-height: .8;
  }

  .header-sub-text.smal2 {
    font-size: 1.5rem;
  }

  .table-wrapper-mob {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1.5fr 1.5fr 1.5fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    min-width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 40px;
    display: flex;
    overflow: visible;
  }

  .div-block-75 {
    flex-flow: column;
    display: flex;
  }

  .text-span-3 {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.2em;
  }

  .text-block-40-mob {
    width: auto;
    min-width: 150px;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .paragraph-9-copy {
    margin-top: 43px;
  }

  .div-block-77 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .section-13 {
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: clip;
  }

  .section-13.travel {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
  }

  .div-block-78 {
    background-color: #0b0d08c4;
    background-image: none;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-79 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .heading-28-copy {
    font-size: 48px;
    line-height: .9em;
  }

  .rails {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: url('../images/Bilder-icon-color.svg'), radial-gradient(circle at 50% 21%, #2b2b2b, #070707 100%, #000);
    background-position: -18% 70%, 0 0;
    background-size: 4000px, auto;
    background-attachment: fixed, scroll;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 100px 10px 40px;
    display: flex;
  }

  .hero-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: radial-gradient(circle at 50% 21%, #2b2b2b, #070707 100%, #000);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 100px 10px 40px;
    display: flex;
  }

  .white-bg {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff;
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px 1rem 40px;
    display: flex;
  }

  .white-bg.bg-img {
    padding-bottom: 311px;
  }

  .paragraph-12 {
    margin-top: 14px;
  }

  .paragraph-13 {
    margin-top: 0;
  }

  .heading-33 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-86 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: grid;
  }

  .button-10 {
    white-space: normal;
    align-self: center;
    width: auto;
    height: auto;
    padding-left: 1.8em;
    padding-right: 1.8em;
    font-size: .9rem;
    display: block;
  }

  .button-10.blue {
    font-size: 1.1rem;
  }

  .hero-personal-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: radial-gradient(circle at 50% 21%, #2b2b2b, #070707 100%, #000);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 100px 10px 40px;
    display: flex;
  }

  .personal-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 10px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    overflow: clip;
  }

  .freelance-hero-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: radial-gradient(circle at 50% 21%, #2b2b2b, #070707 100%, #000);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 100px 10px 40px;
    display: flex;
  }

  .freelance-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 10px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    overflow: clip;
  }

  .section-15 {
    padding-top: 0;
  }

  .div-block-87 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .container-15 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .text-block-285 {
    text-align: left;
    padding-left: 0;
    padding-right: 2rem;
    font-size: 60px;
  }

  .fn-faq-item-toggle-4 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph_large-2 {
    text-align: left;
    width: auto;
    font-size: 1.5rem;
    line-height: 1.3em;
  }

  .bold-text-12 {
    text-align: left;
    width: 100%;
    font-size: 1.3rem;
  }

  .fn-faq-arrow-down-4 {
    margin-left: auto;
  }

  .div-block-90 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-286 {
    font-size: 35px;
  }

  .div-block-30 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .subheading-3 {
    text-align: left;
  }

  .div-block-28 {
    grid-template-columns: 1fr;
  }

  .text-block-288 {
    text-align: left;
  }

  .container-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-17 {
    padding-top: 0;
  }

  .bold-text-13 {
    line-height: 1.4em;
  }

  .about-hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 100px 2rem 40px;
    display: flex;
  }

  .about-title {
    text-align: center;
    padding-right: 0;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .about-bg-logo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 10px;
    width: auto;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    overflow: clip;
  }

  .div-block-92, .div-block-9 {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .div-block-31 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .div-block-32 {
    grid-template-columns: 1fr;
  }

  .div-block-94 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
  }

  .div-block-10 {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    grid-template-columns: 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-45 {
    border-radius: 10px;
  }

  .fn-faq-item-toggle-5 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bold-text-14 {
    text-align: left;
    width: 100%;
    font-size: 1.3rem;
  }

  .fn-faq-arrow-down-5 {
    margin-left: auto;
  }

  .div-block-96 {
    flex-flow: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .logistics-bg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 10px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    overflow: clip;
  }

  .industry-hero, .logistics-hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: radial-gradient(circle at 50% 21%, #2b2b2b, #070707 100%, #000);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 100px 10px 40px;
    display: flex;
  }

  .hero {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero.it {
    width: 100%;
  }

  .hero.digi {
    background-image: linear-gradient(196deg, #6e1353, #fff0), url('../images/Bilder-icon-color.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 3260px;
    background-attachment: scroll, fixed;
  }

  .hero.consulting {
    background-image: linear-gradient(#000000d6, #000000d6), url('../images/Bilder-icon-color.svg');
    background-position: 0 0, 50%;
    background-size: auto, 3800px;
  }

  .hero.freelance {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero.personal {
    padding-left: 2em;
    padding-right: 2rem;
    overflow: clip;
  }

  .hero.cashback {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero.openbanking {
    overflow: clip;
  }

  .hero.main-new {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero.home {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero.openbanking {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero.fintech {
    background-image: linear-gradient(#00000094, #00000094), url('../images/Bilder-icon-color.svg');
    background-position: 0 0, 18% 62%;
  }

  .container-18 {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-18.cashback {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-industries {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-industries.open {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .heading-37 {
    font-size: 55px;
  }

  .div-block-100.igaming {
    width: 100%;
  }

  .div-block-100.cashback {
    width: 100%;
    height: 500px;
    margin-left: 0;
    padding-left: 0;
  }

  .hero-title {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    margin-top: 21px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-102 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-columns: 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .div-block-104 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-107 {
    width: 100%;
  }

  .div-block-109 {
    border-radius: 16px;
    padding: 1.6em;
  }

  .div-block-64 {
    flex-flow: column;
    display: flex;
  }

  .heading-39 {
    width: auto;
  }

  .div-block-113 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 19px;
  }

  .section-23 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slide-2 {
    width: 100%;
    margin-right: 10px;
  }

  ._11years {
    font-size: 22px;
  }

  .div-block-118 {
    width: 100%;
    height: 500px;
  }

  .div-block-120 {
    width: 100%;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-right: 0;
    padding-left: 40px;
    display: flex;
    inset: 0% 0 0% auto;
  }

  .icon- {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .text-block-295 {
    font-size: 37px;
    line-height: 1.1em;
  }

  .div-block-122 {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-123 {
    flex-flow: column;
  }

  .button-11 {
    white-space: normal;
    align-self: center;
    width: auto;
    height: auto;
    padding-left: 1.8em;
    padding-right: 1.8em;
    font-size: .9rem;
    display: block;
  }

  .fee-bus {
    flex-flow: column;
    display: flex;
  }

  .div-block-124 {
    flex-flow: column;
  }

  .button-12 {
    white-space: normal;
    align-self: center;
    width: auto;
    height: auto;
    padding-left: 1.8em;
    padding-right: 1.8em;
    font-size: 1.5rem;
    display: block;
  }

  .div-block-125 {
    flex-flow: column;
  }

  .div-block-127 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .fn-faq-item-toggle-6 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bold-text-19 {
    text-align: left;
    width: 100%;
    font-size: 1.3rem;
  }

  .fn-faq-arrow-down-6, .fn-faq-arrow-down-7 {
    margin-left: auto;
  }

  .section-26 {
    flex-flow: column;
    margin-top: -5px;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
    overflow: visible;
  }

  .section-26.is-secondary {
    border-radius: 10px;
    max-width: none;
    margin: 10px auto;
    padding: 40px;
    display: block;
    position: static;
    overflow: visible;
  }

  .heading_primary {
    color: #dae4e5;
    font-family: Inter, sans-serif;
    font-size: 3rem;
    font-weight: 493;
    line-height: 1em;
  }

  .heading_primary.white {
    color: #000;
  }

  .fn-faq-item-toggle-7 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-13 {
    white-space: nowrap;
  }

  .container-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 10px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    overflow: clip;
  }

  .rich-text {
    flex-flow: column;
    width: auto;
    font-size: 1.13rem;
    line-height: 0;
    display: flex;
  }

  .bold-text-20 {
    text-align: left;
    width: 100%;
    font-size: 1.3rem;
  }

  .ix-link-wrapper-2 {
    flex-flow: column;
    display: flex;
  }

  .fn-faq-arrow-down-8 {
    margin-left: auto;
  }

  .section-27 {
    flex-flow: column;
    margin-top: -5px;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
    overflow: visible;
  }

  .section-27.is-secondary {
    border-radius: 10px;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 40px 1em;
    display: block;
    position: static;
    overflow: visible;
  }

  .fn-faq-item-toggle-8 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-14 {
    white-space: nowrap;
  }

  .container-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 10px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    overflow: clip;
  }

  .bold-text-21 {
    text-align: left;
    width: 100%;
    font-size: 1.3rem;
  }

  .ix-link-wrapper-3 {
    flex-flow: column;
    display: flex;
  }

  .container-25 {
    background-color: #fff;
    padding: 0 1em 2em;
  }

  .div-block-1211 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-15 {
    width: auto;
  }

  .header-2.is-align-center {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11 {
    overflow: scroll;
  }

  .div-block-12 {
    width: 100%;
    overflow: clip;
  }

  .image-17 {
    border-radius: 0;
    width: 100%;
    height: 100%;
  }

  .section-29 {
    flex-flow: column;
    margin-top: -5px;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
    overflow: visible;
  }

  .container-26 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 10px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    overflow: clip;
  }

  .image-52 {
    display: block;
  }

  .heading-21 {
    text-align: left;
    font-size: 2.1rem;
    line-height: 1.4em;
  }

  .div-block-1214 {
    overflow: scroll;
  }

  .div-block-1215 {
    width: 100%;
    overflow: clip;
  }

  .image-53 {
    border-radius: 0;
    width: 100%;
    height: 100%;
  }

  .section-30 {
    flex-flow: column;
    margin-top: -5px;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
    overflow: visible;
  }

  .container-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 10px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    overflow: clip;
  }

  .image-54 {
    display: block;
  }

  .heading-42 {
    text-align: left;
    font-size: 2.1rem;
    line-height: 1.4em;
  }

  .text-block-302 {
    width: 100%;
    font-size: 40px;
  }

  .text-block-303 {
    text-align: left;
    font-size: 21px;
    line-height: 1.8rem;
  }

  .div-block-1235 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .button-16 {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-1237 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .cashback-real-money {
    padding-top: 4rem;
    padding-left: 1em;
    padding-right: 1em;
  }

  .paragraph-16 {
    text-align: left;
  }

  .confa {
    flex-flow: column;
    margin-top: -5px;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
    overflow: visible;
  }

  .div-block-1239 {
    flex-flow: column;
  }

  .section-31 {
    flex-flow: column;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .text-block-306 {
    font-size: 31px;
  }

  .div-block-1241 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap-reverse;
  }

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

  .bus-header {
    padding-left: 0;
    padding-right: 0;
  }

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

  .bold-text-23 {
    padding-top: 10px;
    font-size: 50px;
  }

  .sustainability-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 10px;
    width: 100%;
    min-width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-bottom: 50px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    overflow: clip;
  }

  .heading-43 {
    font-size: 40px;
    line-height: 1.2em;
  }

  .about-hero-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: radial-gradient(circle at 50% 21%, #2b2b2b, #070707 100%, #000);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 100px 10px 40px;
    display: flex;
  }

  .container-32 {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-1247 {
    flex-flow: column;
  }

  .div-block-1250 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-1251 {
    flex-flow: column;
  }

  .div-block-1253 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block-1257 {
    grid-template-columns: 1fr;
  }

  .bold-text-25 {
    font-size: 87px;
  }

  .home-hero-img-wrapper {
    height: 50vh;
  }

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

  .home-hero-left {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0%;
    padding-left: 0;
  }

  .div-block-1262 {
    flex-flow: column;
  }

  .heading-45 {
    font-size: 92px;
  }

  .div-block-1264 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .testimonial-message {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-card {
    background-position: 93% 95%, 0 0;
    background-size: 40px, auto;
  }

  .quotes-testimonial {
    width: 40px;
  }

  .card-testimonial {
    height: 320px;
  }

  .mask-testimonial {
    width: 90%;
  }

  .headline-centered.testimonials {
    max-width: 216px;
  }

  .service-card-bg {
    width: 75px;
    height: 300px;
  }

  .service-card-bg-text {
    font-size: 160px;
  }

  .card-service {
    height: auto;
  }

  .bold-text-28 {
    line-height: 1em;
  }

  .text-block-318 {
    text-align: left;
    width: 100%;
    font-size: 39px;
    line-height: 1.4em;
  }

  .text-block-319 {
    text-align: left;
    width: 100%;
  }

  .div-block-1267 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    padding-left: 2em;
    padding-right: 2em;
  }

  .div-block-1268 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .bold-text-29 {
    font-size: 79px;
    line-height: .7em;
  }

  .heading-47 {
    margin-top: 0;
    font-size: 87px;
  }

  .text-block-320 {
    line-height: 1.3em;
  }

  .text-block-321 {
    font-size: 57px;
  }

  .div-block-1270 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-22 {
    color: #013f6b;
    font-family: Inter, sans-serif;
    font-size: 27px;
  }

  .fn-navbar-links-wrapper-advence-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .fn-navbar-menu-wrapper-second-11 {
    background-color: #fafafa;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fn-navbar-menu-advence-10 {
    background-color: #d8e5e6;
    height: auto;
    padding-bottom: 20px;
  }

  .fn-button-wrapper-10 {
    flex-flow: column;
    width: 100%;
  }

  .button-transparen-2 {
    color: #0e0e0e;
    width: 100%;
  }

  .image-58 {
    width: 130px;
  }

  .div-block-1276 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    place-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .logistics-hero-img {
    height: auto;
  }

  .section-42 {
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .container-39 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .slide_item {
    width: 104%;
    padding-right: 4%;
  }

  .text-block-331 {
    padding-left: 20px;
  }

  .div-block-1278 {
    flex-flow: column;
  }

  .annual-strategic-report-2025 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 10px;
    width: auto;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    overflow: clip;
  }

  .bold-text-32 {
    font-size: 26px;
    line-height: 2rem;
  }

  .text-block-337 {
    font-size: 17px;
    font-weight: 300;
  }

  .hero-bottom-h1 {
    max-width: 344px;
    font-size: 551px;
  }

  .div-block-1282 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .about-h2 {
    padding-left: 0;
    font-size: 37px;
    font-weight: 500;
  }

  .body-text-5 {
    align-self: flex-start;
  }

  .container-41.award {
    grid-row-gap: 70vh;
  }

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

  .page-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-42.award {
    grid-row-gap: 70vh;
  }

  .display-02-2 {
    font-size: 2.4rem;
  }

  .cta-image-right {
    width: 50%;
    right: -3%;
  }

  .button-secondary {
    font-weight: 400;
  }

  .cta-image-main {
    width: 50%;
  }

  .cta-image-left {
    width: 50%;
    left: -3%;
  }

  .cta-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .price {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px;
  }

  .button-primary-4 {
    font-weight: 400;
  }

  .price-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .pricing-tab-menu {
    width: 100%;
    margin-bottom: 81px;
  }

  .main-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .discount-offer {
    inset: 80px auto 0% 0%;
  }

  .visions-title.width {
    font-size: 59px;
  }

  .card-service-2 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    top: 360px;
  }

  .services-list-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-340 {
    font-size: 29px;
    font-weight: 300;
  }

  .div-block-1289 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    position: static;
    top: 500px;
  }

  .bold-text-34 {
    font-size: 51px;
  }

  .div-block-1290 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .div-block-1291 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: auto;
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-49 {
    padding-right: 9px;
  }

  .saving-smiles {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 10px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    overflow: clip;
  }

  .text-block-342 {
    font-size: 60px;
  }

  .container-43 {
    border-radius: 0;
  }

  .section-45 {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-1292 {
    grid-template-columns: 1fr;
  }

  .container-44 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-345 {
    width: auto;
  }

  .div-block-1293 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-1294 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-60 {
    width: 340px;
    height: auto;
  }

  .div-block-1297 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-50 {
    width: 100%;
  }

  .bold-text-37 {
    font-size: 40px;
    line-height: 1em;
  }

  .bold-text-38 {
    font-size: 42px;
    line-height: 1.1em;
  }

  .article-wrapper {
    width: 90%;
  }

  .text-weight-bold.text-size-medium {
    font-size: 1rem;
  }

  .div-block-1299 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-1301 {
    background-color: #fff0;
    height: 500px;
    padding-right: 12px;
  }

  .hero-numbers {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .hero-numbers.cashback {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-about-img {
    position: static;
  }

  .image-64 {
    width: 200px;
  }

  .image-65 {
    width: 180px;
  }

  .card-img {
    position: static;
  }

  .nav__link {
    border-bottom: 1px solid #ececec;
    padding-bottom: 0;
    display: block;
  }

  .dropdown__link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown__link-divider {
    background-color: #d6d6d6;
    width: 50%;
    height: 1px;
    margin: auto;
  }

  .nav__dropdown {
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }

  .nav-button__text {
    padding-bottom: 20px;
  }

  .nav__buttons-wrapper {
    display: block;
  }

  .dropdown__container {
    flex-direction: column;
  }

  .nav__dropdown-2, .nav__dropdown-3 {
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }

  .dropdown__container-2 {
    flex-direction: column;
  }

  .dropdown-5 {
    width: 100%;
    display: none;
  }

  .fn-button-wrapper-11 {
    flex-flow: column;
    width: 100%;
  }

  .dropdown__container-3 {
    flex-direction: column;
  }

  .fn-button-wrapper-12 {
    flex-flow: column;
    width: 100%;
  }

  .nav__dropdown-4 {
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }

  .dropdown-6 {
    width: 100%;
    display: none;
  }

  .dropdown__container-4 {
    flex-direction: column;
  }

  .fn-button-wrapper-13 {
    flex-flow: column;
    width: 100%;
  }

  .dropdown-7 {
    width: 100%;
    display: none;
  }

  .image-67 {
    width: 130px;
  }

  .fn-button-wrapper-14 {
    flex-flow: column;
    width: 100%;
  }

  .dropdown-8 {
    width: 100%;
    display: none;
  }

  .image-68 {
    width: 130px;
  }

  .fn-button-wrapper-15 {
    flex-flow: column;
    width: 100%;
  }

  .dropdown-9 {
    width: 100%;
    display: none;
  }

  .image-69 {
    width: 130px;
  }

  .text-block-359 {
    line-height: 1.8rem;
  }

  .div-block-1321 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    color: #000;
    background-color: #fff;
    flex-flow: column;
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

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

  .link-6 {
    font-size: .9rem;
  }

  .leadership {
    height: 460px;
  }

  .div-block-1323 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-1324 {
    flex-flow: column;
  }

  .image-71 {
    width: 100%;
  }

  .container-47 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    display: flex;
  }

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

  .youtube {
    border-radius: 0;
  }

  .div-block-1326 {
    flex-flow: column;
  }

  .div-block-1327 {
    background-position: 50% 470%;
    background-size: contain;
  }

  .div-block-1331 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-1332, .div-block-1333 {
    grid-template-columns: 1fr;
  }

  .section-52 {
    border-radius: 1px;
  }

  .section-53 {
    border-radius: 10px;
  }

  .heading-54 {
    font-size: 17px;
  }

  .div-block-1339 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-1341 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block-1342 {
    border-radius: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .text-block-367 {
    line-height: 1.8em;
  }

  .bold-text-42 {
    font-size: 46px;
    line-height: 1.1em;
  }

  .column-scroll-content {
    padding: 0 2em;
  }

  .column-scroll-sticky-inner {
    position: relative;
  }

  .header-button-wrapper, .header-button {
    width: 100%;
  }

  .column-scroll-content-title.is-2 {
    font-size: 14vw;
  }

  .column-scroll-content-title.is-1 {
    font-size: 13vw;
    font-weight: 400;
  }

  .column-scroll-content-copy {
    padding-left: 0;
  }

  .column-scroll-item {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    position: relative;
  }

  .header-left {
    font-size: .8em;
  }

  .column-scroll-sticky {
    height: auto;
  }

  .page-padding-3 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .section-56 {
    padding-bottom: 0;
  }

  .button-29 {
    width: 100%;
  }

  .div-block-1349 {
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .bold-text-45 {
    font-size: 32px;
  }

  .div-block-1350 {
    grid-template-columns: 1fr;
    padding-left: 1em;
  }

  .column-scroll-content-copy {
    padding: 0 2em;
  }

  .div-block-1354, .div-block-1357 {
    flex-flow: column;
  }

  .container-51 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .image-74 {
    width: 100%;
  }

  .spacer-22 {
    height: 2rem;
  }

  .card-3 {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .card-1 {
    justify-content: flex-start;
    align-items: center;
    height: 70vh;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .track {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-detals {
    padding-bottom: 0;
  }

  .card-4 {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sticky-element.disable-overflow {
    height: 100vh;
  }

  .card-2 {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .h1-services {
    font-size: 2rem;
  }

  .text-block-376 {
    font-size: 31px;
  }

  .section-58 {
    margin-top: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .div-block-1360 {
    grid-template-columns: 1fr;
  }

  .text-block-379 {
    font-size: 17px;
  }

  .text-block-380 {
    font-size: 30px;
    line-height: 1.2em;
  }

  .section-59 {
    padding: 1em;
  }

  .text-block-381 {
    line-height: 1.5em;
  }

  .div-block-1363 {
    background-image: linear-gradient(#00000026, #00000026), url('../images/uk_flag_bottom-1.avif');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
    padding: 22em 2em 2em;
  }

  .div-block-1364 {
    padding: 32px;
  }
}

#w-node-_583c8d90-f02b-8158-8c45-26d25f980e6f-af54bad1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_583c8d90-f02b-8158-8c45-26d25f980e74-af54bad1 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_583c8d90-f02b-8158-8c45-26d25f980e80-af54bad1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_583c8d90-f02b-8158-8c45-26d25f980e86-af54bad1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ba500903-2df8-b86a-ada7-f039408dd16d-af54bad1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_64929528-939c-bba3-9e07-388c951fc110-1186b2f7.w-node-a12ab9d2-c078-a623-37c7-7234d272bce0-d272bcdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a12ab9d2-c078-a623-37c7-7234d272bd05-d272bcdb, #w-node-a12ab9d2-c078-a623-37c7-7234d272bd20-d272bcdb, #w-node-a12ab9d2-c078-a623-37c7-7234d272bcea-d272bcdb, #w-node-a12ab9d2-c078-a623-37c7-7234d272bd31-d272bcdb, #w-node-a12ab9d2-c078-a623-37c7-7234d272bd45-d272bcdb, #w-node-a12ab9d2-c078-a623-37c7-7234d272bd5b-d272bcdb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a12ab9d2-c078-a623-37c7-7234d272bd77-d272bcdb {
  align-self: end;
}

#w-node-_61eb862f-9c03-ede7-c0b5-db3296110983-96110982 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_61eb862f-9c03-ede7-c0b5-db32961109a7-96110982, #w-node-_61eb862f-9c03-ede7-c0b5-db32961109af-96110982 {
  align-self: stretch;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b619ad-02b6196f {
  grid-area: span 2 / span 4 / span 2 / span 4;
  justify-self: stretch;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b619ae-02b6196f {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b619af-02b6196f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b619b1-02b6196f {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b619ba-02b6196f {
  grid-area: span 2 / span 4 / span 2 / span 4;
  justify-self: stretch;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b619bb-02b6196f {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b619bc-02b6196f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b619be-02b6196f {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b619c7-02b6196f, #w-node-_7b5d726b-fefa-3481-6a03-c99602b619c9-02b6196f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2cfc81d8-8d44-b6b1-d675-c24e8fc6efa5-02b6196f {
  grid-area: span 2 / span 3 / span 2 / span 3;
  justify-self: stretch;
}

#w-node-_2cfc81d8-8d44-b6b1-d675-c24e8fc6efa6-02b6196f {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-fdef5d27-ed6c-0ef7-b855-46ae85d092b9-02b6196f {
  grid-area: span 2 / span 3 / span 2 / span 3;
  justify-self: stretch;
}

#w-node-fdef5d27-ed6c-0ef7-b855-46ae85d092ba-02b6196f {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_2cfc81d8-8d44-b6b1-d675-c24e8fc6efb0-02b6196f {
  grid-area: span 2 / span 3 / span 2 / span 3;
  justify-self: stretch;
}

#w-node-_2cfc81d8-8d44-b6b1-d675-c24e8fc6efb1-02b6196f {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_2cfc81d8-8d44-b6b1-d675-c24e8fc6efb4-02b6196f {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_9b928829-a403-663d-c55b-384a65672a60-02b6196f {
  grid-area: span 2 / span 3 / span 2 / span 3;
  justify-self: stretch;
}

#w-node-_9b928829-a403-663d-c55b-384a65672a61-02b6196f {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_9b928829-a403-663d-c55b-384a65672a64-02b6196f {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b619e0-02b6196f {
  grid-area: span 2 / span 4 / span 2 / span 4;
  justify-self: stretch;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b619e1-02b6196f {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b619e4-02b6196f {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b619ed-02b6196f {
  grid-area: span 2 / span 4 / span 2 / span 4;
  justify-self: stretch;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b619ee-02b6196f {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b619f1-02b6196f {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b619fa-02b6196f, #w-node-_7b5d726b-fefa-3481-6a03-c99602b619fc-02b6196f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b61a13-02b6196f {
  grid-area: span 2 / span 4 / span 2 / span 4;
  justify-self: stretch;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b61a14-02b6196f {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b61a15-02b6196f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b61a17-02b6196f {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b61a20-02b6196f {
  grid-area: span 2 / span 4 / span 2 / span 4;
  justify-self: stretch;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b61a21-02b6196f {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b61a22-02b6196f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b61a24-02b6196f {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b61a2d-02b6196f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d44177b5-d610-c9b2-282d-5236f48be1b6-02b6196f {
  grid-area: span 2 / span 4 / span 2 / span 4;
  justify-self: stretch;
}

#w-node-d44177b5-d610-c9b2-282d-5236f48be1b7-02b6196f {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-d44177b5-d610-c9b2-282d-5236f48be1b8-02b6196f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d44177b5-d610-c9b2-282d-5236f48be1ba-02b6196f {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_7b5d726b-fefa-3481-6a03-c99602b61a42-02b6196f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b8863e60-8b8b-7c31-e709-9c967ec65440-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec65445-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec6544a-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec6544f-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec65454-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec65459-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec6545e-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec65463-7ec65424 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8863e60-8b8b-7c31-e709-9c967ec65468-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec6546a-7ec65424 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b8863e60-8b8b-7c31-e709-9c967ec65476-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec6547b-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec65480-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec65485-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec6548a-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec6548f-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec65494-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec65499-7ec65424 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8863e60-8b8b-7c31-e709-9c967ec6549e-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec654a0-7ec65424 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b8863e60-8b8b-7c31-e709-9c967ec654ac-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec654b1-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec654b6-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec654bb-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec654c0-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec654c5-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec654ca-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec654cf-7ec65424 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8863e60-8b8b-7c31-e709-9c967ec654d4-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec654d6-7ec65424 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b8863e60-8b8b-7c31-e709-9c967ec654e2-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec654e7-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec654ec-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec654f1-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec654f6-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec654fb-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec65500-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec65505-7ec65424 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8863e60-8b8b-7c31-e709-9c967ec6550a-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec6550c-7ec65424 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b8863e60-8b8b-7c31-e709-9c967ec65516-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec6551b-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec65520-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec65525-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec6552a-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec6552f-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec65534-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec65539-7ec65424 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8863e60-8b8b-7c31-e709-9c967ec6553e-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec65540-7ec65424 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b8863e60-8b8b-7c31-e709-9c967ec6554a-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec6554f-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec65554-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec65559-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec6555e-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec65563-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec65568-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec6556d-7ec65424 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8863e60-8b8b-7c31-e709-9c967ec65572-7ec65424, #w-node-b8863e60-8b8b-7c31-e709-9c967ec65574-7ec65424 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ffebe31a-0711-584d-1ee0-e512c89b4e75-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4e7a-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4e7f-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4e84-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4e89-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4e8e-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4e93-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4e98-c89b4e59 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ffebe31a-0711-584d-1ee0-e512c89b4e9d-c89b4e59 {
  grid-area: 9 / 1 / 10 / 4;
  justify-self: center;
}

#w-node-ffebe31a-0711-584d-1ee0-e512c89b4e9f-c89b4e59 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ffebe31a-0711-584d-1ee0-e512c89b4eab-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4eb0-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4eb5-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4eba-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4ebf-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4ec4-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4ec9-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4ece-c89b4e59 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ffebe31a-0711-584d-1ee0-e512c89b4ed3-c89b4e59 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-ffebe31a-0711-584d-1ee0-e512c89b4ed5-c89b4e59 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ffebe31a-0711-584d-1ee0-e512c89b4f17-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4f1c-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4f21-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4f26-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4f2b-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4f30-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4f35-c89b4e59 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ffebe31a-0711-584d-1ee0-e512c89b4f3f-c89b4e59 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-ffebe31a-0711-584d-1ee0-e512c89b4f41-c89b4e59 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ffebe31a-0711-584d-1ee0-e512c89b4f4b-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4f50-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4f55-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4f5a-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4f5f-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4f64-c89b4e59, #w-node-ffebe31a-0711-584d-1ee0-e512c89b4f69-c89b4e59 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ffebe31a-0711-584d-1ee0-e512c89b4f73-c89b4e59 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-ffebe31a-0711-584d-1ee0-e512c89b4f75-c89b4e59 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9cc95c29-9e9d-4c8c-582c-30cae4736374-e4736370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-daf11e46-fb2f-eb0a-cf8c-02f5509e55fc-f72d234f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-daf11e46-fb2f-eb0a-cf8c-02f5509e5606-f72d234f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-daf11e46-fb2f-eb0a-cf8c-02f5509e5608-f72d234f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-daf11e46-fb2f-eb0a-cf8c-02f5509e560a-f72d234f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-daf11e46-fb2f-eb0a-cf8c-02f5509e560c-f72d234f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-daf11e46-fb2f-eb0a-cf8c-02f5509e560e-f72d234f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c82aea66-d320-48ea-4a21-f7468f28d19f-a83c8be1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c82aea66-d320-48ea-4a21-f7468f28d1a4-a83c8be1 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-c82aea66-d320-48ea-4a21-f7468f28d1aa-a83c8be1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c82aea66-d320-48ea-4a21-f7468f28d1b0-a83c8be1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_32819ae6-4dbc-7b5a-dc06-139823f7ff91-23f7ff8f, #w-node-_32819ae6-4dbc-7b5a-dc06-139823f7ff98-23f7ff8f, #w-node-_32819ae6-4dbc-7b5a-dc06-139823f7ffa1-23f7ff8f, #w-node-_32819ae6-4dbc-7b5a-dc06-139823f7ffaa-23f7ff8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32819ae6-4dbc-7b5a-dc06-139823f7ffb1-23f7ff8f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_66ea4f31-437b-5c43-ddd9-37e019802ba2-c42ddc8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_749fc7fa-64db-8583-c9ec-b5b8c42ddcba-c42ddc8f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_749fc7fa-64db-8583-c9ec-b5b8c42ddc98-c42ddc8f {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_749fc7fa-64db-8583-c9ec-b5b8c42ddcb1-c42ddc8f {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-f7b58805-e9d6-4983-0068-cd4c4f21b827-8f83c9c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_04004e40-196f-fd4f-940b-004e858c5803-8f83c9c0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_04004e40-196f-fd4f-940b-004e858c5824-8f83c9c0, #w-node-_04004e40-196f-fd4f-940b-004e858c582c-8f83c9c0, #w-node-_6a06434d-4eeb-c5f2-5cfb-a3c82e01ff97-8f83c9c0, #w-node-_1e1d174b-161b-3e0a-9022-28b6bda3fe18-8f83c9c0 {
  align-self: stretch;
}

#sepa.w-node-a8002433-0ef6-0ab3-9062-f89b9c2c33df-8f83c9c0, #risk.w-node-f7c0fb96-3578-3d2a-6213-304504cca60f-8f83c9c0, #Safeguarding.w-node-_8bf2da8b-e726-4466-0adb-04108b551b3a-8f83c9c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fd0384f-4873-82f0-0d8a-102e737b6d87-b65aa059 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6fd0384f-4873-82f0-0d8a-102e737b6d92-b65aa059, #w-node-d1398c85-1bdc-55b1-da18-a4200431281b-b65aa059, #w-node-_57578a1b-4eb4-e0ba-15ab-b7f600daf1ee-b65aa059, #w-node-_54a41b5f-408f-3fce-5a12-5b228fb2081d-b65aa059, #w-node-e70cc2db-76ec-3c0d-ec35-91c68bc3edaa-b65aa059, #w-node-_5233969e-7d5f-a180-5832-95dbae970d26-b65aa059 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0350c104-8a1a-cfd2-5e23-393a7344719a-b65aa059 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_0350c104-8a1a-cfd2-5e23-393a734471a0-b65aa059 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_0350c104-8a1a-cfd2-5e23-393a73447194-b65aa059 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_9d59f00a-cfc1-de8e-ef62-6544788ccde3-b65aa059 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_9d59f00a-cfc1-de8e-ef62-6544788ccdf3-b65aa059, #Fiat.w-node-_9d59f00a-cfc1-de8e-ef62-6544788ccded-b65aa059 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#B2B.w-node-_2aacfab7-3c5a-ba91-2056-c9a27612ae83-b65aa059, #B2B.w-node-_133a9691-8f07-f66e-7f6b-8f613e49d67c-b65aa059, #B2B.w-node-_9bb7fed0-7d3f-0f04-2205-95c64eb5ba47-b65aa059, #B2B.w-node-_6f654824-0eb4-b880-a41e-e8a65a95d65c-b65aa059, #B2B.w-node-bcccbdfa-f720-2bcc-78c8-9575861811e6-b65aa059, #B2B.w-node-ba48e7ce-8805-9452-aefc-39676bdc338e-b65aa059 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#B2B.w-node-_41c68dcf-b9b5-b99f-c373-52f4618977d3-b65aa059, #B2B.w-node-bd53c18f-5b74-d58a-f446-a9ae7b376ccb-b65aa059 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ee7de8ae-fa05-9f59-7ea8-966f99fba35a-b65aa059 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#B2B.w-node-_4635303b-9810-eb7f-ea65-884233316459-b65aa059, #B2B.w-node-_523faa31-1faa-b94c-9ee4-9b6d15b4f58b-b65aa059, #B2B.w-node-_5796d267-ccf5-46f2-cfac-7af67306b39e-b65aa059, #B2B.w-node-_96d44c10-17a2-ecb3-fcda-8dd3e44dadcf-b65aa059 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#B2B.w-node-_3db94914-264f-d39d-ef3b-c1aba3d93c52-b65aa059 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#B2B.w-node-b36a0256-bcfe-2c27-c8d2-cac64e00e7cb-b65aa059, #B2B.w-node-caf1dbcd-f00a-4342-eece-7cfc1ef48573-b65aa059 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_631520cd-f536-1d2e-41f8-cd6187a7d6ae-b65aa059 {
  align-self: center;
}

#w-node-_147c3724-5046-70ec-760f-7fc23608bfe8-b65aa059 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3ee3595a-4062-a483-e759-0d5d3f474365-5b98fc36, #w-node-_4a44e750-266e-e077-c364-4eb827382d3b-5b98fc36 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_11b08fc1-7087-2a3a-0185-fe9816ce0778-5b98fc36, #w-node-bee359ea-72fe-ca2f-1d34-d0823a7dddc4-5b98fc36, #w-node-e7ebea64-3a09-8784-9b94-54faf4ceb870-5b98fc36 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_828ad9db-2896-2c85-16bb-1685aeda52b2-5b98fc36, #w-node-_828ad9db-2896-2c85-16bb-1685aeda52b3-5b98fc36, #w-node-_828ad9db-2896-2c85-16bb-1685aeda52b9-5b98fc36, #w-node-_828ad9db-2896-2c85-16bb-1685aeda52c0-5b98fc36 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3afb722b-ffff-a9b1-6cc2-655ad271b571-c27d8ab9, #w-node-_3afb722b-ffff-a9b1-6cc2-655ad271b57b-c27d8ab9, #w-node-_3afb722b-ffff-a9b1-6cc2-655ad271b58a-c27d8ab9, #w-node-_3afb722b-ffff-a9b1-6cc2-655ad271b597-c27d8ab9, #w-node-_3afb722b-ffff-a9b1-6cc2-655ad271b5a1-c27d8ab9, #w-node-_3afb722b-ffff-a9b1-6cc2-655ad271b5ab-c27d8ab9, #w-node-_3afb722b-ffff-a9b1-6cc2-655ad271b5b5-c27d8ab9, #w-node-_3afb722b-ffff-a9b1-6cc2-655ad271b5bf-c27d8ab9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2237ff44-c56c-56ea-cca4-01cdb71a1627-b71a1626 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2237ff44-c56c-56ea-cca4-01cdb71a1648-b71a1626, #w-node-_2237ff44-c56c-56ea-cca4-01cdb71a1650-b71a1626 {
  align-self: stretch;
}

#w-node-_61a97ef1-d962-2a2b-ab46-63a1f9988922-6c46d612 {
  place-self: end;
}

#w-node-_90194e0d-605d-705d-c8e6-1d5081339ff1-6c46d612 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_90194e0d-605d-705d-c8e6-1d508133a012-6c46d612, #w-node-_90194e0d-605d-705d-c8e6-1d508133a01a-6c46d612 {
  align-self: stretch;
}

#w-node-_173215a7-1fce-8cd4-55e2-594e055cf987-6c46d612 {
  place-self: end;
}

#w-node-_3caa0868-1620-be5e-bbb8-8b0c6cae8f74-6c46d612, #w-node-_3caa0868-1620-be5e-bbb8-8b0c6cae8f9b-6c46d612, #w-node-_3caa0868-1620-be5e-bbb8-8b0c6cae8fa5-6c46d612, #w-node-_3caa0868-1620-be5e-bbb8-8b0c6cae8fcb-6c46d612, #w-node-_3caa0868-1620-be5e-bbb8-8b0c6cae8fd5-6c46d612, #w-node-_3caa0868-1620-be5e-bbb8-8b0c6cae8fef-6c46d612, #w-node-_3caa0868-1620-be5e-bbb8-8b0c6cae9013-6c46d612, #w-node-_3caa0868-1620-be5e-bbb8-8b0c6cae901d-6c46d612, #w-node-_3caa0868-1620-be5e-bbb8-8b0c6cae9032-6c46d612, #w-node-_48c1cb37-9be1-863c-f844-e1d9570dfdcf-6c46d612, #w-node-_6fd61bc0-9d27-9c45-3c6a-20adf3f77831-6c46d612, #w-node-fc6296a6-4297-14e0-5a56-c7050edbe63a-6c46d612, #w-node-_17b12358-ffc3-767f-1681-a8a31f2e65d4-6c46d612 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11b08fc1-7087-2a3a-0185-fe9816ce0778-bdb5ac36, #w-node-bee359ea-72fe-ca2f-1d34-d0823a7dddc4-bdb5ac36, #w-node-e7ebea64-3a09-8784-9b94-54faf4ceb870-bdb5ac36, #w-node-_1f8dfa05-a3de-efc2-e728-6e3f24094007-bdb5ac36, #w-node-fd3819e4-38da-2406-d88d-0f0699d2cec5-bdb5ac36, #w-node-_5bc59394-74be-3dc3-a9e1-6b3a2e640fd1-bdb5ac36, #w-node-d6053cf2-1295-0c71-afd4-6cb71b459782-bdb5ac36, #w-node-f9bb2644-1da8-fd42-d94e-9d3e9eec0918-bdb5ac36 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dab04762-7951-f8cf-8623-19e2f1c2f0da-bdb5ac36 {
  grid-area: 1 / 6 / 3 / 12;
}

#w-node-_3a0d6bf1-406a-1252-f08c-16a155c99b06-50741f14, #w-node-_14444284-4ca8-6efe-27fa-2eb9b692c187-50741f14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f5aec79-ff4f-9bd0-c262-bc13e6100092-88584fcd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2c25a8fb-f421-ff93-4818-570d5378d54e-88584fcd, #w-node-_2c25a8fb-f421-ff93-4818-570d5378d556-88584fcd, #w-node-b2c9e07f-2546-188b-82b1-936ba200a7ee-5c698f75, #w-node-b2c9e07f-2546-188b-82b1-936ba200a7f6-5c698f75, #w-node-_2c25a8fb-f421-ff93-4818-570d5378d54e-235326a6, #w-node-_2c25a8fb-f421-ff93-4818-570d5378d556-235326a6, #w-node-_2c25a8fb-f421-ff93-4818-570d5378d54e-10792fc8, #w-node-_2c25a8fb-f421-ff93-4818-570d5378d556-10792fc8, #w-node-_2c25a8fb-f421-ff93-4818-570d5378d54e-9eafdbf9, #w-node-_2c25a8fb-f421-ff93-4818-570d5378d556-9eafdbf9 {
  align-self: stretch;
}

#w-node-_8c5cf8e2-3ea4-2089-42c1-36b7e4ec19b7-2a9c0bdf {
  place-self: end;
}

#w-node-_0fd3bf24-eda4-f77e-b6aa-a62a56bf1f3d-2a9c0bdf, #w-node-_0fd3bf24-eda4-f77e-b6aa-a62a56bf1f47-2a9c0bdf, #w-node-_0fd3bf24-eda4-f77e-b6aa-a62a56bf1f51-2a9c0bdf, #w-node-_0fd3bf24-eda4-f77e-b6aa-a62a56bf1f5b-2a9c0bdf, #w-node-_0fd3bf24-eda4-f77e-b6aa-a62a56bf1f65-2a9c0bdf, #w-node-_0fd3bf24-eda4-f77e-b6aa-a62a56bf1f6f-2a9c0bdf, #w-node-_0fd3bf24-eda4-f77e-b6aa-a62a56bf1f79-2a9c0bdf, #w-node-_0fd3bf24-eda4-f77e-b6aa-a62a56bf1f83-2a9c0bdf, #w-node-_0fd3bf24-eda4-f77e-b6aa-a62a56bf1f8d-2a9c0bdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b20c6b8-bf08-70f6-9215-f1ae43f061dc-6e96aec9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_608c73a0-2c8f-0666-a410-62e64d317f86-6e96aec9 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3acc2104-3bb7-8f6f-4386-413eecdb8dbe-6e96aec9 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-af3a0857-ec17-b522-5865-200a950f7c91-6e96aec9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_08c8ba8b-9266-9a33-1d26-d3fecd6931c1-6e96aec9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_44095bd4-9b08-f7ba-1a6c-57ded53d32fd-6e96aec9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_44095bd4-9b08-f7ba-1a6c-57ded53d330b-6e96aec9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_44095bd4-9b08-f7ba-1a6c-57ded53d3311-6e96aec9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d9c228d8-f27d-f84d-4271-931c79b81d1f-f11531de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93ee6d92-62f3-621f-465f-df11b2e6b78c-9c4a354c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-a262fa10-f16f-c29a-fd08-88c86c3b5517-9c4a354c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-bce44227-51dc-3766-bf28-f2cd61884630-9c4a354c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0fd3bf24-eda4-f77e-b6aa-a62a56bf1f3d-9c4a354c, #w-node-_0fd3bf24-eda4-f77e-b6aa-a62a56bf1f47-9c4a354c, #w-node-_0fd3bf24-eda4-f77e-b6aa-a62a56bf1f51-9c4a354c, #w-node-_0fd3bf24-eda4-f77e-b6aa-a62a56bf1f5b-9c4a354c, #w-node-_0fd3bf24-eda4-f77e-b6aa-a62a56bf1f65-9c4a354c, #w-node-_0fd3bf24-eda4-f77e-b6aa-a62a56bf1f6f-9c4a354c, #w-node-_0fd3bf24-eda4-f77e-b6aa-a62a56bf1f79-9c4a354c, #w-node-_0fd3bf24-eda4-f77e-b6aa-a62a56bf1f83-9c4a354c, #w-node-_0fd3bf24-eda4-f77e-b6aa-a62a56bf1f8d-9c4a354c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14594f9d-b238-064d-88a8-53a7e4b38106-a21500f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12d2439f-6ea8-ffa5-e844-802834a61ba6-a21500f4 {
  align-self: end;
}

#w-node-_926630e1-4df3-72c3-0167-9a66f2f31f2c-a21500f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80881c09-958b-9afa-6516-0202c63dd0ff-a21500f4, #w-node-_12effebf-4542-f1dd-07d1-4316d36c9d8e-a21500f4, #w-node-d998e245-9ca3-b998-2822-bb7a025fb288-a21500f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_4799bdf9-bc3e-a43a-c84f-ae13d4fbd2a9-a21500f4 {
  align-self: end;
}

#w-node-_5f5cf05f-7013-7a41-abc3-3c012d1c77f5-a21500f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_39fc34aa-1b4a-1d4c-6929-c1c8996d4a03-a21500f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1be1731a-4422-3cf7-76d8-298175f8d0a0-a21500f4 {
  align-self: end;
}

#w-node-_18e496bf-9a2c-03a9-ec41-9a5489f47e95-a21500f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_65850d93-ee2d-c09b-3942-2daf796997c5-e66ce884, #w-node-_4495ad3c-19fd-b2ce-d946-57321c4855d9-e66ce884, #w-node-_1fc012b7-234d-926f-f0cd-936eb29c3917-e66ce884 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-e4d88724-ed13-17d4-f99d-205a49159b00-af54bad1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4b3e106d-7216-fc9b-a134-ed0a9b69e451-af54bad1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_2d27a78c-c083-c78c-df43-c3700261afc8-af54bad1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a12ab9d2-c078-a623-37c7-7234d272bd05-d272bcdb, #w-node-a12ab9d2-c078-a623-37c7-7234d272bd20-d272bcdb, #w-node-a12ab9d2-c078-a623-37c7-7234d272bcea-d272bcdb, #w-node-a12ab9d2-c078-a623-37c7-7234d272bd31-d272bcdb, #w-node-a12ab9d2-c078-a623-37c7-7234d272bd45-d272bcdb, #w-node-a12ab9d2-c078-a623-37c7-7234d272bd5b-d272bcdb, #w-node-_9cc95c29-9e9d-4c8c-582c-30cae4736377-e4736370 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c82aea66-d320-48ea-4a21-f7468f28d188-a83c8be1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c82aea66-d320-48ea-4a21-f7468f28d18a-a83c8be1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-c82aea66-d320-48ea-4a21-f7468f28d196-a83c8be1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f7b58805-e9d6-4983-0068-cd4c4f21b823-8f83c9c0 {
    align-self: stretch;
  }

  #w-node-f7b58805-e9d6-4983-0068-cd4c4f21b827-8f83c9c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6a06434d-4eeb-c5f2-5cfb-a3c82e01ff97-8f83c9c0, #w-node-_1e1d174b-161b-3e0a-9022-28b6bda3fe18-8f83c9c0 {
    align-self: stretch;
  }

  #w-node-a26b69fe-9cd3-62db-1d2a-798436d09db1-c27d8ab9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end center;
  }

  #w-node-d7c64b7c-a520-098e-7360-0295cd1da0f0-c27d8ab9 {
    justify-self: auto;
  }

  #w-node-f36d137a-5d24-5500-e73b-f680a588388c-7308ea02 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-f36d137a-5d24-5500-e73b-f680a5883894-7308ea02 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0bfc040d-ee5a-cb73-3ef7-47514a618130-7308ea02 {
    align-self: end;
  }

  #w-node-_55f224a7-97a2-d41d-51f4-7bf6b3a15c38-2a9c0bdf {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_55f224a7-97a2-d41d-51f4-7bf6b3a15c40-2a9c0bdf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8c5cf8e2-3ea4-2089-42c1-36b7e4ec19b6-2a9c0bdf {
    grid-area: 1 / 3 / 2 / 6;
  }

  #w-node-_8fb9b971-9d16-b19a-1747-23eec59beefb-6e96aec9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8fb9b971-9d16-b19a-1747-23eec59beefc-6e96aec9 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_8fb9b971-9d16-b19a-1747-23eec59bef02-6e96aec9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5b20c6b8-bf08-70f6-9215-f1ae43f061e2-6e96aec9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-e4d88724-ed13-17d4-f99d-205a49159b00-af54bad1, #w-node-c82aea66-d320-48ea-4a21-f7468f28d188-a83c8be1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e4d88724-ed13-17d4-f99d-205a49159b00-af54bad1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_583c8d90-f02b-8158-8c45-26d25f980e6f-af54bad1, #w-node-_583c8d90-f02b-8158-8c45-26d25f980e74-af54bad1, #w-node-_583c8d90-f02b-8158-8c45-26d25f980e80-af54bad1, #w-node-_583c8d90-f02b-8158-8c45-26d25f980e86-af54bad1, #w-node-_701f9379-032b-fdd1-b473-733450dbd3a4-af54bad1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba500903-2df8-b86a-ada7-f039408dd16d-af54bad1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2df23557-5723-ea40-1bc4-70d7b8663ebe-1186b2f7.w-node-a12ab9d2-c078-a623-37c7-7234d272bcde-d272bcdb, #w-node-_5c5508c0-e9cc-43a7-2abe-0b3266103c82-1186b2f7.w-node-a12ab9d2-c078-a623-37c7-7234d272bcdf-d272bcdb {
    order: -9999;
  }

  #w-node-_64929528-939c-bba3-9e07-388c951fc110-1186b2f7.w-node-a12ab9d2-c078-a623-37c7-7234d272bce0-d272bcdb {
    order: 9999;
  }

  #w-node-a12ab9d2-c078-a623-37c7-7234d272bd45-d272bcdb, #w-node-a12ab9d2-c078-a623-37c7-7234d272bd5b-d272bcdb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7b5d726b-fefa-3481-6a03-c99602b619ad-02b6196f, #w-node-_7b5d726b-fefa-3481-6a03-c99602b619ba-02b6196f {
    grid-column: span 1 / span 1;
  }

  #w-node-_7b5d726b-fefa-3481-6a03-c99602b619c9-02b6196f {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-_2cfc81d8-8d44-b6b1-d675-c24e8fc6efa5-02b6196f, #w-node-fdef5d27-ed6c-0ef7-b855-46ae85d092b9-02b6196f, #w-node-_2cfc81d8-8d44-b6b1-d675-c24e8fc6efb0-02b6196f, #w-node-_9b928829-a403-663d-c55b-384a65672a60-02b6196f, #w-node-_7b5d726b-fefa-3481-6a03-c99602b619e0-02b6196f, #w-node-_7b5d726b-fefa-3481-6a03-c99602b619ed-02b6196f {
    grid-column: span 1 / span 1;
  }

  #w-node-_7b5d726b-fefa-3481-6a03-c99602b619fc-02b6196f {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-_7b5d726b-fefa-3481-6a03-c99602b61a13-02b6196f, #w-node-_7b5d726b-fefa-3481-6a03-c99602b61a20-02b6196f, #w-node-d44177b5-d610-c9b2-282d-5236f48be1b6-02b6196f {
    grid-column: span 1 / span 1;
  }

  #w-node-_7b5d726b-fefa-3481-6a03-c99602b61a42-02b6196f {
    grid-column: span 2 / span 2;
  }

  #w-node-c82aea66-d320-48ea-4a21-f7468f28d188-a83c8be1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_32819ae6-4dbc-7b5a-dc06-139823f7ff91-23f7ff8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_32819ae6-4dbc-7b5a-dc06-139823f7ffb1-23f7ff8f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_749fc7fa-64db-8583-c9ec-b5b8c42ddcb1-c42ddc8f {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_55f224a7-97a2-d41d-51f4-7bf6b3a15c37-2a9c0bdf {
    justify-self: start;
  }

  #w-node-_5b20c6b8-bf08-70f6-9215-f1ae43f061dc-6e96aec9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_608c73a0-2c8f-0666-a410-62e64d317f86-6e96aec9, #w-node-_3acc2104-3bb7-8f6f-4386-413eecdb8dbe-6e96aec9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-af3a0857-ec17-b522-5865-200a950f7c91-6e96aec9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_08c8ba8b-9266-9a33-1d26-d3fecd6931c1-6e96aec9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_93ee6d92-62f3-621f-465f-df11b2e6b78c-9c4a354c {
    grid-column: span 2 / span 2;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a12ab9d2-c078-a623-37c7-7234d272bd05-d272bcdb, #w-node-a12ab9d2-c078-a623-37c7-7234d272bd20-d272bcdb, #w-node-a12ab9d2-c078-a623-37c7-7234d272bcea-d272bcdb, #w-node-a12ab9d2-c078-a623-37c7-7234d272bd31-d272bcdb, #w-node-a12ab9d2-c078-a623-37c7-7234d272bd45-d272bcdb, #w-node-a12ab9d2-c078-a623-37c7-7234d272bd5b-d272bcdb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_61eb862f-9c03-ede7-c0b5-db329611098b-96110982, #w-node-_61eb862f-9c03-ede7-c0b5-db3296110997-96110982 {
    align-self: stretch;
  }

  #w-node-_7b5d726b-fefa-3481-6a03-c99602b619ad-02b6196f, #w-node-_7b5d726b-fefa-3481-6a03-c99602b619ba-02b6196f {
    grid-column: span 4 / span 4;
  }

  #w-node-_7b5d726b-fefa-3481-6a03-c99602b619c9-02b6196f {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_2cfc81d8-8d44-b6b1-d675-c24e8fc6efa5-02b6196f, #w-node-fdef5d27-ed6c-0ef7-b855-46ae85d092b9-02b6196f, #w-node-_2cfc81d8-8d44-b6b1-d675-c24e8fc6efb0-02b6196f, #w-node-_9b928829-a403-663d-c55b-384a65672a60-02b6196f, #w-node-_7b5d726b-fefa-3481-6a03-c99602b619e0-02b6196f, #w-node-_7b5d726b-fefa-3481-6a03-c99602b619ed-02b6196f {
    grid-column: span 4 / span 4;
  }

  #w-node-_7b5d726b-fefa-3481-6a03-c99602b619fc-02b6196f {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_7b5d726b-fefa-3481-6a03-c99602b61a13-02b6196f, #w-node-_7b5d726b-fefa-3481-6a03-c99602b61a20-02b6196f, #w-node-d44177b5-d610-c9b2-282d-5236f48be1b6-02b6196f {
    grid-column: span 4 / span 4;
  }

  #w-node-_9cc95c29-9e9d-4c8c-582c-30cae4736377-e4736370 {
    justify-self: center;
  }

  #w-node-daf11e46-fb2f-eb0a-cf8c-02f5509e55fc-f72d234f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_90194e0d-605d-705d-c8e6-1d5081339fee-6c46d612, #w-node-_173215a7-1fce-8cd4-55e2-594e055cf989-6c46d612, #w-node-_8c5cf8e2-3ea4-2089-42c1-36b7e4ec19b9-2a9c0bdf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5b20c6b8-bf08-70f6-9215-f1ae43f061e2-6e96aec9 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_583c8d90-f02b-8158-8c45-26d25f980e6f-af54bad1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_583c8d90-f02b-8158-8c45-26d25f980e74-af54bad1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_583c8d90-f02b-8158-8c45-26d25f980e80-af54bad1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_583c8d90-f02b-8158-8c45-26d25f980e86-af54bad1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ba500903-2df8-b86a-ada7-f039408dd16d-af54bad1, #w-node-_61eb862f-9c03-ede7-c0b5-db3296110983-96110982, #w-node-_9cc95c29-9e9d-4c8c-582c-30cae4736374-e4736370, #w-node-_3d3a4780-2c85-82f4-027b-2cb224e6f677-e4736370 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9cc95c29-9e9d-4c8c-582c-30cae4736377-e4736370 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-daf11e46-fb2f-eb0a-cf8c-02f5509e55fc-f72d234f, #w-node-daf11e46-fb2f-eb0a-cf8c-02f5509e560e-f72d234f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c82aea66-d320-48ea-4a21-f7468f28d19f-a83c8be1, #w-node-c82aea66-d320-48ea-4a21-f7468f28d1a4-a83c8be1, #w-node-c82aea66-d320-48ea-4a21-f7468f28d1aa-a83c8be1, #w-node-c82aea66-d320-48ea-4a21-f7468f28d1b0-a83c8be1, #w-node-_04004e40-196f-fd4f-940b-004e858c5803-8f83c9c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04004e40-196f-fd4f-940b-004e858c5808-8f83c9c0, #w-node-_04004e40-196f-fd4f-940b-004e858c5814-8f83c9c0 {
    align-self: stretch;
  }

  #w-node-_6fd0384f-4873-82f0-0d8a-102e737b6d87-b65aa059, #w-node-_6fd0384f-4873-82f0-0d8a-102e737b6d92-b65aa059, #w-node-d1398c85-1bdc-55b1-da18-a4200431281b-b65aa059, #w-node-_57578a1b-4eb4-e0ba-15ab-b7f600daf1ee-b65aa059, #w-node-_54a41b5f-408f-3fce-5a12-5b228fb2081d-b65aa059, #w-node-e70cc2db-76ec-3c0d-ec35-91c68bc3edaa-b65aa059, #w-node-_5233969e-7d5f-a180-5832-95dbae970d26-b65aa059, #w-node-_0350c104-8a1a-cfd2-5e23-393a7344719a-b65aa059, #w-node-_0350c104-8a1a-cfd2-5e23-393a734471a0-b65aa059, #w-node-_0350c104-8a1a-cfd2-5e23-393a73447194-b65aa059, #w-node-_60e028b8-3f95-853b-756b-689ec2c0f77c-b65aa059, #w-node-c3c8aa68-085f-acac-0312-8ff84f7f1471-b65aa059, #w-node-_4f338c4c-cb24-524c-2b79-70826f2fbb58-b65aa059, #w-node-_4f338c4c-cb24-524c-2b79-70826f2fbb6b-b65aa059, #w-node-_147c3724-5046-70ec-760f-7fc23608bfe8-b65aa059, #w-node-_3ee3595a-4062-a483-e759-0d5d3f474365-5b98fc36, #w-node-_4a44e750-266e-e077-c364-4eb827382d3b-5b98fc36, #w-node-_11b08fc1-7087-2a3a-0185-fe9816ce0778-5b98fc36, #w-node-bee359ea-72fe-ca2f-1d34-d0823a7dddc4-5b98fc36, #w-node-e7ebea64-3a09-8784-9b94-54faf4ceb870-5b98fc36 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a61e9f5b-58f2-2104-a0ee-1b3c7b3a1786-c27d8ab9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a26b69fe-9cd3-62db-1d2a-798436d09db1-c27d8ab9 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #w-node-_2237ff44-c56c-56ea-cca4-01cdb71a1627-b71a1626 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2237ff44-c56c-56ea-cca4-01cdb71a162c-b71a1626, #w-node-_2237ff44-c56c-56ea-cca4-01cdb71a1638-b71a1626 {
    align-self: stretch;
  }

  #w-node-_90194e0d-605d-705d-c8e6-1d5081339ff1-6c46d612 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_90194e0d-605d-705d-c8e6-1d5081339ff6-6c46d612, #w-node-_90194e0d-605d-705d-c8e6-1d508133a002-6c46d612 {
    align-self: stretch;
  }

  #w-node-f9bb2644-1da8-fd42-d94e-9d3e9eec0918-bdb5ac36 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dab04762-7951-f8cf-8623-19e2f1c2f0da-bdb5ac36 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3f5aec79-ff4f-9bd0-c262-bc13e6100092-88584fcd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5b20c6b8-bf08-70f6-9215-f1ae43f061e2-6e96aec9 {
    justify-self: center;
  }

  #w-node-_5b20c6b8-bf08-70f6-9215-f1ae43f061dc-6e96aec9, #w-node-_608c73a0-2c8f-0666-a410-62e64d317f86-6e96aec9, #w-node-_3acc2104-3bb7-8f6f-4386-413eecdb8dbe-6e96aec9, #w-node-_08c8ba8b-9266-9a33-1d26-d3fecd6931c1-6e96aec9, #w-node-_44095bd4-9b08-f7ba-1a6c-57ded53d32fd-6e96aec9, #w-node-_44095bd4-9b08-f7ba-1a6c-57ded53d3311-6e96aec9, #w-node-_14594f9d-b238-064d-88a8-53a7e4b38106-a21500f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5f5cf05f-7013-7a41-abc3-3c012d1c77f5-a21500f4, #w-node-_18e496bf-9a2c-03a9-ec41-9a5489f47e95-a21500f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }
}


