:root {
  --gainsboro: #e7e4df;
  --aquamarine: #89ffc0;
  --blue-violet: #6c42bf;
  --light-coral: #ff8687;
  --light-sea-green: #01b4bf;
  --light-cyan: var(--grey);
  --lavender: #d5d0eb;
  --peach-puff: #ffd9c8;
  --slate-blue: #7e6297;
  --color: rgba(255, 255, 255, 0);
  --black: #201f22;
  --snow: #fcf9f8;
  --empty: var(--lavender);
  --grey: #767570;
}

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

.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;
}

@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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: var(--gainsboro);
  font-family: Avantt, sans-serif;
}

.big-head {
  color: #000;
  text-align: center;
  width: auto;
  height: auto;
  font-family: Fkscreamer, sans-serif;
  font-size: 37vw;
  line-height: 1;
}

.text-span {
  font-family: Avantt, sans-serif;
  font-size: 39vw;
}

.big-head-2 {
  color: var(--aquamarine);
  text-align: center;
  width: auto;
  height: auto;
  font-family: Fkscreamer, sans-serif;
  font-size: 37vw;
  line-height: 1;
}

.button-1 {
  background-color: var(--blue-violet);
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Avantt, sans-serif;
}

.button-1:hover {
  background-color: var(--light-coral);
}

.button-1.outline {
  border: 1px solid var(--blue-violet);
  color: var(--blue-violet);
  background-color: rgba(108, 66, 191, 0);
}

.button-1.outline:hover {
  border-color: var(--light-coral);
  color: var(--light-coral);
  font-weight: 500;
}

.button-1.pruple {
  background-color: var(--light-sea-green);
}

.button-1.pruple:hover {
  border: 1px solid var(--light-sea-green);
  background-color: var(--light-cyan);
  color: var(--light-sea-green);
}

.button-1.blue-outline {
  border: 1px solid var(--light-sea-green);
  color: var(--light-sea-green);
  background-color: rgba(1, 180, 191, 0);
}

.button-1.blue-outline:hover {
  border-color: var(--lavender);
  color: var(--blue-violet);
  background-color: rgba(213, 243, 245, 0);
}

.button-1.pink {
  background-color: var(--light-coral);
}

.button-1.pink:hover {
  border: 1px solid var(--light-coral);
  background-color: var(--peach-puff);
  color: var(--light-coral);
}

.button-1.green {
  background-color: var(--aquamarine);
  color: var(--blue-violet);
}

.button-1.green:hover {
  border: 1px solid var(--aquamarine);
  background-color: var(--blue-violet);
  color: var(--aquamarine);
}

.button-1.purple:hover {
  border: 1px solid var(--blue-violet);
  color: var(--blue-violet);
  background-color: rgba(137, 255, 192, 0);
}

.button-1.lavender {
  background-color: var(--lavender);
  color: var(--slate-blue);
  -webkit-text-stroke-color: var(--lavender);
}

.button-1.lavender:hover {
  border: 1px solid #d5d0eb;
}

.button-1.lavender {
  background-color: var(--lavender);
}

.button-1.lavender:hover {
  border: 1px solid var(--lavender);
  background-color: var(--slate-blue);
  color: var(--lavender);
}

.button-1.cyan {
  background-color: var(--peach-puff);
  color: var(--light-coral);
  -webkit-text-stroke-color: var(--lavender);
}

.button-1.cyan:hover {
  background-color: var(--color);
  color: var(--peach-puff);
  border: 1px solid #ffd9c8;
}

.button-1.cta {
  background-color: var(--aquamarine);
  color: #000;
}

.large-head {
  color: #000;
  text-transform: uppercase;
  margin-top: -110px;
  font-family: Fkscreamer, sans-serif;
  font-size: 12vw;
  line-height: .8;
}

.large-head.blue {
  color: var(--light-sea-green);
  text-align: right;
}

.large-head.blue.margin, .large-head.blue.margin-copy {
  z-index: 5;
  color: var(--slate-blue);
  margin-top: 0;
  position: relative;
}

.large-head.blue.margin-copy-copy {
  z-index: 5;
  color: var(--slate-blue);
  text-align: left;
  max-width: 900px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 9vw;
  position: relative;
}

