@font-face {
  font-family: Avenir next;
  src: url('../fonts/Avenir-Next.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FA Brands 400";
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FA light 300";
  src: url('../fonts/Font-Awesome-5-Pro-Light-300.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FA regular 400";
  src: url('../fonts/Font-Awesome-5-Pro-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FA solid 900";
  src: url('../fonts/Font-Awesome-5-Pro-Solid-900.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-orange: #f77f00;
  --whitefull: white;
  --black-2: black;
  --black-3: #0f0f0f;
  --white: var(--whitefull);
  --dark-orange-2: #f77f0085;
  --black: #000000a3;
  --bggrey: #f6f6f6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #ffffffa3;
  background-color: #0f0f0f;
  font-family: Messinasans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #dbdbdb;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: var(--dark-orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: var(--dark-orange);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: #ffffffe3;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #ffffffe8;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #ffffffd9;
  text-align: center;
  margin-bottom: 25px;
  font-family: Messinasans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

a {
  color: var(--dark-orange);
  text-decoration: underline;
}

img {
  display: inline-block;
}

.navbar-row {
  justify-content: space-between;
  align-items: center;
  font-family: Messinasans, sans-serif;
  display: flex;
}

.dropdown-list {
  background-color: #12141d;
  border-radius: 12px;
  overflow: hidden;
}

.dropdown-list.w--open {
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 12px 12px #0003;
}

.modal-container {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 24px;
  padding-bottom: 24px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.content-width-medium {
  width: 100%;
  max-width: 612px;
}

.content-width-medium.modal-content {
  z-index: 2;
  position: relative;
}

.icon-button-text {
  color: #fff;
}

.container {
  perspective: 500px;
  width: 100%;
  max-width: 1296px;
  color: var(--whitefull);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.footer {
  align-items: stretch;
  max-width: none;
  padding-top: 0;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
}

.container.legal-page {
  max-width: 80%;
}

.container.left {
  max-width: 750px;
  color: var(--black-2);
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
}

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

.form-input {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px #000;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: background-color .2s;
}

.form-input:focus {
  color: #fff;
  background-color: #ffffff40;
}

.form-input::placeholder {
  color: #ffffff80;
}

.form-input.form-input-large {
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

.form-input.form-input-large.search-modal-input {
  padding-right: 96px;
}

.form-input.form-input-small {
  cursor: pointer;
  height: 36px;
  padding-left: 16px;
}

.form-input.textarea-large {
  height: 168px;
  padding-left: 24px;
}

.form-input.textarea {
  height: 168px;
}

.form-input.textarea-small {
  height: 168px;
  padding-left: 16px;
}

.modal-panel-bg {
  background-color: #12141d;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.navbar-1-brand {
  margin-right: 24px;
}

.navbar-buttons {
  display: flex;
}

.dropdown-item {
  z-index: 1;
  color: #ffffff80;
  border-radius: 6px;
  width: 100%;
  min-width: 192px;
  padding: 6px 12px;
  transition: color .2s, background-color .2s;
  position: relative;
}

.dropdown-item:hover {
  color: #fff;
  background-color: #ffffff0d;
}

.dropdown-item.w--current {
  color: #fff;
}

.navbar-wrapper {
  z-index: 5;
  background-color: #12141d;
  position: relative;
}

.navbar-wrapper.sticky-top {
  z-index: 99;
  background-color: #1e2029;
  justify-content: space-between;
  margin-bottom: -80px;
  display: flex;
  position: sticky;
  top: 0;
}

.panel {
  color: #ffffffa3;
  direction: ltr;
  background-color: #1c1c1cc2;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.panel.modal-panel {
  position: relative;
}

.panel.sign-up.hidden {
  display: none;
}

.dropdown-bg {
  background-color: #ffffff0d;
  position: absolute;
  inset: 0%;
}

.nav-link {
  opacity: .5;
  color: #fff;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  font-weight: 600;
  transition: opacity .2s;
}

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

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

.modal-background {
  background-color: #12141de6;
  position: absolute;
  inset: 0%;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.text-small {
  color: #ffffff80;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.text-small.form-hint-text {
  margin-top: 8px;
}

.navbar-controls {
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: static;
}

.row {
  display: flex;
}

.row.row-align-center {
  flex-direction: row;
  align-items: center;
}

.row.row-wrap {
  flex-wrap: wrap;
}

.panel-body {
  z-index: 1;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.panel-body.modal-panel-body {
  background-color: #ffffff0d;
  border-radius: 12px;
}

.panel-body.footer-1-panel-body {
  padding: 72px 72px 48px;
  display: flex;
}

.panel-body.panel-body-small {
  padding: 24px;
}

.icon-button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.search-form {
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.button {
  background-color: var(--dark-orange);
  color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 11px 24px;
  font-weight: 600;
  transition: all .2s cubic-bezier(.591, -.005, .25, 1), box-shadow .2s;
  display: inline-block;
  box-shadow: inset 0 0 20px 20px #0000;
}

.button:hover {
  background-color: #0c8f20;
  transform: scale(1.1);
  box-shadow: inset 0 0 20px 20px #0000001a;
}

.button.search-form-button {
  background-color: #3c5ccf;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  position: absolute;
  right: 6px;
}

.button.top-margin {
  margin-top: 30px;
}

.button.center-content {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 1.1;
  display: block;
}

.button.thanks {
  color: #fff;
}

.button.thanks.discord {
  background-color: #ac3da4;
}

.button.thanks.whatsapp {
  background-color: #12851a;
}

.back-to-top-button-wrapper {
  z-index: 10;
  background-color: #12141d;
  border: 1px #12141d;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.button-circle {
  background-color: #ff715b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.button-circle:hover {
  opacity: .75;
}

.button-circle.bg-gray-3 {
  background-color: #ffffff1a;
}

.button-circle-icon {
  width: 20px;
  height: 20px;
}

.footer-menu-grids {
  grid-column-gap: 72px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.social-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.footer-1-bottom-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-link-item {
  margin-left: 12px;
  margin-right: 12px;
  transition: opacity .2s;
}

.social-link-item:hover {
  opacity: .5;
}

.text-link {
  opacity: .5;
  letter-spacing: 1px;
  font-family: Messinasans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
}

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

.text-lead {
  color: #fff;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.footer {
  margin-top: 24px;
}

.space-bottom {
  margin-bottom: 24px;
}

.footer-1-top-row {
  justify-content: space-between;
  margin-bottom: 96px;
  display: flex;
}

.content-width-extra-small {
  width: 100%;
  max-width: 328px;
}

.vertical-menu-grid {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.style-guide-content-item {
  margin-bottom: 24px;
  margin-right: 24px;
}

.display-heading-4 {
  color: var(--black-2);
  text-align: center;
  letter-spacing: -.02em;
  align-self: center;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
}

.display-heading-4.center-content {
  align-items: center;
}

.display-heading-4.center-content.thin {
  font-weight: 600;
  line-height: 1.2;
}

.display-heading-4.custom-margin {
  color: var(--black-2);
  margin-top: 60px;
  margin-bottom: 10px;
}

.display-heading-4.left-align {
  color: #fff;
  text-align: center;
  margin-top: auto;
  font-size: 28px;
}

.display-heading-4.caps {
  text-transform: uppercase;
}

.style-guide-container {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading {
  color: var(--black-2);
  font-size: 42px;
}

.section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section.top-section {
  z-index: 2;
  position: relative;
}

.section.hero {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
}

.section.hero.thanks {
  height: 100vh;
}

.section.hero.ea {
  height: auto;
  color: var(--black-3);
  background-color: #1d1d1df5;
  background-image: url('../images/Cover.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 98px;
  padding-bottom: 60px;
}

.section.hero.ea-template {
  background-image: url('../images/General-Banner.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-top: 81px;
}

.section.hero.price {
  height: 40vh;
}

.section.hero.review {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2088647452-1645027658185.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section.hero.improve {
  background-image: linear-gradient(#00000080, #00000080), url('../images/7-Day-Trader-Golden-Rules.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section.about {
  margin-top: 0;
  margin-bottom: 0;
  padding: 65px 0;
}

.section.algemen-voorwaarden {
  background-color: #f77f00ba;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.section.no-margin {
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
}

.section.no-margin.funnel {
  background-image: url('../images/shutterstock_703084051-1.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 46px;
  padding-bottom: 46px;
}

.section.no-margin.orange {
  background-color: #f77f0066;
}

.section.no-margin.padding {
  padding-top: 90px;
  padding-bottom: 45px;
}

.section.no-margin.padding.white {
  background-color: #ffffffe8;
}

.section.no-margin.white {
  background-color: #fffffff5;
  padding-bottom: 40px;
}

.section.no-margin.ea-partners-review {
  background-color: #fafafa;
  padding-top: 43px;
}

.section.orange {
  background-color: #f77f0073;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.orange.bright {
  background-color: #f77f0085;
}

.section.orange.bright.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

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

.section.hidden {
  display: none;
}

.display-heading-2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 36px;
  font-size: 88px;
  font-weight: 700;
  line-height: 88px;
}

.display-heading-3 {
  color: var(--black-2);
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 67px;
  font-weight: 700;
  line-height: 1.2;
}

.display-heading-1 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 36px;
  font-size: 96px;
  font-weight: 700;
  line-height: 96px;
}

.link-small {
  color: #fff;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.lead-link {
  color: #fff;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.circle {
  background-color: #ffffff1a;
  border-radius: 36px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.style-guide-row {
  flex-wrap: wrap;
  margin-bottom: 12px;
  display: flex;
}

.icon-small {
  width: 18px;
}

.circle-large {
  background-color: #ffffff1a;
  border-radius: 48px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
  display: flex;
}

.circle-large.bg-primary-1 {
  background-color: #ff715b;
}

.circle-large.bg-primary-5 {
  background-color: #5132c0;
}

.circle-large.bg-primary-3 {
  background-color: #3ccf91;
}

.circle-large.circle-horizontal {
  margin-bottom: 0;
  margin-right: 24px;
}

.circle-large.bg-primary-2 {
  background-color: #ff934f;
}

.circle-large.bg-primary-4 {
  background-color: #3c5ccf;
}

.icon {
  width: 36px;
  margin-left: 13px;
  font-family: "FA regular 400", sans-serif;
  font-weight: 400;
}

.icon.brands {
  font-family: "FA Brands 400", sans-serif;
}

.icon.orange {
  font-family: "FA solid 900", sans-serif;
  font-weight: 400;
}

.circle-small {
  background-color: #ffffff1a;
  border-radius: 18px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.button-large {
  background-color: var(--dark-orange);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 22px;
  font-weight: 600;
  transition: all .222s cubic-bezier(.737, .159, .25, 1);
  display: flex;
  box-shadow: inset 0 0 20px 20px #0000;
}

.button-large:hover {
  background-color: #128a00;
  transform: scale(.95);
  box-shadow: inset 0 0 20px 20px #0000001a;
}

.button-large.green {
  background-color: #127427;
}

.button-large.top-margin {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large.top-margin.big-text {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 40px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large.big-text {
  height: auto;
  padding: 23px;
  font-size: 32px;
  line-height: 1.2;
}

.button-large.big-text.top-margin {
  width: 100%;
}

.button-large.margin-left {
  margin-left: 20px;
}

.button-large.home {
  height: auto;
  padding: 16px;
  font-size: 18px;
}

.button-large.home.margin-left {
  margin-left: 0;
  font-size: 18px;
  display: flex;
}

.button-large.huge {
  height: 80px;
  padding: 23px;
  font-size: 34px;
}

.button-circle-large {
  background-color: #ff715b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.button-circle-large:hover {
  opacity: .75;
}

.button-circle-large-icon {
  width: 24px;
  height: 24px;
}

.button-small-outline {
  background-color: #0000;
  border: 2px solid #ffffff1a;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  transition: border-color .2s;
  display: flex;
}

.button-small-outline:hover {
  border-color: #ffffff80;
}

.dropdown-icon {
  width: 6px;
  height: 5px;
  margin-left: 6px;
}

.dropdown-toggle {
  color: #fff;
  background-color: #ff715b;
  border-radius: 6px;
  align-items: center;
  height: 48px;
  font-weight: 600;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 20px 20px #0000;
}

.dropdown-toggle:hover {
  box-shadow: inset 0 0 20px 20px #0000001a;
}

.button-outline {
  background-color: #0000;
  border: 2px solid #ffffff1a;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 600;
  transition: border-color .2s;
  display: flex;
}

.button-outline:hover {
  border-color: #ffffff80;
}

.button-circle-small {
  background-color: #ff715b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.button-circle-small:hover {
  opacity: .75;
}

.button-circle-small.bg-gray-3 {
  background-color: #ffffff1a;
}

.button-large-outline {
  background-color: #0000;
  border: 2px solid #ffffff1a;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 36px;
  padding-right: 36px;
  transition: border-color .2s;
  display: flex;
}

.button-large-outline:hover {
  border-color: #ffffff80;
}

.button-small {
  background-color: #ff715b;
  border: 1px solid #ff715b;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 0 20px 20px #0000;
}

.button-small:hover {
  box-shadow: inset 0 0 20px 20px #0000001a;
}

.button-circle-small-icon {
  width: 16px;
  height: 16px;
}

.form-error {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 6px;
  padding: 12px;
}

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

.grid-thirds.space-bottom {
  grid-template-columns: 1fr 1fr;
}

.form-success {
  color: #fff;
  text-align: center;
  background-color: #3ccf91;
  border-radius: 6px;
  padding: 12px;
}

.field-label {
  color: #fff;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.checkbox {
  cursor: pointer;
  background-color: #ffffff1a;
  border-style: none;
  border-radius: 2px;
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .2s;
}

.checkbox.w--redirected-checked {
  background-color: #ff715b;
  background-image: url('../images/icon-check.svg');
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-radius: 2px;
  height: 16px;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: 12px;
}

.checkbox-switch {
  opacity: .5;
  cursor: pointer;
  background-color: #ffffff80;
  background-image: url('../images/checkbox-switch-handle.svg');
  background-position: 18%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border-style: none;
  border-radius: 20px;
  width: 36px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  transition: background-position .2s, background-color .2s, opacity .2s;
}

.checkbox-switch.w--redirected-checked {
  opacity: 1;
  background-color: #ff715b;
  background-image: url('../images/checkbox-switch-handle.svg');
  background-position: 82%;
  background-size: 12px 12px;
}

.radio-button-label {
  color: #fff;
}

.checkbox-field {
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
  margin-right: 24px;
  padding-left: 0;
  display: flex;
}

.checkbox-field.switch {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.radio-button-field {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  margin-right: 24px;
  padding-left: 0;
  display: flex;
}

.radio-button {
  cursor: pointer;
  background-color: #ffffff1a;
  border: 0 solid #ff715b;
  width: 16px;
  height: 16px;
  margin-bottom: 8px;
  margin-left: 0;
  transition: border-width .2s, border-color .2s, background-color .2s;
}

.radio-button.w--redirected-checked {
  background-color: #fff;
  border: 5px solid #ff715b;
  transition: background-color .2s, border-width .2s;
}

.avatar {
  border-radius: 50%;
  flex: none;
  width: 48px;
  height: 48px;
}

.avatar.avatar-large {
  width: 96px;
  height: 96px;
}

.badge {
  background-color: var(--dark-orange);
  color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 20px 20px 20px #0000;
}

.badge:hover {
  box-shadow: inset 0 20px 20px 20px #00000026;
}

.badge.bg-primary-3 {
  background-color: #3ccf91;
}

.badge.bg-primary-4 {
  background-color: #3c5ccf;
}

.badge.bg-primary-2 {
  background-color: #ff934f;
}

.badge.bg-primary-5 {
  background-color: #5132c0;
}

.badge.screenshots {
  flex-direction: column;
  margin-bottom: 20px;
  margin-left: 20px;
  display: flex;
}

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

.sub-heading-with-bar {
  color: #ffffffe6;
  margin-top: 66px;
  margin-bottom: 46px;
  padding-right: 306px;
  font-size: 24px;
  line-height: 1.2;
}

.paragraph {
  color: #ffffffa3;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 12px;
  font-family: Avenir next, sans-serif;
  display: flex;
}

.paragraph.opsomming {
  color: var(--black-2);
  text-align: left;
  margin-top: 0;
  margin-left: 20px;
  font-size: 18px;
  line-height: 1.2;
}

.paragraph.opsomming.black {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph.big {
  color: #ffffffe3;
  font-size: 24px;
  line-height: 1.1;
}

.paragraph.big.margin {
  margin-top: 25px;
  margin-bottom: 25px;
}

.paragraph._18 {
  font-size: 18px;
}

.paragraph._18.center-content.white {
  color: #ffffffe0;
}

.body {
  background-color: #fff;
}

.bordered-list-item-small {
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.text-primary-3 {
  color: #3ccf91;
}

.pricing-panel-top-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-primary-2 {
  color: #ff934f;
}

.text-primary-2.no-bottom-space {
  font-size: 23px;
}

.text-primary-1 {
  color: #ff715b;
}

.text-primary-1.no-bottom-space {
  font-size: 23px;
}

.space-left-small {
  margin-left: 12px;
}

.space-left-small.crossed {
  text-decoration: line-through;
}

.space-left-small.orange {
  color: var(--dark-orange);
}

.space-bottom-large {
  margin-bottom: 36px;
}

.space-bottom-large.neg-margin {
  position: relative;
  top: -83px;
}

.space-bottom-large.center-content {
  width: 100%;
  display: flex;
}

.bordered-list-item {
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.hero-2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  place-items: center;
  margin-bottom: 29px;
}

.hero-content {
  direction: ltr;
  flex-direction: column;
  align-items: flex-start;
  max-width: 541px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.panel-subheading {
  margin-bottom: 24px;
}

.panel-subheading.text-primary-3 {
  text-align: left;
}

.display-inline {
  display: block;
}

.display-inline.text-gray-4 {
  color: #ffffffc4;
  text-align: left;
  font-size: 24px;
  line-height: 1.1;
  display: block;
}

.rounded-image {
  border-radius: 12px;
  padding: 30px;
}

.div-block {
  flex-direction: column;
  display: flex;
}

.usp-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.heading-3 {
  color: #ffffffa3;
  font-family: Messinasans, sans-serif;
  font-size: 22px;
  line-height: 1.2;
}

.image-icon {
  border-radius: 0;
  padding: 0;
}

.image-icon-background {
  color: #fff;
  background-image: linear-gradient(#26782f, #26782f);
  border-radius: 999px;
  padding: 26px;
}

.image-icon-background.community {
  background-image: linear-gradient(to bottom, var(--dark-orange), var(--dark-orange));
}

.image-icon-background.curve {
  background-image: linear-gradient(#623430, #623430);
}

.image-icon-background.traders {
  background-image: linear-gradient(#27878a, #27878a);
}

.paragraph-2 {
  color: #000000a3;
}

.paragraph-2.top-margin {
  margin-top: 12px;
  margin-bottom: 12px;
}

.card-heading {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.card-heading.display-inline.center-content {
  margin-bottom: 20px;
}

.card-heading.display-inline, .card-heading.left {
  text-align: left;
}

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

.contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.panel-2 {
  direction: ltr;
  background-color: #ffffff0d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.form-grid-halves {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
}

.form-vertical {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template: "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-vertical.aanmelden {
  justify-content: end;
}

.panel-body-2 {
  z-index: 1;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
  display: flex;
  position: relative;
}

.panel-body-2.align-content-center {
  justify-content: center;
  align-items: center;
}

.panel-body-2.panel-body-small {
  padding: 24px;
}

.heading-1 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
}

.heading-1.left {
  color: #ffffffe0;
  text-align: left;
}

.heading-1.orange-div-bg {
  color: #000;
  text-align: left;
  font-size: 28px;
}

.heading-1.orange-div-bg.hero {
  color: var(--black-2);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
  display: flex;
}

.heading-1.black {
  color: #000;
}

.price-logo {
  transition: all .2s;
}

.price-logo:hover {
  transform: translate(0, -10px);
}

.heading-2 {
  color: #000;
  text-align: center;
  background-color: #02020200;
  border: 1px #000;
  border-radius: 0;
  font-size: 22px;
}

.heading-2.pop-up {
  font-size: 1.6rem;
}

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

.rich-text-block.padding {
  color: #fff;
  padding-left: 107px;
  padding-right: 107px;
}

.info-rich-text-div-container {
  background-color: #000;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  margin-top: -139px;
  padding: 30px;
  display: flex;
}

.legal-heading {
  color: #fff;
  font-size: 25px;
}

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

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

._100.ea {
  justify-content: space-between;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

._100.flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info {
  text-transform: uppercase;
}

.infotext {
  color: #ffffffeb;
  margin-bottom: 20px;
}

.full-width {
  text-align: center;
  width: 100%;
  position: relative;
  top: 110px;
}

.table {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.table-header {
  color: var(--dark-orange);
  background-color: #0000;
  font-weight: 700;
}

.table-text {
  margin-bottom: 0;
  font-weight: 400;
}

.icon-box-with-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.icon-box-with-text.vert {
  flex-direction: column;
}

.footer-link {
  color: #f77f0096;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: #f77f00;
  text-decoration: underline;
}

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

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item {
  background-color: #141415;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  text-align: left;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.display-heading-5 {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messinasans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.display-heading-5.orange {
  color: var(--dark-orange);
  text-align: left;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

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

.picture {
  background-image: url('../images/Argentina-cryptocurrency-bitcoin-CBDC-1000x600.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.picture._2 {
  background-image: url('../images/7d889d0e-3b5f-4a93-a411-3555afad7558.jpg');
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

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

.horizontal.bottom-margin {
  margin-bottom: 22px;
}

.horizontal._100 {
  background-color: #f3f3f3;
  border-radius: 20px;
  justify-content: center;
  margin: 40px 20px;
  padding: 40px;
  display: block;
}

.green-check {
  text-align: left;
  min-width: 25px;
  max-width: 25px;
  display: block;
}

.opsomming {
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.brand-row.align-content-left {
  justify-content: center;
  margin-left: -24px;
}

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

.card-founder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fixed-notice-container {
  z-index: 10;
  background-color: #12141d;
  border-radius: 12px;
  max-width: 400px;
  display: none;
  position: fixed;
  bottom: 24px;
  left: 24px;
  box-shadow: 0 12px 12px #0003;
}

.notice-dismiss {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: flex;
}

.text-block {
  color: var(--black-2);
  text-align: center;
  margin-top: 10px;
  line-height: 1.1;
}

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

.orange-div-bg {
  background-color: var(--dark-orange);
  padding: 18px;
}

.text-block-2 {
  color: #ffffffe0;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.text-block-2.orange {
  color: var(--dark-orange);
}

.text-block-1 {
  color: #ffffffeb;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.text-block-1.margin-top-and-bottom {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.text-block-1.left {
  text-align: left;
  font-size: 12px;
  display: block;
}

.quote-heading {
  color: var(--black-2);
  margin-top: 20px;
  font-family: Avenir next, sans-serif;
  font-weight: 400;
}

.quote-heading.bg {
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-top: 53px;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.1;
  display: flex;
}

.quote-heading.white {
  color: #e4e4e4;
  font-size: 24px;
}

.column-4 {
  background-image: url('../images/Scherm­afbeelding-2024-02-17-om-14.47.47.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.column-5 {
  background-color: #f3f3f3a1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.columns {
  width: 100%;
  display: flex;
}

.columns.ea-template {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}

.gallery-grid-div-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-image {
  min-width: 400px;
}

.column-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-3.top-margin {
  margin-top: 20px;
}

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

.grid-5 {
  grid-column-gap: 16px;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.column-1 {
  color: #0000;
  text-align: left;
  background-color: #81818100;
  border-radius: 20px;
  flex: none;
  align-self: center;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px;
  display: block;
}

.logo {
  margin-top: 28px;
}

.collection-list-wrapper-ea {
  flex-direction: column;
  width: 80%;
  margin-top: 29px;
  margin-bottom: 29px;
  display: block;
}

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

.ea-tile {
  background-color: #85858521;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 13px;
  transition: all .2s;
  display: flex;
}

.ea-tile:hover {
  transform: scale(.95);
}

.partner {
  filter: invert();
  max-width: 300px;
}

.partner.invert {
  filter: none;
  margin-left: 20px;
  margin-right: 20px;
}

.tekstwolk {
  background-image: url('../images/Tekstwolk.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 450px;
  margin-top: 29px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.ea-item {
  width: auto;
  max-width: 350px;
  margin-left: 16px;
  margin-right: 16px;
}

.body-2 {
  background-color: var(--white);
  color: #000000c9;
  margin-bottom: 0;
}

.ea-pic {
  background-image: url('../images/IMG_9869.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
  margin-bottom: 10px;
}

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

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

.ea-rich-text {
  margin-top: 31px;
}

.price-tabs {
  width: 100%;
  min-height: 1100px;
}

.tabs-price {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-price-tab {
  border: 2px solid var(--dark-orange);
  background-color: var(--black-3);
  color: #fff;
  padding: 20px 40px;
}

.tabs-price-tab.w--current {
  background-color: var(--dark-orange);
  text-transform: none;
  font-weight: 700;
}

.tabs-price-tab-title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
}

.tabs-pane {
  width: 100%;
  min-height: 1100px;
}

.embed-checkout {
  width: 100%;
  min-height: 100%;
}

.tabs-content {
  width: 100%;
  min-height: 1100px;
}

.text-span-3 {
  color: var(--dark-orange);
}

.text-span-4 {
  color: var(--dark-orange);
  font-size: 12px;
  font-style: italic;
}

.image {
  margin-top: 0;
}

.dylan-box {
  align-items: flex-end;
  display: flex;
}

.dylan-box.mobile {
  display: none;
}

.div-block-5 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.cms-wrapper-screenshots {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

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

.item-div-container-screenshot {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  min-width: 300px;
  min-height: 550px;
  transition: all .222s;
  display: flex;
}

.item-div-container-screenshot:hover {
  transform: scale(1.1);
}

.text-block-4 {
  line-height: 1.2;
}

.text-name-screenshot {
  color: var(--dark-orange);
  margin-bottom: 0;
  padding: 8px;
  font-size: 18px;
}

.text-result-screenshot {
  color: #e4e4e4db;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.2;
}

.div-block-7 {
  display: block;
}

.embed-calendly {
  width: 100%;
}

.image-2 {
  width: 100%;
  height: auto;
}

.fs-slider {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 500px;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.fs-slider_slide {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.collection-item-certificate {
  width: 100%;
  height: auto;
}

.certificate-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 500px;
  display: flex;
}

.mask {
  width: 100%;
  height: 100%;
}

.collection-list, .collection-list-wrapper {
  width: 100%;
  height: auto;
}

.certificate-slider {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tommiebox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.typeform {
  width: 100%;
  height: 100%;
}

.image-logo {
  margin: 14px;
}

.pop-up-container {
  z-index: 1;
  color: #000;
  background-color: #000000ba;
  width: auto;
  height: 100vh;
  margin-top: 0;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.pop-up-container-card {
  background-image: linear-gradient(#ffffffed, #ffffffed);
  border-radius: 20px;
  width: 600px;
  height: 400px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.pop-up-body {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.exit-button {
  padding: 13px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.inverse {
  filter: invert();
}

.text-copied-remark {
  color: var(--black-2);
  font-size: 16px;
}

.button-dm {
  background-color: var(--dark-orange);
  color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 11px 24px;
  font-weight: 600;
  transition: all .2s cubic-bezier(.591, -.005, .25, 1), box-shadow .2s;
  display: inline-block;
  box-shadow: inset 0 0 20px 20px #0000;
}

.button-dm:hover {
  background-color: #0c8f20;
  transform: scale(1.1);
  box-shadow: inset 0 0 20px 20px #0000001a;
}

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

.exit-button-2 {
  cursor: pointer;
  padding: 13px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pop-up-container-card-2 {
  z-index: 2;
  background-image: linear-gradient(#ffffffed, #ffffffed);
  border-radius: 20px;
  width: 600px;
  height: 610px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.progress-bar {
  background-image: linear-gradient(to right, var(--dark-orange) 44%, var(--dark-orange) 48%, #fff0 54%);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 40px;
  margin-bottom: 1rem;
  padding: 8px;
  display: flex;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.icon-container-div {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-container-div.inverse {
  margin-top: 5px;
}

.form_input {
  z-index: 10001;
  color: #000000b8;
  background-color: #0000;
  border-radius: 5px;
  width: 420px;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  position: relative;
}

.form_input:hover {
  color: var(--black-2);
}

.form_input:active {
  border: 1px solid #42d396;
}

.form_input:focus {
  color: var(--dark-orange);
  background-color: #00000008;
}

.form_label.dark {
  color: var(--black-2);
}

.success-message {
  border: 2px solid var(--dark-orange);
  background-color: #364142;
  border-radius: 7px;
}

.white {
  color: var(--dark-orange);
}

.progress-text {
  color: #eef6f7;
}

.pop-up-form {
  z-index: 10000;
  width: 80%;
  color: var(--dark-orange);
  border: 1px #041213;
  padding: 10px;
  position: relative;
}

.button-3 {
  background-color: var(--dark-orange);
  color: #fff;
  text-align: center;
  border-radius: 13px;
  flex-flow: row;
  flex: none;
  place-content: flex-start center;
  align-items: center;
  width: 200px;
  margin-top: 20px;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  box-shadow: inset 0 0 20px 20px #0000;
}

.text-span-5 {
  color: var(--dark-orange);
  font-weight: 700;
}

.paragraph-6 {
  color: var(--white);
  font-size: 16px;
}

.text-span-6 {
  color: var(--dark-orange);
  font-weight: 700;
}

.image-4 {
  object-fit: fill;
  border-radius: 500px;
  align-self: flex-start;
  max-width: 300px;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  max-width: 248px;
  padding-top: 43px;
  display: flex;
}

.div-block-9 {
  background-color: var(--dark-orange);
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  min-width: 100px;
  max-width: 400px;
  min-height: 150px;
  max-height: 150px;
  margin-top: -98px;
  display: block;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-2 {
  background-color: var(--dark-orange-2);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hero-split-2 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.margin-bottom-24px-2 {
  color: var(--white);
  text-align: left;
  align-self: center;
  margin-bottom: 24px;
  font-weight: 400;
}

.shadow-two-2 {
  text-align: left;
  object-fit: cover;
  flex: 1;
  align-self: center;
  margin-top: -69px;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  overflow: auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-right-2 {
  color: var(--white);
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 30px;
  position: relative;
}

.heading-8 {
  color: #fff;
  text-align: left;
  align-self: center;
  font-size: 50px;
  font-weight: 700;
}

.text-span-7 {
  color: var(--dark-orange);
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 100px;
  padding: 37px 30px 80px;
  display: block;
  position: relative;
  top: -80px;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 40px;
  padding-right: 50px;
  display: flex;
}

.heading-10 {
  color: #000;
  margin-top: 0;
  font-size: 25px;
}

.heading-11 {
  color: red;
  margin-top: 0;
  font-size: 25px;
}

.hero-heading-right-3 {
  background-color: #ebebeb;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -98px;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-4 {
  color: var(--black-2);
  text-align: left;
  margin-bottom: 24px;
}

.heading-13 {
  color: var(--black-2);
  font-size: 32px;
  font-weight: 700;
}

.dropdown-menu {
  color: #000;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 14px;
  font-size: 25px;
  display: flex;
  position: static;
}

.dropdown-wrapper {
  display: flex;
  position: static;
}

.paragraph-7 {
  color: var(--black-2);
  text-align: left;
  justify-content: flex-start;
  display: block;
  position: static;
  overflow: hidden;
}

.image-6 {
  flex: 0 auto;
  align-self: center;
  margin-top: 13px;
  display: block;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.centered-heading-2 {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  width: 226px;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  border-radius: 20px;
  align-self: center;
  align-items: center;
  margin-top: 28px;
  padding: 24px 16px;
  display: flex;
}

.video-2 {
  clear: none;
  object-fit: fill;
  flex: 0 auto;
  width: 192px;
  height: 100px;
  padding-bottom: 0;
  position: static;
}

.heading-14 {
  color: var(--dark-orange);
  background-color: #0000;
  font-size: 20px;
}

.div-block-12 {
  justify-content: center;
  display: flex;
}

.testimonial-grid-three {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: center;
  margin-top: 25px;
  display: grid;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.centered-heading-3 {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 50px;
  display: grid;
}

.image-7 {
  border-radius: 20px;
  align-self: center;
  width: 400px;
}

.text-block-11 {
  color: var(--black-2);
}

.hero-heading-right-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-5 {
  color: var(--white);
  border-radius: 20px;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-15 {
  color: var(--black-2);
}

.hero-stack {
  background-color: #cacaca00;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  color: #f77f008f;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-16 {
  color: var(--black-2);
}

.image-8 {
  margin-top: 19px;
  padding-bottom: 20px;
}

.div-block-14 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

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

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

.image-10 {
  margin-top: 0;
  margin-left: -17px;
}

.container-9 {
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.button-4 {
  background-color: var(--dark-orange);
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 40px;
  display: flex;
}

.button-5 {
  background-color: var(--dark-orange);
  text-align: center;
  border-radius: 13px;
  width: 200px;
  margin-top: 40px;
}

.testimonial-grid-four {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 10px;
  display: grid;
}

.testimonial-grid-video {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.heading-17 {
  color: var(--black-2);
  font-size: 24px;
  font-weight: 700;
}

.text-span-11 {
  color: var(--dark-orange);
}

.bold-text-3 {
  font-size: 1.6rem;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 80px 30px 20px;
  position: relative;
}

.container-10 {
  width: 70%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 16px;
  font-size: 30px;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 40px;
}

.team-slide-wrapper {
  width: 30%;
  margin-top: 40px;
  margin-right: 5%;
}

.team-block {
  background-color: #f77f0014;
  background-image: url('../images/240_F_290451318_wrzUCaTfELBARJ9Uctq4Tk9N1IIVs84e.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  height: 100%;
  margin: 60px 20px;
  padding-bottom: 24px;
  padding-right: 0;
  display: block;
}

.team-member-image-two {
  border: 2px solid var(--dark-orange);
  border-radius: 100%;
  justify-content: center;
  margin-top: -38px;
  margin-bottom: 18px;
  display: block;
}

.team-block-info {
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: -38px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

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

.text-block-13 {
  color: #000;
  margin-top: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
}

.text-span-12 {
  font-weight: 700;
}

.div-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.divlefttop {
  border-right: 1px solid var(--dark-orange);
  border-bottom: 1px solid var(--dark-orange);
}

.divrighttop {
  border-top: 1px #000;
  border-bottom: 1px solid var(--dark-orange);
  border-left: 1px solid var(--dark-orange);
}

.divleftbot {
  border-top: 1px solid var(--dark-orange);
  border-right: 1px solid var(--dark-orange);
}

.divrightbot {
  border-top: 1px solid var(--dark-orange);
  border-left: 1px solid var(--dark-orange);
}

.paragraph-9 {
  color: var(--black-2);
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 10px;
  font-size: 14px;
  display: block;
}

.text-span-13 {
  color: var(--dark-orange);
  font-weight: 700;
}

.div-block-20 {
  background-image: url('../images/240_F_290451318_wrzUCaTfELBARJ9Uctq4Tk9N1IIVs84e.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
}

.div-block-21 {
  justify-content: center;
  width: 100%;
  margin-left: 0;
  padding-left: 220px;
  padding-right: 220px;
  display: inline-block;
}

.div-block-23 {
  justify-content: center;
  display: flex;
}

.div-block-24 {
  order: 0;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

.paragraph-10 {
  color: var(--whitefull);
  margin-bottom: 0;
}

.text-span-14 {
  font-weight: 700;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-11 {
  color: #0000;
  margin-bottom: -200px;
  overflow: hidden;
}

.text-span-15 {
  color: var(--dark-orange);
  padding-left: 10px;
  font-size: 22px;
}

.text-span-16, .text-span-17, .text-span-18, .text-span-19 {
  color: var(--dark-orange);
}

.container-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.html-embed {
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  display: flex;
}

.container-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: none;
}

.container-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.section-3 {
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.text-span-20 {
  color: var(--dark-orange);
}

.text-span-21 {
  color: #f77f00;
}

.section-hero {
  margin-top: 0;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.display-heading-6 {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

.section-4 {
  background-color: #f3f3f3;
  margin-top: 0;
}

.column-10 {
  justify-content: center;
  align-self: center;
  display: flex;
}

.div-block-27 {
  height: 85px;
}

.html-embed-2 {
  background-color: #cacaca;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-28 {
  display: none;
}

.button-9 {
  background-color: var(--dark-orange);
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-span-28, .text-span-29 {
  color: var(--dark-orange);
  font-weight: 700;
}

.container-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.container-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  max-width: 1200px;
  display: grid;
}

.form-3 {
  color: var(--black-2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.form-4 {
  color: var(--black-2);
}

.html-embed-5, .html-embed-6 {
  margin-bottom: 9px;
}

.form-5 {
  color: var(--black-3);
}

.html-embed-7 {
  margin-bottom: 3px;
}

.form-6 {
  color: var(--black-2);
}

.paragraph-12 {
  color: #000000d9;
}

.section-5 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 36px;
  display: flex;
}

.sidebar-search-wrapper {
  z-index: 1;
  margin-bottom: 8px;
  margin-left: 28px;
  margin-right: 28px;
  position: relative;
}

.sidebar-logo-link {
  transform-style: preserve-3d;
  transition-property: transform;
}

.sidebar-logo-link:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.sidebar-logo-link.show-on-tablet {
  display: none;
}

.dashdark-custom-icon {
  font-weight: 400;
}

.dashdark-custom-icon.sidebar-link-icon {
  margin-right: 6px;
  font-size: 14px;
  line-height: 1em;
}

.sidebar-collapse-icon-container {
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform .3s;
}

.sidebar-collapse-icon-container:hover {
  transform: scale3d(1.1, 1.1, 1.01);
}

.btn-inside-input-left {
  z-index: 2;
  color: #aeb9e1;
  background-color: #0000;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-end;
  align-items: center;
  min-width: 30px;
  padding: 0;
  transition: color .3s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.btn-inside-input-left:hover {
  color: #fff;
}

.dropdown-wrapper-2 {
  z-index: 500;
}

.dropdown-wrapper-2.sidebar-dropdown {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.sidebar-dropdown-list-wrapper {
  background-color: #0000;
  margin-top: 8px;
  margin-bottom: 4px;
  position: static;
}

.sidebar-divider {
  opacity: .2;
  background-color: #fff;
  align-self: center;
  width: 100%;
  min-height: 1px;
  max-height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dropdown-toggle-4 {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle-4:hover {
  color: #6c72ff;
}

.dropdown-toggle-4.sidebar-dropdown {
  grid-column-gap: 20px;
  color: #aeb9e1;
  border-radius: 6px;
  justify-content: space-between;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 12px;
}

.dropdown-toggle-4.sidebar-dropdown:hover {
  color: #fff;
}

.dropdown-toggle-4.sidebar-dropdown.w--open {
  color: #6c72ff;
}

.input {
  color: #fff;
  background-color: #101935;
  border: .6px solid #343b4f;
  border-radius: 4px;
  min-height: 42px;
  margin-bottom: 0;
  padding: 14px;
  font-size: 12px;
  line-height: 1.167em;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 4px #01051133;
}

.input:hover {
  border-color: #7e89ac;
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  border-color: #6c72ff;
}

.input::placeholder {
  color: #aeb9e1;
}

.input.icon-inside-left {
  padding-left: 40px;
}

.sidebar-menu-container {
  z-index: 1;
  grid-row-gap: 4px;
  flex-direction: column;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 40px;
  display: flex;
}

.position-relative---z-index-1 {
  z-index: 1;
  position: relative;
}

.sidebar-menu-collapsed-overlay {
  z-index: 2147483647;
  display: none;
  position: absolute;
  inset: 0;
}

.flex {
  display: flex;
}

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

.sidebar-wrapper {
  z-index: 500;
  background-color: #080f25;
  border-right: .6px solid #37446b;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

.sidebar-collapsed-icon-btn-wrapper {
  display: none;
}

.sidebar-collapsed-icon-btn {
  cursor: pointer;
  min-width: 26px;
  max-width: 26px;
  min-height: 26px;
  max-height: 26px;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  transition: transform .3s;
  display: flex;
}

.sidebar-collapsed-icon-btn:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.overflow-hidden {
  overflow: hidden;
}

.text-200 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.143em;
}

.text-200.sidebar-dropdown-text {
  font-weight: 500;
}

.sidebar-dropdown-link {
  color: #aeb9e1;
  border-left: 4px solid #0000;
  border-radius: 4px;
  padding: 14px 14px 14px 11px;
  font-size: 14px;
  line-height: 1em;
  transition: border-color .3s, background-color .3s, color .3s;
  overflow: hidden;
}

.sidebar-dropdown-link:hover {
  color: #fff;
  background-color: #101935;
}

.sidebar-dropdown-link.w--current {
  color: #fff;
  background-color: #212c4d;
  border-left-color: #6c72ff;
}

.sidebar-logo-section-container {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 20px 28px;
  display: flex;
}

.sidebar-collapsed-divider {
  background-color: #37446b;
  min-height: .6px;
  max-height: .6px;
  display: none;
}

.page-wrapper {
  margin-left: 40px;
  margin-right: 40px;
}

.loading-bar-wrapper {
  z-index: 2147483647;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.loading-bar {
  background-image: linear-gradient(#6c72ff, #57c3ff);
  min-height: 4px;
}

._2-items-wrap-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.display-4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333em;
}

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

.btn-primary {
  color: #fff;
  text-align: center;
  background-color: #6c72ff;
  border-radius: 4px;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 8px;
  font-weight: 500;
  line-height: 1.167em;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #212c4d;
}

.max-h-16px {
  max-height: 16px;
}

.card {
  background-color: #101935;
  border: .6px solid #343b4f;
  border-radius: 12px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.card-founder {
  margin-top: 40px;
}

.border-right-6px---secondary-4 {
  border-right: .6px solid #343b4f;
}

.width-100 {
  width: 100%;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

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

.text-201 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-201.medium {
  font-weight: 500;
}

.text-201.medium.mg-top-2px {
  margin-top: 2px;
}

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

.grid-2-columns._1-82fr---1fr {
  grid-template-columns: 1.82fr 1fr;
}

.grid-2-columns._1-82fr---1fr.gap-0 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.grid-2-columns._1fr---2-05fr {
  grid-template-columns: 1fr 2.05fr;
}

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

.grid-1-column.gap-row-4px {
  grid-row-gap: 4px;
}

.border-bottom-6---secondary-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: .6px solid #343b4f;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  padding: 40px 0 40px 40px;
  display: grid;
}

.graph-large-section-container {
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  display: flex;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.percentage-bars-small-section-container {
  border-right: .6px solid #37446b;
  padding: 28px;
}

.inner-container._562px {
  max-width: 562px;
}

._2-items-wrap-container-3 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-300 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-300.medium {
  font-weight: 500;
}

.pd-20px---52px {
  padding: 20px 52px;
}

.html-embed-13 {
  min-height: 0;
  max-height: 300px;
}

.html-embed-14 {
  max-height: 300px;
}

.html-embed-15 {
  max-width: 100vw;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-301 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-301.medium {
  font-weight: 500;
}

.text-301.medium.color-neutral-100 {
  justify-content: flex-start;
  margin-top: 10px;
  display: flex;
}

.orange-2 {
  color: #f77f00;
}

.heading-22 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
}

.heading-22.black {
  color: #000;
}

.heading-23 {
  color: #000;
  text-align: center;
  background-color: #02020200;
  border: 1px #000;
  border-radius: 0;
  font-size: 22px;
}

.text-copied-remark-2 {
  color: #000;
  font-size: 16px;
}

.text-block-14 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.image-12 {
  margin-left: 20px;
}

.container-22 {
  justify-content: flex-start;
  margin-left: 0;
  display: flex;
}

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

.div-block-29 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.image-14 {
  border-radius: 20px;
}

.link-2 {
  color: var(--white);
  padding-right: 40px;
  text-decoration: none;
}

.button-13 {
  background-color: var(--dark-orange);
  border-radius: 20px;
  font-weight: 700;
}

.div-block-30 {
  object-fit: fill;
  align-items: center;
  display: flex;
}

.container-23 {
  background-color: #f1f1f1;
  border-radius: 20px;
  padding-top: 10px;
  padding-left: 10px;
}

.container-24 {
  border-top: 3px solid #f77f00;
  margin-bottom: 10px;
}

.text-span-30 {
  background-color: #f77f00;
  border: 2px solid #f77f00;
  border-radius: 6px;
}

.text-span-31 {
  color: var(--black-2);
}

.text-span-33 {
  color: var(--white);
  font-weight: 700;
}

.bold-text-5 {
  color: var(--white);
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

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

.text-span-35 {
  color: #fff;
  background-color: #f77f00;
  border: 2px solid #f77f00;
  border-radius: 8px;
}

.video-wrapper {
  border-radius: 10px;
  width: 200px;
  height: 353px;
  position: relative;
}

.video-inner {
  background-image: url('../images/Scherm_afbeelding-2024-01-13-om-11.37.29.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 353px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.video-inner-2 {
  background-image: url('../images/Scherm_afbeelding-2024-01-13-om-11.37.29-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 353px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.video-inner-3 {
  background-image: url('../images/Scherm_afbeelding-2024-01-13-om-11.37.29-2.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 353px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.video-inner-4 {
  background-image: url('../images/Scherm_afbeelding-2024-01-13-om-11.37.29-3.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 353px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.video-inner-5 {
  background-image: url('../images/Scherm_afbeelding-2024-01-13-om-11.37.29-4.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 353px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.video-inner-6 {
  background-image: url('../images/Scherm_afbeelding-2024-01-13-om-11.37.29-5.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 353px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-2 {
  background-color: #000;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
  position: static;
}

.container-25 {
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: center;
  align-items: center;
  margin-left: 140px;
  padding-left: 0;
  display: flex;
}

.navbar-3 {
  z-index: 0;
  background-color: #000;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
}

.text-span-36 {
  color: var(--dark-orange);
}

.container-27 {
  width: 100%;
  max-width: 100%;
}

.section-7 {
  margin-top: 100px;
}

.link-5 {
  margin-bottom: 10px;
  font-size: 20px;
}

.image-16 {
  margin-top: 10px;
}

.text-span-37 {
  font-size: 30px;
  font-weight: 700;
}

.container-28 {
  justify-content: center;
  align-items: flex-start;
  max-width: 1400px;
  display: flex;
}

.heading-24 {
  color: #000;
  border-radius: 1px;
  margin-top: 0;
  padding: 10px;
  font-weight: 700;
}

.heading-24.container-links {
  box-shadow: none;
  padding: 0;
}

.html-embed-16 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-29 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

.container-30 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.container-31 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-25 {
  color: var(--black-2);
  margin-top: 0;
}

.heading-26 {
  margin-top: 135px;
}

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

.bold-text-7 {
  font-size: 30px;
}

.dropdown-menu-1, .dropdown-menu-2, .dropdown-menu-3, .dropdown-menu-4 {
  color: #000;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 14px;
  font-size: 25px;
  display: flex;
  position: static;
}

.paragraph-7-1, .paragraph-7-2, .paragraph-7-3 {
  color: var(--black-2);
  text-align: left;
  justify-content: flex-start;
  display: block;
  position: static;
  overflow: hidden;
}

.paragraph-7-4 {
  color: var(--black-2);
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 20px;
  display: block;
  position: static;
  overflow: hidden;
}

.image-6-1, .image-6-2, .image-6-3, .image-6-4 {
  flex: 0 auto;
  align-self: center;
  margin-top: 13px;
  display: block;
}

.heading-27 {
  color: #000000e3;
  text-align: left;
}

.text-block-13-copy {
  color: #000;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.html-embed-copy {
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.display-heading-6-copy {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

.div-block-home {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.button-large-home-mobile {
  background-color: var(--dark-orange);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 22px;
  font-weight: 600;
  transition: all .222s cubic-bezier(.737, .159, .25, 1);
  display: flex;
  box-shadow: inset 0 0 20px 20px #0000;
}

.button-large-home-mobile:hover {
  background-color: #128a00;
  transform: scale(.95);
  box-shadow: inset 0 0 20px 20px #0000001a;
}

.button-large-home-mobile.green {
  background-color: #127427;
}

.button-large-home-mobile.top-margin {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-home-mobile.top-margin.big-text {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-home-mobile.big-text {
  height: auto;
  padding: 23px;
  font-size: 32px;
  line-height: 1.2;
}

.button-large-home-mobile.big-text.top-margin {
  width: 100%;
}

.button-large-home-mobile.margin-left {
  margin-left: 20px;
}

.button-large-home-mobile.home {
  height: auto;
  padding: 16px;
  font-size: 18px;
}

.button-large-home-mobile.home.margin-left {
  margin-left: 0;
  font-size: 18px;
  display: flex;
}

.button-large-home-mobile.huge {
  height: 80px;
  padding: 23px;
  font-size: 34px;
}

.button-large-home-mobile.top-margin-home-mobile {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-home-mobile.top-margin-home-mobile.big-text, .button-large-home-mobile.top-margin-home-mobile.big-text-home-mobile {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-home {
  background-color: var(--dark-orange);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 22px;
  font-weight: 600;
  transition: all .222s cubic-bezier(.737, .159, .25, 1);
  display: flex;
  box-shadow: inset 0 0 20px 20px #0000;
}

.button-large-home:hover {
  background-color: #128a00;
  transform: scale(.95);
  box-shadow: inset 0 0 20px 20px #0000001a;
}

.button-large-home.green {
  background-color: #127427;
}

.button-large-home.top-margin {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-home.top-margin.big-text {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-home.big-text {
  height: auto;
  padding: 23px;
  font-size: 32px;
  line-height: 1.2;
}

.button-large-home.big-text.top-margin {
  width: 100%;
}

.button-large-home.margin-left {
  margin-left: 20px;
}

.button-large-home.home {
  height: auto;
  padding: 16px;
  font-size: 18px;
}

.button-large-home.home.margin-left {
  margin-left: 0;
  font-size: 18px;
  display: flex;
}

.button-large-home.huge {
  height: 80px;
  padding: 23px;
  font-size: 34px;
}

.button-large-home.top-margin-4 {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-home.top-margin-4.big-text, .button-large-home.top-margin-4.big-text-copy {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-home.top-margin-4-copy {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-home.top-margin-4-copy.big-text {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-home.top-margin-4-copy.big-text-copy {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 24px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.ms-checkbox-wrap {
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.ms-checkbox {
  border-width: 1.5px;
  border-color: #12133140;
  border-radius: 33%;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.ms-checkbox:hover {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), linear-gradient(#2962ff, #2962ff);
  border-color: #2962ff;
}

.ms-checkbox.w--redirected-checked {
  background-color: #2962ff;
  background-image: url('../images/smallcheck.svg');
  background-size: 70%;
  border-color: #12133140;
  border-radius: 33%;
}

.ms-link {
  color: #2962ff;
}

.code-embed-2 {
  margin-bottom: 10px;
}

.info-rich-text-div-container-copy {
  background-color: #000;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  margin-top: 0;
  margin-bottom: 100px;
  padding: 30px;
  display: flex;
}

.heading-1-copy {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
}

.heading-1-copy.left {
  color: #ffffffe0;
  text-align: left;
}

.heading-1-copy.orange-div-bg {
  color: #000;
  text-align: left;
  font-size: 28px;
}

.heading-1-copy.orange-div-bg.hero {
  color: var(--black-2);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
  display: flex;
}

.heading-1-copy.black {
  color: #000;
}

.display-heading-3-copy {
  color: var(--black-2);
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 67px;
  font-weight: 700;
  line-height: 1.2;
}

.info-rich-text-div-container-copy {
  background-color: #000;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  margin-top: -139px;
  padding: 30px;
  display: flex;
}

.info-rich-text-div-container-copy2-copy {
  color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.display-heading-3-cop3y {
  color: var(--black-2);
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 67px;
  font-weight: 700;
  line-height: 1.2;
}

.icon-container-div-copy {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-container-div-copy.inverse {
  margin-top: 5px;
}

.html-embed-2-copy {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container-copy.footer {
  align-items: stretch;
  padding-top: 0;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
}

.container-copy.left {
  color: var(--black-2);
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
}

.container-copffy-copy {
  perspective: 500px;
  width: 100%;
  max-width: 1296px;
  color: var(--whitefull);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-copffy-copy.footer {
  align-items: stretch;
  padding-top: 0;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
}

.container-copffy-copy.legal-page {
  max-width: 80%;
}

.container-copffy-copy.left {
  color: var(--black-2);
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
}

.container-copffy-copy.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.container-copffy-copy.legal-page-cgdfgopy {
  max-width: 80%;
  padding-bottom: 140px;
}

.container-ggggg {
  perspective: 500px;
  width: 100%;
  max-width: 1296px;
  color: var(--whitefull);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-ggggg.footer {
  align-items: stretch;
  padding-top: 0;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
}

.container-ggggg.legal-page {
  max-width: 80%;
}

.container-ggggg.left {
  color: var(--black-2);
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
}

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

.container-ggggg.legal-page-gggg {
  max-width: 80%;
  margin-bottom: 140px;
}

.heading-1-kkghjk {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
}

.heading-1-kkghjk.left {
  color: #ffffffe0;
  text-align: left;
}

.heading-1-kkghjk.orange-div-bg {
  color: #000;
  text-align: left;
  font-size: 28px;
}

.heading-1-kkghjk.orange-div-bg.hero {
  color: var(--black-2);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
  display: flex;
}

.heading-1-kkghjk.black {
  color: #000;
}

.heading-1-fdasf {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
}

.heading-1-fdasf.left {
  color: #ffffffe0;
  text-align: left;
}

.heading-1-fdasf.orange-div-bg {
  color: #000;
  text-align: left;
  font-size: 28px;
}

.heading-1-fdasf.orange-div-bg.hero {
  color: var(--black-2);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
  display: flex;
}

.heading-1-fdasf.black {
  color: #000;
}

.body-3 {
  background-color: #fff;
}

.heading-28 {
  color: #000;
  font-weight: 700;
}

.paragraph-13 {
  color: var(--black-2);
}

.text-span-38 {
  font-weight: 700;
  text-decoration: underline;
}

.paragraph-13-evo {
  color: var(--black-2);
  margin-top: 20px;
}

.container-new-evo {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
}

.section-hero-evo {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 49px;
  display: flex;
}

.youtube {
  width: 100%;
  margin-left: 0;
}

.navbar-3-evo {
  z-index: 0;
  background-color: #000;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
}

.marquee-horizontal {
  z-index: 200;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.image-3, .image-18, .image-5 {
  margin-left: 40px;
  margin-right: 40px;
}

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

.section-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container-32 {
  margin-right: 0;
  display: block;
}

.heading-7 {
  color: #000;
  margin-bottom: 0;
}

.text-span-39 {
  color: var(--dark-orange);
}

.heading-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-5 {
  color: #000;
  margin-top: 0;
  font-size: 20px;
}

.container-33 {
  margin-left: 0;
}

.image-19 {
  filter: hue-rotate(20deg);
}

.image-20 {
  border-radius: 8px;
  align-self: auto;
  max-width: 80%;
}

.heading-29 {
  color: #000;
}

.paragraph-14 {
  color: #000000d9;
}

.heading-30 {
  color: #000;
  text-align: left;
  width: 80%;
  font-weight: 700;
}

.heading-31 {
  color: #000;
  text-align: left;
  align-self: auto;
  width: 80%;
  font-weight: 400;
}

.container-34 {
  background-color: #f5f7fa;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
}

.text-span-40, .text-span-41 {
  font-weight: 700;
  text-decoration: underline;
}

.container-35, .container-36 {
  display: flex;
}

.image-21 {
  margin-right: 10px;
  padding-right: 0;
}

.image-22, .image-23 {
  margin-right: 10px;
}

.container-new-evo-1 {
  background-color: #fff;
  border-radius: 6px;
  display: block;
}

.button-14 {
  background-color: var(--dark-orange);
  border-radius: 13px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 50px;
}

.container-37, .code-embed-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-32 {
  color: #000;
  margin-top: 10px;
}

.text-span-42 {
  color: var(--dark-orange);
}

.display-heading-6-ff {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.text-span-43 {
  background-color: var(--dark-orange);
  border-radius: 10px;
}

.div-block-14-cgg-opy {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-13-ggg {
  color: #000;
  margin-top: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
}

.image-9-ggg {
  margin-left: 0;
  margin-right: 10px;
}

.button-large-jj {
  background-color: var(--dark-orange);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 22px;
  font-weight: 600;
  transition: all .222s cubic-bezier(.737, .159, .25, 1);
  display: flex;
  box-shadow: inset 0 0 20px 20px #0000;
}

.button-large-jj:hover {
  background-color: #128a00;
  transform: scale(.95);
  box-shadow: inset 0 0 20px 20px #0000001a;
}

.button-large-jj.green {
  background-color: #127427;
}

.button-large-jj.top-margin {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-jj.top-margin.big-text {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-jj.big-text {
  height: auto;
  padding: 23px;
  font-size: 32px;
  line-height: 1.2;
}

.button-large-jj.big-text.top-margin {
  width: 100%;
}

.button-large-jj.margin-left {
  margin-left: 20px;
}

.button-large-jj.home {
  height: auto;
  padding: 16px;
  font-size: 18px;
}

.button-large-jj.home.margin-left {
  margin-left: 0;
  font-size: 18px;
  display: flex;
}

.button-large-jj.huge {
  height: 80px;
  padding: 23px;
  font-size: 34px;
}

.button-large-jj.top-margin-hjkl {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-jj.top-margin-hjkl.big-text {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-jj.top-margin-hjkl.big-text-hk {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  display: block;
}

.link-block-fkj {
  background-color: var(--dark-orange);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.text-block-15 {
  color: var(--white);
  padding: 20px 20px 20px 10px;
  font-size: 21px;
  font-weight: 700;
}

.div-block-29-ff {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.div-block-31, .div-block-32, .div-block-33 {
  display: flex;
}

.section-3-ll {
  margin-bottom: 0;
  padding-bottom: 40px;
  display: block;
}

.centered-heading-4-jj {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 16px;
  font-size: 30px;
}

.container-21-kk {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
}

.hero-wrapper-2-gg {
  background-color: var(--dark-orange-2);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hero-split-2-jj {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  margin-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.hero-split-2-hh {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  margin-top: 0;
  display: flex;
}

.margin-bottom-24px-2-jj {
  color: var(--white);
  text-align: left;
  align-self: center;
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: 700;
}

.text-span-44 {
  font-weight: 700;
}

.text-span-45 {
  font-weight: 700;
  text-decoration: none;
}

.text-span-46 {
  font-family: Lato, sans-serif;
}

.hero-heading-left-jj {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  margin-top: 36px;
  padding: 37px 30px 80px;
  display: block;
  position: relative;
  top: -80px;
  overflow: visible;
}

.hero-split-3-jjk {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin-left: 40px;
  padding-right: 20px;
  display: flex;
}

.hero-split-3-cokkjpy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 40px;
  padding-right: 50px;
  display: flex;
}

.heading-10-kgjh {
  color: red;
  margin-top: 0;
  margin-right: 140px;
  font-size: 25px;
}

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

.horizontal-copy.bottom-margin {
  margin-bottom: 22px;
}

.horizontal-copy._100 {
  background-color: #f3f3f3;
  border-radius: 20px;
  justify-content: center;
  margin: 40px 20px;
  padding: 40px;
  display: block;
}

.horizontal-copy.bottom-margin-cojjpy {
  border: 1px solid var(--dark-orange);
  border-radius: 11px;
  margin-bottom: 10px;
  padding: 10px;
}

.paragraph-ckkopy {
  color: #ffffffa3;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 12px;
  font-family: Avenir next, sans-serif;
  display: flex;
}

.paragraph-ckkopy.opsomming {
  color: var(--black-2);
  text-align: left;
  margin-top: 0;
  margin-left: 20px;
  font-size: 18px;
  line-height: 1.2;
}

.paragraph-ckkopy.opsomming.black {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy.big {
  color: #ffffffe3;
  font-size: 24px;
  line-height: 1.1;
}

.paragraph-ckkopy.big.margin {
  margin-top: 25px;
  margin-bottom: 25px;
}

.paragraph-ckkopy._18 {
  font-size: 18px;
}

.paragraph-ckkopy._18.center-content.white {
  color: #ffffffe0;
}

.paragraph-ckkopy.opsomming-coplly {
  color: var(--black-2);
  text-align: left;
  margin-top: 0;
  margin-left: 20px;
  font-size: 18px;
  line-height: 1.2;
}

.paragraph-ckkopy.opsomming-coplly.black, .paragraph-ckkopy.opsomming-coplly.black-coplly, .paragraph-ckkopy.opsomming-coplly.black-2 {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy.opsomming-2 {
  color: var(--black-2);
  text-align: left;
  margin-top: 0;
  margin-left: 20px;
  font-size: 18px;
  line-height: 1.2;
}

.paragraph-ckkopy.opsomming-2.black, .paragraph-ckkopy.opsomming-2.black-coplly, .paragraph-ckkopy.opsomming-2.black-2 {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.div-block-3-copy.top-margin, .div-block-3-copy.top-margin-cokkpy, .div-block-3-copy-cllopy.top-margin, .div-block-3-copy-cllopy.top-margin-cokkpy {
  margin-top: 20px;
}

.heading-11-kkk {
  color: red;
  margin-top: 0;
  font-size: 25px;
}

.div-block-35 {
  padding-left: 0;
}

.link-block-cffopy {
  background-color: var(--dark-orange);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-35-dd {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

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

.jj.bottom-margin {
  margin-bottom: 22px;
}

.jj._100 {
  background-color: #f3f3f3;
  border-radius: 20px;
  justify-content: center;
  margin: 40px 20px;
  padding: 40px;
  display: block;
}

.jj.bottom-margin-cojjpy {
  border: 1px solid var(--dark-orange);
  border-radius: 11px;
  margin-bottom: 10px;
  padding: 5px;
}

.jj.bottom-margin-ggg-copy {
  border: 1px solid red;
  border-radius: 11px;
  margin-bottom: 10px;
  padding: 10px;
}

.text-span-47 {
  color: var(--dark-orange);
  text-align: center;
  display: inline;
}

.text-span-48 {
  color: red;
  -webkit-text-stroke-color: red;
}

.html-embed-2-cc {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

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

.paragraph-7-copy {
  color: var(--black-2);
  text-align: left;
  justify-content: flex-start;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-menu-copy {
  color: #000;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 14px;
  font-size: 25px;
  display: flex;
  position: static;
}

.dropdown-menu-copy2 {
  color: #000;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 14px;
  font-size: 25px;
  display: flex;
  position: static;
}

.paragraph-7-copy2 {
  color: var(--black-2);
  text-align: left;
  justify-content: flex-start;
  display: block;
  position: static;
  overflow: hidden;
}

.image-6-copy2 {
  flex: 0 auto;
  align-self: center;
  margin-top: 13px;
  display: block;
}

.dropdown-menu-copy3 {
  color: #000;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 14px;
  font-size: 25px;
  display: flex;
  position: static;
}

.paragraph-7-copy3 {
  color: var(--black-2);
  text-align: left;
  justify-content: flex-start;
  display: block;
  position: static;
  overflow: hidden;
}

.image-6-copy3 {
  flex: 0 auto;
  align-self: center;
  margin-top: 13px;
  display: block;
}

.heading-8-sfdg {
  color: #fff;
  text-align: left;
  align-self: center;
  font-size: 30px;
  font-weight: 700;
}

.heading-8-gfsd {
  color: #fff;
  text-align: left;
  align-self: center;
  font-size: 35px;
  font-weight: 700;
}

.image-6-6 {
  flex: 0 auto;
  align-self: center;
  margin-top: 13px;
  display: block;
}

.dropdown-menu-6 {
  color: #000;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 14px;
  font-size: 25px;
  display: flex;
  position: static;
}

.paragraph-7-copy-6 {
  color: var(--black-2);
  text-align: left;
  justify-content: flex-start;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-menu-7 {
  color: #000;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 14px;
  font-size: 25px;
  display: flex;
  position: static;
}

.image-6-7 {
  flex: 0 auto;
  align-self: center;
  margin-top: 13px;
  display: block;
}

.paragraph-7-7 {
  color: var(--black-2);
  text-align: left;
  justify-content: flex-start;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-menu-8 {
  color: #000;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 14px;
  font-size: 25px;
  display: flex;
  position: static;
}

.image-6-8 {
  flex: 0 auto;
  align-self: center;
  margin-top: 13px;
  display: block;
}

.paragraph-7-8 {
  color: var(--black-2);
  text-align: left;
  justify-content: flex-start;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-menu-9 {
  color: #000;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 14px;
  font-size: 25px;
  display: flex;
  position: static;
}

.image-6-copy, .image-6-9 {
  flex: 0 auto;
  align-self: center;
  margin-top: 13px;
  display: block;
}

.paragraph-7-9 {
  color: var(--black-2);
  text-align: left;
  justify-content: flex-start;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-menu-10 {
  color: #000;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 14px;
  font-size: 25px;
  display: flex;
  position: static;
}

.image-6-10 {
  flex: 0 auto;
  align-self: center;
  margin-top: 13px;
  display: block;
}

.paragraph-7-10 {
  color: var(--black-2);
  text-align: left;
  justify-content: flex-start;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-menu-11 {
  color: #000;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 14px;
  font-size: 25px;
  display: flex;
  position: static;
}

.image-6-11 {
  flex: 0 auto;
  align-self: center;
  margin-top: 13px;
  display: block;
}

.paragraph-7-11 {
  color: var(--black-2);
  text-align: left;
  justify-content: flex-start;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-menu-12 {
  color: #000;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 14px;
  font-size: 25px;
  display: flex;
  position: static;
}

.image-6-12 {
  flex: 0 auto;
  align-self: center;
  margin-top: 13px;
  display: block;
}

.paragraph-7-12 {
  color: var(--black-2);
  text-align: left;
  justify-content: flex-start;
  display: block;
  position: static;
  overflow: hidden;
}

.div-block-37 {
  display: flex;
}

.hero-heading-left-ff {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 100px;
  padding: 37px 30px 80px;
  display: block;
  position: relative;
  top: -80px;
}

.link-block-ff, .link-block-gdf, .link-block-ff-dd, .link-block-tre {
  background-color: var(--dark-orange);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-21-cogsdfpy {
  justify-content: center;
  width: 100%;
  margin-left: 0;
  padding-left: 220px;
  padding-right: 220px;
  display: inline-block;
}

.dropdown-menu-gg {
  color: #000;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 14px;
  font-size: 25px;
  display: flex;
  position: static;
}

.paragraph-7-gg {
  color: var(--black-2);
  text-align: left;
  justify-content: flex-start;
  display: block;
  position: static;
  overflow: hidden;
}

.image-6-gg {
  flex: 0 auto;
  align-self: center;
  margin-top: 13px;
  display: block;
}

.dropdown-menu-gg1 {
  color: #000;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 14px;
  font-size: 25px;
  display: flex;
  position: static;
}

.image-6-gg2 {
  flex: 0 auto;
  align-self: center;
  margin-top: 13px;
  display: block;
}

.paragraph-7-gg2 {
  color: var(--black-2);
  text-align: left;
  justify-content: flex-start;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-menu-gg3 {
  color: #000;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 14px;
  font-size: 25px;
  display: flex;
  position: static;
}

.image-6-gg3 {
  flex: 0 auto;
  align-self: center;
  margin-top: 13px;
  display: block;
}

.paragraph-7-gg3 {
  color: var(--black-2);
  text-align: left;
  justify-content: flex-start;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-menu-gg4 {
  color: #000;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 14px;
  font-size: 25px;
  display: flex;
  position: static;
}

.paragraph-7-gg4 {
  color: var(--black-2);
  text-align: left;
  justify-content: flex-start;
  display: block;
  position: static;
  overflow: hidden;
}

.image-6-gg4 {
  flex: 0 auto;
  align-self: center;
  margin-top: 13px;
  display: block;
}

.dropdown-menu-gg5 {
  color: #000;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 14px;
  font-size: 25px;
  display: flex;
  position: static;
}

.image-6-gg5 {
  flex: 0 auto;
  align-self: center;
  margin-top: 13px;
  display: block;
}

.paragraph-7-gg5 {
  color: var(--black-2);
  text-align: left;
  justify-content: flex-start;
  display: block;
  position: static;
  overflow: hidden;
}

.container-38 {
  padding-top: 20px;
}

.container-21-fsadf {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  max-width: 1200px;
  display: grid;
}

.text-span-49 {
  background-color: var(--dark-orange);
  border-radius: 16px;
  padding-left: 2px;
  padding-right: 2px;
}

.display-heading-6-gf {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
}

.text-span-50 {
  color: var(--dark-orange);
}

.testimonial-column-light-sdfg {
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 0 30px;
  position: relative;
}

.container-6-gf {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -68px;
}

.button-large-hg {
  background-color: var(--dark-orange);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 22px;
  font-weight: 600;
  transition: all .222s cubic-bezier(.737, .159, .25, 1);
  display: flex;
  box-shadow: inset 0 0 20px 20px #0000;
}

.button-large-hg:hover {
  background-color: #128a00;
  transform: scale(.95);
  box-shadow: inset 0 0 20px 20px #0000001a;
}

.button-large-hg.green {
  background-color: #127427;
}

.button-large-hg.top-margin {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-hg.top-margin.big-text {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 40px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-hg.big-text {
  height: auto;
  padding: 23px;
  font-size: 32px;
  line-height: 1.2;
}

.button-large-hg.big-text.top-margin {
  width: 100%;
}

.button-large-hg.margin-left {
  margin-left: 20px;
}

.button-large-hg.home {
  height: auto;
  padding: 16px;
  font-size: 18px;
}

.button-large-hg.home.margin-left {
  margin-left: 0;
  font-size: 18px;
  display: flex;
}

.button-large-hg.huge {
  height: 80px;
  padding: 23px;
  font-size: 34px;
}

.div-block-21-ff {
  justify-content: center;
  width: 100%;
  margin-left: 0;
  padding-left: 220px;
  padding-right: 220px;
  display: inline-block;
}

.button-large-home-hh {
  background-color: var(--dark-orange);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 22px;
  font-weight: 600;
  transition: all .222s cubic-bezier(.737, .159, .25, 1);
  display: flex;
  box-shadow: inset 0 0 20px 20px #0000;
}

.button-large-home-hh:hover {
  background-color: #128a00;
  transform: scale(.95);
  box-shadow: inset 0 0 20px 20px #0000001a;
}

.button-large-home-hh.green {
  background-color: #127427;
}

.button-large-home-hh.top-margin {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-home-hh.top-margin.big-text {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-home-hh.big-text {
  height: auto;
  padding: 23px;
  font-size: 32px;
  line-height: 1.2;
}

.button-large-home-hh.big-text.top-margin {
  width: 100%;
}

.button-large-home-hh.margin-left {
  margin-left: 20px;
}

.button-large-home-hh.home {
  height: auto;
  padding: 16px;
  font-size: 18px;
}

.button-large-home-hh.home.margin-left {
  margin-left: 0;
  font-size: 18px;
  display: flex;
}

.button-large-home-hh.huge {
  height: 80px;
  padding: 23px;
  font-size: 34px;
}

.button-large-home-hh.top-margin-4 {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-home-hh.top-margin-4.big-text, .button-large-home-hh.top-margin-4.big-text-copy {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-home-hh.top-margin-4-copy {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-home-hh.top-margin-4-copy.big-text {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-home-hh.top-margin-4-copy.big-text-copy {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 24px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-home-hh.top-margin-4-copy-jj {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-home-hh.top-margin-4-copy-jj.big-text {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-home-hh.top-margin-4-copy-jj.big-text-copy, .button-large-home-hh.top-margin-4-copy-jj.big-text-copy-ll {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 24px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.display-heading-6-ff-fsd {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.text-span-51 {
  background-color: var(--dark-orange);
  color: #fff;
  border-radius: 7px;
}

.text-span-52 {
  color: var(--dark-orange);
}

.div-block-29-ff-vc {
  justify-content: center;
  align-items: center;
  margin-top: -30px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.text-span-53, .text-span-54 {
  color: var(--dark-orange);
}

.text-block-13-gggf, .text-block-13-gfh, .text-block-13-sdfg {
  color: #000;
  margin-top: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
}

.div-block-31-fdg {
  display: flex;
}

.html-embed-copy {
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  display: flex;
}

.html-embed-copy-gf {
  z-index: 0;
  width: 570px;
  height: 321px;
  box-shadow: 0 2px 17px 0 var(--dark-orange);
  background-color: #0000;
  border: 1px #000;
  border-radius: 20px;
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.display-heading-6-ffdg {
  color: var(--dark-orange);
  text-align: center;
  text-shadow: 2px 1px 3px #0003;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.html-embed-2-gf {
  background-color: #cacaca;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.display-heading-6-ff-fsd-gf {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.text-span-55 {
  background-color: var(--dark-orange);
  color: #fff;
  border-radius: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.text-span-56 {
  color: var(--dark-orange);
}

.navbar-3-h {
  z-index: 0;
  background-color: #000;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
}

.image-13-hh {
  padding-right: 0;
}

.container-25-gg {
  align-items: center;
  display: flex;
}

.text-span-57, .text-span-58 {
  color: var(--dark-orange);
}

.div-block-14-cgg-opyg {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-span-59 {
  background-color: var(--dark-orange);
  color: var(--white);
  border-radius: 14px;
  padding-left: 5px;
  padding-right: 5px;
}

.text-span-60 {
  color: var(--dark-orange);
}

.display-heading-6-ff-fsd-gf-bv {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.paragraph-15 {
  color: var(--black-2);
}

.section-10 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-24 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-39 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-9 {
  margin-left: 10px;
}

.container-40 {
  background-color: #1e1f26;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container-new-fg {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.bold-text-9-fd {
  color: var(--white);
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
}

.container-41 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.link-block {
  box-shadow: 0 2px 16px 9px var(--dark-orange);
  text-align: center;
  background-color: #f77f00;
  border-radius: 13px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.heading-33 {
  color: var(--black-3);
  margin-top: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 800;
  text-decoration: none;
}

.section-hero-gf {
  background-image: linear-gradient(#333541, #606575);
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-29-ff-gfd {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.image-25 {
  border: 2px solid var(--white);
  border-radius: 20px;
  margin-right: -10px;
}

.code-embed-4 {
  margin-left: 20px;
}

.display-heading-6-ff-fsd-fh {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.bold-text-9-fd-fg {
  color: var(--white);
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
}

.section-3-1 {
  background-image: linear-gradient(#606575, #333541);
  margin-bottom: 0;
  padding-bottom: 40px;
  display: block;
}

.centered-heading-4-1 {
  color: var(--white);
  text-align: center;
  margin-bottom: 16px;
  font-size: 30px;
}

.hero-heading-right-2-copy {
  color: var(--white);
  background-color: #f5f7fa;
  background-image: linear-gradient(#606575, #333541);
  border-top: 1px #333541;
  border-bottom: 0 #333541;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 30px 80px;
  position: relative;
}

.hero-wrapper-2-gg-copy {
  border-top: 4px solid var(--dark-orange);
  border-bottom: 5px solid var(--dark-orange);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.shadow-two-2-ff {
  text-align: left;
  object-fit: cover;
  flex: 1;
  align-self: center;
  margin-top: -69px;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  overflow: auto;
}

.section-new {
  background-image: linear-gradient(#606575, #333541);
  margin-top: -1px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.text-span-61, .text-span-62 {
  color: var(--dark-orange);
}

.disply-headline-2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.header-2-section-2 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

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

.container-42 {
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.container-44 {
  background-color: var(--dark-orange);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 6px 10px 14px 10px #0003;
}

.heading-34, .heading-34-copy {
  font-size: 50px;
}

.heading-one {
  margin-top: -18px;
  margin-right: 0;
  padding-bottom: 0;
  font-size: 90px;
}

.container-44-copy {
  background-color: var(--dark-orange);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 50px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 6px 10px 14px 10px #0003;
}

.heading-35, .heading-36, .heading-37 {
  text-align: left;
}

.image-26 {
  flex: 0 auto;
  order: 0;
}

.text-span-64 {
  color: var(--dark-orange);
}

.section-11 {
  border-bottom: 4px solid var(--dark-orange);
  background-color: #333541;
  border-radius: 20px;
  height: 20px;
}

.container-45 {
  margin-left: 0;
  margin-right: 0;
}

.heading-one-2 {
  margin-top: -18px;
  margin-right: 0;
  padding-bottom: 0;
  font-size: 90px;
}

.section-12 {
  background-color: var(--black-2);
  border-radius: 0;
  width: auto;
  margin-top: -200px;
  padding-top: 20px;
}

.text-span-65, .text-span-66 {
  color: var(--dark-orange);
}

.owl-carousel.owl-theme {
  z-index: 0;
  z-index: 0;
  width: 100%;
  position: relative;
}

.image-27 {
  width: 260px;
  height: 525px;
  margin-top: -78px;
  margin-left: 1px;
  margin-right: 1px;
  display: block;
}

.video-3 {
  width: 200px;
  height: 250px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.testimonial-section {
  background-image: linear-gradient(#333541, #606575);
  margin-top: -1px;
  padding-bottom: 140px;
}

.collection-item {
  width: 200px;
  height: 300px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-span-67, .text-span-68 {
  color: var(--dark-orange);
}

.container-46 {
  padding-top: 40px;
}

.container-47 {
  justify-content: space-around;
  max-width: 100%;
  display: flex;
}

.heading-10-kgjh-gf {
  color: red;
  margin-top: 0;
  font-size: 25px;
}

.text-span-47-df {
  color: var(--dark-orange);
  text-align: center;
}

.container-47-copy, .container-48 {
  justify-content: space-around;
  max-width: 100%;
  display: flex;
}

.tabs {
  width: 100%;
  display: none;
}

.tabs-menu {
  width: 100%;
}

.tab-link-evolute-trading {
  background-color: #f77f0000;
  border-bottom: 2px solid #000;
}

.tab-link-evolute-trading.w--current {
  border-bottom: 2px solid var(--dark-orange);
  background-color: #f77f0000;
}

.tab-link-andere-groepen {
  color: var(--black-2);
  background-color: #f77f0000;
  border-bottom: 2px solid #000;
  font-weight: 700;
}

.tab-link-andere-groepen.w--current {
  border-bottom-color: var(--dark-orange);
  color: var(--dark-orange);
  background-color: #f77f0000;
}

.text-block-16 {
  color: var(--dark-orange);
  font-weight: 700;
}

.text-span-69 {
  color: var(--dark-orange);
}

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

.text-span-71 {
  color: var(--dark-orange);
}

.div-block-3-copy-cllopy-copy.top-margin, .div-block-3-copy-cllopy-copy.top-margin-cokkpy, .div-block-3-copy-cllopy-copy.top-margin-cokkpy-copy {
  margin-top: 20px;
}

.text-span-72 {
  color: var(--dark-orange);
}

.hero-heading-left-jj-copy {
  background-color: #f5f7fa;
  background-image: linear-gradient(#333541, #606575);
  border-bottom: 1px #e4ebf3;
  flex-flow: column;
  margin-top: 36px;
  padding: 37px 30px 59px;
  display: block;
  position: relative;
  top: -80px;
}

.paragraph-ckkopy-copy.opsomming-coplly.black, .paragraph-ckkopy-copy.opsomming-coplly.black-coplly {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-coplly-copy.black, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-coplly.black, .paragraph-ckkopy-copy.opsomming-coplly.black-coplly {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-coplly-copy.black, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly-copy {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-coplly.black, .paragraph-ckkopy-copy.opsomming-coplly.black-coplly {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-coplly-copy.black, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly-copy {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-coplly.black, .paragraph-ckkopy-copy.opsomming-coplly.black-coplly {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-coplly-copy.black, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly-copy {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-coplly.black, .paragraph-ckkopy-copy.opsomming-coplly.black-coplly {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-coplly-copy.black, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly-copy {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-coplly.black, .paragraph-ckkopy-copy.opsomming-coplly.black-coplly {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-coplly-copy.black, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly-copy {
  color: var(--white);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-coplly.black, .paragraph-ckkopy-copy.opsomming-coplly.black-coplly {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-coplly-copy.black, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly-copy {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-coplly.black, .paragraph-ckkopy-copy.opsomming-coplly.black-coplly {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-coplly-copy.black, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly-copy {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-coplly.black, .paragraph-ckkopy-copy.opsomming-coplly.black-coplly {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-coplly-copy.black, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly-copy {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-coplly.black, .paragraph-ckkopy-copy.opsomming-coplly.black-coplly {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-coplly-copy {
  color: var(--black-2);
  text-align: left;
  margin-top: 0;
  margin-left: 20px;
  font-size: 18px;
  line-height: 1.2;
}

.paragraph-ckkopy-copy.opsomming-coplly-copy.black, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly-copy {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.section-copy {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-copy.top-section {
  z-index: 2;
  position: relative;
}

.section-copy.hero {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
}

.section-copy.hero.thanks {
  height: 100vh;
}

.section-copy.hero.ea {
  height: auto;
  color: var(--black-3);
  background-color: #1d1d1df5;
  background-image: url('../images/Cover.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 98px;
  padding-bottom: 60px;
}

.section-copy.hero.ea-template {
  background-image: url('../images/General-Banner.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-top: 81px;
}

.section-copy.hero.price {
  height: 40vh;
}

.section-copy.hero.review {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2088647452-1645027658185.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-copy.hero.improve {
  background-image: linear-gradient(#00000080, #00000080), url('../images/7-Day-Trader-Golden-Rules.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-copy.about {
  margin-top: 0;
  margin-bottom: 0;
  padding: 65px 0;
}

.section-copy.algemen-voorwaarden {
  background-color: #f77f00ba;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.section-copy.no-margin {
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
}

.section-copy.no-margin.funnel {
  background-image: url('../images/shutterstock_703084051-1.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 46px;
  padding-bottom: 46px;
}

.section-copy.no-margin.orange {
  background-color: #f77f0066;
}

.section-copy.no-margin.padding {
  padding-top: 90px;
  padding-bottom: 45px;
}

.section-copy.no-margin.padding.white {
  background-color: #ffffffe8;
}

.section-copy.no-margin.white {
  background-color: #fffffff5;
  padding-bottom: 40px;
}

.section-copy.no-margin.ea-partners-review {
  background-color: #fafafa;
  padding-top: 43px;
}

.section-copy.orange {
  background-color: #f77f0073;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-copy.orange.bright {
  background-color: #f77f0085;
}

.section-copy.orange.bright.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

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

.section-copy.hidden {
  display: none;
}

.section-copy.orange-copy {
  background-color: #f77f0073;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-copy.orange-copy.bright {
  background-color: #f77f0085;
}

.section-copy.orange-copy.bright.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

.section-copy.orange-copy.bright-copy {
  background-color: #f77f0085;
}

.section-copy.orange-copy.bright-copy.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

.section-copy.orange-copy.bright-copy.no-margin-copy {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#606575, #333541);
  margin-top: -99px;
  margin-bottom: 200px;
  padding-bottom: 0;
}

.hero-heading-right-3-copy {
  background-color: #ebebeb;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -200px;
  padding: 80px 30px;
  position: relative;
}

.column-5-copy {
  border-style: solid none;
  border-width: 2px;
  border-color: var(--dark-orange);
  background-color: #f3f3f300;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.display-heading-4-copy {
  color: var(--white);
  text-align: center;
  letter-spacing: -.02em;
  align-self: center;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
}

.display-heading-4-copy.center-content {
  align-items: center;
}

.display-heading-4-copy.center-content.thin {
  font-weight: 600;
  line-height: 1.2;
}

.display-heading-4-copy.custom-margin {
  color: var(--black-2);
  margin-top: 60px;
  margin-bottom: 10px;
}

.display-heading-4-copy.left-align {
  color: #fff;
  text-align: center;
  margin-top: auto;
  font-size: 28px;
}

.display-heading-4-copy.caps {
  text-transform: uppercase;
}

.text-span-73 {
  color: var(--black-2);
}

.text-block-17, .comparison {
  margin-left: 20px;
}

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

.text-span-74, .text-span-75 {
  color: var(--black-2);
}

.collection-item-2 {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.collection-list-wrapper-2 {
  width: auto;
  max-width: none;
}

.text-span-76 {
  color: var(--dark-orange);
}

.container-46-2 {
  max-width: 1100px;
  padding-top: 10px;
}

.text-span-77, .text-span-78, .text-span-79, .text-span-80, .text-span-81, .text-span-82 {
  color: var(--dark-orange);
}

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

.text-span-84 {
  color: var(--dark-orange);
}

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

.text-span-86, .text-span-87, .text-span-88, .text-span-89, .text-span-90, .text-span-91 {
  color: var(--dark-orange);
}

.container-44-copy {
  background-color: var(--dark-orange);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 50px;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
  box-shadow: 6px 10px 14px 10px #0003;
}

.container-44-2 {
  background-color: var(--dark-orange);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 6px 10px 14px 10px #0003;
}

.header-2-section-2-1 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.text-span-92, .text-span-93 {
  color: var(--dark-orange);
  font-weight: 800;
}

.heading-13-2 {
  color: var(--black-2);
  flex-flow: row;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  display: block;
}

.text-span-94 {
  color: var(--dark-orange);
}

.hero-heading-right-3-copy-2 {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  margin-top: 0;
  padding: 80px 30px;
  position: relative;
}

.image-28 {
  width: 100%;
  margin-top: -93px;
}

.container-2 {
  perspective: 500px;
  width: 100%;
  max-width: 1296px;
  color: var(--whitefull);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 75px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-2.footer {
  align-items: stretch;
  padding-top: 0;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
}

.container-2.legal-page {
  max-width: 80%;
}

.container-2.left {
  color: var(--black-2);
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
}

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

.hero-heading-right-3-copy-3 {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 0;
  margin-top: 0;
  padding: 80px 30px 0;
  position: relative;
}

.foryou {
  color: var(--black-2);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.container-50 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-left: 84px;
  padding-right: 60px;
  display: flex;
}

.copypaste {
  color: var(--black-2);
  margin-top: 10px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
}

.div-block-42 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.container-51 {
  margin-bottom: 10px;
  display: block;
}

.link-block-small {
  width: 50%;
  box-shadow: 0 2px 16px 9px var(--dark-orange);
  text-align: center;
  background-color: #f77f00;
  border-radius: 13px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.container-52 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.limtied {
  color: var(--black-2);
  font-size: 30px;
}

.image-29 {
  width: 100%;
}

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

.norisk {
  color: #f70000;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 900;
}

.container-54 {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.container-53 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: flex;
}

.hero-heading-right-3-1 {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 0;
  margin-top: 0;
  padding: 10px 30px 0;
  position: relative;
}

.container-52-1 {
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.text-span-95, .text-span-96 {
  font-style: italic;
}

.garantie {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
}

.text-span-97 {
  color: var(--black-2);
}

.waarschuwing {
  color: var(--black-2);
  font-size: 24px;
}

.section-15 {
  padding-top: 40px;
}

.garantie-headline {
  color: var(--dark-orange);
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
}

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

.ps {
  color: var(--black-2);
  font-size: 18px;
  font-weight: 400;
}

.text-span-99, .text-span-100, .text-span-101 {
  font-size: 50px;
  font-weight: 700;
}

.image30 {
  width: 10%;
  margin-bottom: 10px;
}

.hero-stack-faq {
  background-color: #cacaca8c;
}

.text-span-73-copy-2 {
  color: var(--white);
}

.paragraph-ckkopy-copy {
  color: #ffffffa3;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 12px;
  font-family: Avenir next, sans-serif;
  display: flex;
}

.paragraph-ckkopy-copy.opsomming {
  color: var(--black-2);
  text-align: left;
  margin-top: 0;
  margin-left: 20px;
  font-size: 18px;
  line-height: 1.2;
}

.paragraph-ckkopy-copy.opsomming.black {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.big {
  color: #ffffffe3;
  font-size: 24px;
  line-height: 1.1;
}

.paragraph-ckkopy-copy.big.margin {
  margin-top: 25px;
  margin-bottom: 25px;
}

.paragraph-ckkopy-copy._18 {
  font-size: 18px;
}

.paragraph-ckkopy-copy._18.center-content.white {
  color: #ffffffe0;
}

.paragraph-ckkopy-copy.opsomming-coplly {
  color: var(--black-2);
  text-align: left;
  margin-top: 0;
  margin-left: 20px;
  font-size: 18px;
  line-height: 1.2;
}

.paragraph-ckkopy-copy.opsomming-coplly.black, .paragraph-ckkopy-copy.opsomming-coplly.black-coplly, .paragraph-ckkopy-copy.opsomming-coplly.black-2 {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-ckkopy-copy.opsomming-2 {
  color: var(--black-2);
  text-align: left;
  margin-top: 0;
  margin-left: 20px;
  font-size: 18px;
  line-height: 1.2;
}

.paragraph-ckkopy-copy.opsomming-2.black, .paragraph-ckkopy-copy.opsomming-2.black-coplly, .paragraph-ckkopy-copy.opsomming-2.black-2 {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-2-1 {
  color: #ffffffa3;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 12px;
  font-family: Avenir next, sans-serif;
  display: flex;
}

.paragraph-2-1.opsomming {
  color: var(--black-2);
  text-align: left;
  margin-top: 0;
  margin-left: 20px;
  font-size: 18px;
  line-height: 1.2;
}

.paragraph-2-1.opsomming.black {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-2-1.big {
  color: #ffffffe3;
  font-size: 24px;
  line-height: 1.1;
}

.paragraph-2-1.big.margin {
  margin-top: 25px;
  margin-bottom: 25px;
}

.paragraph-2-1._18 {
  font-size: 18px;
}

.paragraph-2-1._18.center-content.white {
  color: #ffffffe0;
}

.paragraph-2-1.opsomming-coplly {
  color: var(--black-2);
  text-align: left;
  margin-top: 0;
  margin-left: 20px;
  font-size: 18px;
  line-height: 1.2;
}

.paragraph-2-1.opsomming-coplly.black, .paragraph-2-1.opsomming-coplly.black-coplly, .paragraph-2-1.opsomming-coplly.black-2 {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.paragraph-2-1.opsomming-2 {
  color: var(--black-2);
  text-align: left;
  margin-top: 0;
  margin-left: 20px;
  font-size: 18px;
  line-height: 1.2;
}

.paragraph-2-1.opsomming-2.black, .paragraph-2-1.opsomming-2.black-coplly, .paragraph-2-1.opsomming-2.black-2 {
  color: var(--black-2);
  align-self: center;
  font-size: 15px;
}

.column-6-1 {
  background-image: url('../images/Alexander-PF-2.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-comparison {
  color: var(--dark-orange);
  font-weight: 700;
}

.display-heading-4-1 {
  color: var(--white);
  text-align: center;
  letter-spacing: -.02em;
  align-self: center;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
}

.display-heading-4-1.center-content {
  align-items: center;
}

.display-heading-4-1.center-content.thin {
  font-weight: 600;
  line-height: 1.2;
}

.display-heading-4-1.custom-margin {
  color: var(--black-2);
  margin-top: 60px;
  margin-bottom: 10px;
}

.display-heading-4-1.left-align {
  color: #fff;
  text-align: center;
  margin-top: auto;
  font-size: 28px;
}

.display-heading-4-1.caps {
  text-transform: uppercase;
}

.hero-wrapper-3-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-heading-left-jj-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  margin-top: 36px;
  padding: 37px 30px 80px;
  display: block;
  position: relative;
  top: -80px;
  overflow: visible;
}

.pop-up-container-v2 {
  z-index: 1;
  color: #000;
  background-color: #000000e6;
  width: auto;
  height: 100vh;
  margin-top: 0;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.pop-up-container-card-v2 {
  z-index: 2;
  background-image: linear-gradient(#ffffffed, #ffffffed);
  border-radius: 20px;
  width: 600px;
  height: 610px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.pop-up-body-v2 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.link-block-v2 {
  box-shadow: 0 2px 10px 4px var(--dark-orange);
  color: #f77f00a3;
  text-align: center;
  background-color: #f77f00b8;
  border-radius: 13px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.heading-33-v2 {
  color: var(--black-3);
  margin-top: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
}

.link-block-small-v2, .link-block-small-copy {
  width: 50%;
  box-shadow: 0 2px 16px 9px var(--dark-orange);
  text-align: center;
  background-color: #f77f00;
  border-radius: 13px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.shadow-two-4-dupe {
  box-shadow: 0 4px 24px #96a3b514;
}

.text-span-103, .text-span-104 {
  color: var(--dark-orange);
}

.fbclid {
  z-index: 10001;
  color: #000000b8;
  background-color: #0000;
  border-radius: 5px;
  width: 420px;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  display: none;
  position: relative;
}

.fbclid:hover {
  color: var(--black-2);
}

.fbclid:active {
  border: 1px solid #42d396;
}

.fbclid:focus {
  color: var(--dark-orange);
  background-color: #00000008;
}

.button-large2 {
  background-color: var(--dark-orange);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 22px;
  font-weight: 600;
  transition: all .222s cubic-bezier(.737, .159, .25, 1);
  display: flex;
  box-shadow: inset 0 0 20px 20px #0000;
}

.button-large2:hover {
  background-color: #128a00;
  transform: scale(.95);
  box-shadow: inset 0 0 20px 20px #0000001a;
}

.button-large2.green {
  background-color: #127427;
}

.button-large2.top-margin {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large2.top-margin.big-text {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 40px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large2.big-text {
  height: auto;
  padding: 23px;
  font-size: 32px;
  line-height: 1.2;
}

.button-large2.big-text.top-margin {
  width: 100%;
}

.button-large2.margin-left {
  margin-left: 20px;
}

.button-large2.home {
  height: auto;
  padding: 16px;
  font-size: 18px;
}

.button-large2.home.margin-left {
  margin-left: 0;
  font-size: 18px;
  display: flex;
}

.button-large2.huge {
  height: 80px;
  padding: 23px;
  font-size: 34px;
}

.button-large2.top-margin2 {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large2.top-margin2.big-text, .button-large2.top-margin2.big-text2 {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 40px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-home2 {
  background-color: var(--dark-orange);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 22px;
  font-weight: 600;
  transition: all .222s cubic-bezier(.737, .159, .25, 1);
  display: flex;
  box-shadow: inset 0 0 20px 20px #0000;
}

.button-large-home2:hover {
  background-color: #128a00;
  transform: scale(.95);
  box-shadow: inset 0 0 20px 20px #0000001a;
}

.button-large-home2.green {
  background-color: #127427;
}

.button-large-home2.top-margin {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-home2.top-margin.big-text {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-home2.big-text {
  height: auto;
  padding: 23px;
  font-size: 32px;
  line-height: 1.2;
}

.button-large-home2.big-text.top-margin {
  width: 100%;
}

.button-large-home2.margin-left {
  margin-left: 20px;
}

.button-large-home2.home {
  height: auto;
  padding: 16px;
  font-size: 18px;
}

.button-large-home2.home.margin-left {
  margin-left: 0;
  font-size: 18px;
  display: flex;
}

.button-large-home2.huge {
  height: 80px;
  padding: 23px;
  font-size: 34px;
}

.button-large-home2.top-margin-4 {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-home2.top-margin-4.big-text, .button-large-home2.top-margin-4.big-text-copy {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-home2.top-margin-4-copy {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-home2.top-margin-4-copy.big-text {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-home2.top-margin-4-copy.big-text-copy {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 24px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-home2.top-margin-42 {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-home2.top-margin-42.big-text {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-home2.top-margin-42.big-text-copy, .button-large-home2.top-margin-42.big-text2 {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 12px;
  margin-bottom: 24px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-132 {
  background-color: var(--dark-orange);
  border-radius: 20px;
  font-weight: 700;
}

.button-large-copy.top-margin2 {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-copy.top-margin2.big-text, .button-large-copy.top-margin2.big-text2 {
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.container-55 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-gdf2 {
  background-color: var(--dark-orange);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.button-large-copy.top-margin-copy.big-text, .button-large-copy.top-margin-copy.big-text-copy {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 40px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.container-56 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-large-copy {
  background-color: var(--dark-orange);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 22px;
  font-weight: 600;
  transition: all .222s cubic-bezier(.737, .159, .25, 1);
  display: flex;
  box-shadow: inset 0 0 20px 20px #0000;
}

.button-large-copy:hover {
  background-color: #128a00;
  transform: scale(.95);
  box-shadow: inset 0 0 20px 20px #0000001a;
}

.button-large-copy.green {
  background-color: #127427;
}

.button-large-copy.top-margin {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-copy.top-margin.big-text {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 40px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-copy.big-text {
  height: auto;
  padding: 23px;
  font-size: 32px;
  line-height: 1.2;
}

.button-large-copy.big-text.top-margin {
  width: 100%;
}

.button-large-copy.margin-left {
  margin-left: 20px;
}

.button-large-copy.home {
  height: auto;
  padding: 16px;
  font-size: 18px;
}

.button-large-copy.home.margin-left {
  margin-left: 0;
  font-size: 18px;
  display: flex;
}

.button-large-copy.huge {
  height: 80px;
  padding: 23px;
  font-size: 34px;
}

.button-large-copy.top-margin-copy {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-copy.top-margin-copy.big-text {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 40px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-copy.top-margin-copy.big-text-copy {
  border-radius: 20px;
  align-self: center;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.container-57 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-large-copy-copy.top-margin-copy {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-copy-copy.top-margin-copy.big-text, .button-large-copy-copy.top-margin-copy.big-text-copy {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 40px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.pop-up-container2 {
  z-index: 1;
  color: #000;
  background-color: #000000ba;
  width: auto;
  height: 100vh;
  margin-top: 0;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.button-large-copy-copy {
  background-color: var(--dark-orange);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 22px;
  font-weight: 600;
  transition: all .222s cubic-bezier(.737, .159, .25, 1);
  display: flex;
  box-shadow: inset 0 0 20px 20px #0000;
}

.button-large-copy-copy:hover {
  background-color: #128a00;
  transform: scale(.95);
  box-shadow: inset 0 0 20px 20px #0000001a;
}

.button-large-copy-copy.green {
  background-color: #127427;
}

.button-large-copy-copy.top-margin {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-copy-copy.top-margin.big-text {
  border-radius: 20px;
  align-self: center;
  width: 317.352px;
  margin-top: 40px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-copy-copy.big-text {
  height: auto;
  padding: 23px;
  font-size: 32px;
  line-height: 1.2;
}

.button-large-copy-copy.big-text.top-margin {
  width: 100%;
}

.button-large-copy-copy.margin-left {
  margin-left: 20px;
}

.button-large-copy-copy.home {
  height: auto;
  padding: 16px;
  font-size: 18px;
}

.button-large-copy-copy.home.margin-left {
  margin-left: 0;
  font-size: 18px;
  display: flex;
}

.button-large-copy-copy.huge {
  height: 80px;
  padding: 23px;
  font-size: 34px;
}

.button-large-copy-copy.top-margin2 {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-copy-copy.top-margin2.big-text, .button-large-copy-copy.top-margin2.big-text2 {
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-copy-copy.top-margin2-copy {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.button-large-copy-copy.top-margin2-copy.big-text, .button-large-copy-copy.top-margin2-copy.big-text2 {
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 54px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.button-large-copy-copy.top-margin2-copy.big-text2-copy {
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 15px;
  display: flex;
}

.form_input-copy {
  z-index: 10001;
  color: #000000b8;
  background-color: #0000;
  border-radius: 5px;
  width: 420px;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  position: relative;
}

.form_input-copy:hover {
  color: var(--black-2);
}

.form_input-copy:active {
  border: 1px solid #42d396;
}

.form_input-copy:focus {
  color: var(--dark-orange);
  background-color: #00000008;
}

.text-span-105, .text-span-106, .text-span-107, .text-span-108, .text-span-109, .text-span-110, .text-span-111, .text-span-112, .text-span-113, .text-span-114, .text-span-115, .text-span-116, .text-span-117, .text-span-118, .text-span-119, .text-span-120 {
  color: var(--dark-orange);
}

.container-58 {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.container-58.container-links {
  border: 1px #000;
  border-radius: 1px;
  width: 80%;
  padding: 30px 40px;
  box-shadow: 0 2px 4px 10px #0003;
}

.image-31 {
  border-radius: 50px;
}

.heading-24-ff {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.container-28-fds {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

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

.horizontal-fd.bottom-margin {
  margin-bottom: 22px;
}

.horizontal-fd._100 {
  background-color: #f3f3f3;
  border-radius: 20px;
  justify-content: center;
  margin: 40px 20px;
  padding: 40px;
  display: block;
}

.horizontal-fd._100-sdf {
  background-color: #f3f3f3;
  border-radius: 20px;
  justify-content: center;
  margin: 40px 20px;
  padding: 40px;
  display: flex;
}

.link-block-2 {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.paragraph-16 {
  color: var(--black-2);
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.bold-text-10 {
  text-decoration: none;
}

.section-dasdf {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-dasdf.top-section {
  z-index: 2;
  position: relative;
}

.section-dasdf.hero {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
}

.section-dasdf.hero.thanks {
  height: 100vh;
}

.section-dasdf.hero.ea {
  height: auto;
  color: var(--black-3);
  background-color: #1d1d1df5;
  background-image: url('../images/Cover.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 98px;
  padding-bottom: 60px;
}

.section-dasdf.hero.ea-template {
  background-image: url('../images/General-Banner.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-top: 81px;
}

.section-dasdf.hero.price {
  height: 40vh;
}

.section-dasdf.hero.review {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2088647452-1645027658185.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-dasdf.hero.improve {
  background-image: linear-gradient(#00000080, #00000080), url('../images/7-Day-Trader-Golden-Rules.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-dasdf.about {
  margin-top: 0;
  margin-bottom: 0;
  padding: 65px 0;
}

.section-dasdf.algemen-voorwaarden {
  background-color: #f77f00ba;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.section-dasdf.no-margin {
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
}

.section-dasdf.no-margin.funnel {
  background-image: url('../images/shutterstock_703084051-1.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 46px;
  padding-bottom: 46px;
}

.section-dasdf.no-margin.orange {
  background-color: #f77f0066;
}

.section-dasdf.no-margin.padding {
  padding-top: 90px;
  padding-bottom: 45px;
}

.section-dasdf.no-margin.padding.white {
  background-color: #ffffffe8;
}

.section-dasdf.no-margin.white {
  background-color: #fffffff5;
  padding-bottom: 40px;
}

.section-dasdf.no-margin.ea-partners-review {
  background-color: #fafafa;
  padding-top: 43px;
}

.section-dasdf.orange {
  background-color: #f77f0073;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-dasdf.orange.bright {
  background-color: #f77f0085;
}

.section-dasdf.orange.bright.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

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

.section-dasdf.hidden {
  display: none;
}

.section-dasdf.hero-asdf {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
}

.section-dasdf.hero-asdf.thanks {
  height: 100vh;
}

.section-dasdf.hero-asdf.ea {
  height: auto;
  color: var(--black-3);
  background-color: #1d1d1df5;
  background-image: url('../images/Cover.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 98px;
  padding-bottom: 60px;
}

.section-dasdf.hero-asdf.ea-template {
  background-image: url('../images/General-Banner.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-top: 81px;
}

.section-dasdf.hero-asdf.price {
  height: 40vh;
}

.section-dasdf.hero-asdf.review {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2088647452-1645027658185.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-dasdf.hero-asdf.improve {
  background-image: linear-gradient(#00000080, #00000080), url('../images/7-Day-Trader-Golden-Rules.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.body-asdf {
  background-color: var(--white);
}

.bold-text-10-ff {
  font-size: 16px;
  text-decoration: none;
}

.bold-text-10-copy {
  text-decoration: none;
}

.image-33 {
  transform: rotate(0);
}

.link-block-tg {
  border: 1px solid var(--white);
  background-color: var(--dark-orange);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.link-block-2-copy {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.text-span-121 {
  font-size: 20px;
}

.interview-section {
  background-image: linear-gradient(#333541, #333541);
  margin-top: -1px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.header-2-section-2-2 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.text-span-122 {
  color: var(--dark-orange);
}

.collection-item2 {
  width: 475px;
  height: 267px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-copy2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-copy2.top-section {
  z-index: 2;
  position: relative;
}

.section-copy2.hero {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
}

.section-copy2.hero.thanks {
  height: 100vh;
}

.section-copy2.hero.ea {
  height: auto;
  color: var(--black-3);
  background-color: #1d1d1df5;
  background-image: url('../images/Cover.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 98px;
  padding-bottom: 60px;
}

.section-copy2.hero.ea-template {
  background-image: url('../images/General-Banner.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-top: 81px;
}

.section-copy2.hero.price {
  height: 40vh;
}

.section-copy2.hero.review {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2088647452-1645027658185.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-copy2.hero.improve {
  background-image: linear-gradient(#00000080, #00000080), url('../images/7-Day-Trader-Golden-Rules.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-copy2.about {
  margin-top: 0;
  margin-bottom: 0;
  padding: 65px 0;
}

.section-copy2.algemen-voorwaarden {
  background-color: #f77f00ba;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.section-copy2.no-margin {
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
}

.section-copy2.no-margin.funnel {
  background-image: url('../images/shutterstock_703084051-1.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 46px;
  padding-bottom: 46px;
}

.section-copy2.no-margin.orange {
  background-color: #f77f0066;
}

.section-copy2.no-margin.padding {
  padding-top: 90px;
  padding-bottom: 45px;
}

.section-copy2.no-margin.padding.white {
  background-color: #ffffffe8;
}

.section-copy2.no-margin.white {
  background-color: #fffffff5;
  padding-bottom: 40px;
}

.section-copy2.no-margin.ea-partners-review {
  background-color: #fafafa;
  padding-top: 43px;
}

.section-copy2.orange {
  background-color: #f77f0073;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-copy2.orange.bright {
  background-color: #f77f0085;
}

.section-copy2.orange.bright.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

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

.section-copy2.hidden {
  display: none;
}

.section-copy2.orange-copy {
  background-color: #f77f0073;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-copy2.orange-copy.bright {
  background-color: #f77f0085;
}

.section-copy2.orange-copy.bright.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

.section-copy2.orange-copy.bright-copy {
  background-color: #f77f0085;
}

.section-copy2.orange-copy.bright-copy.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

.section-copy2.orange-copy.bright-copy.no-margin-copy {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#606575, #333541);
  margin-top: -99px;
  margin-bottom: 200px;
  padding-bottom: 0;
}

.section-copy2.orange-copy2 {
  background-color: #f77f0073;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-copy2.orange-copy2.bright {
  background-color: #f77f0085;
}

.section-copy2.orange-copy2.bright.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

.section-copy2.orange-copy2.bright-copy {
  background-color: #f77f0085;
}

.section-copy2.orange-copy2.bright-copy.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

.section-copy2.orange-copy2.bright-copy.no-margin-copy {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#606575, #333541);
  margin-top: -99px;
  margin-bottom: 200px;
  padding-bottom: 0;
}

.section-copy2.orange-copy2.bright-copy2 {
  background-color: #f77f0085;
}

.section-copy2.orange-copy2.bright-copy2.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

.section-copy2.orange-copy2.bright-copy2.no-margin-copy, .section-copy2.orange-copy2.bright-copy2.no-margin-copy2 {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#606575, #333541);
  margin-top: -99px;
  margin-bottom: 200px;
  padding-bottom: 0;
}

.div-block-43 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-44 {
  border-top: 2px solid var(--dark-orange);
  width: 20%;
  height: 1px;
}

.column-6-1-2 {
  background-image: url('../images/Alexander-PF-2.png'), url('../images/Alexander-PF-1.png');
  background-position: 50% 0, 50% 0;
  background-size: cover, cover;
  border-radius: 0 20px 20px 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-25-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.collection-list-wrapper-3 {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.rich-text-block-2 {
  z-index: 0;
  padding-top: 20px;
  padding-bottom: 0;
  position: relative;
}

.next {
  border-color: var(--black);
  background-color: #fafafa00;
  flex-flow: column;
  display: flex;
}

.view-more {
  width: 150px;
  color: var(--white);
  background-color: #fafafa00;
  border-style: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.view-more-text {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  font-size: 13px;
  text-decoration: none;
}

.div-block-45 {
  border: 1px solid var(--white);
  border-radius: 5px;
  width: 100%;
  margin-bottom: 3px;
}

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

.view-less {
  width: 150px;
  color: var(--white);
  background-color: #fafafa00;
  border-style: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.collection-item-copy, .collection-item-3 {
  width: 200px;
  height: 300px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.overlaytestimonial {
  background-image: linear-gradient(#4b4f5d00, #333541 74%);
  width: 110%;
  height: 150px;
  margin-top: -140px;
  position: relative;
}

.rich-text-block-3 {
  padding-bottom: 20px;
}

.rich-text-block-4 {
  z-index: 0;
  margin-top: 20px;
  position: relative;
}

.text-span-123 {
  color: var(--dark-orange);
}

.container-3 {
  perspective: 500px;
  width: 100%;
  max-width: 1100px;
  color: var(--whitefull);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 75px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-3.footer {
  align-items: stretch;
  padding-top: 0;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
}

.container-3.legal-page {
  max-width: 80%;
}

.container-3.left {
  color: var(--black-2);
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
}

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

.column-5-copy2 {
  border: 2px none var(--dark-orange);
  background-color: #f8f8f8;
  border-radius: 20px 0 0 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.text-span-73-copy-3 {
  color: var(--black-2);
}

.display-heading-4-3 {
  color: var(--black-2);
  text-align: center;
  letter-spacing: -.02em;
  align-self: center;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
}

.display-heading-4-3.center-content {
  align-items: center;
}

.display-heading-4-3.center-content.thin {
  font-weight: 600;
  line-height: 1.2;
}

.display-heading-4-3.custom-margin {
  color: var(--black-2);
  margin-top: 60px;
  margin-bottom: 10px;
}

.display-heading-4-3.left-align {
  color: #fff;
  text-align: center;
  margin-top: auto;
  font-size: 28px;
}

.display-heading-4-3.caps {
  text-transform: uppercase;
}

.div-block-47 {
  z-index: 1;
  background-image: linear-gradient(90deg, #f8f8f8 20%, #fff0);
  width: 600px;
  height: 100%;
  margin-right: -158px;
  position: relative;
}

.link-block-v2-2 {
  z-index: 2;
  box-shadow: 0 2px 10px 4px var(--dark-orange);
  color: #f77f00a3;
  text-align: center;
  background-color: #f77f00b8;
  border-radius: 13px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-3-mobile {
  perspective: 500px;
  width: 100%;
  max-width: 1100px;
  color: var(--whitefull);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 75px;
  display: none;
  position: relative;
  overflow: hidden;
}

.container-3-mobile.footer {
  align-items: stretch;
  padding-top: 0;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
}

.container-3-mobile.legal-page {
  max-width: 80%;
}

.container-3-mobile.left {
  color: var(--black-2);
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
}

.container-3-mobile.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.container-3-desktop {
  perspective: 500px;
  width: 100%;
  max-width: 1100px;
  color: var(--whitefull);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 75px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-3-desktop.footer {
  align-items: stretch;
  padding-top: 0;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
}

.container-3-desktop.legal-page {
  max-width: 80%;
}

.container-3-desktop.left {
  color: var(--black-2);
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
}

.container-3-desktop.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.paragraph-11-2 {
  color: #0000;
  margin-bottom: -200px;
  overflow: hidden;
}

.link-block-v2-22 {
  z-index: 2;
  box-shadow: 0 2px 10px 4px var(--dark-orange);
  color: #f77f00a3;
  text-align: center;
  background-color: #f77f00b8;
  border-radius: 13px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-span-73-copy-32 {
  color: var(--black-2);
}

.container-42-2 {
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.interview-section-2 {
  background-image: linear-gradient(#606575, #606575);
  margin-top: -1px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.overlaytestimonial2 {
  background-image: linear-gradient(#4b4f5d00, #606575 74%);
  width: 100%;
  height: 150px;
  margin-top: -150px;
  position: relative;
}

.testimonial-section2 {
  background-image: linear-gradient(#606575, #606575);
  margin-top: -1px;
  padding-bottom: 10px;
}

.section-copy3 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-copy3.top-section {
  z-index: 2;
  position: relative;
}

.section-copy3.hero {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
}

.section-copy3.hero.thanks {
  height: 100vh;
}

.section-copy3.hero.ea {
  height: auto;
  color: var(--black-3);
  background-color: #1d1d1df5;
  background-image: url('../images/Cover.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 98px;
  padding-bottom: 60px;
}

.section-copy3.hero.ea-template {
  background-image: url('../images/General-Banner.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-top: 81px;
}

.section-copy3.hero.price {
  height: 40vh;
}

.section-copy3.hero.review {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2088647452-1645027658185.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-copy3.hero.improve {
  background-image: linear-gradient(#00000080, #00000080), url('../images/7-Day-Trader-Golden-Rules.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-copy3.about {
  margin-top: 0;
  margin-bottom: 0;
  padding: 65px 0;
}

.section-copy3.algemen-voorwaarden {
  background-color: #f77f00ba;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.section-copy3.no-margin {
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
}

.section-copy3.no-margin.funnel {
  background-image: url('../images/shutterstock_703084051-1.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 46px;
  padding-bottom: 46px;
}

.section-copy3.no-margin.orange {
  background-color: #f77f0066;
}

.section-copy3.no-margin.padding {
  padding-top: 90px;
  padding-bottom: 45px;
}

.section-copy3.no-margin.padding.white {
  background-color: #ffffffe8;
}

.section-copy3.no-margin.white {
  background-color: #fffffff5;
  padding-bottom: 40px;
}

.section-copy3.no-margin.ea-partners-review {
  background-color: #fafafa;
  padding-top: 43px;
}

.section-copy3.orange {
  background-color: #f77f0073;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-copy3.orange.bright {
  background-color: #f77f0085;
}

.section-copy3.orange.bright.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

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

.section-copy3.hidden {
  display: none;
}

.section-copy3.orange-copy {
  background-color: #f77f0073;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-copy3.orange-copy.bright {
  background-color: #f77f0085;
}

.section-copy3.orange-copy.bright.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

.section-copy3.orange-copy.bright-copy {
  background-color: #f77f0085;
}

.section-copy3.orange-copy.bright-copy.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

.section-copy3.orange-copy.bright-copy.no-margin-copy {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#606575, #333541);
  margin-top: -99px;
  margin-bottom: 200px;
  padding-bottom: 0;
}

.section-copy3.orange-copy2 {
  background-color: #f77f0073;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-copy3.orange-copy2.bright {
  background-color: #f77f0085;
}

.section-copy3.orange-copy2.bright.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

.section-copy3.orange-copy2.bright-copy {
  background-color: #f77f0085;
}

.section-copy3.orange-copy2.bright-copy.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

.section-copy3.orange-copy2.bright-copy.no-margin-copy {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#606575, #333541);
  margin-top: -99px;
  margin-bottom: 200px;
  padding-bottom: 0;
}

.section-copy3.orange-copy2.bright-copy2 {
  background-color: #f77f0085;
}

.section-copy3.orange-copy2.bright-copy2.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

.section-copy3.orange-copy2.bright-copy2.no-margin-copy, .section-copy3.orange-copy2.bright-copy2.no-margin-copy2 {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#606575, #333541);
  margin-top: -99px;
  margin-bottom: 200px;
  padding-bottom: 0;
}

.section-copy3.orange-copy3 {
  background-color: #f77f0073;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-copy3.orange-copy3.bright {
  background-color: #f77f0085;
}

.section-copy3.orange-copy3.bright.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

.section-copy3.orange-copy3.bright-copy {
  background-color: #f77f0085;
}

.section-copy3.orange-copy3.bright-copy.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

.section-copy3.orange-copy3.bright-copy.no-margin-copy {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#606575, #333541);
  margin-top: -99px;
  margin-bottom: 200px;
  padding-bottom: 0;
}

.section-copy3.orange-copy3.bright-copy2 {
  background-color: #f77f0085;
}

.section-copy3.orange-copy3.bright-copy2.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

.section-copy3.orange-copy3.bright-copy2.no-margin-copy, .section-copy3.orange-copy3.bright-copy2.no-margin-copy2 {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#606575, #333541);
  margin-top: -99px;
  margin-bottom: 200px;
  padding-bottom: 0;
}

.section-copy3.orange-copy3.bright-copy3 {
  background-color: #f77f0085;
}

.section-copy3.orange-copy3.bright-copy3.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

.section-copy3.orange-copy3.bright-copy3.no-margin-copy, .section-copy3.orange-copy3.bright-copy3.no-margin-copy2 {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#606575, #333541);
  margin-top: -99px;
  margin-bottom: 200px;
  padding-bottom: 0;
}

.section-copy3.orange-copy3.bright-copy3.no-margin-copy3 {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#606575, #606575);
  margin-top: -1px;
  margin-bottom: 200px;
  padding-bottom: 0;
}

.garantie-container {
  padding-top: 40px;
  padding-bottom: 20px;
}

.heading-38 {
  color: var(--black-2);
  margin-top: 60px;
  margin-bottom: 0;
}

.paragraph-17 {
  color: var(--black-2);
}

.container-59 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.heading-38-copy {
  color: var(--black-2);
  margin-top: 60px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-17-copy {
  color: var(--black-2);
  padding-left: 60px;
  padding-right: 60px;
}

.form-2 {
  z-index: 10000;
  width: 80%;
  color: var(--dark-orange);
  border: 1px #041213;
  padding: 10px;
  position: relative;
}

.success-message2 {
  border: 2px solid var(--dark-orange);
  background-color: var(--white);
  border-radius: 7px;
  order: -1;
}

.container-60 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  display: flex;
}

.form_input2 {
  z-index: 10001;
  color: #000000b8;
  background-color: #0000;
  border-radius: 5px;
  width: 300px;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  position: relative;
}

.form_input2:hover {
  color: var(--black-2);
}

.form_input2:active {
  border: 1px solid #42d396;
}

.form_input2:focus {
  color: var(--dark-orange);
  background-color: #00000008;
}

.form-3-copy {
  color: var(--black-2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.form-2-copy {
  z-index: 10000;
  width: 80%;
  color: var(--dark-orange);
  border: 1px #041213;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.fbc, .ip, .user_agent, .fbp {
  display: none;
}

.nqcw5cde {
  width: auto;
}

.b268adg1 {
  color: #009296;
  fill: #009296;
  overflow-clip-margin: content-box;
  border-color: #009296;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.wrapper2 {
  width: auto;
  display: contents;
}

.at34yt5s {
  z-index: 1;
  flex-shrink: 0;
  width: 21px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.ljnnr5a6 {
  color: #1a1a1a;
  cursor: pointer;
  border-color: #1a1a1a;
  width: auto;
  font-size: 18px;
  line-height: 20px;
}

.wepfh5oz {
  color: #1a1a1a;
  cursor: pointer;
  border-color: #1a1a1a;
  width: auto;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.buttontextwrap {
  color: #00e;
  cursor: pointer;
  border-color: #00e;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: auto;
  display: flex;
  position: relative;
}

.lmbuf0x8 {
  grid-column-gap: 8px;
  color: #00e;
  cursor: pointer;
  background-color: #fff;
  border-color: #00e;
  border-radius: 8px;
  flex-direction: row;
  place-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  padding: 8px 14px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 4px #f2f3f6, 0 1px 2px #1018280d;
}

.lhu3m7yx {
  z-index: 10;
  flex-shrink: 0;
  width: 75%;
  height: 60px;
  position: relative;
}

.zgo1moja {
  color: #fff;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
}

.smb9pcnn {
  z-index: 10;
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.d75r2l8g {
  grid-column-gap: 16px;
  flex-direction: column;
  flex-shrink: 0;
  order: 7;
  place-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.gtptbaxy {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.m9wyrw18 {
  z-index: 0;
  width: auto;
  max-width: none;
  position: absolute;
  inset: 0;
}

.zn25e9dh {
  z-index: 0;
  opacity: .15;
  filter: blur(6px);
  flex-shrink: 0;
  order: 3;
  width: auto;
  height: 1059px;
  position: absolute;
  bottom: -605px;
  left: -320px;
  right: -319px;
}

.j09e78u6 {
  z-index: 1;
  filter: blur(51px);
  background-color: #009296;
  flex-shrink: 0;
  order: 4;
  width: 50px;
  height: 114px;
  position: absolute;
  top: -106px;
  right: -25px;
}

.d61uhe6y {
  z-index: 1;
  filter: blur(51px);
  background-color: #009296;
  flex-shrink: 0;
  order: 5;
  width: 50px;
  height: 114px;
  position: absolute;
  top: -26px;
  left: -42px;
}

.ob7p5q7b {
  z-index: 1;
  filter: blur(51px);
  background-color: #009296;
  flex-shrink: 0;
  order: 6;
  width: 50px;
  height: 114px;
  position: absolute;
  bottom: -125px;
  left: calc(51.871% - 25px);
}

.uqs13kvi {
  color: #fff;
  border-color: #fff;
  width: auto;
  font-size: 21.6px;
  font-weight: 600;
  display: block;
}

.pmoqc1as {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: #fff;
  border-color: #fff;
  flex-direction: column;
  align-items: center;
  width: auto;
  font-size: 54px;
  font-weight: 600;
  display: flex;
}

.dgehsk8t {
  grid-column-gap: 20px;
  color: #fff;
  border-color: #fff;
  flex-direction: row;
  gap: 20px;
  width: auto;
  font-size: 54px;
  font-weight: 600;
  display: flex;
}

.ppdkd4t2 {
  z-index: 10;
  flex-shrink: 0;
  width: auto;
  position: relative;
}

.rvhgbabq {
  z-index: 2;
  grid-column-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00929680;
  border-radius: 15px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: center;
  align-self: stretch;
  align-items: center;
  gap: 16px;
  width: 1px;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.cxg3iihg {
  z-index: 10;
  flex-shrink: 0;
  order: 1;
  width: auto;
  position: relative;
}

.ieqps36n {
  grid-column-gap: 4px;
  flex-direction: row;
  flex-shrink: 0;
  order: 1;
  place-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.eksbzylz {
  color: #fff;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
}

.jwaebctj {
  grid-column-gap: 8px;
  flex-direction: column;
  flex-shrink: 0;
  order: 2;
  place-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.mnpdqcqa {
  z-index: 10;
  overflow-clip-margin: content-box;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ji0bbt3i {
  color: #fff;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #fff;
  width: auto;
  font-size: 24px;
  line-height: 28.8px;
}

.vt58qoa7 {
  grid-column-gap: 8px;
  flex-direction: column;
  flex-shrink: 0;
  order: 1;
  place-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.nc6z5lg2 {
  grid-column-gap: 64px;
  background-color: #002a2c;
  border-radius: 15px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 64px;
  width: 650px;
  height: min-content;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 8px #00919633;
}

.z6ibh7tb {
  grid-column-gap: 4px;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  flex-direction: column;
  flex-shrink: 0;
  order: 6;
  place-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: 700px;
  display: flex;
  position: relative;
}

.xrx7gglj {
  grid-column-gap: 32px;
  flex-direction: column;
  place-content: center;
  align-items: center;
  gap: 32px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.pop-up-wrapper {
  z-index: 1000;
  background-color: #000c;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: fixed;
  inset: 0;
}

.rghd45n6 {
  z-index: 10;
  flex-shrink: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.kuo2vgof {
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 12px;
  line-height: 26px;
}

.j4btwo1t {
  color: #00e;
  cursor: pointer;
  background-size: 100% 100%;
  border-color: #00e;
  flex-shrink: 0;
  width: 107px;
  height: 20px;
  position: relative;
}

.gzxkvdc3 {
  cursor: pointer;
  overflow-clip-margin: content-box;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.uk5dj93r {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.lpdweotd {
  cursor: pointer;
  flex-shrink: 0;
  width: 15px;
  height: 14px;
  position: relative;
}

.z6lcicot {
  grid-column-gap: 4px;
  color: #00e;
  white-space: nowrap;
  cursor: pointer;
  border-color: #00e;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 4px;
  width: min-content;
  height: min-content;
  display: flex;
  position: relative;
}

.kt3spa94 {
  grid-column-gap: 13px;
  color: #00e;
  white-space: nowrap;
  cursor: pointer;
  border-color: #00e;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center flex-start;
  align-items: center;
  gap: 13px;
  width: min-content;
  height: min-content;
  display: flex;
  position: relative;
}

.trustpilot-banner {
  z-index: 1;
  grid-column-gap: 10px;
  background-color: #002a2b;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 30px;
  padding: 0 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.telegram {
  color: #00e;
  cursor: pointer;
  object-fit: cover;
  border-color: #00e;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.link-logo-wrapper {
  z-index: 0;
  color: #00e;
  cursor: pointer;
  border-color: #00e;
  width: auto;
  position: absolute;
  inset: 0;
}

.czpovc3m {
  color: #00e;
  cursor: pointer;
  border-color: #00e;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
}

.logo-wrapper {
  z-index: 9;
  aspect-ratio: 2.61905;
  flex-shrink: 0;
  align-self: auto;
  width: auto;
  display: block;
  position: absolute;
  top: -16px;
  bottom: -19px;
  left: -15px;
}

.telegramwrap {
  aspect-ratio: 1;
  color: #00e;
  cursor: pointer;
  border-color: #00e;
  flex-shrink: 0;
  width: 13px;
  position: relative;
}

.ioqha6ex {
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.button-text {
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.clickablebutton {
  grid-column-gap: 8px;
  border: 1px solid var(--dark-orange);
  background-color: var(--dark-orange);
  width: min-content;
  height: min-content;
  box-shadow: 0 0 0 4px #f77f0033, 0 1px 2px 0 var(--dark-orange);
  color: var(--white);
  white-space: nowrap;
  cursor: pointer;
  border-radius: 6px;
  flex-direction: row;
  order: 1;
  place-content: center;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clickable-button {
  z-index: 10;
  flex-shrink: 0;
  order: 1;
  width: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.wpyudv8t {
  color: #1a1a1a;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-color: #1a1a1a;
  width: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
}

.d89hwze9 {
  color: #1a1a1a;
  -webkit-user-select: none;
  user-select: none;
  border-color: #1a1a1a;
  width: auto;
  margin: 0;
  font-weight: 500;
  line-height: 16.8px;
}

.h6na4oay {
  -webkit-user-select: none;
  user-select: none;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: auto;
  display: flex;
  position: relative;
}

.navigationwrapper {
  grid-column-gap: 0px;
  white-space: nowrap;
  flex-flow: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 16px;
  width: min-content;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inline-wrapper {
  grid-column-gap: 4px;
  flex-direction: row;
  flex: 1 0 0;
  place-content: center;
  align-self: auto;
  align-items: center;
  gap: 4px;
  width: 1px;
  max-width: 1250px;
  height: 0;
  display: flex;
  position: relative;
}

.main-wrapper {
  grid-column-gap: 4px;
  background-color: #fcfcfc;
  flex-direction: row;
  place-content: center space-around;
  align-items: center;
  gap: 4px;
  width: 100%;
  max-width: none;
  height: 60px;
  padding: 0 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-3 {
  z-index: 1;
  flex: 1 0 0;
  width: 1px;
  max-width: none;
  height: 60px;
  position: relative;
}

.navigation-wrapper {
  grid-column-gap: 4px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sycrceud {
  z-index: 9;
  flex-shrink: 0;
  width: auto;
  position: fixed;
  inset: 0;
}

.r5osqaql {
  z-index: 10;
  flex-shrink: 0;
  width: auto;
  height: 42px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%)scale(.9983);
}

.ubjsgles {
  background-color: #009296;
  flex-shrink: 0;
  width: 1px;
  height: 35px;
  position: relative;
  overflow: hidden;
}

.o2p1tsqa {
  fill: none;
  overflow-clip-margin: content-box;
  stroke: #009296;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.raztllpc {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: relative;
}

.esth0nz3 {
  aspect-ratio: 1;
  background-color: #00919621;
  border-radius: 4px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 0;
  width: 24px;
  display: flex;
  position: relative;
}

.fhj3e6jz {
  color: #383838;
  letter-spacing: -.14px;
  border-color: #383838;
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
}

.eo41gwea {
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: auto;
  display: flex;
  position: relative;
}

.s6v6a0j2 {
  grid-column-gap: 10px;
  white-space: nowrap;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: min-content;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.v5m6kkqk {
  overflow-clip-margin: content-box;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.mpp5uem4 {
  width: 100%;
  height: 100%;
}

.xapu3w4f {
  aspect-ratio: 1;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 0;
  width: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bottom-wrap {
  z-index: 1;
  grid-column-gap: 42px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 42px;
  width: 1400px;
  height: 83px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: calc(50% - 700px);
  overflow: hidden;
}

.fk8n7c2t {
  color: #009296;
  text-align: center;
  letter-spacing: -.96px;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #009296;
  width: auto;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px;
}

.h3text {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: -.96px;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #1a1a1a;
  width: auto;
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px;
}

.inline-wrap {
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  max-width: 724px;
  display: flex;
  position: relative;
}

.fyipluu1 {
  color: #8c8c8c;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #8c8c8c;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 21px;
}

.inlinewrap2 {
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  max-width: 640px;
  display: flex;
  position: relative;
}

.top-wrap {
  grid-column-gap: 10px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d34ywe4q {
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.u241nfso {
  z-index: 0;
  -webkit-user-select: none;
  user-select: none;
  width: auto;
  max-width: none;
  position: absolute;
  inset: 0;
}

.tljz64ce {
  z-index: 1;
  aspect-ratio: 1.34483;
  filter: blur();
  -webkit-user-select: none;
  user-select: none;
  flex-shrink: 0;
  width: 250px;
  max-width: none;
  position: absolute;
  bottom: -22px;
  left: 82%;
  overflow: hidden;
  transform: translate(-50%)rotate(7deg);
}

.gnlougad {
  z-index: 1;
  aspect-ratio: 1.34483;
  filter: blur();
  -webkit-user-select: none;
  user-select: none;
  flex-shrink: 0;
  width: 250px;
  max-width: none;
  position: absolute;
  top: -14px;
  left: 83%;
  overflow: hidden;
  transform: translate(-50%)rotate(-4deg);
}

.saqbgidq {
  z-index: 0;
  -webkit-user-select: none;
  user-select: none;
  width: auto;
  position: absolute;
  inset: 0;
}

.duu6t9wd {
  z-index: 1;
  aspect-ratio: 1.34483;
  filter: blur();
  -webkit-user-select: none;
  user-select: none;
  flex-shrink: 0;
  width: 250px;
  max-width: none;
  position: absolute;
  top: 51%;
  left: 84%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.e6v9hu5a {
  border-style: none;
  border-width: 0;
  width: 100%;
  height: 100%;
}

.syoff5x8 {
  flex: 1 0 0;
  width: 1px;
  height: 100%;
  position: relative;
}

.ae6c9w0n {
  z-index: 5;
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1a;
  border-radius: 30px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 724px;
  height: 416px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.v9zo2kp0 {
  z-index: 1;
  aspect-ratio: 1.34483;
  filter: blur();
  -webkit-user-select: none;
  user-select: none;
  flex-shrink: 0;
  width: 250px;
  max-width: none;
  position: absolute;
  bottom: -22px;
  left: 123px;
  overflow: hidden;
  transform: rotate(-7deg);
}

.v7vd6n2k {
  z-index: 1;
  aspect-ratio: 1.34483;
  filter: blur();
  -webkit-user-select: none;
  user-select: none;
  flex-shrink: 0;
  width: 250px;
  max-width: none;
  position: absolute;
  top: -14px;
  left: 120px;
  overflow: hidden;
  transform: rotate(4deg);
}

.b0narjs8 {
  z-index: 1;
  aspect-ratio: 1.34483;
  filter: blur();
  -webkit-user-select: none;
  user-select: none;
  flex-shrink: 0;
  width: 250px;
  max-width: none;
  position: absolute;
  top: 51%;
  left: 101px;
  overflow: hidden;
  transform: translate(0, -50%);
}

.middlewrap {
  grid-column-gap: 10px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 1360px;
  height: min-content;
  display: flex;
  position: relative;
}

.ynwmlxsb {
  aspect-ratio: 1;
  color: #00e;
  cursor: pointer;
  border-color: #00e;
  flex-shrink: 0;
  width: 16px;
  position: relative;
}

.qk1jrest {
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.m8jrrlxa {
  grid-column-gap: 8px;
  color: #00e;
  white-space: nowrap;
  cursor: pointer;
  background-color: #009296;
  border-color: #00e;
  border-radius: 8px;
  flex-direction: row;
  place-content: center;
  align-items: center;
  gap: 8px;
  width: min-content;
  height: 36px;
  padding: 8px 14px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 4px #00919633, 0 1px 2px #1018280d;
}

.bzrvrnp2 {
  z-index: 1;
  flex-shrink: 0;
  width: auto;
  max-width: none;
  position: relative;
}

.gi7mx6w4 {
  color: #5c5c5c;
  text-align: center;
  letter-spacing: -.08px;
  border-color: #5c5c5c;
  width: auto;
  margin: 0;
  font-size: 8px;
  line-height: 9.6px;
}

.ueq60kdc {
  grid-column-gap: 10px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.main-hero-wrap {
  grid-column-gap: 40px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.a9hb2hex {
  z-index: 0;
  opacity: .05;
  filter: blur(7px);
  flex-shrink: 0;
  width: auto;
  height: 1207px;
  position: absolute;
  bottom: -626px;
  left: 0;
  right: 0;
}

.hero-wrapper {
  grid-column-gap: 66px;
  background-color: #fff;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 66px;
  width: 100%;
  height: min-content;
  padding: 25px 20px 128px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.t4hfu545 {
  z-index: 0;
  flex-shrink: 0;
  width: 90px;
  height: 138px;
  position: absolute;
  top: 5px;
  left: calc(50.1429% - 45px);
  overflow: hidden;
}

.aicaea41 {
  text-align: left;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  list-style-type: none;
  display: block;
}

.y6b1t5xt {
  z-index: 0;
  text-align: left;
  width: auto;
  list-style-type: none;
  position: absolute;
  inset: 0;
}

.ajbs9o5l {
  opacity: .27;
  filter: grayscale();
  text-align: left;
  flex-shrink: 0;
  width: 139px;
  height: 32px;
  list-style-type: none;
  position: relative;
}

.lq2o1qcm {
  text-align: left;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  list-style-type: none;
  display: block;
}

.fudjqoyv {
  opacity: .35;
  filter: grayscale();
  text-align: left;
  flex-shrink: 0;
  width: 139px;
  height: 32px;
  list-style-type: none;
  position: relative;
}

.xggj0iox {
  z-index: 4;
  opacity: .35;
  filter: grayscale();
  text-align: left;
  flex-shrink: 0;
  width: 121px;
  height: 32px;
  list-style-type: none;
  position: relative;
}

.widpbtas {
  grid-column-gap: 40px;
  text-align: left;
  white-space: nowrap;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 40px;
  width: min-content;
  height: min-content;
  list-style-type: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vsx7y23l {
  width: auto;
  list-style-type: none;
}

.uivb2zop {
  grid-column-gap: 10px;
  flex-direction: row;
  place-items: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  position: relative;
  transform: translate(0);
}

.ljym5g4o {
  flex-direction: row;
  place-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 10px;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.d5tw19gv {
  z-index: 2;
  flex-shrink: 0;
  width: 100%;
  max-width: 1250px;
  height: 48px;
  position: relative;
}

.srs8nvyc {
  color: #000;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  width: auto;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.g265i7mi {
  color: #00e;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  border-color: #00e;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 240px;
  display: flex;
  position: relative;
}

.zpmfoy8s {
  color: #00e;
  cursor: pointer;
  background-size: 100% 100%;
  border-color: #00e;
  flex-shrink: 0;
  width: 240px;
  height: 40px;
  position: relative;
}

.ckrwbx50 {
  cursor: pointer;
  flex-shrink: 0;
  width: 26px;
  height: 24px;
  position: relative;
}

.mkos1cum {
  color: #000;
  cursor: pointer;
  width: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.c5oihbu7 {
  cursor: pointer;
  width: auto;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

.yt6ccv5f {
  grid-column-gap: 10px;
  color: #00e;
  white-space: nowrap;
  cursor: pointer;
  border-color: #00e;
  flex-direction: column;
  flex-shrink: 0;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 10px;
  width: min-content;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hx0riom4 {
  cursor: pointer;
  flex-shrink: 0;
  width: 107px;
  height: 21px;
  position: relative;
}

.ml5oglhj {
  color: #00e;
  cursor: pointer;
  border-color: #00e;
  flex-direction: row;
  flex-shrink: 0;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 100%;
  height: 26px;
  display: flex;
  position: relative;
}

.otwmfdpx {
  color: #000;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  width: auto;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.scdxb61a {
  color: #000;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.ba4vjho6 {
  color: #00e;
  cursor: pointer;
  background-color: #c4c4c4;
  border-color: #00e;
  flex-shrink: 0;
  width: 60px;
  height: 1px;
  position: relative;
}

.b7c9b3u7 {
  color: #000;
  cursor: pointer;
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.lkdnaxwi {
  color: #000;
  cursor: pointer;
  width: auto;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 26px;
}

.k351r4pn {
  grid-column-gap: 10px;
  color: #00e;
  cursor: pointer;
  border-color: #00e;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.yvc7apu6 {
  grid-column-gap: 4px;
  color: #00e;
  cursor: pointer;
  border-color: #00e;
  flex-direction: column;
  flex-shrink: 0;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 4px;
  width: 280px;
  height: 142px;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.uk7z7sqg {
  grid-column-gap: 10px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fkmnehc0 {
  color: #1a1a1a;
  letter-spacing: -.1px;
  cursor: pointer;
  border-color: #1a1a1a;
  width: auto;
  font-size: 10px;
  line-height: 12px;
}

.kaak8xsf {
  color: #8c8c8c;
  letter-spacing: -.1px;
  border-color: #8c8c8c;
  width: auto;
  margin: 0;
  font-size: 10px;
  line-height: 12px;
}

.lp8xzukq {
  grid-column-gap: 10px;
  white-space: nowrap;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: min-content;
  height: 10px;
  display: flex;
  position: relative;
}

.okgqlg5q {
  grid-column-gap: 10px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 10px;
  width: 1px;
  height: min-content;
  display: flex;
  position: relative;
}

.on1spow9 {
  cursor: pointer;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  position: relative;
}

.l9z5tbam {
  z-index: 10;
  cursor: pointer;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 0;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: rotate(179deg);
}

.ob42i7sv {
  grid-column-gap: 32px;
  background-color: #0092961a;
  border-radius: 15px;
  flex-direction: row;
  place-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  max-width: 1400px;
  height: min-content;
  padding: 20px;
  display: flex;
  position: relative;
}

.trustpilot-widget-wrapper {
  flex-shrink: 0;
  width: 1250px;
  max-width: none;
  position: relative;
}

.jz2p5f6c {
  grid-column-gap: 8px;
  border-radius: 50px 50px 0 0;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: min-content;
  padding: 64px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m25q8evf {
  color: #009296;
  text-align: left;
  letter-spacing: -.1px;
  border-color: #009296;
  width: auto;
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.gcyneyik {
  color: #1a1a1a;
  text-align: left;
  letter-spacing: -.96px;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #1a1a1a;
  width: auto;
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
}

.h5q3x9k8 {
  color: #8c8c8c;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #8c8c8c;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 21px;
}

.jdfmb4in {
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  max-width: 471px;
  display: flex;
  position: relative;
}

.bduh6jgy {
  grid-column-gap: 8px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 8px;
  width: 1px;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.qvestydl {
  color: #000;
  width: auto;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.uvluofqx {
  color: #000;
  width: auto;
  margin: 5px 0 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.sr5vepcn {
  opacity: .7;
  color: #9d968e;
  cursor: default;
  appearance: none;
  background-color: #0000;
  background-image: linear-gradient(to right, #fff, #049296);
  background-size: auto;
  border: 0 #9d968e;
  width: 100%;
  height: 5px;
  margin: 10px 2px 2px;
  padding: 0;
}

.vnjco8ha {
  color: #888;
  border-color: #888;
  width: auto;
  font-family: Arial, sans-serif;
  font-size: 10px;
  display: block;
}

.iryj3znd {
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  margin: 5px 0 0;
  font-family: Arial, sans-serif;
  display: flex;
}

.q3lp1gtw {
  flex-grow: 1;
  flex-basis: 300px;
  width: auto;
  min-width: 300px;
  font-family: Arial, sans-serif;
}

.qacaookt {
  grid-column-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 20px;
  width: auto;
  font-family: Arial, sans-serif;
  display: flex;
}

.eyzlg5ad {
  color: #fff;
  text-align: center;
  border-color: #fff;
  width: auto;
  margin: 0 0 5px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.tcmaeqnj {
  color: #fff;
  text-align: center;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.seq396mb {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(to bottom right, #47805d, #009296);
  background-size: auto;
  border-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 115px;
  margin: 20px 0 0;
  padding: 10px;
  font-family: Arial, sans-serif;
  display: flex;
}

.akdwylzh {
  background-color: #fcfcfc;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  font-family: Arial, sans-serif;
}

.mr9pgqtp {
  flex-shrink: 0;
  width: auto;
  position: relative;
}

.us701dmj {
  color: #c7c7c7;
  text-align: right;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #c7c7c7;
  width: auto;
  margin: 0;
  font-size: 10px;
  line-height: 12px;
}

.d0l7fss2 {
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.s84y1wpb {
  grid-column-gap: 8px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.vrufdlij {
  z-index: 3;
  grid-column-gap: 4px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: center flex-end;
  align-items: center;
  gap: 4px;
  width: 1px;
  height: min-content;
  display: flex;
  position: relative;
}

.ty403wtv {
  grid-column-gap: 64px;
  border-radius: 20px;
  flex-direction: row;
  flex: 1 0 0;
  place-content: center;
  align-items: center;
  gap: 64px;
  width: 1px;
  max-width: 1330px;
  height: min-content;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.evok9bwm {
  z-index: 0;
  width: auto;
  position: absolute;
  inset: 0;
}

.pty6guhs {
  z-index: 1;
  opacity: .04;
  flex-shrink: 0;
  width: 810px;
  max-width: none;
  position: absolute;
  top: 0;
  bottom: -214px;
  left: -335px;
}

.calculator {
  grid-column-gap: 4px;
  background-color: #fcfcfc;
  border-radius: 20px;
  flex-direction: row;
  flex: 1 0 0;
  place-content: center;
  align-items: center;
  gap: 4px;
  width: 1px;
  max-width: 1250px;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 4px #00929666;
}

.calculator-wrapper {
  grid-column-gap: 8px;
  background-color: #002a2c;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: min-content;
  padding: 64px 20px;
  display: flex;
  position: relative;
}

.uc6di8bk {
  width: 100%;
  max-width: none;
  height: 100%;
}

.naveu9j0 {
  z-index: 1;
  opacity: .14;
  flex-shrink: 0;
  width: auto;
  height: 1040px;
  position: absolute;
  top: -174px;
  left: -390px;
  right: -482px;
}

.sunghmsr {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: -.96px;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #1a1a1a;
  width: auto;
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
}

.z8tnmj85 {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.tsa8v46l {
  z-index: 0;
  border-radius: 15px;
  width: auto;
  position: absolute;
  inset: 0;
}

.ako6ktac {
  color: #fff;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
}

.amtp8607 {
  flex-direction: row;
  flex-shrink: 0;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: min-content;
  padding: 0 10px;
  display: flex;
  position: relative;
}

.qgsrrhy5 {
  z-index: 1;
  grid-column-gap: 10px;
  background-image: linear-gradient(115deg, #009296 0%, #47805d 151%);
  background-size: auto;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: auto;
  height: 39px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.u3wcjecv {
  color: #fcfcfc;
  cursor: pointer;
  fill: #fcfcfc;
  overflow-clip-margin: content-box;
  border-color: #fcfcfc;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.sefoezjt {
  cursor: pointer;
  width: auto;
  display: contents;
}

.anejsibd {
  cursor: pointer;
  flex-shrink: 0;
  width: 25px;
  height: 39px;
  position: relative;
}

.zxdwip1r {
  z-index: 1;
  grid-column-gap: 10px;
  cursor: pointer;
  background-image: linear-gradient(115deg, #009296 0%, #47805d 151%);
  background-size: auto;
  border-radius: 38px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: calc(50.1099% - 30px);
  left: calc(50.1639% - 30px);
  overflow: hidden;
}

.osv5r5we {
  grid-column-gap: 10px;
  border-radius: 15px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 1px;
  height: 455px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.k0oxeiol {
  grid-column-gap: 10px;
  flex-direction: row;
  flex: 1 0 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 1px;
  height: min-content;
  display: flex;
  position: relative;
}

.y8z2v7zo {
  flex-direction: row;
  flex-shrink: 0;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  height: min-content;
  padding: 0 10px;
  display: flex;
  position: relative;
}

.g7vsn4hd {
  z-index: 1;
  grid-column-gap: 10px;
  background-image: linear-gradient(115deg, #009296 0%, #47805d 151%);
  background-size: auto;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 39px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.s5ts7naz {
  grid-column-gap: 10px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.uvk9ou5b {
  color: #000;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  width: auto;
  margin: 0;
  font-size: 12px;
  line-height: 14.4px;
}

.aa6zs1w4 {
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.h6cawnvn {
  grid-column-gap: 16px;
  flex-direction: column;
  place-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.e8y3vunc {
  z-index: 3;
  flex-shrink: 0;
  width: 100%;
  max-width: none;
  position: relative;
}

.r6l2pqcl {
  grid-column-gap: 32px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  max-width: 1250px;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rllg6667 {
  grid-column-gap: 40px;
  background-color: #fcfcfc;
  border-radius: 25px 25px 0 0;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center flex-start;
  align-items: center;
  gap: 40px;
  width: 100%;
  height: min-content;
  padding: 64px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.u1xbpv5s {
  color: #fff;
  text-align: left;
  letter-spacing: -.96px;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #fff;
  width: auto;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px;
}

.ktcoy2yj {
  color: #fff;
  text-align: left;
  letter-spacing: -.96px;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px;
}

.wzkp94gx {
  color: #fff;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 22.4px;
}

.mnpankg0 {
  color: #8c8c8c;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #8c8c8c;
  width: auto;
  font-size: 14px;
  line-height: 22.4px;
}

.u7mmburg {
  color: #8c8c8c;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #8c8c8c;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 22.4px;
}

.xpjc8i8i {
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
  position: relative;
}

.t7hwn2fd {
  grid-column-gap: 8px;
  color: #00e;
  white-space: nowrap;
  cursor: pointer;
  background-color: #009296;
  border-color: #00e;
  border-radius: 8px;
  flex-direction: row;
  place-content: center;
  align-items: center;
  gap: 8px;
  width: min-content;
  height: 100%;
  padding: 8px 14px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 4px #00919633, 0 1px 2px #1018280d;
}

.zy8cx4yu {
  z-index: 9;
  flex-shrink: 0;
  width: auto;
  max-width: none;
  height: 42px;
  position: relative;
}

.nb6l3kri {
  flex-direction: column;
  flex: 1 0 0;
  place-content: flex-start space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 1px;
  display: flex;
  position: relative;
}

.gr7t5x8r {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.zeki6dek {
  z-index: 0;
  border-radius: 5px;
  width: auto;
  position: absolute;
  inset: 0;
}

.v35wdtvf {
  border-radius: 5px;
  flex: 1 0 0;
  width: 1px;
  max-width: none;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rgxj3kjw {
  grid-column-gap: 4px;
  flex-direction: row;
  flex: 1 0 0;
  place-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.qy65jz29 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
}

.qt3gwrkk {
  flex: 1 0 0;
  width: 100%;
  height: 1px;
  position: relative;
}

.jf9pr8np {
  grid-column-gap: 4px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: center;
  align-items: center;
  gap: 4px;
  width: 1px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d7z4cmzv {
  grid-column-gap: 4px;
  flex-direction: row;
  flex: 1 0 0;
  place-content: center;
  align-items: center;
  gap: 4px;
  width: 1px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rm1ua19p {
  z-index: 1;
  grid-column-gap: 4px;
  background-color: #fff0;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 4px;
  width: 648px;
  height: 509px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.b2jspig6 {
  grid-column-gap: 24px;
  background-color: #002a2c;
  border-radius: 20px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  max-width: 1250px;
  height: min-content;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.jtzsygen {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 1250px;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 5px #8c8c8c0d;
}

.e1edk1qu {
  grid-column-gap: 128px;
  background-color: #fff;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 128px;
  width: 100%;
  height: min-content;
  padding: 64px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.v7mh07cl {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: -.96px;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #1a1a1a;
  width: auto;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px;
}

.uoghp8lb {
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
}

.jyrg0ao7 {
  color: #8c8c8c;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #8c8c8c;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 19.6px;
}

.cxi0aat4 {
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 687px;
  display: flex;
  position: relative;
}

.jxxdc1tq {
  color: #262c37;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #262c37;
  width: auto;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.vdurofrm {
  opacity: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.m05c9wqw {
  grid-column-gap: 10px;
  border-radius: 12px 0 0;
  flex-direction: column;
  flex: 1 0 0;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 10px;
  width: 1px;
  min-width: 200px;
  height: min-content;
  min-height: 50px;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.w6qjf7dm {
  color: #1a1a1a;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #1a1a1a;
  width: auto;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.zexc0rs8 {
  grid-column-gap: 10px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: flex-start center;
  align-self: stretch;
  align-items: flex-start;
  gap: 10px;
  width: 1px;
  min-width: 200px;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.xdcdg2c1 {
  grid-column-gap: 10px;
  background-color: #fcfcfc;
  border-radius: 0 12px 0 0;
  flex-direction: column;
  flex: 1 0 0;
  place-content: flex-start center;
  align-self: stretch;
  align-items: flex-start;
  gap: 10px;
  width: 1px;
  min-width: 200px;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.k9e4nxqh {
  flex-direction: row;
  flex-shrink: 0;
  place-content: center flex-start;
  align-items: center;
  gap: 0;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.mmlfxbbz {
  grid-column-gap: 10px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 10px;
  width: 1px;
  min-width: 200px;
  height: min-content;
  min-height: 50px;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fkv0m0m6 {
  color: #009296;
  fill: #009296;
  overflow-clip-margin: content-box;
  border-color: #009296;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.p6h1fnxb {
  aspect-ratio: 1;
  color: #009296;
  fill: #009296;
  border-color: #009296;
  width: 100%;
  height: 100%;
}

.poewyfeh {
  aspect-ratio: 1;
  color: #009296;
  fill: #009296;
  border-color: #009296;
  flex-shrink: 0;
  width: 24px;
  position: relative;
}

.q93m92h9 {
  color: #424242;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #424242;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 21px;
}

.pc4udu8b {
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex: 1 0 0;
  justify-content: flex-start;
  width: 1px;
  display: flex;
  position: relative;
}

.tjqc2e1y {
  grid-column-gap: 10px;
  flex-direction: row;
  flex: 1 0 0;
  place-content: center;
  align-self: stretch;
  align-items: center;
  gap: 10px;
  width: 1px;
  min-width: 200px;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d3x9benz {
  color: #f04337;
  fill: #f04337;
  overflow-clip-margin: content-box;
  border-color: #f04337;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.yrke3a2e {
  aspect-ratio: 1;
  color: #f04337;
  fill: #f04337;
  border-color: #f04337;
  width: 100%;
  height: 100%;
}

.kvkzuklv {
  aspect-ratio: 1;
  color: #f04337;
  fill: #f04337;
  border-color: #f04337;
  flex-shrink: 0;
  width: 15px;
  position: relative;
}

.q35ltnf9 {
  grid-column-gap: 10px;
  background-color: #fcfcfc;
  flex-direction: row;
  flex: 1 0 0;
  place-content: center;
  align-self: stretch;
  align-items: center;
  gap: 10px;
  width: 1px;
  min-width: 200px;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hlyquo3w {
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex: 1 0 0;
  justify-content: flex-start;
  width: 1px;
  max-width: none;
  display: flex;
  position: relative;
}

.ocx6hsz4 {
  z-index: 1;
  opacity: .05;
  filter: blur(9px);
  flex-shrink: 0;
  width: 810px;
  max-width: none;
  height: 692px;
  position: absolute;
  bottom: -354px;
  left: -265px;
}

.vpjdxgov {
  z-index: 1;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  max-width: 1250px;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 4px #8c8c8c0d;
}

.imwe8crd {
  grid-column-gap: 40px;
  background-color: #fff;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  height: min-content;
  padding: 64px 20px;
  display: flex;
  position: relative;
}

.qn60h24w {
  color: #1a1a1a;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #1a1a1a;
  width: auto;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
}

.dmmvzhdi {
  z-index: 1;
  flex-shrink: 0;
  width: auto;
  height: 284px;
  position: absolute;
  bottom: -77px;
  left: -23px;
  right: -23px;
  overflow: hidden;
}

.shyls4j2 {
  color: #1a1a1a;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #1a1a1a;
  width: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
}

.az3db2m1 {
  color: #1a1a1a;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #1a1a1a;
  width: auto;
  font-size: 14px;
  line-height: 19.6px;
}

.jwju8hgq {
  grid-column-gap: 8px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: center flex-start;
  align-items: center;
  gap: 8px;
  width: 1px;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 4px #00929666;
}

.wpldnwji {
  grid-column-gap: 20px;
  background-color: #002a2c;
  border-radius: 15px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1250px;
  height: 384px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.xmdta61u {
  grid-column-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 32px;
  width: 100%;
  height: min-content;
  padding: 32px 20px;
  display: flex;
  position: relative;
}

.ks9ibzo7 {
  color: #344053;
  text-align: center;
  border-color: #344053;
  width: auto;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.tvobm7w4 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  height: min-content;
  padding: 8px 12px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 8px #00000026;
}

.cbr8ya1j {
  background-size: 100% 100%;
  flex-shrink: 0;
  width: 28px;
  height: 6px;
  position: relative;
}

.tyce8wtd {
  z-index: 1;
  white-space: nowrap;
  border-radius: 8px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: min-content;
  height: min-content;
  display: flex;
  position: absolute;
  top: 94px;
  right: 95px;
}

.tgzojj1u {
  z-index: 1;
  white-space: nowrap;
  border-radius: 8px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: min-content;
  height: min-content;
  display: flex;
  position: absolute;
  top: 54px;
  left: 343px;
}

.ebwjachu {
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  max-width: 600px;
  display: flex;
  position: relative;
}

.crdcq7lj {
  grid-column-gap: 8px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.oem9snqb {
  flex-shrink: 0;
  width: 28px;
  height: 6px;
  position: relative;
}

.gx1dhpi3 {
  z-index: 1;
  white-space: nowrap;
  border-radius: 8px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: flex-end flex-start;
  align-items: flex-end;
  gap: 0;
  width: min-content;
  height: min-content;
  display: flex;
  position: absolute;
  bottom: 60px;
  left: 5px;
}

.jhc6im5t {
  aspect-ratio: 1;
  color: #009296;
  fill: #009296;
  border-color: #009296;
  flex-shrink: 0;
  width: 20px;
  position: relative;
}

.qsnvalrj {
  color: #000;
  text-align: center;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 16.8px;
}

.lgr7hnjm {
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: auto;
  max-width: none;
  display: flex;
  position: relative;
}

.dmo7axiv {
  grid-column-gap: 10px;
  background-color: #fcfcfc;
  border-radius: 5px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 1000px;
  height: min-content;
  padding: 20px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mjaopekp {
  grid-column-gap: 10px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 1px;
  height: min-content;
  display: flex;
  position: relative;
}

.jjr2y6kl {
  grid-column-gap: 10px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: flex-end center;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.kzfjjvrm {
  grid-column-gap: 32px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 1200px;
  height: min-content;
  display: flex;
  position: relative;
}

.k8sq8y2y {
  z-index: 10;
  flex-shrink: 0;
  width: auto;
  max-width: none;
  height: 42px;
  position: sticky;
  top: 20px;
}

.xfvc1zd8 {
  grid-column-gap: 40px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center flex-start;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1400px;
  height: min-content;
  padding: 64px 20px;
  display: flex;
  position: relative;
}

.tka1kalj {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.ebixjjt2 {
  z-index: 0;
  border-radius: 20px;
  width: auto;
  position: absolute;
  inset: 0;
}

.tkw5zor9 {
  color: #fff;
  text-align: right;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
}

.tt67l9lm {
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 500px;
  max-width: 500px;
  display: flex;
  position: relative;
}

.r0ql5zso {
  grid-column-gap: 8px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: flex-end center;
  align-items: flex-end;
  gap: 8px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ztpieh8a {
  color: #fff;
  fill: #fff;
  overflow-clip-margin: content-box;
  border-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.bxloghvo {
  aspect-ratio: 1;
  color: #fff;
  fill: #fff;
  border-color: #fff;
  width: 100%;
  height: 100%;
}

.xoch0s1i {
  aspect-ratio: 1;
  color: #fff;
  fill: #fff;
  border-color: #fff;
  flex-shrink: 0;
  width: 12px;
  position: relative;
}

.kf2x17zd {
  color: #fff;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 8px;
  font-weight: 600;
  line-height: 18px;
}

.turqyvwk {
  grid-column-gap: 4px;
  white-space: nowrap;
  background-color: #ffffff26;
  border-radius: 16px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 4px;
  width: min-content;
  height: min-content;
  padding: 0 8px;
  display: flex;
  position: relative;
}

.lwqx6b5d {
  white-space: nowrap;
  flex-direction: row;
  flex-shrink: 0;
  place-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: min-content;
  height: min-content;
  display: flex;
  position: relative;
}

.j2h6crye {
  color: #fff;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-user-select: none;
  user-select: none;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.miydbcxc {
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-user-select: none;
  user-select: none;
  flex-direction: column;
  flex: 1 0 0;
  justify-content: flex-start;
  width: 1px;
  display: flex;
  position: relative;
}

.a6fqenak {
  grid-column-gap: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border-radius: 16px;
  flex-direction: row;
  place-content: center flex-start;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: min-content;
  padding: 4px 12px 4px 4px;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 2px #6b9fff00;
}

.qq26hz4m {
  flex-shrink: 0;
  width: 226px;
  max-width: none;
  position: relative;
}

.qpt22sm7 {
  color: #fff;
  text-shadow: 0 0 15px #00000080;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
}

.hjx61cdh {
  text-shadow: 0 0 15px #00000080;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: auto;
  display: flex;
  position: relative;
}

.z23ppfsy {
  grid-column-gap: 16px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center flex-end;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.jpa220tt {
  flex-shrink: 0;
  width: 218px;
  max-width: none;
  position: relative;
}

.q9q7gr4h {
  flex-shrink: 0;
  width: 184px;
  max-width: none;
  position: relative;
}

.eld1a7jy {
  flex-shrink: 0;
  width: 176px;
  max-width: none;
  position: relative;
}

.yy2ytkk2 {
  flex-shrink: 0;
  width: 367px;
  max-width: none;
  position: relative;
}

.yfo91qaf {
  z-index: 1;
  grid-column-gap: 16px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: flex-end center;
  align-items: flex-end;
  gap: 16px;
  width: 1px;
  height: min-content;
  display: flex;
  position: relative;
}

.o7v8r4at {
  z-index: 0;
  background-image: linear-gradient(#1f1f1f00 0%, #000 100%);
  background-size: auto;
  flex-shrink: 0;
  width: auto;
  height: 438px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.us8axqsp {
  grid-column-gap: 4px;
  border-radius: 20px;
  flex-direction: row;
  flex: 1 0 0;
  place-content: flex-end flex-start;
  align-items: flex-end;
  gap: 4px;
  width: 100%;
  max-width: 1250px;
  height: 1px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lmijdsa4 {
  grid-column-gap: 40px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center flex-start;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1400px;
  height: 758px;
  padding: 64px 20px;
  display: flex;
  position: relative;
}

.rnuvb0j9 {
  color: #000;
  word-break: break-word;
  overflow-wrap: break-word;
  width: auto;
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
}

.thf6hflc {
  grid-column-gap: 8px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 1250px;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dft4nuan {
  aspect-ratio: 1;
  cursor: pointer;
  background-color: #009296;
  border-radius: 95px;
  flex-shrink: 0;
  width: 10px;
  position: relative;
}

.te395vwj {
  color: #000;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 16.8px;
}

.cwl4qe8c {
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  flex-direction: column;
  flex: 1 0 0;
  justify-content: flex-start;
  width: 1px;
  display: flex;
  position: relative;
}

.z4lv8ez4 {
  grid-column-gap: 10px;
  cursor: pointer;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.wid26mjd {
  grid-column-gap: 10px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  place-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  height: min-content;
  padding: 15px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.j3ncx9ui {
  flex-shrink: 0;
  width: 100%;
  max-width: 1250px;
  position: relative;
}

.enj1qtkp {
  aspect-ratio: 1;
  color: #00e;
  cursor: pointer;
  background-color: #009296;
  border-color: #00e;
  border-radius: 95px;
  flex-shrink: 0;
  width: 10px;
  position: relative;
}

.s4nscqmn {
  color: #00e;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  border-color: #00e;
  flex-direction: column;
  flex: 1 0 0;
  justify-content: flex-start;
  width: 1px;
  display: flex;
  position: relative;
}

.p7038k09 {
  grid-column-gap: 10px;
  color: #00e;
  cursor: pointer;
  background-color: #fff;
  border-color: #00e;
  border-radius: 10px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 1250px;
  height: min-content;
  padding: 15px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.i7bblx21 {
  grid-column-gap: 16px;
  background-color: #fcfcfc;
  border-radius: 20px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: center flex-start;
  align-items: center;
  gap: 16px;
  width: 1px;
  height: min-content;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.v1z0micw {
  grid-column-gap: 20px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vbfzu7ob {
  grid-column-gap: 20px;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: min-content;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mygn3nkm {
  grid-column-gap: 40px;
  background-color: #002a2b;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center flex-start;
  align-items: center;
  gap: 40px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.d0m1kawe {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.np0tjuoo {
  flex-shrink: 0;
  width: 216px;
  max-width: none;
  height: 51px;
  position: relative;
  overflow: hidden;
}

.r4j2a6l4 {
  color: #fcfcfc;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #fcfcfc;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 19.6px;
}

.f3dothxq {
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
  border-color: #fff;
  gap: 0;
  width: auto;
  margin: 0;
  font-size: 12px;
  line-height: 14.4px;
}

.lhmcesis {
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 12px;
  line-height: 14.4px;
}

.ckfvhxa2 {
  grid-column-gap: 4px;
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
  border-color: #fff;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: 100%;
  line-height: 14.4px;
  display: flex;
}

.p2en5iji {
  flex-shrink: 0;
  width: auto;
  height: 14px;
  position: relative;
}

.cw33ofw6 {
  color: #009296;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  border-color: #009296;
  width: auto;
  font-size: 12px;
  line-height: 20.4px;
}

.xbhzwvht {
  color: #009296;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #009296;
  width: auto;
  margin: 0;
  line-height: 20.4px;
}

.yugtdt9e {
  grid-column-gap: 4px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center flex-start;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.f134tqzl {
  grid-column-gap: 12px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  width: 1px;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.r56hy8v3 {
  grid-column-gap: 4px;
  flex-direction: row;
  flex: 1 0 0;
  place-content: center;
  align-items: center;
  gap: 4px;
  width: 1px;
  height: 168px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.k2gl4v54 {
  color: #fcfcfc;
  text-align: right;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #fcfcfc;
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
}

.mtpfihgn {
  color: #fff;
  text-align: right;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-size: 12px;
  line-height: 16.8px;
}

.hca3ztzk {
  color: #fcfcfc;
  text-align: right;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #fcfcfc;
  width: auto;
  margin: 0;
  line-height: 16.8px;
}

.zzpez2hk {
  grid-column-gap: 8px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: center;
  align-items: center;
  gap: 8px;
  width: 1px;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mkss42s1 {
  grid-column-gap: 4px;
  flex-direction: row;
  flex: 1 0 0;
  place-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  width: 1px;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.j60vjlu0 {
  grid-column-gap: 4px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
  max-width: 1250px;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.p6ba0zhr {
  color: #006063;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #006063;
  width: auto;
  font-size: 12px;
  line-height: 19.2px;
}

.lmdeomgu {
  color: #006063;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #006063;
  width: auto;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 19.2px;
}

.muqw4hst {
  grid-column-gap: 4px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  max-width: 1250px;
  height: min-content;
  padding: 20px 0 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.qf8ttlnw {
  grid-column-gap: 40px;
  background-color: #002a2b;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  height: min-content;
  padding: 40px;
  display: flex;
  position: relative;
}

.f7tskwy5 {
  background-color: #fff;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center flex-start;
  align-items: center;
  gap: 0;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body-wrapper {
  background-color: #fff;
  flex-direction: column;
  place-content: center flex-start;
  align-items: center;
  gap: 0;
  width: auto;
  height: min-content;
  min-height: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.op4huzml {
  fill: none;
  overflow-clip-margin: content-box;
  width: 15px;
  max-width: none;
  height: 14px;
  overflow: hidden;
}

.zxm7wwre {
  overflow-clip-margin: content-box;
  width: auto;
  height: auto;
  overflow: hidden;
}

.vlrrplmv {
  fill: none;
  overflow-clip-margin: content-box;
  width: 26px;
  max-width: none;
  height: 24px;
  overflow: hidden;
}

.wn57zod0 {
  fill: none;
  overflow-clip-margin: content-box;
  width: 107px;
  max-width: none;
  height: 21px;
  overflow: hidden;
}

.ajctsxyg {
  fill: none;
  overflow-clip-margin: content-box;
  width: 6768px;
  max-width: none;
  height: 3294px;
  overflow: hidden;
}

.dvss53mp {
  fill: none;
  overflow-clip-margin: content-box;
  width: 24px;
  max-width: none;
  height: 24px;
  overflow: hidden;
}

.qpih3ci8 {
  fill: none;
  overflow-clip-margin: content-box;
  width: 28px;
  max-width: none;
  height: 6px;
  overflow: hidden;
}

.rwfemexx {
  z-index: 0;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.g51fuwwl {
  z-index: 2147483647;
  border-style: none;
  border-width: 0;
  width: auto;
  height: 34px;
  display: none;
  position: fixed;
  bottom: 10px;
}

.s2klxyfr {
  z-index: 2147483647;
  color: #bfc2c5;
  background-color: #212426;
  border-color: #bfc2c5;
  border-radius: 3px;
  width: 330px;
  padding: 15px;
  font-size: 13px;
  display: none;
  position: absolute;
  box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024, 0 3px 14px 2px #0000001f;
}

.znpy31ei {
  z-index: 99999999;
  background-color: #5ea0ff80;
  width: auto;
  transition-duration: .1s;
  position: absolute;
}

.code-wrapper-bottom {
  grid-column-gap: normal;
  color: #000;
  background-color: #fff;
  width: auto;
  margin: 0;
  font-size: 12px;
  transition-property: none;
}

.image-35 {
  vertical-align: baseline;
  order: -1;
  display: block;
}

.container-61 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.text-span-124, .text-span-125 {
  color: var(--dark-orange);
}

.telegramwrap2 {
  aspect-ratio: 1;
  color: #00e;
  cursor: pointer;
  border-color: #00e;
  flex-shrink: 0;
  width: 18px;
  position: relative;
}

.buttontextwrap2 {
  color: #00e;
  cursor: pointer;
  border-color: #00e;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: auto;
  font-size: 18px;
  display: flex;
  position: relative;
}

.kiz41sua {
  color: #009296;
  text-align: left;
  letter-spacing: -.1px;
  border-color: #009296;
  width: auto;
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.dsqahhyv {
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: auto;
  display: flex;
  position: relative;
}

.f6j69tso {
  color: #1a1a1a;
  text-align: left;
  letter-spacing: -.96px;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #1a1a1a;
  width: auto;
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
}

.t1wuhq8m {
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  max-width: 724px;
  display: flex;
  position: relative;
}

.vkoj2vzp {
  width: auto;
  display: contents;
}

.k3inqdea {
  color: #8c8c8c;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #8c8c8c;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 21px;
}

.f2lqokf2 {
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  max-width: 471px;
  display: flex;
  position: relative;
}

.zt2i0eer {
  grid-column-gap: 8px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 8px;
  width: 1px;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ka3v1rht {
  color: #000;
  width: auto;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.ibd09rcq {
  color: #000;
  width: auto;
  margin: 5px 0 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.mfq81fh0 {
  opacity: .7;
  color: #9d968e;
  cursor: default;
  appearance: none;
  background-color: #0000;
  background-image: linear-gradient(to right, #fff, #049296);
  background-size: auto;
  border: 0 #9d968e;
  width: 100%;
  height: 5px;
  margin: 10px 2px 2px;
  padding: 0;
}

.hayrwqvp {
  color: #888;
  border-color: #888;
  width: auto;
  font-family: Arial, sans-serif;
  font-size: 10px;
  display: block;
}

.iiunq0pk {
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  margin: 5px 0 0;
  font-family: Arial, sans-serif;
  display: flex;
}

.m12viwdq {
  flex-grow: 1;
  flex-basis: 300px;
  width: auto;
  min-width: 300px;
  font-family: Arial, sans-serif;
}

.q9pi4w95 {
  grid-column-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 20px;
  width: auto;
  font-family: Arial, sans-serif;
  display: flex;
}

.ftfoppw5 {
  color: #fff;
  text-align: center;
  border-color: #fff;
  width: auto;
  margin: 0 0 5px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.bmxa78k3 {
  color: #fff;
  text-align: center;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.bxyxj4jk {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(to bottom right, #47805d, #009296);
  background-size: auto;
  border-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 115px;
  margin: 20px 0 0;
  padding: 10px;
  font-family: Arial, sans-serif;
  display: flex;
}

.q8ujlp0m {
  background-color: #fcfcfc;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  font-family: Arial, sans-serif;
}

.lvqcgw9w {
  flex-shrink: 0;
  width: auto;
  position: relative;
}

.sfsntsd0 {
  color: #c7c7c7;
  text-align: right;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #c7c7c7;
  width: auto;
  margin: 0;
  font-size: 10px;
  line-height: 12px;
}

.glgm9jor {
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.gys790m3 {
  grid-column-gap: 8px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.tow8cccs {
  z-index: 3;
  grid-column-gap: 4px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: center flex-end;
  align-items: center;
  gap: 4px;
  width: 1px;
  height: min-content;
  display: flex;
  position: relative;
}

.efegqbnp {
  grid-column-gap: 64px;
  border-radius: 20px;
  flex-direction: row;
  flex: 1 0 0;
  place-content: center;
  align-items: center;
  gap: 64px;
  width: 1px;
  max-width: 1330px;
  height: min-content;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ja7e715p {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.w5le4bp8 {
  z-index: 0;
  width: auto;
  position: absolute;
  inset: 0;
}

.md42gv2b {
  z-index: 1;
  opacity: .04;
  flex-shrink: 0;
  width: 810px;
  max-width: none;
  position: absolute;
  top: 0;
  bottom: -214px;
  left: -335px;
}

.y1vic7zm {
  grid-column-gap: 4px;
  background-color: #fcfcfc;
  border-radius: 20px;
  flex-direction: row;
  flex: 1 0 0;
  place-content: center;
  align-items: center;
  gap: 4px;
  width: 1px;
  max-width: 1250px;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 4px #00929666;
}

.h0qddc63 {
  grid-column-gap: 8px;
  color: #000;
  background-color: #002a2c;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: min-content;
  padding: 64px 20px;
  font-size: 12px;
  transition-property: none;
  display: flex;
  position: relative;
}

.od34cfa4 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.xpgkygba {
  z-index: 1;
  aspect-ratio: 1.34483;
  filter: blur();
  -webkit-user-select: none;
  user-select: none;
  flex-shrink: 0;
  width: 250px;
  max-width: none;
  position: absolute;
  bottom: -22px;
  left: 82%;
  overflow: hidden;
  transform: translate(-50%)rotate(7deg);
}

.yw7pvoi7 {
  grid-column-gap: 10px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s2dkedvp {
  aspect-ratio: 1;
  color: #00e;
  cursor: pointer;
  border-color: #00e;
  flex-shrink: 0;
  width: 16px;
  position: relative;
}

.w4m7mt1m {
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: auto;
  display: flex;
  position: relative;
}

.u9lohawf {
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.g8ypbcjb {
  grid-column-gap: 10px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.sbztgkbm {
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  max-width: 724px;
  display: flex;
  position: relative;
}

.lq1ljwus {
  width: auto;
  color: var(--dark-orange);
  text-align: center;
  letter-spacing: -.96px;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #009296;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px;
}

.e0svytk0 {
  flex: 1 0 0;
  width: 1px;
  height: 100%;
  position: relative;
}

.asq791l9 {
  z-index: 0;
  width: auto;
  max-width: none;
  position: absolute;
  inset: 0;
}

.x4mqcpof {
  grid-column-gap: 8px;
  background-color: var(--dark-orange);
  color: #00e;
  white-space: nowrap;
  cursor: pointer;
  border-color: #00e;
  border-radius: 8px;
  flex-direction: row;
  place-content: center;
  align-items: center;
  gap: 8px;
  width: min-content;
  height: 36px;
  padding: 8px 14px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 4px #00919633, 0 1px 2px #1018280d;
}

.isl8gdae {
  z-index: 0;
  -webkit-user-select: none;
  user-select: none;
  width: auto;
  max-width: none;
  position: absolute;
  inset: 0;
}

.mzoeo3r7 {
  color: #00e;
  cursor: pointer;
  object-fit: cover;
  border-color: #00e;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.x29tuh8x {
  z-index: 1;
  aspect-ratio: 1.34483;
  filter: blur();
  -webkit-user-select: none;
  user-select: none;
  flex-shrink: 0;
  width: 250px;
  max-width: none;
  position: absolute;
  top: 51%;
  left: 84%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.c6ogmrjl {
  grid-column-gap: 10px;
  white-space: nowrap;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: min-content;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.x6phy6bt {
  z-index: 1;
  aspect-ratio: 1.34483;
  filter: blur();
  -webkit-user-select: none;
  user-select: none;
  flex-shrink: 0;
  width: 250px;
  max-width: none;
  position: absolute;
  top: -14px;
  left: 120px;
  overflow: hidden;
  transform: rotate(4deg);
}

.gaj87sbz {
  background-color: #009296;
  flex-shrink: 0;
  width: 1px;
  height: 35px;
  position: relative;
  overflow: hidden;
}

.ylxz8ryn {
  z-index: 0;
  opacity: .05;
  filter: blur(7px);
  flex-shrink: 0;
  width: auto;
  height: 1207px;
  position: absolute;
  bottom: -626px;
  left: 0;
  right: 0;
}

.nrso1bvf {
  color: #5c5c5c;
  text-align: center;
  letter-spacing: -.08px;
  border-color: #5c5c5c;
  width: auto;
  margin: 0;
  font-size: 8px;
  line-height: 9.6px;
}

.zseb3xdr {
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  max-width: 640px;
  display: flex;
  position: relative;
}

.spqxqcdf {
  aspect-ratio: 1;
  background-color: #00919621;
  border-radius: 4px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 0;
  width: 24px;
  display: flex;
  position: relative;
}

.ypwohjtm {
  width: auto;
  display: contents;
}

.q7ciyerd {
  aspect-ratio: 1;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 0;
  width: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lnnax9nc {
  color: #00e;
  cursor: pointer;
  border-color: #00e;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: auto;
  display: flex;
  position: relative;
}

.b18o1806 {
  z-index: 1;
  aspect-ratio: 1.34483;
  filter: blur();
  -webkit-user-select: none;
  user-select: none;
  flex-shrink: 0;
  width: 250px;
  max-width: none;
  position: absolute;
  top: 51%;
  left: 101px;
  overflow: hidden;
  transform: translate(0, -50%);
}

.kqg3kt5p {
  z-index: 0;
  color: #00e;
  cursor: pointer;
  border-color: #00e;
  width: auto;
  position: absolute;
  inset: 0;
}

.qvp2hni3 {
  grid-column-gap: 10px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 1360px;
  height: min-content;
  display: flex;
  position: relative;
}

.qe9udby4 {
  z-index: 1;
  aspect-ratio: 1.34483;
  filter: blur();
  -webkit-user-select: none;
  user-select: none;
  flex-shrink: 0;
  width: 250px;
  max-width: none;
  position: absolute;
  bottom: -22px;
  left: 123px;
  overflow: hidden;
  transform: rotate(-7deg);
}

.bbxh7vz2 {
  overflow-clip-margin: content-box;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.ir30omq2 {
  z-index: 5;
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1a;
  border-radius: 30px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 724px;
  height: 416px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nuapkicj {
  grid-column-gap: 40px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.hk8hspb5 {
  color: #383838;
  letter-spacing: -.14px;
  border-color: #383838;
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
}

.mk2qefw8 {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: -.96px;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #1a1a1a;
  width: auto;
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px;
}

.uh66r1m6 {
  color: #8c8c8c;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #8c8c8c;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 21px;
}

.iei7c12s {
  z-index: 1;
  grid-column-gap: 42px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 42px;
  width: 1400px;
  height: 83px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: calc(50% - 700px);
  overflow: hidden;
}

.h7yswjgn {
  grid-column-gap: 66px;
  background-color: #fff;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 66px;
  width: 100%;
  height: min-content;
  padding: 25px 20px 128px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.z360f5j0 {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: relative;
}

.uum8xsfu {
  z-index: 1;
  aspect-ratio: 1.34483;
  filter: blur();
  -webkit-user-select: none;
  user-select: none;
  flex-shrink: 0;
  width: 250px;
  max-width: none;
  position: absolute;
  top: -14px;
  left: 83%;
  overflow: hidden;
  transform: translate(-50%)rotate(-4deg);
}

.ujjzcuw8 {
  fill: none;
  overflow-clip-margin: content-box;
  stroke: #009296;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.lkd2vd0r {
  z-index: 0;
  -webkit-user-select: none;
  user-select: none;
  width: auto;
  position: absolute;
  inset: 0;
}

.lxbcia59 {
  border-style: none;
  border-width: 0;
  width: 100%;
  height: 100%;
}

.olpm1a8p {
  z-index: 1;
  flex-shrink: 0;
  width: auto;
  max-width: none;
  position: relative;
}

.hbd1gg07 {
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.wtls83bz {
  width: 100%;
  height: 100%;
}

.image-29-copy {
  width: 100%;
}

.section-17 {
  display: block;
}

.image302 {
  width: 100%;
  margin-bottom: 10px;
}

.fbq {
  display: none;
}

.button-copy {
  background-color: var(--dark-orange);
  color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 11px 24px;
  font-weight: 600;
  transition: all .2s cubic-bezier(.591, -.005, .25, 1), box-shadow .2s;
  display: inline-block;
  box-shadow: inset 0 0 20px 20px #0000;
}

.button-copy:hover {
  background-color: #0c8f20;
  transform: scale(1.1);
  box-shadow: inset 0 0 20px 20px #0000001a;
}

.button-copy.search-form-button {
  background-color: #3c5ccf;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  position: absolute;
  right: 6px;
}

.button-copy.top-margin {
  margin-top: 30px;
}

.button-copy.center-content {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 1.1;
  display: block;
}

.button-copy.thanks {
  color: #fff;
}

.button-copy.thanks.discord {
  background-color: #ac3da4;
}

.button-copy.thanks.whatsapp {
  background-color: #12851a;
}

.heading-24-copy.container-links {
  box-shadow: none;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
}

.image-33-copy {
  filter: sepia();
  transform: rotate(90deg);
}

.image-33-copy-copy {
  filter: sepia();
  transform: rotate(-90deg);
}

.heading-24-copy {
  color: #000;
  border-radius: 1px;
  margin-top: 0;
  padding: 10px;
  font-weight: 700;
  box-shadow: 0 2px 5px 4px #0003;
}

.heading-24-copy.container-links {
  box-shadow: none;
  letter-spacing: normal;
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: fill;
  direction: ltr;
  margin-bottom: 8px;
  padding: 0;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
}

.heading-24-copy-copy {
  color: #000;
  border-radius: 1px;
  margin-top: 0;
  padding: 10px;
  font-weight: 700;
  box-shadow: 0 2px 5px 4px #0003;
}

.heading-24-copy-copy.container-links {
  box-shadow: none;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
}

.paragraph-16-copy {
  color: var(--white);
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-18 {
  color: var(--black-3);
}

.div-block-48 {
  width: 70%;
}

.paragraph-18-copy {
  color: var(--black-3);
  margin-top: 40px;
}

.text-span-126 {
  font-weight: 700;
}

.section-10-copy {
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.pxnc5mvz {
  width: auto;
}

.u86mtz2a {
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.jvstms4v {
  color: #00e;
  cursor: pointer;
  border-color: #00e;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: auto;
  display: flex;
  position: relative;
}

.t153fwji {
  grid-column-gap: 8px;
  color: #00e;
  white-space: nowrap;
  cursor: pointer;
  background-color: #009296;
  border-color: #00e;
  border-radius: 6px;
  flex-direction: row;
  place-content: center;
  align-items: center;
  gap: 8px;
  width: min-content;
  height: 100%;
  padding: 6px 14px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 4px #00919633, 0 1px 2px #1018280d;
}

.rk57o7w0 {
  z-index: 10;
  flex-shrink: 0;
  width: auto;
  max-width: none;
  height: 35px;
  position: relative;
}

.usnwj1x0 {
  width: auto;
  display: contents;
}

.iil5x5g8 {
  z-index: 10;
  grid-column-gap: 4px;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0092961a;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 4px;
  width: auto;
  height: 88px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.j8y3wqdw {
  color: #fff;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
}

.w6ilrn0a {
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex: 1 0 0;
  justify-content: flex-start;
  width: 1px;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.zvz5bn16 {
  z-index: 1;
  grid-column-gap: 4px;
  background-color: var(--dark-orange);
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 4px;
  width: auto;
  height: 60px;
  padding: 0 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.kcddbh9f {
  color: #000;
  word-break: break-word;
  overflow-wrap: break-word;
  width: auto;
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.y0mjnals {
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
}

.aie43a6v {
  color: #000;
  word-break: break-word;
  overflow-wrap: break-word;
  width: auto;
  margin: 0;
  font-size: 18px;
  line-height: 21.6px;
}

.wrlu1kkv {
  grid-column-gap: 16px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.psc53u1l {
  color: #000;
  word-break: break-word;
  overflow-wrap: break-word;
  width: auto;
  font-size: 14px;
  line-height: 22.4px;
}

.nssy7cyo {
  word-break: break-word;
  overflow-wrap: break-word;
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
}

.qxbcd56n {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
}

.co1lo905 {
  flex: 1 0 0;
  width: 1px;
  height: 100%;
  position: relative;
}

.bu1m3zhy {
  aspect-ratio: auto 720 / 1280;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.t74srkzf {
  z-index: 0;
  border-radius: 5px;
  width: auto;
  position: absolute;
  inset: 0;
}

.s0avz9u7 {
  border-radius: 5px;
  flex: 1 0 0;
  width: 1px;
  max-width: none;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.sb6z3rp0 {
  grid-column-gap: 16px;
  border-radius: 5px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 1000px;
  height: 485px;
  display: flex;
  position: relative;
}

.vhs7lwst {
  grid-column-gap: 8px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.d0obboik {
  color: #000;
  word-break: break-word;
  overflow-wrap: break-word;
  width: auto;
  font-size: 16px;
  line-height: 25.6px;
}

.y4wseje8 {
  color: #000;
  word-break: break-word;
  overflow-wrap: break-word;
  width: auto;
  margin: 0;
  font-size: 16px;
  line-height: 25.6px;
}

.cmgk5smm {
  word-break: break-word;
  overflow-wrap: break-word;
  width: auto;
  font-size: 16px;
  line-height: 25.6px;
}

.kfbk2y5f {
  width: auto;
  color: var(--black-2);
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 0;
  font-size: 16px;
  line-height: 25.6px;
}

.vrl0kxj7 {
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.cqoaaln0 {
  grid-column-gap: 64px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 64px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.p06ejmd5 {
  background-color: #0000001a;
  flex-shrink: 0;
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.xyt92o0h {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
}

.xwndwwvz {
  flex: 1 0 0;
  width: 1px;
  height: 506px;
  position: relative;
}

.w14wijdw {
  color: #009296;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #009296;
  width: auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
}

.u141dr5o {
  color: #000;
  word-break: break-word;
  overflow-wrap: break-word;
  width: auto;
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
}

.jfzj6f8f {
  word-break: break-word;
  overflow-wrap: break-word;
  width: auto;
  font-size: 18px;
  line-height: 28.8px;
}

.e0erjuf3 {
  word-break: break-word;
  overflow-wrap: break-word;
  width: auto;
  margin: 0;
  font-size: 18px;
  line-height: 28.8px;
}

.na8fh8vy {
  grid-column-gap: 16px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: center;
  align-items: center;
  gap: 16px;
  width: 1px;
  max-width: 1000px;
  height: min-content;
  display: flex;
  position: relative;
}

.rglp1icf {
  grid-column-gap: 64px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 64px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uzhetrp7 {
  aspect-ratio: auto 1052 / 1354;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.e1lah7zm {
  z-index: 0;
  border-radius: 10px;
  width: auto;
  position: absolute;
  inset: 0;
}

.d0a3k01p {
  border-radius: 10px;
  flex: 1 0 0;
  width: 1px;
  max-width: 1000px;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.sfzaufz4 {
  aspect-ratio: auto 1049 / 1357;
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.xq2h61i6 {
  flex: 1 0 0;
  width: 1px;
  height: 450px;
  position: relative;
}

.pbvyn2dz {
  aspect-ratio: auto 1280 / 720;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.nl24i9ye {
  z-index: 0;
  width: auto;
  position: absolute;
  inset: 0;
}

.tuxgx9m4 {
  z-index: 0;
  flex: 1 0 0;
  width: 399px;
  max-width: none;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.r13be9hu {
  border-radius: 10px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: center space-between;
  align-items: center;
  width: 1px;
  max-width: 1000px;
  height: 450px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hdrbkab4 {
  aspect-ratio: auto 1046 / 1357;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.d858m206 {
  color: #000;
  word-break: break-word;
  overflow-wrap: break-word;
  width: auto;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
}

.avjox5ds {
  color: #009296;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #009296;
  width: auto;
  margin: 0;
  font-size: 32px;
  line-height: 38.4px;
}

.kmzq4lm6 {
  aspect-ratio: auto 3840 / 2160;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.p7bymz58 {
  grid-column-gap: 96px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 96px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.qk2nedyh {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.y1psqfuz {
  color: #00e;
  cursor: pointer;
  background-size: 100% 100%;
  border-color: #00e;
  flex-shrink: 0;
  width: 152px;
  height: 26px;
  position: relative;
}

.t2c2g3sc {
  grid-column-gap: 8px;
  color: #00e;
  cursor: pointer;
  border-color: #00e;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.bxei3rlr {
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
}

.e9clb0hf {
  color: #00e;
  cursor: pointer;
  border-color: #00e;
  flex-direction: column;
  flex-shrink: 0;
  order: 1;
  justify-content: flex-start;
  width: auto;
  display: flex;
  position: relative;
}

.dwd2scpm {
  color: #00e;
  cursor: pointer;
  background-size: 100% 100%;
  border-color: #00e;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
}

.kb3fe81c {
  grid-column-gap: 4px;
  color: #00e;
  white-space: nowrap;
  cursor: pointer;
  border-color: #00e;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 4px;
  width: min-content;
  height: min-content;
  display: flex;
  position: relative;
}

.sa44qbbz {
  grid-column-gap: 10px;
  color: #00e;
  cursor: pointer;
  border-color: #00e;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.x048r5kv {
  color: #fff;
  letter-spacing: -.1px;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 10px;
  line-height: 12px;
}

.ccna0x08 {
  background-size: 100% 100%;
  flex-shrink: 0;
  width: 94px;
  height: 16px;
  position: relative;
}

.q6vxbg0j {
  grid-column-gap: 4px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center flex-start;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.zy522v9c {
  color: #767678;
  letter-spacing: -.12px;
  border-color: #767678;
  width: auto;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.4px;
}

.qqksi1zr {
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: auto;
  display: flex;
  position: relative;
}

.bdgsiop9 {
  color: #767678;
  letter-spacing: -.12px;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #767678;
  width: auto;
  margin: 0;
  font-size: 12px;
  line-height: 14.4px;
}

.davokiv8 {
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  flex: 1 0 0;
  justify-content: flex-start;
  width: 1px;
  display: flex;
  position: relative;
}

.af24is8v {
  grid-column-gap: 2px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 2px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.hlhlm6yc {
  color: #191919;
  letter-spacing: -.14px;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #191919;
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
}

.empj4gdx {
  grid-column-gap: 4px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.iwkbdfx3 {
  color: #04b67c;
  text-align: center;
  letter-spacing: -.12px;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  border-color: #04b67c;
  width: auto;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
}

.omqcc0jq {
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.i2lfw1ui {
  grid-column-gap: 12px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  place-content: center flex-start;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: min-content;
  padding: 10px;
  display: flex;
  position: relative;
}

.y7s2imnt {
  flex-shrink: 0;
  width: 100%;
  position: relative;
}

.wgb8qacd {
  grid-column-gap: 4px;
  flex-direction: column;
  flex-shrink: 0;
  order: 1;
  place-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.pu9pi7tw {
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  flex-direction: column;
  flex-shrink: 0;
  order: 3;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.tuag0qtb {
  aspect-ratio: auto 512 / 512;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.riinb0le {
  aspect-ratio: 1;
  flex-shrink: 0;
  width: 10px;
  position: relative;
}

.ltnsujgp {
  color: #767678;
  letter-spacing: -.1px;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #767678;
  width: auto;
  margin: 0;
  font-size: 10px;
  line-height: 12px;
}

.xs4dysr2 {
  grid-column-gap: 4px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: center;
  align-items: center;
  gap: 4px;
  width: 1px;
  height: min-content;
  display: flex;
  position: relative;
}

.vlk6eh9b {
  grid-column-gap: 8px;
  background-color: #fff;
  border-radius: 2px;
  flex-direction: row;
  flex-shrink: 0;
  order: 2;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  height: min-content;
  padding: 10px;
  display: flex;
  position: relative;
}

.hc1xl6i3 {
  grid-column-gap: 16px;
  flex-direction: column;
  flex-shrink: 0;
  order: 1;
  place-content: center flex-start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
  overflow: auto;
}

.gfdpbxej {
  grid-column-gap: 16px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: center flex-start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 1px;
  display: flex;
  position: relative;
  overflow: auto;
}

.qp8d8sbo {
  grid-column-gap: 32px;
  background-color: #002a2c;
  border-radius: 15px;
  flex-direction: column;
  place-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fg4fcjfr {
  flex-shrink: 0;
  width: 100%;
  max-width: none;
  height: 545px;
  position: relative;
}

.xymvfgip {
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.zlzx1pm2 {
  grid-column-gap: 8px;
  color: #00e;
  cursor: pointer;
  background-color: #009296;
  border-color: #00e;
  border-radius: 6px;
  flex-direction: row;
  place-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: min-content;
  padding: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 4px #00919633, 0 1px 2px #1018280d;
}

.olr4q5l3 {
  z-index: 5;
  flex-shrink: 0;
  width: 100%;
  max-width: none;
  position: relative;
}

.yqyg2gvz {
  grid-column-gap: 64px;
  background-color: #fafafa;
  border-radius: 10px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: flex-start;
  align-items: flex-start;
  gap: 64px;
  width: 100%;
  height: min-content;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.n6c4tn5m {
  grid-column-gap: 16px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.xvxruvm0 {
  z-index: 1;
  flex-shrink: 0;
  width: 180px;
  height: 139px;
  position: absolute;
  top: 1208px;
  left: calc(50% - 90px);
  overflow: hidden;
}

.pjjgh9ig {
  grid-column-gap: 64px;
  flex-direction: column;
  flex: 1 0 0;
  place-content: center;
  align-items: center;
  gap: 64px;
  width: 1px;
  height: min-content;
  display: flex;
  position: relative;
}

.ij9t0ytj {
  color: #000;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  width: auto;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
}

.qv94xzzb {
  color: #00e;
  cursor: pointer;
  background-size: 100% 100%;
  border-color: #00e;
  flex-shrink: 0;
  width: 107px;
  height: 20px;
  position: relative;
}

.p4hkjdqt {
  color: #000;
  cursor: pointer;
  overflow-clip-margin: content-box;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.dsmedyo5 {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.rmbsj3vy {
  cursor: pointer;
  flex-shrink: 0;
  width: 15px;
  height: 14px;
  position: relative;
}

.nie74e35 {
  color: #000;
  cursor: pointer;
  width: auto;
  margin: 0;
  font-size: 12px;
  line-height: 26px;
}

.wssrkhkd {
  grid-column-gap: 13px;
  color: #00e;
  cursor: pointer;
  border-color: #00e;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 13px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.c8wpw7ue {
  color: #000;
  width: auto;
  margin: 0;
  font-size: 12px;
  line-height: 26px;
}

.oibyfxi6 {
  grid-column-gap: 8px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uf4y0vd5 {
  aspect-ratio: auto 1280 / 720;
  object-fit: cover;
  object-position: 100% 0%;
  border-radius: 2px;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.y4jx4mvu {
  z-index: 0;
  border-radius: 2px;
  width: auto;
  position: absolute;
  inset: 0;
}

.zoet0vo2 {
  border-radius: 2px;
  flex: 1 0 0;
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.f3ipsurw {
  color: #000;
  overflow-clip-margin: content-box;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.he44ghlu {
  width: 100%;
  height: 100%;
}

.bvhlz1kp {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
}

.i15cdhpm {
  color: #1a1a1a;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #1a1a1a;
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
}

.ld9vl0ly {
  grid-column-gap: 4px;
  flex-direction: row;
  flex-shrink: 0;
  place-content: center flex-start;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pcu3ixce {
  grid-column-gap: 8px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wedw364a {
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.jg4efokp {
  grid-column-gap: 8px;
  background-color: var(--dark-orange);
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 4px var(--dark-orange-2), 0 1px 2px 0 #1018280d;
  color: #00e;
  cursor: pointer;
  border-color: #00e;
  border-radius: 6px;
  flex-direction: row;
  place-content: center;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.y8sgm3ji {
  z-index: 5;
  flex-shrink: 0;
  width: 100%;
  height: 42px;
  position: relative;
}

.j2qv57dw {
  z-index: 1;
  grid-column-gap: 32px;
  background-color: #0092961a;
  border-radius: 5px;
  flex-direction: column;
  flex-shrink: 0;
  place-content: center flex-start;
  align-items: center;
  gap: 32px;
  width: 307px;
  height: 770px;
  padding: 40px;
  display: flex;
  position: relative;
}

.cyprm2ff {
  grid-column-gap: 32px;
  flex-direction: row;
  flex: 1 0 0;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 32px;
  width: 1px;
  max-width: 1200px;
  height: min-content;
  display: flex;
  position: relative;
}

.z4bdpqu8 {
  grid-column-gap: 64px;
  background-color: #fff;
  flex-direction: row;
  flex-shrink: 0;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 64px;
  width: 100%;
  height: min-content;
  padding: 150px 20px 96px;
  display: flex;
  position: relative;
}

.l4gz3ko6 {
  background-color: #fff;
  flex-direction: column;
  flex-shrink: 0;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  height: min-content;
  display: flex;
  position: relative;
}

.nu2zui6n {
  background-color: #fff;
  flex-direction: column;
  place-content: center flex-start;
  align-items: center;
  gap: 0;
  width: auto;
  height: min-content;
  min-height: 700px;
  display: flex;
  position: relative;
}

.clu9fkwc {
  color: #000;
  fill: none;
  overflow-clip-margin: content-box;
  width: 15px;
  max-width: none;
  height: 14px;
  overflow: hidden;
}

.zalqckgf {
  color: #000;
  overflow-clip-margin: content-box;
  width: auto;
  height: auto;
  overflow: hidden;
}

.boswuwly {
  z-index: 0;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.hzw7u6xt {
  z-index: 2147483647;
  border-style: none;
  border-width: 0;
  width: 1910px;
  height: 700px;
  display: none;
  position: fixed;
  top: 0;
  right: 10px;
}

.hagojpaa {
  z-index: 2147483647;
  color: #bfc2c5;
  background-color: #212426;
  border-color: #bfc2c5;
  border-radius: 3px;
  width: 330px;
  padding: 15px;
  font-size: 13px;
  display: none;
  position: absolute;
  box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024, 0 3px 14px 2px #0000001f;
}

.m5a38wyu {
  z-index: 99999999;
  background-color: #5ea0ff80;
  width: auto;
  transition-duration: .1s;
  position: absolute;
}

.ni1pal13 {
  grid-column-gap: normal;
  color: #000;
  background-color: #fff;
  width: auto;
  margin: 0;
  font-size: 12px;
  transition-property: none;
}

.text-span-127, .text-span-128, .text-span-129 {
  color: var(--dark-orange);
}

.top-sec {
  background-color: #353535;
}

.top-text {
  color: #b3b3b3;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
}

.header-section {
  background-color: var(--white);
  border-bottom: 2px #222;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.header-inner {
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.mob-logo {
  display: none;
}

.top-right-cta {
  background-color: #000;
  font-weight: 700;
}

.top-right-cta.based_on_country {
  color: #002565;
  background-color: #e4f3fb;
}

.text-span-130 {
  color: #00237e;
  letter-spacing: 1.5px;
  background-color: #0000;
  border: 1px solid #0000004f;
  border-radius: 0;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 10px;
  text-decoration: none;
  display: inline-block;
}

.list-block-1-info-sc {
  flex-wrap: nowrap;
  margin-bottom: 0;
  display: flex;
}

.bold-text-49 {
  font-weight: 900;
}

.iconbox-2 {
  width: auto;
  height: auto;
}

.note-div-2 {
  background-color: #e4f3fb;
  border: 1px solid #00237e17;
  margin-top: 34px;
  padding: 14px 12px 5px;
}

.cta-bottom {
  color: #000;
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.cta-bottom.based_on_country {
  margin-top: 16px;
}

.main-feature-div {
  flex-flow: column;
  justify-content: space-around;
  display: flex;
}

.bold-text-50 {
  font-weight: 900;
}

.bold-text-11 {
  font-weight: 700;
}

.text-block-19 {
  color: var(--dark-orange);
  font-size: 25px;
  font-weight: 700;
  line-height: 43px;
  text-decoration: underline;
}

.double-div-2 {
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 0;
}

.author-and-view-div {
  border-top: 1px solid #fde02f;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 11px;
  display: flex;
}

.author-and-view-div._878 {
  border-bottom: 4px solid var(--dark-orange);
  color: var(--black-2);
  border-top-color: #e01e2d00;
  padding-bottom: 11px;
}

.author-text {
  float: left;
  color: var(--black-2);
  font-size: 11px;
  line-height: 15px;
}

.div-block-49 {
  background-color: #0000;
}

.inner-advoertorial {
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
}

.text-block-3 {
  color: #222;
  font-size: 12px;
  line-height: 17px;
}

.icon-text-2 {
  margin-left: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.list-person-item {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.list-person-item.text-black.mb-30 {
  margin-bottom: 0;
}

.text-span-131 {
  color: #00237e;
  text-transform: uppercase;
  font-weight: 900;
}

.bold-text-48 {
  color: #ff3939;
}

.text-span-132 {
  color: var(--dark-orange);
  letter-spacing: 1.2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 10px;
}

.para-ad {
  color: #2c2c2c;
  letter-spacing: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.lock-mobile.reverse-icon {
  filter: none;
  width: 10px;
  height: 20px;
  margin-left: 10px;
  margin-right: 0;
  position: absolute;
  inset: 0% 20px 0% auto;
  transform: rotate(0);
}

.text-span-133 {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
  position: relative;
  top: -9px;
}

.bold-text-22 {
  text-transform: capitalize;
  font-weight: 800;
}

.offer-row-2 {
  background-color: #fff;
  border: 1px solid #cacaca;
  margin-bottom: 21px;
  padding: 23px 30px;
}

.para-div-bot {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 25px;
  margin-bottom: -2px;
  padding: 16px 9px;
  display: flex;
  box-shadow: 0 0 5px 1px #00000045;
}

.para-div-bot.q3 {
  border: 1px dashed #00237e;
  padding-left: 24px;
  padding-right: 24px;
}

.img-adv {
  text-align: left;
  border: 1px solid #000;
  border-style: solid none;
  margin-left: 40px;
  display: block;
}

.breadcrumb {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}

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

.image-36 {
  border-radius: 20px;
}

.link-18 {
  color: #00237e;
}

.list-block-1 {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.link-17 {
  color: var(--dark-orange);
  -webkit-text-stroke-color: var(--dark-orange);
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
}

.bold-text-17 {
  color: var(--black-2);
  font-weight: 400;
  line-height: 38px;
}

.text-span-134 {
  color: #ec2222;
  font-weight: 700;
}

.bold-text-15 {
  color: #e9cd22;
}

.offer-heading {
  color: #00237e;
  margin-top: 0;
  font-size: 27px;
  font-weight: 900;
  line-height: 31px;
}

.cta-button-main {
  background-color: #ffc33a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: 58px;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-button-main.based_on_country {
  background-color: #00237e;
  max-width: 100%;
}

.note-para-2 {
  color: #222;
  font-size: 16px;
  line-height: 26px;
}

.feature-div-2 {
  border-radius: 15px;
  justify-content: space-around;
  margin-top: 23px;
  margin-bottom: 22px;
  padding: 22px 25px 34px;
  display: block;
  box-shadow: 1px 1px 14px #00000026;
}

.ig-text {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.div-block-17 {
  padding-left: 8px;
}

.ig-date {
  color: #3f9752;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
}

.bold-text-13 {
  color: #e9cd22;
  font-weight: 400;
}

.sub-heading-top {
  margin-top: 10px;
  font-size: 31px;
  font-weight: 400;
  line-height: 36px;
}

.div-block-50 {
  align-items: center;
  display: flex;
}

.para-ad-3 {
  color: #000;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.para-ad-3._23 {
  padding-left: 17px;
  font-size: 18px;
  line-height: 29px;
}

.trusted-reviews {
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
}

.flex-row {
  background-color: #278ee71a;
  border-radius: 15px;
  width: 100%;
  padding: 15px 18px;
  display: flex;
}

.blue-div {
  background-color: #f6f6f6;
  border: 1px solid #00237e;
  margin-top: 22px;
  margin-bottom: 24px;
  padding: 0;
}

.offer-text-block-2 {
  color: #222;
  font-size: 13px;
  line-height: 18.2px;
}

.feature-img-2 {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.avatar-img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-right: 10px;
}

.cc {
  display: none;
}

.but-mid-div-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 5px;
  display: block;
}

.but-mid-div-2.sde {
  margin-bottom: -10px;
}

.offer-img-2 {
  text-align: left;
  padding-top: 0;
  padding-bottom: 8px;
}

.heading-39 {
  color: var(--black-2);
  letter-spacing: 0;
  background-color: #fff;
  border-bottom: 1px #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 33px;
  font-weight: 400;
  line-height: 38px;
  display: block;
}

.tag-text {
  background-color: var(--dark-orange);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 3px 8px 4px;
  font-size: 10px;
  line-height: 10px;
  display: flex;
}

.text-block-6 {
  color: #00237e;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 18px;
  font-size: 18px;
  font-weight: 800;
}

.offer-div {
  z-index: 1000;
  border: 5px #da2121;
  border-radius: 0;
  margin-top: 33px;
  position: static;
}

.text-span-135 {
  color: #fd6d2f;
  padding-left: 4px;
  font-size: 12px;
  line-height: 13px;
}

.comment-text {
  float: right;
  color: var(--black-2);
  margin-right: 27px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

.text-span-136 {
  color: #252525;
  font-weight: 700;
  position: static;
}

.div-block-4 {
  background-color: #c9d4da;
}

.offer-col-2-2 {
  text-align: center;
}

.button-txt-javy {
  z-index: 1;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2px;
  display: flex;
  position: relative;
}

.div-block-16 {
  background-color: #fde02f;
  border-radius: 20px;
}

.text-span-137 {
  padding-right: 4px;
}

.bold-text-16 {
  color: #e9cd22;
}

.mid-btn {
  text-transform: uppercase;
  background-image: linear-gradient(#85bb01, #19973d);
  border: 2px solid #19973d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 22px;
  font-weight: 700;
  line-height: 15px;
  display: flex;
}

.text-span-138 {
  font-size: 21px;
  font-weight: 400;
}

.left-content-block {
  background-color: #fff;
  width: 100%;
  padding: 14px 0 17px;
}

.bold-text-14 {
  color: #e9cd22;
}

.view-text {
  float: right;
  color: var(--black-2);
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  line-height: 15px;
  display: inline-block;
}

.image-37 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.main-heading-ad {
  color: #000;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 20px;
  font-size: 34px;
  font-weight: 800;
  line-height: 44px;
}

.main-heading-ad._44 {
  margin-top: 15px;
}

.main-heading-ad._44._56 {
  color: var(--black-2);
  letter-spacing: -.5px;
  text-transform: none;
  font-size: 54px;
  font-weight: 400;
  line-height: 57px;
}

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

.bold-text-51 {
  color: #00237e;
}

.div-block-51 {
  color: var(--dark-orange);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.list-block-1-info {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.list-person-item-info {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding-left: 10px;
  display: flex;
}

.fixed-bar {
  font-size: 14px;
}

.italic-text-2 {
  color: #00237e;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
}

.text-span-139 {
  padding-left: 14px;
  font-size: 29px;
  font-weight: 400;
}

.offer-col-1 {
  text-align: center;
  padding-top: 72px;
}

.adv-container {
  width: 100%;
}

.attn-box-div {
  background-color: #fffbf4;
  border: 1px solid #00237ea1;
  border-radius: 12px;
  margin-top: 18px;
  margin-bottom: 17px;
  padding: 17px 15px 20px;
}

.text-span-140 {
  padding-left: 7px;
  font-size: 12px;
}

.para-blue {
  color: #00237e;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  line-height: 28px;
}

.para-blue._123 {
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 18px;
  line-height: 27px;
}

.hero-section {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.complete-purchase-text {
  font-size: 18px;
  font-weight: 700;
}

.complete-purchase-text.ct {
  color: #fff;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
}

.paragraph-5 {
  color: #222;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.icontextbox-2 {
  width: auto;
}

.icon-div-one {
  border-bottom: 1px solid #6868683b;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.icon-div-one.last {
  border-bottom-style: solid;
}

.test-div {
  background-color: #0000;
  border: 1px #222;
  border-radius: 0;
  justify-content: space-around;
  width: 100%;
  margin-top: 8px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  transform: scale(.8);
}

.avatar-block-img {
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  margin-right: 10px;
}

.link-block-3 {
  color: #000;
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  width: 100%;
  max-width: 380px;
  text-decoration: none;
  display: flex;
}

.lock-icon.reverse-icon {
  filter: invert();
  width: 10px;
  height: 20px;
  margin-left: 10px;
  margin-right: 0;
  position: absolute;
  inset: 0% 20px 0% auto;
  transform: rotate(0);
}

.lock-icon.reverse-icon.button-mobile {
  filter: none;
  color: #fff;
}

.try-risk-free-bar {
  z-index: 50;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  inset: auto 0% 0%;
  box-shadow: 5px 5px 8px #000;
}

.button-try {
  background-color: #ffc33a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: 58px;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-try.based_on_country {
  background-color: var(--dark-orange);
}

.body-4 {
  background-color: var(--white);
}

.footer-sec-2 {
  background-color: #e4f3fb;
  margin-top: -30px;
  padding-top: 37px;
  padding-bottom: 26px;
}

.footer-con, .image-38 {
  text-align: center;
}

.copy-para-2 {
  text-align: center;
  letter-spacing: 0;
  margin-top: 21px;
  font-size: 13px;
  text-decoration: none;
  overflow: hidden;
}

.text-span-141 {
  color: #00237e;
}

.reference-div-footer {
  margin-top: 16px;
  margin-bottom: 21px;
}

.ref-text {
  color: #333333ad;
  margin-top: 4px;
  font-size: 13px;
}

.paragraph-19 {
  font-size: 13px;
}

.text-span-142 {
  color: var(--dark-orange);
}

.text-span-143 {
  border: 1px solid var(--dark-orange);
  color: var(--dark-orange);
  letter-spacing: 1.5px;
  background-color: #0000;
  border-radius: 0;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 10px;
  text-decoration: none;
  display: inline-block;
}

.text-span-144 {
  letter-spacing: 1.2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 10px;
}

.div-block-53 {
  justify-content: space-between;
  align-items: center;
  padding: 20px 300px;
  display: flex;
}

.container-62 {
  display: flex;
}

.paragraph-20 {
  color: var(--dark-orange);
}

.paragraph-21 {
  color: var(--black-2);
}

.trustpilot-embed.landing {
  margin-top: 30px;
  margin-bottom: 0;
}

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

.logo-2 {
  width: 176px;
  height: 38px;
  padding-left: 0;
}

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

.padding-vertical.padding-welcome {
  padding-top: 100px;
  padding-bottom: 50px;
}

.padding-vertical.padding-navbar {
  text-align: left;
  padding-top: 25px;
  padding-bottom: 10px;
  display: block;
}

.padding-vertical.padding-members, .padding-vertical.padding-faq {
  padding-top: 50px;
  padding-bottom: 100px;
}

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

.padding-vertical.padding-community {
  padding-top: 50px;
  padding-bottom: 100px;
}

.padding-vertical.padding-guarantee {
  padding-top: 100px;
  padding-bottom: 50px;
}

.padding-vertical.padding-copy {
  z-index: 3;
  padding-top: 65px;
  padding-bottom: 100px;
  position: relative;
}

.padding-vertical.padding-hero {
  padding-top: 115px;
  padding-bottom: 50px;
}

.padding-vertical.padding-trustpilot {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-vertical.padding-earn {
  padding-top: 60px;
  padding-bottom: 50px;
}

.padding-vertical.padding-join {
  padding-top: 100px;
  padding-bottom: 50px;
}

.padding-vertical.padding-results {
  padding-top: 50px;
  padding-bottom: 100px;
}

.padding-vertical.padding-warning, .padding-vertical.padding-why {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-vertical.padding-footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.orange-h1 {
  color: #f77f00;
  background-color: #f77f001a;
  border: 1px solid #f77f00;
  padding-left: 6px;
  padding-right: 6px;
}

.orange-h1.display-block {
  display: block;
}

.preloader {
  z-index: 999;
  background-color: #f6f6f6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.welcome-image {
  border: 1px solid #1010101a;
  width: 100%;
}

.container-63 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.welcome-main-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25rem;
  display: flex;
}

.welcome-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #1010101a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
  display: flex;
}

.welcome-items-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 66.6%;
  display: grid;
}

.navbar-4 {
  z-index: 99;
  background-color: #fff;
  width: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.button-primary {
  color: #010101;
  background-color: #f77f00;
  border: 1px solid #f77f00;
  justify-content: center;
  align-items: center;
  height: 53px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .222s;
  display: flex;
}

.button-primary:hover {
  color: #f77f00;
  background-color: #f77f0000;
}

.button-primary.button-navbar {
  height: 45px;
  padding-left: 24px;
  padding-right: 24px;
}

.button-primary.is-100 {
  width: 100%;
}

.button-primary.radius-6 {
  border-radius: 6px;
}

.h1-56 {
  color: #010101;
  letter-spacing: -2px;
  font-family: DM Sans, sans-serif;
  font-size: 3.5rem;
  line-height: 1.3;
}

.preloader-animation {
  max-width: 700px;
  display: flex;
}

.navbar-welcome-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-5 {
  background-color: var(--bggrey);
}

.paragraph-22 {
  color: var(--black-2);
}

.container-64 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-5 {
  z-index: 99;
  background-color: #fff;
  width: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.page-wrapper-3 {
  font-family: DM Sans, sans-serif;
}

.new-home {
  color: #010101;
  background-color: #f6f6f6;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}

.paragraph-23 {
  color: #010101;
  font-family: DM Sans, sans-serif;
}

.copy-bg-wrapper {
  object-fit: cover;
  width: 52%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bonus-top-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 590px;
  display: flex;
}

.is-bold-red {
  color: #f70000;
  font-weight: 700;
}

.mw-590 {
  max-width: 590px;
}

.copy-icon-animation {
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.is-orange-bold {
  color: #f77f00;
  font-weight: 700;
}

.navigation-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-top {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lock-icon-2 {
  width: 25px;
  height: 25px;
}

.members-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.item-right-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Frame-233.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #ffffff1a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.swiper.trust, .swiper.results {
  width: 100%;
  overflow: hidden;
}

.why-video-wrapper {
  width: 45%;
}

.section-copy-2 {
  color: #fff;
  background-color: #010101;
  border-top: 1px solid #ffffff1a;
  position: relative;
}

.swiper-slide.is-trust {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.swiper-slide.is-result {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.join-main-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.swipe-right {
  cursor: pointer;
  background-color: #f77f00;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.why-paragraphs-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.guarantee-image {
  width: 19%;
}

.is-orange {
  color: #f77f00;
}

.is-orange.inline {
  display: inline-block;
}

.is-orange.is-inline {
  display: inline-flex;
}

.warning-animation {
  display: flex;
}

.swiper-main-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.earn-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25rem;
  display: flex;
}

.h3-26 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
}

.h3-26.bold {
  font-weight: 700;
}

.h3-26.black-bold-left {
  color: var(--black-3);
  text-align: left;
  font-weight: 700;
}

.why-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 30px;
  display: flex;
}

.close-popup-bg {
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.daily-animation {
  max-width: 177px;
}

.join-middle-item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #fff;
  border: 1px solid #0101011a;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.copy-icon {
  width: 26px;
  height: 26px;
}

.earn-animation {
  width: 145px;
  height: 145px;
  box-shadow: 0 0 20px 6px #f77f0033;
}

.item-profile-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  width: 120px;
  font-size: .875rem;
  display: flex;
}

.op-60 {
  opacity: .6;
}

.results-heading-wrapper {
  text-align: center;
  max-width: 720px;
}

.results-heading-wrapper.is-dutch {
  max-width: 800px;
}

.footer-left-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  max-width: 250px;
  display: flex;
}

.warning-left-wrapper {
  z-index: 5;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 70%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.join-top-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: #fff;
  border: 1px solid #0101011a;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.swiper-middle-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  display: flex;
}

.faq-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #fff;
  flex-flow: column;
  padding: 30px 30px 20px;
  display: flex;
}

.h3-22 {
  font-size: 1.375rem;
}

.h3-22.black {
  margin-top: 0;
}

.h3-22.black.bold {
  font-weight: 700;
}

.h3-22.black-bold {
  color: var(--black-2);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.community-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  font-size: 1rem;
  display: flex;
}

.warning-bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-earn {
  color: #fff;
  background-color: #010101;
}

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

.results-main-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.bonus-animation {
  aspect-ratio: 1.04;
}

.swipe-l {
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.section-bonus {
  color: #fff;
  background-color: #010101;
}

.members-video {
  flex-flow: column;
  margin-bottom: 0;
  display: block;
  position: static;
}

.warning-paragraphs-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.hero-bottom-wrapper {
  position: relative;
}

.join-top-right-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-end;
  width: 46%;
  height: 100%;
  display: flex;
  position: relative;
}

.form-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.faq-main-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-wrapper-6 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.warning-animations-wrapper {
  z-index: 5;
  margin-right: 40px;
  position: relative;
}

.mw-690 {
  max-width: 690px;
  font-family: DM Sans, sans-serif;
}

.join-daily-wrapper {
  z-index: 5;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.community-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-wrapper {
  z-index: 5;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  height: 75svh;
  padding: 50px;
  display: flex;
  position: relative;
}

.footer-bottom-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #fff9;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: .875rem;
  display: flex;
}

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

.why-image {
  width: 100%;
  display: flex;
}

.join-animation-2 {
  aspect-ratio: 1.39;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.footer-contact-link {
  color: #848484;
  text-decoration: none;
  transition: all .222s;
}

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

.trust-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #010101;
  text-align: left;
  background-color: #f6f6f6;
  border: 1px solid #1b1b1b1a;
  flex-flow: column;
  height: 100%;
  padding: 20px;
  font-size: .875rem;
  display: flex;
}

.warning-heading-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  font-size: 1.25rem;
  display: flex;
}

.join-top-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.copy-rows-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.text-field {
  border-radius: 6px;
  height: 50px;
  margin-bottom: 0;
  font-size: 1.0625rem;
}

.text-field:focus {
  border: 1px solid #f77f00;
}

.social-icon {
  width: 32px;
  height: 32px;
}

.bonus-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.swipe-r {
  cursor: pointer;
  width: 30px;
  height: 30px;
}

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

.footer-right-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-contact-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.join-phone-animation {
  z-index: 5;
  aspect-ratio: 1;
  display: flex;
  position: relative;
}

.section-hero-2 {
  position: relative;
}

.hero-animation-r {
  width: 15%;
  display: flex;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.swipe-left {
  cursor: pointer;
  background-color: #f77f00;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

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

.hero-video-wrapper {
  background-color: #fff;
  border: 1px solid #0101011a;
  border-radius: 10px;
  width: 100%;
  max-width: 900px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
}

.copy-image-overlay {
  background-image: linear-gradient(90deg, #010101, #010101e6 25%, #01010100);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bonus-text-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 44%;
  display: flex;
}

.section-community {
  color: #fff;
  background-color: #010101;
}

.faq-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 875px;
  display: flex;
}

.copy-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.earn-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #ffffff1a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.copy-heading-wrapper {
  max-width: 680px;
}

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

.h2-48 {
  color: var(--black-3);
  letter-spacing: -2px;
  font-size: 3rem;
}

.h2-48.mw-830 {
  max-width: 785px;
  color: var(--white);
}

.h2-48.is-bold {
  font-weight: 700;
}

.h2-48._2 {
  color: #010101;
}

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

.h2-48.white {
  color: var(--white);
}

.h2-48.white.lefy {
  text-align: left;
}

.h2-48._500 {
  font-weight: 500;
}

.h2-48.left-white {
  color: var(--white);
  text-align: left;
  font-weight: 500;
}

.container-65 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.field-label-2 {
  font-size: 1rem;
  font-weight: 600;
}

.close-popup {
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.guarantee-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 49%;
  display: flex;
}

.warning-main-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  border: 1px solid #0101011a;
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.bonus-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  border-bottom: 1px solid #ffffff1a;
  flex-flow: column;
  padding-top: 8px;
  padding-bottom: 10px;
  display: flex;
}

.bonus-item.is-last {
  border-bottom-style: none;
}

.faq-bottom {
  height: 0;
  font-size: 1rem;
  overflow: hidden;
}

.hero-animation-l {
  width: 15%;
  display: flex;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.guarantee-main-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.join-small-icon {
  width: 26px;
  height: 26px;
}

.navbar-6 {
  z-index: 99;
  background-color: #fff;
  width: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.section-trustpilot {
  background-color: #fff;
}

.trustpilot-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.community-heading-wrapper {
  text-align: center;
  max-width: 510px;
}

.community-heading-wrapper.is-dutch {
  max-width: 566px;
}

.bonus-main-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: red;
}

.form-popup {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.copy-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-socials {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-gap-30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 980px;
  font-size: 1.25rem;
  display: flex;
}

.swipe-icon {
  width: 21px;
  height: 21px;
}

.swiper-pagination {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.results-swiper-image {
  z-index: 1;
}

.bonus-icon {
  width: 22px;
  height: 22px;
}

.bonus-bottom {
  color: #fff9;
  height: 0;
  overflow: hidden;
}

.item-right-row {
  border: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 20px;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.footer-link-2 {
  color: #fff;
  text-decoration: none;
  transition: all .222s;
}

.footer-link-2:hover {
  color: #ffffffb3;
}

.why-main-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bonus-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.join-left-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 44%;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 35px;
  display: flex;
}

.footer-main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-icon {
  width: 31px;
  height: 31px;
}

.footer-2 {
  color: #fff;
  background-color: #010101;
}

.bonus-heading-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
}

.bonus-dropdown {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.navbar-wrapper-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bonus-animation-wrapper {
  border: 1px solid #ffffff1a;
  width: 49%;
}

.profile-name {
  font-size: 1.25rem;
}

.hero-vsl {
  margin-bottom: 0;
}

.copy-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f77f00;
  flex-flow: column;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
}

.bonus-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-middle-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 25px;
  display: flex;
}

.h1-57 {
  letter-spacing: -2px;
  font-size: 3.5rem;
  line-height: 1.3;
}

.h1-57.mw-535 {
  color: #010101;
}

.form-heading {
  font-size: 2rem;
  font-weight: 600;
}

.footer-socials-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.review-stars-icon {
  width: 95px;
  height: 16px;
}

.members-heading-wrapper {
  text-align: center;
  max-width: 512px;
}

.members-heading-wrapper.is-dutch {
  max-width: 517px;
}

.paragraph-24 {
  color: #010101;
  font-family: DM Sans, sans-serif;
}

.black {
  color: #010101;
  text-align: center;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
}

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

.paragraph-25 {
  color: #010101;
  text-align: left;
}

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

.p-white {
  margin-bottom: 0;
}

.is-white {
  text-align: left;
  font-size: 1rem;
}

.p-terrms {
  color: #fff9;
  text-align: left;
  max-width: 590px;
  margin-bottom: 0;
  font-size: .875rem;
}

.display-block {
  display: block;
}

.h3-27 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
}

.h3-27.black-bold-left {
  color: var(--black-2);
  text-align: left;
  font-weight: 700;
}

.footer-left-wrapper-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  max-width: 250px;
  display: flex;
}

.hero-wrapper-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mw-691 {
  max-width: 690px;
}

.trust-item-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f6f6f6;
  border: 1px solid #1b1b1b1a;
  flex-flow: column;
  height: 100%;
  padding: 20px;
  font-size: .875rem;
  display: flex;
}

.footer-contact-item-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.section-hero-3 {
  position: relative;
}

.h2-49 {
  letter-spacing: -2px;
  font-size: 3rem;
}

.h2-49.mw-830 {
  max-width: 785px;
}

.h2-49.is-bold {
  font-weight: 700;
}

.h2-49.is-bold.left {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.h2-49.black.center._500 {
  font-weight: 500;
}

.h2-49.dfdf-df-df-df-klj {
  color: var(--black-3);
  font-weight: 500;
}

.h2-49.is-white-copy, .h2-49.white {
  color: var(--white);
  font-weight: 500;
}

.h2-49.leftt {
  text-align: left;
}

.container-66 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-7 {
  z-index: 99;
  background-color: #fff;
  width: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.join-left-wrapper-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 43%;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 35px;
  display: flex;
}

.p-0-6-left {
  color: #fff9;
  text-align: left;
  font-size: 1.125rem;
}

.black-center {
  color: #010101;
  text-align: center;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
}

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

.h2-49-copy {
  letter-spacing: -2px;
  font-size: 3rem;
}

.h2-49-copy.mw-830 {
  max-width: 785px;
  color: var(--white);
}

.h2-49-copy.is-bold {
  font-weight: 700;
}

.h2-49-copy.black.center._500 {
  font-weight: 500;
}

.h2-49-copy.dfdf-df-df-df-klj {
  color: var(--black-3);
  font-weight: 500;
}

.h2-49-copy.is-white-copy, .h2-49-copy.white {
  color: var(--white);
  font-weight: 500;
}

.container-28-fds-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.bold-text-10-ff-asdgff, .bold-text-10-ff-jhgfhg {
  color: var(--white);
  font-size: 16px;
  text-decoration: none;
}

.image-33-fsdgsdf {
  margin-right: 10px;
  transform: rotate(0);
}

.section-dasdf-adsfasdf {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-dasdf-adsfasdf.top-section {
  z-index: 2;
  position: relative;
}

.section-dasdf-adsfasdf.hero {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
}

.section-dasdf-adsfasdf.hero.thanks {
  height: 100vh;
}

.section-dasdf-adsfasdf.hero.ea {
  height: auto;
  color: var(--black-3);
  background-color: #1d1d1df5;
  background-image: url('../images/Cover.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 98px;
  padding-bottom: 60px;
}

.section-dasdf-adsfasdf.hero.ea-template {
  background-image: url('../images/General-Banner.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-top: 81px;
}

.section-dasdf-adsfasdf.hero.price {
  height: 40vh;
}

.section-dasdf-adsfasdf.hero.review {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2088647452-1645027658185.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-dasdf-adsfasdf.hero.improve {
  background-image: linear-gradient(#00000080, #00000080), url('../images/7-Day-Trader-Golden-Rules.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-dasdf-adsfasdf.about {
  margin-top: 0;
  margin-bottom: 0;
  padding: 65px 0;
}

.section-dasdf-adsfasdf.algemen-voorwaarden {
  background-color: #f77f00ba;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.section-dasdf-adsfasdf.no-margin {
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
}

.section-dasdf-adsfasdf.no-margin.funnel {
  background-image: url('../images/shutterstock_703084051-1.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 46px;
  padding-bottom: 46px;
}

.section-dasdf-adsfasdf.no-margin.orange {
  background-color: #f77f0066;
}

.section-dasdf-adsfasdf.no-margin.padding {
  padding-top: 90px;
  padding-bottom: 45px;
}

.section-dasdf-adsfasdf.no-margin.padding.white {
  background-color: #ffffffe8;
}

.section-dasdf-adsfasdf.no-margin.white {
  background-color: #fffffff5;
  padding-bottom: 40px;
}

.section-dasdf-adsfasdf.no-margin.ea-partners-review {
  background-color: #fafafa;
  padding-top: 43px;
}

.section-dasdf-adsfasdf.orange {
  background-color: #f77f0073;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-dasdf-adsfasdf.orange.bright {
  background-color: #f77f0085;
}

.section-dasdf-adsfasdf.orange.bright.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

.section-dasdf-adsfasdf.no-bottom-margin {
  margin-bottom: 0;
}

.section-dasdf-adsfasdf.hidden {
  display: none;
}

.section-dasdf-adsfasdf.hero-asdf {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
}

.section-dasdf-adsfasdf.hero-asdf.thanks {
  height: 100vh;
}

.section-dasdf-adsfasdf.hero-asdf.ea {
  height: auto;
  color: var(--black-3);
  background-color: #1d1d1df5;
  background-image: url('../images/Cover.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 98px;
  padding-bottom: 60px;
}

.section-dasdf-adsfasdf.hero-asdf.ea-template {
  background-image: url('../images/General-Banner.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-top: 81px;
}

.section-dasdf-adsfasdf.hero-asdf.price {
  height: 40vh;
}

.section-dasdf-adsfasdf.hero-asdf.review {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2088647452-1645027658185.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-dasdf-adsfasdf.hero-asdf.improve {
  background-image: linear-gradient(#00000080, #00000080), url('../images/7-Day-Trader-Golden-Rules.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-dasdf-adsfasdf.hero-asdf-dasfasdf {
  background-color: #fff;
  background-image: linear-gradient(#ff6f00, #fff);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 800px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 140px;
  display: flex;
}

.section-dasdf-adsfasdf.hero-asdf-dasfasdf.thanks {
  height: 100vh;
}

.section-dasdf-adsfasdf.hero-asdf-dasfasdf.ea {
  height: auto;
  color: var(--black-3);
  background-color: #1d1d1df5;
  background-image: url('../images/Cover.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 98px;
  padding-bottom: 60px;
}

.section-dasdf-adsfasdf.hero-asdf-dasfasdf.ea-template {
  background-image: url('../images/General-Banner.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-top: 81px;
}

.section-dasdf-adsfasdf.hero-asdf-dasfasdf.price {
  height: 40vh;
}

.section-dasdf-adsfasdf.hero-asdf-dasfasdf.review {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2088647452-1645027658185.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-dasdf-adsfasdf.hero-asdf-dasfasdf.improve {
  background-image: linear-gradient(#00000080, #00000080), url('../images/7-Day-Trader-Golden-Rules.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.heading-24-ff-copy {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.heading-24-ff-copysdfgdfgdfgcopy {
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
}

.heading-24-fsdgfdsgdg {
  color: var(--white);
  border-radius: 1px;
  margin-top: 0;
  padding: 10px;
  font-weight: 700;
}

.heading-24-fsdgfdsgdg.container-links {
  box-shadow: none;
  padding: 0;
}

.image-31-dasfsdf {
  border-radius: 50px;
}

.trustpilot-embed-fjhgjhfg {
  margin-top: 20px;
}

.trustpilot-embed-fjhgjhfg.landing {
  margin-top: 30px;
  margin-bottom: 0;
}

.button-fsdgdf {
  background-color: var(--dark-orange);
  color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 11px 24px;
  font-weight: 600;
  transition: all .2s cubic-bezier(.591, -.005, .25, 1), box-shadow .2s;
  display: flex;
  box-shadow: inset 0 0 20px 20px #0000;
}

.button-fsdgdf:hover {
  background-color: #0c8f20;
  transform: scale(1.1);
  box-shadow: inset 0 0 20px 20px #0000001a;
}

.button-fsdgdf.search-form-button {
  background-color: #3c5ccf;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  position: absolute;
  right: 6px;
}

.button-fsdgdf.top-margin {
  margin-top: 30px;
}

.button-fsdgdf.center-content {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 1.1;
  display: block;
}

.button-fsdgdf.thanks {
  color: #fff;
}

.button-fsdgdf.thanks.discord {
  background-color: #ac3da4;
}

.button-fsdgdf.thanks.whatsapp {
  background-color: #12851a;
}

.white-adfsdf {
  color: var(--dark-orange);
  font-size: 20px;
}

.form-2-copy-dfs {
  z-index: 10000;
  width: 80%;
  color: var(--dark-orange);
  border: 1px #041213;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.container-67 {
  padding-top: 20px;
}

.container-67-dfdf {
  border: 1px solid var(--dark-orange);
  border-radius: 18px;
  padding: 20px;
}

.welcome-items-wrapper-gfd {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 66.6%;
  display: grid;
}

.paragraph-27 {
  color: var(--black-2);
}

.section-fd {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-fd.top-section {
  z-index: 2;
  position: relative;
}

.section-fd.hero {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
}

.section-fd.hero.thanks {
  height: 100vh;
}

.section-fd.hero.ea {
  height: auto;
  color: var(--black-3);
  background-color: #1d1d1df5;
  background-image: url('../images/Cover.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 98px;
  padding-bottom: 60px;
}

.section-fd.hero.ea-template {
  background-image: url('../images/General-Banner.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-top: 81px;
}

.section-fd.hero.price {
  height: 40vh;
}

.section-fd.hero.review {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2088647452-1645027658185.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-fd.hero.improve {
  background-image: linear-gradient(#00000080, #00000080), url('../images/7-Day-Trader-Golden-Rules.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-fd.about {
  margin-top: 0;
  margin-bottom: 0;
  padding: 65px 0;
}

.section-fd.algemen-voorwaarden {
  background-color: #f77f00ba;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.section-fd.no-margin {
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
}

.section-fd.no-margin.funnel {
  background-image: url('../images/shutterstock_703084051-1.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 46px;
  padding-bottom: 46px;
}

.section-fd.no-margin.orange {
  background-color: #f77f0066;
}

.section-fd.no-margin.padding {
  padding-top: 90px;
  padding-bottom: 45px;
}

.section-fd.no-margin.padding.white {
  background-color: #ffffffe8;
}

.section-fd.no-margin.white {
  background-color: #fffffff5;
  padding-bottom: 40px;
}

.section-fd.no-margin.ea-partners-review {
  background-color: #fafafa;
  padding-top: 43px;
}

.section-fd.orange {
  background-color: #f77f0073;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-fd.orange.bright {
  background-color: #f77f0085;
}

.section-fd.orange.bright.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

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

.section-fd.hidden {
  display: none;
}

.section-fd.algemen-voorwaarden-fd {
  background-color: var(--black-2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 100px;
  display: flex;
}

.section-dsf {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-dsf.top-section {
  z-index: 2;
  position: relative;
}

.section-dsf.hero {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
}

.section-dsf.hero.thanks {
  height: 100vh;
}

.section-dsf.hero.ea {
  height: auto;
  color: var(--black-3);
  background-color: #1d1d1df5;
  background-image: url('../images/Cover.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 98px;
  padding-bottom: 60px;
}

.section-dsf.hero.ea-template {
  background-image: url('../images/General-Banner.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-top: 81px;
}

.section-dsf.hero.price {
  height: 40vh;
}

.section-dsf.hero.review {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2088647452-1645027658185.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-dsf.hero.improve {
  background-image: linear-gradient(#00000080, #00000080), url('../images/7-Day-Trader-Golden-Rules.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-dsf.about {
  margin-top: 0;
  margin-bottom: 0;
  padding: 65px 0;
}

.section-dsf.algemen-voorwaarden {
  background-color: #f77f00ba;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.section-dsf.no-margin {
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
}

.section-dsf.no-margin.funnel {
  background-image: url('../images/shutterstock_703084051-1.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 46px;
  padding-bottom: 46px;
}

.section-dsf.no-margin.orange {
  background-color: #f77f0066;
}

.section-dsf.no-margin.padding {
  padding-top: 90px;
  padding-bottom: 45px;
}

.section-dsf.no-margin.padding.white {
  background-color: #ffffffe8;
}

.section-dsf.no-margin.white {
  background-color: #fffffff5;
  padding-bottom: 40px;
}

.section-dsf.no-margin.ea-partners-review {
  background-color: #fafafa;
  padding-top: 43px;
}

.section-dsf.orange {
  background-color: #f77f0073;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-dsf.orange.bright {
  background-color: #f77f0085;
}

.section-dsf.orange.bright.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

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

.section-dsf.hidden {
  display: none;
}

.section-dsf.hero-dsdfs {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
}

.section-dsf.hero-dsdfs.thanks {
  height: 100vh;
}

.section-dsf.hero-dsdfs.ea {
  height: auto;
  color: var(--black-3);
  background-color: #1d1d1df5;
  background-image: url('../images/Cover.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 98px;
  padding-bottom: 60px;
}

.section-dsf.hero-dsdfs.ea-template {
  background-image: url('../images/General-Banner.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-top: 81px;
}

.section-dsf.hero-dsdfs.price {
  height: 40vh;
}

.section-dsf.hero-dsdfs.review {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2088647452-1645027658185.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-dsf.hero-dsdfs.improve {
  background-image: linear-gradient(#00000080, #00000080), url('../images/7-Day-Trader-Golden-Rules.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.display-heading-3-cop3y-df {
  color: var(--white);
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 67px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-1-fdasf-df {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
}

.heading-1-fdasf-df.left {
  color: #ffffffe0;
  text-align: left;
}

.heading-1-fdasf-df.orange-div-bg {
  color: #000;
  text-align: left;
  font-size: 28px;
}

.heading-1-fdasf-df.orange-div-bg.hero {
  color: var(--black-2);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
  display: flex;
}

.heading-1-fdasf-df.black {
  color: #000;
}

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

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

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

._100-sdf.ea {
  justify-content: space-between;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

._100-sdf.flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._100-sdf.bottom-margin-sdf {
  color: var(--white);
  margin-bottom: 40px;
}

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

.list-item, .list-item-2, .list-item-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-dfd {
  perspective: 500px;
  width: 100%;
  max-width: 1296px;
  color: var(--whitefull);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-dfd.footer {
  align-items: stretch;
  max-width: none;
  padding-top: 0;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
}

.container-dfd.legal-page {
  max-width: 80%;
}

.container-dfd.left {
  max-width: 750px;
  color: var(--black-2);
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
}

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

.container-dfd.legal-page-df {
  max-width: 80%;
  padding-bottom: 0;
}

.container-df {
  perspective: 500px;
  width: 100%;
  max-width: 1296px;
  color: var(--whitefull);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-df.footer {
  align-items: stretch;
  max-width: none;
  padding-top: 0;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
}

.container-df.legal-page {
  max-width: 80%;
  padding-bottom: 0;
}

.container-df.left {
  max-width: 750px;
  color: var(--black-2);
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
}

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

.container-copy {
  perspective: 500px;
  width: 100%;
  max-width: 1296px;
  color: var(--whitefull);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-copy.footer {
  align-items: stretch;
  max-width: none;
  padding-top: 0;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
}

.container-copy.legal-page {
  max-width: 80%;
}

.container-copy.left {
  max-width: 750px;
  color: var(--black-2);
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
}

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

.container-copy-df {
  perspective: 500px;
  width: 100%;
  max-width: 1296px;
  color: var(--whitefull);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-copy-df.footer {
  align-items: stretch;
  max-width: none;
  padding-top: 0;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
}

.container-copy-df.legal-page {
  max-width: 80%;
  padding-bottom: 0;
}

.container-copy-df.left {
  max-width: 750px;
  color: var(--black-2);
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
}

.container-copy-df.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.container-sdfe {
  perspective: 500px;
  width: 100%;
  max-width: 1296px;
  color: var(--whitefull);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-sdfe.footer {
  align-items: stretch;
  max-width: none;
  padding-top: 0;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
}

.container-sdfe.legal-page {
  max-width: 80%;
  padding-bottom: 0;
}

.container-sdfe.left {
  max-width: 750px;
  color: var(--black-2);
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
}

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

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

.bold-text-53, .bold-text-54, .paragraph-28 {
  color: var(--white);
  font-size: 18px;
}

.paragraph-29 {
  color: var(--white);
  background-color: #0000;
}

.paragraph-30, .paragraph-31, .paragraph-32, .paragraph-33, .paragraph-34 {
  color: var(--white);
}

.bold-text-55, .bold-text-56 {
  font-size: 26px;
}

.section-dsf-dfg {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-dsf-dfg.top-section {
  z-index: 2;
  position: relative;
}

.section-dsf-dfg.hero {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
}

.section-dsf-dfg.hero.thanks {
  height: 100vh;
}

.section-dsf-dfg.hero.ea {
  height: auto;
  color: var(--black-3);
  background-color: #1d1d1df5;
  background-image: url('../images/Cover.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 98px;
  padding-bottom: 60px;
}

.section-dsf-dfg.hero.ea-template {
  background-image: url('../images/General-Banner.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-top: 81px;
}

.section-dsf-dfg.hero.price {
  height: 40vh;
}

.section-dsf-dfg.hero.review {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2088647452-1645027658185.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-dsf-dfg.hero.improve {
  background-image: linear-gradient(#00000080, #00000080), url('../images/7-Day-Trader-Golden-Rules.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-dsf-dfg.about {
  margin-top: 0;
  margin-bottom: 0;
  padding: 65px 0;
}

.section-dsf-dfg.algemen-voorwaarden {
  background-color: #f77f00ba;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.section-dsf-dfg.no-margin {
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
}

.section-dsf-dfg.no-margin.funnel {
  background-image: url('../images/shutterstock_703084051-1.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 46px;
  padding-bottom: 46px;
}

.section-dsf-dfg.no-margin.orange {
  background-color: #f77f0066;
}

.section-dsf-dfg.no-margin.padding {
  padding-top: 90px;
  padding-bottom: 45px;
}

.section-dsf-dfg.no-margin.padding.white {
  background-color: #ffffffe8;
}

.section-dsf-dfg.no-margin.white {
  background-color: #fffffff5;
  padding-bottom: 40px;
}

.section-dsf-dfg.no-margin.ea-partners-review {
  background-color: #fafafa;
  padding-top: 43px;
}

.section-dsf-dfg.orange {
  background-color: #f77f0073;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-dsf-dfg.orange.bright {
  background-color: #f77f0085;
}

.section-dsf-dfg.orange.bright.no-margin {
  color: #fff;
  background-color: #fff;
  margin-top: -99px;
  margin-bottom: 151px;
  padding-bottom: 0;
}

.section-dsf-dfg.no-bottom-margin {
  margin-bottom: 0;
}

.section-dsf-dfg.hidden {
  display: none;
}

.section-dsf-dfg.hero-dsdfs {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
}

.section-dsf-dfg.hero-dsdfs.thanks {
  height: 100vh;
}

.section-dsf-dfg.hero-dsdfs.ea {
  height: auto;
  color: var(--black-3);
  background-color: #1d1d1df5;
  background-image: url('../images/Cover.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 98px;
  padding-bottom: 60px;
}

.section-dsf-dfg.hero-dsdfs.ea-template {
  background-image: url('../images/General-Banner.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-top: 81px;
}

.section-dsf-dfg.hero-dsdfs.price {
  height: 40vh;
}

.section-dsf-dfg.hero-dsdfs.review {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2088647452-1645027658185.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-dsf-dfg.hero-dsdfs.improve {
  background-image: linear-gradient(#00000080, #00000080), url('../images/7-Day-Trader-Golden-Rules.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-dsf-dfg.hero-dsdfs-dfg {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
}

.section-dsf-dfg.hero-dsdfs-dfg.thanks {
  height: 100vh;
}

.section-dsf-dfg.hero-dsdfs-dfg.ea {
  height: auto;
  color: var(--black-3);
  background-color: #1d1d1df5;
  background-image: url('../images/Cover.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 98px;
  padding-bottom: 60px;
}

.section-dsf-dfg.hero-dsdfs-dfg.ea-template {
  background-image: url('../images/General-Banner.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-top: 81px;
}

.section-dsf-dfg.hero-dsdfs-dfg.price {
  height: 40vh;
}

.section-dsf-dfg.hero-dsdfs-dfg.review {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2088647452-1645027658185.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-dsf-dfg.hero-dsdfs-dfg.improve {
  background-image: linear-gradient(#00000080, #00000080), url('../images/7-Day-Trader-Golden-Rules.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section-19, .section-20, .section-21 {
  background-color: var(--black-2);
}

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

.heading-40 {
  color: #353535;
}

.padding-vertical-copy {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-copy.padding-welcome {
  padding-top: 100px;
  padding-bottom: 50px;
}

.padding-vertical-copy.padding-navbar {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.padding-vertical-copy.padding-members, .padding-vertical-copy.padding-faq {
  padding-top: 50px;
  padding-bottom: 100px;
}

.padding-vertical-copy.padding-bonus {
  padding-top: 100px;
  padding-bottom: 70px;
}

.padding-vertical-copy.padding-community {
  padding-top: 50px;
  padding-bottom: 100px;
}

.padding-vertical-copy.padding-guarantee {
  padding-top: 100px;
  padding-bottom: 50px;
}

.padding-vertical-copy.padding-copy {
  z-index: 3;
  padding-top: 65px;
  padding-bottom: 100px;
  position: relative;
}

.padding-vertical-copy.padding-hero {
  padding-top: 115px;
  padding-bottom: 50px;
}

.padding-vertical-copy.padding-trustpilot {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-vertical-copy.padding-earn {
  padding-top: 60px;
  padding-bottom: 50px;
}

.padding-vertical-copy.padding-join {
  padding-top: 100px;
  padding-bottom: 50px;
}

.padding-vertical-copy.padding-results {
  padding-top: 50px;
  padding-bottom: 100px;
}

.padding-vertical-copy.padding-warning, .padding-vertical-copy.padding-why {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-vertical-copy.padding-footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-vertical-copy.padding-navbar-copy {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.link-19 {
  clear: none;
  vertical-align: baseline;
  padding-left: 10px;
  padding-right: 0;
  display: inline;
  position: static;
}

.link-20 {
  object-fit: fill;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.cta-flex-en {
  display: flex;
}

.button-primary-copy {
  color: #010101;
  background-color: #f77f00;
  border: 1px solid #f77f00;
  justify-content: center;
  align-items: center;
  height: 53px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .222s;
  display: flex;
}

.button-primary-copy:hover {
  color: #f77f00;
  background-color: #f77f0000;
}

.button-primary-copy.button-navbar {
  height: 45px;
  padding-left: 24px;
  padding-right: 24px;
}

.button-primary-copy.is-100 {
  width: 100%;
}

.button-primary-copy.radius-6 {
  border-radius: 6px;
}

.cta-flex-copy {
  display: flex;
}

.button-primary-en {
  color: #010101;
  background-color: #f77f00;
  border: 1px solid #f77f00;
  justify-content: center;
  align-items: center;
  height: 53px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .222s;
  display: flex;
}

.button-primary-en:hover {
  color: #f77f00;
  background-color: #f77f0000;
}

.button-primary-en.button-navbar {
  height: 45px;
  padding-left: 24px;
  padding-right: 24px;
}

.button-primary-en.is-100 {
  width: 100%;
}

.button-primary-en.radius-6 {
  border-radius: 6px;
}

.button-primary-en.button-primary-en {
  border-color: var(--white);
  background-color: var(--white);
  height: 24px;
}

.dropdown-toggle-5 {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.section-community-interviews {
  color: #fff;
  background-color: #010101;
}

.community-items-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.community-item-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #ffffff1a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 1rem;
  display: flex;
}

.members-video-copy {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.learn-article-hero {
  background-color: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 60px;
}

.learn-article-container {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.learn-article-byline {
  color: #e8943a;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}

.learn-article-title {
  color: #1a1a1a;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.learn-article-meta {
  color: #666;
  margin-top: 12px;
  font-size: 14px;
}

.learn-article-body-section {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.learn-article-body-container {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.learn-article-content {
  color: #333;
  font-size: 17px;
  line-height: 1.8;
}

.learn-article-content.all-h2-headings {
  color: #1a1a1a;
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.learn-article-content.all-h3-headings {
  color: #1a1a1a;
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.learn-article-content.all-paragraphs {
  color: #333;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.8;
}

.learn-article-content.all-links {
  color: #e8943a;
  text-decoration: underline;
}

.learn-article-content.all-lists {
  color: #333;
  margin-bottom: 20px;
  padding-left: 24px;
}

.learn-article-content.all-list-items {
  color: #333;
  margin-bottom: 8px;
  line-height: 1.7;
}

.learn-article-content.all-h4-headings {
  color: #1a1a1a;
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.learn-article-content.all-block-quotes {
  color: #555;
  border-left: 4px solid #e8943a;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 20px;
  font-style: italic;
}

.learn-faq-section {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
}

.learn-faq-container {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.learn-faq-heading {
  color: #1a1a1a;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
}

.learn-faq-content {
  color: #333;
  font-size: 17px;
  line-height: 1.8;
}

.learn-faq-content.all-h3-headings {
  color: #1a1a1a;
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.learn-faq-content.all-paragraphs {
  color: #333;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.7;
}

.learn-faq-content.all-links {
  color: #e8943a;
  text-decoration: underline;
}

.learn-cta-section {
  background-color: #1a1a1a;
  padding-top: 80px;
  padding-bottom: 80px;
}

.learn-cta-container {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.learn-cta-heading {
  color: #fff;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.learn-cta-orange {
  color: #e8943a;
}

.learn-cta-text {
  color: #ccc;
  margin-bottom: 36px;
  font-size: 17px;
  line-height: 1.7;
}

.learn-cta-button {
  color: #fff;
  background-color: #e8943a;
  border-radius: 4px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

@media screen and (min-width: 1920px) {
  .navbar-1-brand {
    margin-top: -9px;
  }

  .button-large.top-margin.big-text {
    text-align: left;
    font-size: 30px;
  }

  .div-block-7 {
    background-color: #0000;
  }

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

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

  .section-hero {
    padding-left: 40px;
  }

  .button-large-home-mobile.top-margin.big-text, .button-large-home-mobile.top-margin-home-mobile.big-text, .button-large-home-mobile.top-margin-home-mobile.big-text-home-mobile, .button-large-home.top-margin.big-text, .button-large-home.top-margin-4.big-text, .button-large-home.top-margin-4.big-text-copy, .button-large-home.top-margin-4-copy.big-text, .button-large-home.top-margin-4-copy.big-text-copy, .button-large-jj.top-margin.big-text, .button-large-jj.top-margin-hjkl.big-text, .button-large-jj.top-margin-hjkl.big-text-hk, .button-large-hg.top-margin.big-text, .button-large-home-hh.top-margin.big-text, .button-large-home-hh.top-margin-4.big-text, .button-large-home-hh.top-margin-4.big-text-copy, .button-large-home-hh.top-margin-4-copy.big-text, .button-large-home-hh.top-margin-4-copy.big-text-copy, .button-large-home-hh.top-margin-4-copy-jj.big-text, .button-large-home-hh.top-margin-4-copy-jj.big-text-copy, .button-large-home-hh.top-margin-4-copy-jj.big-text-copy-ll {
    text-align: left;
    font-size: 30px;
  }

  .bold-text-8 {
    font-size: 15px;
  }

  .section-hero-gf {
    padding-left: 40px;
  }

  .hero-heading-left-jj-copy {
    border-bottom-style: none;
  }

  .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly-copy {
    color: var(--white);
  }

  .section-copy.orange-copy.bright-copy.no-margin-copy {
    margin-top: -84px;
  }

  .column-5-copy {
    border: 3px solid var(--dark-orange);
    background-color: #f3f3f300;
  }

  .display-heading-4-copy, .text-span-73, .text-span-73-copy, .text-span-73-copy-2, .display-heading-4-1 {
    color: var(--white);
  }

  .text-span-102 {
    color: var(--dark-orange);
  }

  .button-large2.top-margin.big-text, .button-large2.top-margin2.big-text, .button-large2.top-margin2.big-text2, .button-large-home2.top-margin.big-text, .button-large-home2.top-margin-4.big-text, .button-large-home2.top-margin-4.big-text-copy, .button-large-home2.top-margin-4-copy.big-text, .button-large-home2.top-margin-4-copy.big-text-copy, .button-large-home2.top-margin-42.big-text, .button-large-home2.top-margin-42.big-text-copy, .button-large-home2.top-margin-42.big-text2, .button-large-copy.top-margin.big-text, .button-large-copy.top-margin2.big-text, .button-large-copy.top-margin2.big-text2, .button-large-copy.top-margin.big-text, .button-large-copy.top-margin-copy.big-text, .button-large-copy.top-margin-copy.big-text-copy, .button-large-copy.top-margin.big-text, .button-large-copy.top-margin-copy.big-text, .button-large-copy.top-margin-copy.big-text-copy, .button-large-copy.top-margin.big-text, .button-large-copy.top-margin-copy.big-text, .button-large-copy.top-margin-copy.big-text-copy, .button-large-copy-copy.top-margin.big-text, .button-large-copy-copy.top-margin-copy.big-text, .button-large-copy-copy.top-margin-copy.big-text-copy, .button-large-copy-copy.top-margin.big-text, .button-large-copy-copy.top-margin2.big-text, .button-large-copy-copy.top-margin2.big-text2, .button-large-copy-copy.top-margin2-copy.big-text, .button-large-copy-copy.top-margin2-copy.big-text2, .button-large-copy-copy.top-margin2-copy.big-text2-copy {
    text-align: left;
    font-size: 30px;
  }

  .section-copy2.orange-copy.bright-copy.no-margin-copy, .section-copy2.orange-copy2.bright-copy.no-margin-copy, .section-copy2.orange-copy2.bright-copy2.no-margin-copy {
    margin-top: -84px;
  }

  .section-copy2.orange-copy2.bright-copy2.no-margin-copy2 {
    margin-top: -84px;
    padding-bottom: 40px;
  }

  .column-5-copy2 {
    border: 3px none var(--dark-orange);
    background-color: var(--white);
  }

  .text-span-73-copy-3 {
    color: var(--black-2);
    -webkit-text-stroke-color: var(--black-2);
  }

  .display-heading-4-3 {
    color: var(--black-2);
  }

  .container-3-desktop {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-73-copy-32 {
    color: var(--white);
  }

  .interview-section-2 {
    background-image: linear-gradient(#fff, #5d6272 0%, #5d6272);
  }

  .section-copy3.orange-copy.bright-copy.no-margin-copy, .section-copy3.orange-copy2.bright-copy.no-margin-copy, .section-copy3.orange-copy2.bright-copy2.no-margin-copy {
    margin-top: -84px;
  }

  .section-copy3.orange-copy2.bright-copy2.no-margin-copy2 {
    margin-top: -84px;
    padding-bottom: 40px;
  }

  .section-copy3.orange-copy3.bright-copy.no-margin-copy, .section-copy3.orange-copy3.bright-copy2.no-margin-copy {
    margin-top: -84px;
  }

  .section-copy3.orange-copy3.bright-copy2.no-margin-copy2 {
    margin-top: -84px;
    padding-bottom: 40px;
  }

  .section-copy3.orange-copy3.bright-copy3.no-margin-copy {
    margin-top: -84px;
  }

  .section-copy3.orange-copy3.bright-copy3.no-margin-copy2, .section-copy3.orange-copy3.bright-copy3.no-margin-copy3 {
    margin-top: -84px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-list.w--open {
    position: relative;
  }

  .modal-container {
    display: none;
  }

  .container {
    max-width: 100%;
    margin-top: 66px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container.price {
    padding-left: 25px;
    padding-right: 25px;
  }

  .navbar-wrapper.sticky-top {
    position: sticky;
  }

  .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .nav-menu {
    background-color: #12141d;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 12px;
  }

  .panel-body.footer-1-panel-body {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .button {
    margin-top: 10px;
    display: block;
  }

  .button:hover {
    background-color: #0b9e15;
  }

  .button.top-margin:hover {
    color: #fff;
    background-color: #0b9919;
  }

  .menu-button {
    color: #fff;
    margin-left: 12px;
    padding: 12px 0 12px 12px;
  }

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

  .footer-menu-grids {
    margin-top: 48px;
  }

  .footer-1-top-row {
    flex-direction: column;
    margin-bottom: 72px;
  }

  .style-guide-content-item {
    margin-bottom: 12px;
    margin-right: 12px;
  }

  .display-heading-4, .display-heading-4.center-content.thin {
    font-size: 50px;
  }

  .display-heading-4.custom-margin {
    text-align: center;
    letter-spacing: 0;
  }

  .style-guide-container {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .section.hero.ea {
    padding-top: 113px;
  }

  .section.hero.ea-template {
    height: auto;
    min-height: 430px;
  }

  .section.orange.bright.no-margin {
    padding: 0;
  }

  .display-heading-2 {
    font-size: 72px;
    line-height: 72px;
  }

  .display-heading-3 {
    font-size: 48px;
    line-height: 54px;
  }

  .display-heading-1 {
    font-size: 88px;
    line-height: 88px;
  }

  .button-large.big-text {
    font-size: 24px;
  }

  .button-large.big-text.top-margin {
    font-size: 32px;
  }

  .button-large.home.margin-left {
    padding: 13px;
  }

  .button-large-outline {
    text-align: center;
  }

  .grid-thirds {
    grid-template-columns: 1fr;
    max-width: 824px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-thirds.space-bottom {
    grid-template-columns: 1fr;
  }

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

  .bordered-list-item-small.first {
    margin-top: 60px;
  }

  .hero-2-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    grid-template-columns: 1fr;
  }

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

  .display-inline.text-gray-4 {
    text-align: center;
    font-size: 22px;
  }

  .rounded-image {
    padding: 35px;
  }

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

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

  .contact-form-grid {
    grid-template-columns: 55fr;
  }

  .heading-1 {
    text-align: center;
    font-size: 28px;
  }

  .display-heading-5 {
    font-size: 54px;
    line-height: 54px;
  }

  .display-heading-5.orange {
    line-height: 1.1;
  }

  .picture {
    min-height: 40vh;
  }

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

  .text-block-1.margin-top-and-bottom {
    line-height: 1.2;
  }

  .quote-heading.bg {
    padding: 0;
    font-size: 24px;
  }

  .column-4 {
    align-self: center;
  }

  .column-5 {
    flex-flow: column;
    align-items: center;
    padding-left: 0;
    padding-right: 10px;
  }

  .columns {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-image {
    min-width: 350px;
  }

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

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

  .column-7 {
    margin-top: 0;
    margin-bottom: 30px;
  }

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

  .tekstwolk {
    margin-top: 10px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .tabs-price-tab-title {
    text-align: center;
  }

  .image {
    margin-left: 0;
  }

  .collection-list-screenshots {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .collection-item-screenshots {
    max-width: 350px;
  }

  .certificate-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 43vh;
    display: flex;
  }

  .pop-up-container {
    color: #000;
  }

  .pop-up-body {
    color: #fff;
    font-size: 16px;
  }

  .button-dm {
    display: block;
  }

  .button-dm:hover {
    background-color: #0b9e15;
  }

  .exit-button-2 {
    cursor: pointer;
  }

  .pop-up-container-card-2 {
    z-index: 2;
    width: 80vw;
    height: 590px;
  }

  .form_field-wrapper {
    display: block;
  }

  .form_input {
    font-size: 16.5px;
  }

  .pop-up-form {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 5px;
    display: block;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-2 {
    margin-bottom: -48px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
    display: block;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .testimonial-grid-three {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .container-6 {
    max-width: 728px;
  }

  .testimonial-grid-two-2 {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .container-7 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-8 {
    max-width: 728px;
  }

  .image-9 {
    margin-left: 0;
  }

  .testimonial-grid-four {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .container-10 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .text-block-13 {
    font-size: 15px;
  }

  .div-block-21 {
    padding-left: 45px;
    padding-right: 40px;
  }

  .paragraph-11 {
    margin-bottom: 27px;
  }

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

  .container-13 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

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

  .html-embed-2 {
    box-shadow: 0 3px 3px 3px #0003;
  }

  .container-21 {
    grid-template: "Area-4 Area-5"
                   "Area Area-6"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .paragraph-12 {
    color: #000000d9;
    font-size: 18px;
  }

  .sidebar-search-wrapper {
    display: none;
  }

  .sidebar-logo-link.show-on-tablet {
    display: block;
  }

  .dropdown-wrapper-2.sidebar-dropdown {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hamburger-menu-wrapper {
    grid-column-gap: 24px;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    display: flex;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .dropdown-toggle-4.sidebar-dropdown {
    padding-right: 0;
  }

  .sidebar-menu-container {
    background-color: #080f25;
    min-width: 260px;
    height: 110vh;
    min-height: 100vh;
    margin-top: 80px;
    padding-top: 24px;
    padding-bottom: 150px;
    overflow: auto;
  }

  .position-relative---z-index-1 {
    display: block;
  }

  .position-relative---z-index-1.logo-and-icon-mobile-container {
    grid-column-gap: 24px;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    display: flex;
  }

  .sidebar-mobile-menu-icon {
    max-width: 12px;
  }

  .sidebar-wrapper {
    border-bottom: .6px solid #37446b;
    border-right-style: none;
    max-width: none;
    height: auto;
    min-height: 80px;
    max-height: 80px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .sidebar-mobile-menu-icon-wrapper {
    grid-column-gap: 10px;
    justify-content: center;
    align-items: center;
    min-width: 64px;
    max-width: 64px;
    min-height: 64px;
    max-height: 64px;
    margin-top: 8px;
    margin-left: 8px;
    display: flex;
  }

  .sidebar-logo-section-container {
    display: none;
  }

  .display-4 {
    font-size: 20px;
  }

  .graph-large-section-container, .pd-20px---52px {
    padding-left: 28px;
    padding-right: 28px;
  }

  .heading-22 {
    text-align: center;
    font-size: 28px;
  }

  .image-12 {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-22 {
    align-self: flex-start;
    display: block;
  }

  .image-13 {
    display: inline-block;
  }

  .link-2 {
    color: var(--black-2);
    margin-bottom: 5px;
    margin-left: 5px;
    padding-top: 10px;
    font-weight: 600;
    display: flex;
  }

  .div-block-30 {
    overflow: visible;
  }

  .navbar-2 {
    padding-bottom: 0;
  }

  .container-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: block;
  }

  .nav-menu-2 {
    color: #000000c9;
    background-color: #fff;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .menu-button-2 {
    background-color: #f77f00;
    border-radius: 20px;
  }

  .menu-button-2.w--open {
    background-color: #f77f00;
    border-radius: 20px;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .container-26 {
    display: none;
  }

  .navbar-3 {
    z-index: 0;
  }

  .image-15 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bold-text-7 {
    font-size: 30px;
  }

  .button-large-home-mobile.big-text {
    font-size: 24px;
  }

  .button-large-home-mobile.big-text.top-margin {
    font-size: 32px;
  }

  .button-large-home-mobile.home.margin-left {
    padding: 13px;
  }

  .button-large-home-mobile.top-margin-home-mobile.big-text-home-mobile {
    margin-bottom: 0;
  }

  .button-large-home.big-text {
    font-size: 24px;
  }

  .button-large-home.big-text.top-margin {
    font-size: 32px;
  }

  .button-large-home.home.margin-left {
    padding: 13px;
  }

  .heading-1-copy {
    text-align: center;
    font-size: 28px;
  }

  .display-heading-3-copy, .display-heading-3-cop3y {
    font-size: 48px;
    line-height: 54px;
  }

  .checkbox-label-2, .checkbox-label-3 {
    font-size: 12px;
  }

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

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

  .container-copffy-copy.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .container-copffy-copy.price {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-ggggg {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .container-ggggg.price {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-1-kkghjk, .heading-1-fdasf {
    text-align: center;
    font-size: 28px;
  }

  .navbar-3-evo {
    z-index: 0;
  }

  .section-2 {
    margin-left: 40px;
  }

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

  .container-33 {
    max-width: 600px;
  }

  .image-19 {
    max-width: 80%;
  }

  .display-heading-6-ff {
    font-size: 35px;
  }

  .div-block-14-cgg-opy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 100px;
    padding-right: 140px;
    display: flex;
  }

  .text-block-13-ggg {
    font-size: 15px;
  }

  .image-9-ggg {
    margin-right: 5px;
  }

  .button-large-jj.big-text {
    font-size: 24px;
  }

  .button-large-jj.big-text.top-margin {
    font-size: 32px;
  }

  .button-large-jj.home.margin-left {
    padding: 13px;
  }

  .div-block-29-ff {
    margin-top: 10px;
  }

  .div-block-31 {
    flex-flow: row;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-32 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .div-block-33 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: -29px;
    display: flex;
  }

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

  .container-21-kk {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template: "Area Area-5"
                   "Area-7 Area-6"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-wrapper-2-gg {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-2-jj {
    max-width: 100%;
    margin-bottom: 81px;
  }

  .hero-split-2-hh {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-heading-left-jj {
    padding-bottom: 23px;
    display: block;
    overflow: visible;
  }

  .hero-split-3-jjk, .hero-split-3-cokkjpy {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .horizontal-copy.bottom-margin-cojjpy {
    width: 100%;
  }

  .div-block-3-copy, .div-block-3-copy-cllopy {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .jj.bottom-margin-ggg-copy {
    width: 100%;
  }

  .html-embed-2-cc {
    box-shadow: 0 3px 3px 3px #0003;
  }

  .div-block-21-cogsdfpy {
    padding-left: 45px;
    padding-right: 40px;
  }

  .container-21-fsadf {
    grid-template: "Area-4 Area-5"
                   "Area Area-6"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .container-6-gf {
    max-width: 728px;
  }

  .button-large-hg.big-text {
    font-size: 24px;
  }

  .button-large-hg.big-text.top-margin {
    font-size: 32px;
  }

  .button-large-hg.home.margin-left {
    padding: 13px;
  }

  .div-block-21-ff {
    padding-left: 45px;
    padding-right: 40px;
  }

  .button-large-home-hh.big-text {
    font-size: 24px;
  }

  .button-large-home-hh.big-text.top-margin {
    font-size: 32px;
  }

  .button-large-home-hh.home.margin-left {
    padding: 13px;
  }

  .display-heading-6-ff-fsd {
    font-size: 14px;
  }

  .text-block-13-gggf, .text-block-13-gfh, .text-block-13-sdfg {
    font-size: 15px;
  }

  .div-block-31-fdg {
    flex-flow: row;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .display-heading-6-ffdg {
    font-size: 35px;
  }

  .html-embed-2-gf {
    box-shadow: 0 3px 3px 3px #0003;
  }

  .display-heading-6-ff-fsd-gf {
    font-size: 35px;
  }

  .navbar-3-h {
    z-index: 0;
  }

  .image-13-hh {
    display: inline-block;
  }

  .menu-button-2-hh {
    background-color: #f77f00;
    border-radius: 20px;
  }

  .menu-button-2-hh.w--open {
    background-color: #f77f00;
    border-radius: 20px;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .container-25-gg {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: block;
  }

  .div-block-14-cgg-opyg {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 100px;
    padding-right: 140px;
    display: flex;
  }

  .display-heading-6-ff-fsd-gf-bv {
    font-size: 35px;
  }

  .div-block-29-ff-gfd {
    margin-top: 10px;
  }

  .display-heading-6-ff-fsd-fh {
    font-size: 14px;
  }

  .hero-wrapper-2-gg-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .shadow-two-2-ff {
    margin-bottom: -48px;
  }

  .disply-headline-2 {
    font-size: 35px;
  }

  .header-2-section-2 {
    font-size: 30px;
  }

  .container-44 {
    width: 30vw;
  }

  .heading-one {
    font-size: 70px;
  }

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

  .heading-37 {
    width: auto;
    font-size: 25px;
  }

  .heading-one-2 {
    font-size: 70px;
  }

  .image-27 {
    width: 300px;
  }

  .collection-item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tabs {
    display: block;
  }

  .tab-link-evolute-trading.text-block-comparison {
    border-bottom-color: var(--white);
    color: var(--white);
  }

  .tab-link-evolute-trading.text-block-comparison.w--current {
    border-bottom-color: var(--dark-orange);
    color: var(--dark-orange);
  }

  .tab-link-andere-groepen.text-block-comparison-2 {
    border-bottom-color: var(--white);
    color: var(--white);
  }

  .tab-link-andere-groepen.text-block-comparison-2.w--current {
    border-bottom-color: var(--dark-orange);
    color: var(--dark-orange);
  }

  .div-block-3-copy-cllopy-copy {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .hero-heading-left-jj-copy {
    margin-bottom: 15px;
    padding-bottom: 23px;
  }

  .section-copy {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section-copy.hero.ea {
    padding-top: 113px;
  }

  .section-copy.hero.ea-template {
    height: auto;
    min-height: 430px;
  }

  .section-copy.orange.bright.no-margin, .section-copy.orange-copy.bright.no-margin, .section-copy.orange-copy.bright-copy.no-margin, .section-copy.orange-copy.bright-copy.no-margin-copy {
    padding: 0;
  }

  .column-5-copy {
    flex-flow: column;
    align-items: center;
    padding-left: 0;
    padding-right: 10px;
  }

  .display-heading-4-copy, .display-heading-4-copy.center-content.thin {
    font-size: 50px;
  }

  .display-heading-4-copy.custom-margin {
    text-align: center;
    letter-spacing: 0;
  }

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

  .container-44-copy {
    width: 30vw;
    margin-right: 50px;
  }

  .container-44-2 {
    width: 30vw;
  }

  .header-2-section-2-1 {
    font-size: 30px;
  }

  .container-2 {
    max-width: 100%;
    margin-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-2.price {
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph-2-1.opsomming-2.black-2 {
    color: var(--white);
  }

  .column-6-1 {
    align-self: center;
  }

  .display-heading-4-1, .display-heading-4-1.center-content.thin {
    font-size: 50px;
  }

  .display-heading-4-1.custom-margin {
    text-align: center;
    letter-spacing: 0;
  }

  .hero-wrapper-3-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
    display: none;
  }

  .hero-heading-left-jj-2 {
    padding-bottom: 23px;
    display: block;
    overflow: visible;
  }

  .pop-up-container-v2 {
    color: #000;
  }

  .pop-up-container-card-v2 {
    z-index: 2;
    width: 80vw;
    height: 590px;
  }

  .pop-up-body-v2 {
    color: #fff;
    font-size: 16px;
  }

  .fbclid, .form_input-copy {
    font-size: 16.5px;
  }

  .button-large2.big-text {
    font-size: 24px;
  }

  .button-large2.big-text.top-margin {
    font-size: 32px;
  }

  .button-large2.home.margin-left {
    padding: 13px;
  }

  .button-large-home2.big-text {
    font-size: 24px;
  }

  .button-large-home2.big-text.top-margin {
    font-size: 32px;
  }

  .button-large-home2.home.margin-left {
    padding: 13px;
  }

  .button-large-copy.big-text {
    font-size: 24px;
  }

  .button-large-copy.big-text.top-margin {
    font-size: 32px;
  }

  .button-large-copy.home.margin-left {
    padding: 13px;
  }

  .pop-up-container2 {
    color: #000;
  }

  .button-large-copy-copy.big-text {
    font-size: 24px;
  }

  .button-large-copy-copy.big-text.top-margin {
    font-size: 32px;
  }

  .button-large-copy-copy.home.margin-left {
    padding: 13px;
  }

  .form_input-copy {
    font-size: 16.5px;
  }

  .section-dasdf {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section-dasdf.hero.ea {
    padding-top: 113px;
  }

  .section-dasdf.hero.ea-template {
    height: auto;
    min-height: 430px;
  }

  .section-dasdf.orange.bright.no-margin {
    padding: 0;
  }

  .section-dasdf.hero-asdf.ea {
    padding-top: 113px;
  }

  .section-dasdf.hero-asdf.ea-template {
    height: auto;
    min-height: 430px;
  }

  .header-2-section-2-2 {
    font-size: 30px;
  }

  .collection-item2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-copy2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section-copy2.hero.ea {
    padding-top: 113px;
  }

  .section-copy2.hero.ea-template {
    height: auto;
    min-height: 430px;
  }

  .section-copy2.orange.bright.no-margin, .section-copy2.orange-copy.bright.no-margin, .section-copy2.orange-copy.bright-copy.no-margin, .section-copy2.orange-copy.bright-copy.no-margin-copy, .section-copy2.orange-copy2.bright.no-margin, .section-copy2.orange-copy2.bright-copy.no-margin, .section-copy2.orange-copy2.bright-copy.no-margin-copy, .section-copy2.orange-copy2.bright-copy2.no-margin, .section-copy2.orange-copy2.bright-copy2.no-margin-copy, .section-copy2.orange-copy2.bright-copy2.no-margin-copy2 {
    padding: 0;
  }

  .column-6-1-2 {
    background-color: var(--black-2);
    background-image: url('../images/461817334_1318652166172944_7960315851063197031_n-2.png');
    background-position: 50%;
    background-size: cover;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .rich-text-block-2 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item-copy, .collection-item-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-3 {
    flex-flow: column;
    max-width: 100%;
    margin-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-3.price {
    padding-left: 25px;
    padding-right: 25px;
  }

  .column-5-copy2 {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    flex-flow: column;
    align-items: center;
    padding-left: 0;
    padding-right: 10px;
  }

  .display-heading-4-3, .display-heading-4-3.center-content.thin {
    font-size: 50px;
  }

  .display-heading-4-3.custom-margin {
    text-align: center;
    letter-spacing: 0;
  }

  .container-3-mobile {
    flex-flow: column;
    max-width: 100%;
    margin-top: 12px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container-3-mobile.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3-mobile.price {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-3-desktop {
    flex-flow: column;
    max-width: 100%;
    margin-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .container-3-desktop.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3-desktop.price {
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph-11-2 {
    color: var(--black-2);
    margin-bottom: 27px;
    font-weight: 700;
  }

  .link-block-v2-22 {
    color: #f77f00;
  }

  .section-copy3 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section-copy3.hero.ea {
    padding-top: 113px;
  }

  .section-copy3.hero.ea-template {
    height: auto;
    min-height: 430px;
  }

  .section-copy3.orange.bright.no-margin, .section-copy3.orange-copy.bright.no-margin, .section-copy3.orange-copy.bright-copy.no-margin, .section-copy3.orange-copy.bright-copy.no-margin-copy, .section-copy3.orange-copy2.bright.no-margin, .section-copy3.orange-copy2.bright-copy.no-margin, .section-copy3.orange-copy2.bright-copy.no-margin-copy, .section-copy3.orange-copy2.bright-copy2.no-margin, .section-copy3.orange-copy2.bright-copy2.no-margin-copy, .section-copy3.orange-copy2.bright-copy2.no-margin-copy2, .section-copy3.orange-copy3.bright.no-margin, .section-copy3.orange-copy3.bright-copy.no-margin, .section-copy3.orange-copy3.bright-copy.no-margin-copy, .section-copy3.orange-copy3.bright-copy2.no-margin, .section-copy3.orange-copy3.bright-copy2.no-margin-copy, .section-copy3.orange-copy3.bright-copy2.no-margin-copy2, .section-copy3.orange-copy3.bright-copy3.no-margin, .section-copy3.orange-copy3.bright-copy3.no-margin-copy, .section-copy3.orange-copy3.bright-copy3.no-margin-copy2, .section-copy3.orange-copy3.bright-copy3.no-margin-copy3 {
    padding: 0;
  }

  .form-2 {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 5px;
    display: block;
  }

  .form_input2 {
    font-size: 16.5px;
  }

  .form-2-copy {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 5px;
    display: block;
  }

  .button-copy {
    margin-top: 10px;
    display: block;
  }

  .button-copy:hover {
    background-color: #0b9e15;
  }

  .button-copy.top-margin:hover {
    color: #fff;
    background-color: #0b9919;
  }

  .header-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-left-div-2 {
    padding-right: 27px;
  }

  .offer-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .sub-heading-top {
    font-size: 27px;
  }

  .offer-img-2 {
    margin-top: 25px;
    padding-right: 8px;
  }

  .offer-col-2-2 {
    padding-left: 0;
  }

  .main-heading-ad {
    font-size: 37px;
    line-height: 42px;
  }

  .main-heading-ad._44._56 {
    font-size: 46px;
    line-height: 53px;
  }

  .hero-section, .footer-sec-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-53 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .welcome-items-wrapper {
    width: 100%;
  }

  .button-primary.button-navbar {
    display: none;
  }

  .button-primary.is-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .h1-56 {
    font-size: 3rem;
  }

  .copy-icon-animation {
    opacity: .25;
    display: none;
  }

  .why-video-wrapper {
    width: 100%;
  }

  .join-main-wrapper {
    grid-template-rows: auto auto auto auto;
  }

  .swipe-right, .guarantee-image {
    display: none;
  }

  .swiper-main-wrapper {
    justify-content: center;
  }

  .why-wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .footer-left-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .warning-left-wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .join-top-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding: 30px;
  }

  .warning-bg-image {
    display: none;
  }

  .earn-items-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .join-top-right-wrapper {
    width: 100%;
    min-height: 700px;
  }

  .warning-animations-wrapper {
    margin-right: 0;
  }

  .join-daily-wrapper {
    display: none;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
  }

  .why-image {
    width: 100%;
  }

  .footer-links-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .community-items-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .footer-right-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .join-phone-animation {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-animation-r, .swipe-left {
    display: none;
  }

  .members-videos-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .hero-video-wrapper {
    max-width: none;
  }

  .bonus-text-wrapper {
    width: 100%;
  }

  .earn-item {
    width: 48%;
  }

  .h2-48 {
    font-size: 2.8rem;
  }

  .guarantee-wrapper {
    width: 100%;
  }

  .warning-main-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-animation-l {
    display: none;
  }

  .hero-gap-30 {
    font-size: 1.125rem;
  }

  .swiper-pagination {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .why-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    padding: 30px;
  }

  .join-left-wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .footer-main-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-wrapper-2 {
    justify-content: center;
  }

  .bonus-animation-wrapper {
    width: 100%;
  }

  .hero-vsl {
    height: auto;
  }

  .bonus-wrapper {
    flex-flow: column;
  }

  .footer-middle-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .h1-57 {
    font-size: 3rem;
  }

  .black {
    font-size: 1rem;
  }

  .p-white.tttttt {
    text-align: left;
  }

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

  .h2-49 {
    font-size: 2.8rem;
  }

  .join-left-wrapper-2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .p-0-6-left, .black-center {
    font-size: 1rem;
  }

  .h2-49-copy {
    font-size: 2.8rem;
  }

  .section-dasdf-adsfasdf {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section-dasdf-adsfasdf.hero.ea {
    padding-top: 113px;
  }

  .section-dasdf-adsfasdf.hero.ea-template {
    height: auto;
    min-height: 430px;
  }

  .section-dasdf-adsfasdf.orange.bright.no-margin {
    padding: 0;
  }

  .section-dasdf-adsfasdf.hero-asdf.ea {
    padding-top: 113px;
  }

  .section-dasdf-adsfasdf.hero-asdf.ea-template {
    height: auto;
    min-height: 430px;
  }

  .section-dasdf-adsfasdf.hero-asdf-dasfasdf.ea {
    padding-top: 113px;
  }

  .section-dasdf-adsfasdf.hero-asdf-dasfasdf.ea-template {
    height: auto;
    min-height: 430px;
  }

  .button-fsdgdf {
    margin-top: 10px;
    display: block;
  }

  .button-fsdgdf:hover {
    background-color: #0b9e15;
  }

  .button-fsdgdf.top-margin:hover {
    color: #fff;
    background-color: #0b9919;
  }

  .form-2-copy-dfs {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 5px;
    display: block;
  }

  .welcome-items-wrapper-gfd {
    width: 100%;
  }

  .section-fd {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section-fd.hero.ea {
    padding-top: 113px;
  }

  .section-fd.hero.ea-template {
    height: auto;
    min-height: 430px;
  }

  .section-fd.orange.bright.no-margin {
    padding: 0;
  }

  .section-dsf {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section-dsf.hero.ea {
    padding-top: 113px;
  }

  .section-dsf.hero.ea-template {
    height: auto;
    min-height: 430px;
  }

  .section-dsf.orange.bright.no-margin {
    padding: 0;
  }

  .section-dsf.hero-dsdfs.ea {
    padding-top: 113px;
  }

  .section-dsf.hero-dsdfs.ea-template {
    height: auto;
    min-height: 430px;
  }

  .display-heading-3-cop3y-df {
    font-size: 48px;
    line-height: 54px;
  }

  .heading-1-fdasf-df {
    text-align: center;
    font-size: 28px;
  }

  .container-dfd {
    max-width: 100%;
    margin-top: 66px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-dfd.price {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-df {
    max-width: 100%;
    margin-top: 66px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-df.price {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-copy {
    max-width: 100%;
    margin-top: 66px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .container-copy-df {
    max-width: 100%;
    margin-top: 66px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-copy-df.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy-df.price {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-sdfe {
    max-width: 100%;
    margin-top: 66px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-sdfe.price {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-dsf-dfg {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section-dsf-dfg.hero.ea {
    padding-top: 113px;
  }

  .section-dsf-dfg.hero.ea-template {
    height: auto;
    min-height: 430px;
  }

  .section-dsf-dfg.orange.bright.no-margin {
    padding: 0;
  }

  .section-dsf-dfg.hero-dsdfs.ea {
    padding-top: 113px;
  }

  .section-dsf-dfg.hero-dsdfs.ea-template {
    height: auto;
    min-height: 430px;
  }

  .section-dsf-dfg.hero-dsdfs-dfg.ea {
    padding-top: 113px;
  }

  .section-dsf-dfg.hero-dsdfs-dfg.ea-template {
    height: auto;
    min-height: 430px;
  }

  .button-primary-copy.button-navbar {
    display: none;
  }

  .button-primary-copy.is-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .button-primary-en.button-navbar {
    display: none;
  }

  .button-primary-en.is-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .community-items-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-top: -101px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-input.form-input-large {
    height: 48px;
    padding-left: 20px;
  }

  .navbar-buttons {
    display: none;
  }

  .panel-body.footer-1-panel-body {
    padding-bottom: 24px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .button {
    margin-top: 10px;
  }

  .button.top-margin {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .back-to-top-button-wrapper {
    display: none;
  }

  .footer-menu-grids {
    margin-top: 36px;
  }

  .footer-1-bottom-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer-1-top-row {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
  }

  .content-width-extra-small {
    text-align: center;
  }

  .vertical-menu-grid {
    place-items: center;
  }

  .display-heading-4 {
    text-align: center;
    font-size: 40px;
    line-height: 44px;
  }

  .display-heading-4.center-content.thin {
    height: auto;
    font-size: 40px;
  }

  .display-heading-4.custom-margin {
    line-height: 1.1;
  }

  .display-heading-4.left-align {
    font-size: 23px;
    line-height: 1.15;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .section {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .section.hero.ea {
    min-width: 100vw;
  }

  .section.hero.ea-template {
    min-height: 320px;
  }

  .section.no-margin.padding.white {
    max-width: 100%;
  }

  .display-heading-2 {
    font-size: 54px;
    line-height: 54px;
  }

  .display-heading-3 {
    font-size: 42px;
    line-height: 54px;
  }

  .display-heading-1 {
    font-size: 54px;
    line-height: 54px;
  }

  .button-large {
    height: 48px;
    line-height: 1.3;
  }

  .button-large.top-margin {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large.top-margin:hover {
    transform: scale(.9);
  }

  .button-large.top-margin.big-text {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large.big-text {
    height: auto;
    padding: 35px;
    font-size: 18px;
    transition-property: all;
    transition-duration: .222s;
  }

  .button-large.big-text:hover {
    transform: scale(.9);
  }

  .button-large.home.margin-left {
    margin-left: 0;
  }

  .grid-thirds.space-bottom {
    grid-template-columns: 1fr;
  }

  .avatar.avatar-large {
    width: 72px;
    height: 72px;
  }

  .grid-halves.space-bottom {
    grid-template-columns: 1fr;
  }

  .sub-heading-with-bar {
    padding-right: 0;
  }

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

  .rounded-image {
    border-radius: 6px;
  }

  .contact-form-grid {
    grid-row-gap: 12px;
  }

  .heading-1 {
    text-align: center;
    font-size: 28px;
  }

  .heading-1.left {
    text-align: center;
    font-size: 24px;
  }

  .heading-1.orange-div-bg {
    font-size: 24px;
  }

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

  .rich-text-block.padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .info-rich-text-div-container {
    width: 90%;
  }

  ._100.bottom-margin, .infobox {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .display-heading-5 {
    font-size: 54px;
    line-height: 1.1;
  }

  .display-heading-5.orange {
    font-size: 44px;
    font-weight: 400;
    line-height: 1.1;
  }

  .column-2 {
    align-items: center;
    margin-bottom: 0;
    padding-right: 40px;
  }

  .horizontal {
    flex-direction: column;
  }

  .horizontal.bottom-margin {
    flex-direction: row;
  }

  .horizontal._100 {
    justify-content: center;
    align-items: flex-start;
  }

  .brand-row.align-content-left {
    margin-left: 0;
  }

  .text-block-1 {
    line-height: 1.2;
  }

  .text-block-1.margin-top-and-bottom {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .text-block-1.left {
    font-size: 15px;
  }

  .quote-heading.bg {
    margin-top: 0;
    padding: 0;
    font-size: 20px;
  }

  .column-5 {
    margin-top: 0;
  }

  .columns {
    margin-top: 48px;
    padding-top: 0;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
  }

  .div-block-3.top-margin {
    margin-top: 6px;
  }

  .column-7 {
    text-align: center;
    align-items: center;
  }

  .collection-list-ea {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .tekstwolk {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 100px;
    display: flex;
    position: relative;
  }

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

  .tabs-price-tab-title {
    text-align: center;
    font-size: 16px;
  }

  .text-span-4 {
    font-size: 15px;
  }

  .image {
    z-index: 2;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .dylan-box {
    flex-direction: row;
    margin-top: -120px;
  }

  .certificate-container {
    height: 34vh;
  }

  .tommiebox {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .pop-up-container {
    color: #000;
  }

  .pop-up-container-card {
    width: 500px;
  }

  .pop-up-body {
    font-size: 16px;
  }

  .italic-text {
    font-size: 15px;
  }

  .pop-up-container-card-2 {
    width: 90vw;
    height: 580px;
  }

  .icon-container-div.inverse {
    margin-top: 0;
  }

  .form_input {
    width: 285px;
  }

  .pop-up-form {
    border-style: none;
    display: block;
  }

  .hero-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shadow-two-2 {
    flex: 1;
    align-self: center;
    margin-bottom: -57px;
    margin-left: 77px;
    margin-right: 77px;
    display: block;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .heading-8 {
    margin-top: 40px;
    font-size: 40px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-split-3 {
    align-self: center;
  }

  .hero-heading-right-3 {
    padding: 60px 15px;
  }

  .testimonial-column-light {
    margin-bottom: 45px;
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-card-two {
    border-style: none;
    width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .testimonial-grid-three {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-grid-two-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .hero-heading-right-4, .hero-stack {
    padding: 60px 15px;
  }

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

  .team-slider {
    padding: 60px 15px;
  }

  .paragraph-11 {
    margin-bottom: 0;
  }

  .container-12 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .container-13 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .container-14 {
    display: none;
  }

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

  .html-embed-2 {
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-8 {
    background-color: var(--dark-orange);
    border-radius: 10px;
  }

  .div-block-28 {
    justify-content: center;
    margin-top: 10px;
    display: flex;
  }

  .container-20 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .container-21 {
    grid-template: "Area-4"
                   "Area"
                   "Area-7"
                   "Area-8"
                   / 1fr;
  }

  .form-3 {
    display: block;
  }

  .paragraph-12 {
    font-size: 16px;
  }

  .position-relative---z-index-1.logo-and-icon-mobile-container {
    padding-left: 20px;
  }

  .mg-bottom-32px {
    margin-bottom: 28px;
  }

  .border-right-6px---secondary-4.border-bottom-6px---secondary-4-mbl {
    border-bottom: .6px solid #343b4f;
    border-right-style: none;
  }

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

  .grid-2-columns, .grid-2-columns._1-82fr---1fr, .grid-2-columns._1fr---2-05fr {
    grid-template-columns: 1fr;
  }

  .graph-large-section-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .percentage-bars-small-section-container {
    border-bottom: .6px solid #37446b;
    border-right-style: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd-20px---52px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-22 {
    text-align: center;
    font-size: 28px;
  }

  .text-block-14 {
    width: 100vw;
    max-width: 100%;
  }

  .bold-text-7 {
    font-size: 24px;
  }

  .button-large-home-mobile {
    height: 48px;
    line-height: 1.3;
  }

  .button-large-home-mobile.top-margin {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-home-mobile.top-margin:hover {
    transform: scale(.9);
  }

  .button-large-home-mobile.top-margin.big-text {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-home-mobile.big-text {
    height: auto;
    padding: 35px;
    font-size: 18px;
    transition-property: all;
    transition-duration: .222s;
  }

  .button-large-home-mobile.big-text:hover {
    transform: scale(.9);
  }

  .button-large-home-mobile.home.margin-left {
    margin-left: 0;
  }

  .button-large-home-mobile.top-margin-home-mobile {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-home-mobile.top-margin-home-mobile:hover {
    transform: scale(.9);
  }

  .button-large-home-mobile.top-margin-home-mobile.big-text, .button-large-home-mobile.top-margin-home-mobile.big-text-home-mobile {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-home {
    height: 48px;
    line-height: 1.3;
  }

  .button-large-home.top-margin {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-home.top-margin:hover {
    transform: scale(.9);
  }

  .button-large-home.top-margin.big-text {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-home.big-text {
    height: auto;
    padding: 35px;
    font-size: 18px;
    transition-property: all;
    transition-duration: .222s;
  }

  .button-large-home.big-text:hover {
    transform: scale(.9);
  }

  .button-large-home.home.margin-left {
    margin-left: 0;
  }

  .button-large-home.top-margin-4 {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-home.top-margin-4:hover {
    transform: scale(.9);
  }

  .button-large-home.top-margin-4.big-text, .button-large-home.top-margin-4.big-text-copy {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-home.top-margin-4-copy {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-home.top-margin-4-copy:hover {
    transform: scale(.9);
  }

  .button-large-home.top-margin-4-copy.big-text, .button-large-home.top-margin-4-copy.big-text-copy {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .heading-1-copy {
    text-align: center;
    font-size: 28px;
  }

  .heading-1-copy.left {
    text-align: center;
    font-size: 24px;
  }

  .heading-1-copy.orange-div-bg {
    font-size: 24px;
  }

  .display-heading-3-copy {
    font-size: 42px;
    line-height: 54px;
  }

  .info-rich-text-div-container-copy, .info-rich-text-div-container-copy2-copy {
    width: 90%;
  }

  .display-heading-3-cop3y {
    font-size: 42px;
    line-height: 54px;
  }

  .checkbox-label-2, .checkbox-label-3 {
    font-size: 12px;
  }

  .icon-container-div-copy.inverse {
    margin-top: 0;
  }

  .html-embed-2-copy {
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-copy, .container-copffy-copy, .container-ggggg {
    margin-top: -101px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-1-kkghjk {
    text-align: center;
    font-size: 28px;
  }

  .heading-1-kkghjk.left {
    text-align: center;
    font-size: 24px;
  }

  .heading-1-kkghjk.orange-div-bg {
    font-size: 24px;
  }

  .heading-1-fdasf {
    text-align: center;
    font-size: 28px;
  }

  .heading-1-fdasf.left {
    text-align: center;
    font-size: 24px;
  }

  .heading-1-fdasf.orange-div-bg {
    font-size: 24px;
  }

  .section-hero-evo {
    margin-top: 0;
  }

  .display-heading-6-ff {
    font-size: 26px;
  }

  .div-block-14-cgg-opy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .button-large-jj {
    height: 48px;
    line-height: 1.3;
  }

  .button-large-jj.top-margin {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-jj.top-margin:hover {
    transform: scale(.9);
  }

  .button-large-jj.top-margin.big-text {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-jj.big-text {
    height: auto;
    padding: 35px;
    font-size: 18px;
    transition-property: all;
    transition-duration: .222s;
  }

  .button-large-jj.big-text:hover {
    transform: scale(.9);
  }

  .button-large-jj.home.margin-left {
    margin-left: 0;
  }

  .button-large-jj.top-margin-hjkl {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-jj.top-margin-hjkl:hover {
    transform: scale(.9);
  }

  .button-large-jj.top-margin-hjkl.big-text, .button-large-jj.top-margin-hjkl.big-text-hk {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .div-block-29-ff {
    margin-top: 10px;
  }

  .section-3-ll {
    padding-bottom: 0;
  }

  .container-21-kk {
    grid-template: "Area-4"
                   "Area"
                   "Area-7"
                   "Area-8"
                   "Area-9"
                   "Area-10"
                   / 1fr;
  }

  .hero-wrapper-2-gg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading-left-jj {
    padding: 60px 15px;
  }

  .hero-split-3-jjk, .hero-split-3-cokkjpy {
    align-self: center;
  }

  .horizontal-copy {
    flex-direction: column;
  }

  .horizontal-copy.bottom-margin {
    flex-direction: row;
  }

  .horizontal-copy._100 {
    justify-content: center;
    align-items: flex-start;
  }

  .horizontal-copy.bottom-margin-cojjpy {
    flex-direction: row;
  }

  .paragraph-ckkopy {
    text-align: center;
    align-items: center;
  }

  .div-block-3-copy.top-margin, .div-block-3-copy.top-margin-cokkpy, .div-block-3-copy-cllopy.top-margin, .div-block-3-copy-cllopy.top-margin-cokkpy {
    margin-top: 6px;
  }

  .link-block-cffopy {
    max-width: 70%;
  }

  .jj {
    flex-direction: column;
  }

  .jj.bottom-margin {
    flex-direction: row;
  }

  .jj._100 {
    justify-content: center;
    align-items: flex-start;
  }

  .jj.bottom-margin-cojjpy, .jj.bottom-margin-ggg-copy {
    flex-direction: row;
  }

  .html-embed-2-cc {
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-8-sfdg, .heading-8-gfsd {
    margin-top: 40px;
  }

  .hero-heading-left-ff {
    padding: 60px 15px;
  }

  .container-21-fsadf {
    grid-template: "Area-4"
                   "Area"
                   "Area-7"
                   "Area-8"
                   / 1fr;
  }

  .testimonial-column-light-sdfg {
    margin-bottom: 45px;
    padding: 60px 15px;
  }

  .button-large-hg {
    height: 48px;
    line-height: 1.3;
  }

  .button-large-hg.top-margin {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-hg.top-margin:hover {
    transform: scale(.9);
  }

  .button-large-hg.top-margin.big-text {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-hg.big-text {
    height: auto;
    padding: 35px;
    font-size: 18px;
    transition-property: all;
    transition-duration: .222s;
  }

  .button-large-hg.big-text:hover {
    transform: scale(.9);
  }

  .button-large-hg.home.margin-left {
    margin-left: 0;
  }

  .button-large-home-hh {
    height: 48px;
    line-height: 1.3;
  }

  .button-large-home-hh.top-margin {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-home-hh.top-margin:hover {
    transform: scale(.9);
  }

  .button-large-home-hh.top-margin.big-text {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-home-hh.big-text {
    height: auto;
    padding: 35px;
    font-size: 18px;
    transition-property: all;
    transition-duration: .222s;
  }

  .button-large-home-hh.big-text:hover {
    transform: scale(.9);
  }

  .button-large-home-hh.home.margin-left {
    margin-left: 0;
  }

  .button-large-home-hh.top-margin-4 {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-home-hh.top-margin-4:hover {
    transform: scale(.9);
  }

  .button-large-home-hh.top-margin-4.big-text, .button-large-home-hh.top-margin-4.big-text-copy {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-home-hh.top-margin-4-copy {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-home-hh.top-margin-4-copy:hover {
    transform: scale(.9);
  }

  .button-large-home-hh.top-margin-4-copy.big-text, .button-large-home-hh.top-margin-4-copy.big-text-copy {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-home-hh.top-margin-4-copy-jj {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-home-hh.top-margin-4-copy-jj:hover {
    transform: scale(.9);
  }

  .button-large-home-hh.top-margin-4-copy-jj.big-text, .button-large-home-hh.top-margin-4-copy-jj.big-text-copy {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-home-hh.top-margin-4-copy-jj.big-text-copy-ll {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    place-content: space-between center;
    align-items: center;
    margin-top: 0;
    padding: 10px 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .bold-text-8, .display-heading-6-ff-fsd {
    font-size: 14px;
  }

  .html-embed-copy-gf {
    width: 90%;
    height: auto;
  }

  .display-heading-6-ffdg {
    font-size: 37px;
  }

  .html-embed-2-gf {
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .display-heading-6-ff-fsd-gf {
    font-size: 37px;
  }

  .div-block-14-cgg-opyg {
    padding-left: 60px;
    padding-right: 60px;
  }

  .display-heading-6-ff-fsd-gf-bv {
    font-size: 37px;
  }

  .section-hero-gf {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-29-ff-gfd {
    margin-top: 10px;
  }

  .display-heading-6-ff-fsd-fh {
    font-size: 14px;
  }

  .hero-heading-right-2-copy {
    padding: 60px 15px;
  }

  .hero-wrapper-2-gg-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shadow-two-2-ff {
    flex: 1;
    align-self: center;
    margin-bottom: -57px;
    margin-left: 77px;
    margin-right: 77px;
    display: block;
  }

  .disply-headline-2 {
    font-size: 37px;
  }

  .header-2-section-2 {
    font-size: 14px;
  }

  .image-27 {
    width: 70%;
  }

  .tab-link-evolute-trading.text-block-comparison {
    border-bottom-color: var(--white);
    color: var(--white);
  }

  .tab-link-evolute-trading.text-block-comparison.w--current {
    border-bottom-color: var(--dark-orange);
    color: var(--dark-orange);
  }

  .tab-link-andere-groepen.text-block-comparison-2 {
    border-bottom-color: var(--white);
    color: var(--white);
  }

  .tab-link-andere-groepen.text-block-comparison-2.w--current {
    border-bottom-color: var(--dark-orange);
    color: var(--dark-orange);
  }

  .div-block-3-copy-cllopy-copy.top-margin, .div-block-3-copy-cllopy-copy.top-margin-cokkpy, .div-block-3-copy-cllopy-copy.top-margin-cokkpy-copy {
    margin-top: 6px;
  }

  .hero-heading-left-jj-copy {
    padding: 60px 15px;
  }

  .paragraph-ckkopy-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    align-items: center;
  }

  .section-copy {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .section-copy.hero.ea {
    min-width: 100vw;
  }

  .section-copy.hero.ea-template {
    min-height: 320px;
  }

  .section-copy.no-margin.padding.white {
    max-width: 100%;
  }

  .hero-heading-right-3-copy {
    padding: 60px 15px;
  }

  .column-5-copy {
    margin-top: 0;
  }

  .display-heading-4-copy {
    text-align: center;
    font-size: 40px;
    line-height: 44px;
  }

  .display-heading-4-copy.center-content.thin {
    height: auto;
    font-size: 40px;
  }

  .display-heading-4-copy.custom-margin {
    line-height: 1.1;
  }

  .display-heading-4-copy.left-align {
    font-size: 23px;
    line-height: 1.15;
  }

  .collection-item-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-2-section-2-1 {
    font-size: 14px;
  }

  .hero-heading-right-3-copy-2 {
    padding: 60px 15px;
  }

  .container-2 {
    margin-top: -101px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-heading-right-3-copy-3, .hero-heading-right-3-1, .hero-stack-faq {
    padding: 60px 15px;
  }

  .paragraph-ckkopy-copy, .paragraph-2-1 {
    text-align: center;
    align-items: center;
  }

  .display-heading-4-1 {
    text-align: center;
    font-size: 40px;
    line-height: 44px;
  }

  .display-heading-4-1.center-content.thin {
    height: auto;
    font-size: 40px;
  }

  .display-heading-4-1.custom-margin {
    line-height: 1.1;
  }

  .display-heading-4-1.left-align {
    font-size: 23px;
    line-height: 1.15;
  }

  .hero-heading-left-jj-2 {
    padding: 60px 15px;
  }

  .pop-up-container-v2 {
    color: #000;
  }

  .pop-up-container-card-v2 {
    width: 90vw;
    height: 580px;
  }

  .pop-up-body-v2 {
    font-size: 16px;
  }

  .fbclid, .form_input-copy {
    width: 285px;
  }

  .button-large2 {
    height: 48px;
    line-height: 1.3;
  }

  .button-large2.top-margin {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large2.top-margin:hover {
    transform: scale(.9);
  }

  .button-large2.top-margin.big-text {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large2.big-text {
    height: auto;
    padding: 35px;
    font-size: 18px;
    transition-property: all;
    transition-duration: .222s;
  }

  .button-large2.big-text:hover {
    transform: scale(.9);
  }

  .button-large2.home.margin-left {
    margin-left: 0;
  }

  .button-large2.top-margin2 {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large2.top-margin2:hover {
    transform: scale(.9);
  }

  .button-large2.top-margin2.big-text, .button-large2.top-margin2.big-text2 {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-home2 {
    height: 48px;
    line-height: 1.3;
  }

  .button-large-home2.top-margin {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-home2.top-margin:hover {
    transform: scale(.9);
  }

  .button-large-home2.top-margin.big-text {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-home2.big-text {
    height: auto;
    padding: 35px;
    font-size: 18px;
    transition-property: all;
    transition-duration: .222s;
  }

  .button-large-home2.big-text:hover {
    transform: scale(.9);
  }

  .button-large-home2.home.margin-left {
    margin-left: 0;
  }

  .button-large-home2.top-margin-4 {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-home2.top-margin-4:hover {
    transform: scale(.9);
  }

  .button-large-home2.top-margin-4.big-text, .button-large-home2.top-margin-4.big-text-copy {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-home2.top-margin-4-copy {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-home2.top-margin-4-copy:hover {
    transform: scale(.9);
  }

  .button-large-home2.top-margin-4-copy.big-text, .button-large-home2.top-margin-4-copy.big-text-copy {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-home2.top-margin-42 {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-home2.top-margin-42:hover {
    transform: scale(.9);
  }

  .button-large-home2.top-margin-42.big-text, .button-large-home2.top-margin-42.big-text-copy, .button-large-home2.top-margin-42.big-text2 {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-copy.top-margin2 {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-copy.top-margin2:hover {
    transform: scale(.9);
  }

  .button-large-copy.top-margin2.big-text, .button-large-copy.top-margin2.big-text2 {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-copy.top-margin-copy.big-text, .button-large-copy.top-margin-copy.big-text-copy {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-copy.top-margin-copy.big-text, .button-large-copy.top-margin-copy.big-text-copy {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-copy {
    height: 48px;
    line-height: 1.3;
  }

  .button-large-copy.top-margin {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-copy.top-margin:hover {
    transform: scale(.9);
  }

  .button-large-copy.top-margin.big-text {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-copy.big-text {
    height: auto;
    padding: 35px;
    font-size: 18px;
    transition-property: all;
    transition-duration: .222s;
  }

  .button-large-copy.big-text:hover {
    transform: scale(.9);
  }

  .button-large-copy.home.margin-left {
    margin-left: 0;
  }

  .button-large-copy.top-margin-copy {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-copy.top-margin-copy:hover {
    transform: scale(.9);
  }

  .button-large-copy.top-margin-copy.big-text, .button-large-copy.top-margin-copy.big-text-copy {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-copy-copy.top-margin-copy {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-copy-copy.top-margin-copy:hover {
    transform: scale(.9);
  }

  .button-large-copy-copy.top-margin-copy.big-text, .button-large-copy-copy.top-margin-copy.big-text-copy {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .pop-up-container2 {
    color: #000;
  }

  .button-large-copy-copy {
    height: 48px;
    line-height: 1.3;
  }

  .button-large-copy-copy.top-margin {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-copy-copy.top-margin:hover {
    transform: scale(.9);
  }

  .button-large-copy-copy.top-margin.big-text {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-copy-copy.big-text {
    height: auto;
    padding: 35px;
    font-size: 18px;
    transition-property: all;
    transition-duration: .222s;
  }

  .button-large-copy-copy.big-text:hover {
    transform: scale(.9);
  }

  .button-large-copy-copy.home.margin-left {
    margin-left: 0;
  }

  .button-large-copy-copy.top-margin2 {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-copy-copy.top-margin2:hover {
    transform: scale(.9);
  }

  .button-large-copy-copy.top-margin2.big-text, .button-large-copy-copy.top-margin2.big-text2 {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .button-large-copy-copy.top-margin2-copy {
    height: auto;
    padding: 14px;
    font-size: 18px;
    transition: all .222s;
  }

  .button-large-copy-copy.top-margin2-copy:hover {
    transform: scale(.9);
  }

  .button-large-copy-copy.top-margin2-copy.big-text, .button-large-copy-copy.top-margin2-copy.big-text2, .button-large-copy-copy.top-margin2-copy.big-text2-copy {
    clear: none;
    text-align: left;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .form_input-copy {
    width: 285px;
  }

  .container-58.container-links {
    padding-left: 10px;
    padding-right: 10px;
  }

  .horizontal-fd {
    flex-direction: column;
  }

  .horizontal-fd.bottom-margin {
    flex-direction: row;
  }

  .horizontal-fd._100, .horizontal-fd._100-sdf {
    justify-content: center;
    align-items: flex-start;
  }

  .section-dasdf {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .section-dasdf.hero.ea {
    min-width: 100vw;
  }

  .section-dasdf.hero.ea-template {
    min-height: 320px;
  }

  .section-dasdf.no-margin.padding.white {
    max-width: 100%;
  }

  .section-dasdf.hero-asdf.ea {
    min-width: 100vw;
  }

  .section-dasdf.hero-asdf.ea-template {
    min-height: 320px;
  }

  .header-2-section-2-2 {
    font-size: 14px;
  }

  .section-copy2 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .section-copy2.hero.ea {
    min-width: 100vw;
  }

  .section-copy2.hero.ea-template {
    min-height: 320px;
  }

  .section-copy2.no-margin.padding.white {
    max-width: 100%;
  }

  .container-3 {
    margin-top: -101px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .column-5-copy2 {
    margin-top: 0;
  }

  .display-heading-4-3 {
    text-align: center;
    font-size: 40px;
    line-height: 44px;
  }

  .display-heading-4-3.center-content.thin {
    height: auto;
    font-size: 40px;
  }

  .display-heading-4-3.custom-margin {
    line-height: 1.1;
  }

  .display-heading-4-3.left-align {
    font-size: 23px;
    line-height: 1.15;
  }

  .container-3-mobile, .container-3-desktop {
    margin-top: -101px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-11-2 {
    margin-bottom: 0;
  }

  .section-copy3 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .section-copy3.hero.ea {
    min-width: 100vw;
  }

  .section-copy3.hero.ea-template {
    min-height: 320px;
  }

  .section-copy3.no-margin.padding.white {
    max-width: 100%;
  }

  .form-2 {
    border-style: none;
    display: block;
  }

  .form_input2 {
    width: 285px;
  }

  .form-3-copy {
    display: block;
  }

  .form-2-copy {
    border-style: none;
    display: block;
  }

  .button-copy {
    margin-top: 10px;
  }

  .button-copy.top-margin {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-24-copy.container-links {
    font-size: 20px;
  }

  .list-person-item {
    margin-bottom: 30px;
  }

  .paragraph-19 {
    color: var(--white);
  }

  .padding-vertical.padding-faq {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .padding-vertical.padding-bonus {
    padding-top: 50px;
    padding-bottom: 35px;
  }

  .padding-vertical.padding-community {
    padding-bottom: 50px;
  }

  .padding-vertical.padding-guarantee, .padding-vertical.padding-join {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .padding-vertical.padding-results {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .padding-vertical.padding-warning, .padding-vertical.padding-why {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .welcome-image {
    width: 42%;
  }

  .welcome-item {
    flex-flow: row;
    justify-content: space-between;
    padding: 10px;
  }

  .welcome-items-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .button-primary.smaller {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1-56 {
    font-size: 2rem;
  }

  .bonus-top-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .earn-wrapper {
    font-size: 1rem;
  }

  .h3-26 {
    font-size: 1.25rem;
  }

  .why-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .join-middle-item {
    padding: 20px;
  }

  .earn-animation {
    width: 100px;
    height: 100px;
  }

  .join-top-wrapper {
    padding: 20px;
  }

  .h3-22 {
    font-size: 1.125rem;
  }

  .form-wrapper {
    max-width: none;
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px;
    overflow: auto;
  }

  .community-items-wrapper {
    flex-flow: column;
    display: flex;
  }

  .faq-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .join-phone-animation {
    width: 80%;
  }

  .members-videos-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bonus-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .earn-item {
    padding: 20px;
  }

  .h2-48 {
    font-size: 1.8rem;
  }

  .close-popup {
    width: 20px;
    height: 20px;
  }

  .warning-main-wrapper {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bonus-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .copy-row {
    text-decoration: none;
  }

  .hero-gap-30 {
    font-size: 1rem;
  }

  .swiper-pagination {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .why-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 20px;
  }

  .bonus-heading-wrapper {
    font-size: 1.125rem;
  }

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

  .h1-57 {
    font-size: 2rem;
  }

  .h1-57.mw-535 {
    max-width: 535px;
  }

  .form-heading {
    font-size: 1.5rem;
  }

  .p-white.left, .p-white.tttttt {
    text-align: left;
  }

  .h3-27 {
    font-size: 1.25rem;
  }

  .h2-49, .h2-49-copy {
    font-size: 1.8rem;
  }

  .section-dasdf-adsfasdf {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .section-dasdf-adsfasdf.hero.ea {
    min-width: 100vw;
  }

  .section-dasdf-adsfasdf.hero.ea-template {
    min-height: 320px;
  }

  .section-dasdf-adsfasdf.no-margin.padding.white {
    max-width: 100%;
  }

  .section-dasdf-adsfasdf.hero-asdf.ea {
    min-width: 100vw;
  }

  .section-dasdf-adsfasdf.hero-asdf.ea-template {
    min-height: 320px;
  }

  .section-dasdf-adsfasdf.hero-asdf-dasfasdf.ea {
    min-width: 100vw;
  }

  .section-dasdf-adsfasdf.hero-asdf-dasfasdf.ea-template {
    min-height: 320px;
  }

  .button-fsdgdf {
    margin-top: 10px;
  }

  .button-fsdgdf.top-margin {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .form-2-copy-dfs {
    border-style: none;
    display: block;
  }

  .welcome-items-wrapper-gfd {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .section-fd {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .section-fd.hero.ea {
    min-width: 100vw;
  }

  .section-fd.hero.ea-template {
    min-height: 320px;
  }

  .section-fd.no-margin.padding.white {
    max-width: 100%;
  }

  .section-dsf {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .section-dsf.hero.ea {
    min-width: 100vw;
  }

  .section-dsf.hero.ea-template {
    min-height: 320px;
  }

  .section-dsf.no-margin.padding.white {
    max-width: 100%;
  }

  .section-dsf.hero-dsdfs.ea {
    min-width: 100vw;
  }

  .section-dsf.hero-dsdfs.ea-template {
    min-height: 320px;
  }

  .display-heading-3-cop3y-df {
    font-size: 42px;
    line-height: 54px;
  }

  .heading-1-fdasf-df {
    text-align: center;
    font-size: 28px;
  }

  .heading-1-fdasf-df.left {
    text-align: center;
    font-size: 24px;
  }

  .heading-1-fdasf-df.orange-div-bg {
    font-size: 24px;
  }

  ._100-sdf.bottom-margin, ._100-sdf.bottom-margin-sdf {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .container-dfd {
    margin-top: -101px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-dfd.legal-page-df {
    margin-top: 0;
  }

  .container-df, .container-copy, .container-copy-df, .container-sdfe {
    margin-top: -101px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-dsf-dfg {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .section-dsf-dfg.hero.ea {
    min-width: 100vw;
  }

  .section-dsf-dfg.hero.ea-template {
    min-height: 320px;
  }

  .section-dsf-dfg.no-margin.padding.white {
    max-width: 100%;
  }

  .section-dsf-dfg.hero-dsdfs.ea {
    min-width: 100vw;
  }

  .section-dsf-dfg.hero-dsdfs.ea-template {
    min-height: 320px;
  }

  .section-dsf-dfg.hero-dsdfs-dfg.ea {
    min-width: 100vw;
  }

  .section-dsf-dfg.hero-dsdfs-dfg.ea-template {
    min-height: 320px;
  }

  .padding-vertical-copy.padding-faq {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .padding-vertical-copy.padding-bonus {
    padding-top: 50px;
    padding-bottom: 35px;
  }

  .padding-vertical-copy.padding-community {
    padding-bottom: 50px;
  }

  .padding-vertical-copy.padding-guarantee, .padding-vertical-copy.padding-join {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .padding-vertical-copy.padding-results {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .padding-vertical-copy.padding-warning, .padding-vertical-copy.padding-why {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .button-primary-copy.smaller, .button-primary-en.smaller {
    padding-left: 10px;
    padding-right: 10px;
  }

  .community-items-wrapper-2 {
    flex-flow: column;
    display: flex;
  }

  .learn-article-hero {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .learn-article-title {
    font-size: 28px;
  }

  .learn-article-content {
    font-size: 16px;
  }

  .learn-faq-heading {
    font-size: 24px;
  }

  .learn-cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .learn-cta-heading {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  .navbar-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .modal-container {
    height: 300px;
    display: none;
    position: fixed;
  }

  .content-width-medium.modal-content {
    display: none;
    overflow: visible;
  }

  .container {
    text-align: center;
    margin-top: -108px;
    margin-bottom: 0;
    padding: 0 12px;
  }

  .container.legal-page {
    max-width: 100%;
  }

  .container.left {
    align-items: center;
    padding-bottom: 20px;
  }

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

  .navbar-buttons {
    display: none;
  }

  .dropdown-item {
    min-width: auto;
  }

  .navbar-wrapper.sticky-top {
    padding-bottom: 0;
  }

  .panel {
    border-radius: 6px;
  }

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

  .modal-background {
    display: none;
    overflow: visible;
  }

  .nav-menu {
    margin-left: 0;
    position: relative;
    left: 50px;
  }

  .panel-body {
    padding: 24px;
  }

  .button {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .button.top-margin {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .social-list {
    justify-content: flex-start;
  }

  .footer-1-bottom-row {
    text-align: center;
  }

  .text-lead {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-1-top-row {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .vertical-menu-grid {
    justify-items: center;
  }

  .display-heading-4 {
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 10px;
    font-size: 25px;
  }

  .display-heading-4.center-content.thin {
    font-size: 28px;
  }

  .display-heading-4.left-align {
    text-align: left;
    margin-top: 51px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    display: block;
  }

  .section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section.hero {
    background-position: 45%;
  }

  .section.hero.ea {
    margin-top: -327px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.hero.ea-template {
    min-height: 200px;
  }

  .section.algemen-voorwaarden {
    flex-direction: column;
    display: block;
  }

  .section.no-margin.orange {
    padding: 20px;
  }

  .section.no-margin.padding.white {
    margin-bottom: -40px;
  }

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

  .display-heading-3 {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
    line-height: 1.1;
  }

  .display-heading-1 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 44px;
  }

  .icon {
    margin-left: 0;
    padding-left: 6px;
  }

  .button-large {
    height: auto;
    padding: 15px;
    line-height: 1.3;
  }

  .button-large.top-margin {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large.top-margin.big-text {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large.big-text {
    padding: 25px;
    font-size: 16px;
  }

  .button-large.home.margin-left {
    margin-bottom: 23px;
    margin-left: 0;
    padding-left: 20px;
  }

  .grid-thirds {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .badge {
    min-width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .grid-halves {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .sub-heading-with-bar {
    text-align: center;
    margin-top: 13px;
    padding-bottom: 0;
    font-size: 18px;
  }

  .paragraph {
    align-items: center;
  }

  .paragraph.opsomming {
    text-align: left;
    margin-top: 3px;
    margin-bottom: -8px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .paragraph.opsomming.black {
    margin-top: -82px;
    margin-bottom: -23px;
    padding-top: 41px;
    padding-bottom: 52px;
    font-size: 18px;
  }

  .paragraph.big.margin {
    font-size: 20px;
  }

  .paragraph.center-content {
    font-size: 16px;
  }

  .bordered-list-item-small.first {
    margin-top: 98px;
  }

  .pricing-panel-top-row {
    margin-bottom: 28px;
  }

  .text-primary-2.no-bottom-space, .text-primary-1.no-bottom-space {
    text-align: left;
    font-size: 20px;
    line-height: 1.2;
  }

  .panel-subheading.text-primary-3 {
    color: var(--dark-orange);
  }

  .rounded-image {
    padding: 12px;
  }

  .card-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .card-heading.display-inline {
    font-size: 24px;
  }

  .card-heading.display-inline.text-gray-4 {
    font-size: 22px;
  }

  .panel-2 {
    border-radius: 6px;
  }

  .form-grid-halves {
    grid-template-columns: 1fr;
  }

  .panel-body-2 {
    padding: 24px;
  }

  .heading-1 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .heading-1.orange-div-bg.hero {
    margin-top: -11px;
    padding: 0 15px;
    font-size: 15px;
  }

  .heading-2 {
    font-size: 16px;
  }

  .heading-2.pop-up {
    font-size: 1.3rem;
  }

  .rich-text-block {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .info-rich-text-div-container {
    width: 100%;
  }

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

  .icon-box-with-text {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .footer-link {
    font-size: 16px;
  }

  .display-heading-5 {
    margin-top: -98px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 44px;
  }

  .picture {
    min-height: 40vh;
  }

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

  .horizontal.bottom-margin {
    max-width: 100%;
    margin-bottom: 9px;
  }

  .horizontal._100 {
    margin-left: 0;
  }

  .green-check {
    min-width: 15px;
    max-width: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .fixed-notice-container {
    border-radius: 6px;
    max-width: 298px;
    bottom: 12px;
    left: 12px;
  }

  .text-block-1.margin-top-and-bottom {
    margin-top: -37px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 11px;
  }

  .text-block-1.left {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 8px;
    overflow: visible;
  }

  .quote-heading {
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
  }

  .quote-heading.bg {
    padding-left: 9px;
  }

  .column-4 {
    background-position: 50%;
    flex-flow: column;
    display: flex;
  }

  .column-5 {
    padding-top: 0;
  }

  .columns {
    flex-flow: column;
  }

  .gallery-image {
    min-width: 300px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -34px;
  }

  .column-1 {
    margin-top: 293px;
    margin-bottom: 7px;
    padding-top: 26px;
    padding-bottom: 7px;
  }

  .tekstwolk {
    background-position: 100%;
    background-size: cover;
    margin-top: 15px;
    padding: 52px 13px 0 0;
  }

  .body-2 {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .ea-rich-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 1.1;
  }

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

  .text-span-4 {
    margin-top: -42px;
    font-size: 8px;
    display: block;
  }

  .image {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .social-proof {
    margin-top: 0;
    margin-bottom: 25px;
    box-shadow: 3px 3px 9px #0000003d;
  }

  .dylan-box {
    display: none;
  }

  .dylan-box.mobile {
    display: block;
  }

  .cms-wrapper-screenshots {
    margin-top: -70px;
  }

  .div-block-7 {
    justify-content: flex-end;
    display: block;
  }

  .certificate-container {
    height: 20vh;
  }

  .mask {
    width: 100%;
    height: 100%;
  }

  .tommiebox {
    display: block;
  }

  .pop-up-container {
    z-index: 8000;
    position: fixed;
  }

  .pop-up-container-card {
    width: 300px;
  }

  .pop-up-body {
    margin-bottom: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 16px;
  }

  .button-dm {
    margin-top: 0;
  }

  .italic-text {
    font-size: 8px;
  }

  .pop-up-container-card-2 {
    width: 90vw;
    height: 580px;
    overflow: auto;
  }

  .icon-1x1-small {
    margin-top: -9px;
    padding-right: 2px;
  }

  .icon-container-div.inverse {
    margin-top: 5px;
    padding-bottom: 0;
  }

  .form_input {
    font-size: 16px;
    position: static;
  }

  .pop-up-form {
    width: 100%;
    display: block;
    position: static;
  }

  .text-block-5 {
    margin-top: -9px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-4 {
    align-self: center;
  }

  .div-block-9 {
    margin-bottom: 38px;
  }

  .container-4 {
    max-width: none;
  }

  .hero-wrapper-2 {
    margin-bottom: -38px;
    padding-bottom: 0;
  }

  .shadow-two-2 {
    align-self: center;
    margin-top: -16px;
    margin-bottom: -40px;
    margin-left: 93px;
    padding-left: 0;
  }

  .hero-heading-right-2 {
    margin-top: -48px;
  }

  .heading-8 {
    text-align: left;
    margin-top: 40px;
    font-size: 40px;
  }

  .text-span-7 {
    color: var(--dark-orange);
  }

  .hero-heading-left {
    margin-top: 106px;
  }

  .hero-wrapper-3 {
    max-width: 100%;
    color: var(--black-2);
    flex-flow: column;
    margin-bottom: 0;
    display: block;
  }

  .heading-10 {
    margin-top: -33px;
  }

  .shadow-two-4 {
    margin-top: -52px;
  }

  .dropdown-menu {
    font-size: 19px;
  }

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

  .testimonial-column-light {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .heading-14 {
    margin-top: 0;
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading-3 {
    color: #000;
    margin-top: 31px;
    margin-bottom: 12px;
    padding-bottom: 0;
  }

  .container-7 {
    max-width: none;
  }

  .hero-stack {
    margin-bottom: 100px;
    padding-top: 0;
  }

  .container-8 {
    max-width: none;
  }

  .image-8 {
    width: 200px;
    height: 35px;
    margin-top: 300px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .image-9 {
    margin-left: 0;
    margin-right: 0;
  }

  .button-4 {
    margin-top: 22px;
  }

  .container-10 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .text-block-13 {
    margin-left: 5px;
    font-size: 12px;
  }

  .div-block-21 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-24 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-25 {
    justify-content: center;
  }

  .text-span-15 {
    padding-left: 5px;
  }

  .container-14 {
    display: none;
  }

  .section-hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .display-heading-6 {
    margin-top: 0;
    padding-top: 0;
  }

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

  .html-embed-2 {
    height: 40px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-28 {
    margin-bottom: 40px;
  }

  .container-21 {
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "Area-4"
                         "Area"
                         "Area-7"
                         "Area-8";
    margin-bottom: 20px;
  }

  .paragraph-12 {
    font-size: 16px;
  }

  .hamburger-menu-wrapper {
    min-width: 72px;
    max-width: 72px;
    min-height: 72px;
    max-height: 72px;
  }

  .position-relative---z-index-1.logo-and-icon-mobile-container {
    padding-left: 16px;
  }

  .sidebar-wrapper {
    min-height: 72px;
    max-height: 72px;
  }

  .sidebar-mobile-menu-icon-wrapper {
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .display-4 {
    font-size: 18px;
  }

  .graph-large-section-container {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .heading-22 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .heading-23 {
    font-size: 16px;
  }

  .text-block-14 {
    min-width: 100vw;
    margin-top: 10px;
    display: block;
  }

  .link-2 {
    color: var(--black-2);
    overflow: visible;
  }

  .div-block-30 {
    display: none;
    position: static;
    overflow: visible;
  }

  .video-inner-4 {
    margin-top: 0;
  }

  .navbar-2 {
    padding-bottom: 0;
    position: static;
  }

  .container-25 {
    display: flex;
  }

  .nav-menu-2 {
    z-index: 0;
    background-color: #fff;
    margin-bottom: 10px;
    display: flex;
    position: absolute;
  }

  .menu-button-2 {
    background-color: #f77f00;
    border-radius: 20px;
    margin-right: 10px;
  }

  .navbar-3 {
    z-index: 1;
  }

  .link-3 {
    display: flex;
  }

  .link-4 {
    width: 100%;
    max-width: 100%;
  }

  .container-28 {
    width: 100%;
    display: block;
  }

  .heading-24 {
    font-weight: 600;
  }

  .html-embed-16 {
    margin-bottom: 40px;
  }

  .code-embed {
    position: static;
  }

  .bold-text-7 {
    font-size: 24px;
  }

  .display-heading-6-copy {
    margin-top: 0;
    padding-top: 20px;
  }

  .button-large-home-mobile {
    height: auto;
    padding: 15px;
    line-height: 1.3;
  }

  .button-large-home-mobile.top-margin {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-home-mobile.top-margin.big-text {
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-home-mobile.big-text {
    padding: 25px;
    font-size: 16px;
  }

  .button-large-home-mobile.home.margin-left {
    margin-bottom: 23px;
    margin-left: 0;
    padding-left: 20px;
  }

  .button-large-home-mobile.top-margin-home-mobile {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-home-mobile.top-margin-home-mobile.big-text, .button-large-home-mobile.top-margin-home-mobile.big-text-home-mobile {
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-home {
    height: auto;
    padding: 15px;
    line-height: 1.3;
  }

  .button-large-home.top-margin {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-home.top-margin.big-text {
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-home.big-text {
    padding: 25px;
    font-size: 16px;
  }

  .button-large-home.home.margin-left {
    margin-bottom: 23px;
    margin-left: 0;
    padding-left: 20px;
  }

  .button-large-home.top-margin-4 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-home.top-margin-4.big-text, .button-large-home.top-margin-4.big-text-copy {
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-home.top-margin-4-copy {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-home.top-margin-4-copy.big-text, .button-large-home.top-margin-4-copy.big-text-copy {
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .ms-checkbox-wrap {
    display: flex;
  }

  .code-embed-2 {
    margin-bottom: 5px;
  }

  .heading-1-copy {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .heading-1-copy.orange-div-bg.hero {
    margin-top: -11px;
    padding: 0 15px;
    font-size: 15px;
  }

  .display-heading-3-copy {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
    line-height: 1.1;
  }

  .info-rich-text-div-container-copy {
    width: 100%;
  }

  .info-rich-text-div-container-copy2-copy {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .display-heading-3-cop3y {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
    line-height: 1.1;
  }

  .checkbox-label-2, .checkbox-label-3 {
    font-size: 12px;
  }

  .icon-container-div-copy.inverse {
    padding-bottom: 0;
  }

  .html-embed-2-copy {
    height: 50px;
    box-shadow: none;
    background-color: #f4f4f4;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-copy.left {
    align-items: center;
  }

  .container-copffy-copy {
    text-align: center;
    margin-top: -1px;
    margin-bottom: 0;
    padding: 0 12px;
  }

  .container-copffy-copy.legal-page {
    max-width: 100%;
  }

  .container-copffy-copy.left {
    align-items: center;
  }

  .container-copffy-copy.price {
    padding-left: 0;
    padding-right: 0;
  }

  .container-copffy-copy.legal-page-cgdfgopy {
    max-width: 100%;
  }

  .container-ggggg {
    text-align: center;
    margin-top: -1px;
    margin-bottom: 0;
    padding: 0 12px;
  }

  .container-ggggg.legal-page {
    max-width: 100%;
  }

  .container-ggggg.left {
    align-items: center;
  }

  .container-ggggg.price {
    padding-left: 0;
    padding-right: 0;
  }

  .container-ggggg.legal-page-gggg {
    max-width: 100%;
  }

  .heading-1-kkghjk {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .heading-1-kkghjk.orange-div-bg.hero {
    margin-top: -11px;
    padding: 0 15px;
    font-size: 15px;
  }

  .heading-1-fdasf {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .heading-1-fdasf.orange-div-bg.hero {
    margin-top: -11px;
    padding: 0 15px;
    font-size: 15px;
  }

  .navbar-3-evo {
    z-index: 1;
  }

  .section-2 {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .container-33 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-19 {
    display: inline-block;
  }

  .button-14 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
  }

  .display-heading-6-ff {
    margin-top: 0;
    padding-top: 20px;
    font-size: 25px;
  }

  .div-block-14-cgg-opy {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-13-ggg {
    justify-content: space-around;
    align-items: center;
    margin-left: 5px;
    font-size: 12px;
    display: block;
  }

  .image-9-ggg {
    margin-right: 0;
  }

  .button-large-jj {
    height: auto;
    padding: 15px;
    line-height: 1.3;
  }

  .button-large-jj.top-margin {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-jj.top-margin.big-text {
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-jj.big-text {
    padding: 25px;
    font-size: 16px;
  }

  .button-large-jj.home.margin-left {
    margin-bottom: 23px;
    margin-left: 0;
    padding-left: 20px;
  }

  .button-large-jj.top-margin-hjkl {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-jj.top-margin-hjkl.big-text, .button-large-jj.top-margin-hjkl.big-text-hk {
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .div-block-29-ff {
    margin-top: 20px;
  }

  .div-block-31 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

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

  .div-block-33 {
    justify-content: flex-start;
    margin-right: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-34 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .section-3-ll {
    padding-bottom: 0;
  }

  .centered-heading-4-jj {
    margin-bottom: 24px;
  }

  .container-21-kk {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .hero-wrapper-2-gg {
    margin-bottom: -38px;
    padding-bottom: 0;
  }

  .hero-split-2-jj {
    padding-left: 0;
  }

  .hero-heading-left-jj {
    margin-top: 106px;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-split-3-jjk {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
  }

  .heading-10-kgjh {
    margin-top: -33px;
    margin-right: 10px;
  }

  .horizontal-copy.bottom-margin {
    margin-bottom: 9px;
  }

  .horizontal-copy._100 {
    margin-left: 0;
  }

  .horizontal-copy.bottom-margin-cojjpy {
    border-style: none none solid;
    width: 100%;
    margin-bottom: 9px;
    padding: 0 10px;
  }

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

  .paragraph-ckkopy.opsomming {
    text-align: left;
    margin-top: 3px;
    margin-bottom: -8px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .paragraph-ckkopy.opsomming.black {
    margin-top: -82px;
    margin-bottom: -23px;
    padding-top: 41px;
    padding-bottom: 52px;
    font-size: 18px;
  }

  .paragraph-ckkopy.big.margin {
    font-size: 20px;
  }

  .paragraph-ckkopy.center-content {
    font-size: 16px;
  }

  .paragraph-ckkopy.opsomming-coplly {
    text-align: left;
    margin-top: 3px;
    margin-bottom: -8px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .paragraph-ckkopy.opsomming-coplly.black {
    margin-top: -82px;
    margin-bottom: -23px;
    padding-top: 41px;
    padding-bottom: 52px;
    font-size: 18px;
  }

  .paragraph-ckkopy.opsomming-coplly.black-coplly, .paragraph-ckkopy.opsomming-coplly.black-2 {
    color: var(--black-2);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .paragraph-ckkopy.opsomming-2 {
    text-align: left;
    margin-top: 3px;
    margin-bottom: -8px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .paragraph-ckkopy.opsomming-2.black {
    margin-top: -82px;
    margin-bottom: -23px;
    padding-top: 41px;
    padding-bottom: 52px;
    font-size: 18px;
  }

  .paragraph-ckkopy.opsomming-2.black-coplly, .paragraph-ckkopy.opsomming-2.black-2 {
    color: var(--black-2);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .div-block-3-copy, .div-block-3-copy-cllopy {
    width: 100%;
    margin-top: -34px;
  }

  .div-block-3-copy-cllopy.top-margin-cokkpy {
    border: 1px none var(--dark-orange);
    border-radius: 20px;
  }

  .link-block-cffopy {
    max-width: 80%;
  }

  .jj.bottom-margin {
    margin-bottom: 9px;
  }

  .jj._100 {
    margin-left: 0;
  }

  .jj.bottom-margin-cojjpy {
    margin-bottom: 9px;
  }

  .jj.bottom-margin-ggg-copy {
    border-style: none none solid;
    width: 100%;
    margin-bottom: 9px;
    padding: 0 5px 0 10px;
  }

  .html-embed-2-cc {
    height: 50px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-7-copy, .paragraph-7-copy2, .paragraph-7-copy3 {
    font-size: 14px;
  }

  .heading-8-sfdg, .heading-8-gfsd {
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
  }

  .div-block-37 {
    display: flex;
  }

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

  .hero-heading-left-ff {
    margin-top: 111px;
  }

  .link-block-ff {
    padding-left: 0;
  }

  .div-block-39 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .link-block-ff-dd {
    margin-top: 20px;
    padding-left: 0;
  }

  .div-block-21-cogsdfpy {
    width: 100%;
    margin-top: -48px;
  }

  .dropdown-menu-gg {
    font-size: 19px;
  }

  .paragraph-7-gg {
    font-size: 14px;
  }

  .dropdown-menu-gg1 {
    font-size: 19px;
  }

  .paragraph-7-gg2 {
    font-size: 14px;
  }

  .dropdown-menu-gg3 {
    font-size: 19px;
  }

  .paragraph-7-gg3 {
    font-size: 14px;
  }

  .dropdown-menu-gg4 {
    font-size: 19px;
  }

  .paragraph-7-gg4 {
    font-size: 14px;
  }

  .dropdown-menu-gg5 {
    font-size: 19px;
  }

  .paragraph-7-gg5 {
    font-size: 14px;
  }

  .container-21-fsadf {
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "Area-4"
                         "Area"
                         "Area-7"
                         "Area-8";
    margin-bottom: 20px;
  }

  .display-heading-6-gf {
    margin-top: 0;
    padding-top: 0;
  }

  .testimonial-column-light-sdfg {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .container-6-gf {
    max-width: none;
  }

  .button-large-hg {
    height: auto;
    padding: 15px;
    line-height: 1.3;
  }

  .button-large-hg.top-margin {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-hg.top-margin.big-text {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-hg.big-text {
    padding: 25px;
    font-size: 16px;
  }

  .button-large-hg.home.margin-left {
    margin-bottom: 23px;
    margin-left: 0;
    padding-left: 20px;
  }

  .div-block-21-ff {
    width: 100%;
    margin-top: -48px;
  }

  .button-large-home-hh {
    height: auto;
    padding: 15px;
    line-height: 1.3;
  }

  .button-large-home-hh.top-margin {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-home-hh.top-margin.big-text {
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-home-hh.big-text {
    padding: 25px;
    font-size: 16px;
  }

  .button-large-home-hh.home.margin-left {
    margin-bottom: 23px;
    margin-left: 0;
    padding-left: 20px;
  }

  .button-large-home-hh.top-margin-4 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-home-hh.top-margin-4.big-text, .button-large-home-hh.top-margin-4.big-text-copy {
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-home-hh.top-margin-4-copy {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-home-hh.top-margin-4-copy.big-text, .button-large-home-hh.top-margin-4-copy.big-text-copy {
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-home-hh.top-margin-4-copy-jj {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-home-hh.top-margin-4-copy-jj.big-text, .button-large-home-hh.top-margin-4-copy-jj.big-text-copy, .button-large-home-hh.top-margin-4-copy-jj.big-text-copy-ll {
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .display-heading-6-ff-fsd {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 14px;
  }

  .text-block-13-gggf {
    justify-content: space-around;
    align-items: center;
    margin-left: 5px;
    font-size: 16px;
    display: block;
  }

  .text-block-13-gfh, .text-block-13-sdfg {
    margin-left: 5px;
    font-size: 16px;
  }

  .div-block-31-fdg {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .html-embed-copy-gf {
    width: 95%;
    height: auto;
    margin-bottom: 20px;
  }

  .display-heading-6-ffdg {
    margin-top: 0;
    padding-top: 20px;
    font-size: 40px;
  }

  .html-embed-2-gf {
    opacity: 0;
    background-color: #fff;
    height: 50px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .display-heading-6-ff-fsd-gf {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 14px;
  }

  .navbar-3-h {
    z-index: 1;
  }

  .menu-button-2-hh {
    background-color: #f77f00;
    border-radius: 20px;
    margin-right: 10px;
    padding: 10px;
  }

  .container-25-gg {
    height: 35px;
    margin-bottom: 0;
    display: flex;
  }

  .text-span-57, .text-span-58 {
    color: var(--dark-orange);
  }

  .div-block-14-cgg-opyg {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .display-heading-6-ff-fsd-gf-bv {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 22px;
  }

  .container-40 {
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 0;
    display: flex;
  }

  .heading-33 {
    font-size: 15px;
  }

  .section-hero-gf {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-29-ff-gfd {
    margin-top: 30px;
  }

  .display-heading-6-ff-fsd-fh {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .bold-text-9-fd-fg {
    justify-content: center;
    align-items: center;
    font-size: 12px;
    display: flex;
  }

  .centered-heading-4-1 {
    margin-bottom: 24px;
  }

  .hero-heading-right-2-copy {
    margin-top: 0;
    padding-top: 20px;
  }

  .hero-wrapper-2-gg-copy {
    margin-bottom: -38px;
    padding-bottom: 0;
  }

  .shadow-two-2-ff {
    align-self: center;
    margin-top: -16px;
    margin-bottom: -40px;
    margin-left: 93px;
    padding-left: 0;
  }

  .section-new {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .disply-headline-2 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 22px;
  }

  .header-2-section-2 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 25px;
  }

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

  .container-43 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .container-44 {
    width: 30vw;
    max-width: 30vw;
    margin-bottom: 20px;
    margin-left: 2px;
    padding-left: 5px;
    padding-right: 5px;
    position: static;
  }

  .heading-one {
    margin-left: 0;
    font-size: 50px;
  }

  .container-44-copy {
    max-width: 30vw;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-35 {
    font-size: 20px;
  }

  .heading-36 {
    width: auto;
    font-size: 20px;
  }

  .heading-37 {
    font-size: 20px;
  }

  .heading-one-2 {
    margin-left: 0;
    font-size: 50px;
  }

  .section-12 {
    padding-top: 30px;
  }

  .owl-carousel.owl-theme {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .image-27 {
    width: 300px;
    height: 525px;
    margin-top: -39px;
  }

  .video-3 {
    width: 300px;
  }

  .collection-item {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 20px;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container-47 {
    width: 100%;
    max-width: 100%;
    height: 3px;
    margin-top: -20px;
  }

  .heading-10-kgjh-gf {
    margin-top: -33px;
  }

  .div-block-40 {
    border-top: 3px solid var(--dark-orange-2);
    border-bottom: 3px #000;
    width: 50%;
    height: 3px;
  }

  .div-block-41 {
    border-top: 3px solid var(--dark-orange);
    width: 50%;
    height: 3px;
  }

  .container-47-copy {
    width: 100%;
    max-width: 100%;
    height: 3px;
    margin-top: 0;
  }

  .container-48 {
    width: 100%;
    max-width: 100%;
    height: 3px;
    margin-top: -20px;
  }

  .div-block-40-copy, .div-block-40-copy-copy {
    border-top: 3px solid var(--dark-orange-2);
    border-bottom: 3px #000;
    width: 50%;
    height: 3px;
  }

  .div-1 {
    border-top: 3px solid var(--dark-orange);
    width: 50%;
    height: 3px;
  }

  .div-2, .div-3 {
    border-top: 3px solid var(--dark-orange-2);
    border-bottom: 3px #000;
    width: 50%;
    height: 3px;
  }

  .div-4 {
    border-top: 3px solid var(--dark-orange);
    width: 50%;
    height: 3px;
  }

  .tabs-menu {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-link-evolute-trading {
    border-bottom-color: var(--white);
    color: var(--dark-orange);
  }

  .tab-link-evolute-trading.w--current {
    padding-left: 30px;
  }

  .tab-link-evolute-trading.text-block-comparison.w--current {
    color: var(--dark-orange);
  }

  .tab-link-andere-groepen {
    border-bottom-color: var(--white);
  }

  .tab-link-andere-groepen.text-block-comparison-2 {
    color: var(--white);
  }

  .tab-link-andere-groepen.text-block-comparison-2.w--current {
    color: var(--dark-orange);
  }

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

  .div-block-3-copy-cllopy-copy {
    width: 100%;
    margin-top: -34px;
  }

  .div-block-3-copy-cllopy-copy.top-margin-cokkpy {
    border: 1px solid var(--dark-orange);
    border-radius: 20px;
  }

  .div-block-3-copy-cllopy-copy.top-margin-cokkpy-copy {
    border: 1px none var(--dark-orange);
    border-radius: 20px;
  }

  .container-49 {
    flex-flow: row;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .hero-heading-left-jj-copy {
    margin-top: 70px;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .paragraph-ckkopy-copy.opsomming-coplly.black-coplly {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .paragraph-ckkopy-copy.opsomming-coplly-copy {
    text-align: left;
    margin-top: 3px;
    margin-bottom: -8px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .paragraph-ckkopy-copy.opsomming-coplly-copy.black {
    margin-top: -82px;
    margin-bottom: -23px;
    padding-top: 41px;
    padding-bottom: 52px;
    font-size: 18px;
  }

  .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly, .paragraph-ckkopy-copy.opsomming-coplly-copy.black-coplly-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .section-copy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-copy.hero {
    background-position: 45%;
  }

  .section-copy.hero.ea {
    margin-top: -327px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-copy.hero.ea-template {
    min-height: 200px;
  }

  .section-copy.algemen-voorwaarden {
    flex-direction: column;
    display: block;
  }

  .section-copy.no-margin.orange {
    padding: 20px;
  }

  .section-copy.no-margin.padding.white {
    margin-bottom: -40px;
  }

  .column-5-copy {
    padding-top: 0;
  }

  .display-heading-4-copy {
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 10px;
    font-size: 25px;
  }

  .display-heading-4-copy.center-content.thin {
    font-size: 28px;
  }

  .display-heading-4-copy.left-align {
    text-align: left;
    margin-top: 51px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    display: block;
  }

  .text-span-73-copy {
    color: var(--black-2);
  }

  .collection-item-2 {
    width: 300px;
    height: 525px;
    display: flex;
  }

  .text-block-18 {
    color: var(--dark-orange);
  }

  .container-44-copy {
    width: 30vw;
    max-width: 30vw;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 5px;
    position: static;
  }

  .container-44-2 {
    width: 30vw;
    max-width: 30vw;
    margin-bottom: 20px;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .header-2-section-2-1 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 19px;
  }

  .heading-13-2 {
    font-size: 35px;
  }

  .image-28 {
    width: auto;
  }

  .container-2 {
    text-align: center;
    margin-top: -108px;
    margin-bottom: 0;
    padding: 0 12px 40px;
  }

  .container-2.legal-page {
    max-width: 100%;
  }

  .container-2.left {
    align-items: center;
  }

  .container-2.price {
    padding-left: 0;
    padding-right: 0;
  }

  .foryou {
    padding-left: 3px;
    padding-right: 3px;
  }

  .container-50 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .copypaste {
    text-align: left;
  }

  .div-block-42 {
    padding-left: 20px;
  }

  .image-29 {
    margin-bottom: -2px;
  }

  .container-54 {
    width: 100vw;
  }

  .hero-heading-right-3-1 {
    padding-bottom: 20px;
  }

  .container-52-1 {
    margin-left: auto;
  }

  .text-span-95, .text-span-97 {
    font-size: 35px;
  }

  .waarschuwing {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 20px;
  }

  .section-15 {
    padding-top: 10px;
  }

  .hero-stack-faq {
    margin-bottom: 100px;
    padding-top: 0;
  }

  .image-30 {
    position: static;
  }

  .text-span-73-copy-2 {
    color: var(--white);
  }

  .paragraph-ckkopy-copy {
    align-items: center;
  }

  .paragraph-ckkopy-copy.opsomming {
    text-align: left;
    margin-top: 3px;
    margin-bottom: -8px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .paragraph-ckkopy-copy.opsomming.black {
    margin-top: -82px;
    margin-bottom: -23px;
    padding-top: 41px;
    padding-bottom: 52px;
    font-size: 18px;
  }

  .paragraph-ckkopy-copy.big.margin {
    font-size: 20px;
  }

  .paragraph-ckkopy-copy.center-content {
    font-size: 16px;
  }

  .paragraph-ckkopy-copy.opsomming-coplly {
    text-align: left;
    margin-top: 3px;
    margin-bottom: -8px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .paragraph-ckkopy-copy.opsomming-coplly.black {
    margin-top: -82px;
    margin-bottom: -23px;
    padding-top: 41px;
    padding-bottom: 52px;
    font-size: 18px;
  }

  .paragraph-ckkopy-copy.opsomming-coplly.black-coplly, .paragraph-ckkopy-copy.opsomming-coplly.black-2 {
    color: var(--black-2);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .paragraph-ckkopy-copy.opsomming-2 {
    text-align: left;
    margin-top: 3px;
    margin-bottom: -8px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .paragraph-ckkopy-copy.opsomming-2.black {
    margin-top: -82px;
    margin-bottom: -23px;
    padding-top: 41px;
    padding-bottom: 52px;
    font-size: 18px;
  }

  .paragraph-ckkopy-copy.opsomming-2.black-coplly, .paragraph-ckkopy-copy.opsomming-2.black-2 {
    color: var(--black-2);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .paragraph-2-1 {
    align-items: center;
  }

  .paragraph-2-1.opsomming {
    text-align: left;
    margin-top: 3px;
    margin-bottom: -8px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .paragraph-2-1.opsomming.black {
    margin-top: -82px;
    margin-bottom: -23px;
    padding-top: 41px;
    padding-bottom: 52px;
    font-size: 18px;
  }

  .paragraph-2-1.big.margin {
    font-size: 20px;
  }

  .paragraph-2-1.center-content {
    font-size: 16px;
  }

  .paragraph-2-1.opsomming-coplly {
    text-align: left;
    margin-top: 3px;
    margin-bottom: -8px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .paragraph-2-1.opsomming-coplly.black {
    margin-top: -82px;
    margin-bottom: -23px;
    padding-top: 41px;
    padding-bottom: 52px;
    font-size: 18px;
  }

  .paragraph-2-1.opsomming-coplly.black-coplly, .paragraph-2-1.opsomming-coplly.black-2 {
    color: var(--black-2);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .paragraph-2-1.opsomming-2 {
    text-align: left;
    margin-top: 3px;
    margin-bottom: -8px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .paragraph-2-1.opsomming-2.black {
    margin-top: -82px;
    margin-bottom: -23px;
    padding-top: 41px;
    padding-bottom: 52px;
    font-size: 18px;
  }

  .paragraph-2-1.opsomming-2.black-coplly {
    color: var(--black-2);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .paragraph-2-1.opsomming-2.black-2 {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .column-6-1 {
    background-position: 50%;
    flex-flow: column;
    margin-top: 10px;
    display: flex;
  }

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

  .text-block-comparison-2 {
    color: var(--dark-orange);
  }

  .display-heading-4-1 {
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 20px;
    font-size: 35px;
  }

  .display-heading-4-1.center-content.thin {
    font-size: 28px;
  }

  .display-heading-4-1.left-align {
    text-align: left;
    margin-top: 51px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    display: block;
  }

  .text-span-102 {
    color: var(--dark-orange);
    font-weight: 700;
  }

  .hero-wrapper-3-2 {
    max-width: 100%;
    color: var(--black-2);
    flex-flow: column;
    margin-bottom: 0;
    display: none;
  }

  .hero-heading-left-jj-2 {
    margin-top: 81px;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-16 {
    border-bottom: 5px #000;
    margin-bottom: -2px;
  }

  .pop-up-container-v2 {
    z-index: 8000;
    background-color: #000000e6;
    position: fixed;
  }

  .pop-up-container-card-v2 {
    width: 90vw;
    height: 580px;
    overflow: auto;
  }

  .pop-up-body-v2 {
    margin-bottom: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 16px;
  }

  .heading-33-v2 {
    color: var(--white);
    font-size: 15px;
  }

  .link-block-small-v2 {
    width: 90%;
  }

  .shadow-two-4-dupe {
    margin-top: -52px;
  }

  .fbclid, .form_input-copy {
    font-size: 16px;
    position: static;
  }

  .button-large2 {
    height: auto;
    padding: 15px;
    line-height: 1.3;
  }

  .button-large2.top-margin {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large2.top-margin.big-text {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large2.big-text {
    padding: 25px;
    font-size: 16px;
  }

  .button-large2.home.margin-left {
    margin-bottom: 23px;
    margin-left: 0;
    padding-left: 20px;
  }

  .button-large2.top-margin2 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large2.top-margin2.big-text, .button-large2.top-margin2.big-text2 {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-home2 {
    height: auto;
    padding: 15px;
    line-height: 1.3;
  }

  .button-large-home2.top-margin {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-home2.top-margin.big-text {
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-home2.big-text {
    padding: 25px;
    font-size: 16px;
  }

  .button-large-home2.home.margin-left {
    margin-bottom: 23px;
    margin-left: 0;
    padding-left: 20px;
  }

  .button-large-home2.top-margin-4 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-home2.top-margin-4.big-text, .button-large-home2.top-margin-4.big-text-copy {
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-home2.top-margin-4-copy {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-home2.top-margin-4-copy.big-text, .button-large-home2.top-margin-4-copy.big-text-copy {
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-home2.top-margin-42 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-home2.top-margin-42.big-text, .button-large-home2.top-margin-42.big-text-copy, .button-large-home2.top-margin-42.big-text2 {
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-copy.top-margin2 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-copy.top-margin2.big-text, .button-large-copy.top-margin2.big-text2 {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-copy.top-margin-copy.big-text, .button-large-copy.top-margin-copy.big-text-copy {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-copy.top-margin-copy.big-text, .button-large-copy.top-margin-copy.big-text-copy {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-copy {
    height: auto;
    padding: 15px;
    line-height: 1.3;
  }

  .button-large-copy.top-margin {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-copy.top-margin.big-text {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-copy.big-text {
    padding: 25px;
    font-size: 16px;
  }

  .button-large-copy.home.margin-left {
    margin-bottom: 23px;
    margin-left: 0;
    padding-left: 20px;
  }

  .button-large-copy.top-margin-copy {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-copy.top-margin-copy.big-text, .button-large-copy.top-margin-copy.big-text-copy {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-copy-copy.top-margin-copy {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-copy-copy.top-margin-copy.big-text, .button-large-copy-copy.top-margin-copy.big-text-copy {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

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

  .button-134 {
    background-color: var(--dark-orange);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
  }

  .pop-up-container2 {
    z-index: 8000;
    position: fixed;
  }

  .button-large-copy-copy {
    height: auto;
    padding: 15px;
    line-height: 1.3;
  }

  .button-large-copy-copy.top-margin {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-copy-copy.top-margin.big-text {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-copy-copy.big-text {
    padding: 25px;
    font-size: 16px;
  }

  .button-large-copy-copy.home.margin-left {
    margin-bottom: 23px;
    margin-left: 0;
    padding-left: 20px;
  }

  .button-large-copy-copy.top-margin2 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-copy-copy.top-margin2.big-text, .button-large-copy-copy.top-margin2.big-text2 {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .button-large-copy-copy.top-margin2-copy {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    font-weight: 600;
  }

  .button-large-copy-copy.top-margin2-copy.big-text, .button-large-copy-copy.top-margin2-copy.big-text2, .button-large-copy-copy.top-margin2-copy.big-text2-copy {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.1;
    position: sticky;
    top: 100%;
  }

  .form_input-copy {
    font-size: 16px;
    position: static;
  }

  .container-58.container-links {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-31 {
    border-radius: 100px;
  }

  .container-28-fds {
    width: 100%;
    display: block;
  }

  .horizontal-fd.bottom-margin {
    max-width: 100%;
    margin-bottom: 9px;
  }

  .horizontal-fd._100, .horizontal-fd._100-sdf {
    margin-left: 0;
  }

  .section-dasdf {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-dasdf.hero {
    background-position: 45%;
  }

  .section-dasdf.hero.ea {
    margin-top: -327px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-dasdf.hero.ea-template {
    min-height: 200px;
  }

  .section-dasdf.algemen-voorwaarden {
    flex-direction: column;
    display: block;
  }

  .section-dasdf.no-margin.orange {
    padding: 20px;
  }

  .section-dasdf.no-margin.padding.white {
    margin-bottom: -40px;
  }

  .section-dasdf.hero-asdf {
    background-position: 45%;
  }

  .section-dasdf.hero-asdf.ea {
    margin-top: -327px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-dasdf.hero-asdf.ea-template {
    min-height: 200px;
  }

  .image-32, .image-33 {
    width: 30px;
    height: 30px;
  }

  .header-2-section-2-2 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 25px;
  }

  .collection-item2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 20px;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section-copy2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-copy2.hero {
    background-position: 45%;
  }

  .section-copy2.hero.ea {
    margin-top: -327px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-copy2.hero.ea-template {
    min-height: 200px;
  }

  .section-copy2.algemen-voorwaarden {
    flex-direction: column;
    display: block;
  }

  .section-copy2.no-margin.orange {
    padding: 20px;
  }

  .section-copy2.no-margin.padding.white {
    margin-bottom: -40px;
  }

  .column-6-1-2 {
    background-image: url('../images/Alexander-PF.png'), url('../images/461817334_1318652166172944_7960315851063197031_n-2.png');
    background-position: 50%, 50%;
    background-size: cover, cover;
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .div-block-25-1 {
    justify-content: center;
  }

  .collection-item-copy, .collection-item-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 20px;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container-3 {
    text-align: center;
    margin-top: -108px;
    margin-bottom: 0;
    padding: 0 12px 40px;
  }

  .container-3.legal-page {
    max-width: 100%;
  }

  .container-3.left {
    align-items: center;
  }

  .container-3.price {
    padding-left: 0;
    padding-right: 0;
  }

  .column-5-copy2 {
    padding-top: 0;
    padding-left: 10px;
  }

  .text-span-73-copy-3 {
    color: var(--white);
  }

  .display-heading-4-3 {
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 20px;
    font-size: 35px;
  }

  .display-heading-4-3.center-content.thin {
    font-size: 28px;
  }

  .display-heading-4-3.left-align {
    text-align: left;
    margin-top: 51px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    display: block;
  }

  .container-3-mobile {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 12px 40px;
  }

  .container-3-mobile.legal-page {
    max-width: 100%;
  }

  .container-3-mobile.left {
    align-items: center;
  }

  .container-3-mobile.price {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3-desktop {
    text-align: center;
    margin-top: -108px;
    margin-bottom: 0;
    padding: 0 12px 40px;
  }

  .container-3-desktop.legal-page {
    max-width: 100%;
  }

  .container-3-desktop.left {
    align-items: center;
  }

  .container-3-desktop.price {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-73-copy-32 {
    color: var(--black-2);
  }

  .collection-item-4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-42-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-section2 {
    padding-bottom: 0;
  }

  .section-copy3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-copy3.hero {
    background-position: 45%;
  }

  .section-copy3.hero.ea {
    margin-top: -327px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-copy3.hero.ea-template {
    min-height: 200px;
  }

  .section-copy3.algemen-voorwaarden {
    flex-direction: column;
    display: block;
  }

  .section-copy3.no-margin.orange {
    padding: 20px;
  }

  .section-copy3.no-margin.padding.white {
    margin-bottom: -40px;
  }

  .container-59 {
    margin-bottom: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-2 {
    width: 100%;
    display: block;
    position: static;
  }

  .form_input2 {
    font-size: 16px;
    position: static;
  }

  .form-3-copy {
    display: flex;
  }

  .form-2-copy {
    width: 100%;
    display: block;
    position: static;
  }

  .u9lohawf {
    display: none;
  }

  .ir30omq2 {
    width: 322px;
    height: 216px;
  }

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

  .image-29-copy {
    margin-bottom: -2px;
  }

  .button-copy {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .button-copy.top-margin {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-33-copy, .image-33-copy-copy {
    width: 20px;
    height: 15px;
  }

  .heading-24-copy {
    font-weight: 600;
  }

  .heading-24-copy.container-links {
    font-size: 18px;
  }

  .heading-24-copy-copy {
    font-weight: 600;
  }

  .heading-24-copy-copy.container-links {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
  }

  .paragraph-16-copy {
    font-size: 12px;
  }

  .paragraph-18-copy {
    font-size: 11px;
  }

  .top-text {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 9px;
    line-height: 13px;
  }

  .header-section {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 10px 15px;
    display: block;
  }

  .mob-logo {
    display: block;
  }

  .d-logo {
    display: none;
  }

  .text-span-130 {
    font-size: 10px;
    line-height: 10px;
  }

  .note-div-2 {
    margin-top: 20px;
    padding-top: 20px;
  }

  .cta-bottom.based_on_country {
    margin-top: 19px;
  }

  .main-feature-div {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .text-block-19 {
    margin-top: 19px;
    font-size: 20px;
    line-height: 26px;
  }

  .author-text {
    font-size: 11px;
    line-height: 13px;
  }

  .icon-text-2 {
    text-align: left;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .bold-text-48 {
    font-size: 17px;
  }

  .text-span-132 {
    font-size: 11px;
    line-height: 8px;
  }

  .para-ad {
    font-size: 18px;
    font-weight: 400;
  }

  .lock-mobile.reverse-icon {
    display: none;
  }

  .bold-text-22 {
    font-size: 17px;
  }

  .offer-row-2 {
    text-align: center;
    padding: 27px 7px 21px;
  }

  .para-div-bot {
    padding-top: 14px;
    padding-bottom: 5px;
  }

  .para-div-bot.q3 {
    flex-direction: column;
  }

  .ff {
    display: none;
  }

  .feature-left-div-2 {
    text-align: center;
    background-image: url('../images/mid-gg_mob.jpg');
    background-position: 0 0;
    background-size: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 198px;
    padding-right: 0;
    display: block;
  }

  .breadcrumb {
    font-size: 10px;
    line-height: 14px;
    display: block;
  }

  .link-17 {
    font-size: 20px;
    line-height: 28px;
  }

  .offer-heading {
    font-size: 23px;
    line-height: 25px;
  }

  .cta-button-main {
    height: 52px;
  }

  .cta-button-main.based_on_country {
    height: auto;
  }

  .feature-div-2 {
    text-align: center;
    flex-wrap: wrap;
    padding-left: 18px;
    padding-right: 18px;
  }

  .ig-text {
    font-size: 13px;
  }

  .sub-heading-top {
    margin-top: 12px;
    font-size: 20px;
    line-height: 24px;
  }

  .para-ad-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .para-ad-3._23 {
    text-align: center;
    padding-left: 0;
    line-height: 25px;
  }

  .trusted-reviews {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-img-2 {
    margin-bottom: 24px;
    display: none;
  }

  .cc {
    margin-bottom: 8px;
    display: block;
  }

  .but-mid-div-2 {
    width: auto;
    padding-bottom: 0;
  }

  .offer-img-2 {
    margin-top: 0;
    margin-left: 0;
    padding-top: 16px;
    padding-left: 0;
  }

  .heading-39 {
    padding-bottom: 0;
    font-size: 25px;
    font-weight: 900;
    line-height: 34px;
    display: block;
  }

  .comment-text {
    margin-right: 13px;
    line-height: 13px;
  }

  .text-span-136 {
    font-weight: 700;
  }

  .button-txt-javy {
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mid-btn {
    margin-top: 7px;
    margin-bottom: -10px;
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 15px;
    line-height: 16px;
  }

  .text-span-138 {
    font-size: 20px;
  }

  .left-content-block {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .view-text {
    line-height: 13px;
  }

  .main-heading-ad {
    margin-top: 10px;
    font-size: 32px;
    line-height: 36px;
  }

  .main-heading-ad._44 {
    letter-spacing: -1px;
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
  }

  .main-heading-ad._44._56 {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 33px;
  }

  .div-block-18 {
    margin-top: -2px;
    padding-top: 0;
  }

  .fixed-bar {
    font-size: 10px;
    line-height: 18px;
  }

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

  .italic-text-2 {
    font-size: 18px;
  }

  .div-block-52 {
    font-size: 14px;
  }

  .text-span-139 {
    padding-left: 6px;
    font-size: 20px;
    font-weight: 400;
    line-height: 16px;
  }

  .offer-col-1 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 23px;
  }

  .para-blue, .para-blue._123 {
    font-size: 16px;
  }

  .hero-section {
    height: auto;
    padding: 0 15px 28px;
  }

  .paragraph-5._55 {
    font-size: 16px;
  }

  .icon-div-one {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .test-div {
    background-color: #fff0;
    justify-content: space-around;
    width: auto;
    margin-top: 3px;
    padding-left: 9px;
    padding-right: 9px;
    transform: none;
  }

  .avatar-block-img {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
  }

  .lock-icon.reverse-icon.button-mobile {
    top: auto;
    bottom: auto;
  }

  .try-risk-free-bar {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-try {
    height: 52px;
  }

  .footer-sec-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .copy-para-2 {
    font-size: 12px;
  }

  .ref-text {
    object-fit: fill;
    overflow: hidden;
  }

  .paragraph-19 {
    color: var(--white);
    font-size: 12px;
  }

  .text-span-143 {
    font-size: 10px;
    line-height: 10px;
  }

  .text-span-144 {
    font-size: 11px;
    line-height: 8px;
  }

  .div-block-53 {
    padding-left: 10px;
  }

  .logo-2 {
    width: 120px;
    height: 28px;
  }

  .padding-vertical.padding-welcome {
    padding-top: 75px;
  }

  .padding-vertical.padding-members {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .padding-vertical.padding-hero {
    padding-top: 75px;
    padding-bottom: 25px;
  }

  .welcome-image {
    width: 50%;
  }

  .welcome-main-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .welcome-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 15px;
  }

  .button-primary.smaller {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .875rem;
  }

  .button-primary.button-navbar {
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .875rem;
  }

  .form-top {
    font-size: 1rem;
  }

  .item-right-wrapper, .item-profile-wrapper {
    max-width: none;
  }

  .footer-left-wrapper {
    font-size: 1rem;
  }

  .join-top-wrapper {
    padding: 10px;
  }

  .community-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }

  .earn-items-wrapper, .form-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .members-video {
    width: 70%;
  }

  .join-top-right-wrapper {
    min-height: 500px;
  }

  .form-bottom {
    font-size: 1rem;
  }

  .form-wrapper {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 40px 20px;
  }

  .footer-links-wrapper {
    font-size: 1rem;
  }

  .footer-contact-item {
    justify-content: flex-start;
    align-items: center;
  }

  .members-videos-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-video-wrapper {
    padding: 15px;
  }

  .earn-item {
    width: 100%;
  }

  .close-popup {
    width: 15px;
    height: 15px;
  }

  .trustpilot-wrapper {
    margin-top: 15px;
  }

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

  .bonus-title-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar-wrapper-2, .footer-middle-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .h1-57.mw-535 {
    max-width: 320px;
  }

  .footer-left-wrapper-2 {
    font-size: 1rem;
  }

  .container-28-fds-copy {
    width: 100%;
    display: block;
  }

  .image-33-fsdgsdf {
    width: 30px;
    height: 30px;
  }

  .section-dasdf-adsfasdf {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-dasdf-adsfasdf.hero {
    background-position: 45%;
  }

  .section-dasdf-adsfasdf.hero.ea {
    margin-top: -327px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-dasdf-adsfasdf.hero.ea-template {
    min-height: 200px;
  }

  .section-dasdf-adsfasdf.algemen-voorwaarden {
    flex-direction: column;
    display: block;
  }

  .section-dasdf-adsfasdf.no-margin.orange {
    padding: 20px;
  }

  .section-dasdf-adsfasdf.no-margin.padding.white {
    margin-bottom: -40px;
  }

  .section-dasdf-adsfasdf.hero-asdf {
    background-position: 45%;
  }

  .section-dasdf-adsfasdf.hero-asdf.ea {
    margin-top: -327px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-dasdf-adsfasdf.hero-asdf.ea-template {
    min-height: 200px;
  }

  .section-dasdf-adsfasdf.hero-asdf-dasfasdf {
    background-position: 45%;
  }

  .section-dasdf-adsfasdf.hero-asdf-dasfasdf.ea {
    margin-top: -327px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-dasdf-adsfasdf.hero-asdf-dasfasdf.ea-template {
    min-height: 200px;
  }

  .heading-24-fsdgfdsgdg {
    font-weight: 600;
  }

  .image-31-dasfsdf {
    border-radius: 100px;
  }

  .button-fsdgdf {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    display: flex;
  }

  .button-fsdgdf.top-margin {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-2-copy-dfs {
    width: 100%;
    display: block;
    position: static;
  }

  .section-fd {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-fd.hero {
    background-position: 45%;
  }

  .section-fd.hero.ea {
    margin-top: -327px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-fd.hero.ea-template {
    min-height: 200px;
  }

  .section-fd.algemen-voorwaarden {
    flex-direction: column;
    display: block;
  }

  .section-fd.no-margin.orange {
    padding: 20px;
  }

  .section-fd.no-margin.padding.white {
    margin-bottom: -40px;
  }

  .section-fd.algemen-voorwaarden-fd {
    flex-direction: column;
    display: flex;
  }

  .section-dsf {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-dsf.hero {
    background-position: 45%;
  }

  .section-dsf.hero.ea {
    margin-top: -327px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-dsf.hero.ea-template {
    min-height: 200px;
  }

  .section-dsf.algemen-voorwaarden {
    flex-direction: column;
    display: block;
  }

  .section-dsf.no-margin.orange {
    padding: 20px;
  }

  .section-dsf.no-margin.padding.white {
    margin-bottom: -40px;
  }

  .section-dsf.hero-dsdfs {
    background-position: 45%;
  }

  .section-dsf.hero-dsdfs.ea {
    margin-top: -327px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-dsf.hero-dsdfs.ea-template {
    min-height: 200px;
  }

  .display-heading-3-cop3y-df {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
    line-height: 1.1;
  }

  .heading-1-fdasf-df {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .heading-1-fdasf-df.orange-div-bg.hero {
    margin-top: -11px;
    padding: 0 15px;
    font-size: 15px;
  }

  .container-dfd {
    text-align: center;
    margin-top: -108px;
    margin-bottom: 0;
    padding: 0 12px;
  }

  .container-dfd.legal-page {
    max-width: 100%;
  }

  .container-dfd.left {
    align-items: center;
    padding-bottom: 20px;
  }

  .container-dfd.price {
    padding-left: 0;
    padding-right: 0;
  }

  .container-dfd.legal-page-df {
    max-width: 100%;
  }

  .container-df {
    text-align: center;
    margin-top: -108px;
    margin-bottom: 0;
    padding: 0 12px;
  }

  .container-df.legal-page {
    max-width: 100%;
    margin-top: 0;
  }

  .container-df.left {
    align-items: center;
    padding-bottom: 20px;
  }

  .container-df.price {
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy {
    text-align: center;
    margin-top: -108px;
    margin-bottom: 0;
    padding: 0 12px;
  }

  .container-copy.legal-page {
    max-width: 100%;
  }

  .container-copy.left {
    align-items: center;
    padding-bottom: 20px;
  }

  .container-copy.price {
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy-df {
    text-align: center;
    margin-top: -108px;
    margin-bottom: 0;
    padding: 0 12px;
  }

  .container-copy-df.legal-page {
    max-width: 100%;
  }

  .container-copy-df.left {
    align-items: center;
    padding-bottom: 20px;
  }

  .container-copy-df.price {
    padding-left: 0;
    padding-right: 0;
  }

  .container-sdfe {
    text-align: center;
    margin-top: -108px;
    margin-bottom: 0;
    padding: 0 12px;
  }

  .container-sdfe.legal-page {
    max-width: 100%;
    margin-top: 0;
  }

  .container-sdfe.left {
    align-items: center;
    padding-bottom: 20px;
  }

  .container-sdfe.price {
    padding-left: 0;
    padding-right: 0;
  }

  .section-dsf-dfg {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-dsf-dfg.hero {
    background-position: 45%;
  }

  .section-dsf-dfg.hero.ea {
    margin-top: -327px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-dsf-dfg.hero.ea-template {
    min-height: 200px;
  }

  .section-dsf-dfg.algemen-voorwaarden {
    flex-direction: column;
    display: block;
  }

  .section-dsf-dfg.no-margin.orange {
    padding: 20px;
  }

  .section-dsf-dfg.no-margin.padding.white {
    margin-bottom: -40px;
  }

  .section-dsf-dfg.hero-dsdfs {
    background-position: 45%;
  }

  .section-dsf-dfg.hero-dsdfs.ea {
    margin-top: -327px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-dsf-dfg.hero-dsdfs.ea-template {
    min-height: 200px;
  }

  .section-dsf-dfg.hero-dsdfs-dfg {
    background-position: 45%;
  }

  .section-dsf-dfg.hero-dsdfs-dfg.ea {
    margin-top: -327px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-dsf-dfg.hero-dsdfs-dfg.ea-template {
    min-height: 200px;
  }

  .code-embed-5 {
    margin: 0;
  }

  .padding-vertical-copy.padding-welcome {
    padding-top: 75px;
  }

  .padding-vertical-copy.padding-members {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .padding-vertical-copy.padding-hero {
    padding-top: 75px;
    padding-bottom: 25px;
  }

  .button-primary-copy.smaller {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .875rem;
  }

  .button-primary-copy.button-navbar {
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .875rem;
  }

  .button-primary-en.smaller {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .875rem;
  }

  .button-primary-en.button-navbar {
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .875rem;
  }

  .community-item-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }

  .members-video-copy {
    width: 70%;
  }
}

#w-node-_3438efa2-612b-e2bf-621d-e91da27cfdf6-319e5ac3 {
  place-self: center stretch;
}

#w-node-fe3e8daf-b401-8603-9cb7-0a3327430816-319e5ac8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fe3e8daf-b401-8603-9cb7-0a3327430817-319e5ac8, #w-node-fe3e8daf-b401-8603-9cb7-0a3327430819-319e5ac8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5272cbb3-dbf3-87f3-7174-e955bde393ba-aabbda34, #w-node-_5272cbb3-dbf3-87f3-7174-e955bde39400-aabbda34, #w-node-_5272cbb3-dbf3-87f3-7174-e955bde39401-aabbda34, #w-node-_3b585458-714f-0775-d2e1-3026f7628f68-c2820113, #w-node-_3b585458-714f-0775-d2e1-3026f7628fb0-c2820113, #tg-forward.w-node-_3b585458-714f-0775-d2e1-3026f7628fb1-c2820113, #w-node-_5272cbb3-dbf3-87f3-7174-e955bde393ba-09fe221a, #w-node-_5272cbb3-dbf3-87f3-7174-e955bde39400-09fe221a, #w-node-_5272cbb3-dbf3-87f3-7174-e955bde39401-09fe221a, #w-node-_3b585458-714f-0775-d2e1-3026f7628f68-fcdeb356, #w-node-_3b585458-714f-0775-d2e1-3026f7628fb0-fcdeb356, #tg-forward.w-node-_3b585458-714f-0775-d2e1-3026f7628fb1-fcdeb356, #w-node-_3b585458-714f-0775-d2e1-3026f7628f68-d4185ba0, #w-node-_3b585458-714f-0775-d2e1-3026f7628fb0-d4185ba0, #tg-forward.w-node-_3b585458-714f-0775-d2e1-3026f7628fb1-d4185ba0, #w-node-_3b585458-714f-0775-d2e1-3026f7628f68-de7a931f, #w-node-_3b585458-714f-0775-d2e1-3026f7628fb0-de7a931f, #tg-forward.w-node-_3b585458-714f-0775-d2e1-3026f7628fb1-de7a931f, #w-node-_3b585458-714f-0775-d2e1-3026f7628f68-f2c3b02c, #w-node-_3b585458-714f-0775-d2e1-3026f7628fb0-f2c3b02c, #tg-forward.w-node-_3b585458-714f-0775-d2e1-3026f7628fb1-f2c3b02c, #w-node-_3b585458-714f-0775-d2e1-3026f7628f68-2cdba9b7, #w-node-_3b585458-714f-0775-d2e1-3026f7628fb0-2cdba9b7, #tg-forward.w-node-_3b585458-714f-0775-d2e1-3026f7628fb1-2cdba9b7, #w-node-_3b585458-714f-0775-d2e1-3026f7628f68-f72fbdf4, #w-node-_3b585458-714f-0775-d2e1-3026f7628fb0-f72fbdf4, #tg-forward.w-node-_3b585458-714f-0775-d2e1-3026f7628fb1-f72fbdf4, #w-node-_3b585458-714f-0775-d2e1-3026f7628f68-58019599, #w-node-_3b585458-714f-0775-d2e1-3026f7628fb0-58019599, #tg-forward.w-node-_3b585458-714f-0775-d2e1-3026f7628fb1-58019599 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_5272cbb3-dbf3-87f3-7174-e955bde393d0-aabbda34, #w-node-_5272cbb3-dbf3-87f3-7174-e955bde393e8-aabbda34, #w-node-_3b585458-714f-0775-d2e1-3026f7628f80-c2820113, #w-node-_3b585458-714f-0775-d2e1-3026f7628f98-c2820113, #w-node-_5272cbb3-dbf3-87f3-7174-e955bde393d0-09fe221a, #w-node-_5272cbb3-dbf3-87f3-7174-e955bde393e8-09fe221a, #w-node-_3b585458-714f-0775-d2e1-3026f7628f80-fcdeb356, #w-node-_3b585458-714f-0775-d2e1-3026f7628f98-fcdeb356, #w-node-_3b585458-714f-0775-d2e1-3026f7628f80-d4185ba0, #w-node-_3b585458-714f-0775-d2e1-3026f7628f98-d4185ba0, #w-node-_3b585458-714f-0775-d2e1-3026f7628f80-de7a931f, #w-node-_3b585458-714f-0775-d2e1-3026f7628f98-de7a931f, #w-node-_3b585458-714f-0775-d2e1-3026f7628f80-f2c3b02c, #w-node-_3b585458-714f-0775-d2e1-3026f7628f98-f2c3b02c, #w-node-_3b585458-714f-0775-d2e1-3026f7628f80-2cdba9b7, #w-node-_3b585458-714f-0775-d2e1-3026f7628f98-2cdba9b7, #w-node-_3b585458-714f-0775-d2e1-3026f7628f80-f72fbdf4, #w-node-_3b585458-714f-0775-d2e1-3026f7628f98-f72fbdf4, #w-node-_3b585458-714f-0775-d2e1-3026f7628f80-58019599, #w-node-_3b585458-714f-0775-d2e1-3026f7628f98-58019599 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Avenir next';
  src: url('../fonts/Avenir-Next.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FA Brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FA light 300';
  src: url('../fonts/Font-Awesome-5-Pro-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FA regular 400';
  src: url('../fonts/Font-Awesome-5-Pro-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FA solid 900';
  src: url('../fonts/Font-Awesome-5-Pro-Solid-900.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}