/*!
Theme Name: Child HP Theme
Template: hp-theme
Theme URI: https://hattenbergerpartner.de/
Author: Hattenberger GmbH
Author URI: https://hattenbergerpartner.de/
Description: Description
Version: 1.0.0
Text Domain: hp-theme
Tags: 
*/
/* HELPERS */
/*! tailwindcss v2.1.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 {
	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 {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
* {
	--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;
}
.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: 1050px) {
	.container {
		max-width: 1050px;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}
@media (min-width: 1900px) {
	.container {
		max-width: 1900px;
	}
}
.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.aspect-w-5 {
	--tw-aspect-w: 5;
}
.aspect-w-9 {
	--tw-aspect-w: 9;
}
.aspect-w-10 {
	--tw-aspect-w: 10;
}
.aspect-w-16 {
	--tw-aspect-w: 16;
}
.aspect-h-3 {
	--tw-aspect-h: 3;
}
.aspect-h-5 {
	--tw-aspect-h: 5;
}
.aspect-h-6 {
	--tw-aspect-h: 6;
}
.aspect-h-8 {
	--tw-aspect-h: 8;
}
.aspect-h-9 {
	--tw-aspect-h: 9;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.fixed {
	position: fixed;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.top-0 {
	top: 0px;
}
.right-5 {
	right: 1.25rem;
}
.bottom-14 {
	bottom: 3.5rem;
}
.bottom-\[-10\%\] {
	bottom: -10%;
}
.left-1\/2 {
	left: 50%;
}
.z-50 {
	z-index: 50;
}
.z-10 {
	z-index: 10;
}
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}
.order-first {
	order: -9999;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.-ml-2 {
	margin-left: -0.5rem;
}
.mr-auto {
	margin-right: auto;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-9 {
	margin-bottom: 2.25rem;
}
.ml-6 {
	margin-left: 1.5rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.ml-auto {
	margin-left: auto;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mt-4 {
	margin-top: 1rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-auto {
	height: auto;
}
.h-10 {
	height: 2.5rem;
}
.h-32 {
	height: 8rem;
}
.h-full {
	height: 100%;
}
.h-\[215px\] {
	height: 215px;
}
.max-h-full {
	max-height: 100%;
}
.max-h-\[700px\] {
	max-height: 700px;
}
.min-h-\[410px\] {
	min-height: 410px;
}
.min-h-\[13rem\] {
	min-height: 13rem;
}
.w-max {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.w-full {
	width: 100%;
}
.w-auto {
	width: auto;
}
.w-\[180px\] {
	width: 180px;
}
.w-\[215px\] {
	width: 215px;
}
.min-w-\[45px\] {
	min-width: 45px;
}
.max-w-fhd {
	max-width: 1920px;
}
.max-w-\[130px\] {
	max-width: 130px;
}
.max-w-\[270px\] {
	max-width: 270px;
}
.max-w-\[1923px\] {
	max-width: 1923px;
}
.max-w-\[1050px\] {
	max-width: 1050px;
}
.max-w-\[1240px\] {
	max-width: 1240px;
}
.max-w-\[500px\] {
	max-width: 500px;
}
.max-w-screen-1280px {
	max-width: 1280px;
}
.max-w-\[850px\] {
	max-width: 850px;
}
.transform {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2 {
	--tw-translate-x: -50%;
}
.cursor-pointer {
	cursor: pointer;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-none {
	grid-template-columns: none;
}
.flex-col {
	flex-direction: column;
}
.flex-col-reverse {
	flex-direction: column-reverse;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-start {
	align-items: flex-start;
}
.items-center {
	align-items: center;
}
.justify-start {
	justify-content: flex-start;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-items-center {
	justify-items: center;
}
.gap-5 {
	gap: 1.25rem;
}
.gap-0 {
	gap: 0px;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-hidden {
	overflow: hidden;
}
.rounded-2xl {
	border-radius: 1rem;
}
.rounded-full {
	border-radius: 9999px;
}
.border-\[3px\] {
	border-width: 3px;
}
.border-2 {
	border-width: 2px;
}
.border {
	border-width: 1px;
}
.border-b-\[0\.5px\] {
	border-bottom-width: 0.5px;
}
.border-errorRed {
	--tw-border-opacity: 1;
	border-color: rgba(255, 0, 0, var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-\[\#1E1E1E\] {
	--tw-border-opacity: 1;
	border-color: rgba(30, 30, 30, var(--tw-border-opacity));
}
.border-\[\#808080\] {
	--tw-border-opacity: 1;
	border-color: rgba(128, 128, 128, var(--tw-border-opacity));
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(30, 30, 30, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-\[\#808080\] {
	--tw-bg-opacity: 1;
	background-color: rgba(128, 128, 128, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-cover {
	background-size: cover;
}
.bg-center {
	background-position: center;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-center {
	-o-object-position: center;
	   object-position: center;
}
.p-5 {
	padding: 1.25rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-2\.5 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.pl-7 {
	padding-left: 1.75rem;
}
.pr-11 {
	padding-right: 2.75rem;
}
.pr-6 {
	padding-right: 1.5rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pr-8 {
	padding-right: 2rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pb-32 {
	padding-bottom: 8rem;
}
.pr-10 {
	padding-right: 2.5rem;
}
.pb-\[350px\] {
	padding-bottom: 350px;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pt-8 {
	padding-top: 2rem;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.font-MontserratBold {
	font-family: "MontserratBold", sans-serif;
}
.font-KarlaBold {
	font-family: "KarlaBold", sans-serif;
}
.font-KarlaRegular {
	font-family: "KarlaRegular", sans-serif;
}
.text-14px {
	font-size: 14px;
	line-height: 15px;
}
.text-15px {
	font-size: 15px;
	line-height: 140%;
}
.text-18px {
	font-size: 18px;
	line-height: 140%;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.font-bold {
	font-weight: 700;
}
.uppercase {
	text-transform: uppercase;
}
.leading-\[150\%\] {
	line-height: 150%;
}
.text-\[\#0098B7\] {
	--tw-text-opacity: 1;
	color: rgba(0, 152, 183, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-errorRed {
	--tw-text-opacity: 1;
	color: rgba(255, 0, 0, var(--tw-text-opacity));
}
.text-secondary {
	--tw-text-opacity: 1;
	color: rgba(225, 225, 225, var(--tw-text-opacity));
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-300 {
	transition-duration: 300ms;
}
@font-face {
  font-family: "MontserratBold";
  src: url("assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "MontserratRegular";
  src: url("assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "KarlaBold";
  src: url("assets/fonts/Karla-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "KarlaRegular";
  src: url("assets/fonts/Karla-Regular.woff2") format("woff2");
  font-display: swap;
}
html {
  position: relative;
  display: block;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  display: block;
  min-height: 100%;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}
body.admin-bar #wpadminbar {
  position: fixed !important;
}

.site-content {
  margin-top: 128px;
}
.site-content.scrolled {
  margin-top: 64px;
}
@media screen and (min-width: 1280px) and (max-width: 1360px) {
  .site-content {
    margin-top: 112px;
  }
}
@media screen and (min-width: 1122px) and (max-width: 1279px) {
  .site-content {
    margin-top: 96px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1121px) {
  .site-content {
    margin-top: 112px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1080px) {
  .site-content {
    margin-top: 128px;
  }
}
@media screen and (max-width: 1023px) {
  .site-content {
    margin-top: 64px;
  }
}

.text__content ul, .text-columns ul {
	margin-left: 1.5rem;
	list-style-type: disc;
}

@media (min-width: 1280px) {
	.text__content ul, .text-columns ul {
		margin-left: 2rem;
	}
}

iframe {
  margin: 0 auto;
}

h1 {
	font-family: "MontserratBold", sans-serif;
	font-size: 24px;
	line-height: 130%;
}

@media (min-width: 768px) {
	h1 {
		font-size: 36px;
		line-height: 130%;
	}
}

@media (min-width: 1280px) {
	h1 {
		font-size: 48px;
		line-height: 130%;
	}
}

h2 {
	font-family: "MontserratBold", sans-serif;
	font-size: 20px;
	line-height: 140%;
}

@media (min-width: 768px) {
	h2 {
		font-size: 24px;
		line-height: 130%;
	}
}

@media (min-width: 1280px) {
	h2 {
		font-size: 36px;
		line-height: 130%;
	}
}

h3 {
	font-family: "MontserratRegular", sans-serif;
	font-size: 18px;
	line-height: 140%;
}

@media (min-width: 768px) {
	h3 {
		font-size: 20px;
		line-height: 140%;
	}
}

@media (min-width: 1280px) {
	h3 {
		font-size: 24px;
		line-height: 130%;
	}
}
h3 strong {
	font-family: "MontserratBold", sans-serif;
}

h4 {
	font-family: "MontserratRegular", sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
}

@media (min-width: 768px) {
	h4 {
		font-size: 18px;
		line-height: 140%;
	}
}

@media (min-width: 1280px) {
	h4 {
		font-size: 22px;
		line-height: 33px;
	}
}
h4 strong {
	font-family: "MontserratBold", sans-serif;
}

h5 {
	font-family: "MontserratRegular", sans-serif;
}
h5 strong {
	font-family: "MontserratBold", sans-serif;
}

h6 {
	font-family: "MontserratRegular", sans-serif;
}
h6 strong {
	font-family: "MontserratBold", sans-serif;
}

p, li {
	font-family: "KarlaRegular", sans-serif;
	font-size: 15px;
	line-height: 140%;
}

@media (min-width: 768px) {
	p, li {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media (min-width: 1280px) {
	p, li {
		font-size: 20px;
		line-height: 140%;
	}
}

a {
	font-family: "KarlaRegular", sans-serif;
	font-size: 14px;
	line-height: 15px;
}

@media (min-width: 1280px) {
	a {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

/* MODULES */
.tab-content {
  height: 0;
  transition: height 0.35s;
}

