@charset "UTF-8";
/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 */
/*! tailwindcss v2.2.2 | MIT License | https://tailwindcss.com
 */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	-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'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
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.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 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: ui-sans-serif, system-ui, -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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #495057;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #495057;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #495057;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  color: #495057;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #495057;
}
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;
}
/**
 * 1. 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
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
*, ::before, ::after{
	--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;
	--tw-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));
	--tw-border-opacity: 1;
	border-color: rgba(221, 226, 229, var(--tw-border-opacity));
	--tw-shadow: 0 0 #0000;
	--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;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
p, a, li{
	font-size: 1rem;
	line-height: 1.9;
	color: #636886;
	font-weight: 400;
}
.text-h1, .text-h2, .text-h3, .text-h4, .text-h5{
	margin-bottom: 16px;
}
.text-h1{
	font-size: 2.8rem;
	line-height: 1.2;
	letter-spacing: -0.025em;
}
.text-h2{
	font-size: 1.75rem;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: -0.025em;
}
.text-h3{
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: -0.025em;
}
.text-h4{
	font-size: 1.25rem;
	line-height: 1.6;
	font-weight: 400;
}
.title, .text-title{
	font-size: 3.5rem;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: -0.025em;
}
.body, .text-body{
	font-size: 1rem;
	line-height: 1.9;
}
.label, .text-label{
	font-size: 0.75rem;
	line-height: 1;
}
.caption, .text-caption{
	font-size: 0.75rem;
	line-height: 1;
}
.text-xl{
	font-size: 5rem;
	line-height: 1;
	font-weight: 600;
}
.text-xxl{
	font-size: 10rem;
	line-height: 1;
	font-weight: 600;
}
ol{
	list-style-type: decimal;
}
ul{
	list-style-type: disc;
}
ol, ul{
	padding-left: 16px;
	margin-bottom: 16px;
}
li{
	padding-left: 8px;
	margin-bottom: 8px;
}
figcaption{
	color: #495057;
}
a:hover{}
h1, h2, h3, h4, h5{}
strong{
	font-weight: 600;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	border-color: #2563eb;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	color: #6b7280;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder{
	color: #6b7280;
	opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
	color: #6b7280;
	opacity: 1;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder{
	color: #6b7280;
	opacity: 1;
}
input::placeholder,textarea::placeholder{
	color: #6b7280;
	opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
	padding: 0;
}
::-webkit-date-and-time-value{
	min-height: 1.5em;
}
select{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}
[multiple]{
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        color-adjust: unset;
}
[type='checkbox'],[type='radio']{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
}
[type='checkbox']{
	border-radius: 0px;
}
[type='radio']{
	border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
[type='checkbox']:checked,[type='radio']:checked{
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
[type='checkbox']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
	border-color: transparent;
	background-color: currentColor;
}
[type='checkbox']:indeterminate{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
	border-color: transparent;
	background-color: currentColor;
}
[type='file']{
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}
[type='file']:focus{
	outline: 1px auto -webkit-focus-ring-color;
}
/** Import variables */
/** Import everything from autoload */
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/**
 * Swiper 8.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 3, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/**
 * This injects any component classes registered by Tailwind plugins.
 */
.container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 640px){
	.container{
		max-width: 640px;
	}
}
@media (min-width: 768px){
	.container{
		max-width: 768px;
	}
}
@media (min-width: 1024px){
	.container{
		max-width: 1024px;
	}
}
@media (min-width: 1280px){
	.container{
		max-width: 1280px;
	}
}
@media (min-width: 1536px){
	.container{
		max-width: 1536px;
	}
}
/** Import theme styles */
/* stylelint-disable */
/* stylelint-enable */
.icon{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.icon--small{
	height: 16px;
	width: 16px;
}
.icon--medium{
	height: 24px;
	width: 24px;
}
.icon--big{
	height: 48px;
	width: 48px;
}
.icon--bigger{
	height: 88px;
	width: 88px;
}

.sub-menu-icon{
	margin-bottom: 24px;
	display: block;
	height: 24px;
	width: 24px;
}

.icon--mapmarker {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyOCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDBDNi4yNiAwIDAgNi4yNiAwIDE0QzAgMjQuNSAxNCA0MCAxNCA0MEMxNCA0MCAyOCAyNC41IDI4IDE0QzI4IDYuMjYgMjEuNzQgMCAxNCAwWk0xNCAxOUMxMS4yNCAxOSA5IDE2Ljc2IDkgMTRDOSAxMS4yNCAxMS4yNCA5IDE0IDlDMTYuNzYgOSAxOSAxMS4yNCAxOSAxNEMxOSAxNi43NiAxNi43NiAxOSAxNCAxOVoiIGZpbGw9IiM4NEJEMDAiLz4KPC9zdmc+Cg==);
}

a.icon{
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	     -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	     -o-transition-duration: 150ms;
	        transition-duration: 150ms;
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
}
a.icon:hover{
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}

.svg-shadow {
  -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.3));
}
.btn, .btn--blue, .nav-primary .menu-mainmenu-container > ul .btn--nav--donate > a, .btn--yellow, .btn--primary{
	margin-bottom: 16px;
	display: inline-block;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	font-size: 1rem;
	line-height: 1.1;
	font-weight: 600;
	border-radius: 9999px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 1rem;
	line-height: 1.1;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	text-decoration: none;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	     -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	     -o-transition-duration: 150ms;
	        transition-duration: 150ms;
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:focus, .btn--blue:focus, .nav-primary .menu-mainmenu-container > ul .btn--nav--donate > a:focus, .btn--yellow:focus, .btn--primary:focus{
	border-style: none;
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
@media (min-width: 768px){
	.btn, .btn--blue, .nav-primary .menu-mainmenu-container > ul .btn--nav--donate > a, .btn--yellow, .btn--primary{
		padding-left: 32px;
		padding-right: 32px;
	}
	.btn, .btn--blue, .nav-primary .menu-mainmenu-container > ul .btn--nav--donate > a, .btn--yellow, .btn--primary{
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

.btn--primary{
	--tw-bg-opacity: 1;
	background-color: rgba(138, 189, 36, var(--tw-bg-opacity));
	--tw-ring-inset: inset;
}

.btn--primary:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(138, 189, 36, var(--tw-bg-opacity));
}

.btn--primary:focus{
	--tw-bg-opacity: 1;
	background-color: rgba(138, 189, 36, var(--tw-bg-opacity));
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(138, 189, 36, var(--tw-ring-opacity));
}
.btn--primary:focus, .btn--primary:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(240, 203, 16, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-ring-inset: inset;
}
.btn--primary:focus:hover, .btn--primary:hover:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(240, 203, 16, var(--tw-bg-opacity));
}
.btn--primary:focus:focus, .btn--primary:hover:focus{
	--tw-bg-opacity: 1;
	background-color: rgba(240, 203, 16, var(--tw-bg-opacity));
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(240, 203, 16, var(--tw-ring-opacity));
}

.btn--yellow{
	--tw-bg-opacity: 1;
	background-color: rgba(238, 183, 18, var(--tw-bg-opacity));
	--tw-ring-inset: inset;
}

.btn--yellow:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(238, 183, 18, var(--tw-bg-opacity));
}

.btn--yellow:focus{
	--tw-bg-opacity: 1;
	background-color: rgba(238, 183, 18, var(--tw-bg-opacity));
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(238, 183, 18, var(--tw-ring-opacity));
}
.btn--yellow:focus, .btn--yellow:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(240, 203, 16, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-ring-inset: inset;
}
.btn--yellow:focus:hover, .btn--yellow:hover:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(240, 203, 16, var(--tw-bg-opacity));
}
.btn--yellow:focus:focus, .btn--yellow:hover:focus{
	--tw-bg-opacity: 1;
	background-color: rgba(240, 203, 16, var(--tw-bg-opacity));
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(240, 203, 16, var(--tw-ring-opacity));
}

.btn--blue, .nav-primary .menu-mainmenu-container > ul .btn--nav--donate > a{
	--tw-bg-opacity: 1;
	background-color: rgba(48, 70, 132, var(--tw-bg-opacity));
	--tw-ring-inset: inset;
}

.btn--blue:hover, .nav-primary .menu-mainmenu-container > ul .btn--nav--donate > a:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(48, 70, 132, var(--tw-bg-opacity));
}

.btn--blue:focus, .nav-primary .menu-mainmenu-container > ul .btn--nav--donate > a:focus{
	--tw-bg-opacity: 1;
	background-color: rgba(48, 70, 132, var(--tw-bg-opacity));
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(48, 70, 132, var(--tw-ring-opacity));
}
.btn--blue:focus, .nav-primary .menu-mainmenu-container > ul .btn--nav--donate > a:focus, .btn--blue:hover, .nav-primary .menu-mainmenu-container > ul .btn--nav--donate > a:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(240, 203, 16, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-ring-inset: inset;
}
.btn--blue:focus:hover, .nav-primary .menu-mainmenu-container > ul .btn--nav--donate > a:focus:hover, .btn--blue:hover:hover, .nav-primary .menu-mainmenu-container > ul .btn--nav--donate > a:hover:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(240, 203, 16, var(--tw-bg-opacity));
}
.btn--blue:focus:focus, .nav-primary .menu-mainmenu-container > ul .btn--nav--donate > a:focus:focus, .btn--blue:hover:focus, .nav-primary .menu-mainmenu-container > ul .btn--nav--donate > a:hover:focus{
	--tw-bg-opacity: 1;
	background-color: rgba(240, 203, 16, var(--tw-bg-opacity));
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(240, 203, 16, var(--tw-ring-opacity));
}

.btn--outline, .btn--outline--yellow, .nav-primary .menu-mainmenu-container > ul .btn--nav--registration > a, .btn--outline--secondary, .btn--outline--gray{
	margin-bottom: 16px;
	display: inline-block;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	font-size: 1rem;
	line-height: 1.1;
	font-weight: 600;
	border-radius: 9999px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 1rem;
	line-height: 1.1;
	line-height: 1;
	text-decoration: none;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	     -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	     -o-transition-duration: 150ms;
	        transition-duration: 150ms;
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn--outline:focus, .btn--outline--yellow:focus, .nav-primary .menu-mainmenu-container > ul .btn--nav--registration > a:focus, .btn--outline--secondary:focus, .btn--outline--gray:focus{
	border-style: none;
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 768px){
	.btn--outline, .btn--outline--yellow, .nav-primary .menu-mainmenu-container > ul .btn--nav--registration > a, .btn--outline--secondary, .btn--outline--gray{
		padding-left: 32px;
		padding-right: 32px;
	}
	.btn--outline, .btn--outline--yellow, .nav-primary .menu-mainmenu-container > ul .btn--nav--registration > a, .btn--outline--secondary, .btn--outline--gray{
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

.btn--outline--gray{
	--tw-text-opacity: 1;
	color: rgba(73, 80, 87, var(--tw-text-opacity));
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-inset: inset;
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
}

.btn--outline--gray:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
}
.btn--outline--gray:focus, .btn--outline--gray:hover{
	--tw-text-opacity: 1;
	color: rgba(238, 183, 18, var(--tw-text-opacity));
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(238, 183, 18, var(--tw-ring-opacity));
}
.btn--outline--gray:focus:focus, .btn--outline--gray:hover:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(238, 183, 18, var(--tw-ring-opacity));
}

.btn--outline--secondary{
	--tw-text-opacity: 1;
	color: rgba(0, 130, 53, var(--tw-text-opacity));
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-inset: inset;
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 130, 53, var(--tw-ring-opacity));
}