.large-head.pink {
  color: var(--light-coral);
}

.large-head.pink.margin {
  margin-top: -150px;
}

.large-head.intro {
  z-index: 1;
  margin-top: 0;
  font-size: 12vw;
  position: relative;
}

.large-head.art2 {
  margin-top: 55px;
  margin-bottom: -254px;
}

.large-head.art2.white {
  color: var(--light-coral);
  text-align: right;
  max-width: 50%;
  font-size: 12vw;
}

.large-head.art-2 {
  margin-top: 0;
  font-size: 12vw;
}

.large-head.blue-l {
  color: var(--light-sea-green);
  text-align: left;
  font-size: 14vw;
}

.large-head.blue-l.margin {
  z-index: 5;
  margin-top: 0;
  position: relative;
}

.large-head.intro-arti1 {
  z-index: 1;
  margin-top: 100px;
  font-size: 10vw;
  position: relative;
}

.large-head.intro-arti1.white {
  color: #fff;
}

.large-head.intro-arti4 {
  z-index: 1;
  margin-top: 0;
  font-size: 7vw;
  position: relative;
  overflow: hidden;
}

.large-head.intro-arti4.white {
  color: #fff;
}

.large-head.hochiminh {
  margin-left: auto;
  margin-right: auto;
  font-size: 7vw;
}

.large-head.art4 {
  max-width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 4vw;
}

.large-head.art4-1 {
  margin-top: 0;
  font-size: 10vw;
}

.large-head.intro-copy {
  z-index: 1;
  margin-top: 0;
  font-size: 12vw;
  position: relative;
}

