/**
 * Settings.
 */
/**
 * Settings.
 */
/**
 * Font family map.
 */
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
* Mobile.
**/
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
 * Color Map (https://convertacolor.com/).
 */
/**
 * Colors Variables.
 */
/**
 * Grid.
 */
/**
 * Assets.
 */
/**
 * Body.
 */
/**
 * Other.
 */
@import '../../node_modules/keen-slider/keen-slider.min.css';
@import '../../node_modules/photoswipe/dist/photoswipe.css';
*::selection {
  background-color: hsl(193, 64.5%, 45.3%);
  color: hsl(0, 0%, 100%);
}

/**
 * Responsive.
 */
/**
 * Vendor.
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Tools.
 */
/**
 * Tools.
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Container
 * 
 * Center aligns element with given maximum width, padding, and margins top and bottom.
 * @param {String} $width - Pixel unit value.
 * @param {String} $gap - Pixel unit value.
 * @example @include container(1024px, 20px);
 */
/**
 * Section
 *
 * Add top and bottom spacing to element using paddings.
 * @param {String} $top - Pixel unit value.
 * @param {String} $bottom - Pixel unit value.
 * @example @include section(100px, 100px);
 */
/**
 * Media.
 *
 * Media queries according to "The 100% Correct Way To Do CSS Breakpoints" (https://medium.freecodecamp.com/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862).
 * @param {String} $breakpoint - Breakpoint pixel unit value.
 * @example @include media('phone') {}
 */
/**
 * Elements.
 */
/**
 * General.
 */
/**
 * Remove margin and padding from every selector including their
 * psuedo selectors.
 *
 * 1. More sensible default box sizing.
 *    (css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice).
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; /* 1 */
}

/**
 * Set height of the document to maxium viewport height.
 *
 * 1. Set root font size to 10.
 */
html {
  height: 100vh;
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 152px;
}

/**
 * Set minimal height of the body to maximum viewport height to
 * match the document's height.
 *
 * 1. Firefox 25+.
 * 2. Chrome 5+.
 */
body {
  min-height: 100vh;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
  font-family: "industry-black";
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; /* 1 */
  -webkit-font-smoothing: antialiased; /* 2 */
}

/**
 * Custom user agent resets and overrides that are not present in
 * Normalize 8.0.0. This mostly removes some annoying margin and padding
 * defaults, border radius, and outlines.
 */
a {
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove border radius on Chrome 62.0+ on macOS.
 */
button {
  border: 0;
  border-radius: 0; /* 1 */
  outline: none;
  background: none;
  cursor: pointer;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
}

/**
 * 1. Remove white space.
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* 1 */
}

/**
 * 1. Remove inherited user agent appearance.
 */
input,
select,
textarea {
  max-width: 100%;
  border: 0;
  border-radius: 0;
  outline: none;
  appearance: none; /* 1 */
}

/**
 * 1. Only allow vertical resizing to prevent the textarea
 *    from overflowing the container.
 */
textarea {
  resize: vertical;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0;
}

/**
 * 1. Collapse borders to prevent double sided borders.
 */
table {
  max-width: 100%;
  border-collapse: collapse; /* 1 */
}

strong {
  font-weight: 700;
}

/**
 * Objects.
 */
.button {
  padding: 18px 16px;
  border-radius: 4px;
  font-family: "Oswald";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 53px;
}
@media only screen and (max-width: 599px) {
  .button {
    width: 100%;
    justify-content: center;
  }
}

/**
 * Button (default).
 */
.button--default {
  background: hsl(26, 87.1%, 54.5%);
  border: 2px solid hsl(26, 87.1%, 54.5%);
  color: #FFF;
}

/**
 * Button (hero ticket).
 */
.button--ticket {
  color: #FFF;
  display: flex;
  flex-direction: row;
  text-align: center;
  font-family: "Oswald";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  height: 53px;
}
@media only screen and (max-width: 599px) {
  .button--ticket {
    width: 100%;
  }
}
.button--ticket .title {
  background-color: hsl(26, 87.1%, 54.5%);
  border: 2px solid hsl(26, 87.1%, 54.5%);
  padding: 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
@media only screen and (max-width: 599px) {
  .button--ticket .title {
    width: 100%;
  }
}
.button--ticket .svg-union {
  display: flex;
  align-items: center;
}
.button--ticket .svg-wrapper {
  display: flex;
  align-items: center;
  background-color: hsl(26, 87.1%, 54.5%);
  border: 2px solid hsl(26, 87.1%, 54.5%);
  padding: 16px;
  border-radius: 4px;
  height: 53px;
}
.button--ticket:hover .title {
  animation: titleWiggle 0.5s ease-in-out forwards;
  background-color: hsl(26, 100%, 45.3%);
  border-color: hsl(26, 100%, 45.3%);
}
.button--ticket:hover .svg-union {
  opacity: 0;
}
.button--ticket:hover .svg-wrapper {
  animation: iconWiggle 0.5s ease-in-out forwards;
  background-color: hsl(26, 100%, 45.3%);
  border-color: hsl(26, 100%, 45.3%);
}

/**
 * Button (ticket-white).
 */
.button--ticket.white {
  color: hsl(217, 66.7%, 20%);
}
.button--ticket.white .title,
.button--ticket.white .svg-wrapper {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
}
.button--ticket.white .title svg path,
.button--ticket.white .svg-wrapper svg path {
  fill: hsl(217, 66.7%, 20%);
}
.button--ticket.white .svg-union svg path {
  fill: hsl(0, 0%, 100%);
}

/**
 * Button (secondary).
 */
.button--secondary {
  border: 2px solid hsl(0, 0%, 100%);
  color: #FFF;
  transition: all 0.3s ease;
}
.button--secondary:hover {
  color: hsl(217, 66.7%, 20%);
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
}

/**
 * Button (secondary orange).
 */
.button--secondary-orange {
  border: 2px solid hsl(26, 87.1%, 54.5%);
  color: hsl(26, 87.1%, 54.5%);
  transition: all 0.3s ease;
}
.button--secondary-orange:hover {
  color: white;
  background-color: hsl(26, 87.1%, 54.5%);
}

@keyframes titleWiggle {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-2deg);
  }
  70% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
@keyframes iconWiggle {
  0% {
    transform: rotate(0deg) translateX(0px);
  }
  40% {
    transform: rotate(2deg) translateX(5px);
  }
  70% {
    transform: rotate(-1deg) translateX(5px);
  }
  100% {
    transform: rotate(5deg) translateX(5px);
  }
}
/**
 * Every conceivable HTML element within a `.cms-output` wrapper.
 *
 * 1. Exclude last childs.
 */
.cms-output p:not(:last-child) {
  margin-bottom: 2em;
}
.cms-output h1 {
  font-family: "Arvo";
}
.cms-output h2,
.cms-output h3,
.cms-output h4 {
  margin-bottom: 30px;
  color: hsl(217, 66.7%, 20%);
  font-weight: 500px;
}
@media only screen and (max-width: 899px) {
  .cms-output h2,
  .cms-output h3,
  .cms-output h4 {
    margin-bottom: 15px;
  }
}
.cms-output h5 {
  margin-bottom: 20px;
}
.cms-output .is-intro {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  .cms-output .is-intro {
    font-size: 18px;
    line-height: 24px;
  }
}
.cms-output img.aligncenter {
  display: block;
  margin: 0 auto;
}
.cms-output img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.cms-output table {
  word-break: break-word;
}
.cms-output table td {
  vertical-align: top;
}
.cms-output ul,
.cms-output ol {
  list-style-type: square;
  margin-left: 20px;
  margin-bottom: 1em;
}
.cms-output ul li,
.cms-output ol li {
  margin-bottom: 15px;
}
.cms-output ol {
  list-style-type: decimal;
}
.cms-output strong {
  font-weight: bold;
}
.cms-output a {
  text-decoration: underline;
  color: hsl(0, 100%, 50%);
  transition: all 250ms ease;
}
.cms-output a:hover {
  color: hsl(0, 100%, 50%);
}
.cms-output blockquote {
  position: relative;
  margin-top: 32px;
  margin-bottom: 60px;
  padding-left: 12px;
  color: hsl(218, 29.3%, 36.1%);
  font-family: "industry-black";
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 160%;
}
.cms-output .wp-caption {
  margin-bottom: 20px;
}
.cms-output .wp-caption img {
  border-radius: 4px;
  width: 100%;
}
.cms-output .wp-caption .wp-caption-text {
  color: rgba(65, 85, 119, 0.6);
  font-family: "industry-black";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-top: 16px;
}

em {
  color: hsl(26, 87.1%, 54.5%);
  font-style: normal;
}

.content-text-image__share {
  margin-top: 40px;
}

.share-icons__social {
  margin-top: 24px;
}

.share-icons__label {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 16px;
}

.share-icons__social-list {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.share-icons__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: hsl(26, 87.1%, 54.5%);
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  transition: background-color 200ms ease, transform 200ms ease;
}
.share-icons__social-link:hover {
  background-color: #de690f;
  transform: translateY(-2px);
}
.share-icons__social-link:focus-visible {
  outline: 2px solid hsl(0, 0%, 100%);
  outline-offset: 3px;
}

/**
 * The content constraint is a constraint for all the content within
 * the document. It can be manipulated by CSS or JavaScript without
 * influencing the body.
 */