.btn--outline--secondary:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 130, 53, var(--tw-ring-opacity));
}
.btn--outline--secondary:focus, .btn--outline--secondary:hover{
	--tw-text-opacity: 1;
	color: rgba(138, 189, 36, var(--tw-text-opacity));
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(138, 189, 36, var(--tw-ring-opacity));
}
.btn--outline--secondary:focus:focus, .btn--outline--secondary:hover:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(138, 189, 36, var(--tw-ring-opacity));
}

.btn--outline--yellow, .nav-primary .menu-mainmenu-container > ul .btn--nav--registration > a{
	--tw-text-opacity: 1;
	color: rgba(238, 183, 18, var(--tw-text-opacity));
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-inset: inset;
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(238, 183, 18, var(--tw-ring-opacity));
}

.btn--outline--yellow:focus, .nav-primary .menu-mainmenu-container > ul .btn--nav--registration > a:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(238, 183, 18, var(--tw-ring-opacity));
}
.btn--outline--yellow:focus, .nav-primary .menu-mainmenu-container > ul .btn--nav--registration > a:focus, .btn--outline--yellow:hover, .nav-primary .menu-mainmenu-container > ul .btn--nav--registration > a:hover{
	--tw-text-opacity: 1;
	color: rgba(240, 203, 16, var(--tw-text-opacity));
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(240, 203, 16, var(--tw-ring-opacity));
}
.btn--outline--yellow:focus:focus, .nav-primary .menu-mainmenu-container > ul .btn--nav--registration > a:focus:focus, .btn--outline--yellow:hover:focus, .nav-primary .menu-mainmenu-container > ul .btn--nav--registration > a:hover:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(240, 203, 16, var(--tw-ring-opacity));
}

[type=text], [type=email], [type=url], [type=password], [type=number], [type=date], [type=datetime-local], [type=month], [type=search], [type=tel], [type=time], [type=week], [multiple], textarea, select{
	width: 100%;
	border-radius: 4px;
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
	padding: 12px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-inset: inset;
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(221, 226, 229, var(--tw-ring-opacity));
}

[type=text]:focus, [type=email]:focus, [type=url]:focus, [type=password]:focus, [type=number]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=week]:focus, [multiple]:focus, textarea:focus, select:focus{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-inset: inset;
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(138, 189, 36, var(--tw-ring-opacity));
}

.wpcf7-not-valid{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(238, 183, 18, var(--tw-ring-opacity));
}

[data-name=your-consent] .wpcf7-not-valid{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

select{
	padding-right: 64px;
}

[type=checkbox]{
	border-radius: 4px;
}

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

.checkbox, [type=checkbox], [type=radio]{
	margin-right: 8px;
	height: 24px;
	width: 24px;
	border-style: none;
	--tw-text-opacity: 1;
	color: rgba(138, 189, 36, var(--tw-text-opacity));
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-inset: inset;
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(221, 226, 229, var(--tw-ring-opacity));
}

.checkbox:checked, [type=checkbox]:checked, [type=radio]:checked{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(138, 189, 36, var(--tw-ring-opacity));
}

.checkbox:focus, [type=checkbox]:focus, [type=radio]:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-inset: inset;
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(138, 189, 36, var(--tw-ring-opacity));
	--tw-ring-offset-width: 0px;
}

.checkbox:focus:checked, [type=checkbox]:focus:checked, [type=radio]:focus:checked{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(215, 229, 217, var(--tw-ring-opacity));
}

