:root {
  --white: white;
  --blue-gray-200: #c8cce5;
  --light-blue-300: #7cd4fd;
  --blue-gray-25: #fcfcfd;
  --blue-gray-50: #f8f9fc;
  --black: #101828;
  --nightsky-black: #060424;
  --light-blue-400: #36bffa;
  --10-white: #ffffff1a;
  --blue-gray-100: #eaecf5;
  --20-white: #fff3;
  --pink-400: #f780f9;
  --metal-sky-blue: #202038;
  --light-blue-900: #0b4a6f;
}

.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 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.5rem;
}

h2 {
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h4 {
  color: var(--white);
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.45;
}

h5 {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: var(--blue-gray-200);
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 40px;
}

li {
  margin-bottom: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

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

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

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

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

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

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

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.text-size-regular {
  font-size: 1rem;
  line-height: 1.75rem;
}

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

.text-align-center {
  text-align: center;
  font-size: 4rem;
}

.text-align-center.contact-heading {
  font-size: 1.4rem;
}

.text-align-center.contact-paragraph {
  font-size: 1.15rem;
}

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

.show-mobile-portrait {
  display: none;
}

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

.hide {
  display: none;
}

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

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

.text-style-link {
  color: var(--light-blue-300);
  font-weight: 600;
  text-decoration: underline;
  transition: all .2s;
}

.text-style-link:hover {
  color: var(--blue-gray-25);
  text-shadow: 0 0 16px #fcfcfdad;
}

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

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

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

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

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

.page-wrapper {
  position: relative;
}

.text-size-tiny {
  font-size: .75rem;
}

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

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

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

.rl-styleguide_classes {
  display: none;
}

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

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

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

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

.show-tablet {
  display: none;
}

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

.show-mobile-landscape {
  display: none;
}

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

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

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  background-color: var(--nightsky-black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

.utility_image {
  filter: brightness(200%);
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  overflow: hidden;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

.padding-top.padding-huge {
  padding-top: 2rem;
}

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

.padding-bottom.padding-medium {
  padding-bottom: 1rem;
}

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

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

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

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: 4px 8px;
  position: sticky;
  top: 0;
}

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

.stylesystem-spacing-wrapper {
  background-color: #f4f4f4;
}

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

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 5px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 2rem;
}

.icon-small {
  width: 2rem;
}

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

.form-checkbox-label {
  margin-bottom: 0;
  padding-left: 1rem;
}

.icon-medium {
  width: 3rem;
}

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

.button-row-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  display: grid;
}

.button-row-grid.landscape-1-col.hide, .button-row-grid.mobile-1-col.hide {
  display: none;
}

.stylesystem_color-sample {
  border: 1px solid #000;
  padding: 8rem 1.5rem 1.25rem;
}

.stylesystem_color-sample.lightgrey {
  background-color: #f4f4f4;
}

.stylesystem_color-sample.black {
  background-color: var(--black);
}

.stylesystem_color-sample.white {
  background-color: var(--white);
}

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

.text-size-large {
  color: var(--white);
  font-size: 1.15rem;
  line-height: 1.5rem;
}

.heading-xxlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.5rem;
}

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

.button-tertiary {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-tertiary.invert-colors {
  color: #fff;
}

.form-radio {
  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;
}

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

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

.icon-xsmall {
  width: 1.5rem;
}

.styleguide_icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-xxsmall {
  width: 1rem;
}

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

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.tabs-menu {
  border-bottom: 1px #00000026;
  display: flex;
  overflow: auto;
}

.tabs-menu.no-scrollbar {
  padding-right: 24px;
}

.icon-xlarge {
  width: 6.5rem;
}

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

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

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.button {
  background-color: var(--light-blue-400);
  box-shadow: none;
  color: var(--black);
  text-align: center;
  border: 1px solid #fff6;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .2s;
}

.button:hover {
  background-color: #6ad2ff;
  box-shadow: 0 0 40px 10px #7cd4fd3d;
}

.button.invert-colors {
  background-color: var(--white);
  color: #000;
}

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

.button.remgap {
  margin-top: 1.5rem;
  font-weight: 500;
}

.form-input {
  color: #000;
  border: 1px solid #000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  line-height: 1.6;
}

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

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

.form-input.select {
  background-color: #fff;
  background-image: none;
}

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

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

.form-checkbox {
  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;
  transition: all .2s;
}

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

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

.form_grid-1-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.tab-link {
  color: #0009;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.tab-link.w--current {
  color: #000;
  background-color: #fff;
  border-bottom: .125rem solid #000;
}

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

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  border: 1px solid var(--10-white);
  background-color: var(--10-white);
  color: var(--blue-gray-100);
  text-align: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .2s;
}