.tab button {
  position: relative;
}

/* :checked - resize to full height */
/* Icon */
.tab button > svg {
  right: 15px;
  top: 25px;
  position: absolute;
  color: #000;
  display: block;
  text-align: center;
  transition: all 0.35s;
  transform-origin: center center;
  transform: rotateX(0deg);
}
.tab button > svg:hover {
  transform: scale(0.85) rotateX(0deg);
}
@media (max-width: 768px) {
  .tab button > svg {
    transform: scale(0.8) rotateX(0deg);
    top: 25px;
    right: 0px;
  }
  .tab button > svg:hover {
    transform: scale(0.7) rotateX(0deg);
  }
}

/* Icon formatting - open */
.tab.active button > svg {
  transform: rotateX(180deg);
}
.tab.active button > svg:hover {
  transform: scale(0.85) rotateX(180deg);
}
@media (max-width: 768px) {
  .tab.active button > svg {
    transform: scale(0.8) rotateX(180deg);
  }
  .tab.active button > svg:hover {
    transform: scale(0.85) rotateX(180deg);
  }
}

.nav-toggle-box {
	height: 150px;
	width: 100%;
	background-color: transparent;
}

.nav {
	position: relative;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.nav .navbar__logo {
	margin-left: 1.25rem;
	margin-right: 0.25rem;
	height: 4rem;
  transition: height 0.3s;
}
.nav .navbar__logo.scrolled {
	height: 2.5rem;
}
.nav .navbar__logo img {
	height: auto;
	width: 100%;
	max-width: 60px;
}
@media (min-width: 1280px) {
	.nav .navbar__logo img {
		max-width: 100px;
	}
}
.nav .navbar__logo-text {
	margin-top: -0.75rem;
	min-width: 170px;
	padding-left: 0.25rem;
	font-size: 1rem;
	line-height: 1.5rem;
}
@media (min-width: 768px) {
	.nav .navbar__logo-text {
		min-width: 315px;
	}
}
@media (min-width: 1900px) {
	.nav .navbar__logo-text {
		font-size: 20px;
		line-height: 140%;
	}
}
@media screen and (max-width: 1150px) {
  .nav .navbar__logo-text {
		font-size: 11px;
		line-height: 1;
	}
}
@media screen and (max-width: 1350px) {
  .nav .navbar__logo-text {
		font-size: 14px;
		line-height: 15px;
	}
}
.nav .collapsing-menu-wrap {
	display: flex;
	width: 70%;
	flex-direction: row;
	align-items: center;
}
.nav .collapsing-menu-wrap .search {
  /* clears the 'X' from Chrome */
}
.nav .collapsing-menu-wrap .search input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.nav .collapsing-menu-wrap .search input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.nav .collapsing-menu-wrap .search input[type=search]::-webkit-search-decoration,
.nav .collapsing-menu-wrap .search input[type=search]::-webkit-search-cancel-button,
.nav .collapsing-menu-wrap .search input[type=search]::-webkit-search-results-button,
.nav .collapsing-menu-wrap .search input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.nav .nav__button {
	position: relative;
	z-index: 30;
}
.nav .nav__button:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
@media (min-width: 1024px) {
	.nav .nav__button {
		display: none;
	}
}
.nav .nav__button svg {
	height: 1.75rem;
	width: 2.25rem;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 500ms;
}
.nav .nav__button::after, .nav .nav__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.125rem;
  width: 1.5rem;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform-origin: center;
  --tw-translate-x: -50%;
  --tw-translate-y: -100%;
  --tw-rotate: 0deg;
  border-radius: 0.375rem;
  background-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
}
.nav .nav-link {
	line-height: 24px;
}
.nav .nav-link:hover {
  text-shadow: 0 0 0.8px #000;
}
.nav .nav-link.bold {
  text-shadow: 0 0 0.8px #000;
}