.wpcf7 .kfh-pt-2{
	padding-top: 16px;
}
.wpcf7 p{
	margin-bottom: 16px;
}
@media (min-width: 768px){
	.wpcf7 .wrapper{
		width: 75%;
	}
}
.wpcf7 legend{
	margin-bottom: 16px;
	font-size: 1.25rem;
	line-height: 1.6;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.6;
	--tw-text-opacity: 1;
	color: rgba(24, 36, 64, var(--tw-text-opacity));
}
.wpcf7 hr{
	margin-top: 40px;
	margin-bottom: 40px;
}
.wpcf7 .wpcf7-list-item{
	margin-right: 32px;
	margin-bottom: 16px;
	display: inline-block;
}
.wpcf7 .block-list .wpcf7-list-item{
	display: block;
}
.wpcf7 .screen-reader-response{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.wpcf7 .wpcf7-not-valid-tip{
	margin-left: 12px;
	display: inline-block;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(238, 183, 18, var(--tw-text-opacity));
}
.wpcf7 form .wpcf7-response-output{
	margin-top: 8px;
	margin-bottom: 32px;
	border-radius: 4px;
	--tw-bg-opacity: 1;
	background-color: rgba(221, 226, 229, var(--tw-bg-opacity));
	padding: 24px;
	font-weight: 600;
}
.wpcf7 form.init .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output{
	--tw-bg-opacity: 1;
	background-color: rgba(215, 229, 217, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(138, 189, 36, var(--tw-text-opacity));
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output{
	--tw-bg-opacity: 1;
	background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(228, 63, 13, var(--tw-text-opacity));
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	--tw-bg-opacity: 1;
	background-color: rgba(247, 235, 213, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(238, 183, 18, var(--tw-text-opacity));
  -webkit-animation: shake 0.75s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
       -o-animation: shake 0.75s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.75s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.wpcf7 .btn--primary{
	cursor: pointer;
}
.wpcf7 a{
	--tw-text-opacity: 1;
	color: rgba(138, 189, 36, var(--tw-text-opacity));
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	     -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	     -o-transition-duration: 150ms;
	        transition-duration: 150ms;
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
}
.wpcf7 a:hover{
	--tw-text-opacity: 1;
	color: rgba(238, 183, 18, var(--tw-text-opacity));
}
.wpcf7 a:focus{
	--tw-text-opacity: 1;
	color: rgba(238, 183, 18, var(--tw-text-opacity));
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@-o-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}
/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Captions */
.wp-caption{
	margin-bottom: 32px;
	display: inline-block;
}

.wp-caption img{
	margin-bottom: 16px;
	height: auto;
	max-width: 100%;
	line-height: 1;
}

.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

/** Text meant only for screen readers */
.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.header__burger{
	position: relative;
	display: block;
	height: 24px;
	width: 24px;
	overflow: hidden;
}
.header__burger--block {
  margin-top: 3px;
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(21, 21, 21, var(--tw-bg-opacity));
  -webkit-transform: var(--tw-transform);
       -o-transform: var(--tw-transform);
          transform: var(--tw-transform);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
}
.header__burger--block:nth-child(1){
	top: 0px;
	left: 0px;
}
.header__burger--block:nth-child(2){
	top: 8px;
	right: 0px;
}
.header__burger--block:nth-child(3){
	top: 16px;
	right: 0px;
}
.mobilemenu--open .header__burger--block{
	--tw-bg-opacity: 1;
	background-color: rgba(21, 21, 21, var(--tw-bg-opacity));
}
.mobilemenu--open .header__burger--block:nth-child(1){
	top: 0px;
	left: 0px;
	--tw-translate-y: 8px;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	--tw-rotate: 45deg;
	transform: var(--tw-transform);
}
.mobilemenu--open .header__burger--block:nth-child(2){
	top: 0px;
	right: 0px;
	background-color: transparent;
}
.mobilemenu--open .header__burger--block:nth-child(3){
	left: 0px;
	bottom: 0px;
	width: 100%;
	--tw-translate-y: -8px;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	--tw-rotate: -45deg;
	transform: var(--tw-transform);
}

.dark-accordion{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.dark-accordion h4{
	--tw-text-opacity: 1;
	color: rgba(248, 249, 250, var(--tw-text-opacity));
}
.dark-accordion p{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.dark-accordion a{
	--tw-text-opacity: 1;
	color: rgba(138, 189, 36, var(--tw-text-opacity));
}
.dark-accordion a[href*=http]::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' fill='none' viewBox='0 0 22 22' stroke='%23304684'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14' /%3E%3C/svg%3E");
  padding-left: 2px;
  padding-right: 2px;
}
.dark-accordion a[href*="localhost:3000"]::after,
.dark-accordion a[href*="neugier-ahoi.de"]::after {
  content: none;
}
.dark-accordion li{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.kfh-accordion--header{
	cursor: pointer;
	background-position: left top;
	background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJoLTYgdy02IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiPgogIDxyZWN0IGZpbGw9IiM4YWJkMjQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgcng9IjQiIHJ5PSI0IiAvPgogIDxsaW5lIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHgxPSIxMiIgeTE9IjkiIHgyPSIxMiIgeTI9IjE1IiAvPgogIDxsaW5lIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHgxPSI5IiB5MT0iMTIiIHgyPSIxNSIgeTI9IjEyIiAvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.kfh-accordion--header h4{
	margin-left: 48px;
}
.active .kfh-accordion--header {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJoLTYgdy02IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiPgogIDxyZWN0IGZpbGw9IiNlM2FmMTIiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgcng9IjQiIHJ5PSI0IiAvPgogIDxsaW5lIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHgxPSI5IiB5MT0iMTIiIHgyPSIxNSIgeTI9IjEyIiAvPgo8L3N2Zz4=);
}
.active .kfh-accordion--header h4{
	--tw-text-opacity: 1;
	color: rgba(238, 183, 18, var(--tw-text-opacity));
}

.kfh-accordion--content{
	height: 0px;
	overflow: hidden;
	padding: 0px;
	opacity: 0;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	     -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	     -o-transition-duration: 150ms;
	        transition-duration: 150ms;
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
}
.active .kfh-accordion--content{
	margin-top: 24px;
	opacity: 1;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	     -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	     -o-transition-duration: 150ms;
	        transition-duration: 150ms;
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
}
.kfh-accordion--content p{
	margin-bottom: 16px;
}
.kfh-accordion--content a{
	--tw-text-opacity: 1;
	color: rgba(138, 189, 36, var(--tw-text-opacity));
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	     -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	     -o-transition-duration: 150ms;
	        transition-duration: 150ms;
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
}
.kfh-accordion--content a:hover{
	--tw-text-opacity: 1;
	color: rgba(238, 183, 18, var(--tw-text-opacity));
}
.kfh-accordion--content a:focus{
	--tw-text-opacity: 1;
	color: rgba(238, 183, 18, var(--tw-text-opacity));
}
.kfh-accordion--content a[href*=http]::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' fill='none' viewBox='0 0 22 22' stroke='%23304684'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14' /%3E%3C/svg%3E");
  padding-left: 2px;
  padding-right: 2px;
}
.kfh-accordion--content a[href*="localhost:3000"]::after,
.kfh-accordion--content a[href*="neugier-ahoi.de"]::after {
  content: none;
}
.kfh-accordion--content ul{
	padding-left: 24px;
}

.kfh-w--500{
	max-width: 400px;
}

.kfh-w--400{
	max-width: 400px;
}

.kfh-w--300{
	max-width: 300px;
}

.kfh-w--200{
	max-width: 200px;
}

.kfh-slide-hidden{
	display: none;
}

.swiper-container .swiper-pagination{
	position: relative;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet{
	margin-right: 8px;
	margin-left: 0px;
	display: inline-block;
	height: 12px;
	width: 12px;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
	opacity: 0.4;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	opacity: 1;
}
.swiper-container .swiper-button-prev::after, .swiper-container .swiper-button-next::after{
	content: "";
	display: none;
}
.swiper-container .swiper-button-prev.swiper-button-disabled span, .swiper-container .swiper-button-next.swiper-button-disabled span{
	cursor: default !important;
	--tw-text-opacity: 1 !important;
	color: rgba(248, 249, 250, var(--tw-text-opacity)) !important;
	opacity: 0.4 !important;
}

.swiper-slide-active .kfh-swiper-reveal {
  -webkit-animation-name: fadeInUpSD;
       -o-animation-name: fadeInUpSD;
          animation-name: fadeInUpSD;
  -webkit-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

.kfh-animation-delay-500 {
  -webkit-animation-delay: 0.5s;
       -o-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fadeInUpSD {
  0%{
		opacity: 0;
	}
  0% {
    -webkit-transform: translate3d(0, 15%, 0);
            transform: translate3d(0, 15%, 0);
  }
  100%{
		opacity: 1;
	}
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes fadeInUpSD {
  0%{
		opacity: 0;
	}
  0% {
    transform: translate3d(0, 15%, 0);
  }
  100%{
		opacity: 1;
	}
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpSD {
  0%{
		opacity: 0;
	}
  0% {
    -webkit-transform: translate3d(0, 15%, 0);
            transform: translate3d(0, 15%, 0);
  }
  100%{
		opacity: 1;
	}
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.nav-links .page-numbers{
	margin-left: 8px;
	margin-right: 8px;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(172, 181, 189, var(--tw-text-opacity));
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	     -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	     -o-transition-duration: 150ms;
	        transition-duration: 150ms;
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
}
.nav-links .page-numbers:hover{
	--tw-text-opacity: 1;
	color: rgba(238, 183, 18, var(--tw-text-opacity));
}
.nav-links .page-numbers.next{
	margin-left: 32px;
}
.nav-links .page-numbers.prev{
	margin-right: 32px;
}
.nav-links .page-numbers.current{
	border-radius: 4px;
	--tw-bg-opacity: 1;
	background-color: rgba(138, 189, 36, var(--tw-bg-opacity));
	padding: 12px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* stylelint-disable no-descending-specificity */
.nav-primary{
	display: none;
}
@media (min-width: 768px){
	.nav-primary{
		display: block;
	}
	.nav-primary{
		height: 100%;
	}
}
.nav-primary ul{
	margin-bottom: 0px;
	padding-left: 0px;
}
.mobilemenu--open .nav-primary{
	position: fixed;
	top: 88px;
	left: 0px;
	z-index: 40;
	display: block;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.nav-primary .menu-mainmenu-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.nav-primary .nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
@media (min-width: 768px){
	.nav-primary .nav{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.nav-primary .nav{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.nav-primary .menu-mainmenu-container > ul{
	margin-bottom: 0px;
	margin-top: 32px;
	min-height: 100vh;
	width: 100%;
	padding-left: 0px;
}
@media (min-width: 768px){
	.nav-primary .menu-mainmenu-container > ul{
		margin-top: 0px;
	}
	.nav-primary .menu-mainmenu-container > ul{
		min-height: inherit;
	}
}
.nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]){
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 768px){
	.nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]){
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]){
		width: auto;
	}
	.nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]){
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]){
		padding-left: 4px;
		padding-right: 4px;
	}
}
.nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]):last-child{
	--tw-bg-opacity: 1;
	background-color: rgba(138, 189, 36, var(--tw-bg-opacity));
}
.nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]) > a{
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
}
@media (min-width: 768px){
	.nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]) > a{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]) > a{
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]) > a{
		border-radius: 4px;
	}
	.nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]) > a{
		padding-left: 12px;
		padding-right: 12px;
	}
	.nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]) > a{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
.nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]) > a{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(48, 70, 132, var(--tw-text-opacity));
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	     -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	     -o-transition-duration: 150ms;
	        transition-duration: 150ms;
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
}
.nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]) > a:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(238, 183, 18, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]) > a{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
}
.nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]).current-menu-item > a, .nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]).current-menu-ancestor > a, .nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]).current_page_parent > a, .nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]).current_page_item > a{
	--tw-bg-opacity: 1;
	background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(138, 189, 36, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]).current-menu-item > a, .nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]).current-menu-ancestor > a, .nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]).current_page_parent > a, .nav-primary .menu-mainmenu-container > ul > li:not([class*=btn]).current_page_item > a{
		border-radius: 4px;
	}
}
.nav-primary .menu-mainmenu-container > ul .btn--nav--donate{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 768px){
	.nav-primary .menu-mainmenu-container > ul .btn--nav--donate{
		display: none;
	}
}
@media (min-width: 1024px){
	.nav-primary .menu-mainmenu-container > ul .btn--nav--donate{
		display: block;
	}
}
.nav-primary .menu-mainmenu-container > ul .btn--nav--donate > a{
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 32px;
	margin-bottom: 16px;
}
@media (min-width: 768px){
	.nav-primary .menu-mainmenu-container > ul .btn--nav--donate > a{
		margin-left: 4px;
		margin-right: 4px;
	}
	.nav-primary .menu-mainmenu-container > ul .btn--nav--donate > a{
		margin-top: 0px;
	}
	.nav-primary .menu-mainmenu-container > ul .btn--nav--donate > a{
		margin-bottom: 0px;
	}
}
.nav-primary .menu-mainmenu-container > ul .btn--nav--registration{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.nav-primary .menu-mainmenu-container > ul .btn--nav--registration > a{
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
}
@media (min-width: 768px){
	.nav-primary .menu-mainmenu-container > ul .btn--nav--registration > a{
		margin-left: 4px;
		margin-right: 4px;
	}
	.nav-primary .menu-mainmenu-container > ul .btn--nav--registration > a{
		margin-bottom: 0px;
	}
}

/* stylelint-enable no-descending-specificity */
ul#kfh-legal-menu{
	margin-bottom: 0px;
	display: inline-block;
	list-style-type: none;
	padding-left: 0px;
}
ul#kfh-legal-menu li{
	margin-bottom: 0px;
	display: inline-block;
	padding-left: 0px;
}
ul#kfh-legal-menu li::before {
  content: "|";
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 768px){
	ul#kfh-legal-menu li::before{
		margin-left: 16px;
		margin-right: 16px;
	}
}
@media (min-width: 1024px){
	ul#kfh-legal-menu li::before{
		--tw-text-opacity: 1;
		color: rgba(48, 70, 132, var(--tw-text-opacity));
	}
}
ul#kfh-legal-menu li:first-child::before {
  content: "";
  margin-left: 0px;
  margin-right: 0px;
}
ul#kfh-legal-menu a{
	font-size: 1rem;
	line-height: 1.9;
	--tw-text-opacity: 1;
	color: rgba(248, 249, 250, var(--tw-text-opacity));
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	     -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	     -o-transition-duration: 150ms;
	        transition-duration: 150ms;
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
}
ul#kfh-legal-menu a:hover{
	--tw-text-opacity: 1;
	color: rgba(138, 189, 36, var(--tw-text-opacity));
}

ul#kfh-footer-menu{
	margin-bottom: 0px;
	padding-left: 0px;
}
ul#kfh-footer-menu li{
	margin-bottom: 0px;
	list-style-type: none;
	padding-left: 0px;
}
ul#kfh-footer-menu a{
	font-size: 1rem;
	line-height: 1.9;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	     -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	     -o-transition-duration: 150ms;
	        transition-duration: 150ms;
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
}
ul#kfh-footer-menu a:hover{
	--tw-text-opacity: 1;
	color: rgba(138, 189, 36, var(--tw-text-opacity));
}
ul#kfh-footer-menu a::before {
  content: "•";
  margin-right: 12px;
  --tw-text-opacity: 1;
  color: rgba(214, 223, 232, var(--tw-text-opacity));
}

/* stylelint-disable no-descending-specificity */
#menu-footermenu{
	margin-bottom: 0px;
	list-style-type: none;
	padding-left: 0px;
}
#menu-footermenu > li > a{
	margin-bottom: 24px;
	display: block;
	font-size: 1rem;
	line-height: 1.1;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.1;
}
#menu-footermenu ul{
	margin-bottom: 40px;
	list-style-type: none;
	padding-left: 0px;
}
@media (min-width: 1024px){
	#menu-footermenu ul{
		margin-bottom: 0px;
	}
}
#menu-footermenu li{
	margin-bottom: 0px;
	padding-left: 0px;
}
#menu-footermenu .sub-menu a{
	margin-bottom: 16px;
	display: block;
	font-size: 1rem;
	line-height: 1.9;
	--tw-text-opacity: 1;
	color: rgba(172, 181, 189, var(--tw-text-opacity));
}
#menu-footermenu a{
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	     -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	     -o-transition-duration: 150ms;
	        transition-duration: 150ms;
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
}
#menu-footermenu a:hover{
	--tw-text-opacity: 1;
	color: rgba(138, 189, 36, var(--tw-text-opacity));
}

/* stylelint-enable no-descending-specificity */
.page-featured-image{
	height: 448px;
	overflow: hidden;
	-o-object-fit: cover;
	   object-fit: cover;
}

.kfh-featured-position--left-top{
	-o-object-position: left top;
	   object-position: left top;
}
.kfh-featured-position--left-center{
	-o-object-position: left;
	   object-position: left;
}
.kfh-featured-position--left-bottom{
	-o-object-position: left bottom;
	   object-position: left bottom;
}

.kfh-featured-position--center-top{
	-o-object-position: top;
	   object-position: top;
}
.kfh-featured-position--center-bottom{
	-o-object-position: bottom;
	   object-position: bottom;
}

.kfh-featured-position--right-top{
	-o-object-position: right top;
	   object-position: right top;
}
.kfh-featured-position--right-center{
	-o-object-position: right;
	   object-position: right;
}
.kfh-featured-position--right-bottom{
	-o-object-position: right bottom;
	   object-position: right bottom;
}

.fobi-teaser-image{
	height: 544px;
	overflow: hidden;
	-o-object-fit: cover;
	   object-fit: cover;
}

.kfh-post-extention::before {
  content: "";
  width: calc(130%);
}