.content-constraint {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

/**
 * Example of a flex based column grid layout in practice:
 *
 * <div class="row">
 *   <div class="col col-xs-6 col-sm-12"></div>
 *   <div class="col col-xs-6 col-sm-12"></div>
 * </div>
 *
 * This example will create a row with two columns each filling half the width
 * of the row on all media, but will convert to a full width column on the
 * small `-sm` breakpoint alias, which is mobile only. Refer to
 * `settings/_definitions.scss` for all breakpoint alias.
 */
/**
 * Flex object.
 *
 * Tip: Use flex on a column to make the box the same height as the column.
 */
.flex {
  display: flex;
}

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

/**
 * Flex object with a column based layout system.
 */
.row {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  margin: 0 -10px;
}

/**
 * Box, the inside of a column.
 */
.box {
  flex: 1;
}

/**
 * Align `stretch` for the xs breakpoint.
 */
.align-xs-stretch {
  align-items: stretch;
}

/**
 * Align `center` for the xs breakpoint.
 */
.align-xs-center {
  align-items: center;
}

/**
 * Align `flex-start` for the xs breakpoint.
 */
.align-xs-flex-start {
  align-items: flex-start;
}

/**
 * Align `flex-end` for the xs breakpoint.
 */
.align-xs-flex-end {
  align-items: flex-end;
}

/**
 * Align `baseline` for the xs breakpoint.
 */
.align-xs-baseline {
  align-items: baseline;
}

/**
 * Justify `start` for the xs breakpoint.
 */
.justify-xs-start {
  justify-content: start;
}

/**
 * Justify `center` for the xs breakpoint.
 */
.justify-xs-center {
  justify-content: center;
}

/**
 * Justify `space-between` for the xs breakpoint.
 */
.justify-xs-space-between {
  justify-content: space-between;
}

/**
 * Justify `space-around` for the xs breakpoint.
 */
.justify-xs-space-around {
  justify-content: space-around;
}

/**
 * Justify `space-evenly` for the xs breakpoint.
 */
.justify-xs-space-evenly {
  justify-content: space-evenly;
}

/**
 * Bleed left for the xs breakpoint.
 */
.bleed-xs-left {
  padding-left: 0;
}

/**
 * Bleed right for the xs breakpoint.
 */
.bleed-xs-right {
  padding-right: 0;
}

/**
 * Order first for the `xs` breakpoint.
 */
.first-xs {
  order: -1;
}

/**
 * Order last for the `xs` breakpoint.
 */
.last-xs {
  order: 1;
}

/**
 * Reverse order for the `xs` breakpoint.
 */
.reverse-xs {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 599px) {
  /**
   * Align `stretch` for the sm breakpoint.
   */
  .align-sm-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the sm breakpoint.
   */
  .align-sm-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the sm breakpoint.
   */
  .align-sm-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the sm breakpoint.
   */
  .align-sm-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the sm breakpoint.
   */
  .align-sm-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the sm breakpoint.
   */
  .justify-sm-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the sm breakpoint.
   */
  .justify-sm-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the sm breakpoint.
   */
  .justify-sm-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the sm breakpoint.
   */
  .justify-sm-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the sm breakpoint.
   */
  .justify-sm-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the sm breakpoint.
   */
  .bleed-sm-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the sm breakpoint.
   */
  .bleed-sm-right {
    padding-right: 0;
  }
  /**
   * Order first for the `sm` breakpoint.
   */
  .first-sm {
    order: -1;
  }
  /**
   * Order last for the `sm` breakpoint.
   */
  .last-sm {
    order: 1;
  }
  /**
   * Reverse order for the `sm` breakpoint.
   */
  .reverse-sm {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 600px) {
  /**
   * Align `stretch` for the md breakpoint.
   */
  .align-md-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the md breakpoint.
   */
  .align-md-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the md breakpoint.
   */
  .align-md-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the md breakpoint.
   */
  .align-md-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the md breakpoint.
   */
  .align-md-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the md breakpoint.
   */
  .justify-md-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the md breakpoint.
   */
  .justify-md-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the md breakpoint.
   */
  .justify-md-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the md breakpoint.
   */
  .justify-md-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the md breakpoint.
   */
  .justify-md-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the md breakpoint.
   */
  .bleed-md-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the md breakpoint.
   */
  .bleed-md-right {
    padding-right: 0;
  }
  /**
   * Order first for the `md` breakpoint.
   */
  .first-md {
    order: -1;
  }
  /**
   * Order last for the `md` breakpoint.
   */
  .last-md {
    order: 1;
  }
  /**
   * Reverse order for the `md` breakpoint.
   */
  .reverse-md {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 900px) {
  /**
   * Align `stretch` for the lg breakpoint.
   */
  .align-lg-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the lg breakpoint.
   */
  .align-lg-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the lg breakpoint.
   */
  .align-lg-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the lg breakpoint.
   */
  .align-lg-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the lg breakpoint.
   */
  .align-lg-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the lg breakpoint.
   */
  .justify-lg-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the lg breakpoint.
   */
  .justify-lg-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the lg breakpoint.
   */
  .justify-lg-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the lg breakpoint.
   */
  .justify-lg-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the lg breakpoint.
   */
  .justify-lg-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the lg breakpoint.
   */
  .bleed-lg-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the lg breakpoint.
   */
  .bleed-lg-right {
    padding-right: 0;
  }
  /**
   * Order first for the `lg` breakpoint.
   */
  .first-lg {
    order: -1;
  }
  /**
   * Order last for the `lg` breakpoint.
   */
  .last-lg {
    order: 1;
  }
  /**
   * Reverse order for the `lg` breakpoint.
   */
  .reverse-lg {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  /**
   * Align `stretch` for the xl breakpoint.
   */
  .align-xl-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the xl breakpoint.
   */
  .align-xl-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the xl breakpoint.
   */
  .align-xl-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the xl breakpoint.
   */
  .align-xl-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the xl breakpoint.
   */
  .align-xl-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the xl breakpoint.
   */
  .justify-xl-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the xl breakpoint.
   */
  .justify-xl-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the xl breakpoint.
   */
  .justify-xl-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the xl breakpoint.
   */
  .justify-xl-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the xl breakpoint.
   */
  .justify-xl-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the xl breakpoint.
   */
  .bleed-xl-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the xl breakpoint.
   */
  .bleed-xl-right {
    padding-right: 0;
  }
  /**
   * Order first for the `xl` breakpoint.
   */
  .first-xl {
    order: -1;
  }
  /**
   * Order last for the `xl` breakpoint.
   */
  .last-xl {
    order: 1;
  }
  /**
   * Reverse order for the `xl` breakpoint.
   */
  .reverse-xl {
    flex-direction: row-reverse;
  }
}
/**
 * Default fields.
 */
.gform_title {
  margin-bottom: 24px;
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

label {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

select,
input,
textarea {
  display: flex;
  padding: 12px 12px 12px 16px;
  align-items: center;
  gap: 12px;
  border-radius: 2px;
  border: 1.5px solid rgba(250, 240, 228, 0);
  background: #F3F4F6;
  color: rgba(17, 43, 85, 0.4);
  font-family: "industry-black";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: 100%;
  margin-top: 12px;
}
select:focus,
input:focus,
textarea:focus {
  border-radius: 2px;
  border: 1.8px solid #E76400;
  color: hsl(217, 66.7%, 20%);
  outline: 2px solid #FF0000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 4px #FFFFFF !important;
}
select:focus:not(:focus-visible),
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}
select:not(:placeholder-shown),
select:valid,
input:not(:placeholder-shown),
input:valid,
textarea:not(:placeholder-shown),
textarea:valid {
  color: hsl(217, 66.7%, 20%);
}

.gfield--input-type-select {
  width: 100%;
}

textarea {
  height: 230px;
  padding-top: 15px;
}

.gfield_required {
  color: hsl(0, 100%, 50%);
}

.gform_required_legend {
  display: none;
}

.ginput_container_select {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #F3F4F6;
  margin-top: 12px;
}
.ginput_container_select svg {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 12px;
  height: 18px;
  z-index: 1;
}
.ginput_container_select select {
  position: relative;
  width: calc(100% + 50px);
  max-width: none;
  margin: -2px;
  background-color: transparent;
  border: 0;
  z-index: 2;
}

input[type=radio],
input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 2px solid hsl(0, 0%, 0%);
  border-radius: 2px;
  background-color: hsl(0, 0%, 100%);
  transition: all 250ms ease;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: hsl(0, 0%, 0%);
}
input[type=radio]:focus-visible,
input[type=checkbox]:focus-visible {
  outline: 2px solid #FF0000;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px #FFFFFF;
}

input[type=radio] {
  border-radius: 20px;
}

/**
 * Gravity Forms.
 */
.gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
}

.is-50 {
  width: calc(50% - 16px);
}
@media only screen and (max-width: 599px) {
  .is-50 {
    width: 100%;
  }
}

@media only screen and (max-width: 899px) {
  .gfield {
    width: 100%;
  }
}

.gform_validation_container {
  display: none;
}

.hidden_label > label {
  display: none;
}

.validation_message {
  font-size: 14px;
  line-height: 23px;
  margin-top: 5px;
  border-radius: 8px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  width: 100%;
  color: hsl(0, 0%, 100%);
  border: 1px solid hsl(26, 87.1%, 54.5%);
  background-color: hsl(26, 87.1%, 54.5%);
}
.validation_message > svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -2px;
}

.validation_error {
  display: none;
  position: relative;
  margin: 0 0 50px;
  padding: 25px 25px 25px 75px;
  background: hsl(0, 100%, 50%);
  color: hsl(0, 100%, 50%);
}
.validation_error > svg {
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  width: 31px;
  height: 30px;
  color: hsl(0, 100%, 50%);
}
.validation_error .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.validation_error .close-button svg {
  width: 16px;
  height: 16px;
  color: hsl(0, 0%, 0%);
}

.gform_confirmation_message {
  width: 100%;
  padding: 50px;
  background: hsl(0, 100%, 50%);
}
.gform_confirmation_message br {
  display: none;
}
.gform_confirmation_message h4 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.gform_confirmation_message h4 svg {
  width: 28px;
  height: 28px;
  margin-right: 20px;
  border-radius: 20px;
  background-color: hsl(0, 0%, 100%);
  padding: 5px;
  color: hsl(0, 0%, 0%);
}

/**
 * Prev/Next button.
 */
.gform-page-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 48px;
  align-items: end;
}
@media only screen and (max-width: 599px) {
  .gform-page-footer {
    flex-direction: column;
    gap: 16px;
    margin-top: 28px;
  }
}

.gform_next_button,
.gform_button {
  display: inline-flex;
  align-items: center;
  padding: 14px 20px;
  gap: 0;
  border-radius: 4px;
  background-color: hsl(26, 87.1%, 54.5%);
  color: hsl(0, 0%, 100%) !important;
  text-align: center;
  font-family: "Oswald";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  height: fit-content;
  margin-top: 20px;
}
.gform_next_button:hover,
.gform_button:hover {
  background: hsl(26, 100%, 45.3%);
}
.gform_next_button:hover::after,
.gform_button:hover::after {
  transform: translateX(3px);
}
.gform_next_button:focus-visible,
.gform_button:focus-visible {
  outline: 2px solid #FF0000;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px #FFFFFF;
}

.gform_previous_button {
  display: flex;
  padding: 14px 20px;
  align-items: center;
  gap: 4.807px;
  border-radius: 4px;
  border: 2px solid rgba(240, 126, 38, 0.5);
  color: rgba(240, 126, 38, 0.5) !important;
  text-align: center;
  font-family: "Oswald";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  background-color: white;
  height: fit-content;
}
.gform_previous_button:focus-visible {
  outline: 2px solid #FF0000;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px #FFFFFF;
}

/**
 * Custom steps - progress bar.
 */
.custom-steps {
  margin-bottom: 24px;
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
  align-items: center;
}
.custom-steps__label {
  display: block;
  margin-bottom: 8px;
  color: rgba(17, 43, 85, 0.4);
  font-family: "Oswald";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  white-space: nowrap;
}
.custom-steps__bar {
  width: 100%;
  height: 6px;
  background-color: #E0E0E0;
  overflow: hidden;
}
.custom-steps__progress {
  height: 100%;
  background-color: hsl(26, 87.1%, 54.5%);
  transition: width 0.3s ease;
}

.gf_page_steps {
  display: none;
}

/**
 * Heading.
 */
h1,
h2,
h3,
h4 {
  font-family: "Oswald";
  color: hsl(0, 0%, 0%);
  font-weight: 700;
}
h1.is-white,
h2.is-white,
h3.is-white,
h4.is-white {
  color: hsl(0, 0%, 100%);
}

/**
  * Heading 1.
*/
h1,
.heading-1 {
  font-size: 48px;
  line-height: 60px;
  text-transform: uppercase;
}
@media only screen and (max-width: 899px) {
  h1,
  .heading-1 {
    font-size: 32px;
    line-height: 39px;
  }
}

/**
 * Heading 2.
 */
h2,
.heading-2 {
  font-size: 44px;
  line-height: 52px;
}
@media only screen and (max-width: 899px) {
  h2,
  .heading-2 {
    font-size: 32px;
    line-height: 39px;
  }
}

/**
 * Heading 3.
 */
h3,
.heading-3 {
  font-size: 34px;
  line-height: 40px;
}
@media only screen and (max-width: 899px) {
  h3,
  .heading-3 {
    font-size: 26px;
    line-height: normal;
  }
}

/**
* Heading 3.
*/
h4 {
  font-size: 27px;
  line-height: 32px;
}
@media only screen and (max-width: 899px) {
  h4 {
    font-size: 26px;
    line-height: 32px;
  }
}

/**
* Heading 3.
*/
h5 {
  font-size: 21px;
  line-height: 25px;
}
@media only screen and (max-width: 899px) {
  h5 {
    font-size: 22px;
    line-height: 25px;
  }
}

/**
 * Subheading.
 */
p {
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (max-width: 899px) {
  p {
    font-size: 16px;
    line-height: 25px;
  }
}
p.is-white {
  color: hsl(0, 0%, 100%);
}

.has-lazy-load {
  position: relative;
  transition: all 750ms ease;
  transition-delay: 500ms;
  opacity: 0;
}

.has-lazy-load[loaded=true] {
  opacity: 1;
}

.pagination {
  width: 100%;
  padding-bottom: 150px;
  background-color: hsl(33, 73%, 97%);
  position: relative;
}
.pagination .wrapper {
  justify-content: center;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  font-weight: 700;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  margin-right: 15px;
}
.pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  position: relative;
  top: 0;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 14px;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  transition: all 250ms ease;
}
.pagination .page-numbers.prev {
  border-radius: 4px;
  border: 2px solid rgba(240, 126, 38, 0.6);
}
.pagination .page-numbers.next {
  margin-right: 0;
  margin-left: 5px;
  border-radius: 4px;
  background: hsl(26, 87.1%, 54.5%);
}

/**
 * Wrapper (default)
 */
.wrapper-menu {
  max-width: calc(1280px + 160px);
  padding: 0 80px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .wrapper-menu {
    max-width: calc(1176px + 128px);
    padding: 0 64px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 899px) {
  .wrapper-menu {
    max-width: calc(1280px + 40px);
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}

.wrapper {
  max-width: calc(1176px + 264px);
  padding: 0 132px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .wrapper {
    max-width: calc(1176px + 128px);
    padding: 0 64px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 899px) {
  .wrapper {
    max-width: calc(1176px + 40px);
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
 * Wrapper (big)
 */
.wrapper--big {
  max-width: calc(12160px + 0px);
  padding: 0 0px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .wrapper--big {
    max-width: calc(12160px + 0px);
    padding: 0 0px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 899px) {
  .wrapper--big {
    max-width: calc(12160px + 0px);
    padding: 0 0px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
 * Wrapper (big)
 */
.wrapper--small {
  max-width: calc(976px + 464px);
  padding: 0 232px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .wrapper--small {
    max-width: calc(877px + 256px);
    padding: 0 128px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper--small {
    max-width: calc(560px + 40px);
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
* Self hosted google webfonts.
* https://gwfh.mranftl.com/fonts
**/
/* inter-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/inter-v20-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/inter-v20-latin-100italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/inter-v20-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/inter-v20-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v20-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/inter-v20-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v20-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/inter-v20-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v20-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/inter-v20-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v20-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/inter-v20-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v20-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/inter-v20-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter-v20-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/inter-v20-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter-v20-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/inter-v20-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arvo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/arvo-v23-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arvo-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arvo";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/arvo-v23-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arvo-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arvo";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/arvo-v23-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arvo-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arvo";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/arvo-v23-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/oswald-v57-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/oswald-v57-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oswald-v57-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/oswald-v57-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/oswald-v57-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/oswald-v57-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
 * Components.
 */
.header {
  z-index: 100;
  background-color: hsl(210, 95.9%, 29%);
  width: 100%;
}
.header .wrapper-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 16px;
  padding-top: 48px;
  padding-bottom: 24px;
  min-height: 80px;
}
@media only screen and (max-width: 899px) {
  .header .wrapper-menu {
    padding-top: 16px;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header__logo img {
  display: block;
  height: 52px;
  width: auto;
}
@media only screen and (max-width: 1199px) {
  .header__logo img {
    height: 40px;
  }
}

.header__nav {
  display: none;
  flex: 1;
  justify-content: center;
  min-width: 0;
}
@media only screen and (min-width: 900px) {
  .header__nav {
    display: flex;
  }
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 21px 26px;
  background-color: hsl(211, 84.3%, 34.9%);
  border-radius: 8px;
  flex-wrap: nowrap;
}

.header__nav-item {
  position: relative;
}
.header__nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 20px;
  background: transparent;
}
.header__nav-item:hover .header__subnav, .header__nav-item.is-open .header__subnav, .header__nav-item:focus-within .header__subnav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition: opacity 200ms ease, transform 200ms ease, visibility 0ms 0ms;
}
.header__nav-item:hover .header__nav-chevron, .header__nav-item.is-open .header__nav-chevron, .header__nav-item:focus-within .header__nav-chevron {
  transform: rotate(180deg);
}

.header__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-family: "Oswald";
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  white-space: nowrap;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 200ms ease;
}
.header__nav-link:hover, .header__nav-link[aria-expanded=true] {
  background-color: rgba(255, 255, 255, 0.12);
}

.header__nav-chevron {
  flex-shrink: 0;
  transition: transform 250ms ease;
}

.header__subnav {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  min-width: 260px;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  background-color: hsl(218, 82.6%, 95.5%);
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 200ms ease, transform 200ms ease, visibility 0ms 200ms;
  z-index: 10;
}
.header__subnav::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid hsl(218, 82.6%, 95.5%);
}

.header__subnav-item {
  padding: 0;
}
.header__subnav-item + .header__subnav-item {
  border-top: 1px solid rgba(17, 43, 85, 0.1);
}

.header__subnav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  color: hsl(217, 66.7%, 20%);
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease;
  border-radius: 4px;
}
.header__subnav-link:hover {
  color: hsl(210, 95.9%, 29%);
}
.header__subnav-link:hover .header__subnav-arrow {
  transform: translateX(3px);
}

.header__subnav-arrow {
  flex-shrink: 0;
  color: hsl(26, 87.1%, 54.5%);
  transition: transform 200ms ease;
}

.header__cta {
  display: none;
  align-items: stretch;
  align-self: stretch;
  flex-shrink: 0;
  text-decoration: none;
  border-radius: 6px;
  overflow: visible;
  align-items: center;
  margin: auto;
}
@media only screen and (min-width: 900px) {
  .header__cta {
    display: flex;
  }
}
.header__cta .title {
  height: fit-content;
}
.header__cta .svg-wrapper {
  height: fit-content;
}
.header__cta .svg-wrapper svg {
  height: 18px;
}

.header__cta-label {
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-family: "industry-black";
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: hsl(0, 0%, 100%);
  background-color: hsl(26, 87.1%, 54.5%);
  transition: background-color 200ms ease;
  white-space: nowrap;
}

.header__cta-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background-color: hsl(26, 87.1%, 54.5%);
  color: hsl(0, 0%, 100%);
  border-left: 2px dashed rgba(255, 255, 255, 0.5);
  transition: background-color 200ms ease;
}

.header__hamburger {
  display: none;
  border-radius: 6px;
  background: #0D539C;
  backdrop-filter: blur(2px);
  flex-direction: column;
  width: 48px;
  height: 48px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media only screen and (max-width: 899px) {
  .header__hamburger {
    display: flex;
  }
}
.header__hamburger .header__hamburger-bar {
  width: 16px;
  height: 2px;
  background-color: hsl(0, 0%, 100%);
  display: block;
}

.navigation-mobile {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #FDF8F2;
  z-index: 200;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 900px) {
  .navigation-mobile {
    display: none;
  }
}
.navigation-mobile.is-active {
  transform: translateX(0);
}
.navigation-mobile::-webkit-scrollbar {
  display: none;
}

.navigation-mobile__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  flex-shrink: 0;
}
.navigation-mobile__header img {
  height: 52px;
  width: auto;
  display: block;
}

.navigation-mobile__logo {
  display: flex;
  align-items: center;
  height: 40px;
}
.navigation-mobile__logo img {
  height: 35px;
}

.navigation-mobile__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  color: hsl(217, 66.7%, 20%);
  border-radius: 6px;
  transition: background-color 150ms ease;
}
.navigation-mobile__close:hover {
  background-color: rgba(3, 74, 145, 0.08);
}

.navigation-mobile__nav {
  padding: 56px 24px 24px;
}

.navigation-mobile__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation-mobile__list .navigation-mobile__item:first-child {
  border-top: none;
}
.navigation-mobile__list .navigation-mobile__item:last-child {
  border-bottom: none;
}

.navigation-mobile__item {
  border-bottom: 1px solid rgba(61, 76, 94, 0.1);
}
.navigation-mobile__item:first-child {
  border-top: 1px solid rgba(61, 76, 94, 0.1);
}
.navigation-mobile__item:last-child {
  border: none;
}

.navigation-mobile__link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  font-family: "industry-black";
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: hsl(217, 66.7%, 20%);
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: color 150ms ease;
}
.navigation-mobile__link.is-open .navigation-mobile__chevron {
  transform: rotate(180deg);
}

.navigation-mobile__chevron {
  flex-shrink: 0;
  color: hsl(26, 87.1%, 54.5%);
  transition: transform 250ms ease;
  margin-left: 8px;
}

.navigation-mobile__subnav {
  list-style: none;
  margin: 0;
  padding: 0 0 16px 0;
  display: none;
}
.navigation-mobile__subnav.is-open {
  display: block;
}

.navigation-mobile__subnav-item {
  padding: 0;
}

.navigation-mobile__subnav-link {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  color: hsl(217, 66.7%, 20%);
  text-decoration: none;
  transition: color 150ms ease;
}
.navigation-mobile__subnav-link:hover {
  color: hsl(210, 95.9%, 29%);
}

.navigation-mobile__footer {
  padding: 24px;
  flex-shrink: 0;
}

.navigation-mobile__cta {
  display: flex;
  align-items: stretch;
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}
.navigation-mobile__cta:hover .navigation-mobile__cta-label {
  background-color: hsl(26, 100%, 45.3%);
}
.navigation-mobile__cta:hover .navigation-mobile__cta-arrow {
  background-color: #ce5900;
}

.navigation-mobile__cta-label {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 18px 24px;
  font-family: "industry-black";
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: hsl(0, 0%, 100%);
  background-color: hsl(26, 87.1%, 54.5%);
  transition: background-color 200ms ease;
}

.navigation-mobile__cta-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background-color: hsl(26, 87.1%, 54.5%);
  color: hsl(0, 0%, 100%);
  border-left: 2px dashed rgba(255, 255, 255, 0.5);
  transition: background-color 200ms ease;
}

body.nav-is-open {
  overflow: hidden;
}

.newsletter {
  background-color: hsl(33, 73%, 97%);
  padding: 0 0 40px;
}
@media only screen and (min-width: 900px) {
  .newsletter {
    padding: 0 0 60px;
  }
}

.newsletter__inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-radius: 16px;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  height: 389px;
  justify-content: center;
}
@media only screen and (max-width: 599px) {
  .newsletter__inner {
    flex-direction: column;
    height: fit-content;
    padding: 0 8px;
  }
}

.newsletter__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 40px 32px;
  padding-left: 0;
  padding-right: 0;
  z-index: 1;
  background-color: hsl(193, 64.5%, 45.3%);
  border-radius: 16px 0 0 16px;
}
@media only screen and (min-width: 900px) {
  .newsletter__content {
    padding: 52px 48px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  .newsletter__content {
    border-radius: 16px 16px 0 0;
    padding: 64px 32px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 899px) {
  .newsletter__content .wrapper {
    padding: 0px !important;
  }
}

.newsletter__title {
  font-size: 28px;
  font-weight: 800;
  color: hsl(0, 0%, 100%);
  margin: 0 0 12px;
  line-height: 1.2;
}
@media only screen and (min-width: 900px) {
  .newsletter__title {
    font-size: 36px;
  }
}

.newsletter__editor {
  color: hsl(0, 0%, 100%);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.newsletter__editor p {
  margin: 0;
  color: hsl(0, 0%, 100%);
}

.newsletter__form {
  max-width: 50%;
}
.newsletter__form form {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .newsletter__form form {
    flex-direction: column;
  }
}
@media only screen and (max-width: 599px) {
  .newsletter__form .gform-body,
  .newsletter__form .gform_fields,
  .newsletter__form .gfield,
  .newsletter__form .gform-footer,
  .newsletter__form .button {
    width: 100%;
    justify-content: center;
  }
}
.newsletter__form .gform_wrapper {
  margin: 0;
}
.newsletter__form .gform_fields {
  display: flex;
  gap: 0;
  align-items: stretch;
}
.newsletter__form .gfield {
  margin: 0;
  padding: 0;
}
.newsletter__form input[type=email],
.newsletter__form input[type=text] {
  height: 52px;
  padding: 0 20px;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  color: hsl(217, 66.7%, 20%);
  background: hsl(0, 0%, 100%);
  width: 100%;
  min-width: 220px;
  outline: none;
  margin: 0;
}
.newsletter__form input[type=email]::placeholder,
.newsletter__form input[type=text]::placeholder {
  color: hsl(218, 16.3%, 63.9%);
}
.newsletter__form input[type=email]:focus,
.newsletter__form input[type=text]:focus {
  outline: 2px solid #FF0000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 4px #FFFFFF !important;
}
.newsletter__form .gform_footer,
.newsletter__form .gform_page_footer {
  margin: 0;
  padding: 0;
}
.newsletter__form input[type=submit],
.newsletter__form button[type=submit] {
  height: 52px;
  padding: 0 20px;
  background-color: hsl(26, 87.1%, 54.5%);
  color: hsl(0, 0%, 100%);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 200ms ease;
  white-space: nowrap;
}
.newsletter__form input[type=submit]::after,
.newsletter__form button[type=submit]::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M16.6403 21.2163L15.3736 19.913L19.9636 15.323H5.40796V13.5203H19.9636L15.3736 8.9303L16.6403 7.62695L23.435 14.4216L16.6403 21.2163Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms ease-in-out;
}
.newsletter__form input[type=submit]:hover,
.newsletter__form button[type=submit]:hover {
  background-color: hsl(26, 100%, 45.3%);
}

.newsletter__decoration {
  width: 50%;
  overflow: hidden;
  background-color: hsl(26, 87.1%, 54.5%);
  border-radius: 0 16px 16px 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .newsletter__decoration {
    position: relative;
  }
}
@media only screen and (max-width: 599px) {
  .newsletter__decoration {
    height: 200px;
    width: 100%;
    border-radius: 0 0 16px 16px;
  }
}
.newsletter__decoration .img-wrapper {
  height: 100%;
  background-image: url("../../assets/images/Krimpen-pattern.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 599px) {
  .newsletter__decoration .img-wrapper {
    background-image: url("../../assets/images/Krimpen-pattern-mobile.png");
    background-position: bottom center;
  }
}

.footer {
  background-color: #112B55;
  padding: 60px 0 0;
}
@media only screen and (max-width: 899px) {
  .footer {
    padding: 64px 0 0;
  }
}

.footer__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width: 600px) {
  .footer__top {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 900px) {
  .footer__top {
    grid-template-columns: 1.6fr repeat(3, 1fr);
    gap: 32px;
  }
}

.footer__about {
  grid-column: 1/-1;
}
@media only screen and (min-width: 900px) {
  .footer__about {
    grid-column: auto;
  }
}

.footer__about-title {
  font-size: 21px;
  font-weight: 800;
  color: hsl(26, 87.1%, 54.5%);
  margin: 0 0 16px;
  text-transform: none;
}
@media only screen and (max-width: 899px) {
  .footer__about-title {
    font-weight: 500;
  }
}

.footer__about-text {
  font-size: 14px;
  line-height: 1.7;
  color: #EAF1FD;
  margin: 0 0 24px;
}

.footer__social {
  margin-top: 24px;
}
@media only screen and (max-width: 899px) {
  .footer__social {
    margin-top: 40px;
  }
}

.footer__social-label {
  font-size: 21px;
  font-weight: 700;
  color: hsl(26, 87.1%, 54.5%);
  margin: 0 0 12px;
  font-family: "Oswald";
  margin-bottom: 24px;
}
@media only screen and (max-width: 899px) {
  .footer__social-label {
    font-weight: 500;
  }
}

.footer__social-list {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: hsl(193, 64.5%, 45.3%);
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  transition: background-color 200ms ease, transform 200ms ease;
}
.footer__social-link:hover {
  background-color: #22829c;
  transform: translateY(-2px);
}
.footer__social-link:focus-visible {
  outline: 2px solid #FF0000;
  outline-offset: 3px;
  box-shadow: 0 0 0 5px #FFFFFF;
}

.footer__social-item svg polygon {
  fill: hsl(193, 64.5%, 45.3%);
}

.footer__col-title {
  font-size: 21px;
  font-weight: 800;
  color: hsl(26, 87.1%, 54.5%);
  margin: 0 0 16px;
  font-family: "Oswald";
}
@media only screen and (max-width: 899px) {
  .footer__col-title {
    font-weight: 500;
  }
}

.footer__col-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__col-link {
  font-size: 14px;
  color: #F0F5F9;
  text-decoration: none;
  transition: color 150ms ease;
}
.footer__col-link:hover {
  color: hsl(26, 87.1%, 54.5%);
}
.footer__col-link:focus-visible {
  outline: 2px solid #FF0000;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px #FFFFFF;
  border-radius: 2px;
}

.footer__contact-list {
  gap: 14px;
}

.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.75);
}
.footer__contact-item svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: white;
}

.footer__contact-link {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 150ms ease;
}
.footer__contact-link:hover {
  color: hsl(26, 87.1%, 54.5%);
}
.footer__contact-link:focus-visible {
  outline: 2px solid #FF0000;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px #FFFFFF;
  border-radius: 2px;
}

.footer__divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 80px 0 0;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 24px 0 32px;
}
@media only screen and (max-width: 899px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
  }
}

