:root {
  --brand-color: #f1eee9;
  --yellow: #ffde9f;
  --black: #202028;
  --red: #e50037;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--white: white;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.nav-link {
  color: #202028;
  white-space: nowrap;
  border-radius: 100px;
  padding: 8px 12px;
  font-family: Geist, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.nav-link:hover {
  color: var(--brand-color);
  background-color: #00f;
  border-radius: 100px;
}

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

.nav-link.w--current:hover {
  color: var(--brand-color);
}

.nav-link.dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 6px;
  display: flex;
}

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

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

.nav-dropdown-list, .nav-dropdown-list.w--open {
  background-color: #0000;
}

.brand-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.nav-dropdown-slot {
  min-width: 300px;
  min-height: 150px;
  padding-top: 12px;
}

.button-circle {
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  box-shadow: 0 1px 1px #0000000d;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  padding: 24px 35px;
  position: relative;
}

.nav-container-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  box-shadow: none;
  background-color: #f6ead1;
  border: 0 solid #fff;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 8px 8px 15px;
  display: flex;
}

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

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

.paragraph-small.text-color-secondary {
  color: #3f3f46;
}

.paragraph-small.text-color-gradient {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #368cfb, #5caefe 64%, #ffeb85);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-small.text-color-tertiary {
  color: #71717b;
}

.button {
  color: #18181b;
  text-align: center;
  white-space: nowrap;
  background-color: #f2f0ea;
  border: 1px solid #fedc9e;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
  box-shadow: inset 0 1px 2px 2px #fff, 0 1px 1px #25252726;
}

.nav-menu-button {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  flex: none;
  width: 32px;
  height: 32px;
  padding: 0;
}

.nav-dropdown-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 12px;
  overflow: hidden;
  box-shadow: 0 109.603px 30.372px #0000, 0 69.987px 27.731px #00000003, 0 39.615px 23.769px #0000000a, 0 17.167px 17.167px #00000012, 0 3.962px 9.244px #00000014;
}

.nav-dropdown-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #18181b;
  border-radius: 8px;
  padding: 8px 24px 8px 8px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  background-color: #fafafa;
}