@media (min-width: 768px){
	.kfh-post-extention::before{
		border-radius: 8px;
	}
	.kfh-post-extention::before{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
}

@media (min-width: 1024px){
	.kfh-post-extention::before{
		position: absolute;
	}
	.kfh-post-extention::before{
		bottom: 0px;
	}
	.kfh-post-extention::before{
		top: 0px;
	}
}

.kfh-post-extention a, .kfh-sidebar-box a{
	--tw-text-opacity: 1;
	color: rgba(138, 189, 36, var(--tw-text-opacity));
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	     -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	     -o-transition-duration: 150ms;
	        transition-duration: 150ms;
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
}

.kfh-post-extention a:hover, .kfh-sidebar-box a:hover{
	--tw-text-opacity: 1;
	color: rgba(238, 183, 18, var(--tw-text-opacity));
}

.kfh-post-extention a:focus, .kfh-sidebar-box a:focus{
	--tw-text-opacity: 1;
	color: rgba(238, 183, 18, var(--tw-text-opacity));
}
.kfh-post-extention h1, .kfh-post-extention h2, .kfh-post-extention h3, .kfh-post-extention h4, .kfh-post-extention h5, .kfh-post-extention h6, .kfh-sidebar-box h1, .kfh-sidebar-box h2, .kfh-sidebar-box h3, .kfh-sidebar-box h4, .kfh-sidebar-box h5, .kfh-sidebar-box h6{
	margin-bottom: 16px;
	font-size: 1.25rem;
	line-height: 1.6;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.6;
	--tw-text-opacity: 1;
	color: rgba(138, 189, 36, var(--tw-text-opacity));
}
.kfh-post-extention p > a[href*=http]::after,
.kfh-sidebar-box p > a[href*=http]::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' fill='none' viewBox='0 0 22 22' stroke='%23ACB5BD'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14' /%3E%3C/svg%3E");
  padding-left: 2px;
  padding-right: 2px;
}
.kfh-post-extention p > a[href*="localhost:3000"]::after,
.kfh-post-extention p > a[href*="neugier-ahoi.de"]::after,
.kfh-sidebar-box p > a[href*="localhost:3000"]::after,
.kfh-sidebar-box p > a[href*="neugier-ahoi.de"]::after {
  content: "";
}
.kfh-post-extention img, .kfh-sidebar-box img{
	height: auto;
	width: auto;
}

html,
body {
  visibility: visible;
  opacity: 1;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}
html.noscroll, body.noscroll{
	overflow: hidden;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body{
	min-height: 100vh;
	overflow-x: hidden;
	font-family: Fira Sans, sans-serif;
	--tw-text-opacity: 1;
	color: rgba(21, 21, 21, var(--tw-text-opacity));
}

main{
	position: relative;
}

.container{
	width: 100%;
	max-width: 1440px;
	padding-left: 16px;
	padding-right: 16px;
}

@media (min-width: 768px){
	.container{
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (min-width: 1024px){
	.container{
		padding-left: 32px;
		padding-right: 32px;
	}
}

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

ul.nav{
	margin-bottom: 0px;
}
ul.nav li{
	margin-bottom: 0px;
}

p > a{
	--tw-text-opacity: 1;
	color: rgba(138, 189, 36, var(--tw-text-opacity));
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	     -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	     -o-transition-duration: 150ms;
	        transition-duration: 150ms;
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
}

p > a:hover{
	--tw-text-opacity: 1;
	color: rgba(238, 183, 18, var(--tw-text-opacity));
}

p > a:focus{
	--tw-text-opacity: 1;
	color: rgba(238, 183, 18, var(--tw-text-opacity));
}

p > a[href*=http]::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' fill='none' viewBox='0 0 22 22' stroke='%23ACB5BD'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14' /%3E%3C/svg%3E");
  padding-left: 2px;
  padding-right: 2px;
}

p > a[href*="localhost:3000"]::after,
p > a[href*="neugier-ahoi.de"]::after {
  content: none;
}

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

.kfh-line-prefix, .kfh-line-prefix--yellow, .kfh-line-prefix--blue, .kfh-line-prefix--secondary, .kfh-line-prefix--primary{
	position: relative;
}
.kfh-line-prefix::after, .kfh-line-prefix--yellow::after, .kfh-line-prefix--blue::after, .kfh-line-prefix--secondary::after, .kfh-line-prefix--primary::after{
	position: absolute;
	top: 50%;
	left: -56px;
	height: 2px;
	width: 40px;
	--tw-translate-y: 50%;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
  content: none;
}

.kfh-line-prefix--primary::after{
	--tw-bg-opacity: 1;
	background-color: rgba(138, 189, 36, var(--tw-bg-opacity));
}

.kfh-line-prefix--secondary::after{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 130, 53, var(--tw-bg-opacity));
}

.kfh-line-prefix--blue::after{
	--tw-bg-opacity: 1;
	background-color: rgba(48, 70, 132, var(--tw-bg-opacity));
}

.kfh-line-prefix--yellow::after{
	--tw-bg-opacity: 1;
	background-color: rgba(238, 183, 18, var(--tw-bg-opacity));
}

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

.copyright-top-right{
	top: 0px;
	right: 0px;
}

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

.copyright-bottom-right{
	bottom: 0px;
	right: 0px;
}

.fobicardbig-thumbnail{
	height: 100%;
	overflow: hidden;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* margin and padding of the blocks */
.block-mt--extra-large{
	padding-top: 192px;
}
@media (min-width: 1024px){
	.block-mt--extra-large{
		padding-top: 256px;
	}
}
.block-mt--large{
	padding-top: 120px;
}
@media (min-width: 1024px){
	.block-mt--large{
		padding-top: 160px;
	}
}
.block-mt--medium{
	padding-top: 40px;
}
@media (min-width: 768px){
	.block-mt--medium{
		padding-top: 80px;
	}
}
.block-mt--small{
	padding-top: 40px;
}
@media (min-width: 1024px){
	.block-mt--small{
		padding-top: 40px;
	}
}
.block-mt--none{
	padding-top: 0px;
}
@media (min-width: 1024px){
	.block-mt--none{
		padding-top: 0px;
	}
}

.block-mb--extra-large{
	padding-bottom: 192px;
}

@media (min-width: 1024px){
	.block-mb--extra-large{
		padding-bottom: 256px;
	}
}
.block-mb--large{
	padding-bottom: 120px;
}
@media (min-width: 1024px){
	.block-mb--large{
		padding-bottom: 160px;
	}
}
.block-mb--medium{
	padding-bottom: 80px;
}
@media (min-width: 1024px){
	.block-mb--medium{
		padding-bottom: 80px;
	}
}
.block-mb--small{
	padding-bottom: 40px;
}
@media (min-width: 1024px){
	.block-mb--small{
		padding-bottom: 40px;
	}
}
.block-mb--none{
	padding-bottom: 0px;
}
@media (min-width: 1024px){
	.block-mb--none{
		padding-bottom: 0px;
	}
}

.-block-mb--large{
	margin-bottom: -160px;
}

@media (min-width: 1024px){
	.-block-mb--large{
		margin-bottom: -160px;
	}
}
.-block-mb--medium{
	margin-bottom: -80px;
}
@media (min-width: 768px){
	.-block-mb--medium{
		margin-bottom: -80px;
	}
}
.-block-mb--small{
	margin-bottom: -40px;
}
@media (min-width: 1024px){
	.-block-mb--small{
		margin-bottom: -40px;
	}
}

/* background */
.block-bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.block-bg-green{
	--tw-bg-opacity: 1;
	background-color: rgba(215, 229, 217, var(--tw-bg-opacity));
}
.block-bg-brown{
	--tw-bg-opacity: 1;
	background-color: rgba(248, 244, 243, var(--tw-bg-opacity));
}
.block-bg-green--light{
	--tw-bg-opacity: 1;
	background-color: rgba(215, 229, 217, var(--tw-bg-opacity));
}
.block-bg-green--dark{
	--tw-bg-opacity: 1;
	background-color: rgba(75, 117, 85, var(--tw-bg-opacity));
}

.colorswatch--block-bg-green::after{
	--tw-bg-opacity: 1;
	background-color: rgba(215, 229, 217, var(--tw-bg-opacity));
}
.colorswatch--block-bg-brown::after{
	--tw-bg-opacity: 1;
	background-color: rgba(248, 244, 243, var(--tw-bg-opacity));
}
.colorswatch--block-bg-green--light::after{
	--tw-bg-opacity: 1;
	background-color: rgba(215, 229, 217, var(--tw-bg-opacity));
}
.colorswatch--block-bg-green--dark::after{
	--tw-bg-opacity: 1;
	background-color: rgba(75, 117, 85, var(--tw-bg-opacity));
}

.colorswatch--block-bg-green::after, .colorswatch--block-bg-brown::after, .colorswatch--block-bg-green--light::after, .colorswatch--block-bg-green--dark::after{
	position: absolute;
	top: 50%;
	height: 80%;
	width: 100%;
	--tw-translate-y: -50%;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
  content: "";
}

.chart-text{
	font-weight: 600;
  fill: #fff;
  font-size: 0.29em;
}

.donut-segment {
  -webkit-animation: progress 1s ease-out forwards;
       -o-animation: progress 1s ease-out forwards;
          animation: progress 1s ease-out forwards;
}

svg.revealed .donut-segment {
  -webkit-animation: progress-2 1.5s ease-out forwards;
       -o-animation: progress-2 1.5s ease-out forwards;
          animation: progress-2 1.5s ease-out forwards;
}

@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

@-o-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes progress-2 {
  0% {
    stroke-dasharray: 0 100;
  }
}
@-o-keyframes progress-2 {
  0% {
    stroke-dasharray: 0 100;
  }
}
@keyframes progress-2 {
  0% {
    stroke-dasharray: 0 100;
  }
}
.block-contact-wysiwyg-white p{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.block-contact-teamimage{
	max-height: 384px;
	overflow: hidden;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: left top;
	   object-position: left top;
}

.block-faqteaser-wysiwyg p{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.block-funding-textcolour--s{
	--tw-text-opacity: 1;
	color: rgba(228, 63, 13, var(--tw-text-opacity));
}
.block-funding-textcolour--m{
	--tw-text-opacity: 1;
	color: rgba(243, 144, 0, var(--tw-text-opacity));
}
.block-funding-textcolour--l{
	--tw-text-opacity: 1;
	color: rgba(255, 213, 0, var(--tw-text-opacity));
}
.block-funding-textcolour--xl{
	--tw-text-opacity: 1;
	color: rgba(138, 189, 36, var(--tw-text-opacity));
}
.block-funding-textcolour--xxl{
	--tw-text-opacity: 1;
	color: rgba(0, 130, 53, var(--tw-text-opacity));
}

.block-funding-barcolour--s{
	--tw-bg-opacity: 1;
	background-color: rgba(228, 63, 13, var(--tw-bg-opacity));
}
.block-funding-barcolour--m{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 144, 0, var(--tw-bg-opacity));
}
.block-funding-barcolour--l{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 213, 0, var(--tw-bg-opacity));
}
.block-funding-barcolour--xl{
	--tw-bg-opacity: 1;
	background-color: rgba(138, 189, 36, var(--tw-bg-opacity));
}
.block-funding-barcolour--xxl{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 130, 53, var(--tw-bg-opacity));
}

.revealed .block-funding-barcolour--m {
  -webkit-animation: colourchange-m 1.5s ease both;
       -o-animation: colourchange-m 1.5s ease both;
          animation: colourchange-m 1.5s ease both;
}
.revealed .block-funding-barcolour--l {
  -webkit-animation: colourchange-l 1.5s ease both;
       -o-animation: colourchange-l 1.5s ease both;
          animation: colourchange-l 1.5s ease both;
}
.revealed .block-funding-barcolour--xl {
  -webkit-animation: colourchange-xl 1.5s ease both;
       -o-animation: colourchange-xl 1.5s ease both;
          animation: colourchange-xl 1.5s ease both;
}
.revealed .block-funding-barcolour--xxl {
  -webkit-animation: colourchange-xxl 1.5s ease both;
       -o-animation: colourchange-xxl 1.5s ease both;
          animation: colourchange-xxl 1.5s ease both;
}

@-webkit-keyframes colourchange-m {
  0%{
		width: 0px;
	}
  0%{
		--tw-bg-opacity: 1;
		background-color: rgba(228, 63, 13, var(--tw-bg-opacity));
	}
  100%{
		width: 100%;
	}
  100%{
		--tw-bg-opacity: 1;
		background-color: rgba(243, 144, 0, var(--tw-bg-opacity));
	}
}

@-o-keyframes colourchange-m {
  0%{
		width: 0px;
	}
  0%{
		--tw-bg-opacity: 1;
		background-color: rgba(228, 63, 13, var(--tw-bg-opacity));
	}
  100%{
		width: 100%;
	}
  100%{
		--tw-bg-opacity: 1;
		background-color: rgba(243, 144, 0, var(--tw-bg-opacity));
	}
}

@keyframes colourchange-m {
  0%{
		width: 0px;
	}
  0%{
		--tw-bg-opacity: 1;
		background-color: rgba(228, 63, 13, var(--tw-bg-opacity));
	}
  100%{
		width: 100%;
	}
  100%{
		--tw-bg-opacity: 1;
		background-color: rgba(243, 144, 0, var(--tw-bg-opacity));
	}
}
@-webkit-keyframes colourchange-l {
  0%{
		width: 0px;
	}
  0%{
		--tw-bg-opacity: 1;
		background-color: rgba(228, 63, 13, var(--tw-bg-opacity));
	}
  50%{
		--tw-bg-opacity: 1;
		background-color: rgba(243, 144, 0, var(--tw-bg-opacity));
	}
  100%{
		width: 100%;
	}
  100%{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 213, 0, var(--tw-bg-opacity));
	}
}
@-o-keyframes colourchange-l {
  0%{
		width: 0px;
	}
  0%{
		--tw-bg-opacity: 1;
		background-color: rgba(228, 63, 13, var(--tw-bg-opacity));
	}
  50%{
		--tw-bg-opacity: 1;
		background-color: rgba(243, 144, 0, var(--tw-bg-opacity));
	}
  100%{
		width: 100%;
	}
  100%{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 213, 0, var(--tw-bg-opacity));
	}
}
@keyframes colourchange-l {
  0%{
		width: 0px;
	}
  0%{
		--tw-bg-opacity: 1;
		background-color: rgba(228, 63, 13, var(--tw-bg-opacity));
	}
  50%{
		--tw-bg-opacity: 1;
		background-color: rgba(243, 144, 0, var(--tw-bg-opacity));
	}
  100%{
		width: 100%;
	}
  100%{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 213, 0, var(--tw-bg-opacity));
	}
}
@-webkit-keyframes colourchange-xl {
  0%{
		width: 0px;
	}
  0%{
		--tw-bg-opacity: 1;
		background-color: rgba(228, 63, 13, var(--tw-bg-opacity));
	}
  33%{
		--tw-bg-opacity: 1;
		background-color: rgba(243, 144, 0, var(--tw-bg-opacity));
	}
  66%{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 213, 0, var(--tw-bg-opacity));
	}
  100%{
		width: 100%;
	}
  100%{
		--tw-bg-opacity: 1;
		background-color: rgba(138, 189, 36, var(--tw-bg-opacity));
	}
}
@-o-keyframes colourchange-xl {
  0%{
		width: 0px;
	}
  0%{
		--tw-bg-opacity: 1;
		background-color: rgba(228, 63, 13, var(--tw-bg-opacity));
	}
  33%{
		--tw-bg-opacity: 1;
		background-color: rgba(243, 144, 0, var(--tw-bg-opacity));
	}
  66%{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 213, 0, var(--tw-bg-opacity));
	}
  100%{
		width: 100%;
	}
  100%{
		--tw-bg-opacity: 1;
		background-color: rgba(138, 189, 36, var(--tw-bg-opacity));
	}
}
@keyframes colourchange-xl {
  0%{
		width: 0px;
	}
  0%{
		--tw-bg-opacity: 1;
		background-color: rgba(228, 63, 13, var(--tw-bg-opacity));
	}
  33%{
		--tw-bg-opacity: 1;
		background-color: rgba(243, 144, 0, var(--tw-bg-opacity));
	}
  66%{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 213, 0, var(--tw-bg-opacity));
	}
  100%{
		width: 100%;
	}
  100%{
		--tw-bg-opacity: 1;
		background-color: rgba(138, 189, 36, var(--tw-bg-opacity));
	}
}
@-webkit-keyframes colourchange-xxl {
  0%{
		width: 0px;
	}
  0%{
		--tw-bg-opacity: 1;
		background-color: rgba(228, 63, 13, var(--tw-bg-opacity));
	}
  25%{
		--tw-bg-opacity: 1;
		background-color: rgba(243, 144, 0, var(--tw-bg-opacity));
	}
  50%{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 213, 0, var(--tw-bg-opacity));
	}
  75%{
		--tw-bg-opacity: 1;
		background-color: rgba(138, 189, 36, var(--tw-bg-opacity));
	}
  100%{
		width: 100%;
	}
  100%{
		--tw-bg-opacity: 1;
		background-color: rgba(0, 130, 53, var(--tw-bg-opacity));
	}
}
@-o-keyframes colourchange-xxl {
  0%{
		width: 0px;
	}
  0%{
		--tw-bg-opacity: 1;
		background-color: rgba(228, 63, 13, var(--tw-bg-opacity));
	}
  25%{
		--tw-bg-opacity: 1;
		background-color: rgba(243, 144, 0, var(--tw-bg-opacity));
	}
  50%{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 213, 0, var(--tw-bg-opacity));
	}
  75%{
		--tw-bg-opacity: 1;
		background-color: rgba(138, 189, 36, var(--tw-bg-opacity));
	}
  100%{
		width: 100%;
	}
  100%{
		--tw-bg-opacity: 1;
		background-color: rgba(0, 130, 53, var(--tw-bg-opacity));
	}
}
@keyframes colourchange-xxl {
  0%{
		width: 0px;
	}
  0%{
		--tw-bg-opacity: 1;
		background-color: rgba(228, 63, 13, var(--tw-bg-opacity));
	}
  25%{
		--tw-bg-opacity: 1;
		background-color: rgba(243, 144, 0, var(--tw-bg-opacity));
	}
  50%{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 213, 0, var(--tw-bg-opacity));
	}
  75%{
		--tw-bg-opacity: 1;
		background-color: rgba(138, 189, 36, var(--tw-bg-opacity));
	}
  100%{
		width: 100%;
	}
  100%{
		--tw-bg-opacity: 1;
		background-color: rgba(0, 130, 53, var(--tw-bg-opacity));
	}
}
.revealed .block-funding-heart--big {
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
  -webkit-animation: linereveal 3s ease-in-out forwards infinite alternate, fadeup 6s ease-in-out forwards infinite;
       -o-animation: linereveal 3s ease-in-out forwards infinite alternate, fadeup 6s ease-in-out forwards infinite;
          animation: linereveal 3s ease-in-out forwards infinite alternate, fadeup 6s ease-in-out forwards infinite;
}
.revealed .block-funding-heart--small {
  stroke-dasharray: 155;
  stroke-dashoffset: 155;
  -webkit-animation: linereveal 3.5s ease-in-out forwards infinite alternate, fadeup 7s ease-in-out forwards infinite;
       -o-animation: linereveal 3.5s ease-in-out forwards infinite alternate, fadeup 7s ease-in-out forwards infinite;
          animation: linereveal 3.5s ease-in-out forwards infinite alternate, fadeup 7s ease-in-out forwards infinite;
}
.revealed .block-funding-hand {
  stroke-dasharray: 525;
  stroke-dashoffset: 525;
  -webkit-animation: linereveal 2.5s ease-in-out forwards, subtlemove 4s ease-in-out forwards infinite alternate;
       -o-animation: linereveal 2.5s ease-in-out forwards, subtlemove 4s ease-in-out forwards infinite alternate;
          animation: linereveal 2.5s ease-in-out forwards, subtlemove 4s ease-in-out forwards infinite alternate;
}