.button-secondary:hover {
  background-color: var(--20-white);
  box-shadow: 0 0 40px 10px var(--10-white);
}

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

.button-secondary.invert-colors {
  border-color: var(--white);
  color: var(--white);
}

.button-secondary.is-next-to-primary {
  margin-left: 1rem;
}

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

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

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

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

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

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

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-large {
  width: 5rem;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

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

.heading-xlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.75rem;
}

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

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

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

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

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

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

.rl-styleguide-message {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.beta-label {
  text-transform: uppercase;
  background-color: #e4e2df;
  border-radius: .25rem;
  margin-left: .15rem;
  margin-right: .15rem;
  padding: .05rem .25rem;
  font-size: .875rem;
  display: inline-block;
}

.body {
  background-color: var(--nightsky-black);
  color: var(--blue-gray-25);
  font-family: IBM Plex Sans, sans-serif;
}

.heading {
  letter-spacing: -.02em;
  font-family: Sora, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.5rem;
}

.sticky-nav {
  z-index: 1;
  background-color: #0000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 32px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: 134px;
  height: 38px;
}

.nav-link {
  color: #eaecf5cc;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.nav-link:hover {
  color: var(--blue-gray-100);
  text-shadow: 0 0 24px #ffffffc7;
}

.hero_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: grid;
}

.hero_content {
  margin-top: 6rem;
}

.hero_images {
  position: relative;
}

.text-color-bg50 {
  color: var(--blue-gray-50);
}

.hero-image {
  position: absolute;
}

.hero-image._1 {
  z-index: 2;
  top: 10%;
  right: -35%;
}

.hero-image._2 {
  z-index: 3;
  opacity: 1;
  width: 15rem;
  top: 77%;
  left: 532px;
}

.hero-image._3 {
  z-index: 3;
  opacity: 1;
  width: 10rem;
  top: 8%;
  left: 32%;
}

.hero-image._4 {
  z-index: 2;
  mix-blend-mode: hard-light;
  bottom: -111%;
  right: 15%;
}

.hero-image._5 {
  z-index: 1;
  mix-blend-mode: color-dodge;
  top: -13%;
  left: 9%;
}

.hero-image._6 {
  z-index: 1;
  top: 237px;
  right: 561.297px;
}

.hero-image._7 {
  z-index: 2;
  right: 18%;
}

.hero-image._8 {
  top: 189px;
}

.hero-gradient {
  filter: blur(120px);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
}

.hero-gradient.blue {
  z-index: 1;
  opacity: 1;
  background-color: #0071c7;
}

.hero-gradient.pink {
  z-index: 1;
  opacity: .8;
  background-color: #ee25f1;
  inset: auto 24% -59% auto;
}

.paragraph {
  color: var(--blue-gray-200);
}

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

.background-noise {
  z-index: -1;
  opacity: .29;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 1440px;
  position: fixed;
  inset: 0%;
}

.mouse-gradient {
  z-index: -1;
  background-color: var(--light-blue-400);
  opacity: .5;
  filter: blur(60px);
  mix-blend-mode: hard-light;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  position: relative;
  top: -70px;
  right: 70px;
}

