@font-face {
  font-family: Inter Variablefont;
  src: url('../fonts/Inter-VariableFont.woff') format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --base-colors--white: white;
  --font--general-font: "Inter Variablefont", Arial, sans-serif;
  --base-colors--black: #000;
  --font--sm-font-size: 1.125rem;
  --margin-bottom--mb-2rem\<deleted\|variable-3718d340-02e8-7a1e-bad8-e63d7142ac97\>: 2rem;
  --font--heading-font: "Inter Variablefont", Arial, sans-serif;
  --font--xl-font-size: 3.2rem;
  --margin-bottom--mb-3rem\<deleted\|variable-f0b98b10-0cdd-2837-f0f8-2d28c1b9fd73\>: 3rem;
  --font--lg-font-size: 3rem;
  --margin-bottom--mb-1rem\<deleted\|variable-a50e7ef9-f5ae-0376-4e37-6a459eed8de7\>: 1rem;
  --font--md-font-size: 1.5rem;
  --margin-bottom--mb-other\<deleted\|variable-90ae1e54-edcb-4546-ef06-f93b0d205872\>: 1rem;
  --font--normal-font-size: 1.25rem;
  --font--xxs-font-size: .875rem;
  --accent-colors--link-colors: #06c;
  --section-spacing\<deleted\|variable-fa78e4b9-7233-4fa7-e3af-249c7b8e69f7\>: 4rem;
  --accent-colors--accent-text-2: #385fa2;
  --colors--white: white;
  --colors--text-dark: #000;
  --bg-colors--bg-color-2: #f5f5f7;
  --container-w-max: 80rem;
  --bg-colors--bg-color-1: #fcfcfe;
  --accent-colors--bg-button: #c93e3e;
  --border-colors--active-border: #0071e3;
  --border-colors--border-light-blue: #a7c7ff80;
  --font--xs-font-size: 1rem;
  --colors--light-blue\<deleted\|variable-85ba4b79-406d-050a-d0ac-eecd46b728cc\>: #a7c7ff;
  --colors--page-bg\<deleted\|variable-020142a0-d57f-6be6-dd7b-01560b4d0420\>: #edf2f7;
  --colors--text-blue\<deleted\|variable-a6fd6182-c094-4430-6960-40b037970c6f\>: #2a4a99;
  --colors--blue\<deleted\|variable-636daa2b-ac70-27c7-a111-1f47038e97b8\>: #4b7ce0;
  --accent-colors--accent-color: #ff6b6b;
  --accent-colors--accent-text: #0c5058;
  --accent-colors--color: #b64400;
  --base-colors--blue: #9cf;
  --bg-colors--bg-color-3: #ecf4fc;
  --colors--tab-link-color\<deleted\|variable-5323382a-6ee9-259a-d3c5-e153156282f0\>: #4b7ce01a;
  --card-gradient-1\<deleted\|variable-a4715fbc-5967-4335-fc81-b27373de82a9\>: #edf2f7;
  --card-gradient-2\<deleted\|variable-2daa9b57-3d8d-ffeb-8ec7-d7e92e2d6cf3\>: #f7fafc;
  --bg-colors--bg-color-4: #edfaf8;
  --bg-colors--bg-color-5: #e8eef8;
  --bg-colors--bg-color-7: #fff0e9;
  --accent-colors--accent-2: #26a699;
  --accent-colors--shadow: #0003;
  --gradient-colors-1--gr-color-1: #f0f6ff;
  --gradient-colors-1--gr-color-2: #e7f1ff;
  --gradient-colors-1--gr-color-3: #e8ecfc;
  --gradient-colors-1--gr-color-4: #ede8f9;
  --bg-colors--bg-color-6: #f9f6e3;
  --accent-colors--accent-1: #d9695f;
  --accent-colors--accent-3: #1f98a6;
  --gradient-colors-1--gr-color-5: #edd5de;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--base-colors--white);
  font-family: var(--font--general-font);
  color: var(--base-colors--black);
  font-size: var(--font--sm-font-size);
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: var(--margin-bottom--mb-2rem\<deleted\|variable-3718d340-02e8-7a1e-bad8-e63d7142ac97\>);
  font-family: var(--font--heading-font);
  font-size: var(--font--xl-font-size);
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: var(--margin-bottom--mb-3rem\<deleted\|variable-f0b98b10-0cdd-2837-f0f8-2d28c1b9fd73\>);
  font-family: var(--font--heading-font);
  font-size: var(--font--lg-font-size);
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: var(--margin-bottom--mb-1rem\<deleted\|variable-a50e7ef9-f5ae-0376-4e37-6a459eed8de7\>);
  font-family: var(--font--heading-font);
  font-size: var(--font--md-font-size);
  font-weight: 500;
  line-height: 1.3;
}

h4 {
  margin-top: 10px;
  margin-bottom: var(--margin-bottom--mb-other\<deleted\|variable-90ae1e54-edcb-4546-ef06-f93b0d205872\>);
  font-family: var(--font--heading-font);
  font-size: var(--font--normal-font-size);
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  margin-top: 10px;
  margin-bottom: var(--margin-bottom--mb-other\<deleted\|variable-90ae1e54-edcb-4546-ef06-f93b0d205872\>);
  font-family: var(--font--heading-font);
  font-size: var(--font--sm-font-size);
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  margin-top: 10px;
  margin-bottom: var(--margin-bottom--mb-other\<deleted\|variable-90ae1e54-edcb-4546-ef06-f93b0d205872\>);
  font-family: var(--font--heading-font);
  font-size: var(--font--xxs-font-size);
  font-weight: 500;
  line-height: 1.5;
}

p {
  margin-bottom: var(--margin-bottom--mb-other\<deleted\|variable-90ae1e54-edcb-4546-ef06-f93b0d205872\>);
  font-family: var(--font--general-font);
}

a {
  color: var(--accent-colors--link-colors);
  text-decoration: none;
}

strong {
  font-weight: 600;
}

