:root {
  --bg--bg-sec: #d8d8dd5c;
  --text-color--text-primary: #14151a;
  --border--border-inv: #0b0c0e;
  --bg--bg-primary-inv: #14151a;
  --text-color--text-tri: #939bb4;
  --border--border: #dee0e3;
  --bg--bg-primary: #fff0;
  --bg--color-fine: #cbcbccab;
  --bg--bg-prim-acc: #000a44;
  --text-color--text-sec: #0f132499;
  --text-color--text-primary-inv: white;
  --black: #686464;
  --bg--bg-tri: #b0b0b0a6;
  --white: white;
  --border--border-hover: #c8cad0;
  --text-color--text-tri-inv: #fff6;
  --bg--bg-acc: var(--bg--bg-sec);
  --_fonts---font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --bg--bg-sec-inv: #1f2228;
  --text-color--text-sec-inv: #fff9;
}

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

body {
  background-color: var(--bg--bg-sec);
  color: var(--text-color--text-primary);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.overflow-hidden {
  overflow: hidden;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-allcaps {
  text-transform: uppercase;
}

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

.text-color-black {
  color: #000;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

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

.text-size-regular {
  letter-spacing: -.01rem;
  font-size: 1rem;
  line-height: 150%;
}

.text-size-regular.text-color-sec {
  color: var(--border--border-inv);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}

.text-size-regular.text-align-center {
  margin-bottom: 0;
}

.text-size-regular.text-weight-semibold {
  color: var(--bg--bg-primary-inv);
}

.padding-global {
  color: var(--text-color--text-tri);
  background-color: #cbcbcc;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  top: -42px;
}

.padding-global.background-color-white {
  background-color: #cbcbcc;
}

.margin-huge {
  margin: 6rem;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.rl-styleguide_icons-list {
  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: column;
  display: grid;
}

.margin-horizontal, .margin-horizontal.margin-0, .margin-horizontal.margin-large, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-tiny, .margin-horizontal.margin-medium, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-custom2, .margin-horizontal.margin-huge, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-custom3, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-small {
  margin-top: 0;
  margin-bottom: 0;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form-input {
  border: 1px solid var(--border--border);
  background-color: var(--bg--bg-primary);
  color: #000;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.margin-xxlarge {
  margin: 5rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

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

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

.margin-vertical, .margin-vertical.margin-custom2, .margin-vertical.margin-xlarge, .margin-vertical.margin-tiny, .margin-vertical.margin-xxsmall, .margin-vertical.margin-medium, .margin-vertical.margin-0, .margin-vertical.margin-large, .margin-vertical.margin-custom1, .margin-vertical.margin-xhuge, .margin-vertical.margin-xsmall, .margin-vertical.margin-huge, .margin-vertical.margin-xxlarge, .margin-vertical.margin-small, .margin-vertical.margin-xxhuge, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.padding-horizontal, .padding-horizontal.padding-custom3, .padding-horizontal.padding-small, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-huge, .padding-horizontal.padding-large, .padding-horizontal.padding-0, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom1, .padding-horizontal.padding-xxsmall {
  padding-top: 0;
  padding-bottom: 0;
}

.icon-height-small {
  height: 2rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-custom2, .margin-top.margin-large, .margin-top.margin-xhuge, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xsmall, .margin-top.margin-custom3, .margin-top.margin-xxsmall, .margin-top.margin-custom1, .margin-top.margin-tiny, .margin-top.margin-xxhuge, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-minuslarge {
  margin-top: -12rem;
}

.margin-top.margin-medium {
  margin-top: 0;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

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

.text-weight-xbold {
  font-weight: 800;
}

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

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

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

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

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

.button.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.hide {
  display: none;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

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

.rl-styleguide_spacing-all {
  display: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.background-color-black {
  color: #fff;
  background-color: #000;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-0 {
  padding: 0;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-xxhuge {
  padding: 10rem;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.padding-large {
  padding: 3rem;
}

.padding-section-medium {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  top: 8px;
}

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

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

.padding-xhuge {
  padding: 7rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.padding-huge {
  padding: 6rem;
}

.margin-top-auto {
  margin-top: auto;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

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

.text-style-muted {
  opacity: .6;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-0 {
  margin: 0;
}

.padding-xsmall {
  padding: 1rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.background-color-gray {
  background-color: #f4f4f4;
}

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

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xsmall, .margin-left.margin-custom3, .margin-left.margin-custom2, .margin-left.margin-0, .margin-left.margin-medium, .margin-left.margin-custom1, .margin-left.margin-xxhuge, .margin-left.margin-xxsmall, .margin-left.margin-small, .margin-left.margin-xlarge, .margin-left.margin-xxlarge {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.padding-top, .padding-top.padding-xxlarge, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-custom1, .padding-top.padding-huge, .padding-top.padding-xlarge, .padding-top.padding-0, .padding-top.padding-custom2, .padding-top.padding-xhuge, .padding-top.padding-xsmall, .padding-top.padding-small, .padding-top.padding-custom3, .padding-top.padding-xxsmall, .padding-top.padding-xxhuge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.margin-xlarge {
  margin: 4rem;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.ma1in-wrapper {
  background-color: #cbcbcc;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.margin-large {
  margin: 3rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.form-radio-label {
  margin-bottom: 0;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.margin-small {
  margin: 1.5rem;
}

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

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

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

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

.padding-left, .padding-left.padding-custom3, .padding-left.padding-medium, .padding-left.padding-xhuge, .padding-left.padding-0, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-small, .padding-left.padding-xlarge, .padding-left.padding-huge, .padding-left.padding-tiny, .padding-left.padding-large, .padding-left.padding-xxhuge, .padding-left.padding-custom1, .padding-left.padding-xxsmall, .padding-left.padding-xsmall {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

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

.form-radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.background-color-white {
  background-color: #fff;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.overflow-auto {
  overflow: auto;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.margin-right, .margin-right.margin-tiny, .margin-right.margin-xhuge, .margin-right.margin-custom3, .margin-right.margin-xxlarge, .margin-right.margin-0, .margin-right.margin-large, .margin-right.margin-xlarge, .margin-right.margin-xxsmall, .margin-right.margin-xsmall, .margin-right.margin-medium, .margin-right.margin-huge, .margin-right.margin-custom2, .margin-right.margin-small, .margin-right.margin-xxhuge, .margin-right.margin-custom1 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

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

.button-group.is-center {
  justify-content: center;
}

.text-size-small {
  letter-spacing: -.01rem;
  font-size: .875rem;
  line-height: 1.5rem;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.padding-right, .padding-right.padding-xhuge, .padding-right.padding-medium, .padding-right.padding-xxlarge, .padding-right.padding-0, .padding-right.padding-xxsmall, .padding-right.padding-custom2, .padding-right.padding-small, .padding-right.padding-xlarge, .padding-right.padding-large, .padding-right.padding-xsmall, .padding-right.padding-custom1, .padding-right.padding-tiny, .padding-right.padding-huge, .padding-right.padding-xxhuge, .padding-right.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.field-label {
  color: var(--text-color--text-primary);
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

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

.margin-xxsmall {
  margin: .5rem;
}

.text-weight-semibold {
  color: var(--bg--bg-prim-acc);
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: inline;
}

.icon-height-large {
  height: 5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.margin-tiny {
  margin: .25rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.padding-medium {
  padding: 2rem;
}

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

.z-index-2 {
  z-index: 2;
  position: relative;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.margin-xsmall {
  margin: 1rem;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.text-size-tiny {
  letter-spacing: -.01rem;
  font-size: .75rem;
  line-height: 1.5rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.text-size-medium {
  letter-spacing: -.0135rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
}

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

.text-size-medium.text-color-black {
  color: var(--text-color--text-primary);
  font-weight: 500;
}

.text-size-medium.text-color-sec {
  color: var(--text-color--text-sec);
}

.margin-medium {
  margin: 2rem;
}

.text-size-large {
  color: var(--text-color--text-sec);
  letter-spacing: -.015rem;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.padding-bottom, .padding-bottom.padding-tiny, .padding-bottom.padding-xsmall, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xlarge, .padding-bottom.padding-custom3 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  padding: 0;
}

.padding-bottom.padding-xxhuge, .padding-bottom.padding-xhuge, .padding-bottom.padding-small, .padding-bottom.padding-huge, .padding-bottom.padding-0, .padding-bottom.padding-large, .padding-bottom.padding-custom1, .padding-bottom.padding-custom2, .padding-bottom.padding-medium, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-embed-medium.icon-color-primery {
  color: var(--bg--bg-prim-acc);
}

.icon-height-xxsmall {
  height: 1rem;
}

.margin-bottom, .margin-bottom.margin-medium, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-huge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-custom3, .margin-bottom.margin-0, .margin-bottom.margin-custom1, .margin-bottom.margin-custom2, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxlarge, .margin-bottom.margin-large, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxlarge, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  text-align: center;
  text-align: center;
  margin-top: -3rem;
}

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

.margin-bottom.margin-small {
  text-align: center;
  text-align: center;
  margin-top: -3rem;
}

.margin-bottom.margin-xxlarge {
  margin-bottom: 3rem;
}

.margin-bottom.margin-small {
  text-align: center;
  text-align: center;
  margin-top: -3rem;
}

.icon-height-medium {
  height: 3rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.text-align-left {
  text-align: left;
}

.padding-tiny {
  padding: .25rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.form-checkbox-label {
  margin-bottom: 0;
}

.margin-xhuge {
  margin: 7rem;
}

.text-weight-light {
  font-weight: 300;
}

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

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.margin-xxhuge {
  margin: 10rem;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.icon-embed-xsmall {
  color: var(--text-color--text-sec);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.padding-small {
  padding: 1.5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.padding-vertical, .padding-vertical.padding-custom3, .padding-vertical.padding-custom1, .padding-vertical.padding-xxsmall, .padding-vertical.padding-xsmall, .padding-vertical.padding-tiny, .padding-vertical.padding-0, .padding-vertical.padding-small, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-xhuge, .padding-vertical.padding-medium, .padding-vertical.padding-huge, .padding-vertical.padding-custom2, .padding-vertical.padding-xlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  flex-flow: column;
  align-items: center;
  padding: 2.5rem 0;
  display: flex;
}

.body {
  background-color: var(--bg--bg-sec);
  color: var(--text-color--text-primary);
  font-family: Inter, sans-serif;
}

.heading-1 {
  color: var(--text-color--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: elza-round-variable, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 120%;
}

.heading-2 {
  color: var(--text-color--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: stevie-sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}

.heading-3 {
  color: var(--text-color--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-3.text-color-white {
  color: var(--text-color--text-primary-inv);
}

.heading-4 {
  font-family: Interdisplay, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
}

.heading-5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 140%;
}

.heading-6 {
  color: var(--text-color--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
}

.body-2 {
  color: var(--bg--bg-sec);
}

.marquee-wrapper {
  color: #dfdfdf;
  background-color: #111;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.marquee-container {
  grid-column-gap: 4.5vw;
  grid-row-gap: 4.5vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.marquee-content-contaier {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.marquee-text {
  white-space: nowrap;
  font-size: 3.5vw;
  line-height: 1.5em;
}

.marquee-icon {
  width: 2.5vw;
}

.widget-1 {
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 12.5rem;
  height: 10rem;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 100px 5% auto auto;
  transform: rotate(-6deg);
  box-shadow: 0 2px 3px #00000008;
}

.widget-1._2 {
  inset: 10% auto 0% 4%;
  transform: rotate(6deg);
}

.widget-1._3 {
  inset: 40% auto 0% 10%;
}

.widget-1._4 {
  inset: 68% auto 0% 4%;
  transform: rotate(4deg);
}

.widget-1._5 {
  inset: 62% 6% 0% auto;
  transform: rotate(9deg);
}

.widget-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 51.1617px;
  display: flex;
}

.widget-subheading {
  color: #0f132499;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.widget-change {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.text-sm-medium {
  color: #027a48;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.heading-h4 {
  color: #14151a;
  font-family: Interdisplay, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.widget-webflow {
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 215.392px;
  height: 68.4148px;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: 41% 10% 0% auto;
  transform: rotate(7deg);
  box-shadow: 0 2px 3px #00000008;
}

.widget-webflow-content {
  grid-column-gap: 13.9773px;
  grid-row-gap: 13.9773px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.logo {
  object-fit: cover;
  border-radius: 12px;
}

.widget-webflow-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.subheading-1 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.subheading-2 {
  color: #0f132499;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: absolute;
  top: -4.7478px;
  left: 42.0332px;
}

._2x2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #00000014;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 174px;
  height: 174px;
  padding: 1px;
  display: flex;
  box-shadow: 0 2px 3px #00000008;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 173px;
  height: 172px;
  display: flex;
}

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

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

.layout408_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: sticky;
  top: 0;
}

.layout408_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--border--border);
  background-color: var(--bg--bg-primary);
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  margin-bottom: 10vh;
  padding: 1.5rem;
  display: grid;
  position: sticky;
  top: 10%;
  overflow: hidden;
  box-shadow: 0 1px 2px #14151a0d;
}

.layout408_card.card-1 {
  height: auto;
  padding: 1.5rem;
}

.layout408_card-content {
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  display: flex;
}

.layout408_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout408_image {
  object-fit: cover;
  border-radius: .75rem;
}

.section_testimonial21 {
  overflow: hidden;
}

.testimonial21_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.testimonial21_loop-trigger {
  display: flex;
}

.testimonial21_content {
  border: 1px solid #0000;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.testimonial21_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial21_rating-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial21_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial21_client-image-wrapper {
  margin-right: 1rem;
}

.testimonial21_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

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

.layout364_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.layout364_card {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.layout364_card-content {
  border: 1px solid var(--border--border);
  background-color: var(--bg--bg-primary);
  border-radius: 1.5rem;
  flex-flow: column-reverse;
  flex: 1;
  justify-content: space-between;
  padding: 2.5rem;
  display: flex;
}

.layout364_card-content-top {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.layout361_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.layout361_card {
  border: 1px solid var(--border--border);
  background-color: var(--bg--bg-primary);
  border-radius: 1.5rem;
  flex-flow: column-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.layout361_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.layout361_image {
  border-radius: 20px;
  position: relative;
  top: 8px;
}

.layout361_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 22px 2.5rem 0 1rem;
  display: flex;
}

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

.card-row37_card {
  border: 1px solid #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.card-row37_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 2rem;
  display: flex;
}

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

.faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq4_accordion {
  border: 1px solid var(--border--border);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq4_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq4_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq4_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

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

.tab4_tabs-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--bg--bg-sec);
  border-radius: .625rem;
  align-items: center;
  margin-bottom: 4rem;
  padding: .25rem;
  display: none;
  overflow: auto;
}

.tab4_tab-link {
  background-color: #0000;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1.25rem;
}

.tab4_tab-link.w--current {
  background-color: var(--bg--bg-primary);
  border-radius: .375rem;
  box-shadow: 0 2px 4px #1b1c1d05, 0 6px 10px #1b1c1d0f;
}

.tab4_tabs-content {
  width: 100%;
}

.tab-content-replace-this-div {
  text-align: center;
  border: 2px dashed #0000001a;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.cta39_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--bg--bg-prim-acc);
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 2.5rem;
  display: grid;
  overflow: hidden;
}

.cta39_card-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.cta39_image-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta39_image {
  border-radius: .875rem;
}

.footer8_top-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer8_left-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.footer8_logo-link {
  padding-left: 0;
}

.footer8_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer8_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer8_right-wrapper {
  flex-direction: column;
  display: flex;
}

.footer8_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.footer8_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.success-message {
  background-color: #0000;
  background-image: linear-gradient(#b5ebc48f, #b5ebc48f);
  border-radius: 1.5rem;
  padding: 15rem 1.5rem;
}

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

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

.footer8_bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer8_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer8_legal-link {
  color: var(--text-color--text-sec);
  font-size: .875rem;
  text-decoration: none;
}

.footer8_credit-text {
  font-size: .875rem;
}

.header75_component {
  flex-direction: column;
  display: flex;
  position: relative;
}

.header75_content {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: sticky;
  top: 0;
}

.header75_content-bottom {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 10vh;
}

.header75_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

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

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.header75_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
}

.container.is-menu {
  z-index: 970;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 3%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu_wrap {
  background-color: var(--bg--bg-primary);
  border-radius: .75rem;
  max-width: 100%;
  padding: .25rem;
  font-size: .9rem;
}

.menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.menu_link {
  z-index: 2;
  color: var(--text-color--text-primary-inv);
  -webkit-text-stroke-color: #fff0;
  mix-blend-mode: difference;
  padding: .62rem 1rem;
  text-decoration: none;
  position: relative;
}

.menu_link-bg {
  z-index: 1;
  background-color: var(--bg--bg-primary);
  opacity: 0;
  border-radius: 100vw;
  position: absolute;
  inset: 0%;
}

.menu_link-text {
  z-index: 2;
  letter-spacing: -.00438rem;
  mix-blend-mode: difference;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
}

.menu_shape {
  z-index: 1;
  opacity: 0;
  justify-content: flex-start;
  width: 7em;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(0);
}

.menu_shape-bg {
  background-color: var(--bg--bg-tri);
  border-radius: .63rem;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.button-primary {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--bg--bg-prim-acc);
  color: var(--text-color--text-primary-inv);
  -webkit-text-stroke-color: #fff0;
  border-radius: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-primary {
  z-index: 1;
  letter-spacing: -.01rem;
  -webkit-text-stroke-color: #924fe800;
  justify-content: flex-start;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.button-circle-primary {
  background-color: #8b4bdc;
  border-radius: 100vw;
  width: 15rem;
  height: 15rem;
  display: block;
  position: absolute;
  transform: scale(0);
}

.button-sec {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--bg--bg-tri);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-sec {
  z-index: 1;
  letter-spacing: -.01rem;
  -webkit-text-stroke-color: #924fe800;
  justify-content: flex-start;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.button-circle-sec {
  z-index: -1;
  background-color: var(--border--border);
  border-radius: 100vw;
  width: 15rem;
  height: 15rem;
  display: block;
  position: absolute;
  transform: scale(0);
}

.text-size-medium-hero {
  letter-spacing: -.0135rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
}

.text-size-medium-hero.text-weight-bold {
  font-weight: 500;
}

.text-size-medium-hero.text-color-sec {
  color: var(--text-color--text-sec);
  width: 80%;
}

.sub-text-hero {
  justify-content: center;
  display: flex;
}

.tagline {
  background-color: #ecdffb00;
  border: 1px solid #000a44;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 10px;
  display: inline-block;
}

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

.text-weight-semibold-2 {
  color: #924fe8;
  text-align: center;
  letter-spacing: -.07px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.text-size-medium-section {
  letter-spacing: -.0135rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
}

.text-size-medium-section.text-weight-bold {
  font-weight: 500;
}

.text-size-medium-section.text-color-sec {
  color: var(--text-color--text-sec);
  width: 35%;
}

.subheading {
  color: var(--text-color--text-sec);
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
  display: inline;
}

.project-content {
  width: 80%;
}

.wrapper-tags {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--bg--bg-tri);
  border-radius: 999px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  display: flex;
}

.subheading-sec {
  color: var(--text-color--text-sec);
  text-align: center;
  letter-spacing: -.07px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.project-content-sec {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.project-content-sec.is-center {
  justify-content: center;
}

.paragraph {
  margin-bottom: 0;
}

.text-size-regular-project {
  letter-spacing: -.01rem;
  font-size: 1rem;
  line-height: 150%;
}

.text-size-regular-project.text-color-sec {
  color: var(--text-color--text-sec);
  width: 80%;
}

.text-size-regular-service {
  letter-spacing: -.01rem;
  font-size: 1rem;
  line-height: 150%;
}

.text-size-regular-service.text-color-sec {
  color: var(--text-color--text-sec);
}

.text-size-regular-service.text-align-center {
  margin-bottom: 0;
}

.text-size-regular-service.text-align-center.text-color-sec {
  width: 60%;
  font-size: 15px;
  font-weight: 500;
}

.wrapper-service {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: #f7f7f8;
  border-radius: 14px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  padding: 24px;
  display: grid;
}

.service-line {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text {
  color: #0f1324;
  letter-spacing: -.16px;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.wraper-icon {
  border: 2px solid var(--border--border);
  background-color: var(--bg--bg-sec);
  border-radius: 1rem;
  padding: .75rem;
}

.spacer-regular {
  width: 100%;
  padding-top: 1rem;
}

.tab-text {
  text-align: center;
  letter-spacing: -.01rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.tab-text.off {
  color: var(--text-color--text-sec);
}

.text-size-regular-cta {
  letter-spacing: -.01rem;
  font-size: 1rem;
  line-height: 150%;
}

.text-size-regular-cta.text-color-sec {
  color: var(--text-color--text-sec);
  margin-bottom: 0;
  font-weight: 500;
}

.text-size-regular-cta.text-align-center {
  margin-bottom: 0;
}

.text-size-regular-cta.text-color-white {
  width: 80%;
  margin-bottom: 0;
}

.social-icons1_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: grid;
}

.social-icons1_link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.home-logo {
  z-index: 2;
  color: var(--text-color--text-primary-inv);
  -webkit-text-stroke-color: #fff0;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.logo-nav {
  border-radius: .625rem;
  width: 100%;
  height: 3rem;
  display: block;
}

._5-4-pic {
  width: 12.5rem;
  height: 10rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

._5-4-pic.r-1 {
  inset: 10% -35% auto auto;
}

._5-4-pic.r-2 {
  inset: 17% 0% 0% auto;
}

._5-4-pic.r-3 {
  inset: 30% 0% 0% auto;
}

._5-4-pic.l-2 {
  inset: 45% auto 0% -25%;
}

._5-4-pic.l-3 {
  width: 18.8rem;
  height: 4.25rem;
  inset: auto auto 0% 0%;
}

.webflow-pic {
  width: 12.5rem;
  height: 10rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.webflow-pic.r-1 {
  inset: 5% 0% 0% auto;
}

.webflow-pic.r-2 {
  width: 14.9831rem;
  height: 4.27563rem;
  inset: 45% -30% auto auto;
}

.webflow-pic.r-3 {
  inset: 30% 0% 0% auto;
}

._1-1-pic {
  width: 12.5rem;
  height: 10rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

._1-1-pic.r-1 {
  inset: 5% 0% 0% auto;
}

._1-1-pic.r-2 {
  inset: 17% 0% 0% auto;
}

._1-1-pic.r-3 {
  width: 10.9375rem;
  height: 10.9375rem;
  inset: auto -28% 3% auto;
}

._1-1-pic.l-1 {
  width: 10.9375rem;
  height: 10.9375rem;
  inset: 8% auto 0% -35%;
}

.wrapper-pics {
  width: 100%;
  height: 100%;
  position: relative;
}

.cilent-pic {
  width: 12.5rem;
  height: 10rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cilent-pic.r-1 {
  inset: 10% -30% auto auto;
}

.cilent-pic.r-2 {
  inset: 17% 0% 0% auto;
}

.cilent-pic.r-3 {
  inset: 30% 0% 0% auto;
}

.cilent-pic.l-2 {
  inset: 48% auto 0% -20%;
}

.cilent-pic.l-3 {
  width: 18.8rem;
  height: 4.25rem;
  inset: auto auto 8% -35%;
}

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

.section {
  padding-top: 176px;
  padding-bottom: 176px;
  display: block;
  overflow: visible;
}

.section.padding-123px {
  padding-top: 98px;
  padding-bottom: 98px;
}

.section.padding-123px.terms-and-conditions {
  padding-top: 0;
  position: relative;
}

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

.grid-1-column.gap-15px {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.grid-1-column.gap-15px.terms-and-conditions-grid-buttons {
  z-index: 99999;
  grid-template-rows: auto auto auto auto;
  display: block;
  position: sticky;
  top: 20px;
}

.rich-text {
  color: var(--text-color--text-primary);
  padding-top: 140px;
  display: block;
}

.split-content.terms-and-conditions-right {
  width: 100%;
  max-width: 950px;
}

.split-content.terms-and-conditions-left {
  align-self: stretch;
  width: 100%;
  max-width: 274px;
  margin-top: 140px;
  margin-right: 40px;
  padding-top: 200px;
}

.button-primary-2 {
  pointer-events: auto;
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #7154ea;
  border: 1px solid #7154ea;
  border-radius: 10px;
  padding: 22px 40px;
  font-weight: 300;
  line-height: 1.111em;
  transition: transform .3s, border-color .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-primary-2:hover {
  color: #fff;
  background-color: #48d893;
  border-color: #48d893;
  transform: translate3d(0, -2px, .01px);
}

.button-primary-2.button-white-v2 {
  color: #14142b;
  transform-style: preserve-3d;
  background-color: #fff;
  border-color: #fff;
  transition-property: transform, color, box-shadow;
  box-shadow: 0 6px 12px #14142b17;
}

.button-primary-2.button-white-v2:hover {
  color: #7154ea;
  transform: translate3d(0, 2px, .01px);
  box-shadow: 0 2px 2px #14142b17;
}

.button-primary-2.button-white-v2.terms-and-conditions {
  border-color: var(--border--border);
  color: var(--text-color--text-primary);
  text-align: left;
  margin-top: 20px;
  padding: 25px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.button-primary-2.button-white-v2.terms-and-conditions:hover {
  color: #7154ea;
}

.button-primary-2.button-white-v2.terms-and-conditions.w--current {
  border-color: var(--border--border);
  color: #7154ea;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.container-default {
  max-width: 1221px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.z-index-1 {
  margin-top: 140px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.absolute {
  position: absolute;
}

.absolute.terms-and-conditions {
  background-color: var(--bg--bg-sec);
  min-height: 848px;
  margin-top: 0;
  padding-top: 100px;
  inset: 0% 0% auto;
}

.horizontal-divider {
  background-color: #dcddeb;
  width: 100%;
  min-height: 1px;
}

.horizontal-divider.margin-large {
  margin-top: 84px;
  margin-bottom: 84px;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 26px;
  overflow: hidden;
  box-shadow: 0 4px 22px #080f3408;
}

.card.terms-and-conditions {
  border-color: var(--border--border);
  box-shadow: none;
  padding: 80px 91px 108px;
}

.testimonial-collection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.testimonial-list {
  display: flex;
}

.testimonial {
  border: 1px solid var(--border--border);
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2.5rem;
  display: flex;
  box-shadow: 0 1px 2px #14151a0d;
}

.testimonial7_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.testimonial7_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.testimonial7_content {
  text-align: center;
  background-color: #ffffff36;
  border: 1px #dee0e347;
  border-radius: 1.5rem;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 40px;
  display: flex;
}

.testimonial7_logo-wrapper {
  border-radius: 0;
}

.testimonial7_logo {
  border-radius: 8px;
  max-height: 3.5rem;
}

.testimonial7_client-image-wrapper {
  margin-bottom: 1rem;
}

.testimonial7_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.testimonial7_arrow {
  border: 1px solid var(--border--border);
  background-color: var(--bg--bg-tri);
  color: var(--text-color--text-primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.testimonial7_arrow-icon {
  color: var(--text-color--text-primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial7_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.button-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--text-color--text-primary);
  background-color: #fcfdff00;
  border-radius: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-link.w--current {
  position: static;
}

.soon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--bg--bg-tri);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_logo3 {
  overflow: hidden;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content max-content max-content max-content max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

.logo3_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo3_logo {
  max-height: 3.5rem;
}

.cloud {
  z-index: 1;
  background-image: linear-gradient(to right, #f7f7f8, #f7f7f8 30%, #f7f7f800);
  width: 20rem;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cloud.left {
  z-index: 1;
  background-image: linear-gradient(9deg, #cbcbcc 32% 30%, #f7f7f800);
  width: 16rem;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -10%;
}

.cloud.right {
  z-index: 1;
  background-image: linear-gradient(90deg, #f7f7f8, #f7f7f800 0%, #f7f7f8 54%, #f7f7f8);
  width: 20rem;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.logos-cloud {
  position: relative;
}

.contact1_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.success-text {
  font-weight: 600;
}

.error-text {
  color: #e23939;
}

.button-primary-form {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--bg--bg-prim-acc);
  color: var(--text-color--text-primary-inv);
  -webkit-text-stroke-color: #fff0;
  border-radius: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary-form.max-width-full-mobile-landscape {
  padding-left: 4rem;
  padding-right: 4rem;
}

.back-wrapper {
  height: 100%;
  margin-top: 2rem;
  margin-left: 2rem;
  position: relative;
}

.back-button-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--text-color--text-primary);
  background-color: #fcfdff00;
  border-radius: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.back-button-link.w--current {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button-primary-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  -webkit-text-stroke-color: #fff0;
  background-color: #924fe8;
  border-radius: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu_wrap-2 {
  background-color: #fff;
  border-radius: .75rem;
  max-width: 100%;
  padding: .25rem;
  font-size: .9rem;
}

.home-logo-2 {
  z-index: 2;
  color: #fff;
  -webkit-text-stroke-color: #fff0;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.menu_shape-bg-2 {
  background-color: #e9eaec;
  border-radius: .63rem;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.menu_link-2 {
  z-index: 2;
  color: #fff;
  -webkit-text-stroke-color: #fff0;
  mix-blend-mode: difference;
  padding: .62rem 1rem;
  text-decoration: none;
  position: relative;
}

.menu_link-bg-2 {
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  border-radius: 100vw;
  position: absolute;
  inset: 0%;
}

.html-embed {
  border-radius: 1rem;
  display: none;
}

.bold-text, .paragraph-2 {
  color: var(--text-color--text-primary);
}

.faq4_accordion-copy {
  border: 1px solid var(--border--border);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.testimonial-text {
  color: var(--text-color--text-sec);
  font-size: 1rem;
  font-weight: 400;
}

.locales-wrapper {
  display: flex;
}

.locales-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border--border-hover);
  background-color: var(--white);
  border-radius: 99px;
  padding: .25rem 1rem;
  display: flex;
}

.link {
  color: var(--text-color--text-tri);
  text-decoration: none;
}

.link.w--current {
  color: var(--text-color--text-primary);
  text-decoration: none;
}

.section-2 {
  display: block;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

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

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

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

.image-3 {
  border-radius: 20px;
}

.div-block-3 {
  position: relative;
  top: -24px;
}

.text-span {
  color: var(--bg--bg-tri);
  font-family: amandine, sans-serif;
  font-weight: 400;
}

.text-span-3 {
  font-family: Great Vibes, cursive;
}

.text-span-4 {
  color: var(--border--border-hover);
  font-family: Great Vibes, cursive;
  font-size: 60px;
}

.text-span-5 {
  color: var(--bg--bg-prim-acc);
  font-family: Great Vibes, cursive;
  font-size: 60px;
  font-weight: 400;
}

.text-span-6 {
  color: var(--bg--bg-prim-acc);
  font-family: Great Vibes, cursive;
  font-weight: 400;
}

.header_image-wrapper {
  position: relative;
}

.reel-pay-card {
  z-index: 1;
  border-radius: 25px;
  width: 17rem;
  position: relative;
  inset: auto auto 0% 12%;
  transform: rotate(-4deg);
}

.padding-global-2 {
  padding-left: 60px;
  padding-right: 60px;
}

.avatar-circle {
  border-radius: 100%;
  position: absolute;
  box-shadow: 0 0 0 3px #4d68eb;
}

.avatar-circle.is-2 {
  border-radius: 25%;
  inset: auto -17% 1% auto;
}

.avatar-circle.is-6 {
  border-radius: 25%;
  inset: auto auto 0% -5%;
}

.avatar-circle.is-3 {
  inset: auto -8% 50% auto;
}

.avatar-circle.is-7 {
  border-radius: 25%;
  inset: -7% 5% auto auto;
}

.avatar-circle.is-1 {
  z-index: 2;
  border-radius: 20%;
  inset: -7% auto auto -9%;
}

.avatar-circle.is-4 {
  inset: -24% 0% auto auto;
}

.avatar-circle.is-5 {
  inset: -31% 49% auto auto;
}

.padding-section-large-2 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.customer-satisfaction-illustration {
  z-index: 3;
  position: relative;
  top: 88px;
}

.customer-satisfaction-illustration.hide-mobile-portrait {
  top: -122px;
  left: 200px;
}

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

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: .0625rem solid #000;
  border-radius: 30rem;
  padding: .75rem 1.5rem;
  transition: all .35s cubic-bezier(.39, .575, .565, 1);
  box-shadow: 2px 2px 0 2px #4d68eb;
}

.button-2:hover {
  box-shadow: 0 0 #4d68eb;
}

.bg-circle {
  z-index: -1;
  background-color: #4d68eb;
  background-image: linear-gradient(-63deg, #4d68eb, #fff);
  border-radius: 100%;
  width: 60rem;
  height: 60rem;
  position: absolute;
  inset: -45% 0% auto auto;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: .0625rem solid #000;
  border-radius: 30rem;
  padding: .75rem 1.5rem;
  transition: all .35s cubic-bezier(.39, .575, .565, 1);
  box-shadow: 2px 2px 0 2px #4d68eb;
}

.button-3.is-outlined {
  color: #4d68eb;
  background-color: #0000;
  border: .125rem solid #4d68eb;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.image-4 {
  border-radius: 67px;
}

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

.header-image3 {
  position: absolute;
  inset: auto auto 144px 72px;
}

.text-block-2 {
  color: #ffffffa3;
  font-size: 1rem;
  line-height: 1.375rem;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.div-block-5.no-margin {
  margin-right: 0;
}

.paragraph-normal {
  color: #ffffffa3;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.125rem;
}

.home-header_content-right {
  position: relative;
}

.header-image4 {
  position: absolute;
  inset: auto 0% 76px auto;
}

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

.home-header_content-left {
  padding-top: 0;
}

.header-image {
  display: none;
}

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

.anim-wrap {
  overflow: hidden;
}

.header-vector {
  width: auto;
  margin-top: -28px;
  margin-left: 134px;
  margin-right: 0;
}

.form-2 {
  position: relative;
}

.header-image-bg {
  width: 320px;
  position: absolute;
  inset: -54px -102px auto auto;
}

.div-block-6 {
  justify-content: space-between;
  display: flex;
}

.home-header_component {
  margin-top: 40px;
  position: relative;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 500;
  line-height: 7rem;
}

.text-block {
  color: #fff;
  margin-right: 1.375rem;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.header-image2 {
  position: absolute;
  inset: -32px auto auto -58px;
}

.section-home-header {
  padding-bottom: 0;
}

.padding-vertical-2 {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.padding-vertical-2.padding-xxhuge {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.submit-button {
  color: #1e1e20;
  background-color: #fff;
  border-radius: 32px;
  padding: 12px 24px;
  font-size: 18px;
  position: absolute;
  inset: auto 6px 6px auto;
}

.text-field {
  background-color: #121212;
  border: 1px #000;
  border-radius: 80px;
  height: 56px;
  margin-bottom: 0;
  padding-left: 32px;
}

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

.margin-bottom-2.margin-medium {
  color: #f8f7f4;
  margin-bottom: 2rem;
}

.margin-bottom-2.margin-xhuge {
  color: #f8f7f4;
  margin-bottom: 8rem;
}

.border-bottom {
  border-bottom: 2px solid #6df400;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-wrapper {
  display: flex;
}

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

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

.header-blur {
  z-index: -1;
  opacity: .31;
  filter: blur(200px);
  background-color: #000a44;
  width: 20rem;
  height: 30rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #0a0f0d;
  border: 1px solid #000;
  border-radius: 20rem;
  padding: .5rem 1.5rem;
  font-size: 1.125rem;
  transition: all .35s cubic-bezier(.215, .61, .355, 1);
}

.button-5:hover {
  color: #0a0f0d;
  background-color: #3cf1be;
}

.button-5.is-link {
  color: #0a0f0d;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.padding-global-3.padding-section-large {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.header_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-large-2 {
  font-size: 1.5rem;
}

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

.button_1 {
  opacity: 1;
  background-color: #070707;
  border-radius: 4rem;
  padding: 1px;
  font-size: 1.125rem;
  transition: transform .4s, box-shadow .4s;
  position: relative;
  overflow: hidden;
}

.button_1:hover {
  transform: scale(1.05);
  box-shadow: 0 -7px 20px #5a83ff80;
}

.button_1-gradient {
  background-image: linear-gradient(#5a83ff, #fff0);
  position: absolute;
  inset: 0%;
}

.button_1-inner {
  background-color: #060606;
  border-radius: 4rem;
  padding: 1rem 2rem;
  position: relative;
}

.button_text {
  z-index: 3;
  flex: none;
  font-family: amandine, sans-serif;
  text-decoration: none;
  position: relative;
}

.button_3 {
  background-color: #070707;
  border-radius: 4rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  transition: box-shadow .4s;
  position: relative;
  overflow: hidden;
}

.button_3:hover {
  box-shadow: 0 10px 20px #5a83ff80;
}

.button_text-2 {
  z-index: 3;
  flex: none;
  position: relative;
}

.button_blue-overlay {
  z-index: 1;
  background-color: #5a83ff;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.body-3 {
  background-color: var(--bg--bg-sec);
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

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

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.button_blue-overlay-2 {
  z-index: 1;
  background-color: #5a83ff;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.button_1-inner-2 {
  background-color: #060606;
  border-radius: 4rem;
  padding: 12px 30px;
  text-decoration: none;
  position: relative;
}

.button_text-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 27px;
  display: flex;
  overflow: hidden;
}

.button_text-wrap.is-horizontal {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: row;
  width: 98px;
  height: auto;
}

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

.button_circle-overlay {
  background-color: #5a83ff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: auto auto -30%;
}

.main_link {
  color: #5a83ff;
}

.button_2-inner {
  background-color: #060606;
  border-radius: 4rem;
  padding: 1rem 2rem;
  position: relative;
}

.button_10 {
  background-color: #070707;
  border: 1px solid #070707;
  border-radius: 5rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  transition: all .3s;
}

.button_10:hover {
  border-color: #5a83ff;
  transform: scale(.95);
}

.button_1-2 {
  opacity: 1;
  color: var(--bg--bg-sec);
  background-color: #070707;
  border-radius: 4rem;
  padding: 2px;
  font-size: 1.125rem;
  text-decoration: none;
  transition: transform .4s, box-shadow .4s;
  position: relative;
  left: 30px;
  overflow: hidden;
}

.button_1-2:hover {
  transform: scale(1.05);
  box-shadow: 0 -7px 20px #5a83ff80;
}

.button_11 {
  color: #fff;
  background-color: #070707;
  border-radius: 5rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  text-decoration: none;
}

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

.buttons_wrapper {
  text-align: center;
}

.button_8 {
  background-color: #070707;
  border-radius: 5rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  transition: box-shadow .2s;
  box-shadow: -8px 8px #6883fb;
}

.button_8:hover {
  box-shadow: -2px 2px #6883fb;
}

.button_7 {
  background-color: #070707;
  border-radius: 5rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  transition: background-color .4s;
}

.button_2 {
  opacity: 1;
  background-color: #070707;
  border-radius: 4rem;
  padding: 2px;
  font-size: 1.125rem;
  transition: transform .4s, box-shadow .4s;
  position: relative;
  overflow: hidden;
}

.button_2:hover {
  transform: scale(1.05);
  box-shadow: 0 -7px 20px #5a83ff80;
}

.button_6 {
  background-color: #070707;
  border-radius: 5rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  transition: background-color .4s;
}

.button_6:hover {
  background-color: #5a83ff;
}

.copyright {
  text-align: center;
  position: absolute;
  inset: auto 0% 2rem;
}

.buttons_top-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.button_2-gradient {
  background-image: linear-gradient(#5a83ff, #fff0);
  position: absolute;
  inset: 0%;
}

.button_3-2 {
  background-color: #070707;
  border-radius: 4rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  transition: box-shadow .4s;
  position: relative;
  overflow: hidden;
}

.button_3-2:hover {
  box-shadow: 0 10px 20px #5a83ff80;
}

.section_buttons {
  background-color: #0e0046;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.button_8-1 {
  background-color: #070707;
  border-radius: 5rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  transition: box-shadow .2s;
  box-shadow: 0 0 #6883fb;
}

.button_8-1:hover {
  box-shadow: -8px 8px #6883fb;
}

.button_9 {
  background-color: #070707;
  border-radius: 5rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.button_5 {
  background-color: #060606;
  border-radius: 5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_4 {
  background-color: #070707;
  border-radius: 4rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  transition: box-shadow .4s;
  position: relative;
  overflow: hidden;
}

.button_4:hover {
  box-shadow: 0 10px 20px #5a83ff80;
}

.button_text-3 {
  z-index: 3;
  flex: none;
  text-decoration: none;
  position: relative;
}

.button-icon {
  perspective-origin: 0%;
  transform-origin: 0%;
  transform-style: preserve-3d;
  width: 100%;
  max-width: 2.5rem;
  height: 100%;
  max-height: 2.5rem;
  display: block;
  position: absolute;
  inset: auto 5% auto auto;
  transform: scale3d(0, 1, 1);
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.logo-wrapper {
  width: 10rem;
}

.header-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  display: flex;
}

.header-image-2 {
  z-index: -1;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 60%;
  height: 80%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.section_header-2 {
  width: 100%;
  position: relative;
}

.header-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 80vh;
  display: grid;
}

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

.button-6 {
  grid-column-gap: 1.5rem;
  color: #c8c784;
  letter-spacing: -.06em;
  text-transform: uppercase;
  background-color: #2a311c;
  border: 1px solid #c8c784;
  border-radius: 500rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.25rem;
  font-size: 2.25rem;
  text-decoration: none;
  transition: all .65s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
}

.button-6:hover {
  color: #2a311c;
  background-color: #c8c784;
  padding-right: 5rem;
}

.button-6.is-alternative.is-menu:hover {
  padding-right: 1.25rem;
}

.nav {
  z-index: 999;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.image-cover {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.company-cards {
  align-items: center;
  display: flex;
}

.column-2 {
  padding-left: 242px;
  padding-right: 27px;
  position: absolute;
}

.image-7 {
  text-align: center;
}

.text-center-white {
  color: #e4e4e4;
  text-align: center;
  margin-top: 28px;
  font-weight: 300;
}

.image-8 {
  border-radius: 20px;
  width: 344px;
  max-width: 130%;
}

.com-card {
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  padding: 38px;
}

.com-card.airb {
  background-color: #ff5a60;
}

.com-card.green {
  background-color: #1ed760;
}

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

.div-block-8 {
  height: 20px;
}

.location {
  align-items: center;
  padding-top: 9px;
  display: flex;
}

.text-block-3 {
  float: left;
  padding-top: 2px;
  padding-left: 12px;
  font-size: 12px;
}

.timeing {
  color: #939bb4;
  margin-top: 5px;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 13px;
}

.timeing.blue {
  color: #2d77f7;
}

.job-item {
  background-color: #e4e4e4;
  border-radius: 10px;
  padding: 25px;
  transition: all .1s ease-in-out;
}

.job-item:hover {
  box-shadow: 0 1px 28px #939bb43b;
}

.grid-2 {
  grid-template: "."
                 "Area"
                 "Area"
                 / 1fr 1fr 1fr;
}

.heading-10 {
  color: #142649;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.heading-11 {
  flex: 1;
  padding-right: 187px;
  font-size: 34px;
  font-weight: 600;
  display: block;
}

.company-excepts-and-date {
  align-items: center;
  display: flex;
}

.paragraph-4 {
  color: #142649;
  text-align: center;
  font-weight: 300;
}

.text-block-4 {
  text-align: center;
  font-size: 89px;
  font-weight: 600;
  line-height: 90px;
}

.div-block-9 {
  height: 50px;
}

.pill {
  background-color: #d8f5ed;
  border-radius: 50px;
  margin-bottom: 5px;
  padding: 6px 20px 6px 7px;
  display: inline-block;
}

.pill.blue {
  background-color: #d5e9fa;
}

.pill.ylo {
  background-color: #f1d4b7;
}

.pill.red {
  background-color: #f5ded8;
}

.bold-text-5 {
  color: #142649;
}

.div-block-10 {
  width: 20px;
}

.meta {
  justify-content: space-between;
  display: flex;
}

.time {
  color: #939bb4;
  padding-left: 7px;
  font-size: 12px;
  line-height: 13px;
}

.company {
  padding-left: 9px;
  font-size: 12px;
  line-height: 13px;
}

.div-block-11 {
  float: left;
  clear: none;
  background-color: #00c48c;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  padding: 0;
  display: block;
}

.div-block-11.yellow {
  background-color: #f59331;
}

.div-block-11.blue {
  background-color: #0084f4;
}

.div-block-11.red {
  background-color: #c43400;
}

.div-block-12 {
  padding: 93px 46px 66px;
}

.glass-card {
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  padding: 38px;
}

.glass-card.airb {
  background-color: #ff5a60;
}

.glass-card.green {
  background-color: #1ed760;
}

.glass-card2 {
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  padding: 38px;
}

.glass-card2.airb {
  background-color: #ff5a60;
}

.glass-card2.green {
  background-color: #1ed760;
}

.glass-card3 {
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  padding: 38px;
}

.glass-card3.airb {
  background-color: #ff5a60;
}

.glass-card3.green {
  background-color: #1ed760;
}

.company-image {
  width: 71px;
}

.job-item-2 {
  background-color: #e4e4e4;
  border-radius: 10px;
  padding: 25px;
  transition: all .1s ease-in-out;
}

.job-item-2:hover {
  box-shadow: 0 1px 28px #939bb43b;
}

.heading-12 {
  color: #142649;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

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

.p {
  font-weight: 300;
}

.div-block-13 {
  height: 50px;
}

.div-block-14 {
  width: 20px;
}

.link-block {
  text-decoration: none;
}

.link-2 {
  color: #142649;
  flex: 0 auto;
  margin-bottom: 10px;
}

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

.div-block-15 {
  text-decoration: none;
}

.image-9 {
  width: 58px;
  max-width: 100%;
}

.heading-13 {
  flex: 1;
  padding-right: 187px;
  font-size: 34px;
  font-weight: 600;
  display: block;
}

.category-item {
  border-radius: 10px;
  padding: 0;
  transition: all .2s ease-in-out;
}

.category-item:hover {
  background-color: #e4e4e4;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 4px 59px -13px #939bb43d;
}

.div-block-16 {
  height: 50px;
}

.paragraph-5 {
  color: #939bb4;
  font-weight: 300;
  text-decoration: none;
}

.div-block-17 {
  height: 20px;
}

.job-item-3c {
  background-color: #e4e4e45e;
  border-radius: 10px;
  padding: 25px;
  transition: all .1s ease-in-out;
}

.job-item-3c:hover {
  box-shadow: 0 1px 28px #939bb43b;
}

.grid-5 {
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr;
}

.heading-14 {
  color: #142649;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.company-excepts-and-date-2 {
  align-items: center;
  display: flex;
}

.paragraph-6 {
  color: #142649;
  text-align: center;
  font-weight: 300;
}

.text-block-5 {
  text-align: center;
  font-size: 89px;
  font-weight: 600;
  line-height: 90px;
}

.div-block-18 {
  height: 50px;
}

.bold-text-6 {
  color: #142649;
}

.div-block-19 {
  width: 20px;
}

.div-block-20 {
  padding: 93px 46px 66px;
}

.footer-cred {
  color: #e4e4e4;
  margin-left: 32px;
  text-decoration: none;
}

.div-block-21 {
  margin-top: 14px;
}

.heading {
  color: #e4e4e4;
  font-size: 56px;
  font-weight: 600;
  line-height: 115%;
}

.heading.foote {
  flex: 1;
  padding-right: 69px;
  font-weight: 300;
}

.credits {
  justify-content: space-between;
  display: flex;
}

.div-block-22 {
  border-bottom: 1px solid #939bb4;
  align-items: center;
  margin-bottom: 41px;
  padding-bottom: 41px;
  display: flex;
}

.button-7 {
  background-color: #f59331;
  border-radius: 5px;
  padding: 17px 45px;
}

.footer {
  background-color: #142649;
  padding-top: 61px;
  padding-bottom: 61px;
}

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

.div-block-23 {
  margin-top: 14px;
}

.heading-15 {
  color: #e4e4e4;
  font-size: 56px;
  font-weight: 600;
  line-height: 115%;
}

.heading-15.foote {
  flex: 1;
  padding-right: 69px;
  font-weight: 300;
}

.div-block-24 {
  border-bottom: 1px solid #939bb4;
  align-items: center;
  margin-bottom: 41px;
  padding-bottom: 41px;
  display: flex;
}

.button-8 {
  background-color: #f59331;
  border-radius: 5px;
  padding: 17px 45px;
}

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

.heading-16 {
  color: #e4e4e4;
  font-size: 56px;
  font-weight: 600;
  line-height: 115%;
}

.heading-16.foote {
  flex: 1;
  padding-right: 69px;
  font-weight: 300;
}

.div-block-25 {
  border-bottom: 1px solid #939bb4;
  align-items: center;
  margin-bottom: 41px;
  padding-bottom: 41px;
  display: flex;
}

.button-9 {
  background-color: #f59331;
  border-radius: 5px;
  padding: 17px 45px;
}

.header {
  padding-bottom: 140px;
  position: relative;
}

.partner-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fafafa;
  border-radius: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 78px 81px 77px 82px;
  display: grid;
}

.hero-explore-button {
  color: #fff;
  background-color: #18a7b9;
  border-radius: 40px 5px;
  padding: 22px 77px 22px 78px;
  font-size: 17px;
  font-weight: 500;
  box-shadow: 0 20px 50px #18a7b933;
}

.number {
  color: #313131;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.text-2 {
  color: #6b6b6b;
  font-size: 18px;
  line-height: 28px;
}

.nav-menu {
  margin-left: auto;
}

.hero-text-wrapper {
  width: 77%;
  padding-bottom: 40px;
}

.div-block-26 {
  margin-top: 50px;
  margin-right: 50px;
}

.hero-contect-button {
  color: #18a7b9;
  background-color: #0000;
  border: 1px solid #18a7b9;
  border-radius: 40px 5px;
  padding: 22px 77px 22px 78px;
  font-size: 17px;
  font-weight: 500;
}

.heading-h1 {
  color: #313131;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 64px;
  font-weight: 600;
  line-height: 76px;
}

.header-image-3 {
  border-radius: 20px;
  position: absolute;
  inset: 59px 113px auto auto;
}

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

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

.text-span-10 {
  color: #18a7b9;
  font-weight: 700;
}

.navbar {
  background-color: #0000;
  align-items: center;
  display: flex;
}

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

.hero-sec {
  padding-top: 120px;
  position: relative;
}

.projects-done {
  color: #6b6b6b;
  font-size: 20px;
  line-height: 26px;
}

.partner-sec {
  margin-top: 0;
  position: relative;
}

.image-10 {
  margin-top: -235px;
}

.hero-button-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  padding-bottom: 90px;
  display: flex;
}

.hero-wrapper {
  width: 60%;
}

.nav-sec {
  padding-top: 0;
  padding-bottom: 10px;
}

.container-6 {
  width: 100%;
  max-width: 77rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.nav-link-3 {
  color: #313131;
  padding: 0;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  right: 83px;
}

.nav-link-3.w--current {
  color: #313131;
  font-weight: 600;
}

.div-block-27 {
  margin-top: 50px;
  margin-right: 50px;
}

.text-span-11 {
  color: #18a7b9;
  font-weight: 700;
}

.image-11 {
  margin-top: -235px;
}

.section-5 {
  padding: 120px 3%;
}

.section-5.header {
  padding-top: 0;
  padding-bottom: 0;
}

._2-col-grid {
  grid-column-gap: 50px;
  flex: 1;
  grid-template-rows: auto;
  align-self: stretch;
  max-width: 1280px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

._2-col-grid.header {
  grid-template-columns: 1.25fr 1fr;
  align-items: stretch;
}

.grid-block.header-text-col {
  padding-top: 150px;
}

.ths12-logo {
  width: 50px;
  margin-right: 15px;
}

.ths12-brand {
  z-index: 99;
  color: #fff;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.ths12-social-icon {
  width: 25px;
}

.ths12-header {
  z-index: 8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 40px 70px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.ths12-menu-icon-bar {
  z-index: 5;
  background-color: #fff;
  width: 20px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
  position: relative;
}

.ths12-menu-icon-bars-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.ths12-logo-dark {
  opacity: 0;
  width: 50px;
  margin-right: 15px;
  position: absolute;
  left: 0;
}

.ths12-social-link {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ths12-menu-icon-bg-hover-circle {
  background-color: #ffffff1a;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
}

.ths12-menu-close-icon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 40px 50px auto auto;
}

.ths12-menu {
  z-index: 9;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: -100% 0% 0%;
}

.ths12-menu-close-icon-bar-wrapper {
  width: 30px;
}

.ths12-menu-close-icon-bar-wrapper.two {
  position: absolute;
  transform: rotate(135deg);
}

.ths12-menu-close-icon-bar-wrapper.one {
  transform: rotate(45deg);
}

.ths12-menu-links-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ths12-menu-link-hover-line {
  background-image: linear-gradient(135deg, #ed4264, #cab374);
  width: 100%;
  height: 4px;
  position: absolute;
  inset: 70px 0% auto;
}

.ths12-menu-close-icon-bar {
  background-color: #222;
  width: 100%;
  height: 2px;
}

.ths12-menu-link {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ed4264, #cab374);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 120px;
  line-height: 120px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.ths12-menu-bg-circle {
  z-index: 7;
  background-color: #fffefe;
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  position: fixed;
  inset: -1.5vw -1.5vw auto auto;
}

.ths12-overlay-2 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-heading-h1-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ths12-cta-link {
  color: #fff;
  letter-spacing: .5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.ths12-wrapper {
  z-index: 6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1234px;
  display: flex;
  position: relative;
}

.ths12-heading-h1 {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.ths12-heading-h1.ths12-margin-left {
  margin-left: 40px;
}

.ths12-overlay-1 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-heading-h1-span {
  border-bottom: 2px solid #ffedbc33;
}

.ths12-overlay-3 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-overlay-4 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-link-line-wrapper {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  overflow: hidden;
}

.ths12-link-hover-line {
  background-color: #fff;
  width: 0%;
  height: 1px;
}

.ths12-hero-section {
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ths12-cta-links-wrapper {
  grid-column-gap: 100px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 100px;
}

.ths12-heading-bg-circle {
  border: 1px solid #ffedbc33;
  border-right-width: 3px;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  position: absolute;
}

.ths12-overlay-5 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.nav_link {
  color: #202246;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.nav_link:hover {
  color: #3fba96;
}

.header-image-5 {
  border-radius: 20px;
  width: 75%;
  display: block;
  position: relative;
  left: 24px;
}

.paragraph-normal-2 {
  margin-bottom: 0;
  font-weight: 400;
}

.nav_component {
  background-color: #0000;
  width: 100%;
  height: 6rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.search-text-field {
  border-radius: 8px;
  height: 60px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
}

.search-text-field::placeholder {
  color: #595a64;
  font-size: 18px;
  font-weight: 400;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 73.5rem;
  margin-top: 37px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.anim-wrap-2 {
  overflow: hidden;
}

.search-button {
  background-color: #3fba96;
  border-radius: 4px;
  padding: 10px 60px;
  font-weight: 500;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.button-nav {
  background-color: #000;
  border: 1px solid #3fba96;
  border-radius: 15px;
  padding: 12px 46px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.button-nav:hover {
  color: #3fba96;
  background-color: #0000;
  border: 1px solid #3fba96;
}

.heading-17 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 62px;
  line-height: 120%;
}

.text-size-medium-2 {
  color: #3fba96;
  font-size: 24px;
  font-weight: 500;
}

.padding-vertical-3 {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-3.padding-xxhuge {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.header-form {
  position: relative;
}

.section-home-header-2 {
  background-color: #0000;
  padding-top: 4rem;
  padding-bottom: 0;
}

.search-icon {
  position: absolute;
  inset: 16px auto 0% 12px;
}

.home-header_grid-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.home-header_content-right-2 {
  position: relative;
  top: -29px;
}

.margin-bottom-3.margin-medium {
  margin-bottom: 2rem;
}

.margin-bottom-3.margin-small {
  margin-bottom: 1rem;
}

.button-hed {
  background-color: #202246;
  border: 1px solid #3fba96;
  border-radius: 20px;
  padding: 12px 38px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.button-hed:hover {
  color: #3fba96;
  background-color: #0000;
  border: 1px solid #3fba96;
}

.anim-wrap-2-cop {
  border-radius: 20px;
  justify-content: flex-end;
  position: relative;
  left: 20px;
  overflow: hidden;
}

.padding-global-5 {
  padding: 5rem;
}

.button-10 {
  color: #fff;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 600;
  transition: transform .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 4px 11px #000000d9;
}

.button-10:active {
  transform: translate(0, 2px);
  box-shadow: 0 4px 4px #0000004d;
}

.button__inner {
  border-radius: 12px;
  padding: 20px 32px;
  transition: box-shadow .2s;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 7px #ffffff47;
}

.button__inner:hover {
  box-shadow: inset 0 0 7px #fff9;
}

.button__text {
  position: relative;
}

.gradient-glow {
  opacity: .25;
  position: absolute;
  inset: 0%;
}

.gradient__ball {
  filter: blur(20px);
  mix-blend-mode: overlay;
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.gradient__ball.gradient__ball--1 {
  background-color: #fd3846;
  background-image: linear-gradient(to right, #fd3846, #ffd000);
  position: absolute;
  bottom: 0;
}

.gradient__ball.gradient__ball--2 {
  background-image: linear-gradient(78deg, #a600ff, #2bff00);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.button-11 {
  padding: 10px;
}

.btn-outer {
  background-color: #fff3;
  border-radius: 10px;
  padding: 2px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.glow-border {
  filter: blur(16px);
  background-color: #fff;
  width: 20%;
  height: 80%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn-inner {
  color: #fff;
  background-color: #04012b;
  border-radius: 8px;
  padding: 14px 26px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.btn-text {
  z-index: 1;
  position: relative;
}

.glow-inner {
  filter: blur(16px);
  background-color: #fff;
  width: 25%;
  height: 60%;
  position: absolute;
  inset: -10% auto auto -10%;
}

.glass-block {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  text-align: center;
  background-color: #ffffff03;
  background-image: url('../images/noise.png');
  background-position: 50%;
  background-size: 25%;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 400px;
  display: flex;
  box-shadow: inset 0 39px 56px -36px #ffffff80, inset 0 7px 11px -4px #ffffff40, inset 0 -82px 68px -64px #6044904d, inset 0 98px 100px -48px #caacff4d, inset 0 4px 18px #9a92d24d, inset 0 1px 40px #e3deff33;
}

.image-7-copy, .how-2, .how3 {
  text-align: center;
}

.card-2 {
  transform-style: preserve-3d;
  border: 2px #fff;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 25vw;
  max-width: 25vw;
  min-height: 20vw;
  max-height: 20vw;
  padding: 3.3vw 2.6vw;
  display: flex;
  position: relative;
  bottom: -2.2vw;
  right: -2.2vw;
  transform: rotateX(8deg)rotateY(-16deg)rotateZ(0);
}

.headshot {
  z-index: 2;
  object-fit: cover;
  border-radius: 100%;
  min-width: 9vw;
  max-width: 9vw;
  min-height: 9vw;
  max-height: 9vw;
  position: relative;
}

.card-wrapper-3 {
  z-index: 9;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -4px;
}

.text-3 {
  font-size: 1rem;
  line-height: 120%;
  position: relative;
}

.card-overley_text-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
  top: 13px;
}

.image-background {
  z-index: 1;
  opacity: 1;
  filter: blur(2rem);
  mix-blend-mode: color;
  min-width: 100%;
  max-width: 100%;
  min-height: 10vw;
  max-height: 10vw;
  position: absolute;
}

.card-overley-1 {
  z-index: 9;
  background-image: radial-gradient(circle, #d0c8c8 20%, #fff 98%, #dbd4d4);
  border: .5px solid #00000021;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 30vw;
  max-width: 30vw;
  min-height: 35vw;
  max-height: 35vw;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 2%;
  overflow: hidden;
  box-shadow: -24px 180px 100px #f5f5f526;
}

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

.padding-global-6 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  padding: 3.75rem 5rem;
  display: flex;
}

.title {
  font-size: 1.875rem;
  line-height: 120%;
}

.card-wrapper-2 {
  z-index: 9;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -34px;
}

.card-wrapper-1 {
  z-index: 9;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -63px;
}

.content-wrapper {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: -131px;
  left: -46px;
}

.card-text_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._3d-flex-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  perspective: 500px;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.pic-div {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 7rem;
  min-width: 7px;
  height: 7rem;
  display: flex;
  overflow: hidden;
  transform: perspective(1000px);
}

.pic-div.shadow {
  opacity: 1;
  filter: blur(10px);
  background-color: #fff0;
  background-image: linear-gradient(#00000075, #0000);
  background-position: 0 0;
  position: absolute;
  top: 2rem;
}

.card-raound {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(118.93deg, #ffffff80 1%, #fff3);
  border: 1px solid #ffffffa8;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px 20px;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.304, 1.884, .538, .837);
  display: flex;
}

.card-raound:hover {
  box-shadow: 0 0 10px #0000001a;
}

.main-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: stretch;
  margin: 50px 5%;
  display: flex;
}

.big-text {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 100%;
}

.content-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.med-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}

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

.text-wrapper-3 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  perspective: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.small-text {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
}

.pic-wrapper {
  perspective: 100px;
  position: relative;
}

.icons {
  grid-row-gap: 269px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-15 {
  min-width: 120%;
}

.header-blur-2 {
  z-index: -1;
  opacity: .31;
  filter: blur(200px);
  background-color: #000a44;
  width: 20rem;
  height: 30rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-wrapper-1, .text-wrapper-2 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  perspective: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.card-raound-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(118.93deg, #ffffff80 1%, #fff3);
  border: 1px solid #ffffffa8;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px 20px;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.304, 1.884, .538, .837);
  display: flex;
}

.card-raound-1:hover {
  box-shadow: 0 0 10px #0000001a;
}

.card-raound-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(118.93deg, #ffffff80 1%, #fff3);
  border: 1px solid #ffffffa8;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px 20px;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.304, 1.884, .538, .837);
  display: flex;
}

.card-raound-2:hover {
  box-shadow: 0 0 10px #0000001a;
}

.card-raound-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(118.93deg, #ffffff80 1%, #fff3);
  border: 1px solid #ffffffa8;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px 20px;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.304, 1.884, .538, .837);
  display: flex;
}

.card-raound-3:hover {
  box-shadow: 0 0 10px #0000001a;
}

.icons-1, .icons-2, .icons-3 {
  grid-row-gap: 269px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.subscribe-wrapper {
  display: inline-block;
}

.arrow-button-2 {
  background-color: #0a081c;
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border: 1px solid #6911f5;
  border-radius: 999px;
  width: 60px;
  height: 60px;
  transition: all .5s;
  box-shadow: 1px 1px 3px #89ffe1;
}

.arrow-button-2:hover {
  box-shadow: -1px -1px 3px #89ffe1;
}

.arrow-button-2._2 {
  background-image: none;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.bell-icon-2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.lottie-animation-3 {
  margin-right: 10px;
  padding-top: 2px;
}

.bell-letter._1 {
  position: relative;
}

.section_big {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 5%;
  display: flex;
}

.card-3 {
  border: 2px #eee;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px -10px #0003;
}

.image-1 {
  object-fit: cover;
  background-image: url('../images/imagen_2025-03-14_171102108.png');
  background-position: 100% 100%;
  background-size: cover;
  width: 300px;
  max-width: none;
  height: 400px;
}

.card-inf {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #ffffff1a;
  border: 1.3px solid #eee;
  border-radius: 13px;
  padding: 20px 20px 10px;
  position: absolute;
  inset: auto 20px 20px;
}

.p-2 {
  opacity: .7;
  color: #0a0a0a;
  margin-bottom: 10px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.card-inf-after {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.image-16 {
  object-fit: cover;
  width: 300px;
  max-width: none;
  height: 400px;
}

.card-inf-1, .card-inf-2, .card-inf-3 {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #ffffff1a;
  border: 1.3px #eee;
  border-radius: 13px;
  padding: 20px 20px 10px;
  position: absolute;
  inset: auto 20px 20px;
}

.button-12 {
  color: #fff;
  text-align: center;
  background-color: #0a0c00;
  border: 1px solid #0a0c00;
  border-radius: 26px;
  align-items: center;
  padding: 9px 24px 9px 39px;
  font-size: 1.2rem;
  font-weight: 400;
  transition: all .15s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.button-12:hover {
  background-color: #2c2d28;
}

.hover-arrow {
  margin-left: 0;
  display: flex;
}

.button-13 {
  color: #fff;
  text-align: center;
  background-color: #0a0c00;
  border: 1px solid #0a0c00;
  border-radius: 26px;
  align-items: center;
  padding: 9px 24px 9px 39px;
  font-size: 1.2rem;
  font-weight: 400;
  transition: all .15s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.button-13:hover {
  background-color: #2c2d28;
}

.button-13.automate {
  color: #0a0c00;
  background-color: #0000;
  padding-left: 21px;
  padding-right: 26px;
}

.button-13.automate:hover {
  color: #0046fd;
  background-color: #0046fd08;
  border-color: #0046fd;
}

.job-item-1c {
  background-color: #e4e4e45e;
  border-radius: 10px;
  padding: 25px;
  transition: all .1s ease-in-out;
}

.job-item-1c:hover {
  box-shadow: 0 1px 28px #939bb43b;
}

.job-item-2c {
  background-color: #e4e4e45e;
  border-radius: 10px;
  padding: 25px;
  transition: all .1s ease-in-out;
}

.job-item-2c:hover {
  box-shadow: 0 1px 28px #939bb43b;
}

.button-sec-one {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--bg--bg-tri);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-sec-one.max-width-full-mobile-portrait {
  padding-left: 0;
  display: block;
}

.button-link-first {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--text-color--text-primary);
  background-color: #fcfdff00;
  border-radius: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-link-first.w--current {
  position: static;
}

.section-9 {
  background-color: #cbcbcc;
}

.anim-wrap-t {
  position: relative;
  overflow: hidden;
}

.label {
  z-index: 5;
  color: var(--bg--bg-acc);
  position: relative;
}

.button-3-bg {
  z-index: 3;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 56px;
  transition: background-color .35s ease-in-out;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-3-bg:hover {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.button-3 {
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  margin-top: 0;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  transform: none;
  box-shadow: 0 0 34px #000dff3d;
}

.button-3:hover {
  box-shadow: none;
}

.button-3:active {
  box-shadow: 0 8px 30px #006aff33;
}

.button-3_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button-3_color._1 {
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  top: -24%;
  left: -11%;
}

.button-3_color._3 {
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  top: 52%;
  left: auto;
  right: -27%;
}

.button-3_color._4 {
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  top: 53%;
  left: auto;
  right: 5%;
}

.button-3_color._2 {
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  top: -15%;
  left: auto;
  right: 54%;
}

.button-3_color-wrap {
  z-index: 2;
  filter: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.button-3_color-wrap.blur {
  filter: blur(5px);
  display: block;
  overflow: hidden;
}

.button-1_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button-1_color._1 {
  top: -30%;
  left: -5%;
}

.button-1_color._3 {
  background-image: linear-gradient(251deg, #7300ffd6, #e815ffd9);
  top: -30%;
  left: 8%;
}

.button-1_color._2 {
  background-image: linear-gradient(251deg, #07fc, #ad15ffe0);
  top: -30%;
  left: 29%;
}

.button-1_glow {
  z-index: 0;
  filter: none;
  background-image: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.button-1 {
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 50px;
  margin-top: 0;
  display: flex;
  position: relative;
  left: 35px;
  overflow: hidden;
  box-shadow: 0 0 15px #3913b659;
}

.button-1_bg {
  z-index: 3;
  background-color: #01030e;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 97%;
  height: 95%;
  transition: all .3s ease-in-out;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-1_bg:hover {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #05021ca6;
}

.button-1_bg:active {
  background-color: #05021c66;
}

.button-1_color-wrap {
  background-color: #0e1229;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.navbar-logo-left-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-divider-3 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

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

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

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

.hero-content {
  width: 100%;
  max-width: 566px;
}

.hero-thumb {
  border-radius: 20px;
  width: 80px;
  max-width: 120%;
  padding-left: 0;
}

.hero-title-wrap {
  margin-bottom: 18px;
}

.hero-text {
  color: #12141dcc;
  font-size: 18px;
  line-height: 32px;
}

.hero-bg-shape-2-wrap {
  z-index: -1;
  display: none;
  position: absolute;
  inset: auto 200px 0% auto;
}

.hero-text-wrap {
  width: 100%;
  max-width: 440px;
  margin-bottom: 39px;
}

.hero-brand-text {
  color: #74797e;
  font-weight: 500;
  line-height: 32px;
}

.hero-bg-shape-1-wrap {
  z-index: -1;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.hero-shape-1-wrap {
  position: absolute;
  inset: -10px -40px auto auto;
}

.hero-section {
  z-index: 1;
  background-color: #d8d8dd33;
  position: relative;
}

.hero-padding {
  padding-top: 174px;
  padding-bottom: 131px;
}

.hero-thumb-wrap {
  position: relative;
}

.hero-layout {
  justify-content: space-between;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.page-padding-3 {
  padding-left: 15px;
  padding-right: 15px;
}

.hero-brand-shape {
  background-color: #0f172a1c;
  width: 86px;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.hero-brand-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  width: 100%;
  max-width: 550px;
  margin-top: 26px;
  display: none;
}

.hero-btn {
  color: #fff;
  background-color: #090909;
  border-radius: 12px;
  padding: 16px 27.5px;
  font-weight: 600;
  line-height: 24px;
  transition: all .325s;
}

.hero-btn:hover {
  background-color: #d0cece;
}

.hero-shape-2-wrap {
  position: absolute;
  inset: auto auto -45px -206px;
}

.mobile-menu {
  display: none;
}

.mobile-nav-btn {
  color: #fff;
  background-color: #fa6444;
  border-radius: 3px;
  padding: 13.5px 20px;
  font-weight: 600;
  line-height: 24px;
}

.nav-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-btn {
  color: #fff;
  background-color: #fa6444;
  border-radius: 3px;
  padding: 13.5px 20px;
  font-weight: 600;
  line-height: 24px;
  transition: all .325s;
}

.nav-btn:hover {
  background-color: #4f46e5;
}

.nav-btn.ml-46 {
  background-color: #171616;
  border-radius: 12px;
  margin-left: 46px;
}

.nav-btn.ml-46:hover {
  background-color: #d0cece;
}

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

.nav-link-5 {
  color: #12141d;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .225s;
  display: inline-block;
}

.nav-link-5:hover {
  opacity: .5;
}

.mobile-menu-link {
  color: #12141d;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.menu-bar {
  display: none;
}

.page-padding-4 {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-right {
  position: relative;
}

.navigation {
  z-index: 99;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-layout {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-span-14 {
  color: var(--bg--bg-prim-acc);
  font-family: the-seasons, sans-serif;
  font-weight: 400;
}

.text-span-15 {
  color: var(--bg--bg-prim-acc);
  font-family: Great Vibes, cursive;
  font-weight: 400;
}

.help-content-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 80px;
  display: flex;
}

.figma-file-holder {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-10 {
  z-index: 3;
  background-color: #0000;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  position: relative;
}

.container-10.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.help-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section-10 {
  position: relative;
}

.title-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.container-11 {
  z-index: 3;
  background-color: #0000;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  position: relative;
}

.container-11.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.section-11 {
  position: relative;
}

.paragraph-xl {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.5;
}

.home-content-left-video-icon-wrapper {
  background-color: #ebfd4a;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-right: 13px;
  display: flex;
  position: relative;
}

.text-large {
  font-size: 20px;
  line-height: 30px;
}

.footer-content-left-text {
  color: #cbd2d9;
  margin-top: 34px;
  font-size: 16px;
  line-height: 24px;
}

.footer-column-title {
  font-size: 16px;
  line-height: 24px;
}

.nav-hamburger {
  cursor: pointer;
  display: none;
}

.button-circle {
  background-color: #8861f2;
  border-radius: 50%;
  width: 150%;
  height: 200%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
}

.section-title {
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 52px;
}

.section_home-brands {
  padding: 111px 20px;
}

.faq-item-text {
  color: #cbd2d9;
  max-width: 878px;
}

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

.text-medium.home-feature-right-text {
  color: #eaedf0;
}

.text-medium.section-sub-text {
  color: #cbd2d9;
}

.text-medium.feature-tab-content-top-text {
  color: #8b939d;
}

.text-medium.home-header-text {
  color: #cbd2d9;
}

.button-bg {
  background-color: #8861f2;
  height: 100%;
  position: absolute;
  inset: 100% 0% auto;
}

.faq-item-row-title {
  font-size: 18px;
  line-height: 28px;
}

.section_home-header {
  padding-top: 176px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.home-header-img-bubble-1-img {
  margin-right: 10px;
}

.feature-tab-content-card-img {
  border-radius: 8px;
  position: absolute;
  inset: auto 17px 19px auto;
  box-shadow: 0 74px 84px #0b204e29;
}

.footer-content-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 640px;
  display: grid;
}

.home-header-gradient {
  z-index: -1;
  filter: blur(300px);
  display: none;
  position: absolute;
}

.home-header-img-bubbles-wrapper {
  position: absolute;
  inset: auto auto 64px -47px;
}

.section_home-contents {
  padding-left: 20px;
  padding-right: 20px;
}

.cta-content-wrapper {
  width: 100%;
  max-width: 486px;
}

.navbar-desktop-link {
  color: #fff;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .25s;
  display: inline-block;
}

.navbar-desktop-link:hover {
  color: #cbd2d9;
}

.navbar-desktop-link.w--current {
  color: #8861f2;
}

.footer-2 {
  padding: 107px 20px 104px;
}

.navigation-inner {
  padding-top: 17px;
  padding-bottom: 17px;
  position: relative;
}

.footer-column-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.home-review-bottom-overlay {
  height: 439px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.feature-tab-content-bottom-infp-text {
  color: #8b939d;
  font-size: 16px;
  line-height: 24px;
}

.home-faq-gradient {
  z-index: -1;
  filter: blur(300px);
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.text-small {
  font-size: 14px;
  line-height: 20px;
}

.text-small.home-header-infotext {
  color: #8b939d;
}

.home-header-img-bubble-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 24px;
  left: 37px;
}

.feature-tab-component-content {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 428px;
  display: flex;
}

.footer-link {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  color: #ebfd4a;
}

.home-header-text-wrapper {
  max-width: 499px;
  margin-top: 26px;
  margin-bottom: 40px;
}

.feature-tab-content-top-text-wrapper {
  margin-top: 16px;
}

.faq-list {
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}

.section-faq-component {
  padding: 118px 20px 130px;
  position: relative;
}

.home-header-infotext-wrapper {
  margin-top: 16px;
}

.feature-tab-component {
  text-align: center;
  max-width: 1145px;
  margin-left: auto;
  margin-right: auto;
}

.brand-logo-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-item-icon-bar-2 {
  background-color: #fff;
  width: 100%;
  height: 2.14px;
  position: absolute;
  transform: translate(0, -2px)rotate(-90deg);
}

.section-title-wrapper {
  text-align: center;
  max-width: 621px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.home-faq-title-wrapper {
  max-width: 652px;
  margin-bottom: 67px;
}

.section-title-wrapper.home-feature-title-wrapper {
  max-width: 709px;
  margin-bottom: 52px;
}

.footer-content-left {
  width: 100%;
  max-width: 306px;
}

.home-header-img-bubble-2-avator {
  border-radius: 100%;
  margin-right: 8px;
}

.home-header-img-wrapper {
  width: 100%;
  max-width: 659px;
  position: relative;
}

.home-content-left-video {
  color: #fff;
  background-color: #454f5c;
  justify-content: flex-start;
  align-items: center;
  padding: 39px 36px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.home-reviews-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.cta-contents-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ebfd4a;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  max-width: 1135px;
  margin-left: auto;
  margin-right: auto;
  padding: 93px 75px;
  display: flex;
}

.navbar-desktop-button {
  background-color: #fff0;
  border: 2px solid #454f5c;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .25s;
}

.navbar-desktop-button:hover {
  background-color: #454f5c;
}

.feature-tab-component-menu {
  color: #8b939d;
  background-color: #fff0;
  border-radius: 30px;
  margin-right: 5px;
  padding: 8px 23.5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .25s;
}

.feature-tab-component-menu:hover, .feature-tab-component-menu.w--current {
  color: #000;
  background-color: #ebfd4a;
}

.home-header-img-bubble-2-text-wrapper {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  max-width: 252px;
  padding: 10px 8px 13px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-8 {
  display: inline-block;
}

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

.home-content-right-text-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 496px;
  display: flex;
}

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

.feature-tab-content-img-wrapper {
  width: 100%;
  max-width: 600px;
  height: 100%;
  position: relative;
}

.home-header-img {
  border-radius: 16px;
  width: 100%;
}

.home-review-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.home-content-left-video-overlay {
  background-color: #8861f2;
  position: absolute;
  inset: 0%;
}

.navigation-2 {
  z-index: 999;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.section_home-features {
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-text {
  position: relative;
}

.feature-tab-content-img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.home-header-contents {
  width: 100%;
  max-width: 581px;
}

.home-content-left-content-wrapper {
  max-width: 300px;
  position: relative;
}

.faq-item-content-wrapper {
  padding-top: 14px;
  overflow: hidden;
}

.feature-tab-content-top-title {
  font-size: 24px;
  line-height: 32px;
}

.home-review-top-overlay {
  height: 439px;
  position: absolute;
  inset: 0% 0% auto;
}

.section_home-reviews {
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.faq-item-icon-wrapper {
  flex: none;
  width: 15px;
  position: relative;
}

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

.footer-contents-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1135px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-tab-component-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-content-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 54px 39px 56px 58px;
  display: flex;
}

.section_home-cta {
  padding-left: 20px;
  padding-right: 20px;
}

.home-review-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #18191c;
  border-radius: 8px;
  flex-flow: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.container-12 {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item-icon-bar-1 {
  background-color: #fff;
  width: 100%;
  height: 2.14px;
}

.feature-tab-content-bottom-count {
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.home-contents-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #18191c;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 51.5% 48.5%;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
  overflow: hidden;
}

.home-contents-block.mb-0 {
  margin-bottom: 0;
}

.home-header-contents-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-item-row-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-header-img-bubble-1 {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 12px;
  font-size: 16px;
  font-weight: 500;
}

.button-bg-inner {
  position: absolute;
  inset: auto 0% 100%;
}

.faq-item-row {
  border-bottom: 1px solid #18191c;
  padding-top: 33px;
  padding-bottom: 30px;
}

.primary-button {
  color: #000;
  background-color: #ebfd4a;
  border-radius: 16px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .25s;
  position: relative;
  overflow: hidden;
}

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

.primary-button.cta-button {
  color: #fff;
  background-color: #000;
}

.primary-button.cta-button:hover {
  background-color: #8861f2;
}

.section-sub-text-wrapper.home-feature-sub-title-wrapper {
  max-width: 524px;
  margin-left: auto;
  margin-right: auto;
}

.home-content-left {
  position: relative;
}

.cta-content-title {
  color: #000;
  margin-bottom: 16px;
}

.feature-tab-component-menus {
  margin-bottom: 70px;
}

.easy-to-use-image-wrapper {
  margin-bottom: 40px;
}

.primary-button-2 {
  color: #f4f6fa;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(270deg, #2b87ed, #38abff);
  border-radius: 100px;
  padding: 18px 30px;
  font-weight: 500;
}

.primary-button-2.white-button {
  color: #0d213d;
  background-image: none;
  font-weight: 700;
}

.why-icon-wrapper {
  background-color: #d8d8d8;
  border-radius: 10px;
  padding: 10px;
}

.page-wrapper-2 {
  overflow: hidden;
}

.section-blue-top-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 28px;
  display: flex;
}

.section-cta {
  background-image: linear-gradient(to right, #2b87ed 67%, #38abff);
  padding-top: 80px;
  padding-bottom: 0;
  display: none;
}

.why-to-use-button {
  color: #2b88ed;
  justify-content: space-between;
  font-weight: 600;
  display: flex;
}

.orange-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f9933b, #f9613b);
  -webkit-background-clip: text;
  background-clip: text;
}

.icon-embed-custom-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5625rem;
  display: flex;
}

.navbar-2 {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-social-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.header-title-text {
  font-weight: 700;
}

.whit-text {
  color: #f4f6fa;
}

.orange-icon-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.header-top-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 28px;
  display: flex;
}

.h6-size {
  white-space: normal;
  overflow-wrap: normal;
  font-size: 28px;
}

.cta-content-block {
  grid-column-gap: 50px;
  color: #f4f6fa;
  align-items: center;
  display: flex;
}

.header-review-wrapper-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

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

.footer-bottom-blue {
  text-align: center;
  background-color: #36a5fc;
  margin-top: 35px;
  padding: 20px 30px;
  display: none;
}

.footer-social-icon-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.review-svg-embed {
  color: #f90;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 1.5625rem;
  display: flex;
}

.grid-block-2.testimonial-large {
  background-color: #fff;
  border-radius: 30px;
  padding: 60px;
}

.grid-block-2.why {
  grid-row-gap: 30px;
  background-color: #f4f6fa;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 35px;
  display: flex;
}

.grid-block-2.testimonial {
  background-color: #fff;
  border-radius: 30px;
  padding: 60px 40px;
}

.grid-block-2.easy-to-use {
  background-color: #fff;
  border-radius: 30px;
  padding: 18px 30px;
}

.icon-embed-custom-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
}

.header-image-6 {
  width: 100%;
}

.nav-link-6 {
  font-weight: 500;
  text-decoration: none;
}

.nav-link-6:hover {
  color: #f9703b;
}

.section-blue {
  background-color: #0d213d;
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonial-review-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.bold-text-9 {
  color: #1a1a1a;
  font-weight: 700;
}

.bold-text-9.white-text {
  color: #f4f6fa;
  font-weight: 700;
}

.hero-button-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 50px;
  display: flex;
}

.footer-copyright-link {
  color: #f4f6fa;
  text-decoration: none;
}

.section-easy-to-use {
  padding-top: 80px;
  padding-bottom: 80px;
}

.nav-logo-text {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
}

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

.footer-links-head {
  color: #f4f6fa;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.button-with-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 100px;
  padding: 18px 30px;
  text-decoration: none;
  display: flex;
}

._2-col-grid-2 {
  grid-column-gap: 68px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

._2-col-grid-2.easy-use {
  grid-template-columns: 1fr .5fr;
}

.section-testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonial-author-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.cta-vertical {
  flex-direction: column;
  width: 520px;
}

.white-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5625rem;
  display: flex;
}

.footer-info-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.social-embed-circle {
  background-color: #2c96f4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 12px;
  display: flex;
}

.section-blue-top {
  color: #f4f6fa;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.easy-to-use-top-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-logo-text {
  color: #f4f6fa;
  font-size: 20px;
  font-weight: 700;
}

.h4 {
  font-size: 44px;
}

.icon-embed-custom-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
}

.cta-grid {
  grid-template-rows: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 20px;
  color: #f4f6fa;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.container-13 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container-13.nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-author-image-wrapper {
  border-radius: 100px;
  width: 80px;
  height: 80px;
}

.footer-link-with-icon-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.padding-global-7 {
  padding-left: 3%;
  padding-right: 3%;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.3125rem;
  display: flex;
}

.header-right {
  width: 100%;
  height: 100%;
}

.section-hero {
  background-image: linear-gradient(80deg, #2b87ed00, #e3effd4d);
  padding-top: 80px;
  padding-bottom: 80px;
}

.why-to-use-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.footer-link-2 {
  color: #f4f6fa;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.section-productivity {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-footer {
  background-color: #0d213d;
  padding-top: 80px;
  padding-bottom: 80px;
}

.easy-to-use-image {
  border-radius: 15px;
}

._3-col-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1280px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

._3-col-grid.testimonial {
  grid-template-columns: 1.25fr 1fr 1fr;
}

.footer-link-icon-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5625rem;
  height: 1.5rem;
  display: flex;
}

.header-review-wrapper {
  margin-top: 80px;
}

.hero-image-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 30px;
  display: flex;
  position: relative;
}

.phone-wrap {
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  margin-right: 15px;
  display: flex;
}

.navigation-block-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.logo-image {
  width: 90px;
}

.container-navigation {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-link-wrap {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.title-wrap-horizontal {
  align-items: center;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  z-index: 7;
  border-radius: 15px;
  min-width: 460px;
  padding-top: 15px;
}

.dropdown-list.dropdown-smaller {
  min-width: 360px;
  left: -30px;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-hero {
  color: #546681;
  max-width: 490px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.4;
}

.button-navigation {
  background-color: #484dff;
  border-radius: 50px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.dropdown-list-wrap {
  z-index: 9;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 12px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 9px #2c3e501a;
}

.arrow-down {
  margin-left: 8px;
  margin-right: 7px;
}

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

.new-tag {
  color: #2dca73;
  background-color: #2dca731a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding: 4px 16px;
  font-size: 12px;
  display: flex;
}

.link-4 {
  color: #546681;
  font-size: 16px;
  text-decoration: none;
}

.link-4:hover {
  color: #484dff;
}

.hero-block {
  align-items: center;
  width: 50%;
  min-height: 350px;
  display: flex;
}

.feature-icon {
  width: 26px;
  margin-right: 16px;
}

.button-wrap-hero {
  margin-top: 35px;
}

.phone-text {
  color: #546681;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.dropdown-column {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.navigation-text {
  width: 100%;
  text-decoration: none;
}

.navigation-block-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.heading-21 {
  color: #1a3066;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 55px;
  line-height: 1;
}

.content-block-hero {
  max-width: 590px;
  position: relative;
}

.mobile-button-link {
  display: none;
}

.feature-wrap {
  border-radius: 10px;
  align-items: flex-start;
  padding: 15px 12px 15px 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: #484dff08;
}

.header-2 {
  background-image: url('../images/bg_shade.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 72vh;
  padding: 120px 3% 80px;
  display: flex;
  position: relative;
}

.navigation-link {
  color: #546681;
  flex-direction: row;
  align-items: center;
  padding: 12px 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: #484dff;
}

.dropdown-mobile {
  display: none;
}

.button-14 {
  background-color: #484dff;
  border-radius: 45px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.button-14.button-space {
  margin-top: 25px;
}

.short-title {
  color: #2e3642;
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.phone-image {
  text-align: center;
  margin-right: 8px;
  display: block;
}

.navigation-3 {
  z-index: 9;
  border-bottom: 1px solid #ffffff14;
  min-height: 100px;
  padding: 25px 5%;
  position: absolute;
  inset: 0% 0% auto;
}

.paragraph-small {
  color: #3b4c5b;
  letter-spacing: -.2px;
  max-width: 450px;
  margin-bottom: 0;
  font-size: 14px;
}

.hero-content-2 {
  display: flex;
}

.section-logo {
  background-color: #fff;
  padding: 15px 5%;
}

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

.full-logo-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 36px;
  display: flex;
}

.light-logo {
  width: 130px;
}

.text-span-17 {
  color: #484dff;
}

.section-content {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding: 120px 5%;
}

.column-wrap-reversed {
  flex-direction: row-reverse;
  margin-bottom: 140px;
  display: flex;
}

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

.container-16.space-below {
  margin-bottom: 120px;
}

.paragraph-11 {
  color: #546681;
  max-width: 490px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.3;
}

.button-default {
  background-color: #484dff;
  border-radius: 50px;
  padding: 18px 35px;
  font-size: 16px;
  transition: all .2s;
}

.button-default:hover {
  background-color: #343af0;
}

.service-icon {
  width: 70px;
  margin-bottom: 25px;
}

.paragraph-12 {
  color: #546681;
  text-align: left;
  max-width: 320px;
  font-size: 17px;
  line-height: 1.4;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.content-block-left {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 55px 25px 10px;
  display: flex;
}

.heading-primary {
  color: #1a3066;
  letter-spacing: -.5px;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.heading-primary.h3-centre-white {
  color: #fff;
  text-align: center;
  max-width: 700px;
}

.heading-primary.h3-centre {
  text-align: center;
  max-width: 700px;
}

.column {
  width: 33%;
  padding: 10px;
}

.service-card-wrap {
  flex-wrap: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.service-card {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 60px 25px;
  display: flex;
  box-shadow: 14px 14px 200px #0016320f;
}

.heading-22 {
  color: #2e3642;
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
}

.card-content-wrap {
  color: #6b539a;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.content-wrap {
  max-width: 590px;
  position: relative;
}

.column-wrap {
  display: flex;
}

.image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 30px;
  display: flex;
  position: relative;
}

.title-3 {
  color: #484dff;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.content-block-right {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.text-span-18 {
  color: #484dff;
}

.link-5 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.link-5:hover {
  color: #ffffff94;
}

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

.paragraph-13 {
  color: #546681;
  max-width: 490px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.3;
}

.paragraph-13.paragraph-centre-white {
  color: #fff;
  text-align: center;
  max-width: 570px;
}

.section-cta-2 {
  background-color: #001632;
  justify-content: center;
  align-items: center;
  padding: 145px 5%;
  display: flex;
}

.title-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-span-19 {
  color: #484dff;
}

.blog-card {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-right: 0;
  padding: 15px 16px 35px;
  transition: all .3s ease-out;
  overflow: hidden;
  box-shadow: 14px 14px 40px #767ead14;
}

.blog-card:hover {
  transform: translate(0, -4px);
  box-shadow: 14px 14px 40px #767ead1f;
}

.blog-placeholder-image {
  background-image: url('../images/unsplash_img_03.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.blog-article-wrap {
  flex-wrap: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

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

.paragraph-14 {
  color: #546681;
  max-width: 490px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.3;
}

.blog-placeholder-image-03 {
  background-image: url('../images/unsplash_img_02.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.section-blog {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 120px 5%;
}

.blog-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  min-height: 140px;
  padding-top: 15px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.category-tag {
  background-color: #e9f9f0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 12px 20px;
  display: flex;
}

.heading-23 {
  color: #2e3642;
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
}

.category-title {
  color: #38cb89;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 500;
}

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

.blog-placeholder-image-02 {
  background-image: url('../images/unsplash_img.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.circle-div {
  background-color: #fff;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 250px;
  max-width: 250px;
  height: 100%;
  min-height: 250px;
  max-height: 250px;
  display: flex;
  box-shadow: 7px 7px 150px #54668114;
}

.feature-number-wrap {
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.arrow-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.arrow-image-mobile, .arrow-image-mobile-02 {
  display: none;
}

.statistic-circle-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

.counterup {
  color: #484dff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 52px;
}

.title-capped {
  color: #546681;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
}

.section-statistics {
  background-color: #f0f7ff;
  flex-direction: column;
  align-items: center;
  padding: 120px 5%;
  display: flex;
}

.feature {
  align-items: flex-start;
  margin-top: 25px;
  padding-right: 60px;
  display: flex;
}

.content-title {
  color: #484dff;
  margin-top: 7px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-15 {
  color: #546681;
  max-width: 490px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.3;
}

.content-icon {
  width: 40px;
  margin-right: 15px;
}

.section-content-plain {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 120px 5%;
}

.testimonial-columns-2 {
  display: flex;
}

.arrow {
  width: 28px;
}

.slider-left {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.quote-image {
  min-width: 70px;
  position: absolute;
  top: -25px;
  left: -15px;
}

.right-arrow {
  display: none;
  inset: auto 35% 0% auto;
}

.logo-4 {
  width: 110px;
  margin-bottom: 6px;
}

.testimonial-paragraph {
  color: #546681;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.testimonial-content-block {
  max-width: 590px;
  position: relative;
}

.arrow-disabled {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.testimonial-content-wrap {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.section-testimoinals {
  background-color: #f0f7ff;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.slide-nav {
  display: none;
}

.slider-right {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.left-arrow {
  display: none;
  position: absolute;
  inset: auto 40% 0% auto;
}

.testimonial-image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 85px;
  display: flex;
  position: relative;
}

.slider-arrow-wrap {
  margin-top: 45px;
  display: flex;
}

.author-name {
  color: #546681;
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
}

.icon-4 {
  color: #4c4172;
}

.footer-logo {
  width: 110px;
  margin-bottom: 25px;
}

.footer-3 {
  background-color: #fff;
  padding: 140px 5% 20px;
}

.footer-title {
  color: #0a1f44;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.footer-text {
  color: #546681;
  text-align: left;
  max-width: 320px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.4;
}

.legal-text {
  color: #6b6f9a9c;
  font-size: 16px;
}

.footer-link-wrap {
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.social-link-wrap {
  display: none;
}

.container-flex {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.legal-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.footer-link-3 {
  color: #4e5d78;
  margin-bottom: 15px;
  margin-left: 1px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.footer-link-3:hover {
  color: #484dff;
}

.social-link {
  background-color: #fbdee3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 8px;
  display: flex;
  transform: rotate(0);
}

.footer-column-large {
  width: 60%;
}

.footer-column-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 16%;
  display: flex;
}

.footer-icon {
  margin-right: 10px;
}

.footer-text-02 {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-text {
  color: #183b56;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.nav-link-text:hover {
  color: #1565d8;
}

.nav-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.get-it-now {
  color: #1565d8;
  background-color: #0000;
  border: 1px solid #1565d8;
  border-radius: 8px;
  margin-top: 7px;
  margin-left: 20px;
  padding: 12px 22px;
  font-weight: 700;
}

.get-it-now:hover {
  color: #fff;
  background-color: #1565d8;
}

.ehya-logo {
  padding: 20px 0;
  text-decoration: none;
}

.navigation-4 {
  background-color: #0000;
  padding: 10px 3%;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.nav-menu-3 {
  justify-content: flex-end;
  margin-right: 20px;
  display: block;
}

.address-text {
  color: #5a7184;
  margin-top: 8px;
  line-height: 24px;
}

._18-november-2019 {
  color: #183b56;
  margin-top: 16px;
  font-weight: 700;
}

.banner-grid-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.startup-awards {
  color: #1565d8;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.image-21 {
  margin-left: 10px;
  display: none;
}

.hero-section-2 {
  padding-top: 32px;
  padding-left: 3%;
  padding-right: 3%;
}

.banner-item-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 28px;
  display: grid;
}

.button-15 {
  background-color: #1565d8;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 188px;
  height: 56px;
  max-height: 56px;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.button-15.line {
  color: #1565d8;
  background-color: #0000;
  border-style: solid;
  border-color: #1565d8;
}

.button-15.line:hover {
  color: #0000;
  background-color: #0000;
}

.button-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.arrow-right {
  margin-left: 10px;
}

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

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

.container-large-5.sponsor-container {
  position: relative;
}

.paragraph-normal-3 {
  color: #183b56;
  min-width: auto;
  max-width: 500px;
  margin-top: 22px;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  line-height: 1.5;
}

.conference {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.banner-divider {
  border: 1px solid #e5eaf4;
  height: 244px;
  position: absolute;
  inset: 38px auto auto 210px;
}

.h1-display-3 {
  color: #183b56;
  max-width: none;
  margin: 0;
  font-size: 60px;
  line-height: 1.2;
}

.divider {
  border: 1px solid #e5eaf4;
  margin-top: 60px;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% -76px;
}

.divider.sponsor-divider {
  bottom: -100px;
}

.client-logo {
  display: block;
}

.sponsor-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-top: 46px;
}

.sponsorssection {
  padding: 92px 3%;
}

.h4-2 {
  color: #183b56;
  margin-top: 0;
  font-size: 24px;
  line-height: 1.4;
}

.h4-2.sponsor-h4 {
  text-align: center;
}

.h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 34px;
}

.h2.topics-h2 {
  text-align: left;
  font-size: 36px;
  line-height: 1.1;
}

.h2.quote-h2 {
  color: #183b56;
  text-align: left;
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
}

.h2.counter-h2 {
  color: #183b56;
  text-align: left;
  margin-top: -4px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1.1;
}

.h2.ticket-item-h2 {
  color: #183b56;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.1;
}

.h2.ticket-h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.1;
}

.content-title-wrap-2 {
  color: #183b56;
}

.content-section {
  padding: 92px 3%;
}

.content-section.grey-bg {
  background-color: #fbfdfe;
}

.blue-arrow {
  margin-left: 8px;
}

.learn-more-btn-block {
  color: #1565d8;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-large {
  color: #81838c;
  max-width: 450px;
  font-size: 18px;
  line-height: 1.5;
}

.paragraph-large.topics-p {
  color: #fff;
  max-width: 296px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.badge-text {
  color: #36b37e;
  text-align: center;
  font-weight: 700;
}

.badges {
  background-color: #36b37e38;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 32px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.badges.topics-badge {
  width: 118px;
  margin-left: 0;
  margin-right: 0;
}

.badges.speakers-badge {
  width: 102px;
  margin-left: 0;
  margin-right: 0;
}

.badges.archive-badge {
  background-color: #1565d838;
  width: 102px;
  margin-left: 0;
  margin-right: 0;
}

.badges.item-badge {
  background-color: #e9543238;
  width: 134px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 22px 22px auto auto;
}

.badges.ticket-badge {
  background-color: #36b37e38;
  width: 134px;
  margin-left: auto;
  margin-right: auto;
}

.topics-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.h3-2 {
  color: #183b56;
  margin-top: 0;
  font-size: 28px;
  line-height: 1.3;
}

.h3-2.topics-h3 {
  color: #fff;
}

.topics-grid-content {
  background-image: url('../images/Image-2.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  max-width: 360px;
  height: 500px;
  padding-top: 320px;
  padding-left: 22px;
  padding-right: 22px;
}

.topics-grid-content.topics-one {
  background-image: url('../images/Image-1_1.png');
}

.topics-grid-content.topics-three {
  background-image: url('../images/Image-3.png');
}

.title-wrapper.ticket-title-wrap {
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.topics-link-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
  text-decoration: none;
  display: flex;
  position: static;
}

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

.quote-icon-q {
  margin-bottom: 10px;
}

.qoute-title {
  color: #5a7184;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
}

.div-block-29 {
  margin-top: 16px;
}

.speakers-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: -20px;
  display: flex;
}

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

.check-text {
  color: #5a7184;
  margin-left: 8px;
  font-weight: 500;
}

.speaker-item {
  margin-left: 24px;
}

.speaker-item.no-margin {
  margin-left: 0;
}

.speaker-item.side_up-margin {
  margin-top: 122px;
}

.check-item {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.counter-grid {
  grid-column-gap: 22px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  margin-top: 30px;
}

.paragraph-normal-4 {
  color: #fff;
  min-width: auto;
  max-width: 500px;
  margin-top: 22px;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  line-height: 1.5;
}

.paragraph-normal-4.archive-p {
  color: #5a7184;
  font-weight: 400;
}

.counter-content {
  margin-left: 12px;
}

.counter-type {
  color: #5a7184;
}

.circle-green-check {
  width: 24px;
  height: 24px;
}

.men-iamge {
  width: 700px;
}

.archive {
  color: #1565d8;
  text-align: center;
  font-weight: 700;
}

.archive-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.archive-image-wrap {
  z-index: 1;
  position: relative;
}

.counter-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.archive-content-wrap {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  width: 562px;
  max-width: none;
  height: 448px;
  margin-top: -46px;
  margin-bottom: 0;
  margin-left: -132px;
  padding: 56px;
  position: relative;
  box-shadow: 0 1px 3px #00000014;
}

.ticket-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: -210px;
  display: grid;
}

.paragraph-normal-5 {
  color: #fff;
  min-width: auto;
  max-width: 500px;
  margin-top: 22px;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  line-height: 1.5;
}

.paragraph-normal-5.ticket-card-p {
  color: #5a7184;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph-normal-5.item-p {
  color: #5a7184;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
}

.limited-seats {
  color: #e95432;
  text-align: center;
  font-weight: 700;
}

.button-16 {
  background-color: #1565d8;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 188px;
  height: 56px;
  max-height: 56px;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.button-16.line {
  color: #1565d8;
  background-color: #0000;
  border-style: solid;
  border-color: #1565d8;
}

.button-16.line:hover {
  color: #0000;
  background-color: #0000;
}

.ticket-item {
  background-color: #fff;
  border: 1px solid #e5eaf4;
  border-radius: 16px;
  max-width: 400px;
  height: 464px;
  padding: 46px 38px;
  position: relative;
  box-shadow: 0 1px 3px #0000001a;
}

.ticket-item.item-two {
  position: relative;
}

.h4-3 {
  color: #183b56;
  margin-top: 0;
  font-size: 24px;
  line-height: 1.4;
}

.h4-3.ticket-h4 {
  color: #183b56;
  margin-top: 30px;
  margin-bottom: 0;
}

.ticket {
  color: #36b37e;
  text-align: center;
  font-weight: 700;
}

.wave-image {
  margin-top: 0;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: auto;
  max-height: none;
  margin-bottom: 20px;
  display: inline-block;
}

.list-item {
  margin-top: 16px;
}

.footer-4 {
  text-align: center;
  background-color: #0d2436;
  align-items: flex-start;
  padding: 130px 3% 68px;
}

.social-hover-effect {
  background-color: #0000;
  text-decoration: none;
}

.social-icon {
  color: #5a7184;
  margin-right: 12px;
}

.social-icon:hover {
  background-color: #fffdfd00;
}

.list-3 {
  margin-top: 26px;
}

.footer-flex-container-2 {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-bottom-text {
  color: #5a7184;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.last-footer-grid {
  grid-template-rows: auto;
  margin-top: 76px;
  display: block;
}

.text-block-20 {
  color: #5a7184;
  max-width: 264px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.social-media-link {
  margin-top: 16px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.h5 {
  color: #183b56;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.4;
}

.h5.footer-link-heading {
  color: #183b56;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.h5.footer-link-heading.lp_006 {
  color: #5a7184;
}

.footer-link-4 {
  color: #183b56;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.footer-link-4:hover {
  text-decoration: underline;
}

.footer-link-4.lp_006-link {
  color: #959ead;
  font-size: 16px;
}

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

.opacity-07 {
  opacity: .7;
}

.button_glow {
  z-index: -1;
  filter: blur(35px);
  background-color: #9eeb21;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.footer_link {
  text-align: center;
  mix-blend-mode: difference;
  font-size: .88rem;
  font-weight: 500;
  text-decoration: none;
}

.portfolio_image {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.experience_timeline-icon-wrapper {
  z-index: 1;
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.icon-1x1-small-2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.testimonial_client-logo {
  width: auto;
  height: 1.7rem;
}

.testimonial_client-logo.is-bigger {
  height: 2.8rem;
}

.footer_local-time {
  color: #fbefef73;
  margin-bottom: 2rem;
  padding-left: 0;
}

.button_circle {
  z-index: 0;
  background-color: #9eeb21;
  border-radius: 50%;
  width: .6rem;
  height: .6rem;
}

.button_circle.is-fill {
  background-color: #9eeb21;
}

.header_title {
  line-height: 110%;
  display: inline;
}

.navbar_logo-image-wrapper {
  z-index: 0;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.experience_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer_payment-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  display: grid;
}

.button-inner-shadow {
  z-index: -1;
  aspect-ratio: 1;
  opacity: 0;
  filter: blur(25px);
  pointer-events: none;
  background-color: #fbefef73;
  border-radius: 50%;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.capability_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

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

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

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

.header_testimonial-arrow {
  transform-style: preserve-3d;
  width: 3rem;
  height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-82%, 160%)rotateX(0)rotateY(-180deg)rotateZ(-90deg);
}

.experience_profile-partner {
  width: 14rem;
  height: auto;
  margin-left: 2px;
  transform: translate(0, -50%);
}

.cta_image-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
  position: relative;
}

.cta_image-wrapper.is-gap-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.text-size-medium-3 {
  font-size: 1.13rem;
}

.testimonial_rating-wrapper {
  color: #f1bd42;
  display: flex;
}

.text-color-green {
  color: #9eeb21;
}

.footer_social-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  white-space: normal;
  flex: 1;
  grid-template-rows: max-content;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: end;
  justify-items: end;
  display: grid;
}

.experience_progress-bar-wrapper {
  background-color: #ffffff26;
  width: 2px;
  height: 81%;
  display: none;
  position: absolute;
  top: 3%;
  left: 3.9rem;
  right: auto;
}

.experience_image {
  width: 6rem;
  height: auto;
}

.footer_payment-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  opacity: .7;
  mix-blend-mode: difference;
  align-items: center;
  font-size: .875rem;
  transition: opacity .2s;
  display: flex;
}

.footer_payment-link:hover {
  opacity: 1;
}

.text-size-small-2, .footer_credit-text {
  font-size: .88rem;
}

.footer_credit-text.is-link {
  mix-blend-mode: difference;
}

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

.footer_certificate-wrapper {
  cursor: pointer;
  transition: transform .3s;
}

.footer_certificate-wrapper:hover {
  transform: translate(0, -1rem);
}

.footer_certificate-model {
  z-index: 101;
  background-color: #0d0d0dcc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.footer_certificate-model.is-layver {
  z-index: 102;
  background-color: #0d0d0d03;
  display: flex;
}

.button-17 {
  z-index: 0;
  color: #fbefef73;
  text-align: center;
  white-space: nowrap;
  background-color: #1d1d1d;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}

.button-17.is-navbar-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: .7rem;
  transition: background-color .2s;
  display: flex;
}

.button-17.is-portfolio {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0d0d0d;
  border-style: none;
  align-items: center;
  padding-top: .88rem;
  padding-bottom: .88rem;
  display: flex;
  position: static;
  top: 50%;
  bottom: auto;
}

.button-17.is-icon {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
}

.button-17.is-icon.is-webflow {
  min-height: 3.75rem;
}

.cta_image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: auto;
  display: flex;
}

.cta_image.is-cf {
  background-color: #1d1d1d;
  border-radius: .5rem;
}

.cta_image.is-gsap {
  background-color: #1d1d1d;
  border-radius: .5rem;
  padding: .25rem;
}

.testimonial_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.partner_webflow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1rem;
  display: flex;
}

.button_text-regular {
  padding-top: .2rem;
  padding-bottom: .11rem;
  font-size: 1rem;
}

.navbar_logo {
  background-color: #0d0d0d;
  border: 2px solid #1d1d1d;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
}

.navbar_logo.is-icon {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0);
}

.partner_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-end;
  place-items: center start;
  display: grid;
}

.logo_list-link {
  flex: none;
  transition: opacity .2s;
}

.logo_list-link:hover {
  opacity: .7;
}

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

.section_logo {
  z-index: 2;
}

.process_card-image {
  width: auto;
  height: 7.81rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.heading-style-h4-2 {
  padding-top: .1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 130%;
}

.navbar_menu-button {
  padding: 0;
}

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

.button-text-webflow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11rem;
  height: 1.375rem;
  display: flex;
}

.footer_social-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  transition: filter .2s;
  display: flex;
}

.partner_component {
  display: flex;
}

.experience_profile-name {
  font-size: 2rem;
}

.portfolio_item {
  z-index: 0;
  cursor: pointer;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 32vw;
  height: 21vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta_wrapper {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1d1d1d80;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2rem;
  display: grid;
  position: relative;
}

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

.experience_profile-image {
  border: 2px solid #1d1d1d;
  border-radius: 1rem;
  width: 19.3rem;
  height: auto;
  display: block;
}

.local-time {
  text-transform: lowercase;
}

.experience_timeline-step {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.experience_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  display: flex;
  position: relative;
}

.experience_timeline-left.is-last {
  padding-bottom: 2.5rem;
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.testimonial_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  border-right: 1px solid #fff3;
  flex-direction: row;
  align-items: center;
  padding-right: 1.5rem;
  display: flex;
}

.page-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  overflow: hidden;
}

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

.header_testimonail-link {
  z-index: 0;
  width: 3.2rem;
  height: 3.2rem;
  margin-left: -1rem;
  transition: filter .2s, z-index .2s;
  position: relative;
}

.header_testimonail-link:hover {
  z-index: 1;
  filter: brightness(70%);
}

.heading-style-h5-2 {
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 150%;
}

.testimonial_client-logo-link {
  mix-blend-mode: difference;
  transition: opacity .2s;
}

.testimonial_client-logo-link:hover {
  opacity: .7;
}

.footer_component {
  padding-bottom: 2rem;
}

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

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

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

.portfolio_list-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  display: flex;
}

.portfolio_list-wrapper.is-bottom {
  margin: 2.5rem 5vw 2.5rem 0;
}

.padding-global-portfolio {
  width: 95%;
}

.header_testimonial-arrow-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 1.7rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(-13deg)translate(-60%, 130%);
}

.portfolio_image-overlay-layer {
  z-index: 0;
  background-color: #fff0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar_logo-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.experience_progress-bar {
  background-color: #fbefef73;
  width: 2px;
  height: 100%;
}

.footer_right-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  display: flex;
}

.partner_wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-right: 8rem;
  display: flex;
}

.header_tag-wrapper {
  background-color: #1d1d1d;
  border-radius: 10rem;
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  font-size: .88rem;
  display: inline-flex;
}

.cursor-element {
  background-color: #fbefef73;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.navbar_component {
  z-index: 99;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 6rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.experience_progress-line {
  background-color: #fbefef73;
  width: 1px;
  height: 100%;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 34rem;
}

.footer_certificate-thumbnail {
  border-radius: .25rem;
  width: 6rem;
}

.cursor-wrapper {
  z-index: 100000;
  pointer-events: none;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

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

.button-group-3.is-center {
  justify-content: center;
}

.button-group-3.is-center.is-height-full {
  align-items: stretch;
}

.button-group-3.is-center.is-testimonial {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.testimonial_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.footer_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr min-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

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

.footer_certificate-image {
  object-fit: contain;
  width: 80%;
  max-width: 50rem;
  height: 80%;
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.section_header-3 {
  position: relative;
}

.process_card-content {
  background-color: #1d1d1d80;
  border-radius: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.process_card {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.logo_logo {
  min-height: 2rem;
  max-height: 2rem;
}

.heading-style-h2-2 {
  padding-top: .5rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 110%;
}

.footer_pakistan-flag {
  background-image: url('../images/pakistan-2-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  width: 1.2rem;
  height: 1.1rem;
  display: inline-block;
}

.footer_pakistan-flag.shadow-text-xsmall {
  display: inline-block;
  transform: translate(0, 2px);
}

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

.button_text-small {
  padding-top: .1rem;
  padding-bottom: .09rem;
  font-size: .88rem;
}

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

.experience_timeline-wrapper {
  position: relative;
}

.section_partner {
  overflow: hidden;
}

.footer_link-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-columns: 1fr;
  grid-auto-columns: max-content;
  justify-content: center;
  justify-items: start;
  margin-bottom: 2rem;
  display: grid;
}

.portfolio_wrapper {
  background-color: #1d1d1d80;
  border-radius: 2rem;
  width: 100%;
  padding-bottom: 2.5rem;
  overflow: hidden;
  transform: none;
}

.navbar_text-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navbar_text {
  color: #fbefef73;
  font-size: 1.1rem;
  font-weight: 500;
}

.footer_payment-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer_payment-link-icon.is-wise {
  width: 3rem;
}

.footer_payment-link-icon.is-stripe {
  width: 2.4rem;
}

.header_testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.logo_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: max-content;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.partner_webflow-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11rem;
  height: .75rem;
  display: flex;
}

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

.text-style-link-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #9eeb21;
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer_top-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  justify-content: space-between;
  align-items: start;
}

.header_logo {
  mix-blend-mode: difference;
  width: 12.4rem;
  height: auto;
  margin-bottom: -.7rem;
  margin-left: .7rem;
  margin-right: .7rem;
  transform: translate(0, -50%);
}

.external-link {
  color: #fbefef73;
  mix-blend-mode: difference;
  text-decoration: underline;
}

.external-link:hover {
  text-decoration: none;
}

.experience_timeline-right {
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.portfolio_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  display: grid;
}

.header-100svh {
  align-items: center;
  min-height: calc(100svh - 6rem);
  max-height: 60rem;
  display: flex;
}

.testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.icon-1x1-xsmall-2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: 1.2rem;
  display: flex;
}

.cta_image-arrow {
  width: 3rem;
  height: auto;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%, 50%);
}

.footer_social-link {
  background-color: #1d1d1d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .2s;
  display: flex;
}

.footer_social-link:hover {
  background-color: #1d1d1d;
}

.section_capability {
  z-index: 0;
  position: relative;
}

.header_testimonial-image {
  border: 3px solid #0d0d0d;
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
}

.canvas-outer {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.testimonial_client-details {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.icon-1x1-small-3 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

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

.text-size-medium-4 {
  font-size: 1.13rem;
}

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

.button-18 {
  z-index: 0;
  color: #fbefef73;
  text-align: center;
  white-space: nowrap;
  background-color: #1d1d1d;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}

.button-18.is-navbar-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: .7rem;
  transition: background-color .2s;
  display: flex;
}

.button-18.is-portfolio {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0d0d0d;
  border-style: none;
  align-items: center;
  padding-top: .88rem;
  padding-bottom: .88rem;
  display: flex;
  position: static;
  top: 50%;
  bottom: auto;
}

.button-18.is-icon {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
}

.button-18.is-icon.is-webflow {
  min-height: 3.75rem;
}

.heading-style-h4-3 {
  padding-top: .1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 130%;
}

.page-wrapper-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  overflow: hidden;
}

.heading-style-h5-3 {
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 150%;
}

.max-width-medium-3 {
  width: 100%;
  max-width: 34rem;
}

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

.heading-style-h2-3 {
  padding-top: .5rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 110%;
}

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

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

.text-style-link-3 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #9eeb21;
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-1x1-xsmall-3 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: 1.2rem;
  display: flex;
}

.howitworks-content-iphone {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.roadmap-wrapper {
  text-align: center;
}

.podcast-toolbar {
  display: flex;
}

.heading-style-h5-4 {
  letter-spacing: .025rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.howitworks-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 30rem;
  height: 100vh;
  display: flex;
}

.feature-icon-2 {
  padding-right: .5rem;
}

.faq-body-cont {
  border-top: 1px #000;
  border-radius: 0;
  width: 80%;
  padding: 0 30px;
}

.podcast-tabs-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 44%;
  margin-left: 1.5rem;
  margin-right: 0;
  display: flex;
}

.team-wrapper {
  text-align: center;
  padding-bottom: 4rem;
}

.podcast-list-title {
  flex: 1;
  padding-left: .75rem;
}

.features-item2 {
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #9e5ae71f;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 3.5rem;
  display: flex;
}

.podcast-text-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.map-dot {
  margin-top: 25.1em;
  margin-left: 46em;
  font-size: 3rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map-dot.is-4 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 38%;
  left: 67%;
}

.map-dot.is-8 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 6%;
  left: 41%;
}

.map-dot.is-3 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 50%;
  left: 52%;
}

.map-dot.is-7 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 19%;
  left: 51%;
}

.map-dot.is-6 {
  margin-top: 0;
  margin-left: 0;
  top: 36%;
  left: 22%;
}

.map-dot.is-5 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 35%;
  left: 52%;
}

.map-dot.is-1 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 70%;
  left: 19%;
}

.map-dot.is-2 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 55%;
  left: 32%;
}

.text-color-violet {
  color: #ce95f9;
}

.current-seconds {
  color: #fff;
  align-items: flex-end;
  min-width: 3rem;
  padding-right: .5rem;
  font-size: 1rem;
  line-height: 1;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.map-dot-mobile {
  margin-top: 25.1em;
  margin-left: 46em;
  font-size: 3rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map-dot-mobile.is--3 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 50%;
  left: 52%;
}

.map-dot-mobile.is--1 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 70%;
  left: 19%;
}

.map-dot-mobile.is--6 {
  margin-top: 0;
  margin-left: 0;
  top: 36%;
  left: 22%;
}

.map-dot-mobile.is--5 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 35%;
  left: 52%;
}

.map-dot-mobile.is--8 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 6%;
  left: 41%;
}

.map-dot-mobile.is--4 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 38%;
  left: 67%;
}

.map-dot-mobile.is--7 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 19%;
  left: 51%;
}

.map-dot-mobile.is--2 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 55%;
  left: 32%;
}

.next-podcast {
  cursor: pointer;
  align-items: center;
  padding-left: 1.5rem;
  transition: transform .4s;
  display: flex;
  position: static;
  top: 0;
  bottom: 24px;
  right: 0;
}

.next-podcast:hover {
  transform: translate(8px);
}

.arrow-right-2 {
  width: 100%;
}

.roadmap-component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-style-h1-2 {
  letter-spacing: .025rem;
  font-size: 6.125rem;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h1-2.text-shadow {
  text-shadow: -1px 8px 12px #0e080e66;
}

.comming-soon {
  padding-top: .75rem;
  font-size: 1.25rem;
  font-weight: 500;
}

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

.curve-absolute {
  width: 100%;
  position: absolute;
  top: -12rem;
  left: 0;
  right: 0;
}

.image-23 {
  width: 100%;
}

.graph-data-container {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  align-items: center;
  width: 12rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  inset: 0%;
}

.menu-action-text {
  font-size: 1.125rem;
}

.shape-absolute {
  background-color: #0e080e;
  background-image: linear-gradient(#0e080e, #0e080e00);
  width: 100%;
  height: 8rem;
  position: absolute;
  top: -7rem;
}

.faq {
  color: #fff;
  white-space: break-spaces;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 3.5rem 0 2rem;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.html-map {
  display: none;
}

.features-item3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #0b2c3799;
  background-image: url('../images/features-item3-bg_1features-item3-bg.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 3.5rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: flex;
  position: relative;
}

.podcast-tab-link {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  background-color: #b9b8b929;
  border-radius: 20rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 1rem .5rem .5rem;
  transition: transform .4s;
  display: flex;
  overflow: hidden;
}

.podcast-tab-link:hover {
  transform: translate(.5rem);
}

.podcast-tab-link.w--current {
  color: #0e080e;
  background-color: #b667ff;
  font-weight: 400;
  overflow: visible;
}

.podcast-player {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  display: flex;
  position: relative;
}

.podcast-number {
  color: #fff9;
  padding-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 400;
}

.podcast-actions {
  display: flex;
}

.pause {
  cursor: pointer;
  transform-style: preserve-3d;
  max-width: none;
  transition: transform .4s;
}

.pause:hover {
  transform: scale3d(1.12, 1.06, 1);
}

.graph-percentage {
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
}

.infinite-marquee {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.iphone-shape {
  z-index: 1;
  width: 100%;
  position: relative;
}

.roadmap-nav-button {
  cursor: pointer;
  background-color: #fffc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: background-color .4s;
  display: flex;
}

.roadmap-nav-button:hover {
  background-color: #348998;
}

.clone-action {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transform-style: preserve-3d;
  background-color: #ffffff1f;
  border-radius: 100px;
  align-items: center;
  padding: .5rem 1rem;
  transition: transform .4s;
  display: flex;
}

.clone-action:hover {
  transform: scale3d(1.12, 1.06, 1);
}

.particles-absolute {
  width: 25rem;
  position: absolute;
}

.particles-absolute.pa-6 {
  top: 2.8rem;
  right: 31.7rem;
}

.particles-absolute.pa-4 {
  bottom: 16.2rem;
  left: 16.8rem;
}

.particles-absolute.pa-1 {
  top: .3rem;
  left: 15.3rem;
}

.particles-absolute.pa-8 {
  width: 18rem;
  bottom: 3.2rem;
  left: 4.6rem;
}

.particles-absolute.pa-12 {
  width: 20rem;
  top: 11.8rem;
  right: 7.8rem;
}

.particles-absolute.pa-7 {
  width: 20rem;
  bottom: .8rem;
  right: 4.1rem;
}

.particles-absolute.pa-5 {
  bottom: 19.6rem;
  right: 13.5rem;
}

.particles-absolute.pa-13 {
  top: 3.1rem;
  left: -104px;
}

.particles-absolute.pa-3 {
  top: 7.1rem;
  right: 13.5rem;
}

.particles-absolute.pa-1-4 {
  top: .3rem;
  right: -3.2rem;
}

.particles-absolute.pa-2 {
  top: 7.1rem;
  left: 23.3rem;
}

.particles-absolute.pa-11 {
  width: 20rem;
  top: 7.9rem;
  left: 7rem;
}

.team-collection-list-wrapper {
  width: 100%;
}

.faq-component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.faq-p {
  background-color: #ffffff29;
  border-radius: 1.5rem;
  width: 100%;
  padding-bottom: 1.5rem;
  overflow: hidden;
  box-shadow: 0 0 12px #00000040;
}

.section-features {
  z-index: 2;
  background-image: linear-gradient(#1e1d3a00, #1e1d3a 61%);
  border-bottom-right-radius: 5rem;
  border-bottom-left-radius: 5rem;
  position: relative;
}

.section-top-wrapper {
  position: relative;
}

.audio-player-bar-wrapper {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 70%;
  display: flex;
}

.audio-player-bar-wrapper.bar-wrapper {
  flex-direction: row;
  width: 88%;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

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

.active-bar {
  background-image: linear-gradient(to right, #9f4dea, #9d50eb);
  border-radius: 100px;
  align-self: flex-start;
  height: 100%;
}

.map-number {
  font-weight: 400;
}

.duration {
  color: #fff;
  text-align: right;
  align-items: flex-end;
  min-width: 3rem;
  padding-left: .5rem;
  font-size: 1rem;
  line-height: 1;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.podcast-tab-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  border: 1px solid #ffffff52;
  border-radius: 2rem;
  height: 100%;
}

.podcast-tab-item.is-p6 {
  background-image: linear-gradient(#0e080e00, #0e080e8f 58%), url('../images/podcast_06.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.podcast-tab-item.is-p4 {
  background-image: linear-gradient(#0e080e00, #0e080e8f 55%), url('../images/podcast_04.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.podcast-tab-item.is-p1 {
  background-image: linear-gradient(#0000, #0e080e8f 63%), url('../images/podcast_01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.podcast-tab-item.is-p3 {
  background-image: linear-gradient(#0e080e00, #0e080e8f 71%), url('../images/podcast_03.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.podcast-tab-item.is-p7 {
  background-image: linear-gradient(#0e080e00, #0e080e8f 77%), url('../images/podcast_07.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.podcast-tab-item.is-p2 {
  background-image: linear-gradient(#0e080e00, #0e080e8f 60%), url('../images/podcast_02.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.podcast-tab-item.is-p8 {
  background-image: linear-gradient(#0e080e00, #0e080e8f 85%), url('../images/podcast_08.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.podcast-tab-item.is-p5 {
  background-image: linear-gradient(#0000, #0e080e8f 63%), url('../images/podcast_05.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.team-component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-5 {
  z-index: 100;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  display: flex;
}

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

.quote-gradient {
  z-index: 1;
  background-image: linear-gradient(to right, #4e2a8b, #fff0 52%, #4e2a8b);
  position: absolute;
  inset: 0%;
}

.faq-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: url('../images/faq-bg_1faq-bg.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.5rem;
  flex-direction: column;
  width: 100%;
  min-width: auto;
  margin-bottom: 2rem;
  display: flex;
}

.podcast-tabs {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-badge {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff1f;
  border-radius: 100px;
  padding: .5rem 1rem;
  display: flex;
}

.pin-description {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}

.arrow-left {
  width: 100%;
}

.button-wrapper-2 {
  margin-top: 1rem;
}

.button-wrapper-2.button-wrapper-center {
  margin-left: .75rem;
  margin-right: .75rem;
}

.button-wrapper-2.button-wrapper-center.max-width-full-mobile-portrait.blur-filter {
  filter: blur(3px);
}

.team-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  transform-style: preserve-3d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  margin-bottom: 3rem;
  transition: transform .5s;
}

.team-item:hover {
  transform: scale3d(1.06, 1.04, 1);
}

.audio-player-bar {
  opacity: 1;
  color: #c4c4c466;
  cursor: pointer;
  background-color: #c4c4c466;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .75rem;
  display: flex;
}

.map-pin-popup {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  text-align: left;
  background-color: #0e4c5ecc;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -45px;
  padding: 0 10px;
  display: flex;
  position: absolute;
  box-shadow: 1px 1px 16px 2px #0e080e29;
}

.map-pin-popup.dialog-opened {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 20rem;
  margin-top: -13.6em;
  margin-left: -3.8em;
  padding: .75rem 1.5rem 1.5rem;
}

.map-pin-popup.dialog-opened._8-title {
  z-index: 8;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
}

.map-pin-popup.dialog-opened._1-mint {
  margin-top: 0;
  margin-left: 0;
}

.map-pin-popup.dialog-opened._3-title {
  z-index: 3;
  margin-top: 0;
  margin-left: 0;
}

.map-pin-popup.dialog-opened._5-title {
  z-index: 5;
  margin-top: 0;
  margin-left: 0;
}

.map-pin-popup.dialog-opened._6-title {
  z-index: 6;
}

.map-pin-popup.dialog-opened._6-title.popup-bottom {
  margin-top: 0;
  margin-left: 0;
}

.map-pin-popup.dialog-opened._4-title {
  z-index: 4;
  margin-top: 0;
  margin-left: 0;
}

.map-pin-popup.dialog-opened._7-title {
  z-index: 7;
  margin-top: 0;
  margin-left: 0;
}

.map-pin-popup.dialog-opened._2-title {
  z-index: 2;
  margin-top: 0;
  margin-left: 0;
}

.howitworks-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  place-items: stretch stretch;
  position: relative;
}

.section-roadmap {
  position: relative;
}

.section-roadmap.overflow-hidden {
  background-image: radial-gradient(circle at 50% 100%, #683ca9 12%, #1b434c00 53%), linear-gradient(#1c4b53, #122633);
}

.faq-answer {
  color: #fffc;
  margin-bottom: 0;
  line-height: 26px;
}

.map-pin-popup-mobile {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  text-align: left;
  background-color: #0e4c5ecc;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 1rem;
  padding: 1rem;
  display: flex;
  position: absolute;
  box-shadow: 1px 1px 16px 2px #0e080e29;
}

.graph-title {
  justify-content: center;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.roadmap-navigation {
  grid-column-gap: .5rem;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.navbar-logo-image {
  height: 48px;
  padding-right: 2.5rem;
}

.previous-podcast {
  cursor: pointer;
  align-items: center;
  padding-right: 1.5rem;
  transition: transform .4s;
  display: flex;
  position: static;
  top: 0%;
  bottom: 24px;
  left: 0;
}

.previous-podcast:hover {
  transform: translate(-8px);
}

.text-block-21 {
  color: #fff9;
}

.map-pin-title {
  flex: 1;
  font-size: 1.5rem;
  font-weight: 300;
}

.actions {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.box-inner {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 92%;
  height: 92%;
  display: flex;
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 3.5rem;
  display: flex;
}

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

.flowers-image-wrap {
  width: 100%;
  margin-bottom: -10vh;
  position: absolute;
}

.team-collection-list {
  grid-column-gap: 4rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-5 {
  width: 8.25rem;
}

.podcast-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.podcast-btn {
  transform-style: preserve-3d;
  margin: .5rem 1rem;
  transition: transform .4s;
}

.podcast-btn:hover {
  transform: scale3d(1.12, 1.06, 1);
}

.roadmap-popup-title {
  align-items: center;
  width: 100%;
  margin-bottom: .5rem;
  display: flex;
}

.logo-component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.iphone-bgvideo {
  width: 100%;
  height: 100%;
}

.hero-component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section-howitworks {
  z-index: 1;
  position: relative;
}

.heading-style-h3-2 {
  letter-spacing: .025rem;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.credentials {
  z-index: 2;
  background-color: #532c90;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  display: flex;
}

.section-podcast {
  z-index: 2;
  background-color: #522c90;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-wrapper {
  text-align: center;
  padding-bottom: 4rem;
}

.iphone-bgvideo-wrapper {
  z-index: 0;
  object-fit: cover;
  border-radius: 3%;
  justify-content: center;
  align-items: center;
  width: 90.2%;
  height: 95.8%;
  display: flex;
  position: absolute;
  top: 2.2%;
  left: 5.1%;
  overflow: hidden;
}

.faq-icon {
  z-index: 2;
  filter: invert();
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-team {
  position: relative;
}

.section-team.overflow-hidden {
  background-image: linear-gradient(#7c37ee00 45%, #1c4b53 92%), linear-gradient(#532c90, #4e2a8b);
}

.iphone-mockup {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.iphone-mockup.is-second {
  width: 340px;
  margin-top: 2rem;
  transform: rotate(0);
}

.faq-body {
  background-color: #0000;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 300;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.podcast-component {
  background-color: #1e1d3a;
  background-image: linear-gradient(#1e1d3ae0, #1e1d3ae0), url('../images/audio-bg_1audio-bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 94vw;
  padding: 6rem 2.5rem;
  display: flex;
}

.icon-clone {
  color: #ce95f9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
  display: flex;
}

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

.heading-style-h2-4 {
  letter-spacing: .025rem;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1;
}

.page-padding-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.gauge_circle-1 {
  z-index: 1;
  color: #8e40ea;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotate(90deg);
}

.gauge_circle-1.grey {
  color: #ffffff1f;
}

.map-container {
  width: 100%;
  position: relative;
}

.text-color-cyan {
  color: #348998;
}

.logo-wrapper-2 {
  text-align: center;
}

.section-motivational-quote {
  z-index: 1;
  background-image: linear-gradient(#4e2a8b, #9d50eb);
  margin-top: -12rem;
  overflow: hidden;
}

.circle-graph {
  width: 18rem;
  height: 18rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20rem;
  position: relative;
}

.circle-graph.absolute {
  position: absolute;
}

.map-container-mobile {
  width: 100%;
  position: relative;
}

.play-indicator {
  position: absolute;
  left: -5rem;
  right: auto;
}

.map-img {
  width: 100%;
  max-width: none;
  position: relative;
}

.infinite-marquee-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 14rem;
  padding-bottom: 2rem;
  position: relative;
}

.play-buttons {
  justify-content: center;
  display: flex;
}

.howitworks-mobile {
  display: none;
}

.podcast-img {
  height: 3.5rem;
}

.podcast-img.podcast-border {
  border: 1px solid #fff9;
  border-radius: .5rem;
}

.toggle-text {
  z-index: 2;
  font-size: 1.8rem;
  line-height: 1.3;
  position: relative;
}

.howitworks-iphone-wrapper {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.play {
  cursor: pointer;
  transform-style: preserve-3d;
  max-width: none;
  padding-right: 0;
  transition: transform .4s;
  transform: translate(0);
}

.play:hover {
  transform: scale3d(1.12, 1.06, 1);
}

.features-img-1 {
  width: 340px;
}

.credentiala-text {
  color: #ffffffb3;
  font-size: 16px;
}

.podcast-list-time {
  opacity: .7;
}

.podcast-list-img {
  border: 1px solid #ffffff3d;
  border-radius: 20rem;
  width: 2.5rem;
  height: 2.5rem;
}

.podcast-tabs-content {
  align-self: stretch;
  width: 56%;
  min-height: 40rem;
  margin-left: 0;
  margin-right: 5rem;
}

.features-item1 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #53687c1f;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 3.5rem;
  display: flex;
}

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

.flowers-img-absolute {
  opacity: .24;
  width: 100%;
  position: absolute;
  top: -36rem;
}

.features-component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
}

.section-faq {
  padding-top: 4rem;
  position: relative;
}

.howitworks-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.box {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #9d50eb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  line-height: 1em;
  transition: transform .4s;
  display: flex;
}

.box:hover {
  transform: scale3d(1.12, 1.06, 1);
}

.podcast-actions-wrapper {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-size-medium-5 {
  font-size: 1.125rem;
}

.quote {
  white-space: nowrap;
  margin-right: 2rem;
  font-size: 5.125rem;
  display: inline-block;
}

.roadmap-component-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: none;
}

.section-hero-2 {
  position: relative;
}

.why-us-image {
  width: 100%;
  height: 100%;
}

.navbar_dropdown-list {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-color: #0f0f0f66;
  border-radius: .5rem;
}

.navbar_dropdown-list.w--open {
  border: 1px solid #110f0f;
  padding: .5rem;
}

.hero-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.marquee-item {
  border: 1px solid #a1aebf;
  border-radius: .625rem;
  flex: none;
  padding: 1rem 1.5rem;
}

.text-size-small-3 {
  font-size: .875rem;
}

.footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer3_details-wrapper {
  color: #e7e7e7;
}

.footer_link-2 {
  color: #e7e7e7;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.offer-card-icon {
  width: 3rem;
  height: 3rem;
}

.section_brands {
  background-color: #000;
  flex-flow: column;
  padding-bottom: 3rem;
  display: flex;
  overflow: hidden;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.cta-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #000;
  background-color: #ffa800;
  border-radius: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 5rem 2rem;
  display: flex;
}

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

.navbar_dropdown-link {
  padding: .5rem 1rem;
  transition: all .2s;
}

.navbar_dropdown-link:hover {
  color: #ffa800;
}

.footer_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.navbar_link {
  padding: .75rem;
  transition: all .2s;
}

.navbar_link:hover {
  color: #ffa800;
}

.offer-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid #a1aebf;
  border-radius: .25rem;
  flex-flow: column;
  padding: 1.25rem 1.25rem 2.5rem;
  display: flex;
}

.form_message-success {
  color: #110f0f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.footer_credit-text-2 {
  font-size: .875rem;
}

.divider-horizontal {
  width: 100%;
}

.error-text-2 {
  color: #110f0f;
}

.navbar_menu-button-2 {
  padding: 0;
}

.work_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

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

.hero-heading-h1 {
  color: #fff;
  font-size: 6rem;
  line-height: .8;
}

.hero_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 32.5rem;
  display: flex;
}

.footer_legal-list {
  grid-column-gap: 1.5rem;
  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;
  justify-content: center;
  display: flex;
}

.text-color-secondary {
  color: #e7e7e799;
}

.navbar_logo-link-2 {
  padding-left: 0;
}

.work-image-wrapper {
  border-radius: .25rem;
  max-height: 8.75rem;
  overflow: hidden;
}

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

.hero-cta_form-block {
  max-width: 30rem;
}

.section_hero {
  background-color: #110f0f;
  background-image: url('../images/grid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.hero-gradient-left {
  cursor: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.padding-global-10 {
  padding: 3rem 5%;
}

.cta-form-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.navbar_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #9de8ee, #aed4c4 0%, #fa7c0b 49%, #9f8ced);
  -webkit-background-clip: text;
  background-clip: text;
}

.fs-slider_list {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  height: auto;
  display: flex;
}

.work-card-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section_why-us {
  background-color: #000;
}

.work-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid #a1aebf;
  border-radius: .25rem;
  flex-flow: column;
  justify-content: center;
  padding: 1.5rem;
  display: flex;
}

.fs-slider_button {
  color: #fff;
  background-color: #3898ec;
  padding: 1rem 2rem;
}

.section_cta-2 {
  flex-flow: column;
}

.form_message-success-wrapper {
  background-color: #fff;
  border-radius: .5rem;
  margin-top: 1rem;
  padding: 0;
}

.navbar_component-2 {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-color: #0f0f0f66;
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: 1.5rem 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.form_input {
  background-color: #0000;
  border: 2px solid #a1aebf;
  border-radius: 1.875rem;
  height: auto;
  min-height: 3.25rem;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input.is-alternate {
  background-color: #fff;
  border-color: #a1aebf;
}

.navbar_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.work-visit-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.navbar_menu {
  align-items: center;
  display: flex;
  position: static;
}

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

.hero-gradient-right {
  cursor: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: flex;
}

.work-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.why-us-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brands-top-wrapper {
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-slider_slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  backface-visibility: hidden;
  transition-property: transform opacity;
  color: #fff;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 25%;
  height: auto;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.form_message-error-wrapper {
  background-color: #ffa800;
  border-radius: .5rem;
  margin-top: 1rem;
  padding: 0;
}

.footer_social-list-2 {
  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;
}

.cta_form-block {
  min-width: 30rem;
  max-width: 30rem;
}

.brands-marquee-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

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

.button-19 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffa800;
  border: 1px solid #ffa800;
  border-radius: 62.5rem;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.button-19.is-secondary {
  color: #ffa800;
  background-color: #0000;
}

.button-19.is-alternate {
  color: #fff;
  background-color: #000;
  border-style: none;
}

.form_message-error {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

.fs-slider_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.fs-slider_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.footer_top-wrapper-2 {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.navbar_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.footer_logo-link {
  float: none;
  padding-left: 0;
}

.marquee {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brands-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

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

.work_cards-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 2;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  display: grid;
}

.cta-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.offer-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.why-us-image-wrapper {
  height: 31.25rem;
}

.tag-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #1a365d;
  text-transform: uppercase;
  background-color: #ffa800;
  border: 1px #eee;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.fs-slider_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.why-us-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer_link-list-2 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.text-block-22 {
  color: var(--bg--bg-acc);
}

.section_why-us-2 {
  background-color: #000;
}

.padding-global-11-copy {
  padding: 3rem 5%;
}

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

.why-us-wrapper-set {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar_menu-2 {
  align-items: center;
  display: flex;
  position: static;
}

.section_steps {
  margin-top: 3rem;
}

.testimonial_rating-wrapper-2 {
  margin-bottom: 1.5rem;
  display: flex;
}

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

.padding-section-large-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.image-26 {
  max-width: 20%;
}

.gallery_images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  display: grid;
}

.image-27 {
  border: 10px solid #efefef;
  border-radius: 20px;
}

.feature_3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.testimonial_content-2 {
  background-color: #fdfdfd;
  border: 1px #000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.footer_top-wrapper-3 {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.feature_2_content {
  width: auto;
  max-width: 33rem;
}

.button-20 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.button-20.is-small {
  border-width: 1px;
  border-radius: 0;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.button-20.is-secondary {
  color: #0000;
  background-color: #0000;
  border-style: none;
  border-width: 1px;
  border-radius: 0;
}

.button-20.is-secondary.is-small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

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

.hero_component-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-style-h6-2 {
  font-size: 1.26563rem;
  font-weight: 700;
  line-height: 1.4;
}

.navbar_menu-buttons-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.gallery_image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services_wrapper {
  background-color: #fdfdfd;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .875rem;
  display: flex;
}

.image-28 {
  object-fit: cover;
  width: 50rem;
  height: 37.5rem;
}

.footer_link-3 {
  text-align: right;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.feature_2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.navbar_dropdown-toggle-2 {
  padding: .5rem 2.5rem .5rem 1rem;
  display: none;
}

.image-29 {
  max-width: 20%;
  margin-top: 0;
  padding-top: .5rem;
}

.faq_component {
  border-bottom: 1px solid #000;
}

.gallery_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  margin-top: 3rem;
  display: grid;
}

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

.gallery_image-list-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: grid;
}

.padding-section-large-6 {
  text-align: left;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

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

.faq_answer {
  overflow: hidden;
}

.gallery_image-wrapper {
  width: 26rem;
  padding-top: 75%;
  position: relative;
}

.footer_social-list-3 {
  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: grid;
}

.gallery_content-bottom {
  flex-direction: row;
  justify-content: flex-start;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.feature_3_content {
  width: auto;
  max-width: 33rem;
}

.testimonial_rating-icon-2 {
  color: #d4af37;
  flex-direction: column;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.testimonial_client-2 {
  text-align: left;
  align-items: center;
  display: flex;
}

.faq_icon {
  align-self: flex-start;
  width: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}

.paragraph-16 {
  max-width: 28rem;
}

.paragraph-16.is-offwhite {
  color: #fdfdfd;
}

.paragraph-16.is-hero {
  width: 25rem;
}

.padding-global-11 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large-11 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.navbar_dropdown-list-2.w--open {
  background-color: #0000;
  border: 1px solid #000;
  padding: .5rem;
}

.heading-style-h1-3 {
  color: #efefef;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-bold-2 {
  color: #76a3af;
  font-size: 1.2rem;
  font-weight: 700;
}

.feature_1_content {
  width: auto;
  max-width: 33rem;
}

.max-width-large-5 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.heading-numeric {
  color: #76a3af;
  font-size: 4rem;
  font-weight: 700;
}

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

.container-large-11 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.container-large-11.is-cta {
  background-color: #142a31;
  border-radius: 1rem;
  padding: 2.5rem 4rem;
}

.image-31 {
  width: 29.9375rem;
  height: 18.6875rem;
}

.footer_social-link-2 {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.image-32 {
  width: 26.625rem;
  position: absolute;
  top: 16px;
  left: 236px;
}

.section_faq {
  margin-bottom: 3rem;
}

.cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.steps_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.navbar_container-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.faq_question {
  cursor: pointer;
  border-top: 1px solid #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.button-group-4.is-center {
  flex-direction: column;
  justify-content: center;
}

.navbar_dropdown-link-2 {
  padding: .5rem 1rem;
}

.navbar_dropdown-link-2.w--current {
  color: #0000;
}

.testimonial_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.feature_1_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.footer_credit-text-3 {
  font-size: .875rem;
}

.gallery_image-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  margin-top: -2rem;
  margin-left: -62.7%;
  display: grid;
}

.image-33 {
  max-width: 20%;
}

.navbar_menu-button-3 {
  padding: 0;
}

.social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.image-34 {
  border-radius: 1rem;
  margin-top: 0;
}

.image-35 {
  margin-top: 8rem;
}

.faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

.text-size-medium-6 {
  text-align: left;
  font-size: 1.125rem;
}

.footer_link-list-3 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-start;
  place-items: stretch start;
  display: flex;
}

.spacer-xsmall-2 {
  width: 100%;
  padding-top: 1rem;
}

.footer_menu-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.navbar_logo-3 {
  max-width: 30%;
}

.image-36 {
  object-fit: cover;
  width: 15.1rem;
  height: 32.7rem;
}

.text-size-small-4 {
  font-size: .875rem;
}

.image-37 {
  max-width: 70%;
  margin-top: 0;
}

.footer_legal-list-2 {
  grid-column-gap: 1.5rem;
  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;
  justify-content: center;
  display: grid;
}

.padding-section-large-12 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.hero_image-wrapper {
  width: 55.9375rem;
  height: 55.625rem;
  position: relative;
}

.cta_span {
  color: #76a3af;
}

.div-block-30 {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(#ffffff05, #ffffffa3 24%, #efefef 70%);
  height: 150px;
  margin-top: -195px;
  position: relative;
}

.navbar_component-3 {
  background-color: #0000;
  border-bottom: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.navbar_link-2 {
  padding: .5rem 1rem;
  display: none;
}

.navbar_link-2.w--current {
  color: #0000;
}

.line-divider-3 {
  background-color: #0000;
  width: 100%;
  height: 1px;
}

.padding-section-large-13 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.image-38 {
  border: 10px solid #efefef;
  border-radius: 20px;
}

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

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

.image-39 {
  object-fit: cover;
  width: 50rem;
  height: 37.5rem;
}

.footer_link-4 {
  text-align: right;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.navbar1_logo-link-2 {
  padding-left: 0;
}

.image-40 {
  max-width: 20%;
  margin-top: 0;
  padding-top: .5rem;
}

.padding-section-large-14 {
  text-align: left;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

.footer_social-list-4 {
  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: grid;
}

.padding-global-12 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large-15 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-style-h1-4 {
  color: #efefef;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-42 {
  max-width: 20%;
}

.max-width-large-6 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.text-weight-semibold-4 {
  font-weight: 600;
}

.container-large-12 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.container-large-12.is-cta {
  background-color: #142a31;
  border-radius: 1rem;
  padding: 2.5rem 4rem;
}

.image-43 {
  width: 29.9375rem;
  height: 18.6875rem;
}

.footer_social-link-3 {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.image-44 {
  width: 26.625rem;
  position: absolute;
  top: 16px;
  left: 236px;
}

.navbar_menu-buttons-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

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

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

.button-group-5.is-center {
  flex-direction: column;
  justify-content: center;
}

.testimonial_component-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.footer_credit-text-4 {
  font-size: .875rem;
}

.image-45 {
  max-width: 20%;
}

.navbar_menu-button-4 {
  padding: 0;
}

.image-46 {
  border-radius: 1rem;
  margin-top: 0;
}

.image-47 {
  margin-top: 8rem;
}

.text-size-medium-7 {
  text-align: left;
  font-size: 1.125rem;
}

.footer_link-list-4 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-start;
  place-items: stretch start;
  display: flex;
}

.footer_menu-wrapper-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.navbar_logo-4 {
  max-width: 30%;
}

.image-48 {
  object-fit: cover;
  width: 15.1rem;
  height: 32.7rem;
}

.text-size-small-5 {
  font-size: .875rem;
}

.image-49 {
  max-width: 70%;
  margin-top: 0;
}

.footer_legal-list-3 {
  grid-column-gap: 1.5rem;
  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;
  justify-content: center;
  display: grid;
}

.padding-section-large-16 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.div-block-31 {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(#ffffff05, #ffffffa3 24%, #efefef 70%);
  height: 150px;
  margin-top: -195px;
  position: relative;
}

.line-divider-4 {
  background-color: #0000;
  width: 100%;
  height: 1px;
}

.padding-section-large-17 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.image-50 {
  max-width: 20%;
}

.image-51 {
  border: 10px solid #efefef;
  border-radius: 20px;
}

.button-21 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.button-21.is-small {
  border-width: 1px;
  border-radius: 0;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.button-21.is-secondary {
  color: #0000;
  background-color: #0000;
  border-style: none;
  border-width: 1px;
  border-radius: 0;
}

.button-21.is-secondary.is-small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

.hero_component-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-52 {
  object-fit: cover;
  width: 50rem;
  height: 37.5rem;
}

.footer_link-5 {
  text-align: right;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.image-53 {
  max-width: 20%;
  margin-top: 0;
  padding-top: .5rem;
}

.padding-section-large-18 {
  text-align: left;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

.footer_social-list-5 {
  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: grid;
}

.padding-global-13 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large-19 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-style-h1-5 {
  color: #efefef;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.max-width-large-7 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.image-55 {
  width: 29.9375rem;
  height: 18.6875rem;
}

.image-56 {
  width: 26.625rem;
  position: absolute;
  top: 16px;
  left: 236px;
}

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

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

.button-group-6.is-center {
  flex-direction: column;
  justify-content: center;
}

.image-57 {
  max-width: 20%;
}

.image-58 {
  border-radius: 1rem;
  margin-top: 0;
}

.image-59 {
  margin-top: 8rem;
}

.text-size-medium-8 {
  text-align: left;
  font-size: 1.125rem;
}

.footer_link-list-5 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-start;
  place-items: stretch start;
  display: flex;
}

.footer_menu-wrapper-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.navbar_logo-5 {
  max-width: 30%;
}

.image-60 {
  object-fit: cover;
  width: 15.1rem;
  height: 32.7rem;
}

.text-size-small-6 {
  font-size: .875rem;
}

.image-61 {
  max-width: 70%;
  margin-top: 0;
}

.footer_legal-list-4 {
  grid-column-gap: 1.5rem;
  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;
  justify-content: center;
  display: grid;
}

.padding-section-large-20 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.hero_image-wrapper-2 {
  width: 55.9375rem;
  height: 55.625rem;
  position: relative;
}

.line-divider-5 {
  background-color: #0000;
  width: 100%;
  height: 1px;
}

.padding-section-large-21 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.image-62 {
  max-width: 20%;
}

.image-63 {
  border: 10px solid #efefef;
  border-radius: 20px;
}

.button-22 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.button-22.is-small {
  border-width: 1px;
  border-radius: 0;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.button-22.is-secondary {
  color: #0000;
  background-color: #0000;
  border-style: none;
  border-width: 1px;
  border-radius: 0;
}

.button-22.is-secondary.is-small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

.hero_component-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-64 {
  object-fit: cover;
  width: 50rem;
  height: 37.5rem;
}

.footer_link-6 {
  text-align: right;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.image-65 {
  max-width: 20%;
  margin-top: 0;
  padding-top: .5rem;
}

.padding-section-large-22 {
  text-align: left;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

.footer_social-list-6 {
  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: grid;
}

.padding-global-14 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large-23 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-style-h1-6 {
  color: #efefef;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.max-width-large-8 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.image-67 {
  width: 29.9375rem;
  height: 18.6875rem;
}

.image-68 {
  width: 26.625rem;
  position: absolute;
  top: 16px;
  left: 236px;
}

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

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

.button-group-7.is-center {
  flex-direction: column;
  justify-content: center;
}

.image-69 {
  max-width: 20%;
}

.image-70 {
  border-radius: 1rem;
  margin-top: 0;
}

.image-71 {
  margin-top: 8rem;
}

.text-size-medium-9 {
  text-align: left;
  font-size: 1.125rem;
}

.footer_link-list-6 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-start;
  place-items: stretch start;
  display: flex;
}

.footer_menu-wrapper-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.navbar_logo-6 {
  max-width: 30%;
}

.image-72 {
  object-fit: cover;
  width: 15.1rem;
  height: 32.7rem;
}

.text-size-small-7 {
  font-size: .875rem;
}

.image-73 {
  max-width: 70%;
  margin-top: 0;
}

.footer_legal-list-5 {
  grid-column-gap: 1.5rem;
  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;
  justify-content: center;
  display: grid;
}

.div-block-32 {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(#ffffff05, #ffffffa3 24%, #efefef 70%);
  height: 150px;
  margin-top: -195px;
  position: relative;
}

.navbar_link-3 {
  padding: .5rem 1rem;
  display: none;
}

.navbar_link-3.w--current {
  color: #0000;
}

.line-divider-6 {
  background-color: #0000;
  width: 100%;
  height: 1px;
}

.padding-section-large-24 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.image-74 {
  max-width: 20%;
}

.image-75 {
  border: 10px solid #efefef;
  border-radius: 20px;
}

.button-23 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.button-23.is-small {
  border-width: 1px;
  border-radius: 0;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.button-23.is-secondary {
  color: #0000;
  background-color: #0000;
  border-style: none;
  border-width: 1px;
  border-radius: 0;
}

.button-23.is-secondary.is-small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

.hero_component-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-76 {
  object-fit: cover;
  width: 50rem;
  height: 37.5rem;
}

.footer_link-7 {
  text-align: right;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.image-77 {
  max-width: 20%;
  margin-top: 0;
  padding-top: .5rem;
}

.padding-section-large-25 {
  text-align: left;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

.footer_social-list-7 {
  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: grid;
}

.padding-global-15 {
  padding-left: 5%;
  padding-right: 5%;
}

.max-width-large-9 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.image-79 {
  width: 29.9375rem;
  height: 18.6875rem;
}

.image-80 {
  width: 26.625rem;
  position: absolute;
  top: 16px;
  left: 236px;
}

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

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

.button-group-8.is-center {
  flex-direction: column;
  justify-content: center;
}

.image-81 {
  max-width: 20%;
}

.image-82 {
  border-radius: 1rem;
  margin-top: 0;
}

.image-83 {
  margin-top: 8rem;
}

.text-size-medium-10 {
  text-align: left;
  font-size: 1.125rem;
}

.footer_link-list-7 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-start;
  place-items: stretch start;
  display: flex;
}

.footer_menu-wrapper-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.navbar_logo-7 {
  max-width: 30%;
}

.image-84 {
  object-fit: cover;
  width: 15.1rem;
  height: 32.7rem;
}

.text-size-small-8 {
  font-size: .875rem;
}

.image-85 {
  max-width: 70%;
  margin-top: 0;
}

.footer_legal-list-6 {
  grid-column-gap: 1.5rem;
  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;
  justify-content: center;
  display: grid;
}

.hero_image-wrapper-3 {
  width: 55.9375rem;
  height: 55.625rem;
  position: relative;
}

.div-block-33 {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(#ffffff05, #ffffffa3 24%, #efefef 70%);
  height: 150px;
  margin-top: -195px;
  position: relative;
}

.padding-section-small-2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.navbar_link-4 {
  padding: .5rem 1rem;
  display: none;
}

.navbar_link-4.w--current {
  color: #0000;
}

.line-divider-7 {
  background-color: #0000;
  width: 100%;
  height: 1px;
}

.padding-section-large-26 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.image-86 {
  max-width: 20%;
}

.image-87 {
  border: 10px solid #efefef;
  border-radius: 20px;
}

.button-24 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.button-24.is-small {
  border-width: 1px;
  border-radius: 0;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.button-24.is-secondary {
  color: #0000;
  background-color: #0000;
  border-style: none;
  border-width: 1px;
  border-radius: 0;
}

.button-24.is-secondary.is-small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

.hero_component-7 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-88 {
  object-fit: cover;
  width: 50rem;
  height: 37.5rem;
}

.footer_link-8 {
  text-align: right;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.navbar_dropdown-toggle-3 {
  padding: .5rem 2.5rem .5rem 1rem;
  display: none;
}

.image-89 {
  max-width: 20%;
  margin-top: 0;
  padding-top: .5rem;
}

.padding-section-large-27 {
  text-align: left;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

.footer_social-list-8 {
  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: grid;
}

.navbar1_logo-link-3 {
  padding-left: 0;
}

.padding-global-16 {
  padding-left: 5%;
  padding-right: 5%;
}

.navbar_dropdown-list-3.w--open {
  background-color: #0000;
  border: 1px solid #000;
  padding: .5rem;
}

.max-width-large-10 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.image-91 {
  width: 29.9375rem;
  height: 18.6875rem;
}

.image-92 {
  width: 26.625rem;
  position: absolute;
  top: 16px;
  left: 236px;
}

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

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

.button-group-9.is-center {
  flex-direction: column;
  justify-content: center;
}

.image-93 {
  max-width: 20%;
}

.image-94 {
  border-radius: 1rem;
  margin-top: 0;
}

.image-95 {
  margin-top: 8rem;
}

.text-size-medium-11 {
  text-align: left;
  font-size: 1.125rem;
}

.footer_link-list-8 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-start;
  place-items: stretch start;
  display: flex;
}

.footer_menu-wrapper-7 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.navbar_logo-8 {
  max-width: 30%;
}

.image-96 {
  object-fit: cover;
  width: 15.1rem;
  height: 32.7rem;
}

.text-size-small-9 {
  font-size: .875rem;
}

.image-97 {
  max-width: 70%;
  margin-top: 0;
}

.footer_legal-list-7 {
  grid-column-gap: 1.5rem;
  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;
  justify-content: center;
  display: grid;
}

.hero_image-wrapper-4 {
  width: 55.9375rem;
  height: 55.625rem;
  position: relative;
}

.div-block-34 {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(#ffffff05, #ffffffa3 24%, #efefef 70%);
  height: 150px;
  margin-top: -195px;
  position: relative;
}

.padding-section-small-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.navbar_link-5 {
  padding: .5rem 1rem;
  display: none;
}

.navbar_link-5.w--current {
  color: #0000;
}

.cloud-copy {
  z-index: 1;
  background-image: linear-gradient(to right, #f7f7f8, #f7f7f8 30%, #f7f7f800);
  width: 20rem;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cloud-copy.left {
  z-index: 1;
  background-image: linear-gradient(280deg, #cbcbcc 38% 30%, #f7f7f800);
  width: 15rem;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% -11% 0% auto;
}

.cloud-copy.right {
  z-index: 1;
  background-image: linear-gradient(90deg, #f7f7f8, #f7f7f800 0%, #f7f7f8 54%, #f7f7f8);
  width: 20rem;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-span-22 {
  font-family: the-seasons, sans-serif;
}

.image-98 {
  border-radius: 25px;
}

.cloud-lei {
  z-index: 1;
  background-image: linear-gradient(90deg, #cbcbcc, #cbcbcc 30%, #f7f7f800);
  width: 20rem;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cloud-lei.left {
  z-index: 1;
  background-image: linear-gradient(280deg, #cbcbcc 38% 30%, #f7f7f800);
  width: 15rem;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% -11% 0% auto;
}

.cloud-lei.right {
  z-index: 1;
  background-image: linear-gradient(90deg, #f7f7f8, #f7f7f800 0%, #f7f7f8 54%, #f7f7f8);
  width: 20rem;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34 {
  color: var(--bg--bg-prim-acc);
  font-family: the-seasons, sans-serif;
}

.image-102 {
  position: relative;
  left: 47px;
}

.line-divider-8 {
  background-color: #0000;
  width: 100%;
  height: 1px;
}

.padding-section-large-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.image-103 {
  max-width: 20%;
}

.image-104 {
  border: 10px solid #efefef;
  border-radius: 20px;
}

.button-25 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.button-25.is-small {
  border-width: 1px;
  border-radius: 0;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.button-25.is-secondary {
  color: #0000;
  background-color: #0000;
  border-style: none;
  border-width: 1px;
  border-radius: 0;
}

.button-25.is-secondary.is-small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

.hero_component-8 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar_menu-buttons-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.image-105 {
  object-fit: cover;
  width: 50rem;
  height: 37.5rem;
}

.footer_link-9 {
  text-align: right;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.navbar_dropdown-toggle-4 {
  padding: .5rem 2.5rem .5rem 1rem;
  display: none;
}

.image-106 {
  max-width: 20%;
  margin-top: 0;
  padding-top: .5rem;
}

.padding-section-large-29 {
  text-align: left;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

.footer_social-list-9 {
  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: grid;
}

.navbar_dropdown-list-4.w--open {
  background-color: #0000;
  border: 1px solid #000;
  padding: .5rem;
}

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

.max-width-large-11 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.image-108 {
  width: 29.9375rem;
  height: 18.6875rem;
}

.image-109 {
  width: 26.625rem;
  position: absolute;
  top: 16px;
  left: 236px;
}

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

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

.button-group-10.is-center {
  flex-direction: column;
  justify-content: center;
}

.image-110 {
  max-width: 20%;
}

.navbar_menu-button-5 {
  padding: 0;
}

.image-111 {
  border-radius: 1rem;
  margin-top: 0;
}

.image-112 {
  margin-top: 8rem;
}

.text-size-medium-12 {
  text-align: left;
  font-size: 1.125rem;
}

.footer_link-list-9 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-start;
  place-items: stretch start;
  display: flex;
}

.footer_menu-wrapper-8 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.navbar_logo-9 {
  max-width: 30%;
}

.image-113 {
  max-width: 70%;
  margin-top: 0;
}

.hero_image-wrapper-5 {
  width: 55.9375rem;
  height: 55.625rem;
  position: relative;
}

.div-block-35 {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(#ffffff05, #ffffffa3 24%, #efefef 70%);
  height: 150px;
  margin-top: -195px;
  position: relative;
}

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

.navbar_link-6 {
  padding: .5rem 1rem;
  display: none;
}

.navbar_link-6.w--current {
  color: #0000;
}

@media screen and (min-width: 1280px) {
  .page-wrapper {
    background-color: #cbcbcc;
  }

  .text-size-regular.text-color-sec {
    color: var(--border--border-inv);
    text-align: left;
    font-family: Exo, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .padding-global {
    color: var(--text-color--text-tri);
    background-color: #cbcbcc;
    margin-top: auto;
    padding-top: 0;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
    top: -36px;
  }

  .padding-global.background-color-white {
    color: var(--text-color--text-tri);
    background-color: #fff0;
  }

  .spacer-xsmall {
    padding-top: 3rem;
    position: relative;
    top: auto;
  }

  .spacer-medium {
    position: relative;
  }

  .padding-section-small {
    padding-bottom: 0;
  }

  .padding-section-medium {
    background-color: var(--bg--color-fine);
    border: 1px #0000;
    padding-top: 2rem;
    padding-bottom: 3rem;
    top: 0;
  }

  .spacer-xxlarge {
    padding-top: 35px;
  }

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

  .text-weight-semibold {
    color: var(--bg--bg-prim-acc);
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .margin-bottom.margin-small.z {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

  .heading-1 {
    font-size: 56px;
    position: relative;
    top: -59px;
  }

  .heading-2 {
    font-family: Oswald, sans-serif;
    font-size: 40px;
    font-weight: 600;
  }

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

  .layout408_card.card-1 {
    background-color: var(--bg--bg-sec);
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .layout408_card.card-2, .layout408_card.card-3 {
    background-color: var(--bg--bg-tri);
  }

  .layout408_image.max-width-full {
    background-image: linear-gradient(#000, #787878 93%, #fff);
    border-radius: 1.5rem;
  }

  .layout364_row {
    display: none;
  }

  .layout364_card-content {
    flex-flow: column-reverse;
  }

  .layout364_card-content-top {
    justify-content: center;
    align-items: center;
    position: relative;
    top: 5px;
  }

  .layout361_component {
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0;
    padding-left: 0;
    padding-right: 9px;
    display: none;
    position: relative;
  }

  .layout361_card {
    border-style: solid;
    border-color: var(--bg--bg-tri);
    border-radius: 1.5rem;
    flex-flow: column-reverse;
  }

  .layout361_image-wrapper {
    border: 1px solid #0000;
  }

  .tab4_tabs-menu, .tab4_tab-link.w--current {
    display: none;
  }

  .footer8_top-wrapper, .footer8_bottom-wrapper {
    justify-content: center;
  }

  .footer8_legal-list {
    flex-flow: column;
    flex: 1;
    display: flex;
  }

  .footer8_credit-text {
    font-family: Exo, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .container.is-menu {
    position: relative;
  }

  .menu_wrap {
    border-radius: 0;
    flex: none;
  }

  .button-primary.max-width-full-mobile-landscape {
    border-radius: 20px;
  }

  .button-text-primary {
    font-family: Exo, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .button-sec.max-width-full-mobile-landscape {
    background-color: var(--bg--bg-primary);
    border: 1px solid #000;
    border-radius: 20px;
  }

  .button-sec.max-width-full-mobile-portrait {
    background-color: var(--bg--bg-primary-inv);
  }

  .button-text-sec {
    color: var(--white);
    font-family: Exo, sans-serif;
    font-size: 12px;
    font-weight: 600;
  }

  .sub-text-hero {
    flex-flow: row;
    position: relative;
    top: -13px;
  }

  .tagline {
    background-color: #000a4400;
    border: 1.5px solid #000a44;
    padding: 6px 15px;
  }

  .tagline.header {
    background-color: #000a44;
    border-radius: 20px;
    padding: 12px 18px;
    position: relative;
    top: -88px;
  }

  .text-size-medium-section.text-color-sec {
    width: 45%;
    font-family: komet, sans-serif;
  }

  .subheading {
    display: none;
  }

  .project-content-sec {
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: 12px;
  }

  .text-size-regular-service.text-align-center.text-color-sec {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: 8px;
  }

  .wrapper-service {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .service-line {
    display: inline-flex;
  }

  .text {
    color: #0f0f0f;
    font-family: Exo, sans-serif;
    font-size: 18px;
  }

  .wraper-icon {
    padding-bottom: 0;
  }

  .logo-nav {
    border-radius: 0;
  }

  .rich-text {
    padding-top: 0;
  }

  .testimonial7_content {
    background-color: #ffffff2b;
    border-color: #95979b21;
    border-radius: 20px;
  }

  .testimonial7_logo {
    mix-blend-mode: saturation;
  }

  .testimonial7_arrow.hide-mobile-landscape {
    margin-left: 50px;
    margin-right: 50px;
  }

  .button-link.max-width-full-mobile-landscape {
    background-color: #050505;
  }

  .section_logo3 {
    border: 1px solid #0000;
    margin-top: -19px;
  }

  .cloud.left {
    background-image: linear-gradient(90deg, #cbcbcc 5% 40%, #f7f7f800);
    width: 21rem;
  }

  .cloud.right {
    background-image: linear-gradient(58deg, #f7f7f800 21%, #cbcbcc 25%, #d1d0d1 32%, #ece6e8 64%, #cbcbcc 88%);
    border: 1px #0000;
    width: 15rem;
  }

  .html-embed {
    display: none;
  }

  .section-2 {
    color: var(--text-color--text-tri-inv);
    background-color: #cbcbcc;
    margin-top: 10px;
    position: relative;
    top: -40px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-right: 40px;
  }

  .navbar-wrapper {
    margin-left: 37px;
    margin-right: -30px;
  }

  .button-primary-4 {
    color: #000;
    background-color: #000a4400;
    border: 1px solid #000;
    border-radius: 20px;
    font-family: Exo, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .image-3 {
    border-radius: 12px;
  }

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

  .bold-text-2 {
    font-size: 18px;
    position: relative;
    top: 12px;
  }

  .bold-text-3 {
    font-family: Exo, sans-serif;
    position: relative;
    top: 8px;
  }

  .bold-text-4 {
    font-size: 18px;
    position: relative;
    top: 2px;
  }

  .section-3 {
    background-color: var(--text-color--text-tri-inv);
    color: var(--text-color--text-tri-inv);
  }

  .section-4 {
    background-color: #cbcbccab;
    margin-top: 0;
    position: relative;
    top: -8px;
  }

  .text-span {
    color: var(--bg--bg-tri);
    font-family: amandine, sans-serif;
    font-size: 56px;
    font-weight: 400;
  }

  .text-span-2 {
    font-family: Great Vibes, cursive;
  }

  .text-span-3 {
    color: var(--bg--bg-tri);
    font-family: amandine, sans-serif;
    font-size: 46px;
    font-weight: 400;
  }

  .text-span-4 {
    color: var(--bg--bg-tri);
    font-family: Great Vibes, cursive;
    font-size: 65px;
  }

  .text-span-5 {
    color: var(--bg--bg-prim-acc);
    font-family: Great Vibes, cursive;
    font-size: 47px;
  }

  .text-span-6 {
    color: var(--bg--bg-prim-acc);
    font-family: the-seasons, sans-serif;
    font-size: 45px;
    font-weight: 400;
  }

  .header_content {
    margin-left: -35px;
  }

  .header_image-wrapper {
    justify-content: center;
    display: flex;
    left: 50px;
  }

  .reel-pay-card {
    border-radius: 20px;
    width: 20rem;
    top: 56px;
  }

  .padding-global-2 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .avatar-circle.is-2 {
    right: -26%;
  }

  .avatar-circle.is-3.hide-mobile-portrait {
    bottom: 47%;
  }

  .avatar-circle.is-7 {
    top: -5%;
    right: 5%;
  }

  .avatar-circle.is-1 {
    top: 4%;
    left: -16%;
  }

  .padding-section-large-2 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .customer-satisfaction-illustration.hide-mobile-portrait {
    top: -62px;
    left: 290px;
  }

  .header_component {
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-2 {
    position: relative;
    left: -26px;
    box-shadow: 2px 2px 0 2px #a0acf5;
  }

  .heading-7 {
    font-family: gesta, sans-serif;
    font-size: 56px;
    line-height: 56px;
  }

  .paragraph-3 {
    position: relative;
    top: 14px;
  }

  .image-4 {
    border-radius: 87px;
    max-width: 87%;
    margin-right: -110px;
  }

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

  .button-4 {
    color: var(--bg--bg-prim-acc);
    background-color: #3898ec00;
    border: 1px solid #000;
    border-radius: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 43px;
  }

  .text-span-7 {
    color: var(--bg--bg-tri);
    font-family: amandine, sans-serif;
  }

  .paragraph-normal {
    color: #000000b8;
  }

  .anim-wrap {
    margin-left: -14px;
    position: relative;
    left: 11px;
  }

  .heading-8 {
    color: #080808;
    font-size: 67px;
  }

  .header-image1 {
    border-radius: 20px;
    max-width: 95%;
    position: relative;
    left: 42px;
  }

  .margin-bottom-2.margin-medium {
    margin-left: -1.1rem;
  }

  .div-block-7 {
    position: relative;
    top: 24px;
    left: -26px;
  }

  .section_header19 {
    display: inline-flex;
  }

  .header-blur {
    opacity: .31;
    background-color: #000a44;
    top: 5%;
    bottom: 0%;
    left: auto;
  }

  .header_component-2 {
    grid-column-gap: 5rem;
    flex-flow: row-reverse;
    grid-auto-flow: row;
    justify-content: flex-end;
    margin-left: 70px;
    margin-right: 67px;
    padding-left: 10px;
    display: flex;
  }

  .text-size-large-2 {
    margin-bottom: 10px;
    line-height: 30px;
    position: relative;
    top: 18px;
  }

  .padding-section-medium-2 {
    padding-top: 2rem;
    padding-bottom: 60px;
  }

  .header_content-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
    position: relative;
    left: 71px;
  }

  .image-6 {
    border-radius: 45px;
    max-width: 60%;
  }

  .text-span-8 {
    color: var(--bg--bg-tri);
    font-family: amandine, sans-serif;
  }

  .button_1 {
    color: var(--border--border);
    padding: 0;
    text-decoration: none;
  }

  .button_1-inner {
    text-decoration: none;
  }

  .button_text {
    font-family: gesta, sans-serif;
    text-decoration: none;
  }

  .button_3 {
    text-decoration: none;
  }

  .button_text-2 {
    color: var(--bg--bg-acc);
  }

  .button_blue-overlay {
    background-color: #000a44;
  }

  .heading-9 {
    font-family: stevie-sans, sans-serif;
    font-size: 47px;
    line-height: 56px;
  }

  .body-3 {
    background-color: var(--bg--color-fine);
    border-left: 1px #0000;
  }

  .button_blue-overlay-2 {
    background-color: #b0b0b0;
    text-decoration: none;
  }

  .button_1-inner-2 {
    padding: 12px 40px;
  }

  .button_1-2 {
    text-decoration: none;
    left: 34px;
  }

  .button_3-2 {
    border-radius: .7rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-decoration: none;
  }

  .button_4 {
    text-decoration: none;
  }

  .button_text-3 {
    color: var(--white);
    text-decoration: none;
  }

  .header-wrapper {
    justify-content: center;
    align-items: flex-end;
  }

  .logo-2 {
    max-width: 160%;
  }

  .button-6.is-alternative.is-menu {
    justify-content: flex-start;
    align-items: center;
    left: -668px;
  }

  .animation3 {
    color: var(--bg--bg-prim-acc);
    font-size: 120px;
    line-height: 95px;
  }

  .image-cover {
    border-radius: 20px;
    width: 67%;
    height: 95%;
    left: 35%;
  }

  .company-cards {
    justify-content: flex-start;
    align-items: center;
  }

  .column-2 {
    padding-left: 51px;
    padding-right: 0;
    right: 197px;
  }

  .image-7 {
    position: relative;
    top: -40px;
  }

  .text-center-white {
    color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 95px;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
    line-height: 18px;
    display: flex;
  }

  .image-8 {
    border-radius: 40px;
    width: 400px;
    max-width: 80%;
    margin-left: 0;
    position: relative;
  }

  .com-card {
    background-color: #000;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    border-radius: 18px;
    padding: 60px;
  }

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

  .text-block-3 {
    color: var(--black);
    font-size: 14px;
    font-weight: 700;
  }

  .timeing {
    font-size: 13px;
  }

  .job-item {
    background-color: #e9e6e6;
    flex-flow: column;
    padding: 60px;
    display: flex;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-areas: ".";
    grid-auto-rows: 1fr;
  }

  .heading-10 {
    font-size: 18px;
    line-height: 23px;
  }

  .heading-11 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .company-excepts-and-date {
    justify-content: center;
    align-items: center;
  }

  .div-block-9 {
    position: relative;
    top: 23px;
  }

  .pill {
    background-color: #7df4d3;
  }

  .pill.red {
    padding-right: 7px;
  }

  .pill.blue {
    background-color: #90c4f1;
  }

  .pill.red {
    background-color: #e39e8d;
    padding-right: 20px;
  }

  .time {
    font-size: 13px;
    font-weight: 400;
  }

  .glass-card {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background-color: #ffffff26;
    border: 1.7px solid #ffffff4d;
    border-radius: 30px;
    padding: 100px 100px 120px;
    box-shadow: 0 0 3px #000;
  }

  .glass-card2 {
    background-color: #000;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    border-radius: 18px;
    padding: 60px;
  }

  .glass-card2.airb {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    mix-blend-mode: normal;
    background-color: #0000;
    background-image: none;
    border: 1.7px solid #d1cccc4d;
    border-radius: 30px;
    padding: 80px 100px;
    box-shadow: 0 2px 6px #0003;
  }

  .glass-card3 {
    background-color: #000;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    border-radius: 18px;
    padding: 60px;
  }

  .glass-card3.green {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background-color: #fbf5f54d;
    background-image: none;
    border: 1.5px solid #ffffff4d;
    border-radius: 30px;
    padding: 80px 100px;
    box-shadow: 0 2px 6px #0003;
  }

  .job-item-2 {
    background-color: #c1bcbc0d;
    flex-flow: column-reverse;
    display: flex;
  }

  .heading-12 {
    text-align: center;
    font-family: komet-sc, sans-serif;
    font-weight: 700;
  }

  .div-block-13 {
    position: relative;
    top: 23px;
  }

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

  .heading-13 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .category-item {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-16 {
    position: relative;
    top: 23px;
  }

  .paragraph-5 {
    color: #000;
    font-weight: 400;
  }

  .job-item-3c {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #e4e4e45e;
    border: 3px solid #cac9c96e;
    border-radius: 20px;
  }

  .grid-5 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    grid-template-rows: auto;
    grid-template-areas: ".";
  }

  .heading-14 {
    font-size: 18px;
  }

  .div-block-18 {
    position: relative;
    top: 23px;
  }

  .link-3 {
    color: #000;
    text-decoration: none;
  }

  .text-span-9 {
    color: var(--border--border-hover);
    font-family: amandine, sans-serif;
    font-weight: 700;
  }

  .footer-cred {
    color: var(--bg--bg-prim-acc);
  }

  .div-block-21 {
    color: var(--bg--bg-acc);
  }

  .header {
    margin-bottom: -100px;
    padding-bottom: 0;
  }

  .number {
    font-weight: 200;
  }

  .nav-menu {
    justify-content: center;
    display: flex;
    top: -26px;
    right: 59px;
  }

  .heading-h1 {
    margin-right: 100px;
  }

  .header-image-3 {
    mix-blend-mode: normal;
    border-radius: 17px;
    max-width: 90%;
    top: 74px;
    right: 167px;
  }

  .hero-counter-wrapper {
    display: none;
  }

  .hero-counter-colum {
    display: inline-flex;
  }

  .hero-sec {
    padding-top: 80px;
  }

  .partner-sec {
    margin-top: 25px;
    top: -7px;
  }

  .hero-button-wrapper {
    margin-bottom: auto;
    margin-right: 220px;
    padding-top: 10px;
    padding-bottom: 71px;
    padding-right: 0;
  }

  .nav-sec {
    margin-top: -13px;
    padding-top: 0;
    padding-bottom: 34px;
  }

  .container-6 {
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-6.nav-container {
    padding-bottom: 0;
  }

  .nav-link-3 {
    justify-content: center;
    align-items: center;
    display: flex;
    left: 24px;
  }

  .ths12-overlay-2, .ths12-overlay-1, .ths12-overlay-3, .ths12-overlay-4, .ths12-overlay-5 {
    background-image: linear-gradient(135deg, #ed426433, #cab37480);
  }

  .header-image-5 {
    border: 3px solid var(--border--border-hover);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 20px;
    width: 70%;
    position: relative;
    top: -2px;
    left: 14px;
    overflow: clip;
    box-shadow: 0 1px #0003;
  }

  .header-form-wrapper {
    width: 130px;
    min-width: 50px;
    position: relative;
    left: 29px;
  }

  .home-header_content-left-2 {
    flex-flow: column;
    display: flex;
  }

  .nav_component {
    display: none;
  }

  .nav_container {
    margin-top: 10px;
  }

  .anim-wrap-2 {
    border-radius: 20px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    position: relative;
    top: 6px;
  }

  .page-padding-2 {
    padding-top: 0;
  }

  .button-nav {
    background-color: #0b0c0b;
    border-color: #141414;
    border-radius: 19px;
    padding-left: 38px;
    padding-right: 38px;
    font-weight: 300;
  }

  .button-nav:hover {
    color: #1b3a75;
    border-color: #1b3a75;
    font-weight: 700;
  }

  .text-size-medium-2 {
    color: #afafaf;
  }

  .home-header_component-2 {
    position: relative;
    top: -53px;
  }

  .padding-vertical-3.padding-xxhuge {
    padding-top: 7rem;
    padding-bottom: 0;
  }

  .section-home-header-2 {
    padding-top: 0;
  }

  .home-header_grid-2 {
    margin-left: 40px;
  }

  .home-header_content-right-2 {
    right: -134px;
  }

  .margin-bottom-3.margin-medium {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-hed {
    border: 1px solid var(--bg--bg-primary-inv);
    color: var(--bg--bg-prim-acc);
    background-color: #06060600;
    border-radius: 20px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 300;
    position: relative;
    left: 24px;
  }

  .button-hed:hover {
    color: #1b3a75;
    border-color: #1b3a75;
    font-weight: 700;
  }

  .anim-wrap-2-cop {
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: relative;
    top: 23px;
    left: -71px;
  }

  .text-span-12 {
    color: var(--border--border-hover);
    font-family: amandine, sans-serif;
  }

  .button-10 {
    left: 36px;
  }

  .button__text {
    color: #938d8d;
  }

  .gradient-glow {
    opacity: 0;
  }

  .button-11 {
    position: relative;
    left: 16px;
  }

  .glass-block {
    position: relative;
    top: -428px;
    box-shadow: inset -2px 39px 20px -36px #ffffff80, inset 0 7px 11px -4px #ffffff40, inset 0 -82px 20px -64px #6044904d, inset 0 98px 100px -48px #caacff4d, inset 0 4px 18px #9a92d24d, inset 0 1px 40px #e3deff33;
  }

  .image-7-copy {
    position: relative;
    top: -70px;
    left: 90px;
  }

  .how-2, .how3 {
    position: relative;
    top: -40px;
  }

  .image-12 {
    border-radius: 20px;
    display: inline-flex;
  }

  .image-13, .image-14 {
    border-radius: 20px;
  }

  .heading-18 {
    z-index: 20;
    color: var(--bg--bg-prim-acc);
    display: flex;
    position: absolute;
    top: 1269.8px;
    left: 150px;
  }

  .heading-19 {
    z-index: 20;
    color: var(--border--border);
    position: absolute;
    top: 1314.8px;
    left: 495px;
  }

  .heading-20 {
    z-index: 20;
    color: var(--bg--bg-acc);
    position: absolute;
    top: 1309.8px;
    left: 846px;
  }

  .paragraph-7 {
    z-index: 20;
    margin-right: -197px;
    position: absolute;
    top: 1347.8px;
    left: 151px;
  }

  .card-overley-1 {
    min-width: 20vw;
    max-width: 20vw;
    min-height: 25vw;
    max-height: 25vw;
  }

  .container-large-4 {
    position: relative;
    top: -134px;
    left: -82px;
  }

  .padding-global-6 {
    padding: 15rem 8rem 1rem;
  }

  .content-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    left: -54px;
  }

  .card-raound {
    background-image: url('../images/smeril-1.png');
    background-position: 50%;
    background-size: auto;
  }

  .main-wrapper-2 {
    display: none;
  }

  .big-text {
    color: var(--bg--bg-acc);
  }

  .med-text {
    color: #5f5c5c;
  }

  .small-text {
    color: #121212;
  }

  .icons {
    justify-content: flex-end;
  }

  .header-blur-2 {
    opacity: .31;
    background-color: #000a44;
    width: 10rem;
    height: 15rem;
    inset: 138% 29% 0% auto;
  }

  .card-raound-1 {
    background-image: url('../images/imagen_2025-03-14_172837553.png');
    background-position: 0 100%;
    background-size: cover;
    flex: none;
    padding: 40px 25px;
  }

  .card-raound-2 {
    background-image: url('../images/header-tarjet.png');
    background-position: 0 0;
    background-size: auto;
    padding: 40px 25px;
  }

  .card-raound-3 {
    background-image: url('../images/ths12_bg_mesh_gradient_1.jpg');
    background-position: 0 100%;
    background-size: cover;
    padding: 40px 25px;
  }

  .icons-1, .icons-2, .icons-3 {
    justify-content: flex-end;
  }

  .arrow-button-2._2 {
    background-color: #0a081c00;
    border-width: 3px;
  }

  .bell-letter._1 {
    color: var(--bg--bg-acc);
    font-size: 18px;
    text-decoration: none;
  }

  .section_big {
    justify-content: center;
    align-items: flex-start;
    min-height: 60vh;
    margin-bottom: auto;
    padding-top: 5%;
    padding-bottom: 0%;
  }

  .card-3 {
    border-style: none;
    border-color: #eee0;
  }

  .image-1 {
    opacity: 1;
    mix-blend-mode: multiply;
    background-image: none;
  }

  .p-2 {
    color: #fff;
    font-weight: 500;
  }

  .h3 {
    color: #000a44;
    font-family: Oswald, sans-serif;
    font-weight: 700;
  }

  .image-16 {
    mix-blend-mode: multiply;
  }

  .card-inf-1 {
    border-style: none;
  }

  .card-inf-2, .card-inf-3 {
    border-style: none;
    border-color: #eee0;
  }

  .button-12 {
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
  }

  .text-block-6 {
    font-size: 15px;
    text-decoration: none;
  }

  .button-13.automate, .text-block-7 {
    text-decoration: none;
  }

  .job-item-1c, .job-item-2c {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #e4e4e45e;
    border: 3px solid #cac9c96e;
    border-radius: 20px;
  }

  .button-sec-one.max-width-full-mobile-landscape {
    background-color: var(--bg--bg-primary);
    border: 1px solid #000;
    border-radius: 20px;
  }

  .button-sec-one.max-width-full-mobile-portrait {
    background-color: var(--bg--bg-tri);
  }

  .button-link-first.max-width-full-mobile-landscape {
    background-color: #9294981f;
  }

  .section-7 {
    background-color: #cbcbccab;
    margin-top: 0;
    position: relative;
    top: -8px;
  }

  .section-8 {
    background-color: var(--bg--color-fine);
    margin-top: 10px;
    position: relative;
    top: -18px;
  }

  .section-9 {
    background-color: #cbcbccab;
    margin-top: 10px;
    position: relative;
    top: -29px;
  }

  .anim-wrap-t {
    border-radius: 20px;
    width: 100px;
    min-width: 100px;
    min-height: 100px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 6px;
    left: -31px;
    overflow: visible;
  }

  .label {
    color: var(--border--border);
    font-size: 14px;
  }

  .button-3 {
    width: 120px;
    height: 30px;
  }

  .navbar-logo-left-3 {
    padding-top: 10px;
  }

  .navbar-logo-left-container-3.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper-3 {
    margin-left: -77px;
    margin-right: -116px;
    padding-left: 0;
  }

  .button-primary-6 {
    border-radius: 10px;
  }

  .hero-shape-2 {
    display: none;
  }

  .hero-thumb {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    min-width: 0;
    display: inline-flex;
    overflow: auto;
  }

  .hero-text {
    font-family: komet, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  .hero-bg-shape-2-wrap {
    display: none;
  }

  .hero-brand-text {
    color: #8d9297;
    font-family: komet, sans-serif;
    font-size: 15px;
    font-weight: 700;
  }

  .hero-title {
    font-family: Oswald, sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 53px;
  }

  .hero-shape-1-wrap {
    right: 188px;
  }

  .hero-section {
    background-color: #cbcbccab;
  }

  .hero-padding {
    padding-top: 130px;
    padding-bottom: 40px;
  }

  .hero-shape-1 {
    border-radius: 0;
    display: none;
  }

  .hero-thumb-wrap {
    border-radius: 20px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 330px;
    min-width: 0;
    min-height: 50px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: 2%;
    overflow: clip;
  }

  .hero-layout {
    flex-flow: row;
    justify-content: space-between;
    margin-left: 140px;
    margin-right: 140px;
    position: relative;
    top: -15px;
  }

  .hero-brand-shape {
    width: 356px;
    height: 2px;
    margin-top: 50px;
    font-size: 20px;
  }

  .hero-brand-wrap {
    display: none;
  }

  .hero-btn {
    background-color: #000;
    border-radius: 11px;
    padding: 10px 20px;
  }

  .hero-btn:hover {
    background-color: #d0cece;
  }

  .hero-shape-2-wrap {
    top: 289px;
    left: 162px;
  }

  .nav-btn.ml-46 {
    background-color: #0a0a0a;
    border-radius: 11px;
    margin-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-btn.ml-46:hover {
    background-color: #d0cece;
  }

  .nav-layout {
    flex-flow: row;
    justify-content: space-between;
    margin-left: 140px;
    margin-right: 140px;
  }

  .div-block-28 {
    position: absolute;
  }

  .text-span-13 {
    color: var(--bg--bg-tri);
    font-family: aviano, sans-serif;
  }

  .text-span-14, .text-span-15 {
    color: var(--bg--bg-prim-acc);
    font-family: the-seasons, sans-serif;
  }

  .container-10 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    margin-bottom: 0;
    display: flex;
    top: -4px;
  }

  .title-2 {
    text-align: center;
    margin-top: 0;
  }

  .paragraph-10 {
    text-align: justify;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.8;
  }

  .container-11 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    margin-bottom: 0;
    display: flex;
    top: -4px;
  }

  .paragraph-xl {
    text-align: justify;
    margin-top: 40px;
    line-height: 1.7;
  }

  .section-title, .faq-item-row-title, .feature-tab-content-top-title, .feature-tab-content-bottom-count {
    color: var(--bg--bg-acc);
  }

  .body-4 {
    background-color: var(--bg--bg-primary-inv);
  }

  .container-13 {
    display: flex;
  }

  .padding-global-7 {
    flex-flow: column;
    display: flex;
  }

  ._3-col-grid.testimonial {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    flex-flow: row;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

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

  .padding-section-large-3, .padding-section-large-4 {
    padding-top: 4rem;
  }

  .body-5 {
    background-color: var(--bg--bg-primary-inv);
  }

  .body-6 {
    background-color: var(--white);
  }

  .hero-heading-h1 {
    line-height: 1;
    position: relative;
    top: -39px;
  }

  .text-color-secondary {
    color: #fff;
    text-align: left;
    font-size: 25px;
    line-height: 50px;
  }

  .work-card-details {
    color: var(--bg--bg-acc);
  }

  .work-header {
    justify-content: center;
    align-items: center;
  }

  .why-us-wrapper {
    flex-flow: row;
    display: flex;
  }

  .section-header {
    color: var(--border--border);
  }

  .work_cards-grid {
    grid-template-rows: auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         "Area";
  }

  .why-us-header {
    margin-left: 20px;
    font-size: 18px;
  }

  .text-block-22 {
    text-align: center;
    font-size: 22px;
    line-height: 25px;
    position: relative;
    top: 13px;
  }

  .heading-24 {
    color: var(--border--border);
    text-align: center;
  }

  .container-large-10, .why-us-wrapper-set {
    flex-flow: row-reverse;
    display: flex;
  }

  .heading-25 {
    color: var(--bg--bg-acc);
    font-size: 30px;
    font-weight: 500;
  }

  .text-span-20 {
    font-family: komet, sans-serif;
  }

  .italic-text {
    font-family: latienne-pro, sans-serif;
    font-weight: 700;
  }

  .navbar_menu-2.is-page-height-tablet {
    justify-content: flex-end;
    align-items: center;
    position: relative;
    left: -39px;
  }

  .padding-section-large-5 {
    padding-top: 2rem;
  }

  .navbar_menu-buttons-2 {
    position: relative;
    left: -64px;
  }

  .heading-26 {
    font-size: 4.5rem;
    line-height: 60px;
  }

  .navbar_dropdown-toggle-2 {
    display: inline-flex;
  }

  .navbar1_logo-link {
    align-self: flex-start;
    left: 101px;
  }

  .paragraph-16.is-hero {
    text-align: left;
    width: 37rem;
    max-width: 35rem;
    font-size: 18px;
    line-height: 25px;
  }

  .navbar_dropdown-list-2 {
    display: inline-flex;
  }

  .hero_image-wrapper {
    width: 40rem;
    height: 40rem;
  }

  .navbar_link-2 {
    display: inline-flex;
  }

  .hero_component-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar1_logo-link-2 {
    padding-left: 96px;
  }

  .image-42 {
    position: relative;
    left: -69px;
  }

  .max-width-large-6 {
    justify-content: center;
    align-items: flex-start;
    max-width: 47rem;
    position: relative;
    top: -24px;
  }

  .image-44 {
    width: 15rem;
    top: 23px;
    left: 149px;
  }

  .button-group-5.is-center {
    justify-content: center;
    align-items: flex-start;
  }

  .navbar_menu-button-4 {
    display: none;
  }

  .heading-32 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 5rem;
    line-height: 75px;
  }

  .navbar_logo-4 {
    max-width: 37%;
  }

  .div-block-31 {
    background-image: linear-gradient(#ffffff05, #ffffffa3 0%, #efefef 40% 81%, #f2f2f2ed 91%, #f3f3f3eb 98%);
    height: 160px;
  }

  .text-span-21 {
    color: var(--bg--bg-prim-acc);
    font-family: aviano, sans-serif;
  }

  .button-21.is-small {
    display: flex;
    overflow: visible;
  }

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

  .navbar_logo-5 {
    position: relative;
    left: 121px;
  }

  .hero_image-wrapper-2 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 35rem;
    height: 35rem;
    display: flex;
  }

  .image-63 {
    max-width: 90%;
  }

  .hero_component-5 {
    flex-flow: row-reverse;
  }

  .heading-38 {
    text-align: left;
    font-size: 58px;
    line-height: 53px;
  }

  .max-width-large-8 {
    justify-content: center;
    align-items: flex-start;
  }

  .image-68 {
    width: 12rem;
    top: 93px;
    left: 150px;
  }

  .button-group-7.is-center {
    justify-content: center;
    align-items: flex-start;
  }

  .navbar_logo-6 {
    position: relative;
    left: 34px;
  }

  .hero_component-6 {
    flex-flow: column-reverse;
  }

  .heading-42 {
    font-size: 56px;
    line-height: 56px;
  }

  .padding-global-15 {
    padding-top: 10px;
  }

  .button-24.is-small {
    color: #000;
  }

  .button-24.is-secondary.is-small {
    color: #000;
    background-color: #fff0;
    border-style: solid;
    border-radius: 1px;
    display: inline-flex;
  }

  .heading-46 {
    font-family: stevie-sans, sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 75px;
  }

  .navbar_dropdown-list-3 {
    flex-flow: row;
    display: inline-flex;
  }

  .navbar_logo-8 {
    position: relative;
    left: 105px;
  }

  .cloud-copy.left {
    background-image: linear-gradient(278deg, #cbcbcc, #cbcbcc 58%, #f7f7f800);
    width: 21rem;
    left: 79%;
  }

  .cloud-copy.right {
    background-image: linear-gradient(58deg, #f7f7f800 21%, #cbcbcc 25%, #d1d0d1 32%, #ece6e8 64%, #cbcbcc 88%);
    border: 1px #0000;
    width: 15rem;
  }

  .text-span-22 {
    color: var(--bg--bg-prim-acc);
    font-family: the-seasons, sans-serif;
    font-size: 45px;
  }

  .image-98 {
    position: relative;
    top: -34px;
  }

  .cloud-lei.left {
    background-image: linear-gradient(278deg, #cbcbcc, #cbcbcc 58%, #f7f7f800);
    width: 21rem;
    left: 79%;
  }

  .cloud-lei.right {
    background-image: linear-gradient(58deg, #f7f7f800 21%, #cbcbcc 25%, #d1d0d1 32%, #ece6e8 64%, #cbcbcc 88%);
    border: 1px #0000;
    width: 15rem;
  }

  .image-99, .image-100, .image-101 {
    mix-blend-mode: exclusion;
  }

  .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32 {
    color: var(--bg--bg-prim-acc);
    font-family: the-seasons, sans-serif;
  }

  .image-102 {
    left: -9px;
  }

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

@media screen and (min-width: 1440px) {
  .label {
    z-index: 5;
  }

  .button-3, .button-1 {
    transform: scale(1.15);
  }

  .hero_image-wrapper {
    left: -57px;
  }

  .max-width-large-6 {
    width: 67%;
    max-width: 45rem;
    margin-left: 40px;
    position: relative;
    left: 48px;
  }

  .image-44 {
    top: 57px;
    left: 193px;
  }

  .button-group-5.is-center {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-32 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .margin-bottom.margin-small {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .section {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section.padding-123px {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .hero-pic {
    max-width: 177%;
  }

  .div-block {
    background-color: #fff;
    width: 24rem;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .div-block-2 {
    position: relative;
    overflow: hidden;
  }

  .cloud-r {
    background-image: linear-gradient(225deg, #fff, #fff 50%, #fff0);
    width: 24rem;
    max-width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .cloud {
    background-image: linear-gradient(to right, #f7f7f8 100% 0%, #f7f7f8 50%, #f7f7f800);
    width: 24rem;
    max-width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .cloud.left {
    background-image: linear-gradient(to right, #f7f7f8, #f7f7f8 50%, #f7f7f800);
    inset: 0% auto 0% 0%;
  }

  .cloud.right {
    background-image: linear-gradient(270deg, #f7f7f8, #f7f7f8 50%, #f7f7f800 100%, #f7f7f8 100%, #f7f7f800);
    inset: 0% 0% 0% auto;
  }

  .logos-cloud {
    position: relative;
    overflow: hidden;
  }

  .navbar-wrapper {
    margin-left: -100px;
    margin-right: -100px;
  }

  .header_content {
    margin-right: 71px;
  }

  .header_image-wrapper {
    justify-content: flex-end;
  }

  .padding-global-2 {
    border-radius: 50px;
    margin-bottom: 0;
    padding-left: 100px;
    padding-right: 100px;
  }

  .avatar-circle.is-2 {
    right: 2%;
  }

  .avatar-circle.is-3.hide-mobile-portrait {
    bottom: 49%;
    right: 5%;
  }

  .avatar-circle.is-7 {
    right: 17%;
  }

  .section_header {
    margin-bottom: 40px;
  }

  .image-4 {
    border-radius: 67px;
    max-width: 87%;
  }

  .paragraph-normal {
    margin-left: 41px;
  }

  .anim-wrap {
    position: relative;
    left: -48px;
  }

  .heading-8 {
    font-size: 80px;
    position: relative;
  }

  .margin-bottom-2.margin-medium {
    margin-left: 47px;
  }

  .image-5 {
    position: relative;
  }

  .header_component-2 {
    margin-left: 75px;
  }

  .padding-section-medium-2 {
    margin-left: -20px;
  }

  .header_content-2 {
    left: 23px;
  }

  .image-6 {
    border: 1px #000;
  }

  .heading-9 {
    line-height: 58px;
  }

  .header-image-3 {
    right: 50px;
  }

  .hero-wrapper {
    width: 55%;
  }

  .button-3, .button-1 {
    transform: scale(1.4);
  }

  .image-44 {
    top: 54px;
    left: 181px;
  }

  .button-group-5.is-center {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .cloud-copy {
    background-image: linear-gradient(to right, #f7f7f8 100% 0%, #f7f7f8 50%, #f7f7f800);
    width: 24rem;
    max-width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .cloud-copy.left {
    background-image: linear-gradient(to right, #f7f7f8, #f7f7f8 50%, #f7f7f800);
    inset: 0% auto 0% 0%;
  }

  .cloud-copy.right {
    background-image: linear-gradient(270deg, #f7f7f8, #f7f7f8 50%, #f7f7f800 100%, #f7f7f8 100%, #f7f7f800);
    inset: 0% 0% 0% auto;
  }

  .cloud-lei {
    background-image: linear-gradient(to right, #f7f7f8 100% 0%, #f7f7f8 50%, #f7f7f800);
    width: 24rem;
    max-width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .cloud-lei.left {
    background-image: linear-gradient(to right, #f7f7f8, #f7f7f8 50%, #f7f7f800);
    inset: 0% auto 0% 0%;
  }

  .cloud-lei.right {
    background-image: linear-gradient(270deg, #f7f7f8, #f7f7f8 50%, #f7f7f800 100%, #f7f7f8 100%, #f7f7f800);
    inset: 0% 0% 0% auto;
  }
}

@media screen and (max-width: 991px) {
  .margin-huge {
    margin: 5rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .hide-tablet {
    display: none;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

  .padding-large {
    padding: 2.5rem;
  }

  .padding-section-medium {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

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

  .spacer-xxlarge {
    padding-top: 0;
  }

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

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

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

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

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

  .button-group {
    justify-content: center;
    align-items: center;
    position: relative;
    top: -9px;
  }

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

  .padding-xlarge {
    padding: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

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

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

  .margin-bottom.margin-small.z {
    z-index: 10;
    position: relative;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .layout408_card-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding: 0;
  }

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

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

  .layout364_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .layout364_card-content {
    padding: 1rem;
  }

  .layout361_card-content {
    padding: 2rem;
  }

  .card-row37_component {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .tab4_tabs-menu {
    display: none;
  }

  .cta39_card {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding: 1rem;
  }

  .cta39_card-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1rem;
  }

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

  .footer8_top-wrapper {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .footer8_form-block {
    min-width: auto;
  }

  .footer8_legal-list {
    justify-content: start;
  }

  .header75_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header75_content-bottom {
    justify-content: center;
    top: 0;
  }

  .header75_lightbox-image {
    max-height: 40rem;
  }

  .container {
    padding: 2%;
  }

  .container.is-menu {
    padding-bottom: 6.5em;
  }

  .button-text-sec {
    justify-content: center;
    position: relative;
  }

  .text-size-medium-section.text-color-sec {
    width: 80%;
  }

  .subheading {
    font-size: 1rem;
  }

  .project-content, .text-size-regular-service.text-align-center.text-color-sec {
    width: 100%;
  }

  .wrapper-service {
    padding: 1rem;
  }

  ._5-4-pic.r-1, ._5-4-pic.l-2, .webflow-pic.r-2, ._1-1-pic.r-3, ._1-1-pic.l-1, .cilent-pic.l-3 {
    display: none;
  }

  .split-content-wrapper {
    flex-direction: column;
  }

  .section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.padding-123px {
    padding-top: 79px;
    padding-bottom: 79px;
  }

  .section.padding-123px.terms-and-conditions {
    padding-top: 60px;
  }

  .grid-1-column.gap-15px.terms-and-conditions-grid-buttons {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .split-content.terms-and-conditions-right {
    max-width: 100%;
  }

  .split-content.terms-and-conditions-left {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .button-primary-2.button-white-v2.terms-and-conditions {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .horizontal-divider.margin-large {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .card {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .card.terms-and-conditions {
    padding: 70px 76px 90px;
  }

  .testimonial7_content {
    background-color: #ffffff2b;
  }

  .cloud, .cloud.left, .cloud.right {
    width: 8rem;
  }

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

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .text-span-5 {
    color: var(--bg--bg-prim-acc);
  }

  .header_content {
    margin-top: -73px;
    position: relative;
    top: -26px;
  }

  .padding-global-2 {
    flex-flow: column-reverse;
    display: flex;
  }

  .padding-section-large-2 {
    flex-flow: column;
    padding-top: 35px;
    padding-bottom: 37px;
    display: flex;
  }

  .header_component {
    grid-row-gap: 8rem;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    justify-items: center;
    min-height: auto;
    display: flex;
  }

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

  .image-4 {
    max-width: 85%;
  }

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

  .header-image3 {
    display: none;
  }

  .div-block-5 {
    margin-right: 4rem;
  }

  .paragraph-normal {
    text-align: center;
  }

  .header-image4 {
    display: none;
  }

  .home-header_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .home-header_content-left {
    padding-top: 0;
  }

  .header-image {
    display: block;
  }

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

  .anim-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .header-vector {
    margin-left: 288px;
  }

  .form-2 {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-image-bg {
    display: none;
  }

  .div-block-6 {
    justify-content: center;
    margin-bottom: 4rem;
  }

  .home-header_component {
    margin-top: 0;
  }

  .heading-8 {
    text-align: center;
    font-size: 6rem;
  }

  .header-image1, .header-image2 {
    display: none;
  }

  .padding-vertical-2.padding-xxhuge {
    padding-top: 4rem;
  }

  .text-field {
    width: 500px;
  }

  .margin-bottom-2.margin-xhuge {
    margin-bottom: 4rem;
  }

  .header_component-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

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

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

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

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .header-image-2 {
    width: 100%;
    height: 40%;
    top: 30%;
  }

  .header-grid {
    grid-template-columns: 1fr;
    padding-top: 5%;
  }

  .button-6 {
    justify-content: center;
    display: flex;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-5 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-14 {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }

  .partner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .number {
    font-size: 35px;
    line-height: 35px;
  }

  .text-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    padding: 50px 2rem 20px;
  }

  .hero-text-wrapper {
    width: 60%;
  }

  .div-block-26 {
    margin-top: 0;
  }

  .heading-h1 {
    color: #18a7b9;
    font-size: 54px;
    line-height: 66px;
  }

  .header-image-3 {
    width: 37%;
    right: 68px;
  }

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

  .nav-brand {
    margin-right: auto;
  }

  .hero-sec {
    padding-top: 80px;
  }

  .projects-done {
    font-size: 18px;
    line-height: 24px;
  }

  .icon-3 {
    color: #18a7b9;
  }

  .partner-sec {
    margin-top: 14px;
  }

  .hero-button-wrapper {
    padding-bottom: 70px;
  }

  .hero-wrapper {
    width: 85%;
    position: relative;
  }

  .nav-sec {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container-6.nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-3 {
    padding-bottom: 20px;
    right: 200px;
  }

  .div-block-27 {
    margin-top: 0;
  }

  ._2-col-grid {
    grid-column-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  ._2-col-grid.header {
    grid-template-columns: 1.25fr;
  }

  .grid-block.header-text-col {
    padding-top: 0;
  }

  .header-image-4 {
    width: 100%;
  }

  .nav_link {
    color: #fff;
  }

  .nav_link:hover {
    color: #202246;
  }

  .header-image-5 {
    width: 67%;
  }

  .home-header_content-left-2 {
    text-align: center;
    flex-flow: column;
    display: flex;
    position: relative;
    top: 20px;
  }

  .nav_component {
    overflow: visible;
  }

  .nav_container {
    flex: 1;
    justify-content: space-between;
  }

  .anim-wrap-2 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .button-nav {
    display: none;
  }

  .nav_menu-mobile-button {
    color: #fff;
    border: 1px solid #202246;
    padding: 14px;
  }

  .nav_menu-mobile-button.w--open {
    background-color: #0000;
  }

  .padding-vertical-3.padding-xxhuge {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-home-header-2 {
    padding-top: 0;
  }

  .icon {
    color: #202246;
  }

  .home-header_grid-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .home-header_content-right-2 {
    position: relative;
    top: 47px;
  }

  .nav_link-wrapper {
    background-color: #3fba96;
  }

  .button-hed {
    display: none;
  }

  .anim-wrap-2-cop {
    text-align: center;
    justify-content: center;
    display: flex;
    top: 18px;
    left: -19px;
  }

  .container-large-4 {
    display: flex;
  }

  .card-wrapper-1 {
    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;
  }

  .content-wrapper {
    grid-column-gap: 5.1rem;
    grid-row-gap: 5.1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    place-items: center;
    display: grid;
  }

  .main-wrapper-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 10px;
    padding-bottom: 20px;
  }

  .flex-h {
    flex-flow: column;
  }

  .arrow-button-2:hover {
    background-position: 70%;
  }

  .section_big {
    flex-flow: column;
    padding-top: 10%;
    padding-bottom: 0%;
  }

  .job-item-1c {
    border-radius: 20px;
  }

  .button-sec-one.max-width-full-mobile-portrait {
    flex-flow: column;
    display: flex;
  }

  .anim-wrap-t {
    text-align: center;
    justify-content: center;
    display: flex;
  }

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

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

  .nav-menu-two-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

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

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

  .hero-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    top: 22px;
  }

  .hero-thumb {
    position: relative;
    top: -22px;
  }

  .hero-text, .hero-title {
    text-align: center;
  }

  .hero-shape-1-wrap {
    right: 80px;
  }

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

  .hero-thumb-wrap {
    text-align: center;
    width: 100%;
    margin-top: 80px;
    overflow: clip;
  }

  .hero-layout {
    flex-flow: column-reverse;
  }

  .hero-brand-shape {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .hero-shape-2-wrap {
    left: -60px;
  }

  .mobile-menu {
    z-index: 99;
    background-color: var(--bg--bg-tri);
    text-align: center;
    border-radius: 5px;
    flex-flow: column;
    justify-content: center;
    padding: 10px 60px 5px;
    display: inline-flex;
    position: absolute;
    inset: 45px 0% auto;
  }

  .mobile-nav-btn {
    text-align: center;
    background-color: #0b0b0b;
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mobile-menu-link {
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
  }

  .menu-bar {
    cursor: pointer;
    display: block;
  }

  .nav-right {
    display: none;
  }

  .nav-layout {
    position: relative;
  }

  .container-10 {
    border: 1px #0000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .help-holder {
    flex-direction: column;
    display: flex;
  }

  .container-11 {
    border: 1px #0000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-header-title {
    font-size: 80px;
  }

  .section_home-brands {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section_home-header {
    padding-top: 140px;
  }

  .feature-tab-content-card-img {
    max-width: 60%;
  }

  .footer-content-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cta-content-wrapper {
    max-width: 340px;
  }

  .navbar-desktop-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature-tab-component-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-faq-component {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brand-logo-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .section-title-wrapper.home-faq-title-wrapper {
    margin-bottom: 48px;
  }

  .footer-content-left {
    max-width: 280px;
  }

  .home-content-left-video {
    padding: 24px;
  }

  .cta-contents-block {
    padding: 60px;
  }

  .navbar-desktop-button {
    padding: 12px 20px;
  }

  .home-content-right-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section_home-features {
    padding-top: 80px;
  }

  .home-header-contents {
    max-width: 100%;
  }

  .section_home-reviews {
    padding-top: 80px;
  }

  .home-content-right, .home-review-card {
    padding: 24px;
  }

  .feature-tab-content-bottom-count {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .home-header-contents-wrapper {
    flex-flow: column;
    justify-content: space-between;
  }

  .faq-item-row {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-burger-wrapper.w--open {
    color: #0d213d;
    background-color: #0000;
  }

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

  .nav-button-wrapper {
    display: none;
  }

  ._2-col-grid-2 {
    grid-template-columns: 1fr;
  }

  .nav-menu-2 {
    background-color: #f4f6fa;
    border-radius: 30px;
    margin: 16px;
    padding: 16px;
  }

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

  ._3-col-grid.testimonial {
    grid-template-columns: 1.25fr;
  }

  .hero-image-wrap {
    width: 100%;
    min-height: auto;
  }

  .navigation-block-right {
    width: 100%;
  }

  .container-navigation {
    z-index: 99;
    position: relative;
  }

  .navigation-link-wrap {
    display: none;
  }

  .paragraph-hero {
    text-align: center;
  }

  .hero-block {
    justify-content: center;
    width: 100%;
  }

  .dropdown-toggle {
    padding: 0;
  }

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

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

  .content-block-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .mobile-button-link {
    background-color: #54668114;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    padding: 17px;
    display: flex;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .header-2 {
    padding-top: 160px;
  }

  .dropdown-mobile {
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .hero-content-2 {
    flex-wrap: wrap;
  }

  .mobiel-dropdown {
    right: 10%;
  }

  .mobiel-dropdown.w--open {
    background-color: #fff;
    border-radius: 15px;
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    box-shadow: 1px 1px 3px #54668121;
  }

  .dropdown-link {
    color: #3b4c5b;
    border-radius: 10px;
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .dropdown-link:hover {
    background-color: #73a7d417;
  }

  .dropdown-link.w--current {
    color: #ff6f20;
  }

  .section-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column-wrap-reversed {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  .container-16.space-below {
    margin-bottom: 80px;
  }

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

  .column {
    width: 100%;
  }

  .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
    display: flex;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

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

  .blog-card {
    padding: 20px 20px 35px;
  }

  .section-blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .feature-number-wrap {
    flex-direction: column;
  }

  .arrow-image {
    display: none;
  }

  .arrow-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .arrow-image-mobile {
    display: block;
    position: relative;
    left: 55px;
  }

  .arrow-image-mobile-02 {
    display: block;
    position: relative;
    left: -55px;
  }

  .statistic-circle-wrap {
    width: 100%;
  }

  .feature {
    flex-direction: column;
  }

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

  .testimonial-image-block {
    padding: 30px;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .footer-column-large {
    width: 40%;
  }

  .footer-column-2 {
    width: 20%;
  }

  .menu-button-5, .menu-button-5.w--open {
    background-color: #183b56;
  }

  .icon-5, .nav-link-text {
    color: #fff;
  }

  .get-it-now {
    color: #1565d8;
    border-style: none;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    padding: 20px;
    display: block;
  }

  .nav-menu-3 {
    background-color: #183b56;
  }

  .banner-item-wrap {
    grid-column-gap: 55px;
  }

  .button-15 {
    max-width: none;
    height: auto;
    max-height: none;
    padding: 14px 20px;
  }

  .button-wrap {
    grid-column-gap: 55px;
  }

  .hero-grid-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .banner-divider {
    left: 43%;
  }

  .h2.topics-h2 {
    text-align: center;
  }

  .h2.topics-h2.not-center {
    text-align: left;
  }

  .h2.quote-h2 {
    text-align: center;
  }

  .paragraph-large {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .badges.topics-badge, .badges.speakers-badge, .badges.archive-badge {
    margin-left: auto;
    margin-right: auto;
  }

  .badges.archive-badge.not-center {
    margin-left: 0;
    margin-right: 0;
  }

  .badges.item-badge, .badges.ticket-badge {
    margin-left: auto;
    margin-right: auto;
  }

  .qoute-title {
    text-align: center;
  }

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

  .archive-wrap {
    display: block;
  }

  .archive-content-wrap {
    height: auto;
    margin-top: -110px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px;
  }

  .ticket-grid {
    margin-bottom: -152px;
  }

  .button-16 {
    max-width: none;
    height: auto;
    max-height: none;
    padding: 14px 20px;
  }

  .footer-logo-area {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer-4 {
    padding: 74px 20px;
  }

  .footer-flex-container-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-link-list {
    text-align: center;
  }

  .last-footer-grid {
    margin-top: 62px;
  }

  .testimonial_client-logo {
    height: 1.2rem;
  }

  .experience_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: .55fr 1fr;
  }

  .button-inner-shadow {
    display: none;
  }

  .menu-icon_line-middle {
    background-color: #fbefef73;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .capability_list {
    grid-column-gap: 2rem;
  }

  .menu-icon_line-bottom, .menu-icon_line-top {
    background-color: #fbefef73;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .portfolio_item {
    width: 55vw;
    height: 36vw;
  }

  .experience_timeline-step {
    grid-column-gap: 24px;
  }

  .navbar_container {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0d0d0de6;
    border: 2px solid #1d1d1d;
    border-radius: .5rem;
    grid-template-columns: .25fr 1fr;
    padding: .2rem;
    display: flex;
    position: relative;
  }

  .page-wrapper-3 {
    cursor: auto;
  }

  .portfolio_list-wrapper.is-bottom {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .navbar_component {
    position: fixed;
  }

  .cursor-wrapper {
    display: none;
  }

  .testimonial_component {
    grid-column-gap: 2rem;
  }

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

  .footer_bottom-wrapper {
    grid-template-columns: 1fr;
    place-items: center start;
  }

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

  .navbar_button-wrapper {
    align-items: center;
  }

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

  .padding-section-large-3.is-header {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .portfolio_wrapper {
    padding-bottom: 2rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .logo_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-columns: max-content;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .footer_top-wrapper {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

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

  .header-100svh {
    min-height: 100svh;
  }

  .page-wrapper-4 {
    cursor: auto;
  }

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

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

  .padding-section-large-4.is-header {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .map-dot {
    font-size: 5vw;
    line-height: 5vw;
  }

  .map-dot.is-6 {
    margin-top: 0;
    margin-left: 0;
  }

  .map-dot-mobile {
    font-size: 5vw;
    line-height: 5vw;
  }

  .map-dot-mobile.is--6 {
    margin-top: 0;
    margin-left: 0;
  }

  .next-podcast {
    transition-property: opacity;
  }

  .next-podcast:hover {
    opacity: .8;
    transform: none;
  }

  .heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .curve-absolute {
    top: -9.4rem;
  }

  .pause.el-hidden {
    transition-property: opacity;
  }

  .pause.el-hidden:hover {
    opacity: .8;
    transform: none;
  }

  .particles-absolute.pa-12 {
    top: 3.6rem;
    right: -3.7rem;
  }

  .particles-absolute.pa-11 {
    top: 2.8rem;
    left: -3.8rem;
  }

  .footer-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .roadmap-wrap {
    margin-bottom: 6rem;
  }

  .map-pin-popup.dialog-opened {
    display: none;
  }

  .howitworks-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .previous-podcast {
    transition-property: opacity;
  }

  .previous-podcast:hover {
    opacity: .8;
    transform: none;
  }

  .team-collection-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .logo-5.w--current {
    padding-left: 0;
  }

  .heading-style-h3-2 {
    font-size: 2.25rem;
  }

  .faq-wrapper {
    padding-top: 2rem;
  }

  .iphone-mockup.is-second {
    width: 300px;
  }

  .heading-style-h2-4 {
    font-size: 2.75rem;
  }

  .play {
    transition-property: opacity;
    transform: none;
  }

  .play:hover {
    opacity: .79;
    transform: none;
  }

  .podcast-tabs-content {
    min-height: 32rem;
    margin-right: 2rem;
  }

  .features-item1 {
    flex-direction: column;
  }

  .features-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .navbar_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .hero-form-wrapper {
    grid-column-gap: 1rem;
  }

  .menu-icon_line-top-2, .menu-icon_line-bottom-2 {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .hero-heading-h1 {
    font-size: 5.5rem;
  }

  .navbar_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0f0f0f;
    background-clip: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .form-wrapper {
    grid-column-gap: 1rem;
  }

  .brands-top-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .footer_top-wrapper-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .navbar_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon_line-middle-2 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .why-us-image-wrapper {
    height: 24rem;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu-2.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .section_steps {
    margin-top: 0;
  }

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

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .feature_3_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .footer_top-wrapper-3 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar_menu-buttons-2 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .image-28 {
    margin-top: 0;
  }

  .feature_2_component {
    grid-column-gap: 3rem;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .navbar_dropdown-toggle-2 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .image-29 {
    max-width: 40%;
  }

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

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

  .paragraph-16 {
    text-align: center;
    max-width: 33rem;
  }

  .paragraph-16.is-offwhite {
    text-align: center;
    max-width: 40rem;
  }

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

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

  .navbar_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list-2.w--open {
    border-style: none;
    padding: 0;
  }

  .heading-style-h1-3 {
    text-align: center;
    font-size: 3.25rem;
  }

  .image-31 {
    width: 22rem;
    height: 14rem;
    margin-top: 0;
    overflow: auto;
  }

  .image-32 {
    width: 19rem;
    left: 184px;
  }

  .cta_component {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

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

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

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button-group-4 {
    flex-direction: column;
    margin-top: 0;
  }

  .button-group-4.is-center {
    margin-top: 0;
  }

  .navbar_dropdown-link-2 {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

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

  .feature_1_component {
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    min-height: auto;
  }

  .image-33 {
    max-width: 35%;
  }

  .navbar_menu-button-3.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .footer_menu-wrapper-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
  }

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

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

  .hero_image-wrapper {
    width: 40rem;
    height: 40rem;
  }

  .navbar_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

  .image-39 {
    margin-top: 0;
  }

  .image-40 {
    max-width: 40%;
  }

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

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

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

  .heading-style-h1-4 {
    text-align: center;
    font-size: 3.25rem;
  }

  .image-43 {
    width: 22rem;
    height: 14rem;
    margin-top: 0;
    overflow: auto;
  }

  .image-44 {
    width: 19rem;
    left: 184px;
  }

  .navbar_menu-buttons-3 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

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

  .button-group-5 {
    flex-direction: column;
    margin-top: 0;
  }

  .button-group-5.is-center {
    margin-top: 0;
  }

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

  .image-45 {
    max-width: 35%;
  }

  .navbar_menu-button-4.w--open {
    background-color: #0000;
  }

  .footer_menu-wrapper-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
  }

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

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

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

  .image-52 {
    margin-top: 0;
  }

  .image-53 {
    max-width: 40%;
  }

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

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

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

  .heading-style-h1-5 {
    text-align: center;
    font-size: 3.25rem;
  }

  .image-55 {
    width: 22rem;
    height: 14rem;
    margin-top: 0;
    overflow: auto;
  }

  .image-56 {
    width: 19rem;
    left: 184px;
  }

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

  .button-group-6 {
    flex-direction: column;
    margin-top: 0;
  }

  .button-group-6.is-center {
    margin-top: 0;
  }

  .image-57 {
    max-width: 35%;
  }

  .footer_menu-wrapper-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
  }

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

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

  .hero_image-wrapper-2 {
    width: 40rem;
    height: 40rem;
  }

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

  .image-64 {
    margin-top: 0;
  }

  .image-65 {
    max-width: 40%;
  }

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

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

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

  .heading-style-h1-6 {
    text-align: center;
    font-size: 3.25rem;
  }

  .image-67 {
    width: 22rem;
    height: 14rem;
    margin-top: 0;
    overflow: auto;
  }

  .image-68 {
    width: 19rem;
    left: 184px;
  }

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

  .button-group-7 {
    flex-direction: column;
    margin-top: 0;
  }

  .button-group-7.is-center {
    margin-top: 0;
  }

  .image-69 {
    max-width: 35%;
  }

  .footer_menu-wrapper-5 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
  }

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

  .navbar_link-3 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

  .button-23.is-small {
    display: inline-flex;
  }

  .image-76 {
    margin-top: 0;
  }

  .image-77 {
    max-width: 40%;
  }

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

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

  .image-79 {
    width: 22rem;
    height: 14rem;
    margin-top: 0;
    overflow: auto;
  }

  .image-80 {
    width: 19rem;
    left: 184px;
  }

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

  .button-group-8 {
    flex-direction: column;
    margin-top: 0;
  }

  .button-group-8.is-center {
    margin-top: 0;
  }

  .image-81 {
    max-width: 35%;
  }

  .footer_menu-wrapper-6 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
  }

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

  .hero_image-wrapper-3 {
    width: 40rem;
    height: 40rem;
  }

  .navbar_link-4 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: inline-flex;
  }

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

  .image-88 {
    margin-top: 0;
  }

  .navbar_dropdown-toggle-3 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .image-89 {
    max-width: 40%;
  }

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

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

  .navbar_dropdown-list-3 {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list-3.w--open {
    border-style: none;
    padding: 0;
  }

  .image-91 {
    width: 22rem;
    height: 14rem;
    margin-top: 0;
    overflow: auto;
  }

  .image-92 {
    width: 19rem;
    left: 184px;
  }

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

  .button-group-9 {
    flex-direction: column;
    margin-top: 0;
  }

  .button-group-9.is-center {
    margin-top: 0;
  }

  .image-93 {
    max-width: 35%;
  }

  .footer_menu-wrapper-7 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
  }

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

  .hero_image-wrapper-4 {
    width: 40rem;
    height: 40rem;
  }

  .navbar_link-5 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .cloud-copy, .cloud-copy.left, .cloud-copy.right, .cloud-lei, .cloud-lei.left, .cloud-lei.right {
    width: 8rem;
  }

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

  .navbar_menu-buttons-4 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .image-105 {
    margin-top: 0;
  }

  .navbar_dropdown-toggle-4 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .image-106 {
    max-width: 40%;
  }

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

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

  .navbar_dropdown-list-4 {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list-4.w--open {
    border-style: none;
    padding: 0;
  }

  .image-108 {
    width: 22rem;
    height: 14rem;
    margin-top: 0;
    overflow: auto;
  }

  .image-109 {
    width: 19rem;
    left: 184px;
  }

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

  .button-group-10 {
    flex-direction: column;
    margin-top: 0;
  }

  .button-group-10.is-center {
    margin-top: 0;
  }

  .image-110 {
    max-width: 35%;
  }

  .navbar_menu-button-5.w--open {
    background-color: #0000;
  }

  .footer_menu-wrapper-8 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
  }

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

  .hero_image-wrapper-5 {
    width: 40rem;
    height: 40rem;
  }

  .navbar_link-6 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .button-26 {
    color: var(--bg--bg-primary-inv);
    background-color: #3898ec08;
    flex-flow: column;
    align-items: center;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    display: flex;
    position: relative;
    top: 6px;
  }

  .button-27 {
    color: var(--bg--bg-primary-inv);
    background-color: #3898ec00;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .text-style-nowrap {
    white-space: normal;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .margin-top.margin-minuslarge {
    margin-top: 0;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

  .padding-large {
    padding: 2rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

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

  .padding-xsmall {
    padding: .75rem;
  }

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

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

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

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .text-align-center {
    position: relative;
    top: -29px;
  }

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

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

  .heading-style-h6 {
    font-size: 1.125rem;
  }

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

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

  .padding-xlarge {
    padding: 2.5rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

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

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

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

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

  .margin-bottom.margin-small {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .layout408_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout408_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .layout408_card-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1.5rem;
  }

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

  .testimonial21_content {
    padding: 1.5rem;
  }

  .testimonial21_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial21_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .layout364_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout364_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .layout364_card-content {
    padding: 1.5rem;
  }

  .layout361_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column-reverse;
    align-items: center;
    display: flex;
  }

  .layout361_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .layout361_image {
    width: 100%;
  }

  .layout361_card-content {
    padding: 1.5rem;
  }

  .card-row37_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .card-row37_card-content {
    padding: 1.5rem;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

  .faq4_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tab4_component {
    align-items: center;
  }

  .tab4_tabs-menu {
    min-width: auto;
    max-width: 100%;
  }

  .cta39_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta39_card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1rem;
  }

  .cta39_card-content {
    padding: 0;
  }

  .footer8_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .footer8_link-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
  }

  .footer8_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer8_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-content: start;
    justify-items: start;
  }

  .footer8_credit-text {
    margin-top: 2rem;
  }

  .header75_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header75_content-bottom {
    height: auto;
  }

  .header75_lightbox-image {
    max-height: 30rem;
  }

  .container.is-menu {
    padding-top: 0%;
    padding-bottom: 0;
  }

  .menu_wrap {
    border: 1px #0000;
    border-radius: 0;
    padding: 0;
  }

  .button-primary.max-width-full-mobile-landscape {
    padding-left: 0;
  }

  .text-size-medium-hero, .text-size-medium-section {
    font-size: 1rem;
  }

  .project-content, .text-size-regular-project.text-color-sec.hide-mobile-portrait {
    width: 100%;
  }

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

  .section {
    padding-top: 113px;
    padding-bottom: 113px;
  }

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

  .section.padding-123px.terms-and-conditions {
    padding-top: 50px;
  }

  .grid-1-column.gap-15px.terms-and-conditions-grid-buttons {
    grid-template-columns: 1fr;
  }

  .button-primary-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .horizontal-divider.margin-large {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .card {
    border-radius: 20px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .card.terms-and-conditions {
    padding: 60px 35px 75px;
  }

  .testimonial {
    padding: 1.5rem;
  }

  .testimonial7_component {
    padding-bottom: 3rem;
  }

  .testimonial7_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: max-content max-content max-content max-content max-content max-content max-content max-content max-content max-content max-content;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .header_content {
    margin-top: -13px;
  }

  .reel-pay-card {
    width: 15rem;
  }

  .avatar-circle {
    width: 4rem;
  }

  .avatar-circle.is-2 {
    width: 120px;
    bottom: 34%;
    right: -19%;
  }

  .avatar-circle.is-6 {
    width: 85px;
    bottom: 28%;
    left: -14%;
  }

  .avatar-circle.is-3 {
    right: 17%;
  }

  .avatar-circle.is-3.hide-mobile-portrait {
    border-radius: 25%;
    bottom: 68%;
    right: 2%;
  }

  .avatar-circle.is-1 {
    top: -7%;
    left: 2%;
  }

  .avatar-circle.is-4 {
    top: -5%;
    right: 6%;
  }

  .avatar-circle.is-5 {
    top: -19%;
  }

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

  .customer-satisfaction-illustration.hide-mobile-portrait {
    top: -110px;
    left: 161px;
  }

  .header_component {
    grid-row-gap: 3rem;
  }

  .paragraph-normal {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .header-vector {
    width: 176px;
    margin-left: 208px;
  }

  .form-2 {
    width: 472px;
  }

  .heading-8 {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .text-block {
    font-size: 56px;
  }

  .text-field {
    width: 472px;
  }

  .padding-global-3.padding-section-large {
    padding: 5rem 1.25rem;
  }

  .header_component-2 {
    grid-row-gap: 3rem;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

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

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

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .company-cards {
    display: block;
  }

  .column-2 {
    margin-bottom: auto;
    padding-left: 0;
    position: static;
  }

  .grid-3 {
    flex-flow: column;
    align-items: center;
    display: flex;
    position: relative;
    bottom: auto;
  }

  .heading-11 {
    flex: 0 auto;
    padding-right: 0;
  }

  .paragraph-4 {
    text-align: left;
  }

  .pill.blue, .pill.red {
    justify-content: center;
    display: flex;
  }

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

  .heading-13 {
    flex: 0 auto;
    padding-right: 0;
  }

  .job-item-3c {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .grid-5 {
    flex-flow: column;
  }

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

  .paragraph-6 {
    text-align: left;
  }

  .column-3 {
    justify-content: center;
    margin-bottom: 48px;
    display: flex;
  }

  .div-block-21 {
    padding-top: 43px;
  }

  .credits {
    text-align: center;
    display: block;
  }

  .div-block-22 {
    display: block;
  }

  .footer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-23 {
    padding-top: 43px;
  }

  .div-block-24, .div-block-25 {
    display: block;
  }

  .header {
    padding-bottom: 100px;
  }

  .partner-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    border-radius: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 50px;
    padding-bottom: 55px;
  }

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

  .nav-menu {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

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

  .projects-done {
    font-size: 16px;
    line-height: 22px;
  }

  .partner-sec {
    margin-top: -40px;
  }

  .hero-wrapper {
    width: 100%;
  }

  .container-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-link-3 {
    padding-top: 20px;
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .nav-link-3.w--current {
    padding-top: 20px;
  }

  .section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  ._2-col-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .paragraph-normal-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .nav_component {
    padding-bottom: 10px;
  }

  .heading-17 {
    font-size: 56px;
    line-height: 68px;
  }

  .padding-global-6 {
    padding-bottom: 0;
  }

  .content-wrapper {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    left: -41px;
  }

  .main-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .section_big {
    flex-flow: column;
  }

  .job-item-1c, .job-item-2c {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .navbar-logo-left-container-3 {
    max-width: 100%;
  }

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

  .nav-menu-two-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-3 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .hero-text-wrap {
    margin-bottom: 20px;
  }

  .hero-title {
    font-size: 52px;
    line-height: 60px;
  }

  .hero-shape-1-wrap {
    right: -56px;
  }

  .hero-section {
    overflow: hidden;
  }

  .hero-padding {
    padding-bottom: 100px;
  }

  .hero-brand-shape {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .hero-shape-2-wrap {
    left: -82px;
  }

  .mobile-menu {
    background-color: var(--bg--color-fine);
    padding-left: 0;
    padding-right: 0;
  }

  .container-10, .container-11 {
    max-width: 1000px;
    padding-top: 0;
  }

  .paragraph-xl {
    text-align: justify;
  }

  .footer-content-left-text {
    margin-top: 16px;
  }

  .nav-hamburger {
    z-index: 100;
    background-color: #ebfd4a;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 53px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .home-header-title {
    font-size: 60px;
    line-height: 62px;
  }

  .section_home-brands {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .navbar-desktop-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #18191c;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 100px;
    padding-bottom: 60px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
    transform: translate(0, -100%);
  }

  .home-header-img-bubbles-wrapper {
    left: -8px;
  }

  .cta-content-wrapper {
    text-align: center;
    max-width: 480px;
  }

  .footer-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 30px;
  }

  .home-header-text-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .section-faq-component {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-header-infotext-wrapper {
    margin-top: 10px;
  }

  .brand-logo-block {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .section-title-wrapper, .section-title-wrapper.home-faq-title-wrapper {
    max-width: 480px;
  }

  .nav-lottie-hamburger {
    width: 150px;
    height: 140px;
    position: absolute;
    inset: -83% 0% 0% -73%;
  }

  .brand-logo-wrapper {
    max-width: 180px;
  }

  .home-reviews-box {
    grid-template-columns: 1fr;
  }

  .cta-contents-block {
    flex-flow: column;
    padding: 40px;
  }

  .navbar-desktop-button {
    background-color: #8861f2;
  }

  .navbar-desktop-logo-wrapper.w--current {
    z-index: 100;
    position: relative;
  }

  .navbar-desktop {
    z-index: 99;
  }

  .section_home-features, .section_home-reviews {
    padding-top: 60px;
  }

  .footer-contents-block {
    flex-flow: wrap;
  }

  .feature-tab-component-content-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  .home-contents-block {
    grid-template-columns: 100%;
    margin-bottom: 30px;
  }

  .navbar-desktop-right {
    z-index: 10;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }

  .feature-tab-component-menus {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .header-title-text {
    font-size: 14px;
  }

  .orange-icon-embed {
    width: 1.5rem;
    height: 1.5rem;
  }

  .header-top-wrapper {
    margin-bottom: 18px;
  }

  .phone-wrap, .navigation-link-wrap, .button-navigation {
    display: none;
  }

  .section-logo {
    padding-top: 20px;
  }

  .full-logo-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .section-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .content-block-right {
    padding: 10px;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-blog {
    padding-left: 3%;
    padding-right: 3%;
  }

  .testimonial-columns-2 {
    flex-direction: column;
  }

  .logo-4 {
    width: 130px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .footer-column-large {
    width: 50%;
    margin-bottom: 25px;
  }

  .footer-column-2 {
    width: 50%;
  }

  .paragraph-normal-3 {
    text-align: center;
  }

  .banner-divider {
    left: 43%;
  }

  .h1-display-3, .h2.topics-h2, .h2.ticket-item-h2 {
    text-align: center;
  }

  .badges.item-badge {
    top: 16px;
    right: 16px;
  }

  .topics-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .h3-2, .h3-2.topics-h3 {
    text-align: center;
  }

  .topics-link-block {
    justify-content: center;
  }

  .container-small-2 {
    max-width: 100%;
  }

  .quote-block, .quote-icon-q {
    text-align: center;
  }

  .speakers-wrap {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .speaker-item {
    margin-top: 48px;
  }

  .speaker-item.no-margin {
    margin-top: 28px;
  }

  .speaker-item.side_up-margin {
    text-align: center;
    margin-top: 48px;
  }

  .check-item {
    justify-content: center;
  }

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

  .paragraph-normal-4 {
    text-align: center;
  }

  .archive-wrap {
    flex-direction: column;
  }

  .archive-content-wrap {
    width: auto;
    margin-top: -52px;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ticket-grid {
    grid-template-columns: 1fr;
    place-items: center;
    margin-bottom: -130px;
  }

  .paragraph-normal-5 {
    text-align: center;
  }

  .ticket-item-image {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h4-3.ticket-h4, .circle-badge-icon {
    text-align: center;
  }

  .footer-logo-area {
    text-align: center;
    flex-direction: row;
    margin-bottom: 26px;
    display: block;
  }

  .footer-4 {
    padding: 40px 20px;
  }

  .footer-flex-container-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-link-list {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer_legal-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .experience_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .testimonial_client-logo {
    height: 1.4rem;
  }

  .header_title {
    font-size: 2.5rem;
  }

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

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

  .experience_progress-bar-wrapper {
    left: 3.4rem;
  }

  .footer_credit-text {
    order: 1;
  }

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

  .button-17.is-navbar-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-17.is-portfolio {
    inset: auto auto 0% 0%;
    transform: translate(10%, -10%);
  }

  .button-17.is-portfolio.is-right {
    inset: auto 0% 0% auto;
    transform: translate(-10%, -10%);
  }

  .button-17.is-icon {
    justify-content: center;
  }

  .partner_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo_wrapper {
    padding: .5rem;
  }

  .experience_available-button {
    justify-content: center;
  }

  .heading-style-h4-2 {
    font-size: 1rem;
  }

  .cta_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .experience_content-left {
    text-align: center;
  }

  .testimonial_col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .experience_profile-image {
    margin-left: auto;
    margin-right: auto;
  }

  .process_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-style-h5-2 {
    font-size: .875rem;
  }

  .portfolio_list-wrapper.is-bottom {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .navbar_logo-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .partner_wrapper {
    padding: .75rem 1rem;
  }

  .button-group-3 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .button-group-3.is-center.is-testimonial {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .process_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .footer_certificate-image {
    width: 100%;
  }

  .process_card-content {
    padding: 1.5rem;
  }

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

  .logo_logo {
    max-height: 2rem;
  }

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

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

  .footer_link-list {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
  }

  .portfolio_wrapper {
    padding-bottom: 1.5rem;
  }

  .navbar_text-wrapper {
    display: none;
  }

  .header_testimonial-content {
    align-self: center;
    align-items: center;
  }

  .logo_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: max-content auto;
    grid-template-columns: 30% 30% 30%;
    grid-auto-columns: 30%;
    justify-content: center;
    padding-top: 1rem;
    display: flex;
  }

  .footer_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .header_logo {
    width: 10.2rem;
    margin-bottom: -.85rem;
    transform: translate(0, -55%);
  }

  .portfolio_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .button-18.is-navbar-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-18.is-portfolio {
    inset: auto auto 0% 0%;
    transform: translate(10%, -10%);
  }

  .button-18.is-portfolio.is-right {
    inset: auto 0% 0% auto;
    transform: translate(-10%, -10%);
  }

  .button-18.is-icon {
    justify-content: center;
  }

  .heading-style-h4-3 {
    font-size: 1rem;
  }

  .heading-style-h5-3 {
    font-size: .875rem;
  }

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

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

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

  .heading-style-h5-4 {
    font-size: 1.75rem;
  }

  .howitworks-content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .faq-body-cont {
    padding-left: 24px;
    padding-right: 24px;
  }

  .podcast-tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    order: -1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 100%;
    height: 7rem;
    margin-bottom: 1rem;
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
    overflow: auto;
  }

  .team-wrapper {
    padding-bottom: 0;
  }

  .podcast-list-title {
    display: none;
  }

  .map-dot.is-6, .map-dot-mobile.is--6 {
    margin-top: 0;
    margin-left: 0;
  }

  .roadmap-component {
    display: none;
  }

  .heading-style-h1-2 {
    font-size: 4rem;
  }

  .curve-absolute {
    display: none;
  }

  .menu-action-text {
    font-size: 1rem;
    display: none;
  }

  .shape-absolute {
    display: none;
  }

  .faq {
    padding-left: 24px;
    padding-right: 24px;
  }

  .podcast-tab-link {
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding: .25rem;
  }

  .podcast-tab-link:hover {
    transform: none;
  }

  .podcast-number {
    font-size: 1rem;
  }

  .podcast-actions {
    flex-direction: column;
  }

  .particles-absolute.pa-12 {
    top: -5.3rem;
    right: -7.3rem;
  }

  .particles-absolute.pa-11 {
    top: -1.7rem;
    left: -7.5rem;
  }

  .map-number {
    font-size: 1.5rem;
    line-height: 6vw;
  }

  .podcast-tabs {
    flex-direction: column;
    align-items: center;
  }

  .map-pin-popup.dialog-opened._8-title.popup-bottom, .map-pin-popup.dialog-opened._1-mint, .map-pin-popup.dialog-opened._5-title, .map-pin-popup.dialog-opened._6-title.popup-bottom, .map-pin-popup.dialog-opened._4-title {
    display: none;
  }

  .map-pin-popup.dialog-opened._7-title {
    margin-left: 1em;
    display: none;
  }

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

  .faq-answer {
    font-size: 16px;
    line-height: 24px;
  }

  .box-inner {
    color: #0e080e;
  }

  .button-row.button-row-center {
    padding-bottom: 0;
  }

  .image-24 {
    width: 100%;
  }

  .team-collection-list {
    grid-template-columns: 1fr;
  }

  .map-dialog-mobile {
    z-index: 10;
    margin-bottom: 10rem;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }

  .podcast-content {
    min-height: 40rem;
  }

  .section-howitworks {
    overflow: hidden;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

  .faq-wrapper {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .iphone-mockup {
    width: 40%;
  }

  .iphone-mockup.is-second {
    order: 1;
    width: 52%;
  }

  .podcast-component {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-clone {
    margin-right: 0;
  }

  .max-width-small-2 {
    order: -1;
  }

  .heading-style-h2-4 {
    font-size: 3rem;
  }

  .page-padding-5 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .play-indicator {
    display: none;
  }

  .howitworks-mobile {
    display: block;
  }

  .howitworks-iphone-wrapper, .podcast-list-time {
    display: none;
  }

  .podcast-list-img {
    width: 3.5rem;
    height: 3.5rem;
  }

  .podcast-tabs-content {
    align-self: center;
    width: 88%;
    min-height: auto;
    margin-right: 0;
  }

  .features-item1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .box {
    width: 1.6em;
    height: 1.6em;
  }

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .roadmap-component-mobile {
    padding-bottom: 3rem;
    display: block;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .cta-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .footer_credit-text-2 {
    margin-top: 2rem;
  }

  .work_component {
    flex-flow: column;
  }

  .hero-heading-h1 {
    font-size: 4rem;
    line-height: 1;
  }

  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .navbar_logo-link-2 {
    padding-left: 0;
  }

  .work-card {
    padding: 1rem;
  }

  .navbar_component-2 {
    height: auto;
    min-height: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .work-header {
    width: 100%;
  }

  .why-us-wrapper {
    grid-template-columns: 1fr;
  }

  .brands-top-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .cta_form-block {
    min-width: auto;
  }

  .footer_bottom-wrapper-2 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer_top-wrapper-2 {
    grid-row-gap: 3rem;
  }

  .brands-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .work_cards-grid {
    width: 100%;
  }

  .why-us-image-wrapper {
    height: 20rem;
  }

  .why-us-wrapper-set {
    grid-template-columns: 1fr;
  }

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

  .feature_3_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .testimonial_content-2 {
    padding: 1.5rem;
  }

  .footer_top-wrapper-3 {
    grid-row-gap: 3rem;
  }

  .feature_2_content {
    max-width: 28rem;
  }

  .heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .services_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

  .gallery_image-wrapper {
    width: 18rem;
  }

  .feature_3_content {
    max-width: 28rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .testimonial_client-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .faq_icon {
    width: 1.75rem;
  }

  .paragraph-16 {
    max-width: none;
  }

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

  .heading-style-h1-3 {
    font-size: 2.5rem;
  }

  .feature_1_content, .max-width-large-5.align-center {
    max-width: 28rem;
  }

  .image-32 {
    width: 14rem;
    left: 126px;
  }

  .cta_component {
    grid-row-gap: 3rem;
  }

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

  .footer_bottom-wrapper-3 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

  .footer_credit-text-3 {
    margin-top: 2rem;
  }

  .text-size-medium-6 {
    font-size: 1rem;
  }

  .spacer-xsmall-2 {
    padding-top: .75rem;
  }

  .footer_menu-wrapper-2 {
    grid-column-gap: 1.5rem;
  }

  .footer_legal-list-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

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

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

  .hero_image-wrapper {
    width: 30rem;
  }

  .navbar_component-3 {
    height: auto;
    min-height: 4rem;
  }

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

  .navbar1_logo-link-2 {
    padding-left: 0;
  }

  .padding-section-large-14, .padding-section-large-15 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1-4 {
    font-size: 2.5rem;
  }

  .max-width-large-6.align-center {
    max-width: 28rem;
  }

  .image-44 {
    width: 14rem;
    left: 126px;
  }

  .footer_bottom-wrapper-4 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

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

  .footer_credit-text-4 {
    margin-top: 2rem;
  }

  .text-size-medium-7 {
    font-size: 1rem;
  }

  .footer_menu-wrapper-3 {
    grid-column-gap: 1.5rem;
  }

  .footer_legal-list-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

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

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

  .padding-section-large-17, .padding-section-large-18, .padding-section-large-19 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1-5 {
    font-size: 2.5rem;
  }

  .max-width-large-7.align-center {
    max-width: 28rem;
  }

  .image-56 {
    width: 14rem;
    left: 126px;
  }

  .footer_bottom-wrapper-5 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .text-size-medium-8 {
    font-size: 1rem;
  }

  .footer_menu-wrapper-4 {
    grid-column-gap: 1.5rem;
  }

  .footer_legal-list-4 {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

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

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

  .hero_image-wrapper-2 {
    width: 30rem;
  }

  .padding-section-large-21, .padding-section-large-22, .padding-section-large-23 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1-6 {
    font-size: 2.5rem;
  }

  .max-width-large-8.align-center {
    max-width: 28rem;
  }

  .image-68 {
    width: 14rem;
    left: 126px;
  }

  .footer_bottom-wrapper-6 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .text-size-medium-9 {
    font-size: 1rem;
  }

  .footer_menu-wrapper-5 {
    grid-column-gap: 1.5rem;
  }

  .footer_legal-list-5 {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

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

  .padding-section-large-24, .padding-section-large-25 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-large-9.align-center {
    max-width: 28rem;
  }

  .image-80 {
    width: 14rem;
    left: 126px;
  }

  .footer_bottom-wrapper-7 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .text-size-medium-10 {
    font-size: 1rem;
  }

  .footer_menu-wrapper-6 {
    grid-column-gap: 1.5rem;
  }

  .footer_legal-list-6 {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

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

  .hero_image-wrapper-3 {
    width: 30rem;
  }

  .padding-section-small-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-large-26, .padding-section-large-27 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar1_logo-link-3 {
    padding-left: 0;
  }

  .max-width-large-10.align-center {
    max-width: 28rem;
  }

  .image-92 {
    width: 14rem;
    left: 126px;
  }

  .footer_bottom-wrapper-8 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .text-size-medium-11 {
    font-size: 1rem;
  }

  .footer_menu-wrapper-7 {
    grid-column-gap: 1.5rem;
  }

  .footer_legal-list-7 {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

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

  .hero_image-wrapper-4 {
    width: 30rem;
  }

  .padding-section-small-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-102 {
    left: 8px;
  }

  .padding-section-large-28, .padding-section-large-29 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-large-11.align-center {
    max-width: 28rem;
  }

  .image-109 {
    width: 14rem;
    left: 126px;
  }

  .footer_bottom-wrapper-9 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .text-size-medium-12 {
    font-size: 1rem;
  }

  .footer_menu-wrapper-8 {
    grid-column-gap: 1.5rem;
  }

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

  .hero_image-wrapper-5 {
    width: 30rem;
  }

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

  .button-26, .button-27 {
    color: var(--bg--bg-primary-inv);
    font-weight: 700;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

  .hide-mobile-portrait {
    display: none;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-1 {
    font-size: 2.5rem;
  }

  .heading-2 {
    font-size: 2.25rem;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .heading-4 {
    font-size: 1.5rem;
  }

  .heading-5 {
    font-size: 1.25rem;
  }

  .heading-6 {
    font-size: 1.125rem;
  }

  .layout408_card, .layout408_card.card-1 {
    padding: 1rem;
  }

  .layout408_card-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
    padding: .5rem;
  }

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

  .layout364_card-content {
    padding: 1rem;
  }

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

  .tab4_component {
    align-items: center;
  }

  .tab4_tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .tab4_tab-link.w--current {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta39_card {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .cta39_card-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
    padding: 0;
  }

  .footer8_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer8_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer8_bottom-wrapper {
    padding-bottom: 0;
  }

  .footer8_legal-list {
    justify-content: start;
  }

  .header75_content {
    padding-bottom: 0;
  }

  .header75_lightbox-image {
    max-height: 25rem;
  }

  .container {
    padding: 3%;
  }

  .container.is-menu {
    padding-bottom: 8%;
  }

  .menu_wrap {
    border-radius: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: .25rem;
    padding-right: 0;
    font-size: 3vw;
    display: flex;
  }

  .menu {
    justify-content: center;
    width: 100%;
  }

  .menu_link {
    display: none;
  }

  .button-text-primary, .button-text-sec {
    font-size: .875rem;
  }

  .text-size-medium-hero.text-color-sec {
    width: 100%;
  }

  .text-size-medium-section.text-color-sec {
    width: auto;
  }

  .subheading {
    font-size: 1rem;
  }

  .project-content {
    width: 100%;
  }

  .text-size-regular-project.text-color-sec {
    display: none;
  }

  .text-size-regular-service.text-align-center.text-color-sec {
    width: 100%;
  }

  .wrapper-service {
    padding: 1rem;
  }

  .tab-text {
    font-size: .875rem;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.padding-123px.terms-and-conditions {
    padding-top: 40px;
  }

  .button-primary-2 {
    align-self: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .horizontal-divider.margin-large {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .card {
    border-radius: 15px;
    padding: 38px 25px;
  }

  .card.terms-and-conditions {
    padding: 50px 25px 63px;
  }

  .logo3_list {
    justify-content: center;
  }

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

  .cloud.left, .cloud.right {
    width: 3rem;
  }

  .back-wrapper {
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .menu_wrap-2 {
    justify-content: space-between;
    width: 100%;
    font-size: 3vw;
    display: flex;
  }

  .menu_link-2 {
    display: none;
  }

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

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

  .header_content {
    margin-top: -19px;
  }

  .reel-pay-card {
    width: 120px;
    max-width: 120%;
  }

  .avatar-circle {
    max-width: 4.5rem;
  }

  .avatar-circle.is-2 {
    right: -79%;
  }

  .avatar-circle.is-6 {
    bottom: -5%;
    left: -58%;
  }

  .avatar-circle.is-3.hide-mobile-portrait {
    top: 56px;
    bottom: -50px;
    right: 38%;
  }

  .avatar-circle.is-7 {
    width: 3rem;
    top: -25%;
    right: -52%;
  }

  .avatar-circle.is-1 {
    left: -59%;
  }

  .avatar-circle.is-4 {
    width: 3.5rem;
    right: 17%;
  }

  .avatar-circle.is-5 {
    width: 2.5rem;
    right: 37%;
  }

  .padding-section-large-2 {
    margin-left: -5px;
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .customer-satisfaction-illustration.hide-mobile-portrait {
    top: 200px;
    left: auto;
  }

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

  .heading-7 {
    justify-content: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 25px;
    line-height: 38px;
    display: flex;
  }

  .image-4 {
    border-radius: 35px;
  }

  .div-block-4 {
    position: relative;
    top: -12px;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-right: 0;
  }

  .div-block-5.no-margin {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .paragraph-normal {
    font-weight: 400;
  }

  .home-header_content-left {
    padding-top: 10px;
  }

  .header-image {
    width: auto;
  }

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

  .header-vector {
    width: 130px;
    margin-left: 106px;
  }

  .form-2 {
    flex-direction: column;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .home-header_component {
    margin-top: 20px;
  }

  .heading-8 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .text-block {
    margin-right: 0;
  }

  .padding-vertical-2.padding-xxhuge {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .form-block-2 {
    flex-direction: column;
    display: block;
  }

  .submit-button {
    position: static;
  }

  .text-field {
    width: auto;
    margin-bottom: 20px;
  }

  .padding-global-3.padding-section-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

  .nav-menu-three, .nav-menu-two-2 {
    flex-direction: column;
  }

  .copyright {
    margin-top: 2rem;
    position: static;
  }

  .logo-wrapper {
    width: 30vw;
  }

  .header-image-2 {
    height: 45%;
    top: 25%;
  }

  .header-grid {
    grid-row-gap: 2rem;
    padding-bottom: 10%;
  }

  .button-6, .button-6.is-alternative {
    font-size: 1.5rem;
  }

  .column-2 {
    padding-right: 0;
  }

  .image-8 {
    text-align: center;
    width: 236px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .com-card {
    margin-bottom: 19px;
  }

  .grid-3 {
    margin-top: 16px;
    display: block;
  }

  .job-item {
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    display: block;
  }

  .text-block-4 {
    text-align: left;
  }

  .pill {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-12 {
    text-align: center;
  }

  .glass-card, .glass-card2, .glass-card3 {
    margin-bottom: 19px;
  }

  .job-item-2 {
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-4 {
    display: block;
  }

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

  .job-item-3c {
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    display: block;
  }

  .text-block-5 {
    text-align: left;
  }

  .div-block-20 {
    text-align: center;
  }

  .div-block-21 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button-7 {
    text-align: center;
  }

  .div-block-23 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button-8, .button-9 {
    text-align: center;
  }

  .partner-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .text-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .nav-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .hero-counter-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-sec {
    padding-top: 70px;
  }

  .partner-sec {
    margin-top: 0;
  }

  .hero-button-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 60px;
  }

  .container-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .header-image-5 {
    width: 100%;
    left: 4px;
  }

  .paragraph-normal-2 {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }

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

  .search-text-field {
    margin-bottom: 16px;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .nav_logo {
    position: relative;
    left: -14px;
  }

  .anim-wrap-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }

  .search-button {
    position: static;
  }

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

  .heading-17 {
    font-size: 42px;
    line-height: 110%;
  }

  .nav_menu-mobile-button {
    padding: 10px;
  }

  .text-size-medium-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .padding-vertical-3.padding-xxhuge {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .section-home-header-2 {
    margin-top: 20px;
  }

  .nav_button-wrapper {
    position: relative;
    left: 19px;
  }

  .home-header_grid-2 {
    align-items: center;
    margin-left: 0;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .home-header_content-right-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .anim-wrap-2-cop {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .padding-global-6 {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .main-wrapper-2 {
    margin-left: 9px;
    margin-right: 9px;
  }

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

  .job-item-1c, .job-item-2c {
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .anim-wrap-t {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }

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

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

  .hero-title {
    font-size: 36px;
    line-height: 46px;
  }

  .hero-shape-1-wrap {
    width: 100%;
    max-width: 200px;
    top: -12px;
    right: -34px;
  }

  .hero-brand-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .hero-shape-2-wrap {
    width: 100%;
    max-width: 250px;
    bottom: -40px;
    left: -75px;
  }

  .mobile-menu {
    justify-content: center;
    align-items: stretch;
    padding-right: 0;
  }

  .help-content-holder {
    padding-top: 30px;
  }

  .figma-file-holder {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .container-10, .container-11 {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .text-span-16 {
    text-align: justify;
  }

  .home-content-left-video-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .text-large.weight-600 {
    font-size: 18px;
    line-height: 24px;
  }

  .nav-hamburger {
    width: 55px;
    height: 45px;
  }

  .section-title {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 42px;
  }

  .home-header-title {
    font-size: 48px;
    line-height: 48px;
  }

  .faq-item-text {
    font-size: 14px;
  }

  .text-medium.home-feature-right-text, .text-medium.home-header-text {
    font-size: 16px;
  }

  .faq-item-row-title {
    font-size: 18px;
  }

  .feature-tab-content-card-img {
    max-width: 40%;
  }

  .footer-content-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .home-header-img-bubbles-wrapper {
    bottom: 9px;
  }

  .footer-column-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 24px;
  }

  .review-text {
    font-size: 16px;
  }

  .home-header-img-bubble-2 {
    top: 12px;
    left: 4px;
  }

  .feature-tab-component-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .home-header-text-wrapper {
    margin-bottom: 24px;
  }

  .feature-tab-content-top-text-wrapper {
    margin-top: 14px;
  }

  .brand-logo-block {
    grid-column-gap: 60px;
    justify-content: space-around;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .nav-lottie-hamburger {
    top: -107%;
    left: -86%;
  }

  .brand-logo-wrapper {
    max-width: 100px;
  }

  .home-content-left-video {
    padding: 16px;
  }

  .cta-contents-block {
    padding: 24px;
  }

  .navbar-desktop-button {
    display: none;
  }

  .feature-tab-component-menu {
    text-align: center;
  }

  .home-header-img-bubble-2-text-wrapper {
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .home-review-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cta-content-text {
    font-size: 16px;
  }

  .home-content-right {
    padding: 16px;
  }

  .feature-tab-content-bottom-count {
    font-size: 36px;
    line-height: 36px;
  }

  .home-contents-block {
    margin-bottom: 16px;
  }

  .home-header-img-bubble-1 {
    padding: 12px 10px;
    font-size: 14px;
  }

  .faq-item-row {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .primary-button {
    font-size: 14px;
  }

  .primary-button.cta-button {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .cta-content-title {
    font-size: 28px;
  }

  .feature-tab-component-menus {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .section-cta {
    display: none;
  }

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

  .header-top-wrapper {
    flex-direction: row;
  }

  .cta-content-block {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-grid {
    grid-template-columns: 1.5fr;
  }

  .grid-block-2.testimonial-large {
    padding: 31px;
  }

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

  .hero-button-wrapper-2 {
    flex-direction: column;
  }

  .section-easy-to-use {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._2-col-grid-2.easy-use {
    grid-template-columns: 1fr;
  }

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

  .cta-vertical {
    flex-direction: column;
  }

  .h4.whit-text {
    font-size: 26px;
  }

  .section-hero, .section-productivity {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._3-col-grid {
    margin-top: 80px;
  }

  ._3-col-grid.testimonial {
    grid-template-columns: 1.25fr;
  }

  .hero-image-wrap {
    padding: 10px;
  }

  .phone-wrap {
    display: none;
  }

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-14 {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .navigation-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-wrap-reversed {
    margin-bottom: 0;
  }

  .image-block {
    padding: 8px;
  }

  .blog-card {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .testimonial-content-wrap, .testimonial-image-block {
    padding: 15px;
  }

  .footer-column-large, .footer-column-2 {
    width: 100%;
  }

  .menu-button-5 {
    padding: 14px;
  }

  .nav-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .address-text, ._18-november-2019 {
    text-align: center;
  }

  .hero-content-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    display: block;
  }

  .hero-section-2 {
    padding-top: 0;
  }

  .banner-item-wrap {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .hero-check-image-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-15.fill {
    margin-top: 32px;
  }

  .button-15.line {
    margin-top: 16px;
  }

  .button-wrap {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hero-grid-block {
    display: block;
  }

  .paragraph-normal-3 {
    max-width: none;
  }

  .banner-divider {
    display: none;
  }

  .h1-display-3 {
    width: auto;
    max-width: none;
    font-size: 50px;
  }

  .divider {
    margin-top: 0;
    margin-bottom: 0;
    bottom: -68px;
  }

  .sponsor-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
  }

  .content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-large {
    font-size: 16px;
    line-height: 1.4;
  }

  .badges.item-badge {
    width: 112px;
    height: 27px;
    top: 10px;
    right: 10px;
  }

  .topics-grid-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 304px;
    display: flex;
  }

  .topics-grid-content.topics-one {
    max-width: none;
  }

  .topics-link-block {
    text-align: center;
    justify-content: center;
  }

  .speakers-wrap {
    justify-content: center;
  }

  .speaker-item, .speaker-item.side_up-margin {
    margin-left: 0;
  }

  .counter-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .archive-wrap {
    justify-content: center;
    align-items: center;
  }

  .archive-content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -8px;
    display: flex;
  }

  .ticket-grid {
    grid-row-gap: 40px;
    margin-bottom: -94px;
  }

  .limited-seats {
    font-size: 12px;
  }

  .button-16.fill {
    margin-top: 32px;
  }

  .button-16.line {
    margin-top: 16px;
  }

  .ticket-item, .ticket-item.item-two {
    height: 448px;
  }

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

  .last-footer-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-logo-area {
    margin-top: 20px;
  }

  .footer-logo-link {
    height: auto;
  }

  .footer-4 {
    text-align: left;
    padding: 64px 3%;
  }

  .footer-flex-container-2 {
    flex-direction: column;
    margin-bottom: 18px;
  }

  .footer-bottom-text {
    text-align: center;
  }

  .last-footer-grid {
    margin-top: 56px;
  }

  .footer-image {
    width: auto;
    max-width: none;
    height: auto;
  }

  .h5.footer-link-heading.lp_006 {
    margin-bottom: 10px;
  }

  .footer_legal-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .footer_local-time {
    text-align: center;
  }

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

  .footer_payment-link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

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

  .experience_progress-bar-wrapper {
    height: 90%;
    left: 50%;
    transform: translate(-50%);
  }

  .button-17.is-portfolio {
    padding: .68rem;
  }

  .partner_list {
    justify-content: center;
  }

  .footer_left-wrapper {
    align-items: center;
  }

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

  .experience_timeline-step {
    z-index: 1;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    background-color: #0d0d0d;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    position: relative;
  }

  .experience_timeline-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
  }

  .navbar_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .testimonial_client {
    border-right-style: none;
    padding-right: 0;
  }

  .testimonial_client-logo-link {
    display: none;
  }

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

  .experience_progress-line {
    display: none;
  }

  .testimonial_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .footer_bottom-wrapper {
    text-align: center;
    place-items: start center;
  }

  .logo_logo {
    max-height: 1.7rem;
  }

  .experience_timeline-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    display: flex;
    position: relative;
  }

  .footer_link-list {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-items: center;
  }

  .footer_payment-link-icon {
    width: 1.3rem;
    height: 1.3rem;
  }

  .logo_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    padding-top: 0;
  }

  .footer_top-wrapper {
    grid-row-gap: 48px;
  }

  .header_logo {
    margin-top: 1.75em;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .experience_timeline-right {
    padding-bottom: 0;
    padding-left: 0;
  }

  .testimonial_client-details {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .button-18.is-portfolio {
    padding: .68rem;
  }

  .roadmap-wrapper {
    padding-bottom: 0;
  }

  .faq-body-cont {
    padding-left: 16px;
    padding-right: 16px;
  }

  .team-wrapper {
    padding-bottom: 0;
  }

  .features-item2 {
    padding: 2rem 1.5rem 1.5rem;
  }

  .map-dot {
    font-size: 6vw;
    line-height: 6vw;
  }

  .map-dot.is-6 {
    margin-top: 0;
    margin-left: 0;
  }

  .map-dot-mobile {
    font-size: 6vw;
    line-height: 6vw;
  }

  .map-dot-mobile.is--6 {
    margin-top: 0;
    margin-left: 0;
  }

  .heading-style-h1-2 {
    font-size: 3.5rem;
  }

  .faq {
    padding-left: 16px;
    padding-right: 16px;
  }

  .features-item3 {
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .podcast-player {
    z-index: 10;
  }

  .clone-action {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .particles-absolute.pa-12 {
    top: -13rem;
    right: -8.8rem;
  }

  .particles-absolute.pa-13, .particles-absolute.pa-3 {
    display: none;
  }

  .particles-absolute.pa-11 {
    top: -8.7rem;
    left: -13.6rem;
  }

  .audio-player-bar-wrapper.bar-wrapper {
    width: 100%;
  }

  .heading-wrapper {
    padding-bottom: 0;
  }

  .map-number {
    line-height: 6vw;
  }

  .footer-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pin-description {
    font-size: 16px;
    line-height: 20px;
  }

  .button-wrapper-2.button-wrapper-center.max-width-full-mobile-portrait {
    margin-left: 0;
    margin-right: 0;
  }

  .map-pin-popup {
    padding-left: 5px;
    padding-right: 5px;
  }

  .map-pin-popup.dialog-opened {
    display: none;
  }

  .map-pin-popup.dialog-opened._8-title {
    width: 280px;
    margin-top: 2.8em;
    margin-left: -7.5em;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._8-title.popup-bottom {
    margin-top: 0;
    margin-left: 0;
  }

  .map-pin-popup.dialog-opened._1-mint, .map-pin-popup.dialog-opened._3-title, .map-pin-popup.dialog-opened._5-title {
    width: 280px;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._6-title {
    width: 280px;
    margin-top: -12.5em;
    margin-left: -5em;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._4-title {
    width: 280px;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._7-title {
    width: 280px;
    margin-top: 2.7em;
    margin-left: 1.8em;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._2-title {
    width: 280px;
    padding: 16px 16px 20px;
    display: none;
  }

  .faq-answer {
    font-size: 16px;
    line-height: 24px;
  }

  .navbar-logo-image {
    padding-right: 0;
  }

  .actions {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .map-dialog-mobile {
    margin-bottom: 20rem;
  }

  .logo-5 {
    width: 6.5rem;
  }

  .podcast-content {
    min-height: 28rem;
  }

  .credentials {
    flex-direction: column;
  }

  .faq-wrapper {
    padding-bottom: 0;
  }

  .main-wrapper-4 {
    overflow: hidden;
  }

  .toggle-text {
    font-size: 1.2rem;
  }

  .features-img-1 {
    width: auto;
  }

  .features-item1 {
    padding: 2rem 1.5rem 1.5rem;
  }

  .box {
    width: 1.4em;
    height: 1.4em;
  }

  .roadmap-component-mobile {
    padding-bottom: 0;
  }

  .why-us-image {
    object-fit: cover;
  }

  .hero-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .offer_cards-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .hero-heading-h1 {
    font-size: 3rem;
  }

  .form_input {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .brands-top-wrapper {
    padding-bottom: 0;
  }

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

  .why-us-image-wrapper {
    height: 16rem;
  }

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

  .footer_top-wrapper-3 {
    grid-template-rows: auto auto;
    grid-auto-flow: row;
  }

  .heading-26 {
    font-size: 2rem;
  }

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

  .image-28 {
    height: 28rem;
  }

  .footer_link-3 {
    text-align: left;
  }

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

  .image-30 {
    max-width: 80%;
  }

  .services_list {
    flex-direction: column;
    display: flex;
  }

  .gallery_image-wrapper {
    width: 60vw;
  }

  .footer_social-list-3 {
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer_left-wrapper-3 {
    text-align: center;
  }

  .paragraph-16.is-hero {
    width: 15rem;
    max-width: 18rem;
  }

  .container-large-11.is-cta {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-31 {
    width: 15rem;
    height: 10rem;
  }

  .image-32 {
    width: 9rem;
    left: 88px;
  }

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

  .steps_component {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer_bottom-wrapper-3 {
    align-items: center;
  }

  .button-group-4.is-center {
    margin-top: 0;
  }

  .testimonial_component-2 {
    flex-direction: column;
    display: flex;
  }

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

  .image-33 {
    max-width: 60%;
  }

  .image-35 {
    max-width: 65%;
    margin-top: 1rem;
  }

  .footer_menu-wrapper-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .navbar_logo-3 {
    max-width: 60%;
    margin-top: 0;
  }

  .image-36 {
    width: 12rem;
    height: 25rem;
    margin-top: 0;
  }

  .image-37 {
    max-width: 50%;
  }

  .footer_legal-list-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero_image-wrapper {
    width: 20rem;
    height: 20rem;
  }

  .div-block-30 {
    margin-top: -155px;
  }

  .image-39 {
    height: 28rem;
  }

  .footer_link-4 {
    text-align: left;
  }

  .image-41 {
    max-width: 80%;
  }

  .footer_social-list-4 {
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer_left-wrapper-4 {
    text-align: center;
  }

  .container-large-12.is-cta {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-43 {
    width: 15rem;
    height: 10rem;
  }

  .image-44 {
    width: 9rem;
    left: 88px;
  }

  .footer_bottom-wrapper-4 {
    align-items: center;
  }

  .button-group-5.is-center {
    margin-top: 0;
  }

  .testimonial_component-3 {
    flex-direction: column;
    display: flex;
  }

  .image-45 {
    max-width: 60%;
  }

  .image-47 {
    max-width: 65%;
    margin-top: 1rem;
  }

  .heading-32 {
    font-size: 2rem;
  }

  .footer_menu-wrapper-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .navbar_logo-4 {
    max-width: 60%;
    margin-top: 0;
  }

  .image-48 {
    width: 12rem;
    height: 25rem;
    margin-top: 0;
  }

  .image-49 {
    max-width: 50%;
  }

  .footer_legal-list-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-31 {
    margin-top: -155px;
  }

  .heading-34 {
    font-size: 2rem;
  }

  .image-52 {
    height: 28rem;
  }

  .footer_link-5 {
    text-align: left;
  }

  .image-54 {
    max-width: 80%;
  }

  .footer_social-list-5 {
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-55 {
    width: 15rem;
    height: 10rem;
  }

  .image-56 {
    width: 9rem;
    left: 88px;
  }

  .footer_bottom-wrapper-5 {
    align-items: center;
  }

  .button-group-6.is-center {
    margin-top: 0;
  }

  .image-57 {
    max-width: 60%;
  }

  .image-59 {
    max-width: 65%;
    margin-top: 1rem;
  }

  .footer_menu-wrapper-4 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .navbar_logo-5 {
    max-width: 60%;
    margin-top: 0;
  }

  .image-60 {
    width: 12rem;
    height: 25rem;
    margin-top: 0;
  }

  .image-61 {
    max-width: 50%;
  }

  .footer_legal-list-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero_image-wrapper-2 {
    width: 20rem;
    height: 20rem;
  }

  .heading-38 {
    font-size: 2rem;
  }

  .image-64 {
    height: 28rem;
  }

  .footer_link-6 {
    text-align: left;
  }

  .image-66 {
    max-width: 80%;
  }

  .footer_social-list-6 {
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-67 {
    width: 15rem;
    height: 10rem;
  }

  .image-68 {
    width: 9rem;
    left: 88px;
  }

  .footer_bottom-wrapper-6 {
    align-items: center;
  }

  .button-group-7.is-center {
    margin-top: 0;
  }

  .image-69 {
    max-width: 60%;
  }

  .image-71 {
    max-width: 65%;
    margin-top: 1rem;
  }

  .footer_menu-wrapper-5 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .navbar_logo-6 {
    max-width: 60%;
    margin-top: 0;
  }

  .image-72 {
    width: 12rem;
    height: 25rem;
    margin-top: 0;
  }

  .image-73 {
    max-width: 50%;
  }

  .footer_legal-list-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-32 {
    margin-top: -155px;
  }

  .heading-42 {
    font-size: 2rem;
  }

  .image-76 {
    height: 28rem;
  }

  .footer_link-7 {
    text-align: left;
  }

  .image-78 {
    max-width: 80%;
  }

  .footer_social-list-7 {
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-79 {
    width: 15rem;
    height: 10rem;
  }

  .image-80 {
    width: 9rem;
    left: 88px;
  }

  .footer_bottom-wrapper-7 {
    align-items: center;
  }

  .button-group-8.is-center {
    margin-top: 0;
  }

  .image-81 {
    max-width: 60%;
  }

  .image-83 {
    max-width: 65%;
    margin-top: 1rem;
  }

  .footer_menu-wrapper-6 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .navbar_logo-7 {
    max-width: 60%;
    margin-top: 0;
  }

  .image-84 {
    width: 12rem;
    height: 25rem;
    margin-top: 0;
  }

  .image-85 {
    max-width: 50%;
  }

  .footer_legal-list-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero_image-wrapper-3 {
    width: 20rem;
    height: 20rem;
  }

  .div-block-33 {
    margin-top: -155px;
  }

  .heading-46 {
    font-size: 2rem;
  }

  .image-88 {
    height: 28rem;
  }

  .footer_link-8 {
    text-align: left;
  }

  .image-90 {
    max-width: 80%;
  }

  .footer_social-list-8 {
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-91 {
    width: 15rem;
    height: 10rem;
  }

  .image-92 {
    width: 9rem;
    left: 88px;
  }

  .footer_bottom-wrapper-8 {
    align-items: center;
  }

  .button-group-9.is-center {
    margin-top: 0;
  }

  .image-93 {
    max-width: 60%;
  }

  .image-95 {
    max-width: 65%;
    margin-top: 1rem;
  }

  .footer_menu-wrapper-7 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .navbar_logo-8 {
    max-width: 60%;
    margin-top: 0;
  }

  .image-96 {
    width: 12rem;
    height: 25rem;
    margin-top: 0;
  }

  .image-97 {
    max-width: 50%;
  }

  .footer_legal-list-7 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero_image-wrapper-4 {
    width: 20rem;
    height: 20rem;
  }

  .div-block-34 {
    margin-top: -155px;
  }

  .cloud-copy.left, .cloud-copy.right {
    width: 3rem;
  }

  .image-98 {
    max-width: 100%;
  }

  .cloud-lei.left, .cloud-lei.right {
    width: 3rem;
  }

  .heading-50 {
    font-size: 2rem;
  }

  .image-105 {
    height: 28rem;
  }

  .footer_link-9 {
    text-align: left;
  }

  .image-107 {
    max-width: 80%;
  }

  .footer_social-list-9 {
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-108 {
    width: 15rem;
    height: 10rem;
  }

  .image-109 {
    width: 9rem;
    left: 88px;
  }

  .footer_bottom-wrapper-9 {
    align-items: center;
  }

  .button-group-10.is-center {
    margin-top: 0;
  }

  .image-110 {
    max-width: 60%;
  }

  .image-112 {
    max-width: 65%;
    margin-top: 1rem;
  }

  .footer_menu-wrapper-8 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .navbar_logo-9 {
    max-width: 60%;
    margin-top: 0;
  }

  .image-113 {
    max-width: 50%;
  }

  .hero_image-wrapper-5 {
    width: 20rem;
    height: 20rem;
  }

  .div-block-35 {
    margin-top: -155px;
  }

  .button-26, .button-27 {
    color: var(--bg--bg-primary-inv);
    font-weight: 700;
  }
}

#w-node-_0c0ada11-ca1e-aabd-a18c-b4989b7c5773-9b7c576e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_961a03bd-9bd0-7d5d-7177-e3869d17e2d3-2cf648ce, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d2b-2cf648d2, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d2d-2cf648d2, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d2f-2cf648d2, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d31-2cf648d2, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d33-2cf648d2, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d35-2cf648d2, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d37-2cf648d2, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d39-2cf648d2, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d3b-2cf648d2, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d3d-2cf648d2, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d46-2cf648d2, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d40-2cf648d2, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d42-2cf648d2, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d44-2cf648d2, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d48-2cf648d2, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d4a-2cf648d2, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d4c-2cf648d2, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d4e-2cf648d2, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d50-2cf648d2, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d52-2cf648d2, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1d54-2cf648d2 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0c0ada11-ca1e-aabd-a18c-b4989b7c5774-9b7c576e {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0c0ada11-ca1e-aabd-a18c-b4989b7c5774-9b7c576e {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0c0ada11-ca1e-aabd-a18c-b4989b7c5774-9b7c576e, #w-node-_34f67a64-e5b9-5cc2-e70f-df45465f1e65-2cf648d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/InterDisplay-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Bold.woff2') format('woff2'), url('../fonts/InterDisplay-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-BoldItalic.woff2') format('woff2'), url('../fonts/Inter-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intervariable';
  src: url('../fonts/InterVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intervariable';
  src: url('../fonts/InterVariable-Italic.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}