@font-face {
  font-family: Plusjakartasans-local;
  src: url('../fonts/PlusJakartaSans-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans-local;
  src: url('../fonts/PlusJakartaSans-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans-local;
  src: url('../fonts/PlusJakartaSans-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans-local;
  src: url('../fonts/PlusJakartaSans-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans-local;
  src: url('../fonts/PlusJakartaSans-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family: Plusjakartasans-local, Verdana, sans-serif;
  --white: white;
  --orange: #d3af37;
  --orange-hover: #b9511a;
  --text-color: #504e4e;
  --purple-o: #715cff;
  --golden: #b8a05c;
  --platinum: #d9d9d9;
  --black: #18171b;
  --green: #006e5e;
  --purple: #4d38db;
  --dark-grey: #52525b;
  --ljusblå: #f5f5f9;
  --purple-hover: #4a35d6;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

body {
  font-family: var(--font-family);
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

._32px-text {
  color: #000;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 145%;
}

.rr-wrapper {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

.rr-wrapper.of-visible-mob {
  background-color: #f5f5f9;
  overflow: visible;
}

.rr-wrapper.gradient {
  background-color: #ffecec;
  background-image: linear-gradient(78deg, #fff, #e5e0fc);
}

.body {
  background-color: #fff;
  font-family: Poppins;
}

.html-embed {
  border-radius: 12px;
  overflow: hidden;
}

.content-section {
  position: relative;
}

._40px-text {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 120%;
}

._16px-paragraph-black {
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 19px;
  line-height: 150%;
}

._16px-paragraph-black.medium {
  font-weight: 500;
}

._56px-text {
  color: #000;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 150%;
}

.tag-text {
  color: #000;
  font-size: 1em;
  line-height: 150%;
  display: inline;
}

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

.tag-div {
  background-color: #f5f5f9;
  border: 1px solid #cbd4e1;
  border-radius: 100vw;
  padding: .5em 1em;
}

.partners-logo-rows {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: row;
  flex: none;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
  transform: translate(-56%);
}

.partners-logo-row {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.partner-logo-img {
  object-fit: contain;
  max-width: none;
  height: 3.7em;
  margin-left: 55px;
}

.tjanst-40px-text-white {
  color: var(--white);
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 120%;
}

.tjanst-16px-paragraph-white {
  color: var(--white);
  margin-bottom: 0;
  font-size: 19px;
  line-height: 150%;
}

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

.orange-btn {
  background-color: #4d38db;
  border-radius: 100vw;
  margin-top: 2.5em;
  padding: .8em 1.2em;
  font-size: 1.25em;
  line-height: 150%;
  transition: background-color .3s;
}

.orange-btn:hover {
  background-color: #3724b4;
}

.orange-btn.no-margin {
  background-color: #e36e30;
  margin-top: 0;
  font-weight: 600;
}

.rank-div {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._48px-title {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6em;
  font-weight: 600;
  line-height: 142%;
}

._48px-title.white {
  color: #000;
}

.feature-descr-item {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

._14px-text {
  color: var(--text-color);
  text-align: left;
  flex-flow: row;
  margin-bottom: -1px;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 150%;
  display: block;
}

._14px-text.regular {
  font-weight: 400;
}

.review-card-div {
  grid-column-gap: 2.25em;
  grid-row-gap: 2.25em;
  background-color: #f4f5ff;
  border-radius: 16px;
  flex-flow: row;
  width: 25.75em;
  padding: 1.5em 1.125em 1.375em;
  display: block;
}

.rating-and-text-div {
  grid-column-gap: 1.6875em;
  grid-row-gap: 1.6875em;
  flex-flow: column;
  display: flex;
}

.rating-stars {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: left;
  justify-content: center;
  display: flex;
}

.star-img {
  width: 1.5em;
  height: 1.5em;
}

.reviwer-info {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 5.5em;
  display: flex;
  overflow: hidden;
}

.reviwer-img {
  opacity: 1;
  border-radius: 0;
  width: 4em;
  height: 4em;
}

.reviwer-name-title {
  flex-flow: column;
  display: flex;
}

.form-contacts-div {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 75em;
  height: auto;
  margin-bottom: 5.5em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8em;
  padding-bottom: 0;
  padding-left: 0;
  display: grid;
  position: relative;
}

.form-div {
  background-color: #f5f5f9;
  border-radius: 24px;
  width: 100%;
  min-height: 46.875em;
  padding: 1.5em 1.5em 2em;
  position: relative;
  overflow: hidden;
}

.form-title {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

._42px-text {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.625em;
  font-weight: 500;
  line-height: 150%;
}

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

.form-field-div {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  display: flex;
}

.fields-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

._12px-text {
  color: #313131;
  text-align: center;
  margin-top: 4px;
  font-size: .75em;
  line-height: 150%;
}

.contacts-div {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: auto;
  display: flex;
}

._24px-link {
  color: #000;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.footer-bg-div {
  background-color: #f5f5f9;
  height: auto;
  position: relative;
  overflow: hidden;
}

.footer-blur-left-img {
  width: 81.25em;
  position: absolute;
  inset: -31.8em auto auto -43.1em;
}

.footer-blur-right-img {
  width: 81.25em;
  position: absolute;
  inset: -46.1em -41.4em auto auto;
}

.text-wrapper-48px-gap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.875em;
  margin: 4.625em auto 7.625em;
  display: flex;
}

.image-7 {
  width: 4em;
  height: 4em;
}

.footer-links {
  justify-content: space-between;
  align-items: center;
  width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.footer-logo-link {
  width: 11em;
}

.logo-img {
  width: 100%;
  max-width: none;
}

.footer-navigation-div {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._14px-link {
  color: #000;
  margin-bottom: 0;
  font-size: .875em;
  line-height: 150%;
  text-decoration: none;
  transition: color .2s;
}

._14px-link:hover {
  color: #715cff;
}

.footer-nav {
  grid-column-gap: 4.5em;
  grid-row-gap: 4.5em;
  background-color: #f5f5f9;
  flex-flow: column;
  margin-bottom: 0;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.copyright-text {
  color: #00000080;
  font-size: .875em;
  line-height: 110%;
}

.header-section {
  z-index: 999;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff0;
  border-bottom: 1px solid #e0e0e000;
  width: 100vw;
  padding-top: 1em;
  padding-bottom: 1em;
  position: fixed;
}

.header-div {
  -webkit-backdrop-filter: blur(22.8px);
  backdrop-filter: blur(22.8px);
  background-color: #ffffffe6;
  border-radius: 100vw;
  justify-content: space-between;
  align-items: center;
  width: 75em;
  height: 4.5em;
  margin: 0 auto;
  padding: 1.8em;
  display: flex;
  box-shadow: 0 8px 16px #00000014, 0 0 4px #0000000a;
}

.header-logo-link {
  width: 11.625em;
}

.header-navigation-div {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  padding-right: 5px;
  display: flex;
}

._16px-link {
  color: #000;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 150%;
  text-decoration: none;
}

.black-btn-16px {
  background-color: #000;
  border-radius: 100vw;
  margin-top: 0;
  padding: .8em 1.2em;
  font-size: 1em;
  line-height: 150%;
  transition: background-color .3s;
}

.black-btn-16px:hover {
  background-color: #715cff;
}

.header-content-div {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.burger-div, .wrap-open-menu-btn {
  display: none;
}

.how-it-works-text-div {
  z-index: 2;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  text-align: center;
  flex-flow: column;
  width: 43em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.purple-btn-footer {
  background-color: #715cff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1em 1.5em;
  font-size: 1em;
  line-height: 150%;
  transition: background-color .3s;
  display: flex;
}

.purple-btn-footer:hover {
  background-color: #4d38db;
}

.reviews-carousel {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: row;
  flex: none;
  justify-content: center;
  width: auto;
  margin-top: 3em;
  margin-bottom: 3em;
  display: flex;
  overflow: visible;
}

.submit-btn {
  color: #fff;
  background-color: #e36e30;
  border-radius: 100vw;
  margin-top: 2em;
  padding-top: 1.375em;
  padding-bottom: 1.375em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 100%;
  transition: background-color .3s;
}

.submit-btn:hover {
  background-color: #b9511a;
}

.form-input {
  border: 1px #000;
  border-radius: 16px;
  height: 4.25em;
  margin-bottom: 0;
  padding: 1.375em;
  font-size: 1em;
}

.link-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: .1em;
}

.hover-underline {
  background-color: #715cff;
  width: 80%;
  height: 2px;
  position: relative;
  top: 4px;
}

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

.link-wrap-left {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hover-underline-100 {
  background-color: #715cff;
  width: 100%;
  height: 2px;
  position: relative;
  top: 2px;
}

.success {
  background-color: #f5f5f9;
  position: absolute;
  inset: 0%;
}

.success-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 17.625em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

._24px-text-success {
  color: #000;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.success-img {
  width: 5em;
  height: 5em;
  margin-bottom: 1.5em;
}

.plan-div {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: auto;
  padding: 1.6em 1.4em;
  display: flex;
  position: relative;
}

._18px-text-semibold {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 150%;
}

.feature-line-div {
  border-bottom: 1px solid #0000000d;
  height: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.feature-line-div.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.open-plan-div {
  display: none;
}

.faq-item {
  background-color: #fff;
  border-radius: 24px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: background-color .3s;
}

.faq-item:hover {
  background-color: #f5f5f9cc;
}

.faq-item.case {
  background-color: #f5f5f900;
  border-radius: 0;
}

.question-div {
  justify-content: space-between;
  padding: 1.75em 1.75em 1.75em 1.5em;
  display: flex;
}

.question-div.case {
  white-space: pre-wrap;
  padding-left: 2.3em;
}

._18px-text-medium {
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 150%;
}

.faq-arrow-img {
  width: 1.5em;
  height: 1.5em;
}

.answer-div {
  height: auto;
  padding: 0 6em 1.5em 1.5em;
  overflow: hidden;
}

.answer-div.case {
  padding-left: 2.4em;
}

._16px-paragraph-black-light {
  color: #000;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 150%;
}

.dropdown-list {
  background-color: #ddd0;
  position: static;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #ddd0;
}

._16px-paragraph-black-medium {
  color: #217300;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 150%;
}

.map-wrap {
  border-radius: 24px;
  justify-content: center;
  align-items: flex-end;
  height: 15.3125em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.map-dark-filter {
  pointer-events: none;
  mix-blend-mode: overlay;
  background-color: #000000ad;
  display: none;
  position: absolute;
  inset: 0%;
}

.map-embed {
  border-radius: 24px;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  overflow: visible;
}

.contacts-map-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  flex: none;
  width: 34em;
  padding-left: 40px;
  display: flex;
}

.form-div-wrapper {
  width: 38.75em;
}

.error-message {
  text-align: center;
  border-radius: 100vw;
  padding: 1em;
  font-size: 1em;
  font-weight: 600;
}

.recaptcha {
  margin-top: 1.5em;
  margin-bottom: 0;
}

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

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

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

.floating-btn {
  display: none;
}

.white-semibold {
  color: #715cff;
  margin-bottom: 3px;
  font-size: 1em;
  font-weight: 600;
  line-height: 150%;
}

.div-block-182 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 27em;
  display: flex;
}

.div-block-183 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  display: flex;
}

._14-bold-grey {
  color: #7b7b7d;
  margin-bottom: .571429em;
  font-size: .875em;
  font-weight: 700;
}

.cases-section-first {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9.125em;
  padding-bottom: 0;
  display: flex;
}

.cases-section-first.sasasas {
  padding-top: 0;
}

.title-wrapper-8-px-rel {
  z-index: 3;
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  pointer-events: auto;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  min-height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.case-item-img-div {
  pointer-events: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 12.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

._12px-text-left {
  color: #313131;
  text-align: left;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: .75em;
  line-height: 150%;
}

.case-item-img {
  z-index: 1;
  object-fit: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-18px-semibold-no-an {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 150%;
}

.case-item-link {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

._100vw-section {
  z-index: 90;
  background-color: #17171700;
  background-image: linear-gradient(45deg, #e5e0fc00, #e5e0fc);
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.cases-content-section {
  z-index: 140;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.case-title-40 {
  color: #000;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 120%;
}

.case-content-div {
  width: 42.5em;
}

.case-hero-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 42.5em;
  margin-bottom: 0;
  padding-top: 7em;
  padding-bottom: 0;
  display: flex;
}

.cta-btn-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.div-block-188 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  height: 24em;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.case-rich-text {
  margin-bottom: 0;
  font-size: 15px;
}

.case-rich-text h2 {
  font-size: 2em;
  font-weight: 500;
  line-height: 150%;
}

.case-rich-text h1 {
  font-size: 2.5em;
  font-weight: 500;
}

.case-rich-text h3 {
  text-align: left;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 150%;
}

.case-rich-text h4 {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 150%;
}

.case-rich-text h5 {
  font-size: 1em;
  font-weight: 500;
  line-height: 150%;
}

.case-rich-text h6 {
  font-size: .875em;
  font-weight: 500;
  line-height: 150%;
}

.case-rich-text p {
  font-size: 1em;
  line-height: 200%;
}

.case-rich-text blockquote {
  background-color: #e9e9ed;
  border-left-style: none;
  border-radius: 1em;
  padding: 1em;
  font-size: 1em;
  line-height: 200%;
}

.case-rich-text ol, .case-rich-text ul {
  color: #000;
  padding-left: 2.5em;
  font-size: 1em;
  line-height: 200%;
}

.case-rich-text a {
  color: var(--purple-o);
  font-weight: 500;
}

.case-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 75em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-32px {
  color: #000;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 145%;
}

._100vw-white-section {
  background-color: #f5f5f9;
  flex-flow: column;
  width: 100vw;
  margin-top: 6.25em;
  padding-bottom: 6.25em;
  padding-left: 21px;
  display: block;
  overflow: hidden;
}

.gallery-wrapper {
  max-width: 100vw;
  margin-top: 3.75em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cms-slider {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.prev_next {
  display: flex;
  position: static;
  inset: 0 0% auto auto;
}

.prev {
  cursor: pointer;
  background-color: #f2f2f200;
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  margin-right: 10px;
  transition: all .3s;
  display: flex;
}

.prev:hover {
  background-color: #5f22d9;
  background-image: url('../images/left-arrow-w.svg');
  border-color: #5f22d9;
}

.next {
  cursor: pointer;
  background-color: #fff0;
  background-image: url('../images/right-arrow.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  transition: all .3s;
  display: flex;
}

.next:hover {
  background-color: #5f22d9;
  background-image: url('../images/right-arrow-w.svg');
  border-color: #5f22d9;
}

.case-item-left-margin {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-right: 1.5em;
  display: flex;
}

.slider-title-arrows-container {
  justify-content: space-between;
  align-items: center;
  width: 67.25em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.case-blur-left-img {
  width: 81.25em;
  position: absolute;
  inset: -37.8em auto auto -64.2em;
}

.client-info {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #fff0;
  border-top: 1px solid #0000000d;
  border-bottom: 1px #0000000d;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 1.5em 0;
  display: flex;
  position: static;
  top: 100px;
}

._6em-gap {
  height: 6em;
  padding-bottom: 0;
  display: none;
}

.client-logo {
  max-width: 9em;
  margin-left: auto;
  margin-right: auto;
}

.client-info-sticky {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #fff0;
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-bottom: 1.5em;
  padding: 0;
  display: flex;
  position: sticky;
  top: 100px;
}

.client-info-row {
  flex-flow: column;
  display: flex;
}

._14px-text-info {
  color: #000;
  width: 7.14286em;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 600;
  line-height: 150%;
}

._14px-text-inter {
  color: #000;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 500;
  line-height: 150%;
}

._14px-text-inter-link {
  color: #5f22d9;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 500;
  line-height: 150%;
}

._40px-32mob-text-semibold {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 120%;
}

.client-info-card {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #fff;
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 26.25em;
  height: auto;
  padding: 1.5em;
  display: flex;
  position: relative;
  top: 1.5em;
}

.to-top-container {
  z-index: 500;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -10%;
}

.to-top-link {
  background-image: url('../images/totopbtn.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100vw;
  width: 4em;
  height: 4em;
  transition: all .3s;
  position: sticky;
  top: 0;
  bottom: 100px;
}

.to-top-link:hover {
  background-image: url('../images/totopbtnhover.svg');
}

.orange-btn-case {
  background-color: #e36e30;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1em 1.5em;
  font-size: 1em;
  line-height: 150%;
  transition: background-color .3s;
  display: flex;
}

.orange-btn-case:hover {
  background-color: #b9511a;
}

.top-gap {
  pointer-events: none;
  height: 34em;
}

.gradients-wrapper {
  z-index: 30;
  background-color: #17171700;
  height: auto;
  min-height: 25.9em;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.case-blur-right-img {
  width: 81.25em;
  position: absolute;
  inset: -53.4em -57em auto auto;
}

.close-popup {
  background-image: url('../images/dismiss-circle.1-2.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100vw;
  width: 2em;
  height: 2em;
  position: absolute;
  inset: 1em 1em auto auto;
}

.embed-widget {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.code-embed {
  z-index: 3;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.terms-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9.125em;
  display: flex;
}

.terms p, .terms ul {
  font-size: 1em;
  line-height: 168%;
}

.terms ol {
  font-size: 1em;
  line-height: 180%;
}

.terms a {
  color: #715cff;
  font-weight: 500;
}

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

.terms-title-div {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  border-bottom: 1px solid #cbd4e1;
  flex-flow: column;
  width: 100%;
  margin-bottom: 2.5em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5em;
  display: flex;
}

.plyr_embed {
  border-radius: 16px;
  width: 100%;
  height: 24em;
  overflow: hidden;
}

.div-block-212 {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(#0000 46%, #000);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-26 {
  z-index: 2;
  width: 3.5em;
  height: 3.5em;
  position: relative;
}

.image-27 {
  z-index: 1;
  pointer-events: none;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 24em;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-title {
  position: absolute;
  inset: auto auto 3em 1em;
}

._24px-bold-white {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.plyr_component {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  height: 24em;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.choose-lang {
  height: 100%;
}

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

.header-dd-arrow {
  width: 1em;
  height: 1em;
  transform: rotate(180deg);
}

.header-dd-arrow.abs {
  position: absolute;
  inset: .25em 0% auto auto;
}

.dropdown-toggle {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 1px solid #cbd4e1;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: .5em .75em;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle:hover {
  border-color: #5f22d9;
}

.text-block-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5em;
  line-height: 100%;
  display: flex;
}

.dropdown {
  height: 100%;
  margin-left: 0;
  display: flex;
}

.lang-dropdown {
  inset: 0% 0% auto auto;
}

.lang-dropdown.w--open {
  z-index: 20;
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 3.6em;
}

.svenska {
  text-align: left;
  border-radius: 12px;
  min-width: 100%;
  padding: .75em 2em .75em .5em;
  font-size: 1em;
}

.svenska:hover {
  background-color: #f5f5f9;
}

.english {
  text-align: left;
  border-radius: 12px;
  min-width: 100%;
  padding: .75em 2em .75em .5em;
  font-size: 1em;
}

.english:hover {
  background-color: #f5f5f9;
}

.black-btn-16px-header {
  background-color: #000;
  border-radius: 100vw;
  margin-top: 0;
  padding: .8em 1.2em;
  font-size: 1em;
  line-height: 150%;
  transition: background-color .3s;
}

.black-btn-16px-header:hover {
  background-color: #715cff;
}

.client-info-row-copy {
  flex-flow: column;
  margin-bottom: 1.25em;
  display: flex;
}

.div-block-213 {
  border: 1px solid #0000000d;
  border-radius: 16px;
  flex-flow: column;
  padding: 1.5em;
  display: flex;
}

.result-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px #0000000d;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.result-row.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.res-number-div {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._14px-text-inter-normal {
  color: #000;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 400;
  line-height: 150%;
}

.image-29 {
  width: 1em;
}

.lang-span {
  color: var(--platinum);
  font-size: .7em;
  font-weight: 500;
}

.star-cell {
  background-color: #f2f4fa;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 26em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-with-check {
  background-image: url('../images/cirkel-lila.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1.875em;
  padding-left: 3em;
}

.section-title-2 {
  color: #18171b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.25em;
  font-weight: 600;
  line-height: 120%;
}

.text-24px-semibold {
  color: #18171b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 150%;
}

.text-24px-semibold.center {
  text-align: center;
  margin-bottom: .7em;
}

.faq-wrapper-case {
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  margin-top: 1.5em;
  margin-bottom: 0;
  padding: 2em;
  display: flex;
  box-shadow: 0 4px 8px #0000000f, 0 0 4px #0000000a;
}

.dd-icon {
  background-image: url('../images/tr.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25em;
  min-width: 1.25em;
  min-height: 100%;
  margin-right: 1em;
  position: absolute;
  inset: 2.1em auto auto 0%;
}

.dd-case-wrapper {
  margin-top: 5em;
}

.bc-wrapper {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bc-arrow {
  width: 1em;
  height: 1em;
}

.bc-link {
  color: #04071e80;
  font-size: .875em;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: color .2s;
}

.bc-link:hover {
  color: var(--purple-o);
}

.bc-current {
  color: #04071ead;
  font-size: .875em;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  transition: color .2s;
}

.bc-current:hover {
  color: var(--purple-o);
}

.paket-info-row {
  flex-flow: row;
  justify-content: space-between;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.collection-list-wrapper-2 {
  flex: 1;
}

.div-block-221 {
  background-color: #e3deff;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  width: 75em;
  margin: 4em auto 3em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.div-block-221-copy {
  border-radius: 100vw;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.light_purple-span {
  color: #9084d1;
  margin-bottom: 3px;
  font-size: 1em;
  font-weight: 600;
  line-height: 150%;
}

.div-block-222 {
  margin-top: 6.25em;
}

.collection-item-2 {
  flex: 1;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.dropdown-toggle-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1.5em 0 0;
  display: flex;
}

.keep-open {
  opacity: 0;
  background-color: red;
  width: 60%;
  height: 2.6em;
  position: absolute;
  inset: -2em auto auto;
}

.lang-dropdown-copy {
  inset: 0% 0% auto auto;
}

.lang-dropdown-copy.w--open {
  z-index: 20;
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
  display: flex;
  top: 3.6em;
}

.dd-link {
  text-align: left;
  border-radius: 12px;
  min-width: 100%;
  padding: .75em 2em .75em .5em;
  font-size: 1em;
}

.dd-link:hover {
  background-color: #f5f5f9;
}

.sm-img-shadow {
  z-index: 1;
  width: 80%;
  height: 80%;
  position: absolute;
  box-shadow: 0 2px 150px #18171b;
}

.sm-logo-img {
  z-index: 5;
  object-fit: contain;
  width: 7.5rem;
  height: 7.5rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-20 {
  width: 1.25rem;
  display: flex;
}

.h2-size-48 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 133%;
}

.h2-size-48:lang(it-it) {
  font-size: 2.5rem;
}

.hero-text {
  max-width: 35.375rem;
  margin-left: 0;
}

.hero-title-div-2 {
  margin-top: .625rem;
  margin-bottom: 2rem;
  padding-right: 7.25rem;
  position: relative;
}

.hero-title-div-2:lang(sv-se) {
  padding-right: 8rem;
}

.hero-title-div-2:lang(no-no), .hero-title-div-2:lang(es-es), .hero-title-div-2:lang(it-it) {
  padding-right: 4rem;
}

.hero-title-div-2.no-padding {
  padding-right: 0;
}

.prop-block-media {
  pointer-events: none;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  max-width: 33.75rem;
  height: 35.25rem;
  margin-left: -1rem;
  display: flex;
  position: relative;
}

.sm-logo {
  z-index: 5;
  width: 7.5rem;
  height: 7.5rem;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-25%, -25%);
}

.li {
  color: #ffffffb3;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.li.black {
  color: var(--black);
}

.sm-element-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 29.25rem;
  margin-left: -8.9rem;
  display: flex;
  position: relative;
  bottom: -4rem;
  transform: rotate(10deg);
}

.h1-size-58 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.625rem;
  font-weight: 700;
  line-height: 114%;
}

.h1-size-58.is-white {
  color: var(--white);
}

.span-online {
  padding-left: 0;
  display: block;
}

.hero-text-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-42 {
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 148%;
}

.sm-element-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 29.25rem;
  display: flex;
  position: relative;
  bottom: -5rem;
  transform: rotate(-10deg);
}

.sm-element-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 29.25rem;
  margin-left: -12.5rem;
  display: flex;
  position: relative;
  transform: rotate(-5deg);
}

.hero-stat-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.hero-online-img {
  width: 3.625rem;
  display: inline-block;
  position: absolute;
  inset: auto auto -.1rem -1.1rem;
}

.text-size-13 {
  margin-bottom: 0;
  font-size: .8125rem;
  line-height: 154%;
}

.hero-stat-elem {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reccomended-content {
  z-index: 10;
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.5rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
}

.reccomended-content:lang(no-no) {
  max-width: 45rem;
}

.reccomended-content:lang(es-es) {
  max-width: 50rem;
}

.reccomended-content:lang(da-dk) {
  max-width: 45rem;
}

.div-block-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.text-width-01 {
  max-width: 37.875rem;
}

.hero-btn-wrapper {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.section {
  padding-top: 2.8rem;
  padding-left: 4.125rem;
  padding-right: 4.125rem;
  display: block;
  overflow: visible;
}

.section.black-grid {
  color: #fff;
  background-color: #18171b;
  background-image: url('../images/bg-grid.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.section.black {
  color: #fff;
  background-color: #18171b;
}

.section.full {
  padding-left: 0;
  padding-right: 0;
}

.section.is-grey {
  background-color: #fafafa;
}

.section.purple-gradient {
  color: var(--white);
  padding-left: 0;
  padding-right: 0;
}

.section.no-padding-top {
  padding-top: 0;
}

.h-dec-divider {
  width: 1rem;
}

.sm-mockup {
  z-index: 3;
  width: 100%;
  position: relative;
}

.button-black {
  background-color: #18171b;
  border-radius: .625rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 133%;
  transition: all .2s;
}

.button-black:hover {
  background-color: #4d38db;
}

.button-black.is-golden {
  background-color: var(--golden);
}

.button-black.is-golden:hover {
  background-color: var(--black);
}

.button-black.is-green {
  background-color: var(--green);
}

.button-black.is-green:hover {
  background-color: var(--black);
}

.button-black.is-golden-outline {
  border: 1px solid var(--golden);
  color: var(--golden);
  background-color: #0000;
}

.button-black.is-golden-outline:hover {
  border-color: var(--golden);
  filter: brightness(85%);
}

.button-black.is-green-outline {
  border: 1px solid var(--green);
  color: var(--green);
  background-color: #0000;
}

.button-black.is-green-outline:hover {
  filter: brightness(85%);
}

.button-black.is-blue {
  background-color: #0164e1;
}

.button-black.is-blue:hover {
  filter: brightness(90%);
}

.button-black.is-yellow {
  background-color: #fbbc05;
}

.button-black.is-yellow:hover {
  filter: brightness(95%);
}

.button-black.is-cyan {
  background-color: #38badb;
}

.button-black.is-cyan:hover {
  filter: brightness(95%);
}

.button-black.is-purple {
  background-color: #4d38db;
}

.button-black.is-purple:hover {
  filter: brightness(95%);
}

.benefits-text {
  z-index: 20;
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 28rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.hero-content {
  justify-content: space-between;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14.8125rem;
  display: flex;
  position: relative;
}

.hero-content.small-padding {
  padding-top: 5rem;
}

.platforms-element {
  margin-bottom: -15.0625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.revenue-dec {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1a;
  border-radius: 1.5rem;
  width: 13.875rem;
  position: absolute;
  inset: auto auto 12rem -6.4rem;
  transform: rotate(-20deg);
  box-shadow: inset .5px .5px 1px #fff;
}

.revenue-dec.cta {
  inset: 3rem 5.7rem auto auto;
  transform: rotate(-20deg);
}

.wrapper-2 {
  overflow: hidden;
}

.wrapper-2.if-visible {
  overflow: visible;
}

.text-size-16-med-white {
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.sm-element-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 29.25rem;
  margin-left: -8.9rem;
  display: flex;
  position: relative;
  transform: rotate(5deg);
}

.list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #ffffffb3;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 1rem;
  list-style-type: none;
  display: flex;
}

.visibility-dec {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1a;
  border-radius: 1.5rem;
  width: 16rem;
  position: absolute;
  inset: 4.2rem -4.5rem auto auto;
  transform: rotate(22deg);
  box-shadow: inset .5px -.5px 1px #fff;
}

.visibility-dec.cta {
  inset: auto auto 8rem 5.5rem;
  transform: rotate(18deg);
}

.button-white {
  color: #18171b;
  background-color: #fff;
  border-radius: .625rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 133%;
  transition: all .2s;
}

.button-white:hover {
  color: #fff;
  background-color: #4d38db;
}

.hero-media {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 33.625rem;
  max-width: none;
  height: 52.75rem;
  margin-right: 6rem;
  display: flex;
  position: absolute;
  inset: 7.5rem -7rem auto auto;
  overflow: visible;
}

.span-purple {
  color: var(--purple);
}

.prop-block {
  background-color: #14171d;
  background-image: url('../images/bg--section.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.5rem;
  justify-content: space-between;
  max-width: 86.25rem;
  margin-top: -31rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25rem;
  padding-right: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0, 18rem);
  box-shadow: inset 0 2px 0 4px #fff3;
}

.sec-hor-title {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 82rem;
  margin-bottom: 8.4375rem;
  padding-top: 6.25rem;
  display: flex;
}

.hero-top-img {
  height: 1rem;
}

.hero-img-shadow {
  z-index: 1;
  width: 0;
  height: 29rem;
  position: absolute;
  box-shadow: 0 2px 210px 80px #4d38db;
}

.li-icon {
  background-color: #ffffff0a;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: .75rem;
  display: flex;
}

.text-size-16 {
  color: #52525b;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 150%;
}

.text-size-16.is-white-70 {
  color: #ffffffb3;
}

.text-size-16.is-white-70._14-bold-grey {
  font-weight: 600;
}

.text-size-16.is-review {
  color: var(--black);
  line-height: 125%;
}

.container-1312 {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}

.section-padding-200 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.tabs-how_it_works {
  justify-content: flex-start;
  align-items: flex-start;
  height: 39.25rem;
  display: flex;
  position: relative;
}

.tabs-menu-2 {
  flex-flow: column;
  flex: none;
  order: 0;
  width: 40.75rem;
  max-width: none;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  display: flex;
  position: static;
}

.tab-title-24 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%;
}

.text-size-14 {
  color: #18171bb3;
  margin-bottom: 0;
  font-size: .875rem;
}

.tab-progress-w {
  background-color: #edeced;
  justify-content: center;
  align-items: flex-start;
  width: 3px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.tab-progress-div {
  background-color: var(--purple);
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.how-steps {
  background-color: #fafafa;
  border: 1px solid #f1f1f1;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 38.125rem;
  max-width: 48%;
  height: auto;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.steps-wrapper {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25rem;
  height: 100%;
  display: flex;
  position: relative;
}

.step-div {
  z-index: 2;
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  background-color: var(--white);
  text-align: left;
  border-radius: 1.125rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
  box-shadow: 10px 10px 60px -10px #26204c33;
}

.step-div:where(.w-variant-566bf7ef-8ff6-ea15-3aa6-1bd450cc79e2) {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  align-items: center;
  padding: 2rem;
}

.step-div:where(.w-variant-beb392c7-1079-079b-d10d-a216c72c6a22) {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.step-div.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.step-icon {
  width: 2rem;
  height: 2rem;
}

.circle-number {
  z-index: 5;
  border: 2px solid var(--black);
  background-color: #fafafa;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: 2rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  position: relative;
}

.steps-line {
  border-top-style: none;
  border-top-width: 2px;
  border-top-color: var(--black);
  border-right-style: dashed;
  border-right-width: 2px;
  border-right-color: var(--black);
  border-bottom-style: none;
  border-bottom-width: 2px;
  border-bottom-color: var(--black);
  border-left-style: none;
  border-left-width: 2px;
  border-left-color: var(--black);
  height: calc(100% - 5rem);
  margin-top: 5rem;
  position: absolute;
}

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

.list-card-image-div {
  border-radius: 2rem;
  height: 30.625rem;
  position: relative;
  overflow: hidden;
}

.list-card-image-div.no-radius {
  border-radius: 0;
  height: 100%;
}

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

.lc-overlay {
  z-index: 5;
  background-image: linear-gradient(0deg, #0003, #0000 32%);
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.image-41 {
  height: 1.5rem;
}

.lc-tag {
  background-color: var(--white);
  border-radius: .5rem;
  padding: .25rem .5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
}

.lc-tag.is-green {
  color: var(--green);
}

.lc-tag.is-golden {
  color: var(--golden);
}

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

.lc-logo {
  object-fit: contain;
  height: 3.75rem;
}

.lc-text-div {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.5rem;
  padding-right: 1.75rem;
  display: flex;
}

.text-size-16-med {
  color: #52525b;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.text-size-16-med.is-dark {
  color: var(--black);
}

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

.section-padding-bot-200 {
  padding-bottom: 12.5rem;
}

.cta-block {
  color: var(--white);
  background-image: url('../images/cta-bg-waves.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 2.5rem;
  margin-bottom: 4rem;
  padding: 3.875rem;
  position: relative;
}

.cta-block-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 29.625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.symbol-logo {
  width: 2.75rem;
}

.form-cta-request {
  height: auto;
  margin-bottom: 0;
}

.form {
  background-color: var(--white);
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.text-field-request {
  border: 1px #000;
  width: 19.75rem;
  height: 4rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 150%;
}

.text-field-request:focus {
  border-color: var(--white);
}

.text-field-request::placeholder {
  color: #18171bb3;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.div-block-225 {
  padding: .5rem;
  display: flex;
}

.button-submit {
  background-color: var(--purple);
  border-radius: .625rem;
  flex: 1;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 133%;
  transition: background-color .2s;
}

.button-submit:hover {
  background-color: #4d38db;
}

.cta-block-icon-1 {
  width: 3.75rem;
  position: absolute;
  inset: 4.5rem auto auto 6.875rem;
  transform: rotate(-13deg);
}

.cta-block-icon-2 {
  width: 3.75rem;
  position: absolute;
  inset: auto 7rem 6rem auto;
  transform: rotate(19deg);
}

.success-no-bg {
  background-color: #0000;
}

.success-no-bg.left-align {
  text-align: left;
  padding-left: 0;
}

.success-custom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 150%;
  display: flex;
}

.success-icon-32 {
  width: 2rem;
  height: 2rem;
}

.section-padding-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

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

.contact-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  max-width: 43.75rem;
  padding-top: 2rem;
  display: flex;
}

.c-gradient-line {
  background-image: linear-gradient(90deg, #4d38db 12%, #e36f30 25%, #ffa574 62%, #2510b5 82%, #2510b5);
  max-width: 16.75rem;
  height: 4px;
}

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

.contact-element {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-icon {
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
}

.cont-elem-content {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-size-14-med {
  color: var(--black);
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 130%;
}

.text-size-14-med.opacity-70 {
  opacity: .7;
}

.text-size-14-med.no-color {
  color: #2e790f;
}

.text-size-12 {
  color: #18171bb3;
  padding-bottom: 0;
  font-size: .75rem;
  font-weight: 500;
  line-height: 133%;
}

.cta-form-w {
  border-radius: 1rem;
  flex: 1;
  align-self: flex-start;
  max-width: 36.25rem;
  padding: 4px;
  position: relative;
  box-shadow: 0 10px 60px -10px #4d38db26;
}

.cta-form-w.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block-2 {
  z-index: 2;
  background-color: #fff;
  border-radius: calc(1rem - 4px);
  min-height: 38.25rem;
  margin-bottom: 0;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.text-field-form {
  color: #18171bb3;
  background-color: #fff;
  border: 1px solid #18171b14;
  border-radius: .75rem;
  min-height: 3rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.text-field-form:focus {
  border-color: var(--purple);
}

.text-field-form::placeholder {
  color: #18171bb3;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.form-element {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

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

.margin-top-52 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-top: 3.25rem;
  display: flex;
}

.div-block-227 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-padding-100-50 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.footer-info {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 30.875rem;
  padding-bottom: 0;
  display: flex;
}

.footer-logo {
  height: 2rem;
}

.text-size-14-med-white {
  color: #ffffffb3;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
}

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

.text-size-14-sb-white {
  color: var(--white);
  font-size: .875rem;
  font-weight: 600;
}

.footer-links-c {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.f-link {
  color: var(--white);
  font-size: 1rem;
  line-height: 150%;
  text-decoration: none;
}

.footer-navigation {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  margin-left: 6rem;
  margin-right: 6rem;
  padding-bottom: 0;
  display: flex;
}

.rotating-element {
  justify-content: center;
  align-items: flex-start;
  width: 71rem;
  margin-bottom: -4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  bottom: 3rem;
}

.circle-wrapper-l {
  width: 71rem;
  height: 35rem;
  padding-top: 2rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.circle-logos-img {
  width: 100%;
}

.circle-logos-img.blurred {
  filter: blur(10px);
}

.circle-blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 57%;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(-9%);
}

.rotating-fade {
  pointer-events: none;
  background-image: linear-gradient(#fff0 16%, #fff);
  width: 100vw;
  height: 30rem;
  display: flex;
  position: absolute;
  transform: translate(0, -100%);
}

.rr-circle-logo-img {
  border-radius: 100vw;
  width: 11rem;
  height: 11rem;
  overflow: hidden;
  box-shadow: 0 0 100px -8.5px #4d38db4d;
}

.how-it-works {
  margin-top: 18rem;
}

.custom-code {
  position: fixed;
}

.rotating-blured {
  width: 35rem;
  height: 35rem;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.rotationg-no-blured {
  width: 35rem;
  height: 35rem;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.circle-wrapper-r {
  width: 71rem;
  height: 35rem;
  padding-top: 2rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.step-tab-content {
  flex-flow: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  display: flex;
  position: relative;
}

.step-tab-content.w--current {
  background-color: #0000;
}

.custom-step-tab {
  cursor: pointer;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: static;
}

.custom-step-tab.w--current {
  background-color: #0000;
}

.steps-line-wrapper {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25rem;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.steps-button-div {
  margin-top: 4.2rem;
}

.button-purple {
  background-color: var(--purple);
  border-radius: .625rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 133%;
  transition: background-color .2s;
}

.button-purple:hover {
  background-color: var(--black);
}

.step-descr-h {
  min-height: 4rem;
}

.div-block-237 {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 40.75rem;
  max-width: 50%;
  height: 100%;
  padding-top: 3.125rem;
  display: flex;
}

.link-nav {
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-nav:hover {
  color: var(--purple);
  text-decoration: none;
}

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

.menu-button {
  display: none;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #fffc;
  border-radius: 1.5rem;
  width: 86.5rem;
  max-width: 96vw;
  height: 6rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 8px 24px #959da533;
}

.logo-img-2 {
  object-fit: contain;
  object-position: 0% 50%;
  height: 100%;
}

.container {
  width: 80rem;
  min-width: 100%;
  max-width: 96vw;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: fixed;
}

.logo-link {
  justify-content: flex-start;
  align-items: center;
  width: 8.625rem;
  height: 100%;
  display: flex;
  position: absolute;
  left: 1.5rem;
}

.nav-last-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 1.5rem 0% auto;
}

.nav-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.menu-chevron {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 6px;
  margin-right: 0;
  display: inline-flex;
  position: relative;
}

.nav-services {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.nav-services:lang(sv-se) {
  grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-list-2 {
  background-color: #ddd;
  overflow: hidden;
}

.dropdown-list-2.w--open {
  background-color: var(--white);
  border: 1px solid #18171b1a;
  border-radius: 1rem;
  width: 58.875rem;
  padding: 1.5rem;
  top: 4rem;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 4px 29.7px #00000040;
}

.list-item {
  list-style-type: none;
}

.nav-icon-w {
  color: var(--black);
  background-color: #fafafa;
  border: 1px solid #f1f1f1;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.nav-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.nav-element {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-nav {
  background-color: #18171b;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 133%;
  transition: background-color .2s;
  display: flex;
}

.button-nav:hover {
  background-color: #4d38db;
}

.button-nav.is-header {
  order: 9999;
}

.switch-lang {
  height: auto;
}

.lang-dd {
  height: auto;
  margin-left: 0;
  display: flex;
}

.lang-dd-toggle {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #f6f7f9;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: .5rem;
  transition: all .2s;
  display: flex;
}

.lang-dd-toggle:hover {
  color: #fff;
  background-color: #121212;
}

.lang-dd-toggle.is-black {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #ffffff14;
  min-height: 2.625rem;
  padding: .5rem 1rem;
}

.lang-dd-text {
  z-index: auto;
  text-align: right;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 100%;
  display: flex;
  position: relative;
  bottom: auto;
}

.lang-chevron {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.lang-list {
  width: 100%;
  inset: 0% 0% auto auto;
}

.lang-list.w--open {
  z-index: 20;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border: 1px solid #18171b1a;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 12.25rem;
  padding: 1rem;
  display: flex;
  top: 3.6rem;
  box-shadow: 0 4px 29.7px #00000040;
}

.lang-list.is-black.w--open {
  background-color: #252525;
  left: 0;
}

.lang-link {
  color: var(--black);
  text-align: left;
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  padding: .75rem .75rem .75rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.lang-link:hover {
  background-color: #fafafa;
  border: 1px solid #f1f1f1;
}

.lang-link.w--current {
  background-color: #fafafa;
  background-image: url('../images/lang-check.svg');
  background-position: 107%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.lang-link.is-black {
  color: var(--white);
  background-color: #0000;
}

.lang-link.is-black:hover {
  background-color: #2b2b2b;
  border-color: #303030;
}

.lang-link.is-black.w--current {
  background-color: #1f1f1f;
}

.footer-legal {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #ffffffb3;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.li-text {
  color: inherit;
  margin-bottom: 0;
}

.step-descr-text {
  color: #18171bb3;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 150%;
}

.step-title-text {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%;
}

.hero-content-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 42.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14.8125rem;
  padding-bottom: 6.5rem;
  display: flex;
}

.hero-content-center.cases-page {
  padding-bottom: 4.5rem;
}

.hero-content-center.top-small {
  padding-top: 10rem;
}

.services-grid {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.service-card {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: space-between;
  display: flex;
}

.service-card.partner-solutions:lang(sv-se) {
  display: flex;
}

.service-img {
  object-fit: cover;
  border: 1px solid #f1f1f1;
  border-radius: 1rem;
  flex: 1;
  max-width: 40rem;
  overflow: hidden;
}

.service-info-block {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.service-info-block.is-first {
  order: -9999;
}

.service-text-container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-logo {
  height: 2rem;
}

.section-padding-200-150 {
  padding-top: 2.5rem;
  padding-bottom: 9.375rem;
}

.service-title-24 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%;
}

.modal-form-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 1.75rem;
  flex-flow: column;
  flex: none;
  align-self: stretch;
  width: 38rem;
  max-width: 60%;
  min-height: 45rem;
  margin-bottom: 0;
  padding: 3.125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal-form-block:lang(it-it), .modal-form-block:lang(es-es), .modal-form-block:lang(da-dk), .modal-form-block:lang(no-no) {
  display: block;
}

.modal-form-block:lang(sv-se) {
  display: flex;
}

.p-16 {
  color: #121212;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
}

.popup-container {
  z-index: 9999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0003;
  justify-content: center;
  align-items: flex-start;
  max-height: 100vh;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.text-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 115%;
}

.form-horizontal {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: space-between;
  display: flex;
}

.custom-chevron {
  position: absolute;
  inset: auto 1.25rem auto auto;
}

.custom-select-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.popup-form-title {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: block;
}

.popup-close {
  z-index: 10;
  cursor: pointer;
  background-image: url('../images/cross.svg');
  background-position: 50%;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.form-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.popup-back {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.popup-logo {
  height: 1.5rem;
  margin-top: 2rem;
  margin-left: 1.75rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.success-content-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 3.8rem;
  padding-right: 3.8rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.popup-image {
  opacity: 1;
  color: var(--white);
  background-image: url('../images/popup-image-container.webp');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 25rem;
  max-width: 40%;
  height: 100%;
  padding-left: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.popup-image:lang(sv-se) {
  background-image: url('../images/Svenska.webp');
}

.popup-image:lang(no-no) {
  background-image: url('../images/Norsk.webp');
}

.popup-image:lang(da-dk) {
  background-image: url('../images/Dansk.webp');
}

.popup-image:lang(es-es) {
  background-image: url('../images/Español.webp');
}

.popup-image:lang(it-it) {
  background-image: url('../images/Italiano.webp');
}

.success-lottie {
  filter: invert() saturate(0%) brightness(0%);
  width: 5rem;
  margin-bottom: -2rem;
}

.success-message {
  background-color: #fff;
  min-height: 39.375rem;
  position: absolute;
  inset: 0%;
}

.form-link {
  color: #131313;
  font-weight: 500;
  text-decoration: none;
}

.popup-content {
  z-index: 2;
  background-color: #fff;
  border-radius: 1.5rem;
  flex: 1;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  max-width: 63rem;
  height: auto;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-note {
  color: #131313b3;
  text-align: center;
  font-size: .75rem;
  line-height: 130%;
}

.h2-size-40 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 133%;
}

.form-line {
  background-color: #18171b1a;
  height: 1px;
}

.about-page-img {
  object-fit: cover;
  object-position: 50% 38%;
  border-radius: 1.5rem;
  width: 100%;
  height: 27.5rem;
}

.about-text-stat-container {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex: none;
}

.slider-team-card {
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
}

.team-img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.team-card-info {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 1.5rem;
  min-height: 7rem;
  margin-bottom: .75rem;
  margin-left: .75rem;
  margin-right: .75rem;
  padding: .75rem;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
}

.text-20px-semibold {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 150%;
}

.team-card-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #ffffffb3;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  font-size: 1rem;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.swiper-pagination {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 12.5rem;
  display: flex;
}

.swiper-pagination-bullet {
  background-color: #edeced;
  border-radius: 100px;
  width: 1rem;
  height: 1rem;
  transition: all .2s;
}

.swiper-pagination-bullet:hover {
  filter: brightness(90%);
}

.who-we-block {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: space-between;
  display: flex;
}

.who-we-img {
  object-fit: cover;
  border: 1px solid #f1f1f1;
  border-radius: 1rem;
  flex: 1;
  max-width: 38.125rem;
  position: relative;
  overflow: hidden;
}

.who-we-text-container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 40.75rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  display: flex;
}

.steps-btn-wrapper {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25rem;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

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

.desktop-none {
  display: none;
}

.nav-serv-title {
  color: var(--black);
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
}

.nav-serv-descr {
  color: #18171bb3;
  font-size: .75rem;
  font-weight: 500;
  line-height: 133%;
}

.burger-element {
  display: none;
}

.paragraph-wrapper-24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

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

.section-padding-200-100 {
  padding-top: 12.5rem;
  padding-bottom: 6.25rem;
}

.history-text-container {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 34.625rem;
  margin-top: 11.75rem;
  margin-bottom: 11.75rem;
  display: flex;
}

.history-img {
  object-fit: cover;
  flex: 1;
  max-width: 41.875rem;
  margin-top: 2.5rem;
  position: relative;
  overflow: hidden;
}

.history-img-cover {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 100%;
}

.section-padding-top-200 {
  padding-top: 12.5rem;
}

.sec-hor-title-team {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 82rem;
  margin-bottom: 6.25rem;
  display: flex;
}

.white-underlay {
  z-index: 1;
  background-color: var(--white);
  height: 50%;
  position: absolute;
  inset: auto 0% -1px;
}

.hero-content-center-contact {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 42.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14.8125rem;
  padding-bottom: 0;
  display: flex;
}

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

.close-open-f-nav {
  display: none;
}

.lang-dd-text-14 {
  font-size: .875rem;
  font-weight: 500;
  line-height: 100%;
}

.success-message-2 {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.title-size-80 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 400;
  line-height: 133%;
}

.center-title-404 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 32rem;
  margin-bottom: 5.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12.5rem;
  padding-bottom: 0;
  display: flex;
}

.text-size-32 {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 130%;
}

.margin-top-24 {
  margin-top: 1.5rem;
}

.legal-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50rem;
  margin-top: 13.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.legal-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid #272727;
  flex-flow: column;
  width: 100%;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.h1 {
  color: #121212;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 100%;
}

.legal-rich-text a {
  color: var(--black);
}

.radar-img {
  width: 56.875rem;
  max-width: none;
  position: absolute;
}

.locale, .locales-wrapper {
  width: 100%;
}

.partner-solutions, .partner-solutions:lang(sv-se) {
  display: block;
}

.swiper-pagination-bullet-active {
  background-color: var(--purple);
  border-radius: 100px;
  width: 2rem;
  height: 1rem;
  transition: all .2s;
}

.swiper-pagination-bullet-active:hover {
  filter: brightness(90%);
}

.step-number-w {
  margin-top: 2rem;
  padding-top: 2rem;
}

.footer-logo-svg {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.f-logo-logic {
  margin-bottom: 0;
}

.light-img {
  pointer-events: none;
  max-width: none;
  max-height: 110%;
  position: absolute;
  inset: 0% auto auto;
}

.title-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.125rem;
  display: grid;
}

.div-block-238 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.service-title-20 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 150%;
}

.service-title-20.is-bold {
  font-weight: 700;
}

.cell-logo-center {
  z-index: 5;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 22.5rem;
  display: flex;
  position: relative;
}

.image-47 {
  height: 1.75rem;
}

.gap-8-center {
  z-index: 5;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.rr-business-circles {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.block-lottie {
  z-index: 20;
  width: 94rem;
  height: 69rem;
  position: absolute;
  top: -8.1rem;
}

.plan-summary {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-11 {
  font-size: 1.125em;
}

._24px-white-text {
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.faq-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9.125em;
  display: flex;
}

.popular-tag {
  color: #fff;
  background-color: #e36e30;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding-left: 1.14em;
  padding-right: 1.14em;
  font-size: .875em;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.blur-circle-ad-banner {
  filter: blur(230px);
  pointer-events: none;
  background-color: #ffffff80;
  border-radius: 100vw;
  width: 22.125em;
  height: 22.125em;
  position: absolute;
  inset: auto 0% -153% auto;
}

.btn-arrow-img {
  display: none;
}

._8px-gap-horizontal, .div-block-223 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.no-bg {
  background-image: url('../images/no.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100vw;
  flex: none;
  width: 2em;
  height: 2em;
}

.lang-span-2 {
  color: #d9d9d9;
  font-size: .7em;
  font-weight: 500;
}

.pricing-page-title-div {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.yes-bg {
  background-image: url('../images/yes.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100vw;
  flex: none;
  width: 2em;
  height: 2em;
}

._50px-mob-28px-semibold {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.125em;
  font-weight: 600;
  line-height: 122%;
}

.cta-faq-block-content {
  border-radius: 24px;
  width: 58em;
  padding: 2.8em 2.8em 2.625em;
}

.plans-btn {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  white-space: nowrap;
  mix-blend-mode: normal;
  background-color: #c9c9c9;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding-top: .75em;
  padding-bottom: .75em;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 7px 5px #0003, 0 2px 5px #0003;
}

.plans-btn:hover {
  background-color: #4a35d6;
}

.plans-btn.platinum-btn {
  -webkit-text-fill-color: inherit;
  background-color: #504e4e;
  background-clip: border-box;
  box-shadow: 0 7px 5px #0003, 0 2px 5px #0003;
}

.plans-btn.gold {
  color: #fff;
  white-space: nowrap;
  background-color: #d3af37;
  box-shadow: 0 7px 5px #0003;
}

.plans-btn.gold:hover {
  background-color: #b9511a;
}

.cta-faq-block {
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 8.4375em;
  margin-bottom: 6.25em;
  display: flex;
  position: relative;
}

.cta-faq-block-graphic {
  border-radius: 24px;
  justify-content: center;
  align-items: flex-end;
  width: 15.875em;
  display: flex;
  position: relative;
}

.black-btn {
  background-color: #000;
  border-radius: 100vw;
  margin-top: 1.8em;
  padding: .8em 1.2em;
  font-size: 1.125em;
  line-height: 150%;
  transition: background-color .3s;
}

.black-btn:hover {
  background-color: #715cff;
}

.more-q-block-text-div {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  padding-right: 14.2em;
  display: flex;
}

.feature-wrap {
  width: 17.5em;
}

.category-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.div-block-241 {
  background-color: #e3deff;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  width: 75em;
  margin: 4em auto 3em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.features-container-desktop {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.checkmarks-div {
  flex: 1;
  justify-content: space-between;
  margin-left: 8.92857em;
  margin-right: 6.625em;
  display: flex;
}

.crown-img {
  width: 3.5em;
}

.btn-text-arrow-div {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
  position: relative;
}

.consultation-img {
  width: 14.5em;
  position: absolute;
}

.compare-div {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  margin-top: 2.5em;
  padding: 2em 1.5em 5.25em 2em;
  display: flex;
}

.div-block-242 {
  margin-top: 6.25em;
}

.faq-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #f5f5f900;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  margin-top: 2.5em;
  padding: 0 0 6.25em;
  display: flex;
}

._14px-text-2 {
  color: #504e4e;
  text-align: left;
  flex-flow: row;
  margin-bottom: -1px;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 150%;
  display: block;
}

._14px-text-2.regular {
  font-weight: 400;
}

.additional-banner {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  background-color: #171717;
  border-radius: 24px;
  flex-flow: column;
  width: 16.9375em;
  padding: 1.5em;
  display: flex;
  position: relative;
}

.price-first-row {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.price-first-row.only-mob {
  display: none;
}

._8px-gap-div {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.gradient-style {
  position: absolute;
}

.features-container-mob {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: none;
}

.pricing-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9.125em;
  display: flex;
}

._24px-bold {
  color: #000;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.div-block-247 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.div-block-250 {
  background-color: #e3deff;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  width: 75em;
  margin: 4em auto 3em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.dropdown-toggle-7 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 1px solid #cbd4e1;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: .5em .75em;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle-7:hover {
  border-color: #5f22d9;
}

.div-block-251 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.div-block-254 {
  background-color: #e3deff;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  width: 75em;
  margin: 4em auto 3em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.heading-7 {
  margin-bottom: 40px;
}

.paragraph-28 {
  padding-top: 10px;
}

.video {
  margin-top: 29px;
}

.section-9 {
  margin-top: 140px;
}

.youtube {
  border-radius: 13px;
  margin-top: 0;
  margin-bottom: 60px;
}

.rich-text-block {
  padding-top: 0;
  font-size: 17px;
  line-height: 38px;
}

.paragraph-27 {
  padding-top: 20px;
}

.container-3 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.bold-text-6 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

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

.section-10 {
  margin-top: 140px;
}

.bold-text-7 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

._14px-text-3 {
  color: #504e4e;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 500;
  line-height: 150%;
}

.number-item {
  background-image: url('../images/number-item.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 4.75em;
  height: 4.3125em;
  padding-right: .4em;
  display: flex;
}

.anna-review-div {
  z-index: 3;
  border-radius: 12px;
  width: 17.375em;
  height: 9.25em;
  position: absolute;
  inset: 23.3em auto auto -5.4em;
}

.step-number {
  color: #fff;
  background-color: #715cff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 100%;
  display: flex;
}

.step {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
  position: relative;
}

.feature-item-img {
  opacity: 1;
  mix-blend-mode: normal;
  width: 2.75em;
}

._18px-paragraph {
  color: #1c1c1c;
  margin-bottom: 0;
  margin-right: 35px;
  padding-right: 0;
  font-size: 1.125em;
  line-height: 150%;
}

.steps-outline {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 100vw;
}

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

.problem-section-vert {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #f1efff;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75em;
  height: auto;
  margin: 6.25em auto 4em;
  padding-top: 2em;
  padding-left: 3em;
  padding-right: 3.9375em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hc-hero-title-div {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 36.125em;
  padding-top: 0;
  padding-bottom: 1.75em;
  display: flex;
  position: relative;
}

.features-item-div {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #fff;
  border-radius: 24px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.content-div {
  grid-column-gap: 3.125em;
  grid-row-gap: 3.125em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4em;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-text-in-lottie {
  margin-top: .5em;
  margin-left: .75em;
  margin-right: .75em;
  position: absolute;
  inset: 0% 0% auto;
}

.text-10-grey {
  color: #7b7b7d;
  margin-bottom: 0;
  font-size: .625em;
  font-weight: 400;
  line-height: 120%;
}

._14px-text-mob-8 {
  color: #000;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 500;
  line-height: 150%;
}

._16px-paragraph {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.hc-hero-title-wrapper {
  padding-right: 5%;
  position: relative;
}

._80--div {
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.feature-card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e3deff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 1.625em 3.625em 2.75em 2.875em;
  display: flex;
}

.feature-card-content.third {
  background-color: #a999ff;
  border-radius: 20px;
  padding-top: 7em;
  padding-bottom: 7em;
}

.feature-card-content.second {
  background-color: #c6bdff;
  border-radius: 20px;
  padding-top: 2.75em;
}

.section-7 {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-52 {
  width: 4em;
  height: 4em;
}

.featurs-cards {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75em;
  margin: 3em auto;
  display: block;
  position: relative;
}

.logos-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 9.125em;
  display: flex;
}

.graphic-elements-div-hero {
  width: 28.9375em;
  height: 32.75em;
  margin-bottom: 2em;
  position: relative;
}

.div-block-260 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  display: flex;
}

.problem-section-text {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  flex: 1;
  margin-top: 3.5625em;
  margin-bottom: 3.875em;
  display: flex;
}

.problem-section-text.center {
  text-align: center;
  max-width: 50%;
  margin-top: 0;
}

.companies-div {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 29.375em;
  display: flex;
}

.logos-block-mob {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 9.125em;
  display: none;
}

.div-block-198 {
  z-index: 1;
  background-color: #715cff;
  width: 1px;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 11px;
}

.shine-stripe {
  z-index: 4;
  filter: blur(30px);
  pointer-events: none;
  background-color: #ffffff4d;
  width: 20%;
  height: 300%;
  position: absolute;
  inset: -91% auto auto 0%;
  transform: rotate(45deg);
}

._50px-semibold-32-mob {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.875em;
  font-weight: 600;
  line-height: 122%;
}

.div-title-descr-features {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  padding-right: 0;
  display: flex;
}

.div-title-descr-features.right-padding {
  padding-right: 0;
}

.feature-descr-container {
  z-index: 3;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 39.75em;
  display: flex;
  position: relative;
}

.success-content-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 17.625em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-261 {
  background-color: #e3deff;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  width: 75em;
  margin: 4em auto 3em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.hero-reviiew-img {
  width: 17.375em;
  max-width: none;
  height: auto;
  position: absolute;
  inset: -6% auto auto -3%;
}

.feature-title-div {
  width: 27.75em;
  padding-right: 4em;
}

.feature-title-div.third {
  padding-right: 7em;
}

._20px-title {
  color: #504e4e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 150%;
}

.hc-header {
  justify-content: flex-start;
  align-items: flex-end;
  width: 75.1em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.section-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-12-grey {
  color: #7b7b7d;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 120%;
}

.steps-outline-top {
  border-top: 3px solid #fff;
  border-bottom: 3px #fff;
  border-radius: 100vw;
}

.div-block-262 {
  margin-top: 6.25em;
}

.recaptcha-3 {
  margin-top: 1.5em;
  margin-bottom: 0;
}

.three-phones {
  object-fit: contain;
  width: 55em;
}

.image {
  z-index: 5;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.chart-3-div {
  z-index: 6;
  border-radius: 15px;
  width: 10.5em;
  height: 7em;
  position: absolute;
  inset: auto auto 23.8em 20.5em;
  overflow: hidden;
}

._32px-text-number {
  color: #504e4e;
  align-self: center;
  max-width: none;
  font-size: 2em;
  font-weight: 500;
  line-height: 100%;
  display: inline;
}

.logos-vert-carousel {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.heading-4 {
  text-align: center;
  font-size: 42px;
  font-weight: 500;
}

.mobile-logos-wrapper {
  display: none;
}

.steps-outline-bot {
  border-top: 3px #fff;
  border-bottom: 3px solid #fff;
  border-radius: 100vw;
}

.chart-2-div {
  z-index: 2;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  border-radius: 15px;
  width: 8em;
  height: 8.5em;
  position: absolute;
  inset: auto auto 2.5em -1.5em;
  overflow: hidden;
}

._16px-paragraph-black-mob-8 {
  color: #000;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 600;
  line-height: 150%;
}

.companies-logo-img {
  background-color: #070426;
  border-radius: 20px;
  width: 9.125em;
  height: 9.125em;
}

.feature-card {
  position: relative;
}

.shadow-div {
  border-radius: 12px;
  height: 7.5em;
  position: relative;
}

.line {
  opacity: 1;
  color: #fff;
  mix-blend-mode: normal;
  object-fit: cover;
  border: 1px #000;
  width: 1px;
  max-width: 100%;
  height: 48%;
  position: absolute;
  inset: 45.1em auto auto 9em;
}

.div-block-196 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 100vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  position: relative;
  overflow: hidden;
}

.line-2 {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  border: 1px #000;
  width: 1px;
  max-width: 100%;
  height: 208%;
  display: none;
  position: absolute;
  inset: -27.4em auto auto 36.5em;
}

.button {
  background-color: #e36e30;
  border-radius: 20px;
  padding: 15px 40px;
  font-size: 19px;
  font-weight: 500;
}

.button:hover {
  background-color: #b9511a;
}

.blur-circle {
  filter: blur(230px);
  background-color: #ffffff80;
  border-radius: 100vw;
  width: 22.125em;
  height: 22.125em;
  position: absolute;
  inset: -73% -16% auto auto;
}

.steps {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
  position: relative;
}

.white-bg-div {
  z-index: 1;
  background-color: #fff;
  height: 88.375em;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.section-11 {
  background-color: #ffd3b8;
}

.section-11.saaaa {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
}

.scss-lottie-div {
  justify-content: center;
  align-items: center;
  width: 6.25em;
  height: 6.25em;
  display: flex;
  position: relative;
}

._32px-text-black-bold {
  color: #000;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 145%;
}

.section-5 {
  background-color: #f0edff;
  border-radius: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-4 {
  font-size: 44px;
}

.features-item-div-tack {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #fff;
  border-radius: 24px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.heading-9 {
  text-align: center;
  margin-bottom: 40px;
}

.heading-9.tidovanland {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.div-block-204 {
  margin-top: 1.5em;
  margin-bottom: 2.5em;
}

.lottie-animation-3 {
  width: 150%;
  height: 150%;
  position: absolute;
}

._32px-text-number-tack {
  color: #504e4e;
  align-self: center;
  max-width: none;
  font-size: 2em;
  font-weight: 500;
  line-height: 100%;
  display: inline;
}

.success-message-copy {
  text-align: center;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80em;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.number-item-tack {
  background-image: url('../images/number-item.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 4.75em;
  height: 4.3125em;
  padding-right: .4em;
  font-size: 10px;
  display: flex;
}

.div-block-203 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  padding: 1em 1.5em 0;
  display: flex;
  position: relative;
}

.code-embed-2 {
  margin-bottom: 0;
}

.multistep-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  cursor: pointer;
  background-color: #715cff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1.375em;
  padding-bottom: 1.375em;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.multistep-btn:hover {
  opacity: .8;
}

._14px-text-tack {
  color: #504e4e;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 150%;
}

.feature-descr-item-tack {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

._20px-title-tack {
  color: #504e4e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 150%;
}

._14px-text-4 {
  color: #504e4e;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 500;
  line-height: 150%;
}

.div-block-263 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 27em;
  display: flex;
}

.section-12 {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-53 {
  width: 4em;
  height: 4em;
}

.div-block-264 {
  z-index: 1;
  background-color: #715cff;
  width: 1px;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 11px;
}

.success-content-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 17.625em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-265 {
  background-color: #e3deff;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  width: 75em;
  margin: 4em auto 3em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.text-block-11 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5em;
  line-height: 100%;
  display: flex;
}

.div-block-266 {
  margin-top: 6.25em;
}

.recaptcha-4 {
  margin-top: 1.5em;
  margin-bottom: 0;
}

.image-54 {
  z-index: 5;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-267 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 100vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  position: relative;
  overflow: hidden;
}

.section-13 {
  background-color: #f0edff;
  border-radius: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-9 {
  font-size: 44px;
}

.div-block-268 {
  margin-top: 1.5em;
  margin-bottom: 2.5em;
}

.div-block-269 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  padding: 1em 1.5em 0;
  display: flex;
  position: relative;
}

.body-2 {
  font-family: Plus Jakarta Sans;
}

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

.multi-step-form-instructions-delete {
  z-index: 1000;
  background-color: var(--\<unknown\|relume-variable-neutral-shade-1\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.multi-form2_progress {
  width: 100%;
  height: .25rem;
  display: flex;
  position: absolute;
  top: 4.5rem;
}

.form_checkbox-btn {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.form_checkbox-btn.is-active-inputactive {
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

.multi-form2_content-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-icon-left {
  position: absolute;
  left: .75rem;
}

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

.multi-form2_step-text {
  margin-right: .5rem;
}

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

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

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.multi-form2_block {
  margin-bottom: 0;
}

.form_radio-btn {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem .5rem .5rem;
  display: flex;
  position: relative;
}

.form_radio-btn.is-active-inputactive {
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

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

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.multi-form2_footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.multi-form2_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: 6rem;
  padding-bottom: 4.5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.form_radio-btn-icon {
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.form_radio-btn-icon.w--redirected-checked {
  border-color: var(--\<unknown\|relume-variable-transparent\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  background-image: none;
}

.form_radio-btn-icon.w--redirected-focus {
  box-shadow: none;
}

.form_radio-btn-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.section_multi-form2 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  position: relative;
}

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

.button-group.is-right {
  justify-content: flex-end;
  align-items: center;
}

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

.multi-form2_progress-bar {
  background-color: #0000001f;
  flex: 1;
  width: 100%;
  height: 100%;
}

.multi-form2_progress-bar.current {
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

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

.multi-form2_form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.form_input::placeholder {
  color: var(--\<unknown\|relume-variable-neutral-shade-7-60\>);
}

.form_input.is-icon-left {
  padding-left: 2.75rem;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.multi-form2_step {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
  overflow: hidden;
}

.form_radio-btn-letter {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: .5rem;
  display: flex;
}

.form_radio-btn-letter.is-active-inputactive {
  border-color: var(--\<unknown\|relume-variable-color-primary-2\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

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

.form_checkbox-btn-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.multi-form2_navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

.multi-form2_input-field {
  align-items: center;
  display: flex;
  position: relative;
}

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

.formly-multi-step-form-instructions-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.6;
  display: flex;
}

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

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

.form_checkbox-btn-icon {
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.form_checkbox-btn-icon.w--redirected-checked {
  border-color: var(--\<unknown\|relume-variable-transparent\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  background-image: none;
}

.form_checkbox-btn-icon.w--redirected-focus {
  box-shadow: none;
}

.multi-form2_radio-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.text-block-14, .text-block-15 {
  font-size: .8rem;
}

.hero-badge-stat {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.badge {
  width: 6rem;
}

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

.collection-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-3 {
  display: flex;
}

.case-card-link {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--black);
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.case-thumbnail-wrapper {
  border-radius: 1rem;
  width: 11.875rem;
  height: 14.625rem;
  overflow: visible;
}

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

.case-info {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.case-card-tate-time {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #18171bb3;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.circle-divider {
  background-color: #d4d4d8;
  width: 4px;
  height: 4px;
}

.case-tag {
  border: 1px solid #18171b14;
  border-radius: .375rem;
  padding: .125rem .625rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 150%;
}

.body-3 {
  font-family: Plusjakartasans-local, Verdana, sans-serif;
}

.container-large {
  width: 86.5rem;
  max-width: 96vw;
  margin-left: auto;
  margin-right: auto;
}

.div-block-274 {
  padding-top: 11.25rem;
}

.breadcrumb-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #18171bb3;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.link {
  color: inherit;
}

.case-top-section {
  background-color: #fafafa;
  margin-bottom: 10.375rem;
}

.case-container {
  max-width: 64.375rem;
  margin-left: auto;
  margin-right: auto;
}

.case-hero {
  padding-left: 24.375rem;
  position: relative;
}

.div-block-275 {
  object-fit: cover;
  border-radius: 1.5rem;
  width: 21.25rem;
  height: 26.25rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.case-hero-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 2.5rem;
  display: flex;
}

.case-rich-text-width {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  padding-top: 0;
  padding-bottom: 8.25rem;
  display: flex;
}

.case-rich-text-content {
  max-width: none;
}

.case-rich-text-content h1 {
  display: none;
}

.case-rich-text-content h2 {
  font-size: 2.5rem;
  line-height: 130%;
}

.case-rich-text-content h3 {
  font-size: 1.5rem;
  line-height: 130%;
}

.case-rich-text-content h4 {
  font-size: 1.25rem;
  line-height: 130%;
}

.case-rich-text-content h5 {
  font-size: 1.125rem;
  line-height: 130%;
}

.case-rich-text-content h6 {
  font-size: 1rem;
  line-height: 130%;
}

.case-rich-text-content p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.case-rich-text-content ol, .case-rich-text-content ul {
  font-size: 1rem;
  line-height: 160%;
}

.case-rich-text-content a {
  color: var(--text-color);
}

.case-card-wrapper {
  flex: 1;
  min-width: 21.25rem;
}

.case-card-sticky {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fafafa;
  border-radius: 1rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  top: 4rem;
}

.case-card-logo {
  object-fit: contain;
  width: 12.5rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.case-card-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #18171b14;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  display: flex;
}

.text-size-16-sb {
  color: var(--black);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

.text-size-16-sb.is-dark {
  color: var(--black);
}

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

.text-size-14-sb {
  color: var(--black);
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 600;
  line-height: 130%;
}

.text-size-14-sb.opacity-70 {
  opacity: .7;
}

.package-icon {
  width: 2rem;
  height: 2rem;
}

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

.res-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: space-between;
  display: flex;
}

.div-block-276 {
  color: #2e790f;
  display: flex;
}

.div-block-277 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #2e790f;
  display: flex;
}

.div-block-278 {
  max-width: 40rem;
}

.gap-50-v {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  display: flex;
}

.bullet {
  background-color: var(--black);
  border-radius: 100px;
  width: 6px;
  height: 6px;
}

.service-img-copy {
  object-fit: cover;
  border: 1px solid #f1f1f1;
  border-radius: 1rem;
  flex: 1;
  max-width: 40rem;
  margin-top: -7.5rem;
  overflow: hidden;
}

.contact-div-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  min-width: 50%;
  max-width: 43.75rem;
  display: block;
  position: relative;
}

.image-55 {
  width: 43.125rem;
  max-width: none;
  margin-top: -3rem;
  position: relative;
  inset: 0% auto auto 0%;
}

.div-block-279 {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.div-block-281 {
  background-color: var(--white);
  border: 5px solid #12b76a;
  border-radius: 100vw;
  flex: none;
  min-width: 16px;
  min-height: 16px;
  box-shadow: 0 0 20px #12b76a;
}

.title-width {
  max-width: 40rem;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.125rem;
  display: grid;
}

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

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.125rem;
  display: grid;
}

.cta-block-banner {
  color: var(--white);
  background-color: #14171d;
  background-image: url('../images/bg--section.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.5rem;
  justify-content: space-between;
  max-width: 86.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25rem;
  padding-right: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 2px 0 4px #fff3;
}

.image-56 {
  max-width: none;
  height: 100%;
  position: absolute;
  inset: auto -9% 0% auto;
}

.span-light-purple {
  color: #bdb3ff;
}

.section-padding-bot-48 {
  padding-bottom: 3rem;
}

.section-padding-bot-96 {
  padding-bottom: 6rem;
}

.contacts-form-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  padding-top: 15.5rem;
  display: flex;
}

.prop-block-media-copy {
  pointer-events: none;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  max-width: 33.75rem;
  height: 35.25rem;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.image-57 {
  pointer-events: none;
  object-fit: contain;
  width: 160%;
  max-width: none;
  height: 160%;
  position: absolute;
}

.marquee {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  color: #6a6262;
  background-color: #e8e6e6;
  justify-content: center;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
  display: flex;
}

.marquee-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  flex: none;
  display: flex;
}

.logo-row {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  opacity: .8;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 4rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.trusted-logos {
  object-fit: contain;
  object-position: 50% 100%;
  max-width: none;
  height: 100%;
}

.layout-2-blocks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.grid-3-lines {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #e4e4e7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.125rem;
  display: grid;
}

.div-block-283 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.step-div-center {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.5rem 3rem;
  display: flex;
  position: relative;
}

.step-div-center:where(.w-variant-566bf7ef-8ff6-ea15-3aa6-1bd450cc79e2) {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  align-items: center;
  padding: 2rem;
}

.step-div-center:where(.w-variant-beb392c7-1079-079b-d10d-a216c72c6a22) {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.step-div-center.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.step-div-center.padding-top-big {
  padding-top: 3.5rem;
}

.step-icon-56 {
  width: 3.5rem;
  height: 3.5rem;
}

.step-number-n {
  background-color: var(--purple);
  color: var(--white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: .625rem;
  padding: .25rem;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
}

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

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

.google-review-img {
  width: 2.5rem;
  height: 2.5rem;
}

.google-review-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.gap-8 {
  flex-flow: column;
  display: flex;
}

.grow {
  flex: 1;
}

.icon-24 {
  width: 1.5rem;
  height: 1.5rem;
}

.image-58 {
  height: 1.5rem;
}

.google-review-div {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  text-align: left;
  border: 1px solid #3686f7;
  border-radius: 1.125rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px #0000001a, 0 7px 7px #00000017, 0 16px 9px #0000000d, 0 28px 11px #00000003, 0 43px 12px #0000;
}

.google-review-div:where(.w-variant-566bf7ef-8ff6-ea15-3aa6-1bd450cc79e2) {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  align-items: center;
  padding: 2rem;
}

.google-review-div:where(.w-variant-beb392c7-1079-079b-d10d-a216c72c6a22) {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.google-review-div.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.hero-text-copy {
  max-width: 35.375rem;
  margin-left: 0;
}

.hero-img {
  z-index: 5;
  object-fit: contain;
  width: 100%;
  position: relative;
  top: -5.4rem;
}

.prop-img {
  z-index: 5;
  object-fit: contain;
  width: 90%;
  position: relative;
  bottom: -12rem;
}

.margin-top-16 {
  margin-top: 1rem;
}

@media screen and (max-width: 991px) {
  ._16px-paragraph-black {
    font-size: 1.5em;
  }

  .partners-logo-row {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
  }

  .partner-logo-img {
    height: 4em;
    margin-left: 0;
  }

  .tjanst-16px-paragraph-white {
    font-size: 1.5em;
  }

  .rank-div, .feature-descr-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  ._14px-text {
    font-size: 1.3em;
  }

  .review-card-div {
    display: block;
  }

  .reviwer-info {
    height: 7em;
  }

  .form-contacts-div {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 84em;
  }

  .form-div {
    border-radius: 16px;
    width: 41em;
  }

  .form-field-div {
    grid-column-gap: .9em;
    grid-row-gap: .9em;
  }

  .fields-wrap {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
  }

  ._12px-text {
    font-size: 1.1em;
  }

  .contacts-div {
    width: 40em;
  }

  .footer-bg-div {
    height: auto;
  }

  .footer-blur-right-img {
    top: -19.4em;
  }

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

  ._14px-link {
    font-size: 1.3em;
  }

  .copyright-text {
    font-size: 1.1em;
  }

  .header-div {
    width: 84em;
    height: auto;
  }

  ._16px-link, .black-btn-16px {
    font-size: 1.5em;
  }

  .purple-btn-footer {
    padding-top: .775em;
    padding-bottom: .775em;
    font-size: 16px;
  }

  .submit-btn {
    font-size: 1.5em;
  }

  .form-input {
    height: 50px;
    font-size: 16px;
  }

  .link-wrap {
    top: 0;
  }

  .hover-underline, .hover-underline-100 {
    display: none;
  }

  ._18px-text-semibold, ._18px-text-medium {
    font-size: 1.5em;
  }

  .faq-arrow-img {
    width: 2.5em;
    height: 2.5em;
  }

  ._16px-paragraph-black-light, ._16px-paragraph-black-medium {
    font-size: 1.5em;
  }

  .map-wrap {
    height: 35em;
  }

  .map-embed {
    height: 150%;
  }

  .contacts-map-wrapper {
    width: 40em;
    padding-left: 0;
  }

  .error-message {
    font-size: 1.3em;
  }

  .white-semibold {
    font-size: 1.5em;
  }

  ._14-bold-grey {
    font-size: 1.3em;
  }

  .cases-section-first {
    width: 84em;
  }

  ._12px-text-left {
    font-size: 1.1em;
  }

  .text-18px-semibold-no-an {
    font-size: 1.5em;
  }

  ._100vw-section {
    z-index: 90;
    height: auto;
  }

  .cases-content-section {
    width: 100vw;
    margin-top: -24em;
  }

  .case-content-div {
    width: 48em;
  }

  .case-hero-content {
    width: 48em;
    padding-top: 34em;
  }

  .div-block-188 {
    height: 24em;
  }

  .case-rich-text {
    font-size: 8px;
  }

  .case-rich-text h2 {
    font-size: 2.5em;
  }

  .case-rich-text h1 {
    font-size: 3em;
  }

  .case-rich-text h3 {
    font-size: 2em;
  }

  .case-rich-text h4 {
    font-size: 1.7em;
  }

  .case-rich-text h5 {
    font-size: 1.6em;
  }

  .case-rich-text h6, .case-rich-text p, .case-rich-text blockquote, .case-rich-text ol {
    font-size: 1.3em;
  }

  .case-content {
    width: 83.7em;
    margin-left: 3.3em;
    margin-right: auto;
  }

  .slider-title-arrows-container {
    width: 74em;
    margin-left: auto;
  }

  .case-blur-left-img {
    top: -19.4em;
    left: -61.5em;
  }

  .client-info-sticky {
    width: auto;
  }

  ._14px-text-info, ._14px-text-inter, ._14px-text-inter-link {
    font-size: 1.3em;
  }

  ._40px-32mob-text-semibold {
    max-width: 80%;
  }

  .client-info-card {
    z-index: 501;
    width: 31em;
  }

  .to-top-container {
    inset: 0% auto 0% -9%;
  }

  .orange-btn-case {
    padding-top: .775em;
    padding-bottom: .775em;
    font-size: 16px;
  }

  .top-gap {
    pointer-events: none;
    height: 70em;
  }

  .gradients-wrapper {
    z-index: 50;
    height: auto;
    min-height: 62em;
  }

  .case-blur-right-img {
    top: -19.4em;
  }

  .close-popup {
    width: 24px;
    height: 24px;
  }

  .code-embed {
    margin-top: 0;
  }

  .terms-section {
    width: 84em;
  }

  .terms p, .terms ul, .terms ol {
    font-size: 1.5em;
  }

  .plyr_embed, .plyr_component {
    height: 24em;
  }

  .header-dd-arrow {
    width: 1.4em;
    height: 1.5em;
  }

  .dropdown-toggle {
    padding-left: 1.15em;
    padding-right: 1.15em;
  }

  .text-block-3 {
    font-size: 1.8em;
    line-height: 100%;
  }

  .lang-dropdown.w--open {
    top: 6.2em;
  }

  .svenska, .english, .black-btn-16px-header {
    font-size: 1.5em;
  }

  .result-row {
    flex-flow: column;
  }

  ._14px-text-inter-normal {
    font-size: 1.3em;
  }

  .star-cell {
    width: auto;
  }

  .text-24px-semibold {
    font-size: 2em;
  }

  .bc-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-top: 3.8em;
  }

  .bc-arrow {
    width: 1.5em;
    height: 1.5em;
  }

  .bc-link, .bc-current {
    font-size: 1.5em;
  }

  .light_purple-span {
    font-size: 1em;
  }

  .collection-item-2 {
    flex: 0 auto;
  }

  .lang-dropdown-copy.w--open {
    top: 6.2em;
  }

  .dd-link {
    font-size: 1.5em;
  }

  .h2-size-48 {
    font-size: 2.5rem;
  }

  .hero-text {
    max-width: 34rem;
    margin-left: 0;
    padding-right: 2rem;
  }

  .hero-title-div-2:lang(sv-se) {
    padding-right: 10.5rem;
  }

  .hero-title-div-2:lang(da-dk) {
    padding-right: 8.55rem;
  }

  .hero-title-div-2:lang(es-es) {
    padding-right: 7.6rem;
  }

  .hero-title-div-2:lang(it-it) {
    padding-right: 8.5rem;
  }

  .prop-block-media {
    max-width: 22rem;
    height: 32rem;
  }

  .sm-logo {
    width: 4rem;
  }

  .sm-element-4 {
    max-width: 16rem;
  }

  .h1-size-58 {
    font-size: 3rem;
  }

  .sm-element-1 {
    max-width: 16rem;
  }

  .sm-element-2 {
    max-width: 16rem;
    margin-left: -7rem;
  }

  .reccomended-content {
    padding-bottom: 6rem;
  }

  .text-width-01 {
    max-width: none;
  }

  .section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-black {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
  }

  .button-black.is-blue {
    font-size: 1rem;
  }

  .benefits-text {
    max-width: 29.5rem;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .platforms-element {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .revenue-dec {
    border-radius: 1rem;
    width: 8rem;
    bottom: 1.8rem;
  }

  .sm-element-3 {
    max-width: 16rem;
    margin-left: -6rem;
  }

  .visibility-dec {
    border-radius: 1rem;
    width: 12rem;
    right: -3.2rem;
  }

  .visibility-dec.cta {
    left: 1.3rem;
  }

  .hero-media {
    width: 18rem;
    height: 30rem;
    top: 14rem;
    right: -1.2rem;
  }

  .prop-block {
    background-position: 60%;
    margin-top: -22rem;
    padding-left: 2rem;
    padding-right: 2rem;
    transform: translate(0, 50%);
  }

  .sec-hor-title {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-bottom: 4rem;
  }

  .hero-img-shadow {
    height: 23rem;
  }

  .section-padding-200 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .tabs-how_it_works {
    height: auto;
  }

  .tabs-menu-2 {
    width: auto;
  }

  .tab-title-24 {
    font-size: 1.25rem;
  }

  .how-steps {
    width: 39rem;
    max-width: 50%;
  }

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

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

  .lc-text-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-padding-bot-200 {
    padding-bottom: 6rem;
  }

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

  .footer-content {
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-navigation {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .rotating-element {
    width: 50rem;
    bottom: 7.2rem;
  }

  .circle-wrapper-l {
    width: 50rem;
    height: 25rem;
  }

  .rr-circle-logo-img {
    width: 8rem;
    height: 8rem;
  }

  .how-it-works {
    margin-top: 10.5rem;
  }

  .rotating-blured {
    width: 25rem;
    height: 25rem;
  }

  .rotationg-no-blured {
    width: 25rem;
    height: 25rem;
    inset: auto 0% 0% auto;
  }

  .circle-wrapper-r {
    width: 50rem;
    height: 25rem;
  }

  .steps-line-wrapper {
    max-width: 80%;
  }

  .div-block-237 {
    max-width: 46%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .link-nav {
    justify-content: flex-start;
    align-items: center;
    padding: 0 1.5rem;
    font-size: 1.25rem;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 6rem;
    display: flex;
    position: absolute;
    inset: 0% 1rem auto auto;
  }

  .navbar {
    width: 96vw;
    height: auto;
  }

  .logo-img-2 {
    align-self: flex-start;
  }

  .container {
    width: 100%;
    min-width: auto;
    min-height: 6rem;
  }

  .logo-link {
    justify-content: flex-start;
    align-items: flex-start;
    height: 6rem;
  }

  .nav-last-item {
    height: 6rem;
    right: 5rem;
  }

  .nav-menu {
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    max-height: 80vh;
    padding-top: 6rem;
    display: none;
    overflow: scroll;
  }

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

  .dropdown-list-2.w--open {
    box-shadow: none;
    border-style: none;
    border-radius: 0;
    max-width: 90vw;
    position: relative;
    top: 0;
    left: 0%;
    transform: none;
  }

  .switch-lang {
    padding-bottom: 2rem;
    padding-left: 1.5rem;
  }

  .lang-dd-toggle {
    justify-content: center;
    align-items: center;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .lang-dd-text {
    font-size: 1.3rem;
    line-height: 100%;
  }

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

  .step-title-text {
    font-size: 1.25rem;
  }

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

  .service-info-block.is-first {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .service-logo {
    height: 1.75rem;
  }

  .section-padding-200-150 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .service-title-24 {
    font-size: 1.25rem;
  }

  .modal-form-block {
    max-width: 60%;
    padding: 1.5rem;
  }

  .p-16 {
    font-size: .9rem;
  }

  .popup-container {
    display: none;
  }

  .text-h2 {
    font-size: 2rem;
  }

  .popup-close {
    width: 2rem;
    height: 2rem;
  }

  .success-content-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .popup-content {
    align-self: auto;
    max-width: 98vw;
  }

  .h2-size-40 {
    font-size: 2.75rem;
  }

  .slider-team-card {
    max-height: 25rem;
  }

  .team-card-info {
    min-height: 7rem;
  }

  .text-20px-semibold {
    font-size: 1.5rem;
  }

  .who-we-block {
    flex-flow: column;
  }

  .who-we-img {
    max-width: none;
  }

  .steps-btn-wrapper {
    max-width: 100%;
  }

  .mob-none {
    display: none;
  }

  .desktop-none {
    display: flex;
  }

  .brgr-line {
    background-color: var(--black);
    width: 100%;
    height: 2px;
  }

  .burger-element {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .section-padding-200-100 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .history-text-container {
    margin-top: 2rem;
    margin-bottom: 6rem;
  }

  .history-img {
    max-width: none;
  }

  .section-padding-top-200 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sec-hor-title-team {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-bottom: 4rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lang-dd-text-14 {
    font-size: .875rem;
    line-height: 100%;
  }

  .title-size-80 {
    font-size: 4rem;
  }

  .legal-wrapper {
    width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .h1 {
    font-size: 3.5rem;
  }

  .radar-img {
    width: 32rem;
    top: -5.4rem;
  }

  .service-title-20 {
    font-size: 1.25rem;
  }

  .cell-logo-center {
    min-height: auto;
  }

  .block-lottie {
    width: 68rem;
    height: 50rem;
    top: -3rem;
  }

  .faq-section {
    width: 84em;
  }

  .popular-tag {
    font-size: 1em;
  }

  .btn-arrow-img {
    display: none;
  }

  .cta-faq-block-content {
    width: 64em;
    padding: 1.9em;
  }

  .plans-btn {
    font-size: 1.4em;
  }

  .cta-faq-block-graphic {
    width: 19em;
  }

  .black-btn {
    font-size: 1.4em;
  }

  .feature-wrap {
    width: 20.6em;
  }

  ._14px-text-2 {
    font-size: 1.3em;
  }

  .additional-banner {
    width: 18em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .price-first-row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .pricing-section {
    width: 84em;
  }

  .dropdown-toggle-7 {
    padding-left: 1.15em;
    padding-right: 1.15em;
  }

  ._14px-text-3 {
    font-size: 1.3em;
  }

  .number-item {
    width: 4.13044em;
    height: 3.75em;
  }

  ._18px-paragraph {
    font-size: 1.5em;
  }

  .steps-outline {
    height: 29px;
  }

  .problem-section-vert {
    border-radius: 20px;
    width: 84em;
    height: auto;
  }

  .features-item-div {
    border-radius: 16px;
  }

  .text-10-grey {
    font-size: 1.1em;
  }

  ._14px-text-mob-8 {
    font-size: .9em;
  }

  ._16px-paragraph {
    font-size: 1.5em;
  }

  .featurs-cards {
    width: 84em;
    margin-top: 6em;
  }

  .graphic-elements-div-hero {
    width: 29.4em;
  }

  .feature-descr-container {
    width: 41em;
  }

  ._20px-title {
    font-size: 1.4em;
  }

  .hc-header {
    width: 84.3em;
    margin-top: 20px;
  }

  .text-12-grey {
    font-size: .75rem;
  }

  .chart-3-div {
    background-color: #fff;
    justify-content: flex-start;
    align-items: flex-end;
    width: 13em;
    height: 11em;
    display: flex;
    bottom: 9.45em;
    left: 17.7em;
  }

  ._32px-text-number {
    font-size: 1.5em;
  }

  .heading-4 {
    font-size: 27px;
  }

  ._16px-paragraph-black-mob-8 {
    font-size: 1.2em;
  }

  .line, .line-2 {
    left: 41.2em;
  }

  .white-bg-div {
    height: 108em;
  }

  .features-item-div-tack {
    border-radius: 16px;
  }

  ._32px-text-number-tack {
    font-size: 1.5em;
  }

  .number-item-tack {
    width: 4.13044em;
    height: 3.75em;
  }

  .multistep-btn {
    padding-top: .775em;
    padding-bottom: .775em;
  }

  ._14px-text-tack {
    font-size: 1.3em;
  }

  .feature-descr-item-tack {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  ._20px-title-tack {
    font-size: 1.4em;
  }

  ._14px-text-4 {
    font-size: 1.3em;
  }

  .text-block-11 {
    font-size: 1.8em;
    line-height: 100%;
  }

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

  .heading-style-h4 {
    font-size: 1.75rem;
  }

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

  .hero-badge-stat.wrap-down {
    flex-flow: wrap;
  }

  .hero-subtitle {
    max-width: 26rem;
  }

  .collection-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .case-thumbnail-wrapper {
    width: 10rem;
    height: 13rem;
    overflow: hidden;
  }

  .case-card-tate-time, .case-tag, .breadcrumb-div {
    font-size: .8rem;
  }

  .image-55 {
    width: 26rem;
    margin-top: 0;
  }

  .cta-block-banner {
    background-position: 60%;
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .image-56 {
    right: auto;
  }

  .section-padding-bot-48, .section-padding-bot-96 {
    padding-bottom: 6rem;
  }

  .prop-block-media-copy {
    flex: none;
    width: 100%;
    max-width: 22rem;
    height: 32rem;
    position: relative;
  }

  .image-57 {
    display: none;
  }

  .marquee-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .logo-row {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    height: 3rem;
  }

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

  .step-div-center {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .step-div-center.padding-top-big {
    padding-top: 1.5rem;
  }

  .google-review-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-text-copy {
    max-width: 24rem;
    margin-left: 0;
    padding-right: 0;
  }

  .hero-img, .prop-img {
    width: 140%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  ._32px-text {
    font-size: 4em;
  }

  ._40px-text {
    font-size: 4.87805em;
  }

  ._16px-paragraph-black {
    font-size: 1.95122em;
  }

  ._16px-paragraph-black.mob-padding-right {
    padding-right: 14%;
  }

  ._56px-text {
    font-size: 6.82927em;
  }

  .tag-text {
    font-size: 1.95122em;
  }

  .tag-div {
    padding: 1em 2.92683em;
    display: flex;
  }

  .partners-logo-row {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .partner-logo-img {
    height: 6em;
  }

  .tjanst-40px-text-white {
    padding-right: 0;
    font-size: 4.87805em;
  }

  .tjanst-16px-paragraph-white {
    font-size: 1.82927em;
  }

  .orange-btn {
    background-color: #000;
    font-size: 2.43902em;
  }

  .rank-div {
    grid-column-gap: 1.46341em;
    grid-row-gap: 1.46341em;
  }

  ._48px-title {
    font-size: 5.85366em;
  }

  ._14px-text {
    font-size: 1.75em;
  }

  .review-card-div {
    width: 35em;
    padding: 2.6em;
  }

  .form-contacts-div {
    grid-column-gap: 4.6em;
    grid-row-gap: 4.6em;
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .form-div {
    border-radius: 24px;
    width: 100%;
    padding: 3em 3em 5em;
  }

  ._42px-text {
    font-size: 5.25em;
  }

  .fields-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  ._12px-text {
    font-size: 1.5em;
  }

  .contacts-div {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    width: 100%;
  }

  ._24px-link {
    font-size: 3em;
  }

  .footer-blur-right-img {
    top: 2.7em;
    right: -51.9em;
  }

  .text-wrapper-48px-gap {
    grid-column-gap: 7em;
    grid-row-gap: 7em;
    width: 67.5em;
    margin-top: 9.25em;
    margin-bottom: 21.75em;
  }

  .image-7 {
    width: 8em;
    height: 8em;
  }

  .footer-links {
    justify-content: space-between;
    align-items: center;
  }

  .footer-logo-link {
    width: 22em;
  }

  ._14px-link {
    font-size: 1.70732em;
  }

  .footer-nav {
    grid-column-gap: 8.5em;
    grid-row-gap: 8.5em;
  }

  .copyright-text {
    font-size: 1.70732em;
  }

  .header-logo-link {
    width: 17em;
  }

  .header-navigation-div {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  ._16px-link, .black-btn-16px {
    font-size: 1.95122em;
  }

  .header-content-div {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .how-it-works-text-div {
    width: 94%;
  }

  .purple-btn-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .submit-btn {
    font-size: 2em;
  }

  .success-content {
    width: 37em;
  }

  ._24px-text-success {
    font-size: 3em;
  }

  .plan-div {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    background-color: #f5f5f9;
    border-radius: 32px;
    width: auto;
    padding: 4em;
  }

  ._18px-text-semibold {
    font-size: 2.19512em;
  }

  .open-plan-div {
    z-index: 10;
    background-color: #fff;
    border-radius: 2em;
    justify-content: center;
    align-items: center;
    width: 7em;
    height: 7em;
    padding-bottom: 0;
    display: flex;
    position: absolute;
    inset: 4em auto auto 4em;
  }

  .question-div {
    padding: 2.65em 2.2em;
  }

  .question-div.case {
    padding-left: 4em;
  }

  ._18px-text-medium {
    white-space: pre-wrap;
    max-width: 80%;
    font-size: 2.19512em;
  }

  .answer-div {
    padding-left: 2.5em;
  }

  .answer-div.case {
    padding-left: 4em;
  }

  ._16px-paragraph-black-light, ._16px-paragraph-black-medium {
    font-size: 1.95122em;
  }

  .map-wrap {
    height: 50em;
  }

  .map-embed {
    height: 130%;
    margin-top: 1.5em;
  }

  .contacts-map-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    width: 100%;
  }

  .form-div-wrapper {
    width: auto;
  }

  .error-message {
    font-size: 1.8em;
  }

  .white-semibold {
    font-size: 1.95122em;
  }

  ._14-bold-grey {
    font-size: 1.70732em;
  }

  .cases-section-first {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 19.25em;
  }

  .case-item-img-div {
    height: 26em;
  }

  ._12px-text-left {
    font-size: 1.5em;
  }

  .text-18px-semibold-no-an {
    font-size: 2.19512em;
  }

  ._100vw-section {
    height: auto;
  }

  .cases-content-section {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: -40em;
    padding-top: 0;
  }

  .case-title-40 {
    font-size: 4.87805em;
  }

  .case-content-div {
    width: auto;
  }

  .case-hero-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
    padding-top: 51.1em;
  }

  .cta-btn-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-188 {
    height: 38em;
  }

  .case-rich-text h2 {
    font-size: 3em;
  }

  .case-rich-text h1 {
    font-size: 4em;
  }

  .case-rich-text h3 {
    font-size: 2.5em;
  }

  .case-rich-text h4 {
    font-size: 2.2em;
  }

  .case-rich-text h5 {
    font-size: 1.9em;
  }

  .case-rich-text h6 {
    font-size: 1.7em;
  }

  .case-rich-text p, .case-rich-text blockquote {
    font-size: 1.5em;
  }

  .text-32px {
    font-size: 4em;
  }

  .prev_next {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    width: 14em;
    inset: auto 0% -75px auto;
  }

  .prev {
    width: 4em;
    height: 4em;
    margin-right: 0;
  }

  .next {
    width: 4em;
    height: 4em;
  }

  .slider-title-arrows-container {
    justify-content: space-between;
    width: 75em;
    margin-left: auto;
    margin-right: auto;
  }

  .case-blur-left-img {
    top: 18.3em;
  }

  .client-info {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .client-logo {
    max-width: 23em;
    margin-left: 0;
  }

  .client-info-sticky {
    display: none;
  }

  .client-info-row {
    justify-content: flex-start;
    align-items: center;
  }

  ._14px-text-info {
    width: 9em;
    font-size: 2em;
  }

  ._14px-text-inter, ._14px-text-inter-link {
    font-size: 2em;
  }

  ._40px-32mob-text-semibold {
    font-size: 3em;
  }

  .client-info-card {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    border-radius: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 85em;
    margin-bottom: 6.25em;
    margin-left: auto;
    margin-right: auto;
    padding: 3.5em;
    display: flex;
  }

  .orange-btn-case {
    padding-top: .7em;
    padding-bottom: .7em;
  }

  .top-gap {
    height: 111em;
  }

  .gradients-wrapper {
    height: auto;
    min-height: 93em;
  }

  .case-blur-right-img {
    top: 2.7em;
    right: -51.9em;
  }

  .terms-section {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 19.25em;
  }

  .terms p, .terms ul, .terms ol {
    font-size: 2em;
  }

  .terms-title-div {
    width: 94%;
  }

  .plyr_embed {
    height: 38em;
  }

  .image-27 {
    height: auto;
  }

  ._24px-bold-white {
    font-size: 3em;
  }

  .plyr_component {
    height: 38em;
  }

  .dropdown-toggle {
    padding-left: 1.55em;
    padding-right: 1.55em;
  }

  .text-block-3 {
    font-size: 1.8em;
  }

  .svenska, .english {
    font-size: 2em;
  }

  .black-btn-16px-header {
    font-size: 1.95122em;
  }

  .client-info-row-copy {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-213 {
    width: 100%;
    padding: 2.5em;
  }

  .result-row {
    flex-flow: row;
  }

  ._14px-text-inter-normal {
    font-size: 2em;
  }

  .image-29 {
    width: 3em;
  }

  .star-cell {
    width: auto;
    height: 42em;
  }

  .text-with-check {
    background-size: 4em;
    padding-left: 6em;
  }

  .section-title-2 {
    font-weight: 500;
  }

  .text-24px-semibold {
    font-size: 2.2em;
  }

  .text-24px-semibold.center {
    font-size: 2.5em;
  }

  .faq-wrapper-case {
    background-color: #fff;
    border-radius: 16px;
    padding: 3.5em;
  }

  .dd-icon {
    width: 2em;
    min-width: 2em;
    min-height: 50%;
    top: 3.3em;
  }

  .bc-arrow {
    width: 2em;
    height: 2em;
  }

  .bc-link, .bc-current {
    font-size: 2em;
  }

  .paket-info-row {
    justify-content: flex-start;
    align-items: center;
  }

  .light_purple-span {
    font-size: 1em;
  }

  .dd-link {
    font-size: 2em;
  }

  .h2-size-48 {
    font-size: 2.25rem;
  }

  .hero-title-div-2 {
    max-width: 25rem;
    padding-right: 0;
  }

  .hero-title-div-2:lang(sv-se) {
    padding-right: 2rem;
  }

  .hero-title-div-2:lang(no-no), .hero-title-div-2:lang(da-dk) {
    padding-right: 0;
  }

  .hero-title-div-2:lang(es-es) {
    max-width: 26rem;
    padding-right: 0;
  }

  .hero-title-div-2:lang(it-it) {
    padding-right: 0;
  }

  .prop-block-media {
    flex: none;
    order: 9999;
    max-width: 100%;
    height: 33rem;
    margin-left: 0;
    position: relative;
  }

  .hero-stat-block {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .reccomended-content {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    max-width: 28rem;
    height: auto;
    min-height: 100vw;
    padding-top: 16vw;
    padding-bottom: 15vw;
  }

  .button-black {
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    display: flex;
  }

  .benefits-text {
    align-items: stretch;
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .hero-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .revenue-dec {
    inset: 13.6rem auto auto 0%;
  }

  .revenue-dec.cta {
    top: .5rem;
    right: -.7rem;
  }

  .visibility-dec.cta {
    inset: 7.6rem auto auto -2rem;
  }

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

  .hero-media {
    max-width: none;
    height: 35rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    right: 0;
  }

  .prop-block {
    background-image: none;
    flex-flow: column;
    margin-top: -33rem;
  }

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

  .how-steps {
    width: 100%;
    max-width: none;
    max-height: 39rem;
    margin-bottom: 3rem;
    position: relative;
  }

  .step-div.no-gap {
    order: 9999;
  }

  .list-card-image-div {
    border-radius: 1rem;
    height: 21rem;
  }

  .cta-block {
    border-radius: 1.5rem;
    padding-top: 10rem;
    overflow: hidden;
  }

  .symbol-logo {
    width: 5rem;
  }

  .text-field-request {
    width: 15rem;
  }

  .cta-block-icon-1 {
    top: -1rem;
  }

  .cta-block-icon-2 {
    bottom: 14.1rem;
    right: -1.8rem;
  }

  .contacts-form {
    flex-flow: column;
  }

  .footer-content {
    flex-flow: column;
    display: flex;
  }

  .footer-navigation {
    margin-top: 0;
  }

  .rotating-element {
    width: 100vw;
    margin-bottom: 0;
    bottom: 32.7vw;
    transform: translate(-2rem);
  }

  .circle-wrapper-l {
    width: 100vw;
    height: 50vw;
    padding-top: 2vw;
  }

  .rotating-fade {
    height: 40vw;
  }

  .rr-circle-logo-img {
    width: 15vw;
    height: 15vw;
  }

  .how-it-works {
    margin-top: 30rem;
  }

  .rotating-blured, .rotationg-no-blured {
    width: 50vw;
    height: 50vw;
  }

  .circle-wrapper-r {
    width: 100vw;
    height: 50vw;
    padding-top: 2vw;
  }

  .steps-line-wrapper {
    width: auto;
  }

  .div-block-237 {
    align-items: stretch;
    max-width: 100%;
    padding-bottom: 0;
  }

  .link-nav {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    padding: 0 2.1rem 0 1rem;
    font-size: 1.125rem;
    display: flex;
  }

  .link-nav.w--open {
    justify-content: flex-start;
    align-items: center;
  }

  .menu-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 6rem;
    margin-top: 0;
    margin-right: 0;
    display: flex;
    position: absolute;
    inset: 0% 3% 0% auto;
  }

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

  .navbar {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    min-height: 6rem;
    display: flex;
  }

  .logo-link {
    z-index: 20;
    justify-content: flex-start;
    align-items: flex-start;
    height: 6rem;
    margin-top: 0;
    margin-left: 1rem;
    padding-left: 0;
    inset: 0% auto auto 0%;
  }

  .nav-last-item {
    z-index: 10;
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    min-height: 6rem;
    display: flex;
    position: absolute;
    inset: 0% 5rem auto auto;
  }

  .nav-menu {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    min-height: auto;
    max-height: 80vh;
    padding-top: 5.6rem;
    display: none;
    position: static;
    overflow: scroll;
    transform: none;
  }

  .list-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-chevron {
    z-index: 5;
    color: var(--black);
  }

  .nav-services {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .dropdown-list-2.w--open {
    border-style: none;
    width: auto;
    max-width: 100%;
    padding: 2rem 2rem 0 1rem;
    position: relative;
    top: 0;
    left: 0%;
    transform: none;
    box-shadow: 0 4px 29.7px #0000;
  }

  .switch-lang {
    order: 9999;
    width: 100%;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 2rem;
  }

  .lang-dd {
    flex-flow: column;
  }

  .lang-dd-toggle {
    border-radius: .625rem;
    margin-left: 0;
    padding: 1rem .75em;
  }

  .lang-dd-toggle.w--open {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lang-dd-text {
    font-size: 1.125rem;
  }

  .lang-list {
    position: relative;
  }

  .lang-list.w--open {
    background-color: #0000;
    border-style: none;
    top: .25rem;
    box-shadow: 0 4px 29.7px #0000;
  }

  .lang-link {
    font-size: 1.125rem;
  }

  .hero-content-center {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .services-grid {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
  }

  .service-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .service-info-block, .service-info-block.is-first {
    order: 9999;
  }

  .modal-form-block {
    width: 100%;
    max-width: none;
  }

  .success-content-2 {
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .popup-image {
    display: none;
  }

  .popup-content {
    max-width: 91.1111vw;
  }

  .h2-size-40 {
    font-size: 2.25rem;
  }

  .text-20px-semibold {
    font-size: 1.5rem;
  }

  .who-we-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .steps-btn-wrapper {
    width: auto;
  }

  .mob-none {
    display: none;
  }

  .desktop-none {
    display: flex;
  }

  .brgr-line {
    background-color: #000;
    width: 100%;
    height: 2px;
  }

  .burger-element {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #0000;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-top: 0;
    margin-right: 0;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
  }

  .burger-element.w--open {
    background-color: #0000;
  }

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

  .section-padding-top-200 {
    padding-bottom: 0;
  }

  .sec-hor-title-team {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .hero-content-center-contact {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .lang-dd-text-14 {
    font-size: .875rem;
  }

  .title-size-80 {
    font-size: 2.25rem;
  }

  .center-title-404 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .legal-wrapper {
    width: auto;
  }

  .radar-img {
    top: 0;
  }

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

  .cell-logo-center {
    min-height: 12rem;
  }

  .block-lottie {
    width: 88rem;
    height: 62rem;
    top: -7.3rem;
  }

  ._24px-white-text {
    font-size: 3em;
  }

  .faq-section {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 19.25em;
  }

  .popular-tag {
    font-size: 1.75em;
  }

  .image-9 {
    width: 4em;
    height: 4em;
  }

  ._8px-gap-horizontal {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .div-block-223 {
    grid-column-gap: .9em;
    grid-row-gap: .9em;
    justify-content: flex-start;
    align-items: center;
  }

  .no-bg, .yes-bg {
    width: 4em;
    height: 4em;
  }

  ._50px-mob-28px-semibold {
    max-width: none;
    font-size: 6.82927em;
  }

  .cta-faq-block-content {
    width: 100%;
    padding: 7.5em 4em 7.5em 5.625em;
  }

  .plans-btn {
    font-size: 2em;
  }

  .cta-faq-block {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .cta-faq-block-graphic {
    width: 31.75em;
    height: 37em;
  }

  .black-btn {
    margin-top: 1.77778em;
    font-size: 2.19512em;
  }

  .more-q-block-text-div {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-right: 0;
  }

  .feature-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .features-container-desktop, .checkmarks-div {
    display: none;
  }

  .consultation-img {
    width: 29em;
  }

  .compare-div {
    background-color: #f5f5f900;
    padding: 0;
    display: none;
  }

  .faq-wrapper {
    background-color: #f5f5f900;
    padding: 0;
  }

  ._14px-text-2 {
    font-size: 1.75em;
  }

  .additional-banner {
    display: none;
  }

  .price-first-row {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  ._8px-gap-div {
    align-items: stretch;
    padding-left: 9em;
  }

  .features-container-mob {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    display: flex;
    overflow: hidden;
  }

  .pricing-section {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 19.25em;
  }

  ._24px-bold {
    font-size: 3em;
  }

  .div-block-247 {
    grid-column-gap: .9em;
    grid-row-gap: .9em;
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-toggle-7 {
    padding-left: 1.55em;
    padding-right: 1.55em;
  }

  .div-block-251 {
    grid-column-gap: .9em;
    grid-row-gap: .9em;
    justify-content: flex-start;
    align-items: center;
  }

  ._14px-text-3 {
    font-size: 1.75em;
  }

  .number-item {
    display: none;
  }

  .anna-review-div {
    width: 33.4146em;
    height: 18.0606em;
    top: 41.9em;
    left: -10.5em;
  }

  .feature-item-img {
    width: 5.36585em;
  }

  ._18px-paragraph {
    font-size: 2.19512em;
  }

  .problem-section-vert {
    flex-flow: column;
    height: auto;
    padding: 4.87805em 0 5.97561em;
  }

  .hc-hero-title-div {
    width: 83.6585em;
  }

  .features-item-div {
    grid-column-gap: 2.92683em;
    grid-row-gap: 2.92683em;
    border-radius: 24px;
    justify-content: flex-start;
    align-items: center;
    padding: 2.92683em;
  }

  .div-text-in-lottie {
    margin: 1.25em;
  }

  .text-10-grey {
    font-size: 1.70732em;
  }

  ._14px-text-mob-8 {
    font-size: 1.75em;
  }

  ._16px-paragraph {
    font-size: 1.95122em;
  }

  .feature-card-content {
    grid-column-gap: 4.87805em;
    grid-row-gap: 4.87805em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 4.87805em;
    padding-bottom: 11.7073em;
    padding-left: 5em;
  }

  .feature-card-content.third {
    padding-left: 5em;
    padding-right: 5em;
  }

  .feature-card-content.second {
    padding-left: 5em;
  }

  .mob-logos-carousel {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: row;
    display: flex;
  }

  .image-52 {
    width: 8em;
    height: 8em;
  }

  .featurs-cards {
    margin-top: 11em;
  }

  .logos-block {
    display: none;
  }

  .graphic-elements-div-hero {
    order: -1;
    width: 55.3659em;
    height: 63.7805em;
  }

  .problem-section-text {
    grid-column-gap: 2.92683em;
    grid-row-gap: 2.92683em;
    width: 68.5366em;
    margin: 0 auto;
  }

  .companies-div {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 2em;
    overflow: hidden;
  }

  .logos-block-mob {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: row;
    flex: none;
    width: auto;
    height: 18.25em;
    display: flex;
  }

  ._50px-semibold-32-mob {
    max-width: none;
    padding-right: 2.2em;
    font-size: 6.09756em;
  }

  .div-title-descr-features {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .div-title-descr-features.right-padding {
    padding-right: 7em;
  }

  .feature-descr-container {
    grid-column-gap: 1.95122em;
    grid-row-gap: 1.95122em;
    width: 67.0732em;
  }

  .success-content-3 {
    width: 37em;
  }

  .hero-reviiew-img {
    width: 34em;
    left: -3%;
  }

  .feature-title-div {
    width: 44em;
  }

  .feature-title-div.third {
    padding-right: 9em;
  }

  ._20px-title {
    font-size: 2.43902em;
  }

  .hc-header {
    height: 7em;
    margin-top: 20px;
  }

  .text-12-grey {
    font-size: .75rem;
  }

  .three-phones {
    width: 70em;
  }

  .chart-3-div {
    width: 25.4878em;
    height: 17.3171em;
    bottom: 41.6em;
    left: 43em;
  }

  .mobile-logos-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    flex: none;
    display: flex;
  }

  .chart-2-div {
    width: 17.3171em;
    height: 17.3171em;
    bottom: 23.3em;
    left: -5.6em;
  }

  ._16px-paragraph-black-mob-8 {
    font-size: 1.95122em;
  }

  .companies-logo-img {
    width: 18.255em;
    height: 18.25em;
  }

  .shadow-div {
    height: 14.6341em;
  }

  .line, .line-2 {
    display: none;
  }

  .white-bg-div {
    height: 227em;
  }

  ._32px-text-black-bold {
    font-size: 4em;
  }

  .features-item-div-tack {
    grid-column-gap: 2.92683em;
    grid-row-gap: 2.92683em;
    border-radius: 24px;
    justify-content: flex-start;
    align-items: center;
    padding: 2.92683em;
  }

  .number-item-tack {
    display: none;
  }

  ._14px-text-tack {
    font-size: 1.75em;
  }

  ._20px-title-tack {
    font-size: 2.43902em;
  }

  ._14px-text-4 {
    font-size: 1.75em;
  }

  .image-53 {
    width: 8em;
    height: 8em;
  }

  .success-content-4 {
    width: 37em;
  }

  .text-block-11 {
    font-size: 1.8em;
  }

  .multi-form2_progress {
    top: 4rem;
  }

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

  .multi-form2_footer {
    height: 4rem;
  }

  .multi-form2_step {
    padding: 2rem;
  }

  .multi-form2_navbar {
    height: 4rem;
  }

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

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

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

  .multi-form2_logo-link {
    padding-left: 0;
  }

  .hero-subtitle {
    max-width: none;
  }

  .collection-list {
    display: flex;
  }

  .case-top-section {
    margin-bottom: 0;
  }

  .case-hero {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .div-block-275 {
    position: static;
  }

  .case-rich-text-width {
    flex-flow: column;
  }

  .image-55 {
    width: 100%;
  }

  .grid-2, .grid-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cta-block-banner {
    background-image: none;
    flex-flow: column;
    margin-top: 0;
  }

  .image-56 {
    right: auto;
  }

  .contacts-form-copy {
    flex-flow: column;
  }

  .prop-block-media-copy {
    flex: none;
    order: 9999;
    max-width: 100%;
    height: 33rem;
    margin-left: 0;
    position: relative;
  }

  .marquee, .marquee-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .logo-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: 4rem;
  }

  .layout-2-blocks {
    flex-flow: column;
    display: flex;
  }

  .grid-3-lines {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .step-div-center.no-gap, .google-review-div.no-gap {
    order: 9999;
  }

  .hero-text-copy {
    max-width: none;
  }

  .hero-img {
    width: 180%;
    top: 0;
  }

  .prop-img {
    width: 100%;
    top: 13.2rem;
    bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-family: var(--font-family);
  }

  ._32px-text {
    font-size: 8em;
    font-weight: 500;
  }

  .rr-wrapper {
    flex-flow: column;
    width: 100vw;
    display: flex;
    overflow: hidden;
  }

  .rr-wrapper.of-visible-mob {
    overflow: visible;
  }

  .content-section {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  ._40px-text {
    font-size: 6em;
  }

  ._16px-paragraph-black {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 4.4em;
  }

  ._16px-paragraph-black.medium {
    padding-bottom: 5px;
  }

  ._16px-paragraph-black.mob-padding-right {
    padding-right: 0%;
    font-size: 3.5em;
  }

  ._56px-text {
    font-size: 8em;
  }

  .tag-text {
    font-size: 4em;
  }

  .tag-div {
    padding: 2em 6em;
    display: flex;
  }

  .partners-logo-rows {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    width: auto;
    margin-top: 0;
    overflow: hidden;
  }

  .partners-logo-row {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    justify-content: flex-start;
    align-items: center;
  }

  .partner-logo-img {
    height: 14em;
  }

  .tjanst-40px-text-white {
    font-size: 6em;
  }

  .tjanst-16px-paragraph-white {
    font-size: 3.5em;
  }

  .orange-btn {
    margin-top: 2em;
    font-size: 5em;
  }

  .orange-btn.no-margin {
    background-color: var(--orange);
    justify-content: center;
    align-items: center;
    min-width: 100%;
    display: flex;
  }

  .orange-btn.no-margin:hover {
    background-color: var(--orange-hover);
  }

  .rank-div {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  ._48px-title {
    text-align: center;
    padding-top: 15px;
    font-size: 8em;
  }

  .feature-descr-item {
    padding: 30px 5px;
  }

  ._14px-text {
    font-size: 4.1em;
  }

  .review-card-div {
    grid-column-gap: 9em;
    grid-row-gap: 9em;
    background-color: #f7f9ff;
    width: 100%;
    margin-top: 35px;
    padding: 5em 4.5em;
  }

  .rating-and-text-div {
    grid-column-gap: 3.5em;
    grid-row-gap: 3.5em;
  }

  .rating-stars {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    text-align: left;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .star-img {
    width: 6em;
    height: 6em;
  }

  .reviwer-info {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    height: 16em;
  }

  .reviwer-img {
    width: 16em;
    height: 16em;
  }

  .form-contacts-div {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    grid-template-columns: 1fr;
    margin-bottom: 15.5em;
  }

  .form-div {
    min-height: 80em;
    padding: 6em 2em;
  }

  .form-title {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  ._42px-text {
    padding-right: 0%;
    font-size: 6.5em;
  }

  .form-block {
    margin-top: 8em;
  }

  .form-field-div, .fields-wrap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  ._12px-text {
    margin-top: 1.3em;
    font-size: 3em;
  }

  .contacts-div {
    grid-column-gap: 7em;
    grid-row-gap: 7em;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._24px-link {
    font-size: 5.9em;
  }

  .footer-bg-div {
    position: relative;
  }

  .footer-blur-left-img {
    pointer-events: none;
    width: 326.5em;
    max-width: none;
    inset: -134.4em auto auto -250em;
  }

  .footer-blur-right-img {
    pointer-events: none;
    width: 200em;
    max-width: none;
    inset: -113.1em -159em auto auto;
  }

  .text-wrapper-48px-gap {
    z-index: 2;
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    width: 78em;
    margin-top: 18.5em;
    margin-bottom: 33.5em;
    position: relative;
  }

  .image-7 {
    width: 16em;
    height: 16em;
    margin-bottom: 4em;
  }

  .footer-links {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-logo-link {
    width: 44em;
  }

  .logo-img {
    width: auto;
    height: 100%;
  }

  .footer-navigation-div {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
  }

  ._14px-link {
    font-size: 3.5em;
  }

  .footer-nav {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
    padding-top: 12em;
    padding-bottom: 140px;
  }

  .copyright-text {
    font-size: 3.5em;
  }

  .header-section {
    border-bottom-style: none;
    border-bottom-color: #e0e0e00a;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .header-div {
    width: auto;
    max-width: 98vw;
    min-height: 12em;
    padding-left: 4.2em;
    padding-right: 4.2em;
  }

  .header-logo-link {
    z-index: 10;
    width: 8.25em;
    height: 8.25em;
    position: relative;
    overflow: hidden;
  }

  .header-navigation-div {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    padding-top: 25em;
    padding-left: 0;
    position: absolute;
    inset: -5.2vw 0% 0% -1vw;
    transform: translate(0, -100%);
  }

  ._16px-link {
    border-bottom: 1px solid #cbd4e1;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    padding-top: 1.33333em;
    padding-bottom: 1.33333em;
    padding-left: 1em;
    font-size: 6em;
    display: flex;
  }

  ._16px-link.mob-no-boder {
    border-bottom-style: none;
    padding-bottom: .75em;
  }

  .black-btn-16px {
    z-index: 10;
    text-align: center;
    width: 100%;
    padding-left: 1.75em;
    padding-right: 1.75em;
    font-size: 5.5em;
    display: block;
    position: static;
    inset: auto auto -27.7em 6%;
  }

  .header-content-div {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    justify-content: center;
    align-items: center;
  }

  .burger-div {
    z-index: 999;
    justify-content: center;
    align-items: center;
    width: 10em;
    height: 10em;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .lottie-animation-2 {
    width: 8em;
    height: 10em;
    position: relative;
    left: 0;
  }

  .wrap-open-menu-btn {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    justify-content: space-between;
    width: 100%;
    padding-top: 8em;
    padding-left: 6em;
    padding-right: 6em;
    display: flex;
  }

  .how-it-works-text-div {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    width: auto;
  }

  .purple-btn-footer {
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .reviews-carousel {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-btn {
    color: #fff;
    background-color: #e36e30;
    margin-top: 1.5em;
    font-size: 4em;
  }

  .submit-btn:hover {
    background-color: #b9511a;
  }

  .form-input {
    border-radius: 12px;
    height: 4.25em;
  }

  .link-wrap {
    display: block;
  }

  .success-content {
    width: 70em;
  }

  ._24px-text-success {
    font-size: 6em;
  }

  .success-img {
    width: 15em;
    height: 15em;
  }

  .plan-div {
    border-radius: 6em;
  }

  ._18px-text-semibold {
    font-size: 4em;
  }

  .feature-line-div {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .open-plan-div {
    border-radius: 4em;
    width: 10em;
    height: 10em;
  }

  .open-plan-div.mob-hiden {
    display: none;
  }

  .question-div {
    align-items: center;
    padding: 7em 6em;
  }

  .question-div.case {
    padding-left: 6.5em;
  }

  ._18px-text-medium {
    font-size: 4.5em;
  }

  .faq-arrow-img {
    width: 6em;
    height: 6em;
  }

  .answer-div {
    padding: 0 6em 6em;
  }

  .answer-div.case {
    padding-left: 6.8em;
  }

  ._16px-paragraph-black-light, ._16px-paragraph-black-medium {
    font-size: 4em;
  }

  .map-embed {
    align-self: flex-end;
    height: 100%;
  }

  .contacts-map-wrapper {
    grid-column-gap: 7em;
    grid-row-gap: 7em;
    flex-flow: wrap;
    align-items: stretch;
    padding-left: 0;
  }

  .error-message {
    font-size: 3.7em;
  }

  .floating-btn {
    z-index: 997;
    opacity: 1;
    border-radius: 100vw;
    justify-content: space-between;
    align-items: stretch;
    width: 91vw;
    height: 14em;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-decoration: none;
    display: flex;
    position: fixed;
    inset: auto 0% 60px;
    overflow: hidden;
  }

  .rotate-gradient {
    width: 100vw;
    height: 100vw;
    position: absolute;
    inset: -269% auto auto -5%;
  }

  .floating-btn-content {
    z-index: 2;
    border-radius: 100vw;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin: 2px;
    padding-bottom: 0;
    padding-left: 6em;
    padding-right: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .white-semibold {
    z-index: 2;
    color: #fff;
    margin-bottom: 0;
    font-size: 4em;
    position: relative;
  }

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

  .div-block-183 {
    grid-column-gap: 16em;
    grid-row-gap: 16em;
  }

  ._14-bold-grey {
    margin-bottom: .571429em;
    font-size: 3.5em;
  }

  .image-12 {
    object-fit: cover;
    border-radius: 100vw;
    flex: 0 auto;
    width: 104%;
    max-width: none;
    height: 102%;
    position: absolute;
    inset: 0% 2px 0% -1%;
  }

  .cases-section-first {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
    width: 84em;
    padding-top: 35em;
  }

  .title-wrapper-8-px-rel {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .case-item-img-div {
    height: 50em;
  }

  ._12px-text-left {
    margin-top: 1.3em;
    font-size: 3em;
  }

  .text-18px-semibold-no-an {
    font-size: 4em;
  }

  ._100vw-section {
    height: auto;
    overflow: visible;
  }

  .cases-content-section {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
    width: auto;
    margin-top: 0;
    padding-top: 6em;
  }

  .case-title-40 {
    text-align: center;
    word-break: normal;
    font-size: 10em;
  }

  .case-content-div {
    width: 100%;
  }

  .case-hero-content {
    grid-column-gap: 11em;
    grid-row-gap: 11em;
    width: auto;
    margin-bottom: -20em;
    padding-top: 25em;
  }

  .cta-btn-wrapper {
    z-index: 5;
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    position: relative;
  }

  .div-block-188 {
    border-radius: 16px;
    height: 46em;
    margin-bottom: 28.3em;
  }

  .case-rich-text {
    font-size: 4px;
  }

  .case-rich-text h2 {
    font-size: 8em;
  }

  .case-rich-text h1 {
    font-size: 10em;
  }

  .case-rich-text h3 {
    font-size: 7em;
  }

  .case-rich-text h4 {
    font-size: 6em;
  }

  .case-rich-text h5 {
    font-size: 5em;
  }

  .case-rich-text h6 {
    font-size: 4.5em;
  }

  .case-rich-text p, .case-rich-text blockquote, .case-rich-text ol, .case-rich-text ul {
    font-size: 4em;
  }

  .case-content {
    flex-flow: column;
    width: 82em;
    margin-bottom: 6em;
    margin-left: auto;
    margin-right: auto;
  }

  .text-32px {
    text-align: center;
    font-size: 8em;
    font-weight: 400;
    line-height: 150%;
  }

  ._100vw-white-section {
    padding-top: 0;
  }

  .gallery-wrapper {
    max-width: 84em;
    margin-top: 9em;
    margin-bottom: 6.25em;
  }

  .cms-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .prev_next {
    display: none;
  }

  .prev, .next {
    width: 50%;
  }

  .slider-title-arrows-container {
    width: 84em;
    padding-right: 5%;
  }

  .case-blur-left-img {
    pointer-events: none;
    width: 222em;
    max-width: none;
    inset: -102.8em auto auto -166.5em;
  }

  .client-info {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._6em-gap {
    display: none;
  }

  .client-logo {
    max-width: 40em;
    margin-left: auto;
  }

  .client-info-sticky {
    display: none;
  }

  .client-info-row {
    flex-flow: row;
  }

  ._14px-text-info, ._14px-text-inter, ._14px-text-inter-link {
    font-size: 3.5em;
  }

  ._40px-32mob-text-semibold {
    max-width: none;
    padding-right: 0%;
    font-size: 8em;
  }

  .client-info-card {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    align-items: stretch;
    width: 82em;
    margin-bottom: 12.5em;
    padding: 6em;
    display: flex;
  }

  .to-top-container {
    justify-content: flex-end;
    align-self: stretch;
    align-items: flex-end;
    width: 1px;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .to-top-link {
    flex: none;
    width: 16em;
    min-width: 16em;
    height: 16em;
    position: sticky;
    top: auto;
    bottom: 20px;
    right: auto;
  }

  .to-top-link:hover {
    background-image: url('../images/totopbtn.svg');
  }

  .orange-btn-case {
    margin-top: 0;
    padding-top: .75em;
    padding-bottom: .75em;
  }

  .top-gap {
    pointer-events: none;
    height: 240em;
    display: block;
  }

  .gradients-wrapper {
    z-index: 1;
    height: auto;
    overflow: hidden;
  }

  .case-blur-right-img {
    pointer-events: none;
    width: 200em;
    max-width: none;
    inset: -113.1em -159em auto auto;
  }

  .close-popup {
    filter: brightness(200%);
    width: 8em;
    height: 8em;
    top: 6.5em;
    right: 4em;
  }

  .embed-widget {
    max-width: none;
    margin-bottom: -10.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed {
    border: 1px none var(--golden);
    width: 90vw;
    max-height: none;
  }

  .terms-section {
    grid-column-gap: 9.5em;
    grid-row-gap: 9.5em;
    width: 78em;
    padding-top: 38.5em;
  }

  .terms {
    width: 100%;
  }

  .terms p {
    font-size: 4em;
  }

  .terms ul, .terms ol {
    padding-left: 1.5em;
    font-size: 4em;
  }

  .terms-title-div {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    width: 59%;
  }

  .plyr_embed {
    height: 46em;
  }

  .image-26 {
    width: 13em;
    height: 13em;
  }

  .image-27 {
    height: 46em;
  }

  .video-title {
    font-size: .8em;
    bottom: 4em;
    left: 4em;
  }

  ._24px-bold-white {
    font-size: 6em;
  }

  .plyr_component {
    border-radius: 16px;
    height: 46em;
    margin-bottom: 28.3em;
  }

  .choose-lang.desktop {
    margin-top: 4em;
    display: flex;
  }

  .choose-lang.mob {
    display: none;
  }

  .header-dd-arrow {
    width: 4em;
    height: 4em;
  }

  .header-dd-arrow.abs {
    display: none;
  }

  .dropdown-toggle {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-block-3 {
    font-size: 6em;
  }

  .dropdown {
    margin-left: 0;
  }

  .lang-dropdown.w--open {
    top: 14.7em;
  }

  .svenska, .english {
    font-size: 4em;
  }

  .black-btn-16px-header {
    z-index: 10;
    padding: .7em 1.45em;
    font-size: 4em;
    position: static;
    inset: auto auto -27.7em 6%;
  }

  .div-block-213 {
    padding: 6.1em;
  }

  .result-row {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  ._14px-text-inter-normal {
    font-size: 3.5em;
  }

  .image-29 {
    width: 4em;
  }

  .star-cell {
    width: 100%;
    height: 84em;
  }

  .text-with-check {
    background-size: 8em;
    padding-left: 12em;
  }

  .section-title-2 {
    font-size: 10em;
    font-weight: 600;
  }

  .text-24px-semibold {
    font-size: 6em;
  }

  .text-24px-semibold.center {
    font-size: 7em;
  }

  .faq-wrapper-case {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    margin-top: 2.5em;
    margin-bottom: 10em;
  }

  .dd-icon {
    width: 4em;
    top: 8.4em;
  }

  .bc-arrow {
    width: 3.5em;
    height: 3.5em;
  }

  .bc-link, .bc-current {
    font-size: 3.5em;
  }

  .paket-info-row {
    justify-content: space-between;
    padding-top: 25px;
  }

  .div-block-221 {
    width: 100%;
    margin-bottom: 8em;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .light_purple-span {
    margin-bottom: 0;
    font-size: 1em;
  }

  .div-block-222 {
    width: 80em;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-222:where(.w-variant-e03cbd0f-7cd7-f440-e997-7d4289ab9d06) {
    display: none;
  }

  .lang-dropdown-copy {
    background-color: #ddd0;
    padding-left: 3.6em;
    display: block;
    position: relative;
  }

  .lang-dropdown-copy.w--open {
    top: 14.7em;
  }

  .dd-link {
    padding-left: 1em;
    font-size: 5.9em;
  }

  .dd-link:hover {
    background-color: #f5f5f900;
  }

  .sm-logo-img {
    width: 3.5rem;
    height: 3.5rem;
  }

  .h2-size-48, .h2-size-48:lang(it-it) {
    font-size: 1.75rem;
  }

  .hero-text {
    max-width: 20.5rem;
    padding-right: 0;
  }

  .hero-title-div-2, .hero-title-div-2:lang(no-no) {
    padding-right: 0;
  }

  .prop-block-media {
    height: 18rem;
  }

  .sm-logo {
    width: 3.5rem;
    height: 3.5rem;
  }

  .sm-element-4 {
    flex: none;
    width: 12.75rem;
    bottom: -2rem;
    right: -5rem;
  }

  .h1-size-58 {
    font-size: 2.5rem;
  }

  .h1-size-58:lang(no-no), .h1-size-58:lang(es-es) {
    font-size: 2.4rem;
  }

  .text-size-42 {
    font-size: 1.7rem;
  }

  .sm-element-1 {
    flex: none;
    width: 12.75rem;
    max-width: 12.75rem;
    bottom: -2rem;
    left: -1.3rem;
  }

  .sm-element-2 {
    flex: none;
    width: 12.75rem;
    max-width: 12.75rem;
    left: 0;
  }

  .hero-stat-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-stat-block:lang(no-no) {
    flex-flow: wrap;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-online-img {
    bottom: -.6rem;
  }

  .text-size-13 {
    margin-bottom: 0;
  }

  .hero-stat-elem {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero-stat-elem:lang(no-no) {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .hero-stat-elem.mob-margins {
    margin-left: auto;
    margin-right: auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .reccomended-content {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    width: 100%;
    max-width: none;
    min-height: 180vw;
    padding-top: 24vw;
    padding-bottom: 28vw;
  }

  .hero-btn-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section {
    z-index: 2;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }

  .section.overflow-hidden {
    padding-left: 0;
    padding-right: 0;
  }

  .section.purple-gradient {
    z-index: 1;
    position: relative;
  }

  .h-dec-divider {
    width: .8rem;
  }

  .h-dec-divider:lang(no-no) {
    display: block;
  }

  .h-dec-divider.mob-hidden {
    display: none;
  }

  .benefits-text {
    max-width: 100%;
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .hero-content {
    max-width: none;
    padding-top: 9rem;
  }

  .revenue-dec {
    width: 7rem;
    top: 12.9rem;
    left: -1.3rem;
  }

  .revenue-dec.cta {
    right: -1.3rem;
  }

  .text-size-16-med-white {
    font-size: .875rem;
  }

  .sm-element-3 {
    flex: none;
    width: 12.75rem;
  }

  .visibility-dec {
    border-radius: .75rem;
    width: 8.875rem;
    top: 2.9rem;
    right: -1.8rem;
  }

  .visibility-dec.cta {
    top: 5.6rem;
  }

  .hero-media {
    width: 15.125rem;
    height: 31.25rem;
    margin-top: 5rem;
    right: 0;
  }

  .prop-block {
    background-size: cover;
    border-radius: 1rem;
    margin-top: -37rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sec-hor-title {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .hero-img-shadow {
    width: 0;
  }

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

  .section-padding-200 {
    padding-bottom: 12.5rem;
  }

  .tab-title-24 {
    font-size: 1.125rem;
  }

  .how-steps {
    max-height: 23rem;
  }

  .steps-wrapper {
    width: 100%;
  }

  .step-div {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: .625rem;
    padding: 1.5rem;
  }

  .step-div.no-gap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .step-icon {
    width: 2rem;
    height: 2rem;
  }

  .circle-number {
    border-width: 1px;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: .75rem;
  }

  .steps-line {
    margin-top: 2.5rem;
  }

  .list-card-image-div {
    height: 15.5rem;
  }

  .lc-overlay {
    background-image: linear-gradient(0deg, #000000bf, #0000 32%);
    padding: .75rem .75rem 1rem;
  }

  .lc-top {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
  }

  .image-41 {
    height: 1.125rem;
  }

  .lc-tag {
    border-radius: .375rem;
    font-size: .75rem;
  }

  .lc-bot {
    max-width: 14rem;
    margin-left: auto;
    margin-right: auto;
  }

  .lc-logo {
    height: 2rem;
  }

  .lc-text-div {
    padding-right: 0;
  }

  .text-size-16-med {
    font-size: .875rem;
  }

  .text-size-16-med.mob-16 {
    font-size: 1rem;
  }

  .section-padding-bot-200 {
    padding-bottom: 9.375rem;
  }

  .cta-block {
    padding: 7.25rem 1rem 3.125rem;
  }

  .cta-block-content {
    width: 100%;
    max-width: none;
  }

  .symbol-logo {
    width: 2.875rem;
  }

  .form-cta-request {
    max-width: 100%;
  }

  .text-field-request {
    min-width: 9.7rem;
    height: 2.875rem;
    padding-right: .25rem;
    font-size: .875rem;
  }

  .text-field-request::placeholder {
    font-size: .875rem;
  }

  .div-block-225 {
    padding: .25rem;
  }

  .button-submit {
    font-family: var(--font-family);
  }

  .button-submit.small {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .875rem;
  }

  .cta-block-icon-1 {
    width: 2.75rem;
    top: -.8rem;
    left: 4.375rem;
  }

  .cta-block-icon-2 {
    width: 2.75rem;
    bottom: 10.9rem;
    right: -.9rem;
  }

  .section-padding-100 {
    text-align: center;
    padding-top: 4.125rem;
  }

  .contact-div {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .contacts-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    font-family: Plus Jakarta Sans;
    display: flex;
  }

  .cont-elem-content {
    text-align: left;
  }

  .text-size-14-med, .text-size-12 {
    font-family: var(--font-family);
  }

  .form-block-2 {
    padding: 1rem;
    font-family: Plus Jakarta Sans;
  }

  .text-field-form {
    font-family: var(--font-family);
  }

  .margin-top-52 {
    margin-top: 3.25rem;
  }

  .footer-content {
    margin-bottom: 0;
  }

  .footer-column {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-top: 1px solid #ffffff14;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-links-c {
    padding-top: 1.5rem;
    display: flex;
    overflow: hidden;
  }

  .footer-navigation {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-bottom: 1px solid #ffffff14;
    flex-flow: column;
  }

  .rotating-element {
    width: 180vw;
    bottom: 54.3vw;
    transform: translate(-40vw);
  }

  .circle-wrapper-l {
    width: 180vw;
    height: 90vw;
    padding-top: 10vw;
    padding-bottom: 15px;
  }

  .circle-logos-img {
    width: 100%;
  }

  .circle-logos-img.blurred {
    filter: blur(8px);
  }

  .rotating-fade {
    height: 90vw;
  }

  .rr-circle-logo-img {
    width: 24vw;
    height: 24vw;
    margin-top: 20vw;
    margin-bottom: 22vw;
  }

  .rotating-blured, .rotationg-no-blured {
    width: 90vw;
    height: 90vw;
  }

  .circle-wrapper-r {
    width: 180vw;
    height: 90vw;
    padding-top: 10vw;
  }

  .steps-line-wrapper {
    width: 13.25rem;
    max-width: none;
  }

  .step-descr-h {
    min-height: auto;
  }

  .link-nav {
    font-family: var(--font-family);
    color: #121212;
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
    font-weight: 600;
    display: flex;
  }

  .link-nav:hover {
    text-decoration: none;
  }

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

  .menu-button {
    z-index: 50;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: -9999;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 24px;
    height: 4.625rem;
    margin-right: 1rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

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

  .navbar {
    border: 1px solid #18171b1a;
    max-width: 92vw;
    height: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    overflow: hidden;
    box-shadow: 0 8px 24px #959da533;
  }

  .container {
    width: auto;
    max-width: none;
    min-height: 4.625rem;
  }

  .navbar-wrapper {
    font-family: Plus Jakarta Sans;
  }

  .logo-link {
    width: 7.125rem;
    max-width: 30vw;
    height: 4.625rem;
    padding-left: 0;
    display: block;
  }

  .logo-link.w--current {
    display: block;
  }

  .nav-last-item {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    min-height: auto;
    max-height: 100%;
    right: 4rem;
  }

  .nav-menu {
    background-color: #ffffff80;
    align-items: stretch;
    height: auto;
    max-height: none;
    display: none;
  }

  .nav-menu:lang(sv-se) {
    display: none;
  }

  .list-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: left;
    align-items: stretch;
  }

  .nav-services {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .nav-services:lang(sv-se) {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-list-2.w--open {
    padding-top: 1.5rem;
    padding-left: 1rem;
  }

  .list-item {
    font-family: var(--font-family);
  }

  .button-nav.is-header {
    font-family: var(--font-family);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    width: 7rem;
    max-width: 31vw;
    font-size: .6rem;
    font-weight: 700;
    display: flex;
  }

  .switch-lang {
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .lang-dd-toggle {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: .625rem;
    padding: .75rem .5rem;
  }

  .lang-dd-toggle.w--open {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lang-dd-text {
    font-size: 1.125rem;
  }

  .lang-list.w--open {
    border-color: #18171b00;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    top: 1rem;
    box-shadow: 0 4px 29.7px #0000;
  }

  .lang-link {
    font-size: .875rem;
    line-height: 120%;
  }

  .footer-legal {
    margin-bottom: 0;
  }

  .title-recommended {
    max-width: 20rem;
    margin-bottom: 17vw;
  }

  .li-text {
    font-size: .875rem;
    font-weight: 500;
  }

  .step-descr-text {
    font-size: .6rem;
  }

  .step-title-text {
    font-size: .75rem;
  }

  .hero-content-center {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: none;
    padding-top: 9.375rem;
    padding-bottom: 6.25rem;
  }

  .hero-content-center.cases-page {
    padding-bottom: 2rem;
  }

  .service-img {
    border-radius: .5rem;
    flex: none;
    height: 15.5rem;
  }

  .service-logo {
    height: 1.5rem;
  }

  .section-padding-200-150 {
    padding-top: 5rem;
    padding-bottom: 2.125rem;
  }

  .service-title-24 {
    font-size: 1.5rem;
  }

  .modal-form-block {
    border-radius: 1.5rem;
    min-height: 38rem;
    padding: .75rem;
  }

  .p-16 {
    font-size: .875rem;
  }

  .text-h2 {
    font-size: 1.5rem;
  }

  .form-horizontal {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .popup-form-title {
    max-width: 83%;
  }

  .popup-close {
    top: .9rem;
    right: .8rem;
  }

  .success-content-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .form-vertical {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .h2-size-40 {
    font-size: 1.75rem;
  }

  .about-page-img {
    border-radius: .5rem;
    height: 13.75rem;
  }

  .swiper-slide {
    flex: none;
    max-width: 90%;
  }

  .slider-team-card {
    border-radius: .875rem;
    max-height: 67vw;
  }

  .team-card-info {
    border-radius: .875rem;
    min-height: 6rem;
  }

  .text-20px-semibold, .team-card-link {
    font-size: .75rem;
  }

  .swiper-pagination {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 4rem;
    display: flex;
  }

  .swiper-pagination-bullet {
    background-color: #093f4633;
    border-radius: 100px;
    width: .5rem;
    height: .5rem;
  }

  .who-we-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .who-we-img {
    border-radius: .5rem;
    flex: none;
    height: 15.5rem;
  }

  .who-we-text-container {
    padding-top: 0;
  }

  .steps-btn-wrapper {
    width: 13.25rem;
  }

  .nav-serv-title {
    font-size: .75rem;
    font-weight: 600;
  }

  .nav-serv-descr {
    display: none;
  }

  .burger-element {
    z-index: 50;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 4.625rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0% 3% 0% auto;
  }

  .burger-element.w--open {
    background-color: #0000;
  }

  .section-padding-200-100 {
    padding-bottom: 6.25rem;
  }

  .history-img {
    border-radius: 0;
    flex: none;
    height: 90vw;
    margin-top: 6.25rem;
  }

  .section-padding-top-200 {
    padding-bottom: 0;
  }

  .sec-hor-title-team {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .hero-content-center-contact {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 20.5rem;
    margin-bottom: -4rem;
    padding-top: 9.375rem;
    padding-bottom: 6.25rem;
  }

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

  .close-open-f-nav {
    background-image: url('../images/plus.svg');
    background-position: 50%;
    background-size: contain;
    width: 1.25rem;
    height: 1.25rem;
    display: block;
  }

  .lang-dd-text-14 {
    font-size: 1rem;
  }

  .title-size-80 {
    font-size: 3rem;
  }

  .center-title-404 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: none;
    padding-top: 12rem;
    padding-bottom: 0;
  }

  .text-size-32 {
    font-size: 1.5rem;
  }

  .legal-wrapper {
    width: auto;
    margin-left: 0;
  }

  .h1 {
    font-size: 2rem;
  }

  .swiper-pagination-bullet-active {
    background-color: var(--purple);
    border-radius: 100px;
    width: 1rem;
    height: .5rem;
  }

  .step-number-w {
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .service-title-20 {
    font-size: 1.25rem;
  }

  .block-lottie {
    width: 36rem;
    height: 39rem;
    top: -5.2rem;
  }

  .plan-summary.mob-hidden {
    display: none;
  }

  ._24px-white-text {
    font-size: 6em;
  }

  .faq-section {
    grid-column-gap: 9.5em;
    grid-row-gap: 9.5em;
    width: 78em;
    padding-top: 25em;
  }

  .popular-tag {
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 3.5em;
  }

  ._8px-gap-horizontal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-223 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .no-bg {
    width: 8em;
    height: 8em;
    position: absolute;
    inset: auto auto auto 0%;
  }

  .no-bg.rel {
    position: relative;
  }

  .yes-bg {
    width: 8em;
    height: 8em;
    position: absolute;
    inset: auto auto auto 0%;
  }

  .yes-bg.rel {
    position: relative;
  }

  ._50px-mob-28px-semibold {
    max-width: none;
    margin-bottom: 8px;
    font-size: 7em;
  }

  .cta-faq-block-content {
    padding: 8em 4em;
  }

  .plans-btn {
    font-size: 4em;
  }

  .cta-faq-block {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    margin-bottom: 20em;
  }

  .cta-faq-block-graphic {
    width: 100%;
    height: 74.5em;
  }

  .black-btn {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1.25em;
    font-size: 4.4em;
    display: flex;
  }

  .more-q-block-text-div {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .feature-wrap {
    padding-left: 11em;
    position: relative;
  }

  .div-block-241 {
    width: 100%;
    margin-bottom: 8em;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .crown-img {
    width: 16em;
  }

  .consultation-img {
    width: 58em;
  }

  .div-block-242 {
    width: 80em;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }

  ._14px-text-2 {
    font-size: 4.1em;
  }

  .price-first-row {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .price-first-row.only-mob {
    display: flex;
  }

  ._8px-gap-div {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding-left: 14em;
    padding-right: 14.6em;
  }

  ._8px-gap-div.mob {
    padding-left: 0;
    padding-right: 0;
  }

  .features-container-mob {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
    margin-top: 4em;
  }

  .pricing-section {
    grid-column-gap: 9.5em;
    grid-row-gap: 9.5em;
    width: 78em;
    padding-top: 38.5em;
  }

  ._24px-bold {
    font-size: 6em;
  }

  ._24px-bold.mob-left {
    text-align: left;
  }

  .div-block-247 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .div-block-250 {
    width: 100%;
    margin-bottom: 8em;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .dropdown-toggle-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-251 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .div-block-254 {
    width: 100%;
    margin-bottom: 8em;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section-8 {
    padding-left: 0;
    padding-right: 0;
  }

  ._14px-text-3 {
    font-size: 3.5em;
  }

  .anna-review-div {
    border-radius: 8px;
    width: 35.5em;
    height: 19em;
    top: 70.7em;
    left: -3.4em;
  }

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

  .feature-item-img {
    width: 11em;
  }

  ._18px-paragraph {
    color: #d9d9d9;
    margin-right: 0;
    font-size: 4.4em;
  }

  .problem-section-vert {
    grid-column-gap: 5.9em;
    grid-row-gap: 5.9em;
    width: 84em;
    margin-top: 20em;
  }

  .hc-hero-title-div {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    object-fit: fill;
    flex: 0 auto;
    width: 100%;
    padding-bottom: 2em;
    padding-right: 5%;
  }

  .features-item-div {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 6em;
  }

  .content-div {
    width: 100vw;
    padding-top: 20em;
    padding-bottom: 6em;
    overflow: hidden;
  }

  .div-text-in-lottie {
    margin: 1.5em;
  }

  .text-10-grey {
    margin-bottom: .571429em;
    font-size: 1.5em;
  }

  ._14px-text-mob-8 {
    font-size: 1.9em;
  }

  ._16px-paragraph {
    font-size: 4.4em;
  }

  .hc-hero-title-wrapper {
    padding-right: 0%;
  }

  ._80--div {
    max-width: 90%;
  }

  .feature-card-content {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    border-radius: 0;
    padding-top: 4em;
    padding-left: 6em;
    padding-right: 6em;
  }

  .feature-card-content.third {
    border-radius: 0;
  }

  .feature-card-content.second {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
    border-radius: 0;
  }

  .image-52 {
    width: 16em;
    height: 16em;
    margin-bottom: 4em;
  }

  .featurs-cards {
    width: 100vw;
  }

  .graphic-elements-div-hero {
    order: 0;
    width: 81em;
    height: 100em;
    margin-bottom: 8em;
  }

  .div-block-260 {
    grid-column-gap: 16em;
    grid-row-gap: 16em;
  }

  .problem-section-text {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    width: 68em;
  }

  .problem-section-text.center {
    max-width: none;
  }

  .companies-div {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .logos-block-mob {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    height: 24.5em;
  }

  ._50px-semibold-32-mob {
    max-width: none;
    margin-bottom: 8px;
    padding-right: 0;
    font-size: 8em;
  }

  .div-title-descr-features.right-padding {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-right: 0;
  }

  .feature-descr-container {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    width: 100%;
  }

  .success-content-3 {
    width: 70em;
  }

  .div-block-261 {
    width: 100%;
    margin-bottom: 8em;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .hero-reviiew-img {
    width: 31.4em;
    left: -5%;
  }

  .feature-title-div {
    width: auto;
  }

  .lottie-hero {
    position: relative;
  }

  .lottie-hero.mob-relative {
    bottom: -3em;
  }

  ._20px-title {
    font-size: 5em;
  }

  .hc-header {
    width: 78em;
    height: 70px;
    margin-top: 0;
  }

  .div-block-262 {
    width: 80em;
    margin-left: auto;
    margin-right: auto;
  }

  .three-phones {
    width: 85em;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .chart-3-div {
    border-radius: 8px;
    width: 27em;
    height: 21em;
    bottom: 63.65em;
    left: 56.9em;
  }

  .heading-4 {
    font-size: 23px;
  }

  .chart-2-div {
    border-radius: 8px;
    width: 18em;
    height: 18em;
    bottom: 23.5em;
    left: -2.65em;
  }

  ._16px-paragraph-black-mob-8 {
    font-size: 2em;
  }

  .companies-logo-img {
    width: 24.5em;
    height: 24.5em;
  }

  .feature-card.mob-purple-bg {
    background-color: #715cff;
  }

  .feature-card.mob-grey-bg {
    background-color: #f5f5f9;
  }

  .shadow-div {
    height: 15.5em;
  }

  .div-block-196 {
    flex: 1;
    min-width: 68.5em;
  }

  .button {
    text-align: center;
    font-size: 18px;
  }

  .heading-3 {
    text-align: center;
    margin-top: 28px;
  }

  .steps {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .bold-text-5 {
    font-size: 25px;
  }

  ._32px-text-black-bold {
    margin-top: 35px;
    font-size: 7.3em;
    font-weight: 700;
    line-height: 120%;
  }

  .section-5 {
    width: auto;
    max-width: 400px;
  }

  .bold-text-4 {
    font-size: 39px;
  }

  .features-item-div-tack {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 6em 5.5em;
  }

  .lottie-animation-3 {
    width: 400%;
    height: 400%;
  }

  .success-message-copy {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .div-block-203 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .multistep-btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  ._14px-text-tack {
    font-size: 4.3em;
  }

  .feature-descr-item-tack {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._20px-title-tack {
    font-size: 5em;
  }

  ._14px-text-4 {
    font-size: 3.5em;
  }

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

  .image-53 {
    width: 16em;
    height: 16em;
    margin-bottom: 4em;
  }

  .success-content-4 {
    width: 70em;
  }

  .div-block-265 {
    width: 100%;
    margin-bottom: 8em;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .text-block-11 {
    font-size: 6em;
  }

  .div-block-266 {
    width: 80em;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-267 {
    flex: 1;
    min-width: 68.5em;
  }

  .heading-12 {
    text-align: center;
    margin-top: 28px;
  }

  .bold-text-8 {
    font-size: 25px;
  }

  .section-13 {
    width: auto;
    max-width: 400px;
  }

  .bold-text-9 {
    font-size: 39px;
  }

  .div-block-269 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-270 {
    font-size: 12px;
  }

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

  .multi-form2_step {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .hero-badge-stat {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .case-card-link {
    flex-flow: column;
  }

  .case-thumbnail-wrapper {
    flex: none;
    width: 11.875rem;
    height: 14.625rem;
  }

  .container-large {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .div-block-275 {
    width: auto;
    height: 23rem;
  }

  .case-rich-text-width {
    padding-bottom: 4rem;
  }

  .case-rich-text-content h2 {
    font-size: 1.75rem;
  }

  .case-rich-text-content p {
    font-size: 1rem;
  }

  .case-card-wrapper {
    min-width: auto;
  }

  .case-card-sticky {
    border: 1px solid #18171b14;
  }

  .text-size-16-sb {
    font-size: .875rem;
  }

  .service-img-copy {
    border-radius: .5rem;
    flex: none;
    height: 15.5rem;
  }

  .contact-div-copy {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .image-55 {
    margin-top: -4rem;
  }

  .cta-block-banner {
    background-image: none;
    border-radius: 1rem;
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-padding-bot-48 {
    padding-bottom: 9.375rem;
  }

  .section-padding-bot-96 {
    padding-bottom: 6rem;
  }

  .contacts-form-copy {
    padding-top: 13rem;
  }

  .prop-block-media-copy {
    height: 18rem;
  }

  .marquee, .marquee-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .logo-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex: none;
    width: auto;
    height: 3rem;
    transform: none;
  }

  .trusted-logos {
    object-fit: contain;
    max-width: none;
    max-height: 100%;
  }

  .step-div-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.5rem;
  }

  .step-div-center.no-gap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .step-icon-56 {
    width: 2rem;
    height: 2rem;
  }

  .step-number-n {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }

  .google-review-div {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: .625rem;
    padding: 1.5rem;
  }

  .google-review-div.no-gap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero-text-copy {
    max-width: 20.5rem;
    padding-right: 0;
  }

  .hero-img {
    width: 200%;
  }

  .prop-img {
    z-index: 1;
    width: 120%;
  }
}

#w-node-d0688960-987b-4ddd-95bf-7234ccbeb49b-bd9b5926 {
  grid-area: 1 / 3 / 3 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_19a3c1be-5de9-9d25-b0a3-e24fb3db7dc3-b3db7d9b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0b47595b-ac3e-de55-6f16-4a30e8247039-b3db7d9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d0688960-987b-4ddd-95bf-7234ccbeb49b-bd9b5926 {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_78758446-7c8a-6b5c-c1da-4a14692579a6-69257954 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_78758446-7c8a-6b5c-c1da-4a14692579af-69257954 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_78758446-7c8a-6b5c-c1da-4a14692579b8-69257954 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_78758446-7c8a-6b5c-c1da-4a14692579c1-69257954 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d954b122-3639-b585-117d-a48268793b5d-68793b35 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3f53b48b-ec70-1ef8-d865-3451cdee4268-cdee4227 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3f53b48b-ec70-1ef8-d865-3451cdee4271-cdee4227 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3f53b48b-ec70-1ef8-d865-3451cdee427a-cdee4227 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_3f53b48b-ec70-1ef8-d865-3451cdee4284-cdee4227 {
    grid-area: 4 / 1 / 5 / 3;
  }
}


@font-face {
  font-family: 'Plusjakartasans-local';
  src: url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans-local';
  src: url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans-local';
  src: url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans-local';
  src: url('../fonts/PlusJakartaSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans-local';
  src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}