.mouse-gradient-wrapper {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.section-features {
  position: relative;
}

.pre-header {
  color: var(--blue-gray-25);
  letter-spacing: .04em;
  text-transform: uppercase;
  background-color: #ffffff0d;
  padding: .5rem 1rem;
  font-family: Sora, sans-serif;
  line-height: 1.5rem;
  display: inline-block;
}

.features_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

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

.features_content.max-width-small {
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto;
}

.features_image {
  position: absolute;
  right: -20%;
}

.features_image.max-width-xlarge {
  opacity: .88;
  max-width: 55rem;
  bottom: -60px;
  right: -25%;
}

.features-gradient {
  filter: blur(120px);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
}

.features-gradient.blue {
  background-color: var(--light-blue-400);
  opacity: 1;
  mix-blend-mode: hard-light;
}

.features-gradient.pink {
  z-index: 1;
  opacity: .8;
  background-color: #ee25f1;
  inset: 54% auto auto 4%;
}

.section-numbers {
  position: relative;
}

.numbers_component {
  z-index: 2;
  grid-column-gap: 7.5rem;
  grid-row-gap: 16px;
  border: 1px solid var(--10-white);
  background-color: var(--10-white);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4rem;
  display: grid;
  position: relative;
}

.number {
  color: var(--light-blue-300);
  text-align: center;
  font-size: 2rem;
  line-height: 4rem;
}

.numbers-gradient {
  filter: blur(120px);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
}

.numbers-gradient.blue {
  z-index: 1;
  opacity: 1;
  background-color: #0076d1;
  margin-left: auto;
  margin-right: auto;
  inset: 25% 0% auto;
}

.numbers-gradient.pink {
  background-color: var(--pink-400);
  opacity: .8;
  mix-blend-mode: hard-light;
  inset: auto 24% -59% auto;
}

.relative, .section-cta, .section-testimonials {
  position: relative;
}

.testimonials_component {
  margin-top: 4rem;
  position: relative;
}

.slide {
  background-image: url('../images/pexels-zen-chung-5749818.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 22.5rem;
  height: 30rem;
  margin-right: 3rem;
  overflow: hidden;
}

.slide._1 {
  background-image: url('../images/IMG_6290.jpg');
  background-position: 100% 0;
  background-repeat: repeat;
  background-size: cover;
  overflow: hidden;
}

.slide.padding-small {
  background-position: 0 100%;
  position: relative;
}

.slide._2 {
  background-image: url('../images/IMG_20250827_091619.jpg');
  background-position: 50% 100%;
}

.slide._3 {
  background-image: url('../images/Snímek-obrazovky-2026-01-09-v-15.40.29.png');
  background-position: 50%;
}

.slide._4 {
  background-image: url('../images/Kemik.png');
  background-position: 100%;
}

.slide._5 {
  background-image: url('../images/joel-mott-YU2cDEikESw-unsplash.jpg');
  background-position: 0 100%;
}

.mask {
  width: 22.5rem;
  height: 30rem;
  overflow: visible;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 36rem;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.left-arrow {
  border: 1px solid var(--10-white);
  background-color: var(--10-white);
  width: 4rem;
  height: 4rem;
  transition: background-color .2s;
  position: absolute;
  inset: auto 6rem 0% auto;
}

.left-arrow:hover {
  background-color: var(--20-white);
}

.right-arrow {
  border: 1px solid var(--10-white);
  background-color: var(--10-white);
  width: 4rem;
  height: 4rem;
  transition: background-color .2s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.right-arrow:hover {
  background-color: var(--20-white);
}

.slider-content {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff6;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-icon {
  font-size: 1.75rem;
}

.cta_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.cta_check {
  align-items: center;
  display: flex;
}

.cta_button-wrapper {
  display: flex;
}

.cta_image {
  height: 60rem;
  position: relative;
}

.iphone-gradient {
  filter: blur(120px);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
}

.iphone-gradient.blue {
  z-index: 1;
  opacity: 1;
  background-color: #0079d6;
  margin-left: auto;
  margin-right: auto;
  inset: 14% 0% auto 62%;
}

.iphone-gradient.pink {
  background-color: var(--pink-400);
  opacity: .8;
  mix-blend-mode: hard-light;
  inset: auto 24% -59% auto;
}

.phone-img {
  z-index: 2;
  position: absolute;
  inset: 12% 0% 0% auto;
}

.cta_illustration {
  z-index: 2;
  opacity: .9;
  position: absolute;
  inset: 59% auto 0% 18%;
}

.cta_circle {
  z-index: 1;
  position: absolute;
  inset: 18% auto auto 27%;
}

.cta_triangle {
  z-index: 2;
  position: absolute;
  inset: 68% -2% auto auto;
}

.cta_icon {
  z-index: 2;
  position: absolute;
  inset: auto auto 13% 20%;
}

.features-gradient-copy {
  filter: blur(120px);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
}

.features-gradient-copy.blue {
  background-color: var(--light-blue-400);
  opacity: 1;
  mix-blend-mode: hard-light;
}

.features-gradient-copy.pink {
  background-color: var(--pink-400);
  opacity: .8;
  mix-blend-mode: hard-light;
  inset: 21% auto auto 17%;
}

.cta-gradient {
  filter: blur(120px);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
}

.cta-gradient.blue {
  background-color: var(--light-blue-400);
  opacity: 1;
  mix-blend-mode: hard-light;
}

.cta-gradient.pink {
  z-index: 1;
  opacity: .8;
  background-color: #ee25f1;
  bottom: 6%;
  left: 19%;
  right: auto;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 134px;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.divider {
  background-color: var(--20-white);
  width: 100%;
  height: 1px;
}

.slider-background {
  background-color: var(--black);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.testimonials_quote {
  color: var(--blue-gray-25);
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.comany-logo {
  max-width: none;
  height: 3rem;
  margin-right: .5rem;
}

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

.navbar {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-container.max-width-xxlarge {
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  font-size: 4rem;
}

.subtitle.text-size-large.text-align-center {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.numbers-header {
  position: relative;
}

.gradient-wrapper.is-number {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: -59% auto auto;
}

.gradient-wrapper.is-features {
  opacity: .93;
  position: absolute;
  inset: -60% auto auto -26%;
}

.gradient-wrapper.hero-blue {
  position: absolute;
  inset: -90% auto auto -33%;
}

.gradient-wrapper.hero-pink {
  position: absolute;
  right: 22%;
}

.gradient-wrapper.cta-blue {
  position: absolute;
  inset: -18% -59% auto auto;
}

.gradient-wrapper.cta-pink {
  width: 870px;
  position: absolute;
  inset: auto auto -21% -36%;
}

.gradient-blob {
  width: 80%;
}

.bas-wrapper {
  border: 8px solid #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 946px;
  height: 536px;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.bas-image-before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-handle-h {
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-label-before-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-label-after-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.bas-wrapper-verti {
  border: 8px solid #fff;
  border-radius: 12px;
  width: 600px;
  max-width: 946px;
  height: 100%;
  margin: 12rem auto 4rem;
  position: relative;
  overflow: hidden;
}

.bas-image-after-v {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 50%;
  margin-top: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-handle-v {
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-line-v {
  z-index: 1;
  background-color: #fff;
  height: 2px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.bas-label-before-v {
  z-index: 3;
  opacity: .75;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-label-after-v {
  z-index: 3;
  opacity: .75;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.qualities-grid-div {
  display: flex;
}

.quality-text-item {
  align-self: center;
  font-family: Sora, sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
}

.text-field, .text-field-2 {
  background-color: var(--metal-sky-blue);
  color: var(--white);
  border-radius: 5px;
}

.textarea {
  background-color: var(--metal-sky-blue);
  color: var(--white);
  border-radius: 5px;
  margin-bottom: 20px;
}

.success-message, .text-block {
  color: var(--nightsky-black);
}

.section-gallery {
  position: relative;
}

.lightbox-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 110rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  overflow: hidden;
}

.gallery-lightbox {
  cursor: pointer;
  width: 18rem;
  height: 18rem;
  transition: all .35s;
  transform: scale(1);
}

.gallery-lightbox:hover {
  transform: scale(1.06);
  box-shadow: 0 0 6px #0000004d;
}

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

.gallery-image:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.cta_think-bubble {
  z-index: 2;
  position: absolute;
  inset: 24% -20% auto auto;
}

.heading-3 {
  color: var(--white);
  font-size: 4rem;
}

.heading-3.center-heading {
  text-align: center;
  font-size: 4rem;
}

.underline-info {
  font-size: 1.15rem;
}

.form-embed-code {
  margin-top: 2rem;
}

.heading-7 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

.button-2 {
  background-color: #400099;
  border-radius: 5px;
}

.heading-9, .text-block-2 {
  color: var(--white);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
    line-height: 4rem;
  }

  h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.4rem;
  }

  h5 {
    font-size: 1.2rem;
  }

  .hide-tablet {
    display: none;
  }

  .text-align-center {
    line-height: 4rem;
  }

  .text-align-center.contact-heading {
    line-height: 2rem;
  }

  .text-align-center.contact-paragraph {
    margin-top: 0;
    line-height: 1.4rem;
  }

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

  .show-tablet {
    display: block;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .padding-bottom.padding-medium {
    text-align: center;
    display: flex;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-row-grid.tablet-1-col {
    grid-auto-flow: row;
  }

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

  .text-size-large.leftfield {
    text-align: left;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .button.remgap {
    margin-left: auto;
    margin-right: auto;
  }

  .button-secondary.is-next-to-primary {
    margin-left: 1rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .nav-link {
    padding: 2rem;
  }

  .hero_component {
    grid-row-gap: 4rem;
    grid-template-rows: auto minmax(400px, 1fr);
    grid-template-columns: 1.5fr;
    padding-top: 4rem;
  }

  .hero_content {
    flex-flow: column;
    margin-top: 4rem;
    display: flex;
  }

  .hero-image._1 {
    width: 100%;
    top: 6%;
    right: 0%;
  }

  .hero-image._2 {
    object-fit: contain;
    width: 40%;
    top: 100%;
    left: 250px;
  }

  .hero-image._3 {
    object-fit: contain;
    max-width: 50%;
    top: -5%;
    left: 15%;
  }

  .hero-image._4 {
    display: none;
    bottom: 0%;
  }

  .hero-image._5 {
    top: -9%;
    left: 46%;
  }

  .hero-image._6 {
    top: 144px;
  }

  .hero-gradient.blue {
    right: 375px;
  }

  .hero-gradient.pink {
    bottom: -34%;
  }

  .logos_grid {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mouse-gradient-wrapper {
    display: none;
  }

  .features_component {
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .features_content.max-width-small {
    margin-top: 3rem;
  }

  .features_image.max-width-xlarge {
    position: relative;
    right: 0%;
  }

  .numbers_component {
    grid-column-gap: 5rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .number {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .cta_component {
    grid-template-columns: 1.25fr;
  }

  .cta_image {
    height: 50rem;
  }

  .phone-img {
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    right: 17%;
  }

  .cta_illustration {
    top: 58%;
    left: 6%;
  }

  .cta_circle {
    left: 19%;
  }

  .cta_triangle {
    top: 38%;
  }

  .cta_icon {
    bottom: 15%;
  }

  .footer {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-background {
    opacity: .5;
  }

  .nav-menu {
    background-color: var(--black);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  }

  .nav-container.max-width-xxlarge {
    z-index: 999;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--10-white);
  }

  .nav-link-wrapper {
    background-color: var(--black);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    padding: 2rem;
  }

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

  .subtitle.text-size-large.text-align-center {
    text-align: center;
    line-height: 2rem;
  }

  .gradient-wrapper {
    min-width: 600px;
  }

  .gradient-wrapper.is-number {
    top: -136px;
  }

  .gradient-wrapper.cta-blue {
    right: 0%;
  }

  .gradient-wrapper.cta-pink {
    bottom: 1%;
    left: -50%;
  }

  .gradient-blob {
    width: 100%;
  }

  .quality-text-item {
    font-size: 1.1rem;
  }

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

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

  .cta_think-bubble {
    top: 17%;
    right: 2%;
  }

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

  .form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .form-embed-code {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h2 {
    font-size: 3.2rem;
    line-height: 3.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    text-align: center;
    font-size: 1.35rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-align-center.contact-heading {
    line-height: 2rem;
  }

  .text-align-center.contact-paragraph {
    margin-top: 0;
    font-size: 1rem;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

  .show-mobile-landscape {
    display: block;
  }

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

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .padding-bottom.padding-medium {
    justify-content: center;
    align-items: center;
  }

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

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

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

  .padding-vertical.padding-medium {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-vertical.padding-xhuge {
    margin-bottom: 3rem;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text-size-medium {
    font-size: 1rem;
  }

  .button-row-grid.landscape-1-col {
    grid-auto-flow: row;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-large {
    font-size: 2rem;
  }

  .button, .button.remgap {
    width: auto;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .button-secondary.is-next-to-primary {
    width: 100%;
    margin-left: 1rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .sticky-nav {
    position: relative;
  }

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

  .hero_content {
    margin: 4rem 0 0;
  }

  .hero-image._2 {
    width: 50%;
    top: 66%;
    left: 165px;
  }

  .hero-image._3 {
    width: 8rem;
    top: -4%;
  }

  .hero-image._4 {
    bottom: 3%;
  }

  .hero-image._5 {
    top: 74%;
  }

  .hero-image._6 {
    top: 138px;
  }

  .hero-image._7 {
    top: -34px;
    right: 13%;
  }

  .hero-gradient.blue {
    filter: blur(100px);
    width: 200px;
    height: 200px;
    right: 242px;
  }

  .hero-gradient.pink {
    filter: blur(100px);
    width: 200px;
    height: 220px;
    bottom: -12%;
  }

  .section-logos {
    padding-top: 2rem;
  }

  .logos_grid {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .features_content.max-width-small {
    margin-top: 0;
  }

  .features_image.max-width-xlarge {
    bottom: 0;
  }

  .numbers_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2.5rem;
    margin-bottom: 8rem;
    padding: 2.5rem;
  }

  .number {
    font-size: 1.7rem;
  }

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

  .cta_image {
    margin-top: 6rem;
  }

  .phone-img {
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% 0% 9%;
  }

  .cta_illustration {
    margin-left: auto;
    margin-right: auto;
    left: 0%;
  }

  .cta_circle {
    left: 1%;
  }

  .cta_triangle {
    top: 46%;
    right: 0%;
  }

  .cta_icon {
    bottom: 13%;
    left: 13%;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

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

  .comany-logo {
    width: auto;
    margin-right: 1rem;
  }

  .company_title {
    text-align: center;
  }

  .heading-2 {
    line-height: 4rem;
  }

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

  .gradient-wrapper.is-number {
    left: -69%;
  }

  .bas-wrapper-verti {
    width: 400px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .lightbox-grid {
    grid-template-columns: 1fr;
    place-items: center;
    margin-top: 3rem;
  }

  .gallery-lightbox {
    width: 20rem;
    height: 20rem;
  }

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

  .cta_think-bubble {
    top: 11%;
    right: -15%;
  }

  .heading-3 {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .heading-4, .underline-info, .heading-5, .paragraph-3, .heading-6, .paragraph-4 {
    text-align: center;
  }

  .contct-info {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.6rem;
    line-height: 3.3rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h5 {
    text-align: left;
    font-size: 1.2rem;
  }

  .text-align-center.contact-heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
    line-height: 1rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-style-link {
    font-weight: 600;
    transition: all .2s;
  }

  .text-style-link:hover {
    color: var(--blue-gray-50);
    text-shadow: 0 0 16px #fcfcfdad;
  }

  .container-large {
    max-width: none;
  }

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

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

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

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

  .margin-bottom.margin-small {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .padding-top.padding-huge {
    padding-top: 1rem;
  }

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

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

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

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

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

  .padding-vertical.padding-medium {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .button-row-grid.mobile-1-col {
    grid-auto-flow: row;
  }

  .text-size-large {
    line-height: 1.8rem;
  }

  .text-size-large.leftfield {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .button-secondary.is-next-to-primary {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
  }

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

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

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

  .hero_component {
    grid-template-rows: auto minmax(240px, 1fr);
    padding-top: 2rem;
  }

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

  .hero_images {
    z-index: 0;
  }

  .hero-image._1 {
    right: auto;
  }

  .hero-image._2 {
    width: 60%;
    top: 66%;
    left: 62px;
  }

  .hero-image._3 {
    width: 6rem;
    top: -7%;
    left: -2%;
  }

  .hero-image._4 {
    width: 80px;
    bottom: 15%;
    right: 43%;
  }

  .hero-image._5 {
    width: 50px;
    top: 1%;
  }

  .hero-image._6 {
    width: 30px;
    top: 91px;
  }

  .hero-image._7 {
    width: 20px;
  }

  .hero-gradient.blue {
    filter: blur(60px);
    width: 160px;
    height: 160px;
    right: 152px;
  }

  .hero-gradient.pink {
    filter: blur(60px);
    width: 160px;
    height: 160px;
    bottom: -8%;
  }

  .section-logos {
    padding-top: 0;
    position: relative;
  }

  .logos_grid {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .features_content.max-width-small {
    grid-column-gap: 10px;
    grid-row-gap: 3rem;
  }

  .numbers_component {
    grid-row-gap: 3rem;
    place-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .number {
    font-size: 1.4rem;
  }

  .numbers-gradient.blue {
    background-color: #0000;
  }

  .slide, .slide._1, .mask {
    max-width: 100%;
  }

  .cta_component {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    grid-auto-rows: 500px;
  }

  .cta_button-wrapper {
    flex-wrap: wrap;
  }

  .cta_image {
    height: 50rem;
    margin-top: 15rem;
  }

  .phone-img {
    left: 0%;
  }

  .cta_illustration {
    top: 50%;
    left: 0%;
  }

  .cta_circle {
    left: 14%;
  }

  .cta_triangle {
    top: 27%;
    right: -4%;
  }

  .cta_icon {
    width: 100px;
    bottom: 52%;
    left: -6%;
  }

  .cta-gradient.pink {
    filter: blur(100px);
    width: 200px;
    height: 200px;
    bottom: 18%;
  }

  .footer {
    text-align: left;
    margin-top: 11rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .comany-logo {
    width: auto;
    margin-right: 1rem;
  }

  .copyright {
    text-align: center;
  }

  .heading-2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .subtitle.text-size-large.text-align-center {
    line-height: 1.8rem;
  }

  .gradient-wrapper {
    min-width: 600px;
    position: absolute;
  }

  .gradient-wrapper.is-number {
    min-width: 600px;
    position: absolute;
    left: -117%;
    right: auto;
  }

  .gradient-wrapper.is-features {
    min-width: 600px;
    top: 8%;
  }

  .gradient-wrapper.hero-blue {
    top: -42%;
    left: -66%;
  }

  .gradient-wrapper.hero-pink {
    top: 78px;
    right: -90%;
  }

  .gradient-wrapper.cta-blue {
    right: -96%;
  }

  .gradient-wrapper.cta-pink {
    width: 500px;
    min-width: 710px;
    bottom: 12%;
    left: auto;
    right: -31%;
  }

  .bas-wrapper-verti {
    border-width: 4px;
    width: 85vw;
    max-width: 400px;
  }

  .bas-label-before-v {
    font-size: .8rem;
    top: 20px;
    left: 20px;
  }

  .bas-label-after-v {
    font-size: .8rem;
    bottom: 20px;
    left: 20px;
  }

  .qualities-grid-div {
    justify-content: flex-start;
    align-items: center;
  }

  .lightbox-grid {
    grid-template-columns: 1fr;
    max-width: 90vw;
  }

  .gallery-lightbox {
    width: 15rem;
    margin-left: auto;
    margin-right: auto;
  }

  .cta_think-bubble {
    max-width: 60%;
    top: 2%;
    right: -14%;
  }

  .heading-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .underline-info {
    font-size: 1.1rem;
  }

  .contct-info {
    font-size: 1.4rem;
  }

  .div-block {
    margin-left: auto;
    margin-right: auto;
  }

  .center-align-lower {
    text-align: center;
    margin-top: 1rem;
  }
}

#w-node-bc9b70a5-1952-fae8-2090-d06bac825011-99b95d80, #w-node-d797ac97-fd6f-2386-732b-4158aae3f867-99b95d80, #w-node-_3e0cbd48-5ab4-d6ed-44c6-5f94ca428143-99b95d80, #w-node-_5758af93-717e-036d-39ac-3c61782ba3a0-99b95d80, #w-node-_1b9d3ea6-1786-9793-2f4e-92074891d4fe-99b95d80, #w-node-_027de2e7-45b1-0dde-7609-e4a87bb7c9b1-99b95d80, #w-node-_17a3c642-1d17-6892-bbae-f804d9d867a6-99b95d80, #w-node-a56ad088-d8d9-6216-df64-090b29144c02-99b95d80 {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_92073e5e-3d67-9938-5d28-652b42b9874e-99b95d80 {
    justify-self: center;
  }

  #w-node-d749292b-1453-1233-4f64-635ec5c6dbe4-99b95d80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_88aa4ed7-579c-15ca-c4dd-daa4d98d7919-99b95d80 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_8b46fd0b-0267-d0a0-d661-3af3dc865518-99b95d80 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fe1fc29a-0d95-5687-6f96-0abea03c8ad2-99b95d80, #w-node-fe6b3b86-aec7-7b04-cd12-08854dad3d08-99b95d80 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fe6b3b86-aec7-7b04-cd12-08854dad3d08-99b95d80 {
    order: -9999;
  }
}


