@font-face {
  font-family: Unicons;
  src: url('../fonts/unicons-line.woff2') format("woff2"), url('../fonts/unicons-line.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/SpaceGrotesk-SemiBold.woff2') format("woff2"), url('../fonts/SpaceGrotesk-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/SpaceGrotesk-Bold.woff2') format("woff2"), url('../fonts/SpaceGrotesk-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/SpaceGrotesk-Light.woff2') format("woff2"), url('../fonts/SpaceGrotesk-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/SpaceGrotesk-Medium.woff2') format("woff2"), url('../fonts/SpaceGrotesk-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/SpaceGrotesk-Regular.woff2') format("woff2"), url('../fonts/SpaceGrotesk-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway Variablefont Wght;
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: MATERIAL ICONS;
  src: url('../fonts/MaterialIconsRound-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --dark: #343f52;
  --primary: #605dba;
  --black2: var(--black);
  --border: #ebedf3;
  --primary-soft: #f0f0f8;
  --secondary: #aab0bc;
  --white: white;
  --blue: #3f78e0;
  --primary-pale: #e6e5f4;
  --light: #fcfcfd;
  --yellow: #fcc032;
  --black: #000;
}

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

h1 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.35;
}

h2 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
}

h3 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}

h4 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.45;
}

h5 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

h6 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

p {
  margin-bottom: 25px;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--primary);
  border-bottom-color: #ccf2df;
}

ul {
  margin-top: 0;
  margin-bottom: 25px;
}

ol {
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 40px;
}

li {
  color: var(--black2);
}

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

blockquote {
  border-left: 1px #000;
  margin-bottom: 25px;
  padding: 0;
  font-size: 17px;
  line-height: 1.7;
}

figure {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0;
}

figcaption {
  color: #b8b9b9;
  margin-top: 15px;
  font-size: 16px;
}

.body {
  color: var(--black2);
  background-color: #000;
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}

.section.background-primary-soft-home {
  object-fit: fill;
  background-color: #fff;
  width: auto;
  min-height: 700px;
  max-height: none;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
  bottom: auto;
}

.container {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  max-width: 1249px;
  height: 100%;
  margin: 0 auto auto;
  padding-left: 50px;
  padding-right: 50px;
  transition: background-color .2s, color .2s;
  position: relative;
}

.sg-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  display: grid;
}

.sg-block {
  margin-bottom: 40px;
  display: block;
}

.sg-button-block {
  margin-right: 60px;
  display: inline-block;
}

.sg-color-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.sg-color-block {
  height: 80px;
  margin-bottom: 10px;
  display: block;
}

