/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
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;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
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 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
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'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: EtelkaLightPro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #edf2f7; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #cbd5e0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #cbd5e0;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #cbd5e0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/* @font-face {
  font-family: EtelkaTextPro;
  font-weight: 400;
  src: url(fonts/EtelkaTextPro.otf) format("otf");
}
@font-face {
  font-family: EtelkaMediumProBold;
  font-weight: 500;
  src: url(fonts/EtelkaMediumProBold.otf) format("otf");
}


@font-face {
  font-family: EtelkaLightPro;
  font-weight: 400;
  src: url(fonts/EtelkaLightPro.otf) format("otf");
} */

@font-face {
  font-family: EtelkaLightPro;

  font-weight: 400;

  src: url('../assets/fonts/etelkaLight.woff2') format('woff2');
}

@font-face {
  font-family: EtelkaTextPro;

  font-weight: 400;

  src: url('../assets/fonts/etelkaMedium.woff2') format('woff2');
}

@font-face {
  font-family: EtelkaMediumProBold;

  font-weight: 500;

  src: url('../assets/fonts/etelkatextprobold.woff2') format('woff2');
}

.prose {
  color: #1A171B;
  max-width: 100%;
}

.prose [class~="lead"] {
  color: #718096;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose a {
  color: #eb4356;
  text-decoration: underline;
  font-weight: 500;
}

.prose a:hover {
  color: #eb4356;
  text-decoration: underline;
}

.prose strong {
  color: #1a202c;
  font-weight: 600;
}

.prose ol[type="a"] {
  --list-counter-style: lower-alpha;
}

.prose ol[type="i"] {
  --list-counter-style: lower-roman;
}

.prose ol[type="1"] {
  --list-counter-style: decimal;
}

.prose ol > li {
  position: relative;
  padding-left: 1.75em;
}

.prose ol > li::before {
  content: counter(list-item, var(--list-counter-style, decimal)) ".";
  position: absolute;
  font-weight: 400;
  color: #a0aec0;
  left: 0;
}

.prose ul > li {
  position: relative;
  padding-left: 1.75em;
}