.header-menu {
	margin-left: auto;
}
.header-menu .navbar-nav {
	position: relative;
	display: none;
	flex-direction: row;
	align-items: flex-start;
	font-size: 16px;
	line-height: 18px;
}
@media (min-width: 1024px) {
	.header-menu .navbar-nav {
		display: flex;
	}
	.header-menu .navbar-nav {
		align-items: center;
	}
}
.header-menu .navbar-nav.after:after {
  content: "";
  display: block;
  position: absolute;
  width: 1128px;
  height: 1px;
  background-color: #999;
  bottom: -40px;
  left: 0;
  z-index: 0;
  opacity: 0.2;
}
@media screen and (max-width: 1023px) {
  .header-menu .navbar-nav.after:after {
    display: none;
  }
}
@media (min-width: 1024px) {
	.header-menu .navbar-nav .arrow > a {
		background-image: url('assets/icons/arrow.png');
	}
	.header-menu .navbar-nav .arrow > a {
		background-position: right;
	}
	.header-menu .navbar-nav .arrow > a {
		background-repeat: no-repeat;
	}
	.header-menu .navbar-nav .arrow > a {
		padding-right: 1.25rem;
	}
}
.header-menu .navbar-nav > li {
	position: relative;
	text-align: left;
}
@media (min-width: 1024px) {
	.header-menu .navbar-nav > li {
		max-width: 200px;
	}
	.header-menu .navbar-nav > li {
		text-align: center;
	}
}
.header-menu .navbar-nav > li > a {
	display: block;
	padding-right: 0.5rem;
	font-family: "MontserratRegular", sans-serif;
	font-size: 14px;
	line-height: 15px;
}
@media (min-width: 768px) {
	.header-menu .navbar-nav > li > a {
		font-size: 0.75rem;
		line-height: 1rem;
	}
}
@media (min-width: 1024px) {
	.header-menu .navbar-nav > li > a {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}
@media (min-width: 1280px) {
	.header-menu .navbar-nav > li > a {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
.header-menu .navbar-nav > li > a strong {
	font-family: "MontserratBold", sans-serif;
}
@media (min-width: 1280px) and (max-width: 1360px) {
  .header-menu .navbar-nav > li > a {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 1024px) {
	.header-menu .navbar-nav > li > a {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}
@media (min-width: 1280px) {
	.header-menu .navbar-nav > li > a {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}
.header-menu .navbar-nav > li:not(:last-child) {
	margin-right: 2rem;
}
@media (min-width: 1024px) {
	.header-menu .navbar-nav > :first-child {
		margin-left: 0.25rem;
	}
}
.header-menu .navbar-nav .dropdown-menu {
	z-index: 10;
	max-height: 0px;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	overflow: hidden;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {
	.header-menu .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.header-menu .navbar-nav .dropdown-menu {
		left: 0px;
	}
	.header-menu .navbar-nav .dropdown-menu {
		top: 100%;
	}
	.header-menu .navbar-nav .dropdown-menu {
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
	}
	.header-menu .navbar-nav .dropdown-menu {
		max-height: -webkit-max-content;
		max-height: -moz-max-content;
		max-height: max-content;
	}
	.header-menu .navbar-nav .dropdown-menu {
		width: 100vw;
	}
	.header-menu .navbar-nav .dropdown-menu {
		flex-direction: column;
	}
	.header-menu .navbar-nav .dropdown-menu {
		flex-wrap: wrap;
	}
	.header-menu .navbar-nav .dropdown-menu {
		align-content: flex-start;
	}
	.header-menu .navbar-nav .dropdown-menu {
		align-items: flex-start;
	}
	.header-menu .navbar-nav .dropdown-menu {
		-moz-column-gap: 4rem;
		     column-gap: 4rem;
	}
	.header-menu .navbar-nav .dropdown-menu {
		overflow: visible;
	}
}
.header-menu .navbar-nav .dropdown-menu {
  z-index: 1;
}
.header-menu .navbar-nav .dropdown-menu:after {
	display: none;
}
@media (min-width: 1024px) {
	.header-menu .navbar-nav .dropdown-menu:after {
		display: block;
	}
}
.header-menu .navbar-nav .dropdown-menu:after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 200vw;
  left: -100vw;
  z-index: -1;
}
.header-menu .navbar-nav .dropdown-menu > li {
	text-align: left;
}
@media (min-width: 1024px) {
	.header-menu .navbar-nav .dropdown-menu > li {
		margin-bottom: 1.25rem;
	}
	.header-menu .navbar-nav .dropdown-menu > li {
		max-width: 280px;
	}
}
.header-menu .navbar-nav .dropdown-menu.closed {
	display: none;
}
.header-menu .navbar-nav .dropdown-menu.opened {
	display: block;
}
.header-menu .navbar-nav .dropdown-menu.sub-opened {
	margin-top: 1rem;
	max-height: 28rem;
	padding-left: 0.625rem;
}
@media (min-width: 768px) {
	.header-menu .navbar-nav .dropdown-menu.sub-opened {
		margin-top: 0px;
	}
}
@media (min-width: 1024px) {
	.header-menu .navbar-nav .dropdown-menu.sub-opened {
		padding-left: 0px;
	}
}

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

@media (min-width: 1024px) {
	.navbar-wrap .nav {
		transition-property: none;
	}
}
.navbar-wrap .nav.scrolled {
	height: 4rem;
}
.navbar-wrap.open {
	position: fixed;
	z-index: 40;
	height: 100vh;
	width: 100vw;
	overflow-y: scroll;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	opacity: 1;
}
.navbar-wrap.open .navbar-bar {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.navbar-wrap.open .navbar-bar a {
	z-index: -1;
}
.navbar-wrap.open .nav {
	height: 1rem;
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.navbar-wrap.open .nav .navbar__logo {
	display: none;
}
.navbar-wrap.open .nav .collapsing-menu-wrap {
	position: absolute;
	top: 6rem;
	width: 100%;
	flex-direction: column-reverse;
	align-items: flex-start;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
@media (min-width: 640px) {
	.navbar-wrap.open .nav .collapsing-menu-wrap {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
@media (min-width: 768px) {
	.navbar-wrap.open .nav .collapsing-menu-wrap {
		padding-left: 6rem;
		padding-right: 6rem;
	}
}
.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu {
	height: 100%;
	width: 100%;
}
.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav {
	display: flex;
	width: 100%;
	flex-direction: column;
}
.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav li {
	width: 100%;
	overflow: hidden;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav li.dropdown {
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav li.dropdown > a {
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(153, 153, 153, var(--tw-border-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-right: 1rem;
}
@media (min-width: 768px) {
	.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav li.dropdown > a {
		padding-right: 0px;
	}
}
.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav li.dropdown > a ul > li > a {
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav li.dropdown > a::after {
  content: url("assets/icons/arrow.png");
  position: absolute;
  right: 0px;
  top: 1.25rem;
  height: 25px;
  width: 1rem;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 500ms;
}
@media (min-width: 1024px) {
	.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav li.dropdown > a::after {
		display: none;
	}
}
.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav li.dropdown.sub-opened > a {
  text-shadow: 0 0 0.8px #000;
}
.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav li.dropdown.sub-opened > a::after {
  transform: rotateX(180deg);
  transform-origin: center;
}
.navbar-wrap.open .nav .collapsing-menu-wrap .search {
	margin-bottom: 0.75rem;
	display: flex;
	width: 15rem;
	justify-content: center;
}
@media (min-width: 640px) {
	.navbar-wrap.open .nav .collapsing-menu-wrap .search {
		margin-bottom: 1.75rem;
	}
}
.navbar-wrap.open .nav .collapsing-menu-wrap .search form {
	width: 12rem;
}
.navbar-wrap.open .nav .nav__button {
	z-index: 50;
	margin-left: auto;
	margin-top: 4rem;
	padding-right: 1.25rem;
}
.navbar-wrap.open .nav .nav__button::before {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-translate-x: -50%;
	--tw-translate-y: -100%;
	--tw-rotate: 45deg;
	--tw-bg-opacity: 1;
	background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}
.navbar-wrap.open .nav .nav__button::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;
	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-translate-x: -50%;
	--tw-translate-y: -100%;
	--tw-rotate: -45deg;
	--tw-bg-opacity: 1;
	background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}
.navbar-wrap.open .nav .nav__button svg {
  opacity: 0;
}

.header .header__left-col-content h1 {
	line-height: 110%;
}
.header .header__left-col-content a {
	font-size: 15px;
	line-height: 140%;
	text-decoration: underline;
}
@media (min-width: 768px) {
	.header .header__left-col-content a {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1280px) {
	.header .header__left-col-content a {
		font-size: 20px;
		line-height: 140%;
	}
}
.header .header__subpage__content a {
	font-size: 15px;
	line-height: 140%;
	text-decoration: underline;
}
@media (min-width: 768px) {
	.header .header__subpage__content a {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1280px) {
	.header .header__subpage__content a {
		font-size: 20px;
		line-height: 140%;
	}
}
.header__bottom-links .header__bottom-single-link {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}
.header__bottom-links .header__bottom-single-link a {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}
@media (min-width: 768px) {
	.header__bottom-links .header__bottom-single-link a {
		border-style: none;
	}
}
.header__bottom-links .header__bottom-single-link a span {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}
.header__bottom-links .header__bottom-single-link a svg path, .header__bottom-links .header__bottom-single-link a svg line {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}
.header__bottom-links .header__bottom-single-link:last-child a {
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
@media (min-width: 768px) {
	.header__bottom-links .header__bottom-single-link:last-child a {
		border-style: none;
	}
}
.header__bottom-links .header__bottom-single-link.hovered {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.header__bottom-links .header__bottom-single-link.hovered a {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.header__bottom-links .header__bottom-single-link.hovered a span {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-translate-x: 0.625rem;
}
.header__bottom-links .header__bottom-single-link.hovered a svg path, .header__bottom-links .header__bottom-single-link.hovered a svg line {
  stroke: black;
}

.slider-teaser .swiper-button-next:after, .slider-teaser .swiper-button-prev:after {
  display: none;
}
.slider-teaser .swiper-button-next {
  top: 50%;
  right: -200px;
  height: 140px;
  width: auto;
  transform: translateY(-50%);
  transition: transform 0.3s;
  display: none !important;
}
@media screen and (min-width: 1700px) {
  .slider-teaser .swiper-button-next {
    display: flex !important;
  }
}
.slider-teaser .swiper-button-next:hover {
  transform: translateY(-50%) scale(0.85);
}
.slider-teaser .swiper-button-prev {
  top: 50%;
  left: -200px;
  height: 140px;
  width: auto;
  transition: transform 0.3s;
  transform: rotate(180deg) translateY(50%);
  display: none !important;
}
@media screen and (min-width: 1700px) {
  .slider-teaser .swiper-button-prev {
    display: flex !important;
  }
}
.slider-teaser .swiper-button-prev:hover {
  transform: rotate(180deg) translateY(50%) scale(0.85);
}
@media screen and (min-width: 769px) and (max-width: 1255px) {
  .slider-teaser__content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.slider-teaser .swiper-pagination {
  bottom: -60px;
  width: 100%;
}
.slider-teaser .swiper-pagination span {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
	height: 1rem;
	width: 1rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	background-color: transparent;
	opacity: 1;
}
@media (min-width: 768px) {
	.slider-teaser .swiper-pagination span {
		margin-left: 1rem;
		margin-right: 1rem;
	}
}
.slider-teaser .swiper-pagination span.swiper-pagination-bullet-active {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.site-footer .footer__wrap {
	--tw-bg-opacity: 1;
	background-color: rgba(30, 30, 30, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.site-footer .footer__wrap .registered-menu {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 2.5rem;
	text-align: left;
}
@media (min-width: 640px) {
	.site-footer .footer__wrap .registered-menu {
		padding-top: 6rem;
	}
}
@media (min-width: 1280px) {
	.site-footer .footer__wrap .registered-menu {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}
@media (min-width: 1536px) {
	.site-footer .footer__wrap .registered-menu {
		padding-left: 9rem;
	}
}
.site-footer .footer__wrap .registered-menu > *:not(:last-child, .logo-wrap) {
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
@media (min-width: 640px) {
	.site-footer .footer__wrap .registered-menu > *:not(:last-child, .logo-wrap) {
		border-style: none;
	}
}
.site-footer .footer__wrap .registered-menu-box {
	position: relative;
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
@media (min-width: 640px) {
	.site-footer .footer__wrap .registered-menu-box {
		margin-bottom: 2.5rem;
	}
	.site-footer .footer__wrap .registered-menu-box {
		width: 48%;
	}
	.site-footer .footer__wrap .registered-menu-box {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.site-footer .footer__wrap .registered-menu-box {
		padding-right: 0.625rem;
	}
}
@media (min-width: 768px) {
	.site-footer .footer__wrap .registered-menu-box {
		padding-right: 1.25rem;
	}
}
@media (min-width: 1024px) {
	.site-footer .footer__wrap .registered-menu-box {
		width: 18%;
	}
}
@media (min-width: 1536px) {
	.site-footer .footer__wrap .registered-menu-box {
		width: 16.666667%;
	}
}
.site-footer .footer__wrap .registered-menu-box.logo-wrap {
	width: 100%;
}
@media (min-width: 1024px) {
	.site-footer .footer__wrap .registered-menu-box.logo-wrap {
		width: 25%;
	}
}
@media (min-width: 1536px) {
	.site-footer .footer__wrap .registered-menu-box.logo-wrap {
		width: 33.333333%;
	}
}
.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text {
	margin-top: 1.5rem;
	width: 48%;
}
@media (min-width: 768px) {
	.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text {
		margin-top: 2rem;
	}
}
@media (min-width: 1024px) {
	.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text {
		width: 100%;
	}
}
@media (min-width: 1536px) {
	.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text {
		width: 60%;
	}
}
.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a {
	font-size: 15px;
	line-height: 140%;
}
@media (min-width: 768px) {
	.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1280px) {
	.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a {
		font-size: 20px;
		line-height: 140%;
	}
}
.site-footer .footer__wrap .registered-menu-heading {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	cursor: pointer;
	font-size: 15px;
	line-height: 140%;
	text-transform: uppercase;
	transition-duration: 300ms;
}
@media (min-width: 640px) {
	.site-footer .footer__wrap .registered-menu-heading {
		margin-bottom: 1.5rem;
	}
	.site-footer .footer__wrap .registered-menu-heading {
		transform: none;
	}
	.site-footer .footer__wrap .registered-menu-heading {
		cursor: auto;
	}
}
@media (min-width: 768px) {
	.site-footer .footer__wrap .registered-menu-heading {
		margin-bottom: 2rem;
	}
	.site-footer .footer__wrap .registered-menu-heading {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1280px) {
	.site-footer .footer__wrap .registered-menu-heading {
		font-size: 20px;
		line-height: 140%;
	}
}
.site-footer .footer__wrap .registered-menu-heading:hover {
	font-weight: 700;
}
@media (min-width: 640px) {
	.site-footer .footer__wrap .registered-menu-heading:hover {
		font-weight: 400;
	}
}
.site-footer .footer__wrap .registered-menu .menu-item {
	margin-bottom: 0.75rem;
	font-size: 14px;
	line-height: 15px;
}
@media (min-width: 768px) {
	.site-footer .footer__wrap .registered-menu .menu-item {
		font-size: 16px;
		line-height: 18px;
	}
}
.site-footer .footer__wrap .registered-menu .menu-item a {
	font-family: "KarlaRegular", sans-serif;
}
.site-footer .footer__wrap .registered-menu .footer__nav {
	max-height: 0px;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	overflow: hidden;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 640px) {
	.site-footer .footer__wrap .registered-menu .footer__nav {
		display: block;
	}
	.site-footer .footer__wrap .registered-menu .footer__nav {
		max-height: 100%;
	}
	.site-footer .footer__wrap .registered-menu .footer__nav {
		overflow: auto;
	}
	.site-footer .footer__wrap .registered-menu .footer__nav {
		transition-property: none;
	}
}
.site-footer .footer__wrap .registered-menu .footer__nav.sub-opened {
	margin-top: 1rem;
	max-height: 30rem;
	padding-left: 0.625rem;
}
@media (min-width: 640px) {
	.site-footer .footer__wrap .registered-menu .footer__nav.sub-opened {
		padding-left: 0px;
	}
}
@media (min-width: 768px) {
	.site-footer .footer__wrap .registered-menu .footer__nav.sub-opened {
		margin-top: 0px;
	}
}
.site-footer .footer__wrap #menu-footer-legals {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	padding-right: 2.5rem;
}
@media (min-width: 768px) {
	.site-footer .footer__wrap #menu-footer-legals {
		flex-direction: row;
	}
	.site-footer .footer__wrap #menu-footer-legals {
		align-items: center;
	}
}
.site-footer .footer__wrap #menu-footer-legals li {
	padding: 0.75rem;
}
@media (min-width: 768px) {
	.site-footer .footer__wrap #menu-footer-legals li {
		padding: 1.25rem;
	}
}
.site-footer .footer__wrap #menu-footer-legals li a {
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
}
.site-footer .footer__wrap .footer-menu-item::after {
  content: url("assets/icons/arrow_white.png");
  position: absolute;
  right: 0px;
  top: 0.75rem;
  display: block;
  height: 0.625rem;
  width: 1rem;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 500ms;
}
@media (min-width: 640px) {
	.site-footer .footer__wrap .footer-menu-item::after {
		display: none;
	}
}
.site-footer .footer__wrap .footer-menu-item.sub-opened:not(.footer-menu-img)::after {
  transform: rotateX(180deg);
  transform-origin: center;
  top: 1.75rem;
}
.site-footer .footer__wrap .footer-menu-item.sub-opened .registered-menu-heading {
	font-weight: 700;
}
@media (min-width: 640px) {
	.site-footer .footer__wrap .footer-menu-item.sub-opened .registered-menu-heading {
		font-weight: 400;
	}
}
.site-footer .footer__wrap .footer-menu-item.sub-opened .footer__nav .menu-item:hover {
	font-weight: 700;
}

.text .text__content h1, .text .text__content h2, .text .text__content h3 {
	margin-top: 2.5rem;
	margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
	.text .text__content h1, .text .text__content h2, .text .text__content h3 {
		margin-top: 60px;
	}
	.text .text__content h1, .text .text__content h2, .text .text__content h3 {
		margin-bottom: 30px;
	}
}
.text .text__content h1:first-child, .text .text__content h2:first-child, .text .text__content h3:first-child {
	margin-top: 0px;
}
.text .text__content h1:last-child, .text .text__content h2:last-child, .text .text__content h3:last-child {
	margin-bottom: 0px;
}
.text .text__content p, .text .text__content ul, .text .text__content ol {
	margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
	.text .text__content p, .text .text__content ul, .text .text__content ol {
		margin-bottom: 15px;
	}
}
.text .text__content p:last-child, .text .text__content ul:last-child, .text .text__content ol:last-child {
	margin-bottom: 0px;
}
.text .text__content ol {
	margin-left: 1.5rem;
	list-style-type: decimal;
}
@media (min-width: 768px) {
	.text .text__content ol {
		margin-left: 2rem;
	}
}
.text .text__content a {
	font-size: 15px;
	line-height: 140%;
	text-decoration: underline;
}
@media (min-width: 768px) {
	.text .text__content a {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1280px) {
	.text .text__content a {
		font-size: 20px;
		line-height: 140%;
	}
}

.text-columns__left a {
	font-size: 15px;
	line-height: 140%;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.text-columns__left a {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media (min-width: 1280px) {
	.text-columns__left a {
		font-size: 20px;
		line-height: 140%;
	}
}
.text-columns__right a {
	font-size: 15px;
	line-height: 140%;
	text-decoration: underline;
}
@media (min-width: 768px) {
	.text-columns__right a {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1280px) {
	.text-columns__right a {
		font-size: 20px;
		line-height: 140%;
	}
}

.survey {
	font-family: "MontserratRegular", sans-serif;
}
.survey .question__wrapper-single {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-family: "MontserratBold", sans-serif;
	font-size: 18px;
	line-height: 140%;
}
@media (min-width: 768px) {
	.survey .question__wrapper-single {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}
@media (min-width: 1280px) {
	.survey .question__wrapper-single {
		font-size: 24px;
		line-height: 130%;
	}
}
.survey .question__wrapper-answer {
	position: relative;
	margin-bottom: 0.75rem;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	font-family: "KarlaRegular", sans-serif;
	font-size: 15px;
	line-height: 140%;
}
@media (min-width: 768px) {
	.survey .question__wrapper-answer {
		margin-bottom: 1rem;
	}
	.survey .question__wrapper-answer {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1280px) {
	.survey .question__wrapper-answer {
		font-size: 20px;
		line-height: 140%;
	}
}
.survey .question__wrapper-answer input {
	visibility: hidden;
	position: absolute;
}
.survey .question__wrapper-answer .checkmark {
	position: absolute;
	top: 0.125rem;
	left: 0px;
	z-index: -1;
	height: 1rem;
	width: 1rem;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
@media (min-width: 768px) {
	.survey .question__wrapper-answer .checkmark {
		top: 0.25rem;
	}
}
@media (min-width: 1280px) {
	.survey .question__wrapper-answer .checkmark {
		top: 5px;
	}
}
.survey .question__wrapper-answer:hover input ~ .checkmark {
	border-width: 2px;
}
.survey .question__wrapper-answer input:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 60%;
  height: 60%;
}
.survey .question__wrapper-answer label {
	display: inline-block;
	padding-left: 1.75rem;
}
.search-result-container {
	padding-top: 4rem;
	padding-bottom: 4rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media (min-width: 640px) {
	.search-result-container {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}
@media (min-width: 768px) {
	.search-result-container {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
@media (min-width: 1024px) {
	.search-result-container {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}
@media (min-width: 1280px) {
	.search-result-container {
		padding-left: 13rem;
		padding-right: 13rem;
	}
}
@media (min-width: 1536px) {
	.search-result-container {
		padding-left: 20rem;
		padding-right: 20rem;
	}
}

.search-result-container_boxes {
	grid-column-end: auto;
	grid-column-start: 1;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	-moz-column-gap: 1.75rem;
	     column-gap: 1.75rem;
	row-gap: 2.25rem;
}

@media (min-width: 768px) {
	.search-result-container_boxes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.search-result-container_boxes {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.single-result {
	display: flex;
	height: auto;
	min-height: 324px;
	width: 100%;
	max-width: 20rem;
	flex-direction: column;
	justify-content: space-between;
	justify-self: center;
	border-radius: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 2.5rem;
	padding-bottom: 1.5rem;
	--tw-shadow: 20px 20px 65px rgba(0, 0, 0, 0.17);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
	.single-result {
		padding-left: 3.5rem;
	}
}

@media (min-width: 1024px) {
	.single-result {
		max-width: 407px;
	}
}
.single-result-text {
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-right: 2.5rem;
	font-family: "KarlaRegular", sans-serif;
	font-size: 15px;
	line-height: 140%;
}
@media (min-width: 768px) {
	.single-result-text {
		padding-right: 4rem;
	}
	.single-result-text {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1280px) {
	.single-result-text {
		font-size: 20px;
		line-height: 140%;
	}
}
.single-result-button {
	display: flex;
	align-items: center;
	font-family: "KarlaBold", sans-serif;
}
.single-result-button::before {
  content: "";
  margin-right: 0.5rem;
  margin-bottom: 1px;
  height: 0.75rem;
  width: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(30, 30, 30, var(--tw-bg-opacity));
}
.single-result-button a {
	text-transform: uppercase;
}

.search-result-empty {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

@media (min-width: 1280px) {
	.search-result-empty {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.trauerraum__sound-icon {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	height: 2rem;
	width: 2rem;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
}

@media (min-width: 768px) {
	.trauerraum__sound-icon {
		top: 2.5rem;
	}
	.trauerraum__sound-icon {
		right: 2.5rem;
	}
	.trauerraum__sound-icon {
		height: 3.5rem;
	}
	.trauerraum__sound-icon {
		width: 3.5rem;
	}
}

.trauerraum__sound-icon {
  background-image: url("assets/icons/volume-off.svg");
}
.trauerraum__sound-icon.sound-on {
  background-image: url("assets/icons/volume-on.svg");
}

.single-candle {
  display: none;
  width: 146px;
  height: 866px;
  overflow: hidden;
  box-sizing: border-box;
}
.banner_element {
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  position: absolute;
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
}

.smoothAni {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}

/* Custom CSS goes here */
.bg_img {
  background-image: url("assets/images/bg_img.jpg");
}

.candle_ani {
  background-image: url("assets/images/candle_ani_sprite.jpg");
}

.candle_flame {
  background-image: url("assets/images/candle_flame.png");
}

.main-wrap {
	position: absolute;
	bottom: 0px;
	left: 50%;
	max-width: 1280px;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-translate-x: -50%;
	overflow: hidden;
}

.candles__wrap {
	display: flex;
	justify-content: center;
}

.single-candle > * {
  pointer-events: none;
}
.single-candle[data-visible=true] {
  display: block;
}
.single-candle[data-lightenup=true] {
  cursor: url("assets/images/match.png"), auto;
}
.teaser-module__single-teaser .single-teaser__image {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}
.teaser-module__single-teaser .single-teaser__arrow {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}
.teaser-module__single-teaser:hover .single-teaser__image {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
}
.teaser-module__single-teaser:hover .single-teaser__arrow {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-translate-x: 0.625rem;
}
.hover\:bg-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hover\:bg-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(30, 30, 30, var(--tw-bg-opacity));
}
.hover\:text-\[\#808080\]:hover {
	--tw-text-opacity: 1;
	color: rgba(128, 128, 128, var(--tw-text-opacity));
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-black:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
@media (min-width: 640px) {
	.sm\:min-h-\[450px\] {
		min-height: 450px;
	}
	.sm\:w-1\/2 {
		width: 50%;
	}
	.sm\:p-3 {
		padding: 0.75rem;
	}
	.sm\:pb-\[500px\] {
		padding-bottom: 500px;
	}
	.sm\:pb-16 {
		padding-bottom: 4rem;
	}
}
@media (min-width: 768px) {
	.md\:aspect-w-1,
.md\:aspect-w-2,
.md\:aspect-w-3,
.md\:aspect-w-4,
.md\:aspect-w-5,
.md\:aspect-w-6,
.md\:aspect-w-7,
.md\:aspect-w-8,
.md\:aspect-w-9,
.md\:aspect-w-10,
.md\:aspect-w-11,
.md\:aspect-w-12,
.md\:aspect-w-13,
.md\:aspect-w-14,
.md\:aspect-w-15,
.md\:aspect-w-16 {
		position: relative;
		padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	}
	.md\:aspect-w-1 > *,
.md\:aspect-w-2 > *,
.md\:aspect-w-3 > *,
.md\:aspect-w-4 > *,
.md\:aspect-w-5 > *,
.md\:aspect-w-6 > *,
.md\:aspect-w-7 > *,
.md\:aspect-w-8 > *,
.md\:aspect-w-9 > *,
.md\:aspect-w-10 > *,
.md\:aspect-w-11 > *,
.md\:aspect-w-12 > *,
.md\:aspect-w-13 > *,
.md\:aspect-w-14 > *,
.md\:aspect-w-15 > *,
.md\:aspect-w-16 > * {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.md\:aspect-w-12 {
		--tw-aspect-w: 12;
	}
	.md\:aspect-h-3 {
		--tw-aspect-h: 3;
	}
	.md\:aspect-h-4 {
		--tw-aspect-h: 4;
	}
	.md\:aspect-h-5 {
		--tw-aspect-h: 5;
	}
	.md\:bottom-\[-22\%\] {
		bottom: -22%;
	}
	.md\:order-none {
		order: 0;
	}
	.md\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}
	.md\:mb-6 {
		margin-bottom: 1.5rem;
	}
	.md\:mb-24 {
		margin-bottom: 6rem;
	}
	.md\:mt-0 {
		margin-top: 0px;
	}
	.md\:mb-0 {
		margin-bottom: 0px;
	}
	.md\:mt-10 {
		margin-top: 2.5rem;
	}
	.md\:mt-20 {
		margin-top: 5rem;
	}
	.md\:mb-10 {
		margin-bottom: 2.5rem;
	}
	.md\:ml-0 {
		margin-left: 0px;
	}
	.md\:mb-3 {
		margin-bottom: 0.75rem;
	}
	.md\:h-\[410px\] {
		height: 410px;
	}
	.md\:w-1\/2 {
		width: 50%;
	}
	.md\:w-10\/12 {
		width: 83.333333%;
	}
	.md\:w-1\/4 {
		width: 25%;
	}
	.md\:w-auto {
		width: auto;
	}
	.md\:w-\[47\%\] {
		width: 47%;
	}
	.md\:w-\[190px\] {
		width: 190px;
	}
	.md\:w-\[410px\] {
		width: 410px;
	}
	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.md\:flex-row {
		flex-direction: row;
	}
	.md\:flex-row-reverse {
		flex-direction: row-reverse;
	}
	.md\:justify-end {
		justify-content: flex-end;
	}
	.md\:p-8 {
		padding: 2rem;
	}
	.md\:p-0 {
		padding: 0px;
	}
	.md\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}
	.md\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.md\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.md\:py-1\.5 {
		padding-top: 0.375rem;
		padding-bottom: 0.375rem;
	}
	.md\:py-1 {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}
	.md\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.md\:py-2\.5 {
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}
	.md\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.md\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.md\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.md\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.md\:px-14 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}
	.md\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	.md\:pt-24 {
		padding-top: 6rem;
	}
	.md\:pb-24 {
		padding-bottom: 6rem;
	}
	.md\:pr-14 {
		padding-right: 3.5rem;
	}
	.md\:pb-0 {
		padding-bottom: 0px;
	}
	.md\:pb-64 {
		padding-bottom: 16rem;
	}
	.md\:pb-\[600px\] {
		padding-bottom: 600px;
	}
	.md\:pt-10 {
		padding-top: 2.5rem;
	}
	.md\:pb-20 {
		padding-bottom: 5rem;
	}
	.md\:text-16px {
		font-size: 16px;
		line-height: 18px;
	}
	.md\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.md\:text-18px {
		font-size: 18px;
		line-height: 140%;
	}
	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}
@media (min-width: 1024px) {
	.lg\:grid {
		display: grid;
	}
	.lg\:min-h-\[550px\] {
		min-height: 550px;
	}
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lg\:py-3 {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
	.lg\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.lg\:pb-32 {
		padding-bottom: 8rem;
	}
}
@media (min-width: 1280px) {
	.xl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.xl\:rounded-2xl {
		border-radius: 1rem;
	}
	.xl\:p-12 {
		padding: 3rem;
	}
	.xl\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.xl\:pr-16 {
		padding-right: 4rem;
	}
	.xl\:pr-8 {
		padding-right: 2rem;
	}
	.xl\:pl-0 {
		padding-left: 0px;
	}
	.xl\:pr-10 {
		padding-right: 2.5rem;
	}
	.xl\:text-20px {
		font-size: 20px;
		line-height: 140%;
	}
	.xl\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.xl\:text-24px {
		font-size: 24px;
		line-height: 130%;
	}
}
@media (min-width: 1536px) {
	.\32xl\:ml-12 {
		margin-left: 3rem;
	}
	.\32xl\:w-3\/5 {
		width: 60%;
	}
	.\32xl\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.\32xl\:text-24px {
		font-size: 24px;
		line-height: 130%;
	}
}
@media (min-width: 1050px) {
	.\31 050px\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
}
