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

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

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

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

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

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

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

html {
  font-family: Interstate, sans-serif; /* 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: 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::-moz-placeholder, textarea::-moz-placeholder {
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  color: #a1a1aa;
}

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

.container {
  width: 100%;
}

@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;
  }
}

.youtube-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}

.youtube-container .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  height: auto
}

.youtube-container .embed-container iframe {
  position: absolute;
  width: 100%;
  height: 100%
}

.youtube-container img {
  width: 100%
}

.youtube-container.disabled:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.7;
  top: 0;
  left: 0;
}

.youtube-container .youtube-hint {
  display: none
}

.youtube-container.disabled .youtube-hint {
  display: inline-block;
  position: absolute;
  max-width: 400px;
  z-index: 1;
  font-size: 0.9rem;
  border: 2px solid #F2F2F2;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .youtube-container.disabled .youtube-hint {
    position: relative;
    max-width: 100%
  }
}

.youtube-container.disabled .youtube-hint .youtube-hint-text {
  background: #ffffff;
  padding: 20px
}

.youtube-container.disabled .youtube-hint .youtube-hint-text p {
  margin-top: 0
}

.youtube-container.disabled .youtube-hint .youtube-hint-link-container {
  margin: 5px 0
}

.youtube-container.disabled .youtube-hint .youtube-id {
  font-size: 0.75rem;
  text-align: right;
  margin-top: 5px
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

@font-face {
  font-family: "Interstate";

  src: url(../fonts/interstate-wgl-light.woff2) format("woff2"), url(../fonts/interstate-wgl-light.woff) format("woff");

  font-style: normal;

  font-weight: 300;

  font-display: auto
}

@font-face {
  font-family: "Interstate";

  src: url(../fonts/interstate-wgl-regular.woff2) format("woff2"), url(../fonts/interstate-wgl-regular.woff) format("woff");

  font-style: normal;

  font-weight: 400;

  font-display: auto
}

@font-face {
  font-family: "Interstate";

  src: url(../fonts/interstate-wgl-bold.woff2) format("woff2"), url(../fonts/interstate-wgl-bold.woff) format("woff");

  font-style: normal;

  font-weight: 700;

  font-display: auto
}

@font-face {
  font-family: "tp-icon";

  src: url("../fonts/tp-icons.woff2?bf8fc4f8cfa31e549fcc05ae59d03bf1") format("woff2"), url("../fonts/tp-icons.woff?bf8fc4f8cfa31e549fcc05ae59d03bf1") format("woff"), url("../fonts/tp-icons.ttf?bf8fc4f8cfa31e549fcc05ae59d03bf1") format("truetype"), url("../fonts/tp-icons.svg?bf8fc4f8cfa31e549fcc05ae59d03bf1#icons") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

.st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #27386A;
}

.st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #D1B476;
}

.tchibo-logo {
  width: 110px;
  height: 61px;
  padding-top: 26px;
  padding-bottom: 10px;
}

/* Margin Tops */

.mt_none {
  margin-top: 0px
}

.mt_xsmall {
  margin-top: 0.25rem
}

.mt_small {
  margin-top: 1rem
}

.mt_medium {
  margin-top: 2rem
}

.mt_large {
  margin-top: 4rem
}

.mt_xlarge {
  margin-top: 6rem
}

/* Margin Bottoms */

.mb_none {
  margin-bottom: 0px
}

.mb_xsmall {
  margin-bottom: 0.25rem
}

.mb_small {
  margin-bottom: 1rem
}

.mb_medium {
  margin-bottom: 2rem
}

.mb_large {
  margin-bottom: 4rem
}

.mb_xlarge {
  margin-bottom: 6rem
}

/* Padding Tops */

.pt_none {
  padding-top: 0px
}

.pt_xsmall {
  padding-top: 0.25rem
}

.pt_small {
  padding-top: 1rem
}

.pt_medium {
  padding-top: 2rem
}

.pt_large {
  padding-top: 4rem
}

.pt_xlarge {
  padding-top: 6rem
}

/* Padding Bottoms */

.pb_none {
  padding-bottom: 0px
}

.pb_xsmall {
  padding-bottom: 0.25rem
}

.pb_small {
  padding-bottom: 1rem
}

.pb_medium {
  padding-bottom: 2rem
}

.pb_large {
  padding-bottom: 4rem
}

.pb_xlarge {
  padding-bottom: 6rem
}

@media (min-width: 768px) {
  /* Margin Tops */

  .mt_xsmall {
    margin-top: 0.5rem
  }

  .mt_small {
    margin-top: 1.5rem
  }

  .mt_medium {
    margin-top: 3rem
  }

  .mt_large {
    margin-top: 6rem
  }

  .mt_xlarge {
    margin-top: 8rem
  }

  .mb_xsmall {
    margin-bottom: 0.5rem
  }

  .mb_small {
    margin-bottom: 1.5rem
  }

  .mb_medium {
    margin-bottom: 3rem
  }

  .mb_large {
    margin-bottom: 6rem
  }

  .mb_xlarge {
    margin-bottom: 8rem
  }

  .pt_xsmall {
    padding-top: 0.5rem
  }

  .pt_small {
    padding-top: 1.5rem
  }

  .pt_medium {
    padding-top: 3rem
  }

  .pt_large {
    padding-top: 6rem
  }

  .pt_xlarge {
    padding-top: 8rem
  }

  .pb_xsmall {
    padding-bottom: 0.5rem
  }

  .pb_small {
    padding-bottom: 1.5rem
  }

  .pb_medium {
    padding-bottom: 3rem
  }

  .pb_large {
    padding-bottom: 6rem
  }

  .pb_xlarge {
    padding-bottom: 8rem
  }
}

@media (min-width: 1024px) {
  /* Margin Tops */

  .mt_xsmall {
    margin-top: 0.75rem
  }

  .mt_small {
    margin-top: 2rem
  }

  .mt_medium {
    margin-top: 4rem
  }

  .mt_large {
    margin-top: 8rem
  }

  .mt_xlarge {
    margin-top: 12rem
  }

  .mb_xsmall {
    margin-bottom: 0.75rem
  }

  .mb_small {
    margin-bottom: 2rem
  }

  .mb_medium {
    margin-bottom: 4rem
  }

  .mb_large {
    margin-bottom: 8rem
  }

  .mb_xlarge {
    margin-bottom: 12rem
  }

  .pt_xsmall {
    padding-top: 0.75rem
  }

  .pt_small {
    padding-top: 2rem
  }

  .pt_medium {
    padding-top: 4rem
  }

  .pt_large {
    padding-top: 8rem
  }

  .pt_xlarge {
    padding-top: 12rem
  }

  .pb_xsmall {
    padding-bottom: 0.75rem
  }

  .pb_small {
    padding-bottom: 2rem
  }

  .pb_medium {
    padding-bottom: 4rem
  }

  .pb_large {
    padding-bottom: 8rem
  }

  .pb_xlarge {
    padding-bottom: 12rem
  }
}

@media only screen and (min-width: 760px) {
  .tchibo-logo {
    width: 120px;
    height: 70px;
    padding-top: 32px;
  }
}

.dev-children-padding>*, .dev-spacing {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

main {
  min-height: 80vh;
}

main>*:first-child {
  margin-top: 0;
}

html, body {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

b,
strong {
  font-weight: 700;
}

figure img {
  width: 100%;
}

header {
  z-index: 999;
}

footer {
  background: #f6f6f6;
}

.inner-content {
  /* overflow: hidden; */
}

.special-acc-panel section div.inner-content > div {
  padding: 0;
}

.inner-content > div {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.inner-content > div.no-padding {
  padding-left: 0px;
  padding-right: 0px
}

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

.outer-content-left .block-type-myimage figure img,
.outer-content-right .block-type-myimage figure img,
.block-type-tablebuilder figure img {
  width: 100%;
}

.column + .column {
  padding-top: 1rem
}

@media only screen and (min-width: 1024px) {
  .column + .column {
    padding-top: 0px
  }

  .outer-content-left > div:first-child {
    padding-left: 0px;
  }

  .outer-content-right > div:last-child {
    padding-right: 0px;
  }

  figure img {
    width: auto;
  }
}

@media only screen and (min-width: 1280px) {
  /* RECHTS bis zum Rand */

  .inner-content.outer-content-right:not(.outer-content-left) > div.lg\:w-6\/12:first-child {
    left: calc(50% - 640px);
    padding-right: calc(50% - 640px + 2.5rem);
    position: relative;
  }

  .inner-content.outer-p0.outer-content-right:not(.outer-content-left) > div.lg\:w-6\/12:last-child {
    padding: 0;
  }

  .inner-content.outer-content-right:not(.outer-content-left) > div.lg\:w-8\/12:first-child {
    left: calc(50% - 640px);
    padding-right: calc(50% - 640px + 2.5rem);
    position: relative;
  }

  /* Links bis zum Rand */

  .inner-content.outer-p0.outer-content-left:not(.outer-content-right) > div.lg\:w-6\/12:first-child {
    padding: 0;
  }

  .inner-content.outer-content-left:not(.outer-content-right) > div.lg\:w-6\/12:first-child + div {
    padding-left: 2.5rem;
  }

  .inner-content.outer-content-left:not(.outer-content-right) > div.lg\:w-6\/12:last-child {
    max-width: 640px;
  }
}

/* main>section.hero-slider:first-child+section {
  @apply mt-32
} */

main>.hero-slider:first-child {
  z-index: 50
}

main>section:first-child:not(.hero-slider) {
  z-index: 30
}

p, table, figcaption {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.25;
}

h1, h2 {
  font-size: 1.875rem;
  line-height: 2.25rem
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem
}

h4 {
  font-size: 1.125rem;
  line-height: 1.75rem
}

h5 {
  font-size: 1.125rem;
  line-height: 1.75rem
}

h6 {
  font-size: 1.125rem;
  line-height: 1.75rem
}

@media only screen and (min-width: 760px) {
  p, table, figcaption {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  h1, h2 {
    font-size: 3.75rem;
    line-height: 1
  }

  h3 {
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  h4 {
    font-size: 1.875rem;
    line-height: 2.25rem
  }

  h5 {
    font-size: 1.5rem;
    line-height: 2rem
  }

  h6 {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}

p a {
  text-decoration: underline;
}

.block-type-text p + p {
  padding-top: 1.5rem
}

.hero-slider.h-md,
.hero-slider .h-md {
  height: 600px;
}

.hero-slider.h-sm,
.hero-slider .h-sm {
  height: 400px;
}

.hero-footer-nav {
  padding-left: 6.5rem;
}

.block-type-list ul {
  display: inline-block;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 1rem
}

.block-type-list ol {
  display: inline-block;
  list-style-position: outside;
  list-style-type: decimal;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 1rem
}

/* .block-type-list ol:after,
.block-type-list ul:after {
  content: "\a";
  white-space: pre;
} */

.mod-txt .medium-left {
  float: left;
  margin-bottom: 0.5rem;
  margin-right: 2rem
}

.mod-txt .medium-right {
  float: right;
  margin-bottom: 0.5rem;
  margin-left: 2rem
}

.mod-txt .video {
  position: relative;
}

.mod-txt .video.w-1\/2 {
  padding-bottom: 28%;
}

.mod-txt .video.w-1\/3 {
  padding-bottom: 19%;
}

.mod-txt .video.w-1\/4 {
  padding-bottom: 14%;
}

.mod-txt .video.w-2\/3 {
  padding-bottom: 38%;
}

.mod-txt .video.w-3\/4 {
  padding-bottom: 42%;
}

.mod-txt .video.w-1\/1 {
  padding-bottom: 56%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-radius: 0.25rem;
  border-width: 1px;
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none
}

.btn-border-0 {
  border-width: 0px;
}

.btn-border-1 {
  border-width: 1px;
}

.btn-border-2 {
  border-width: 2px;
}

.btn-border-3 {
  border-width: 3px;
}

.btn-border-4 {
  border-width: 4px;
}

.btn-border-5 {
  border-width: 5px;
}

.btn-white {
  background-color: transparent;
  border-width: 2px
}

.btn-dark {
  border-color: #21292F;
  color: #21292F;
  background-color: transparent;
  border-width: 2px
}

/* TABLE MODUL */

table * {
  margin-bottom: 0px
}

table td {
  vertical-align: top;
}

table td p+p {
  padding-top: 1.25rem;
}

.mod-txt table td ul,
.mod-txt table td ol {
  margin-left: 0;
  margin-bottom: 0;
}

/* .mod-txt table ol:after,
.mod-txt table ul:after {
  content: "";
  white-space: normal;
} */

table * {
  padding: 0px
}

table th {
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity))
}

table td {
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity))
}

table td a {
  text-decoration: underline;
}

table td img,
table th img {
  max-width: none;
  display: inline-block;
}

.mod-txt table td code,
.mod-txt table th code {
  display: none;
}

.mod-txt table td .info,
.mod-txt table th .info {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #64696D;
  border-radius: 10px;
  background: #fff;
  margin-left: 6px;
  padding: 1px 0;
  font-family: 'Consolas', 'Courier New', monospace;
  color: #64696D;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  line-height: 16px;
  cursor: help;
  z-index: 20;
}

.mod-txt table td .info:hover,
.mod-txt table th .info:hover {
  z-index: 9999;
}

table.box-spacing {
  border-spacing: 4px 0;
  border-collapse: separate;
}

table.small th, table.small td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

table.underlined tr td {
  border-bottom: 1px solid #d2d4d5;
}

table.underlined tr th {
  border-bottom: 2px solid #21292f;
}

table.striped tr:nth-child(odd) td {
  background: #eee;
}

table.big-header tr th {
  font-size: 2rem;
  padding: 2rem;
}

/* MODULS */

.hero-headline span {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(113, 156, 111, var(--tw-text-opacity))
}

#herologo~div.textblock {
  margin-top: -5rem
}

.grid-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.mod-txt-img .h-400 {
  height: 300px;
}

.modal {
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  width: 90%;
  display: none !important;
  box-shadow: 0 3px 5px #0005;
  border: 5px solid #fff;
  max-width: 1280px;
  background: #fff;
  max-height: 90%;
  overflow-y: scroll;
}

.modal.open {
  display: block !important;
}

.modal .close {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: -1px;
  font-size: 24px;
  color: #333;
  background: #fff;
  cursor: pointer;
  outline: none;
  z-index: 100;
  padding: 0 10px;
}

.modal-background {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  display: block;
  background: rgba(0, 0, 0, 0.2);
}

.modal .image-container {
  display: none;
}

.special-acc-panel section div.modal .block-type-heading, .special-acc-panel section div.modal .block-type-text {
  padding: 0;
}

.modal .block-type-heading, .modal .block-type-text {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.mod-txt-img.top-400.modal {
  margin-top: 0;
}

.mod-txt-img>div>div:first-child+.text-padding, .mod-txt-img>div>.text-padding:first-child {
  padding: 0px;
}

@media only screen and (max-width: 999px) {
  .mod-txt-img>div>div:first-child+.text-padding,
  .mod-txt-img>div>.text-padding:first-child {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .mod-txt-img,
  .kill-min-height {
    min-height: 0 !important;
  }

  .mod-txt-img .img-right-top {
    top: 0;
  }

  .mod-txt-img.top-400 {
    padding-top: 300px;
  }

  .mod-txt-img.top-400.modal {
    margin-top: 0;
  }
}

@media only screen and (min-width: 760px) {
  .mod-txt-img>div>div:first-child+.text-padding, .mod-txt-img>div>.text-padding:first-child {
    padding: 3rem;
  }

  .mod-txt-img .img-right-top {
    top: 0px;
  }

  /* main>section.hero-slider:first-child+section.mod-txt-img.top-400 {
    margin-top: calc(400px + 12rem);
  } */

  .mod-txt-img.top-400 {
    padding-top: 400px;
  }

  .mod-txt-img .h-400 {
    height: 400px;
  }
}

@media only screen and (min-width: 1000px) {
  .modal .image-container {
    display: block;
  }

  .xl\:w-2\/3-special {
    width: calc(((100vw - 1280px) / 2) + 826px);
  }

  .xl\:w-1\/3-special {
    width: calc(((100vw - 1280px) / 2) + 422px);
  }

  .modal .xl\:w-2\/3-special {
    width: 66.6666%;
  }

  .modal .xl\:w-1\/3-special {
    width: 33.3333%;
  }

  .mod-txt-img.top-400 {
    padding-top: 0;
  }

  .mod-txt-img .h-400 {
    height: 100%;
  }

  .mod-txt-img .img-right-top {
    top: 0;
  }

  .mod-txt-img .h-400.h-set-auto {
    height: auto;
  }

  .mod-txt-img>div>div:first-child+.text-padding, .mod-txt-img>div>.text-padding:first-child {
    padding: 3rem;
  }

  .mod-txt-img>div>div.text-padding:first-child {
    padding-left: 0;
  }
}

/* TEASER */

figure.teaser {
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #000000;
  text-align: center;
}

figure.teaser.white {
  background: #fff;
  color: #21292F;
}

figure.teaser * {
  box-sizing: padding-box;
  transition: all 0.6s ease-out;
}

figure.teaser.none img {
  opacity: 1;
}

figure.teaser img {
  opacity: .8;
  width: 100%;
}

figure.teaser figcaption {
  top: 50%;
  left: 40px;
  right: 40px;
  position: absolute;
  transform: translateY(-50%);
}

figure.teaser h4 {
  top: 50%;
  left: 40px;
  right: 40px;
  position: absolute;
  margin: 0;
  color: #fff;
  transform: translateY(-50%);
  opacity: 1;
}

figure.teaser figcaption h5 {
  position: relative;
  margin: 0;
  color: #fff;
  transform: translateY(50%);
  margin-bottom: 10px;
  opacity: 0;
  transform: scale(0.7);
}

figure.teaser.white figcaption h5 {
  color: #21292F;
}

figure.teaser figcaption p {
  opacity: 0;
  margin: 0;
  transform: translateY(50%);
  font-size: 0.875rem;
  line-height: 1.25rem
}

figure.teaser:before,
figure.teaser:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s;
}

figure.teaser a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.teaser:hover img,
figure.teaser.hover img {
  opacity: 0.2;
  transform: scale(1.1);
}

figure.teaser:hover figcaption h5,
figure.teaser.hover figcaption h5,
figure.teaser:hover figcaption p,
figure.teaser.hover figcaption p {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0);
  transition-delay: 0.3s;
  transform: translateY(0);
}

figure.teaser:hover figcaption h5,
figure.teaser.hover figcaption h5 {
  transform: scale(1);
}

figure.teaser:hover h4,
figure.teaser.hover h4 {
  opacity: 0;
  transform: translateY(-200%);
  transform: scale(0.7);
}

figure.teaser:hover:before,
figure.teaser.hover:before,
figure.teaser:hover:after,
figure.teaser.hover:after {
  opacity: 0.2;
  transform: scale(1);
}

/* .process-list */

.mod-process .process-list {
  flex-direction: column
}

.mod-process .process-list, .mod-process .process-list.vertical {
  flex-direction: column;
}

.mod-process .process-list li,
.mod-process .process-list.vertical li {
  margin-bottom: 20px;
}

.mod-process .process-list img,
.mod-process .process-list .big-icon,
.mod-process .process-list.vertical img,
.mod-process .process-list.vertical .big-icon {
  float: left;
  position: relative;
  margin-bottom: 16px;
}

.mod-process .process-list li .arrow,
.mod-process .process-list.vertical li .arrow {
  position: absolute;
  bottom: -15px;
  left: 65px;
  top: auto;
  right: auto;
  transform: rotate(90deg);
}

.mod-process .process-list .headline,
.mod-process .process-list p,
.mod-process .process-list.vertical .headline,
.mod-process .process-list.vertical p {
  max-width: 100%;
  text-align: left;
  float: none;
  padding-left: 150px;
}

.mod-process .process-list .headline, .mod-process .process-list.vertical .headline {
  line-height: 1.25;
  padding-top: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.mod-process .process-list li img {
  display: block;
  width: 125px;
  border-radius: 50%;
  border: solid 5px #CFCFCF;
}

.mod-process .process-list li:last-child:after,
.mod-process .process-list.circle li:after {
  content: "";
}

.mod-process .process-list li img:after {
  content: "\f272";
  font-family: "tp-icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  top: 50%;
  right: 50%;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  display: block;
  position: absolute;
  text-decoration: inherit;
  width: 1em;
}

@media only screen and (min-width: 1000px) {
  .mod-process .process-list {
    flex-direction: row
  }

  .mod-process .process-list p {
    display: none;
  }

  .mod-process .process-list .headline {
    max-width: 125px;
    text-align: center;
    float: none;
    padding-left: 0;
  }

  .mod-process .process-list li .arrow {
    position: absolute;
    top: 55px;
    right: -12px;
    bottom: auto;
    left: auto;
    transform: rotate(0deg);
  }
}

/* waves */

@media only screen and (min-width: 1000px) {
  .mod-process .process-list.waves li:nth-child(4n + 1) {
    margin-top: 60px
  }

  .mod-process .process-list.waves li:nth-of-type(2),
  .mod-process .process-list.waves li:nth-of-type(4) {
    margin-top: 30px
  }

  .mod-process .process-list.waves li:nth-of-type(6),
  .mod-process .process-list.waves li:nth-of-type(8) {
    margin-top: 90px
  }

  .mod-process .process-list.waves li:nth-of-type(7) {
    margin-top: 120px
  }
}

.mod-process .big-icon {
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: solid 5px #CFCFCF;
}

.mod-process .big-icon:before {
  font-size: 82px;
  margin-top: 16px;
  color: #fff;
  color: var(--myIconColor, #fff);
}

/* circle */

@media only screen and (min-width: 700px) {
  .mod-process .process-list.circle {
    flex-direction: row
  }

  .mod-process .process-list.circle p {
    display: none;
  }

  .mod-process .process-list.circle .headline {
    max-width: 125px;
    text-align: center;
    float: none;
    padding-left: 0;
  }

  .mod-process .process-list.circle li .arrow {
    position: absolute;
    top: 55px;
    right: -12px;
    bottom: auto;
    left: auto;
    transform: rotate(0deg);
  }

  .mod-process .process-list.circle {
    position: relative;
    height: 550px;
    width: 550px;
    border-radius: 50%;
    list-style: none;
    margin: 0 auto 10em;
    padding: 0;
    border: solid 2px #E2E2E2;
    top: 5em;
  }

  .mod-process .process-list.circle>* {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -72px;
  }

  .mod-process .process-list.circle .arrow {
    display: none;
  }

  /* items 4 */

  /* items 8 */

  .mod-process .process-list.circle.items-4>li:nth-of-type(1) {
    transform: rotate(270deg) translate(275px) rotate(-270deg);
  }

  .mod-process .process-list.circle.items-4>li:nth-of-type(2) {
    transform: rotate(0deg) translate(275px) rotate(0deg);
  }

  .mod-process .process-list.circle.items-4>li:nth-of-type(3) {
    transform: rotate(90deg) translate(275px) rotate(-90deg);
  }

  .mod-process .process-list.circle.items-4>li:nth-of-type(4) {
    transform: rotate(180deg) translate(275px) rotate(-180deg);
  }

  /* items 5 */

  .mod-process .process-list.circle.items-5>li:nth-of-type(1) {
    transform: rotate(216deg) translate(275px) rotate(-216deg);
  }

  .mod-process .process-list.circle.items-5>li:nth-of-type(2) {
    transform: rotate(288deg) translate(275px) rotate(-288deg);
  }

  .mod-process .process-list.circle.items-5>li:nth-of-type(3) {
    transform: rotate(0deg) translate(275px) rotate(0deg);
  }

  .mod-process .process-list.circle.items-5>li:nth-of-type(4) {
    transform: rotate(72deg) translate(275px) rotate(-72deg);
  }

  .mod-process .process-list.circle.items-5>li:nth-of-type(5) {
    transform: rotate(144deg) translate(275px) rotate(-144deg);
  }

  /* items 6 */

  .mod-process .process-list.circle.items-6>li:nth-of-type(1) {
    transform: rotate(240deg) translate(275px) rotate(-240deg);
  }

  .mod-process .process-list.circle.items-6>li:nth-of-type(2) {
    transform: rotate(300deg) translate(275px) rotate(-300deg);
  }

  .mod-process .process-list.circle.items-6>li:nth-of-type(3) {
    transform: rotate(0deg) translate(275px) rotate(0deg);
  }

  .mod-process .process-list.circle.items-6>li:nth-of-type(4) {
    transform: rotate(60deg) translate(275px) rotate(-60deg);
  }

  .mod-process .process-list.circle.items-6>li:nth-of-type(5) {
    transform: rotate(120deg) translate(275px) rotate(-120deg);
  }

  .mod-process .process-list.circle.items-6>li:nth-of-type(6) {
    transform: rotate(180deg) translate(275px) rotate(-180deg);
  }

  /* items 7 */

  .mod-process .process-list.circle.items-7>li:nth-of-type(1) {
    transform: rotate(257deg) translate(275px) rotate(-257deg);
  }

  .mod-process .process-list.circle.items-7>li:nth-of-type(2) {
    transform: rotate(309deg) translate(275px) rotate(-309deg);
  }

  .mod-process .process-list.circle.items-7>li:nth-of-type(3) {
    transform: rotate(0deg) translate(275px) rotate(0deg);
  }

  .mod-process .process-list.circle.items-7>li:nth-of-type(4) {
    transform: rotate(51deg) translate(275px) rotate(-51deg);
  }

  .mod-process .process-list.circle.items-7>li:nth-of-type(5) {
    transform: rotate(102deg) translate(275px) rotate(-102deg);
  }

  .mod-process .process-list.circle.items-7>li:nth-of-type(6) {
    transform: rotate(154deg) translate(275px) rotate(-154deg);
  }

  .mod-process .process-list.circle.items-7>li:nth-of-type(7) {
    transform: rotate(206deg) translate(275px) rotate(-206deg);
  }

  /* items 8 */

  .mod-process .process-list.circle.items-8>li:nth-of-type(1) {
    transform: rotate(270deg) translate(275px) rotate(-270deg);
  }

  .mod-process .process-list.circle.items-8>li:nth-of-type(2) {
    transform: rotate(315deg) translate(275px) rotate(-315deg);
  }

  .mod-process .process-list.circle.items-8>li:nth-of-type(3) {
    transform: rotate(0deg) translate(275px) rotate(0deg);
  }

  .mod-process .process-list.circle.items-8>li:nth-of-type(4) {
    transform: rotate(45deg) translate(275px) rotate(-45deg);
  }

  .mod-process .process-list.circle.items-8>li:nth-of-type(5) {
    transform: rotate(90deg) translate(275px) rotate(-90deg);
  }

  .mod-process .process-list.circle.items-8>li:nth-of-type(6) {
    transform: rotate(135deg) translate(275px) rotate(-135deg);
  }

  .mod-process .process-list.circle.items-8>li:nth-of-type(7) {
    transform: rotate(180deg) translate(275px) rotate(-180deg);
  }

  .mod-process .process-list.circle.items-8>li:nth-of-type(8) {
    transform: rotate(225deg) translate(275px) rotate(-225deg);
  }

  .mod-process .process-list.circle.hover-text p {
    display: none;
  }
}

/* TYPEWRITER */

.typewriter h2 span {
  border-right: .075em solid;
  -webkit-animation: caret 1s steps(1) infinite;
          animation: caret 1s steps(1) infinite;
}

@-webkit-keyframes caret {
  50% {
    border-color: transparent;
  }
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}

.scroll-btn {
  -webkit-animation: scrollBounce 850ms alternate infinite;
  animation: scrollBounce 850ms alternate infinite;
  display: inline-block;
  position: absolute;
  line-height: 1em;
  margin-left: -9px;
  bottom: 20px;
  z-index: 4;
  left: 50%;
}

.scroll-btn .icon {
  display: inline-block;
  border: 2px solid #000;
  position: relative;
  border-radius: 15px;
  line-height: 1em;
  height: 32px;
  width: 19px;
}

.scroll-btn .icon:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  height: 6px;
  width: 4px;
  background: #000;
  border-radius: 50%;
  transform: translateX(-50%);
}

.scroll-btn .icon:after {
  display: inline-block;
  content: "";
  position: absolute;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  bottom: -12px;
  left: 3px;
  transform: translateY(3px) rotate(45deg);
  -webkit-transform: translateY(3px) rotate(45deg);
  -webkit-animation: ChevronAnimation 850ms alternate infinite;
  animation: ChevronAnimation 850ms alternate infinite;
}

.scroll-btn:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes scrollBounce {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-12.5px);
  }
}

@keyframes scrollBounce {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-12.5px);
  }
}