.prose ul > li::before {
  content: "";
  position: absolute;
  background-color: #e2e8f0;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}

.prose hr {
  border-color: #edf2f7;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: #1a202c;
  border-left-width: 0.25rem;
  border-left-color: #edf2f7;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose blockquote p:first-of-type::before {
  content: open-quote;
}

.prose blockquote p:last-of-type::after {
  content: close-quote;
}

.prose h1 {
  color: #1a202c;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose h2 {
  color: #4C4037;
  font-weight: 700;
  font-size: 60px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 60px;
}

.prose h3 {
  color: #1a202c;
  font-weight: 600;
  font-size: 32px;
  margin-top: 0rem;
  margin-bottom: 0.5rem;
  line-height: 40px;
}

.prose h4 {
  color: #1a202c;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose figure figcaption {
  color: #a0aec0;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose code {
  color: #1a202c;
  font-weight: 600;
  font-size: 0.875em;
}

.prose code::before {
  content: "`";
}

.prose code::after {
  content: "`";
}

.prose a code {
  color: #1a202c;
}

.prose pre {
  color: #edf2f7;
  background-color: #2d3748;
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose pre code::before {
  content: none;
}

.prose pre code::after {
  content: none;
}

.prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose thead {
  color: #1a202c;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #e2e8f0;
}

.prose thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #edf2f7;
}

.prose tbody tr:last-child {
  border-bottom-width: 0;
}

.prose tbody td {
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose {
  font-size: 1rem;
  line-height: 1.75;
}

.prose p {
  margin-top: 0px;
  margin-bottom: 2rem;
  font-size: 18px;
  line-height: 25px;
}

.prose img {
  margin-top: 2em;
  margin-bottom: 2em;
  margin: 0;
  padding: 0;
}

.prose video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose h2 code {
  font-size: 0.875em;
}

.prose h3 code {
  font-size: 0.9em;
}

.prose ol {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > ul > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ul > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose > ol > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ol > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose hr + * {
  margin-top: 0;
}

.prose h2 + * {
  margin-top: 0;
}

.prose h3 + * {
  margin-top: 0;
}

.prose h4 + * {
  margin-top: 0;
}

.prose thead th:first-child {
  padding-left: 0;
}

.prose thead th:last-child {
  padding-right: 0;
}

.prose tbody td:first-child {
  padding-left: 0;
}

.prose tbody td:last-child {
  padding-right: 0;
}

.prose > :first-child {
  margin-top: 0;
}

.prose > :last-child {
  margin-bottom: 0;
}

.prose img.hero-image {
  margin: 0;
  padding: 0;
}

.prose img:not(.no-style) {
  margin-bottom: 2rem;
}

.prose h3, .prose h4, .prose strong {
  margin-bottom: 1rem;
}

.button {
  background-image: linear-gradient(to right, #eb4356 0%, #ef7a56);
  border-radius: 0.25rem;
  cursor: pointer;
  display: inline-block;
  font-family: EtelkaTextPro;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
  line-height: 1;
  padding: 20px 21px;
}

.button:hover {
  background: #300c38;
}

.button--readmore {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(26, 23, 27, var(--tw-text-opacity));
  width: auto;
  line-height: 1.39;
  padding-left: 35px;
  margin-top: 35px;
}

.button--readmore:before {
  background-color: #fff;
  border-radius: 100%;
  width: 24px;
  box-shadow: 0 3px 5px 0 rgba(26, 23, 27, 0.2);
  content: '';
  height: 24px;
  position: absolute;
  z-index: 0;
  top: -2px;
  left: 0;
}

.button--readmore:after {
  content: '';
  background-repeat: no-repeat;
  background-position: 50%;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 9px;
  transform: rotate(0);
  width: 8px;
  z-index: 1;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNyAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjI5MyAxMC4yNjNhMSAxIDAgMSAwIDEuNDE0IDEuNDE0bDQuOTg1LTQuOTg1YTEgMSAwIDAgMCAwLTEuNDE0TDEuNzA3LjI5M0ExIDEgMCAxIDAgLjI5MyAxLjcwN0w0LjU3IDUuOTg1LjI5MyAxMC4yNjN6IiBmaWxsPSIjZWI0MzU2Ii8+PC9zdmc+');
}

.button--readmore span {
  background-size: 0 100%;
  background-image: linear-gradient(transparent calc(100% - 2px), #eb4356 2px);
  background-repeat: no-repeat;
  transition: background-size 0.2s;
  width: calc(100%);
  font-family: EtelkaTextPro;
}

.button--readmore:hover, .button--readmore.is-underline {
  --tw-text-opacity: 1;
  color: rgba(235, 67, 86, var(--tw-text-opacity));
}

.button--readmore:hover span, .button--readmore.is-underline span {
  background-size: 100% 100%;
}

.white-button {
  box-shadow: rgb(26 23 27 / 20%) 0px 0.556em 1.111em;
  border-radius: 5px;
  /* font-family: EtelkaMediumPro; */
  font-size: 20px;
  letter-spacing: 0;
  padding: 20px 21px;
  color: rgb(26, 23, 27);
  transition: all 300ms ease 0s;
  font-weight: 500;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  display: inline-block;
  font-family: EtelkaMediumProBold, EtelkaTextPro;
  line-height: 1;
  text-align: center;
}

.white-button:hover {
  background-color: rgb(48, 12, 56);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

h1, h2, h3, h4, h5, strong {
  font-family: EtelkaMediumProBold, EtelkaTextPro;
  font-weight: 700;
}

/* h1 {
  @apply text-4xl font-bold;
}

h2 {
  @apply text-xl font-bold;
}

h3 {
  @apply text-xl font-bold;
} */

.content {
  --tw-text-opacity: 1;
  color: rgba(26, 23, 27, var(--tw-text-opacity));
  /* strong:first-child {
    @apply text-lg leading-none mb-4 block;
  } */
}

/* h1 {
    @apply text-6xl leading-none mb-6;
  }
  h2 {
    @apply text-4xl leading-none mb-6;
  } */

.content .button {
  margin-top: 1.5rem;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
  .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-slider__slider__meta {
  margin-top: 20px;
  height: 24px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-slider__slider__nav {
    display: block;
    height: 60px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.c-slider-deepdive .c-slider__slider__nav {
  right: 18px;
}

/* .c-slider__slider__prev, .c-slider__slider__next {
  background-size: auto;
  height: 20px;
  margin-top: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  width: 24px;
} */

.slick-prev {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyNCAyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5Db21iaW5lZCBTaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJTdHlsZWd1aWRlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJTdHlsZWd1aWRlLS0tU2hlZXQwMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM2NS4wMDAwMDAsIC02Mzg0LjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iIzFBMTcxQiI+ICAgICAgICAgICAgPHBhdGggZD0iTTM3OSw2Mzg4LjgyODQzIEwzODMuNTg1Nzg2LDYzOTMuNDE0MjEgQzM4NC4zNjY4MzUsNjM5NC4xOTUyNiAzODUuNjMzMTY1LDYzOTQuMTk1MjYgMzg2LjQxNDIxNCw2MzkzLjQxNDIxIEMzODcuMTk1MjYyLDYzOTIuNjMzMTYgMzg3LjE5NTI2Miw2MzkxLjM2Njg0IDM4Ni40MTQyMTQsNjM5MC41ODU3OSBMMzc4LjQxNDIxNCw2MzgyLjU4NTc5IEMzNzguMDUyMjg1LDYzODIuMjIzODYgMzc3LjU1MjI4NSw2MzgyIDM3Nyw2MzgyIEMzNzYuNDQ3NzE1LDYzODIgMzc1Ljk0NzcxNSw2MzgyLjIyMzg2IDM3NS41ODU3ODYsNjM4Mi41ODU3OSBMMzY3LjU4NTc4Niw2MzkwLjU4NTc5IEMzNjYuODA0NzM4LDYzOTEuMzY2ODQgMzY2LjgwNDczOCw2MzkyLjYzMzE2IDM2Ny41ODU3ODYsNjM5My40MTQyMSBDMzY4LjM2NjgzNSw2Mzk0LjE5NTI2IDM2OS42MzMxNjUsNjM5NC4xOTUyNiAzNzAuNDE0MjE0LDYzOTMuNDE0MjEgTDM3NSw2Mzg4LjgyODQzIEwzNzUsNjQwNCBDMzc1LDY0MDUuMTA0NTcgMzc1Ljg5NTQzMSw2NDA2IDM3Nyw2NDA2IEMzNzguMTA0NTY5LDY0MDYgMzc5LDY0MDUuMTA0NTcgMzc5LDY0MDQgTDM3OSw2Mzg4LjgyODQzIFoiIGlkPSJDb21iaW5lZC1TaGFwZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzc3LjAwMDAwMCwgNjM5NC4wMDAwMDApIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTM3Ny4wMDAwMDAsIC02Mzk0LjAwMDAwMCkgIj48L3BhdGg+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=");
  left: auto;
  right: 40px;
}

.slick-next {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyNCAyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5Db21iaW5lZCBTaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJTdHlsZWd1aWRlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJTdHlsZWd1aWRlLS0tU2hlZXQwMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQwOS4wMDAwMDAsIC02Mzg0LjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iIzFBMTcxQiI+ICAgICAgICAgICAgPHBhdGggZD0iTTQyMyw2Mzg4LjgyODQzIEw0MjcuNTg1Nzg2LDYzOTMuNDE0MjEgQzQyOC4zNjY4MzUsNjM5NC4xOTUyNiA0MjkuNjMzMTY1LDYzOTQuMTk1MjYgNDMwLjQxNDIxNCw2MzkzLjQxNDIxIEM0MzEuMTk1MjYyLDYzOTIuNjMzMTYgNDMxLjE5NTI2Miw2MzkxLjM2Njg0IDQzMC40MTQyMTQsNjM5MC41ODU3OSBMNDIyLjQxNDIxNCw2MzgyLjU4NTc5IEM0MjIuMDUyMjg1LDYzODIuMjIzODYgNDIxLjU1MjI4NSw2MzgyIDQyMSw2MzgyIEM0MjAuNDQ3NzE1LDYzODIgNDE5Ljk0NzcxNSw2MzgyLjIyMzg2IDQxOS41ODU3ODYsNjM4Mi41ODU3OSBMNDExLjU4NTc4Niw2MzkwLjU4NTc5IEM0MTAuODA0NzM4LDYzOTEuMzY2ODQgNDEwLjgwNDczOCw2MzkyLjYzMzE2IDQxMS41ODU3ODYsNjM5My40MTQyMSBDNDEyLjM2NjgzNSw2Mzk0LjE5NTI2IDQxMy42MzMxNjUsNjM5NC4xOTUyNiA0MTQuNDE0MjE0LDYzOTMuNDE0MjEgTDQxOSw2Mzg4LjgyODQzIEw0MTksNjQwNCBDNDE5LDY0MDUuMTA0NTcgNDE5Ljg5NTQzMSw2NDA2IDQyMSw2NDA2IEM0MjIuMTA0NTY5LDY0MDYgNDIzLDY0MDUuMTA0NTcgNDIzLDY0MDQgTDQyMyw2Mzg4LjgyODQzIFoiIGlkPSJDb21iaW5lZC1TaGFwZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDIxLjAwMDAwMCwgNjM5NC4wMDAwMDApIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtNDIxLjAwMDAwMCwgLTYzOTQuMDAwMDAwKSAiPjwvcGF0aD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==");
  right: 0;
}

/* .swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
} */

.slick-arrow {
  position: absolute;
  text-indent: -23456px;
  background-size: auto;
  height: 20px;
  margin-top: auto;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  width: 24px;
  outline: none;
}

.slick-arrow.slick-disabled {
  opacity: .3;
}

.slick-dots {
  right: 90px;
  position: absolute;
  display: flex;
}

.slick-dots li button {
  text-indent: -123433335px;
  margin-left: 6px;
  background-color: #e0e0e0;
  height: 4px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  width: 18px;
  border: none;
  outline: none;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #eb4356;
}

@media only screen and (min-width: 768px) {
  .info-slider .slick-dots,
    .info-slider .slick-arrow {
    top: -37px;
  }

  .keyslider .slick-dots,
    .keyslider .slick-arrow {
    top: -125px;
  }
}

@media only screen and (max-width: 768px) {
  .info-slider .slick-dots {
    bottom: -57px;
    right: 14px;
  }

  .info-slider .slick-arrow {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .keyslider .slick-dots {
    display: none !important;
  }

  .keyslider .slick-arrow {
    bottom: -57px;
    right: 14px;
  }

  .keyslider .slick-arrow.slick-prev {
    right: 44px;
  }
}

.header {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  z-index: 30;
}

.pagetop {
  position: absolute;
  right: 0;
  left: 0;
  background: #fff;
  top: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pagetop.fixed {
  position: fixed;
  transform: translateY(-80px);
  z-index: 30;
  height: 140px;
  transition: none;
}

.pagetop.show-menu {
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0, 0, 0.23, 1);
}

.admin-bar .pagetop {
  top: 32px;
}

.content-layers {
  margin-top: 140px;
}

.c-logo * {
  fill: #d20f42;
}

.o-flexembed {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 100%;
  width: 103px;
  height: 52px;
  margin-right: 50px;
}

.o-flexembed--2by1 {
  padding-bottom: 50%;
}

@media only screen and (max-width: 768px) {
  .o-flexembed--2by1 {
    padding-bottom: 34%;
  }
}

.o-flexembed > embed,
.o-flexembed > iframe,
.o-flexembed > object,
.o-flexembed__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-logo__spheres {
  width: 26.213%;
  margin-top: 13px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-logo__spheres {
    margin-top: 1px;
  }
}

#eneco-footer {
  margin-top: 100px;
}

#eneco-footer .o-flexembed {
  padding: 0;
}

#eneco-footer .o-layout--vspacing.o-layout--gutter-tiny>.o-layout__cell {
  margin-bottom: 10px;
}

#eneco-footer .o-layout--gutter-tiny>.o-layout__cell {
  padding-left: 10px;
}

#eneco-footer .o-layout__cell {
  position: relative;
}

#eneco-footer .o-layout__cell--fit {
  flex-basis: auto;
}

#eneco-footer .c-button--primary.c-button--coloured-bg, #eneco-footer .c-button--primary.c-button--coloured-bg.c-button--state-waiting:hover {
  background: #fff;
}

#eneco-footer .c-button--primary.c-button--coloured-bg {
  color: #1a171b;
}

#eneco-footer .c-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  margin: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  box-shadow: 0 10px 20px 0 rgba(26,23,27,.2);
  border-radius: 50px;
  line-height: 0;
}

#eneco-footer .c-button:hover {
  background: #300c38;
  color: #fff;
}