.para-1 {
  font-family: Avantt, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.para-1.white {
  color: #fff;
}

.section-span {
  min-height: 550px;
  padding: 8rem 3rem;
  position: relative;
  overflow: hidden;
}

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

.section-span._100vh {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  max-height: 1000px;
  margin-top: -60px;
  display: flex;
}

.section-span._100vh.art1, .section-span._100vh.art3 {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/pexels-andrea-piacquadio-837358-Engage-Dusk.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: -91px;
  overflow: hidden;
}

.section-span._100vh.bcl {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Stocksy_txpe806e7d0GKR300_Large_1318622.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-top: -91px;
  overflow: hidden;
}

.section-span._100vh.art1-copy {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/pexels-andrea-piacquadio-837358-Engage-Dusk.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: -91px;
  overflow: hidden;
}

.section-span._100vh.art4-2 {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/Stocksy_txpe806e7d0GKR300_Large_2364126.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: -91px;
  overflow: hidden;
}

.section-span._100vh.art5 {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/Loop-x-TML-538_no_wristband.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: -91px;
  overflow: hidden;
}

.section-span._100vh.art6 {
  background-image: linear-gradient(rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/PR_Rec_4.jpg');
  background-position: 0 0, 50% 6%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: -91px;
  overflow: hidden;
}

.section-span._100vh-2 {
  background-color: var(--snow);
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.section-span._100vh-2.blue {
  background-color: var(--lavender);
  min-height: auto;
  padding-bottom: 6rem;
}

.section-span._100vh-2.pink {
  background-color: var(--peach-puff);
  min-height: auto;
  padding-bottom: 6rem;
  overflow: visible;
}

.section-span._100vh-2.purple {
  background-color: var(--slate-blue);
  color: #fff;
}

.section-span.white {
  background-color: var(--snow);
}

.section-span.white.art4 {
  padding-bottom: 8rem;
}

.section-span.white.art5 {
  background-color: var(--blue-violet);
  padding-bottom: 8rem;
  overflow: visible;
}

.section-span.white.art5-1 {
  padding-bottom: 8rem;
}

.section-span.art2 {
  background-color: var(--empty);
  height: 100%;
}

.section-span.art-1 {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/pexels-andrea-piacquadio-837358-Engage-Dusk.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  overflow: hidden;
}

.section-span.color {
  background-color: var(--snow);
  color: #fff;
}

.section-span.bcl {
  background-color: var(--snow);
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.section-span.bcl.blue {
  background-color: var(--lavender);
}

.section-span.bcl.pink {
  background-color: var(--peach-puff);
}

.section-span.bcl.purple {
  background-color: var(--slate-blue);
  color: #fff;
}

.section-span.bcl {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Stocksy_txpe806e7d0GKR300_Large_1318622.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-span.art4 {
  background-color: var(--snow);
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6rem;
}

.section-span.art4.blue {
  background-color: var(--lavender);
}

.section-span.art4.pink {
  background-color: var(--peach-puff);
}

.section-span.art4.purple {
  background-color: var(--slate-blue);
  color: #fff;
}

.icon {
  margin: 10px;
}

.body-2 {
  background-color: var(--gainsboro);
}

.sub-head {
  margin-top: 10px;
  font-family: Avantt, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.image {
  width: 25vw;
  position: absolute;
  bottom: 140.609px;
  left: 9px;
}

.container {
  max-width: 1000px;
  position: relative;
}

.image-2 {
  z-index: -1;
  width: 30vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.section {
  z-index: 100;
  background-color: var(--snow);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation {
  width: 200px;
}

.para-intro {
  max-width: 900px;
  font-family: Avantt, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.1;
}

.para-intro.misfonie {
  max-width: 100%;
}

.para-intro.white {
  color: #fff;
  max-width: 750px;
}

.para-intro.intro {
  max-width: 600px;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.container-2.home {
  max-width: 900px;
}

.columns {
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns.sarah {
  margin-top: 30px;
}

.columns.oordopjes, .columns.fred {
  margin-top: 0;
}

.heading {
  margin-top: 0;
  font-family: Avantt, sans-serif;
  font-size: 32px;
  line-height: 1;
}

.heading.blue {
  color: var(--slate-blue);
  -webkit-text-stroke-color: var(--light-coral);
}

.heading.pink {
  color: var(--light-coral);
  font-size: 29px;
}

.heading-2 {
  margin: -83px auto 0;
  display: none;
}

.image-4 {
  width: 100px;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: 4%;
  right: auto;
}

.container-3 {
  background-image: url('../images/Acr5521155159808-1606729.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 550px;
  display: none;
}

.large-head-cta {
  color: #000;
  font-family: Avantt, sans-serif;
  font-size: 4vw;
  line-height: .9;
}

.large-head-cta.cta {
  font-size: 3vw;
}

.image-5 {
  width: 350px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -8%;
}

.image-5._1 {
  top: -10%;
  bottom: 0%;
  left: 64%;
  right: 0%;
}

.image-6 {
  width: 300px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-6._1 {
  width: 550px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -9%;
}

.image-6.big {
  width: 350px;
  top: 54%;
  bottom: 0%;
  right: 0%;
}

.image-6.gold {
  width: 250px;
  top: -6%;
  bottom: 0%;
  left: auto;
}

.image-6.art1 {
  width: 300px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-4 {
  z-index: 1;
  max-width: 850px;
  position: relative;
}

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

.section-4 {
  background-image: url('../images/Stocksy_comp_1917803_black.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
  min-height: 500px;
}

.section-4.misfonie {
  background-image: url('../images/Stocksy_txpc03a3d80BjX300_Large_1853285.jpg');
  background-attachment: scroll;
}

.section-4.bcl {
  background-image: url('../images/Stocksy_comp_741510.jpg');
}

.section-4.art4 {
  background-image: url('../images/Stocksy_txpe806e7d0GKR300_Large_1663403.jpg');
}

.section-4.art5 {
  background-image: url('../images/TML_Elevated-3D-scene_Purple.jpg');
}

.section-4.art6 {
  background-image: url('../images/PR_Rec_3.jpg');
}

.section-4-copy {
  background-image: url('../images/pexels-liza-summer-6348124-quiet-white.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
  min-height: 500px;
}

.section-4-copy.art4-1 {
  background-image: url('../images/Stocksy_txpc03a3d80BjX300_Large_4452829.jpg');
}

.section-4-copy.art5, .section-4-copy.art5-copy {
  background-image: url('../images/Loop-x-TML-284.jpg');
}

.section-4-copy.art6-1 {
  background-image: url('../images/PR_Rec_6.jpg');
  background-position: 50% 70%;
}

.para-intro-2 {
  font-family: Avantt, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.link {
  color: #333;
}

.section-4-copy-copy {
  background-image: url('../images/Stocksy_comp_1808648_silver.jpg');
  background-position: 50% 27%;
  background-size: cover;
  background-attachment: scroll;
  height: 60vh;
  min-height: 500px;
}

.image-7 {
  height: 800px;
}

.div-block {
  background-image: url('../images/Stocksy_txp22519764GtV300_Large_427940-Quiet-Black.jpg');
  background-position: 50% 26%;
  background-size: cover;
  background-attachment: scroll;
  height: 400px;
}

.section-5 {
  background-color: var(--lavender);
}

.container-5 {
  max-width: 1200px;
}

.div-block-2 {
  z-index: 5;
  margin-left: 103px;
  position: relative;
}

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

.info {
  background-color: var(--light-sea-green);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 600px;
  padding: 3rem;
  display: flex;
}

.info.art-1 {
  background-color: var(--lavender);
  color: var(--slate-blue);
  background-image: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.info.art-2 {
  background-color: var(--peach-puff);
  color: var(--light-coral);
  background-image: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.info.art-3 {
  background-color: var(--slate-blue);
  color: var(--lavender);
  -webkit-text-stroke-color: var(--slate-blue);
  background-image: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.info.art-4 {
  background-color: var(--light-coral);
  color: var(--peach-puff);
  background-image: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.heading-3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Fkscreamer, sans-serif;
  font-size: 6vw;
  line-height: .8;
}

.heading-4 {
  font-family: Avantt, sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: 1;
}

.heading-5 {
  margin-top: 10px;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 1;
}

.image-8 {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bold-text {
  z-index: 5;
  position: relative;
}

.navbar {
  background-color: var(--lavender);
  flex-direction: column;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.navbar._1, .navbar._2 {
  background-color: var(--gainsboro);
}

.nav {
  color: #000;
  font-family: Avantt, sans-serif;
  font-size: 16px;
}

.nav.w--current {
  color: var(--blue-violet);
  font-size: 16px;
  font-weight: 700;
}

.nav.white {
  color: #fff;
}

.section-6 {
  background-image: url('../images/pexels-andrea-piacquadio-837358-Engage-Dusk.jpg');
  background-position: 0 0;
  background-size: cover;
}

.mouse {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._154-mouse-wrapper {
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

._154-mouse {
  border: 2px solid var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  height: 50px;
  display: flex;
}

._154-circle {
  background-color: var(--black);
  color: #000;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-top: 8px;
}

._154-scroll-text {
  color: var(--black);
  text-align: center;
  letter-spacing: 10px;
  margin-top: 20px;
  margin-right: -10px;
  font-family: Avantt, sans-serif;
  font-size: .8em;
}

.div-block-3 {
  mix-blend-mode: color;
  background-color: #000;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-2 {
  color: #000;
}

.link-2.white {
  color: #fff;
}

.text-block {
  margin-top: 10px;
  font-family: Avantt, sans-serif;
  font-size: 13px;
}

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

.efi-tsm-01-logos-wrapper {
  text-align: right;
}

.efi-tsm-01-logo-inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.efi-tsm-01-logos-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.efi-tsm-01-grid {
  grid-column-gap: 75px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.efi-tsm-01-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-tsm-01 {
  padding: 10% 3%;
}

.efi-tsm-02-title {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.efi-tsm-02-testimonial-title {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-direction: column;
  display: flex;
}

.efi-tsm-02-icon {
  width: 20%;
}

.efi-tsm-02-testimonial-top {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  align-items: center;
  display: flex;
}

.efi-tsm-02-testimonial {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  flex-direction: column;
  width: auto;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
}

.efi-tsm-02-testimonial.purple {
  background-color: #d5d0eb;
}

.efi-tsm-02-testimonial.pink {
  background-color: #ffd9c8;
}

.efi-tsm-02-testimonial.black {
  color: #fff;
  background-color: #333;
}

.efi-tsm-02-testimonial.blue, .efi-tsm-02-testimonial.blue-copy {
  background-color: #d5f3f5;
}

.efi-tsm-02-div-3 {
  width: 33%;
  padding-left: 10px;
}

.efi-tsm-02-div-2 {
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
}

.efi-tsm-02-div-1 {
  width: 33%;
  padding-right: 10px;
}

.efi-tsm-02-testimonials {
  flex-wrap: nowrap;
  display: flex;
}

.efi-tsm-02-title-wrapper {
  color: #fff;
}

.efi-tsm-02-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  margin-bottom: 100px;
}

.efi-tsm-02-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-tsm-02 {
  background-color: #fff;
  padding: 10% 5%;
}

.para-10 {
  max-width: 900px;
  font-family: Avantt, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.2;
}

.para-10.misfonie {
  max-width: 100%;
}

.heading-3-1 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Fkscreamer, sans-serif;
  font-size: 4vw;
  line-height: .8;
}

.heading-3-1.purple {
  color: #7e6297;
}

.heading-3-1.pink {
  color: #ff8687;
}

.heading-3-1.blue {
  color: #d5f3f5;
}

.heading-3-1.blue1 {
  color: #01b4bf;
}

.link-3 {
  color: #171717;
}

.container-6 {
  margin-bottom: 5rem;
}

.nav-2 {
  color: #000;
  font-family: Avantt, sans-serif;
  font-size: 16px;
}

.nav-2.w--current {
  color: #6c42bf;
  font-size: 16px;
  font-weight: 700;
}

.nav-3 {
  color: #000;
  font-family: Avantt, sans-serif;
  font-size: 16px;
}

.nav-3.w--current {
  color: #6c42bf;
  font-size: 16px;
  font-weight: 700;
}

.nav-4 {
  color: #fff;
  font-family: Avantt, sans-serif;
  font-size: 16px;
}

.nav-4.w--current {
  color: #6c42bf;
  font-size: 16px;
  font-weight: 700;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns-2._1 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.columns-3 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.container-copy {
  max-width: 1000px;
  position: relative;
}

.html-embed {
  height: auto;
}

.column-7 {
  padding-left: 0;
  padding-right: 0;
}

.cta-white {
  color: #fff;
}

.column-8 {
  order: -1;
  display: flex;
}

.container-8, .container-9, .container-10, .container-11, .container-12, .container-13, .container-14 {
  max-width: 100vw;
}

.image-10 {
  width: 300px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-4 {
  background-image: url('../images/PR_Rec_1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 700px;
}

@media screen and (max-width: 991px) {
  .large-head {
    font-size: 25vw;
  }

  .large-head.art2.white {
    text-align: left;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .large-head.blue-l {
    margin-top: -51px;
    font-size: 24vw;
  }

  .large-head.art4 {
    font-size: 6vw;
  }

  .section-span._100vh {
    flex-direction: column;
    align-items: flex-start;
    min-height: 550px;
    max-height: 700px;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .section-span._100vh.bcl {
    background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4)), url('../images/Stocksy_txpe806e7d0GKR300_Large_1318622.jpg');
    background-position: 0 0, 60%;
  }

  .section-span.white.art5 {
    overflow: hidden;
  }

  .section-span.art2 {
    height: auto;
    min-height: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-span.bcl {
    background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4)), url('../images/Stocksy_txpe806e7d0GKR300_Large_1318622.jpg');
    background-position: 0 0, 60%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .para-intro {
    font-size: 3vw;
  }

  .columns {
    flex-direction: column;
    margin-top: 0;
  }

  .columns.sarah, .columns.oordopjes {
    flex-direction: column;
  }

  .image-4 {
    bottom: -6%;
  }

  .large-head-cta {
    font-size: 7vw;
  }

  .large-head-cta.cta {
    font-size: 3vw;
    line-height: 1;
  }

  .image-5 {
    width: 200px;
  }

  .image-5._1 {
    width: 300px;
    top: -13%;
    left: 65%;
  }

  .image-6 {
    width: 200px;
    left: -9%;
  }

  .image-6._1 {
    width: 480px;
    left: 56%;
  }

  .image-6.gold {
    width: 180px;
    top: -45px;
    bottom: 4%;
    left: auto;
    right: 3%;
  }

  .container-4 {
    z-index: 1;
    max-width: 500px;
    position: relative;
  }

  .column-5 {
    order: -1;
  }

  .section-4-copy.art4-1, .section-4-copy.art5, .section-4-copy.art5-copy, .section-4-copy.art6-1 {
    background-position: 0%;
  }

  .para-intro-2 {
    font-size: 3vw;
  }

  .div-block {
    height: 500px;
  }

  .div-block-2 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3 {
    font-size: 10vw;
    line-height: .9;
  }

  .heading-5 {
    font-size: 3vw;
  }

  .mouse {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  ._154-mouse-wrapper {
    margin-top: 50px;
  }

  .efi-tsm-01-grid {
    grid-template-columns: 1fr;
  }

  .efi-tsm-02-icon {
    width: 5.2em;
  }

  .efi-tsm-02-testimonial.blue-copy {
    color: #fff;
    background-color: #333;
  }

  .efi-tsm-02-div-3 {
    width: 100%;
    padding-left: 0;
  }

  .efi-tsm-02-div-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .efi-tsm-02-div-1 {
    width: 100%;
    padding-right: 0;
  }

  .efi-tsm-02-testimonials {
    flex-direction: column;
  }

  .efi-tsm-02-grid {
    grid-template-columns: 1fr;
  }

  .para-10 {
    font-size: 2vw;
  }

  .heading-3-1 {
    font-size: 7vw;
    line-height: .9;
  }

  .columns-2._1, .columns-2.art5 {
    flex-flow: column;
  }

  .container-copy {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .column-8 {
    height: 400px;
  }

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

  .section-7, .section-8 {
    background-color: #fbf9f8;
  }

  .image-10 {
    z-index: 0;
    width: 250px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-4 {
    background-position: 50%;
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .large-head {
    z-index: 5;
    font-size: 24vw;
    position: relative;
  }

  .large-head.art2.white {
    margin-top: 0;
  }

  .large-head.intro-arti1, .large-head.intro-arti4 {
    font-size: 13vw;
  }

  .large-head.art4 {
    font-size: 9vw;
  }

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

  .section-span._100vh {
    min-height: 450px;
    max-height: 500px;
  }

  .section-span._100vh.bcl {
    background-image: linear-gradient(to bottom, null, null), url('../images/Stocksy_txpe806e7d0GKR300_Large_1318622.jpg');
    background-position: 0 0, 70%;
  }

  .section-span._100vh-2.pink, .section-span._100vh-2.purple {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-span.art2 {
    height: auto;
    min-height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-span.bcl.pink, .section-span.bcl.purple {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-span.bcl {
    background-image: linear-gradient(to bottom, null, null), url('../images/Stocksy_txpe806e7d0GKR300_Large_1318622.jpg');
    background-position: 0 0, 70%;
  }

  .section-span.art4.pink, .section-span.art4.purple {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sub-head {
    font-size: 30px;
  }

  .para-intro {
    font-size: 3vw;
  }

  .columns {
    flex-direction: column;
  }

  .large-head-cta.cta {
    font-size: 4vw;
  }

  .image-5, .image-6 {
    width: 150px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-3, .column-4 {
    order: -1;
    padding-left: 0;
    padding-right: 0;
  }

  .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4.bcl {
    background-size: cover;
    background-attachment: scroll;
    height: auto;
    min-height: 450px;
  }

  .para-intro-2 {
    font-size: 3vw;
  }

  .div-block {
    height: 450px;
  }

  .info.art-1, .info.art-2, .info.art-3, .info.art-4 {
    min-height: 500px;
  }

  .efi-tsm-01-logos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .para-10 {
    font-size: 3vw;
  }

  .heading-3-1 {
    font-size: 9vw;
  }
}

@media screen and (max-width: 479px) {
  .large-head {
    margin-bottom: 30px;
    font-size: 25vw;
  }

  .large-head.blue.margin {
    margin-bottom: -94px;
  }

  .large-head.pink.margin {
    margin-top: -78px;
  }

  .large-head.intro {
    font-size: 17vw;
  }

  .large-head.art-2 {
    margin-bottom: 35px;
    font-size: 14vw;
  }

  .large-head.blue-l {
    margin-top: -26px;
  }

  .large-head.blue-l.margin {
    margin-bottom: -94px;
  }

  .large-head.intro-arti1 {
    font-size: 18vw;
  }

  .large-head.intro-arti4 {
    margin-bottom: 10px;
    font-size: 18vw;
  }

  .large-head.art4 {
    padding-left: 0;
    padding-right: 0;
    font-size: 13vw;
  }

  .large-head.art4-1 {
    font-size: 12vw;
  }

  .large-head.intro-copy {
    font-size: 17vw;
  }

  .para-1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .section-span._100vh {
    height: auto;
    min-height: 350px;
    max-height: 300px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-span._100vh.art1, .section-span._100vh.art3, .section-span._100vh.bcl, .section-span._100vh.art1-copy, .section-span._100vh.art4-2 {
    padding-bottom: 0;
  }

  .section-span._100vh.art5, .section-span._100vh.art6 {
    min-height: 500px;
    padding-bottom: 0;
  }

  .section-span._100vh-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-span._100vh-2.blue {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-span._100vh-2.pink, .section-span._100vh-2.purple {
    padding: 3rem 2rem;
  }

  .section-span.art2 {
    padding: 2rem 2rem 3rem;
  }

  .section-span.bcl, .section-span.bcl.blue {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-span.bcl.pink, .section-span.bcl.purple {
    padding: 3rem 2rem;
  }

  .section-span.art4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-span.art4.blue {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-span.art4.pink, .section-span.art4.purple {
    padding: 3rem 2rem;
  }

  .sub-head {
    font-size: 22px;
    line-height: 1;
  }

  .para-intro {
    font-size: 15px;
  }

  .heading, .heading.blue {
    font-size: 25px;
  }

  .heading.pink {
    font-size: 21px;
  }

  .container-3 {
    height: 450px;
  }

  .large-head-cta {
    font-size: 11vw;
    line-height: .9;
  }

  .large-head-cta.cta {
    font-size: 7vw;
  }

  .image-6.gold {
    width: 150px;
    top: -5%;
    bottom: 4%;
    left: 67%;
  }

  .column {
    margin-top: -15px;
  }

  .column-3 {
    margin-top: -15px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-4, .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4.misfonie {
    background-position: 43%;
  }

  .section-4.bcl {
    background-size: cover;
  }

  .section-4.art6 {
    background-attachment: scroll;
  }

  .section-4-copy.art4-1, .section-4-copy.art5, .section-4-copy.art5-copy, .section-4-copy.art6-1 {
    background-position: 24%;
  }

  .para-intro-2 {
    font-size: 15px;
  }

  .div-block-2 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .heading-3 {
    font-size: 19vw;
  }

  .heading-5 {
    font-size: 6vw;
  }

  ._154-mouse-wrapper {
    margin-top: 0;
    display: none;
    position: static;
  }

  .text-block {
    font-size: 12px;
  }

  .efi-tsm-02-testimonial-top {
    text-align: left;
    justify-content: flex-start;
  }

  .para-10 {
    font-size: 15px;
  }

  .heading-3-1 {
    font-size: 15vw;
  }

  .bold-text-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-10 {
    width: 200px;
    top: 2%;
  }
}

#w-node-_64285cb1-4f07-b308-5aa6-f363b33033ca-d1b2bcf0, #w-node-b9380917-4b27-fa91-c3eb-a74c2122cc67-d1b2bcf0, #w-node-_08accbd5-6a57-dc55-e08e-0236126fd18b-d1b2bcf0, #w-node-_5da784a5-c6ed-9568-2dd9-e48d628184d7-d1b2bcf0, #w-node-c6ca1654-0719-335a-3be6-acf681188e74-d1b2bcf0, #w-node-b482c414-5c2c-5f3e-08c6-16b5c516e26b-d1b2bcf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5da784a5-c6ed-9568-2dd9-e48d628184d7-d1b2bcf0 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Avantt';
  src: url('../fonts/Avantt-Light.ttf') format('truetype'), url('../fonts/Avantt-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkscreamer';
  src: url('../fonts/FKScreamer-Bold.ttf') format('truetype'), url('../fonts/FKScreamer-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avantt';
  src: url('../fonts/Avantt-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avantt';
  src: url('../fonts/Avantt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkscreamer';
  src: url('../fonts/FKScreamer-Medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avantt';
  src: url('../fonts/Avantt-SemiBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}