@-webkit-keyframes ChevronAnimation {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes ChevronAnimation {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

/* ACCORDION */

.acc-title,
.special-acc-title {
  cursor: pointer;
  padding: 0.75rem 3rem 0.75rem 1rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  transition: 0.4s;
  border-bottom: 1px solid #000;
  position: relative;
}

.special-acc-title {
  border-bottom: 1px solid #B1B3B5;
}

.acc-title:after,
.special-acc-title:after {
  content: "\f270";
  font-family: "tp-icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  top: 12px;
  right: 12px;
}

.acc-title:after, .special-acc-title:after {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.acc-title:after,
.special-acc-title:after {
  display: block;
  position: absolute;
  text-decoration: inherit;
  width: 1em;
  transition: transform .4s ease-in-out;
}

.acc-title.active,
.special-acc-title.active {
  border-bottom: 1px solid #21292F;
}

.acc-title.active:after,
.special-acc-title.active:after {
  /* content: "\f273"; */
  transform: rotate(180deg) translate(3px, 0px);
}

.acc-panel {
  padding: 0 1rem;
  /* background-color: white; */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.acc-panel *:first-child {
  padding-top: 1rem;
}

.acc-panel *:last-child {
  padding-bottom: 1rem;
  margin: 0;
}

.acc-highlight .acc-title,
.acc-highlight .special-acc-title {
  border: 1px solid #E2E2E2;
  margin-top: 5px;
}

.acc-highlight .acc-title:first-child,
.acc-highlight .special-acc-title:first-child {
  margin-top: 0;
}

.acc-highlight .acc-title.active, .acc-highlight .special-acc-title.active {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 156, 111, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.acc-highlight .acc-title.active:after, .acc-highlight .special-acc-title.active:after {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.acc-highlight .active+.acc-panel {
  border: 1px solid #E2E2E2;
  background: #F8F6F2;
  border-top: 0;
}

/* NEWS */

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

.news-nav li {
  padding-bottom: 2px;
  float: left;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-right: 1.5rem
}

.news-nav li a {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.news-nav li.is-active {
  padding-bottom: 0;
  border-bottom: 2px solid #719C6F;
}

.news-grid {
  top: 16px;
}

.news-grid:after {
  content: '';
  display: block;
  clear: both;
}

.news-grid .grid-sizer,
.news-grid .grid-item {
  width: 100%;
}

.news-grid .grid-item .img-wrapper:hover .text-overlay {
  opacity: .85;
}

.news-grid .grid-item .img-wrapper:hover .news-headline h6 {
  /* transform: translateY(200%);
  opacity: 0; */
  color: #64696D;
}

@media only screen and (min-width: 760px) {
  .news-grid .grid-sizer,
  .news-grid .grid-item {
    width: 50%;
  }
}

@media only screen and (min-width: 1000px) {
  .news-grid .grid-sizer,
  .news-grid .grid-item {
    width: 33.33%;
  }
}

.news-grid .grid-item {
  float: left;
}

.overlayBg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100vw;
  height: 100vh;
  display: none;
}

.overlayBg.open {
  display: block;
  background: rgba(0, 0, 0, .8);
}

/* BREADCRUMB */

.breadcrumb li:before {
  content: "/";
  display: inline-block;
  padding: 0 6px;
}

.breadcrumb li:first-child:before {
  content: "";
  display: none;
}

/* NAVIGATION */

.mob-nav {
  display: block;
  right: 40px;
  top: 42px;
  position: absolute;
  z-index: 100;
}

.mob-nav .open-closer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  cursor: pointer;
}

.mob-nav span {
  display: block;
  width: 100%;
  border-radius: 1px;
  height: 4px;
  background: #21292F;
  transition: all .3s;
  position: relative;
}

.mob-nav span+span {
  margin-top: 6px;
}

.mob-nav-open .mob-nav span {
  background: #fff;
}

.mob-nav-open .mob-nav span:nth-child(1) {
  -webkit-animation: ease .7s top forwards;
          animation: ease .7s top forwards;
}

.mob-nav span:nth-child(1) {
  -webkit-animation: ease .7s top-2 forwards;
          animation: ease .7s top-2 forwards;
}

.mob-nav-open .mob-nav span:nth-child(2) {
  -webkit-animation: ease .7s scaled forwards;
          animation: ease .7s scaled forwards;
}

.mob-nav span:nth-child(2) {
  -webkit-animation: ease .7s scaled-2 forwards;
          animation: ease .7s scaled-2 forwards;
}

.mob-nav-open .mob-nav span:nth-child(3) {
  -webkit-animation: ease .7s bottom forwards;
          animation: ease .7s bottom forwards;
}

.mob-nav span:nth-child(3) {
  -webkit-animation: ease .7s bottom-2 forwards;
          animation: ease .7s bottom-2 forwards;
}

@-webkit-keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: 10px;
    transform: rotate(0);
  }

  100% {
    top: 10px;
    transform: rotate(45deg);
  }
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: 10px;
    transform: rotate(0);
  }

  100% {
    top: 10px;
    transform: rotate(45deg);
  }
}

@-webkit-keyframes top-2 {
  0% {
    top: 10px;
    transform: rotate(45deg);
  }

  50% {
    top: 10px;
    transform: rotate(0deg);
  }

  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes top-2 {
  0% {
    top: 10px;
    transform: rotate(45deg);
  }

  50% {
    top: 10px;
    transform: rotate(0deg);
  }

  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@-webkit-keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }

  50% {
    bottom: 10px;
    transform: rotate(0);
  }

  100% {
    bottom: 10px;
    transform: rotate(135deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }

  50% {
    bottom: 10px;
    transform: rotate(0);
  }

  100% {
    bottom: 10px;
    transform: rotate(135deg);
  }
}

@-webkit-keyframes bottom-2 {
  0% {
    bottom: 10px;
    transform: rotate(135deg);
  }

  50% {
    bottom: 10px;
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 10px;
    transform: rotate(135deg);
  }

  50% {
    bottom: 10px;
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@-webkit-keyframes scaled {
  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(0);
  }
}

@-webkit-keyframes scaled-2 {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.nav-container {
  overflow: hidden;
  width: 100vw;
  height: 100%;
  position: fixed;
  top: -105vh;
  transition: top 1s ease-in-out;
  left: 0;
}

.nav-container:before {
  content: '';
  background: rgba(0, 0, 0, .85);
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.mob-nav-open .nav-container {
  top: 0;
}

.mob-nav-open .nav {
  top: 0;
  transition: all 1s ease-in-out;
}

.nav {
  padding-top: 81px;
  position: absolute;
  z-index: 20;
  left: 0;
  top: -105vh;
  width: 200vw;
  height: 100vh;
  transition: top 1s ease-in-out;
  overflow-x: hidden;
}

.nav.showSecondLevel {
  left: -100vw;
}

.nav li {
  /* width: 100%;   */
  color: #fff;
  padding: 0;
  width: 100vw;
}

.nav li a,
.nav li span {
  padding: 1rem 1.5rem;
  display: inline-block;
  width: 100%;
}

.nav li.back a {
  padding: 1.75rem 1.5rem 1.5rem;
  display: inline-block;
  width: 100%;
  border: none !important;
}

.nav .category {
  background: rgba(255, 255, 255, .9);
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.nav .overview {
  border-bottom: 1px solid #fff;
  margin-bottom: 16px;
}

.nav .submenu {
  left: 200vw;
  position: absolute;
  width: 100vw;
  top: 0;
  transition: left .7s ease-in-out;
  overflow: hidden;
  padding-top: 6px;
}

.nav .submenu>li>a {
  /* border-top: 1px solid rgba(255,255,255,.5); */
}

.nav .subsubmenu {
  font-size: 14px;
  padding-left: 16px;
  border-top: 1px solid rgba(255, 255, 255, .5);
}

.nav>li>a {
  border-left: 4px solid transparent;
}

.nav>li>a.active {
  border-left: 4px solid #fff;
}

.nav li.li-active .submenu {
  transition: left .7s ease-in-out;
  left: 100vw;
}

@media only screen and (min-width: 750px) {
  .nav-container {
    width: 50vw;
    left: 50vw;
  }

  .nav-container:before {
    width: 50%;
  }

  .nav {
    width: 100vw;
  }

  .nav.showSecondLevel {
    left: -50vw;
  }

  .nav .submenu {
    left: 100vw;
  }

  .nav li.li-active .submenu {
    left: 50vw;
  }

  .mob-nav {
    top: 52px;
  }
}

@media only screen and (min-width: 1024px) {
  .nav-container {
    width: auto;
    position: relative;
    left: 0;
    top: 0;
  }

  .nav-container:before {
    display: none;
  }

  .nav.showSecondLevel {
    left: 0;
  }

  .mob-nav {
    display: none;
  }

  .nav {
    padding-top: 0;
    position: fixed;
    z-index: 20;
    background: transparent;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    padding-left: 0.75rem;
  }

  .nav li {
    width: auto;
    color: #64696D;
    color: rgba(100, 105, 109, var(--text-opacity));
    margin: 2.5em 0.75rem 0 0.75rem;
    padding-bottom: 1rem;
  }

  .nav li a {
    padding: 0;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    width: auto;
    padding-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .nav>li>a:hover, .nav>li>a.active {
    padding-bottom: 0.25rem;
  }

  .nav>li>a:hover,
  .nav>li>a.active {
    border-bottom: 1px solid #64696D;
    border-left: 0;
  }

  .nav .submenu {
    display: none !important;
  }

  .nav.showSecondLevel>li>a {
    display: block;
  }

  .nav>li>a,
  .nav>li>a.active {
    border-left: none;
  }
}

.super-menu.active {
  display: block;
}

.super-menu-container {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.menu-container>ul>li>a {
  border-bottom: 1px solid #21292F;
  width: 100%;
  display: inline-block;
}

.menu-container>ul>li>a img {
  padding-top: 6px;
  border-top-width: 1px;
  border-color: #21292F;
}

.menu-container>ul>li ul a {
  font-weight: 300;
  font-size: 14px;
  padding: 4px 0;
  display: inline-block;
}

.menu-container>ul>li ul a:hover,
.menu-container>ul>li ul a.active {
  border-bottom: 1px solid #21292F;
  padding-bottom: 3px;
}

.menu-container>ul>li ul {
  padding-top: 6px;
}

.menu-container li {
  padding-right: 2.25rem;
}

/* imagemarker */

.mod-imagemarker .imagecontainer {
  margin-top: 3rem;
}

.mod-imagemarker h2 {
  padding-bottom: 0.75rem;
}

.mod-imagemarker .imagecontainer .marker.pin {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-bottom-left-radius: 0;
  transform-origin: bottom left;
  transition: width .15s ease-out, height .15s ease-out, transform .15s ease-out;
  transform: translateY(-100%);
  background-color: #719C6f;
  cursor: pointer;
}

.mod-imagemarker .imagecontainer .marker.rect,
.mod-imagemarker .imagecontainer .marker.circle {
  border: 2px solid #719C6f;
}

/* GALLERY */

.mod-gallery figcaption {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 20px);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 6px 12px;
  display: none;
}

.mod-gallery figure a:hover+figcaption {
  display: block;
}

.mod-gallery figcaption .text {
  display: none;
}

/* SPECIAL-ACC */

h3.special-acc-title {
  --tw-text-opacity: 1;
  color: rgba(113, 156, 111, var(--tw-text-opacity))
}

.special-acc-panel li, .special-acc-panel p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.special-acc-title {
  padding-left: 0;
  font-weight: 400;
}

.special-acc-panel.level-1 + .special-acc-title.level-1 {
  margin-top: 2rem
}

.special-acc-panel.level-2 {
  padding-left: 16px;
}

.special-acc-panel.content-panel {
  padding-left: 0;
  border-bottom: 1px solid #21292F;
}

.special-acc-panel {
  padding-left: 0;
  display: none;
}

.special-acc-title.active+.special-acc-panel {
  display: block;
}

.special-acc-panel.content-panel section {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.special-acc-panel section div.px-5 {
  padding: 0;
}

/* .special-acc-title.level-3.active {
  border-bottom: 1px solid #fff;
} */

/* GLIDE CORE */

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box
}

.glide * {
  box-sizing: inherit
}

.glide__track {
  overflow: hidden
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none
}

.glide--rtl {
  direction: rtl
}

/* GLIDE THEME */

.glide__arrow {
  position: absolute;
  display: block;
  top: 90%;
  z-index: 2;
  color: black;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  /* border: 2px solid rgba(255, 255, 255, 0.5); */
  /* border-radius: 4px; */
  /* box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1); */
  opacity: 1;
  cursor: pointer;
  /* transition: opacity 150ms ease, border 300ms ease-in-out; */
  transform: translateY(-50%);
  line-height: 1;
  font-size: 28px;
}

@media only screen and (min-width: 760px) {
  .glide__arrow {
    top: 50%;
    font-size: 48px;
  }
}

.glide__arrow:focus {
  outline: none
}

.glide__arrow:hover {
  border-color: black
}

.glide__arrow--left {
  left: .25em
}

.glide__arrow--right {
  right: .25em
}

.glide__arrow--disabled {
  opacity: 0.33
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 1.5em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%)
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 11px;
  height: 11px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #21292F;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em
}

.glide__bullet:focus {
  outline: none
}

.glide__bullet:hover,
.glide__bullet:focus {
  border: 1px solid #21292F;
  background-color: rgba(255, 255, 255, 0.5)
}

.glide__bullet--active {
  background-color: #21292F
}

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab
}

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing
}

/* GALLERY */

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/

/* pswp = photoswipe */

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/* SEARCH */

.searchclose {
  position: absolute;
  right: 32px;
  top: 0px;
  width: 32px;
  height: 32px;
  opacity: 0.7;
}

.searchclose:hover {
  opacity: 1;
}

.searchclose:before,
.searchclose:after {
  position: absolute;
  left: 15px;
  content: '';
  height: 33px;
  width: 2px;
  background-color: #fff;
}

.searchclose:before {
  transform: rotate(45deg);
}

.searchclose:after {
  transform: rotate(-45deg);
}

.search-submit {
  right: 1.25rem;
  cursor: pointer;
}

/* TOOLTIP */

/* 
  You want a simple and fancy tooltip?
  Just copy all [data-tooltip] blocks:
*/

[data-tooltip] {
  /* position: relative; */
  z-index: 20;
}

/* [data-tooltip]:hover {
  z-index: 99999;
} */

/* Positioning and visibility settings of the tooltip */

[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  bottom: calc(100% + 5px);
  pointer-events: none;
  transition: 0.2s;
  will-change: transform;
  z-index: 20;
}

/* The actual tooltip with a dynamic width */

[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 10px 18px;
  min-width: 50px;
  max-width: 300px;
  width: -webkit-max-content;
  width: max-content;
  width: -moz-max-content;
  border-radius: 6px;
  font-size: 14px;
  /*   font-size: 0.73rem; */
  background-color: rgba(255, 255, 255, 1);
  background-image: linear-gradient(30deg,
      rgba(255, 255, 255, 0.45),
      rgba(255, 255, 255, 0.35),
      rgba(255, 255, 255, 0.25));
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  color: #21292F;
  text-align: center;
  white-space: pre-wrap;
  transform: translate(-50%, -5px) scale(0.5);
  font-size: 12px;
  font-family: "Interstate";
  font-weight: 400;
  line-height: 140%;
}

/* Tooltip arrow */

[data-tooltip]:after {
  content: '';
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent;
  transition-duration: 0s;
  /* If the mouse leaves the element, 
                              the transition effects for the 
                              tooltip arrow are "turned off" */
  transform-origin: top;
  /* Orientation setting for the
                              slide-down effect */
  transform: translateX(-50%) scaleY(0);
}

/* Tooltip becomes visible at hover */

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

/* Scales from 0.5 to 1 -> grow effect */

[data-tooltip]:hover:before {
  transition-delay: 0.3s;
  transform: translate(-50%, -5px) scale(1);
}

/* Slide down effect only on mouseenter (NOT on mouseleave) */

[data-tooltip]:hover:after {
  transition-delay: 0.5s;
  /* Starting after the grow effect */
  transition-duration: 0.2s;
  transform: translateX(-50%) scaleY(1);
}

/*
  That's it.
*/

/*
  If you want some adjustability
  here are some orientation settings you can use:
*/

/* LEFT */

/* Tooltip + arrow */

[data-tooltip-location="left"]:before,
[data-tooltip-location="left"]:after {
  left: auto;
  right: calc(100% + 5px);
  bottom: 50%;
}

/* Tooltip */

[data-tooltip-location="left"]:before {
  transform: translate(-5px, 50%) scale(0.5);
}

[data-tooltip-location="left"]:hover:before {
  transform: translate(-5px, 50%) scale(1);
}

/* Arrow */

[data-tooltip-location="left"]:after {
  border-width: 5px 0px 5px 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
  transform-origin: left;
  transform: translateY(50%) scaleX(0);
}

[data-tooltip-location="left"]:hover:after {
  transform: translateY(50%) scaleX(1);
}

/* RIGHT */

[data-tooltip-location="right"]:before,
[data-tooltip-location="right"]:after {
  left: calc(100% + 5px);
  bottom: 50%;
}

[data-tooltip-location="right"]:before {
  transform: translate(5px, 50%) scale(0.5);
}

[data-tooltip-location="right"]:hover:before {
  transform: translate(5px, 50%) scale(1);
}

[data-tooltip-location="right"]:after {
  border-width: 5px 5px 5px 0px;
  border-color: transparent rgba(255, 255, 255, 0.9) transparent transparent;
  transform-origin: right;
  transform: translateY(50%) scaleX(0);
}

[data-tooltip-location="right"]:hover:after {
  transform: translateY(50%) scaleX(1);
}

/* BOTTOM */

[data-tooltip-location="bottom"]:before,
[data-tooltip-location="bottom"]:after {
  top: calc(100% + 5px);
  bottom: auto;
}

[data-tooltip-location="bottom"]:before {
  transform: translate(-50%, 5px) scale(0.5);
}

[data-tooltip-location="bottom"]:hover:before {
  transform: translate(-50%, 5px) scale(1);
}

[data-tooltip-location="bottom"]:after {
  border-width: 0px 5px 5px 5px;
  border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
  transform-origin: bottom;
}

@-webkit-keyframes moveFocus {
  0% {
    background-position: 0% 100%
  }

  100% {
    background-position: 100% 0%
  }
}

@keyframes moveFocus {
  0% {
    background-position: 0% 100%
  }

  100% {
    background-position: 100% 0%
  }
}

/* TIMELINE */

.my-timeline-vertical {
  padding: 2rem 5rem;
}

.mod-timeline.mod-txt p, .mod-timeline.mod-txt ul, .mod-timeline.mod-txt ol {
  margin-bottom: 0px;
  margin-left: 0px;
}

.timeline {
  box-sizing: border-box;
  position: relative
}

.timeline *,
.timeline :after,
.timeline :before {
  box-sizing: inherit
}

.timeline:not(.timeline--horizontal):before {
  background-color: #ddd;
  bottom: 0;
  content: '';
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 1
}

.timeline__wrap {
  overflow: hidden;
  position: relative;
  z-index: 2
}

.timeline__item {
  font-size: 1rem;
  padding: .625rem 2.5rem .625rem 0;
  position: relative;
  width: 50%;
  z-index: 2
}

.timeline__item:after {
  /* background-color: #000; */
  /* border: 2px solid #fff; */
  border-radius: 50%;
  content: '';
  height: 15px;
  position: absolute;
  right: -7px;
  /* -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
  top: 2rem;
  width: 15px;
  z-index: 1;
  background: #ccc;
  background: var(--myColor, black);
}

.timeline__item.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0
}

.timeline__item.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

.timeline__item--left {
  left: 0
}

.timeline__item--right {
  left: 50%;
  padding: .625rem 0 .625rem 1.5rem
}

.timeline__item--right:after {
  left: -8px
}

.timeline__item--right .timeline__content:before {
  left: -1.5rem
}

.timeline__item--right .timeline__content:after {
  left: -10px
}

.timeline__content {
  /* background-color: #fff; */
  /* border: 1px solid #ccc; */
  /* border-radius: 10px; */
  /* color: #333; */
  display: block;
  padding: 3rem 0rem 1.25rem 0rem;
  position: relative
}

.timeline__content span.year {
  left: -6rem;
  width: 50px;
  top: 20px;
}

.timeline--mobile .timeline__item--left .timeline__content span.year {
  right: auto;
  left: auto;
  text-align: left;
  top: 0;
}

.timeline__item--left .timeline__content span.year {
  right: -7rem;
  left: auto;
  text-align: left;
}

.timeline--horizontal .timeline__content {
  /* background-color: #fff; */
  /* border: 1px solid #ccc; */
  /* border-radius: 10px; */
  /* color: #333; */
  display: block;
  padding: 1.25rem 0rem 1.25rem 4.5rem;
  position: relative
}

.timeline--horizontal .timeline__content span.year {
  left: -7px;
  width: 50px;
  top: 30px;
}

.timeline__content:before {
  content: "";
  width: calc(100% + 2.5rem);
  display: block;
  height: 1px;
  background: #ccc;
  background: var(--myColor, black);
  position: absolute;
  left: 0;
  top: 29px;
}

.timeline--horizontal {
  font-size: 0;
  padding: 0 3rem;
  overflow: hidden;
  white-space: nowrap
}

.timeline--horizontal .timeline-divider {
  background-color: #ddd;
  display: block;
  height: 2px;
  left: 40px;
  position: absolute;
  transform: translateY(-50%);
  right: 40px;
  z-index: 1
}

.timeline--horizontal .timeline__items {
  transition: all .8s;
  will-change: transform
}

.timeline--horizontal .timeline__item {
  display: inline-block;
  left: 0;
  padding: 0 0 2.5rem;
  position: relative;
  transition: none;
  vertical-align: top;
  white-space: normal;
  top: 0;
}

.timeline--horizontal .timeline__item:after {
  left: 55px;
  right: auto;
  transform: translate(-50%, -50%);
  top: 100%
}

.timeline--horizontal .timeline__item .timeline__item__inner {
  display: table;
  height: 100%;
  width: 100%
}

.timeline--horizontal .timeline__item .timeline__content__wrap {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: bottom
}

.timeline--horizontal .timeline__item .timeline__content:before {
  content: "";
  height: calc(100% + 15px);
  display: block;
  width: 1px;
  background: #ccc;
  background: var(--myColor, black);
  position: absolute;
  left: 55px;
  top: 29px;
}

.timeline--horizontal .timeline__item .timeline__content:after {
  background: #ccc;
  background: var(--myColor, black);
  /* border: 2px solid #fff; */
  border-radius: 50%;
  content: '';
  height: 15px;
  position: absolute;
  left: 48px;
  width: 15px;
  z-index: 1;
  top: 23px;
}

.timeline--horizontal .timeline__item--bottom {
  padding: 2.5rem 0 0
}

.timeline--horizontal .timeline__item--bottom:after {
  top: 0
}

.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
  vertical-align: top
}

.timeline--horizontal .timeline__item--bottom .timeline__content:before {
  /* border-bottom: 12px solid #ccc;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto */
  top: -40px;
  height: 70px;
}

.timeline-nav-button {
  /* background-color: #fff; */
  /* border: 2px solid #ddd;
  border-radius: 50px; */
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: 0;
  position: absolute;
  text-indent: -9999px;
  transform: translateY(-50%);
  top: 50%;
  width: 40px;
  z-index: 10
}

.timeline-nav-button:disabled {
  opacity: .2;
  pointer-events: none
}

.timeline-nav-button:focus {
  outline: none;
}

.timeline-nav-button:before {
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 14px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 8px
}

.timeline-nav-button--prev {
  left: 0
}

.timeline-nav-button--prev:before {
  background-image: url(../images/arrow-left.svg)
}

.timeline-nav-button--next {
  right: 0
}

.timeline-nav-button--next:before {
  background-image: url(../images/arrow-right.svg)
}

.timeline--mobile {
  padding: 0
}

.timeline--mobile:before {
  left: 10px !important;
  margin: 0 !important
}

.timeline--mobile .timeline__item {
  left: 0;
  padding-left: 40px;
  padding-right: 0;
  width: 100%
}

.timeline--mobile .timeline__item:after {
  left: 2px;
  margin: 0
}

.timeline--mobile .timeline__item .timeline__content:before {
  left: -12px;
  border-bottom: 1px solid transparent;
  border-right: 1px solid #ccc;
  border-left: none;
  border-top: 1px solid transparent
}

.timeline--mobile .timeline__item .timeline__content:after {
  left: -10px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  border-left: none;
  border-top: 10px solid transparent
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px
  }

  100% {
    opacity: 1;
    top: 0
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px
  }

  100% {
    opacity: 1;
    top: 0
  }
}

@-webkit-keyframes liftUp {
  0% {
    top: 0
  }

  100% {
    top: -15px
  }
}

@keyframes liftUp {
  0% {
    top: 0
  }

  100% {
    top: -15px
  }
}

.feedback {
  right: 0px;
  bottom: 15px;
  background: #719C6F;
  width: 55px;
  height: 55px;
  padding: 10px;
  z-index: 10000;
}

/* ICONS */

[class^="c-tp-icon--"]:before,
[class*=" c-tp-icon--"]:before {
  font-family: "tp-icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.c-tp-icon--20_years_experience:before {
  content: "\f26b";
}

.c-tp-icon--30day_return:before {
  content: "\f26c";
}

.c-tp-icon--360view:before {
  content: "\f101";
}

.c-tp-icon--accessories_indulgence:before {
  content: "\f26d";
}

.c-tp-icon--acid:before {
  content: "\f1e4";
}

.c-tp-icon--add:before {
  content: "\f104";
}

.c-tp-icon--add_account:before {
  content: "\f26e";
}

.c-tp-icon--additional_services:before {
  content: "\f256";
}

.c-tp-icon--aeropress:before {
  content: "\f26f";
}

.c-tp-icon--all_around_happy:before {
  content: "\f257";
}

.c-tp-icon--always_there_for_you:before {
  content: "\f258";
}

.c-tp-icon--android:before {
  content: "\f198";
}

.c-tp-icon--appleinc:before {
  content: "\f199";
}

.c-tp-icon--arrow:before {
  content: "\f24e";
}

.c-tp-icon--arrow_down:before {
  content: "\f270";
}

.c-tp-icon--arrow_left:before {
  content: "\f271";
}

.c-tp-icon--arrow_right:before {
  content: "\f272";
}

.c-tp-icon--arrow_up:before {
  content: "\f273";
}

.c-tp-icon--assembly:before {
  content: "\f259";
}

.c-tp-icon--assembly_installation:before {
  content: "\f274";
}

.c-tp-icon--auctions:before {
  content: "\f10a";
}

.c-tp-icon--badge:before {
  content: "\f184";
}

.c-tp-icon--balanced:before {
  content: "\f215";
}

.c-tp-icon--barista_tip:before {
  content: "\f216";
}

.c-tp-icon--basket:before {
  content: "\f10b";
}

.c-tp-icon--bathroom:before {
  content: "\f185";
}

.c-tp-icon--bean_cannister:before {
  content: "\f1e3";
}

.c-tp-icon--bean_points:before {
  content: "\f275";
}

.c-tp-icon--beanaccount:before {
  content: "\f1a5";
}

.c-tp-icon--beans:before {
  content: "\f1e6";
}

.c-tp-icon--before_christmas:before {
  content: "\f276";
}

.c-tp-icon--berry_fruits:before {
  content: "\f217";
}

.c-tp-icon--bestseller:before {
  content: "\f218";
}

.c-tp-icon--big_french_press:before {
  content: "\f24f";
}

.c-tp-icon--bike:before {
  content: "\f190";
}

.c-tp-icon--blogger:before {
  content: "\f1b1";
}

.c-tp-icon--blond_roast:before {
  content: "\f219";
}

.c-tp-icon--boiler:before {
  content: "\f1e8";
}

.c-tp-icon--boiler_electric:before {
  content: "\f1e9";
}

.c-tp-icon--branch_store:before {
  content: "\f277";
}

.c-tp-icon--brewing_time:before {
  content: "\f1ea";
}

.c-tp-icon--btn_round_cancel:before {
  content: "\f278";
}

.c-tp-icon--btn_round_checkmark:before {
  content: "\f279";
}

.c-tp-icon--btn_round_minus:before {
  content: "\f27a";
}

.c-tp-icon--btn_round_plus:before {
  content: "\f27b";
}

.c-tp-icon--burger_menu:before {
  content: "\f27c";
}

.c-tp-icon--bus:before {
  content: "\f191";
}

.c-tp-icon--cafissimo_capsule:before {
  content: "\f1eb";
}

.c-tp-icon--cafissimo_capsule2:before {
  content: "\f2e6";
}

.c-tp-icon--cafissimo_coffee:before {
  content: "\f27e";
}

.c-tp-icon--cafissimo_easy:before {
  content: "\f2eb";
}

.c-tp-icon--cafissimo_latte:before {
  content: "\f27f";
}

.c-tp-icon--cafissimo_subscription:before {
  content: "\f280";
}

.c-tp-icon--cafissimo_tea:before {
  content: "\f281";
}

.c-tp-icon--calender:before {
  content: "\f114";
}

.c-tp-icon--capsule_machine:before {
  content: "\f1ec";
}

.c-tp-icon--car:before {
  content: "\f192";
}

.c-tp-icon--caramel_toffee:before {
  content: "\f21a";
}

.c-tp-icon--career:before {
  content: "\f1b0";
}

.c-tp-icon--carefully_chosen:before {
  content: "\f25a";
}

.c-tp-icon--categories:before {
  content: "\f115";
}

.c-tp-icon--ceramic_filter:before {
  content: "\f1ed";
}

.c-tp-icon--checked:before {
  content: "\f25b";
}

.c-tp-icon--checkmark:before {
  content: "\f116";
}

.c-tp-icon--chemex_coffee_brewer:before {
  content: "\f1ee";
}

.c-tp-icon--cherry:before {
  content: "\f21b";
}

.c-tp-icon--choclate:before {
  content: "\f21c";
}

.c-tp-icon--cleaning:before {
  content: "\f21d";
}

.c-tp-icon--click_collect:before {
  content: "\f282";
}

.c-tp-icon--climate_protection:before {
  content: "\f25c";
}

.c-tp-icon--close:before {
  content: "\f117";
}

.c-tp-icon--close_02:before {
  content: "\f283";
}

.c-tp-icon--close_player:before {
  content: "\f284";
}

.c-tp-icon--cocoa:before {
  content: "\f21e";
}

.c-tp-icon--coffee:before {
  content: "\f11b";
}

.c-tp-icon--coffee_academy:before {
  content: "\f285";
}

.c-tp-icon--coffee_machines_for_the_office:before {
  content: "\f286";
}

.c-tp-icon--coffee_scoop:before {
  content: "\f1ef";
}

.c-tp-icon--coffee_subscription:before {
  content: "\f21f";
}

.c-tp-icon--coffee_subscription2:before {
  content: "\f2e7";
}

.c-tp-icon--coffee_sustainable:before {
  content: "\f288";
}

.c-tp-icon--coffeecup:before {
  content: "\f1ad";
}

.c-tp-icon--coffeeworld:before {
  content: "\f11c";
}

.c-tp-icon--cold_brew:before {
  content: "\f220";
}

.c-tp-icon--collect_in_store:before {
  content: "\f289";
}

.c-tp-icon--community_cup:before {
  content: "\f28a";
}

.c-tp-icon--community_login:before {
  content: "\f28b";
}

.c-tp-icon--compare:before {
  content: "\f11f";
}

.c-tp-icon--computer:before {
  content: "\f120";
}

.c-tp-icon--contact:before {
  content: "\f121";
}

.c-tp-icon--cost_transparency:before {
  content: "\f25d";
}

.c-tp-icon--coupon_voucher:before {
  content: "\f28c";
}

.c-tp-icon--cranberries:before {
  content: "\f221";
}

.c-tp-icon--currant:before {
  content: "\f222";
}

.c-tp-icon--customers:before {
  content: "\f186";
}

.c-tp-icon--daily_offer:before {
  content: "\f28d";
}

.c-tp-icon--dark_biscuits:before {
  content: "\f223";
}

.c-tp-icon--dark_roast:before {
  content: "\f224";
}

.c-tp-icon--decaf:before {
  content: "\f225";
}

.c-tp-icon--delete:before {
  content: "\f124";
}

.c-tp-icon--delime:before {
  content: "\f226";
}

.c-tp-icon--delivery_curbside:before {
  content: "\f25e";
}

.c-tp-icon--delivery_date:before {
  content: "\f28e";
}

.c-tp-icon--delivery_home:before {
  content: "\f25f";
}

.c-tp-icon--delivery_via_haulage_company:before {
  content: "\f28f";
}

.c-tp-icon--delivery_via_parcel_service:before {
  content: "\f290";
}

.c-tp-icon--depot:before {
  content: "\f128";
}

.c-tp-icon--discount_store:before {
  content: "\f291";
}

.c-tp-icon--discountshop:before {
  content: "\f12b";
}

.c-tp-icon--discountshop_02:before {
  content: "\f292";
}

.c-tp-icon--discover_tchibo:before {
  content: "\f293";
}

.c-tp-icon--dolce_gusto_generics:before {
  content: "\f227";
}

.c-tp-icon--download:before {
  content: "\f12d";
}

.c-tp-icon--dried_fruit:before {
  content: "\f228";
}

.c-tp-icon--drinking_chocolate:before {
  content: "\f229";
}

.c-tp-icon--drinking_chocolate_packaging:before {
  content: "\f22a";
}

.c-tp-icon--ean_scan:before {
  content: "\f294";
}

.c-tp-icon--easy_pay:before {
  content: "\f295";
}

.c-tp-icon--eating_spoon:before {
  content: "\f1f0";
}

.c-tp-icon--edit:before {
  content: "\f12f";
}

.c-tp-icon--error:before {
  content: "\f130";
}

.c-tp-icon--espresso_brewer:before {
  content: "\f1f1";
}

.c-tp-icon--espresso_cafecreme:before {
  content: "\f1f2";
}

.c-tp-icon--exclusive_assortment:before {
  content: "\f296";
}

.c-tp-icon--exclusive_online_offer:before {
  content: "\f297";
}

.c-tp-icon--extended_exchange_policy_times:before {
  content: "\f298";
}

.c-tp-icon--extended_exchange_policy_times_01:before {
  content: "\f299";
}

.c-tp-icon--external_milk_container:before {
  content: "\f22b";
}

.c-tp-icon--facebook:before {
  content: "\f19a";
}

.c-tp-icon--fashion:before {
  content: "\f135";
}

.c-tp-icon--fashion_01:before {
  content: "\f29a";
}

.c-tp-icon--fast_shipping:before {
  content: "\f29b";
}

.c-tp-icon--fig_fruit:before {
  content: "\f252";
}

.c-tp-icon--file_select:before {
  content: "\f2f2";
}

.c-tp-icon--fillout_form:before {
  content: "\f29c";
}

.c-tp-icon--filter_coffee_machine:before {
  content: "\f1f3";
}

.c-tp-icon--filter_holder_machine:before {
  content: "\f1f4";
}

.c-tp-icon--filter_paper:before {
  content: "\f250";
}

.c-tp-icon--filtercoffee_bean:before {
  content: "\f1f6";
}

.c-tp-icon--filtercoffee_vaku:before {
  content: "\f1f7";
}

.c-tp-icon--flower:before {
  content: "\f136";
}

.c-tp-icon--flowery:before {
  content: "\f22c";
}

.c-tp-icon--flyout:before {
  content: "\f1d4";
}

.c-tp-icon--form:before {
  content: "\f1d5";
}

.c-tp-icon--free_express_shipping:before {
  content: "\f29d";
}

.c-tp-icon--free_shipping:before {
  content: "\f29e";
}

.c-tp-icon--french_press:before {
  content: "\f251";
}

.c-tp-icon--fruity:before {
  content: "\f22d";
}

.c-tp-icon--fully_coffee_machine:before {
  content: "\f1f9";
}

.c-tp-icon--furniture_living:before {
  content: "\f29f";
}

.c-tp-icon--gift_wrap:before {
  content: "\f2a0";
}

.c-tp-icon--giftcard_voucher:before {
  content: "\f2a1";
}

.c-tp-icon--gingerbread:before {
  content: "\f253";
}

.c-tp-icon--glass_jug:before {
  content: "\f1fa";
}

.c-tp-icon--googleplus:before {
  content: "\f1a3";
}

.c-tp-icon--grapes:before {
  content: "\f260";
}

.c-tp-icon--grind:before {
  content: "\f268";
}

.c-tp-icon--grind_brew_filtermachine:before {
  content: "\f1fb";
}

.c-tp-icon--grinder_electric:before {
  content: "\f1fc";
}

.c-tp-icon--ground_coffee:before {
  content: "\f1fd";
}

.c-tp-icon--guaranteed_delivery_before_christmas:before {
  content: "\f2a2";
}

.c-tp-icon--hand_coffee_grinder:before {
  content: "\f1fe";
}

.c-tp-icon--hazelnut:before {
  content: "\f22e";
}

.c-tp-icon--heart:before {
  content: "\f18f";
}

.c-tp-icon--high_recommendation_rate:before {
  content: "\f261";
}

.c-tp-icon--hobby_leisure:before {
  content: "\f2a3";
}

.c-tp-icon--home:before {
  content: "\f13e";
}

.c-tp-icon--home_textiles:before {
  content: "\f2a4";
}

.c-tp-icon--honey_malt:before {
  content: "\f22f";
}

.c-tp-icon--individual:before {
  content: "\f13f";
}

.c-tp-icon--info:before {
  content: "\f26a";
}

.c-tp-icon--information:before {
  content: "\f140";
}

.c-tp-icon--instagram:before {
  content: "\f19b";
}

.c-tp-icon--installment_payment:before {
  content: "\f2a5";
}

.c-tp-icon--instantcoffee:before {
  content: "\f230";
}

.c-tp-icon--instantcoffee_packaging:before {
  content: "\f231";
}

.c-tp-icon--integrated_foam_solution:before {
  content: "\f232";
}

.c-tp-icon--intensity_high:before {
  content: "\f1ff";
}

.c-tp-icon--intensity_low:before {
  content: "\f200";
}

.c-tp-icon--kids:before {
  content: "\f141";
}

.c-tp-icon--kitchen:before {
  content: "\f189";
}

.c-tp-icon--kitchen_01:before {
  content: "\f2a6";
}

.c-tp-icon--klick:before {
  content: "\f1d7";
}

.c-tp-icon--language:before {
  content: "\f19c";
}

.c-tp-icon--late_delivery:before {
  content: "\f2a7";
}

.c-tp-icon--legacy_device_pickup:before {
  content: "\f2a8";
}

.c-tp-icon--lime_lemon:before {
  content: "\f233";
}

.c-tp-icon--limited_edition:before {
  content: "\f234";
}

.c-tp-icon--linkedin:before {
  content: "\f1e1";
}

.c-tp-icon--list:before {
  content: "\f18c";
}

.c-tp-icon--living_furniture:before {
  content: "\f2a9";
}

.c-tp-icon--location:before {
  content: "\f144";
}

.c-tp-icon--location_01:before {
  content: "\f2aa";
}

.c-tp-icon--login:before {
  content: "\f145";
}

.c-tp-icon--logo:before {
  content: "\f1a6";
}

.c-tp-icon--logout:before {
  content: "\f146";
}

.c-tp-icon--machine:before {
  content: "\f147";
}

.c-tp-icon--map:before {
  content: "\f18d";
}

.c-tp-icon--media_forward:before {
  content: "\f2ab";
}

.c-tp-icon--media_fullscreen:before {
  content: "\f2ac";
}

.c-tp-icon--media_pause:before {
  content: "\f2ad";
}

.c-tp-icon--media_pause_filled:before {
  content: "\f2ae";
}

.c-tp-icon--media_play:before {
  content: "\f2af";
}

.c-tp-icon--media_play_filled:before {
  content: "\f2b0";
}

.c-tp-icon--media_rewind:before {
  content: "\f2b1";
}

.c-tp-icon--media_stop:before {
  content: "\f2b2";
}

.c-tp-icon--media_stop_filled:before {
  content: "\f2b3";
}

.c-tp-icon--meet_tchibo:before {
  content: "\f2b4";
}

.c-tp-icon--melon:before {
  content: "\f235";
}

.c-tp-icon--men:before {
  content: "\f14e";
}

.c-tp-icon--mild:before {
  content: "\f24d";
}

.c-tp-icon--milk_cool:before {
  content: "\f201";
}

.c-tp-icon--milk_foam:before {
  content: "\f202";
}

.c-tp-icon--milk_frother_manuell:before {
  content: "\f203";
}

.c-tp-icon--milk_frothers_electric:before {
  content: "\f204";
}

.c-tp-icon--milk_frothers_induktion:before {
  content: "\f205";
}

.c-tp-icon--milk_liquid:before {
  content: "\f206";
}

.c-tp-icon--milk_system_cleaning:before {
  content: "\f237";
}

.c-tp-icon--milk_warm:before {
  content: "\f207";
}

.c-tp-icon--minus:before {
  content: "\f14f";
}

.c-tp-icon--mobile:before {
  content: "\f152";
}

.c-tp-icon--mobile_account:before {
  content: "\f2b5";
}

.c-tp-icon--mobile_bonus_balances:before {
  content: "\f2b6";
}

.c-tp-icon--mocha_pot:before {
  content: "\f208";
}

.c-tp-icon--mouse_click:before {
  content: "\f2b7";
}

.c-tp-icon--mytchibo:before {
  content: "\f153";
}

.c-tp-icon--nespresso_generics:before {
  content: "\f238";
}

.c-tp-icon--news:before {
  content: "\f154";
}

.c-tp-icon--newsletter:before {
  content: "\f155";
}

.c-tp-icon--no_decoys:before {
  content: "\f263";
}

.c-tp-icon--no_foam_solution:before {
  content: "\f239";
}

.c-tp-icon--no_minimum_contract_times:before {
  content: "\f2b8";
}

.c-tp-icon--online_globe:before {
  content: "\f2f4";
}

.c-tp-icon--orange_blossom:before {
  content: "\f23a";
}

.c-tp-icon--order_overview:before {
  content: "\f2b9";
}

.c-tp-icon--order_overview_2:before {
  content: "\f2ba";
}

.c-tp-icon--pad_machine:before {
  content: "\f209";
}

.c-tp-icon--pads:before {
  content: "\f20a";
}

.c-tp-icon--panarello_milk_foam:before {
  content: "\f23b";
}

.c-tp-icon--partner_offers:before {
  content: "\f2bb";
}

.c-tp-icon--password_eye_closed:before {
  content: "\f1be";
}

.c-tp-icon--password_eye_open:before {
  content: "\f1bf";
}

.c-tp-icon--payment_in_advance:before {
  content: "\f2bc";
}

.c-tp-icon--peaberries:before {
  content: "\f23c";
}

.c-tp-icon--pedestrian:before {
  content: "\f194";
}

.c-tp-icon--photo_books:before {
  content: "\f2ec";
}

.c-tp-icon--photo_calendar:before {
  content: "\f2ed";
}

.c-tp-icon--photo_canvas:before {
  content: "\f2ee";
}

.c-tp-icon--photo_cups:before {
  content: "\f2ef";
}

.c-tp-icon--photo_gift:before {
  content: "\f2f0";
}

.c-tp-icon--photo_print:before {
  content: "\f2f1";
}

.c-tp-icon--pinterest:before {
  content: "\f19d";
}

.c-tp-icon--plant:before {
  content: "\f20b";
}

.c-tp-icon--plus:before {
  content: "\f15a";
}

.c-tp-icon--portable_coffee_scale:before {
  content: "\f20c";
}

.c-tp-icon--preferred_delivery_date:before {
  content: "\f2bd";
}

.c-tp-icon--print:before {
  content: "\f15c";
}

.c-tp-icon--printable_gift_card:before {
  content: "\f2be";
}

.c-tp-icon--privatcard:before {
  content: "\f1a9";
}

.c-tp-icon--professional:before {
  content: "\f15e";
}

.c-tp-icon--proper_disposal:before {
  content: "\f2bf";
}

.c-tp-icon--purchase_on_account:before {
  content: "\f2c0";
}

.c-tp-icon--qbo_caffe:before {
  content: "\f2c1";
}

.c-tp-icon--qbo_capsule:before {
  content: "\f20d";
}

.c-tp-icon--qbo_capsule2:before {
  content: "\f2e8";
}

.c-tp-icon--qbo_capsule_machine:before {
  content: "\f20e";
}

.c-tp-icon--qbo_espresso:before {
  content: "\f2c3";
}

.c-tp-icon--qbo_latte:before {
  content: "\f2c4";
}

.c-tp-icon--qr_code:before {
  content: "\f2c5";
}

.c-tp-icon--quality_assurance:before {
  content: "\f264";
}

.c-tp-icon--quantity00:before {
  content: "\f23d";
}

.c-tp-icon--quantity01:before {
  content: "\f23e";
}

.c-tp-icon--quantity02:before {
  content: "\f23f";
}

.c-tp-icon--quantity03:before {
  content: "\f240";
}

.c-tp-icon--quantity04:before {
  content: "\f241";
}

.c-tp-icon--quantity05:before {
  content: "\f242";
}

.c-tp-icon--quantity06:before {
  content: "\f243";
}

.c-tp-icon--quantity07:before {
  content: "\f244";
}

.c-tp-icon--quantity08:before {
  content: "\f245";
}

.c-tp-icon--quickbuy:before {
  content: "\f162";
}

.c-tp-icon--radiobutton_selected:before {
  content: "\f2c6";
}

.c-tp-icon--receipts:before {
  content: "\f2c7";
}

.c-tp-icon--receipts2:before {
  content: "\f2ea";
}

.c-tp-icon--recommend:before {
  content: "\f163";
}

.c-tp-icon--register:before {
  content: "\f1a8";
}

.c-tp-icon--relevant_details:before {
  content: "\f2c8";
}

.c-tp-icon--reload:before {
  content: "\f164";
}

.c-tp-icon--return_shipping:before {
  content: "\f2c9";
}

.c-tp-icon--returns:before {
  content: "\f166";
}

.c-tp-icon--returns_01:before {
  content: "\f2ca";
}

.c-tp-icon--rinsing:before {
  content: "\f247";
}

.c-tp-icon--risk_free_purchases:before {
  content: "\f2cb";
}

.c-tp-icon--roasting:before {
  content: "\f20f";
}

.c-tp-icon--robust:before {
  content: "\f248";
}

.c-tp-icon--rocket:before {
  content: "\f197";
}

.c-tp-icon--route:before {
  content: "\f195";
}

.c-tp-icon--saturday_delivery_dach:before {
  content: "\f2cc";
}

.c-tp-icon--saturday_delivery_dach_02:before {
  content: "\f2cd";
}

.c-tp-icon--search:before {
  content: "\f16a";
}

.c-tp-icon--service:before {
  content: "\f1a7";
}

.c-tp-icon--service_info:before {
  content: "\f2ce";
}

.c-tp-icon--settings:before {
  content: "\f16c";
}

.c-tp-icon--shipping_costs_dach:before {
  content: "\f2cf";
}

.c-tp-icon--shipping_costs_others:before {
  content: "\f2d0";
}

.c-tp-icon--smartphone:before {
  content: "\f16e";
}

.c-tp-icon--sound_off:before {
  content: "\f2d1";
}

.c-tp-icon--sound_on:before {
  content: "\f2d2";
}

.c-tp-icon--spicy:before {
  content: "\f249";
}

.c-tp-icon--sport_hobby:before {
  content: "\f2d3";
}

.c-tp-icon--sport_outdoor:before {
  content: "\f2d4";
}

.c-tp-icon--stopwatch:before {
  content: "\f171";
}

.c-tp-icon--store_pickup_payment:before {
  content: "\f2d5";
}

.c-tp-icon--store_return:before {
  content: "\f2d6";
}

.c-tp-icon--surname:before {
  content: "\f172";
}

.c-tp-icon--surprise_bag:before {
  content: "\f2d7";
}

.c-tp-icon--sustainable:before {
  content: "\f174";
}

.c-tp-icon--sweets:before {
  content: "\f24a";
}

.c-tp-icon--tablet:before {
  content: "\f175";
}

.c-tp-icon--tag_price:before {
  content: "\f2d8";
}

.c-tp-icon--tc_coffee_stamps:before {
  content: "\f1c0";
}

.c-tp-icon--tc_email:before {
  content: "\f1c1";
}

.c-tp-icon--tc_exclusive:before {
  content: "\f1c2";
}

.c-tp-icon--tc_free_coffee:before {
  content: "\f1c3";
}

.c-tp-icon--tc_mobile_bean:before {
  content: "\f2d9";
}

.c-tp-icon--tc_save_beanpoints:before {
  content: "\f2da";
}

.c-tp-icon--tc_simcard:before {
  content: "\f1c6";
}

.c-tp-icon--tc_tag_price:before {
  content: "\f2db";
}

.c-tp-icon--tchibo_action:before {
  content: "\f2dc";
}

.c-tp-icon--tchibo_catalog:before {
  content: "\f2f3";
}

.c-tp-icon--tchibo_insight:before {
  content: "\f2dd";
}

.c-tp-icon--tchibo_logo:before {
  content: "\f2de";
}

.c-tp-icon--tchibo_near_you:before {
  content: "\f2df";
}

.c-tp-icon--tchibo_travelplus:before {
  content: "\f266";
}

.c-tp-icon--tchibocard:before {
  content: "\f178";
}

.c-tp-icon--tchibocard_02:before {
  content: "\f2e0";
}

.c-tp-icon--tchibocard_03:before {
  content: "\f2e1";
}

.c-tp-icon--telephone:before {
  content: "\f179";
}

.c-tp-icon--temperatur:before {
  content: "\f210";
}

.c-tp-icon--themeworlds:before {
  content: "\f17a";
}

.c-tp-icon--to_go_cup:before {
  content: "\f211";
}

.c-tp-icon--to_go_milk_frother:before {
  content: "\f212";
}

.c-tp-icon--track_your_order:before {
  content: "\f2e2";
}

.c-tp-icon--travel:before {
  content: "\f17d";
}

.c-tp-icon--travel_02:before {
  content: "\f2e3";
}

.c-tp-icon--travel_deals:before {
  content: "\f2e4";
}

.c-tp-icon--travel_themeworlds:before {
  content: "\f267";
}

.c-tp-icon--turkish_coffee:before {
  content: "\f24b";
}

.c-tp-icon--turkish_coffee_packaging:before {
  content: "\f24c";
}

.c-tp-icon--twitter:before {
  content: "\f19e";
}

.c-tp-icon--underwear:before {
  content: "\f17e";
}

.c-tp-icon--user:before {
  content: "\f1a4";
}

.c-tp-icon--user_loggedin:before {
  content: "\f2e5";
}

.c-tp-icon--vanilla:before {
  content: "\f254";
}

.c-tp-icon--varied:before {
  content: "\f17f";
}

.c-tp-icon--warning:before {
  content: "\f180";
}

.c-tp-icon--watchlist:before {
  content: "\f1aa";
}

.c-tp-icon--water:before {
  content: "\f213";
}

.c-tp-icon--water_boiler:before {
  content: "\f214";
}

.c-tp-icon--wishlist:before {
  content: "\f181";
}

.c-tp-icon--women:before {
  content: "\f182";
}

.c-tp-icon--xing:before {
  content: "\f19f";
}

.c-tp-icon--youtube:before {
  content: "\f1a0";
}

.c-tp-icon--zoomin:before {
  content: "\f1b5";
}

.c-tp-icon--zoomout:before {
  content: "\f1b6";
}

/** * This is the default-styling for the lightbox-gallery. * It features dynamic & responsive grid-sizing and a show-more indicator. * * If you want to customize it, just copy & paste it into your 'assets/'-folder * and replace the style-references in your <head>. */

/* Helpers */

/* Variables */

/* Gallery */

[data-js='photoswipe-gallery'] {
  display: flex;
  margin: - 0.5rem;
  padding: 1rem 0;
  flex-wrap: wrap;
}

/* Gallery-Element */

[data-js='photoswipe-gallery'] figure {
  position: relative;
  width: 100%;
  margin: 0.5rem;
}

[data-js='photoswipe-gallery'] figure img {
  width: 100%;
}

[data-js='photoswipe-gallery'] figure,
[data-js='photoswipe-gallery'] figure .imageset {
  cursor: zoom-in;
}

[data-js='photoswipe-gallery'] figure figcaption {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

[data-js='photoswipe-gallery'] figure.klg-cols-1 {
  width: calc(100% - 1rem);
}

[data-js='photoswipe-gallery'] figure.klg-cols-2 {
  width: calc(50% - 1rem);
}

[data-js='photoswipe-gallery'] figure.klg-cols-3 {
  width: calc(33.3333333333% - 1rem);
}

[data-js='photoswipe-gallery'] figure.klg-cols-4 {
  width: calc(25% - 1rem);
}

[data-js='photoswipe-gallery'] figure.klg-cols-5 {
  width: calc(20% - 1rem);
}

[data-js='photoswipe-gallery'] figure.klg-cols-6 {
  width: calc(16.6666666667% - 1rem);
}

[data-js='photoswipe-gallery'] figure.klg-cols-7 {
  width: calc(14.2857142857% - 1rem);
}

[data-js='photoswipe-gallery'] figure.klg-cols-8 {
  width: calc(12.5% - 1rem);
}

[data-js='photoswipe-gallery'] figure.klg-cols-9 {
  width: calc(11.1111111111% - 1rem);
}

[data-js='photoswipe-gallery'] figure.klg-cols-10 {
  width: calc(10% - 1rem);
}

@media (max-width: 40rem) {
  [data-js='photoswipe-gallery'] figure.klg-mobilecols-1 {
    width: calc(100% - 1rem);
  }

  [data-js='photoswipe-gallery'] figure.klg-mobilecols-2 {
    width: calc(50% - 1rem);
  }

  [data-js='photoswipe-gallery'] figure.klg-mobilecols-3 {
    width: calc(33.3333333333% - 1rem);
  }

  [data-js='photoswipe-gallery'] figure.klg-mobilecols-4 {
    width: calc(25% - 1rem);
  }

  [data-js='photoswipe-gallery'] figure.klg-mobilecols-5 {
    width: calc(20% - 1rem);
  }

  [data-js='photoswipe-gallery'] figure.klg-mobilecols-6 {
    width: calc(16.6666666667% - 1rem);
  }

  [data-js='photoswipe-gallery'] figure.klg-mobilecols-7 {
    width: calc(14.2857142857% - 1rem);
  }

  [data-js='photoswipe-gallery'] figure.klg-mobilecols-8 {
    width: calc(12.5% - 1rem);
  }

  [data-js='photoswipe-gallery'] figure.klg-mobilecols-9 {
    width: calc(11.1111111111% - 1rem);
  }

  [data-js='photoswipe-gallery'] figure.klg-mobilecols-10 {
    width: calc(10% - 1rem);
  }
}

[data-js='photoswipe-gallery'] figure[data-not-previewed] {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

[data-js='photoswipe-gallery'] figure[data-last-previewed]:not([data-more-count='0']):after {
  content: attr(data-more-count) ' more..';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, .75);
}

.bg-brandcolor {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 156, 111, var(--tw-bg-opacity));
}

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

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

.bg-transparent {
  background-color: transparent;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

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

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.border-collapse {
  border-collapse: collapse;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.border {
  border-width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

.h-10 {
  height: 2.5rem;
}

.h-32 {
  height: 8rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.leading-5 {
  line-height: 1.25rem;
}

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

.leading-relaxed {
  line-height: 1.625;
}

.list-outside {
  list-style-position: outside;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.m-0 {
  margin: 0px;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

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

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

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

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

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

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

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

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

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

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

.ml-3 {
  margin-left: 0.75rem;
}

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

.mr-4 {
  margin-right: 1rem;
}

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

.ml-4 {
  margin-left: 1rem;
}

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

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

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

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

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

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

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

.ml-8 {
  margin-left: 2rem;
}

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

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

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

.mr-16 {
  margin-right: 4rem;
}

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

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

.-ml-2 {
  margin-left: -0.5rem;
}

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

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

.-mt-0\.5 {
  margin-top: -0.125rem;
}

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

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.overflow-hidden {
  overflow: hidden;
}

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

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-12 {
  padding: 3rem;
}

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

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

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

.pt-0 {
  padding-top: 0px;
}

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

.pb-0 {
  padding-bottom: 0px;
}

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

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

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

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

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

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

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

.pl-4 {
  padding-left: 1rem;
}

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

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

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

.pl-8 {
  padding-left: 2rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

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

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

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

.pb-24 {
  padding-bottom: 6rem;
}

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

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

.pb-32 {
  padding-bottom: 8rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-2 {
  top: 0.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.top-1\/2 {
  top: 50%;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

.text-brandcolor {
  --tw-text-opacity: 1;
  color: rgba(113, 156, 111, var(--tw-text-opacity));
}

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

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

.uppercase {
  text-transform: uppercase;
}

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

.visible {
  visibility: visible;
}

.w-0 {
  width: 0px;
}

.w-2 {
  width: 0.5rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-80 {
  width: 20rem;
}

.w-auto {
  width: auto;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-1\/2 {
  width: 50%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-1\/5 {
  width: 20%;
}

.w-3\/5 {
  width: 60%;
}

.w-1\/6 {
  width: 16.666667%;
}

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

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

.w-2\/12 {
  width: 16.666667%;
}

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

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

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

.w-10\/12 {
  width: 83.333333%;
}

.w-full {
  width: 100%;
}

.w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

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

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

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

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

.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));
}

.rotate-180 {
  --tw-rotate: 180deg;
}

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

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@media (min-width: 640px) {
  .sm\:max-w-screen-sm {
    max-width: 640px;
  }

  .sm\:max-w-screen-lg {
    max-width: 1024px;
  }

  .sm\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .sm\:w-0 {
    width: 0px;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-80 {
    width: 20rem;
  }

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

  .sm\:w-0\.5 {
    width: 0.125rem;
  }

  .sm\:w-2\.5 {
    width: 0.625rem;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-1\/6 {
    width: 16.666667%;
  }

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

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

  .sm\:w-2\/12 {
    width: 16.666667%;
  }

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

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

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

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}

@media (min-width: 768px) {
  .md\:max-w-screen-sm {
    max-width: 640px;
  }

  .md\:max-w-screen-lg {
    max-width: 1024px;
  }

  .md\:max-w-screen-2xl {
    max-width: 1536px;
  }

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

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

  .md\:w-0 {
    width: 0px;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

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

  .md\:w-0\.5 {
    width: 0.125rem;
  }

  .md\:w-2\.5 {
    width: 0.625rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

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

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

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

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

  .md\:w-2\/12 {
    width: 16.666667%;
  }

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

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

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

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}

@media (min-width: 1024px) {
  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .lg\:max-w-screen-lg {
    max-width: 1024px;
  }

  .lg\:max-w-screen-2xl {
    max-width: 1536px;
  }

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

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

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

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

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

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:w-0 {
    width: 0px;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

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

  .lg\:w-0\.5 {
    width: 0.125rem;
  }

  .lg\:w-2\.5 {
    width: 0.625rem;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

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

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

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

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

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

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

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}

@media (min-width: 1280px) {
  .xl\:bg-fixed {
    background-attachment: fixed;
  }

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

  .xl\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xl\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:w-0 {
    width: 0px;
  }

  .xl\:w-2 {
    width: 0.5rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-80 {
    width: 20rem;
  }

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

  .xl\:w-0\.5 {
    width: 0.125rem;
  }

  .xl\:w-2\.5 {
    width: 0.625rem;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-2\/4 {
    width: 50%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

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

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

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

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

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

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

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}

@media (min-width: 1536px) {
  .\32xl\:max-w-screen-sm {
    max-width: 640px;
  }

  .\32xl\:max-w-screen-lg {
    max-width: 1024px;
  }

  .\32xl\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .\32xl\:w-0 {
    width: 0px;
  }

  .\32xl\:w-2 {
    width: 0.5rem;
  }

  .\32xl\:w-4 {
    width: 1rem;
  }

  .\32xl\:w-6 {
    width: 1.5rem;
  }

  .\32xl\:w-8 {
    width: 2rem;
  }

  .\32xl\:w-10 {
    width: 2.5rem;
  }

  .\32xl\:w-12 {
    width: 3rem;
  }

  .\32xl\:w-16 {
    width: 4rem;
  }

  .\32xl\:w-24 {
    width: 6rem;
  }

  .\32xl\:w-32 {
    width: 8rem;
  }

  .\32xl\:w-40 {
    width: 10rem;
  }

  .\32xl\:w-48 {
    width: 12rem;
  }

  .\32xl\:w-56 {
    width: 14rem;
  }

  .\32xl\:w-64 {
    width: 16rem;
  }

  .\32xl\:w-80 {
    width: 20rem;
  }

  .\32xl\:w-auto {
    width: auto;
  }

  .\32xl\:w-0\.5 {
    width: 0.125rem;
  }

  .\32xl\:w-2\.5 {
    width: 0.625rem;
  }

  .\32xl\:w-1\/2 {
    width: 50%;
  }

  .\32xl\:w-2\/3 {
    width: 66.666667%;
  }

  .\32xl\:w-2\/4 {
    width: 50%;
  }

  .\32xl\:w-1\/5 {
    width: 20%;
  }

  .\32xl\:w-3\/5 {
    width: 60%;
  }

  .\32xl\:w-1\/6 {
    width: 16.666667%;
  }

  .\32xl\:w-3\/6 {
    width: 50%;
  }

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

  .\32xl\:w-2\/12 {
    width: 16.666667%;
  }

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

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

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

  .\32xl\:w-10\/12 {
    width: 83.333333%;
  }

  .\32xl\:w-full {
    width: 100%;
  }

  .\32xl\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}