.sg-margin-block {
  background-color: var(--primary-soft);
  width: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 30px;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

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

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

.margin-bottom-10 {
  margin-bottom: 10px;
}

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

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

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

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

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-65 {
  margin-bottom: 65px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-75 {
  margin-bottom: 75px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

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

.body-color {
  color: var(--black2);
}

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

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

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

.text-emphasize {
  font-family: IBM Plex Serif, sans-serif;
  font-style: italic;
}

.text-gradient {
  background-image: linear-gradient(100deg, var(--primary) 20%, var(--blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-gradient.text-emphasize {
  padding-left: 2px;
  padding-right: 2px;
}

.display-1 {
  letter-spacing: -.01rem;
  flex: none;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.15;
}

.display-1.margin-bottom-20 {
  margin-bottom: 20px;
}

.display-2 {
  letter-spacing: -.01rem;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 1.2;
}

.display-2.margin-bottom-none {
  margin-bottom: 0;
}

.display-2.margin-bottom-25 {
  margin-bottom: 25px;
}

.display-2.margin-bottom-30 {
  margin-bottom: 30px;
}

.display-3 {
  letter-spacing: -.01rem;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.25;
}

.paragraph-large {
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 25px;
  line-height: 1.5;
}

.label {
  letter-spacing: .02rem;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.unicon {
  font-family: Unicons, sans-serif;
  line-height: 1;
}

.material-icon {
  font-family: Material Icons, sans-serif;
  line-height: 1;
}

.button {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  object-fit: fill;
  border-radius: 8px;
  flex: none;
  align-self: flex-start;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  transition: all .2s ease-in-out;
}

.button:hover {
  border-color: var(--primary);
  color: var(--white);
  transform: translate(0, -3px);
  box-shadow: 0 5px 15px #1e222826;
}

.button.cc-small {
  padding: 10px 22px;
}

.button.cc-small.cc-form {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.button.cc-small.cc-form:hover {
  transform: none;
}

.button.cc-large {
  background-color: #6dba5d;
  padding: 16px 28px 15px;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button.cc-large-copy {
  cursor: not-allowed;
  background-color: #b2b3b2;
  padding: 16px 28px 15px;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-link {
  cursor: none;
  width: 100%;
  transition: color .2s;
}

.link-hover {
  border-bottom: 1px solid #0000;
  transition: border-color .2s, color .2s;
}

.link-hover:hover {
  border-bottom-color: var(--primary);
  color: var(--primary);
}

.link-hover.link-white:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.shadow {
  box-shadow: 0 5px 35px #1e222812;
}

.card {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
}

.card.shadow {
  box-shadow: 0 5px 35px #1e222812;
}

.background-primary-pale {
  background-color: var(--primary-pale);
}

.background-primary-soft {
  background-color: var(--primary-soft);
}

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

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

.logo {
  max-width: 400px;
  display: block;
  position: relative;
  top: auto;
}

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

.navbar {
  z-index: 1999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  width: 100%;
  position: sticky;
  top: auto;
}

.navbar-space {
  background-color: #000;
  height: 0;
}

.navbar-inner {
  z-index: 5;
  background-color: #000;
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

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

.nav-menu-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.nav-menu {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #999;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 0;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-weight: 400;
  transition: color .2s;
  display: flex;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  color: #999;
  font-family: Raleway Variablefont Wght, sans-serif;
}

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

.burger-line {
  background-color: var(--dark);
  width: 25px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav-menu-flex-mobile {
  display: flex;
}

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

.navbar-inner-mobile {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  height: 120px;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navbar-brand-mobile {
  display: none;
}

.nav-link-mobile {
  color: #303030;
  align-items: center;
  height: 143px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.nav-link-mobile:hover {
  color: var(--primary);
}

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

.navbar-button-wrapper {
  flex: none;
}

.hero-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-items: stretch;
  max-width: 1100px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: static;
}

.hero {
  text-align: left;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/1_1920.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: content-box;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 700px;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
  bottom: auto;
  overflow: visible;
}

.hero-image-wrapper {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.hero-content {
  min-width: 450px;
  height: 100%;
  padding-right: 0;
  position: relative;
  top: 20px;
  right: 0;
}

.play {
  z-index: 3;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.play-button {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  font-size: 35px;
  display: flex;
}

.play-button:hover {
  color: var(--white);
}

.doodle-arrow {
  position: absolute;
  bottom: 3%;
  right: 7%;
}

.doodle-shine {
  position: absolute;
  top: -7%;
  left: -6%;
}

.reasons {
  padding-top: 140px;
  padding-bottom: 140px;
}

.tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.tab {
  background-color: #0000;
}

.tab.card {
  grid-column-gap: 20px;
  flex-direction: row;
  flex: 1;
  padding: 30px;
  transition: box-shadow .2s, background-color .2s, color .2s;
  display: flex;
}

.tab.card:hover {
  background-color: var(--white);
  color: var(--dark);
  box-shadow: 0 5px 35px #1e222812;
}

.tab.card.w--current {
  background-color: #0000;
  box-shadow: 0 5px 35px #1e222812;
}

.tab-pane-grid {
  grid-column-gap: 70px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-content {
  margin-top: 60px;
}

.step {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

.bullet-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.bullet-list-item {
  grid-column-gap: 10px;
  display: flex;
}

.bullet {
  background-color: var(--primary-pale);
  color: var(--primary);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  font-size: 15px;
  line-height: 1;
  display: flex;
}

.rounded {
  border-radius: 8px;
  width: 100%;
}

.headline-reasons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 660px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.headline-customers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 750px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
}

.testimonial {
  margin-bottom: 30px;
  display: inline-block;
}

.testimonial-card-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.block-quote-with-icon {
  position: relative;
}

.quote-icon {
  position: absolute;
  inset: 0% auto auto -10px;
}

.avatar {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.rating {
  color: var(--yellow);
  letter-spacing: -3px;
  margin-bottom: 20px;
  margin-left: -3px;
  font-size: 25px;
  line-height: 1;
  display: flex;
}

.customers {
  flex-direction: column;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: inline-block;
}

.services-grid {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  position: relative;
}

.sticky {
  position: sticky;
  top: 140px;
}

.card-inner {
  grid-column-gap: 30px;
  display: flex;
}

.service-icon {
  flex: none;
  width: 80px;
}

.facts {
  align-items: center;
  min-height: 60vh;
  display: flex;
  position: relative;
}

.facts-image {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}

.facts-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 160px;
  padding-bottom: 160px;
  display: grid;
}

.facts-content {
  height: 100%;
  padding-left: 100px;
  position: relative;
}

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

.numbers-grid.cc-margin-top {
  margin-top: 20px;
}

.image-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.solutions-grid {
  grid-column-gap: 70px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
}

.image-padding {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

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

.pricing {
  flex-direction: column;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: inline-block;
}

.headline-pricing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 850px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.prices-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: grid;
}

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

.price-currency {
  padding-top: 8px;
  padding-right: 5px;
  font-size: 20px;
  font-weight: 400;
}

.pricing-card-inner {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.price-duration {
  align-self: flex-end;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.pricing-card {
  padding-bottom: 50px;
  display: flex;
}

.pricing-card.card.shadow {
  padding-top: 50px;
  padding-bottom: 60px;
}

.pricing-card.card.shadow.cc-larger {
  padding-top: 70px;
  padding-bottom: 80px;
}

.faq-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  column-count: 2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 60px;
  display: block;
}

.faq-item {
  margin-bottom: 30px;
  display: inline-block;
}

.faq-icon {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 30px;
  display: flex;
}

.faq {
  flex: 1;
}

.faq-item-inner {
  grid-column-gap: 30px;
  display: flex;
}

.footer {
  padding-top: 100px;
  padding-bottom: 70px;
}

.footer.background-dark {
  float: none;
  clear: none;
  color: var(--white);
  object-fit: fill;
  background-color: #041e42;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.address {
  max-width: 90%;
}

.unordered-list {
  padding-left: 0;
  list-style-type: none;
}

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

.price {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

.divider {
  background-color: #a4aec633;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.input-group {
  display: flex;
}

.text-field {
  color: var(--white);
  border: 1px solid #343f5233;
  border-radius: 8px;
  height: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-field:focus {
  border-width: 1px;
  border-color: var(--primary);
}

.text-field::placeholder {
  color: var(--secondary);
}

.text-field-dark {
  color: var(--white);
  background-color: #ffffff08;
  border: 1px solid #ffffff1a;
  border-right-width: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 48.8px;
}

.text-field-dark:focus {
  border-width: 1px;
  border-color: var(--primary);
}

.text-field-dark::placeholder {
  color: var(--secondary);
}

.field-label {
  display: none;
}

.footer-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". . Area"
                 ". . Area-2"
                 / .25fr 1fr .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.join {
  max-width: 600px;
}

.play-button-pulse {
  z-index: -1;
  background-color: #605dba80;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(0, -50%)translate(-50%);
}

.navbar-shadow {
  background-color: #000;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 0 25px #1e22280f;
}

.social-links {
  grid-column-gap: 20px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  top: -30px;
}

.social-link-item {
  line-height: 1;
}

.social-link {
  color: var(--white);
  font-size: 20px;
  transition: transform .2s;
  display: flex;
}

.social-link:hover {
  color: var(--white);
  transform: translate(0, -3px);
}

.page-headline {
  width: 80%;
  padding-top: 100px;
}

.page-title {
  letter-spacing: -.03em;
  flex: none;
  font-size: 200px;
  font-weight: 400;
  line-height: 208px;
}

.inner-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.wrapper-narrow {
  width: 65%;
}

.wrapper-narrow.cc-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block {
  background-color: #fcfcfdd9;
  border: 1px #757575b0;
  border-radius: 15px;
  min-width: 500px;
  max-height: 670.885px;
  margin-top: 10px;
  padding: 20px 40px;
  font-size: 14px;
  position: static;
}

.container-copy {
  z-index: 2;
  z-index: 2;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  min-height: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  transition: background-color .2s, color .2s;
  position: relative;
}

.text-block, .field-label-2 {
  color: #000;
}

.text-block-system-message {
  color: #000;
  text-align: center;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-open {
  color: #000;
  text-align: center;
  padding-bottom: 20px;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 14px;
}

.form-field {
  z-index: 1;
  background-color: #0000;
  border: 1px solid #fbff00;
  height: 50px;
  padding-top: 11px;
  position: relative;
}

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

.form-field::placeholder {
  color: #000;
}

.form-field.select-field {
  padding-top: 8px;
}

.form-field.select-field.wide {
  cursor: pointer;
  line-height: 35px;
}

.field-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.form-field-label {
  z-index: 10;
  background-color: #3fc;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
}

.select-field-2, .kommunfield {
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 12px;
}

.div-block-2 {
  margin-bottom: 10px;
}

.div-block-3 {
  object-fit: fill;
  background-color: #fff;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  position: static;
}

.div-block-4 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 22px;
}

.text-block-2 {
  max-width: 800px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 10px;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.image {
  object-fit: fill;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.youtube {
  object-fit: fill;
  height: 10%;
  display: inline-block;
  position: relative;
  bottom: auto;
  overflow: visible;
}

.div-block-5 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hero-copy {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  display: flex;
  position: static;
  bottom: auto;
}

.container-copy {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/front_2023_clipped.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  min-height: 0;
  margin: 0 auto auto;
  padding-left: 50px;
  padding-right: 50px;
  transition: background-color .2s, color .2s;
  position: relative;
}

.container-large {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-self: auto;
  width: 100%;
  max-width: 100%;
  height: 72vh;
  min-height: 680px;
  margin: 0 auto auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  transition: background-color .2s, color .2s;
  display: block;
  position: relative;
  inset: 0 0% 100%;
}

.image-2 {
  align-self: flex-start;
  max-width: 300px;
  max-height: none;
  padding-top: 10px;
}

.image-3 {
  max-width: 150px;
}

.image-4 {
  max-width: 92px;
}

.fa-icon {
  padding-left: 20px;
  font-family: "Fa Brands 400", sans-serif;
}

.modal {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.modal-bg {
  background-color: #ffffff61;
  width: 100%;
  height: 100%;
}

.div-block-6 {
  width: 100%;
  max-width: 500px;
}

.modal-container {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 0;
  padding: 40px 10px 10px;
  display: flex;
  position: absolute;
}

.heading {
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  font-family: Raleway Variablefont Wght, sans-serif;
  display: flex;
}

.text-block-3 {
  color: #000;
}

.close-text {
  color: #000;
  font-size: 50px;
  transform: rotate(45deg);
}

.link-block {
  position: absolute;
  inset: 0 5% auto auto;
}

.paragraph-2 {
  font-size: 14px;
}

.body-2 {
  height: 100%;
  overflow: hidden;
}

.brand {
  align-self: center;
}

.brand.w--current {
  flex-direction: row;
  align-self: auto;
  display: block;
}

.div-block-7 {
  min-width: 80px;
  min-height: 10px;
}

.text-field-2, .text-field-3, .text-field-4 {
  font-family: Raleway Variablefont Wght, sans-serif;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between center;
  align-items: stretch;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-block-4 {
  margin-bottom: 0;
  font-family: Raleway Variablefont Wght, sans-serif;
}

.div-block-8 {
  margin-bottom: 220px;
  padding-top: 40px;
  padding-bottom: 0;
}

.text-block-5 {
  font-family: Raleway Variablefont Wght, sans-serif;
}

.div-block-9 {
  outline-offset: 0px;
  outline: 1px solid #60697b;
  max-height: 300px;
  margin-bottom: 10px;
  overflow: auto;
}

.paragraph-3 {
  overflow: scroll;
}

.paragraph-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-family: Raleway Variablefont Wght, sans-serif;
}

.button-2 {
  color: #fff;
  background-color: #6dba5d;
  border-radius: 8px;
  font-family: Raleway Variablefont Wght, sans-serif;
}

.container-copy {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  max-width: 1249px;
  height: 100%;
  min-height: 700px;
  margin: 0 auto auto;
  padding-left: 50px;
  padding-right: 50px;
  transition: background-color .2s, color .2s;
  position: relative;
}

.div-block-10 {
  grid-column-gap: 92px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  max-width: 800px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: grid;
}

.text-block-6 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway Variablefont Wght, sans-serif;
}

.div-block-11 {
  padding: 0;
}

.image-4-copy {
  max-width: 100px;
}

.text-block-7 {
  text-align: center;
  padding-top: 10px;
  font-family: Raleway Variablefont Wght, sans-serif;
}

.div-block-12 {
  text-align: center;
  font-size: 16px;
}

.text-block-8 {
  text-align: center;
  padding-bottom: 15px;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-9 {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  display: block;
}

.image-5 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: static;
  overflow: clip;
}

.div-block-13 {
  text-align: center;
}

.body-under-construction {
  color: var(--black2);
  background-color: #000;
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}

.hero-under-construction {
  text-align: left;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #000;
  background-clip: content-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 40px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-about {
  max-width: 800px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 10px;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
}

.footer-mobile {
  padding-top: 100px;
  padding-bottom: 70px;
}

.footer-mobile.background-dark {
  z-index: 100;
  float: none;
  clear: none;
  color: var(--white);
  object-fit: fill;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  inset: auto 0 0;
}

.image-6 {
  max-width: 300px;
  margin: auto;
  padding-bottom: 40px;
}

.image-7 {
  max-height: 300px;
  margin: auto;
}

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

.image-8 {
  align-self: flex-start;
  max-width: 250px;
  padding-top: 20px;
}

.div-block-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 0;
  padding-top: 0;
  display: grid;
}

.image-9 {
  color: var(--white);
  max-width: 30px;
  max-height: 30px;
}

.sm-icon {
  opacity: 1;
  object-fit: cover;
  width: 28px;
  height: auto;
}

.link-block-2 {
  transition: opacity .2s;
}

.sm-icon-link {
  opacity: .7;
  color: #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 28px;
  min-height: 65px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .25s;
  display: flex;
}

.sm-icon-link:hover {
  opacity: 1;
}

.sm-icon-2 {
  object-fit: cover;
  width: 32px;
  height: auto;
}

.sm-text.sm-text-light {
  color: #fff;
}

.sm-icon-link-mobile {
  opacity: .7;
  color: #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 28px;
  min-height: 65px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .25s;
  display: flex;
}

.sm-icon-link-mobile:hover {
  opacity: 1;
}

@media screen and (min-width: 1280px) {
  .body {
    background-color: #000;
  }

  .section.background-primary-soft {
    object-fit: fill;
    overflow: visible;
  }

  .section.background-primary-soft-home {
    object-fit: fill;
    background-color: #fff;
    min-height: 650px;
    margin-bottom: 0;
    overflow: visible;
  }

  .container {
    max-width: 1249px;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .utility-page-content {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .button.cc-large {
    background-color: #6dba5d;
  }

  .button.cc-large-copy {
    background-color: #b2b3b2;
  }

  .logo {
    max-width: 400px;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .navbar {
    color: #fcfcfe;
    -webkit-text-fill-color: inherit;
    background-color: #00265400;
    background-clip: border-box;
    display: flex;
  }

  .navbar-space {
    height: 0;
  }

  .navbar-inner {
    object-fit: fill;
    background-color: #000;
    height: 100px;
    padding-top: 0;
    display: block;
  }

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

  .nav-menu {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    color: #fefeff;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 60%;
    padding-top: 20px;
    list-style-type: none;
  }

  .nav-link {
    color: #999;
    mix-blend-mode: normal;
    align-items: flex-end;
    font-weight: 400;
  }

  .nav-link:hover {
    color: #fff;
  }

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

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

  .hero-grid {
    object-fit: fill;
    grid-template-columns: 2fr .25fr;
    grid-template-areas: "Area-2 Area-2";
    grid-auto-columns: minmax(200px, .25fr);
    align-content: stretch;
    place-items: stretch stretch;
    width: auto;
    max-width: 100%;
    padding-top: 0;
  }

  .hero {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #000;
    background-position: 0 55%;
    background-size: cover;
    background-clip: border-box;
    justify-content: flex-start;
    max-width: 100%;
    min-height: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    top: 0;
    overflow: visible;
  }

  .hero-content {
    color: #000;
    padding-right: 0;
    position: relative;
    top: 20px;
    left: auto;
  }

  .solutions-grid {
    align-items: center;
  }

  .features-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer.background-dark {
    background-color: #041e42;
  }

  .footer-cta {
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
  }

  .social-links {
    position: relative;
    top: -30px;
  }

  .page-headline {
    width: 75%;
  }

  .wrapper-narrow {
    width: 55%;
  }

  .wrapper-narrow.cc-center {
    width: 63%;
  }

  .div-block {
    background-color: #fcfcfdd9;
    border: 1px #757575b0;
    border-radius: 15px;
    padding: 20px 40px;
    position: static;
    left: auto;
    right: 52px;
  }

  .text-span {
    color: #868686;
    font-family: Space Grotesk, sans-serif;
    font-weight: 400;
  }

  .text-block-system-message {
    color: #000;
    text-align: center;
    overflow-wrap: normal;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .div-block-4 {
    padding-top: 40px;
  }

  .text-block-2 {
    padding-top: 60px;
    padding-left: 0;
    font-size: 22px;
  }

  .hero-copy {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: flex-start;
    min-height: 60vh;
  }

  .container-large {
    max-width: 1249px;
    min-height: 600px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    max-width: 121px;
  }

  .image-4 {
    max-width: 83px;
  }

  .div-block-7 {
    min-width: 250px;
  }

  .div-block-8 {
    padding-bottom: 60px;
  }

  .container-copy {
    max-width: 1249px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-6 {
    padding-bottom: 40px;
  }

  .image-4-copy {
    max-width: 90px;
  }

  .text-block-9 {
    flex: 0 auto;
    order: 0;
    align-self: center;
    padding-top: 140px;
  }

  .body-under-construction {
    background-color: #000;
  }

  .hero-under-construction {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #000;
    background-clip: border-box;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    position: fixed;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .div-block-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: stretch stretch;
    height: auto;
    padding-bottom: 40px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .text-block-about {
    padding-top: 40px;
    padding-left: 0;
    font-size: 17px;
  }

  .footer-mobile.background-dark {
    background-color: #000;
    padding-top: 0;
  }

  .sm-icon-link, .sm-icon-link-mobile {
    width: 26px;
  }
}

@media screen and (max-width: 991px) {
  .section.background-primary-soft-home {
    min-height: 650px;
    margin-bottom: 0;
    position: relative;
  }

  .container {
    flex-flow: column;
    min-height: 100px;
    padding-top: 0;
    display: flex;
    top: auto;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .display-1 {
    font-size: 45px;
    line-height: 52px;
  }

  .display-2 {
    font-size: 37px;
    line-height: 44px;
  }

  .display-3 {
    font-size: 34px;
    line-height: 44px;
  }

  .paragraph-large {
    margin-bottom: 20px;
  }

  .button {
    position: relative;
  }

  .logo {
    flex: 0 auto;
    align-self: auto;
    max-width: 400px;
    padding-top: 0;
    display: block;
    position: relative;
    top: 0;
  }

  .navbar {
    background-color: #000;
    position: sticky;
    top: auto;
  }

  .navbar-space {
    display: none;
  }

  .navbar-inner {
    background-color: #000;
    display: none;
    position: relative;
  }

  .nav-menu-wrapper {
    z-index: 999;
    background-color: #fff;
    width: 100%;
    height: auto;
    position: absolute;
  }

  .nav-menu-flex {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu {
    grid-row-gap: 0px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    height: auto;
    padding: 6px 0;
  }

  .menu-button {
    clear: none;
    margin-left: auto;
    padding: 0;
    right: auto;
  }

  .menu-button.w--open {
    color: #60697b;
    background-color: #0000;
  }

  .nav-menu-flex-mobile {
    color: #fff;
    background-color: #212121;
    flex-direction: column;
    padding: 30px 40px;
  }

  .nav-menu-wrapper-mobile {
    background-color: var(--dark);
    margin-left: 50px;
    margin-right: 50px;
    transform: translate(0, 10px);
  }

  .navbar-wrapper-mobile {
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    padding-top: 0;
    display: flex;
    position: relative;
    top: auto;
  }

  .navbar-inner-mobile {
    background-color: #000;
    align-items: center;
    height: 100px;
    padding-top: 0;
    display: flex;
  }

  .navbar-brand-mobile {
    align-self: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .navbar-brand-mobile.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .nav-link-mobile {
    color: var(--white);
    height: auto;
    padding: 6px 0;
    font-size: 16px;
  }

  .nav-link-mobile:hover {
    color: #6dba5d;
  }

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

  .hero-grid {
    flex-direction: column;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero {
    min-height: 650px;
    display: block;
    position: relative;
  }

  .hero-image-wrapper {
    width: 100%;
    position: relative;
  }

  .hero-content {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    top: 10px;
  }

  .play {
    left: 50%;
  }

  .doodle-arrow {
    display: none;
  }

  .doodle-shine {
    top: -10%;
  }

  .reasons {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .tab-pane-grid {
    flex-direction: column;
    display: flex;
  }

  .headline-customers {
    margin-top: 0;
  }

  .testimonials {
    column-count: 2;
  }

  .customers {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .services-grid {
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
  }

  .sticky {
    position: relative;
    top: auto;
  }

  .facts {
    display: block;
  }

  .facts-image {
    width: 100%;
    position: relative;
  }

  .facts-grid {
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
  }

  .facts-content {
    padding-left: 0;
  }

  .solutions-grid {
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .image-padding {
    width: 100%;
  }

  .features-grid {
    grid-column-gap: 50px;
  }

  .pricing {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .headline-pricing {
    margin-top: 0;
  }

  .prices-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
  }

  .pricing-card.card.shadow.cc-larger {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .faq-wrapper {
    column-count: auto;
  }

  .footer.background-dark {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .footer-cta {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: auto;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .join {
    max-width: none;
  }

  .page-title {
    font-size: 140px;
    line-height: 148px;
  }

  .wrapper-narrow {
    width: 100%;
  }

  .div-block {
    max-width: 500px;
    margin-top: 0;
  }

  .text-block-system-message {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .div-block-4 {
    padding-top: 20px;
  }

  .text-block-2 {
    margin-top: auto;
  }

  .hero-copy {
    display: block;
  }

  .container-large {
    height: 72vh;
    margin-top: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .grid {
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template: "Area Area-4"
                   "Area-3 Area-2"
                   / 2fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .container-copy {
    background-image: none;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    min-height: auto;
    padding-top: 0;
    display: flex;
    top: auto;
  }

  .div-block-10 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template: "Area"
                   "Area-3"
                   "Area-2"
                   "Area-x"
                   "Area-4"
                   "."
                   / 4.5fr;
    grid-auto-columns: minmax(0, 0);
    grid-auto-flow: column;
    justify-content: center;
    place-items: center;
    max-width: 800px;
    display: grid;
  }

  .nav-menu-2 {
    background-color: #000;
  }

  .nav-link-2 {
    color: #999;
    font-family: Raleway Variablefont Wght, sans-serif;
  }

  .nav-link-2:hover {
    color: var(--primary-soft);
  }

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

  .nav-link-3 {
    color: #999;
    font-family: Raleway Variablefont Wght, sans-serif;
  }

  .nav-link-3:hover {
    color: var(--primary-soft);
  }

  .nav-link-3.w--current {
    color: #fff;
    font-family: Raleway Variablefont Wght, sans-serif;
  }

  .nav-link-4 {
    color: #999;
    font-family: Raleway Variablefont Wght, sans-serif;
  }

  .nav-link-4:hover {
    color: var(--primary-soft);
  }

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

  .nav-link-5 {
    color: #999;
    font-family: Raleway Variablefont Wght, sans-serif;
  }

  .nav-link-5:hover {
    color: var(--primary-soft);
  }

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

  .hero-under-construction {
    display: block;
  }

  .text-block-about {
    margin-top: auto;
    padding-top: 20px;
  }

  .footer-mobile.background-dark {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .image-6 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .sm-icon-link {
    margin-right: 16px;
  }

  .sm-icon-link-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .section.background-primary-soft-home {
    object-fit: fill;
  }

  .sg-section {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sg-color-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .sg-color-block {
    width: 25%;
  }

  .paragraph-large {
    font-size: 22px;
    line-height: 34px;
  }

  .logo {
    max-width: 300px;
  }

  .nav-menu {
    flex-direction: column;
    padding-left: 0;
  }

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

  .nav-menu-wrapper-mobile {
    align-items: stretch;
    display: flex;
  }

  .navbar-brand-mobile {
    align-self: center;
    padding-left: 0;
  }

  .hero-grid {
    flex-direction: column;
  }

  .hero {
    -webkit-text-fill-color: inherit;
    background-clip: content-box;
  }

  .doodle-shine {
    top: -9%;
    left: -8%;
  }

  .testimonials {
    column-count: 1;
  }

  .numbers-grid.cc-margin-top {
    grid-template-rows: auto auto;
  }

  .features-grid {
    flex-direction: column;
    display: flex;
  }

  .prices-grid {
    grid-template-rows: auto auto;
  }

  .footer-grid {
    flex-direction: column;
    display: flex;
  }

  .footer-cta {
    justify-items: center;
    display: flex;
  }

  .page-title {
    font-size: 50px;
    line-height: 58px;
  }

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

  .container-large {
    min-height: 600px;
  }

  .image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7 {
    min-width: 10px;
  }

  .div-block-10 {
    grid-template-columns: 1fr;
  }

  .nav-menu-2 {
    background-color: #000;
  }

  .image-8 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sg-button-block {
    margin-bottom: 20px;
  }

  .sg-color-grid {
    grid-template-columns: 1fr 1fr;
  }

  .button {
    width: auto;
    font-size: 16px;
  }

  .logo {
    max-width: 200px;
  }

  .nav-menu-wrapper {
    width: 80%;
  }

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

  .nav-menu-wrapper-mobile {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-content {
    min-width: 100%;
    padding-left: 0;
  }

  .doodle-shine {
    display: none;
  }

  .tab.card {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .card-inner {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .image-grid {
    flex-direction: column;
    display: flex;
  }

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

  .text-field, .text-field-dark {
    height: 47px;
  }

  .footer-cta {
    align-items: center;
    display: flex;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-10 {
    grid-template-columns: 1fr;
  }
}

#w-node-_2dbc92e1-f640-1dc3-f27e-e52bbea09c40-a19d24be {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-b970029d-e571-0109-e799-435511aae61b-a19d24c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b983a49d-4767-6b80-3997-caa78bbd2f8b-a19d24c0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_83d6f05d-741e-b844-451e-a28484925089-a19d24c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da5bc5d1-5870-faa9-f42d-73310396d194-a19d24c2, #w-node-_8402628b-b44e-9f04-36d7-49de7eaa169e-a19d24c2, #w-node-_63d9265d-44e4-fe1b-fb89-961a3581021a-a19d24c2, #w-node-cd193904-5227-c440-3b84-8eef6d854f4a-a19d24c3, #w-node-ad7761c5-0720-1086-f378-34e757b0cffd-a19d24c3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c81625a2-c909-6fcf-246f-1f1f19b12839-a19d24c3, #w-node-c81625a2-c909-6fcf-246f-1f1f19b1283a-a19d24c3, #w-node-ad7761c5-0720-1086-f378-34e757b0cfff-a19d24c3, #w-node-ad7761c5-0720-1086-f378-34e757b0d000-a19d24c3, #w-node-_7027d086-beb1-cddc-5cdb-f269ad9343e3-a19d24c3, #w-node-_7027d086-beb1-cddc-5cdb-f269ad9343e4-a19d24c3, #w-node-_6405011f-2a7e-8ce7-7169-6f6b1ee055c5-a19d24c3, #w-node-_6405011f-2a7e-8ce7-7169-6f6b1ee055c6-a19d24c3, #w-node-_42cacc95-a55c-b1f0-3043-33031bbb9305-a19d24c3, #w-node-_42cacc95-a55c-b1f0-3043-33031bbb9306-a19d24c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f7e7334-9ae7-5911-fafe-fba726522020-a19d24c3, #w-node-c2b652eb-a6a6-0a7e-9c10-9efbc862e0e4-a19d24c3, #w-node-_34dcb27b-e423-35af-8dd0-6545b5f0bb05-a19d24c3, #w-node-_32f9502b-72a1-33f0-a67d-4b6460ba94d7-a19d24c3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_962e7b13-5067-2ea7-6464-a9d3981fa72a-a19d24c5 {
  grid-area: Area;
}

#w-node-b7a9dd87-0009-3cad-4ca1-44e4ee985639-a19d24c5 {
  grid-area: Area-2;
}

#w-node-_62f4f0fe-e708-9fb5-37e1-c4643f50379d-a19d24c6 {
  grid-area: Area-3;
}

#w-node-b7069296-dc39-498c-ddcb-7314ed3f3752-a19d24c6 {
  grid-area: Area;
}

#w-node-_89411fa1-6eff-daa9-b671-8ed483686a56-a19d24c6 {
  grid-area: Area-2;
}

#w-node-_416b1b8f-784d-992a-3daa-65fdc7e60441-a19d24c6 {
  grid-area: Area-4;
}

#w-node-dc678c3f-8d8f-00ba-7466-144a35cd5f25-afbe71d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-ecc14d11-22bf-ac7b-34f9-078b885dff60-afbe71d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

@media screen and (min-width: 1280px) {
  #w-node-b983a49d-4767-6b80-3997-caa78bbd2f88-a19d24c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b983a49d-4767-6b80-3997-caa78bbd2f8b-a19d24c0 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-da5bc5d1-5870-faa9-f42d-73310396d191-a19d24c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da5bc5d1-5870-faa9-f42d-73310396d194-a19d24c2 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_8402628b-b44e-9f04-36d7-49de7eaa169b-a19d24c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8402628b-b44e-9f04-36d7-49de7eaa169e-a19d24c2 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_63d9265d-44e4-fe1b-fb89-961a35810217-a19d24c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63d9265d-44e4-fe1b-fb89-961a3581021a-a19d24c2 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-cd193904-5227-c440-3b84-8eef6d854f47-a19d24c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd193904-5227-c440-3b84-8eef6d854f4a-a19d24c3 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ad7761c5-0720-1086-f378-34e757b0cffa-a19d24c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad7761c5-0720-1086-f378-34e757b0cffd-a19d24c3 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_9f7e7334-9ae7-5911-fafe-fba72652201d-a19d24c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f7e7334-9ae7-5911-fafe-fba726522020-a19d24c3 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-c2b652eb-a6a6-0a7e-9c10-9efbc862e0e1-a19d24c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2b652eb-a6a6-0a7e-9c10-9efbc862e0e4-a19d24c3 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_34dcb27b-e423-35af-8dd0-6545b5f0bb02-a19d24c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_34dcb27b-e423-35af-8dd0-6545b5f0bb05-a19d24c3 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_32f9502b-72a1-33f0-a67d-4b6460ba94d4-a19d24c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_32f9502b-72a1-33f0-a67d-4b6460ba94d7-a19d24c3 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_190da5d4-20df-edb6-0a43-b25db2a24241-a19d24c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ecc14d11-22bf-ac7b-34f9-078b885dff60-afbe71d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_779e5835-5d4e-9ade-a2ab-a0352ec0c52e-afbe71d2, #w-node-f04189e0-8d90-9b46-6f3a-800bce7c71a4-afbe71d2 {
    grid-area: Area;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2c3df70d-c3df-dbcf-776e-72fb99f75a67-cd8efba7, #w-node-_388174e9-2dbf-89f8-c6d0-890767671f8f-cd8efba7, #w-node-_18417073-d5ea-c6f7-a790-f92c83da8398-cd8efba7 {
    align-self: center;
  }

  #w-node-b7a9dd87-0009-3cad-4ca1-44e4ee985639-a19d24c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_190da5d4-20df-edb6-0a43-b25db2a24241-a19d24c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Unicons';
  src: url('../fonts/unicons-line.woff2') format('woff2'), url('../fonts/unicons-line.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-SemiBold.woff2') format('woff2'), url('../fonts/SpaceGrotesk-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Bold.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Light.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Medium.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Regular.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway Variablefont Wght';
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MATERIAL ICONS';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}