@-webkit-keyframes linereveal {
  85% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-o-keyframes linereveal {
  85% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes linereveal {
  85% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fadeup {
  0% {
    opacity: 0%;
  }
  5% {
    opacity: 100%;
  }
  25% {
    -webkit-transform: rotate(5deg) translate(0, -0.5em);
            transform: rotate(5deg) translate(0, -0.5em);
  }
  95% {
    opacity: 100%;
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    opacity: 0%;
    -webkit-transform: translate(0, -1em);
            transform: translate(0, -1em);
  }
}
@-o-keyframes fadeup {
  0% {
    opacity: 0%;
  }
  5% {
    opacity: 100%;
  }
  25% {
    -o-transform: rotate(5deg) translate(0, -0.5em);
       transform: rotate(5deg) translate(0, -0.5em);
  }
  95% {
    opacity: 100%;
  }
  75% {
    -o-transform: rotate(-5deg);
       transform: rotate(-5deg);
  }
  100% {
    opacity: 0%;
    -o-transform: translate(0, -1em);
       transform: translate(0, -1em);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0%;
  }
  5% {
    opacity: 100%;
  }
  25% {
    -webkit-transform: rotate(5deg) translate(0, -0.5em);
         -o-transform: rotate(5deg) translate(0, -0.5em);
            transform: rotate(5deg) translate(0, -0.5em);
  }
  95% {
    opacity: 100%;
  }
  75% {
    -webkit-transform: rotate(-5deg);
         -o-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    opacity: 0%;
    -webkit-transform: translate(0, -1em);
         -o-transform: translate(0, -1em);
            transform: translate(0, -1em);
  }
}
@-webkit-keyframes subtlemove {
  to {
    -webkit-transform: rotate(5deg) translate(1em, 0);
            transform: rotate(5deg) translate(1em, 0);
  }
}
@-o-keyframes subtlemove {
  to {
    -o-transform: rotate(5deg) translate(1em, 0);
       transform: rotate(5deg) translate(1em, 0);
  }
}
@keyframes subtlemove {
  to {
    -webkit-transform: rotate(5deg) translate(1em, 0);
         -o-transform: rotate(5deg) translate(1em, 0);
            transform: rotate(5deg) translate(1em, 0);
  }
}
.block-headerslider-image{
	height: 624px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.block-leaflets-backdrop {
  width: 200%;
  height: auto;
}

.block-leaflets-glass {
  -webkit-animation: reading 4s ease-in-out forwards infinite alternate;
       -o-animation: reading 4s ease-in-out forwards infinite alternate;
          animation: reading 4s ease-in-out forwards infinite alternate;
}

@-webkit-keyframes reading {
  to {
    -webkit-transform: rotate(5deg) translate(3em, 1em);
            transform: rotate(5deg) translate(3em, 1em);
  }
}

@-o-keyframes reading {
  to {
    -o-transform: rotate(5deg) translate(3em, 1em);
       transform: rotate(5deg) translate(3em, 1em);
  }
}

@keyframes reading {
  to {
    -webkit-transform: rotate(5deg) translate(3em, 1em);
         -o-transform: rotate(5deg) translate(3em, 1em);
            transform: rotate(5deg) translate(3em, 1em);
  }
}
.block-partner-logo{
	display: block;
	height: 100%;
	width: auto;
}

.block-teaser-image{
	height: 544px;
	overflow: hidden;
	-o-object-fit: cover;
	   object-fit: cover;
}

.kfh-wysiwyg p, .wysiwyg-container p{
	margin-bottom: 16px;
}
.kfh-wysiwyg h1, .wysiwyg-container h1{
	margin-bottom: 16px;
	font-size: 2.8rem;
	line-height: 1.2;
	letter-spacing: -0.025em;
	font-size: 2.8rem;
	line-height: 1.2;
}
.kfh-wysiwyg h2, .wysiwyg-container h2{
	margin-bottom: 16px;
	font-size: 1.75rem;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: -0.025em;
	font-size: 1.75rem;
	line-height: 1.2;
}
.kfh-wysiwyg h3, .wysiwyg-container h3{
	margin-bottom: 16px;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: -0.025em;
	font-size: 1.5rem;
	line-height: 1.2;
}
.kfh-wysiwyg h4, .wysiwyg-container h4{
	margin-bottom: 16px;
	font-size: 1.25rem;
	line-height: 1.6;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.6;
}
.kfh-wysiwyg h5, .wysiwyg-container h5{
	margin-bottom: 16px;
	font-size: 0.8125rem;
	line-height: 1;
	font-weight: 400;
	font-size: 0.8125rem;
	line-height: 1;
}
.kfh-wysiwyg h6, .wysiwyg-container h6{
	font-size: 0.8125rem;
	line-height: 1;
	font-weight: 600;
	font-size: 0.8125rem;
	line-height: 1;
}
.kfh-wysiwyg img, .wysiwyg-container img{
	max-height: 624px;
	width: auto;
}

.quotee-portrait{
	height: 160px;
	width: 160px;
	overflow: hidden;
	-o-object-fit: cover;
	   object-fit: cover;
}

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 */
.static{
	position: static;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.top-0{
	top: 0px;
}
.left-0{
	left: 0px;
}
.right-0{
	right: 0px;
}
.bottom-3{
	bottom: 24px;
}
.left-2\/3{
	left: 66.666667%;
}
.-top-4{
	top: -32px;
}
.-top-8{
	top: -64px;
}
.right-5{
	right: 40px;
}
.-top-5{
	top: -40px;
}
.left-3{
	left: 24px;
}
.bottom-0{
	bottom: 0px;
}
.right-4{
	right: 32px;
}
.-top-7{
	top: -56px;
}
.top-1{
	top: 8px;
}
.left-2{
	left: 16px;
}
.-top-3{
	top: -24px;
}
.z-10{
	z-index: 10;
}
.z-20{
	z-index: 20;
}
.z-30{
	z-index: 30;
}
.order-2{
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.order-1{
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.order-last{
	-webkit-box-ordinal-group: 10000;
	    -ms-flex-order: 9999;
	        order: 9999;
}
.order-first{
	-webkit-box-ordinal-group: -9998;
	    -ms-flex-order: -9999;
	        order: -9999;
}
.col-span-6{
	grid-column: span 6 / span 6;
}
.col-span-12{
	grid-column: span 12 / span 12;
}
.col-span-5{
	grid-column: span 5 / span 5;
}
.col-span-3{
	grid-column: span 3 / span 3;
}
.col-span-2{
	grid-column: span 2 / span 2;
}
.col-span-1{
	grid-column: span 1 / span 1;
}
.my-5{
	margin-top: 40px;
	margin-bottom: 40px;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.my-4{
	margin-top: 32px;
	margin-bottom: 32px;
}
.my-2{
	margin-top: 16px;
	margin-bottom: 16px;
}
.mx-3{
	margin-left: 24px;
	margin-right: 24px;
}
.mb-20{
	margin-bottom: 160px;
}
.mt-20{
	margin-top: 160px;
}
.mb-10{
	margin-bottom: 80px;
}
.mt-10{
	margin-top: 80px;
}
.mb-5{
	margin-bottom: 40px;
}
.mt-5{
	margin-top: 40px;
}
.mb-0{
	margin-bottom: 0px;
}
.mb-15{
	margin-bottom: 120px;
}
.mb-6{
	margin-bottom: 48px;
}
.mb-2{
	margin-bottom: 16px;
}
.ml-6{
	margin-left: 48px;
}
.-mt-px{
	margin-top: -1px;
}
.mb-3{
	margin-bottom: 24px;
}
.mr-0\.5{
	margin-right: 4px;
}
.mr-0{
	margin-right: 0px;
}
.mt-2{
	margin-top: 16px;
}
.mr-1{
	margin-right: 8px;
}
.mr-2\.5{
	margin-right: 20px;
}
.mr-2{
	margin-right: 16px;
}
.mb-4{
	margin-bottom: 32px;
}
.mt-3{
	margin-top: 24px;
}
.mb-8{
	margin-bottom: 64px;
}
.-ml-6{
	margin-left: -48px;
}
.mb-1{
	margin-bottom: 8px;
}
.mr-1\.5{
	margin-right: 12px;
}
.mb-7{
	margin-bottom: 56px;
}
.mt-6{
	margin-top: 48px;
}
.mt-1{
	margin-top: 8px;
}
.mt-8{
	margin-top: 64px;
}
.mr-15{
	margin-right: 120px;
}
.mb-1\.5{
	margin-bottom: 12px;
}
.ml-2{
	margin-left: 16px;
}
.mt-11{
	margin-top: 88px;
}
.-mt-4{
	margin-top: -32px;
}
.-mb-2{
	margin-bottom: -16px;
}
.mt-auto{
	margin-top: auto;
}
.-mb-4{
	margin-bottom: -32px;
}
.ml-9{
	margin-left: 72px;
}
.mt-12{
	margin-top: 96px;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.table{
	display: table;
}
.grid{
	display: grid;
}
.contents{
	display: contents;
}
.hidden{
	display: none;
}
.h-28{
	height: 224px;
}
.h-6{
	height: 48px;
}
.h-1{
	height: 8px;
}
.h-full{
	height: 100%;
}
.h-auto{
	height: auto;
}
.h-10{
	height: 80px;
}
.h-24{
	height: 192px;
}
.h-21{
	height: 168px;
}
.h-4{
	height: 32px;
}
.h-15{
	height: 120px;
}
.h-35{
	height: 280px;
}
.h-1\/2{
	height: 50%;
}
.h-14{
	height: 112px;
}
.h-9{
	height: 72px;
}
.min-h-screen{
	min-height: 100vh;
}
.w-full{
	width: 100%;
}
.w-4{
	width: 32px;
}
.w-3{
	width: 24px;
}
.w-1\/3{
	width: 33.333333%;
}
.w-6{
	width: 48px;
}
.w-20{
	width: 160px;
}
.w-2{
	width: 16px;
}
.w-9{
	width: 72px;
}
.w-3\/4{
	width: 75%;
}
.w-2\/3{
	width: 66.666667%;
}
.w-auto{
	width: auto;
}
.w-1\/12{
	width: 8.333333%;
}
.w-13{
	width: 104px;
}
.w-24{
	width: 192px;
}
.w-15{
	width: 120px;
}
.w-10{
	width: 80px;
}
.w-3\.5{
	width: 28px;
}
.w-56{
	width: 448px;
}
.max-w-48{
	max-width: 384px;
}
.max-w-32{
	max-width: 256px;
}
.max-w-35{
	max-width: 280px;
}
.max-w-20{
	max-width: 160px;
}
.max-w-68{
	max-width: 544px;
}
.flex-none{
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.flex-1{
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0%;
	        flex: 1 1 0%;
}
.flex-shrink-0{
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.-translate-x-18{
	--tw-translate-x: -144px;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.rotate-0{
	--tw-rotate: 0deg;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.rotate-180{
	--tw-rotate: 180deg;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.rotate-90{
	--tw-rotate: 90deg;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.-rotate-3{
	--tw-rotate: -3deg;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.-rotate-6{
	--tw-rotate: -6deg;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.transform{
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.cursor-pointer{
	cursor: pointer;
}
.resize{
	resize: both;
}
.list-none{
	list-style-type: none;
}
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-6{
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-12{
	grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-3{
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.flex-col{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.flex-wrap{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.items-center{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.justify-end{
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.justify-center{
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.justify-between{
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.gap-5{
	gap: 40px;
}
.gap-2{
	gap: 16px;
}
.gap-8{
	gap: 64px;
}
.gap-10{
	gap: 80px;
}
.gap-3{
	gap: 24px;
}
.gap-4{
	gap: 32px;
}
.gap-x-5{
	-webkit-column-gap: 40px;
	   -moz-column-gap: 40px;
	        column-gap: 40px;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(16px * var(--tw-space-x-reverse));
	margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden{
	overflow: hidden;
}
.overflow-visible{
	overflow: visible;
}
.overflow-x-hidden{
	overflow-x: hidden;
}
.whitespace-nowrap{
	white-space: nowrap;
}
.rounded-md{
	border-radius: 8px;
}
.rounded-full{
	border-radius: 9999px;
}
.rounded-lg{
	border-radius: 16px;
}
.rounded-sm{
	border-radius: 4px;
}
.border-6{
	border-width: 6px;
}
.border-8{
	border-width: 8px;
}
.border-0{
	border-width: 0;
}
.border-b{
	border-bottom-width: 1px;
}
.border-t-2{
	border-top-width: 2px;
}
.border-b-2{
	border-bottom-width: 2px;
}
.border-t-6{
	border-top-width: 6px;
}
.border-t-px{
	border-top-width: 1px;
}
.border-primary{
	--tw-border-opacity: 1;
	border-color: rgba(138, 189, 36, var(--tw-border-opacity));
}
.border-gray-300{
	--tw-border-opacity: 1;
	border-color: rgba(172, 181, 189, var(--tw-border-opacity));
}
.border-white{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-gray-200{
	--tw-border-opacity: 1;
	border-color: rgba(221, 226, 229, var(--tw-border-opacity));
}
.border-brown-200{
	--tw-border-opacity: 1;
	border-color: rgba(247, 235, 213, var(--tw-border-opacity));
}
.border-opacity-20{
	--tw-border-opacity: 0.2;
}
.bg-brown-100{
	--tw-bg-opacity: 1;
	background-color: rgba(248, 244, 243, var(--tw-bg-opacity));
}
.bg-yellow{
	--tw-bg-opacity: 1;
	background-color: rgba(238, 183, 18, var(--tw-bg-opacity));
}
.bg-gray-100{
	--tw-bg-opacity: 1;
	background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-brown-300{
	--tw-bg-opacity: 1;
	background-color: rgba(237, 231, 230, var(--tw-bg-opacity));
}
.bg-brown-200{
	--tw-bg-opacity: 1;
	background-color: rgba(247, 235, 213, var(--tw-bg-opacity));
}
.bg-blue-saturated{
	--tw-bg-opacity: 1;
	background-color: rgba(24, 36, 64, var(--tw-bg-opacity));
}
.bg-yellow-100{
	--tw-bg-opacity: 1;
	background-color: rgba(242, 226, 204, var(--tw-bg-opacity));
}
.bg-primary-100{
	--tw-bg-opacity: 1;
	background-color: rgba(215, 229, 217, var(--tw-bg-opacity));
}
.bg-blue-100{
	--tw-bg-opacity: 1;
	background-color: rgba(214, 223, 232, var(--tw-bg-opacity));
}
.bg-gray-200{
	--tw-bg-opacity: 1;
	background-color: rgba(221, 226, 229, var(--tw-bg-opacity));
}
.bg-blue-saturated--dark{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 9, 36, var(--tw-bg-opacity));
}
.bg-brown{
	--tw-bg-opacity: 1;
	background-color: rgba(236, 228, 218, var(--tw-bg-opacity));
}
.bg-gray-300{
	--tw-bg-opacity: 1;
	background-color: rgba(172, 181, 189, var(--tw-bg-opacity));
}
.bg-blue{
	--tw-bg-opacity: 1;
	background-color: rgba(48, 70, 132, var(--tw-bg-opacity));
}
.bg-secondary-100{
	--tw-bg-opacity: 1;
	background-color: rgba(75, 117, 85, var(--tw-bg-opacity));
}
.bg-red-100{
	--tw-bg-opacity: 1;
	background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}
.bg-primary{
	--tw-bg-opacity: 1;
	background-color: rgba(138, 189, 36, var(--tw-bg-opacity));
}
.bg-opacity-40{
	--tw-bg-opacity: 0.4;
}
.bg-opacity-80{
	--tw-bg-opacity: 0.8;
}
.bg-gradient-to-r{
	background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
	background-image: -webkit-linear-gradient(left, var(--tw-gradient-stops));
	background-image: -o-linear-gradient(left, var(--tw-gradient-stops));
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
	background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));
	background-image: -webkit-linear-gradient(bottom, var(--tw-gradient-stops));
	background-image: -o-linear-gradient(bottom, var(--tw-gradient-stops));
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-blue-saturated--dark{
	--tw-gradient-from: #000924;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 9, 36, 0));
}
.from-blue-saturated{
	--tw-gradient-from: #182440;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 36, 64, 0));
}
.fill-current{
	fill: currentColor;
}
.stroke-current{
	stroke: currentColor;
}
.object-contain{
	-o-object-fit: contain;
	   object-fit: contain;
}
.p-4{
	padding: 32px;
}
.p-5{
	padding: 40px;
}
.p-0\.5{
	padding: 4px;
}
.p-0{
	padding: 0px;
}
.p-3{
	padding: 24px;
}
.p-1{
	padding: 8px;
}
.p-2{
	padding: 16px;
}
.p-6{
	padding: 48px;
}
.p-1\.5{
	padding: 12px;
}
.py-3{
	padding-top: 24px;
	padding-bottom: 24px;
}
.px-2{
	padding-left: 16px;
	padding-right: 16px;
}
.py-4{
	padding-top: 32px;
	padding-bottom: 32px;
}
.px-6{
	padding-left: 48px;
	padding-right: 48px;
}
.py-10{
	padding-top: 80px;
	padding-bottom: 80px;
}
.px-1\.5{
	padding-left: 12px;
	padding-right: 12px;
}
.px-1{
	padding-left: 8px;
	padding-right: 8px;
}
.px-4{
	padding-left: 32px;
	padding-right: 32px;
}
.px-3{
	padding-left: 24px;
	padding-right: 24px;
}
.py-5{
	padding-top: 40px;
	padding-bottom: 40px;
}
.py-1{
	padding-top: 8px;
	padding-bottom: 8px;
}
.py-2{
	padding-top: 16px;
	padding-bottom: 16px;
}
.py-6{
	padding-top: 48px;
	padding-bottom: 48px;
}
.px-0{
	padding-left: 0px;
	padding-right: 0px;
}
.pt-0{
	padding-top: 0px;
}
.pt-8{
	padding-top: 64px;
}
.pb-6{
	padding-bottom: 48px;
}
.pr-1{
	padding-right: 8px;
}
.pb-16{
	padding-bottom: 128px;
}
.pl-0{
	padding-left: 0px;
}
.pr-2{
	padding-right: 16px;
}
.pl-9{
	padding-left: 72px;
}
.pr-4{
	padding-right: 32px;
}
.pl-0\.25{
	padding-left: 2px;
}
.pt-2{
	padding-top: 16px;
}
.pt-5{
	padding-top: 40px;
}
.pl-1{
	padding-left: 8px;
}
.pt-7{
	padding-top: 56px;
}
.pl-5{
	padding-left: 40px;
}
.pr-5{
	padding-right: 40px;
}
.pb-3{
	padding-bottom: 24px;
}
.pt-3{
	padding-top: 24px;
}
.pt-6{
	padding-top: 48px;
}
.pb-20{
	padding-bottom: 160px;
}
.pb-2{
	padding-bottom: 16px;
}
.pt-4{
	padding-top: 32px;
}
.pr-12{
	padding-right: 96px;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.align-text-bottom{
	vertical-align: text-bottom;
}
.text-h4{
	font-size: 1.25rem;
	line-height: 1.6;
}
.text-h3{
	font-size: 1.5rem;
	line-height: 1.2;
}
.text-h2{
	font-size: 1.75rem;
	line-height: 1.2;
}
.text-h1{
	font-size: 2.8rem;
	line-height: 1.2;
}
.text-xl{
	font-size: 5rem;
	line-height: 1;
}
.text-xxl{
	font-size: 10rem;
	line-height: 1;
}
.font-bold{
	font-weight: 600;
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-blue{
	--tw-text-opacity: 1;
	color: rgba(48, 70, 132, var(--tw-text-opacity));
}
.\!text-yellow{
	--tw-text-opacity: 1 !important;
	color: rgba(238, 183, 18, var(--tw-text-opacity)) !important;
}
.text-primary{
	--tw-text-opacity: 1;
	color: rgba(138, 189, 36, var(--tw-text-opacity));
}
.text-blue-saturated{
	--tw-text-opacity: 1;
	color: rgba(24, 36, 64, var(--tw-text-opacity));
}
.text-yellow{
	--tw-text-opacity: 1;
	color: rgba(238, 183, 18, var(--tw-text-opacity));
}
.text-yellow-300{
	--tw-text-opacity: 1;
	color: rgba(255, 213, 0, var(--tw-text-opacity));
}
.text-primary-100{
	--tw-text-opacity: 1;
	color: rgba(215, 229, 217, var(--tw-text-opacity));
}
.text-secondary-saturated{
	--tw-text-opacity: 1;
	color: rgba(0, 127, 52, var(--tw-text-opacity));
}
.text-secondary{
	--tw-text-opacity: 1;
	color: rgba(0, 130, 53, var(--tw-text-opacity));
}
.text-orange-100{
	--tw-text-opacity: 1;
	color: rgba(243, 144, 0, var(--tw-text-opacity));
}
.text-red{
	--tw-text-opacity: 1;
	color: rgba(228, 63, 13, var(--tw-text-opacity));
}
.text-gray-100{
	--tw-text-opacity: 1;
	color: rgba(248, 249, 250, var(--tw-text-opacity));
}
.text-gray-300{
	--tw-text-opacity: 1;
	color: rgba(172, 181, 189, var(--tw-text-opacity));
}
.text-gray-400{
	--tw-text-opacity: 1;
	color: rgba(73, 80, 87, var(--tw-text-opacity));
}
.text-brown{
	--tw-text-opacity: 1;
	color: rgba(236, 228, 218, var(--tw-text-opacity));
}
.opacity-50{
	opacity: 0.5;
}
.opacity-10{
	opacity: 0.1;
}
.opacity-20{
	opacity: 0.2;
}
.opacity-0{
	opacity: 0;
}
.opacity-70{
	opacity: 0.7;
}
.opacity-40{
	opacity: 0.4;
}
.opacity-25{
	opacity: 0.25;
}
.opacity-30{
	opacity: 0.3;
}
.shadow-glow_sm{
	--tw-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-glow_md{
	--tw-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-down_md{
	--tw-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-glow_sm_strong{
	--tw-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-down_sm{
	--tw-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner{
	--tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-down_lg{
	--tw-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-2{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-brown-200{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(247, 235, 213, var(--tw-ring-opacity));
}
.ring-gray-200{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(221, 226, 229, var(--tw-ring-opacity));
}
.ring-opacity-40{
	--tw-ring-opacity: 0.4;
}
.drop-shadow{
	--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
	-webkit-filter: var(--tw-filter);
	        filter: var(--tw-filter);
}
.drop-shadow-md{
	--tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
	-webkit-filter: var(--tw-filter);
	        filter: var(--tw-filter);
}
.drop-shadow-xl{
	--tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
	-webkit-filter: var(--tw-filter);
	        filter: var(--tw-filter);
}
.filter{
	-webkit-filter: var(--tw-filter);
	        filter: var(--tw-filter);
}
.delay-75{
	-webkit-transition-delay: 75ms;
	     -o-transition-delay: 75ms;
	        transition-delay: 75ms;
}
.hyphens-auto{
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}
/* change to remove default button focus outline and shadow */
button:focus, button:active,
[type=button]:focus,
[type=button]:active,
[type=submit]:focus,
[type=submit]:active,
[type=reset]:focus,
[type=reset]:active {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
.kfh-transition{
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	     -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	     -o-transition-duration: 150ms;
	        transition-duration: 150ms;
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
}
.first\:pt-0:first-child{
	padding-top: 0px;
}
.last\:mb-0:last-child{
	margin-bottom: 0px;
}
.last\:border-b-0:last-child{
	border-bottom-width: 0;
}
.last\:pb-0:last-child{
	padding-bottom: 0px;
}
.hover\:text-yellow:hover{
	--tw-text-opacity: 1;
	color: rgba(238, 183, 18, var(--tw-text-opacity));
}
.hover\:text-yellow-300:hover{
	--tw-text-opacity: 1;
	color: rgba(255, 213, 0, var(--tw-text-opacity));
}
.focus\:text-yellow:focus{
	--tw-text-opacity: 1;
	color: rgba(238, 183, 18, var(--tw-text-opacity));
}
.focus\:shadow-none:focus{
	--tw-shadow: 0 0 #0000;
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring-0:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:outline-none:focus-visible{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.active\:outline-none:active{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.group:hover .group-hover\:-translate-y-0\.5{
	--tw-translate-y: -4px;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.group:hover .group-hover\:-translate-y-0{
	--tw-translate-y: 0px;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.group:hover .group-hover\:scale-1500{
	--tw-scale-x: 15;
	--tw-scale-y: 15;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
@-webkit-keyframes bounce{
	,{
		-webkit-transform: translateY(-25%);
		        transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
		        animation-timing-function: cubic-bezier(0.8,0,1,1);
	}
	{
		-webkit-transform: none;
		        transform: none;
		-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
		        animation-timing-function: cubic-bezier(0,0,0.2,1);
	}
}
@-o-keyframes bounce{
	,{
		-o-transform: translateY(-25%);
		   transform: translateY(-25%);
		-o-animation-timing-function: cubic-bezier(0.8,0,1,1);
		   animation-timing-function: cubic-bezier(0.8,0,1,1);
	}
	{
		-o-transform: none;
		   transform: none;
		-o-animation-timing-function: cubic-bezier(0,0,0.2,1);
		   animation-timing-function: cubic-bezier(0,0,0.2,1);
	}
}
@keyframes bounce{
	,{
		-webkit-transform: translateY(-25%);
		     -o-transform: translateY(-25%);
		        transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
		     -o-animation-timing-function: cubic-bezier(0.8,0,1,1);
		        animation-timing-function: cubic-bezier(0.8,0,1,1);
	}
	{
		-webkit-transform: none;
		     -o-transform: none;
		        transform: none;
		-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
		     -o-animation-timing-function: cubic-bezier(0,0,0.2,1);
		        animation-timing-function: cubic-bezier(0,0,0.2,1);
	}
}
.group:hover .group-hover\:animate-bounce{
	-webkit-animation: bounce 1s infinite;
	     -o-animation: bounce 1s infinite;
	        animation: bounce 1s infinite;
}
.group:hover .group-hover\:bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-100{
	--tw-bg-opacity: 1;
	background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
}
.group:hover .group-hover\:pr-0\.5{
	padding-right: 4px;
}
.group:hover .group-hover\:pl-0\.5{
	padding-left: 4px;
}
.group:hover .group-hover\:pr-0{
	padding-right: 0px;
}
.group:hover .group-hover\:pl-0{
	padding-left: 0px;
}
.group:hover .group-hover\:text-yellow{
	--tw-text-opacity: 1;
	color: rgba(238, 183, 18, 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-secondary{
	--tw-text-opacity: 1;
	color: rgba(0, 130, 53, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-secondary-saturated{
	--tw-text-opacity: 1;
	color: rgba(0, 127, 52, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-100{
	--tw-text-opacity: 1;
	color: rgba(214, 223, 232, var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100{
	opacity: 1;
}
.group:hover .group-hover\:shadow-glow_sm_strong{
	--tw-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:focus .group-focus\:ml-0\.5{
	margin-left: 4px;
}
.group:focus .group-focus\:ml-0{
	margin-left: 0px;
}
.group:focus .group-focus\:-translate-y-0\.5{
	--tw-translate-y: -4px;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.group:focus .group-focus\:-translate-y-0{
	--tw-translate-y: 0px;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.group:focus .group-focus\:scale-\[2500\]{
	--tw-scale-x: 2500;
	--tw-scale-y: 2500;
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
@keyframes bounce{
	,{
		-webkit-transform: translateY(-25%);
		     -o-transform: translateY(-25%);
		        transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
		     -o-animation-timing-function: cubic-bezier(0.8,0,1,1);
		        animation-timing-function: cubic-bezier(0.8,0,1,1);
	}
	{
		-webkit-transform: none;
		     -o-transform: none;
		        transform: none;
		-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
		     -o-animation-timing-function: cubic-bezier(0,0,0.2,1);
		        animation-timing-function: cubic-bezier(0,0,0.2,1);
	}
}
.group:focus .group-focus\:animate-bounce{
	-webkit-animation: bounce 1s infinite;
	     -o-animation: bounce 1s infinite;
	        animation: bounce 1s infinite;
}
.group:focus .group-focus\:bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-gray-100{
	--tw-bg-opacity: 1;
	background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
}
.group:focus .group-focus\:pr-0\.5{
	padding-right: 4px;
}
.group:focus .group-focus\:pl-0\.5{
	padding-left: 4px;
}
.group:focus .group-focus\:pr-0{
	padding-right: 0px;
}
.group:focus .group-focus\:pl-0{
	padding-left: 0px;
}
.group:focus .group-focus\:text-yellow{
	--tw-text-opacity: 1;
	color: rgba(238, 183, 18, var(--tw-text-opacity));
}
.group:focus .group-focus\:text-secondary{
	--tw-text-opacity: 1;
	color: rgba(0, 130, 53, var(--tw-text-opacity));
}
.group:focus .group-focus\:text-secondary-saturated{
	--tw-text-opacity: 1;
	color: rgba(0, 127, 52, var(--tw-text-opacity));
}
.group:focus .group-focus\:text-blue-100{
	--tw-text-opacity: 1;
	color: rgba(214, 223, 232, var(--tw-text-opacity));
}
@media (min-width: 640px){
	.sm\:block{
		display: block;
	}
	.sm\:grid-cols-1{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
@media (min-width: 768px){
	.md\:text-h1, .md\:text-h2, .md\:text-h3, .md\:text-h4, .md\:text-h5{
		margin-bottom: 16px;
	}
	.md\:text-h3{
		font-size: 1.5rem;
		line-height: 1.2;
		font-weight: 600;
		letter-spacing: -0.025em;
	}
	.md\:absolute{
		position: absolute;
	}
	.md\:top-1\/2{
		top: 50%;
	}
	.md\:-left-1\/2{
		left: -50%;
	}
	.md\:left-1\/2{
		left: 50%;
	}
	.md\:-bottom-3{
		bottom: -24px;
	}
	.md\:left-3{
		left: 24px;
	}
	.md\:col-span-4{
		grid-column: span 4 / span 4;
	}
	.md\:col-span-2{
		grid-column: span 2 / span 2;
	}
	.md\:col-span-1{
		grid-column: span 1 / span 1;
	}
	.md\:col-span-11{
		grid-column: span 11 / span 11;
	}
	.md\:col-span-5{
		grid-column: span 5 / span 5;
	}
	.md\:col-span-7{
		grid-column: span 7 / span 7;
	}
	.md\:col-span-6{
		grid-column: span 6 / span 6;
	}
	.md\:mt-0{
		margin-top: 0px;
	}
	.md\:-mb-6{
		margin-bottom: -48px;
	}
	.md\:block{
		display: block;
	}
	.md\:inline-block{
		display: inline-block;
	}
	.md\:grid{
		display: grid;
	}
	.md\:hidden{
		display: none;
	}
	.md\:h-32{
		height: 256px;
	}
	.md\:w-2\/3{
		width: 66.666667%;
	}
	.md\:w-3\/4{
		width: 75%;
	}
	.md\:w-32{
		width: 256px;
	}
	.md\:w-5\/6{
		width: 83.333333%;
	}
	.md\:flex-none{
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
	}
	.md\:-rotate-90{
		--tw-rotate: -90deg;
		-webkit-transform: var(--tw-transform);
		     -o-transform: var(--tw-transform);
		        transform: var(--tw-transform);
	}
	.md\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.md\:grid-cols-6{
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	.md\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.md\:grid-cols-5{
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.md\:grid-cols-12{
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}
	.md\:justify-end{
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.md\:gap-10{
		gap: 80px;
	}
	.md\:gap-5{
		gap: 40px;
	}
	.md\:p-4{
		padding: 32px;
	}
	.md\:px-6{
		padding-left: 48px;
		padding-right: 48px;
	}
	.md\:px-5{
		padding-left: 40px;
		padding-right: 40px;
	}
	.md\:pr-15{
		padding-right: 120px;
	}
	.md\:text-h3{
		font-size: 1.5rem;
		line-height: 1.2;
	}
	.md\:hyphens-none{
		-webkit-hyphens: none;
		    -ms-hyphens: none;
		        hyphens: none;
	}
}
@media (min-width: 1024px){
	.lg\:text-xl{
		font-size: 5rem;
		line-height: 1;
		font-weight: 600;
	}
	.lg\:bottom-auto{
		bottom: auto;
	}
	.lg\:top-2{
		top: 16px;
	}
	.lg\:-left-8{
		left: -64px;
	}
	.lg\:order-none{
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.lg\:order-last{
		-webkit-box-ordinal-group: 10000;
		    -ms-flex-order: 9999;
		        order: 9999;
	}
	.lg\:col-span-4{
		grid-column: span 4 / span 4;
	}
	.lg\:col-span-2{
		grid-column: span 2 / span 2;
	}
	.lg\:col-span-8{
		grid-column: span 8 / span 8;
	}
	.lg\:col-span-3{
		grid-column: span 3 / span 3;
	}
	.lg\:col-span-5{
		grid-column: span 5 / span 5;
	}
	.lg\:row-span-2{
		grid-row: span 2 / span 2;
	}
	.lg\:mt-14{
		margin-top: 112px;
	}
	.lg\:mb-3{
		margin-bottom: 24px;
	}
	.lg\:mt-0{
		margin-top: 0px;
	}
	.lg\:mb-0{
		margin-bottom: 0px;
	}
	.lg\:mb-10{
		margin-bottom: 80px;
	}
	.lg\:mt-5{
		margin-top: 40px;
	}
	.lg\:block{
		display: block;
	}
	.lg\:flex{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.lg\:hidden{
		display: none;
	}
	.lg\:h-auto{
		height: auto;
	}
	.lg\:w-2\/3{
		width: 66.666667%;
	}
	.lg\:w-1\/2{
		width: 50%;
	}
	.lg\:w-full{
		width: 100%;
	}
	.lg\:rotate-0{
		--tw-rotate: 0deg;
		-webkit-transform: var(--tw-transform);
		     -o-transform: var(--tw-transform);
		        transform: var(--tw-transform);
	}
	.lg\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lg\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.lg\:grid-cols-4{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.lg\:grid-cols-7{
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}
	.lg\:grid-cols-1{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.lg\:grid-cols-5{
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.lg\:gap-8{
		gap: 64px;
	}
	.lg\:gap-15{
		gap: 120px;
	}
	.lg\:gap-5{
		gap: 40px;
	}
	.lg\:p-10{
		padding: 80px;
	}
	.lg\:px-6{
		padding-left: 48px;
		padding-right: 48px;
	}
	.lg\:px-8{
		padding-left: 64px;
		padding-right: 64px;
	}
	.lg\:pr-4{
		padding-right: 32px;
	}
	.lg\:pr-3{
		padding-right: 24px;
	}
	.lg\:text-right{
		text-align: right;
	}
	.lg\:text-xl{
		font-size: 5rem;
		line-height: 1;
	}
	.lg\:shadow-none{
		--tw-shadow: 0 0 #0000;
		-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
		        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
}
@media (min-width: 1280px){
	.xl\:mt-5{
		margin-top: 40px;
	}
	.xl\:w-2\/3{
		width: 66.666667%;
	}
	.xl\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.xl\:px-15{
		padding-left: 120px;
		padding-right: 120px;
	}
	.xl\:pr-8{
		padding-right: 64px;
	}
}

/*# sourceMappingURL=main.css.map*/