:root {
  --text-grey: #1b1b1b;
  --midnight-blue\<deleted\|variable-d738ba4d\>: #1f2c3d;
  --mallow: #d6c0be;
  --gold: #d5cbac;
  --grey: #686d71;
  --black: #0f0f0f;
  --white: white;
}

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

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

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

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

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

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

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

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

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

@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 {
  color: var(--text-grey);
  background-color: #fafafa;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 3.052em;
  font-weight: 900;
  line-height: 1.25em;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 2.441em;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.953em;
  font-weight: 600;
  line-height: 1.25em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.563em;
  font-weight: 600;
  line-height: 1.5em;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5em;
}

p {
  color: var(--text-grey);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--midnight-blue\<deleted\|variable-d738ba4d\>);
  text-decoration: underline;
}

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

li {
  margin-bottom: 12px;
}

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

blockquote {
  border-left: 1px solid var(--mallow);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 23px;
  font-weight: 300;
  line-height: 32px;
}

.section {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.divider {
  background-color: #096ad033;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.full-screen {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section.full-screen.background-image {
  background-image: linear-gradient(#000000bf 7%, #0000001a), url('../images/herov2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.full-screen.stretch {
  align-items: stretch;
}

.section.full-screen.md-normal.top-bottom-border, .section.full-screen.top-bottom-border {
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.section.light-blue {
  background-color: var(--grey);
  border-style: none;
}

.section.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.section.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.light-blue {
  background-color: #096ad014;
}

.section.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.section.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.section.half-screen-background-image.right {
  background-position: 100%;
}

.section.black {
  background-color: var(--midnight-blue\<deleted\|variable-d738ba4d\>);
}

.section.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.section.page-header.image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 160px;
}

.section.page-header.style-guide {
  background-image: url('../images/solvere-academy-template-page-header.jpg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 160px;
}

.section.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.section.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.section-header {
  padding-top: 80px;
}

.section.image {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/rolunk-headerv2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 160px;
}

.section.image.no-img {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
}

.section.footer {
  border-top: 1px solid var(--gold);
  background-color: var(--black);
  padding-top: 80px;
  padding-bottom: 20px;
}

.section.mallow-bg {
  background-color: var(--mallow);
}

.section.mallow-low-op {
  background-color: var(--black);
}

.section.padding-low-120px {
  padding-bottom: 120px;
}

.section.black-bg {
  background-color: var(--black);
}

.section.gold-bg {
  background-color: var(--gold);
}

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

.section.grey-bg {
  background-color: var(--grey);
}

.container {
  flex-direction: column;
  justify-content: center;
  width: 90%;
  max-width: 1472px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.container.grid-container {
  z-index: -1;
  display: block;
  position: fixed;
  inset: auto 0 0;
}

.container.space-around {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.container.navbar-2 {
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.container.lg-negative-margins {
  flex-direction: row;
  flex: 0 auto;
  margin-top: -80px;
  margin-bottom: -80px;
  display: flex;
}

.container.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.container.mobile-navbar-container {
  flex-direction: column;
  align-items: stretch;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.color-block {
  background-color: var(--mallow);
  border-radius: 3px;
  width: 100px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.medium-grey {
  background-color: var(--grey);
}

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

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

.color-block.light-grey {
  background-color: var(--gold);
  border-style: none;
}

.grid {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.block {
  border-style: none;
  border-width: 1px;
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.block.lg-50 {
  float: left;
  justify-content: center;
  width: 50%;
  min-height: 400px;
  padding: 80px;
  display: flex;
}

.column-overlay {
  border-left: 1px solid #096ad00d;
  border-right: 1px solid #096ad00d;
  width: 100%;
  height: 100%;
}

.column-overlay.white {
  border-left-color: #ffffff14;
  border-right-color: #ffffff14;
}

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

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

.col {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.col.centre-align {
  align-items: center;
}

.col.lg-4 {
  flex: 0 auto;
  width: 33.33%;
}

.col.lg-4.align-bottom {
  justify-content: flex-end;
}

.col.lg-4.align-bottom.md-4 {
  align-items: center;
}

.col.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.col.lg-4.flex-stretch {
  align-items: stretch;
}

.col.lg-3 {
  flex: none;
  width: 25%;
}

.col.lg-3.no-padding {
  float: left;
}

.col.lg-3.flex-stretch {
  align-items: stretch;
}

.col.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.col.lg-6 {
  width: 50%;
}

.col.lg-6.centre-align {
  justify-content: flex-start;
  align-items: center;
}

.col.lg-6.centre-align-vertical {
  justify-content: center;
}

.col.lg-6.md-3.centre-align {
  align-items: center;
}

.col.lg-6.sm-margin-bottom.stretch {
  align-items: stretch;
}

.col.lg-2 {
  width: 16.66%;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-5.align-vertically {
  justify-content: center;
}

.col.lg-7 {
  width: 58.33%;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-8.md-4.black-bg {
  background-color: var(--black);
}

.col.lg-9 {
  width: 75%;
}

.col.lg-10 {
  width: 83.33%;
}

.col.lg-11 {
  width: 91.66%;
}

.col.lg-12 {
  width: 100%;
}

.col.align-left {
  align-items: flex-start;
}

.col.align-center {
  align-items: center;
}

.col.align-right {
  align-items: flex-end;
}

.paragraph-small {
  color: var(--text-grey);
  font-size: .8em;
  font-weight: 300;
}

.paragraph-small.no-top-margins {
  margin-top: 0;
}

.paragraph-small.align-to-h1 {
  margin-bottom: 6px;
  margin-left: 5px;
}

.paragraph-small.divider-line {
  margin-left: 8px;
  margin-right: 8px;
}

.paragraph-small.short-paragraph {
  width: 75%;
}

.paragraph-small.white {
  color: #fff;
}

.paragraph-small.white.footer-cr-text {
  text-align: center;
  letter-spacing: .1ch;
}

.paragraph-small.footer {
  margin-bottom: 0;
  font-size: 13px;
}

.row {
  flex-direction: row;
  align-content: stretch;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.row.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

.row.flex-horizontal.blue.padding {
  margin-left: -30px;
  margin-right: -30px;
  padding: 20px;
}

.row.flex-horizontal.no-bottom-margin {
  margin-bottom: 0;
}

.row.centre-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row.align-centre {
  justify-content: center;
}

.row.align-centre.flex-vertical-align {
  align-items: center;
}

.row.align-sides {
  justify-content: space-between;
}

.row.justify-left {
  justify-content: flex-start;
}

.row.justify-right {
  justify-content: flex-end;
}

.row.justify-center {
  justify-content: center;
}

.row.justify-even {
  justify-content: space-around;
}

.row.justify-sided {
  justify-content: space-between;
}

.button {
  border: 1px solid var(--gold);
  background-color: var(--gold);
  color: var(--white);
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.button:hover {
  border: 1px solid var(--mallow);
  color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.button.ghost {
  border: 1px solid var(--mallow);
  box-shadow: none;
  color: var(--gold);
  background-color: #0000;
}

.button.ghost:hover {
  background-color: var(--gold);
  color: #fff;
  background-image: none;
  transform: none;
}

.button.ghost.reversed {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button.ghost.reversed:hover {
  color: var(--mallow);
  background-color: #fff;
}

.button.ghost.margin-left {
  margin-left: 24px;
}

.button.ghost.lg-margin-left {
  margin-left: 48px;
}

.button.reversed {
  color: var(--mallow);
  background-color: #fff;
}

.button.reversed:hover {
  background-image: none;
}

.button.lg-wide {
  text-align: center;
  width: 100%;
}

.button.margin-right {
  margin-right: 32px;
}

.button.side-margins {
  margin-left: 16px;
  margin-right: 16px;
}

.button.form-button {
  box-shadow: none;
  border-radius: 0 3px 3px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.button.black-bg, .button.on-black {
  color: var(--black);
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.fixed {
  background-color: var(--midnight-blue\<deleted\|variable-d738ba4d\>);
  padding-top: 36px;
  padding-bottom: 36px;
  display: block;
  position: fixed;
}

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

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

.form {
  width: 100%;
}

.form-field {
  background-color: var(--grey);
  color: var(--mallow);
  background-image: none;
  border-style: none;
  border-radius: 3px;
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
}

.form-field::placeholder {
  color: var(--mallow);
}

.form-field.no-bottom-margins {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-field.no-bottom-margins.margin-right {
  margin-right: 20px;
}

.form-field.side-margins {
  margin-left: 16px;
  margin-right: 16px;
}

.text-area {
  background-color: var(--grey);
  color: var(--mallow);
  border-style: none;
  border-radius: 3px;
  min-height: 140px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
}

.text-area::placeholder {
  color: var(--mallow);
}

.page-preview-link {
  background-color: var(--midnight-blue\<deleted\|variable-d738ba4d\>);
  box-shadow: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 36px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.page-preview-link:hover {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #2279d4, var(--mallow));
  transform: translate(0, -4px);
  box-shadow: 0 8px 40px #0000001a;
}

.page-wrapper {
  overflow: hidden;
}

.price-table-container {
  border: 1px solid #096ad033;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 50px;
  display: flex;
}

.price-table-container.flex-stretch {
  align-items: stretch;
}

.price-table-container.link {
  align-items: stretch;
  text-decoration: none;
  transition: border .2s ease-in-out;
}

.price-table-container.link:hover {
  border-color: var(--mallow);
}

.logo, .logo.w--current {
  flex: 1;
}

.logo.rel {
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.logo.rel.w--current {
  flex: 0 auto;
  display: flex;
}

.styleguide-caption {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.styleguide-caption.small-divider {
  margin-top: -15px;
  font-size: 12px;
}

.white {
  color: #fff;
  font-weight: 300;
}

.horizontal-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.horizontal-line.blue {
  background-color: var(--mallow);
}

.horizontal-line.light {
  color: var(--mallow);
  background-color: #297fcacc;
  margin-top: 10px;
  margin-bottom: 20px;
}

.horizontal-line.light.white {
  background-color: #fffc;
}

.footer-logo {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.footer-link {
  opacity: 1;
  color: var(--white);
  letter-spacing: .1ch;
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14.4px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link.spacing {
  margin-left: 16px;
  margin-right: 16px;
}

.footer-link.spacing.last {
  margin-right: 0;
}

.footer-link.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link.no-padding.last {
  margin-right: -20px;
}

.social-media-icon {
  padding: 8px;
}

.contact-form-container {
  width: 100%;
  padding: 48px;
}

.contact-form-container.card {
  background-color: #fff;
  border: 1px #096ad033;
  padding: 60px;
}

.contact-form-container.card.white-background {
  border: 1px solid var(--mallow);
  background-color: #fff;
}

.contact-form-container.light-blue.padding {
  padding: 40px;
}

.contact-form-container.card {
  box-shadow: none;
  background-color: #fff;
  padding: 60px;
}

.icon {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

.light-blue {
  background-color: #096ad00a;
}

.question {
  align-items: flex-start;
  display: flex;
}

.answer-text {
  margin-top: 8px;
}

.question-arrow-icon {
  margin-top: 26px;
  margin-left: 24px;
  margin-right: 8px;
}

.question-arrow-icon.left {
  margin-top: 11px;
  margin-left: 0;
  margin-right: 16px;
}

.answer {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
  overflow: hidden;
}

.answer._2 {
  margin-left: 32px;
  padding-left: 0;
  padding-right: 0;
}

.question-container {
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #096ad033;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-container.transparent {
  background-color: #0000;
  border-style: none;
  margin-bottom: 16px;
  padding: 10px 0;
}

.service-icon {
  float: left;
  border: 1px solid var(--mallow);
  color: var(--mallow);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 11px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.service-icon._2 {
  border-color: var(--mallow);
  color: var(--mallow);
  width: 40px;
  height: 40px;
  margin-top: 11px;
  margin-bottom: 0;
}

.question-text {
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
}

.nav-logo-div {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.nav-logo-div.absolute-center {
  justify-content: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link-2 {
  color: var(--mallow);
  cursor: pointer;
  padding: 16px 20px;
  position: relative;
}

.nav-link-2:hover {
  color: var(--midnight-blue\<deleted\|variable-d738ba4d\>);
}

.nav-link-2.w--current {
  color: var(--mallow);
  font-weight: 700;
  transition-property: none;
}

.nav-link-2.border {
  border: 1px solid var(--mallow);
  opacity: 1;
  border-radius: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: background-color .2s;
}

.nav-link-2.border:hover, .nav-link-2.border.cta {
  background-color: var(--mallow);
  color: #fff;
}

.nav-link-2.dropdown {
  opacity: 1;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-2.full-opacity {
  opacity: 1;
}

.nav-link-2.burger-nav {
  opacity: 1;
  color: #096ad099;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: opacity .15s, color .2s;
  display: block;
  position: relative;
}

.nav-link-2.burger-nav:hover {
  opacity: 1;
  color: var(--mallow);
}

.menu-button-2.w--open {
  color: #096ad033;
  background-color: #fff;
}

.nav-bar {
  z-index: 200;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.sample-website {
  flex-direction: column;
  position: absolute;
}

.nav-bar.burger-nav {
  background-color: #fff;
}

.nav-logo {
  width: 100px;
}

.toggle-grid {
  z-index: 100;
  background-color: var(--midnight-blue\<deleted\|variable-d738ba4d\>);
  color: #fff;
  border-radius: 60px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 16px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.logo-navbar {
  max-width: 200px;
}

.logo-navbar.white {
  width: 70px;
}

.blue {
  background-color: var(--mallow);
}

.partner-logo {
  width: 100px;
}

.phone-image.negative-margins {
  margin-bottom: -125px;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.styleguide-small-divider {
  opacity: .3;
  width: 100%;
  margin-top: 0;
}

.no-bottom-margins {
  margin-bottom: 0;
}

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

.column-image {
  margin-bottom: 20px;
  transition: transform .2s;
}

.column-image:hover {
  transform: translate(0, -5px);
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slide {
  background-color: #0000;
}

.slide.small {
  width: 70%;
  margin-left: 10px;
  margin-right: 10px;
}

.slider-arrow, .slide-nav {
  color: var(--mallow);
}

.full-width-image {
  width: 100%;
}

.overflow-visible {
  overflow: visible;
}

.small-icon {
  float: left;
  margin-right: 16px;
  display: block;
}

.inline-form {
  width: 75%;
  display: flex;
}

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

.components-list-container {
  background-color: var(--midnight-blue\<deleted\|variable-d738ba4d\>);
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: none;
}

.components-list-container._2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: none;
}

.flex-stretch {
  flex-direction: column;
  display: flex;
}

.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.flex-horizontal-justify-start-align-centre {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tick-icon {
  margin-right: 8px;
}

.flex-horizontal {
  width: 100%;
  display: flex;
}

.flex-horizontal.align-bottom {
  align-items: flex-end;
}

.flex-horizontal.align-top {
  align-items: flex-start;
}

.flex-horizontal.align-center {
  align-items: center;
}

.flex-horizontal.justify-left {
  justify-content: flex-start;
}

.flex-horizontal.justify-center {
  justify-content: center;
}

.flex-horizontal.justify-right {
  justify-content: flex-end;
}

.flex-horizontal.justify-even {
  justify-content: space-around;
}

.flex-horizontal.justify-sided {
  justify-content: space-between;
}

.flex-horizontal.align-full {
  align-items: stretch;
}

.flex-horizontal.blue-bg {
  background-color: var(--mallow);
}

.flex-horizontal.padding-24px {
  padding-top: 24px;
  padding-bottom: 24px;
}

.blog-thumbnail-container {
  border: 1px solid #096ad033;
  border-radius: 6px;
  flex: 1;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
}

.blog-thumbnail-container:hover {
  transform: translate(0, -5px);
}

.blog-thumbnail-container.no-border {
  border-style: none;
}

.blog-thumbnail-container.no-border:hover {
  transform: none;
}

.padding {
  padding: 20px;
}

.padding.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

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

.tab {
  width: 100%;
}

.tabs-menu {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.tab-link {
  opacity: .5;
  color: var(--mallow);
  text-align: center;
  background-color: #0000;
  flex: 1;
  width: 33.33%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  font-weight: 700;
}

.centred-logo-container {
  justify-content: center;
  display: flex;
}

.text-block {
  color: #fff;
  font-size: 14px;
}

.nav-link-with-icon-containr {
  align-items: center;
  display: flex;
}

.menu-icon {
  margin-right: 8px;
}

.navbar-links-container {
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.dark-blue {
  background-color: var(--midnight-blue\<deleted\|variable-d738ba4d\>);
}

.nav-link {
  color: var(--gold);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  font-size: .8em;
  text-decoration: none;
}

.nav-link.cta {
  background-color: var(--mallow);
  color: #fff;
  transition: background-color .1s ease-in-out;
}

.nav-link.cta:hover {
  background-color: #328ae6;
}

.back-to-legowerk-link {
  z-index: 100;
  background-color: var(--midnight-blue\<deleted\|variable-d738ba4d\>);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 90px;
  margin: 16px;
  padding: 8px 14px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.dropdown-container {
  background-color: var(--midnight-blue\<deleted\|variable-d738ba4d\>);
  width: 100%;
  margin-top: 36px;
  display: block;
  position: fixed;
}

.components-wrapper {
  border: 20px solid #096ad033;
  border-style: solid none;
  overflow: hidden;
}

.hover.hover-on-image {
  opacity: 1;
  background-color: #e4f1fd;
  width: auto;
  height: 100%;
  padding: 30px;
  display: block;
  position: absolute;
}

.portrait-container {
  margin-bottom: 30px;
  position: relative;
}

.team-small-container {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.div-block-29 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.image-9 {
  margin-right: 20px;
}

.bold {
  font-weight: 500;
}

.form-with-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-container {
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
}

.testimonial-container.border {
  border: 1px solid var(--mallow);
  background-color: #fff;
  border-radius: 3px;
  align-items: flex-start;
  display: flex;
}

.quotation-mark {
  opacity: .1;
  margin-right: 24px;
}

.slider-3 {
  background-color: #0000;
  height: 100%;
}

.slide-nav-2 {
  margin-top: 20px;
  margin-bottom: -20px;
  font-size: 10px;
  position: relative;
}

.hide {
  display: none;
}

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

.horizontal-short-line {
  background-color: #096ad033;
  height: 1px;
  margin-left: -50px;
  margin-right: -50px;
}

.div-block-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.social-link {
  border: 1px solid var(--mallow);
  background-color: var(--mallow);
  border-radius: 50px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 8px;
  display: inline;
}

.team-small-container-1 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

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

.section-header {
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  display: block;
}

.half-screen-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.page-title {
  color: #fff;
}

.short-paragraph {
  width: 75%;
}

.div-block-33 {
  width: 100%;
}

.app-download-button {
  float: left;
  margin-right: 30px;
}

.feature-icon-horizontal {
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.icon-side {
  width: 40px;
  margin-right: 30px;
}

.value-proposition-container.vertical-align {
  flex: 1;
  align-items: center;
  display: flex;
}

.value-proposition-buttons {
  margin-top: 40px;
}

.computer-image {
  width: 70vw;
  margin-left: 10vw;
  position: absolute;
}

.computer-image-container {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.side-image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.side-image.lightbox-video {
  position: relative;
}

.side-image.map {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.side-image.half-screen {
  height: 100%;
}

.side-image.lg-hide {
  display: none;
}

.border-to-edge-picture {
  float: left;
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 600px;
  position: relative;
  top: 0;
}

.big-blog-thumbnail-container {
  margin-bottom: 80px;
  transition: transform .2s ease-in-out;
}

.big-blog-thumbnail-container.no-bottom-margins {
  margin-bottom: 0;
}

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

.rich-text-block img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-heading {
  margin-bottom: 20px;
  text-decoration: none;
}

.div-block-39 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer-logo-2 {
  margin-bottom: 40px;
}

.avatar-container {
  display: flex;
}

.div-block-48 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.full-width {
  width: 100%;
}

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

.low-opacity {
  color: #096ad099;
}

.centred-logo {
  margin-left: 20px;
  margin-right: 20px;
}

.video-placeholder {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s ease-in-out;
  display: flex;
}

.lightbox-link:hover {
  transform: scale(1.01);
}

.play-icon {
  position: absolute;
}

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

.dropdown-list.w--open {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.transparent-overlay {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.dropdown-link-text {
  margin-right: 20px;
  text-decoration: none;
}

.dropdown-chevron {
  margin-right: -1px;
}

.dropdown-link {
  opacity: .6;
  color: var(--mallow);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}

.dropdown-link:hover, .dropdown-link.w--current {
  opacity: 1;
}

.dropdown-list-2 {
  border: 1px solid #000;
}

.dropdown-list-2.w--open {
  border-color: var(--mallow);
  opacity: 1;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
}

.small-slide {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.date-container {
  display: flex;
}

.value-point-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.negative-margin {
  margin-left: -18px;
}

.container-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.back-icon {
  margin-right: 8px;
}

.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;
  background-color: #fff;
  flex-direction: column;
  width: 320px;
  padding: 30px;
  display: flex;
}

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

.utility-page-icon {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.video-preview {
  z-index: 1;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.play-icon-1 {
  z-index: 2;
  position: relative;
}

.video-preview-container {
  z-index: 1;
  transition: transform .2s;
  position: relative;
}

.video-preview-container:hover {
  z-index: 1;
  position: relative;
  transform: translate(-5px, -5px);
}

.map {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  border-radius: 6px;
  overflow: hidden;
}

.pin {
  position: absolute;
}

._0-opacity {
  opacity: 0;
}

.lightbox-image {
  transition: transform .2s ease-in-out;
}

.lightbox-image:hover {
  transform: translate(0, -5px);
}

.how-it-works-line {
  background-color: #096ad033;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 275px;
}

.how-it-works-step {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-number {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.circle {
  z-index: 1;
  background-color: #fff;
  border: 1px #096ad0;
  border-radius: 49px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 30px #1f2c3d1a;
}

.how-it-works-tab {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.no-underline {
  text-decoration: none;
}

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

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

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

.align-sides {
  justify-content: space-between;
}

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

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.align-left {
  align-items: flex-start;
}

.flex-vertical.align-right {
  align-items: flex-end;
}

.flex-vertical.justify-top {
  justify-content: flex-start;
}

.flex-vertical.justify-center {
  justify-content: center;
}

.flex-vertical.justify-bottom {
  justify-content: flex-end;
}

.flex-vertical.justify-even {
  justify-content: space-around;
}

.flex-vertical.justify-full {
  justify-content: space-between;
}

.placeholder-box {
  background-color: var(--mallow);
  border: 1px #000;
  border-radius: 8px;
  width: 100%;
  height: 40px;
}

.placeholder-box._50-width {
  width: 50%;
}

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

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

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

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

.feature-div {
  border: 1px solid var(--gold);
  background-color: var(--gold);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px 16px 16px 24px;
  display: flex;
}

.feature-div.align-center {
  flex-direction: column;
  display: flex;
}

.feature-icon {
  width: 64px;
}

.half-screen-image-container-right {
  background-image: url('../images/vertical---thumb.svg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.half-screen-image-container-left {
  background-image: url('../images/dr-molnar-barbara_1dr-molnar-barbara.avif');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-line {
  height: 40px;
}

.feature-hl-spacing-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.label-heading {
  color: var(--gold);
  font-size: 22.5px;
  font-weight: 600;
}

.value-big-h3 {
  font-size: 44px;
  font-weight: 700;
}

.testimonial {
  font-size: 35px;
}

.testimonial-name {
  color: var(--midnight-blue\<deleted\|variable-d738ba4d\>);
  font-size: 22.5px;
  font-weight: 700;
}

.testimonial-slider {
  background-color: var(--gold);
  height: 600px;
}

.slider-mask {
  padding-top: 40px;
}

.quotation-image {
  width: 40px;
  margin-right: 20px;
}

.testiomonial-div {
  flex: 1;
}

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

.contact-div {
  padding-top: 60px;
}

.form-field-2 {
  border: 1px solid var(--gold);
  background-color: #fff0;
  border-radius: 0;
  min-width: 200px;
  margin-top: 8px;
  margin-bottom: 20px;
  padding: 40px 16px 40px 32px;
  font-size: 14px;
  color: var(--white);
}

.form-field-2::placeholder {
  color: var(--grey);
  font-weight: 400;
}

.form-field-2.text {
  min-height: 160px;
}

.checkbox-div {
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.checkbox {
  border: 1px solid var(--gold);
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  border: 1px solid var(--gold);
  background-color: var(--gold);
  background-image: url('../images/Mask.svg');
  background-position: 0 0;
  background-size: auto;
}

.form-field-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.col-2 {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.col-2.lg-8 {
  width: 66.66%;
}

.col-2.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col-2.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col-2.lg-3 {
  flex: none;
  width: 25%;
}

.row-2 {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.checkbox-label {
  margin-left: 8px;
  font-size: 16px;
}

.field-label {
  background-color: var(--black);
  color: var(--gold);
  border-radius: 2px;
  margin-left: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  display: block;
  position: absolute;
}

.button-2 {
  background-color: #0085e8;
  border: 1px #0085e8;
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.button-2:hover {
  color: #fff;
  background-color: #0085e8;
  border: 1px #096ad0;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.button-2.ghost {
  box-shadow: none;
  color: #0085e8;
  background-color: #0000;
  border: 1px solid #0085e8;
}

.button-2.ghost:hover {
  color: #fff;
  background-color: #0085e8;
  background-image: none;
  transform: none;
}

.button-2.ghost-red {
  box-shadow: none;
  color: #de117c;
  background-color: #0000;
  border: 1px solid #de117c;
}

.button-2.ghost-red:hover {
  color: #fff;
  background-color: #de117c;
  background-image: none;
  transform: none;
}

.button-2.ghost-red.nav-button {
  margin-left: 32px;
  font-size: 14px;
}

.consent-primary {
  display: block;
}

.link-text {
  color: #0085e8;
}

.consent-options {
  display: none;
}

.consent-checkbox-div {
  justify-content: space-around;
  display: flex;
}

.consent-checkbox {
  align-items: center;
  margin-right: 0;
  font-size: 16px;
  display: flex;
}

.cookie-button-div {
  justify-content: space-around;
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cookie-banner {
  z-index: 1000;
  background-color: #d5cbac33;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.consent-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.paragraph-small-2 {
  font-size: 14.5px;
  font-weight: 300;
}

.consent-wrap {
  background-color: var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.form-field-3 {
  border: 2px solid var(--grey);
  background-color: #fff;
  border-radius: 0;
  min-width: 200px;
  margin-top: 8px;
  margin-bottom: 20px;
  padding: 40px 16px 40px 32px;
  font-size: 14px;
}

.form-field-3::placeholder {
  color: #0009;
  font-weight: 400;
}

.form-field-3.text {
  min-height: 160px;
}

.nav-content-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.nav-content-wrap-2.flex-horizontal-left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.nav-link-details-2 {
  color: #2b2b2b;
  font-size: 14px;
}

.b1-middle {
  background-color: #858eca;
  width: 4px;
  height: 0;
}

.nav-link-4 {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 20px 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link-4:hover {
  color: #de117c;
}

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

.navigation-link-block-mob {
  color: #283338;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 22px;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-block-mob:hover {
  color: #7735f6;
  background-color: #7735f60d;
}

.logo-2 {
  flex: 1;
  margin-left: 0;
  position: static;
}

.logo-2.w--current {
  flex: 1;
}

.navigation-mob-2 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-wrap {
  z-index: 100;
  background-color: var(--black);
  width: 100%;
  height: 80px;
  position: fixed;
  box-shadow: 0 0 16px -5px #0000001a;
}

.dropdown-2 {
  margin-right: 20px;
  font-size: 14px;
  position: static;
}

.navigation {
  z-index: 9;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-logo-2 {
  flex: none;
  width: 120px;
}

.navigation-full {
  z-index: 9;
  border-bottom: 1px #3d424b12;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.b1-bar2 {
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.nav-title {
  margin-bottom: 10px;
  font-size: 16px;
}

.b1-bar3 {
  background-color: #858eca;
  width: 30px;
  height: 4px;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.b1-bar1 {
  background-color: #858eca;
  width: 30px;
  height: 4px;
}

.nav-menu-2 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.navigation-link-block {
  color: #3b3b3b;
  cursor: pointer;
  background-color: #0000;
  border-radius: 4px;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.navigation-link-block:hover {
  color: #de117c;
  transform: translate(0, -4px);
}

.navigation-link-block.border-left {
  border-left: 1px solid #0000001a;
}

.burger-1 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.dropdown-list-4 {
  min-width: 100%;
  position: absolute;
}

.dropdown-list-4.w--open {
  background-color: #fff;
  display: flex;
  position: absolute;
  inset: 80px 0 auto;
  box-shadow: 0 13px 20px -13px #00000014;
}

.drop-arrow-plain {
  margin: 0 5px 0 8px;
  font-size: 14px;
  position: static;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1472px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.dropdown-toggle {
  align-items: center;
  padding-left: 24px;
  padding-right: 16px;
  font-size: .8em;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #de117c;
}

.body {
  line-height: 1.5em;
}

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

.footer-title {
  color: var(--white);
  letter-spacing: .2ch;
  font-weight: 600;
}

.footer-title.margin-bottom {
  letter-spacing: .1ch;
}

.footer-col {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.paragraph {
  line-height: 1.5em;
}

.language-text {
  text-decoration: none;
}

.b4-bar1 {
  background-color: #000;
  width: 16px;
  height: 2px;
}

.nav-open-wrap {
  background-color: #826f57;
  background-image: linear-gradient(#826f57cc, #826f57cc), url('../images/Untitled-1Artboard-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  height: 0%;
  position: absolute;
}

.language-switch {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.language-switch.mobile {
  display: none;
}

.b4-bar-2 {
  background-color: #000;
  width: 32px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.full-screen-nav-open {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1472px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-link-container {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.b4-bar3 {
  float: right;
  background-color: #000;
  width: 16px;
  height: 2px;
}

.navigation-wrap-2 {
  z-index: 100;
  flex-direction: column;
  width: 100%;
  height: 56px;
  display: block;
  position: relative;
}

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

.nav-logo-3 {
  flex: none;
  width: 160px;
}

.burger-4 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: relative;
}

.navbar-2 {
  background-color: #826f57;
  flex-direction: row;
  width: 100%;
  height: 56px;
}

.nav-link-5 {
  color: #000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  font-size: 1.25em;
  font-weight: 500;
  text-decoration: none;
}

.burger-bar-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.footer-link-2 {
  opacity: 1;
  color: #000;
  letter-spacing: .1ch;
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14.4px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link-2:hover, .footer-link-2.w--current {
  opacity: 1;
}

.paragraph-small-3 {
  color: #3b3b3b;
  font-size: .8em;
  font-weight: 300;
}

.section-2 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-2.footer {
  background-color: #826f57;
  padding-top: 80px;
  padding-bottom: 20px;
}

.section-2.contact-form-bg {
  background-image: linear-gradient(#000 2%, #00000003), linear-gradient(#000000e6, #000000e6), url('../images/Untitled-1Artboard-1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.black-text {
  color: #000;
}

.flex-horizontal-2 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.flex-horizontal-2.justify-center {
  justify-content: center;
}

.flex-horizontal-2.justify-sided {
  justify-content: space-between;
}

.flex-horizontal-2.justify-sided.margin-bottom-16px {
  margin-bottom: 0;
}

.flex-horizontal-2.justify-sided.margin-bottom-16px.relative {
  position: relative;
}

.flex-horizontal-2.justify-right {
  justify-content: flex-end;
}

.footer-link-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.dark-gold-text {
  color: #826f57;
}

.checkbox-label-2 {
  margin-left: 16px;
  font-size: 16px;
}

.form-2 {
  width: 100%;
  margin-bottom: 0;
}

.contact-form-container-2 {
  width: 100%;
}

.contact-form-container-2.card-bg {
  background-color: #0000;
  padding-left: 60px;
  padding-right: 60px;
}

.button-3 {
  color: #fff;
  background-color: #826f57;
  border: 1px solid #826f57;
  border-radius: 0;
  padding: 8px 56px;
  font-size: 16px;
  font-weight: 200;
  transition: all .75s cubic-bezier(.23, 1, .32, 1);
}

.button-3:hover {
  color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #826f574d;
}

.button-3.submit {
  color: #000;
  font-weight: 300;
}

.button-3.submit:hover {
  box-shadow: 0 6px 20px #826f571a;
}

.checkbox-2 {
  border-color: #826f57;
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 5px;
}

.checkbox-2.w--redirected-checked {
  background-color: #826f57;
  border-color: #826f57;
}

.error-message {
  text-align: center;
  background-color: #cac5c1;
  background-image: linear-gradient(#e4010133, #e4010133);
  margin-top: 40px;
  padding: 16px;
}

.headline-underline {
  background-color: #826f57;
  width: 48px;
  height: 2px;
  margin-bottom: 40px;
}

.form-field-4 {
  color: #826f57;
  background-color: #0000;
  border: 1px solid #826f57;
  border-radius: 0;
  min-width: 200px;
  margin-top: 8px;
  margin-bottom: 20px;
  padding: 32px 16px 32px 32px;
  font-size: 14px;
}

.form-field-4::placeholder {
  color: #826f57;
  font-weight: 400;
}

.form-field-4.text {
  min-height: 160px;
}

.checkbox-div-2 {
  color: #826f57;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.b1-bar1-2, .b1-bar3-2 {
  background-color: #858eca;
  width: 30px;
  height: 4px;
}

.logo-3 {
  flex: 1;
  position: static;
}

.logo-3.w--current {
  flex: 1;
}

.nav-link-6 {
  color: #3e3973;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-6:hover {
  color: #57afb9;
}

.nav-link-6.lang {
  margin-left: 8px;
}

.nav-link-6.dropdown {
  width: 100%;
}

.dropdown-list-5 {
  border-radius: 8px;
}

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

.b1-bar2-2 {
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.dropdown-toggle-2 {
  color: #3e3973;
  align-items: center;
  padding-left: 24px;
  padding-right: 16px;
  font-size: 1em;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.navigation-2 {
  z-index: 9;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-logo-4 {
  flex: none;
  width: 64px;
}

.nav-menu-3 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.b1-middle-2 {
  background-color: #858eca;
  width: 4px;
  height: 0;
}

.button-4 {
  color: #fff;
  background-color: #3e3973;
  border: 1px solid #3e3973;
  border-radius: 100px;
  padding: 10px 25px;
  font-size: 1em;
  font-weight: 500;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.button-4:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px 8px #57afb980;
}

.button-4.ghost {
  box-shadow: none;
  color: #3e3973;
  background-color: #0000;
  border: 1px solid #3e3973;
}

.button-4.ghost:hover {
  color: #fff;
  background-color: #3e3973;
  background-image: none;
  transform: none;
}

.button-4.ghost.nav {
  margin-left: 24px;
}

.dropdown-3 {
  position: relative;
}

.navigation-wrap-3 {
  z-index: 100;
  background-color: #fff;
  width: 100%;
  height: 80px;
  position: relative;
  box-shadow: 0 0 16px -5px #0000001a;
}

.dropdown-list-6.w--open {
  background-color: #fff;
  border: 1px solid #000000b3;
  border-radius: 0 0 4px 4px;
  padding-top: 12px;
  top: 59px;
}

.search-icon {
  opacity: 1;
  width: 32px;
  position: absolute;
  top: 4px;
  left: 4px;
}

.dropdown-4 {
  font-size: 14px;
}

.logo-4 {
  flex: 1;
  position: static;
}

.logo-4.w--current {
  flex: 1;
}

.search {
  display: flex;
  position: relative;
}

.b1-bar3-3 {
  background-color: #858eca;
  width: 30px;
  height: 4px;
}

.login-icon {
  width: 24px;
  padding-bottom: 2px;
}

.text-block-3 {
  color: #1f2c3d;
}

.nav-menu-4 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu-4.md-out-side-menu.sd {
  display: none;
}

.login {
  background-color: #0000;
  font-size: 14px;
}

.navigation-wrap-4 {
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #000;
  width: 100%;
  position: relative;
}

.nav-logo-5 {
  width: 140px;
}

.button-5 {
  color: #ffffffe6;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
  padding: 12px 32px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.button-5:hover {
  color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.drop-arrow-plain-2 {
  color: #1f2c3d;
  margin: 0 5px 0 8px;
  font-size: 14px;
  position: static;
}

.nav-link-7 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 14px;
  text-decoration: none;
}

.nav-link-7:hover {
  color: #2d4739;
}

.nav-link-7.dropdown {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}

.b1-bar1-3 {
  background-color: #858eca;
  width: 30px;
  height: 4px;
}

.navigation-3 {
  z-index: 9;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.navigation-container-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1472px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.b1-bar2-3 {
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.dropdown-toggle-3 {
  color: #5fad56;
  align-items: center;
  padding: 16px 16px 16px 24px;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle-3:hover {
  color: #2d4739;
}

.search-input {
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
  margin-bottom: 8px;
  padding-left: 40px;
  font-size: 14px;
}

.b1-middle-3 {
  background-color: #858eca;
  width: 4px;
  height: 0;
}

.shopping-bag {
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.shopping-bag.md-up-hide {
  display: none;
}

._100-width {
  width: 100%;
}

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

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

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

.services-text {
  font-size: 1.25em;
  font-weight: 700;
}

.line-div {
  background-color: var(--gold);
  width: 100%;
  height: 1px;
}

.line-div.full-screen-horizontal {
  z-index: 20;
  width: 150%;
  position: absolute;
  inset: 0% auto auto -20%;
}

.line-div.full-screen-horizontal.last {
  inset: auto auto 0% -25%;
}

.line-div.vertical {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 50% auto;
}

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

.space-border-div {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

.col-full-height.lg-4 {
  width: 33.33px;
}

.bg-color-div-gold-left {
  z-index: -10;
  background-color: var(--gold);
  width: 150%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg-color-div-black-right {
  z-index: -10;
  background-color: var(--black);
  width: 150%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.line-div-anim-trigger {
  flex: 1;
  align-self: flex-start;
}

.side-image-misc-right {
  z-index: -1;
  border: 1px solid var(--gold);
  width: 100%;
  height: 100%;
  position: absolute;
}

.relative {
  position: relative;
}

.side-image-misc-left {
  z-index: -1;
  border: 1px solid var(--gold);
  width: 100%;
  height: 100%;
  position: absolute;
}

.half-screen-image-container-left-2 {
  background-image: url('../images/ugyvedi-munkadij_1ugyvedi-munkadij.avif');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.line-div-md {
  display: none;
}

@media screen and (min-width: 1280px) {
  .contact-form-container-2.card-bg {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media screen and (min-width: 1440px) {
  .testimonial-container {
    width: 80%;
  }

  .section-2.contact-form-bg {
    background-image: linear-gradient(#000 2%, #00000003 26%), linear-gradient(#000000e6, #000000e6), url('../images/Untitled-1Artboard-1.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .footer-link-container {
    width: 80%;
  }
}

@media screen and (min-width: 1920px) {
  .contact-form-container-2.card-bg {
    padding-left: 160px;
    padding-right: 160px;
  }

  .navigation-wrap-3, .navigation-wrap-4 {
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .section.full-screen {
    min-height: auto;
    display: block;
  }

  .section.full-screen.background-image {
    min-height: auto;
    padding-top: 120px;
  }

  .section.full-screen.md-normal {
    height: auto;
    min-height: auto;
    display: block;
  }

  .section.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.half-screen-background-image, .section.half-screen-background-image.right {
    background-size: 48%;
  }

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

  .container.space-around {
    flex-wrap: wrap;
  }

  .container.lg-negative-margins {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container.navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .container.mobile-nav {
    flex-direction: row;
    align-items: center;
    display: flex;
    position: fixed;
  }

  .grid {
    flex-flow: wrap;
    place-content: stretch space-between;
    align-items: stretch;
    height: 100vh;
  }

  .block {
    flex: 0 0 100%;
    align-self: stretch;
    width: auto;
    min-height: auto;
  }

  .block.mobile {
    flex-basis: 25%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col {
    width: 100%;
    margin-bottom: 0;
  }

  .col.lg-4.align-bottom.md-4 {
    width: 100%;
  }

  .col.lg-4.flex-stretch.md-4 {
    flex-wrap: nowrap;
  }

  .col.lg-4.md-4 {
    width: 100%;
  }

  .col.lg-4.md-3 {
    width: 75%;
  }

  .col.lg-4.md-33 {
    width: 33.33%;
  }

  .col.lg-3 {
    flex-wrap: nowrap;
  }

  .col.lg-3._1-col-in-mobile {
    width: 25%;
  }

  .col.lg-3._2-col-in-mobile {
    width: 50%;
  }

  .col.lg-3.md-4 {
    width: 100%;
  }

  .col.lg-3.md-2 {
    width: 50%;
  }

  .col.lg-3.no-padding {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .col.lg-3.hidden-md-down {
    display: none;
  }

  .col.lg-3.md-1 {
    width: 25%;
  }

  .col.lg-1, .col.lg-1.empty, .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom {
    margin-bottom: 40px;
  }

  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom.md-centre-align {
    align-items: center;
  }

  .col.lg-6.md-3 {
    width: 75%;
  }

  .col.lg-6.md-4 {
    width: 100%;
  }

  .col.lg-2.md-1 {
    width: 25%;
  }

  .col.lg-2.md-33 {
    width: 33.33%;
  }

  .col.lg-2.md-2 {
    width: 50%;
  }

  .col.lg-2.hidden-md-down {
    display: none;
  }

  .col.lg-2.md-4, .col.lg-5.md-4 {
    width: 100%;
  }

  .col.lg-5.md-3 {
    width: 75%;
  }

  .col.lg-8.md-4 {
    width: 100%;
  }

  .col.md-1 {
    width: 25%;
  }

  .col.md-2 {
    width: 50%;
  }

  .col.md-3 {
    width: 75%;
  }

  .col.md-4 {
    width: 100%;
  }

  .col.md-align-center {
    align-items: center;
  }

  .col.md-align-left {
    align-items: flex-start;
  }

  .col.md-align-right {
    align-items: flex-end;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .row {
    flex-direction: row;
  }

  .row.flex-horizontal.blue.padding {
    margin-left: -20px;
    margin-right: -20px;
  }

  .row.flex-horizontal.no-bottom-margin {
    flex-wrap: wrap;
  }

  .row.no-bottom-margins {
    margin-bottom: 0;
  }

  .row.align-centre {
    justify-content: center;
  }

  .row.md-reverse-layout {
    flex-flow: column-reverse wrap;
  }

  .row.md-reverse-layout.md-centre-align {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .navbar {
    align-items: center;
    padding-top: 37px;
    padding-bottom: 37px;
  }

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

  .margin-bottom.md-centre-align {
    text-align: center;
  }

  .page-preview-link {
    height: 22px;
  }

  .price-table-container {
    text-align: center;
    margin-bottom: 30px;
  }

  .price-table-container.link {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .service-icon {
    margin-right: 0;
    display: flex;
  }

  .service-icon._2 {
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    display: flex;
    overflow: scroll;
  }

  .nav-link-2 {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .nav-link-2.border {
    flex: 0 auto;
  }

  .nav-link-2.dropdown {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link-2.dropdown:hover {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-bottom: 24px;
  }

  .nav-link-2.burger-nav {
    opacity: 1;
  }

  .menu-button-2 {
    color: #2e323c;
    display: block;
    position: relative;
  }

  .menu-button-2.w--open {
    color: var(--mallow);
    background-color: #0000;
  }

  .nav-bar {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-logo {
    flex: 1;
  }

  .logo-navbar.white {
    width: 70px;
  }

  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .phone-image {
    max-width: 82%;
  }

  .phone-image.negative-margins {
    max-width: 50%;
    margin-bottom: -382px;
  }

  .hidden-lg-down {
    display: none;
  }

  .md-1 {
    width: 25%;
  }

  .md-2 {
    width: 50%;
  }

  .md-3 {
    width: 75%;
  }

  .md-4 {
    width: 100%;
  }

  .slide.small {
    width: 80%;
  }

  .inline-form {
    width: 100%;
  }

  .flex-horizontal.md-vertical {
    flex-direction: column;
  }

  .flex-horizontal.md-vertical.md-reverse {
    flex-direction: column-reverse;
  }

  .flex-horizontal.md-reverse {
    flex-wrap: wrap-reverse;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .centred-logo-container {
    display: block;
  }

  .nav-link {
    width: 100%;
  }

  .components-wrapper {
    border-style: solid none;
  }

  .hover.hover-on-image {
    opacity: 1;
    background-color: #0000;
    height: auto;
    padding-left: 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .portrait-container {
    flex-direction: column-reverse;
    display: flex;
  }

  .flex-horizontal-space-between {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .horizontal-short-line {
    margin-left: -30px;
    margin-right: -30px;
  }

  .team-small-container-1 {
    margin-bottom: 40px;
    display: flex;
  }

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

  .computer-picture {
    max-width: 70vw;
  }

  .app-download-button {
    width: 130px;
  }

  .app-download-container {
    display: flex;
  }

  .feature-icon-horizontal {
    margin-bottom: 20px;
  }

  .value-proposition-container {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .value-proposition-hero-image {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .computer-image {
    width: 70%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

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

  .side-image.lightbox-video {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-image.lg-hide {
    display: block;
  }

  .border-to-edge-picture {
    height: 500px;
  }

  .footer-social-links-container {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .social-media-icons-contianer {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-logo-2 {
    margin-bottom: 40px;
  }

  .div-block-49 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .md-align-centre {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-50 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-nav {
    background-color: var(--midnight-blue\<deleted\|variable-d738ba4d\>);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .white-burger {
    color: #fff;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: var(--midnight-blue\<deleted\|variable-d738ba4d\>);
  }

  .nav-link-3 {
    background-color: var(--midnight-blue\<deleted\|variable-d738ba4d\>);
    color: #fff;
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-top: 31px;
    padding-bottom: 31px;
    display: flex;
  }

  .nav-menu-container {
    background-color: var(--midnight-blue\<deleted\|variable-d738ba4d\>);
    width: 100%;
    min-height: 100vh;
    display: flex;
    position: absolute;
    top: 60px;
  }

  .nav-dropdown-link {
    float: left;
    color: #fff;
    background-color: #096ad033;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .dropdown-list {
    background-color: var(--midnight-blue\<deleted\|variable-d738ba4d\>);
  }

  .dropdown-list.w--open {
    height: 50vh;
    overflow: auto;
  }

  .brand {
    flex: 1;
  }

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

  .transparent-overlay {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .burger-icon {
    color: var(--mallow);
  }

  .dropdown-link-text {
    margin-right: 0;
  }

  .dropdown-chevron {
    flex: 0 auto;
  }

  .dropdown {
    flex: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .dropdown-list-2.w--open {
    flex-flow: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nav-cta-button-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .small-slide {
    width: 100%;
  }

  .partner-logo-container {
    justify-content: center;
    width: 50%;
    display: flex;
  }

  .date-container {
    flex-wrap: wrap;
  }

  .negative-margin {
    margin-left: -19px;
  }

  .container-2 {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .how-it-works-line {
    top: 245px;
  }

  .how-it-works-tab {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .footer-newsletter-form-container {
    width: 100%;
    margin-top: 40px;
  }

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

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

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

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

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

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

  .half-screen-image-container-right {
    width: 100%;
    height: 50%;
    inset: auto 0% 0%;
  }

  .half-screen-image-container-left {
    width: 100%;
    height: 50%;
    display: none;
    inset: auto 0% 0%;
  }

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

  .col-2 {
    width: 100%;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .col-2.lg-8.md-4 {
    width: 100%;
  }

  .col-2.lg-4 {
    width: 50%;
  }

  .col-2.lg-4.md-4 {
    width: 100%;
  }

  .col-2.lg-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .row-2 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row-2.md-vertical-invert {
    flex-direction: column-reverse;
  }

  .consent-wrap {
    width: 90%;
  }

  .nav-content-wrap-2 {
    padding-left: 10px;
  }

  .b1-middle {
    background-color: #333;
  }

  .navigation-link-block-mob {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation-link-block-mob:hover {
    background-color: #0000;
  }

  .navigation-mob-2 {
    flex-direction: row;
    justify-content: center;
    padding: 25px 3%;
    display: flex;
    position: static;
  }

  .mobile-dropdown-2, .mobile-toggle {
    width: 100%;
  }

  .nav-logo-2 {
    flex: 1;
  }

  .navigation-full {
    background-color: #fff;
  }

  .b1-bar2 {
    background-color: #333;
  }

  .mob-burger {
    padding: 0;
  }

  .mob-burger.w--open {
    background-color: #0000;
  }

  .nav-title {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .b1-bar3 {
    background-color: #333;
  }

  .mobile-nav-2 {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .dropdown-list-mob {
    background-color: #fff;
  }

  .dropdown-list-mob.w--open {
    padding-bottom: 10px;
    box-shadow: 11px 59px 55px #5252520d;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .b1-bar1 {
    background-color: #333;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    overflow: scroll;
  }

  .navigation-link-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .burger-1 {
    box-shadow: none;
    background-color: #0000;
  }

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

  .md-no-margin-bottom {
    margin-bottom: 0;
  }

  .nav-link-container {
    flex-direction: column;
    justify-content: space-around;
  }

  .nav-logo-3 {
    flex: 1;
  }

  .navbar-2 {
    align-items: center;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .contact-form-container-2.card-bg {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .b1-bar1-2, .b1-bar3-2 {
    background-color: var(--gold);
    border-radius: 50px;
  }

  .nav-link-6 {
    display: block;
  }

  .nav-link-6.lang {
    margin-left: 0;
  }

  .nav-link-6.dropdown {
    width: auto;
    font-weight: 300;
  }

  .dropdown-list-5 {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .dropdown-list-5.w--open {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .b1-bar2-2 {
    background-color: var(--gold);
    border-radius: 50px;
  }

  .nav-logo-4 {
    flex: 1;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }

  .b1-middle-2 {
    background-color: var(--black);
    border-radius: 50px;
  }

  .mob-menu-button {
    padding: 0;
  }

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

  .button-4.ghost.nav {
    margin-left: 0;
  }

  .dropdown-3 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .dropdown-list-6 {
    background-color: #5fad56;
  }

  .dropdown-4 {
    flex-direction: column;
    display: flex;
  }

  .b1-bar3-3 {
    background-color: #000;
    border-radius: 8px;
  }

  .nav-menu-4 {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    overflow: scroll;
  }

  .nav-menu-4.md-out-side-menu {
    flex-direction: row;
    width: auto;
    padding-bottom: 0;
  }

  .nav-logo-5 {
    flex: none;
    width: 140px;
  }

  .nav-link-7 {
    width: 100%;
    display: block;
  }

  .b1-bar1-3 {
    background-color: #000;
    border-radius: 8px;
  }

  .navigation-3 {
    display: block;
  }

  .b1-bar2-3, .b1-middle-3 {
    background-color: #000;
    border-radius: 8px;
  }

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

  .line-div.vertical.md-hide {
    display: none;
  }

  .bg-color-div-gold-left, .bg-color-div-black-right {
    inset: 0% 0% 0% -25%;
  }

  .half-screen-image-container-left-2 {
    width: 100%;
    height: 50%;
    display: none;
    inset: auto 0% 0%;
  }

  .line-div-md {
    background-color: var(--gold);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 2.441em;
  }

  h2 {
    font-size: 1.953em;
  }

  h3 {
    font-size: 1.563em;
  }

  h4 {
    font-size: 1.25em;
  }

  h5 {
    font-size: 1em;
  }

  .section.full-screen.background-image {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section.wider-padding.background-image {
    height: 400px;
  }

  .section.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.half-screen-background-image, .section.half-screen-background-image.right {
    background-size: cover;
  }

  .section.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .section.hide-sm-down {
    display: none;
  }

  .container.space-around {
    justify-content: space-around;
  }

  .block {
    flex: 0 0 100%;
  }

  .block.mobile {
    flex-basis: 50%;
  }

  .block.lg-50, .col.lg-4.sm-2 {
    width: 100%;
  }

  .col.lg-4.sm-2.sm-no-margin-bottom {
    margin-bottom: 0;
  }

  .col.lg-3.no-padding.sm-2 {
    width: 50%;
  }

  .col.lg-3.flex-stretch.md-2.sm-2 {
    width: 100%;
  }

  .col.lg-3.sm-1 {
    width: 50%;
  }

  .col.lg-3.sm-2 {
    width: 100%;
  }

  .col.lg-6.centre-align {
    width: 75%;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-6.md-3.sm-2 {
    width: 100%;
  }

  .col.lg-6.sm-margin-bottom {
    align-items: stretch;
    margin-bottom: 40px;
  }

  .col.lg-2.sm-1 {
    width: 50%;
  }

  .col.lg-5.bottom-margin-mobile {
    margin-bottom: 40px;
  }

  .col.lg-5.sm-no-bottom-margin {
    margin-bottom: 0;
  }

  .col.lg-8.centre-align.sm-2, .col.lg-8.sm-2 {
    width: 100%;
  }

  .col.sm-1 {
    width: 50%;
  }

  .col.sm-2 {
    width: 100%;
  }

  .col.sm-align-left {
    align-items: flex-start;
  }

  .col.sm-align-center {
    align-items: center;
  }

  .col.sm-align-right {
    align-items: flex-end;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .row.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .row.sm-reverse {
    flex-direction: column-reverse;
  }

  .row.sm-no-wrap {
    flex-wrap: nowrap;
  }

  .row.margin-bottom.sm-reverse-layout {
    flex-direction: column-reverse;
  }

  .form-field.side-margins.no-bottom-margins {
    min-width: auto;
  }

  .page-preview-link {
    height: 220px;
  }

  .price-table-container {
    padding: 40px;
  }

  .footer-logo {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }

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

  .contact-form-container.card {
    padding: 40px;
  }

  .question-container {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-text {
    margin-top: 8px;
  }

  .nav-logo-div.absolute-center {
    width: auto;
    position: relative;
  }

  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .logo-navbar.white {
    width: 60px;
  }

  .partner-logo {
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .phone-image {
    border-bottom: 1px solid var(--mallow);
    max-width: 60%;
    margin-bottom: 40px;
  }

  .phone-image.negative-margins {
    max-width: 70%;
    margin-bottom: -409px;
  }

  .sm-1 {
    width: 50%;
  }

  .hidden-md-down {
    display: none;
  }

  .sm-2 {
    width: 100%;
  }

  .sm-align-centre {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-arrow {
    font-size: 28px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .flex-horizontal-space-between {
    flex-direction: row;
    justify-content: space-between;
  }

  .flex-horizontal-space-between.footer {
    flex-direction: column;
  }

  .horizontal-short-line {
    margin-left: -40px;
    margin-right: -40px;
  }

  .team-small-container-1 {
    margin-bottom: 30px;
  }

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

  .value-proposition-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .border-to-edge-picture {
    height: 400px;
  }

  .big-blog-thumbnail-container.no-bottom-margins {
    margin-bottom: 40px;
  }

  .social-media-icons-container-2 {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-social-links-container {
    margin-top: 40px;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-logo-2 {
    padding-left: 0;
  }

  .centred-logo {
    margin-left: 30px;
  }

  .play-icon {
    width: 50px;
  }

  .small-slide {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .step-content {
    text-align: left;
    flex: 1;
  }

  .how-it-works-step {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .circle {
    flex-wrap: nowrap;
    margin-right: 40px;
  }

  .circle.no-margins {
    margin-right: 0;
  }

  .footer-newsletter-form-container {
    margin-top: 20px;
  }

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

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

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

  .testimonial {
    font-size: 28px;
  }

  .col-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2.lg-6 {
    width: 100%;
  }

  .row-2 {
    flex-wrap: wrap;
  }

  .consent-checkbox-div {
    flex-direction: column;
  }

  .cookie-button-div {
    flex-direction: column;
    width: 100%;
  }

  .paragraph-small-2 {
    font-size: 12.8px;
  }

  .consent-wrap {
    padding: 20px;
  }

  .burger-1 {
    width: 56px;
    height: 56px;
  }

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

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

  .language-switch {
    display: none;
  }

  .language-switch.mobile {
    margin-right: 0;
    display: block;
  }

  .language-switch.mobile.nav-link {
    width: auto;
    height: auto;
  }

  .section-2 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .flex-horizontal-2.justify-sided.margin-bottom-16px.relative {
    width: auto;
  }

  .checkbox-2 {
    margin-top: 3px;
  }

  .search {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-4.md-out-side-menu {
    display: none;
  }

  .nav-menu-4.md-out-side-menu.sd {
    flex-direction: column;
    display: block;
  }

  .nav-logo-5 {
    width: 120px;
  }

  .navigation-container-2 {
    flex-direction: row;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .shopping-bag.md-up-hide {
    width: auto;
    height: auto;
    margin-right: 8px;
    display: block;
  }

  .sm-no-margin-bottom {
    margin-bottom: 0;
  }

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

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

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

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

@media screen and (max-width: 479px) {
  .section.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .section.full-screen.md-normal {
    height: 800px;
  }

  .section.half-screen-background-image, .section.half-screen-background-image.right {
    background-position: 50%;
  }

  .section.page-header {
    padding-top: 80px;
  }

  .section.page-header.image, .section.page-header.style-guide {
    padding-bottom: 80px;
  }

  .section.image {
    background-image: linear-gradient(#0000, #0000), url('../images/rolunk-headerv2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .container.space-around {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .container.lg-negative-margins {
    align-items: flex-start;
  }

  .container.mobile-nav {
    position: relative;
  }

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

  .grid {
    flex-wrap: wrap;
  }

  .block {
    flex: 0 0 100%;
  }

  .block.lg-50 {
    padding: 40px;
  }

  .col {
    padding-left: 8px;
    padding-right: 8px;
  }

  .col.lg-4.centre-align.xs-margin-bottom {
    margin-bottom: 20px;
  }

  .col.lg-4.md-3.xs-2 {
    width: 100%;
  }

  .col.lg-4.xs-1 {
    width: 50%;
  }

  .col.lg-4.md-33.xs-2, .col.lg-3._2-col-in-mobile, .col.lg-3.md-2.sm-2, .col.lg-3.md-2.xs-2, .col.lg-3.sm-1.flex-stretch.xs-2, .col.lg-3.sm-1.xs-2, .col.lg-6.centre-align {
    width: 100%;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-6.sm-1.xs-2, .col.lg-6.md-3.xs-2, .col.lg-2.md-1.sm-1.xs-2, .col.lg-2.md-33.xs-2, .col.lg-5.md-3.xs-2 {
    width: 100%;
  }

  .col.xs-1 {
    width: 50%;
  }

  .col.xs-2 {
    width: 100%;
  }

  .col.xs-align-left {
    align-items: flex-start;
  }

  .col.xs-align-center {
    align-items: center;
  }

  .col.xs-align-right {
    align-items: flex-end;
  }

  .row {
    flex-direction: column;
  }

  .row.flex-horizontal {
    flex-direction: row;
  }

  .row.xs-align-left {
    align-items: flex-start;
  }

  .row.xs-align-right {
    align-items: flex-end;
  }

  .row.xs-align-center {
    align-items: center;
  }

  .button.ghost.margin-bottom-12px {
    margin-bottom: 12px;
  }

  .button.form-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-field.no-bottom-margins {
    min-width: auto;
  }

  .form-field.side-margins.no-bottom-margins {
    margin-bottom: 40px;
  }

  .page-preview-link {
    height: 160px;
  }

  .price-table-container {
    padding: 35px;
  }

  .footer-logo {
    display: block;
  }

  .footer-link.spacing {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-link.spacing.last {
    margin-right: 16px;
  }

  .footer-link.no-padding.first {
    margin-left: -12px;
  }

  .footer-link.no-padding.last {
    margin-right: -10px;
  }

  .footer-link.first {
    margin-left: -10px;
  }

  .footer-link.last {
    margin-right: -10px;
  }

  .social-media-icon {
    padding: 0;
  }

  .contact-form-container {
    padding: 32px 0;
  }

  .contact-form-container.card.white-background {
    padding: 25px 30px 20px;
  }

  .contact-form-container.light-blue.padding {
    padding: 20px;
  }

  .contact-form-container.card {
    padding: 20px 30px;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .answer {
    padding-left: 0;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 0;
  }

  .menu-button-2 {
    flex: 0 auto;
    margin-right: 0;
  }

  .nav-bar {
    position: relative;
  }

  .partner-logo {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .phone-image {
    max-width: 80%;
  }

  .phone-image.negative-margins {
    max-width: 90%;
    margin-bottom: -456px;
  }

  .xs-1 {
    width: 50%;
  }

  .xs-2 {
    width: 100%;
  }

  .slider-arrow {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
  }

  .slide-nav {
    height: 32px;
    font-size: 8px;
  }

  .flex-horizontal.xs-vertical {
    flex-direction: column;
  }

  .flex-horizontal.xs-vertical.xs-reverse {
    flex-direction: column-reverse;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-small-container {
    margin-bottom: 30px;
  }

  .form-with-button {
    flex-direction: column;
  }

  .form-with-button.inline-form, .form-with-button.horizontal {
    flex-direction: row;
  }

  .testimonial-container {
    padding: 0;
  }

  .quotation-mark {
    width: 30px;
    margin-top: -30px;
    margin-left: -10px;
    margin-right: 0;
    position: absolute;
  }

  .flex-horizontal-space-between {
    align-items: center;
  }

  .horizontal-short-line {
    margin-left: -35px;
    margin-right: -35px;
  }

  .team-container {
    margin-bottom: 0;
  }

  .short-paragraph {
    width: 100%;
  }

  .computer-picture {
    max-width: 80vw;
  }

  .app-download-button {
    width: 110px;
  }

  .app-download-container {
    flex-direction: row;
  }

  .computer-image {
    width: 110%;
  }

  .side-image.lightbox-video {
    width: 100%;
  }

  .social-media-icons-container-2 {
    justify-content: space-between;
  }

  .horizontal-footer-links-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-social-links-container {
    justify-content: space-around;
    margin-top: 40px;
    display: flex;
  }

  .social-media-icons-contianer {
    display: flex;
  }

  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0;
  }

  .div-block-49 {
    text-align: left;
    align-items: flex-start;
  }

  .play-icon {
    width: 40px;
  }

  .mobile-nav {
    width: 100%;
    position: fixed;
  }

  .nav-menu-container, .dropdown-list.w--open {
    overflow: auto;
  }

  .icon-2 {
    position: absolute;
  }

  .small-slide {
    margin-left: 0;
    margin-right: 0;
  }

  .left-arrow, .right-arrow {
    width: 60px;
  }

  .value-point-container {
    width: 100%;
    margin-bottom: 40px;
  }

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

  .negative-margin {
    margin-left: -10px;
  }

  .how-it-works-step {
    width: 100%;
  }

  .circle {
    margin-right: 20px;
  }

  .how-it-works-tab {
    text-align: center;
    align-items: center;
  }

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

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

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

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

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

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

  .label-heading {
    margin-bottom: 8px;
  }

  .testimonial {
    text-align: left;
  }

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

  .col-2 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .col-2.lg-4 {
    width: 100%;
  }

  .col-2.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col-2.lg-3 {
    width: 100%;
  }

  .consent-wrap {
    z-index: 1000;
  }

  .navigation-link-block-mob {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-logo-2 {
    flex: none;
    width: 120px;
  }

  .navigation-link-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .xs-no-margin-bottom {
    margin-bottom: 0;
  }

  .nav-open-wrap {
    background-image: linear-gradient(to bottom, null, null), url('../images/Untitled-1Artboard-1.jpg');
    background-position: 0 0, 50% 0;
  }

  .nav-logo-3 {
    flex: none;
  }

  .contact-form-container-2 {
    padding: 0;
  }

  .contact-form-container-2.card-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .button-3.submit {
    text-align: center;
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }

  .dropdown-list-5.w--open {
    overflow: auto;
  }

  .nav-logo-4 {
    flex: none;
  }

  .dropdown-list-6.w--open {
    overflow: auto;
  }

  .shopping-bag.md-up-hide {
    width: auto;
    height: auto;
  }

  .gold-text.mobile {
    font-size: 1.563em;
  }

  .gold.mobile {
    font-size: 1.5631em;
  }

  .mobile {
    font-size: 1.563em;
  }
}

#w-node-_0b5ab8c3-d0c5-d856-9dca-4ca19730801f-4432cb75, #w-node-_3892ddc2-e070-0c17-da2d-d35f13bb0a75-4432cb75, #w-node-_05d030f2-f91c-67ce-3dda-abb1e0991245-4432cb75, #w-node-ae09c9a3-868d-2b8b-c1bd-faf9498b5dca-4432cb75, #w-node-_5869eec3-ed1c-7a37-12bd-e4db6bad3aed-4432cb75, #w-node-_5d608ae7-450a-73b9-2fc2-cd3679ab4c46-4432cb75, #w-node-_753b3caf-83d3-56fc-c51c-2c63e7a88230-4432cb75, #w-node-_1fd8e584-e00d-915c-02bd-37291816cb57-4432cb75, #w-node-_856a03fe-bebf-89c2-182b-2e6487652ead-4432cb75, #w-node-_6fc72308-0eb9-765e-6b2b-12938f879132-4432cb75, #w-node-b740231d-5910-8d1b-cb25-d7e2d131bd84-4432cb75, #w-node-_70705902-a1e8-ce20-f722-4d33f28432dc-4432cb75, #w-node-aa923d7f-14bd-3d03-2c12-98c9c368551f-4432cb75, #w-node-_97f2ce9e-864b-3b2c-8ded-c32b1225d910-4432cb8a, #w-node-_24e60374-5c93-7d73-ae7b-50258dbadc34-4432cb8a, #w-node-_1ab473dd-8a3c-4e2d-e15a-c03bd5a4dbae-4432cb8a, #w-node-_967f5c1c-6688-2919-8e12-74bb45cd582c-4432cb8a, #w-node-b0655f66-6e2d-a39a-992a-cc8eee354c14-4432cb8a, #w-node-_99a57fe8-9230-0671-4ce1-0ab0fec78d64-4432cb8a, #w-node-_1542ade6-d8c7-a9f3-e0b1-00c24c8404f5-4432cb8a, #w-node-_84bdb02a-6c3e-3945-85f8-90fa096b31bc-4432cb8a, #w-node-_2e9e891e-06ce-3106-06b1-3e39910d48cc-4432cb8a, #w-node-cfcad66a-4718-8b1a-6e11-0c902fca9c4e-4432cb8a, #w-node-_357f4ed1-8ff2-b7cb-6224-83c8f8a0893a-4432cb8a, #w-node-ee2bb67e-ea4f-f88a-ae3a-4d758717765e-4432cb8a {
  place-self: start center;
}


