:root {
  --old-lace: #fef7e3;
  --untitled-ui-gray700: #344054;
  --steel-blue: #0470b0;
  --navajo-white: #f8d2a5;
  --coral: #ee7238;
  --dark-slate-grey: #3c4e5a;
  --lynx-white: white;
  --slate-blue: #516381;
  --lynx-black: #1f2022;
  --corner-radius-m: 20px;
  --card-padding-s: 20px;
  --corner-radius-s: 10px;
  --card-padding-m: var(--card-padding-s);
  --corner-radius-l: 100px;
  --gap-s: 10px;
  --honeydew: #d3e1ce;
  --coral-2: #ee723833;
  --gold: #ffcc02;
  --lynx-grey: #797c83;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  background-color: var(--old-lace);
  color: #333;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: var(--untitled-ui-gray700);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--steel-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  color: var(--steel-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #64799b;
  margin-bottom: 10px;
}

a {
  color: #0470b0;
  text-decoration: none;
}

.lynx-hero-oval {
  border-radius: 800px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 450px;
  max-height: 450px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-button {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: none;
  text-shadow: 0 1px 8px #0003;
  background-color: #0470b0;
  border-radius: 50px;
  padding: 22px 36px;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: var(--navajo-white);
  color: var(--coral);
}

.heading-jumbo {
  color: var(--dark-slate-grey);
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 114%;
}

.heading-jumbo.blog {
  margin-bottom: 10px;
}

.tagline {
  color: #854b00;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-image: linear-gradient(#f8d2a58a, #f8d2a58a);
  border: 1px #ee723840;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-flex;
}

.tagline.mt-5 {
  margin-top: 10px;
}

.lynx-block-center-hero {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -30px;
  display: flex;
  position: relative;
}

.lynx-content-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.section.vh-stretch {
  padding-top: 10vh;
  padding-bottom: 10vh;
  overflow: hidden;
}

.section.vh-stretch.mt {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.section.vh-stretch.follow-us {
  justify-content: center;
  align-items: center;
  height: 65vh;
  display: flex;
}

.section.vh-stretch.diff {
  background-image: url('../images/group-8707.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 20vh;
  overflow: hidden;
}

.container {
  width: 80vw;
  max-width: 1080px;
}

.container.card {
  background-color: var(--lynx-white);
  border-radius: 20px;
  padding: 39px;
}

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

.container.ytshorts {
  display: flex;
}

.lynx-image {
  object-fit: cover;
  border: 1px #000;
  border-radius: 30px;
  width: 200px;
  min-width: 100%;
  height: 100px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-image-absolute {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 56%;
  position: absolute;
  inset: auto auto -6% -12%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-left: 50px;
  margin-right: -59px;
  display: flex;
  position: relative;
}

.paragr {
  color: #494949;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 165%;
}

.heading {
  color: var(--untitled-ui-gray700);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

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

.heading.centered.tab-heading.mb-10 {
  margin-bottom: 40px;
}

.lynx-block-left {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 5%;
  display: flex;
}

.lynx-grid-image-right {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-smaller {
  background-color: var(--steel-blue);
  color: #fff;
  text-shadow: 0 1px 12px #0003;
  border-radius: 50px;
  padding: 15px 25px;
  transition: background-color .2s;
}

.button-smaller:hover {
  background-color: var(--navajo-white);
  color: var(--coral);
}

.button-outline {
  border: 1px solid var(--steel-blue);
  color: #026dac;
  text-align: center;
  background-color: #0000;
  border-radius: 50px;
  padding: 14px 24px;
  line-height: 120%;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button-outline:hover {
  background-color: var(--steel-blue);
  color: #fff;
  border-color: #0000;
}

.button-outline.mt-5 {
  margin-top: 20px;
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: grid;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.lynx-nav-link {
  color: #026baa;
  padding: 15px 20px;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: var(--untitled-ui-gray700);
}

.nav-menu {
  display: flex;
}

.lynx-brand {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-brand.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 3px #0470b059;
  border-radius: 20px;
  padding-right: 10px;
}

.lynx-nav-block {
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  max-width: 1080px;
  display: flex;
}

.lynx-navbar-border {
  background-color: #fef7e300;
  border-bottom: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.outline-button {
  color: #081c3a;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #c0c0d333;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.outline-button:hover {
  color: #fff;
  background-color: #081c3a;
  border-color: #081c3a;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button:hover {
  background-color: #081c3a;
}

.lynx-slide-nav {
  display: none;
}

.lynx-right-arrow {
  background-color: var(--steel-blue);
  background-image: url('../images/arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  right: -20px;
}

.lynx-left-arrow {
  background-color: var(--steel-blue);
  background-image: url('../images/arrow_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  left: -20px;
}

.lynx-client-info {
  color: #797c83;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading-client {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.lynx-image-client {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

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

.lynx-paragraph-slide {
  color: #797c83;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-block-slide {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px 8%;
  display: flex;
}

.lynx-image-slide {
  object-fit: cover;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 30px;
  width: 50%;
  height: 100%;
  display: inline-block;
}

.lynx-block-slide-reviews {
  height: 100%;
  display: flex;
}

.lynx-slider {
  background-color: #fff;
  background-image: linear-gradient(319deg, #fffffff0 20%, #fff 48%), url('../images/anchors-away.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 30px;
  width: 100%;
  height: 380px;
  margin-top: 14px;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-block-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-text-check {
  color: #272829;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-icon-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-check {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-check-plans {
  text-align: left;
  margin-bottom: 22px;
}

.lynx-paragraph-plans {
  color: #464646bf;
  margin-bottom: 26px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  line-height: 165%;
}

.lynx-price-green {
  color: #32b77a;
  margin-bottom: 22px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-block-plans {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-paragraph-accordion {
  color: #797c83;
  margin-bottom: 30px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-accordion-content {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.lynx-accordion-content.p {
  padding-top: 40px;
  padding-bottom: 40px;
}

.lynx-icon-arrow {
  background-color: var(--coral);
  background-image: url('../images/arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
}

.lynx-heading-accordion {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header:hover {
  padding-left: 35px;
}

.lynx-accordion-item {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-accordion-item.no-bg {
  background-color: #fff0;
}

.lynx-block-faq {
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  max-width: 840px;
  display: flex;
}

.lynx-link-footer-dark {
  color: #fee7b5;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-dark:hover {
  color: #fff;
}

.lynx-text-footer-dark {
  color: #ffe8b6;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-block-footer-down {
  border-top: 1px solid #dfdad233;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.lynx-link-footer-large-white {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large-white:hover {
  color: var(--steel-blue);
}

.lynx-heading-footer-white {
  color: #ffe8b6;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-block-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lynx-grid-footer-dark {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lynx-footer-dark {
  background-color: #003a5c;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.uui-padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: 7rem;
}

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

.uui-page-padding {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-contact07_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact07_item {
  display: flex;
}

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

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-max-width-large {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.uui-contact07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-section_contact07 {
  background-color: #fdfcf9;
  border-radius: 20px;
}

.lynx-text-message {
  color: #fff;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.lynx-error-message {
  background-color: #fd4b8ba6;
  border-radius: 30px;
  margin-top: 15px;
  padding: 20px 30px;
}

.lynx-success-message {
  background-color: #32b77aa6;
  border-radius: 50px;
  padding: 20px 29px;
}

.lynx-submit-button {
  background-color: var(--lynx-black);
  color: #fff;
  border-radius: 50px;
  padding: 22px 36px;
  transition: background-color .3s, color .3s;
}

.lynx-submit-button:hover {
  background-color: var(--lynx-black);
  color: #fff;
}

.lynx-text-field {
  color: #fff;
  letter-spacing: 1.3px;
  background-color: #0000;
  border: 1px #000;
  min-width: 120px;
  height: 46px;
  margin-bottom: 0;
  margin-left: 24px;
  margin-right: 10px;
  padding: 8px 0;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
}

.lynx-text-field::placeholder {
  color: #fff9;
}

.lynx-text-field.streep-rechts {
  border-right-style: solid;
  border-right-color: #ffffff54;
}

.lynx-text-field.streep-rechts.email {
  display: none;
}

.lynx-form {
  background-color: #ffffff1a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.lynx-heading-white-margin {
  color: #fff;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.subtitle-white {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-newsletter-text {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.lynx-newsletter-horizontal {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #0470b096;
  border: 1px solid #ffffff52;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  padding: 70px 50px;
  display: flex;
}

.lynx-newsletter-image {
  border-radius: 30px;
  width: 100%;
  padding: 290px 24px 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.body {
  background-color: #faefd6;
}

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

.seagull {
  object-fit: contain;
  width: 150px;
  height: 100px;
  position: absolute;
  inset: 27% auto auto 9%;
}

.hilit {
  color: var(--steel-blue);
}

.social-link {
  border: 5px dotted var(--coral);
  background-color: #f1efe8;
  border-radius: 100px;
  padding: 16px;
  transition: all .2s;
}

.social-link._2 {
  border-color: var(--steel-blue);
  background-color: #fff7e7f0;
  background-image: none;
  position: absolute;
  inset: 7% -3% auto auto;
}

.social-link._2._3 {
  inset: auto auto 13% 0%;
}

.social-link._3 {
  background-image: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.social-link-wheel-positioner {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
}

.social-media-wheel {
  border: 10px dotted #0470b03b;
  border-radius: 500px;
  width: 400px;
  height: 400px;
  position: relative;
}

.mar-top {
  margin-top: 50px;
}

.dark-font {
  color: var(--coral);
}

.contact-map {
  filter: sepia(16%);
  border: 1px solid #fef7e396;
  border-radius: 6px;
}

.lynx-heading {
  color: var(--lynx-black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-block-right {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10%;
  display: flex;
}

.lynx-image-2 {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-image-2 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-grid-image-left {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  width: 100%;
}

.lynx-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed {
  justify-content: center;
  min-height: 500px;
  display: flex;
}

.stretch-img {
  aspect-ratio: auto;
  object-fit: cover;
  width: 800px;
  min-width: 100%;
  height: 500px;
  min-height: 100%;
}

.home-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 50px;
  min-width: 100%;
  height: 50px;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

._2d-image {
  object-fit: cover;
  border-radius: 20px;
  width: 300px;
  height: 200px;
  position: absolute;
  inset: auto auto -8% -12%;
}

.lynx-text-plans-pink-fill-2 {
  color: #a03300;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #ee723833;
  border-radius: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-price-white-2 {
  color: #087ff0;
  margin-bottom: 22px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.bold-text-2 {
  color: #ffcc02;
}

.lynx-text-plans-white-fill-2 {
  color: #000305;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #087ff070;
  border-radius: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-text-plans-green-fill-2 {
  color: #7a5e00;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #ffcc0226;
  border-radius: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-paragraph-plans-2 {
  color: #464646;
}

.lynx-price-pink-2 {
  color: #ee7238;
  margin-bottom: 22px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-plans-left-2 {
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-grid-plans-tight-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr 1fr;
  align-items: stretch;
  width: 100%;
  margin-top: 14px;
}

.lynx-plans-purple-center-2 {
  text-align: center;
  background-color: #0470b0;
  background-image: linear-gradient(#fff, #fff), url('../images/group-8708.png');
  background-position: 0 0, 50% 120%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 140%;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-plans-right-2 {
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.ig {
  position: absolute;
  inset: 0% 0% auto auto;
}

.maill {
  position: absolute;
  inset: auto auto 0% 0%;
}

.fblink {
  position: absolute;
  inset: auto 0% 0% auto;
}

.vh-10 {
  height: 10svh;
}

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

.col._w-100 {
  width: 100%;
}

.col._w-100.cent.ervaringen {
  z-index: 2;
  margin-top: -49px;
  position: relative;
}

.col._w-100.verti-ss {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.col._w-100.verti-ee {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.col._w-100.verti-ee.pb-10 {
  padding-bottom: 10px;
}

.col._w-100.mb-2-5 {
  min-width: 100%;
  margin-bottom: 10px;
}

.empty-state {
  border-radius: var(--corner-radius-m);
  background-color: var(--navajo-white);
}

.empty-state-text {
  color: #956916;
  font-family: PT Serif, serif;
  font-size: 32px;
}

.logo-text {
  white-space: nowrap;
  font-size: 26px;
  line-height: 1.2;
}

.logo-text.dark-font {
  color: #0470b0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.logo-text.white-font {
  color: #fff;
}

.cms-card {
  padding: var(--card-padding-s);
  border-radius: var(--corner-radius-m);
  background-color: var(--lynx-white);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 100%;
  display: flex;
}

.cms-card.is-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  display: grid;
}

.cms-card.is-fixed-width {
  min-width: 200px;
}

.cms-image {
  border-radius: var(--corner-radius-s);
  object-fit: cover;
  width: 200px;
  min-width: 100%;
  height: 300px;
  max-height: 200px;
}

.cms-img-wrapper {
  width: 100%;
  position: relative;
}

.cms-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100%;
  display: flex;
}

.cms-timestamp {
  left: var(--card-padding-m);
  top: var(--card-padding-m);
  position: absolute;
  bottom: auto;
  right: auto;
}

.cms-timestamp.tagline {
  background-image: linear-gradient(#ffe8b6, #ffe8b6);
}

.cms-card-title {
  color: #0470b0;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

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

.baan-foto {
  border-radius: var(--corner-radius-m);
  object-fit: cover;
  min-width: 100%;
  height: 300px;
}

.m-container {
  width: 80vw;
  max-width: 1080px;
  display: flex;
}

.m-container.mb-10 {
  margin-bottom: 2.5rem;
}

.m-container.mobile {
  display: none;
}

.header-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.header-image-wrapper {
  border-radius: var(--corner-radius-l);
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-image-wrapper._200px {
  height: 200px;
}

.pagina-content-kaart {
  padding: var(--card-padding-m);
  border-radius: var(--card-padding-m);
  background-color: var(--lynx-white);
}

.vert-ee {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.collection-list-wrapper {
  min-width: 100%;
}

.horizontal-collection-list {
  grid-column-gap: var(--gap-s);
  grid-row-gap: var(--gap-s);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 350px;
  display: grid;
}

.horizontal-collection-list.vertical {
  height: auto;
  display: block;
}

.ervaring-profielfoto-wrapper {
  width: 100px;
  height: 100px;
}

.wrapper.is-reviews {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.avatar {
  border: 3px solid var(--coral);
  border-radius: var(--corner-radius-l);
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.avatar.absol {
  position: absolute;
  inset: auto auto 0% 0%;
}

.review-pagination {
  border-radius: var(--corner-radius-l);
  background-color: var(--coral);
  border-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: none;
  position: absolute;
  inset: -100px -5% -7% auto;
}

.review-pagination.is-back {
  inset: auto auto 0% -5%;
  transform: translate(0, -16px);
}

.pagination {
  position: relative;
}

.review-pagination-text {
  color: #fff;
  font-weight: 500;
}

.li {
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.paragraph-2 {
  color: #495c7c;
}

.logo-div {
  color: #0470b0;
  background-color: #0470b0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 9px;
  display: flex;
}

.text-marked {
  background-image: url('../images/wave.svg');
  background-position: 1% 100%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.logo-icon {
  color: #fff;
  transform: rotate(180deg);
}

.tf.hidde {
  display: none;
}

.success-message {
  background-color: var(--lynx-black);
  color: #fff;
  border-radius: 20px;
}

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

.contact-me {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 3px solid var(--steel-blue);
  border-radius: var(--card-padding-s);
  background-color: var(--lynx-white);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 70px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.image {
  background-color: var(--coral);
  border-radius: 14px;
  width: 50px;
  height: 50px;
}

.image.mob-hide {
  border: 3px solid var(--steel-blue);
  border-radius: 5px;
  width: 80px;
  height: 80px;
}

.bold-text-3 {
  color: var(--steel-blue);
}

.content-item__nr {
  background-color: var(--coral);
  color: #fff;
  border: 1px #131313;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin-top: .2em;
  font-size: .75em;
  font-weight: 400;
  transition: transform .4s cubic-bezier(.625, .05, 0, 1);
  display: flex;
}

.tab-content__wrap {
  width: 100%;
  max-width: 36em;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
}

.content-item__heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
}

.tab-content__item-main {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab-visual__item {
  visibility: hidden;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.tab-visual__item.active {
  visibility: visible;
}

.tab-visual__wrap {
  aspect-ratio: 1.6;
  height: 50em;
  position: relative;
}

.tab-content__inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  padding-top: 1em;
  padding-bottom: 0;
  padding-right: 2.5em;
  display: flex;
}

.tab-content__bottom {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 30em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.tab-content__item-bottom {
  background-color: #0003;
  width: 100%;
  height: 1px;
  transition: background-color .2s;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-description__spacer {
  padding-top: 1em;
}

.tab-layout__col {
  width: 50%;
  padding-left: .5em;
  padding-right: .5em;
}

.tab-visual__inner {
  border: 1px solid #0003;
  border-radius: .5em;
  width: 100%;
  height: 100%;
  padding: .5em;
  overflow: hidden;
}

.tab-image {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: .25em;
  width: 100%;
  height: 100%;
  position: relative;
}

.tab-content__item-detail {
  width: 100%;
  height: 0;
  padding-left: 4em;
  overflow: hidden;
}

.tab-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1;
}

.tab-progress {
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #ff4c24;
  width: 100%;
  height: 1px;
  transform: scale3d(0, 1, 1);
}

.tab-layout__wrap {
  z-index: 1;
  grid-row-gap: 3em;
  flex-flow: wrap;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-content__item {
  color: #131313;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  text-decoration: none;
  transition: opacity .25s;
  position: relative;
}

.tab-description {
  margin-bottom: 0;
  font-size: 1em;
}

.tab-content__top {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template: "Area Area-2"
  / 1fr 120px;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.tabs-menu {
  flex-flow: column;
  display: flex;
}

.tab-link {
  background-color: var(--steel-blue);
  color: #fff;
  cursor: pointer;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  font-family: Bitter, serif;
  font-size: 20px;
  display: flex;
}

.tab-link.w--current {
  border-style: solid solid solid none;
  border-width: 3px;
  border-color: var(--steel-blue);
  background-color: var(--lynx-white);
  color: var(--coral);
}

.tab-pane {
  padding: 40px;
}

.tabs-content {
  border-style: solid none solid solid;
  border-width: 3px;
  border-color: var(--steel-blue);
  background-color: var(--lynx-white);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  min-height: 100%;
}

.tab-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cc {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 10px;
  display: flex;
}

.cc.contact-card {
  background-color: var(--coral);
  border-radius: 7px;
  width: 60%;
  padding: 20px 10px;
}

.avatar-container {
  border-radius: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.profile-pic {
  object-fit: cover;
  border-radius: 100px;
  width: 120px;
}

.social-wrapper.flex-horiz-dist-even {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
  display: flex;
}

.social-link-2 {
  opacity: .8;
  background-color: #fff0;
  border: 1px solid #ffffff21;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 4px;
  font-size: 14px;
  transition: all .325s;
  display: flex;
}

.social-link-2:hover {
  opacity: 100;
  background-color: #ffffff0d;
}

.text-block {
  color: #fff;
}

.short {
  background-color: var(--steel-blue);
  outline-color: var(--steel-blue);
  outline-offset: 0px;
  border-radius: 18px;
  outline-width: 10px;
  outline-style: solid;
}

.short.is-first {
  background-color: var(--lynx-black);
  outline-color: var(--lynx-black);
  transform: translate(0, 10px)rotate(-3deg);
}

.short.is-3d {
  background-color: var(--coral);
  outline-color: var(--coral);
  transform: translate(0, 10px)rotate(3deg);
}

.youtube-shorts.container {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.embed-hidden {
  display: none;
}

.step-block__progress-bar {
  background-color: var(--navajo-white);
  width: 100%;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.step-block {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  height: 100%;
  margin-right: 20px;
  display: flex;
}

.step-block.step-block__4 {
  width: 15%;
  margin-right: 0%;
}

.step-block.step-block__3 {
  width: 15%;
  margin-right: 2%;
}

.step-block.step-block__1 {
  width: 49%;
  margin-right: 2%;
}

.step-block.step-block__2 {
  width: 15%;
  margin-right: 2%;
}

.step-block__text-title {
  color: var(--steel-blue);
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 20px;
}

.step-block__text-title.text-title_1 {
  opacity: 1;
}

.dynamic-text {
  color: var(--steel-blue);
  text-align: left;
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 5vh;
}

.dynamic-text.dt-number {
  color: var(--coral);
  font-size: 36px;
  line-height: 5vh;
}

.dynamic-text.dt-number.placeholder {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}

.section-triggers {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0 0 0;
}

.section-triggers.section-triggers__scroll-down {
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0 auto 0 0;
}

.dynamic-number__wrap {
  transform-origin: 50%;
  flex: none;
  height: 5vh;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.step-block__text-description {
  color: var(--slate-blue);
  letter-spacing: .25px;
}

.step-block__text-description.text-description-2, .step-block__text-description.text-description-4, .step-block__text-description.text-description-3 {
  opacity: 1;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap._w-custom.w60-60 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.inner-fw__text-block {
  color: var(--steel-blue);
  letter-spacing: .5px;
  font-size: 22px;
  line-height: 30px;
}

.div-block-2 {
  z-index: 2;
  background-color: #faefd6;
  width: 20px;
  height: 5vh;
  position: absolute;
  top: 0;
  left: 0;
}

.section-trigger {
  height: 1px;
  position: relative;
}

.section-trigger.section-trigger__2 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 40%;
}

.section-trigger.section-trigger__4 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  position: absolute;
  top: 80%;
}

.section-trigger.section-trigger__3 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 60%;
}

.section-trigger.section-trigger__1 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 20%;
}

.dynamic-text__wrap {
  flex: none;
  height: 5vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.dynamic-number__inner-wrap {
  height: 20vh;
  transform: translate(0);
}

.dynamic-number__inner-wrap.dynamic-number__track {
  transform: none;
}

.step-block__progress-bar-inner {
  background-color: var(--coral);
  width: 100%;
  height: 1px;
  transform: translate(-100%);
}

.dynamic-section__wrap {
  z-index: 2;
  transform-origin: 0% 100% 0px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
  position: absolute;
  top: -76px;
  left: -5px;
  transform: rotate(90deg);
}

.wrap__sticky {
  z-index: 1;
  position: static;
  inset: 0;
  overflow: hidden;
}

.wrap__sticky.sticky {
  height: 100vh;
  position: relative;
}

.wrap__sticky.sticky.sticky-5 {
  background-color: #faefd6;
  margin-top: 0;
  padding-top: 70px;
}

.stepper-wrap {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.section-sticky__wrap {
  z-index: 2;
  width: 100%;
  height: 300vh;
  display: block;
  position: relative;
}

.section-sticky__wrap.section-sticky__wrap-progress {
  z-index: 0;
  height: 500vh;
  padding-top: 0;
  overflow: visible;
}

.step-block__text-number {
  color: var(--steel-blue);
  font-weight: 300;
}

.wrap-block__inner-fw {
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrap-block__inner-fw.inner-fw__bottom {
  flex-direction: column;
}

.dynamic-content__block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 70%;
  padding-right: 99px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.foto-proces {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .paragr {
    color: var(--slate-blue);
  }

  .heading {
    color: var(--untitled-ui-gray700);
  }

  .hilit {
    color: var(--steel-blue);
  }

  .wrap__sticky.sticky.sticky-5 {
    background-color: #000;
  }
}

@media screen and (min-width: 1440px) {
  .section.foot {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .step-block__text-number {
    color: #3bddbf;
  }
}

@media screen and (min-width: 1920px) {
  .lottie-animation-11 {
    z-index: 999999;
    margin-top: -13px;
    margin-left: 13px;
    margin-right: -250px;
    padding: 0 0 0 301px;
    position: relative;
  }

  .step-block__text-title.text-title_4, .step-block__text-title.text-title_3, .step-block__text-title.text-title_2 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .step-block__text-title.text-title_1 {
    margin-bottom: 16px;
    font-size: 40px;
  }

  .dynamic-text, .dynamic-text.dt-number {
    font-size: 50px;
  }

  .step-block__text-description.text-description-2, .step-block__text-description.text-description-4, .step-block__text-description.text-description-1, .step-block__text-description.text-description-3 {
    font-size: 20px;
  }

  .inner-fw__text-block {
    margin-top: -65px;
    font-size: 40px;
  }

  .step-block__text-number {
    font-size: 25px;
  }

  .wrap-block__inner-fw.inner-fw__bottom {
    margin-top: 125px;
  }

  .dynamic-content__block {
    width: 80%;
    height: 110%;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .lynx-hero-oval {
    min-height: 500px;
  }

  .lynx-button {
    padding: 18px 25px;
  }

  .heading-jumbo {
    font-size: 48px;
  }

  .lynx-block-image.hide-ipad-down {
    display: none;
  }

  .paragr {
    font-size: 16px;
  }

  .heading {
    font-size: 38px;
  }

  .lynx-block-left.hide-ipad-down {
    display: none;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-menu-button {
    background-color: var(--steel-blue);
    color: #fff;
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .lynx-menu-button.w--open {
    background-color: var(--lynx-black);
    color: #fff;
  }

  .lynx-nav-buttons {
    grid-template-rows: auto;
  }

  .nav-menu {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .lynx-heading-accordion {
    font-size: 19px;
  }

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

  .uui-contact07_component {
    grid-column-gap: 3rem;
  }

  .lynx-text-field {
    min-width: 110px;
  }

  .lynx-heading-white-margin {
    font-size: 38px;
  }

  .lynx-newsletter-image {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-grid-image-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-price-white-2, .bold-text-2, .lynx-price-pink-2 {
    font-size: 50px;
  }

  .lynx-plans-left-2 {
    padding: 35px 24px 24px;
  }

  .lynx-plans-purple-center-2, .lynx-plans-right-2 {
    padding: 25px;
  }

  .m-container.mobile {
    display: block;
  }

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

  .mob-hide {
    display: none;
  }

  .tab-content__wrap {
    max-width: none;
    margin-left: 0;
  }

  .tab-visual__item {
    overflow: hidden;
  }

  .tab-visual__wrap {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-content__inner {
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
  }

  .tab-layout__col {
    width: 100%;
  }

  .tab-content__top {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .tabs {
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .tabs-menu {
    flex-flow: row;
    padding-left: 38px;
  }

  .tab-link {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    height: 80px;
  }

  .tab-link.w--current {
    border-top-style: none;
    border-left-style: solid;
  }

  .tabs-content {
    border-right-style: solid;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .tab-content {
    flex-flow: column;
  }

  .cc.contact-card {
    width: 100%;
  }

  .short.is-first, .short.is-3d {
    transform: translate(0)rotate(0);
  }

  .short.hide-ls-down {
    display: none;
  }

  .youtube-shorts.container {
    flex-flow: column;
  }

  .dynamic-text {
    font-size: 24px;
    line-height: 4vh;
  }

  .dynamic-text.dt-number {
    font-size: 30px;
  }

  .dynamic-number__wrap {
    height: 4vh;
    margin-bottom: 6px;
  }

  .wrap {
    width: 645px;
  }

  .wrap._w-custom.w60-60 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2 {
    width: 17px;
  }

  .dynamic-text__wrap {
    height: 4vh;
  }

  .dynamic-number__inner-wrap {
    height: 16vh;
  }

  .dynamic-number__inner-wrap.dynamic-number__track {
    height: 20vh;
  }

  .dynamic-section__wrap {
    top: -57px;
    left: -3px;
  }

  .wrap__sticky.sticky.sticky-5 {
    padding-top: 32px;
  }

  .wrap-block__inner-fw {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .lynx-hero-oval {
    min-height: 320px;
  }

  .heading-jumbo {
    font-size: 40px;
  }

  .lynx-block-center-hero {
    margin-bottom: 0;
  }

  .lynx-block-center-hero.padd {
    margin-bottom: 40px;
  }

  .section.vh-stretch.sea, .section.vh-stretch.diff {
    background-image: none;
  }

  .lynx-image-absolute {
    left: -2%;
  }

  .lynx-block-image {
    margin-left: 0;
    margin-right: 0;
  }

  .heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-navbar-border {
    border-bottom-color: #97845d33;
  }

  .lynx-right-arrow {
    inset: auto 7% -5% auto;
  }

  .lynx-left-arrow {
    inset: auto auto -5% 7%;
  }

  .lynx-block-slide {
    width: 100%;
    height: 100%;
    padding: 40px 10%;
  }

  .lynx-image-slide {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 250px;
  }

  .lynx-block-slide-reviews {
    flex-direction: column;
  }

  .lynx-slider {
    height: 620px;
  }

  .lynx-paragraph-plans {
    max-width: 300px;
  }

  .lynx-block-footer-down {
    flex-direction: column;
    justify-content: center;
  }

  .lynx-block-footer {
    align-items: center;
  }

  .lynx-grid-footer-dark {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-contact07_contact-list {
    grid-row-gap: 2.5rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

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

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

  .lynx-submit-button {
    background-color: var(--coral);
    color: #fff;
  }

  .lynx-heading-white-margin {
    font-size: 34px;
  }

  .lynx-block-newsletter-text {
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .lynx-newsletter-horizontal {
    flex-direction: column;
    align-items: center;
    padding: 45px 25px;
  }

  .lynx-newsletter-image {
    position: relative;
  }

  .body {
    background-color: #fff5cb;
  }

  .seagull {
    display: none;
    top: 97%;
    left: 0%;
  }

  .social-link {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #f1efe800;
    background-image: none;
    border-width: 3px;
    position: relative;
    top: -19px;
  }

  .social-link._2 {
    background-image: none;
    right: -14%;
  }

  .social-link._2._3 {
    background-image: none;
  }

  .social-media-wheel {
    border-width: 5px;
    width: 300px;
    height: 300px;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-grid-image-left {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .stretch-img {
    width: auto;
    height: 100200px;
  }

  ._2d-image {
    left: 0%;
  }

  .lynx-plans-left-2 {
    border-radius: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .lynx-grid-plans-tight-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .lynx-plans-right-2 {
    border-radius: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .vh-10 {
    height: 20px;
  }

  .cms-card.is-grid {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

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

  .m-container {
    width: 95vw;
    height: 100%;
  }

  .horizontal-collection-list {
    grid-template-columns: 1fr;
    height: auto;
  }

  .content-item__nr {
    margin-top: -.2em;
  }

  .content-item__heading {
    font-size: 1.5em;
  }

  .tab-content__item-main {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .tab-visual__item {
    border-radius: .25em;
  }

  .tab-content__bottom {
    max-width: none;
  }

  .tab-layout__col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-heading {
    font-size: 2.8em;
  }

  .tab-layout__wrap {
    grid-row-gap: 2em;
  }

  .youtube-shorts.container {
    transform: translate(0);
  }

  .lottie-animation-11 {
    width: 200px;
    margin-top: 0;
  }

  .step-block__text-title.text-title_4, .step-block__text-title.text-title_3, .step-block__text-title.text-title_2, .step-block__text-title.text-title_1 {
    font-size: 18px;
  }

  .dynamic-text {
    font-size: 22px;
  }

  .dynamic-text.dt-number {
    font-size: 28px;
  }

  .step-block__text-description.text-description-2, .step-block__text-description.text-description-4, .step-block__text-description.text-description-1, .step-block__text-description.text-description-3 {
    font-size: 12px;
  }

  .wrap {
    flex: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap._w-custom.w60-60 {
    margin-top: -56px;
    padding: 50px 20px 30px;
  }

  .inner-fw__text-block {
    margin-top: -48px;
    font-size: 20px;
    line-height: 28px;
  }

  .dynamic-section__wrap {
    display: none;
  }

  .stepper-wrap {
    margin-top: -5px;
  }

  .wrap-block__inner-fw {
    height: 200px;
  }

  .wrap-block__inner-fw.inner-fw__bottom {
    margin-top: 20px;
  }

  .dynamic-content__block {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 200px;
    margin-top: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .lynx-hero-oval {
    border-radius: 80px;
    min-height: 200px;
  }

  .heading-jumbo {
    font-size: 34px;
  }

  .heading-jumbo.mt-5 {
    margin-top: 20px;
  }

  .heading-jumbo.mt-5.home {
    font-size: 3em;
  }

  .tagline {
    border-style: none;
    border-radius: 8px;
  }

  .lynx-block-center-hero.padd {
    margin-bottom: 0;
  }

  .lynx-content-hero {
    flex-flow: column-reverse;
  }

  .section.vh-stretch {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section.vh-stretch.mt {
    padding-top: 5vh;
    padding-bottom: 80px;
  }

  .section.vh-stretch.diff {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.vh-stretch.hero-section {
    height: auto;
    min-height: 550px;
    padding-top: 0;
  }

  .section.over-elias {
    margin-top: -97px;
  }

  .container {
    width: 95vw;
  }

  .container.shrink {
    transform: scale(.5);
  }

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

  .lynx-image {
    min-height: 200px;
  }

  .lynx-image-absolute {
    bottom: -19%;
    left: 7%;
  }

  .lynx-block-image {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragr.no-bot-m {
    margin-bottom: 0;
  }

  .heading {
    font-size: 29px;
  }

  .heading.centered.tab-heading {
    margin-bottom: 20px;
  }

  .lynx-block-left, .lynx-content {
    padding-left: 0%;
    padding-right: 0%;
  }

  .lynx-content.slider {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lynx-nav-buttons {
    display: none;
  }

  .lynx-navbar-border {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lynx-heading-client {
    font-size: 16px;
  }

  .lynx-paragraph-slide {
    font-size: 17px;
  }

  .lynx-slider {
    max-width: 280px;
  }

  .lynx-paragraph-plans {
    max-width: 230px;
  }

  .lynx-heading-accordion {
    font-size: 18px;
  }

  .lynx-text-footer-dark {
    text-align: center;
  }

  .lynx-grid-footer-dark {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .uui-page-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .uui-contact07_item {
    flex-direction: column;
  }

  .uui-contact07_component {
    grid-template-columns: 1fr;
  }

  .lynx-submit-button {
    margin-top: 23px;
    font-size: 18px;
    font-weight: 500;
  }

  .lynx-text-field {
    margin: 12px 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lynx-text-field.streep-rechts {
    background-color: #ffffff17;
    border-right-style: none;
    border-radius: 20px;
    height: 55px;
  }

  .lynx-form {
    background-color: #fff0;
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .lynx-form-block {
    width: 100%;
  }

  .lynx-heading-white-margin {
    font-size: 36px;
  }

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

  .lynx-block-newsletter-text {
    margin-bottom: 40px;
  }

  .lynx-newsletter-horizontal {
    background-color: #0470b0;
    min-width: 100%;
    padding: 80px 15px 40px;
  }

  .lynx-newsletter-image {
    padding: 0;
  }

  .social-link {
    max-width: 60px;
    max-height: 60px;
    padding: 10px;
  }

  .social-link._2 {
    background-color: #fff7e752;
  }

  .social-link._2._3 {
    left: 2%;
  }

  .social-link-wheel-positioner {
    transform: scale(.6);
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-image-2 {
    min-height: 300px;
  }

  .lynx-block-image-2 {
    padding: 25px;
  }

  .stretch-img {
    width: 100%;
    height: 200px;
  }

  .home-image {
    display: none;
  }

  ._2d-image {
    width: 120px;
    height: 70px;
  }

  .lynx-price-white-2, .bold-text-2, .lynx-price-pink-2 {
    font-size: 42px;
  }

  .lynx-plans-left-2, .lynx-plans-purple-center-2, .lynx-plans-right-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vh-10.vh {
    height: 100px;
  }

  .col._w-100.verti-ee.pb-10.aligh-n-left {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .logo-text.dark-font {
    font-size: 16px;
  }

  .logo-text.white-font.footer-cc {
    text-align: center;
  }

  .cms-card {
    max-width: 100%;
  }

  .cms-image {
    width: auto;
  }

  .cms-card-title {
    font-size: 24px;
    line-height: 1.2;
  }

  .collection-list {
    display: flex;
  }

  .baan-foto {
    height: 150px;
  }

  .m-container.mb-10 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .m-container.mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .header-image-wrapper {
    height: 200px;
  }

  .review-pagination {
    margin-right: -10px;
    display: none;
    top: -73px;
    bottom: 0%;
  }

  .review-pagination.is-back {
    margin-left: -20px;
    bottom: 7%;
  }

  .logo-div {
    width: 40px;
    height: 40px;
  }

  .content-item__nr {
    flex: none;
  }

  .content-item__heading {
    font-size: 1.5em;
  }

  .tab-content__item-main {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .tab-content__inner {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .tab-visual__inner {
    border-style: none;
    border-radius: .25em;
    padding: 0;
  }

  .tab-image {
    aspect-ratio: auto;
  }

  .tab-content__item-detail {
    padding-left: 3em;
  }

  .tab-heading {
    font-size: 3em;
  }

  .tab-heading._34px {
    font-size: 34px;
  }

  .tab-content__item {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .tabs-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link {
    padding: 0 15px;
  }

  .tab-link.w--current {
    border-style: none;
  }

  .tab-pane {
    padding: 10px 10px 20px;
  }

  .tabs-content {
    border-style: none;
  }

  .cc.contact-card {
    background-color: var(--old-lace);
  }

  .avatar-container {
    width: 150px;
    height: 150px;
  }

  .profile-pic {
    background-color: var(--steel-blue);
    width: 200px;
    height: 200px;
  }

  .social-link-2 {
    background-color: #0470b0;
  }

  .text-block.ddd {
    color: var(--steel-blue);
  }

  .short.is-first {
    outline-color: var(--lynx-black);
    outline-offset: 0px;
    background-color: #1f202200;
    outline-width: 10px;
    outline-style: none;
    overflow: hidden;
    transform: scale(.8)translate(0)rotate(0);
  }

  .short.is-3d {
    outline-color: var(--coral);
    outline-offset: 0px;
    background-color: #ee723800;
    outline-width: 10px;
    outline-style: none;
    overflow: hidden;
    transform: translate(0, -100px)scale(.8)rotate(0)rotate(0);
  }

  .youtube-shorts.container {
    width: 90vw;
    transform: none;
  }

  .lottie-animation-11 {
    width: 100%;
    margin-bottom: -71px;
  }

  .step-block__text-title.text-title_4, .step-block__text-title.text-title_3, .step-block__text-title.text-title_2, .step-block__text-title.text-title_1 {
    font-size: 16px;
  }

  .dynamic-text {
    font-size: 22px;
  }

  .step-block__text-description.text-description-2 {
    padding-right: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .step-block__text-description.text-description-4 {
    font-size: 12px;
    line-height: 18px;
  }

  .step-block__text-description.text-description-1, .step-block__text-description.text-description-3 {
    padding-right: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .wrap._w-custom.w60-60 {
    padding: 30px 16px 60px;
  }

  .inner-fw__text-block {
    margin-top: 43px;
  }

  .dynamic-section__wrap {
    display: none;
  }

  .wrap-block__inner-fw {
    padding-top: 20px;
  }

  .wrap-block__inner-fw.inner-fw__bottom {
    margin-top: 0;
  }

  .dynamic-content__block {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

#w-node-cf29ca8c-b70c-8e1e-0f49-90039d85e202-49adef1a {
  grid-area: Area;
}

#w-node-e6629102-56ca-669b-cb67-d3a3bb0fe78d-bb0fe789, #w-node-e6629102-56ca-669b-cb67-d3a3bb0fe78f-bb0fe789, #w-node-e6629102-56ca-669b-cb67-d3a3bb0fe798-bb0fe789, #w-node-e6629102-56ca-669b-cb67-d3a3bb0fe7a1-bb0fe789 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7081c82-55c0-5f12-d138-b81a8c46fa07-49adef1b, #w-node-f7081c82-55c0-5f12-d138-b81a8c46fa11-49adef1b, #w-node-f7081c82-55c0-5f12-d138-b81a8c46fa1b-49adef1b {
  align-self: start;
}

#w-node-_05748b2f-1c6b-8a07-1474-e0dac98dee25-49adef20, #w-node-_05748b2f-1c6b-8a07-1474-e0dac98dee2e-49adef20, #w-node-_898c928c-d187-4cba-3627-23456314d3b3-49adef20, #w-node-_898c928c-d187-4cba-3627-23456314d3bc-49adef20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