#eneco-footer .c-button--hide-label .c-button__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#eneco-footer .c-button__wrap-icon {
  display: flex;
  text-decoration: none;
}

#eneco-footer .u-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#eneco-footer .c-icon--inherit {
  width: 1em;
  height: 1em;
}

#eneco-footer .c-icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.o-layout--gutter-tiny {
  margin-left: -10px;
}

.c-button--round-small {
  font-size: 18px;
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  .c-button--round-small {
    font-size: 20px;
    padding: 10px;
  }
}

.c-button--coloured-bg:hover {
  background: #300c38;
  color: #fff;
}

.c-footer__heading {
  font-size: 20px;
  /* font-family: EtelkaMedium,sans-serif;
  font-weight: 400; */
  margin-bottom: 15px;
}

@media only screen and (min-width: 1220px) {
  .c-footer__heading {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1220px) {
  .c-footer__link {
    font-size: 18px;
  }
}

.c-footer__link {
  color: #1a171b;
  font-size: 16px;
  position: relative;
  text-decoration: none;
  transition: color .3s ease;
  font-family: EtelkaLightPro;
}

.c-footer__link:hover {
  text-decoration: none;
  color: #eb4356;
}

.c-footer__link:hover:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #eb4356;
}

.o-list-clean--spaced-small>li {
  margin-bottom: 10px;
}

.c-footer__bottom {
  background-color: #f3f3f3;
}