.footer__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 899px) {
  .footer__logo {
    order: 2;
  }
}
.footer__logo img {
  height: 45px;
  width: auto;
  display: block;
}

@media only screen and (max-width: 899px) {
  .footer__legal {
    order: 1;
  }
}

.footer__legal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 899px) {
  .footer__legal-item {
    width: 100%;
    margin-bottom: 14px;
  }
}

.footer__legal-link {
  font-size: 13px;
  color: #F0F5F9;
  text-decoration: none;
  transition: color 150ms ease;
}
.footer__legal-link:hover {
  color: hsl(26, 87.1%, 54.5%);
}
.footer__legal-link:focus-visible {
  outline: 2px solid #FF0000;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px #FFFFFF;
  border-radius: 2px;
}

.content-hero {
  height: fit-content;
  background: hsl(210, 95.9%, 29%);
  padding: 180px 0;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .content-hero {
    padding: 64px 0 48px 0;
  }
}
.content-hero .content-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.content-hero .content-hero__subtitle {
  display: flex;
  transform: rotate(-4deg);
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #FBBC42;
  width: fit-content;
  color: hsl(217, 66.7%, 20%);
  text-align: center;
  font-family: "Arvo";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 599px) {
  .content-hero .content-hero__subtitle {
    margin-bottom: 24px;
  }
}
.content-hero .content-hero__title {
  color: hsl(218, 82.6%, 95.5%);
  text-align: center;
  font-family: "Arvo";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
}
@media only screen and (max-width: 599px) {
  .content-hero .content-hero__title {
    font-size: 42px;
  }
}
.content-hero .content-hero__title span {
  color: hsl(26, 87.1%, 54.5%);
}
.content-hero .content-hero__editor p {
  color: hsl(218, 82.6%, 95.5%);
  margin: 32px 0;
  max-width: 681px;
  text-align: center;
}
.content-hero .content-hero__actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media only screen and (max-width: 599px) {
  .content-hero .content-hero__actions {
    flex-direction: column;
    width: 100%;
  }
}
.content-hero .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  margin-top: 70px;
}
@media only screen and (max-width: 599px) {
  .content-hero .logo {
    width: 315px;
    top: auto;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.content-hero .confetti-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 599px) {
  .content-hero .confetti-left {
    display: none;
  }
}
.content-hero .confetti-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 599px) {
  .content-hero .confetti-right {
    height: 129px;
  }
}
.content-hero .pswp-video-wrapper {
  width: 80vw;
  max-width: 1200px;
  aspect-ratio: 16/9;
}
.content-hero .pswp__html-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-hero .pswp-video-wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.content-polaroid-slider {
  background-color: hsl(210, 95.9%, 29%);
  padding: 180px 0;
  padding-bottom: 300px;
}
@media only screen and (max-width: 899px) {
  .content-polaroid-slider {
    padding-bottom: 180px;
  }
}
.content-polaroid-slider .wrapper {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 599px) {
  .content-polaroid-slider .wrapper {
    align-items: center;
  }
}
.content-polaroid-slider .content-polaroid-slider__content {
  width: fit-content;
}
.content-polaroid-slider .content-polaroid-slider__title {
  color: hsl(0, 0%, 100%);
  margin-bottom: 64px;
}
.content-polaroid-slider .content-polaroid-slider__slider {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 132px;
  pointer-events: none;
}
.content-polaroid-slider .content-polaroid-slider__track {
  display: flex;
}
.content-polaroid-slider .content-polaroid-slider__slide {
  max-width: 320px;
  min-width: 0;
  padding: 100px 0;
  flex-shrink: 0;
  overflow: visible !important;
  transform-style: preserve-3d;
}
.content-polaroid-slider .polaroid-card {
  height: 100%;
  padding: 13px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border: 4px solid #FFF;
  background: #034991;
  box-shadow: 0 4px 50px 0 rgba(16, 48, 82, 0.25);
  will-change: transform;
  transition: transform 0.3s ease;
}
.content-polaroid-slider .content-polaroid-slider__slide .polaroid-card {
  transform: rotate(-7deg);
}
.content-polaroid-slider .content-polaroid-slider__slide:nth-child(2) .polaroid-card {
  transform: rotate(0deg);
}
.content-polaroid-slider .content-polaroid-slider__slide:nth-child(3) .polaroid-card {
  transform: rotate(-11.324deg);
}
.content-polaroid-slider .content-polaroid-slider__slide:nth-child(4) .polaroid-card {
  transform: rotate(5.86deg);
}
.content-polaroid-slider .content-polaroid-slider__slide:nth-child(5) .polaroid-card {
  transform: rotate(-6.438deg);
}
.content-polaroid-slider .content-polaroid-slider__slide:nth-child(6) .polaroid-card {
  transform: rotate(1.535deg);
}
.content-polaroid-slider .content-polaroid-slider__image-wrap {
  max-height: 256px;
  width: 100%;
}
.content-polaroid-slider .content-polaroid-slider__image-wrap .content-polaroid-slider__image {
  width: 100%;
  height: 256px;
  object-fit: cover;
  object-position: center;
}
.content-polaroid-slider .content-polaroid-slider__caption {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-polaroid-slider .content-polaroid-slider__year {
  color: #FFF;
  text-align: center;
  font-family: "Oswald";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding-top: 12px;
}
.content-polaroid-slider .content-polaroid-slider__editor p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 18px;
}