.sg-body {
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sg-navbar {
  align-self: flex-start;
}

.sg-container, .sg-nav-menu {
  flex-flow: column;
  display: flex;
}

.sg-content {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sg-wrapper {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.sg-divider {
  margin-top: var(--section-spacing\<deleted\|variable-fa78e4b9-7233-4fa7-e3af-249c7b8e69f7\>);
  margin-bottom: var(--section-spacing\<deleted\|variable-fa78e4b9-7233-4fa7-e3af-249c7b8e69f7\>);
  background-color: #000;
  height: 1px;
}

.heading-xl {
  color: var(--base-colors--black);
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  overflow: hidden;
}

.heading-lg {
  margin-bottom: var(--margin-bottom--mb-1rem\<deleted\|variable-a50e7ef9-f5ae-0376-4e37-6a459eed8de7\>);
  color: var(--base-colors--black);
  text-align: left;
  font-size: 2.4rem;
}

.heading-md {
  color: var(--accent-colors--accent-text-2);
  font-size: var(--font--md-font-size);
}

.heading-md.white {
  color: var(--colors--white);
}

.heading-md.without-mb {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-md.without-mb.white {
  margin-bottom: 2rem;
  font-weight: 500;
}

.heading-md.mb-1rem {
  margin-bottom: 1rem;
}

.heading-md.black {
  color: var(--base-colors--black);
}

.heading-sm {
  color: var(--colors--text-dark);
}

.sm-size {
  color: var(--colors--text-dark);
  font-size: var(--font--normal-font-size);
  font-weight: 500;
}

.sm-size._400-weight {
  color: var(--base-colors--black);
  font-size: var(--font--sm-font-size);
  text-align: left;
  margin-bottom: 0;
  font-weight: 400;
}

.sm-size._400-weight.mb-other {
  margin-bottom: var(--margin-bottom--mb-other\<deleted\|variable-90ae1e54-edcb-4546-ef06-f93b0d205872\>);
}

.anchor {
  height: 1px;
}

.heading-xs, .block-quote {
  color: var(--colors--text-dark);
}

.section {
  width: 96%;
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
}

.section.stack {
  position: relative;
}

.section.benefit {
  background-color: var(--bg-colors--bg-color-2);
  border-radius: 32px;
  padding-left: 5%;
  padding-right: 5%;
}

.container {
  max-width: var(--container-w-max);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.footer {
  justify-content: flex-start;
  align-items: stretch;
}

.container.accent {
  background-color: var(--bg-colors--bg-color-1);
  border-radius: 32px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero-image {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph {
  color: var(--accent-colors--accent-text-2);
  font-size: var(--font--md-font-size);
  text-align: center;
  font-weight: 500;
  animation: smoothly;
}

.cta-bc {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--accent-colors--bg-button);
  background-color: var(--accent-colors--bg-button);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5rem;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.cta-bc:hover {
  border-style: solid;
  border-color: var(--colors--white);
  box-shadow: 0 0 20px 0 var(--base-colors--white);
  background-color: #ff6b6b00;
}

.cta-bc:active {
  box-shadow: none;
}

.icon-cta-bc {
  vertical-align: baseline;
  width: 1rem;
  font-family: Inter Variablefont, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.text_hero-button {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.navbar {
  z-index: 1000;
  border-bottom: 1px solid var(--border-colors--border-light-blue);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--colors--text-dark);
  background-color: #ffffff4d;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

.nav-menu-wrapper {
  background-color: #fff0;
}

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

.nav-link {
  color: var(--colors--text-dark);
  font-size: var(--font--xs-font-size);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-weight: 400;
  line-height: 1.5;
  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 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.nav-dropdown-toggle {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: var(--colors--white);
  outline-color: var(--border-colors--border-light-blue);
  outline-offset: 0px;
  letter-spacing: .25px;
  border-radius: 12px;
  outline-width: 3px;
  outline-style: none;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .6rem;
  font-size: 14px;
  line-height: 20px;
  display: none;
}

.nav-dropdown-toggle:hover {
  outline-color: var(--border-colors--border-light-blue);
  color: #1a1b1fbf;
  outline-width: 1px;
  outline-style: solid;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-color: var(--colors--light-blue\<deleted\|variable-85ba4b79-406d-050a-d0ac-eecd46b728cc\>);
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline-width: 2px;
  outline-style: solid;
}

.nav-dropdown-toggle.w--open {
  outline-offset: 31px;
  outline: 3px #a7c7ff80;
  justify-content: space-between;
  align-items: flex-start;
}

.nav-dropdown-icon {
  font-size: var(--font--xs-font-size);
  align-self: flex-start;
  margin-right: 0;
  position: static;
}

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

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  background-color: var(--colors--page-bg\<deleted\|variable-020142a0-d57f-6be6-dd7b-01560b4d0420\>);
  outline-color: var(--border-colors--border-light-blue);
  outline-width: 1px;
  outline-style: solid;
  padding: .5rem;
  top: 100%;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: var(--colors--white);
  flex-flow: row;
  margin-top: .3rem;
  display: flex;
}

.nav-divider {
  background-color: var(--border-colors--border-light-blue);
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.button-primary {
  background-color: var(--accent-colors--accent-text-2);
  color: var(--colors--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 12px;
  padding: .9rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  box-shadow: inset 0 -8px 20px #1a192514, 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-primary:hover {
  background-color: var(--accent-colors--bg-button);
  color: var(--base-colors--white);
}

.button-primary:active {
  box-shadow: inset 0 0 2px 1px var(--base-colors--white);
}

.list-item {
  width: auto;
  display: flex;
}

.text_navmenu-button {
  color: var(--colors--text-blue\<deleted\|variable-a6fd6182-c094-4430-6960-40b037970c6f\>);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.cta_navmenu-ws {
  border: 1px solid var(--colors--blue\<deleted\|variable-636daa2b-ac70-27c7-a111-1f47038e97b8\>);
  border-radius: 12px;
  margin-right: 1rem;
  padding: .75rem 1.5rem;
}

.cta_navmenu-ws:hover {
  border-color: var(--base-colors--black);
  background-color: var(--colors--white);
  color: var(--base-colors--black);
}

.cta_navmenu-ws:active {
  box-shadow: inset 0 0 5px 0 var(--accent-colors--accent-text-2);
}

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

.logo-image_navbar {
  width: 10rem;
  height: auto;
}

.section-spacing {
  justify-content: flex-start;
  align-items: flex-end;
  height: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-title.stack {
  position: sticky;
  top: 10rem;
}

.section-tag {
  border: 1px solid var(--accent-colors--accent-text-2);
  color: var(--accent-colors--accent-text-2);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: inline-flex;
}

.heading-xxs {
  color: var(--colors--text-dark);
  font-size: var(--font--xxs-font-size);
  text-align: center;
}

.card-service {
  border: 1px none var(--border-colors--border-light-blue);
  background-image: none;
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-start;
  width: auto;
  height: auto;
  padding: 0;
  position: relative;
  box-shadow: 2px 4px 12px #0003;
}

.card-top-content {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.text_service-number {
  color: var(--accent-colors--accent-color);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.25rem;
}

.service-link {
  border: 1px solid var(--border-colors--border-light-blue);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: .5rem;
  display: flex;
}

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

.icon {
  color: var(--accent-colors--link-colors);
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-wrapper {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: auto;
  place-items: start stretch;
  width: 100%;
  height: auto;
  display: grid;
}

.services-wrapper.sp {
  grid-template-columns: 1fr 1fr;
}

.wrapper-steps {
  z-index: 0;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  min-height: 70vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 20rem;
}

.item-step {
  z-index: 1;
  border: 1px solid var(--border-colors--border-light-blue);
  background-color: var(--base-colors--white);
  background-image: none;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  height: 234px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 4rem;
  display: flex;
  box-shadow: 2px 4px 12px #00000014;
}

.item-step.step1 {
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 20rem;
}

.item-step.step2 {
  z-index: 2;
  height: 234px;
  position: sticky;
  top: 20rem;
}

.item-step.step3 {
  z-index: 3;
  position: sticky;
  top: 20rem;
}

.item-step.step4 {
  z-index: 4;
  position: sticky;
  top: 20rem;
}

.item-step.step5 {
  z-index: 5;
  position: sticky;
  top: 20rem;
}

.number-step {
  color: var(--accent-colors--accent-color);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 8rem;
  line-height: 1;
}

.wrapper-step-content {
  flex-flow: column;
  width: 60%;
  display: flex;
}

.step-title {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tech-stack_tads {
  height: 35rem;
  margin-top: 4rem;
}

.tab-link {
  border: 1px solid var(--accent-colors--accent-text);
  color: var(--base-colors--black);
  background-color: #fff;
  border-radius: 6px;
  padding: .5rem 1.5rem;
  font-weight: 400;
}

.tab-link:hover {
  border-color: var(--base-colors--black);
  background-color: var(--bg-colors--bg-color-2);
}

.tab-link:focus {
  border-color: var(--accent-colors--accent-text);
  background-color: var(--accent-colors--accent-text-2);
  color: var(--base-colors--white);
}

.tab-link.tab-1.w--current {
  background-color: var(--accent-colors--accent-text-2);
  color: var(--base-colors--white);
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-tools-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.tabs-content {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.spacing-4rem {
  height: 4rem;
}

.portfolio-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 12rem;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.card-portfolio {
  background-color: var(--base-colors--black);
  border-radius: 28px;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  padding: 3rem;
  display: flex;
  position: relative;
}

.project-top-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--colors--white);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.tag-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-tag {
  color: var(--base-colors--black);
}

.text-tag.heading-xxs {
  font-size: var(--font--xs-font-size);
}

.spacing-2rem {
  height: 2rem;
}

.portfolio_button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--colors--text-blue\<deleted\|variable-a6fd6182-c094-4430-6960-40b037970c6f\>);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--colors--text-blue\<deleted\|variable-a6fd6182-c094-4430-6960-40b037970c6f\>);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--colors--text-blue\<deleted\|variable-a6fd6182-c094-4430-6960-40b037970c6f\>);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--colors--text-blue\<deleted\|variable-a6fd6182-c094-4430-6960-40b037970c6f\>);
  background-color: var(--accent-colors--accent-text-2);
  color: var(--base-colors--white);
  font-size: var(--font--sm-font-size);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  box-shadow: inset 0 -8px 20px #1a192514, 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.portfolio_button:hover {
  border-color: var(--accent-colors--color);
  background-color: var(--accent-colors--bg-button);
  color: var(--colors--white);
}

.portfolio_button:active {
  box-shadow: inset 0 0 6px 0 var(--base-colors--white);
}

.testimonial_mask {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

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

.testimonial_slide {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.testimonial_slide-nav {
  color: var(--colors--blue\<deleted\|variable-636daa2b-ac70-27c7-a111-1f47038e97b8\>);
  -webkit-text-stroke-color: var(--border-colors--border-light-blue);
  height: 1.75rem;
  font-size: .5rem;
  display: none;
}

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

.testimonial_content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

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

.testimonial_rating-wrapper {
  align-self: flex-start;
  margin-bottom: 1.5rem;
  display: none;
}

.testimonial_client-info {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.margin-bottom.margin-small {
  margin: 0rem 0rem var(--margin-bottom--mb-other\<deleted\|variable-90ae1e54-edcb-4546-ef06-f93b0d205872\>);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.testimonial_component {
  background-color: #0000;
  justify-content: space-between;
  width: 90%;
  height: auto;
  padding-bottom: 4rem;
  padding-left: .875rem;
  padding-right: .875rem;
  display: flex;
  overflow: hidden;
}

.testimonial_arrow {
  border: 2px solid var(--colors--blue\<deleted\|variable-636daa2b-ac70-27c7-a111-1f47038e97b8\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  bottom: 10rem;
}

.testimonial_arrow.hide-mobile-landscape {
  border-width: 1px;
  border-color: var(--border-colors--border-light-blue);
  width: 3rem;
  height: 3rem;
}

.testimonial_arrow.hide-mobile-landscape.left:hover {
  border-width: 2px;
  border-color: var(--border-colors--active-border);
}

.testimonial_arrow.hide-mobile-landscape.left:active {
  box-shadow: inset 0 0 10px 0 var(--base-colors--blue);
}

.testimonial_arrow.hide-mobile-landscape.right:hover {
  border-width: 2px;
  border-color: var(--border-colors--active-border);
}

.testimonial_arrow.hide-mobile-landscape.right:active {
  box-shadow: inset 0 0 10px 0 var(--base-colors--blue);
}

.text_client-name {
  font-size: var(--font--xs-font-size);
  margin-bottom: 0;
}

.text_position {
  font-size: var(--font--xs-font-size);
  margin-bottom: 0;
  font-weight: 400;
}

.client-logo-block {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text_review {
  font-size: var(--font--xs-font-size);
  text-align: center;
  font-weight: 400;
}

.text_answer {
  color: var(--base-colors--black);
  font-size: var(--font--normal-font-size);
  margin-left: .25rem;
  font-weight: 400;
}

.text_question {
  color: var(--accent-colors--accent-text);
  font-size: var(--font--md-font-size);
  font-weight: 500;
  line-height: 1.3;
}

.text_question.without-mb {
  color: var(--base-colors--black);
  margin-top: 0;
  margin-bottom: 0;
}

.text_number-question {
  font-family: var(--font--general-font);
  font-size: var(--font--md-font-size);
  margin-right: .5rem;
  line-height: 1.3;
  display: block;
}

.accordion-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  height: auto;
  display: flex;
}

.accordion_component {
  border: 2px solid var(--bg-colors--bg-color-3);
  background-color: var(--bg-colors--bg-color-1);
  box-shadow: none;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.accordion_top {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.accordion_icon {
  border: 1px solid var(--border-colors--border-light-blue);
  color: var(--accent-colors--accent-color);
  border-radius: 99px;
  align-self: flex-start;
  width: 2rem;
  margin-left: auto;
  display: flex;
}

.accordion_bottom {
  padding: 0 3rem;
  overflow: hidden;
}

.contact-wrapper {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-flow: row;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.booking-block {
  grid-column-gap: 4.7rem;
  grid-row-gap: 4.7rem;
  background-color: var(--base-colors--black);
  border-radius: 28px;
  flex-flow: column;
  width: 45%;
  height: auto;
  padding: 3rem;
  display: flex;
}

.form-block {
  background-color: var(--bg-colors--bg-color-3);
  border-radius: 28px;
  width: 55%;
  height: auto;
  padding: 3rem;
}

.bottom-content-booking {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text_booking-block {
  font-size: var(--font--normal-font-size);
  font-weight: 400;
}

.text_booking-block._16px {
  align-self: flex-end;
  margin-bottom: 0;
  font-size: 1rem;
}

.text_booking-block._16px.white {
  flex: 1;
  align-self: flex-start;
  font-weight: 300;
}

.text_booking-block.white {
  color: var(--colors--white);
  font-weight: 400;
}

.text_booking-block.without-bm {
  margin-bottom: 0;
  font-weight: 500;
}

.video-bg_booking {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video {
  z-index: 1;
  aspect-ratio: 1;
  pointer-events: none;
  border-radius: 99%;
  height: 300px;
  position: relative;
  box-shadow: 0 0 20px #ff6b6b4f;
}

.footer-subscribe {
  background-color: var(--base-colors--black);
  border-bottom: 1px solid #e4ebf3;
  padding: 4rem 2rem 2rem;
  position: relative;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-block-three.white {
  color: var(--colors--white);
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer-link-three.white {
  color: var(--colors--white);
  font-weight: 300;
}

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

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

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

.footer-copyright.heading-xxs.white {
  color: var(--colors--white);
  font-weight: 300;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-block.heading-xxs {
  order: 1;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-legal-link.white {
  color: var(--colors--white);
  font-weight: 300;
}

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

.footer-message-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.link_cs {
  z-index: 1;
  color: var(--accent-colors--accent-text);
  cursor: pointer;
  border-radius: 15px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.service-button {
  border: 1px solid var(--base-colors--black);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  display: flex;
  position: relative;
}

.service-button:hover {
  border-color: var(--border-colors--active-border);
  color: var(--accent-colors--link-colors);
}

.service-button:active {
  color: var(--base-colors--black);
}

.checkbox {
  opacity: 1;
  border-radius: 6px;
  flex: 1;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox.w--redirected-checked {
  z-index: 2;
  opacity: 0;
  background-color: #3898ec00;
  border-radius: 6px;
}

.checkbox-label {
  font-weight: 400;
}

.wrapper-form-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.text-field {
  border: 1px solid var(--colors--light-blue\<deleted\|variable-85ba4b79-406d-050a-d0ac-eecd46b728cc\>);
  color: var(--colors--text-dark);
  font-size: var(--font--normal-font-size);
  border-radius: 6px;
  min-height: 3rem;
  font-weight: 300;
}

.text-field:focus {
  border-color: var(--colors--text-blue\<deleted\|variable-a6fd6182-c094-4430-6960-40b037970c6f\>);
}

.text-field-2 {
  border: 1px solid var(--colors--light-blue\<deleted\|variable-85ba4b79-406d-050a-d0ac-eecd46b728cc\>);
  color: var(--colors--text-dark);
  font-size: var(--font--normal-font-size);
  border-radius: 6px;
  min-height: 3rem;
  font-weight: 300;
}

.text-field-2:focus {
  border-color: var(--colors--text-blue\<deleted\|variable-a6fd6182-c094-4430-6960-40b037970c6f\>);
}

.textarea {
  border: 1px solid var(--colors--light-blue\<deleted\|variable-85ba4b79-406d-050a-d0ac-eecd46b728cc\>);
  color: var(--colors--text-dark);
  font-size: var(--font--normal-font-size);
  border-radius: 6px;
  min-height: 15rem;
  font-weight: 300;
}

.textarea:focus {
  border-color: var(--colors--text-blue\<deleted\|variable-a6fd6182-c094-4430-6960-40b037970c6f\>);
}

.title_contact {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  line-height: 1;
}

.form-block-2 {
  margin-top: .5rem;
}

.submit_button {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--base-colors--black);
  font-size: var(--font--sm-font-size);
  border: 2px solid #000;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  margin-left: 0;
  margin-right: auto;
  padding: 1rem 1.5rem;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.submit_button:hover {
  border-color: var(--accent-colors--bg-button);
  background-color: var(--accent-colors--bg-button);
  color: var(--base-colors--white);
}

.submit_button:active {
  border-color: var(--border-colors--active-border);
  background-color: var(--base-colors--white);
  color: var(--accent-colors--link-colors);
}

.service-card_subtitle {
  display: none;
}

.button-group {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: relative;
}

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

.layout_card-large-image {
  aspect-ratio: 16 / 9;
}

.card-advantage-image-wrapper {
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

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

.advantages-wrapper {
  margin-top: 2rem;
}

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

.cta-sp1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--accent-colors--bg-button);
  font-size: var(--font--xs-font-size);
  background-color: #c93e3e;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.cta-sp1:hover {
  border-style: solid;
  border-color: var(--base-colors--black);
  background-color: var(--base-colors--black);
  color: var(--base-colors--white);
}

.cta-sp1:active {
  border-style: solid;
  border-color: var(--base-colors--white);
  box-shadow: inset 0 0 5px 1px var(--base-colors--white);
}

.card_advantage {
  border: 1px solid var(--border-colors--border-light-blue);
  background-color: var(--bg-colors--bg-color-3);
  border-radius: 28px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.card_advantage.large {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.icon-embed-medium, .icon-embed-medium-2 {
  color: var(--accent-colors--bg-button);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.snapshot-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  display: flex;
}

.card-snapshot {
  border: 1px solid var(--colors--text-blue\<deleted\|variable-a6fd6182-c094-4430-6960-40b037970c6f\>);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

.card-snapshot.top {
  background-color: var(--colors--tab-link-color\<deleted\|variable-5323382a-6ee9-259a-d3c5-e153156282f0\>);
}

.card-snapshot.top.topleft {
  border-top-left-radius: 28px;
}

.card-snapshot.top.topright {
  border-top-right-radius: 28px;
}

.card-snapshot.b-left {
  border-bottom-left-radius: 28px;
}

.card-snapshot.b-right {
  border-bottom-right-radius: 28px;
}

.heading-ps {
  color: var(--colors--text-dark);
  margin-top: 0;
  margin-bottom: 0;
}

.text_tab-ps {
  color: var(--accent-colors--accent-text-2);
}

.grid-ps {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr 1fr .5fr;
  overflow: hidden;
}

.cta-ss-wrapper {
  background-color: var(--base-colors--blue);
  border-radius: 20px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.normal-size-as {
  color: var(--colors--text-dark);
  font-size: var(--font--normal-font-size);
  font-weight: 500;
}

.normal-size-as._400-weight {
  color: var(--colors--text-dark);
  font-size: var(--font--sm-font-size);
  text-align: left;
  margin-bottom: 0;
  font-weight: 400;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 46%;
  height: auto;
  display: flex;
  position: relative;
}

.service-page_primary-cta {
  border: 2px solid var(--accent-colors--bg-button);
  background-color: var(--accent-colors--bg-button);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  transition: all .2s;
}

.service-page_primary-cta:hover {
  border-color: var(--base-colors--black);
  background-color: var(--colors--white);
  color: var(--base-colors--black);
}

.service-page_primary-cta:active {
  border-color: var(--border-colors--active-border);
  color: var(--accent-colors--link-colors);
}

.service-page_title {
  color: var(--base-colors--black);
  font-size: 2.5rem;
  font-weight: 600;
}

.service-page_short-desc {
  margin-bottom: var(--margin-bottom--mb-3rem\<deleted\|variable-f0b98b10-0cdd-2837-f0f8-2d28c1b9fd73\>);
  color: var(--colors--text-dark);
  font-size: var(--font--normal-font-size);
  font-weight: 400;
}

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

.text_overview {
  color: var(--colors--text-dark);
  font-size: var(--font--normal-font-size);
  text-align: justify;
  width: 100%;
  font-weight: 400;
}

.features-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;
  display: grid;
}

.features_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

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

.utility-page-content {
  max-width: var(--container-w-max);
  text-align: center;
  flex-direction: column;
  display: flex;
}

.text_card {
  color: var(--base-colors--black);
  font-size: var(--font--sm-font-size);
  font-weight: 400;
}

.section_short-desc {
  color: var(--base-colors--black);
  font-size: var(--font--normal-font-size);
  text-align: center;
  width: 50%;
}

.text_features-desc {
  font-weight: 400;
}

.tag_text {
  color: var(--accent-colors--accent-text-2);
  font-size: var(--font--xxs-font-size);
  text-align: center;
  text-transform: uppercase;
}

.heading-md-blue {
  color: var(--colors--text-blue\<deleted\|variable-a6fd6182-c094-4430-6960-40b037970c6f\>);
  font-size: var(--font--md-font-size);
}

.heading-md-blue.lg-1 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.icon_features {
  color: #0a827b;
  width: 3rem;
  height: 3rem;
}

.process-wrapper-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.card_process {
  border: 1px solid var(--border-colors--border-light-blue);
  background-image: none;
  border-radius: 18px;
  padding: 1rem 2rem;
  box-shadow: 2px 4px 12px #0003;
}

.faq-wrapper {
  width: 100%;
}

.faq-book-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.cta-gs_bottom {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--accent-colors--bg-button);
  font-size: var(--font--xs-font-size);
  background-color: #c93e3e;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.cta-gs_bottom:hover {
  border-style: solid;
  border-color: var(--base-colors--black);
  background-color: var(--base-colors--black);
}

.cta-gs-wrapper {
  background-color: var(--base-colors--blue);
  border-radius: 28px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 3rem;
  display: flex;
}

.sg-bottom-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.other-services_list {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: auto;
  place-items: start stretch;
  display: grid;
}

.text-card_other-services {
  color: var(--colors--text-dark);
  font-size: var(--font--sm-font-size);
  font-weight: 400;
  display: none;
}

.text-cta-gs.black {
  font-size: 2rem;
}

.card_other-service {
  background-image: linear-gradient(108deg, #0079d0, #9e52d8 32%, #da365c 84%, #d04901);
  border-radius: 28px;
  flex-flow: column;
  padding: 1.5px;
  display: block;
  position: relative;
  overflow: hidden;
}

.icon-wrap_os {
  border: 2px solid var(--border-colors--border-light-blue);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.name_other-services {
  color: var(--accent-colors--accent-text-2);
  margin-top: 0;
  margin-bottom: .5rem;
}

.benefit_card-content {
  pointer-events: none;
  color: var(--colors--text-dark);
  font-size: var(--font--md-font-size);
  font-weight: 400;
  position: relative;
}

.benefit_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 300vh;
  position: relative;
}

.benefit_content-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.side-description {
  color: var(--colors--text-dark);
  font-size: var(--font--normal-font-size);
  text-align: left;
}

.heading_benefit {
  color: var(--colors--text-dark);
  font-size: 2rem;
}

.benefit-card {
  border-radius: 28px;
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
  margin-right: 1.5rem;
  padding: 1.5px;
  display: flex;
  position: absolute;
}

.benefit-card.card-3 {
  z-index: 2;
  transform: rotate(6deg);
}

.benefit-card.card-1 {
  z-index: 4;
}

.benefit-card.card-2 {
  z-index: 3;
  transform: rotate(3deg);
}

.benefit-card.card-4 {
  z-index: 1;
  transform: rotate(9deg);
}

.benefit-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  height: 50vh;
  display: grid;
  position: sticky;
  top: 25vh;
}

.benefit_heading {
  margin-bottom: var(--margin-bottom--mb-1rem\<deleted\|variable-a50e7ef9-f5ae-0376-4e37-6a459eed8de7\>);
  color: var(--colors--text-dark);
  text-align: left;
}

.gradients-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.lg-1 {
  background-image: linear-gradient(108deg, #0079d0, #9e52d8 32%, #da365c 84%, #d04901);
}

.link_os {
  z-index: 1;
  color: var(--accent-colors--accent-text);
  cursor: pointer;
  background-color: #fff;
  border-radius: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.link_cs-copy {
  z-index: 1;
  color: var(--accent-colors--accent-text);
  cursor: pointer;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.lg-font {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(108deg, #0079d0, #9e52d8 32%, #da365c 84%, #d04901);
  -webkit-background-clip: text;
  background-clip: text;
}

.os-card_subtitle {
  color: var(--base-colors--black);
  display: block;
}

.wrapper-inside-card {
  background-color: var(--bg-colors--bg-color-1);
  border-radius: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
  inset: 0%;
}

.accent-text {
  color: var(--accent-colors--accent-text);
}

.lg-font-ai {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(94deg, #0090f7, #ba62fc 25%, #f2416b 50%, #f55600 75%);
  -webkit-background-clip: text;
  background-clip: text;
}

.lg-2 {
  background-image: linear-gradient(108deg, #0079d0, #9e52d8 25%, #da365c 50%, #d04901 75%);
}

.subtitle_overview {
  align-self: flex-start;
}

.cta_benefit {
  border: 2px solid var(--accent-colors--bg-button);
  background-color: var(--accent-colors--bg-button);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  transition: all .2s;
}

.cta_benefit:hover {
  border-color: var(--base-colors--black);
  background-color: var(--colors--white);
  color: var(--base-colors--black);
}

.cta_benefit:active {
  border-color: var(--border-colors--active-border);
  color: var(--accent-colors--link-colors);
}

.cta_benefit.mobile {
  display: none;
}

.cta-book {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--accent-colors--bg-button);
  color: var(--base-colors--white);
  font-size: var(--font--xs-font-size);
  cursor: pointer;
  background-color: #c93e3e;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.cta-book:hover {
  border-style: solid;
  border-color: var(--base-colors--white);
  background-color: var(--base-colors--black);
  color: var(--base-colors--white);
}

.cta-book:active {
  border-style: solid;
  border-color: var(--base-colors--white);
  box-shadow: inset 0 0 5px 1px var(--base-colors--white);
}

.code-embed {
  display: none;
}

.hero-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.project_card {
  background-color: var(--bg-colors--bg-color-4);
  border-radius: 28px;
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  padding: 3rem;
  display: flex;
  position: relative;
}

.project_card.card-1 {
  background-color: var(--bg-colors--bg-color-2);
}

.project_card.card-2 {
  background-color: var(--bg-colors--bg-color-3);
}

.project_card.card-3 {
  background-color: var(--bg-colors--bg-color-5);
}

.project_card.card-4 {
  background-color: var(--bg-colors--bg-color-7);
}

.project_card.card-5 {
  background-color: var(--bg-colors--bg-color-2);
}

.project_card.card-6 {
  background-color: var(--bg-colors--bg-color-3);
}

.tool_tag {
  border: 1px solid var(--base-colors--black);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: .25rem 1rem;
  display: flex;
}

.project_link-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-wrapper {
  border: 1px solid var(--base-colors--blue);
  background-color: var(--base-colors--white);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
}

.arrow_icon {
  color: var(--accent-colors--link-colors);
  justify-content: center;
  align-items: center;
  display: flex;
}

.project_image {
  aspect-ratio: auto;
  height: auto;
  display: block;
  position: relative;
  bottom: -20%;
}

.project-card_subtitle {
  color: var(--base-colors--black);
  font-size: var(--font--normal-font-size);
  margin-bottom: 1rem;
  font-weight: 500;
}

.project_name {
  color: var(--base-colors--black);
  font-size: var(--font--md-font-size);
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.logo_image-footer {
  width: 8rem;
  height: auto;
}

.footer-text_message {
  color: var(--base-colors--white);
  font-size: 1.2rem;
  font-weight: 300;
}

.project-page_title {
  color: var(--accent-colors--accent-text-2);
  text-align: center;
  align-self: center;
  max-width: 80%;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 600;
}

.text_project-page {
  color: var(--colors--text-dark);
  font-size: var(--font--md-font-size);
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph_project-page {
  color: var(--base-colors--black);
  font-size: var(--font--md-font-size);
  text-align: center;
  align-self: center;
}

.content-block_pp {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.image_background {
  background-color: var(--bg-colors--bg-color-2);
  border-radius: 32px;
  width: 100%;
  height: auto;
  padding: 10% 5% 5% 10%;
}

.image_pp {
  border-radius: 24px;
  max-width: 100%;
}

.title_section {
  color: var(--accent-colors--accent-text-2);
  text-align: center;
  align-self: center;
  max-width: 100%;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 500;
}

.image_background-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--bg-colors--bg-color-5);
  border-radius: 32px;
  width: 100%;
  padding: 10% 5% 5% 10%;
}

.wrap-mobile-images {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image_pp-mob {
  border-radius: 32px;
  align-self: stretch;
  max-width: 48%;
  max-height: 900px;
}

.rich-text_pp {
  align-self: flex-start;
}

.spacing-1rem {
  height: 1rem;
}

.paragraph-2 {
  color: var(--accent-colors--link-colors);
}

.product-left_image-wrapper {
  transform-origin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.grid_product-desc {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.button {
  border: 2px solid var(--accent-colors--bg-button);
  background-color: var(--accent-colors--bg-button);
  color: var(--base-colors--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}

.button:hover {
  border-width: 2px;
  border-color: var(--base-colors--black);
  background-color: var(--base-colors--white);
  color: var(--base-colors--black);
}

.button:active {
  border-color: var(--accent-colors--link-colors);
  color: var(--accent-colors--link-colors);
}

.product-left_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: auto;
  display: grid;
}

.product_image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
}

.paragraph_product {
  font-size: var(--font--normal-font-size);
  font-weight: 500;
}

.product-right_content {
  margin-left: 5rem;
}

.product_feature {
  color: var(--accent-colors--accent-text-2);
}

.product_feature.black {
  color: var(--base-colors--black);
  margin-top: 0;
}

.text_product-desc {
  font-weight: 400;
}

.hp_span-gr.lg-font {
  color: var(--accent-colors--accent-text-2);
}

.product-right_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.product-right_image-wrapper {
  transform-origin: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.product-left_content {
  margin-right: 5rem;
}

.product_title {
  color: var(--accent-colors--accent-text-2);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.4;
}

.product-image-wrapper {
  border-radius: 32px;
  height: 30vh;
  position: relative;
  overflow: hidden;
}

.product_main-image {
  width: 100%;
}

.card-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--bg-colors--bg-color-3);
  pointer-events: none;
  border: 1px #000;
  border-radius: 24px;
  flex-flow: column;
  flex: none;
  width: 30%;
  margin-right: 2%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.cards-wrapper {
  z-index: 2;
  cursor: grab;
  scrollbar-width: none;
  border-style: none;
  width: 100%;
  display: flex;
  overflow-x: auto;
}

.code-embed-2 {
  display: none;
}

.text_card-item {
  font-size: var(--font--sm-font-size);
  font-weight: 400;
}

.icon_card-item {
  opacity: 1;
  color: var(--accent-colors--accent-2);
  align-self: flex-start;
  width: 3rem;
  height: 3rem;
}

.process-grid {
  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;
  display: grid;
}

.process_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.card_title {
  pointer-events: none;
  color: var(--colors--text-dark);
  font-size: var(--font--md-font-size);
  font-weight: 500;
  position: relative;
}

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

.type_header {
  color: var(--base-colors--black);
  font-size: var(--font--md-font-size);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}

.type-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.icon_type {
  color: var(--accent-colors--accent-2);
  width: 1.8rem;
  height: 1.8rem;
}

.white {
  color: var(--base-colors--white);
}

.icon_read-more {
  width: 1.5rem;
  height: 1.5rem;
}

.link_read-more {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link_read-more:hover {
  color: var(--base-colors--black);
}

.product-wrapper {
  border-radius: 32px;
  padding: 3rem;
}

.product-wrapper.bg-2 {
  background-color: var(--bg-colors--bg-color-2);
  border-radius: 32px;
}

.product-image-wrapper-2 {
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}

.price-wrapper {
  background-color: var(--bg-colors--bg-color-1);
  box-shadow: none;
  border-radius: 32px;
  width: 100%;
  padding: 3rem 6rem;
}

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

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

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

.button_premium-plan {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--accent-colors--bg-button);
  color: var(--base-colors--white);
  text-align: center;
  letter-spacing: -.006em;
  text-transform: uppercase;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: inset 0 -8px 20px #1a192514, 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button_premium-plan:hover {
  background-color: var(--base-colors--white);
  color: var(--base-colors--black);
}

.paragraph-small {
  color: var(--base-colors--black);
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.title_features {
  color: var(--base-colors--black);
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.name_plan {
  color: var(--base-colors--black);
  letter-spacing: -.02em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.cost {
  color: var(--base-colors--black);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
}

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

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

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

.pricing-card {
  background-image: linear-gradient(180deg, var(--gradient-colors-1--gr-color-1), var(--gradient-colors-1--gr-color-2) 31%, var(--gradient-colors-1--gr-color-3) 66%, var(--gradient-colors-1--gr-color-4));
  border-radius: 24px;
  padding: .5rem;
  box-shadow: 0 6px 6px -3px #00000005, 0 3px 3px -1.5px #00000005, 0 1px 1px -.5px #00000008, 0 12px 12px -3px #0000000a;
}

.pricing-head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px none var(--accent-colors--accent-text-2);
  background-color: var(--bg-colors--bg-color-3);
  box-shadow: 0 0 4px 0 var(--accent-colors--shadow);
  background-image: none;
  border-radius: 20px;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.pricing-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.icon_check-price {
  color: var(--accent-colors--accent-2);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .125rem;
}

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

.button_basic-plan:hover {
  background-color: var(--base-colors--white);
  color: var(--base-colors--black);
}

.wrapper-50percent {
  width: 50%;
}

.icon_minus-price {
  color: var(--accent-colors--bg-button);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .125rem;
}

.text_general {
  color: var(--colors--text-dark);
  font-size: var(--font--normal-font-size);
  text-align: justify;
  width: 100%;
  font-weight: 400;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.button_early-access {
  border: 2px solid var(--accent-colors--bg-button);
  background-color: var(--accent-colors--bg-button);
  color: var(--base-colors--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}

.button_early-access:hover {
  border-width: 2px;
  border-color: var(--base-colors--black);
  background-color: var(--base-colors--white);
  color: var(--base-colors--black);
}

.button_early-access:active {
  border-color: var(--accent-colors--link-colors);
  color: var(--accent-colors--link-colors);
}

.text_field-email {
  border: 2px solid var(--border-colors--border-light-blue);
  border-radius: 6px;
  height: 3.2rem;
  margin-bottom: 0;
  padding: .5rem .8rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.success-message {
  border: 1px solid var(--accent-colors--color);
  background-color: var(--base-colors--white);
  color: var(--accent-colors--accent-text-2);
  border-radius: 8px;
  padding: 1rem;
}

.error-message {
  text-align: center;
  background-color: #ffbdbd;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 1rem;
}

.text-block-2 {
  font-size: 1rem;
}

.form_early-access {
  margin-top: 2rem;
  margin-bottom: 0;
}

.form_contact {
  margin-top: .5rem;
}

.image_service {
  border-radius: 32px;
}

.hero-image-wrapper {
  border-radius: 28px;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.image, .image-2 {
  width: auto;
  height: 50px;
}

.text-block-3 {
  text-align: left;
  font-size: 2rem;
  font-weight: 400;
}

.p_error-page {
  font-size: 3.5rem;
}

.image_error-page {
  object-fit: cover;
  border-radius: 32px;
  width: 60%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.form-block_contact {
  background-color: var(--bg-colors--bg-color-5);
  border-radius: 28px;
  width: 100%;
  height: auto;
  padding: 3rem;
}

.wrap-service-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  place-items: start;
  width: 60%;
  margin-bottom: 2rem;
  display: flex;
}

.form-2 {
  flex-flow: column;
  display: flex;
}

.form_checkbox-icon {
  color: #1c2d3a;
  background-color: #f4f8fb;
  border: 1px solid #1c2d3a;
  margin-top: 0;
  margin-left: 0;
  font-size: 1rem;
}

.title_cookie-banner {
  color: var(--accent-colors--accent-text-2);
  font-size: 1rem;
  font-weight: 600;
}

.cookie-button-wrapper {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.form_checkbox-label {
  margin-bottom: 0;
  margin-left: 1rem;
  font-size: .8rem;
  line-height: 1.5;
}

.cookies-wrapper {
  z-index: 100;
  display: none;
  position: fixed;
  inset: auto auto 3% 2%;
}

.form-checkbox {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  vertical-align: baseline;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.cookies-text {
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

.cookie_button {
  color: #1a1a1a;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  padding: .5rem 1rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.cookie_button.mobile {
  padding: .5rem 1rem;
  display: block;
}

.cookie_button.accept {
  border-style: solid;
  border-color: var(--accent-colors--accent-text-2);
  background-color: var(--accent-colors--accent-text-2);
  color: var(--base-colors--white);
}

.link {
  text-decoration: none;
}

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

.button-wrapper {
  display: flex;
}

.button_text {
  text-transform: capitalize;
  font-size: .62rem;
}

.cookie-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--bg-colors--bg-color-1);
  box-shadow: 2px 4px 12px 0 var(--accent-colors--shadow);
  border-radius: 12px;
  flex-flow: column;
  padding: 1rem 1.5rem;
  display: flex;
}

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

.alternative-contact-wrap {
  background-color: var(--bg-colors--bg-color-5);
  border-radius: 28px;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding: 3rem;
}

.cta_for-contact {
  font-size: var(--font--normal-font-size);
  margin-bottom: 0;
  font-weight: 400;
}

.cta_for-contact._16px {
  align-self: flex-end;
  margin-bottom: 0;
  font-size: 1rem;
}

.cta_for-contact._16px.white {
  flex: 1;
  align-self: flex-start;
  font-weight: 300;
}

.cta_for-contact.white {
  color: var(--colors--white);
  font-weight: 400;
}

.cta_for-contact.without-bm {
  margin-bottom: 0;
  font-weight: 500;
}

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

.cta-bc-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.breadcrumb {
  max-width: var(--container-w-max);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.breadcrumb.footer {
  justify-content: flex-start;
  align-items: stretch;
}

.breadcrumb.accent {
  background-color: var(--bg-colors--bg-color-1);
  border-radius: 32px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.breadcrumb-list {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.breadcrumb-wrap {
  max-width: var(--container-w-max);
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.breadcrumb-list-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: .5rem;
  display: flex;
}

.visually-hidden {
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .heading-xl {
    font-size: 2.8rem;
  }

  .heading-lg {
    text-align: center;
    font-size: 2.4rem;
  }

  .heading-md {
    font-size: var(--font--md-font-size);
  }

  .heading-md.black {
    font-size: 1.3rem;
  }

  .heading-sm {
    margin-top: 0;
  }

  .sm-size._400-weight {
    font-size: var(--font--normal-font-size);
  }

  .sm-size._400-weight.mob {
    display: none;
  }

  .paragraph {
    font-size: 1.5rem;
    line-height: 1.3;
    top: 60%;
  }

  .cta-bc {
    top: 80%;
  }

  .navbar {
    box-shadow: 0 0 4px 0 var(--border-colors--border-light-blue);
    border-bottom-style: none;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .nav-menu-wrapper {
    background-color: var(--base-colors--white);
    flex: 1;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-two {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--base-colors--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    z-index: 10;
    color: var(--accent-colors--accent-text-2);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 2rem;
    font-weight: 500;
    position: relative;
  }

  .nav-dropdown {
    flex: 1;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    outline-color: var(--border-colors--border-light-blue);
    outline-offset: 0px;
    outline-width: 3px;
    outline-style: none;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    justify-content: center;
    align-items: center;
    margin-left: -50%;
    margin-right: auto;
  }

  .button-primary {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }

  .menu-button {
    z-index: 10;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: 2px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--base-colors--white);
    outline-color: var(--border-colors--border-light-blue);
    outline-offset: 0px;
    outline-width: 1px;
    outline-style: solid;
  }

  .list-item {
    justify-content: center;
    align-items: center;
  }

  .text_navmenu-button {
    font-size: 1.6rem;
  }

  .cta_navmenu-ws {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .section-spacing {
    width: 96%;
  }

  .section-tag {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .icon {
    color: var(--accent-colors--accent-color);
  }

  .services-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
    align-items: stretch;
  }

  .services-wrapper.sp {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .item-step.step1, .item-step.step2, .item-step.step3, .item-step.step4, .item-step.step5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 346px;
  }

  .number-step {
    font-size: 4rem;
  }

  .wrapper-step-content {
    width: 100%;
  }

  .step-title {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
  }

  .portfolio-wrapper {
    grid-row-gap: 8rem;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .tag-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    overflow: hidden;
  }

  .text-tag.heading-xxs {
    font-size: .8rem;
  }

  .portfolio_button {
    top: 80%;
  }

  .testimonial_mask {
    width: 90%;
  }

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

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

  .testimonial_arrow {
    width: 3rem;
    height: 3rem;
  }

  .accordion_top {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .booking-block, .form-block {
    width: 100%;
  }

  .footer-menu-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-three.white {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-block.heading-xxs {
    order: 1;
  }

  .icon_navmenu-button {
    color: var(--accent-colors--accent-text-2);
    font-size: 0;
    line-height: 0;
    display: block;
  }

  .submit_button {
    top: 80%;
  }

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

  .layout_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    display: grid;
  }

  .cta-sp1 {
    top: 80%;
  }

  .card_advantage {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .heading-ps {
    font-size: 1.5rem;
  }

  .text_tab-ps {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .normal-size-as._400-weight {
    font-size: var(--font--normal-font-size);
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 95%;
    margin-bottom: -40px;
  }

  .hero-split {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .service-page_primary-cta {
    text-align: center;
    line-height: 1.5;
  }

  .service-page_title {
    font-size: 2.5rem;
  }

  .service-page_short-desc {
    font-size: 1.1rem;
  }

  .features-wrapper {
    width: 95%;
  }

  .text_overview {
    width: 100%;
    font-size: 1.1rem;
  }

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

  .utility-page-content {
    width: 90%;
  }

  .section_short-desc {
    width: 100%;
  }

  .text_features-desc {
    padding-left: 0;
    font-size: 1rem;
  }

  .tag_text {
    font-size: .8rem;
  }

  .heading-md-blue {
    font-size: 1.2rem;
  }

  .heading-md-blue.lg-1 {
    font-size: 1.3rem;
  }

  .cta-gs_bottom {
    top: 80%;
  }

  .cta-gs-wrapper {
    width: 100%;
  }

  .other-services_list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
    align-items: stretch;
  }

  .benefit_card-content {
    font-size: 1rem;
  }

  .benefit_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    width: 95%;
    height: 300svh;
    min-height: auto;
  }

  .side-description {
    width: 100%;
    font-size: 1.1rem;
  }

  .heading_benefit {
    font-size: 1.2rem;
  }

  .benefit-content-wrapper {
    height: 50svh;
  }

  .benefit_heading {
    font-size: 2.2rem;
  }

  .cta_benefit {
    text-align: center;
    line-height: 1.5;
  }

  .cta-book {
    top: 80%;
  }

  .arrow-wrapper {
    width: 2rem;
    height: 2rem;
    top: 1rem;
    right: 1rem;
  }

  .arrow_icon {
    color: var(--accent-colors--accent-color);
  }

  .project_name {
    font-size: var(--font--md-font-size);
  }

  .project-page_title {
    font-size: 2.5rem;
  }

  .text_project-page {
    text-align: justify;
    font-size: 1.1rem;
  }

  .paragraph_project-page {
    font-size: 1.2rem;
  }

  .content-block_pp {
    max-width: 100%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .image_background {
    border-radius: 24px;
    height: auto;
  }

  .image_pp {
    object-fit: contain;
    border-radius: 16px;
  }

  .title_section {
    font-size: 2.5rem;
  }

  .image_background-1 {
    border-radius: 24px;
  }

  .wrap-mobile-images {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .image_pp-mob {
    object-fit: contain;
    border-radius: 16px;
    max-width: 50%;
  }

  .product-left_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .paragraph_product {
    font-size: 1.2rem;
  }

  .product-right_content {
    margin-left: 0;
  }

  .text_product-desc {
    font-size: 1.125rem;
  }

  .product-right_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-left_content {
    margin-right: 0;
  }

  .product_title {
    font-size: 1.6rem;
  }

  .product-image-wrapper {
    border-radius: 24px;
  }

  .card-item {
    width: 40%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text_card-item {
    font-size: 1.125rem;
  }

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

  .card_title {
    font-size: 1.3rem;
  }

  .who-wrapper {
    width: 95%;
  }

  .type_header {
    width: 100%;
    font-size: 1.3rem;
  }

  .price-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .cost {
    font-size: 40px;
  }

  .column-small {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .pricing-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .wrapper-50percent {
    width: 90%;
  }

  .text_general {
    width: 100%;
    font-size: 1.1rem;
  }

  .image_service {
    border-radius: 24px;
  }

  .icon_close {
    color: var(--accent-colors--accent-text-2);
    font-size: 0;
    line-height: 0;
    display: none;
  }

  .text-block-3 {
    font-size: 1.5rem;
  }

  .p_error-page {
    font-size: 2.5rem;
  }

  .image_error-page, .form-block_contact, .wrap-service-button {
    width: 100%;
  }

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

  .form_checkbox-label {
    font-size: 1rem;
  }

  .cookies-wrapper {
    bottom: 1%;
    left: 2%;
    right: 2%;
  }

  .cookie-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .container-cookies {
    max-width: 60rem;
  }

  .alternative-contact-wrap {
    width: 100%;
  }

  .cta_for-contact {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-xl {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }

  .heading-lg {
    text-align: center;
    font-size: 1.8rem;
  }

  .heading-sm {
    margin-top: 0;
    font-size: 1.3rem;
  }

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

  .sm-size._400-weight {
    font-size: 1em;
    display: block;
  }

  .sm-size._400-weight.mb-other {
    display: block;
  }

  .sm-size._400-weight.mob {
    display: none;
  }

  .section {
    height: auto;
    margin-bottom: 6rem;
  }

  .section.tech-stack {
    display: block;
  }

  .paragraph {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
    top: 56%;
  }

  .cta-bc {
    padding-top: .5rem;
    padding-bottom: .5rem;
    top: 78%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-wrapper {
    height: 100vh;
  }

  .nav-menu-two {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: auto;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5rem;
    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-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    margin-left: 0%;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary {
    font-size: 1.26rem;
  }

  .text_navmenu-button {
    font-size: 1.2rem;
  }

  .section-spacing {
    height: 6rem;
  }

  .section-title {
    width: 95%;
  }

  .section-title.stack {
    top: 6rem;
  }

  .icon-embed-xsmall {
    width: 1rem;
  }

  .services-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-steps {
    width: 95%;
    min-height: auto;
  }

  .item-step {
    background-color: var(--bg-colors--bg-color-1);
    box-shadow: none;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    top: 16rem;
  }

  .item-step.step1, .item-step.step2, .item-step.step3 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 1rem;
    top: 10rem;
  }

  .item-step.step4, .item-step.step5 {
    padding-top: 1rem;
    top: 10rem;
  }

  .step-title {
    margin-bottom: 2rem;
  }

  .tech-stack_tads {
    height: auto;
    margin-top: .2rem;
  }

  .tab-link {
    color: var(--colors--text-blue\<deleted\|variable-a6fd6182-c094-4430-6960-40b037970c6f\>);
    justify-content: center;
    align-items: center;
    padding: .5rem 1rem;
    font-weight: 300;
    display: flex;
  }

  .tabs-menu {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-tools-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    width: 100%;
    min-width: 470px;
    max-width: 760px;
  }

  .tabs-content {
    min-width: 470px;
    max-width: 760px;
  }

  .spacing-4rem {
    height: 2rem;
  }

  .portfolio-wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
  }

  .spacing-2rem {
    display: block;
  }

  .portfolio_button {
    padding-top: .5rem;
    padding-bottom: .5rem;
    top: 78%;
  }

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

  .testimonial_slide {
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial_arrow-icon {
    color: var(--accent-colors--accent-text-2);
  }

  .testimonial_content {
    padding: 1.5rem;
  }

  .testimonial_client {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial_rating-wrapper {
    display: flex;
  }

  .testimonial_client-info {
    align-self: flex-start;
  }

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

  .testimonial_component {
    width: 95%;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial_arrow {
    bottom: 0;
  }

  .testimonial_arrow.hide-mobile-landscape {
    margin-top: 0;
    bottom: -75%;
  }

  .testimonial_arrow.hide-mobile-landscape.left {
    border-style: none;
    margin-left: 3%;
  }

  .testimonial_arrow.hide-mobile-landscape.right {
    border-style: none;
    margin-right: 80%;
  }

  .text_client-name {
    text-align: left;
    align-self: flex-start;
  }

  .text_position, .client-logo-block {
    align-self: flex-start;
  }

  .text_review {
    text-align: left;
  }

  .text_answer {
    font-size: 1rem;
    font-weight: 400;
  }

  .text_question {
    font-size: 1.1rem;
  }

  .text_number-question {
    margin-right: 1rem;
    font-size: 1.1rem;
  }

  .accordion_top {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 1.25rem;
  }

  .accordion_icon {
    align-self: flex-start;
    width: 1.2rem;
    height: auto;
  }

  .accordion_bottom {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text_booking-block {
    font-size: 1rem;
    font-weight: 400;
  }

  .background-video {
    height: 300px;
  }

  .tab_pane {
    width: auto;
    min-width: 470px;
    max-width: 760px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-three.white {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-link-three.white {
    margin-right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-copyright.heading-xxs.white {
    margin-top: 1rem;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-block.heading-xxs {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    order: -1;
    margin-top: 0;
    margin-left: 0;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-link.white {
    margin-left: 0;
  }

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

  .link_cs {
    padding: 1.5rem;
  }

  .submit_button {
    padding-top: .5rem;
    padding-bottom: .5rem;
    top: 78%;
  }

  .service-card_subtitle {
    display: block;
  }

  .adv_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .advantages-wrapper {
    margin-top: 2rem;
  }

  .layout_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-items: start;
  }

  .cta-sp1 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    top: 78%;
  }

  .snapshot-wrapper {
    margin-top: 2rem;
  }

  .card-snapshot {
    padding-left: 1rem;
  }

  .heading-ps {
    font-size: 1rem;
  }

  .text_tab-ps {
    font-size: .9rem;
    font-weight: 400;
  }

  .normal-size-as {
    text-align: center;
  }

  .normal-size-as._400-weight {
    font-size: 1em;
    display: block;
  }

  .service-page_primary-cta {
    border-radius: 6px;
  }

  .service-page_title {
    font-size: 2rem;
  }

  .service-page_short-desc {
    margin-bottom: var(--margin-bottom--mb-2rem\<deleted\|variable-3718d340-02e8-7a1e-bad8-e63d7142ac97\>);
  }

  .text_overview {
    font-size: 1rem;
  }

  .features-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .text_card {
    display: none;
  }

  .text_features-desc {
    margin-bottom: 0;
  }

  .heading-md-blue {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .icon_features {
    width: 2rem;
    height: 2rem;
  }

  .process-wrapper-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    width: 95%;
  }

  .card_process {
    border-radius: 12px;
  }

  .cta-gs_bottom {
    text-align: left;
    text-transform: uppercase;
    border-radius: 6px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    top: 78%;
  }

  .cta-gs-wrapper {
    border-radius: 12px;
  }

  .sg-bottom-wrap {
    flex-flow: column;
  }

  .other-services_list {
    flex-flow: column;
    grid-template-rows: minmax(min-content, max-content) minmax(min-content, max-content) auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
  }

  .text-card_other-services {
    display: none;
  }

  .text-cta-gs.black {
    font-size: 1.5rem;
  }

  .card_other-service {
    border-radius: 14px;
  }

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

  .benefit_content-right {
    min-height: 24.5rem;
    position: sticky;
    top: 25%;
  }

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

  .benefit-card {
    border-radius: 12px;
    height: 250px;
    margin-left: 1.5rem;
  }

  .benefit-content-wrapper {
    grid-template-columns: 1fr;
    align-content: start;
    height: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: static;
  }

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

  .link_os {
    border-radius: 13px;
  }

  .link_cs-copy {
    border-radius: 6px;
  }

  .os-card_subtitle {
    display: block;
  }

  .wrapper-inside-card {
    border-radius: 11px;
    justify-content: center;
    align-items: center;
  }

  .cta_benefit {
    border-radius: 6px;
  }

  .cta_benefit.mobile {
    display: block;
    position: relative;
    top: 35svh;
    bottom: auto;
  }

  .cta_benefit.hidden-mobile {
    display: none;
  }

  .cta-book {
    padding-top: .5rem;
    padding-bottom: .5rem;
    top: 78%;
  }

  .project_card.card-1 {
    width: 100%;
  }

  .arrow-wrapper {
    top: 1.5rem;
    right: 1.5rem;
  }

  .footer-text_message {
    font-size: 1rem;
  }

  .project-page_title {
    font-size: 2rem;
  }

  .image_background {
    border-radius: 16px;
  }

  .image_pp {
    border-radius: 12px;
  }

  .title_section {
    font-size: 2rem;
  }

  .image_background-1 {
    border-radius: 16px;
  }

  .image_pp-mob {
    border-radius: 12px;
  }

  .product-left_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .product-right_content {
    margin-left: 0;
  }

  .hp_span-gr.lg-font {
    line-height: 1.5;
  }

  .product-right_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .product-left_content {
    margin-left: 0;
    margin-right: 0;
  }

  .product-image-wrapper {
    border-radius: 16px;
  }

  .card-item {
    width: 60%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .icon_card-item {
    width: 2rem;
    height: 2rem;
  }

  .process-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .product-wrapper, .product-wrapper.bg-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .price-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text_general {
    font-size: 1rem;
  }

  .image_service {
    border-radius: 16px;
  }

  .text-block-3 {
    font-size: 1rem;
  }

  .p_error-page {
    font-size: 2rem;
  }

  .cookie-button-wrapper {
    flex-flow: wrap;
  }

  .cookies-wrapper {
    left: 2%;
    right: 2%;
  }

  .cookie_button {
    padding: .5rem 1rem;
  }

  .container-cookies {
    max-width: 60rem;
  }

  .alternative-contact-wrap {
    align-self: flex-start;
  }

  .cta_for-contact {
    font-size: 1rem;
    font-weight: 400;
  }

  .content_cp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .heading-xl {
    width: 91%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
  }

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

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

  .heading-sm {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }

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

  .sm-size._400-weight {
    display: none;
  }

  .page-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    height: auto;
  }

  .paragraph {
    width: 90%;
    font-size: 1.1rem;
  }

  .text_hero-button {
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .menu-button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .section-spacing.hero-mobile {
    height: 4.5rem;
  }

  .section-title {
    width: 95%;
  }

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

  .services-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
    width: 95%;
  }

  .wrapper-steps {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 95%;
    top: 16rem;
  }

  .item-step.step1, .item-step.step2, .item-step.step3, .item-step.step4, .item-step.step5 {
    height: 300px;
    top: 14rem;
  }

  .wrapper-step-content {
    display: block;
  }

  .step-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 0;
  }

  .tech-stack_tads {
    width: 100%;
  }

  .tab-link {
    font-size: var(--font--xxs-font-size);
  }

  .tab-link.tab-1.w--current, .tabs-menu {
    display: flex;
  }

  .logo-tools-wrapper {
    min-width: 330px;
    max-width: 470px;
  }

  .tabs-content {
    min-width: 250px;
    max-width: 100%;
  }

  .portfolio-wrapper {
    grid-auto-flow: row;
    width: 95%;
  }

  .card-portfolio {
    padding: 2rem 1.5rem;
  }

  .testimonial_mask, .testimonial_slide {
    height: auto;
  }

  .testimonial_slide-nav {
    bottom: 40px;
  }

  .testimonial_content {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial_rating-wrapper {
    margin-bottom: 1rem;
    display: flex;
  }

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

  .testimonial_component {
    padding-bottom: 0;
  }

  .testimonial_arrow.hide-mobile-landscape {
    width: 2rem;
    height: 2rem;
    bottom: -70%;
  }

  .testimonial_arrow.hide-mobile-landscape.left {
    margin-left: 0%;
  }

  .text_review {
    text-align: left;
  }

  .text_answer {
    margin-left: .75rem;
  }

  .text_question {
    flex: 1;
  }

  .text_number-question {
    margin-right: 0;
    line-height: 1.3;
  }

  .accordion-wrapper {
    width: 100%;
  }

  .accordion_component {
    box-shadow: 0 1px 4px #8b5cf61a;
  }

  .accordion_top {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: .5rem;
  }

  .accordion_icon {
    align-self: auto;
    width: 1.2rem;
  }

  .booking-block, .form-block {
    padding: 2rem;
  }

  .bottom-content-booking {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .video-bg_booking {
    padding: 0;
  }

  .background-video {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab_pane {
    min-width: 330px;
    max-width: 470px;
  }

  .footer-menu-wrapper {
    order: -1;
  }

  .footer-block-three.white {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 2rem;
  }

  .footer-link-three.white {
    margin-left: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-legal-block.heading-xxs {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .footer-message-wrapper {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
  }

  .service-button {
    padding: .5rem 1rem;
  }

  .checkbox-label {
    font-size: .8rem;
  }

  .wrapper-form-button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .title_contact {
    font-size: 2rem;
  }

  .service-card_subtitle {
    font-weight: 400;
    display: block;
  }

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

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

  .snapshot-wrapper {
    width: 100%;
  }

  .card-snapshot {
    padding-left: .5rem;
  }

  .card-snapshot.top, .card-snapshot.top.topleft {
    padding-left: 0;
  }

  .heading-ps {
    text-align: center;
    font-size: 1rem;
  }

  .text_tab-ps {
    font-size: .8rem;
    font-weight: 400;
  }

  .normal-size-as {
    text-align: center;
  }

  .normal-size-as._400-weight {
    display: block;
  }

  .service-page_primary-cta {
    text-align: center;
    line-height: 1.5;
  }

  .features-list {
    grid-template-columns: 1fr;
  }

  .utility-page-content {
    width: 90%;
  }

  .process-wrapper-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sg-bottom-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .other-services_list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    place-content: center;
    width: 100%;
    padding: 2%;
  }

  .card_other-service {
    padding-left: 1.5px;
    padding-right: 1.5px;
  }

  .icon-wrap_os {
    bottom: 1.6rem;
    right: 1.6rem;
  }

  .name_other-services {
    margin-top: 0;
  }

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

  .heading_benefit {
    font-size: 1.5rem;
  }

  .link_os {
    padding: 1.5rem;
  }

  .os-card_subtitle {
    font-weight: 400;
    display: block;
  }

  .cta_benefit {
    text-align: center;
    line-height: 1.5;
  }

  .project_card {
    width: 100%;
    padding: 2rem 1.5rem;
  }

  .project-page_title {
    font-size: 1.6rem;
  }

  .content-block_pp {
    width: 95%;
  }

  .image_pp {
    border-radius: 12px;
  }

  .title_section {
    font-size: 1.6rem;
  }

  .wrap-mobile-images {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image_pp-mob {
    max-width: 45%;
  }

  .list_pp {
    padding-left: 1.5rem;
  }

  .grid_product-desc {
    grid-template-columns: 1fr;
  }

  .button {
    line-height: 1.5;
  }

  .product-left_component {
    grid-template-columns: 1fr;
  }

  .paragraph_product {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .hp_span-gr.lg-font {
    line-height: 1.3;
  }

  .product-right_component {
    grid-template-columns: 1fr;
  }

  .product_title {
    line-height: 1.3;
  }

  .product-image-wrapper {
    height: auto;
  }

  .card-item {
    width: 85%;
  }

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

  .type_header {
    font-size: 1.2rem;
  }

  .form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button_early-access {
    line-height: 1.5;
  }

  .hero-image-wrapper {
    border-radius: 16px;
    max-width: 479px;
    height: 500px;
  }

  .form-block_contact {
    padding: 2rem;
  }

  .wrap-service-button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .form-2 {
    display: none;
  }

  .title_cookie-banner {
    font-size: 1rem;
  }

  .cookie-button-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .cookies-text {
    font-size: .8rem;
  }

  .cookie_button.mobile {
    display: none;
  }

  .cookie-block {
    box-shadow: 0 0 4px #4e6e8d;
  }

  .alternative-contact-wrap {
    padding: 2rem;
  }

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

  .cta-bc-text {
    flex-flow: wrap;
  }

  .breadcrumb {
    height: auto;
  }
}

#w-node-_64499a20-5f7c-8f17-21ef-8865e41d91de-1b1c0326, #w-node-_4623a696-7180-4d66-1fa8-81bf092306fb-1b1c0326, #w-node-_2b320f1a-02a8-5521-42fa-8dd9eae98ded-1b1c0326, #w-node-_49832394-f212-8d34-2954-cf7a1087d8f5-1b1c0326, #w-node-f2450109-0c45-7b53-3cd0-821af330e14e-1b1c0326, #w-node-d1404d03-a604-ba36-758a-eb66f8f39ec2-1b1c0326, #w-node-_54e790c9-679d-af62-05a4-b1117414a1b7-1b1c0326, #w-node-_90c9d11d-5ddf-78bd-9310-cb5ac93a6160-1b1c0326, #w-node-_05f16880-b492-5f7e-a481-7dd6b4a0220c-c11ad3ba, #w-node-_05f16880-b492-5f7e-a481-7dd6b4a0220d-c11ad3ba, #w-node-_05f16880-b492-5f7e-a481-7dd6b4a02218-c11ad3ba, #w-node-_05f16880-b492-5f7e-a481-7dd6b4a02224-c11ad3ba, #w-node-_05f16880-b492-5f7e-a481-7dd6b4a02230-c11ad3ba, #w-node-_05f16880-b492-5f7e-a481-7dd6b4a0223c-c11ad3ba, #w-node-_05f16880-b492-5f7e-a481-7dd6b4a02248-c11ad3ba {
  align-self: stretch;
}

#w-node-_600b7b67-8be6-fc02-0d55-facc2d479f80-c11ad3ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_600b7b67-8be6-fc02-0d55-facc2d479fa1-c11ad3ba {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_600b7b67-8be6-fc02-0d55-facc2d479fb4-c11ad3ba {
  align-self: start;
}

#w-node-ffc2746c-1199-a978-ada7-2ac438d34a03-8c13fab5, #w-node-ffc2746c-1199-a978-ada7-2ac438d34a04-8c13fab5, #w-node-ffc2746c-1199-a978-ada7-2ac438d34a11-8c13fab5, #w-node-ffc2746c-1199-a978-ada7-2ac438d34a1f-8c13fab5, #w-node-ffc2746c-1199-a978-ada7-2ac438d34a2d-8c13fab5, #w-node-ffc2746c-1199-a978-ada7-2ac438d34a3b-8c13fab5, #w-node-ffc2746c-1199-a978-ada7-2ac438d34a49-8c13fab5, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948a9-3664e2e4, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948b4-3664e2e4, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948bf-3664e2e4, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948ca-3664e2e4, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948d5-3664e2e4, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948e0-3664e2e4, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948a9-d717741d, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948aa-d717741d, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948b4-d717741d, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948bf-d717741d, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948ca-d717741d, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948d5-d717741d, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948e0-d717741d, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948a9-8b38c516, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948aa-8b38c516, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948b4-8b38c516, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948bf-8b38c516, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948ca-8b38c516, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948d5-8b38c516, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948e0-8b38c516, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948a9-99db9d9f, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948aa-99db9d9f, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948b4-99db9d9f, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948bf-99db9d9f, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948ca-99db9d9f, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948d5-99db9d9f, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948e0-99db9d9f, #w-node-ffc2746c-1199-a978-ada7-2ac438d34a11-b6792d88, #w-node-_13b9d15c-e3b0-b730-3a69-951238b93178-b6792d88, #w-node-ffc2746c-1199-a978-ada7-2ac438d34a1f-b6792d88, #w-node-ffc2746c-1199-a978-ada7-2ac438d34a2d-b6792d88, #w-node-ffc2746c-1199-a978-ada7-2ac438d34a3b-b6792d88, #w-node-ffc2746c-1199-a978-ada7-2ac438d34a49-b6792d88, #w-node-_77f77aaa-8f0a-c80e-9a85-843f53749713-461e7633, #w-node-_3e264aba-4d40-bc7d-ac1c-49f9b6f52ed7-461e7633, #w-node-_22c3ca7d-65bd-0abb-76a4-713677b26f7d-461e7633, #w-node-ed8308e4-b01e-f6a1-bbd8-14640aeaeebf-461e7633, #w-node-eceb1dd3-77d8-73e2-2bfa-82fc9bc4e9bd-461e7633, #w-node-_00e5ef37-9a4b-15b8-15ab-ec6f6b5034fc-461e7633, #w-node-_2d735c8b-d304-1986-7c23-f271fd8d8561-461e7633 {
  align-self: stretch;
}

#w-node-e502b1fb-34b2-66bc-1877-95d0269ab05d-461e7633 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e502b1fb-34b2-66bc-1877-95d0269ab06c-461e7633 {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-e502b1fb-34b2-66bc-1877-95d0269ab078-461e7633 {
  align-self: start;
}

#w-node-_6a4af8dd-5652-54da-665d-9c5704bedc00-73a5e7b7 {
  align-self: stretch;
}

#w-node-e2d6f11e-cecc-5e6e-01e2-ca1fd867b763-73a5e7b7 {
  order: -9999;
  align-self: stretch;
}

#w-node-_7a073825-523d-9ab8-9c7e-946de553f0c7-73a5e7b7 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_2b320f1a-02a8-5521-42fa-8dd9eae98ded-1b1c0326, #w-node-d1404d03-a604-ba36-758a-eb66f8f39ec2-1b1c0326 {
    align-self: stretch;
  }

  #w-node-_54e790c9-679d-af62-05a4-b1117414a1b7-1b1c0326 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_05f16880-b492-5f7e-a481-7dd6b4a0220d-c11ad3ba, #w-node-_05f16880-b492-5f7e-a481-7dd6b4a02224-c11ad3ba, #w-node-_05f16880-b492-5f7e-a481-7dd6b4a02248-c11ad3ba {
    align-self: stretch;
  }

  #w-node-_600b7b67-8be6-fc02-0d55-facc2d479fa1-c11ad3ba {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-ffc2746c-1199-a978-ada7-2ac438d34a04-8c13fab5, #w-node-ffc2746c-1199-a978-ada7-2ac438d34a1f-8c13fab5, #w-node-ffc2746c-1199-a978-ada7-2ac438d34a49-8c13fab5, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948bf-3664e2e4, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948e0-3664e2e4, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948aa-d717741d, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948bf-d717741d, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948e0-d717741d, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948aa-8b38c516, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948bf-8b38c516, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948e0-8b38c516, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948aa-99db9d9f, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948bf-99db9d9f, #w-node-_53b83faf-899a-5f9c-5c5d-f743a8e948e0-99db9d9f, #w-node-ffc2746c-1199-a978-ada7-2ac438d34a1f-b6792d88, #w-node-ffc2746c-1199-a978-ada7-2ac438d34a49-b6792d88 {
    align-self: stretch;
  }

  #w-node-_77f77aaa-8f0a-c80e-9a85-843f53749713-461e7633 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-e502b1fb-34b2-66bc-1877-95d0269ab05d-461e7633 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-e502b1fb-34b2-66bc-1877-95d0269ab06c-461e7633 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: stretch;
  }

  #w-node-e2d6f11e-cecc-5e6e-01e2-ca1fd867b761-73a5e7b7, #w-node-e2d6f11e-cecc-5e6e-01e2-ca1fd867b763-73a5e7b7 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_600b7b67-8be6-fc02-0d55-facc2d479fa1-c11ad3ba {
    grid-column: span 2 / span 2;
  }

  #w-node-fd49bae3-2138-d93e-d906-189e9923d203-3664e2e4, #w-node-fd49bae3-2138-d93e-d906-189e9923d203-8b38c516, #w-node-fd49bae3-2138-d93e-d906-189e9923d203-99db9d9f, #w-node-_423edba8-0a4c-73e4-64a5-9ba6b4bd5517-b6792d88 {
    justify-self: center;
  }

  #w-node-e502b1fb-34b2-66bc-1877-95d0269ab06c-461e7633 {
    grid-column: span 2 / span 2;
  }

  #w-node-_6a4af8dd-5652-54da-665d-9c5704bedbfe-73a5e7b7, #w-node-e2d6f11e-cecc-5e6e-01e2-ca1fd867b761-73a5e7b7, #w-node-_7a073825-523d-9ab8-9c7e-946de553f0c5-73a5e7b7 {
    order: 9999;
  }

  #w-node-fd49bae3-2138-d93e-d906-189e9923d203-84acc4ea {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_54e790c9-679d-af62-05a4-b1117414a1b7-1b1c0326 {
    justify-self: stretch;
  }

  #w-node-_600b7b67-8be6-fc02-0d55-facc2d479fa1-c11ad3ba {
    grid-column: span 1 / span 1;
  }

  #w-node-_77f77aaa-8f0a-c80e-9a85-843f53749713-461e7633 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Inter Variablefont';
  src: url('../fonts/Inter-VariableFont.woff') format('woff');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}