* {
  border: none;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 0;
}

body {
  font-family: "neue-haas-grotesk-display", sans-serif;
  line-height: 1.5;
  font-size: 18px;
}

.theme-wrapper {
  padding: 75px 0;
}

.container {
  max-width: 1440px;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: 0.2s ease-in;
}
a:hover {
  text-decoration: none;
}

.burger-trigger {
  position: relative;
  height: 22px;
  width: 30px;
  z-index: 15;
  margin-right: 12px;
  display: block;
  cursor: pointer;
}
.burger-trigger span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #303131;
  transition-duration: 0.3s;
}
.burger-trigger span:first-child {
  top: 0px;
}
.burger-trigger span.center {
  top: calc(50% - 1px);
}
.burger-trigger span:last-child {
  bottom: 0px;
}
.burger-trigger.burger-active span:nth-of-type(1) {
  rotate: -135deg;
  top: 9.5px;
}
.burger-trigger.burger-active span.center {
  opacity: 0;
}
.burger-trigger.burger-active span:nth-of-type(4) {
  rotate: 135deg;
  bottom: 9.5px;
}

@media screen and (max-width: 992px) {
  .theme-wrapper {
    padding: 48px 0;
  }
}
@media screen and (max-width: 568px) {
  .theme-wrapper {
    padding: 24px 0;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-size: 80px;
  font-weight: 700;
}

h2, h3, h4, h5, h6 {
  font-size: 48px;
}

h3, h4, h5, h6 {
  font-size: 32px;
}

h4, h5, h6 {
  font-size: 28px;
}

h5, h6 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 52px;
  }
  h2, h3, h4, h5, h6 {
    font-size: 40px;
  }
  h3, h4, h5, h6 {
    font-size: 30px;
  }
  h4, h5, h6 {
    font-size: 24px;
  }
  h5, h6 {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 60px;
  }
  h2, h3, h4, h5, h6 {
    font-size: 36px;
  }
  h3, h4, h5, h6 {
    font-size: 28px;
  }
  h4, h5, h6 {
    font-size: 20px;
  }
  h5, h6 {
    font-size: 20px;
  }
  p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 40px;
  }
  h2, h3, h4, h5, h6 {
    font-size: 28px;
  }
  h3, h4, h5, h6 {
    font-size: 24px;
  }
  h4, h5, h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 568px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 28px;
  }
  h2, h3, h4, h5, h6 {
    font-size: 22px;
  }
  h3, h4, h5, h6 {
    font-size: 16px;
  }
  h4, h5, h6 {
    font-size: 14px;
  }
  h5, h6 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
}
.button__orange {
  padding: 4px 12px;
  align-items: center;
  transition: 0.2s ease-in;
  color: white;
  background-color: #F66B2D;
}
.button__blue {
  padding: 4px 12px;
  align-items: center;
  transition: 0.2s ease-in;
  color: white;
  background-color: #279CFF;
}
.button__black {
  padding: 4px 12px;
  align-items: center;
  transition: 0.2s ease-in;
  color: white;
  background-color: #303131;
}
.button-text__orange {
  color: #F66B2D;
}

.theme-header {
  padding: 16px 0;
}
.theme-header-wrapper ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
}
.theme-header-wrapper ul li {
  padding: 0 16px;
}
.theme-header-wrapper ul li.current-menu-item {
  position: relative;
}
.theme-header-wrapper ul li.current-menu-item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 8px;
  width: 8px;
  border-radius: 999px;
  background-color: #F66B2D;
}
.theme-header-wrapper ul li a {
  color: #303131;
}
.theme-header-burgermenu {
  display: none;
}

@media screen and (max-width: 992px) {
  .theme-header-menucol {
    display: none;
  }
  .theme-header-burgermenu {
    display: block;
  }
}
@media screen and (max-width: 568px) {
  .theme-header .button__orange {
    display: none;
  }
}
.theme-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  color: white;
  height: 800px;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}