.rope-visual-polaroid {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 18%;
  left: 0%;
  object-fit: cover;
  object-position: bottom center;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 599px) {
  .rope-visual-polaroid {
    left: 0;
  }
}

.content-cta {
  position: relative;
}
.content-cta::after {
  background-color: hsl(210, 95.9%, 29%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
}
.content-cta .wrapper-big {
  background-color: hsl(210, 95.9%, 29%);
  padding-top: 160px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .content-cta .wrapper-big {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 899px) {
  .content-cta .wrapper-big {
    padding: 64px 0;
  }
}
.content-cta .content-cta__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-self: center;
  align-items: center;
}
.content-cta .content-cta__text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
  max-width: 620px;
}
.content-cta .content-cta__title {
  color: hsl(0, 0%, 100%);
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .content-cta .content-cta__title {
    text-align: start;
  }
}
.content-cta .content-cta__title span {
  color: hsl(26, 87.1%, 54.5%);
}
.content-cta .content-cta__text-right {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .content-cta .content-cta__text-right {
    align-items: start;
  }
}
.content-cta .content-cta__editor {
  margin-bottom: 32px;
  color: hsl(0, 0%, 100%);
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .content-cta .content-cta__editor {
    text-align: start;
  }
}
.content-cta .svg-rope {
  position: absolute;
  display: none;
}
.content-cta .svg-rope .logo {
  width: 100%;
}
.content-cta .content-cta__media {
  background-color: hsl(33, 73%, 97%);
  margin-top: -240px;
}
@media only screen and (max-width: 599px) {
  .content-cta .content-cta__media {
    padding-bottom: 54px;
  }
}
.content-cta .content-cta__media .wrapper {
  display: flex;
  justify-content: center;
}
.content-cta .content-cta__media .content-cta__video {
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 10;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 50px 0 rgba(13, 43, 73, 0.4);
}
.content-cta .content-cta__media .content-cta__video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.content-cta .content-cta__media .content-cta__thumbnail {
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 8px;
  box-shadow: 0 4px 50px 0 rgba(13, 43, 73, 0.4);
  position: relative;
  z-index: 10;
}
.content-cta .content-cta__media .content-cta__thumbnail img {
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.rope-visual-cta {
  position: absolute;
  width: 2457.273px;
  height: 1171.082px;
  object-fit: cover;
  object-position: bottom center;
  z-index: 1;
  pointer-events: none;
  right: 0;
  bottom: -25px;
  opacity: 0;
}

.content-default {
  padding: 160px 0;
  background-color: #FDF8F2;
}
@media only screen and (max-width: 1199px) {
  .content-default {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 899px) {
  .content-default {
    padding: 64px 0;
  }
}
.content-default .wrapper {
  display: flex;
  flex-direction: row;
  gap: 120px;
}
@media only screen and (max-width: 899px) {
  .content-default .wrapper {
    flex-direction: column;
    gap: 64px;
  }
}
@media only screen and (max-width: 599px) {
  .content-default .wrapper {
    gap: 24px;
  }
}
.content-default .content-default__title {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.content-default .content-default__title span {
  color: hsl(26, 87.1%, 54.5%);
}
.content-default .content-default__right {
  max-width: 573px;
}
@media only screen and (max-width: 899px) {
  .content-default .content-default__right {
    max-width: 100%;
  }
}
.content-default .content-default__editor {
  margin-bottom: 32px;
}
.content-default .content-default__editor p {
  color: hsl(217, 66.7%, 20%);
  font-size: 18px;
}
@media only screen and (max-width: 899px) {
  .content-default .content-default__editor p {
    font-size: 16px;
  }
}
.content-default .content-default__button {
  width: fit-content;
}

.marquee-slider {
  position: relative;
  background-color: hsl(210, 95.9%, 29%);
  padding-bottom: 240px;
  /* Respect user motion preferences */
}
.marquee-slider .wrapper-slider {
  padding-block-end: 80px;
}
.marquee-slider .wrapper-slider::before {
  background: linear-gradient(-90deg, rgba(255, 253, 247, 0) 83.73%, hsl(210, 95.9%, 29%) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.marquee-slider .wrapper-slider::after {
  background: linear-gradient(90deg, rgba(255, 253, 247, 0) 83.73%, hsl(210, 95.9%, 29%) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .marquee-slider .wrapper-slider {
    padding-block-end: 64px;
  }
}
.marquee-slider .marquee_container {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  overflow: clip;
  opacity: 0.8;
}
.marquee-slider .marquee_track {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: none;
  gap: 3rem;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.marquee-slider .marquee_content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: none;
}
.marquee-slider .marquee_item {
  padding-inline: 48px;
  width: calc(100vw / var(--marquee-items, 9999));
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 899px) {
  .marquee-slider .marquee_item {
    width: calc(100vw / var(--marquee-items-tablet, var(--marquee-items, 9999)));
  }
}
@media only screen and (max-width: 599px) {
  .marquee-slider .marquee_item {
    width: calc(100vw / var(--marquee-items-phone, var(--marquee-items-tablet, var(--marquee-items, 9999))));
  }
}
.marquee-slider .marquee_item img {
  height: 45px;
  object-fit: contain;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .marquee-slider .marquee_container {
    overflow: auto;
  }
  .marquee-slider .marquee_track {
    animation: none !important;
    will-change: auto;
  }
}

.keen-slider:not([data-keen-slider-disabled]) {
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}

.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  position: relative;
  width: 100%;
  min-height: 100%;
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse;
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap;
}

.content-hero-secondary {
  background-color: hsl(210, 95.9%, 29%);
  height: fit-content;
  padding: 120px 0;
  position: relative;
  /* Active state */
  /* Focus accessibility */
}
@media only screen and (max-width: 599px) {
  .content-hero-secondary .hero-confetti-canvas {
    display: none;
  }
}
.content-hero-secondary .content-hero-secondary__inner {
  position: relative;
  z-index: 5;
}
.content-hero-secondary .content-hero-secondary__title {
  color: hsl(0, 0%, 100%);
  margin-bottom: 16px;
  font-family: "Arvo";
}
.content-hero-secondary .content-hero-secondary__title span {
  color: hsl(26, 87.1%, 54.5%);
}
.content-hero-secondary .content-hero-secondary__editor {
  color: hsl(0, 0%, 100%);
  margin-bottom: 32px;
  max-width: 775px;
}
.content-hero-secondary .content-hero-secondary__search {
  width: 100%;
  margin-bottom: 32px;
}
.content-hero-secondary .content-hero-secondary__search-inner {
  display: flex;
  flex-direction: row;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .content-hero-secondary .content-hero-secondary__search-inner {
    flex-direction: column;
  }
}
.content-hero-secondary .content-hero-secondary__search-input {
  margin: 0;
  padding: 19px 0 19px 24px !important;
  border-radius: 6px;
}
.content-hero-secondary .content-hero-secondary__search-button {
  background-color: hsl(26, 87.1%, 54.5%);
  white-space: nowrap;
  color: hsl(0, 0%, 100%);
  gap: 10px;
  padding: 12px 24px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-in-out;
}
.content-hero-secondary .content-hero-secondary__search-button svg {
  transition: all 300ms ease-in-out;
}
.content-hero-secondary .content-hero-secondary__search-button:hover {
  background-color: hsl(26, 100%, 45.3%);
}
.content-hero-secondary .content-hero-secondary__search-button:hover svg {
  transform: translateX(5px);
}
@media only screen and (max-width: 599px) {
  .content-hero-secondary .content-hero-secondary__search-button {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.content-hero-secondary .content-hero-secondary__search-button svg path {
  fill: hsl(0, 0%, 100%);
}
.content-hero-secondary .category-filters__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .content-hero-secondary .category-filters__wrapper {
    flex-wrap: wrap;
    position: relative;
  }
  .content-hero-secondary .category-filters__wrapper::after {
    content: "";
    width: 54px;
    height: 89px;
    position: absolute;
    bottom: 0;
    right: -20px;
    background: linear-gradient(270deg, #034991 0%, rgba(3, 73, 145, 0) 100%);
  }
}
.content-hero-secondary .activity-list__show-old {
  color: #FFF;
  text-align: center;
  font-family: "industry-black";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.content-hero-secondary .content-hero-secondary__filters {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media only screen and (max-width: 899px) {
  .content-hero-secondary .content-hero-secondary__filters {
    order: 2;
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
  }
}
@media only screen and (max-width: 899px) {
  .content-hero-secondary .toggle-wrapper {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
}
.content-hero-secondary .content-hero-secondary__filters::-webkit-scrollbar {
  display: none;
}
.content-hero-secondary .content-hero-secondary__filter-list {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.content-hero-secondary .content-hero-secondary__filter-item {
  white-space: nowrap;
}
.content-hero-secondary .content-hero-secondary__filter-btn {
  color: hsl(0, 0%, 100%);
  text-align: center;
  font-family: "industry-black";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  padding: 18px 20px;
  align-items: center;
  gap: 4.807px;
  border-radius: 4px;
  border: 1.6px solid hsl(0, 0%, 100%);
  transition: all 300ms ease-in-out;
  opacity: 0.75;
}
.content-hero-secondary .content-hero-secondary__filter-btn:hover {
  opacity: 1;
}
.content-hero-secondary .content-hero-secondary__filter-btn.is-active {
  color: hsl(0, 0%, 100%);
  border-color: hsl(26, 87.1%, 54.5%);
  background-color: hsl(26, 87.1%, 54.5%);
  font-weight: 600;
  opacity: 1;
}
.content-hero-secondary .content-hero-secondary__filter-btn.is-active:hover {
  background-color: hsl(26, 100%, 45.3%);
  border-color: hsl(26, 100%, 45.3%);
  opacity: 1;
}
.content-hero-secondary .content-hero-secondary__filter-btn.is-active .svg-wrapper {
  display: flex;
}
.content-hero-secondary .content-hero-secondary__filter-btn .svg-wrapper {
  margin-right: 8px;
  display: none;
}
.content-hero-secondary .logo {
  position: absolute;
  bottom: 0;
  right: -80px;
  height: 337px;
}
@media only screen and (max-width: 599px) {
  .content-hero-secondary .logo {
    height: 200px;
  }
}
.content-hero-secondary .confetti-right {
  position: absolute;
  right: 0;
  top: 50px;
}
.content-hero-secondary .toggle-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.content-hero-secondary .toggle {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}
.content-hero-secondary .toggle input[type=checkbox] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  margin: 0;
  z-index: 2;
}
.content-hero-secondary .toggle span {
  position: relative;
  display: flex;
  align-items: center;
}
.content-hero-secondary .toggle span::before {
  content: "";
  width: 54px;
  height: 30px;
  background: #D2D5DA;
  display: inline-block;
  border-radius: 46px;
  transition: background 0.2s ease-in;
}
.content-hero-secondary .toggle span::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  background: #fff;
  transition: left 0.2s ease-in;
}
.content-hero-secondary .toggle input[type=checkbox]:checked + span::before {
  background: hsl(26, 87.1%, 54.5%);
}
.content-hero-secondary .toggle input[type=checkbox]:checked + span::after {
  left: 27px;
}
.content-hero-secondary .toggle input[type=checkbox]:focus-visible + span::before {
  outline: 2px solid hsl(26, 87.1%, 54.5%);
  outline-offset: 2px;
}

@media only screen and (max-width: 899px) {
  .hero-confetti-canvas {
    display: none !important;
  }
}

.content-gallery-teaser {
  padding-top: 160px;
  padding-bottom: 60px;
  background: #FDF8F2;
  /* Algemene image styling */
  /* Item 1 */
  /* Item 2 */
  /* Item 3 */
  /* Item 4 */
  /* Item 5 */
  /* Item 6 */
  /* Item 7 */
}
@media only screen and (max-width: 1199px) {
  .content-gallery-teaser {
    padding: 80px 0;
  }
}
.content-gallery-teaser .content-gallery-teaser__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media only screen and (max-width: 899px) {
  .content-gallery-teaser .content-gallery-teaser__head {
    flex-direction: column;
  }
}
.content-gallery-teaser .content-gallery-teaser__title {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.content-gallery-teaser .content-gallery-teaser__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 280px;
  gap: 24px;
}
.content-gallery-teaser .content-gallery-teaser__item,
.content-gallery-teaser .content-gallery-teaser__teaser {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.content-gallery-teaser .content-gallery-teaser__item:hover .content-gallery-teaser__image,
.content-gallery-teaser .content-gallery-teaser__teaser:hover .content-gallery-teaser__image {
  transform: scale(1.1);
}
.content-gallery-teaser .content-gallery-teaser__item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 100%);
}
.content-gallery-teaser .content-gallery-teaser__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 300ms ease-in-out;
}
.content-gallery-teaser .content-gallery-teaser__gallery > *:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.content-gallery-teaser .content-gallery-teaser__gallery > *:nth-child(2) {
  grid-column: span 2;
  grid-row: span 1;
}
.content-gallery-teaser .content-gallery-teaser__gallery > *:nth-child(3) {
  grid-column: span 1;
  grid-row: span 1;
}
.content-gallery-teaser .content-gallery-teaser__gallery > *:nth-child(4) {
  grid-column: span 1;
  grid-row: span 1;
}
.content-gallery-teaser .content-gallery-teaser__gallery > *:nth-child(5) {
  grid-column: span 1;
  grid-row: span 1;
}
.content-gallery-teaser .content-gallery-teaser__gallery > *:nth-child(6) {
  grid-column: span 1;
  grid-row: span 1;
}
.content-gallery-teaser .content-gallery-teaser__gallery > *:nth-child(7) {
  grid-column: span 2;
  grid-row: span 1;
}
.content-gallery-teaser .content-gallery-teaser__teaser {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-items: center;
}
@media only screen and (max-width: 899px) {
  .content-gallery-teaser .content-gallery-teaser__teaser {
    padding: 24px;
  }
}
.content-gallery-teaser .content-gallery-teaser__teaser.style--yellow {
  background-color: #FBBC43;
}
.content-gallery-teaser .content-gallery-teaser__teaser.style--light-blue {
  background-color: #299DBE;
}
.content-gallery-teaser .content-gallery-teaser__teaser.style--light-blue .content-gallery-teaser__teaser-title,
.content-gallery-teaser .content-gallery-teaser__teaser.style--light-blue .content-gallery-teaser__teaser-editor {
  color: hsl(0, 0%, 100%);
}
.content-gallery-teaser .content-gallery-teaser__teaser.style--dark-blue {
  background-color: #112B55;
}
.content-gallery-teaser .content-gallery-teaser__teaser.style--dark-blue .content-gallery-teaser__teaser-title,
.content-gallery-teaser .content-gallery-teaser__teaser.style--dark-blue .content-gallery-teaser__teaser-editor {
  color: hsl(0, 0%, 100%);
}
.content-gallery-teaser .content-gallery-teaser__teaser-title {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 16px;
}
.content-gallery-teaser .content-gallery-teaser__teaser-editor {
  color: hsl(218, 29.3%, 36.1%);
  margin-bottom: 23px;
}
.content-gallery-teaser .content-gallery-teaser__teaser-link {
  margin-top: auto;
}
@media only screen and (max-width: 899px) {
  .content-gallery-teaser .content-gallery-teaser__teaser-link {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .content-gallery-teaser {
    /* reset */
    /* rij 1 */
    /* rij 2 + 3 */
    /* rij 4 + 5 */
    /* rij 6 */
    /* rij 7 */
  }
  .content-gallery-teaser .content-gallery-teaser__gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
    gap: 1rem;
  }
  .content-gallery-teaser .content-gallery-teaser__gallery > * {
    grid-column: auto;
    grid-row: auto;
  }
  .content-gallery-teaser .content-gallery-teaser__gallery > *:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .content-gallery-teaser .content-gallery-teaser__gallery > *:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .content-gallery-teaser .content-gallery-teaser__gallery > *:nth-child(3) {
    grid-column: 1/span 2;
    grid-row: 2/span 2;
  }
  .content-gallery-teaser .content-gallery-teaser__gallery > *:nth-child(7) {
    grid-column: 1/span 2;
    grid-row: 4/span 2;
  }
  .content-gallery-teaser .content-gallery-teaser__gallery > *:nth-child(4) {
    grid-column: 1;
    grid-row: 6;
  }
  .content-gallery-teaser .content-gallery-teaser__gallery > *:nth-child(5) {
    grid-column: 2;
    grid-row: 6;
  }
  .content-gallery-teaser .content-gallery-teaser__gallery > *:nth-child(6) {
    grid-column: 1/span 2;
    grid-row: 7/span 2;
  }
  .content-gallery-teaser .content-gallery-teaser__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.content-gallery {
  background-color: hsl(33, 73%, 97%);
  /* Rij 1 */
  /* Rij 2 */
  /* Rij 3 */
}
.content-gallery .content-gallery__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 899px) {
  .content-gallery .content-gallery__grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 599px) {
  .content-gallery .content-gallery__grid {
    gap: 16px;
  }
}
.content-gallery .content-gallery__item {
  position: relative;
  overflow: hidden;
  min-height: 559px;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
}
@media only screen and (max-width: 899px) {
  .content-gallery .content-gallery__item {
    grid-column: span 1 !important;
    min-height: 280px;
  }
}
.content-gallery .content-gallery__item:nth-child(1) {
  grid-column: span 4;
}
.content-gallery .content-gallery__item:nth-child(2) {
  grid-column: span 2;
}
.content-gallery .content-gallery__item:nth-child(3) {
  grid-column: span 3;
}
.content-gallery .content-gallery__item:nth-child(4) {
  grid-column: span 3;
}
.content-gallery .content-gallery__item:nth-child(5),
.content-gallery .content-gallery__item:nth-child(6),
.content-gallery .content-gallery__item:nth-child(7) {
  grid-column: span 2;
}
.content-gallery .content-gallery__image-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.content-gallery .content-gallery__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 100%);
}
.content-gallery .content-gallery__image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.content-gallery .content-gallery__caption {
  position: relative;
  z-index: 2;
}
.content-gallery .content-gallery__caption-title {
  color: hsl(218, 82.6%, 95.5%);
  font-family: "Oswald";
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.content-gallery .content-gallery__caption-editor {
  color: hsl(218, 82.6%, 95.5%);
  font-family: "industry-black";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.content-constraint .content-gallery {
  padding-top: 160px;
}
@media only screen and (max-width: 1199px) {
  .content-constraint .content-gallery {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .content-constraint .content-gallery {
    padding-top: 64px;
  }
}
.content-constraint .content-gallery + .content-gallery {
  padding-top: 0;
}
.content-constraint .content-gallery:not(:has(+ .content-gallery)) {
  padding-bottom: 160px;
}
@media only screen and (max-width: 1199px) {
  .content-constraint .content-gallery:not(:has(+ .content-gallery)) {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .content-constraint .content-gallery:not(:has(+ .content-gallery)) {
    padding-bottom: 64px;
  }
}

@media only screen and (max-width: 899px) {
  .content-gallery-teaser__link.is-desktop {
    display: none;
  }
}

.content-gallery-teaser__link.is-mobile {
  display: none;
}
@media only screen and (max-width: 899px) {
  .content-gallery-teaser__link.is-mobile {
    display: flex;
    margin-top: 24px;
  }
}

.content-text-image {
  padding: 160px 0;
  background-color: hsl(33, 73%, 97%);
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .content-text-image {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .content-text-image {
    padding: 64px 0;
  }
}
.content-text-image .content-text-image__inner {
  display: flex;
  flex-direction: row;
  gap: 72px;
}
@media only screen and (max-width: 1199px) {
  .content-text-image .content-text-image__inner {
    gap: 64px;
  }
}
@media only screen and (max-width: 899px) {
  .content-text-image .content-text-image__inner {
    flex-direction: column-reverse;
  }
}
.content-text-image .content-text-image__image-wrap {
  height: 420px;
  aspect-ratio: 4/3;
  border-radius: 8px;
  align-self: center;
}
@media only screen and (max-width: 1199px) {
  .content-text-image .content-text-image__image-wrap {
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 899px) {
  .content-text-image .content-text-image__image-wrap {
    width: 100%;
    height: 200px;
    aspect-ratio: auto;
  }
}
.content-text-image .content-text-image__image-wrap img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-text-image .content-text-image__title {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 32px;
}
.content-text-image .content-text-image__editor p {
  color: hsl(218, 29.3%, 36.1%);
}
.content-text-image .content-text-image__editor ul {
  list-style: none;
  padding-left: 0;
  margin-left: 16px;
}
.content-text-image .content-text-image__editor li {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: flex;
  align-items: center;
  color: hsl(217, 66.7%, 20%);
}
.content-text-image .content-text-image__editor li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../assets/images/Icon.svg");
}
.content-text-image .confetti-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 899px) {
  .content-text-image .confetti-left {
    display: none;
  }
}

.content-text-image__button {
  margin-top: 24px;
}

.content-form {
  padding: 80px 0;
  background-color: hsl(33, 73%, 97%);
  position: relative;
}
@media only screen and (max-width: 599px) {
  .content-form {
    padding: 64px 0;
  }
}
.content-form .rope-visual {
  display: block;
  position: absolute;
  width: 100vw;
  z-index: 1;
}
.content-form .content-form__inner {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 899px) {
  .content-form .content-form__inner {
    flex-direction: column-reverse;
  }
}
.content-form .content-form__contact {
  width: 404px;
  padding: 56px;
  background-color: hsl(210, 95.9%, 29%);
  border-radius: 0 4px 4px 0;
}
@media only screen and (max-width: 899px) {
  .content-form .content-form__contact {
    width: 100%;
    padding: 40px 20px;
  }
}
.content-form .content-form__title {
  color: hsl(0, 0%, 100%);
  margin-bottom: 24px;
}
.content-form .content-form__editor {
  color: hsl(218, 82.6%, 95.5%);
  margin-bottom: 32px;
}
.content-form .content-form__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.content-form .content-form__links .content-form__link {
  color: hsl(218, 82.6%, 95.5%);
  font-family: "industry-black";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.content-form .content-form__form {
  width: calc(100% - 404px);
  background-color: hsl(0, 0%, 100%);
  padding: 56px 48px;
  border-radius: 4px 0 0 4px;
}
@media only screen and (max-width: 899px) {
  .content-form .content-form__form {
    width: 100%;
    padding: 40px 20px;
  }
}

.content-faq {
  padding: 160px 0;
  background-color: hsl(33, 73%, 97%);
}
@media only screen and (max-width: 1199px) {
  .content-faq {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .content-faq {
    padding: 64px 0;
  }
}
.content-faq .wrapper {
  display: flex;
  flex-direction: row;
  gap: 142px;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .content-faq .wrapper {
    gap: 116px;
  }
}
@media only screen and (max-width: 899px) {
  .content-faq .wrapper {
    flex-direction: column;
    gap: 48px;
  }
}
.content-faq .faq__head {
  display: flex;
  flex-direction: column;
  max-width: 451px;
  width: 100%;
}
.content-faq .content-faq__title {
  margin-bottom: 16px;
  color: hsl(217, 66.7%, 20%);
}
.content-faq .content-faq__editor {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  color: hsl(218, 29.3%, 36.1%);
}
.content-faq .faq__items {
  max-width: 702px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 899px) {
  .content-faq .faq__items {
    max-width: 100%;
  }
}
.content-faq .faq__item {
  padding-block: 0 32px;
  border-bottom: 1px solid #DBDFE5;
}
.content-faq .faq__item:last-child {
  border-bottom: none;
}
.content-faq .faq__item .faq__item-title-button {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.content-faq .faq__item .faq__item-title-button.is-active .faq__item-icon {
  background-color: hsl(26, 87.1%, 54.5%);
}
.content-faq .faq__item .faq__item-title-button.is-active .faq__item-icon::after {
  transform: translate(-50%, -50%) rotate(0);
  background-color: hsl(0, 0%, 100%);
}
.content-faq .faq__item .faq__item-title-button.is-active .faq__item-icon::before {
  background-color: hsl(0, 0%, 100%);
}
.content-faq .faq__item .faq__item-icon {
  border-radius: 50px;
  border: 2px solid hsl(26, 87.1%, 54.5%);
  background-color: transparent;
  display: flex;
  width: 34px;
  height: 34px;
  aspect-ratio: 1/1;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: relative;
  transition: all 250ms ease;
}
.content-faq .faq__item .faq__item-icon::before {
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: hsl(26, 87.1%, 54.5%);
  border-radius: 100px;
  content: "";
  transition: all 250ms ease;
}
.content-faq .faq__item .faq__item-icon::after {
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background: hsl(26, 87.1%, 54.5%);
  border-radius: 100px;
  content: "";
  transition: all 250ms ease;
}
.content-faq .faq__item .faq__item-title {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-weight: 500;
  line-height: 120%;
  text-align: start;
}
.content-faq .faq__item .faq__item-editor {
  margin-top: 16px;
  color: hsl(218, 29.3%, 36.1%);
}

.graphic {
  background-color: hsl(33, 73%, 97%);
  overflow: hidden;
}
.graphic .graphic-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: -80px;
}
@media only screen and (max-width: 899px) {
  .graphic .graphic-wrapper {
    margin-bottom: -64px;
  }
}
@media only screen and (max-width: 599px) {
  .graphic .graphic-wrapper {
    margin-bottom: -20px;
  }
}
.graphic .graphic-wrapper::before {
  background: linear-gradient(-90deg, rgba(255, 253, 247, 0) 83.73%, hsl(33, 73%, 97%) 94.78%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.graphic .graphic-wrapper::after {
  background: linear-gradient(90deg, rgba(255, 253, 247, 0) 83.73%, hsl(33, 73%, 97%) 99.5%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.graphic svg {
  width: 100%;
  height: auto;
  display: block;
}
.graphic .text {
  font-size: 70px;
  fill: hsl(26, 87.1%, 54.5%);
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Arvo";
  white-space: nowrap;
}
@media only screen and (max-width: 899px) {
  .graphic .text {
    font-size: 110px;
  }
}
.graphic .wave {
  fill: none;
  stroke: transparent;
}

/**
 * Activities.
 */
.activities-newest {
  background-color: #FDF8F2;
  padding: 160px 0;
}
@media only screen and (max-width: 1199px) {
  .activities-newest {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 899px) {
  .activities-newest {
    padding: 64px 0;
  }
}
.activities-newest .activities-newest__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media only screen and (max-width: 899px) {
  .activities-newest .activities-newest__head {
    flex-direction: column;
  }
}
@media only screen and (max-width: 599px) {
  .activities-newest .activities-newest__head {
    margin-bottom: 24px;
  }
}
.activities-newest .activities-newest__title {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 599px) {
  .activities-newest .activities-newest__button {
    display: none;
  }
}
.activities-newest .activities-newest__wrap .featured {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 899px) {
  .activities-newest .activities-newest__wrap .featured {
    flex-direction: column;
  }
}
.activities-newest .activities-newest__wrap .regular-items {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 32px;
}
@media only screen and (max-width: 599px) {
  .activities-newest .activities-newest__wrap .regular-items {
    padding: 0;
  }
}
.activities-newest .activities-newest__button-mob {
  margin-top: 40px;
}
@media only screen and (min-width: 600px) {
  .activities-newest .activities-newest__button-mob {
    display: none;
  }
}

.activities-newest__wrap .featured .activities-item {
  height: 100%;
  overflow: none;
  transition: transform 300ms ease-in-out;
}
.activities-newest__wrap .featured .activities-item .activities-item__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.activities-newest__wrap .featured .activities-item .activities-item__image {
  min-height: 328px !important;
  width: 100%;
  border-radius: 4px 4px 0 0;
  overflow: none;
}
@media only screen and (max-width: 899px) {
  .activities-newest__wrap .featured .activities-item .activities-item__image {
    height: 176px !important;
    min-height: 176px !important;
  }
}
.activities-newest__wrap .featured .activities-item .activities-item__image .activities-item__img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 300ms ease-in-out;
}
.activities-newest__wrap .featured .activities-item .activities-item__body {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 0 0 4px 4px;
  background: #299DBE;
  height: 100%;
}
@media only screen and (max-width: 899px) {
  .activities-newest__wrap .featured .activities-item .activities-item__body {
    padding: 20px;
  }
}
.activities-newest__wrap .featured .activities-item .activities-item__stats {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.activities-newest__wrap .featured .activities-item .activities-item__age,
.activities-newest__wrap .featured .activities-item .activities-item__category {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #50AFC9;
  color: hsl(0, 0%, 100%);
  font-family: "industry-black";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.activities-newest__wrap .featured .activities-item .activities-item__date,
.activities-newest__wrap .featured .activities-item .activities-item__location {
  display: none;
}
.activities-newest__wrap .featured .activities-item .activities-item__title {
  color: hsl(0, 0%, 100%);
}
.activities-newest__wrap .featured .activities-item .activities-item__teaser {
  color: hsl(0, 0%, 100%);
  margin-bottom: 24px;
}
.activities-newest__wrap .featured .activities-item:hover .activities-item__image .activities-item__img {
  transform: scale(1.02);
}
.activities-newest__wrap .featured .activities-item:first-of-type .activities-item__body {
  background-color: #FBBC42;
}
.activities-newest__wrap .featured .activities-item:first-of-type .activities-item__body .activities-item__age,
.activities-newest__wrap .featured .activities-item:first-of-type .activities-item__body .activities-item__category {
  background-color: #FFD687;
  color: hsl(217, 66.7%, 20%);
}
.activities-newest__wrap .featured .activities-item:first-of-type .activities-item__body .activities-item__title {
  color: hsl(217, 66.7%, 20%);
}
.activities-newest__wrap .featured .activities-item:first-of-type .activities-item__body .activities-item__teaser {
  color: rgba(17, 43, 85, 0.8);
}

.activities-newest__wrap .regular-items .activities-item {
  width: 100%;
  background-color: #FCE6BD;
  padding: 16px 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.activities-newest__wrap .regular-items .activities-item .activities-item__link {
  display: flex;
  flex-direction: column;
}
.activities-newest__wrap .regular-items .activities-item .activities-item__image,
.activities-newest__wrap .regular-items .activities-item .activities-item__stats,
.activities-newest__wrap .regular-items .activities-item .activities-item__teaser {
  display: none;
}
.activities-newest__wrap .regular-items .activities-item .activities-item__body {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.activities-newest__wrap .regular-items .activities-item .activities-item__date {
  margin-right: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57.815px;
  padding: 8px 16px;
  flex-direction: column;
  background: #FBBC43;
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .activities-newest__wrap .regular-items .activities-item .activities-item__date {
    font-size: 16px;
  }
}
.activities-newest__wrap .regular-items .activities-item .activities-item__date .month {
  font-size: 14px;
}
.activities-newest__wrap .regular-items .activities-item .activities-item__title {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding-right: 12px;
  border-right: 1px solid hsl(217, 66.7%, 20%);
  margin-right: 12px;
}
@media only screen and (max-width: 599px) {
  .activities-newest__wrap .regular-items .activities-item .activities-item__title {
    border: none;
    font-size: 16px;
  }
}
.activities-newest__wrap .regular-items .activities-item .activities-item__location {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 599px) {
  .activities-newest__wrap .regular-items .activities-item .activities-item__location {
    display: none;
  }
}
.activities-newest__wrap .regular-items .activities-item .activities-item__more {
  margin-left: auto;
}
@media only screen and (max-width: 599px) {
  .activities-newest__wrap .regular-items .activities-item .activities-item__more {
    width: fit-content !important;
  }
}
.activities-newest__wrap .regular-items .activities-item .activities-item__more .title,
.activities-newest__wrap .regular-items .activities-item .activities-item__more .svg-union {
  display: none;
}
.activities-newest__wrap .regular-items .activities-item .activities-item__more .svg-wrapper {
  padding: 16px 20px !important;
  transition: all 300ms ease-in-out;
  background-color: hsl(26, 87.1%, 54.5%);
  border-color: hsl(26, 87.1%, 54.5%);
}
.activities-newest__wrap .regular-items .activities-item .activities-item__more .svg-wrapper svg path {
  transition: all 300ms ease-in-out;
  fill: hsl(0, 0%, 100%);
}
.activities-newest__wrap .regular-items .activities-item:nth-child(odd) {
  background-color: #BDDDE2;
}
.activities-newest__wrap .regular-items .activities-item:nth-child(odd) .activities-item__date {
  background: #299DBE;
  color: hsl(0, 0%, 100%);
}
.activities-newest__wrap .regular-items .activities-item:first-child {
  border-radius: 8px 8px 0 0;
}
.activities-newest__wrap .regular-items .activities-item:last-child {
  border-radius: 0 0 8px 8px;
}
.activities-newest__wrap .regular-items .activities-item:hover {
  transform: scale(1.05) rotate(1deg);
  border-radius: 8px;
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.25);
}
.activities-newest__wrap .regular-items .activities-item:hover .activities-item__more .svg-wrapper {
  background-color: hsl(26, 87.1%, 54.5%);
  border-color: hsl(26, 87.1%, 54.5%);
}
.activities-newest__wrap .regular-items .activities-item:hover .activities-item__more .svg-wrapper svg path {
  fill: hsl(0, 0%, 100%);
}

.activities-single {
  background-color: hsl(33, 73%, 97%);
  position: relative;
}
.activities-single .activities-single__hero {
  width: 100%;
  height: 688px;
}
.activities-single .confetti-right {
  position: absolute;
  right: 0;
  top: 75%;
  transform: translateY(-75%);
  z-index: 0;
}
@media only screen and (max-width: 899px) {
  .activities-single .confetti-right {
    display: none;
  }
}
.activities-single .activities-single__image {
  width: 100%;
  height: 100%;
}
.activities-single .activities-single__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: cover;
}
.activities-single .activities-single__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -150px;
}
.activities-single .activities-single__ticket-wrapper {
  display: flex;
  flex-direction: row;
  height: max-content;
}
@media only screen and (max-width: 899px) {
  .activities-single .activities-single__ticket-wrapper {
    flex-direction: column;
  }
}
.activities-single .activities-single__ticket-wrapper-left {
  background-color: hsl(210, 95.9%, 29%);
  padding: 40px;
  border-radius: 4px;
}
@media only screen and (max-width: 899px) {
  .activities-single .activities-single__ticket-wrapper-left {
    padding: 40px 20px;
  }
}
.activities-single .activities-single__title {
  color: hsl(218, 82.6%, 95.5%);
  margin-bottom: 32px;
}
.activities-single .activities-single__editor {
  color: hsl(218, 82.6%, 95.5%);
  margin-bottom: 42px;
}
.activities-single .button-wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media only screen and (max-width: 899px) {
  .activities-single .button-wrapper {
    flex-direction: column;
  }
}
.activities-single .activities-single__ticket-wrapper-svg-union {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .activities-single .activities-single__ticket-wrapper-svg-union {
    display: none;
  }
}
.activities-single .activities-single__ticket-wrapper-svg-union-mobile {
  display: none;
}
@media only screen and (max-width: 899px) {
  .activities-single .activities-single__ticket-wrapper-svg-union-mobile {
    display: flex;
    width: 100%;
    height: 3px;
  }
  .activities-single .activities-single__ticket-wrapper-svg-union-mobile .svg,
  .activities-single .activities-single__ticket-wrapper-svg-union-mobile svg {
    width: 100%;
    height: 3px;
    display: block;
  }
}
.activities-single .activities-single__ticket-wrapper-right {
  background-color: hsl(210, 95.9%, 29%);
  padding: 40px;
  border-radius: 4px;
  min-width: 376px;
}
@media only screen and (max-width: 899px) {
  .activities-single .activities-single__ticket-wrapper-right {
    min-width: 100%;
    padding: 40px 20px;
  }
}
.activities-single .activities-single__subtitle {
  color: hsl(218, 82.6%, 95.5%);
  margin-bottom: 32px;
}
.activities-single .activities-single__links {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.activities-single .activities-single__link {
  display: flex;
  flex-direction: row;
  gap: 12px;
  color: hsl(218, 82.6%, 95.5%);
}
.activities-single .activities-single__link svg {
  min-width: 25px;
}
.activities-single .activities-single-text-image {
  padding: 160px 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .activities-single .activities-single-text-image {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .activities-single .activities-single-text-image {
    padding: 64px 0;
  }
}
.activities-single .activities-single-text-image__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.activities-single .activities-single-text-image__inner {
  display: flex;
  flex-direction: row;
  gap: 72px;
}
@media only screen and (max-width: 1199px) {
  .activities-single .activities-single-text-image__inner {
    gap: 64px;
  }
}
@media only screen and (max-width: 899px) {
  .activities-single .activities-single-text-image__inner {
    flex-direction: column-reverse;
  }
}
.activities-single .activities-single-text-image__image-wrap {
  height: 420px;
  aspect-ratio: 4/3;
  border-radius: 8px;
  align-self: center;
}
@media only screen and (max-width: 1199px) {
  .activities-single .activities-single-text-image__image-wrap {
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 899px) {
  .activities-single .activities-single-text-image__image-wrap {
    width: 100%;
    aspect-ratio: auto;
  }
}
.activities-single .activities-single-text-image__image-wrap img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.activities-single .activities-single-text-image__title {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 32px;
}
.activities-single .activities-single-text-image__editor {
  margin-bottom: 40px;
}
.activities-single .activities-single-text-image__editor ul {
  list-style: none;
  padding-left: 0;
}
.activities-single .activities-single-text-image__editor li {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: flex;
  align-items: center;
}
.activities-single .activities-single-text-image__editor li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../assets/images/icon.svg");
}
.activities-single .activities-single-text-image__social {
  margin-top: 24px;
}
.activities-single .activities-single-text-image__social-label {
  font-size: 14px;
  font-weight: 700;
  color: hsl(26, 87.1%, 54.5%);
  margin: 0 0 12px;
}
.activities-single .activities-single-text-image__social-list {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.activities-single .activities-single-text-image__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: hsl(26, 87.1%, 54.5%);
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  transition: background-color 200ms ease, transform 200ms ease;
}
.activities-single .activities-single-text-image__social-link:hover {
  background-color: #de690f;
  transform: translateY(-2px);
}
.activities-single .activities-single-text-image__social-link:focus-visible {
  outline: 2px solid hsl(0, 0%, 100%);
  outline-offset: 3px;
}

.activity-list {
  background-color: hsl(33, 73%, 97%);
  padding: 160px 0;
  scroll-margin-top: 152px;
}
@media only screen and (max-width: 1199px) {
  .activity-list {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 899px) {
  .activity-list {
    padding: 65px 0;
  }
}
.activity-list .activity-list__featured {
  padding-bottom: 160px;
}
@media only screen and (max-width: 1199px) {
  .activity-list .activity-list__featured {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 899px) {
  .activity-list .activity-list__featured {
    padding-bottom: 65px;
  }
}
.activity-list .activity-list__featured-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 44px;
}
@media only screen and (max-width: 599px) {
  .activity-list .activity-list__featured-head {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .activity-list .content-hero__button {
    display: none;
  }
}
.activity-list .activity-list__featured-body {
  display: flex;
  flex-direction: row;
  background-color: #FBBC42;
}
@media only screen and (max-width: 899px) {
  .activity-list .activity-list__featured-body {
    flex-direction: column-reverse;
  }
}
.activity-list .activity-list-featured-content {
  display: flex;
  flex-direction: column;
  padding: 58px 40px;
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .activity-list .activity-list-featured-content {
    width: 60%;
  }
}
@media only screen and (max-width: 599px) {
  .activity-list .activity-list-featured-content {
    padding: 20px;
    width: 100%;
  }
}
.activity-list .activity-list__stats {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 599px) {
  .activity-list .activity-list__stats {
    margin-bottom: 8px;
  }
}
.activity-list .activity-list__category {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #FFD687;
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.activity-list .activity-list__readtime {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: hsl(217, 66.7%, 20%);
  font-family: "industry-black";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  gap: 10px;
}
.activity-list .activity-list__readtime svg path {
  fill: hsl(217, 66.7%, 20%);
}
.activity-list .activity-list__title {
  color: hsl(217, 66.7%, 20%);
  margin-bottom: 24px;
}
@media only screen and (max-width: 599px) {
  .activity-list .activity-list__title {
    margin-bottom: 8px;
  }
}
.activity-list .activity-list__teaser {
  color: hsl(217, 66.7%, 20%);
  margin-bottom: 54px;
}
@media only screen and (max-width: 599px) {
  .activity-list .activity-list__teaser {
    margin-bottom: 24px;
  }
}
.activity-list .activity-list__featured-img-wrap {
  width: 50%;
  height: 100%;
  height: stretch;
}
@media only screen and (max-width: 1199px) {
  .activity-list .activity-list__featured-img-wrap {
    width: 40%;
  }
}
@media only screen and (max-width: 899px) {
  .activity-list .activity-list__featured-img-wrap {
    width: 100%;
    height: 276px;
  }
}
@media only screen and (max-width: 599px) {
  .activity-list .activity-list__featured-img-wrap {
    height: 176px;
  }
}
.activity-list .activity-list__featured-img-wrap .activity-list__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.activity-list .activity-list__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 44px;
  align-items: end;
}
@media only screen and (max-width: 599px) {
  .activity-list .activity-list__header {
    flex-direction: column;
    align-items: start;
  }
}
.activity-list .activity-list__sort {
  position: relative;
}
@media only screen and (max-width: 599px) {
  .activity-list .activity-list__sort {
    margin-top: 16px;
  }
}
.activity-list .activity-list__sort-trigger {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-right: 6px;
}
.activity-list .activity-list__sort-trigger svg {
  margin-left: 6px;
}
.activity-list .activity-list__sort-list {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 8px 16px;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
  background: #FFF;
  width: 231px;
  z-index: 10;
}
@media only screen and (max-width: 599px) {
  .activity-list .activity-list__sort-list {
    position: relative;
  }
}
.activity-list .activity-list__sort-item {
  color: #00205B;
  font-family: "industry-black";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  padding: 8px 0;
  width: 100%;
  transition: all 300ms ease-in-out;
}
.activity-list .activity-list__sort-item:first-of-type {
  border-bottom: 1.2px solid rgba(17, 43, 85, 0.08);
}
.activity-list .activity-list__sort-item:hover {
  opacity: 0.6;
}
.activity-list .activity-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px 28px;
}
@media only screen and (max-width: 899px) {
  .activity-list .activity-list__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.calendar-item {
  height: 100%;
  box-shadow: 0 12px 28px 0 rgba(228, 219, 208, 0.3);
  height: auto;
}
.calendar-item:hover .calendar-item__img {
  transform: scale(1.1);
}
.calendar-item .calendar-item__link {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.calendar-item .calendar-item__image {
  height: 216px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.calendar-item .calendar-item__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 500ms ease-in-out;
  border-radius: 4px 4px 0 0;
}
.calendar-item .calendar-item__date {
  position: absolute;
  top: 24px;
  left: 24px;
  margin-right: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57.815px;
  padding: 8px 16px;
  flex-direction: column;
  background: #299DBE;
  color: hsl(0, 0%, 100%);
  font-family: "Oswald";
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .calendar-item .calendar-item__date {
    font-size: 16px;
  }
}
.calendar-item .calendar-item__date .month {
  font-size: 14px;
}
.calendar-item .calendar-item__body {
  padding: 28px 24px;
  background-color: hsl(0, 0%, 100%);
  display: flex;
  flex: 1;
  flex-direction: column;
  border-radius: 0 0 4px 4px;
}
.calendar-item .calendar-item__stats {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 12px;
}
.calendar-item .calendar-item__age,
.calendar-item .calendar-item__categories {
  color: hsl(193, 64.5%, 45.3%);
  font-family: "industry-black";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #F0F5F9;
}
.calendar-item .calendar-item__title {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 12px;
}
.calendar-item .calendar-item__teaser {
  color: hsl(218, 29.3%, 36.1%);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 40px;
}
.calendar-item .calendar-item__more {
  margin-top: auto;
}

.activities-date-blocks {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .activities-date-blocks {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 599px) {
  .activities-date-blocks {
    padding: 32px 0;
  }
}
.activities-date-blocks .activities-date-blocks__title {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 48px;
}
.activities-date-blocks .activities-date-blocks__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.activities-date-blocks .activities-date-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #FCE6BD;
  padding: 16px 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.activities-date-blocks .activities-date-block:nth-child(odd) {
  background-color: #BDDDE2;
}
.activities-date-blocks .activities-date-block:nth-child(odd) .activities-date-block__badge {
  background: #299DBE;
  color: hsl(0, 0%, 100%);
}
.activities-date-blocks .activities-date-block:first-child {
  border-radius: 8px 8px 0 0;
}
.activities-date-blocks .activities-date-block:last-child {
  border-radius: 0 0 8px 8px;
}
.activities-date-blocks .activities-date-block:hover {
  transform: scale(1.05);
  border-radius: 8px;
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.25);
}
.activities-date-blocks .date-event__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.activities-date-blocks .activities-date-block__badge {
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57.815px;
  padding: 8px 16px;
  flex-direction: column;
  background: #FBBC43;
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .activities-date-blocks .activities-date-block__badge {
    font-size: 16px;
  }
}
.activities-date-blocks .activities-date-block__badge-month {
  font-size: 14px;
}
.activities-date-blocks .activities-date-block__name {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding-right: 12px;
  margin-right: 12px;
}
@media only screen and (max-width: 599px) {
  .activities-date-blocks .activities-date-block__name {
    font-size: 16px;
  }
}
.activities-date-blocks .activities-date-block__event-title {
  font-size: 27px;
  font-weight: 500;
  padding-right: 12px;
  border-right: 1px solid hsl(217, 66.7%, 20%);
  margin-right: 12px;
}
@media only screen and (max-width: 599px) {
  .activities-date-blocks .activities-date-block__event-title {
    border: none;
  }
}
.activities-date-blocks .activities-date-block__location {
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 599px) {
  .activities-date-blocks .activities-date-block__location {
    display: none;
  }
}
.activities-date-blocks .activities-date-second-block__badge {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 899px) {
  .activities-date-blocks .activities-date-second-block__badge {
    display: none;
  }
}
.activities-date-blocks .activities-date-block__time {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 599px) {
  .activities-date-blocks .activities-date-block__time {
    display: none;
  }
}

.activities-related {
  background-color: hsl(33, 73%, 97%);
  padding: 160px 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .activities-related {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .activities-related {
    padding: 64px 0;
  }
}
.activities-related .confetti-left {
  position: absolute;
  left: 0;
  top: 80%;
  transform: translateY(-80%);
  z-index: 0;
}
@media only screen and (max-width: 899px) {
  .activities-related .confetti-left {
    display: none;
  }
}
.activities-related .activities-related__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 48px;
}
.activities-related .activities-related__title {
  color: hsl(217, 66.7%, 20%);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 599px) {
  .activities-related .activities-related__button {
    display: none;
  }
}
.activities-related .activities-related__grid {
  display: flex;
  flex-direction: row;
  gap: 28px;
  overflow: visible;
}
@media only screen and (max-width: 899px) {
  .activities-related .activities-related__grid {
    gap: 0;
  }
}
.activities-related .activities-related__nav {
  display: none;
  flex-direction: row;
  justify-content: center;
  margin-top: 32px;
  gap: 12px;
}
@media only screen and (max-width: 899px) {
  .activities-related .activities-related__nav {
    display: flex;
    align-items: center;
  }
}
.activities-related .activities-related__nav-prev,
.activities-related .activities-related__nav-next {
  display: flex;
  width: 60px;
  height: 48px;
  padding: 12px 20px 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 4.807px;
  border-radius: 4px;
}
.activities-related .activities-related__nav-prev {
  border: 2px solid #F07E26;
  transform: rotate(180deg);
  background-color: hsl(33, 73%, 97%);
}
.activities-related .activities-related__nav-prev svg path {
  fill: hsl(26, 87.1%, 54.5%);
}
.activities-related .activities-related__nav-next {
  background-color: hsl(26, 87.1%, 54.5%);
}
.activities-related .activities-related__nav button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}

/**
 * News.
 */
.news-latest {
  padding: 160px 0;
  background-color: #FDF8F2;
}
@media only screen and (max-width: 1199px) {
  .news-latest {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 899px) {
  .news-latest {
    padding: 64px 0;
  }
}
.news-latest .news-latest__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media only screen and (max-width: 899px) {
  .news-latest .news-latest__head {
    flex-direction: column;
  }
}
@media only screen and (max-width: 599px) {
  .news-latest .news-latest__head {
    margin-bottom: 24px;
  }
}
.news-latest .news-latest__title {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 899px) {
  .news-latest .news-latest__button {
    display: none;
  }
}
.news-latest .news-latest__wrap {
  display: flex;
  flex-direction: row;
  gap: 28px;
  overflow: visible;
}
@media only screen and (max-width: 899px) {
  .news-latest .news-latest__wrap {
    gap: 0;
  }
}
.news-latest .news-latest__wrap.keen-slider {
  align-items: stretch;
}
.news-latest .news-latest__nav {
  display: none;
  flex-direction: row;
  justify-content: center;
  margin-top: 32px;
  gap: 12px;
}
@media only screen and (max-width: 899px) {
  .news-latest .news-latest__nav {
    display: flex;
    align-items: center;
  }
}
.news-latest .news-latest__nav-prev,
.news-latest .news-latest__nav-next {
  display: flex;
  width: 60px;
  height: 48px;
  padding: 12px 20px 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 4.807px;
  border-radius: 4px;
  border: 2px solid #F07E26;
}
.news-latest .news-latest__nav-prev {
  border: 2px solid #F07E26;
  transform: rotate(180deg);
  background-color: hsl(33, 73%, 97%);
}
.news-latest .news-latest__nav-prev svg path {
  fill: hsl(26, 87.1%, 54.5%);
}
.news-latest .news-latest__nav-next {
  background-color: hsl(26, 87.1%, 54.5%);
}
.news-latest .news-latest__nav button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}

.news-list {
  padding: 160px 0;
  background-color: hsl(33, 73%, 97%);
}
@media only screen and (max-width: 1199px) {
  .news-list {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .news-list {
    padding: 64px 0;
  }
}
.news-list .news-list__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 72px;
  align-items: flex-end;
}
@media only screen and (max-width: 599px) {
  .news-list .news-list__header {
    flex-direction: column;
    align-items: start;
    margin-bottom: 8px;
  }
}
.news-list .news-list__title,
.news-list .news-list__count {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 599px) {
  .news-list .news-list__title,
  .news-list .news-list__count {
    font-size: 32px;
  }
}
.news-list .news-list__sort {
  position: relative;
}
@media only screen and (max-width: 599px) {
  .news-list .news-list__sort {
    margin-top: 16px;
  }
}
.news-list .news-list__sort-trigger {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-right: 6px;
}
.news-list .news-list__sort-trigger svg {
  margin-left: 6px;
}
.news-list .news-list__sort-list {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 8px 16px;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
  background: #FFF;
  width: 231px;
}
@media only screen and (max-width: 599px) {
  .news-list .news-list__sort-list {
    position: relative;
  }
}
.news-list .news-list__sort-item {
  color: hsl(210, 95.9%, 29%);
  font-family: "industry-black";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  padding: 8px 0;
}
.news-list .news-list__sort-item:first-of-type {
  border-bottom: 1.2px solid rgba(17, 43, 85, 0.08);
}
.news-list .news-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px 28px;
}
@media only screen and (max-width: 899px) {
  .news-list .news-list__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.news-item {
  height: auto;
  box-shadow: 0 12px 28px 0 rgba(228, 219, 208, 0.3);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  height: auto;
}
.news-item:hover .news-item__image img {
  transform: scale(1.05);
}
.news-item .news-item__link {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
}
.news-item .news-item__link:focus, .news-item .news-item__link:focus-visible {
  outline: 2px solid #FF0000;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px #FFFFFF;
}
.news-item .news-item__link:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
.news-item .news-item__image {
  height: 216px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.news-item .news-item__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 300ms ease-in-out;
  border-radius: 4px 4px 0 0;
}
.news-item .news-item__body {
  padding: 28px 24px;
  background-color: hsl(0, 0%, 100%);
  display: flex;
  flex: 1;
  flex-direction: column;
  border-radius: 0 0 4px 4px;
}
@media only screen and (max-width: 599px) {
  .news-item .news-item__body {
    padding: 20px;
  }
}
.news-item .news-item__stats {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-bottom: 12px;
}
.news-item .news-item__categories {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.news-item .news-item__category {
  color: hsl(193, 64.5%, 45.3%);
  font-family: "industry-black";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #F0F5F9;
}
.news-item .news-item__readtime {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #299DBE;
  font-family: "industry-black";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  gap: 10px;
}
.news-item .news-item__title {
  color: hsl(217, 66.7%, 20%);
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 12px;
}
.news-item .news-item__teaser {
  color: hsl(218, 29.3%, 36.1%);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 599px) {
  .news-item .news-item__teaser {
    margin-bottom: 24px;
  }
}
.news-item .news-item__more {
  margin-top: auto;
}
@media only screen and (max-width: 599px) {
  .news-item .news-item__more {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.news-list .news-item:first-child,
.news-list .news-item:nth-child(7) {
  grid-column: span 2;
}
@media only screen and (max-width: 899px) {
  .news-list .news-item:first-child,
  .news-list .news-item:nth-child(7) {
    grid-column: span 1;
  }
}
.news-list .news-item:first-child .news-item__body,
.news-list .news-item:nth-child(7) .news-item__body {
  background-color: hsl(210, 95.9%, 29%);
}
.news-list .news-item:first-child .news-item__category,
.news-list .news-item:nth-child(7) .news-item__category {
  color: #FFF;
  background: rgba(240, 245, 249, 0.25);
}
.news-list .news-item:first-child .news-item__readtime,
.news-list .news-item:nth-child(7) .news-item__readtime {
  color: hsl(218, 82.6%, 95.5%);
}
.news-list .news-item:first-child .news-item__readtime svg path,
.news-list .news-item:nth-child(7) .news-item__readtime svg path {
  fill: hsl(218, 82.6%, 95.5%);
}
.news-list .news-item:first-child .news-item__title,
.news-list .news-item:first-child .news-item__teaser,
.news-list .news-item:nth-child(7) .news-item__title,
.news-list .news-item:nth-child(7) .news-item__teaser {
  color: hsl(218, 82.6%, 95.5%);
}
.news-list .news-item:first-child .news-item__more,
.news-list .news-item:nth-child(7) .news-item__more {
  background-color: hsl(26, 87.1%, 54.5%);
  color: white;
  transform: rotate(0deg);
}
.news-list .news-item:first-child .news-item__more:hover,
.news-list .news-item:nth-child(7) .news-item__more:hover {
  background-color: hsl(26, 100%, 45.3%);
  border-color: hsl(26, 100%, 45.3%);
}
@keyframes settleWiggle {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-6deg);
  }
  40% {
    transform: rotate(6deg);
  }
  60% {
    transform: rotate(-3deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}

.news-single .news-single__header {
  padding: 120px 0;
  background-color: hsl(210, 95.9%, 29%);
  position: relative;
  padding-top: 124px;
}
@media only screen and (max-width: 599px) {
  .news-single .news-single__header {
    padding-top: 90px;
  }
}
.news-single .news-single__header .wrapper {
  position: relative;
}
.news-single .news-single__title {
  color: hsl(218, 82.6%, 95.5%);
  margin-bottom: 48px;
  z-index: 1;
  position: relative;
  font-family: "Arvo";
}
.news-single h2,
.news-single h3 {
  font-weight: 500;
}
.news-single .news-single__image {
  width: 100%;
  height: 544px;
  border-radius: 4px;
  z-index: 1;
  position: relative;
  margin-bottom: -500px;
}
@media only screen and (max-width: 899px) {
  .news-single .news-single__image {
    height: 200px;
    margin-bottom: -200px;
  }
}
.news-single .news-single__image img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-single .logo {
  position: absolute;
  bottom: 0px;
  right: -80px;
  height: 337px;
  z-index: 0;
}
@media only screen and (max-width: 599px) {
  .news-single .logo {
    height: 200px;
  }
}
.news-single .news-single__body {
  background-color: hsl(33, 73%, 97%);
  padding-top: 400px;
}
@media only screen and (max-width: 899px) {
  .news-single .news-single__body {
    padding-top: 50px;
  }
}
.news-single .news-single__teaser-small {
  color: rgba(65, 85, 119, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.news-single .news-single__editor {
  padding-top: 60px;
  color: rgba(17, 43, 85, 0.8);
  padding-bottom: 80px;
}
.news-single .wp-caption {
  width: 100% !important;
  margin-top: 16px;
  margin-bottom: 60px;
}
.news-single blockquote {
  border-left: 4px solid hsl(26, 87.1%, 54.5%);
}

.news-single__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  z-index: 5;
  position: relative;
}
.news-single__breadcrumb a, .news-single__breadcrumb span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.news-single__breadcrumb a {
  color: hsl(0, 0%, 100%);
  transition: all 300ms ease-in-out;
}
.news-single__breadcrumb a:hover {
  opacity: 0.6;
}
.news-single__breadcrumb span {
  color: hsl(26, 87.1%, 54.5%);
}

/**
 * Utilities.
 */
/**
 * Accessibility utilities.
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:focus,
.sr-only-focusable:focus-visible {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 12px 24px;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background: #034991;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

#main-content:focus {
  outline: none;
}

*:focus {
  outline: 2px solid #FF0000 !important;
  outline-offset: 2px;
}

*:focus-visible {
  outline: 2px solid #FF0000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 4px #FFFFFF;
}

*:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

/**
 * Color utility classes.
 *
 * Automatically generated color and background color utility classes based on every color definition in `settings/_color.scss`.
 * Loop through every `$key` and `$map` in the `$colors` variable map defined in `settings/_color.scss`.
 */
/**
 * `color` hsl(0, 0%, 0%)-100 color utility.
 */
.color-black-100 {
  color: hsl(0, 0%, 0%);
}

/**
 * `background-color` hsl(0, 0%, 0%)-100 color utility.
 */
.background-color-black-100 {
  background-color: hsl(0, 0%, 0%);
}

/**
 * `color` hsl(0, 0%, 100%)-100 color utility.
 */
.color-white-100 {
  color: hsl(0, 0%, 100%);
}

/**
 * `background-color` hsl(0, 0%, 100%)-100 color utility.
 */
.background-color-white-100 {
  background-color: hsl(0, 0%, 100%);
}

/**
 * `color` hsl(0, 100%, 50%)-100 color utility.
 */
.color-red-100 {
  color: hsl(0, 100%, 50%);
}

/**
 * `background-color` hsl(0, 100%, 50%)-100 color utility.
 */
.background-color-red-100 {
  background-color: hsl(0, 100%, 50%);
}

/**
 * `color` hsl(0, 100%, 50%)-10 color utility.
 */
.color-red-10 {
  color: hsl(0, 100%, 50%);
}

/**
 * `background-color` hsl(0, 100%, 50%)-10 color utility.
 */
.background-color-red-10 {
  background-color: hsl(0, 100%, 50%);
}