.nav-logo {
  width: 110px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

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

.nav-hover-styles {
  display: none;
}

.nav-right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-dropdown-arrow {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 2px;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.nav-links {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.nav-menu-burger {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-text-wrapper {
  padding-left: 6px;
  padding-right: 6px;
}

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

.nav-dropdown-links {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.hero-section {
  background-color: #f1eee9;
  padding-top: 40px;
  padding-bottom: 80px;
  overflow: hidden;
}

.hero-section._2 {
  background-image: linear-gradient(90deg, #f2f0eb 67%, #202028 67%);
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: -110px;
  padding-top: 170px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.container {
  max-width: 1280px;
  padding-left: 35px;
  padding-right: 35px;
}

.container.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.quick-stack {
  padding: 0;
}

.layout195_image-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #202028;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: 33% 33%;
  grid-template-columns: 1fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  width: 97%;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 33%;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: auto;
  height: auto;
  display: flex;
}

.div-block-3._1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  min-width: 166px;
  margin-bottom: 0;
  margin-right: 15px;
  display: flex;
}

.image-10 {
  width: 100%;
}

.image-10._1 {
  border-radius: 15px;
}

.image-10._2 {
  border-bottom-left-radius: 15px;
  width: 49.1%;
  min-width: 49%;
  height: auto;
  min-height: 182px;
}

.image-10._3 {
  border-bottom-right-radius: 15px;
  width: 51%;
  max-width: 100%;
  min-height: 182px;
}

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

.image-6 {
  width: 100%;
}

.image-6._1 {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.text-block {
  color: #00f;
}

.cell {
  color: #202028;
  justify-content: center;
  align-items: flex-start;
}

.layout195_text-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.text-span-2 {
  color: #e50037;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.layout195_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  color: #f6ead1;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-tiny, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #f2f0ea;
  text-align: center;
  text-transform: none;
  object-fit: fill;
  background-color: #00f;
  border: 1px solid #00f;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .625rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button-2:hover {
  background-color: #2a01cc;
  border-color: #2a01cc;
}

.button-2.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2.is-icon.background-color-black {
  background-color: #202028;
}

.button-2.is-icon.background-color-black.border {
  border-color: #202028;
}

.layout195_content-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  color: #202028;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Geist, sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-medium.hero-text {
  color: #202028;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.15;
}

.text-size-medium.black {
  color: #202028;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.15;
}

.text-size-medium.black.left {
  color: var(--black);
  text-align: left;
  padding-bottom: 10px;
}

.text-size-medium.black._1 {
  width: 800px;
}

.text-size-medium.black._1.light {
  color: #f6ead1;
}

.text-size-medium.black.left-c {
  text-align: left;
  font-size: 15px;
}

.text-size-medium.black.left-c.pricng {
  text-align: right;
  width: 100%;
  font-size: 14px;
}

.text-size-medium.black.left-c.white {
  color: var(--brand-color);
}

.statics {
  color: #202028;
  -webkit-text-stroke-color: #0a0a0e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-weight: 400;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  place-items: center baseline;
  display: grid;
  position: relative;
}

.button-group.home-buttons {
  margin-top: 20px;
  display: flex;
}

.button-group.home-buttons.center {
  justify-content: center;
  align-items: center;
}

.button-group.home-buttons.center.new {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-15 {
  color: #202028;
  letter-spacing: -.03rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 1.15;
}

.heading-15.ineer {
  color: #202028;
  text-align: center;
  text-transform: uppercase;
  width: 80%;
  font-size: 20px;
}

.heading-15.small {
  color: #202028;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #00f 20%, #e60036 65%, #e60036);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  height: auto;
  font-size: 15px;
}

.heading-15.small.left {
  background-image: linear-gradient(36deg, #e50037, #00f);
  align-self: flex-start;
  height: auto;
}

.heading-15.small.new {
  background-image: linear-gradient(135deg, #e60036, #ffdd9e 81%, #f6ead0);
}

.heading-15.medium {
  color: #202028;
  text-align: center;
  text-transform: uppercase;
  width: 80%;
  font-size: 28px;
}

.heading-15.medium.left {
  color: var(--black);
  text-align: left;
  width: 100%;
}

.heading-15.medium.yellow {
  color: #ffde9f;
  width: auto;
  margin-top: 15px;
}

.heading-15.medium.full {
  width: 100%;
}

.bold-text {
  color: #202028;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}

.text-span {
  color: #e50037;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.icon-embed-xxsmall {
  color: #f2f0ea;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.button-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #f2f0eb;
  background-color: #202028;
  border: 0 solid #202028;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: .575rem 1.5rem;
  font-family: Geist, sans-serif;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  overflow: hidden;
}

.button-3:hover {
  color: #202028;
  background-color: #ffde9f;
  border-color: #202028;
}

.button-3:active {
  background-color: #e44120;
  border-color: #e44120;
}

.button-3._1 {
  color: #202028;
  background-color: #f6ead1;
  border-color: #ffde9f;
  border-radius: 99px;
}

.button-3._1:hover {
  color: #202028;
  background-color: #ffde9f;
  border-color: #202028;
}

.button-3._1.just-for-small-devices {
  display: none;
}

.button-3.black {
  color: #202028;
  background-color: #ffde9f;
  border-width: 0;
  border-color: #202028;
  border-radius: 99px;
}

.button-3.black:hover {
  border-color: var(--brand-color);
  background-color: var(--brand-color);
  color: #202028;
}

.button-text {
  letter-spacing: -.02em;
  margin-bottom: 0;
}

.button_icon-wrapper {
  width: 1rem;
  height: 1rem;
  position: relative;
  overflow: hidden;
}

.button_icon-1 {
  color: #f2f0eb;
  padding: 1px;
  position: absolute;
  inset: 0%;
}

.button-icon-2 {
  padding: 1px;
  position: absolute;
  inset: 0%;
  transform: translate(-131%);
}

.paragraph {
  margin-bottom: 0;
}

.logo-section {
  background-color: var(--brand-color);
  padding-top: 60px;
  padding-bottom: 40px;
  overflow: hidden;
}

.logo-section.dark {
  background-color: #f1eee9;
  padding-top: 20px;
  padding-bottom: 70px;
}

.logo-section.black {
  background-color: var(--black);
  padding-top: 70px;
  padding-bottom: 70px;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-6.box {
  background-color: #f6ead1;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.fs-marquee_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: .5rem;
  width: 140px;
  height: 100%;
}

.div-block-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fs-marquee_image-copy {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

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

.quick-stack-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  margin-top: 40px;
  padding: 0;
}

.faq_answer-wrapper {
  height: 100%;
  overflow: hidden;
}

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--black);
  color: #fafafa;
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-height: 2.5rem;
  padding: .5rem 1rem;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  text-decoration: none;
  transition: color .5s, background-color .5s;
  display: inline-flex;
}

.button-4:hover {
  color: var(--black);
  background-color: #ffde9f;
}

.faq_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.body-large {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.75;
}

.body-large.text-weight-medium {
  color: #f1eee9;
  font-family: Geist, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}

.body-large.text-weight-medium {
  font-size: 16px;
  font-weight: 400;
}

.body-large.text-weight-medium.black {
  color: #202028;
}

.column-large {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.column-large.center {
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.icon-x-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

.faq_grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  max-width: 43rem;
}

.faq_heading-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  max-width: 24rem;
  display: flex;
}

.h1-heading {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.h1-heading.text-balance {
  text-wrap: balance;
}

.body-x-large {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.75;
}

.body-x-large.text-weight-semibold {
  font-weight: 600;
}

.body-x-large.text-color-secondary {
  color: #3f3f46;
}

.body-x-large.text-weight-medium {
  font-weight: 500;
}

.faq_question-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #00f;
  border: 1px solid #e4e4e7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  height: 350px;
  padding: 1.5rem;
  transition: border-color .3s;
  display: flex;
}

.faq_question-card:hover {
  border-color: #d4d4d8;
}

.faq_question-card.black {
  background-color: #202028;
}

.body-medium {
  color: #f1eee9;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 18px;
  line-height: 1.15;
}

.body-medium.blck {
  color: #202028;
}

.section-medium {
  background-color: #fafafa;
  padding: 4rem 5%;
  display: none;
  position: relative;
}

.image-11, .image-black {
  object-fit: contain;
  width: 150px;
  height: 150px;
}

.faq_answer-wrapper-black {
  height: 100%;
  overflow: hidden;
}

.faq_question-card-c {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #00f;
  border: 1px solid #e4e4e7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  height: 330.883px;
  padding: 1.5rem;
  transition: border-color .3s;
  display: flex;
}

.faq_question-card-c:hover {
  border-color: #d4d4d8;
}

.faq_question-card-c.black {
  background-color: #202028;
  height: 350px;
}

.faq_question-card-red {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #00f;
  border: 1px solid #e4e4e7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  height: 330.883px;
  padding: 1.5rem;
  transition: border-color .3s;
  display: flex;
}

.faq_question-card-red:hover {
  border-color: #d4d4d8;
}

.faq_question-card-red.black {
  background-color: #202028;
}

.faq_question-card-red.red {
  background-color: #e50037;
  height: 350px;
}

.image-red {
  object-fit: contain;
  width: 150px;
  height: 150px;
}

.faq_answer-wrapper-red {
  height: 100%;
  overflow: hidden;
}

.section {
  height: 100vh;
}

.text-span-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #202028, #e50037);
  -webkit-background-clip: text;
  background-clip: text;
}

.about-section {
  background-color: #f1eee9;
  padding-top: 60px;
  padding-bottom: 40px;
}

.quick-stack-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  padding: 0;
  position: relative;
}

.content-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-div.sticky {
  position: sticky;
  top: 70px;
}

.div-block-8 {
  width: 100%;
  position: relative;
}

.image-12 {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 400px;
  min-height: 0%;
  max-height: none;
}

.cell-3 {
  justify-content: center;
  align-items: flex-start;
}

.cell-3.r {
  display: block;
}

.div-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #202028;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-13 {
  width: 100px;
}

.text-size-small {
  color: #202028;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Geist, sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-small.hero-text {
  color: #202028;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.15;
}

.text-size-small.black {
  color: #202028;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.15;
}

.text-size-small.black.left {
  color: #ffde9f;
  text-align: left;
  font-size: 14px;
}

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

.tab-icon-large-c {
  background-color: #fff2eb;
  border: 1px solid #d6ffeb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  display: flex;
}

.tab-link-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.tabs-content {
  width: 100%;
  height: 100%;
}

.tab-content-card {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 462px;
  height: 100%;
  padding: 32px;
  display: flex;
  position: relative;
}

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

.tab-link-inner {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #f1eee9;
  background-color: #0000;
  background-image: url('../images/41916619_8972696-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 22px 50px 28px 35px;
  display: flex;
}

.tab-link-inner.red {
  color: var(--black);
  background-color: #0000;
  background-image: url('../images/8972696.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 22px 50px 28px 35px;
}

.tab-link-inner.black {
  background-color: #0000;
  background-image: url('../images/41916619_8972696.png');
}

.tab-link-inner.skin {
  color: #202028;
  background-color: #0000;
  background-image: url('../images/41916619_8972696-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 22px 50px 28px 35px;
}

.tab-content {
  background-color: #f1eee9;
  background-image: linear-gradient(#f1eee9, #fff0);
  border: 1px solid #edeff3;
  border-radius: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary-square {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-square:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-square.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.tab-image-wrapper {
  padding-top: 64px;
  padding-left: 32px;
  padding-right: 32px;
}

.tab-card-image {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  max-width: 500px;
  height: 100%;
  position: relative;
}

.h2-heading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.tab-rotation-embed {
  display: none;
}

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

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

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

.tab-card-background {
  opacity: .1;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.tab-link-loader {
  background-color: #edeff3;
  border: 1px solid #202028;
  border-radius: 24px;
  align-items: center;
  width: 100%;
  height: 4px;
  display: flex;
}

.tabs-menu-horizontal {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

.tab-card-wrapper {
  padding: 16px;
}

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

.tabs-content-large {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

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

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

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

.paragraph-x-large.text-color-gray-800 {
  color: #394151;
}

.tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #525f75;
  background-color: #ddd0;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}

.tab-link.w--current {
  color: #23272f;
  background-color: #ddd0;
}

.content-footer-center {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.tab-icon-large-a {
  background-color: #ebfff5;
  border: 1px solid #d6ffeb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  display: flex;
}

.tab-icon-large-b {
  background-color: #faf5ff;
  border: 1px solid #d6ffeb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  display: flex;
}

.loader-bar {
  background-color: #081a49;
  width: 0%;
  height: 4px;
}

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

.paragraph-large.text-color-gray-600 {
  color: #525f75;
}

.paragraph-large.text-weight-bold {
  font-family: Geist, sans-serif;
  font-weight: 400;
  line-height: 1.15;
}

.paragraph-large.text-weight-bold.iner-text {
  color: #202028;
  text-align: center;
  font-weight: 500;
}

.paragraph-x-small {
  letter-spacing: .04px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small.text-color-gray-600 {
  color: #525f75;
}

.tabs-section {
  background-color: var(--brand-color);
  padding-top: 60px;
  padding-bottom: 40px;
}

.fs-tabs-3_nav-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: justify;
  cursor: pointer;
  background-color: #fce2a9;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fs-tabs-3_nav-item.item-4 {
  color: #f2f0ea;
  background-color: #202028;
  padding-top: 5%;
  padding-bottom: 5%;
}

.fs-tabs-3_nav-item.item-2 {
  color: #f2f0ea;
  background-color: #e50037;
  padding: 5%;
}

.fs-tabs-3_nav-item.item-3 {
  background-color: #00f;
  padding: 5%;
}

.fs-tabs-3_nav-item.is-tab-active {
  z-index: 10;
  color: #000;
  background-color: #ffde9f;
  border: 2px solid #000;
  border-bottom-right-radius: 30px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 5%;
  transition: all 1.2s;
  transform: translate(34px);
}

.fs-tabs-3_content-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  transform: translate(0, 1rem);
}

.fs-tabs-3_content-item.is-content-active {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 100;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  transition: all 1s;
  transform: none;
}

.fs-tabs-images {
  object-fit: contain;
  border: 1px solid #f2f0ea;
  width: 100%;
  overflow: hidden;
}

.container-2 {
  max-width: 100%;
  min-height: 100px;
}

.fs-tabs-3_nav-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 35%;
  display: flex;
}

.fs-tabs-3_progress-fill {
  border-radius: inherit;
  background-color: #111;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fs-tabs-3_content-list {
  flex-flow: column;
  width: 86.2732%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.fs-tabs-3_styles {
  display: block;
}

.fs-tabs-3_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.fs-tabs-3_progress-bar {
  background-color: #eee;
  border-radius: 4px;
  width: 100%;
  height: 4px;
  position: relative;
  overflow: hidden;
}

.fs-tabs-3_heading {
  flex: none;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-14 {
  width: 370px;
}

.line-ver {
  transform-origin: 50% 0;
  background-color: #e0cffe;
  align-self: center;
  width: 10px;
  height: 200px;
}

.line-ver.margin-top {
  margin-top: -10px;
}

.line-ver.origin-botttom {
  transform-origin: 50% 100%;
}

.line-ver.short {
  height: 120px;
  margin-top: -10px;
}

.line-ver.short.blue {
  background-color: #00f;
}

.line-ver.short.skin {
  background-color: var(--yellow);
}

.line-ver.short.gradient-skin {
  background-image: linear-gradient(180deg, var(--yellow), #e50037);
}

.line-ver.extra-short {
  height: 40px;
}

.line-ver.short-copy {
  height: 100px;
  margin-top: 0;
  margin-bottom: -10px;
}

.line-ver.long {
  height: 400px;
}

.line-ver.long.gradeint-red {
  background-image: linear-gradient(180deg, #e50037, var(--brand-color));
  height: 250px;
}

.line-ver.short-bottom {
  height: 100px;
  margin-bottom: -10px;
}

.line-ver.med {
  height: 250px;
}

.line-ver.blue {
  background-color: #00f;
  height: 160px;
}

.line-ver.gradient-blue {
  background-image: linear-gradient(180deg, blue, var(--yellow));
  height: 160px;
}

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

.flex.right {
  justify-content: space-between;
  align-self: flex-end;
  margin-left: 0%;
}

.flex.center-2 {
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

.flex.ver {
  flex-direction: column;
  align-items: stretch;
}

.flex.ver.margin-24 {
  margin-right: 24px;
}

.flex.ver.half {
  width: 50%;
}

.flex.ver.half._4 {
  width: 100%;
  margin-top: 10px;
}

.flex.ver.half._4._1 {
  margin-top: 0;
}

.flex.ver.center {
  color: #e0cffe;
  align-items: center;
}

.flex.ver.half-right {
  align-items: flex-end;
  width: 49%;
}

.flex.ver.half-right.down {
  justify-content: flex-end;
  width: 50%;
}

.flex.ver.left {
  width: 100%;
}

.flex.ver.quarter {
  align-items: flex-end;
}

.flex.hor, .flex.hor.center {
  justify-content: center;
}

.flex.hor.left {
  justify-content: space-between;
  align-items: flex-start;
}

.flex.hor.left._7 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
}

.flex.hor.middle {
  justify-content: space-between;
  align-items: stretch;
}

.flex.hor.space-bwtween {
  justify-content: space-between;
  align-items: center;
}

.flex.hor.space-bwtween.top {
  align-items: flex-start;
}

.flex.hor.space-bwtween.top._6 {
  margin-top: 10px;
}

.flex.half {
  width: 51.4%;
}

.flex._1 {
  width: 100%;
}

.flex._1._4 {
  justify-content: flex-start;
  align-items: flex-end;
}

.flex._2 {
  padding-right: 30%;
}

.line-ver-copy {
  transform-origin: 50% 0;
  background-color: #0000;
  align-self: center;
  width: 10px;
  height: 200px;
}

.container-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.resources-block {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  width: 100%;
  margin-top: 220px;
}

.text {
  color: #e0cffe;
  overflow: hidden;
}

.text.margin-5-left {
  margin-left: 5px;
  padding-left: 7px;
  padding-right: 12px;
}

.text.margin-5-right {
  text-align: right;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 7px;
  padding-right: 7px;
}

.text.margin-left {
  margin-left: 20px;
}

.text.margin-left.top {
  width: 90%;
}

.text.margin-left._2 {
  margin-right: 10px;
}

.text.wrap {
  color: #402e70;
  text-align: center;
  background-color: #e0cffe;
  padding: 8px 16px 8px 24px;
}

.text.margin-right {
  text-align: right;
  margin-right: 20px;
}

.text.margin-right.top {
  width: 45%;
}

.line-hor {
  background-color: #e0cffe;
  width: 100%;
  height: 10px;
}

.line-hor.quarter-2 {
  width: 51.3%;
}

.line-hor.quarter-2.origin-right {
  width: 50%;
}

.line-hor.extra-short-2 {
  width: 50px;
}

.line-hor.origin-left {
  background-color: var(--brand-color);
  transform-origin: 0%;
}

.line-hor.origin-left.blue {
  background-color: #00f;
}

.line-hor.origin-left.skin {
  background-color: var(--yellow);
}

.line-hor.origin-right {
  transform-origin: 100%;
}

.line-hor.origin-right.blue {
  background-color: #00f;
}

.line-hor.origin-right.black {
  background-color: var(--brand-color);
}

.line-hor.extra-short-3 {
  width: 30px;
  margin-right: 20px;
}

.line-hor.quarter {
  width: 51.2%;
}

.line-hor.quarter.origin-right {
  width: 50%;
}

.line-hor.quarter-2-copy {
  width: 51.4%;
}

.line-hor.quarter-2-copy.origin-right {
  width: 30%;
}

.line-hor.quarter-2-copy.origin-right.skin {
  background-color: var(--yellow);
}

.line-hor.red {
  background-color: #e50037;
}

.line-container {
  width: 42%;
}

.line-container.new {
  width: 85%;
}

.heading-16 {
  text-align: right;
}

.heading-16.black {
  color: var(--brand-color);
  font-family: Geist, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
}

.heading-16.black.left {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 500;
}

.heading-16.black.left.white {
  color: var(--brand-color);
  font-style: normal;
}

.heading-16.black.left.neww {
  font-style: normal;
}

.heading-16.black.center {
  color: var(--brand-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}

.heading-16.black.center.new {
  color: var(--black);
}

.paragraph-2 {
  color: #00f;
  padding-top: 10px;
  font-family: Geist, sans-serif;
  line-height: 1.15;
}

.paragraph-3 {
  color: var(--yellow);
  font-family: Geist, sans-serif;
  line-height: 1.15;
}

.heading-17 {
  font-family: Geist, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
}

.heading-17.blue {
  color: #00f;
  font-size: 20px;
}

.heading-17.skin {
  color: var(--yellow);
  font-size: 20px;
}

.heading-17.red {
  color: #e50037;
  font-size: 20px;
}

.paragraph-4 {
  color: #e50037;
  font-family: Geist, sans-serif;
  line-height: 1.15;
}

.paragraph-5 {
  color: var(--brand-color);
  font-family: Geist, sans-serif;
  line-height: 1.15;
}

.timeline-section {
  background-color: #f1eee9;
  padding-top: 60px;
  padding-bottom: 40px;
}

.timeline-section.new-section {
  background-image: linear-gradient(180deg, var(--brand-color), var(--black) 90%);
}

.pricings-section {
  background-color: #f1eee9;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.pricings-section.none {
  display: flex;
  overflow: hidden;
}

.pricings-section.none.neww {
  display: none;
}

.pricings-section.no-padding {
  margin-top: 0;
  padding-top: 60px;
}

.pricings-section.no-padding.ooo {
  padding-bottom: 20px;
}

.pricings-section.black {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.pricings-section.pdding {
  padding-bottom: 100px;
}

.h4-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.badge-gradient-inner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 2px 12px 2px 8px;
  display: flex;
}

.tab-link-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #71717b;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 999px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-weight: 500;
  transition: box-shadow .3s, background-color .3s, color .3s;
  display: flex;
}

.tab-link-2:hover {
  color: #18181b;
  background-color: #fff;
}

.tab-link-2.w--current {
  color: #18181b;
  background-color: #fff;
  box-shadow: 0 100px 30px #0000, 0 70px 27px #00000003, 0 40px 24px #0000000a, 0 17px 17px #00000012, 0 4px 9px #00000014;
}

.pricing-tabs-caption {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 200px;
}

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

.column-small.column-left {
  justify-content: center;
  align-items: flex-start;
}

.text-color-orange-2 {
  color: #f46d2a;
}

.pricing-tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fafafa;
  border-radius: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding: 2px;
  display: flex;
}

.pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  display: grid;
}

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

.paragraph-medium.text-color-secondary {
  color: #3f3f46;
}

.paragraph-medium.text-weight-medium {
  color: #202028;
  font-family: Geist, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.15;
}

.paragraph-medium.text-weight-medium.white {
  color: var(--brand-color);
}

.badge-gradient {
  background-image: linear-gradient(69deg, #368cfb, #90cbff 57%, #ffeb85);
  border-radius: 999px;
  padding: 2px;
  overflow: hidden;
  box-shadow: 0 109.603px 30.372px #0000, 0 69.987px 27.731px #00000003, 0 39.615px 23.769px #0000000a, 0 17.167px 17.167px #00000012, 0 3.962px 9.244px #00000014;
}

.h5-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

.pricing-tabs-content {
  width: 100%;
}

.button-5 {
  color: #18181b;
  text-align: center;
  white-space: nowrap;
  background-color: #daecff;
  border: 1px solid #90cbff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
  box-shadow: inset 0 1px 2px 2px #fff, 0 1px 1px #25252726;
}

.pricing-top-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.pricing-enterprise-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-card-top {
  justify-content: space-between;
  align-items: center;
  min-height: 32px;
  display: flex;
}

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

.pricing-enterprise-grid {
  grid-template-rows: auto;
}

.section-large-2 {
  background-color: #f4f4f5;
  padding: 80px 5%;
  position: relative;
}

.section-large-2.background-gradient-fade-out {
  background-image: linear-gradient(#f4f4f5, #fff);
}

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

.column-large-2.center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.card-border {
  background-image: linear-gradient(135deg, #00f, #e50037 65%, #e50037);
  border-radius: 16px;
  width: 100%;
  padding: 2px;
}

.card-border.smalll {
  border-radius: 5px;
  width: 200px;
  height: auto;
}

.card-border.smalll.circle {
  border-radius: 100%;
  width: 170px;
  height: 170px;
}

.card-border.big {
  background-color: #f1eee9;
  background-image: none;
  border: 2px solid #000;
  border-radius: 5px;
  width: 200px;
  height: auto;
  padding: 0;
}

.card-border.big.circle {
  border-radius: 100%;
  width: 170px;
  height: 170px;
}

.card-border.smalll {
  z-index: 1;
  background-image: none;
  border-radius: 0;
  width: 200px;
  height: auto;
  padding: 0;
  position: relative;
}

.card-border.smalll.circle {
  z-index: 1;
  background-color: #00f;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  min-height: 70px;
}

.card-border.no-border {
  background-image: none;
  flex: 0 auto;
  align-self: center;
}

.card-border.no-border.relative {
  margin-top: 80px;
  position: relative;
}

.badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #18181b;
  background-color: #fafafa;
  border: 1px solid #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
}

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

.title-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

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

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

.column-x-small.white {
  color: var(--brand-color);
}

.pricing-card-filled {
  background-color: var(--brand-color);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding: 24px;
}

.pricing-card-filled.yellow {
  background-color: var(--yellow);
}

.pricing-card-filled.black {
  background-color: var(--black);
}

.pricing-card-filled.blue {
  background-color: #00f;
}

.pricing-card-filled.red {
  background-color: #e50037;
}

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

.pricing-card-outline {
  border: 1px solid #d4d4d8;
  border-radius: 16px;
  padding: 24px;
}

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

.paragraph-large-2.text-weight-medium {
  font-weight: 500;
}

.pricing-tabs-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.icon-small.white {
  color: var(--brand-color);
}

.text-color-brand {
  color: #368cfb;
}

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

.column._10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.pricing-tabs-wrapper {
  padding-top: 4px;
  position: relative;
}

.pricing-card-caption {
  background-color: #f1eee9;
  border-radius: 8px;
  padding: 12px;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 0 solid #202028;
  border-bottom: 1px solid #202028;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.heading-pricings {
  text-align: right;
}

.heading-pricings.black {
  color: #202028;
  font-family: Geist, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
}

.heading-pricings.black.left {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 500;
}

.heading-pricings.black-c {
  color: #202028;
  font-family: Geist, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
}

.heading-pricings.black-c.left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.div-block-13 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-12-c {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 0 #202028;
  border-bottom: 1px solid #202028;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.div-block-12-c.last {
  border-bottom-width: 0;
}

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

.text-color-orange-3 {
  color: #f46d2a;
}

.content-sticky {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 540px;
  display: flex;
  position: sticky;
  top: 10vh;
}

.content-stack-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-color-gradient {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #368cfb, #5caefe 27%, #ffeb85);
  -webkit-background-clip: text;
  background-clip: text;
}

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

.paragraph-x-large-2.text-weight-medium {
  font-weight: 500;
}

.stack-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fafafa;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.stack-card.blue {
  background-color: #00f;
}

.stack-card.black {
  background-color: #202028;
  position: sticky;
}

.stack-card.red {
  background-color: #e50037;
}

.stack-card.yellow {
  background-color: #ffde9f;
}

.stack-card.yellow .body-large,
.stack-card.yellow .body-medium,
.stack-card.yellow .link {
  color: #000000;
}


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

.content-left-column {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.content-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  display: grid;
}

.stack-card-image {
  aspect-ratio: 3 / 2;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.image-11-c {
  object-fit: contain;
  width: 120px;
  height: 120px;
}

.link {
  color: #f1eee9;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.link.black {
  color: #202028;
  font-size: 16px;
}

.pricing-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  display: grid;
}

.small {
  object-fit: contain;
  width: 70px;
  height: 70px;
}

.small-copy {
  filter: invert();
  object-fit: contain;
  width: 70px;
  height: 70px;
}

.pricing-card-caption-c {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
}

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

.form_block {
  margin-bottom: 0;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.contact_icon-wrapper {
  border: 1px solid #d4d4d8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.contact_details-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f6ead1;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: none;
  padding: 1.5rem;
  display: flex;
}

.form_label {
  color: #202028;
  text-align: left;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
}

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

.form_message-success {
  color: #000;
  text-align: center;
  background-color: #f0fdf4;
  border-radius: 2rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
}

.body-small {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.75;
}

.body-small.text-color-secondary {
  color: #3f3f46;
}

.text-link {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  transition: color .3s;
}

.text-link:hover {
  color: #00c950;
}

.form_message-error {
  text-align: center;
  background-color: #ffe3e1;
  border-radius: 2rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
}

.form_field {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

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

.column-small-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.icon-large {
  color: #202028;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.max-width-small {
  width: 100%;
  max-width: 24rem;
}

.contact_link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.contact_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f6ead1;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 30px 28px;
  display: flex;
}

.form_input {
  border: 0px solid var(--black);
  background-color: var(--brand-color);
  color: #202028;
  border-radius: 7px;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 10px;
  font-family: Geist, sans-serif;
  font-size: 15px;
  line-height: 1.15;
  transition: background-color .3s, border-color .3s;
}

.form_input:hover {
  border-color: #d4d4d8;
}

.form_input:focus {
  border-color: var(--black);
  background-color: #fafafa;
}

.form_input::placeholder {
  color: #50555f;
}

.form_input.is-text-area {
  border-radius: 10px;
  min-height: 10rem;
}

.form_submit-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-medium-2 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.body-medium-2.text-color-secondary {
  color: #202028;
  font-family: Geist, sans-serif;
  font-size: 15px;
  line-height: 1.15;
}

.body-medium-2.text-weight-semibold {
  color: #202028;
  font-family: Geist, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.15;
}

.contact_heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 32rem;
  display: flex;
}

.section-medium-2 {
  background-color: #fafafa;
  padding: 4rem 5%;
  position: relative;
}

.contact_details-card-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  max-width: 24rem;
  padding: 1.5rem;
  display: flex;
}

.column-3 {
  flex-flow: column;
  display: flex;
}

.icon-large-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.contact_link-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.body-medium-3 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.body-medium-3.text-color-secondary {
  color: #3f3f46;
}

.body-medium-3.text-weight-semibold {
  font-weight: 600;
}

.section-medium-3 {
  background-color: #fafafa;
  padding: 4rem 5%;
  position: relative;
}

.section-medium-3.overflow-hidden {
  overflow: hidden;
}

.cell-4 {
  justify-content: center;
  align-items: flex-start;
}

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

.text-highlight {
  color: #000;
  background-image: linear-gradient(#0000 10%, #05df72 10% 90%, #0000 90%);
  padding-left: .5rem;
  padding-right: .5rem;
}

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

.icon-medium {
  color: #ffde9f;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.feature_swiper-slide {
  flex: none;
  width: 24rem;
  margin-right: 1.25rem;
}

.feature_card-image {
  position: absolute;
  inset: 0%;
}

.feature_swiper-script {
  display: none;
}

.feature_swiper-wrapper {
  display: flex;
}

.feature_card-content {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.column-large-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.h4-heading-2 {
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.h4-heading-2.text-weight-semibold {
  color: #f1eee9;
  font-family: Geist, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
}

.h4-heading-2.text-weight-semibold.black {
  color: #202028;
}

.feature_image-overlay {
  pointer-events: none;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.icon-button {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 99rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: transform .3s;
  display: flex;
}

.icon-button:hover {
  transform: scale(1.1);
}

.icon-button.swiper-button-next {
  background-color: #202028;
}

.icon-button.is-secondary {
  color: #000;
  background-color: #fff;
}

.icon-button.is-secondary.swiper-button-prev {
  background-color: #e50037;
}

.feature_swiper-slider {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

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

.feature_slide-card {
  color: #fff;
  background-color: #fff;
  border-radius: 1rem;
  height: 25rem;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}

.feature_slide-card.blue {
  background-color: #00f;
  height: 28rem;
}

.feature_slide-card.skin {
  background-color: #f6ead1;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.feature_slide-card.black {
  background-color: #202028;
  height: 28rem;
}

.feature_slide-card.red {
  background-color: #e50037;
  height: 28rem;
}

.feature_slide-card.dark-skin {
  background-color: #ffde9f;
  height: 28rem;
}

.row-2x-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.title-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.column-3x-large {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  max-width: 900px;
  margin-top: 40px;
  display: flex;
  overflow: visible;
}

.case-study-section {
  background-color: #f1eee9;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: visible;
}

.image-15 {
  width: 90px;
}

.text-span-4 {
  color: #ffde9f;
}

.bold-text-2 {
  color: #e50037;
}

.text-span-5 {
  color: #ffde9f;
}

.text-span-6 {
  color: #00f;
}

.text-span-7 {
  color: #e50037;
}

.text-span-8 {
  color: #00f;
}

.text-span-9 {
  color: #ffde9f;
}

.bold-text-3 {
  color: #202028;
}

.text-span-10 {
  color: #f6ead1;
}

.cell-11 {
  justify-content: flex-end;
  align-items: flex-start;
}

.section-9 {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 15px;
}

.cell-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.cell-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.container-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.link-2 {
  color: var(--brand-color);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.link-2:hover {
  color: var(--brand-color);
  background-color: #00f;
}

.link-2:visited {
  color: #fff;
}

.div-block-14 {
  justify-content: space-between;
  width: 800px;
  margin-bottom: 60px;
  display: flex;
}

.heading-25 {
  color: var(--brand-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.link-3 {
  color: var(--brand-color);
  font-family: Geist, sans-serif;
  text-decoration: none;
}

.quick-stack-9 {
  border-top: 1px solid var(--yellow);
  width: 90%;
  padding: 25px 0 0;
}

.card-border-copy {
  background-image: radial-gradient(circle, #00f, #202028 57%, #e50037);
  border-radius: 0;
  width: 100%;
  padding: 2px;
}

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

.link-block.w--current {
  margin-bottom: 30px;
}

.div-block-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-16 {
  background-color: #ffde9f;
  border-radius: 6px;
  width: 100%;
  padding: 20px;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  max-width: 938px;
  margin-top: 60px;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-text-fill-color: inherit;
  background-color: #f1eee9;
  background-clip: padding-box;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
}

.div-block-18.circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}

.heading-26 {
  color: #202028;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.heading-26.gradient {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #e50037, #00f 99%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

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

.div-block-19 {
  background-image: radial-gradient(circle, #00f, #e50037);
  width: 56px;
  height: 2px;
}

.div-block-19.vertical {
  width: 2px;
  height: 48px;
  position: absolute;
  inset: auto 97px 25% auto;
}

.div-block-20 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 938px;
  display: flex;
}

.div-block-21 {
  max-width: 938px;
  position: relative;
}

.div-block-22 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-16 {
  width: 280px;
  position: absolute;
  inset: 25% auto 0% 0%;
  transform: scale(0)translate(100%);
}

.image-17 {
  height: 100px;
}

.image-18 {
  width: 220px;
}

.image-19 {
  width: 190px;
}

.image-20 {
  width: 90px;
  position: absolute;
  inset: 4% auto 0% 11%;
  transform: translate(0, -200%)scale(0);
}

.image-21 {
  transform-style: preserve-3d;
  width: 320px;
  position: absolute;
  inset: auto 19% -20.5% auto;
  transform: rotateX(90deg)rotateY(0)rotateZ(0);
}

.image-22 {
  transform-style: preserve-3d;
  width: 220px;
  position: absolute;
  inset: -1.5% 14% 0% auto;
  transform: rotateX(0)rotateY(90deg)rotateZ(0);
}

.image-23 {
  transform-style: preserve-3d;
  width: 230px;
  position: absolute;
  inset: auto 3.2% -20.5% auto;
  transform: rotateX(0)rotateY(90deg)rotateZ(0);
}

.grid---cell {
  z-index: 2;
  padding: .789vmin;
  position: relative;
  transform: translate(0);
}

.grid---cell.x-gradient {
  z-index: 1;
}

.grid---cell.snall, .grid---cell.smalll {
  padding-left: 0;
  padding-right: 0;
}

.gradient---holder {
  width: 100%;
  height: 100%;
  position: relative;
}

.gradient---mask {
  border-radius: 6.7376vmin;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.circle {
  background-color: #e50037;
  border-radius: 6.7376vmin;
  width: 100%;
  min-width: 70px;
  height: 100%;
  min-height: 70px;
  position: relative;
}

.circle.x-aqua {
  background-color: #67dfba;
}

.circle.x-aqua.blue {
  background-color: #00f;
  border-radius: 0;
}

.circle.x-blue {
  background-color: #3274db;
}

.circle.x-blue.black {
  background-color: #202028;
}

.circle.x-blue.white {
  background-color: #f2f0eb;
  border-radius: 0;
}

.circle.x-blue.white.kala {
  background-color: var(--black);
}

.circle.x-white {
  background-color: #ffde9f;
}

.circle.x-white._1 {
  background-color: #202028;
  border-radius: 0;
}

.circle.x-white.light {
  background-color: #f6ead1;
}

.circle.red, .circle.new {
  border-radius: 0;
}

.circle.light {
  background-color: #f6ead1;
}

.color {
  border-radius: 6.7376vmin;
  width: 100%;
  height: 100%;
}

.color.x-3-1 {
  background-image: linear-gradient(#67df4200, #e50037 98%, #67df42);
}

.color.x-3-2 {
  background-image: linear-gradient(90deg, #67df4200, #e50037);
}

.color.x-3-2.blk {
  background-image: linear-gradient(90deg, #67df4200, #202028);
}

.color.x-3-5 {
  background-image: linear-gradient(#e50037, #67df4200);
}

.color.x-white {
  background-color: #f6ead1;
}

.color.x-white.blue {
  background-color: #00f;
  border-radius: 0;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  width: 580px;
  height: 400px;
  padding-right: 0;
  display: grid;
}

.grid.new {
  flex: 0 auto;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 500px;
  position: absolute;
  inset: auto auto 4% -10%;
}

.grid.new.top {
  align-self: flex-end;
  height: 200px;
  padding-bottom: 20px;
  display: none;
  position: static;
}

.grid._2nd {
  position: absolute;
  inset: -16% 0% auto auto;
}

.home-logo-left-gradient {
  z-index: 1;
  background-image: linear-gradient(90deg, #f1eee9, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-logo-left-gradient.right {
  background-image: linear-gradient(270deg, #f1eee9, #fff0);
  inset: 0% 0% 0% auto;
}

.client-logo {
  opacity: .8;
  filter: grayscale();
  object-fit: contain;
  width: 100%;
  min-height: 3rem;
  max-height: 3rem;
  transition: opacity .4s;
}

.client-logo:hover {
  opacity: 1;
}

.client-logo.large {
  object-fit: contain;
  min-width: auto;
  min-height: 4rem;
  max-height: 4rem;
}

.container-10 {
  flex: 1;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate {
  grid-column-gap: 1rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.section-10 {
  background-color: #f1eee9;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.embed {
  display: none;
}

.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper {
  width: 100%;
}

.header-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 550px;
  display: flex;
}

.header-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.hide {
  display: none;
}

.header-resume-slide-mask {
  width: 400px;
  overflow: visible;
}

.button-ghost {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #030711;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: inline-flex;
}

.button-ghost:hover {
  background-color: #f6f7f9;
}

.button-ghost:active {
  color: #454f5f;
  background-color: #f6f7f9;
}

.button-ghost.right-icon {
  padding-right: 20px;
}

.header-resume-slide {
  margin-right: 0;
}

.h1-heading-2 {
  color: #030711;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.header-resume-slider {
  z-index: 1;
  background-color: #0000;
  height: auto;
}

.header-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subheading-small {
  color: #030711;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.container-regular {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

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

.header-slide-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #030711;
  background-color: #ffde9f;
  border: 0 solid #f3f4f6;
  border-radius: 12px;
  flex-flow: column;
  height: 400px;
  min-height: 400px;
  padding: 20px 10px;
  text-decoration: none;
  transition: border-width .3s, border-color .3s;
  display: flex;
}

.header-slide-content:hover {
  border-color: #e5e7eb;
}

.header-slide-content.purple {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #00f;
  padding: 20px 10px;
}

.header-slide-content.yellow {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #202028;
  padding: 20px 10px;
}

.header-slide-content.green {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #e50037;
  padding: 20px 10px;
}

.header-slide-content.red {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #202028;
  padding: 20px 10px;
}

.header-slide-content.blue {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f6ead1;
  border-width: 0;
  padding: 20px 10px;
}

.code-embed {
  display: none;
}

.header-section {
  background-color: var(--black);
  padding: 60px 5% 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.2px;
  white-space: nowrap;
  background-color: #111827;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

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

.header-slider-button {
  color: #000;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: -24px;
  display: flex;
  box-shadow: 0 0 2px -14px #4d4d4d14;
}

.header-slider-button.left {
  background-image: linear-gradient(90deg, #fff 50%, #fff0);
  margin-left: -24px;
  margin-right: 0;
}

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

.header-slide-image {
  object-fit: contain;
  align-self: flex-start;
  width: 100px;
  height: 80px;
}

.header-slide-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.icon-1x1-xlarge {
  float: none;
  clear: none;
  vertical-align: baseline;
  align-self: center;
  width: 9rem;
  height: 9rem;
  padding-left: 0%;
  display: block;
  position: static;
  top: -170px;
  left: auto;
  right: -30px;
}

.icon-1x1-xlarge.which-means {
  width: 11rem;
  height: 11rem;
  position: static;
  top: -200px;
  right: -70px;
}

.paragraph-6 {
  color: #f6ead1;
  font-family: Geist, sans-serif;
  font-weight: 400;
}

.text-align-center {
  text-align: center;
  border: 1px solid #f2f0ea;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  padding-top: 12rem;
  padding-bottom: 14rem;
  display: flex;
  position: relative;
  right: auto;
  overflow: hidden;
}

.section-4 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  text-align: center;
  background-color: #202028;
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  padding-top: 0%;
  padding-left: 3%;
  display: flex;
}

.header62_component {
  aspect-ratio: auto;
  background-color: #202028;
  width: 100%;
  margin-left: auto;
  display: block;
  position: static;
  bottom: 60px;
  left: -380px;
  overflow: hidden;
}

.header62_component.cta {
  background-color: var(--brand-color);
}

.text-size-regular {
  color: #202028;
  text-align: center;
  -webkit-text-stroke-color: #202028;
  padding-top: 0;
  font-family: Geist, sans-serif;
  font-size: 16px;
}

.text-size-regular.left-align {
  color: #202028;
  text-align: left;
  padding-top: 10px;
  font-family: Geist, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-size-regular.text-color-white {
  color: var(--brand-color);
  text-align: center;
  align-self: center;
  width: auto;
  margin-right: 0;
  padding-top: 2%;
  padding-bottom: 2%;
  font-family: Geist, sans-serif;
  font-weight: 300;
  position: static;
  left: -320px;
}

.text-size-regular.subtitle.pages {
  color: #202028;
  text-align: left;
}

.text-block-15 {
  font-weight: 600;
}

.max-width-large-2 {
  align-self: flex-end;
  width: 100%;
  max-width: 100%;
}

.max-width-large-2.align-center {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  max-width: none;
  margin-bottom: -30px;
  padding-bottom: 0;
  display: block;
}

.max-width-large-2.small-box {
  max-width: 59%;
}

.heading-3 {
  color: #ffde9f;
  font-size: 3rem;
  font-weight: 300;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  max-width: 920px;
  display: block;
}

.hero-wrapper-two {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.text-size-small-2 {
  color: #ffde9f;
  letter-spacing: -.03rem;
  text-transform: uppercase;
  font-family: Inter Tight, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.text-size-small-2.small-2 {
  color: #f6ead1;
  text-transform: none;
  font-family: Geist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}

.text-size-small-2.small-2.black {
  color: var(--black);
}

.small-2 {
  font-size: 18px;
  line-height: 25px;
}

.small-2.new {
  text-align: center;
}

.section-11 {
  height: 500px;
}

.div-block-25 {
  background-color: var(--black);
  width: 56px;
  height: 2px;
}

.div-block-25.vertical {
  width: 2px;
  height: 50px;
  position: absolute;
  inset: auto 97px 27% auto;
}

.div-block-27 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-24 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 938px;
  display: flex;
}

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

.paragraph-large-3.text-weight-bold {
  align-self: center;
  font-weight: 400;
  line-height: 1.15;
}

.paragraph-large-3.text-weight-bold.iner-text {
  color: #202028;
  text-align: center;
  background-image: url('../images/41916619_8972696-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 25px 60px;
  font-family: Geist, sans-serif;
  font-weight: 500;
  display: flex;
}

.paragraph-large-3.text-weight-bold.iner-text.red {
  background-image: url('../images/8972696.png');
}

.paragraph-large-3.text-weight-bold.iner-text.blue {
  color: var(--brand-color);
  background-image: url('../images/41916619_8972696-2.png');
}

.paragraph-large-3.text-weight-bold.iner-text.black {
  color: var(--brand-color);
  background-image: url('../images/41916619_8972696.png');
}

.paragraph-large-3.text-weight-bold.gradient {
  background-image: linear-gradient(135deg, blue 20%, var(--red));
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 7px;
}

.paragraph-large-3.newww {
  background-color: var(--red);
  color: var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 10px;
  font-family: Geist, sans-serif;
  line-height: 25px;
  display: flex;
}

.time-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-top: 24px;
  display: flex;
  position: relative;
}

.scoll-wrap-hero {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 65%;
  display: flex;
  position: absolute;
  top: 56%;
}

.scoll-wrap-hero._2nd {
  z-index: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 5%;
  height: 35%;
  inset: 45% 8.5% 0% auto;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 18px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  display: flex;
}

.img-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  display: flex;
  position: relative;
}

.heading-27 {
  color: #202028;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

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

.heading-27.gradient {
  color: var(--brand-color);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.heading-27.gradient.blck {
  color: var(--black);
}

.heading-27.light {
  color: var(--brand-color);
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-27.light.blck {
  color: var(--black);
}

.scroll-base {
  transform-origin: 0%;
  background-color: #eeeff4;
  width: 100%;
  height: 3px;
}

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

.div-block-28 {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 2px solid var(--black);
  -webkit-text-fill-color: inherit;
  background-color: #f1eee9;
  background-clip: border-box;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  position: relative;
}

.div-block-28._1st {
  z-index: 1;
  background-color: var(--brand-color);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.div-block-28.circle {
  z-index: 1;
  background-color: #00f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}

.div-block-28.black {
  z-index: 1;
  background-color: var(--black);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.div-block-28.red {
  z-index: 1;
  background-color: var(--red);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.scroll-animate {
  z-index: 999;
  transform-origin: 0%;
  background-color: #006cd0;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
}

.scroll-animate._2 {
  background-color: #00f;
  height: 3px;
}

.scroll-animate._2.new {
  flex: 0 auto;
  width: 3px;
  height: 100%;
  bottom: 0;
}

.div-block-29 {
  width: 100%;
  max-width: 938px;
  position: relative;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  max-width: 938px;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.features-card-wrapper {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 1280px;
  height: 100%;
  display: flex;
  position: relative;
}

.features-wrapper-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  height: 100%;
  padding: 5rem 1rem 0;
  display: flex;
}

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

.main.new {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-heading-wrapper {
  grid-row-gap: .75rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 35px;
  display: flex;
  position: relative;
}

.title-heading {
  text-align: center;
  text-transform: uppercase;
  max-width: 20ch;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.features-card-title {
  color: #1c2431;
  letter-spacing: -.017em;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.features-card-icon_wrapper {
  color: #aeee90;
  background-color: #009940;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.features-card-icon_wrapper._2 {
  color: #eee8ff;
  background-color: #ab88fd;
}

.features-card-icon_wrapper._5 {
  color: #ffdbdb;
  background-color: #f73636;
}

.features-card {
  z-index: 1;
  grid-row-gap: 1.5rem;
  color: #6b7280;
  text-align: center;
  background-color: #00f;
  border: 0 solid #d9d9d9;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 30rem;
  min-height: auto;
  padding: 1.5rem 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.features-card._3 {
  z-index: 3;
  background-color: #e50037;
  inset: -15% auto auto;
  transform: rotate(-8deg);
}

.features-card._4 {
  z-index: 4;
  background-color: var(--yellow);
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 30rem;
  min-height: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  inset: 0% auto auto 0%;
}

.features-card._2 {
  z-index: 2;
  background-color: var(--black);
  top: 15%;
  right: auto;
  transform: rotate(5deg);
}

.features-card._2.new {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 30rem;
  min-height: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  top: 0%;
}

.features-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
}

.features-card-des {
  letter-spacing: -.014em;
  font-size: 1.25rem;
  line-height: 1.4;
}

.page {
  text-align: left;
  background-color: #f1eee9;
  overflow: hidden;
}

.v-8 {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.features-card-icon {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.section-features {
  width: 100%;
  height: 350vh;
  padding-bottom: 0;
}

.section-features.height {
  height: 75vh;
}

.title-subheading {
  font-size: 1.125rem;
}

.code-embed-3 {
  background-color: #ffde9f;
  background-image: linear-gradient(90deg, var(--brand-color), var(--yellow) 50%);
  border-radius: 24px;
  width: 70%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-large-2 {
  background-color: #f1eee9;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

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

.fs-tabs-images-2 {
  border: 1px solid #f2f0ea;
  width: 100%;
}

.padding-section-large {
  background-color: #0000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.padding-section-large.noo {
  padding-left: 20px;
  padding-right: 40px;
}

.padding-global {
  background-color: #f2f0ea;
  padding-top: 1%;
  padding-left: 0%;
  padding-right: 0%;
}

.padding-global.new {
  padding-left: 35px;
  padding-right: 35px;
}

.padding-global.new.smalll {
  padding-top: 0%;
}

.padding-global.expertise {
  padding-left: 35px;
  padding-right: 35px;
}

.section_header62.color-scheme-5 {
  background-color: #0000;
  display: none;
}

.code-embed-4 {
  z-index: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  inset: -30% -6% auto auto;
  transform: rotate(180deg);
}

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

.div-block-33 {
  z-index: 1;
  border: 1px solid var(--black);
  background-color: var(--brand-color);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 30px;
  left: 0;
}

.div-block-33.node-2 {
  z-index: 1;
  background-color: var(--red);
  border-width: 0;
  top: auto;
  bottom: -110px;
  left: 15%;
}

.div-block-33.node-1 {
  background-color: #ffde9f;
  border-width: 0;
  top: -20px;
}

.div-block-33.node-3 {
  color: var(--brand-color);
  background-color: #00f;
  top: -60px;
  left: 40%;
}

.div-block-33.node-4 {
  z-index: 2;
  background-color: var(--black);
  border-width: 0;
  inset: 0% 0% auto auto;
}

.div-block-33.node-5 {
  z-index: 2;
  inset: auto 0% -49% auto;
}

.rich-text-block {
  color: #00f;
  text-align: center;
  font-family: Geist, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.rich-text-block.white {
  color: var(--brand-color);
}

.list {
  padding-left: 20px;
}

.dot {
  z-index: 0;
  border: 0px solid var(--yellow);
  background-color: var(--black);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--yellow);
  text-overflow: clip;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 45% auto auto 15%;
}

.layout393_card-large-horizontal-image-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.layout393_card-large-horizontal {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #0000;
  border: 1px #fff3;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

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

.square-image {
  flex: none;
  order: 0;
  align-self: center;
  width: 300px;
  min-width: 300px;
  max-width: none;
  display: block;
}

.layout393_card-small-content {
  background-color: #00f;
  background-image: linear-gradient(135deg, blue 27%, var(--red));
  border: 0 solid #00f;
  border-radius: 16px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.div-block-34 {
  box-sizing: border-box;
  order: 9999;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.layout393_component {
  width: 1100px;
  max-width: 100%;
  padding-top: 30px;
}

.layout393_card-large-vertical-content {
  background-color: #ffde9f;
  background-image: linear-gradient(135deg, blue 20%, var(--red));
  border: 0 solid #fce2a9;
  border-radius: 16px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.layout393_card-large-horizontal-content {
  background-color: #202028;
  background-image: linear-gradient(135deg, blue 20%, var(--red));
  border: 0 solid #202028;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.heading-style-h5 {
  color: var(--black);
  text-align: center;
  letter-spacing: -.015rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h5.white {
  color: #f2f0ea;
}

.heading-style-h5.white.middle {
  color: #f2f0eb;
  text-align: center;
}

.heading-style-h5.white.expertise {
  color: var(--brand-color);
  font-family: Inter Tight, sans-serif;
  font-weight: 400;
}

.paragraph-7 {
  color: #202028;
  text-align: center;
}

.layout393_card-large-vertical--image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-color-white {
  color: #f2f0ea;
}

.text-color-white.middle {
  text-align: center;
}

.layout393_card-large-vertical {
  background-color: #0000;
  border: 1px #fff3;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.layout393_card-small {
  background-color: #0000;
  border: 1px #fff3;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.link-block-2 {
  filter: invert();
}

.image-24 {
  width: 64px;
  position: absolute;
  inset: 0%;
}

.image-24._1 {
  top: -80%;
}

.image-24._2 {
  z-index: 0;
  top: 90%;
  bottom: auto;
}

.image-24._3 {
  top: -37%;
  left: 30%;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-margin-bottom-fifteen {
  color: var(--black);
  margin-bottom: 15px;
  font-family: Geist, sans-serif;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--brand-color);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-body-font-color {
  color: var(--black);
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: color .35s;
}

.rt-number-img-bg-inner {
  color: var(--black);
  background-image: url('../images/new2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
}

.rt-number-img-bg-inner:hover {
  color: var(--brand-color);
  background-image: url('../images/693fa8653c0564b1a7f8aa1a_5330e86f711e70888f5af96141fa6d2d_Group-1009002136-1-1.svg');
}

.rt-number-img-bg-inner.square {
  z-index: 1;
  background-image: url('../images/Group-1-1-2.svg');
  position: relative;
}

.rt-number-img-bg-inner.square:hover {
  background-image: url('../images/Group-1-2-2.svg');
}

.rt-number-img-bg-inner.square.black {
  background-image: url('../images/nn.svg');
}

.rt-number-img-bg-inner.square.black:hover {
  background-image: url('../images/693fa8653c0564b1a7f8aa1a_5330e86f711e70888f5af96141fa6d2d_Group-1009002136-1-1.svg');
}

.rt-number-img-bg-inner.square.redd {
  background-image: url('../images/Group-1-2-4-1.svg');
}

.rt-number-img-bg-inner.square.redd:hover {
  background-image: url('../images/Group-1-2-2.svg');
}

.rt-number-img-bg-inner.square.yellow {
  background-image: url('../images/Group-1-1-3-1.svg');
}

.rt-number-img-bg-inner.square.yellow:hover {
  background-image: url('../images/Group-1-2-2.svg');
}

.rt-number-img-bg-inner.blue {
  background-image: url('../images/Group-1-1-3-1.svg');
}

.rt-number-img-bg-inner.blue:hover {
  background-image: url('../images/Group-1-2-2.svg');
}

.rt-number-img-bg-inner.blue._3 {
  background-image: url('../images/nn.svg');
}

.rt-number-img-bg-inner.blue._3:hover {
  background-image: url('../images/693fa8653c0564b1a7f8aa1a_5330e86f711e70888f5af96141fa6d2d_Group-1009002136-1-1.svg');
}

.rt-number-img-bg-inner.blue._3.neww {
  background-image: url('../images/new2-1.svg');
}

.rt-number-img-bg-inner.blue._3.neww:hover {
  background-image: url('../images/693fa8653c0564b1a7f8aa1a_5330e86f711e70888f5af96141fa6d2d_Group-1009002136-1-1.svg');
}

.rt-number-img-bg-inner.new {
  background-image: url('../images/2-1.svg');
}

.rt-number-img-bg-inner.new:hover {
  background-image: url('../images/693fa8653c0564b1a7f8aa1a_5330e86f711e70888f5af96141fa6d2d_Group-1009002136-1-1.svg');
}

.rt-arrow-img-left {
  height: auto;
  position: absolute;
  inset: auto -12% 45% auto;
  transform: none;
}

.rt-arrow-img-left.rt-arrow-img-right {
  z-index: 0;
  bottom: 47%;
  right: -20%;
  transform: rotate(-12deg);
}

.rt-arrow-img-left.rt-arrow-img-right.straight {
  width: 12px;
  bottom: 20%;
  right: -2%;
  transform: rotate(-90deg);
}

.rt-arrow-img-left.new {
  width: 12px;
  inset: auto auto 48% -2%;
  transform: rotate(-65deg);
}

.rt-arrow-img-left.new.rotate {
  transform: rotate(58deg);
}

.rt-arrow-img-left.new.rotate.neww {
  transform: rotate(116deg);
}

.rt-arrow-img-left.small {
  width: 12px;
  bottom: 40%;
  right: -1%;
  transform: rotate(-65deg);
}

.rt-arrow-img-left.small._2nd {
  right: -3%;
  transform: rotate(-115deg);
}

.rt-arrow-img-left.small._2nd.neww {
  width: 9px;
  bottom: 43%;
  right: -6%;
  transform: rotate(-128deg);
}

.rt-arrow-img-left.small._2nd.hide {
  display: block;
}

.rt-arrow-img-left.small._1stt {
  width: 9px;
  right: 3%;
  transform: rotate(-48deg);
}

.rt-arrow-img-left.small._1stt.large {
  width: 12px;
  transform: rotate(-65deg);
}

.rt-number-block-2 {
  text-align: center;
  flex: 1;
  position: relative;
}

.rt-number-image-bg-outer {
  justify-content: center;
  align-items: center;
}

.rt-arrow-down-img {
  height: auto;
}

.rt-number-text-block-outer {
  align-items: center;
}

.rt-arrow-circle-block {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-circle-number {
  font-family: Geist, sans-serif;
}

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

.div-block-35 {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 600px;
  padding-top: 80px;
  display: flex;
}

.div-block-35.large {
  width: 940px;
  padding-top: 80px;
}

.div-block-35.full {
  width: 100%;
}

.image-25 {
  width: 10px;
  position: absolute;
  inset: auto auto -21% 50%;
}

.div-block-36 {
  height: 130px;
  position: relative;
}

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

.list-2, .list-3 {
  padding-left: 20px;
}

.div-block-38 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.div-block-38.more {
  padding-left: 55px;
}

.div-block-38.more.move {
  padding-left: 100px;
}

.image-26 {
  text-align: center;
  width: 9px;
}

.heading-7 {
  color: #202028;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
}

.paragraph-8 {
  color: #202028;
  margin-bottom: 4rem;
  font-family: Geist, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-12 {
  height: 200vh;
}

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

.div-block-42 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 70px;
  display: flex;
}

.div-block-44 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-45 {
  background-image: linear-gradient(265deg, var(--brand-color), var(--yellow) 80%);
  border-radius: 24px;
  padding: 20px;
}

.div-block-46 {
  align-self: flex-end;
  position: relative;
}

.div-block-47 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  display: grid;
}

.div-block-48 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.image-27 {
  width: 100%;
  padding-right: 0;
}

.icon-embed-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  cursor: pointer;
  background-color: #00f;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 2rem;
  max-width: 100%;
  height: 2rem;
  padding: 5px;
  font-size: 14px;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 2% 2% auto auto;
}

.heading-style-h3 {
  text-align: left;
  letter-spacing: -.025rem;
  width: 100%;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  top: -110px;
  left: auto;
}

.heading-style-h3.text-color-black {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 2.2rem;
  display: block;
  top: 0;
}

.heading-style-h3.services-heading {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 35px;
  top: 0;
}

.div-block {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-color: #54505096;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: scroll;
}

.div-block.case-study-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.div-block-2 {
  clear: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #f6ead1;
  border-radius: 12px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 85%;
  height: 98vh;
  margin: 20px auto;
  padding: 1rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-size-small-3 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Geist, sans-serif;
  font-size: .875rem;
  line-height: 20px;
}

.heading-style-h6 {
  color: var(--black);
  text-align: left;
  letter-spacing: -.0125rem;
  width: 100%;
  font-family: Inter Tight, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h6.case-study-title {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-color: var(--black);
  align-self: center;
}

.case-study-title {
  color: #fff;
}

.container-5 {
  text-align: left;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.body {
  text-align: left;
}

.bold-text-5 {
  color: var(--black);
  font-family: Geist, sans-serif;
  font-weight: 500;
}

.code-embed-5 {
  width: auto;
  height: 10px;
  position: static;
}

.div-block-49 {
  height: 70px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.div-block-49.new {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  inset: auto 0% 30px auto;
}

.div-block-49.new.last {
  bottom: 0;
}

.div-block-50 {
  align-self: center;
  width: 95%;
}

.icon-embed-large-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.div-block-51 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-color: #54505096;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: scroll;
}

.div-block-51.case-study-2 {
  display: none;
}

.div-block-52 {
  background-color: #f2f0ea;
  width: 50%;
  height: 120vh;
  padding: 1rem 2rem 2rem;
  display: block;
}

.text-size-small-4 {
  color: #191919;
  padding-top: 10px;
  font-size: .875rem;
}

.text-size-small-4.arrital {
  font-family: Geist, sans-serif;
}

.text-size-small-4.text-color-white {
  color: var(--black);
  margin-bottom: 5px;
  padding-top: 5px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-size-small-4.text-color-white.white {
  color: var(--brand-color);
}

.text-size-small-4.black {
  color: #191919;
}

.case-study-title-2 {
  color: #e90140;
}

.container-11 {
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-53 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-color: #54505096;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: scroll;
}

.div-block-53.case-study-2 {
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-54 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #f6ead1;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-around;
  align-self: center;
  align-items: flex-start;
  width: 85%;
  height: 120vh;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem 4rem;
  display: none;
  position: relative;
}

.case-study-title-3 {
  color: var(--black);
}

.container-12 {
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-55 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-color: #54505096;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: scroll;
}

.div-block-55.case-study-3 {
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-56 {
  background-color: #f2f0ea;
  width: 50%;
  height: 120vh;
  padding: 1rem 2rem 2rem;
  display: none;
}

.case-study-title-4 {
  color: #e90140;
}

.container-13 {
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-28 {
  width: 100%;
}

.image-29 {
  border-radius: 10px 10px 0 0;
  width: 100px;
}

.image-30 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100px;
}

.image-31 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100px;
}

.image-32 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100px;
}

.image-33 {
  text-align: left;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 170px;
  margin-left: -32px;
  display: block;
}

.layout195_image, .layout195_image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-left: 0;
}

.div-block-57 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-color: #54505096;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: scroll;
}

.div-block-57.case-study-4 {
  display: none;
}

.div-block-58 {
  background-color: #f2f0ea;
  width: 50%;
  height: 120vh;
  padding: 1rem 2rem 2rem;
  display: block;
}

.case-study-title-5 {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 400;
}

.container-14 {
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-16 {
  color: var(--black);
  text-align: left;
  align-self: flex-start;
  width: 100%;
  padding-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 18px;
}

.bold-text-6 {
  font-size: 1.25rem;
  font-weight: 400;
}

.body-2 {
  background-color: var(--brand-color);
}

.section-13 {
  padding-top: 60px;
}

.text-span-11 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer3_credit-text {
  font-size: .875rem;
}

.list-item-3 {
  text-align: left;
}

.navbar3_component {
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar3_component.color-scheme-5 {
  box-sizing: border-box;
  text-align: right;
  object-fit: fill;
  justify-content: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
}

.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

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

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.link-block-4 {
  width: 40%;
}

.link-block-4.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 20%;
  display: block;
}

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

.navbar3_link {
  width: 10rem;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
}

.navbar3_link.w--current {
  color: #3a3846;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.navbar3_menu-background {
  display: none;
  position: static;
}

.navbar3_container {
  grid-column-gap: 5rem;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: max-content .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.icon-embed-xsmall {
  color: #7f7f7f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  display: flex;
}

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

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

.footer3_bottom-wrapper {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.layout237_item {
  text-align: center;
  background-color: #f6ead1;
  border-radius: 16px;
  width: 100%;
  padding: 5%;
}

.footer3_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

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

.grid-3 {
  grid-template-rows: auto;
  padding-left: 30px;
}

.navbar3_logo {
  width: 180px;
  font-size: 1%;
  line-height: 1.5%;
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.image-icon {
  width: 40%;
  padding-bottom: 0;
  display: block;
}

.navbar3_menu-button {
  padding: 0;
}

.footer3_top-wrapper {
  grid-column-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .25fr;
  align-items: start;
}

.navbar3_menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
  position: static;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.layout195_image-3 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 83%;
  height: 83%;
  padding-left: 0;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-10 {
  width: 100%;
}

.text-block-17 {
  color: var(--black);
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.list-4 {
  color: var(--black);
  margin-top: 20px;
  padding-left: 20px;
  font-family: Geist, sans-serif;
  font-size: 16px;
}

.div-block-59 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: block;
}

.image-34 {
  width: 80%;
}

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

.container7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffde9f;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  padding: 20px 5%;
  display: flex;
}

.link-block-3 {
  background-color: #e50037;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  transition: background-color .2s;
  display: flex;
}

.heading-11 {
  color: var(--black);
  text-transform: uppercase;
  align-self: flex-start;
  font-family: Inter Tight, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.section-7 {
  background-color: var(--red);
}

.header46_component {
  padding-right: 20px;
  display: flex;
}

.cell-8 {
  background-color: #ffde9f;
}

.contact5_icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.paragraph-10 {
  color: var(--black);
  font-family: Geist, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

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

.contact5_content.last {
  padding-bottom: 50px;
}

.container-6 {
  background-color: #00f;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  padding: 20px 5%;
  display: flex;
}

.image-35 {
  width: 80%;
}

.cell-7 {
  background-color: #00f;
}

.heading-style-h1 {
  color: #3a3846;
  letter-spacing: -.035rem;
  margin-top: 2rem;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.contact5_contact-list {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.layout195_image-4 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 80%;
  height: 80%;
  padding-left: 0;
}

.layout195_image-4.first-image {
  width: 80%;
  height: auto;
}

.contact-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-item.box-expertise {
  border: 2px solid var(--black);
  color: var(--black);
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  display: flex;
}

.section-3 {
  background-color: #f2f0ea;
}

.cell-14 {
  background-color: #00f;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 1.5rem;
}

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

.cell-15 {
  background-color: var(--black);
  padding: 1rem 1.5rem;
  display: flex;
}

.heading-style-h4 {
  color: var(--black);
  letter-spacing: -.02rem;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 353px;
  min-height: auto;
  padding: 0;
}

.text-align-center-2 {
  text-align: center;
  border: 1px solid #f2f0ea;
  width: 100%;
  min-width: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  right: auto;
  overflow: hidden;
}

.quick-stack-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell-16 {
  background-color: var(--yellow);
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 1.5rem;
}

.heading-style-h5-2 {
  color: var(--black);
  text-align: center;
  letter-spacing: -.015rem;
  margin-top: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h5-2.black {
  color: #3a3846;
  text-align: left;
}

.heading-style-h5-2.white {
  color: #f2f0ea;
}

.text-size-regular-3 {
  color: #202028;
  text-align: center;
  -webkit-text-stroke-color: #202028;
  padding-top: 0;
  font-family: Geist, sans-serif;
  font-size: 18px;
}

.text-size-regular-3.red-text {
  color: #e90140;
}

.quick-stack-11 {
  grid-column-gap: 0px;
  grid-row-gap: 22px;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 0;
}

.quick-stack-11.new {
  height: 170px;
  min-height: auto;
}

.quick-stack-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  width: 100%;
  height: auto;
  padding: 0;
}

.section-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f2f0ea;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact5_content-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact5_content-2.last {
  padding-bottom: 40px;
}

.contact5_content-left-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.cell-6 {
  background-color: var(--red);
  padding: 1rem 1.5rem;
}

.layout195_image-5 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 80%;
  height: auto;
  padding-left: 0;
}

.div-block-61 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.div-block-62 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-24 {
  color: var(--black);
  font-family: Geist, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.text-block-24.white {
  color: var(--brand-color);
  padding-top: 20px;
}

.text-block-24.white.minus {
  padding-top: 0;
}

.div-block-63 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  flex-flow: column;
  height: auto;
  display: none;
}

.div-block-64 {
  background-color: #00f;
  border-radius: 16px;
  width: 500px;
  padding: 20px;
  position: relative;
}

.div-block-64.black {
  background-color: var(--black);
}

.div-block-64.skin {
  background-color: var(--yellow);
}

.div-block-64.red {
  background-color: var(--red);
}

.div-block-65 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: static;
  inset: 0%;
}

.section-14 {
  z-index: 999;
  background-color: #0000001c;
  height: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.section-14.skin, .section-14.timeline, .section-14.timeline2, .section-14.timeline3, .section-14.timeline4 {
  display: none;
}

.image-36 {
  text-align: right;
  cursor: pointer;
  width: 16px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.rich-text-block-2 {
  color: var(--black);
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.container-15 {
  max-width: 1100px;
  padding: 80px 20px;
}

.div-block-66 {
  display: none;
}

.text-span-12 {
  text-transform: uppercase;
  font-size: 18px;
  font-style: normal;
  line-height: 25px;
}

.text-span-13 {
  line-height: 20px;
}

@media screen and (min-width: 1280px) {
  .navbar {
    background-image: none;
    margin-bottom: -5px;
  }

  .hero-section._2 {
    background-image: linear-gradient(90deg, #f1eee9 64%, #202028 64%);
  }

  .div-block-3._1 {
    min-width: 183px;
  }

  .image-10._2 {
    height: 176px;
    min-height: 195px;
  }

  .cell {
    justify-content: center;
    align-items: flex-start;
  }

  .layout195_content-right {
    margin-right: 60px;
  }

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

  .button-3 {
    color: #f2f0eb;
    background-color: #202028;
    border-color: #202028;
  }

  .cell-3 {
    justify-content: center;
    align-items: center;
    padding-right: 60px;
  }

  .flex._1._4 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .text.margin-left.top {
    margin-top: 10px;
  }

  .text.margin-left.top._1 {
    margin-top: 0;
  }

  .paragraph-2 {
    padding-top: 0;
  }

  .pricings-section.no-padding {
    margin-top: 0;
    padding-top: 60px;
  }

  .cell-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .column-3x-large {
    max-width: 1200px;
  }

  .image-16 {
    transform: scale(0)translate(100%);
  }

  .image-20 {
    left: 9.5%;
    transform: translate(0, -200%)scale(0);
  }

  .image-21 {
    bottom: -16.5%;
    right: 29%;
    transform: rotateX(90deg)rotateY(0)rotateZ(0);
  }

  .image-22 {
    top: -.5%;
    right: 23%;
    transform: rotateX(0)rotateY(90deg)rotateZ(0);
  }

  .image-23 {
    bottom: -17%;
    right: 15%;
    transform: rotateX(0)rotateY(90deg)rotateZ(0);
  }

  .grid {
    margin-right: 60px;
  }

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

  .features-wrapper-inner {
    height: 100%;
  }

  .title-heading-wrapper {
    padding-bottom: 100px;
  }

  .features-wrapper {
    height: 110vh;
  }

  .section-features {
    height: 350vh;
  }

  .rt-arrow-img-left {
    bottom: 47%;
    right: -11%;
  }

  .rt-arrow-circle-block {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-25.right {
    bottom: -23%;
  }

  .icon-embed-large {
    background-color: #0800fe;
  }

  .heading-style-h3.text-color-black {
    color: var(--black);
    -webkit-text-stroke-color: black;
  }

  .div-block.case-study-1 {
    inset: 0% auto 0% 0%;
  }

  .div-block-2 {
    background-color: #f6ead1;
  }

  .text-size-small-3 {
    color: var(--black);
    -webkit-text-stroke-color: black;
  }

  .heading-style-h6.case-study-title, .bold-text-5 {
    color: var(--black);
  }
}

@media screen and (min-width: 1440px) {
  .navbar, .container {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3._1 {
    min-width: 190px;
  }

  .image-10._2 {
    min-height: 201px;
  }

  .pricings-section.no-padding {
    margin-top: 0;
    padding-top: 60px;
  }

  .section-9 {
    background-color: var(--black);
  }

  .container-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-2, .heading-25 {
    color: var(--brand-color);
  }

  .quick-stack-9 {
    border-top-color: var(--yellow);
  }

  .grid.new {
    left: -8%;
  }

  .features-card-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    display: flex;
  }

  .features-wrapper-inner {
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    height: 80%;
  }

  .title-heading-wrapper {
    padding-bottom: 100px;
  }

  .section-features {
    height: 300vh;
  }

  .link-block-2 {
    filter: invert();
  }

  .rt-arrow-img-left {
    bottom: 45%;
    right: -9%;
  }

  .rt-number-text-block-outer.padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-35 {
    width: 650px;
    padding-top: 80px;
  }

  .div-block-35.large {
    width: 1100px;
  }

  .image-25 {
    width: 10px;
    bottom: -23%;
    left: 45%;
  }

  .image-25.right {
    left: 50%;
  }

  .text-size-small-3 {
    font-size: 16px;
  }

  .header46_component {
    padding-right: 20px;
  }

  .quick-stack-4 {
    height: auto;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section._2 {
    background-image: linear-gradient(90deg, #f1eee9 62%, #202028 62%);
  }

  .grid.new {
    left: -6%;
  }

  .features-card-wrapper {
    max-width: 1280px;
  }

  .features-wrapper-inner {
    justify-content: center;
    align-items: center;
    height: 60%;
  }

  .code-embed-3 {
    background-image: linear-gradient(90deg, var(--brand-color), var(--yellow));
  }

  .rt-number-img-bg-inner {
    width: 220px;
    height: 220px;
    font-size: 40px;
  }

  .image-25 {
    bottom: -22%;
  }

  .div-block-2 {
    height: 80vh;
  }

  .container-5 {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-list {
    position: static;
  }

  .nav-dropdown-list.w--open {
    padding-top: 4px;
    padding-bottom: 4px;
    position: static;
  }

  .nav-dropdown-slot {
    padding-top: 0;
  }

  .navbar {
    padding-bottom: 8px;
  }

  .nav-container-large {
    padding-right: 16px;
  }

  .nav-menu-button {
    background-color: #000;
  }

  .nav-menu-button:hover, .nav-menu-button.w--open {
    background-color: var(--yellow);
    color: #000;
  }

  .nav-dropdown-card {
    box-shadow: none;
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fafafa;
    border: 1px solid #fff;
    border-radius: 24px;
    flex-flow: column;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    position: absolute;
    left: 5%;
    right: 5%;
  }

  .nav-links {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .hero-section {
    padding-bottom: 60px;
  }

  .hero-section._2 {
    background-image: linear-gradient(323deg, #f2f0eb 59%, #202028 50%);
    height: auto;
    padding-bottom: 60px;
  }

  .container.center.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .container.center.padding-less {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .layout195_image-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: 33% 33%;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
    display: grid;
  }

  .div-block-3._1 {
    flex-flow: row;
    min-width: 0;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image-10._1 {
    object-fit: cover;
    width: 48%;
  }

  .image-10._2, .image-10._3 {
    min-height: 0;
  }

  .cell {
    justify-content: center;
    align-items: flex-start;
  }

  .text-span-2 {
    font-size: 22px;
    line-height: 1.15;
  }

  .layout195_item-list {
    margin-top: -10px;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout195_content-right {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    text-align: center;
    margin-right: auto;
  }

  .text-size-medium.hero-text, .text-size-medium.black {
    text-align: center;
    font-size: 16px;
  }

  .text-size-medium.black._1 {
    width: 650px;
  }

  .statics {
    font-size: 22px;
    line-height: 1.15;
  }

  .heading-15 {
    text-align: center;
    margin-right: auto;
    font-size: 34px;
  }

  .heading-15.ineer {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-15.small {
    text-align: center;
    width: 100%;
  }

  .heading-15.small.left {
    text-align: center;
    align-self: center;
  }

  .heading-15.small.left.case, .heading-15.small.leftt {
    text-align: left;
    align-self: flex-start;
  }

  .heading-15.medium {
    text-align: center;
    width: 100%;
  }

  .heading-15.gradient {
    background-image: linear-gradient(135deg, var(--yellow), #202028);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .heading-15.left {
    text-align: left;
    align-self: flex-start;
  }

  .text-span {
    font-size: 22px;
    line-height: 1.15;
  }

  .cell-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-3._1.just-for-small-devices {
    display: flex;
  }

  .logo-section {
    overflow: hidden;
  }

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

  .faq_answer-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-large {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .faq_row {
    flex-flow: column;
  }

  .column-large {
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
  }

  .faq_grid {
    max-width: none;
  }

  .faq_question-card {
    height: 320px;
    display: block;
  }

  .body-medium {
    font-size: 16px;
  }

  .faq_question-card-c.black, .faq_question-card-red.red {
    height: 320px;
    display: block;
  }

  .faq_answer-wrapper-red {
    align-items: stretch;
    display: flex;
  }

  .quick-stack-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-size-small {
    text-align: center;
    margin-right: auto;
  }

  .text-size-small.hero-text {
    text-align: left;
    font-size: 16px;
  }

  .text-size-small.black {
    text-align: center;
    font-size: 16px;
  }

  .tab-content-card {
    max-width: none;
  }

  .tab-link-inner {
    background-position: 50%;
  }

  .tab-content {
    flex-direction: column-reverse;
    height: auto;
  }

  .tab-image-wrapper {
    padding-top: 32px;
  }

  .tab-card-image {
    max-width: none;
  }

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

  .tab-link-loader {
    width: 85%;
  }

  .tabs-menu-horizontal {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .fs-tabs-3_nav-item.item-4, .fs-tabs-3_nav-item.item-2, .fs-tabs-3_nav-item.item-3 {
    width: 82%;
  }

  .fs-tabs-3_nav-item.is-tab-active {
    width: 82%;
    padding-right: 0%;
  }

  .fs-tabs-3_nav-list {
    padding-bottom: 1rem;
    overflow: scroll;
  }

  .fs-tabs-3_heading, .fs-tabs-3_heading.blue {
    font-size: .8rem;
  }

  .fs-tabs-3_heading.red-background {
    color: #202028;
    font-size: .8rem;
  }

  .fs-tabs-3_heading.text-color-white {
    font-size: .8rem;
  }

  .image-14 {
    width: 330px;
  }

  .line-ver.short.skin {
    height: 130px;
  }

  .line-container {
    width: 55%;
  }

  .paragraph-3 {
    margin-top: 10px;
  }

  .h4-heading {
    font-size: 32px;
  }

  .h5-heading {
    font-size: 28px;
  }

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

  .content-left-column {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .link.black {
    font-size: 16px;
  }

  .link.black.new {
    background-color: var(--yellow);
    color: var(--black);
    border-radius: 100px;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
  }

  .link.black.new.laal {
    background-color: var(--red);
  }

  .link.black.new.blue {
    color: var(--brand-color);
    background-color: #00f;
  }

  .link.black.new.blackish {
    background-color: var(--black);
    color: var(--brand-color);
  }

  .form_block {
    align-items: center;
  }

  .contact_details-card {
    max-width: none;
    margin-top: 50px;
  }

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

  .contact_heading, .contact_details-card-2 {
    max-width: none;
  }

  .feature_swiper-slide {
    width: 100%;
  }

  .column-3x-large {
    max-width: 700px;
  }

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

  .cell-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .div-block-14 {
    margin-bottom: 60px;
  }

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

  .quick-stack-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .image-16, .image-20 {
    transform: none;
  }

  .grid---cell.hide-on-mbl {
    display: none;
  }

  .circle.x-aqua.blue.light {
    background-color: var(--brand-color);
  }

  .circle.x-blue.black {
    background-color: #f6ead1;
  }

  .circle.x-blue.black.yellow, .circle.x-blue.white {
    background-color: #202028;
  }

  .circle.x-white, .circle.x-white._1 {
    background-color: var(--yellow);
  }

  .circle.x-white.light, .circle.light {
    background-color: #202028;
  }

  .color.x-3-2.blk {
    background-image: linear-gradient(90deg, #67df4200, var(--brand-color));
  }

  .color.x-white {
    background-color: #202028;
  }

  .grid {
    align-self: center;
  }

  .grid.new {
    bottom: 2%;
    left: -18%;
  }

  .grid._2nd {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    top: -20%;
    right: 2%;
  }

  .grid._2nd.neww {
    top: -30%;
  }

  .home-logo-left-gradient {
    display: none;
  }

  .home-logo-left-gradient.right {
    inset: 0% auto 0% 0%;
  }

  .container-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-logo-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .header-resume-slide-mask {
    margin-left: 0;
  }

  .header-section {
    padding-top: 92px;
    padding-bottom: 92px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .header-slider-button.left {
    background-image: none;
    width: 48px;
  }

  .icon-1x1-xlarge {
    position: static;
  }

  .icon-1x1-xlarge.which-means {
    width: auto;
    height: auto;
    top: -150px;
    right: -160px;
  }

  .paragraph-6 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-align-center {
    border-width: 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    min-width: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .header62_component {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    display: flex;
    overflow: hidden;
  }

  .text-size-regular {
    text-align: center;
  }

  .text-size-regular.text-color-white {
    text-align: right;
    text-align: center;
    margin-right: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    display: block;
  }

  .text-size-regular.subtitle.pages.expertise-heading {
    position: relative;
    left: -150px;
  }

  .text-block-15 {
    font-weight: 600;
  }

  .max-width-large-2.align-center {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-width-large-2.small-box {
    max-width: none;
  }

  .heading-3 {
    max-width: 100vw;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 2.25rem;
    font-weight: 300;
  }

  .text-size-small-2 {
    font-size: 50px;
  }

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

  .paragraph-large-3.text-weight-bold.iner-text {
    padding-left: 45px;
    padding-right: 45px;
  }

  .scoll-wrap-hero {
    width: 77%;
  }

  .img-hero {
    width: 100%;
    min-height: 40vh;
    margin-top: 5%;
    margin-bottom: 0%;
  }

  .div-block-28 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .div-block-28.circle {
    text-align: center;
  }

  .div-block-31 {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .features-card-wrapper {
    flex-flow: column;
  }

  .features-wrapper-inner {
    height: auto;
  }

  .features-card, .features-card._4, .features-card._2.new {
    width: 100%;
    position: relative;
  }

  .features-wrapper, .section-features {
    height: auto;
  }

  .padding-section-large {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .padding-section-large.noo {
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed-4 {
    width: auto;
    top: -30%;
  }

  .layout393_grid-list {
    display: block;
  }

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

  .square-image {
    width: auto;
  }

  .square-image.last-design {
    flex: none;
    align-self: center;
    width: 25rem;
  }

  .layout393_card-small-content {
    flex: 1;
    padding: 2rem;
  }

  .layout393_card-large-vertical-content {
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .layout393_card-large-horizontal-content {
    flex: 1;
  }

  .layout393_card-large-vertical {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .layout393_card-small {
    flex-flow: row;
  }

  .rt-category-cards-text.rt-margin-bottom-fifteen {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
  }

  .rt-body-font-color {
    font-size: 14px;
    line-height: 16px;
  }

  .rt-number-img-bg-inner {
    width: 90px;
    height: 90px;
    font-size: 30px;
    line-height: 40px;
  }

  .rt-arrow-img-left {
    display: none;
  }

  .rt-arrow-img-left.rt-arrow-img-right.straight {
    width: 9px;
    display: block;
    bottom: 5%;
    right: -4%;
  }

  .rt-arrow-img-left.new, .rt-arrow-img-left.new.rotate, .rt-arrow-img-left.small {
    width: 9px;
    display: block;
  }

  .rt-arrow-img-left.small._2nd.neww {
    display: block;
    bottom: 40%;
    right: 2%;
  }

  .rt-arrow-img-left.small._1stt {
    width: 9px;
    display: block;
  }

  .rt-arrow-img-left.small._1stt.large {
    width: 9px;
  }

  .rt-number-block-2 {
    grid-column-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .rt-number-block-2.rt-number-block-revers {
    justify-content: space-between;
    align-items: center;
  }

  .rt-number-image-bg-outer.last {
    order: 9999;
  }

  .rt-arrow-down-img {
    display: none;
  }

  .rt-arrow-down-img._1st {
    display: block;
  }

  .rt-number-text-block-outer {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .rt-arrow-circle-block {
    grid-column-gap: 10px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: row;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-35 {
    flex-flow: row;
    width: 382px;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-35.large {
    width: 70%;
    padding-top: 80px;
  }

  .image-25 {
    width: 8px;
    display: block;
    bottom: -36%;
    left: 55%;
  }

  .div-block-36 {
    align-self: center;
    height: auto;
  }

  .div-block-36.last {
    order: 9999;
  }

  .div-block-37 {
    display: none;
  }

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

  .div-block-38.more {
    padding-left: 20px;
  }

  .div-block-38.more.move {
    padding-left: 40px;
  }

  .image-26 {
    align-self: center;
    margin-left: -20px;
  }

  .heading-7 {
    max-width: 100vw;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 2.25rem;
    line-height: 1.5;
  }

  .paragraph-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-44 {
    grid-template-columns: 1fr;
  }

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

  .heading-style-h3 {
    font-size: 2.25rem;
    top: 420px;
  }

  .heading-style-h3.services-heading {
    top: 0;
  }

  .div-block.case-study-1 {
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 90%;
    padding-bottom: 1rem;
  }

  .div-block-49 {
    display: none;
  }

  .text-size-small-4.text-color-white {
    font-size: 15px;
    line-height: 22px;
  }

  .layout195_image, .layout195_image-2 {
    aspect-ratio: 1;
    width: 100%;
    height: 50%;
  }

  .section-13 {
    padding-top: 0;
  }

  .menu-icon3_line-top {
    background-color: #f2f0ea;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_component.color-scheme-5 {
    max-width: none;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-4.w--current {
    text-align: left;
    width: 100%;
  }

  .navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .navbar3_container {
    grid-column-gap: 30rem;
    grid-row-gap: 0px;
    grid-template-columns: max-content .25fr;
    grid-template-areas: "Area";
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-self: center;
    width: 100%;
    padding-left: 0;
    padding-right: 32px;
    display: grid;
    overflow: hidden;
  }

  .menu-icon3 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .menu-icon3_line-middle {
    background-color: #f2f0ea;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .grid-3 {
    padding-left: 0;
  }

  .navbar3_logo {
    width: 40%;
  }

  .menu-icon3_line-bottom {
    background-color: #f2f0ea;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer3_logo {
    width: 40%;
  }

  .navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar3_menu-button.w--open {
    background-color: #0000;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .navbar3_menu {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-color: #f2f0ea;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100dvh;
    margin-left: 0;
    padding-bottom: 6.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    transition: height .5s;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .layout195_image-3 {
    aspect-ratio: 1;
    width: 100%;
    height: 50%;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header46_component {
    padding-right: 0;
  }

  .contact5_content {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h1 {
    margin-right: 30px;
    font-size: 2.25rem;
  }

  .heading-style-h1.expertise-titile {
    position: relative;
    left: -150px;
  }

  .layout195_image-4 {
    aspect-ratio: 1;
    width: 100%;
    height: 50%;
  }

  .cell-14, .cell-15 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h4 {
    text-align: center;
    font-size: 1.75rem;
  }

  .text-align-center-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    min-width: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .cell-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h5-2 {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .text-size-regular-3 {
    text-align: center;
  }

  .section-2 {
    grid-template-rows: min-content;
  }

  .contact5_content-2 {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact5_content-left-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout195_image-5 {
    aspect-ratio: 1;
    width: 100%;
    height: 50%;
  }

  .layout195_image-5.small {
    width: 80%;
    height: auto;
  }

  .div-block-61 {
    width: 95%;
  }

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

@media screen and (max-width: 767px) {
  .nav-menu-button.w--open {
    color: #fff;
    background-color: #202028;
  }

  .hero-section._2 {
    background-image: linear-gradient(314deg, #f2f0eb 61%, #202028 50%);
    padding-bottom: 40px;
  }

  .container {
    flex: 0 auto;
  }

  .quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .layout195_image-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    display: flex;
    position: static;
    left: 20px;
  }

  .div-block-3 {
    width: auto;
    margin-top: 0;
    position: relative;
    bottom: 0;
  }

  .div-block-3._1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: 172px;
    margin-bottom: 0;
    margin-right: 15px;
  }

  .image-10 {
    position: relative;
  }

  .image-10._1 {
    width: 100%;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-top: 0;
    padding-top: 0;
    display: block;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .image-6 {
    display: block;
  }

  .text-span-2 {
    color: #e50037;
    font-size: 20px;
  }

  .layout195_item-list {
    margin-top: 0;
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    width: 100%;
    margin-top: 0;
    position: static;
    left: 10px;
  }

  .margin-bottom.margin-small.main {
    flex: 0 auto;
    align-self: flex-start;
    width: 100%;
    margin-bottom: .25rem;
    display: block;
    position: static;
    left: 0;
  }

  .margin-bottom.margin-medium.hero-writing, .margin-bottom.margin-medium.footer-logo {
    left: auto;
  }

  .margin-bottom.margin-medium.paragraph1 {
    left: auto;
  }

  .margin-bottom.margin-small {
    width: auto;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
    left: 0;
  }

  .margin-bottom.margin-medium {
    position: relative;
    left: 0;
  }

  .button-2 {
    border-color: #00f;
    font-size: .7rem;
  }

  .button-2.is-icon.background-color-black.border {
    border-color: #202028;
  }

  .layout195_content-right {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
    position: static;
    left: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    width: 100%;
    padding-right: 10px;
    font-family: Geist, sans-serif;
    font-size: .8rem;
  }

  .text-size-medium.hero-text {
    padding-right: 0;
  }

  .text-size-medium.black {
    text-align: center;
    padding-right: 0;
  }

  .text-size-medium.black._1 {
    width: auto;
  }

  .statics {
    font-size: 170%;
    font-weight: 400;
  }

  .button-group {
    grid-auto-flow: row;
    margin-top: -10px;
    font-size: .5rem;
  }

  .button-group.home-buttons {
    margin-top: 10px;
  }

  .button-group.home-buttons.center {
    justify-content: center;
    align-items: center;
  }

  .heading-15 {
    margin-right: auto;
    font-size: 30px;
  }

  .bold-text {
    font-size: .8rem;
    font-weight: 600;
  }

  .text-span {
    color: #e50037;
    font-size: 20px;
  }

  .cell-2 {
    flex-flow: wrap;
    display: block;
  }

  .button-3 {
    text-align: center;
    flex-wrap: wrap;
    font-size: 14px;
  }

  .div-block-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-large {
    padding-bottom: 1rem;
  }

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

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

  .faq_question-card {
    height: 340px;
    padding-top: 2.5rem;
  }

  .faq_question-card-c.black {
    height: 330px;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }

  .faq_question-card-red.red {
    height: 330px;
    padding-top: 2.5rem;
  }

  .text-size-small {
    width: 100%;
    padding-right: 10px;
    font-family: Geist, sans-serif;
    font-size: .8rem;
  }

  .text-size-small.hero-text {
    padding-right: 0;
  }

  .text-size-small.black {
    text-align: center;
    padding-right: 0;
  }

  .tab-content {
    padding-bottom: 10px;
  }

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

  .fs-tabs-3_nav-item.item-4, .fs-tabs-3_nav-item.item-2, .fs-tabs-3_nav-item.item-3, .fs-tabs-3_nav-item.is-tab-active {
    width: 70%;
  }

  .image-14 {
    width: 240px;
  }

  .resources-block {
    width: 80%;
    margin-left: 10%;
  }

  .line-container {
    width: 60%;
  }

  .h4-heading {
    font-size: 28px;
  }

  .pricing-tabs-caption {
    margin-bottom: 16px;
    position: static;
  }

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

  .h5-heading {
    font-size: 24px;
  }

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

  .card-border.no-border.relative {
    margin-top: 0;
  }

  .title-left {
    margin-bottom: 32px;
  }

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

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

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

  .contact_details-card {
    margin-top: 30px;
  }

  .form_submit-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .column-3x-large {
    max-width: 500px;
  }

  .container-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-14 {
    flex-flow: wrap;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: auto;
    margin-bottom: 20px;
  }

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

  .link-3 {
    font-size: 10px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    width: 500px;
    height: 395px;
  }

  .grid._2nd {
    top: -30%;
  }

  .grid._2nd.neww {
    top: -36%;
  }

  .client-logo {
    min-height: 2.5rem;
    max-height: 2.5rem;
  }

  .client-logo.large {
    min-height: 3rem;
    max-height: 3rem;
  }

  .container-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .clients-grid.logo-animate {
    width: 80rem;
  }

  .home-logo-wrapper {
    margin-top: 1rem;
  }

  .h1-heading-2 {
    font-size: 52px;
    line-height: 62px;
  }

  .header-section {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .icon-1x1-xlarge.which-means {
    width: 8rem;
    height: 8rem;
    position: static;
    top: -140px;
    right: -30px;
  }

  .paragraph-6 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: .8rem;
  }

  .text-align-center {
    padding-top: 9rem;
  }

  .text-size-regular {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-size-regular.left-align {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 16px;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .text-size-regular.text-color-white {
    text-align: center;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 300;
  }

  .text-size-regular.subtitle.pages {
    font-size: .6rem;
    font-weight: 300;
    position: relative;
    left: 10px;
  }

  .text-size-regular.subtitle.pages.expertise-heading {
    margin-left: -10px;
    margin-right: auto;
    top: -1rem;
    left: auto;
  }

  .max-width-large-2 {
    flex: 1;
    position: relative;
  }

  .max-width-large-2.align-center {
    width: 85%;
    margin-top: 0;
    margin-bottom: auto;
  }

  .heading-3 {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 2.25rem;
  }

  .text-size-small-2 {
    font-size: 45px;
  }

  .paragraph-large-3.text-weight-bold.gradient {
    text-align: center;
  }

  .scoll-wrap-hero {
    width: 76%;
  }

  .scroll-base {
    position: relative;
  }

  .title-heading {
    font-size: 2.25rem;
  }

  .features-card-title {
    font-size: 1.25rem;
  }

  .features-card {
    width: 100%;
    min-height: 18rem;
  }

  .features-card-des {
    font-size: 1rem;
  }

  .code-embed-3 {
    margin-top: 0;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 3rem;
    text-decoration: none;
  }

  .padding-section-large.noo {
    padding-bottom: 0;
  }

  .padding-global {
    padding-top: 0%;
  }

  .padding-global.new {
    padding-left: 15px;
    padding-right: 15px;
  }

  .code-embed-4 {
    display: none;
  }

  .layout393_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout393_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .square-image.last-design {
    width: 18rem;
  }

  .layout393_card-small-content {
    padding: 1.5rem;
  }

  .layout393_card-large-vertical-content {
    margin-left: -100px;
    margin-right: 30px;
    padding: 1.5rem;
  }

  .layout393_card-large-horizontal-content {
    padding: 1.5rem;
  }

  .heading-style-h5 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.25rem;
  }

  .heading-style-h5.white {
    margin-top: 1rem;
    margin-left: 30px;
    margin-right: 30px;
    font-weight: 400;
  }

  .heading-style-h5.white.middle {
    margin-top: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-7, .text-color-white.middle {
    font-size: .8rem;
  }

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

  .rt-category-cards-text.rt-margin-bottom-fifteen {
    align-self: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
  }

  .rt-body-font-color {
    font-size: 12px;
    line-height: 14px;
  }

  .rt-number-img-bg-inner {
    width: 80px;
    height: 80px;
    font-size: 25px;
    line-height: 35px;
  }

  .rt-arrow-img-left.rt-arrow-img-right.straight {
    width: 7px;
    right: -6%;
  }

  .rt-arrow-img-left.new {
    width: 7px;
    display: block;
  }

  .rt-arrow-img-left.new.rotate, .rt-arrow-img-left.small, .rt-arrow-img-left.small._2nd, .rt-arrow-img-left.small._2nd.neww, .rt-arrow-img-left.small._1stt, .rt-arrow-img-left.small._1stt.large {
    width: 7px;
  }

  .rt-number-block-2 {
    text-align: center;
    margin-top: 20px;
  }

  .rt-number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .rt-arrow-circle-block {
    flex-flow: row;
  }

  .rt-circle-number {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-35 {
    width: 295px;
    padding-top: 40px;
  }

  .div-block-35.large {
    padding-top: 40px;
  }

  .div-block-47 {
    grid-template-columns: 1.5fr;
    padding-bottom: 0;
  }

  .image-27 {
    display: block;
  }

  .heading-style-h3 {
    font-size: 2rem;
    top: -150px;
  }

  .div-block-2 {
    width: 95%;
    height: 100vh;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .image-28, .image-29, .image-30, .image-31, .image-32 {
    position: relative;
  }

  .image-33 {
    object-fit: cover;
    width: 100%;
    position: relative;
    top: 350px;
  }

  .layout195_image, .layout195_image-2 {
    aspect-ratio: auto;
    object-fit: scale-down;
    width: 100%;
    margin-bottom: auto;
    padding-left: 0;
    position: relative;
    top: 50px;
    left: -10px;
    overflow: hidden;
  }

  .bold-text-7 {
    margin-right: 40px;
  }

  .footer3_credit-text {
    margin-top: 2rem;
    display: block;
  }

  .footer3_left-wrapper {
    position: static;
  }

  .navbar3_component {
    min-height: 4rem;
  }

  .navbar3_component.color-scheme-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-4 {
    width: 100%;
    margin-left: -100px;
  }

  .link-block-4.w--current {
    margin-left: -60px;
    position: relative;
  }

  .navbar3_container {
    grid-column-gap: 25rem;
    grid-auto-flow: row;
    padding-right: 0;
    position: relative;
    left: -70px;
    overflow: visible;
  }

  .menu-icon3 {
    margin-right: auto;
    position: relative;
    right: auto;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    padding-top: 50px;
  }

  .bold-text-8 {
    margin-right: 40px;
  }

  .contact5_component {
    position: relative;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .grid-3 {
    object-fit: fill;
    flex-flow: column;
    display: flex;
  }

  .navbar3_logo {
    aspect-ratio: 2 / 3;
    object-fit: fill;
    border-radius: 0;
    width: 70%;
    margin-top: -20px;
    margin-bottom: -20px;
    margin-left: -35px;
    position: relative;
    left: 120px;
  }

  .footer3_logo {
    display: inline-block;
    position: relative;
  }

  .contact5_heading-wrapper {
    position: relative;
    top: 0;
  }

  .footer3_component.color-scheme-5 {
    position: relative;
    top: 570px;
  }

  .image-icon {
    align-self: flex-start;
    width: 30%;
  }

  .navbar3_menu-button {
    margin-left: auto;
    left: auto;
    right: -10px;
  }

  .contact5_content-left {
    position: relative;
    top: auto;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .navbar3_menu {
    width: 90vw;
    padding-bottom: 5rem;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .layout195_image-3 {
    aspect-ratio: auto;
    object-fit: scale-down;
    width: 100%;
    margin-bottom: auto;
    padding-left: 0;
    position: relative;
    top: 50px;
    left: 0;
    overflow: hidden;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-9 {
    margin-right: 40px;
  }

  .bold-text-10 {
    margin-right: 100px;
  }

  .div-block-59 {
    position: relative;
    top: 0;
  }

  .heading-12 {
    width: 80%;
    margin-top: 9rem;
    margin-left: -20px;
    font-size: 1.7rem;
    position: relative;
    top: 100px;
  }

  .image-34 {
    object-fit: cover;
    order: 9999;
    width: 100%;
    position: relative;
    top: 0;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 1.7rem;
    position: relative;
    top: 0;
  }

  .section-7 {
    position: relative;
    top: 0;
  }

  .paragraph-9 {
    margin-left: -10px;
    margin-right: 30px;
    font-size: .7rem;
    font-weight: 300;
    position: relative;
    top: 100px;
  }

  .text-block-22 {
    font-size: .8rem;
  }

  .heading-14 {
    width: 80%;
    margin-top: 5rem;
    margin-bottom: 19rem;
    font-size: 1.7rem;
    position: relative;
    top: 390px;
  }

  .paragraph-10 {
    margin-left: 0;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    top: 0;
    left: 0;
  }

  .text-block-20 {
    font-size: .8rem;
    font-weight: 400;
  }

  .section-6 {
    position: relative;
    top: 0;
  }

  .paragraph-11 {
    margin-left: 10px;
    font-size: .8rem;
    font-weight: 300;
    position: relative;
    top: 110px;
  }

  .contact5_heading-wrapper-2 {
    position: relative;
    top: 0;
  }

  .contact5_heading-wrapper-2.mordernisation-paragraph {
    top: 0;
    left: 0;
  }

  .contact5_heading-wrapper-2.first-wrpaeer {
    top: 0;
  }

  .contact5_heading-wrapper-2.data-driven-section {
    top: 0;
    left: 0;
  }

  .contact5_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

  .contact5_content.expertise {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .container-6 {
    position: relative;
  }

  .image-35 {
    object-fit: cover;
    width: 100%;
    position: relative;
    top: 0;
  }

  .heading-style-h1 {
    margin-left: 10px;
    font-size: 1.7rem;
  }

  .heading-style-h1.expertise-titile {
    margin-top: auto;
    margin-left: auto;
    left: auto;
  }

  .text-block-23 {
    font-size: .8rem;
    font-weight: 400;
  }

  .contact5_contact-list {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    font-size: .8rem;
    display: grid;
    position: relative;
    top: -120px;
    left: 40px;
  }

  .contact5_contact-list.modernisation-list {
    width: 100%;
    top: 0;
    left: 0;
  }

  .div-block-60 {
    position: relative;
    top: 0;
    left: 0;
  }

  .layout195_image-4 {
    aspect-ratio: auto;
    object-fit: scale-down;
    width: 100%;
    margin-bottom: auto;
    padding-left: 0;
    position: relative;
    top: 50px;
    left: -10px;
    overflow: hidden;
  }

  .layout195_image-4.first-image {
    flex: 1;
    align-self: center;
    top: 0;
    left: 0;
  }

  .contact-item.box-expertise {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    position: relative;
    top: 0;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .quick-stack-4 {
    height: auto;
  }

  .contact5_component-2 {
    position: relative;
  }

  .heading-style-h5-2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.25rem;
  }

  .heading-style-h5-2.white {
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
  }

  .text-size-regular-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .quick-stack-11.new {
    height: 145px;
  }

  .section-2 {
    grid-template-rows: min-content min-content;
    grid-template-columns: 1fr;
  }

  .contact5_content-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

  .contact5_content-left-2 {
    position: relative;
    top: auto;
  }

  .layout195_image-5 {
    aspect-ratio: auto;
    object-fit: scale-down;
    order: 9999;
    width: 100%;
    margin-bottom: auto;
    padding-left: 0;
    position: relative;
    top: 10px;
    left: 0;
    overflow: hidden;
  }

  .layout195_image-5.small {
    width: 80%;
  }

  .div-block-61 {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    border-radius: 100px;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    display: none;
  }

  .nav-menu-button {
    background-color: #202028;
  }

  .hero-section._2 {
    background-image: linear-gradient(315deg, #f2f0eb 69.5%, #202028 60%);
    padding-top: 100px;
    padding-bottom: 10px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .layout195_image-wrapper {
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    left: 0;
  }

  .div-block-3._1 {
    flex-flow: row;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image-10._1 {
    width: 47%;
  }

  .image-10._2, .image-10._3 {
    object-fit: fill;
    min-height: 0;
  }

  .div-block-4 {
    width: 100%;
  }

  .layout195_text-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .layout195_item-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: row;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 0;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium, .margin-bottom.margin-medium.footer-logo {
    left: auto;
  }

  .margin-bottom.margin-small {
    width: 100%;
    margin-top: 4rem;
    left: 0;
  }

  .margin-bottom.margin-small.no-padding {
    margin-top: 0;
  }

  .margin-bottom.margin-medium.paragraph1 {
    margin-top: auto;
    top: 0;
  }

  .margin-bottom.margin-small {
    width: 100%;
    margin-top: 4rem;
  }

  .margin-bottom.margin-small.no {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-bottom.margin-medium {
    left: auto;
  }

  .button-2 {
    font-size: 150%;
  }

  .layout195_content-right {
    padding-top: 30px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    margin-left: 20px;
    margin-right: 40px;
    padding-right: 0;
    font-size: 100%;
  }

  .text-size-medium.hero-text, .text-size-medium.black {
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
  }

  .statics {
    font-size: 20px;
  }

  .button-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: left;
    border-radius: 0;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: start;
    place-items: baseline center;
    margin-top: -9px;
    margin-left: 20px;
    display: grid;
    position: relative;
  }

  .button-group.home-buttons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .heading-15.ineer {
    font-size: 18px;
  }

  .heading-15.small, .heading-15.small.new {
    font-size: 16px;
  }

  .heading-15.medium {
    font-size: 23px;
  }

  .heading-15.medium.yellow {
    width: 100%;
    font-size: 23px;
  }

  .heading-15.medium.full {
    font-size: 25px;
  }

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

  .icon-embed-xxsmall {
    color: #f6ead1;
  }

  .cell-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-3.black, .button-3.hide-on-mobile {
    display: none;
  }

  .div-block-5 {
    width: 100%;
  }

  .div-block-6.box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-large {
    padding-bottom: 20px;
  }

  .faq_question-card {
    height: 320px;
    padding: 2rem 1rem 1rem;
  }

  .body-medium {
    font-size: 15px;
  }

  .faq_question-card-c.black, .faq_question-card-red.red {
    height: 320px;
    padding: 2rem 1rem 1rem;
  }

  .div-block-9 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
  }

  .text-size-small {
    margin-left: 20px;
    margin-right: 40px;
    padding-right: 0;
    font-size: 100%;
  }

  .text-size-small.hero-text, .text-size-small.black {
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
  }

  .tab-link-inner, .tab-link-inner.red {
    padding-bottom: 16px;
    padding-left: 25px;
    padding-right: 35px;
  }

  .tab-link-inner.skin {
    background-size: contain;
    padding-bottom: 16px;
    padding-left: 25px;
    padding-right: 35px;
  }

  .tab-link-loader {
    width: 100%;
  }

  .tabs-menu-horizontal {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large.text-weight-bold {
    font-size: 16px;
  }

  .fs-tabs-3_nav-item {
    white-space: nowrap;
    width: 50%;
  }

  .fs-tabs-3_nav-item.item-4, .fs-tabs-3_nav-item.item-2, .fs-tabs-3_nav-item.item-3 {
    width: 50%;
  }

  .fs-tabs-3_nav-item.is-tab-active {
    width: 60%;
    font-size: .8rem;
  }

  .fs-tabs-3_nav-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
  }

  .fs-tabs-3_content-list {
    width: 100%;
  }

  .fs-tabs-3_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .fs-tabs-3_heading {
    font-size: .8rem;
    font-weight: 600;
  }

  .div-block-11 {
    text-align: center;
    flex-flow: column;
    align-self: stretch;
    align-items: stretch;
  }

  .image-14 {
    width: auto;
  }

  .line-ver.short.skin {
    height: 170px;
  }

  .line-ver.short-bottom {
    height: 120px;
  }

  .flex.hor.space-bwtween {
    align-items: center;
  }

  .resources-block {
    margin-left: 5%;
  }

  .line-container {
    width: 98%;
  }

  .line-container.new {
    width: 100%;
  }

  .card-border.no-border.relative {
    margin-top: 0;
  }

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

  .contact_details-card {
    margin-top: 20px;
  }

  .contact_card {
    padding: 20px;
  }

  .feature_slide-card.blue, .feature_slide-card.skin, .feature_slide-card.black, .feature_slide-card.red, .feature_slide-card.dark-skin {
    height: auto;
  }

  .column-3x-large {
    max-width: 280px;
  }

  .case-study-section {
    padding-bottom: 60px;
  }

  .cell-11 {
    justify-content: center;
    align-items: center;
  }

  .cell-13 {
    display: none;
  }

  .cell-12 {
    justify-content: center;
    align-items: center;
  }

  .container-9 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-14 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    width: auto;
    margin-bottom: 20px;
  }

  .heading-25, .link-3 {
    font-size: 14px;
  }

  .quick-stack-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid---cell.hide-on-mbl {
    display: none;
  }

  .circle {
    border-radius: 10vmin;
    min-width: 38px;
    min-height: 35px;
  }

  .grid {
    width: 290px;
    height: 220px;
    padding-top: 60px;
  }

  .grid.new {
    width: auto;
    display: none;
  }

  .grid._2nd {
    display: none;
  }

  .client-logo {
    object-position: 0% 50%;
  }

  .client-logo.large {
    width: 90%;
    margin-right: -35px;
    padding-left: 40px;
  }

  .client-logo.small-space {
    width: 50%;
  }

  .container-10 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .clients-grid.logo-animate {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
  }

  .section-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .home-logo-wrapper {
    margin-top: 1rem;
  }

  .header-button-group {
    flex-flow: column;
  }

  .header-resume-slide-mask {
    width: 100%;
  }

  .header-resume-slider {
    width: calc(100% - 24px);
  }

  .header-slide-content {
    height: auto;
    min-height: auto;
  }

  .header-section {
    padding-left: 2%;
    padding-right: 2%;
  }

  .header-slider-button {
    width: 35px;
    height: 35px;
    margin-right: -15px;
  }

  .header-slider-button.left {
    width: 35px;
    height: 35px;
    margin-left: -15px;
  }

  .icon-1x1-xlarge {
    align-self: center;
  }

  .icon-1x1-xlarge.which-means {
    width: 100px;
    height: auto;
    display: block;
    top: -300px;
    right: -30px;
  }

  .text-align-center {
    padding: 4rem 1rem;
  }

  .section-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .header62_component {
    overflow: hidden;
  }

  .text-size-regular {
    text-align: center;
    margin-bottom: 3rem;
    font-size: .875rem;
  }

  .text-size-regular.left-align {
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
  }

  .text-size-regular.text-color-white {
    color: var(--brand-color);
    text-align: center;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: .8rem;
    font-weight: 400;
  }

  .text-size-regular.subtitle.pages {
    margin-left: auto;
    font-size: .8rem;
  }

  .text-size-regular.subtitle.pages.expertise-heading {
    text-align: center;
    top: -10px;
    left: auto;
  }

  .max-width-large-2.align-center {
    align-self: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    font-size: 1.7rem;
    display: block;
  }

  .div-block-23 {
    grid-template-columns: 1fr;
  }

  .text-size-small-2 {
    font-size: 35px;
  }

  .text-size-small-2.small-2 {
    font-size: 16px;
  }

  .paragraph-large-3.text-weight-bold.iner-text {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
  }

  .scoll-wrap-hero {
    width: 93%;
  }

  .img-hero {
    min-height: 30vh;
  }

  .features-card-wrapper.back {
    flex-flow: column-reverse;
  }

  .title-heading {
    font-size: 2rem;
  }

  .features-card {
    width: auto;
    min-height: 15rem;
  }

  .code-embed-3 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-large-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .padding-section-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .padding-section-large.expertise {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global {
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .padding-global.expertise {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .code-embed-4 {
    display: none;
  }

  .layout393_card-large-horizontal {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .square-image {
    order: 9999;
  }

  .square-image.last-design {
    object-fit: contain;
    width: 22rem;
  }

  .layout393_card-large-vertical-content {
    margin-left: auto;
    margin-right: auto;
  }

  .layout393_card-large-horizontal-content {
    order: -9999;
    display: block;
  }

  .heading-style-h5 {
    color: #202028;
    font-size: 1.25rem;
  }

  .heading-style-h5.white {
    color: #202028;
  }

  .heading-style-h5.white.expertise {
    color: var(--brand-color);
    margin-top: 30px;
  }

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

  .rt-number-img-bg-inner {
    width: 60px;
    height: 60px;
  }

  .rt-arrow-img-left.rt-arrow-img-right.straight {
    display: block;
    inset: auto auto -20% 0%;
    transform: rotate(60deg);
  }

  .rt-arrow-img-left.new {
    width: 7px;
    display: block;
    bottom: 45%;
    transform: rotate(-60deg);
  }

  .rt-arrow-img-left.new.rotate {
    transform: rotate(60deg);
  }

  .rt-arrow-img-left.small {
    bottom: 40%;
    transform: rotate(-60deg);
  }

  .rt-arrow-img-left.small._2nd {
    bottom: 36%;
  }

  .rt-arrow-img-left.small._2nd.neww {
    display: block;
    inset: auto auto -18% -5%;
    transform: rotate(60deg);
  }

  .rt-arrow-img-left.small._2nd.neww.last {
    bottom: -15%;
    left: 3%;
    transform: rotate(37deg);
  }

  .rt-arrow-img-left.small._2nd.hide {
    display: block;
    inset: auto auto -16% -8%;
    transform: rotate(60deg);
  }

  .rt-arrow-img-left.small._1stt {
    display: block;
    bottom: 35%;
    right: 0%;
    transform: rotate(-60deg);
  }

  .rt-arrow-img-left.small._1stt.large {
    bottom: 40%;
    transform: rotate(-60deg);
  }

  .rt-number-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-number-block-2.rt-number-block-revers {
    flex-direction: column-reverse;
  }

  .rt-number-block-2.rt-number-block-revers.new {
    flex-flow: column;
    align-self: flex-end;
  }

  .rt-number-block-2.rt-number-block-revers.back {
    flex-flow: column;
  }

  .rt-number-image-bg-outer.first {
    order: -9999;
  }

  .rt-arrow-circle-block {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .rt-arrow-circle-block.new {
    flex-flow: row;
    display: flex;
  }

  .rt-circle-number {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-35, .div-block-35.large {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-25 {
    width: 7px;
    left: 50%;
  }

  .div-block-36 {
    order: 9999;
  }

  .div-block-36.first, .div-block-36.lastt, .div-block-36.back {
    order: -9999;
  }

  .div-block-38 {
    padding-left: 20px;
  }

  .div-block-38.more.move {
    padding-left: 0;
  }

  .heading-7 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
  }

  .paragraph-8 {
    text-align: left;
    margin-bottom: 2rem;
    font-size: 100%;
  }

  .div-block-44 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-47 {
    grid-template-columns: 1.5fr;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h3.text-color-black {
    font-size: 1.2rem;
  }

  .heading-style-h3.services-heading {
    align-self: flex-start;
    width: auto;
    margin-top: 0;
    font-size: 27px;
    right: 0;
  }

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

  .div-block.case-study-1 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    padding: 0 5px;
    display: none;
    inset: 0% 0% 0% auto;
  }

  .div-block-2 {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 2rem 1rem;
    display: flex;
    overflow: scroll;
  }

  .text-size-small-3 {
    font-size: .75rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .container-5, .div-block-50 {
    width: 100%;
  }

  .div-block-51 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-block-52 {
    width: 100%;
    height: auto;
    display: block;
  }

  .text-size-small-4 {
    font-size: .75rem;
  }

  .text-size-small-4.text-color-white {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-53 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-block-54 {
    width: 100%;
    height: auto;
    display: none;
  }

  .div-block-55 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-block-56 {
    width: 100%;
    height: auto;
    display: block;
  }

  .image-33 {
    top: 600px;
    right: -150px;
  }

  .layout195_image, .layout195_image-2 {
    aspect-ratio: 1;
    object-fit: scale-down;
    align-self: flex-end;
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: 20px;
    position: relative;
    top: 50px;
    left: auto;
    right: -150px;
  }

  .div-block-57 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-block-58 {
    width: 100%;
    height: auto;
    display: block;
  }

  .section-13 {
    padding-top: 0;
  }

  .navbar3_component.color-scheme-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: -20px;
    margin-bottom: auto;
    top: 0;
    bottom: auto;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .container-large-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .link-block-4 {
    position: relative;
    left: auto;
  }

  .link-block-4.w--current {
    width: 50%;
    margin-left: -110px;
  }

  .navbar3_link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navbar3_menu-background {
    display: none;
  }

  .navbar3_container {
    grid-column-gap: 10rem;
    grid-template-columns: 1fr 65% 1fr;
    padding-right: 0;
    display: flex;
    left: -25px;
  }

  .menu-icon3 {
    justify-content: center;
    align-items: flex-end;
    width: 60px;
    margin-top: 35px;
    margin-right: -20px;
    position: relative;
    left: -20px;
  }

  .section_contact5.color-scheme-5 {
    position: relative;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    margin-top: auto;
    padding-top: 10px;
    position: relative;
    top: 0;
  }

  .contact5_component {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    top: 0;
  }

  .contact5_component.service, .contact5_component.expertise {
    flex-flow: column;
    display: flex;
    top: 0;
  }

  .main-wrapper.expertise-full {
    margin-top: 0;
    position: relative;
  }

  .footer3_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .layout237_item {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .grid-3 {
    flex-flow: column;
  }

  .navbar3_logo {
    width: 70%;
    margin-top: 10px;
    margin-left: 100px;
    left: -100px;
  }

  .contact5_heading-wrapper {
    top: 0;
  }

  .footer3_component.color-scheme-5 {
    top: auto;
  }

  .contact5_content-left {
    order: -9999;
    width: auto;
    height: auto;
    top: 0;
  }

  .contact5_content-left.service-page {
    top: 0;
    left: 0;
  }

  .navbar3_menu {
    width: 60vw;
    height: 100vh;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .layout195_image-3 {
    aspect-ratio: 1;
    object-fit: scale-down;
    align-self: flex-end;
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    left: auto;
    right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-59 {
    width: auto;
    top: 0;
    right: 0;
  }

  .heading-12 {
    margin-top: 4rem;
    font-size: 1.3rem;
    left: 10px;
  }

  .image-34 {
    top: 0;
    left: auto;
  }

  .container-large-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .container7 {
    height: auto;
    margin-top: 0;
  }

  .heading-11 {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.3rem;
    top: 0;
    right: 0;
  }

  .section-7 {
    top: auto;
  }

  .paragraph-9 {
    font-size: .8rem;
    left: 10px;
  }

  .section_header46.color-scheme-5 {
    position: relative;
  }

  .header46_component {
    flex-flow: column;
  }

  .heading-14 {
    margin-top: 24rem;
    font-size: 1.3rem;
    right: 10px;
  }

  .paragraph-10 {
    width: 100%;
    top: 0;
    left: auto;
    right: 0;
  }

  .section-6 {
    top: 2rem;
  }

  .paragraph-11 {
    right: 10px;
  }

  .contact5_heading-wrapper-2.mordernisation-paragraph {
    top: 0;
    left: auto;
    right: 0;
  }

  .contact5_heading-wrapper-2.first-wrpaeer {
    top: 0;
  }

  .contact5_heading-wrapper-2.data-driven-section {
    top: 0;
    left: auto;
  }

  .contact5_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    left: 0;
  }

  .contact5_content.expertise {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    left: 0;
  }

  .image-35 {
    top: 0;
    right: 0;
  }

  .heading-style-h1 {
    margin-top: auto;
    margin-left: auto;
    font-size: 1.7rem;
  }

  .heading-style-h1.expertise-titile {
    text-align: center;
    margin-top: -300px;
    bottom: -2px;
    left: auto;
  }

  .contact5_contact-list {
    width: 150%;
    top: -10px;
    left: 20px;
  }

  .contact5_contact-list.modernisation-list {
    width: auto;
    bottom: 0;
    left: 0;
  }

  .div-block-60 {
    width: auto;
    inset: 0 0 auto auto;
  }

  .layout195_image-4 {
    aspect-ratio: 1;
    object-fit: scale-down;
    align-self: flex-end;
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: 20px;
    position: relative;
    top: 50px;
    left: auto;
    right: -150px;
  }

  .layout195_image-4.first-image {
    aspect-ratio: auto;
    object-fit: fill;
    order: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    top: 0;
    right: 0;
  }

  .contact-item.box-expertise {
    width: auto;
    top: 0;
    bottom: 0;
  }

  .cell-14 {
    padding: .5rem 1rem;
  }

  .container-large-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .cell-15 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
  }

  .text-align-center-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .contact5_component-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    top: 0;
  }

  .cell-16 {
    padding: .5rem 1rem;
  }

  .heading-style-h5-2 {
    color: #202028;
    margin-top: 5px;
    font-size: 1.2rem;
  }

  .heading-style-h5-2.black {
    margin-top: 5px;
  }

  .heading-style-h5-2.white {
    color: var(--brand-color);
    margin-top: 5px;
  }

  .text-size-regular-3 {
    text-align: center;
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0;
    font-size: .875rem;
  }

  .quick-stack-11.new {
    height: auto;
  }

  .section-2 {
    grid-template-rows: auto min-content;
    grid-template-areas: "Area"
                         "Area-2";
  }

  .contact5_content-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 20px;
    display: flex;
    left: 0;
  }

  .contact5_content-left-2 {
    width: 100%;
    height: auto;
    top: 0;
  }

  .cell-6 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .layout195_image-5 {
    aspect-ratio: auto;
    object-fit: scale-down;
    align-self: flex-end;
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: 0;
    position: relative;
    top: 0;
    left: auto;
    right: 0;
  }

  .layout195_image-5.small {
    width: 80%;
    height: auto;
  }

  .div-block-61 {
    width: 100%;
  }

  .div-block-65 {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .section-14 {
    display: none;
  }
}

#w-node-b7b7ed5b-bd85-45b4-da36-38a755b871ba-70745fac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b84eea94-20d7-dafe-b0f1-735199a784e6-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a784e7-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a784e9-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a784ea-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a784eb-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a784ec-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a784ed-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a784ee-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a784f1-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a784f2-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a784f4-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a784f5-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a784f6-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a784f7-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a784f8-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a784f9-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a784fc-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a784fd-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a784ff-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a78500-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a78501-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a78502-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a78503-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a78504-70745fac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_526bb9b6-6a37-3a2d-dc25-bdf8bdd6355a-70745fac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1b334c65-8dc2-3a90-a1d4-3a137420378e-70745fac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ffd04fdf-7a52-fffe-1bff-87e086b9952e-70745fac, #w-node-_186daf53-5b74-dc2d-9056-1bb84cbd7389-70745fac, #w-node-_42a72505-7112-ae8d-e82b-4ae51992cbc8-70745fac, #w-node-d040c9a1-4b82-4f64-e6b8-528e6c8fd043-70745fac, #w-node-a1e0cfeb-ff00-1960-78b4-b3588384ce6c-70745fac, #w-node-a1e0cfeb-ff00-1960-78b4-b3588384ce74-70745fac, #w-node-a1e0cfeb-ff00-1960-78b4-b3588384ce7c-70745fac, #w-node-a1e0cfeb-ff00-1960-78b4-b3588384ce84-70745fac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78039335-e057-503b-1955-8935974110c8-70745fac, #w-node-dc062a59-9861-f3b3-31ad-c3c9f03d01c8-70745fac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b23aa6a2-879f-e598-63dd-2974f46b7882-70745fac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-bb5979eb-477d-7be7-50fe-4ba90f13436a-ce3607b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc80002fe-ce3607b9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc8000300-ce3607b9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc8000302-ce3607b9 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc8000304-ce3607b9 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc8000306-ce3607b9 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc8000308-ce3607b9 {
  grid-area: 2 / 6 / 3 / 7;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc800030a-ce3607b9 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc800030c-ce3607b9 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc800030e-ce3607b9 {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc8000310-ce3607b9 {
  grid-area: 3 / 7 / 4 / 8;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc8000312-ce3607b9 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc8000314-ce3607b9 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc8000316-ce3607b9 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc8000318-ce3607b9 {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc800031a-ce3607b9 {
  grid-area: 4 / 7 / 5 / 8;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc800031c-ce3607b9 {
  grid-area: 4 / 8 / 5 / 9;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc800031e-ce3607b9 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc8000320-ce3607b9 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc8000322-ce3607b9 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc8000324-ce3607b9 {
  grid-area: 5 / 5 / 6 / 5;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc8000326-ce3607b9 {
  grid-area: 5 / 6 / 6 / 7;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc8000328-ce3607b9 {
  grid-area: 5 / 7 / 6 / 8;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc800032a-ce3607b9 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc800032e-ce3607b9 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-_37c2326b-453b-e341-cb31-f96730fe9457-ce3607b9 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc8000332-ce3607b9 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-a3ddf47d-ad75-e758-0866-be2bc8000336-ce3607b9 {
  grid-area: 3 / 5 / 4 / 8;
}

#w-node-_271e806a-7a91-4637-74cd-923a46b285a0-ce3607b9 {
  grid-area: 5 / 3 / 6 / 6;
}

#w-node-_82741177-6394-cd84-4cb3-ed7d9958dc8d-ce3607b9, #w-node-_82741177-6394-cd84-4cb3-ed7d9958dc8e-ce3607b9, #w-node-_82741177-6394-cd84-4cb3-ed7d9958dc90-ce3607b9, #w-node-_82741177-6394-cd84-4cb3-ed7d9958dc91-ce3607b9, #w-node-_82741177-6394-cd84-4cb3-ed7d9958dc92-ce3607b9, #w-node-_82741177-6394-cd84-4cb3-ed7d9958dc93-ce3607b9, #w-node-_2a81c94d-04cb-0e4d-aeb3-d6bde004877e-ce3607b9, #w-node-_2a81c94d-04cb-0e4d-aeb3-d6bde004877f-ce3607b9, #w-node-_2a81c94d-04cb-0e4d-aeb3-d6bde0048781-ce3607b9, #w-node-_2a81c94d-04cb-0e4d-aeb3-d6bde0048782-ce3607b9, #w-node-_2a81c94d-04cb-0e4d-aeb3-d6bde0048783-ce3607b9, #w-node-_2a81c94d-04cb-0e4d-aeb3-d6bde0048784-ce3607b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e7649e5-d8e9-2e85-3ba6-f20d1a3d59ad-ce3607b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fc98afda-f00f-031a-d8e7-48fca2e9ac25-ce3607b9 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-fc98afda-f00f-031a-d8e7-48fca2e9ac31-ce3607b9 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-fc98afda-f00f-031a-d8e7-48fca2e9ac33-ce3607b9 {
  grid-area: 5 / 5 / 6 / 5;
}

#w-node-fc98afda-f00f-031a-d8e7-48fca2e9ac35-ce3607b9 {
  grid-area: 5 / 6 / 6 / 7;
}

#w-node-fc98afda-f00f-031a-d8e7-48fca2e9ac4d-ce3607b9 {
  grid-area: 5 / 3 / 6 / 6;
}

#w-node-_63379d4e-d823-100a-0c69-d6381e0ce47a-ce3607b9 {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-_63379d4e-d823-100a-0c69-d6381e0ce47c-ce3607b9 {
  grid-area: 3 / 7 / 4 / 8;
}

#w-node-_63379d4e-d823-100a-0c69-d6381e0ce486-ce3607b9 {
  grid-area: 4 / 7 / 5 / 8;
}

#w-node-_63379d4e-d823-100a-0c69-d6381e0ce488-ce3607b9 {
  grid-area: 4 / 8 / 5 / 9;
}

#w-node-_63379d4e-d823-100a-0c69-d6381e0ce4a6-ce3607b9 {
  grid-area: 3 / 5 / 4 / 8;
}

#just-describe.w-node-_721873b4-9bb7-146c-13c7-a67dc1de0cf5-ce3607b9 {
  align-self: center;
}

#w-node-cb223fed-65d6-99fa-1c06-b0783d99ac85-ce3607b9 {
  justify-self: end;
}

#w-node-a02c6110-fc96-45e9-f3e3-c17c8c132f27-ce3607b9 {
  align-self: stretch;
}

#w-node-a02c6110-fc96-45e9-f3e3-c17c8c132f39-ce3607b9, #w-node-a02c6110-fc96-45e9-f3e3-c17c8c132f41-ce3607b9, #w-node-a02c6110-fc96-45e9-f3e3-c17c8c132f49-ce3607b9, #w-node-a02c6110-fc96-45e9-f3e3-c17c8c132f51-ce3607b9, #w-node-a02c6110-fc96-45e9-f3e3-c17c8c132f71-ce3607b9, #w-node-a02c6110-fc96-45e9-f3e3-c17c8c132f79-ce3607b9, #w-node-a02c6110-fc96-45e9-f3e3-c17c8c132f81-ce3607b9, #w-node-a02c6110-fc96-45e9-f3e3-c17c8c132f89-ce3607b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fc27bbe-57a7-4c3e-616c-93876914e68a-ce3607b9 {
  justify-self: center;
}

#w-node-_8f71ead2-270b-ef21-1412-9035942f07b3-ce3607b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8a49c5e6-78f1-f098-99f1-e32b5a79189b-ce3607b9 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_8a49c5e6-78f1-f098-99f1-e32b5a79189d-ce3607b9 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_8a49c5e6-78f1-f098-99f1-e32b5a79189f-ce3607b9 {
  grid-area: 5 / 5 / 6 / 5;
}

#w-node-_8a49c5e6-78f1-f098-99f1-e32b5a7918a1-ce3607b9 {
  grid-area: 5 / 6 / 6 / 7;
}

#w-node-_8a49c5e6-78f1-f098-99f1-e32b5a7918a3-ce3607b9 {
  grid-area: 5 / 3 / 6 / 6;
}

#w-node-_230fca19-10b7-ba9c-7a2f-07b4051399b1-051399a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_528fe450-1291-cc5c-a7f6-8bd43acc146f-dc012de8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7e2f4be4-9403-f3ac-6893-dfeb60f05ea7-92cb8d24 {
  align-self: center;
}

#w-node-_7e2f4be4-9403-f3ac-6893-dfeb60f05eba-92cb8d24 {
  place-self: center;
}

#w-node-b1cc91f3-0ffc-e95f-789d-f642f16af493-92cb8d24 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-b1cc91f3-0ffc-e95f-789d-f642f16af495-92cb8d24 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-b1cc91f3-0ffc-e95f-789d-f642f16af497-92cb8d24 {
  grid-area: 5 / 5 / 6 / 5;
}

#w-node-b1cc91f3-0ffc-e95f-789d-f642f16af499-92cb8d24 {
  grid-area: 5 / 6 / 6 / 7;
}

#w-node-b1cc91f3-0ffc-e95f-789d-f642f16af49b-92cb8d24 {
  grid-area: 5 / 3 / 6 / 6;
}

#w-node-b1cc91f3-0ffc-e95f-789d-f642f16af4a0-92cb8d24 {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-b1cc91f3-0ffc-e95f-789d-f642f16af4a2-92cb8d24 {
  grid-area: 3 / 7 / 4 / 8;
}

#w-node-b1cc91f3-0ffc-e95f-789d-f642f16af4a4-92cb8d24 {
  grid-area: 4 / 7 / 5 / 8;
}

#w-node-b1cc91f3-0ffc-e95f-789d-f642f16af4a6-92cb8d24 {
  grid-area: 4 / 8 / 5 / 9;
}

#w-node-b1cc91f3-0ffc-e95f-789d-f642f16af4a8-92cb8d24 {
  grid-area: 3 / 5 / 4 / 8;
}

#w-node-ee14adc6-7678-7efb-c2a4-aa4916ed9024-9d3adef8 {
  align-self: center;
}

#w-node-ee14adc6-7678-7efb-c2a4-aa4916ed902f-9d3adef8, #w-node-ee14adc6-7678-7efb-c2a4-aa4916ed9035-9d3adef8, #w-node-ee14adc6-7678-7efb-c2a4-aa4916ed903b-9d3adef8 {
  align-self: start;
}

#w-node-ee14adc6-7678-7efb-c2a4-aa4916ed9041-9d3adef8 {
  place-self: center end;
}

#w-node-ee14adc6-7678-7efb-c2a4-aa4916ed9047-9d3adef8 {
  place-self: center start;
}

#w-node-ee14adc6-7678-7efb-c2a4-aa4916ed9048-9d3adef8 {
  align-self: center;
}

#w-node-ee14adc6-7678-7efb-c2a4-aa4916ed9053-9d3adef8, #w-node-ee14adc6-7678-7efb-c2a4-aa4916ed9059-9d3adef8, #w-node-ee14adc6-7678-7efb-c2a4-aa4916ed905f-9d3adef8 {
  align-self: start;
}

#w-node-ee14adc6-7678-7efb-c2a4-aa4916ed906a-9d3adef8 {
  align-self: center;
}

#w-node-ee14adc6-7678-7efb-c2a4-aa4916ed9075-9d3adef8, #w-node-ee14adc6-7678-7efb-c2a4-aa4916ed907b-9d3adef8, #w-node-ee14adc6-7678-7efb-c2a4-aa4916ed9081-9d3adef8 {
  align-self: start;
}

#w-node-ee14adc6-7678-7efb-c2a4-aa4916ed9087-9d3adef8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-ec772e1d-cfaa-28bd-7c98-e28eea469540-9d3adef8 {
  align-self: center;
}

#w-node-ec772e1d-cfaa-28bd-7c98-e28eea469541-9d3adef8 {
  place-self: center;
}

#w-node-ec772e1d-cfaa-28bd-7c98-e28eea46954d-9d3adef8, #w-node-ec772e1d-cfaa-28bd-7c98-e28eea469553-9d3adef8, #w-node-ec772e1d-cfaa-28bd-7c98-e28eea469559-9d3adef8 {
  align-self: start;
}

#w-node-ee14adc6-7678-7efb-c2a4-aa4916ed9089-9d3adef8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8bfcb0d5-bf4b-e739-146c-e50d2319c097-5913f023 {
  align-self: center;
}

#w-node-_8bfcb0d5-bf4b-e739-146c-e50d2319c0a9-5913f023 {
  place-self: center end;
}

#w-node-_8bfcb0d5-bf4b-e739-146c-e50d2319c0af-5913f023 {
  place-self: center start;
}

#w-node-_8bfcb0d5-bf4b-e739-146c-e50d2319c0b0-5913f023 {
  place-self: center;
}

#w-node-_8bfcb0d5-bf4b-e739-146c-e50d2319c0be-5913f023 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto 12.9rem;
  grid-template-columns: 1fr;
  place-self: stretch stretch;
}

#w-node-_8bfcb0d5-bf4b-e739-146c-e50d2319c0c7-5913f023 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8bfcb0d5-bf4b-e739-146c-e50d2319c0d6-5913f023 {
  grid-template-rows: 12.6rem auto;
  grid-template-columns: 1fr;
}

#w-node-_8bfcb0d5-bf4b-e739-146c-e50d2319c0d8-5913f023 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8bfcb0d5-bf4b-e739-146c-e50d2319c0e8-5913f023 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-b7b7ed5b-bd85-45b4-da36-38a755b871ba-70745fac {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_526bb9b6-6a37-3a2d-dc25-bdf8bdd6355a-70745fac {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b23aa6a2-879f-e598-63dd-2974f46b7882-70745fac {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr 1fr;
  }

  #w-node-bb5979eb-477d-7be7-50fe-4ba90f13436a-ce3607b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bb5979eb-477d-7be7-50fe-4ba90f13436b-ce3607b9 {
    order: 9999;
  }

  #w-node-_3e7649e5-d8e9-2e85-3ba6-f20d1a3d59ad-ce3607b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_3e7649e5-d8e9-2e85-3ba6-f20d1a3d59c6-ce3607b9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_82a165fe-ca03-8128-6c39-f26be3f42cd9-ce3607b9 {
    place-self: center;
  }

  #w-node-_350a20ba-27d9-bac8-b28f-caa9eb1ff3eb-ce3607b9 {
    place-self: start;
  }

  #w-node-_230fca19-10b7-ba9c-7a2f-07b4051399b1-051399a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr 1fr;
  }

  #w-node-_8bfcb0d5-bf4b-e739-146c-e50d2319c0a9-5913f023 {
    align-self: center;
  }

  #w-node-_8bfcb0d5-bf4b-e739-146c-e50d2319c0af-5913f023 {
    place-self: center;
  }

  #w-node-_8bfcb0d5-bf4b-e739-146c-e50d2319c0be-5913f023 {
    grid-template-rows: min-content min-content;
    grid-template-columns: 1fr;
  }

  #w-node-_8bfcb0d5-bf4b-e739-146c-e50d2319c0d6-5913f023 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8bfcb0d5-bf4b-e739-146c-e50d2319c0d8-5913f023 {
    grid-template-rows: 100%;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b7b7ed5b-bd85-45b4-da36-38a755b871ba-70745fac {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b84eea94-20d7-dafe-b0f1-735199a784ea-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a784f5-70745fac, #w-node-b84eea94-20d7-dafe-b0f1-735199a78500-70745fac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_526bb9b6-6a37-3a2d-dc25-bdf8bdd6355a-70745fac, #w-node-_1b334c65-8dc2-3a90-a1d4-3a137420378e-70745fac, #w-node-_78039335-e057-503b-1955-8935974110c8-70745fac, #w-node-dc062a59-9861-f3b3-31ad-c3c9f03d01c8-70745fac, #w-node-bb5979eb-477d-7be7-50fe-4ba90f13436a-ce3607b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_82741177-6394-cd84-4cb3-ed7d9958dc91-ce3607b9, #w-node-_2a81c94d-04cb-0e4d-aeb3-d6bde0048782-ce3607b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e7649e5-d8e9-2e85-3ba6-f20d1a3d59ad-ce3607b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3e7649e5-d8e9-2e85-3ba6-f20d1a3d59c6-ce3607b9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9fc27bbe-57a7-4c3e-616c-93876914e68a-ce3607b9 {
    justify-self: stretch;
  }

  #w-node-_8f71ead2-270b-ef21-1412-9035942f07b3-ce3607b9, #w-node-_528fe450-1291-cc5c-a7f6-8bd43acc146f-dc012de8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7e2f4be4-9403-f3ac-6893-dfeb60f05eba-92cb8d24 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto center;
  }

  #w-node-ee14adc6-7678-7efb-c2a4-aa4916ed9089-9d3adef8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8bfcb0d5-bf4b-e739-146c-e50d2319c0cf-5913f023 {
    order: -9999;
  }

  #w-node-_8bfcb0d5-bf4b-e739-146c-e50d2319c0d8-5913f023 {
    grid-template-rows: 100%;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b23aa6a2-879f-e598-63dd-2974f46b7882-70745fac {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b23aa6a2-879f-e598-63dd-2974f46b7886-70745fac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_76906a5c-4ff8-7b0d-4376-fffbf31bd8dd-ce3607b9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_230fca19-10b7-ba9c-7a2f-07b4051399b1-051399a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_230fca19-10b7-ba9c-7a2f-07b4051399b5-051399a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ee14adc6-7678-7efb-c2a4-aa4916ed9023-9d3adef8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ee14adc6-7678-7efb-c2a4-aa4916ed9041-9d3adef8 {
    order: -9999;
  }

  #w-node-ee14adc6-7678-7efb-c2a4-aa4916ed9046-9d3adef8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ee14adc6-7678-7efb-c2a4-aa4916ed9048-9d3adef8 {
    order: -9999;
  }

  #w-node-ee14adc6-7678-7efb-c2a4-aa4916ed9069-9d3adef8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ee14adc6-7678-7efb-c2a4-aa4916ed9087-9d3adef8 {
    order: -9999;
  }

  #w-node-ec772e1d-cfaa-28bd-7c98-e28eea46953f-9d3adef8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ec772e1d-cfaa-28bd-7c98-e28eea469540-9d3adef8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-ee14adc6-7678-7efb-c2a4-aa4916ed9089-9d3adef8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8bfcb0d5-bf4b-e739-146c-e50d2319c0d8-5913f023 {
    grid-template-rows: 233px;
    grid-template-columns: 1fr 1fr;
  }
}

/* ================================================
   CUSTOM FIX: Move slider navigation buttons outside cards
   ================================================ */

/* Push buttons further outside the card boundaries - KEEP THIS */
.header-slider-button {
  margin-right: -60px !important;
}

.header-slider-button.left {
  margin-left: -60px !important;
  margin-right: 0 !important;
}

/* Mobile responsive adjustments for buttons only */
@media screen and (max-width: 767px) {
  .header-slider-button {
    margin-right: -45px !important;
  }
  
  .header-slider-button.left {
    margin-left: -45px !important;
  }
}

/* Show slider dots on mobile BELOW the cards */
@media screen and (max-width: 767px) {
  /* Hide arrow buttons on mobile - they're too far off screen */
  .header-slider-button {
    display: none !important;
  }
  
  /* Add padding to bottom of card content so dots don't overlap */
  .header-slide-content {
    padding-bottom: 30px !important;
  }
  
  /* Show the navigation dots with better positioning */
  .header-resume-slider .w-slider-nav {
    display: flex !important;
    justify-content: center;
    margin-top: 16px !important;
    position: relative !important; /* Force it to flow below content */
  }
  
  .header-resume-slider .w-slider-nav.hide {
    display: flex !important;
  }
  
  /* Add spacing to the whole slider section */
  .header-resume-slider {
    padding-bottom: 50px !important;
  }
}

/* ================================================
   FIX: Scroll anchor positioning for mobile
   ================================================ */

/* Reduce scroll offset on mobile - navbar is smaller */
@media screen and (max-width: 991px) {
  #Use-Cases {
    scroll-margin-top: 60px !important; /* Smaller offset for mobile navbar */
  }
  
  /* Apply to all section anchors if needed */
  section[id] {
    scroll-margin-top: 60px !important;
  }
}

/* Desktop keeps default or can be adjusted separately */
@media screen and (min-width: 992px) {
  #Use-Cases,
  section[id] {
    scroll-margin-top: 100px !important; /* Larger offset for desktop navbar */
  }
}