.theme-hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10vw;
  width: 100%;
  z-index: 3;
  background-image: url("../img/hero-divider.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.theme-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: radial-gradient(at bottom left, rgb(246, 107, 45) 0%, rgba(123, 54, 23, 0.01) 90%);
}
.theme-hero-speechbubble {
  background-image: url("../img/speechbubble__black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: calc((100% - 1440px) / 2);
  width: 400px;
  height: 175px;
  z-index: 10;
  display: flex;
  justify-content: center;
}
.theme-hero-speechbubble h4 {
  color: white;
  width: 99%;
  text-align: center;
  margin-top: 32px;
}
.theme-hero-speechbubble h4 strong {
  color: #F66B2D;
}
.theme-hero .container {
  position: relative;
  z-index: 5;
}
.theme-hero-title {
  font-size: 80px;
  line-height: 0.5;
}
.theme-hero-content {
  font-size: 24px;
}

@media screen and (max-width: 1440px) {
  .theme-hero-speechbubble {
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .theme-hero {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .theme-hero {
    height: 475px;
  }
  .theme-hero-speechbubble {
    width: 320px;
    height: 135px;
  }
  .theme-hero-speechbubble h4 {
    margin-top: 24px;
  }
}
@media screen and (max-width: 568px) {
  .theme-hero {
    height: 280px;
  }
  .theme-hero-speechbubble {
    width: 220px;
    height: 95px;
  }
  .theme-hero-speechbubble h4 {
    margin-top: 16px;
    width: 100%;
  }
  .theme-hero-title {
    font-size: 28px;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 69%;
  border: none;
  border-radius: none !important;
}

.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 0;
  margin: 0px 10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#openModalButton {
  cursor: pointer;
}

@media screen and (max-width: 568px) {
  .modal {
    justify-content: center;
  }
  .modal-content {
    margin: auto;
    width: 90%;
  }
}
.theme-events-title {
  color: #F66B2D;
}
.theme-events-location {
  margin-bottom: 24px;
}
.theme-events-content {
  margin-bottom: 12px;
  padding-right: 60px;
}
.theme-events-wrapper-speechbubble {
  background-color: #279CFF;
  max-width: 376px;
  padding: 24px 32px;
  margin-bottom: 40px;
  transform: rotate(-3deg);
  color: white;
  font-size: 32px;
  position: relative;
  left: -60px;
}
.theme-events-wrapper-speechbubble::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -30px;
  right: 40px;
  border-style: solid;
  border-width: 0 50px 32px 0;
  border-color: transparent #279CFF transparent transparent;
  transform: rotate(0deg);
}
.theme-events-wrapper-image {
  position: relative;
  padding-top: 120%;
}
.theme-events-wrapper-image::before, .theme-events-wrapper-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.theme-events-wrapper-image::before {
  background: radial-gradient(at top right, #279CFF 0%, rgba(255, 255, 255, 0.01) 33%);
}
.theme-events-wrapper-image::after {
  background: radial-gradient(at bottom left, #F66B2D 0%, rgba(255, 255, 255, 0.01) 33%);
}
.theme-events-wrapper-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .theme-events-wrapper-speechbubble {
    font-size: 18px;
    padding: 16px 20px;
    left: -20px;
  }
  .theme-events-content {
    padding-right: unset;
  }
}
@media screen and (max-width: 568px) {
  .theme-events-location {
    font-size: 18px;
  }
  .theme-events-wrapper-speechbubble {
    font-size: 12px;
    max-width: 190px;
    left: 0;
  }
}
.theme-contact {
  background-color: #F7F7F7;
}
.theme-contact-title {
  color: #F66B2D;
}
.theme-contact-form .ff_submit_btn_wrapper button {
  background-color: #303131 !important;
  color: white !important;
  border-radius: 0px;
  padding: 10px 40px 10px 12px;
  font-size: 22px;
  position: relative;
}
.theme-contact-form .ff_submit_btn_wrapper button:hover {
  opacity: 1 !important;
}
.theme-contact-form .ff_submit_btn_wrapper button:hover::after {
  transform: translate(4px, -50%);
}
.theme-contact-form .ff_submit_btn_wrapper button::before {
  content: "We zullen je inzending anoniem behandelen.";
  color: #303131;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 12px;
  font-style: italic;
  white-space: normal;
  text-align: left;
  font-weight: bold;
  width: 8vw;
  left: 110%;
  z-index: 2;
}
.theme-contact-form .ff_submit_btn_wrapper button::after {
  content: "\f054";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  transition: 0.2s ease-in;
}
.theme-contact-socials {
  padding: 40px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}
.theme-contact-socials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(11deg, rgba(39, 156, 255, 0.41) 65%, rgb(39, 156, 255) 100%);
}
.theme-contact-socials-content {
  color: white;
  margin-bottom: 16px;
  text-align: center;
  position: relative;
}
.theme-contact-socials-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}
.theme-contact-socials-wrapper-media {
  background-color: white;
  color: #F66B2D;
  border-radius: 4px;
  font-size: 32px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
}
.theme-contact__socials {
  background: linear-gradient(180deg, rgb(247, 247, 247) 50%, rgba(255, 255, 255, 0.01) 50%);
}

@media screen and (max-width: 992px) {
  .theme-contact-content {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .theme-contact .ff_submit_btn_wrapper button {
    font-size: 16px !important;
  }
  .theme-contact .ff_submit_btn_wrapper button::before {
    width: 30vw;
  }
}
@media screen and (max-width: 568px) {
  .theme-contact .ff_submit_btn_wrapper button {
    font-size: 14px !important;
  }
  .theme-contact .ff_submit_btn_wrapper button::before {
    font-size: 8px;
  }
}
.theme-partners {
  padding-bottom: 125px;
  overflow-x: hidden;
}
.theme-partners-title {
  color: #F66B2D;
}
.theme-partners .splide {
  margin-bottom: 50px;
}
.theme-partners .splide__track {
  padding: 0 calc((100% - 1440px) / 2) !important;
}
.theme-partners .splide__slide {
  cursor: pointer;
  max-height: 250px;
}
.theme-partners .splide__slide::before, .theme-partners .splide__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.theme-partners .splide__slide::before {
  background: radial-gradient(at bottom left, #F66B2D 0%, rgba(246, 107, 45, 0.32) 33%);
}
.theme-partners .splide__slide::after {
  background: radial-gradient(at top right, #279CFF 0%, rgba(39, 156, 255, 0.32) 33%);
}
.theme-partners .splide__slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-partners .splide__slide .slide__title {
  color: transparent;
  font-size: 50px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 5;
}
.theme-partners-wrapper {
  box-shadow: 0 3px 6px rgba(110, 102, 102, 0.1607843137);
  min-height: 500px;
  display: flex;
  justify-content: space-between;
  max-height: 520px;
}
.theme-partners-wrapper-image {
  width: 48%;
}
.theme-partners-wrapper-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-partners-wrapper-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0px;
  padding-right: 75px;
}
.theme-partners-wrapper-content-title {
  margin-bottom: 12px;
}
.theme-partners-wrapper-content-content {
  margin-bottom: 10px;
  font-size: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.theme-partners-wrapper-content-content-buttons {
  display: flex;
  justify-content: space-between;
}
.theme-partners-wrapper-content-content-buttons a {
  text-decoration: none;
}
.theme-partners-wrapper-content-content ul {
  list-style-position: inside;
}

@media screen and (max-width: 1440px) {
  .theme-partners .custom-container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .theme-partners .splide__slide .slide__title {
    font-size: 20px;
    -webkit-text-stroke-width: 0.8px;
  }
  .theme-partners-wrapper {
    flex-direction: column;
  }
  .theme-partners-wrapper-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .theme-partners-wrapper-content {
    width: 100%;
    padding-right: unset;
    padding: 0px 15px 15px 15px;
  }
}
@media screen and (max-width: 568px) {
  .theme-partners {
    padding-bottom: 24px;
  }
  .theme-partners .splide__slide {
    height: 110px;
  }
  .theme-partners .splide__slide .slide__title {
    font-size: 16px;
    -webkit-text-stroke-width: 0.5px;
  }
  .theme-partners-wrapper {
    box-shadow: unset;
    min-height: unset;
    max-height: unset;
  }
  .theme-partners-wrapper-image {
    display: none;
  }
  .theme-partners-wrapper-title {
    font-size: 18px;
  }
  .theme-partners-wrapper-content-content {
    overflow: visible;
    font-size: 14px;
  }
  .theme-partners-wrapper-content-content-buttons {
    font-size: 16px;
  }
}
.theme-slider .custom-container {
  width: 100%;
  padding-left: calc((100% - 1440px) / 2);
  padding-right: 15px;
}
.theme-slider-title {
  color: #F66B2D;
}
.theme-slider .splide__slide {
  overflow-x: hidden;
  cursor: pointer;
}
.theme-slider .splide__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(at bottom, rgba(39, 156, 255, 0.6) 0%, rgba(246, 107, 45, 0.1) 70%);
}
.theme-slider .splide__slide > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 340px;
  height: 100%;
}
.theme-slider .splide__slide .slide__content {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.theme-slider .splide__slide .slide__title {
  color: transparent;
  font-size: 70px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  position: absolute;
  bottom: 30px;
  margin: 0;
  display: flex;
}
.theme-slider .splide__slide .slide__title span {
  margin: 0 20px;
  white-space: nowrap;
}
.theme-slider .splide__slide .slide__link {
  color: white;
}
.theme-slider .splide__pagination {
  bottom: -40px;
  justify-content: flex-start;
  padding: 0;
}
.theme-slider .splide__pagination__page {
  border-radius: unset;
  width: 58px;
  height: 12px;
  background-color: rgba(48, 49, 49, 0.15);
  margin: 0;
}
.theme-slider .splide__pagination__page:focus {
  outline: none;
}
.theme-slider .splide__pagination__page.is-active {
  background-color: #279CFF;
  transform: unset;
}

@media screen and (max-width: 1440px) {
  .theme-slider .custom-container {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .theme-slider .splide__slide .slide__title {
    font-size: 36px;
  }
  .theme-slider .splide__slide .slide__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 568px) {
  .theme-slider .splide__pagination__page {
    width: 24px;
    height: 8px;
  }
  .theme-slider .splide__slide > img {
    height: 100%;
    max-height: 189px;
  }
}
.theme-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 700px;
  position: relative;
}
.theme-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(62deg, rgb(246, 107, 45) 0%, rgba(246, 107, 45, 0.27) 16%);
}

@media screen and (max-width: 992px) {
  .theme-image {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .theme-image {
    height: 200px;
  }
}
@media screen and (max-width: 568px) {
  .theme-image {
    height: 140px;
  }
}
.theme-archive-themas-card {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  margin: 15px 0;
}
.theme-archive-themas-card::before, .theme-archive-themas-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.theme-archive-themas-card::before {
  z-index: 2;
  background-image: url("../img/icon-compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 90px;
  height: 90px;
  top: unset;
  bottom: -30px;
  right: unset;
  left: 50%;
  transform: translate(-50%, 0);
  filter: brightness(0) invert(1);
  opacity: 0.3;
}
.theme-archive-themas-card::after {
  background: radial-gradient(at bottom, rgba(39, 156, 255, 0.6) 0%, rgba(246, 107, 45, 0.1) 70%);
  z-index: 3;
}
.theme-archive-themas-card > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-archive-themas-card-title {
  color: transparent;
  font-size: 70px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  position: absolute;
  bottom: 100px;
  margin: 0;
  display: flex;
  z-index: 5;
}
.theme-archive-themas-card-title span {
  margin: 0 20px;
  white-space: nowrap;
}
.theme-archive-themas-card-link {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  z-index: 5;
}
.theme-archive-parents-title {
  color: #F66B2D;
  text-align: center;
  padding-bottom: 32px;
}
.theme-archive-parents-card {
  background-color: #F7F7F7;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 16px 0;
  position: relative;
}
.theme-archive-parents-card-image {
  width: 33.3334%;
  position: relative;
}
.theme-archive-parents-card-image::before, .theme-archive-parents-card-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.theme-archive-parents-card-image::before {
  background: linear-gradient(210deg, #279CFF 0%, rgba(255, 255, 255, 0) 25%);
}
.theme-archive-parents-card-image::after {
  background: linear-gradient(45deg, #F66B2D 0%, rgba(255, 255, 255, 0) 25%);
}
.theme-archive-parents-card-image-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(98, 98, 98, 0.47) 40%, rgba(255, 255, 255, 0) 100%);
}
.theme-archive-parents-card-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-archive-parents-card-wrapper {
  width: 64.6667%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0px;
}
.theme-archive-parents-card-wrapper-date {
  font-size: 24px;
  color: #F66B2D;
  margin-bottom: 8px;
}
.theme-archive-parents-card-wrapper-title {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #303131;
  color: transparent;
  margin-bottom: 8px;
}
.theme-archive-parents-card-wrapper-content {
  margin-bottom: 20px;
  max-width: 80%;
}
.theme-archive-parents-card-wrapper-link {
  color: #303131;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .theme-archive-parents-card-wrapper-content {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .theme-archive-themas-card-title {
    font-size: 50px;
  }
  .theme-archive-parents-card-image {
    width: 50%;
    min-height: 250px;
  }
  .theme-archive-parents-card-wrapper {
    width: 50%;
    padding: 8px;
  }
  .theme-archive-parents-card-wrapper-date {
    position: absolute;
    bottom: 4px;
    left: 6px;
    color: white;
  }
  .theme-archive-parents-card-wrapper-title {
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: white;
    position: absolute;
    max-width: 47%;
    top: 10px;
    left: 6px;
    right: 6px;
  }
}
@media screen and (max-width: 568px) {
  .theme-archive-themas-card-title {
    font-size: 40px;
  }
  .theme-archive-parents-card-image {
    min-height: 190px;
  }
  .theme-archive-parents-card-wrapper-date {
    font-size: 12px;
  }
  .theme-archive-parents-card-wrapper-title {
    font-size: 20px;
  }
  .theme-archive-parents-card-wrapper-content {
    font-size: 14px;
  }
  .theme-archive-parents-card-wrapper-link {
    font-size: 14px;
  }
}
.theme-subhero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
}
.theme-subhero::before, .theme-subhero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.theme-subhero::before {
  background: linear-gradient(145deg, rgba(246, 107, 45, 0.17) 75%, rgb(246, 107, 45) 100%);
}
.theme-subhero::after {
  background: linear-gradient(325deg, rgba(39, 156, 255, 0) 75%, rgb(39, 156, 255) 100%);
}
.theme-subhero-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(98, 98, 98, 0.47) 40%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
}
.theme-subhero-overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
.theme-subhero-overlay.icon-person::after {
  bottom: -25px;
  height: 300px;
  width: 150px;
  background-size: contain;
  opacity: 0.5;
}
.theme-subhero-overlay.icon-compass::after {
  bottom: -25px;
  right: -25px;
}
.theme-subhero-overlay.icon-speechbubble::after {
  bottom: 10px;
  right: 25px;
}
.theme-subhero-overlay.icon-person-screen::after {
  background-size: contain;
  bottom: -12px;
  right: 8px;
}
.theme-subhero .container {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 568px) {
  .theme-subhero {
    min-height: 280px;
  }
}
.theme-choose-story-title {
  color: #F66B2D;
  text-align: center;
  padding-bottom: 75px;
}
.theme-choose-story-wrapper {
  display: flex;
  justify-content: space-between;
}
.theme-choose-story-wrapper-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.theme-choose-story-wrapper-left-title {
  position: relative;
  margin-left: 50px;
  font-weight: 700;
}
.theme-choose-story-wrapper-left-title::before {
  content: "";
  width: 45px;
  height: 28px;
  position: absolute;
  bottom: 0;
  left: -50px;
  background-color: #F66B2D;
}
.theme-choose-story-wrapper-left-title::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -9px;
  left: -25px;
  border-style: solid;
  border-width: 0px 14px 12px 0;
  border-color: transparent #F66B2D transparent transparent;
}
.theme-choose-story-wrapper-left-content {
  padding: 24px 0;
}
.theme-choose-story-wrapper-left-link {
  color: #303131;
  font-weight: 700;
}
.theme-choose-story-wrapper-left-link i {
  margin-left: 8px;
}
.theme-choose-story-wrapper-right {
  width: 50%;
}
.theme-choose-story-wrapper-right-wrapper {
  position: relative;
}
.theme-choose-story-wrapper-right-wrapper-image {
  position: relative;
  max-height: 480px;
}
.theme-choose-story-wrapper-right-wrapper-image > img {
  width: 100%;
  height: 100%;
  max-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-choose-story-wrapper-right-wrapper-video {
  min-height: 480px;
}
.theme-choose-story-wrapper-right-wrapper-card {
  height: 82px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -38px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F66B2D;
  padding: 0 24px;
  z-index: 5;
}
.theme-choose-story-wrapper-right-wrapper-card-title {
  margin: 0;
}
.theme-choose-story-wrapper-right-wrapper-card-link {
  background-color: white;
  color: #F66B2D;
  font-size: 18px;
  padding: 4px 12px;
}
.theme-choose-story-wrapper-right-wrapper-card-link i {
  padding-left: 8px;
}

@media screen and (max-width: 768px) {
  .theme-choose-story-title {
    text-align: unset;
    padding-bottom: 16px;
  }
  .theme-choose-story-wrapper {
    flex-direction: column;
  }
  .theme-choose-story-wrapper-left {
    width: 100%;
    padding-bottom: 32px;
  }
  .theme-choose-story-wrapper-right {
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .theme-choose-story-wrapper-right-wrapper-card {
    position: fixed;
    height: unset;
    padding: 18px 12px;
    right: -40px;
    bottom: 40% !important;
    left: unset;
    flex-direction: column;
    align-items: flex-start;
  }
  .theme-choose-story-wrapper-right-wrapper-card-title {
    padding-bottom: 12px;
  }
}
.theme-partner-help-left {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: 0.2s ease-in;
}
.theme-partner-help-left.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.theme-partner-help-left-title {
  color: #F66B2D;
  margin-bottom: 12px;
}
.theme-partner-help-left-wrapper {
  display: flex;
  padding-bottom: 40px;
}
.theme-partner-help-left-wrapper-help {
  margin-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.theme-partner-help-left-wrapper-help-icon {
  background: linear-gradient(180deg, rgb(246, 107, 45) 0%, rgb(246, 169, 45) 100%);
  border-radius: 999px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.theme-partner-help-left-wrapper-help-icon > img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-partner-help-left-wrapper-help-text {
  margin-top: 8px;
  font-size: 16px;
  max-width: 80px;
  text-align: center;
}
.theme-partner-help-left-advies-card {
  padding-bottom: 24px;
  max-width: 60%;
}
.theme-partner-help-left-advies-card-title {
  margin-bottom: 12px;
  position: relative;
  left: 40px;
  width: calc(100% - 40px);
}
.theme-partner-help-left-advies-card-title::after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/icon-compass__blue.svg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.theme-partner-help-left-advies-link {
  font-size: 14px;
}
.theme-partner-help-right-title {
  padding-bottom: 24px;
}
.theme-partner-help-right-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.theme-partner-help-right-wrapper-card {
  width: calc(33.3334% - 24px);
  margin: 0 12px;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}
.theme-partner-help-right-wrapper-card::before, .theme-partner-help-right-wrapper-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.theme-partner-help-right-wrapper-card::before {
  background: radial-gradient(at top right, #279CFF 0%, rgba(255, 255, 255, 0.01) 33%);
}
.theme-partner-help-right-wrapper-card::after {
  background: radial-gradient(at bottom left, #F66B2D 0%, rgba(255, 255, 255, 0.01) 33%);
}
.theme-partner-help-right-wrapper-card > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-partner-help-right-wrapper-card-title {
  color: transparent;
  font-size: 32px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 992px) {
  .theme-partner-help-left-wrapper-help-icon {
    width: 60px;
    height: 60px;
  }
  .theme-partner-help-left-wrapper-help-icon > img {
    width: 30px;
    height: 30px;
  }
  .theme-partner-help-left-advies-card {
    max-width: unset;
  }
  .theme-partner-help-right-wrapper-card {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 768px) {
  .theme-partner-help-right {
    padding-bottom: 60px;
  }
  .theme-partner-help-right-wrapper-card {
    width: calc(33.3334% - 24px);
  }
}
@media screen and (max-width: 568px) {
  .theme-partner-help-left-wrapper-help {
    margin-right: unset;
    padding: 0 2px;
  }
  .theme-partner-help-left-wrapper-help-icon {
    width: 44px;
    height: 44px;
  }
  .theme-partner-help-left-wrapper-help-icon > img {
    width: 16px;
    height: 16px;
  }
  .theme-partner-help-left-wrapper-help-text {
    font-size: 10px;
    max-width: 80%;
  }
  .theme-partner-help-right-wrapper-card-title {
    font-size: 16px;
  }
}
.theme-download .row > div:not(:nth-last-child(1)):not(:nth-last-child(2)) .theme-download-card {
  border-bottom: 1px solid #279CFF;
}
.theme-download-card {
  padding: 40px 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theme-download-card-title {
  position: relative;
  padding-left: 44px;
}
.theme-download-card-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-image: url("../img/icon-chains.svg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.theme-download-card-content {
  margin-bottom: 16px;
}
.theme-download-card-link {
  color: #303131;
  font-weight: 700;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .theme-download .row > div:not(:nth-last-child(1)) .theme-download-card {
    border-bottom: 1px solid #279CFF;
  }
  .theme-download-card-title {
    margin-bottom: 8px;
    padding-left: 32px;
  }
  .theme-download-card-title::after {
    width: 24px;
    height: 24px;
  }
  .theme-download-card-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 568px) {
  .theme-download-card-title {
    margin-bottom: 8px;
    padding-left: 24px;
  }
  .theme-download-card-title::after {
    width: 16px;
    height: 16px;
  }
  .theme-download-card-link {
    font-size: 14px;
  }
}
.theme-content {
  position: relative;
  margin-bottom: 100px;
}
.theme-content.background-grey {
  background-color: #F7F7F7;
}
.theme-content.background-grey::after {
  border-color: transparent #F7F7F7 transparent transparent;
}
.theme-content::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -148px;
  right: calc((100% - 1400px) / 2);
  border-style: solid;
  border-width: 0px 200px 150px 0;
  border-color: transparent white transparent transparent;
}
.theme-content-title {
  color: #F66B2D;
}

@media screen and (max-width: 1440px) {
  .theme-content::after {
    right: 25px;
  }
}
@media screen and (max-width: 992px) {
  .theme-content {
    margin-bottom: 75px;
  }
  .theme-content::after {
    border-width: 0 150px 100px 0;
    bottom: -98px;
  }
}
@media screen and (max-width: 568px) {
  .theme-content {
    padding: 32px 0 50px 0;
    margin-bottom: 0;
  }
}
.theme-story {
  padding: 25px 0;
}
.theme-story-wrapper-image {
  height: 400px;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
.theme-story-wrapper-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-story-wrapper-image::before, .theme-story-wrapper-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.theme-story-wrapper-image::before {
  background: linear-gradient(140deg, #279CFF 0%, rgba(255, 255, 255, 0) 15%);
}
.theme-story-wrapper-image::after {
  background: linear-gradient(325deg, #F66B2D 0%, rgba(246, 107, 45, 0.17) 15%);
}
.theme-story-wrapper-video {
  padding-bottom: 32px;
}
.theme-story-wrapper-title {
  position: relative;
  margin-left: 50px;
  margin-bottom: 24px;
}
.theme-story-wrapper-title::before {
  content: "";
  width: 45px;
  height: 28px;
  position: absolute;
  bottom: 4px;
  left: -50px;
  background-color: white;
}
.theme-story-wrapper-title::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -6px;
  left: -25px;
  border-style: solid;
  border-width: 0px 14px 12px 0;
  border-color: transparent white transparent transparent;
}
.theme-story-wrapper-title.speechbubble-blue::before {
  background-color: #279CFF;
}
.theme-story-wrapper-title.speechbubble-blue::after {
  border-color: transparent #279CFF transparent transparent;
}
.theme-story-wrapper-title.speechbubble-orange::before {
  background-color: #F66B2D;
}
.theme-story-wrapper-title.speechbubble-orange::after {
  border-color: transparent #F66B2D transparent transparent;
}
.theme-story-wrapper-content {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .theme-story-wrapper-image {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .theme-story-wrapper-image {
    height: 200px;
  }
}
@media screen and (max-width: 568px) {
  .theme-story-wrapper-image {
    height: 130px;
  }
  .theme-story-wrapper-title {
    margin-left: 30px;
  }
  .theme-story-wrapper-title::before {
    width: 30px;
    height: 18px;
    left: -32px;
  }
  .theme-story-wrapper-title::after {
    bottom: -3px;
    left: -16px;
    border-width: 0px 10px 8px 0;
  }
}
.theme-banner-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 32px 150px;
  width: calc(1400px - 33.334% - 30px);
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 220px;
}
.theme-banner-wrapper::after {
  content: "";
  width: 60px;
  height: 200px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 40px;
  background-image: url("../img/icon-exclamation-mark.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 2;
}
.theme-banner-wrapper-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(98, 98, 98, 0.47) 40%, rgba(255, 255, 255, 0) 100%);
}
.theme-banner-wrapper-overlay::before, .theme-banner-wrapper-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.theme-banner-wrapper-overlay::before {
  background: linear-gradient(140deg, #279CFF 0%, rgba(255, 255, 255, 0) 15%);
}
.theme-banner-wrapper-overlay::after {
  background: linear-gradient(325deg, #F66B2D 0%, rgba(246, 107, 45, 0.17) 15%);
}
.theme-banner-wrapper-title {
  position: relative;
  z-index: 5;
}
.theme-banner-wrapper-title strong {
  color: #F66B2D;
}
.theme-banner-wrapper-subtitle {
  position: relative;
  z-index: 5;
}
.theme-banner-wrapper a {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1200px) {
  .theme-banner-wrapper {
    width: calc(1400px - 33.334% - 120px);
  }
}
@media screen and (max-width: 992px) {
  .theme-banner-wrapper {
    width: 100%;
    padding: 32px 0 32px 100px;
    min-height: 100px;
  }
  .theme-banner-wrapper::after {
    width: 25px;
    height: 80px;
  }
}
.theme-footer {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 0px;
  margin-top: 50px;
}
.theme-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  opacity: 0.7;
}
.theme-footer .container {
  position: relative;
  z-index: 5;
}
.theme-footer-divider {
  background-image: url("../img/footer-divider.svg");
  height: 14vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  position: relative;
  top: -2px;
}
.theme-footer-logo-link {
  display: inline-block;
}
.theme-footer-logo-link > img {
  width: 100%;
}
.theme-footer-socials {
  display: flex;
  margin: 16px 0;
}
.theme-footer-socials-media {
  background-color: white;
  color: #F66B2D;
  border-radius: 4px;
  font-size: 32px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
}
.theme-footer-right-contact a {
  color: #303131;
}
.theme-footer-right-contact a:hover {
  color: #F66B2D;
}
.theme-footer-right-menu ul {
  padding: 0;
  list-style-type: none;
}
.theme-footer-right-menu ul li a {
  color: #F66B2D;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
.theme-footer-right-menu ul li a:hover::after {
  transform: translate(4px, -50%);
}
.theme-footer-right-menu ul li a::after {
  content: "\f054";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translate(0, -50%);
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  transition: 0.2s ease-in;
}
.theme-footer__bottom {
  padding: 12px 0;
}
.theme-footer__bottom-terms, .theme-footer__bottom-privacy {
  font-size: 14px;
  color: #303131;
  opacity: 0.67;
  padding-right: 40px;
}
.theme-footer__bottom-terms:hover, .theme-footer__bottom-privacy:hover {
  color: #F66B2D;
  opacity: 1;
}
.theme-footer__bottom-copyright {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.theme-offcanvas {
  background-color: #F7F7F7;
  padding: 24px 20px;
  max-width: 390px;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-x: auto;
  transform: translate(100%, 0px);
  transition: 0.2s ease-in;
}
.theme-offcanvas.canvas-open {
  transform: unset;
}
.theme-offcanvas__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(48, 49, 49, 0.4);
  z-index: 90;
  transition: 0.2s ease-in;
}
.theme-offcanvas__overlay.canvas-open {
  display: block;
}
.theme-offcanvas-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theme-offcanvas-topbar-close {
  font-size: 32px;
  cursor: pointer;
}
.theme-offcanvas-menu {
  padding: 16px 40px;
}
.theme-offcanvas-menu ul {
  padding: 0;
  list-style-type: none;
}
.theme-offcanvas-menu ul li {
  border-bottom: 1px solid #EAEAEA;
  position: relative;
}
.theme-offcanvas-menu ul li.current-menu-item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -16px;
  height: 8px;
  width: 8px;
  border-radius: 999px;
  background-color: #F66B2D;
}
.theme-offcanvas-menu ul li a {
  padding: 16px 0;
  font-size: 24px;
  font-weight: 700;
  color: #303131;
}
.theme-offcanvas-bottom {
  margin-bottom: 44px;
}

@media screen and (max-width: 568px) {
  .theme-footer-right-contact {
    font-size: 10px;
  }
  .theme-footer-right-menu ul li a {
    font-size: 10px;
  }
  .theme-footer-socials-media {
    font-size: 16px;
    width: 24px;
    height: 24px;
  }
  .theme-footer__bottom-privacy {
    padding-right: 4px;
  }
  .theme-footer__bottom-terms, .theme-footer__bottom-privacy {
    font-size: 8px;
  }
  .theme-footer__bottom-copyright {
    font-size: 8px;
  }
}/*# sourceMappingURL=style.css.map */