.banner {
  background-image: linear-gradient(0deg, #85bab0 0%, #bde0d7 100%);
  position: relative;
  width: 100%;
}

.banner-title {
  font-size: 48px;
  color: #073d31;
  letter-spacing: 0;
  text-align: left;
  line-height: 52px;
}

@media only screen and (min-width: 1024px) {
  .banner {
    height: 490px;
  }

  .banner-content {
    margin-right: -70px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner {
    padding-top: 30px;
  }

  .banner-content {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .banner-title {
    text-align: center;
  }
}

.c-anchor-navigation {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #300c38;
  box-sizing: border-box;
  display: block;
  height: 60px;
  position: relative;
  width: 100%;
  z-index: 14;
}

@media only screen and (min-width: 768px) {
  .o-retain {
    max-width: 1432px;
    padding-left: 0;
    padding-right: 0;
    width: 85%;
  }
}

.o-retain {
  /* padding-left: 20px;
  padding-right: 20px; */
  margin-left: auto;
  margin-right: auto;
}

.c-anchor-navigation__wrapper {
  display: flex;
  height: 60px;
  justify-content: space-between;
  outline: none;
  position: relative;
  width: 100%;
  z-index: 30;
}

.c-anchor-navigation__logo {
  align-items: center;
  background: #3e235b;
  color: #fff;
  display: inline-flex;
  height: 60px;
  margin-left: -100%;
  margin-right: 53px;
  outline: none;
  padding-left: 100%;
  padding-right: 20px;
  position: relative;
  transition: color 0.3s;
  width: auto;
}

@media only screen and (min-width: 1300px) {
  .c-anchor-navigation__logo:after {
    content: '';
    border-color: transparent transparent transparent #3e245b;
    border-style: solid;
    border-width: 30px 0 30px 20px;
    position: absolute;
    right: -20px;
    top: 0;
  }
}

.c-anchor-navigation__textLogo {
  line-height: 19px;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
  min-width: 154px;
  font-family: EtelkaMediumProBold, EtelkaTextPro;
}

.c-anchor-navigation__chevron {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  left: 1%;
  margin-top: -11px;
  outline: none;
  position: relative;
  top: 30px;
  transition-delay: 0s;
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transform: translateY(0);
  width: 100%;
}

.c-anchor-navigation__chevron {
  outline: none !important;
}

.c-anchor-navigation__chevron:before {
  left: 0;
  transform-origin: 100% 100%;
  transform: rotate(40deg) scaleY(1.5);
}

.c-anchor-navigation__chevron:after {
  left: 12px;
  transform-origin: 0 100%;
  transform: rotate(-40deg) scaleY(1.5);
}

/* .c-anchor-navigation__chevron:after, .c-anchor-navigation__chevron:before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  height: 2px;
  background: #fff;
  z-index: 1;
  transition: background .3s,-webkit-transform 1s cubic-bezier(.86,0,.07,1),-webkit-transform-origin 1s cubic-bezier(.86,0,.07,1);
  transition: transform 1s cubic-bezier(.86,0,.07,1),transform-origin 1s cubic-bezier(.86,0,.07,1),background .3s;
  transition: transform 1s cubic-bezier(.86,0,.07,1),transform-origin 1s cubic-bezier(.86,0,.07,1),background .3s,-webkit-transform 1s cubic-bezier(.86,0,.07,1),-webkit-transform-origin 1s cubic-bezier(.86,0,.07,1), left 1s cubic-bezier(.86,0,.07,1);
  width: 12px;
} */

.c-anchor-navigation--open .c-anchor-navigation__chevron {
  transform: translate(-50%, -8px);
}

@media only screen and (max-width: 767px) {
  .c-anchor-navigation__chevron {
    left: 50px;
    transform: translateX(-50%);
    width: 50px;
  }
}

.c-anchor-navigation__chevron:before,
.c-anchor-navigation__chevron:after {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  height: 2px;
  background: #ffffff;
  z-index: 1;
  /* 
    transition: background .3s,-webkit-transform 1s cubic-bezier(.86,0,.07,1),-webkit-transform-origin 1s cubic-bezier(.86,0,.07,1);
    transition: transform 1s cubic-bezier(.86,0,.07,1),transform-origin 1s cubic-bezier(.86,0,.07,1),background .3s;
    transition: transform 1s cubic-bezier(.86,0,.07,1),transform-origin 1s cubic-bezier(.86,0,.07,1),background .3s,-webkit-transform 1s cubic-bezier(.86,0,.07,1),-webkit-transform-origin 1s cubic-bezier(.86,0,.07,1); */
  transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  width: 12px;
}

.c-anchor-navigation__chevron:before {
  left: 0;
  transform-origin: 100% 100%;
  transform: rotate(40deg) scaleY(1.5);
}

.c-anchor-navigation__chevron:after {
  left: 12px;
  transform-origin: 0% 100%;
  transform: rotate(-40deg) scaleY(1.5);
}

@media only screen and (min-width: 768px) {
  .c-anchor-navigation--open .c-anchor-navigation__chevron {
    transform: translateY(-8px);
  }
}

.c-anchor-navigation--open .c-anchor-navigation__chevron:before {
  transform: rotate(-40deg) scaleY(1.5);
  transform-origin: 100% 0;
}

.c-anchor-navigation--open .c-anchor-navigation__chevron:after {
  transform: rotate(40deg) scaleY(1.5);
  transform-origin: 0 0;
}

.c-anchor-navigation--open .c-anchor-navigation__item {
  transform: translateY(0);
}

.c-anchor-navigation--open .c-anchor-navigation__item:nth-child(1) {
  transition-delay: calc(5 * 0.1s);
}

.c-anchor-navigation--open .c-anchor-navigation__item:nth-child(2) {
  transition-delay: calc(6 * 0.1s);
}

.c-anchor-navigation--open .c-anchor-navigation__item:nth-child(3) {
  transition-delay: calc(7 * 0.1s);
}

.c-anchor-navigation--open .c-anchor-navigation__item:nth-child(4) {
  transition-delay: calc(8 * 0.1s);
}

.c-anchor-navigation--open .c-anchor-navigation__item:nth-child(5) {
  transition-delay: calc(9 * 0.1s);
}

.c-anchor-navigation--open .c-anchor-navigation__item:nth-child(6) {
  transition-delay: calc(10 * 0.1s);
}

.c-anchor-navigation--open .c-anchor-navigation__item:nth-child(7) {
  transition-delay: calc(11 * 0.1s);
}

.c-anchor-navigation--open .c-anchor-navigation__item:nth-child(8) {
  transition-delay: calc(12 * 0.1s);
}

.c-anchor-navigation--open .c-anchor-navigation__item:nth-child(9) {
  transition-delay: calc(13 * 0.1s);
}

.c-anchor-navigation--open .c-anchor-navigation__item:nth-child(10) {
  transition-delay: calc(14 * 0.1s);
}

@media only screen and (min-width: 1300px) {
  .c-anchor-navigation__items {
    display: flex;
    flex: 1;
  }

  .c-anchor-navigation__item {
    height: auto;
    opacity: 1;
    margin-left: 0;
    transform: translateY(0);
  }
}

.c-anchor-navigation__items {
  margin: 0;
  padding: 0;
}

.c-anchor-navigation__item {
  display: flex;
  align-items: center;
  height: 35px;
  margin-left: calc(7.5% + 55px);
  opacity: 0;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

@media only screen and (min-width: 1300px) {
  .c-anchor-navigation__item {
    height: auto;
    opacity: 1;
    margin-left: 0;
    transform: translateY(0);
  }
}

.c-anchor-navigation__items:after {
  background-color: rgba(26, 23, 27, 0.5);
  bottom: 0;
  content: '';
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.25s ease-in-out;
  z-index: -1;
}

.c-anchor-navigation__chevronWrapper {
  display: none;
  height: 55px;
  width: 40px;
}

.c-anchor-navigation__anchor {
  border-bottom: 2px solid transparent;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: EtelkaMediumPro, sans-serif;
  font-size: 16px;
  height: auto;
  line-height: normal;
  margin: 0 40px;
  transition: opacity 0.2s, border-color 0.2s;
  will-change: color;
  opacity: 0.5;
}

.c-anchor-navigation__anchor:hover {
  opacity: 0.8;
}

.c-anchor-navigation__anchor.active {
  opacity: 1;
}

.c-anchor-navigation__anchor:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .c-anchor-navigation--open .c-anchor-navigation__item {
    transform: translateY(0);
  }
}

.c-anchor-navigation--open .c-anchor-navigation__item:first-child {
  transition-delay: 0.5s;
}

.c-anchor-navigation--open .c-anchor-navigation__item {
  opacity: 1;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

@media only screen and (max-width: 1299px) {
  .c-anchor-navigation__anchor {
    margin: 0;
    height: auto;
    line-height: inherit;
    border: none;
  }
}

@media only screen and (max-width: 767px) {
  .c-anchor-navigation__chevronWrapper {
    text-align: left;
  }
}

@media only screen and (max-width: 1299px) {
  .c-anchor-navigation__chevronWrapper {
    display: block;
    position: absolute;
    width: auto;
  }
}

@media only screen and (max-width: 1299px) {
  .c-anchor-navigation__logo {
    margin-right: 5px;
    background: #300c38;
    margin-left: 0;
    padding-left: 55px;
  }
}

@media only screen and (max-width: 1299px) {
  .c-anchor-navigation--open .c-anchor-navigation__items {
    overflow: initial;
  }

  .c-anchor-navigation__items {
    background-color: #300c38;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 0;
    margin-left: -50vw;
    margin-right: -50vw;
    left: 50%;
    overflow: hidden;
    right: 50%;
    position: absolute;
    text-align: center;
    top: 59px;
    transition: height 0.2s;
    width: 100vw;
  }
}

.c-anchor-navigation--open .c-anchor-navigation,
  .c-anchor-navigation--open .c-anchor-navigation__logo {
  background: #3e235b;
}

.c-anchor-navigation--open .c-anchor-navigation__items {
  height: 252px;
}

@media only screen and (min-width: 1024px) {
  .hero--content {
    max-width: 534px;
    margin-top: 200px;
    margin-bottom: 106px;
    margin-left: 0px;
    margin-right: 60px;
  }

  .hero--content .button {
  }

  .hero--figure {
    margin-top: 20px;
  }

  .hero--shadow {
    background: #fef4e0;
    display: block;
    position: absolute;
    left: 130px;
    left: 0;
    top: 94px;
    bottom: 0px;
    width: 802px;
    height: 100%;
    z-index: -2;
  }
}

@media only screen and (max-width: 1024px) {
  .hero {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .hero--content {
    width: 100%;
    margin-top: 23px;
    margin-bottom: 3rem;
  }

  .hero--content p {
    font-size: 16px;
  }

  .hero--content .button {
    margin-top: 1.5rem;
  }

  .hero--visual {
    margin-top: 20px;
    margin-bottom: 68px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    right: -16px;
  }

  .hero--visual img {
    width: 80vw;
    height: 80vw;
  }

  .hero--shadow {
    /* background-image: linear-gradient(to bottom, #fffaf2, #fef4e0);
      @apply absolute block;
      left: 130px;
      top: 94px;
      bottom: 0px;
      width: 802px;
      height: 100%;
      z-index: -2; */
  }

  .mobile-shadow {
    background: #fef4e0;
    display: block;
    position: absolute;
    left: -29px;
    top: 154px;
    bottom: -44px;
    z-index: -2;
    right: 21px;
  }
}

.numbers {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  padding-top: 34px;
  padding-bottom: 34px;
}

.numbers figure {
  max-height: 83px;
  display: flex;
  align-items: center;
}

.numbers figure img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 94px;
}

.numbers small,
  .numbers sup,
  .numbers sub {
  font-size: 12px;
}

.numbers .item-2 img {
  min-width: 72px;
}

.numbers .item-3 img {
  min-width: 60px;
}

@media only screen and (min-width: 768px) {
  .numbers--info {
    bottom: -44px;
  }
}

.intro {
  display: flex;
  position: relative;
}

.intro--visual {
  position: relative;
}

.intro--visual_play {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.intro--visual_play:hover:before {
  width: 130px;
  height: 130px;
  margin-left: -65px;
  margin-top: -65px;
}

.intro--visual_play:hover:after {
  opacity: 0.44;
}

.intro--visual_play:after {
  content: '';
  opacity: 0.29;
  background-image: linear-gradient(0deg, #b1dddf 0%, #72bccd 100%);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.intro--visual_play:before {
  background-image: url(../assets/images/play.svg);
  content: '';
  width: 121px;
  height: 122px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: 20;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: -60px;
}

.intro--figure {
  position: relative;
  margin-bottom: 80px;
}

.intro--figure img {
  display: block;
  width: 100%;
}

.intro--content {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 175px;
}

.intro .intro-titel {
  font-size: 42px;
  line-height: 46px;
}

/* &--shadow {
    @apply absolute w-7/12;

    z-index: -1;
    content: "";
    @apply w-full h-full absolute;
    top: 80px;
    left: 80px;
  } */

.intro:before {
  content: '';
  z-index: -1;
  --tw-bg-opacity: 1;
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 3rem;
  left: 24vw;
}

@media only screen and (max-width: 768px) {
  .intro {
    overflow: hidden;
  }

  .intro--content {
    padding-top: 51px;
    padding-bottom: 38px;
    padding-left: 11vw;
  }

  /* max-width: 100%;
      width: 100%;
      margin: 0 22px 94px 89px;
      margin: 0;
      padding-left: 11vw;
      padding-bottom: 35px; */

  .intro--figure img {
    width: 100%;
  }

  .intro--figure:before {
    background-color: #e1f4f1;
    left: 0;
    bottom: -38px;
    right: 35px;
    height: 140px;
    height: calc(100vw / 2);
  }
}

.number-2019, .number-2020 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  right: 0px;
  left: 0px;
}

.number-2019,
.number-2020 {
  letter-spacing: 0.05px;
}

.number-2019 {
  bottom: 38px;
}

.number-2020 {
  bottom: 105px;
}

.key-block {
  box-shadow: 0 11px 21px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.bgg-green {
  background-image: linear-gradient(#85baaf,#bcdfd6 );
}

.bgg-red {
  background-image: linear-gradient(#ec6c87,#f6b1c6 );
}

.bgg-purple {
  background-image: linear-gradient(#8c8cc6,#c3c6e4 );
}

.bgg-blue {
  background-image: linear-gradient(#72bccd,#b1dddf );
}

/* .keyslider {
  .slick-list {
    overflow: visible;
  }
} */

.keyslider .slick-slide {
  margin: 34px 11px;
}

@media only screen and (max-width: 768px) {
  .keyslider-categories {
    display: flex;
    flex-direction: column;
  }

  .keyslider-categories a {
    cursor: pointer;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .keyslider-categories a span {
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .keyslider .slick-list {
    padding-left: 120px;
  }
}

.key-info {
  display: block;
  font-family: EtelkaLightPro;
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
}

.key-container {
  position: relative;
}

.key-shadow {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  height: 263px;
}

@media only screen and (min-width: 768px) {
  .key-shadow {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 12vw;
    height: 263px;
  }
}

.energy {
  margin-top: 80px;
  margin-bottom: 80px;
}

.energy-block {
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.14);
  padding: 50px;
}

@media (min-width: 678px) {
  .energy-container {
    margin: 0 -1rem;
    padding-bottom: 68px;
    position: relative;
  }

  .energy-container:before {
    content: '';
    position: absolute;
    background-color: #f8f8f8;
    height: 572px;
    right: -104px;
    left: 198px;
    bottom: 0;
    display: block;
    z-index: -1;
  }
}

@media only screen and (min-width: 950px) {
  .information {
    padding-bottom: 0;
  }

  .info-slider--item {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
    position: relative;
    width: 100%;
    display: flex !important;
  }

  .info-slider--item_figure {
    width: 75%;
  }

  .info-slider--item_figure img {
    width: 100%;
  }

  .info-slider--item_icon {
    position: absolute;
    /* left: 115px;
      top: 160px; */
    left: 3vw;
    top: 6vw;
  }

  .info-slider--item_content {
    position: absolute;
    left: 0px;
    width: 41.666667%;
    padding: 48px;
    bottom: -120px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  }

  .info-slider-categories a:last-child span:before {
    right: -42px;
    top: -20px;
    height: 47px;
    width: 33px;
  }
}

@media only screen and (max-width: 950px) {
  .information {
    padding-bottom: 70px;
  }

  .info-slider--item {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
    position: relative;
    width: 100%;
    display: flex !important;
  }

  .info-slider--item_figure {
    width: 100%;
    margin-right: 40px;
    margin-left: -16px;
  }

  .info-slider--item_figure img {
    width: 100%;
  }

  .info-slider--item_icon {
    position: absolute;
    left: 115px;
    top: 160px;
  }

  .info-slider--item_content {
    position: relative;
    left: 0px;
    width: 100%;
    padding: 18px;
    margin-top: -40px;
    margin-left: 40px;
    margin-right: -14px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  }

  .info-slider-categories a:last-child span:before {
    right: -35px;
    top: -9px;
    height: 26px;
    width: 26px;
  }
}

#duurzame_energie .info-slider-categories a:last-child span:before {
  content: '';
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDM1IDM2Ij4KICAgIDxwYXRoIGZpbGw9IiM3RUMzODkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTM0LjYxNy44ODNsLjEzMyAxLjE0MWMuMDE0LjEyNC4wMzUuMzQzLjA1OC42NDguMDM3LjUuMDY1IDEuMDY1LjA4IDEuNjg5YTM4Ljc1NSAzOC43NTUgMCAwIDEtLjI3NCA1LjYwNGMtLjY4OSA1LjYwNi0yLjU1OCAxMC40NS02LjAwNyAxMy44OTktMy40NSAzLjQ1LTguMjkzIDUuMzE5LTEzLjkgNi4wMDdhMzguNzU1IDM4Ljc1NSAwIDAgMS02LjQ5My4yNDNMMi43OTcgMzUuNTMtLjAzIDMyLjcwM2w1LjQxNy01LjQxNWEzOC43NTUgMzguNzU1IDAgMCAxIC4yNDItNi40OTVjLjYxMi00Ljk3OSAyLjE1NS05LjM1NSA0LjkwNy0xMi42ODhMMTAuNTI4IDhsLjA5Ny0uMDAzYy4zMi0uMzgzLjY1Ny0uNzUxIDEuMDExLTEuMTA1IDMuNDUtMy40NDkgOC4yOTMtNS4zMTggMTMuODk5LTYuMDA3YTM4Ljc1NSAzOC43NTUgMCAwIDEgNS42MDQtLjI3NGMuNjI0LjAxNSAxLjE5LjA0MyAxLjY4OS4wOC4zMDUuMDIzLjUyNC4wNDQuNjQ4LjA1OGwxLjE0MS4xMzN6TTguNDcgMjEuMTc1YTM1LjQ0NCAzNS40NDQgMCAwIDAtLjI0NyAzLjI3NWwzLjI2OS0zLjI3LS40NTYtNi4yNDEtLjE1Ny0yLjEzMmMtMS4yNDEgMi40MDMtMi4wMjUgNS4yMzktMi40MSA4LjM2OHptMTUuMjU4IDIuODY2bC0zLjg3My0uMjg0LTQuOTI0LS4zNi0zLjg4IDMuODhhMzUuNDQyIDM1LjQ0MiAwIDAgMCAzLjI3NC0uMjQ3YzMuNTktLjQ0MSA2Ljc5NS0xLjQwNyA5LjQwMy0yLjk4OXpNMTMuNjczIDguOTNsLS4yMTkuMjI1LjQxNiA1LjY5Ni4yNyAzLjY4IDUuNDc0LTUuNDc0LS4yMy00LjAxOS0uMjEtMy42NDZjLTIuMTM2Ljg2NC0zLjk5NiAyLjAzMi01LjUwMSAzLjUzOHptMTYuNDM0IDcuMzk4bC0zLjY0NS0uMjExLTQuMDItLjIzMS00Ljg2MyA0Ljg2MyAyLjM2My4xNzQgNi45MzguNTA3LS4wMDIuMDhjMS4zNTgtMS40NDcgMi40MjUtMy4xOTUgMy4yMy01LjE4MnptLTQuMTktMTIuNmMtMS4zODQuMTctMi43MTIuNDE4LTMuOTcuNzVsLjI2NyA0LjU5MS4wNzUgMS4zMTMgNi45MDQtNi45MDJjLTEuMDY3LjAzMi0yLjE2NS4xMS0zLjI3NS4yNDd6bTYuMTAzIDIuNThsLTYuOTAyIDYuOTAyIDEuMzEzLjA3NiA0LjU5Mi4yNjdjLjMzMS0xLjI1OC41OC0yLjU4Ni43NS0zLjk3LjEzNi0xLjExLjIxNS0yLjIwOC4yNDctMy4yNzR6Ii8+Cjwvc3ZnPgo=');
  display: block;
  background-size: 100% 100%;
  position: absolute;
}

.info-slider {
  margin: 0 -40px;
  padding: 0 40px 0 40px;
}

.info-slider .slick-list {
  overflow: inherit;
  margin: 0 -4rem;
}

.info-slider .slick-slide {
  margin: 0 4rem;
  padding-bottom: 160px;
  opacity: 0;
  transition: opacity 350ms ease;
}

.info-slider .slick-slide.slick-active {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .info-slider-categories {
    padding-right: 220px;
  }
}

@media only screen and (max-width: 768px) {
  .info-slider-categories {
    display: flex;
    flex-direction: column;
  }

  .info-slider-categories a {
    cursor: pointer;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .info-slider-categories a span {
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1390px) {
  .info-slider-categories a {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1330px) and (max-width: 1443px) {
  #interviews .info-slider--item_icon img {
    zoom: 0.9;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1330px) {
  #interviews .info-slider--item_icon {
    top: 2vw !important;
  }

  #interviews .info-slider--item_icon img {
    zoom: 0.7;
  }
}

@media only screen and (max-width: 1500px) {
  #interviews .info-slider--item_icon, #duurzame_energie .info-slider--item_icon {
    display: none;
  }
}

.downloads {
  display: block;
}

.downloads--figure {
  max-width: 118px;
  margin-right: 127px;
  width: 100%;
}

.downloads--link {
  display: flex;
}

.downloads--link img {
}

.downloads--link span {
  margin-left: 27px;
  background-size: 0 100%;
  background-image: linear-gradient(transparent calc(100% - 2px), #eb4356 2px);
  background-repeat: no-repeat;
  transition: background-size 0.2s;
  width: calc(100%);
  display: inline-block;
  line-height: 1.4;
}

.downloads--link strong {
}

.downloads--link:hover span, .downloads--link.is-underline span {
  background-size: 100% 100%;
}

@media only screen and (min-width: 768px) {
  .downloads {
    margin-top: 68px;
  }
}

.o-layer--flat {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

@media only screen and (min-width: 768px) {
  .o-scrollindicator {
    left: -41px;
  }
}

@media only screen and (min-width: 1024px) {
  .o-scrollindicator {
    left: -50px;
  }
}

@media only screen and (min-width: 1220px) {
  .o-scrollindicator {
    left: -100px;
  }
}

.o-scrollindicator .c-progressindicator-container {
  position: fixed;
  top: 342px;
  transition: transform 0.4s ease;
  transform: scale(1);
  z-index: 10;
  font-weight: 500;
  left: 35px;
}

@media only screen and (max-width: 1000px) {
  .o-scrollindicator .c-progressindicator-container {
    left: 27px;
  }
}

.c-header__searchbox--active .o-scrollindicator .c-progressindicator-container {
  transform: translateX(2.2vw) translateY(-6px) scale(0.95);
}

.c-content-with-footer--deepdive-open .o-scrollindicator .c-progressindicator-container {
  transform: translateX(2.2vw) translateY(-6px) scale(0.95);
}

.c-progressindicator {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-progressindicator {
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: absolute;
  }
}

.c-progressindicator__background {
  background-color: rgba(45, 45, 45, 0.13);
  border-radius: 5px;
  height: 50px;
  margin-top: 4px;
  overflow: hidden;
  position: relative;
  transition: height 0.3s ease-out, margin-top 0.1s ease-out;
  width: 4px;
}

.c-progressindicator__progress {
  background-color: #eb4356;
  height: 0;
  position: absolute;
  width: 4px;
}

.c-progressindicator__next:not(:first-of-type) {
  height: 12px;
  margin-top: 4px;
  transition: height 0.3s ease-out, margin-top 0.3s ease-out 0.3s;
}

.c-progressindicator__prev:not(:last-of-type) {
  height: 12px;
  transition: height 0.3s ease-out;
}

.c-progressindicator__next .c-progressindicator__progress {
  height: 0 !important;
}

.c-progressindicator__prev .c-progressindicator__progress {
  height: 100% !important;
}

.c-progressindicator__counter {
  font-family: "EtelkaMedium", sans-serif;
  font-size: 14px;
  height: 24px;
  font-weight: 400;
  line-height: 25px;
  overflow: hidden;
  transform: rotate(-90deg);
  width: 24px;
}

.c-progressindicator__counter-zero {
  left: 5px;
  position: absolute;
}

.c-progressindicator__counter-total {
  left: 20px;
  position: absolute;
}

.c-progressindicator__counter-item {
  left: 14px;
  position: absolute;
  transition: transform 0.5s ease-in-out;
}

html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

@media (min-width: 1024px) {
  .the-content > * {
    grid-column: span 8 / span 8;
  }
}

@media (min-width: 1024px) {
  .hero-article, .infographic {
    grid-column: span 12 / span 12;
  }
}

.wp-block-quote p {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 1rem;
  font-style: normal;
  quotes: '‘' '’';
  font-family: EtelkaMediumProBold, EtelkaTextPro;
}

.wp-block-quote cite {
  font-style: 'normal';
}

.wp-block-quote {
  padding: 2rem;
  margin-bottom: 3rem;
}

.infographic p {
  margin-bottom: 0.5rem;
}

img.infographic--icon {
  margin-bottom: 0px;
}

p.intro-paragraph {
  font-size: 24px;
  line-height: 36px;
  margin-top: 2rem;
}

.prose h1.hero-title {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.05px;
}

.prose .hero-subtitle {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.05px;
}

h1.hero-title {
  font-size: 30px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  h1.hero-title {
    font-size: 45px;
  }
}

@media (min-width: 1024px) {
  h1.hero-title {
    font-size: 80px;
  }
}

img.hero-image {
  margin-bottom: 0px;
}

.hero-thema:after {
  content: '';
  background: rgba(62, 35, 91, 0.42);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-thema img {
  height: 100%;
}

.hero-thema h1 {
  color: #ffffff;
  letter-spacing: 0;
  text-align: left;
}

.hero-thema .cf-container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
}

.hero-subtitle {
  font-size: 18px;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .hero-subtitle {
    font-size: 21px;
  }
}

@media (min-width: 1024px) {
  .hero-subtitle {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .hero-thema {
    height: 658px;
  }

  .hero-thema h1 {
    font-size: 80px;
    line-height: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .hero-thema {
    height: 408px;
  }

  .hero-thema h1 {
    font-size: 45px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 624px) {
  .hero-thema h1 {
    font-family: EtelkaTextPro-Bold;
    font-size: 40px;
    line-height: 46px;
  }
}

.thema-grid-item {
  height: 514px;
}

.icon-right {
  flex-shrink: 0;
  background: rgb(255, 255, 255);
  color: rgb(235, 67, 86);
  box-shadow: rgb(26 23 27 / 20%) 0px 0.188em 0.376em 0px;
  transition: background-color 0.2s ease 0s, color 0.2s ease 0s, box-shadow 0.2s ease 0s;
}

.card-item:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.thema-quote {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .thema-quote {
    padding: 3rem;
  }
}

.thema-quote {
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 7px 0 rgba(207, 207, 207, 0.5);
  border-radius: 14px;
}

.thema-quote p {
  /* font-family: EtelkaTextPro-Bold; */
  color: #300c38;
  letter-spacing: 0;
  font-family: EtelkaMediumProBold, EtelkaTextPro;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1024px) {
  .thema-quote p {
    font-size: 55px;
    line-height: 55px;
  }

  .thema-quote cite {
    font-size: 36px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 1024px) {
  .thema-quote p {
    font-size: 45px;
    line-height: 45px;
  }

  .thema-quote cite {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 624px) {
  .thema-quote p {
    font-size: 32px;
    line-height: 32px;
  }
}

.thema-quote cite {
  color: #1a171b;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 23, 27, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 239, 216, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 67, 86, var(--tw-bg-opacity));
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.border-transparent {
  border-color: transparent;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(246, 246, 246, var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.rounded-none {
  border-radius: 0px;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-large {
  border-radius: 10px;
}

.border-solid {
  border-style: solid;
}

.border {
  border-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

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

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

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

.content-center {
  align-content: center;
}

.self-center {
  align-self: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.order-last {
  order: 9999;
}

.font-sans {
  font-family: EtelkaLightPro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-pro {
  font-family: EtelkaMediumProBold, EtelkaTextPro;
}

.font-prolight {
  font-family: EtelkaLightPro;
}

.font-mediumBold {
  font-family: EtelkaMediumProBold, EtelkaTextPro;
}

.font-textpro {
  font-family: EtelkaTextPro;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

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

.font-bold {
  font-weight: 700;
}

.h-6 {
  height: 1.5rem;
}

.h-12 {
  height: 3rem;
}

.h-24 {
  height: 6rem;
}

.h-72 {
  height: 18rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.text-xs {
  font-size: 14px;
}

.text-sm {
  font-size: 16px;
}

.text-base {
  font-size: 18px;
}

.text-lg {
  font-size: 20px;
}

.text-xl {
  font-size: 21px;
}

.text-1xl {
  font-size: 24px;
}

.text-2xl {
  font-size: 30px;
}

.text-3xl {
  font-size: 36px;
}

.text-4xl {
  font-size: 45px;
}

.text-5xl {
  font-size: 50px;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.m-0 {
  margin: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-px {
  margin-top: 1px;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-screen-sm {
  max-width: 640px;
}

.min-h-screen {
  min-height: 100vh;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.opacity-0 {
  opacity: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-6 {
  left: 1.5rem;
}

.-left-0 {
  left: 0px;
}

.-right-6 {
  right: -1.5rem;
}

.-bottom-8 {
  bottom: -2rem;
}

.-bottom-16 {
  bottom: -4rem;
}

.-right-full {
  right: -100%;
}

.-left-full {
  left: -100%;
}

.resize {
  resize: both;
}

* {
  --tw-shadow: 0 0 #0000;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

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

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

.text-black {
  --tw-text-opacity: 1;
  color: rgba(26, 23, 27, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-brown {
  --tw-text-opacity: 1;
  color: rgba(76, 64, 55, var(--tw-text-opacity));
}

.text-darkred {
  --tw-text-opacity: 1;
  color: rgba(80, 19, 24, var(--tw-text-opacity));
}

.text-menucolor {
  --tw-text-opacity: 1;
  color: rgba(140, 139, 141, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(26, 32, 44, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(235, 67, 86, var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(126, 195, 137, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(235, 67, 86, var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(26, 32, 44, var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgba(235, 67, 86, var(--tw-text-opacity));
}

.uppercase {
  text-transform: uppercase;
}

.no-underline {
  text-decoration: none;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.align-bottom {
  vertical-align: bottom;
}

.invisible {
  visibility: hidden;
}

.w-6 {
  width: 1.5rem;
}

.w-auto {
  width: auto;
}

.w-6\/12 {
  width: 50%;
}

.w-full {
  width: 100%;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.gap-6 {
  gap: 1.5rem;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-start-4 {
  grid-column-start: 4;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.cf-container {
  width: 100%;
}

@media (min-width: 1436px) {
  .mon-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.cf-container {
  max-width: calc(1436px + 15%) ;
  padding-left: 7.5%;
  padding-right: 7.5%;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

button:focus {
  outline: none;
}

.normal-p p {
  font-size: 18px;
  line-height: 1.39;
}

.content-layers {
  overflow: hidden;
  max-width: 100%;
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:text-base {
    font-size: 18px;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:text-lg {
    font-size: 20px;
  }

  .md\:text-1xl {
    font-size: 24px;
  }

  .md\:text-2xl {
    font-size: 30px;
  }

  .md\:text-3xl {
    font-size: 36px;
  }

  .md\:text-4xl {
    font-size: 45px;
  }

  .md\:text-5xl {
    font-size: 50px;
  }

  .md\:text-6xl {
    font-size: 80px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:right-12 {
    right: 3rem;
  }

  .md\:bottom-12 {
    bottom: 3rem;
  }

  .md\:bottom-14 {
    bottom: 3.5rem;
  }

  .md\:left-14 {
    left: 3.5rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }
}

@media (min-width: 950px) {
  .l\:flex-nowrap {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:text-2xl {
    font-size: 30px;
  }

  .lg\:text-4xl {
    font-size: 45px;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:-right-0 {
    right: 0px;
  }

  .lg\:-bottom-16 {
    bottom: -4rem;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }
}

@media (min-width: 1436px) {
  .xl\:text-lg {
    font-size: 20px;
  }

  .xl\:text-55xl {
    font-size: 70px;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:right-0 {
    right: 0px;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}
