@charset "UTF-8";
/* moved by compressor */
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }


/*
@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {
  $n: index($breakpoint-names, $name);
  @return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);
}
*/
/*
@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {
  $next: breakpoint-next($name, $breakpoints);
  @return if($next, breakpoint-min($next, $breakpoints) - 1px, null);
}
*/
.form-wrap:before, .container:before, .main .breadcrumbs:before,
.container-fluid:before,
.row:before, .form-wrap:after, .container:after, .main .breadcrumbs:after,
.container-fluid:after,
.row:after {
  content: " ";
  display: table;
}
.form-wrap:after, .container:after, .main .breadcrumbs:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  font-family: sans-serif; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 4 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%; /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
/*
svg {
	fill: currentColor;
}
*/
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */
a:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border-style: none; /* 1 */
  color: inherit; /* 1 */
  font-size: 1em; /* 1 */
  margin: 0; /* 2 */
}

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

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

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/* Reset typography
---------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

/* Font face
---------------------------------------- */
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: local("Open Sans Light"), local("OpenSans-Light"), url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/fonts/open-sans-v17-latin-300.woff2') format("woff2"), url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/fonts/open-sans-v17-latin-300.woff') format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/fonts/open-sans-v17-latin-regular.woff2') format("woff2"), url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/fonts/open-sans-v17-latin-regular.woff') format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/fonts/open-sans-v17-latin-600.woff2') format("woff2"), url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/fonts/open-sans-v17-latin-600.woff') format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/fonts/open-sans-v17-latin-700.woff2') format("woff2"), url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/fonts/open-sans-v17-latin-700.woff') format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Fonticons
---------------------------------------- */
@font-face {
  font-family: "teledata";
  font-display: swap;
  src: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/fonts/teledata.eot');
  src: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/fonts/teledata.eot?#iefix') format("embedded-opentype"), url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/fonts/teledata.woff') format("woff"), url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/fonts/teledata.ttf') format("truetype"), url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/fonts/teledata.svg#teledata') format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ls-icon-],
[class*=" ls-icon-"] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

[data-icon]:before {
  font-family: "teledata" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=ls-icon-]:before,
[class*=" ls-icon-"]:before {
  font-family: "teledata" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ls-icon-angle-double-up:before {
  content: "e";
}

.ls-icon-angle-double-right:before {
  content: "f";
}

.ls-icon-angle-double-left:before {
  content: "g";
}

.ls-icon-angle-double-down:before {
  content: "h";
}

.ls-icon-down-open-big:before {
  content: "i";
}

.ls-icon-left-open-big:before {
  content: "j";
}

.ls-icon-right-open-big:before {
  content: "k";
}

.ls-icon-up-open-big:before {
  content: "l";
}

.ls-icon-left-open-mini:before {
  content: "m";
}

.ls-icon-down-open-mini:before {
  content: "n";
}

.ls-icon-right-open-mini:before {
  content: "o";
}

.ls-icon-up-open-mini:before {
  content: "p";
}

.ls-icon-facebook-square:before {
  content: "a";
}

.ls-icon-facebook:before {
  content: "b";
}

.ls-icon-chevron-left:before {
  content: "c";
}

.ls-icon-chevron-right:before {
  content: "d";
}

.ls-icon-angle-down:before {
  content: "q";
}

.ls-icon-angle-left:before {
  content: "r";
}

.ls-icon-angle-right:before {
  content: "s";
}

.ls-icon-angle-up:before {
  content: "t";
}

.ls-icon-world:before {
  content: "u";
}

.ls-icon-chevron-down:before {
  content: "v";
}

.ls-icon-chevron-up:before {
  content: "w";
}

.ls-icon-check:before {
  content: "x";
}

.ls-icon-envelope:before {
  content: "y";
}

.ls-icon-envelope-o:before {
  content: "z";
}

.ls-icon-phone:before {
  content: "A";
}

.ls-icon-user:before {
  content: "B";
}

.ls-icon-twitter:before {
  content: "C";
}

.ls-icon-pinterest:before {
  content: "D";
}

.ls-icon-youtube-play:before {
  content: "E";
}

.ls-icon-flickr:before {
  content: "F";
}

.ls-icon-xing:before {
  content: "G";
}

.ls-icon-vimeo-square:before {
  content: "H";
}

.ls-icon-linkedin-square:before {
  content: "I";
}

.ls-icon-tumblr:before {
  content: "J";
}

.ls-icon-github:before {
  content: "K";
}

.ls-icon-social-snapchat:before {
  content: "L";
}

.ls-icon-whatsapp:before {
  content: "M";
}

.ls-icon-comments:before {
  content: "N";
}

.ls-icon-skype:before {
  content: "O";
}

.ls-icon-share:before {
  content: "P";
}

.ls-icon-tags:before {
  content: "Q";
}

.ls-icon-home:before {
  content: "R";
}

.ls-icon-social-digg:before {
  content: "S";
}

.ls-icon-reddit:before {
  content: "T";
}

.ls-icon-stumbleupon:before {
  content: "U";
}

.ls-icon-rss:before {
  content: "V";
}

.ls-icon-search:before {
  content: "W";
}

/* Html5
---------------------------------------- */
/* Reset elements */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* Create block elements */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

[hidden] {
  display: none;
}

/* Box sizing
---------------------------------------- */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Basic
---------------------------------------- */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 100%;
  font-family: "Open Sans";
  overflow-x: hidden;
  background-color: #f5f5f5;
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  /*
  color: var(--color-body-default);
  background-color: var(--bgcolor-body-default);
  */
}

html, body {
  height: 100%;
}

iframe {
  max-width: 100%;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #00aaa5;
  -webkit-transition: color 500ms ease;
  -ms-transition: color 500ms ease;
  transition: color 500ms ease;
}
a:hover {
  color: #afcb0b;
  text-decoration: none;
}
a:active {
  outline: 0;
}
a:focus {
  outline: 0;
}

.hr hr {
  display: none;
}

.hr {
  background: #d7d7d7;
  height: 1px;
  overflow: hidden;
  margin: 15px 0 25px;
  padding: 0;
}

.row + .hr {
  margin-top: 25px;
}

p {
  padding: 0 0 1em;
  /** justify **/
}
p.text-left {
  text-align: left;
}
p.text-center {
  text-align: center;
}
p.text-right {
  text-align: right;
}
p.text-justify {
  text-align: justify;
}

p:last-child {
  padding-bottom: 0;
}

table {
  margin: 0 0 25px;
  width: 100%;
}

tr, th, td {
  margin: 0;
  padding: 4px 8px 4px 0;
  vertical-align: top;
}

strong, b, th, dt {
  font-weight: 600;
}

em, i, tfoot {
  font-style: italic;
}

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

img, object, embed {
  max-width: 100%;
}

img {
  font-size: 0;
  color: transparent;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; /* For IE. http://css-tricks.com/ie-fix-bicubic-scaling-for-images */
}

/* If a `width` and/or `height` attribute have been explicitly defined, let’s not make the image fluid. */
img[width],
img[height] { /* [1] */ }

/* Media Queries */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* Outer-wrap
---------------------------------------- */
/* Page wrap
---------------------------------------- */
#page-wrap {
  padding-top: 50px;
  /* Sticky footer */
}
@media (min-width: 576px) {
  #page-wrap {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  #page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
  }
}

/* Availability check
---------------------------------------- */
.availability-check {
  display: none;
  position: relative;
  z-index: 98;
}
@media (min-width: 768px) {
  .availability-check {
    display: block;
  }
}
.availability-check .availability-wrap {
  width: 100vw;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 95;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-100vw, 0);
  -ms-transform: translate(-100vw, 0);
  transform: translate(-100vw, 0);
}
.availability-check .availability-widget {
  position: absolute;
  right: -32px;
  bottom: 140px;
  z-index: 99;
  width: 20px;
  height: 200px;
  padding: 20px;
  padding-right: 13px;
  border-radius: 5px;
  background-color: #afcb0b;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-align: right;
}
.availability-check .availability-widget:hover {
  background-color: #fff;
}
.availability-check .availability-widget__headline {
  transform: rotate(-90deg) translate(-77.5px, -80px);
  width: -moz-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: fit-content;
  display: flex;
  flex-flow: row nowrap;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.availability-check .availability-widget__headline img {
  width: 20px;
  height: 22px;
  margin-top: 1px;
  margin-left: 10px;
  transform: rotate(90deg);
}
.availability-check .availability-close {
  display: none;
}
.availability-check--open .availability-wrap {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.availability-check--open .availability-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 120px;
  rigth: -45px;
  text-align: left;
  height: 268px;
  background-color: #fff;
}
.availability-check--open .availability-open {
  display: none;
}
.availability-check--open .availability-close {
  display: block;
}
.availability-check .availability-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background-color: #afcb0b;
  padding: 90px 0 40px 0;
}
@media (min-width: 576px) {
  .availability-check .availability-overlay {
    padding: 120px 0 40px 0;
  }
}
.availability-check .availability-overlay__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.availability-check .availability-overlay__form {
  margin-bottom: 30px;
}
.availability-check .availability-overlay__map {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .availability-check .availability-overlay__map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.availability-check .availability-overlay__map-left {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  padding: 20px;
}
.availability-check .availability-overlay__map-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a7a7a7;
}
.availability-check .availability-overlay__map h4 {
  font-size: 16px;
  font-size: 1rem;
  color: #00aaa5;
  font-weight: 400;
  margin-bottom: 20px;
}
.availability-check .availability-overlay__map-right {
  -webkit-flex-basis: 70%;
  -moz-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}
.availability-check .availability-overlay__map-right img {
  width: 100%;
  height: auto;
}

/* Widgets
---------------------------------------- */
.widget {
  display: none;
  position: fixed;
  right: -190px;
  bottom: 420px;
  z-index: 99;
  width: 220px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #afcb0b;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  /* Top Links */
}
@media (min-width: 768px) {
  .widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.widget:hover {
  -webkit-transform: translate(-190px, 0px);
  -ms-transform: translate(-190px, 0px);
  transform: translate(-190px, 0px);
}
.widget__headline {
  position: relative;
  left: -12.5px;
  height: 20px;
  margin-right: 5px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.widget__inner {
  font-weight: 300;
}
.widget a {
  color: rgb(51, 51, 51);
}
.widget a:hover {
  color: #fff;
}
.widget--toplinks {
  right: -320px;
  width: 350px;
  bottom: 20px;
}
.widget--toplinks .widget__headline {
  left: -20px;
}
.widget--toplinks:hover {
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}

/* SVG Sprites
---------------------------------------- */
#ls-svg-sprite {
  width: 0;
  height: 0;
  visibility: hidden;
}

/* Info ( only < sm )
---------------------------------------- */
.info-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  display: none;
}
@media screen and (max-width: 576px) {
  .panel--open .info-mobile {
    display: block;
  }
}
.info-mobile ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.info-mobile li {
  width: 33.3333%;
}
.info-mobile img {
  max-height: 20px;
  max-width: 20px;
  margin-right: 10px;
}
.info-mobile a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 10px 0;
  color: #fff;
}
.info-mobile .search a {
  background-color: #00aaa5;
}
.info-mobile .mail a {
  background-color: #7fd4d2;
}
.info-mobile .user a {
  background-color: #ccf8f7;
}

.business-box__item.content-card__item:hover .business-box__link a {
  padding-right: 30px;
}

.business-box__item.content-card__item .business-box__link a:hover {
  padding-right: 40px;
}

.card-tem-with-background {
  color: white !important;
}
.card-tem-with-background h1, .card-tem-with-background h2, .card-tem-with-background h3, .card-tem-with-background h4, .card-tem-with-background h5 {
  color: white !important;
}
.card-tem-with-background .business-box__inner {
  background-color: transparent;
}
.card-tem-with-background a {
  color: white !important;
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-arrow-white.svg') !important;
}

.mr-20 {
  margin-right: 20px;
}

.mr-38 {
  margin-right: 38px;
}

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

.padding-38 {
  padding: 38px;
}

.padding-20 {
  padding: 20px;
}

#page-wrap .font-white, #page-wrap .font-white h3, #page-wrap .font-white .service-container__teaser a {
  color: #fff;
}
#page-wrap .font-white:hover, #page-wrap .font-white h3:hover, #page-wrap .font-white .service-container__teaser a:hover {
  color: #fff;
}
#page-wrap .font-black-important {
  color: #000 !important;
}
#page-wrap .font-black-important:hover {
  color: #000 !important;
}
#page-wrap .font-black, #page-wrap .font-black h3, #page-wrap .font-black .service-container__teaser a {
  color: #000;
}
#page-wrap .font-black:hover, #page-wrap .font-black h3:hover, #page-wrap .font-black .service-container__teaser a:hover {
  color: #000;
}
#page-wrap .background-black {
  background-color: #000;
}
#page-wrap .background-white {
  background-color: #fff;
}
#page-wrap .bg-gray, #page-wrap .background-gray {
  background-color: #f5f5f5;
}
#page-wrap .background-green {
  background-color: #7fd4d2;
}
#page-wrap .font-gradient-blue-green {
  background: transparent linear-gradient(90deg, #006060 0%, #009A9B 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  width: fit-content;
}
#page-wrap .form-elem-full-width {
  margin-right: 100%;
}
@media (max-width: 767.98px) {
  #page-wrap .form-elem-full-width {
    margin-right: unset;
  }
}
@media (max-width: 991.98px) {
  #page-wrap .form-elem-center-mobile {
    display: flex;
    justify-content: center;
  }
}
#page-wrap .round-form input, #page-wrap .round-form select, #page-wrap .round-form .select-wrapper {
  border-radius: 10px;
}
#page-wrap .round-form input[type=submit], #page-wrap .round-form select[type=submit], #page-wrap .round-form .select-wrapper[type=submit] {
  border-radius: 0px;
}
#page-wrap .form-headline {
  text-align: center;
  margin: 2rem 0rem;
  width: 100%;
}
#page-wrap .form-headline h1, #page-wrap .form-headline h2, #page-wrap .form-headline h3, #page-wrap .form-headline h4, #page-wrap .form-headline h5, #page-wrap .form-headline h6 {
  color: #00AAA5;
  font-size: 22px;
  font-weight: bold;
}
#page-wrap .background-mint {
  background-color: #7fd4d2;
}
#page-wrap .background-yellow {
  background-color: #fee300;
}
#page-wrap .background-greenblue {
  background-color: rgb(0, 105, 108);
  background-image: linear-gradient(180deg, rgb(0, 105, 108) 0%, rgb(0, 167, 168) 100%);
}
#page-wrap .background-greenblue-bottom {
  background: transparent linear-gradient(0deg, #006060 0%, #009A9B 100%) 0% 0% no-repeat padding-box;
}
#page-wrap .background-greenblue-left {
  background: transparent linear-gradient(90deg, #006060 0%, #009A9B 100%) 0% 0% no-repeat padding-box;
}
#page-wrap .bullets-check ul li {
  margin-left: 18px;
  padding-left: 18px;
}
#page-wrap .bullets-check ul li:before {
  width: 24px;
  top: 6px;
  content: url('../../../typo3conf/ext/boilerplate/Resources/Public/frontend/assets/img/icons/ico-check-2.svg') !important;
  transform: scale(1.6);
}
#page-wrap .bullets-check.bullets-color-white ul li:before {
  content: url('../../../typo3conf/ext/boilerplate/Resources/Public/frontend/assets/img/icons/ico-check-2-white.svg') !important;
}
#page-wrap .bullets-check.bullets-color-green ul li:before {
  content: url('../../../typo3conf/ext/boilerplate/Resources/Public/frontend/assets/img/icons/ico-check-2.svg') !important;
}
#page-wrap .bullets-check.bullets-color-black ul li:before {
  content: url('../../../typo3conf/ext/boilerplate/Resources/Public/frontend/assets/img/icons/ico-check-2-black.svg') !important;
}
#page-wrap .bullets-check.background-green ul li:before, #page-wrap .bullets-check.background-greenblue ul li:before, #page-wrap .bullets-check.background-0 ul li:before {
  width: 24px;
  top: 3px;
  content: url('../../../typo3conf/ext/boilerplate/Resources/Public/frontend/assets/img/icons/ico-check-2-white.svg') !important;
}
#page-wrap .bullets-check.background-green.bullets-color-white ul li:before, #page-wrap .bullets-check.background-greenblue.bullets-color-white ul li:before, #page-wrap .bullets-check.background-0.bullets-color-white ul li:before {
  content: url('../../../typo3conf/ext/boilerplate/Resources/Public/frontend/assets/img/icons/ico-check-2-white.svg') !important;
}
#page-wrap .bullets-check.background-green.bullets-color-green ul li:before, #page-wrap .bullets-check.background-greenblue.bullets-color-green ul li:before, #page-wrap .bullets-check.background-0.bullets-color-green ul li:before {
  content: url('../../../typo3conf/ext/boilerplate/Resources/Public/frontend/assets/img/icons/ico-check-2.svg') !important;
}
#page-wrap .entry-content .background-green ul li:before, #page-wrap .entry-content .background-greenblue ul li:before, #page-wrap .entry-content .background-0 ul li:before {
  content: url('../../../typo3conf/ext/boilerplate/Resources/Public/frontend/assets/img/icons/ico-squere-whiite.svg');
}
#page-wrap .entry-content .bullets-color-white ul li:before {
  content: url('../../../typo3conf/ext/boilerplate/Resources/Public/frontend/assets/img/icons/ico-squere-whiite.svg');
}
#page-wrap .entry-content .bullets-color-green ul li:before {
  content: url('../../../typo3conf/ext/boilerplate/Resources/Public/frontend/assets/img/icons/ico-squere.svg');
}

.tx-indexedsearch-browsebox {
  display: block;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.tx-indexedsearch-browsebox li {
  margin: 40px 0px !important;
  padding: 0px !important;
  display: inline-block;
}
.tx-indexedsearch-browsebox li:before {
  display: none !important;
}
.tx-indexedsearch-browsebox li a {
  font-size: 1rem;
  padding: 12px 14px;
  margin: 0 1px 0 0;
  background-color: #00aaa5;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}
.tx-indexedsearch-browsebox li a:hover {
  background-color: #00918c;
}
.tx-indexedsearch-browsebox li .tx-indexedsearch-browselist-currentPage a {
  background-color: #00918c !important;
}

/* Variables
---------------------------------------- */
:root {
  --blue: #007bff;
  --green-blue: #006666;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #a42a01;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #4d9850;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #4d9850;
  --secondary: #6c757d;
  --success: #4d9850;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ec8070;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --color-body-default: white;
  --bgcolor-body-default: red;
  --bgdark: linear-gradient(to top, #fff, #eee);
}

:root {
  --fluid-min-width: 320;
  --fluid-max-width: 1170;
  --fluid-min-size: 20;
  --fluid-max-size: 24;
  --fluid-min-ratio: 1.2;
  --fluid-max-ratio: 1.25;
  --fluid-screen: 100vw;
  --fluid-bp: calc((var(--fluid-screen) - ((var(--fluid-min-width) / 16) * 1rem)) / ((var(--fluid-max-width) / 16) - (var(--fluid-min-width) / 16)));
}

@media screen and (min-width: 1170px) {
  :root {
    --fluid-screen: calc(var(--fluid-max-width) * 1px);
  }
}
:root {
  --fluid-max-negative: (1 / var(--fluid-max-ratio) / var(--fluid-max-ratio));
  --fluid-min-negative: (1 / var(--fluid-min-ratio) / var(--fluid-min-ratio));
  --fluid-min-scale--2: var(--fluid-min-scale--1) * var(--fluid-min-ratio) * var(--fluid-min-negative);
  --fluid-max-scale--2: var(--fluid-max-scale--1) * var(--fluid-max-ratio) * var(--fluid-max-negative);
  --fluid-min-size--2: (var(--fluid-min-size) * var(--fluid-min-scale--2)) / 16;
  --fluid-max-size--2: (var(--fluid-max-size) * var(--fluid-max-scale--2)) / 16;
  --step--2: calc(((var(--fluid-min-size--2) * 1rem) + (var(--fluid-max-size--2) - var(--fluid-min-size--2)) * var(--fluid-bp)));
  --fluid-min-scale--1: var(--fluid-min-ratio) * var(--fluid-min-negative);
  --fluid-max-scale--1: var(--fluid-max-ratio) * var(--fluid-max-negative);
  --fluid-min-size--1: (var(--fluid-min-size) * var(--fluid-min-scale--1)) / 16;
  --fluid-max-size--1: (var(--fluid-max-size) * var(--fluid-max-scale--1)) / 16;
  --step--1: calc(((var(--fluid-min-size--1) * 1rem) + (var(--fluid-max-size--1) - var(--fluid-min-size--1)) * var(--fluid-bp)));
  --fluid-min-scale-0: var(--fluid-min-ratio);
  --fluid-max-scale-0: var(--fluid-max-ratio);
  --fluid-min-size-0: (var(--fluid-min-size)) / 16;
  --fluid-max-size-0: (var(--fluid-max-size)) / 16;
  --step-0: calc(((var(--fluid-min-size-0) * 1rem) + (var(--fluid-max-size-0) - var(--fluid-min-size-0)) * var(--fluid-bp)));
  --fluid-min-scale-1: var(--fluid-min-scale-0) * var(--fluid-min-ratio);
  --fluid-max-scale-1: var(--fluid-max-scale-0) * var(--fluid-max-ratio);
  --fluid-min-size-1: (var(--fluid-min-size) * var(--fluid-min-scale-0)) / 16;
  --fluid-max-size-1: (var(--fluid-max-size) * var(--fluid-max-scale-0)) / 16;
  --step-1: calc(((var(--fluid-min-size-1) * 1rem) + (var(--fluid-max-size-1) - var(--fluid-min-size-1)) * var(--fluid-bp)));
  --fluid-min-scale-2: var(--fluid-min-scale-1) * var(--fluid-min-ratio);
  --fluid-max-scale-2: var(--fluid-max-scale-1) * var(--fluid-max-ratio);
  --fluid-min-size-2: (var(--fluid-min-size) * var(--fluid-min-scale-1)) / 16;
  --fluid-max-size-2: (var(--fluid-max-size) * var(--fluid-max-scale-1)) / 16;
  --step-2: calc(((var(--fluid-min-size-2) * 1rem) + (var(--fluid-max-size-2) - var(--fluid-min-size-2)) * var(--fluid-bp)));
  --fluid-min-scale-3: var(--fluid-min-scale-2) * var(--fluid-min-ratio);
  --fluid-max-scale-3: var(--fluid-max-scale-2) * var(--fluid-max-ratio);
  --fluid-min-size-3: (var(--fluid-min-size) * var(--fluid-min-scale-2)) / 16;
  --fluid-max-size-3: (var(--fluid-max-size) * var(--fluid-max-scale-2)) / 16;
  --step-3: calc(((var(--fluid-min-size-3) * 1rem) + (var(--fluid-max-size-3) - var(--fluid-min-size-3)) * var(--fluid-bp)));
  --fluid-min-scale-4: var(--fluid-min-scale-3) * var(--fluid-min-ratio);
  --fluid-max-scale-4: var(--fluid-max-scale-3) * var(--fluid-max-ratio);
  --fluid-min-size-4: (var(--fluid-min-size) * var(--fluid-min-scale-3)) / 16;
  --fluid-max-size-4: (var(--fluid-max-size) * var(--fluid-max-scale-3)) / 16;
  --step-4: calc(((var(--fluid-min-size-4) * 1rem) + (var(--fluid-max-size-4) - var(--fluid-min-size-4)) * var(--fluid-bp)));
  --fluid-min-scale-5: var(--fluid-min-scale-4) * var(--fluid-min-ratio);
  --fluid-max-scale-5: var(--fluid-max-scale-4) * var(--fluid-max-ratio);
  --fluid-min-size-5: (var(--fluid-min-size) * var(--fluid-min-scale-4)) / 16;
  --fluid-max-size-5: (var(--fluid-max-size) * var(--fluid-max-scale-4)) / 16;
  --step-5: calc(((var(--fluid-min-size-5) * 1rem) + (var(--fluid-max-size-5) - var(--fluid-min-size-5)) * var(--fluid-bp)));
  --fluid-min-scale-6: var(--fluid-min-scale-5) * var(--fluid-min-ratio);
  --fluid-max-scale-6: var(--fluid-max-scale-5) * var(--fluid-max-ratio);
  --fluid-min-size-6: (var(--fluid-min-size) * var(--fluid-min-scale-5)) / 16;
  --fluid-max-size-6: (var(--fluid-max-size) * var(--fluid-max-scale-5)) / 16;
  --step-6: calc(((var(--fluid-min-size-6) * 1rem) + (var(--fluid-max-size-6) - var(--fluid-min-size-6)) * var(--fluid-bp)));
  --fluid-0: calc(((var(--fluid-min-size-0) * 1rem) + (var(--fluid-max-size-0) - var(--fluid-min-size-0)) * var(--fluid-bp)));
  --fluid-1: calc(((var(--fluid-min-size-1) * 1rem) + (var(--fluid-max-size-1) - var(--fluid-min-size-1)) * var(--fluid-bp)));
  --fluid-2: calc(((var(--fluid-min-size-2) * 1rem) + (var(--fluid-max-size-2) - var(--fluid-min-size-2)) * var(--fluid-bp)));
}

/* Grid
---------------------------------------- */
/* Clearfix grid */
.container, .main .breadcrumbs {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1200px;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row-negative {
  margin-right: -15px;
  margin-left: -15px;
}

/* No gutter */
.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutter > [class^=ls-col-],
.row.no-gutter > [class^=vc_col-],
.row.no-gutter > [class*=" vc_col-"],
.row.no-gutter > [class*=" ls-col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* Grid no break */
.row.grid-no-break > [class^=ls-col-],
.row.grid-no-break > [class^=vc_col-],
.row.grid-no-break > [class*=" vc_col-"],
.row.grid-no-break > [class*=" ls-col-"] {
  float: left;
}

.row + .row {
  margin-top: 30px;
}

/* Flush */
.row + .row.flush {
  margin-top: 0;
}

@media (min-width: 992px) {
  .row + .row.half {
    margin-top: 12.5px;
  }
  .row + .row.oneandhalf {
    margin-top: 37.5px;
  }
  .row + .row.double {
    margin-top: 50px;
  }
}
@media (max-width: 1199.98px) {
  /* max-width: 1400px */
  .row > [class^=ls-col-xxl-] + [class^=ls-col-xxl-] {
    margin-top: 25px;
  }
  .row.no-gutter > [class^=ls-col-xxl-] + [class^=ls-col-xxl-] {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  /* max-width: 1200px */
  .row > [class^=vc_col-lg-] + [class^=vc_col-lg-],
.row > [class^=ls-col-xl-] + [class^=ls-col-xl-] {
    margin-top: 25px;
  }
  .row.no-gutter > [class^=ls-col-xl-] + [class^=ls-col-xl-] {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  /* max-width: 992px */
  .vc_row > [class^=vc_col-md-] + [class^=vc_col-md-],
.row > [class^=vc_col-md-] + [class^=vc_col-md-],
.row > [class^=ls-col-lg-] + [class^=ls-col-lg-] {
    margin-top: 25px;
  }
  .row.no-gutter > [class^=ls-col-lg-] + [class^=ls-col-lg-] {
    margin-top: 0;
  }
  .row.half-col > [class^=ls-col-lg] + [class^=ls-col-lg-] {
    margin-top: 12.5px;
  }
  /* new */
  .row [class*=vc_col-md-] + [class*=vc_col-md-] {
    margin-top: 25px;
  }
}
@media (max-width: 575.98px) {
  /* max-width: 768px */
  .vc_row > [class^=vc_col-sm-] + [class^=vc_col-sm-],
.row > [class^=vc_col-sm-] + [class^=vc_col-sm-],
.row > [class^=ls-col-md-] + [class^=ls-col-md-] {
    margin-top: 25px;
  }
  .row.no-gutter > [class^=ls-col-md-] + [class^=ls-col-md-],
.row.no-gutter > [class^=vc_col-sm-] + [class^=vc_col-sm-] {
    margin-top: 0;
  }
  .row.half-col > [class^=ls-col-md-] + [class^=ls-col-md-] {
    margin-top: 12.5px;
  }
  /* new */
  .row [class*=vc_col-sm-] + [class*=vc_col-sm-] {
    margin-top: 25px;
  }
  /* 2col < 768px */
  .row .vc_col-xs-6 + .vc_col-xs-6:nth-child(2) {
    margin-top: 0;
  }
}
/* max-width: ?? */
.row > [class^=ls-col-sm-] + [class^=ls-col-sm-] {
  margin-top: 25px;
}

.row.no-gutter > [class^=ls-col-sm-] + [class^=ls-col-sm-],
.row.no-gutter > [class^=vc_col-sm-] + [class^=vc_col-sm-] {
  margin-top: 0;
}

.row.half-col > [class^=ls-col-sm-] + [class^=ls-col-sm-] {
  margin-top: 12.5px;
}

/* Grid bootstrap alpha 4.x ( prefix modified )
---------------------------------------- */
.ls-col-xs-2-4, .ls-col-sm-2-4, .ls-col-md-2-4, .ls-col-lg-2-4, .ls-col-xl-2-4, .ls-col-xs-1, .ls-col-sm-1, .ls-col-md-1, .ls-col-lg-1, .ls-col-xs-2, .ls-col-sm-2, .ls-col-md-2, .ls-col-lg-2, .ls-col-xs-3, .ls-col-sm-3, .ls-col-md-3, .ls-col-lg-3, .ls-col-xs-4, .ls-col-sm-4, .ls-col-md-4, .ls-col-lg-4, .ls-col-xs-5, .ls-col-sm-5, .ls-col-md-5, .ls-col-lg-5, .ls-col-xs-6, .ls-col-sm-6, .ls-col-md-6, .ls-col-lg-6, .ls-col-xs-7, .ls-col-sm-7, .ls-col-md-7, .ls-col-lg-7, .ls-col-xs-8, .ls-col-sm-8, .ls-col-md-8, .ls-col-lg-8, .ls-col-xs-9, .ls-col-sm-9, .ls-col-md-9, .ls-col-lg-9, .ls-col-xs-10, .ls-col-sm-10, .ls-col-md-10, .ls-col-lg-10, .ls-col-xs-11, .ls-col-sm-11, .ls-col-md-11, .ls-col-lg-11, .ls-col-xs-12, .ls-col-sm-12, .ls-col-md-12, .ls-col-lg-12, .ls-col-xl-1, .ls-col-xl-2, .ls-col-xl-3, .ls-col-xl-4, .ls-col-xl-5, .ls-col-xl-6, .ls-col-xl-7, .ls-col-xl-8, .ls-col-xl-9, .ls-col-xl-10, .ls-col-xl-11, .ls-col-xl-12, .ls-col-xxl-1, .ls-col-xxl-2, .ls-col-xxl-3, .ls-col-xxl-4, .ls-col-xxl-5, .ls-col-xxl-6, .ls-col-xxl-7, .ls-col-xxl-8, .ls-col-xxl-9, .ls-col-xxl-10, .ls-col-xxl-11, .ls-col-xxl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.ls-col-xs-2-4, .ls-col-xs-1, .ls-col-xs-2, .ls-col-xs-3, .ls-col-xs-4, .ls-col-xs-5, .ls-col-xs-6, .ls-col-xs-7, .ls-col-xs-8, .ls-col-xs-9, .ls-col-xs-10, .ls-col-xs-11, .ls-col-xs-12 {
  float: left;
}

.ls-col-xs-2-4 {
  width: 20%;
}

.ls-col-xs-12 {
  width: 100%;
}

.ls-col-xs-11 {
  width: 91.66666667%;
}

.ls-col-xs-10 {
  width: 83.33333333%;
}

.ls-col-xs-9 {
  width: 75%;
}

.ls-col-xs-8 {
  width: 66.66666667%;
}

.ls-col-xs-7 {
  width: 58.33333333%;
}

.ls-col-xs-6 {
  width: 50%;
}

.ls-col-xs-5 {
  width: 41.66666667%;
}

.ls-col-xs-4 {
  width: 33.33333333%;
}

.ls-col-xs-3 {
  width: 25%;
}

.ls-col-xs-2 {
  width: 16.66666667%;
}

.ls-col-xs-1 {
  width: 8.33333333%;
}

.ls-col-xs-pull-12 {
  right: 100%;
}

.ls-col-xs-pull-11 {
  right: 91.66666667%;
}

.ls-col-xs-pull-10 {
  right: 83.33333333%;
}

.ls-col-xs-pull-9 {
  right: 75%;
}

.ls-col-xs-pull-8 {
  right: 66.66666667%;
}

.ls-col-xs-pull-7 {
  right: 58.33333333%;
}

.ls-col-xs-pull-6 {
  right: 50%;
}

.ls-col-xs-pull-5 {
  right: 41.66666667%;
}

.ls-col-xs-pull-4 {
  right: 33.33333333%;
}

.ls-col-xs-pull-3 {
  right: 25%;
}

.ls-col-xs-pull-2 {
  right: 16.66666667%;
}

.ls-col-xs-pull-1 {
  right: 8.33333333%;
}

.ls-col-xs-pull-0 {
  right: auto;
}

.ls-col-xs-push-12 {
  left: 100%;
}

.ls-col-xs-push-11 {
  left: 91.66666667%;
}

.ls-col-xs-push-10 {
  left: 83.33333333%;
}

.ls-col-xs-push-9 {
  left: 75%;
}

.ls-col-xs-push-8 {
  left: 66.66666667%;
}

.ls-col-xs-push-7 {
  left: 58.33333333%;
}

.ls-col-xs-push-6 {
  left: 50%;
}

.ls-col-xs-push-5 {
  left: 41.66666667%;
}

.ls-col-xs-push-4 {
  left: 33.33333333%;
}

.ls-col-xs-push-3 {
  left: 25%;
}

.ls-col-xs-push-2 {
  left: 16.66666667%;
}

.ls-col-xs-push-1 {
  left: 8.33333333%;
}

.ls-col-xs-push-0 {
  left: auto;
}

.ls-col-xs-offset-12 {
  margin-left: 100%;
}

.ls-col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.ls-col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.ls-col-xs-offset-9 {
  margin-left: 75%;
}

.ls-col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.ls-col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.ls-col-xs-offset-6 {
  margin-left: 50%;
}

.ls-col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.ls-col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.ls-col-xs-offset-3 {
  margin-left: 25%;
}

.ls-col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.ls-col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.ls-col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 576px) {
  .ls-col-sm-2-4, .ls-col-sm-1, .ls-col-sm-2, .ls-col-sm-3, .ls-col-sm-4, .ls-col-sm-5, .ls-col-sm-6, .ls-col-sm-7, .ls-col-sm-8, .ls-col-sm-9, .ls-col-sm-10, .ls-col-sm-11, .ls-col-sm-12 {
    float: left;
  }
  .ls-col-sm-2-4 {
    width: 20%;
  }
  .ls-col-sm-12 {
    width: 100%;
  }
  .ls-col-sm-11 {
    width: 91.66666667%;
  }
  .ls-col-sm-10 {
    width: 83.33333333%;
  }
  .ls-col-sm-9 {
    width: 75%;
  }
  .ls-col-sm-8 {
    width: 66.66666667%;
  }
  .ls-col-sm-7 {
    width: 58.33333333%;
  }
  .ls-col-sm-6 {
    width: 50%;
  }
  .ls-col-sm-5 {
    width: 41.66666667%;
  }
  .ls-col-sm-4 {
    width: 33.33333333%;
  }
  .ls-col-sm-3 {
    width: 25%;
  }
  .ls-col-sm-2 {
    width: 16.66666667%;
  }
  .ls-col-sm-1 {
    width: 8.33333333%;
  }
  .ls-col-sm-pull-12 {
    right: 100%;
  }
  .ls-col-sm-pull-11 {
    right: 91.66666667%;
  }
  .ls-col-sm-pull-10 {
    right: 83.33333333%;
  }
  .ls-col-sm-pull-9 {
    right: 75%;
  }
  .ls-col-sm-pull-8 {
    right: 66.66666667%;
  }
  .ls-col-sm-pull-7 {
    right: 58.33333333%;
  }
  .ls-col-sm-pull-6 {
    right: 50%;
  }
  .ls-col-sm-pull-5 {
    right: 41.66666667%;
  }
  .ls-col-sm-pull-4 {
    right: 33.33333333%;
  }
  .ls-col-sm-pull-3 {
    right: 25%;
  }
  .ls-col-sm-pull-2 {
    right: 16.66666667%;
  }
  .ls-col-sm-pull-1 {
    right: 8.33333333%;
  }
  .ls-col-sm-pull-0 {
    right: auto;
  }
  .ls-col-sm-push-12 {
    left: 100%;
  }
  .ls-col-sm-push-11 {
    left: 91.66666667%;
  }
  .ls-col-sm-push-10 {
    left: 83.33333333%;
  }
  .ls-col-sm-push-9 {
    left: 75%;
  }
  .ls-col-sm-push-8 {
    left: 66.66666667%;
  }
  .ls-col-sm-push-7 {
    left: 58.33333333%;
  }
  .ls-col-sm-push-6 {
    left: 50%;
  }
  .ls-col-sm-push-5 {
    left: 41.66666667%;
  }
  .ls-col-sm-push-4 {
    left: 33.33333333%;
  }
  .ls-col-sm-push-3 {
    left: 25%;
  }
  .ls-col-sm-push-2 {
    left: 16.66666667%;
  }
  .ls-col-sm-push-1 {
    left: 8.33333333%;
  }
  .ls-col-sm-push-0 {
    left: auto;
  }
  .ls-col-sm-offset-12 {
    margin-left: 100%;
  }
  .ls-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .ls-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .ls-col-sm-offset-9 {
    margin-left: 75%;
  }
  .ls-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .ls-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .ls-col-sm-offset-6 {
    margin-left: 50%;
  }
  .ls-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .ls-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .ls-col-sm-offset-3 {
    margin-left: 25%;
  }
  .ls-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .ls-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .ls-col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .ls-col-md-2-4, .ls-col-md-1, .ls-col-md-2, .ls-col-md-3, .ls-col-md-4, .ls-col-md-5, .ls-col-md-6, .ls-col-md-7, .ls-col-md-8, .ls-col-md-9, .ls-col-md-10, .ls-col-md-11, .ls-col-md-12 {
    float: left;
  }
  .ls-col-md-2-4 {
    width: 20%;
  }
  .ls-col-md-12 {
    width: 100%;
  }
  .ls-col-md-11 {
    width: 91.66666667%;
  }
  .ls-col-md-10 {
    width: 83.33333333%;
  }
  .ls-col-md-9 {
    width: 75%;
  }
  .ls-col-md-8 {
    width: 66.66666667%;
  }
  .ls-col-md-7 {
    width: 58.33333333%;
  }
  .ls-col-md-6 {
    width: 50%;
  }
  .ls-col-md-5 {
    width: 41.66666667%;
  }
  .ls-col-md-4 {
    width: 33.33333333%;
  }
  .ls-col-md-3 {
    width: 25%;
  }
  .ls-col-md-2 {
    width: 16.66666667%;
  }
  .ls-col-md-1 {
    width: 8.33333333%;
  }
  .ls-col-md-pull-12 {
    right: 100%;
  }
  .ls-col-md-pull-11 {
    right: 91.66666667%;
  }
  .ls-col-md-pull-10 {
    right: 83.33333333%;
  }
  .ls-col-md-pull-9 {
    right: 75%;
  }
  .ls-col-md-pull-8 {
    right: 66.66666667%;
  }
  .ls-col-md-pull-7 {
    right: 58.33333333%;
  }
  .ls-col-md-pull-6 {
    right: 50%;
  }
  .ls-col-md-pull-5 {
    right: 41.66666667%;
  }
  .ls-col-md-pull-4 {
    right: 33.33333333%;
  }
  .ls-col-md-pull-3 {
    right: 25%;
  }
  .ls-col-md-pull-2 {
    right: 16.66666667%;
  }
  .ls-col-md-pull-1 {
    right: 8.33333333%;
  }
  .ls-col-md-pull-0 {
    right: auto;
  }
  .ls-col-md-push-12 {
    left: 100%;
  }
  .ls-col-md-push-11 {
    left: 91.66666667%;
  }
  .ls-col-md-push-10 {
    left: 83.33333333%;
  }
  .ls-col-md-push-9 {
    left: 75%;
  }
  .ls-col-md-push-8 {
    left: 66.66666667%;
  }
  .ls-col-md-push-7 {
    left: 58.33333333%;
  }
  .ls-col-md-push-6 {
    left: 50%;
  }
  .ls-col-md-push-5 {
    left: 41.66666667%;
  }
  .ls-col-md-push-4 {
    left: 33.33333333%;
  }
  .ls-col-md-push-3 {
    left: 25%;
  }
  .ls-col-md-push-2 {
    left: 16.66666667%;
  }
  .ls-col-md-push-1 {
    left: 8.33333333%;
  }
  .ls-col-md-push-0 {
    left: auto;
  }
  .ls-col-md-offset-12 {
    margin-left: 100%;
  }
  .ls-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .ls-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .ls-col-md-offset-9 {
    margin-left: 75%;
  }
  .ls-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .ls-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .ls-col-md-offset-6 {
    margin-left: 50%;
  }
  .ls-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .ls-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .ls-col-md-offset-3 {
    margin-left: 25%;
  }
  .ls-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .ls-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .ls-col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .ls-col-lg-2-4, .ls-col-lg-1, .ls-col-lg-2, .ls-col-lg-3, .ls-col-lg-4, .ls-col-lg-5, .ls-col-lg-6, .ls-col-lg-7, .ls-col-lg-8, .ls-col-lg-9, .ls-col-lg-10, .ls-col-lg-11, .ls-col-lg-12 {
    float: left;
  }
  .ls-col-lg-2-4 {
    width: 20%;
  }
  .ls-col-lg-12 {
    width: 100%;
  }
  .ls-col-lg-11 {
    width: 91.66666667%;
  }
  .ls-col-lg-10 {
    width: 83.33333333%;
  }
  .ls-col-lg-9 {
    width: 75%;
  }
  .ls-col-lg-8 {
    width: 66.66666667%;
  }
  .ls-col-lg-7 {
    width: 58.33333333%;
  }
  .ls-col-lg-6 {
    width: 50%;
  }
  .ls-col-lg-5 {
    width: 41.66666667%;
  }
  .ls-col-lg-4 {
    width: 33.33333333%;
  }
  .ls-col-lg-3 {
    width: 25%;
  }
  .ls-col-lg-2 {
    width: 16.66666667%;
  }
  .ls-col-lg-1 {
    width: 8.33333333%;
  }
  .ls-col-lg-pull-12 {
    right: 100%;
  }
  .ls-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .ls-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .ls-col-lg-pull-9 {
    right: 75%;
  }
  .ls-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .ls-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .ls-col-lg-pull-6 {
    right: 50%;
  }
  .ls-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .ls-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .ls-col-lg-pull-3 {
    right: 25%;
  }
  .ls-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .ls-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .ls-col-lg-pull-0 {
    right: auto;
  }
  .ls-col-lg-push-12 {
    left: 100%;
  }
  .ls-col-lg-push-11 {
    left: 91.66666667%;
  }
  .ls-col-lg-push-10 {
    left: 83.33333333%;
  }
  .ls-col-lg-push-9 {
    left: 75%;
  }
  .ls-col-lg-push-8 {
    left: 66.66666667%;
  }
  .ls-col-lg-push-7 {
    left: 58.33333333%;
  }
  .ls-col-lg-push-6 {
    left: 50%;
  }
  .ls-col-lg-push-5 {
    left: 41.66666667%;
  }
  .ls-col-lg-push-4 {
    left: 33.33333333%;
  }
  .ls-col-lg-push-3 {
    left: 25%;
  }
  .ls-col-lg-push-2 {
    left: 16.66666667%;
  }
  .ls-col-lg-push-1 {
    left: 8.33333333%;
  }
  .ls-col-lg-push-0 {
    left: auto;
  }
  .ls-col-lg-offset-12 {
    margin-left: 100%;
  }
  .ls-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .ls-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .ls-col-lg-offset-9 {
    margin-left: 75%;
  }
  .ls-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .ls-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .ls-col-lg-offset-6 {
    margin-left: 50%;
  }
  .ls-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .ls-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .ls-col-lg-offset-3 {
    margin-left: 25%;
  }
  .ls-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .ls-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .ls-col-lg-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .ls-col-xl-1, .ls-col-xl-2, .ls-col-xl-3, .ls-col-xl-4, .ls-col-xl-5, .ls-col-xl-6, .ls-col-xl-7, .ls-col-xl-8, .ls-col-xl-9, .ls-col-xl-10, .ls-col-xl-11, .ls-col-xl-12 {
    float: left;
  }
  .ls-col-xl-1 {
    width: 8.333333%;
  }
  .ls-col-xl-2 {
    width: 16.666667%;
  }
  .ls-col-xl-2-4 {
    width: 20%;
  }
  .ls-col-xl-3 {
    width: 25%;
  }
  .ls-col-xl-4 {
    width: 33.333333%;
  }
  .ls-col-xl-5 {
    width: 41.666667%;
  }
  .ls-col-xl-6 {
    width: 50%;
  }
  .ls-col-xl-7 {
    width: 58.333333%;
  }
  .ls-col-xl-8 {
    width: 66.666667%;
  }
  .ls-col-xl-9 {
    width: 75%;
  }
  .ls-col-xl-10 {
    width: 83.333333%;
  }
  .ls-col-xl-11 {
    width: 91.666667%;
  }
  .ls-col-xl-12 {
    width: 100%;
  }
  .ls-col-xl-pull-0 {
    right: auto;
  }
  .ls-col-xl-pull-1 {
    right: 8.333333%;
  }
  .ls-col-xl-pull-2 {
    right: 16.666667%;
  }
  .ls-col-xl-pull-3 {
    right: 25%;
  }
  .ls-col-xl-pull-4 {
    right: 33.333333%;
  }
  .ls-col-xl-pull-5 {
    right: 41.666667%;
  }
  .ls-col-xl-pull-6 {
    right: 50%;
  }
  .ls-col-xl-pull-7 {
    right: 58.333333%;
  }
  .ls-col-xl-pull-8 {
    right: 66.666667%;
  }
  .ls-col-xl-pull-9 {
    right: 75%;
  }
  .ls-col-xl-pull-10 {
    right: 83.333333%;
  }
  .ls-col-xl-pull-11 {
    right: 91.666667%;
  }
  .ls-col-xl-pull-12 {
    right: 100%;
  }
  .ls-col-xl-push-0 {
    left: auto;
  }
  .ls-col-xl-push-1 {
    left: 8.333333%;
  }
  .ls-col-xl-push-2 {
    left: 16.666667%;
  }
  .ls-col-xl-push-3 {
    left: 25%;
  }
  .ls-col-xl-push-4 {
    left: 33.333333%;
  }
  .ls-col-xl-push-5 {
    left: 41.666667%;
  }
  .ls-col-xl-push-6 {
    left: 50%;
  }
  .ls-col-xl-push-7 {
    left: 58.333333%;
  }
  .ls-col-xl-push-8 {
    left: 66.666667%;
  }
  .ls-col-xl-push-9 {
    left: 75%;
  }
  .ls-col-xl-push-10 {
    left: 83.333333%;
  }
  .ls-col-xl-push-11 {
    left: 91.666667%;
  }
  .ls-col-xl-push-12 {
    left: 100%;
  }
  .ls-col-xl-offset-0 {
    margin-left: 0;
  }
  .ls-col-xl-offset-1 {
    margin-left: 8.333333%;
  }
  .ls-col-xl-offset-2 {
    margin-left: 16.666667%;
  }
  .ls-col-xl-offset-3 {
    margin-left: 25%;
  }
  .ls-col-xl-offset-4 {
    margin-left: 33.333333%;
  }
  .ls-col-xl-offset-5 {
    margin-left: 41.666667%;
  }
  .ls-col-xl-offset-6 {
    margin-left: 50%;
  }
  .ls-col-xl-offset-7 {
    margin-left: 58.333333%;
  }
  .ls-col-xl-offset-8 {
    margin-left: 66.666667%;
  }
  .ls-col-xl-offset-9 {
    margin-left: 75%;
  }
  .ls-col-xl-offset-10 {
    margin-left: 83.333333%;
  }
  .ls-col-xl-offset-11 {
    margin-left: 91.666667%;
  }
  .ls-col-xl-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1400px) {
  .ls-col-xxl-1, .ls-col-xxl-2, .ls-col-xxl-3, .ls-col-xxl-4, .ls-col-xxl-5, .ls-col-xxl-6, .ls-col-xxl-7, .ls-col-xxl-8, .ls-col-xxl-9, .ls-col-xxl-10, .ls-col-xxl-11, .ls-col-xxl-12 {
    float: left;
  }
  .ls-col-xxl-1 {
    width: 8.333333%;
  }
  .ls-col-xxl-2 {
    width: 16.666667%;
  }
  .ls-col-xxl-2-4 {
    width: 20%;
  }
  .ls-col-xxl-3 {
    width: 25%;
  }
  .ls-col-xxl-4 {
    width: 33.333333%;
  }
  .ls-col-xxl-5 {
    width: 41.666667%;
  }
  .ls-col-xxl-6 {
    width: 50%;
  }
  .ls-col-xxl-7 {
    width: 58.333333%;
  }
  .ls-col-xxl-8 {
    width: 66.666667%;
  }
  .ls-col-xxl-9 {
    width: 75%;
  }
  .ls-col-xxl-10 {
    width: 83.333333%;
  }
  .ls-col-xxl-11 {
    width: 91.666667%;
  }
  .ls-col-xxl-12 {
    width: 100%;
  }
  .ls-col-xxl-pull-0 {
    right: auto;
  }
  .ls-col-xxl-pull-1 {
    right: 8.333333%;
  }
  .ls-col-xxl-pull-2 {
    right: 16.666667%;
  }
  .ls-col-xxl-pull-3 {
    right: 25%;
  }
  .ls-col-xxl-pull-4 {
    right: 33.333333%;
  }
  .ls-col-xxl-pull-5 {
    right: 41.666667%;
  }
  .ls-col-xxl-pull-6 {
    right: 50%;
  }
  .ls-col-xxl-pull-7 {
    right: 58.333333%;
  }
  .ls-col-xxl-pull-8 {
    right: 66.666667%;
  }
  .ls-col-xxl-pull-9 {
    right: 75%;
  }
  .ls-col-xxl-pull-10 {
    right: 83.333333%;
  }
  .ls-col-xxl-pull-11 {
    right: 91.666667%;
  }
  .ls-col-xxl-pull-12 {
    right: 100%;
  }
  .ls-col-xxl-push-0 {
    left: auto;
  }
  .ls-col-xxl-push-1 {
    left: 8.333333%;
  }
  .ls-col-xxl-push-2 {
    left: 16.666667%;
  }
  .ls-col-xxl-push-3 {
    left: 25%;
  }
  .ls-col-xxl-push-4 {
    left: 33.333333%;
  }
  .ls-col-xxl-push-5 {
    left: 41.666667%;
  }
  .ls-col-xxl-push-6 {
    left: 50%;
  }
  .ls-col-xxl-push-7 {
    left: 58.333333%;
  }
  .ls-col-xxl-push-8 {
    left: 66.666667%;
  }
  .ls-col-xxl-push-9 {
    left: 75%;
  }
  .ls-col-xxl-push-10 {
    left: 83.333333%;
  }
  .ls-col-xxl-push-11 {
    left: 91.666667%;
  }
  .ls-col-xxl-push-12 {
    left: 100%;
  }
  .ls-col-xxl-offset-0 {
    margin-left: 0;
  }
  .ls-col-xxl-offset-1 {
    margin-left: 8.333333%;
  }
  .ls-col-xxl-offset-2 {
    margin-left: 16.666667%;
  }
  .ls-col-xxl-offset-3 {
    margin-left: 25%;
  }
  .ls-col-xxl-offset-4 {
    margin-left: 33.333333%;
  }
  .ls-col-xxl-offset-5 {
    margin-left: 41.666667%;
  }
  .ls-col-xxl-offset-6 {
    margin-left: 50%;
  }
  .ls-col-xxl-offset-7 {
    margin-left: 58.333333%;
  }
  .ls-col-xxl-offset-8 {
    margin-left: 66.666667%;
  }
  .ls-col-xxl-offset-9 {
    margin-left: 75%;
  }
  .ls-col-xxl-offset-10 {
    margin-left: 83.333333%;
  }
  .ls-col-xxl-offset-11 {
    margin-left: 91.666667%;
  }
  .ls-col-xxl-offset-12 {
    margin-left: 100%;
  }
}
/* Grid no break */
.row.grid-no-break .vc_col-sm-1,
.row.grid-no-break .vc_col-md-1,
.row.grid-no-break .vc_col-lg-1,
.row.grid-no-break .ls-col-xs-1,
.row.grid-no-break .ls-col-sm-1,
.row.grid-no-break .ls-col-md-1,
.row.grid-no-break .ls-col-lg-1,
.row.grid-no-break .ls-col-xl-1,
.row.grid-no-break .ls-col-xxl-1 {
  width: 8.33333333%;
}
.row.grid-no-break .vc_col-sm-2,
.row.grid-no-break .vc_col-md-2,
.row.grid-no-break .vc_col-lg-2,
.row.grid-no-break .ls-col-xs-2,
.row.grid-no-break .ls-col-sm-2,
.row.grid-no-break .ls-col-md-2,
.row.grid-no-break .ls-col-lg-2,
.row.grid-no-break .ls-col-xl-2,
.row.grid-no-break .ls-col-xxl-2 {
  width: 16.66666667%;
}
.row.grid-no-break .vc_col-sm-3,
.row.grid-no-break .vc_col-md-3,
.row.grid-no-break .vc_col-lg-3,
.row.grid-no-break .ls-col-xs-3,
.row.grid-no-break .ls-col-sm-3,
.row.grid-no-break .ls-col-md-3,
.row.grid-no-break .ls-col-lg-3,
.row.grid-no-break .ls-col-xl-3,
.row.grid-no-break .ls-col-xxl-3 {
  width: 25%;
}
.row.grid-no-break .vc_col-sm-4,
.row.grid-no-break .vc_col-md-4,
.row.grid-no-break .vc_col-lg-4,
.row.grid-no-break .ls-col-xs-4,
.row.grid-no-break .ls-col-sm-4,
.row.grid-no-break .ls-col-md-4,
.row.grid-no-break .ls-col-lg-4,
.row.grid-no-break .ls-col-xl-4,
.row.grid-no-break .ls-col-xxl-4 {
  width: 33.33333333%;
}
.row.grid-no-break .vc_col-sm-5,
.row.grid-no-break .vc_col-md-5,
.row.grid-no-break .vc_col-lg-5,
.row.grid-no-break .ls-col-xs-5,
.row.grid-no-break .ls-col-sm-5,
.row.grid-no-break .ls-col-md-5,
.row.grid-no-break .ls-col-lg-5,
.row.grid-no-break .ls-col-xl-5,
.row.grid-no-break .ls-col-xxl-5 {
  width: 41.66666667%;
}
.row.grid-no-break .vc_col-sm-6,
.row.grid-no-break .vc_col-md-6,
.row.grid-no-break .vc_col-lg-6,
.row.grid-no-break .ls-col-xs-6,
.row.grid-no-break .ls-col-sm-6,
.row.grid-no-break .ls-col-md-6,
.row.grid-no-break .ls-col-lg-6,
.row.grid-no-break .ls-col-xl-6,
.row.grid-no-break .ls-col-xxl-6 {
  width: 50%;
}
.row.grid-no-break .vc_col-sm-7,
.row.grid-no-break .vc_col-md-7,
.row.grid-no-break .vc_col-lg-7,
.row.grid-no-break .ls-col-xs-7,
.row.grid-no-break .ls-col-sm-7,
.row.grid-no-break .ls-col-md-7,
.row.grid-no-break .ls-col-lg-7,
.row.grid-no-break .ls-col-xl-7,
.row.grid-no-break .ls-col-xxl-7 {
  width: 58.33333333%;
}
.row.grid-no-break .vc_col-sm-8,
.row.grid-no-break .vc_col-md-8,
.row.grid-no-break .vc_col-lg-8,
.row.grid-no-break .ls-col-xs-8,
.row.grid-no-break .ls-col-sm-8,
.row.grid-no-break .ls-col-md-8,
.row.grid-no-break .ls-col-lg-8,
.row.grid-no-break .ls-col-xl-8,
.row.grid-no-break .ls-col-xxl-8 {
  width: 66.66666667%;
}
.row.grid-no-break .vc_col-sm-9,
.row.grid-no-break .vc_col-md-9,
.row.grid-no-break .vc_col-lg-9,
.row.grid-no-break .ls-col-xs-9,
.row.grid-no-break .ls-col-sm-9,
.row.grid-no-break .ls-col-md-9,
.row.grid-no-break .ls-col-lg-9,
.row.grid-no-break .ls-col-xl-9,
.row.grid-no-break .ls-col-xxl-9 {
  width: 75%;
}
.row.grid-no-break .vc_col-sm-10,
.row.grid-no-break .vc_col-md-10,
.row.grid-no-break .vc_col-lg-10,
.row.grid-no-break .ls-col-xs-10,
.row.grid-no-break .ls-col-sm-10,
.row.grid-no-break .ls-col-md-10,
.row.grid-no-break .ls-col-lg-10,
.row.grid-no-break .ls-col-xl-10,
.row.grid-no-break .ls-col-xxl-10 {
  width: 83.33333333%;
}
.row.grid-no-break .vc_col-sm-11,
.row.grid-no-break .vc_col-md-11,
.row.grid-no-break .vc_col-lg-11,
.row.grid-no-break .ls-col-xs-11,
.row.grid-no-break .ls-col-sm-11,
.row.grid-no-break .ls-col-md-11,
.row.grid-no-break .ls-col-lg-11,
.row.grid-no-break .ls-col-xl-11,
.row.grid-no-break .ls-col-xxl-11 {
  width: 91.66666667%;
}
.row.grid-no-break .vc_col-sm-12,
.row.grid-no-break .vc_col-md-12,
.row.grid-no-break .vc_col-lg-12,
.row.grid-no-break .ls-col-xs-12,
.row.grid-no-break .ls-col-sm-12,
.row.grid-no-break .ls-col-md-12,
.row.grid-no-break .ls-col-lg-12,
.row.grid-no-break .ls-col-xl-12,
.row.grid-no-break .ls-col-xxl-12 {
  width: 100%;
}
.row.grid-no-break .vc_col-sm-2-4,
.row.grid-no-break .vc_col-md-2-4,
.row.grid-no-break .vc_col-lg-2-4,
.row.grid-no-break .ls-col-xs-2-4,
.row.grid-no-break .ls-col-sm-2-4,
.row.grid-no-break .ls-col-md-2-4,
.row.grid-no-break .ls-col-lg-2-4,
.row.grid-no-break .ls-col-xl-2-4,
.row.grid-no-break .ls-col-xxl-2-4 {
  width: 20%;
}

.round-form.hide-all-labels h3 {
  display: none;
}
.round-form.hide-all-labels .powermail_fieldwrap label.powermail_label {
  display: none;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  src: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format("embedded-opentype"), url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/fonts/fontawesome-webfont.woff2?v=4.7.0') format("woff2"), url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/fonts/fontawesome-webfont.woff?v=4.7.0') format("woff"), url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/fonts/fontawesome-webfont.ttf?v=4.7.0') format("truetype"), url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

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

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

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

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

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

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Accessibility
---------------------------------------- */
/* Screenreader */
.screen-reader-text,
.visuallyhidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus,
.visuallyhidden:hover,
.visuallyhidden:active,
.visuallyhidden:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Buttons
---------------------------------------- */
/* Button base
 * http://una.im/classy-css/
 */
.btn-form,
form button,
.form button,
.form input[type=submit],
.comment-form button,
.comment-form input[type=submit], .btn--disabled, .btn-tertiary, .btn-secondary, .btn-primary, .inputfile + label {
  display: inline-block;
  cursor: pointer;
  padding: 10px 20px;
  background-color: #00aaa5;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-form:hover,
form button:hover,
.form button:hover,
.form input[type=submit]:hover,
.comment-form button:hover,
.comment-form input[type=submit]:hover, .btn--disabled:hover, .btn-tertiary:hover, .btn-secondary:hover, .btn-primary:hover, .inputfile + label:hover, .btn-form:active,
form button:active,
.form button:active,
.form input[type=submit]:active,
.comment-form button:active,
.comment-form input[type=submit]:active, .btn--disabled:active, .btn-tertiary:active, .btn-secondary:active, .btn-primary:active, .inputfile + label:active {
  background-color: #00918c;
  color: #fff;
}
/* Primary button */
.btn-primary--arrow {
  padding-right: 30px;
}
.btn-primary--arrow span {
  position: relative;
  left: 10px;
  display: inline-block;
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-arrow-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  text-decoration: none;
  width: 18px;
  height: 13px;
  -webkit-background-size: 18px auto;
  -ms-background-size: 18px auto;
  background-size: 18px auto;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-primary--arrow:hover span {
  left: 20px;
}

/* Link with arrow */
a.link-arrow {
  color: #00aaa5;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 30px;
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-arrow.svg');
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-background-size: 16px auto;
  -ms-background-size: 16px auto;
  background-size: 16px auto;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.link-arrow:hover {
  padding-right: 40px;
}

a.btn-primary {
  text-decoration: none;
}

.btn-primary + p, .inputfile + label + p {
  margin-top: 15px;
}

/* Secondary button */
.btn-secondary {
  background-color: #afcb0b;
  color: rgb(51, 51, 51);
}
.btn-secondary:hover {
  background-color: #9ab30a;
  color: rgb(51, 51, 51);
}

a.btn-secondary {
  text-decoration: none;
}

/* Tertiary button */
.btn-tertiary {
  background-color: #8a7e6c;
  color: #fff;
}
.btn-tertiary:hover {
  background-color: #7c7161;
  color: #fff;
}

a.btn-tertiary {
  text-decoration: none;
}

a.btn-primary,
a.btn-secondary {
  /* White */
  /* Black */
  /* Lightgrey */
  /* Grey */
  /* Darkgrey */
  /* Blue */
  /* Red */
  /* Green */
  /* Yellow */
  /* Orange */
  /* Brown */
}
a.btn-primary--white,
a.btn-secondary--white {
  background-color: #fff;
  color: #000;
}
a.btn-primary--white:hover,
a.btn-secondary--white:hover {
  background-color: #fff;
  color: #000;
}
a.btn-primary--black,
a.btn-secondary--black {
  background-color: #000;
  color: #fff;
}
a.btn-primary--black:hover,
a.btn-secondary--black:hover {
  background-color: #0d0d0d;
  color: #fff;
}
a.btn-primary--lightgrey,
a.btn-secondary--lightgrey {
  background-color: #f9f8f7;
  color: #000;
}
a.btn-primary--lightgrey:hover,
a.btn-secondary--lightgrey:hover {
  background-color: #eeebe8;
  color: #000;
}
a.btn-primary--grey,
a.btn-secondary--grey {
  background-color: #d7d7d7;
  color: #000;
}
a.btn-primary--grey:hover,
a.btn-secondary--grey:hover {
  background-color: #cacaca;
  color: #000;
}
a.btn-primary--darkgrey,
a.btn-secondary--darkgrey {
  background-color: #343a40;
  color: #fff;
}
a.btn-primary--darkgrey:hover,
a.btn-secondary--darkgrey:hover {
  background-color: #292d32;
  color: #fff;
}
a.btn-primary--blue,
a.btn-secondary--blue {
  background-color: #008bf4;
  color: #fff;
}
a.btn-primary--blue:hover,
a.btn-secondary--blue:hover {
  background-color: #007cdb;
}
a.btn-primary--red,
a.btn-secondary--red {
  background-color: #e53935;
  color: #fff;
}
a.btn-primary--red:hover,
a.btn-secondary--red:hover {
  background-color: #e2231e;
}
a.btn-primary--green,
a.btn-secondary--green {
  background-color: #43a047;
  color: #fff;
}
a.btn-primary--green:hover,
a.btn-secondary--green:hover {
  background-color: #3b8e3f;
}
a.btn-primary--yellow,
a.btn-secondary--yellow {
  background-color: #fac338;
  color: #fff;
}
a.btn-primary--yellow:hover,
a.btn-secondary--yellow:hover {
  background-color: #f9bc1f;
}
a.btn-primary--orange,
a.btn-secondary--orange {
  background-color: #fba123;
  color: #fff;
}
a.btn-primary--orange:hover,
a.btn-secondary--orange:hover {
  background-color: #fb960a;
}
a.btn-primary--brown,
a.btn-secondary--brown {
  background-color: #8a7e6c;
  color: #fff;
}
a.btn-primary--brown:hover,
a.btn-secondary--brown:hover {
  background-color: #7c7161;
}

/* Tertiary button */
/* Fullwidth */
.btn--fullwidth {
  width: 100%;
}

/* Small, Large */
.btn-small {
  padding: 8px 10px;
}

.btn-large {
  padding: 10px 30px;
}

/* Fill button */
/* Ghost button */
.btn-ghost, .btn-animate {
  background-color: transparent;
  border: 2px solid #000;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #000;
  display: inline-block;
  letter-spacing: 0.05em;
  padding: 14px 25px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* White */
  /* Black */
  /* Lightgrey */
  /* Grey */
  /* Darkgrey */
  /* Blue */
  /* Red */
  /* Green */
  /* Yellow */
  /* Orange */
  /* Brown */
}
.btn-ghost:hover, .btn-animate:hover, .btn-ghost:active, .btn-animate:active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-ghost--white {
  border-color: #fff;
  color: #fff;
}
.btn-ghost--white:hover, .btn-ghost--white:active {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
.btn-ghost--white-negative {
  background-color: #fff;
  color: #000;
}
.btn-ghost--white-negative:hover, .btn-ghost--white-negative:active {
  background: none;
  border-color: #fff;
  color: #fff;
}
.btn-ghost--black {
  border-color: #000;
  color: #000;
}
.btn-ghost--black:hover, .btn-ghost--black:active {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.btn-ghost--black-negative {
  background-color: #000;
  color: #fff;
}
.btn-ghost--black-negative:hover, .btn-ghost--black-negative:active {
  background: none;
  border-color: #000;
  color: #000;
}
.btn-ghost--lightgrey {
  border-color: #f9f8f7;
  color: #000;
}
.btn-ghost--lightgrey:hover, .btn-ghost--lightgrey:active {
  border-color: #f9f8f7;
  background-color: #f9f8f7;
  color: #000;
}
.btn-ghost--lightgrey-negative {
  background-color: #f9f8f7;
  color: #000;
}
.btn-ghost--lightgrey-negative:hover, .btn-ghost--lightgrey-negative:active {
  background: none;
  border-color: #f9f8f7;
  color: #000;
}
.btn-ghost--grey {
  border-color: #d7d7d7;
  color: #000;
}
.btn-ghost--grey:hover, .btn-ghost--grey:active {
  border-color: #d7d7d7;
  background-color: #d7d7d7;
  color: #fff;
}
.btn-ghost--grey-negative {
  background-color: #d7d7d7;
  color: #fff;
}
.btn-ghost--grey-negative:hover, .btn-ghost--grey-negative:active {
  background: none;
  border-color: #d7d7d7;
  color: #000;
}
.btn-ghost--darkgrey {
  border-color: #343a40;
  color: #000;
}
.btn-ghost--darkgrey:hover, .btn-ghost--darkgrey:active {
  border-color: #343a40;
  background-color: #343a40;
  color: #fff;
}
.btn-ghost--darkgrey-negative {
  background-color: #343a40;
  color: #fff;
}
.btn-ghost--darkgrey-negative:hover, .btn-ghost--darkgrey-negative:active {
  background: none;
  border-color: #343a40;
  color: #000;
}
.btn-ghost--blue {
  border-color: #008bf4;
  color: #008bf4;
}
.btn-ghost--blue:hover, .btn-ghost--blue:active {
  border-color: #008bf4;
  background-color: #008bf4;
  color: #fff;
}
.btn-ghost--blue-negative {
  background-color: #008bf4;
  color: #fff;
}
.btn-ghost--blue-negative:hover, .btn-ghost--blue-negative:active {
  background: none;
  border-color: #008bf4;
  color: #008bf4;
}
.btn-ghost--red {
  border-color: #e53935;
  color: #e53935;
}
.btn-ghost--red:hover, .btn-ghost--red:active {
  border-color: #e53935;
  background-color: #e53935;
  color: #fff;
}
.btn-ghost--red-negative {
  background-color: #e53935;
  color: #fff;
}
.btn-ghost--red-negative:hover, .btn-ghost--red-negative:active {
  background: none;
  border-color: #e53935;
  color: #e53935;
}
.btn-ghost--green {
  border-color: #43a047;
  color: #43a047;
}
.btn-ghost--green:hover, .btn-ghost--green:active {
  border-color: #43a047;
  background-color: #43a047;
  color: #fff;
}
.btn-ghost--green-negative {
  background-color: #43a047;
  color: #fff;
}
.btn-ghost--green-negative:hover, .btn-ghost--green-negative:active {
  background: none;
  border-color: #43a047;
  color: #43a047;
}
.btn-ghost--yellow {
  border-color: #fac338;
  color: #fac338;
}
.btn-ghost--yellow:hover, .btn-ghost--yellow:active {
  border-color: #fac338;
  background-color: #fac338;
  color: #fff;
}
.btn-ghost--yellow-negative {
  background-color: #fac338;
  color: #fff;
}
.btn-ghost--yellow-negative:hover, .btn-ghost--yellow-negative:active {
  background: none;
  border-color: #fac338;
  color: #fac338;
}
.btn-ghost--orange {
  border-color: #fba123;
  color: #fba123;
}
.btn-ghost--orange:hover, .btn-ghost--orange:active {
  border-color: #fba123;
  background-color: #fba123;
  color: #fff;
}
.btn-ghost--orange-negative {
  background-color: #fba123;
  color: #fff;
}
.btn-ghost--orange-negative:hover, .btn-ghost--orange-negative:active {
  background: none;
  border-color: #fba123;
  color: #fba123;
}
.btn-ghost--brown {
  border-color: #8a7e6c;
  color: #8a7e6c;
}
.btn-ghost--brown:hover, .btn-ghost--brown:active {
  border-color: #8a7e6c;
  background-color: #8a7e6c;
  color: #fff;
}
.btn-ghost--brown-negative {
  background-color: #8a7e6c;
  color: #fff;
}
.btn-ghost--brown-negative:hover, .btn-ghost--brown-negative:active {
  background: none;
  border-color: #8a7e6c;
  color: #8a7e6c;
}

a.btn-ghost, a.btn-animate {
  text-decoration: none;
}

/* Animate button */
.btn-animate {
  position: relative;
  color: #00aaa5;
  border: 1px solid #00aaa5;
}
.btn-animate:after {
  background: #00aaa5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  -webkit-transition: width 0.4s ease-in-out 0s;
  -ms-transition: width 0.4s ease-in-out 0s;
  transition: width 0.4s ease-in-out 0s;
}
.btn-animate:hover:after, .btn-animate:focus:after {
  width: 100%;
}
.btn-animate:hover, .btn-animate:active {
  border: 1px solid #00aaa5;
  color: #fff;
  background: none;
  text-decoration: none;
}

/* Round */
.btn-round {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid transparent;
  line-height: 1;
  padding: 12px 25px;
  font-weight: 400;
  text-decoration: none !important;
  background-color: #00aaa5;
  border-color: #00aaa5;
  color: #fff;
}
.btn-round:hover {
  background: none;
  color: #00aaa5;
}
.btn-round--small {
  padding: 8px 20px;
  font-size: 90%;
}
.btn-round--large {
  padding: 16px 32px;
  font-size: 110%;
}
.btn-round--inverse {
  background: none;
  color: #00aaa5;
}
.btn-round--inverse:hover {
  background-color: #00aaa5;
  color: #fff;
}

.btn--round-3 {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.btn--round-5 {
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.btn--round-10 {
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

/* Disabled */
.btn--disabled {
  background-color: rgba(0, 170, 165, 0.2);
}
.btn--disabled:hover, .btn--disabled:active {
  background-color: rgba(0, 170, 165, 0.2);
}

/* Reset */
.btn--reset {
  padding: 0;
  background: none;
  color: #00aaa5;
  text-decoration: none;
  text-transform: none;
}
.btn--reset:hover {
  background: none;
  color: #00aaa5;
}

/* Parallelogram */
.btn--parallelogram {
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
}

/* General
---------------------------------------- */
/* Animations */
.wait-animation {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.ls-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ls-animated {
  visibility: hidden;
}

.ls-visible {
  visibility: visible;
}

/* Opacity */
.smooth-hover {
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/* Up/Down */
.animation-up-down {
  -webkit-animation-name: arrow-up-down;
  -ms-animation-name: arrow-up-down;
  animation-name: arrow-up-down;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@keyframes arrow-up-down {
  0% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
/* Arrow down with fade */
.arrow-down-fade {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  text-decoration: none;
  width: 30px;
  height: 30px;
  outline: none;
  z-index: 11;
}
.arrow-down-fade span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: arrow-down-fade 2s infinite;
  -ms-animation: arrow-down-fade 2s infinite;
  animation: arrow-down-fade 2s infinite;
}

@keyframes arrow-down-fade {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
/* Colors */
/* Error */
.error,
.form input[type=text].error,
.form textarea.error {
  background: #ffebe8;
  color: rgb(51, 51, 51);
  border: 1px solid;
}

/* Error placeholder */
input.error::placeholder,
textarea.error::placeholder {
  color: rgb(51, 51, 51);
}

/* Required */
.required, .form em {
  color: #e53935;
}

/* Images */
/* Links */
/* Headlines */
/* Borders */
/* Border underlined */
.bdu-20-center,
.bdu-20-left, .bdu-30-center,
.bdu-30-left, .bdu-50-center,
.bdu-50-left {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.bdu-20-center:after,
.bdu-20-left:after, .bdu-30-center:after,
.bdu-30-left:after, .bdu-50-center:after,
.bdu-50-left:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #343a40;
}

.bdu-50-center:after,
.bdu-50-left:after {
  width: 50px;
  left: 50%;
  margin-left: -25px;
}

.bdu-30-center:after,
.bdu-30-left:after {
  width: 30px;
  left: 50%;
  margin-left: -15px;
}

.bdu-20-center:after,
.bdu-20-left:after {
  width: 20px;
  left: 50%;
  margin-left: -10px;
}

.bdu-50-left:after {
  left: 0;
  margin-left: 0;
}

.bdu-30-left:after {
  left: 0;
  margin-left: 0;
}

.bdu-20-left:after {
  left: 0;
  margin-left: 0;
}

/* Gradients */
/* Icons */
/* Boxes */
.container-info, .container-success, .container-error {
  width: 100%;
  padding: 15px;
  margin-bottom: 25px;
}

/* Error */
.container-error {
  background: #ffebe8;
  color: rgb(51, 51, 51);
}
.container-error h2, .container-error h3, .container-error h4 {
  color: rgb(51, 51, 51);
}

/* Success */
.container-success {
  background: #dff2bf;
  color: #4f8a10;
  border: 1px solid #aede5c;
}
.container-success h2, .container-success h3, .container-success h4 {
  color: #4f8a10;
}

/* Info */
.container-info {
  background: #bde5f8;
  color: rgb(51, 51, 51);
  border: 1px solid #a6dcf6;
}
.container-info h2, .container-info h3, .container-info h4 {
  color: rgb(51, 51, 51);
}

/* Paging */
.paging {
  margin-top: 40px;
  /* Page */
  /* Single Page */
}
.paging span, .paging a {
  display: inline-block;
  padding: 8px 10px;
  margin: 0 5px 0 0;
}
.paging .alignleft,
.paging .alignright {
  margin: 0;
}
.paging .nav-prev,
.paging .nav-next {
  text-align: center;
}
@media (min-width: 576px) {
  .paging .nav-prev {
    text-align: left;
  }
  .paging .nav-next {
    text-align: right;
  }
}
.paging.paging--general, .paging.paging--search {
  font-size: 0;
}
.paging.paging--general span, .paging.paging--general a, .paging.paging--search span, .paging.paging--search a {
  font-size: 16px;
  font-size: 1rem;
  padding: 12px 14px;
  margin: 0 1px 0 0;
  background-color: #00aaa5;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}
.paging.paging--general span:hover, .paging.paging--general span.current, .paging.paging--general a:hover, .paging.paging--general a.current, .paging.paging--search span:hover, .paging.paging--search span.current, .paging.paging--search a:hover, .paging.paging--search a.current {
  background-color: #00918c;
  color: #fff;
}
.paging.paging--general span.dots, .paging.paging--general a.dots, .paging.paging--search span.dots, .paging.paging--search a.dots {
  color: #00aaa5;
  background: none;
}
.paging.paging--single .nav-prev a,
.paging.paging--single .nav-next a {
  width: auto;
  padding: 12px 14px;
  margin: 0 1px 0 0;
  background-color: #00aaa5;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}
.paging.paging--single .nav-prev a:hover,
.paging.paging--single .nav-next a:hover {
  background-color: #00918c;
  color: #fff;
}

/* Backgrounds */
.bg-cover {
  position: relative;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

/* Overlay */
.bg-overlay {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0.15;
  filter: alpha(opacity=15);
  background: #000;
  z-index: 0;
}

/* Center */
/* Vertical/Horizontal */
.center-vh {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* Vertical/Right */
.center-vr {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Vertical/Left */
.center-vl {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Pre */
pre {
  position: relative;
  background: #f9f8f7;
  border-left: 3px solid #d7d7d7;
  line-height: 20px;
  width: 75%;
  overflow: auto;
  overflow-y: hidden;
  margin: 0 0 25px 16.6666666667px;
  padding: 20px;
}
pre code {
  padding: 0;
  display: block;
  margin: 0;
}

/* Definition list */
dt {
  font-weight: bold;
  text-decoration: underline;
}

dd {
  margin: 0;
  padding: 0 0 15px 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.3;
  color: rgb(51, 51, 51);
  font-family: "Open Sans";
}

/* Basic Headlines */
h1, .h1 {
  font-size: 38px;
  line-height: 45px;
  font-size: 2.375rem;
  line-height: 2.8125rem;
  margin-bottom: 0.66em;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 54px;
    line-height: 64px;
    font-size: 3.375rem;
    line-height: 4rem;
    margin-bottom: 2em;
  }
}

h2, .h2 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

h3, .h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

h4, .h4 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

h5, .h5 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

h6, .h6 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0.66em;
  line-height: 1.2;
}

/* List elements */
.entry-content ul li,
.entry-content ol ul li {
  list-style: disc;
}

.entry-content ol li,
.entry-content ol ul ol li {
  list-style: decimal;
}

.entry-content ul,
.entry-content ol {
  font-size: inherit;
  font-weight: 300;
  margin: 0 0 0 25px;
  line-height: 1.45rem;
}

.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.entry-content ul ol {
  margin: 0 0 0 12.5px;
}

/* Plain */
.entry-content ul.plain {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.entry-content ul.plain li {
  background: none;
  margin: 0;
  padding: 0;
}
.entry-content ul.plain li:before {
  content: "";
  width: auto;
  margin: 0;
  color: inherit;
  display: block;
}

.entry-content ol + ol,
.entry-content ul + ol,
.entry-content ul + ul,
.entry-content ul + p,
.entry-content ol + p,
.entry-content ul + h1,
.entry-content ul + h2,
.entry-content ul + h3,
.entry-content ul + h4,
.entry-content ul + h5,
.entry-content ul + h6 {
  margin-top: 20px;
}

/* Fontawesome */
.entry-content ul {
  margin-left: 0;
}
.entry-content ul li {
  list-style: none;
  margin-left: 8px;
  padding-left: 18px;
  margin-bottom: 3px;
  position: relative;
}
.entry-content ul li:last-child {
  margin-bottom: 0;
}
.entry-content ul li:before {
  position: absolute;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  content: url('../../../typo3conf/ext/boilerplate/Resources/Public/frontend/assets/img/icons/ico-squere.svg');
  display: inline-block;
  margin-left: -14px;
  transform: scale(0.5);
  width: 24px;
  color: #000;
  font-size: 7px;
  top: 1px;
  left: 0;
}
.entry-content ul ul {
  margin-left: 0;
}

/* Table */
table {
  width: 100%;
}

/* Snow */
@-moz-keyframes snow {
  0% {
    background-position-x: 40px;
    background-position-y: 0;
  }
  50% {
    background-position-x: 40px;
  }
  100% {
    background-position-x: 40px;
    background-position-y: 400px;
  }
}
@-webkit-keyframes snow {
  0% {
    background-position-x: 40px;
    background-position-y: 0;
  }
  50% {
    background-position-x: 40px;
  }
  100% {
    background-position-x: 40px;
    background-position-y: 400px;
  }
}
@-o-keyframes snow {
  0% {
    background-position-x: 40px;
    background-position-y: 0;
  }
  50% {
    background-position-x: 40px;
  }
  100% {
    background-position-x: 40px;
    background-position-y: 400px;
  }
}
@keyframes snow {
  0% {
    background-position-x: 40px;
    background-position-y: 0;
  }
  50% {
    background-position-x: 80px;
  }
  100% {
    background-position-x: 40px;
    background-position-y: 400px;
  }
}
/* FadeIn */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/* Keyframes
---------------------------------------- */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* SVG
---------------------------------------- */
svg.ui-icon {
  width: 24px;
  height: 24px;
  fill: #000;
}

/* Body
---------------------------------------- */
body.panel--open {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

/* Slidepanel
---------------------------------------- */
.slidepanel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-top: 50px;
  padding-bottom: 43px;
  /* Tabmenu */
  /* Slider mainnavi */
}
@media (min-width: 576px) {
  .slidepanel {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.slidepanel--open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slidepanel .tabs {
  display: none;
  /* Menu */
}
@media (min-width: 576px) {
  .slidepanel .tabs {
    display: block;
  }
}
.slidepanel .tabs__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.slidepanel .tabs__nav li {
  -webkit-flex-basis: 33.3333%;
  -moz-flex-basis: 33.3333%;
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  letter-spacing: 0.8px;
  line-height: 1;
  text-align: center;
}
.slidepanel .tabs__nav a {
  display: block;
  color: #000;
  padding: 20px 0 10px;
  border-bottom: 1px solid #efefef;
}
.slidepanel .tabs__nav a.active {
  color: #00aaa5;
  border-color: #00aaa5;
}
.slidepanel .tabs .tab-content {
  display: none;
}
.slidepanel .tabs .tab-content li {
  line-height: 1;
}
.slidepanel .tabs .tab-content li.has-children {
  position: relative;
  /* Toogle Level 3  */
}
.slidepanel .tabs .tab-content li.has-children > a {
  padding-right: 50px;
}
.slidepanel .tabs .tab-content li.has-children .mainnavi__toggle-button {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 22px;
  right: 25px;
  z-index: 10;
  cursor: pointer;
  border: none;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  display: block;
  /* Nav toggle open */
}
.slidepanel .tabs .tab-content li.has-children .mainnavi__toggle-button:before, .slidepanel .tabs .tab-content li.has-children .mainnavi__toggle-button:after {
  content: "";
  position: absolute;
  border-radius: 0;
  width: 11px;
  height: 1px;
  left: 4px;
  top: 9px;
  background-color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slidepanel .tabs .tab-content li.has-children .mainnavi__toggle-button:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.slidepanel .tabs .tab-content li.has-children .mainnavi__toggle-button.open:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slidepanel .tabs .tab-content li.has-children .mainnavi__toggle-button.open:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slidepanel .tabs .tab-content a {
  display: block;
  padding: 20px 0 20px 30px;
  border-bottom: 1px solid #efefef;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
}
.slidepanel .tabs .tab-content ul ul a {
  padding-left: 50px;
  color: #a7a7a7;
}
.slidepanel .slidermainnavi {
  /* Slide container */
  /* Slide wrapper */
  /* Slide */
  /* Prev & Next */
}
@media (min-width: 576px) {
  .slidepanel .slidermainnavi {
    display: none;
  }
}
.slidepanel .slidermainnavi .slide__title {
  font-weight: 700;
  color: #00aaa5;
  padding: 10px 0;
  border-bottom: 1px solid #00aaa5;
  text-align: center;
}
.slidepanel .slidermainnavi .slide .slide__title a {
  font-weight: 700;
  color: #00aaa5;
  padding: 0;
  border-bottom: 0;
  text-align: center;
}
.slidepanel .slidermainnavi .slide li {
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}
.slidepanel .slidermainnavi .slide li.has-children {
  position: relative;
  /* Toogle Level 3  */
}
.slidepanel .slidermainnavi .slide li.has-children > a {
  padding-right: 50px;
}
.slidepanel .slidermainnavi .slide li.has-children .mainnavi__toggle-button {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 10;
  cursor: pointer;
  border: none;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  display: block;
  /* Nav toggle open */
}
.slidepanel .slidermainnavi .slide li.has-children .mainnavi__toggle-button:before, .slidepanel .slidermainnavi .slide li.has-children .mainnavi__toggle-button:after {
  content: "";
  position: absolute;
  border-radius: 0;
  width: 11px;
  height: 1px;
  left: 4px;
  top: 9px;
  background-color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slidepanel .slidermainnavi .slide li.has-children .mainnavi__toggle-button:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.slidepanel .slidermainnavi .slide li.has-children .mainnavi__toggle-button.open:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slidepanel .slidermainnavi .slide li.has-children .mainnavi__toggle-button.open:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slidepanel .slidermainnavi .slide a {
  display: block;
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid #efefef;
  color: #222;
}
.slidepanel .slidermainnavi .slide ul ul li {
  font-size: 14px;
  font-size: 0.875rem;
}
.slidepanel .slidermainnavi .slide ul ul a {
  padding-left: 50px;
  color: #a7a7a7;
}
.slidepanel .slidermainnavi .slider-button-next,
.slidepanel .slidermainnavi .slider-button-prev {
  position: absolute;
  top: 5px;
  width: 30px;
  height: 30px;
  margin: 0;
  z-index: 10;
  cursor: pointer;
  background-image: none;
  outline: none;
}
.slidepanel .slidermainnavi .slider-button-next.swiper-button-disabled,
.slidepanel .slidermainnavi .slider-button-prev.swiper-button-disabled {
  opacity: 0;
}
.slidepanel .slidermainnavi .slider-button-next::before, .slidepanel .slidermainnavi .slider-button-next::after,
.slidepanel .slidermainnavi .slider-button-prev::before,
.slidepanel .slidermainnavi .slider-button-prev::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 1px;
  text-align: center;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slidepanel .slidermainnavi .slider-button-next::before, .slidepanel .slidermainnavi .slider-button-next::after,
.slidepanel .slidermainnavi .slider-button-prev::before,
.slidepanel .slidermainnavi .slider-button-prev::after {
  content: "";
  background-color: black;
}
.slidepanel .slidermainnavi .slider-button-next::before,
.slidepanel .slidermainnavi .slider-button-prev::before {
  left: 5px;
  top: 9px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slidepanel .slidermainnavi .slider-button-next::after,
.slidepanel .slidermainnavi .slider-button-prev::after {
  left: 5px;
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.slidepanel .slidermainnavi .slider-button-prev {
  left: 0;
}
@media (min-width: 1200px) {
  .slidepanel .slidermainnavi .slider-button-prev {
    left: -50px;
  }
}
.slidepanel .slidermainnavi .slider-button-next {
  right: 0;
}
@media (min-width: 1200px) {
  .slidepanel .slidermainnavi .slider-button-next {
    right: -50px;
  }
}
.slidepanel .slidermainnavi .slider-button-next::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slidepanel .slidermainnavi .slider-button-next::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Header
---------------------------------------- */
.header {
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* Inner */
  /* Logo */
  /* Mainnavi */
  /* Info */
  /* Hamburger
   * https://jonsuh.com/hamburgers/
   */
}
@media (min-width: 768px) {
  .header {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .header > .container, .main .header > .breadcrumbs {
    padding-right: 0;
  }
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 50px;
}
@media (min-width: 576px) {
  .header__inner {
    min-height: 80px;
  }
}
.header__inner-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: auto;
}
.header .logo {
  display: inline-block;
}
.header .logo img {
  max-width: 120px;
}
@media (min-width: 576px) {
  .header .logo img {
    max-width: 150px;
  }
}
@media (min-width: 768px) {
  .header .logo img {
    max-width: 180px;
  }
}
@media (min-width: 768px) {
  .header .logo__mobile {
    display: none;
  }
}
.header .logo__desktop {
  display: none;
}
@media (min-width: 768px) {
  .header .logo__desktop {
    display: inline-block;
  }
}
.header .mainnavi {
  display: none;
}
@media (min-width: 992px) {
  .header .mainnavi {
    display: block;
    padding: 0;
    font-size: 0;
    /* Level 2 */
    /* Level 3 */
  }
  .header .mainnavi li {
    display: inline-block;
    line-height: 1;
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.8px;
    /* Hover */
  }
  .header .mainnavi li.active > a {
    color: #afcb0b;
  }
  .header .mainnavi li a {
    display: block;
    text-decoration: none;
    padding: 32px 20px 32px 0;
  }
  .header .mainnavi li:hover > div.level1-wrapper {
    display: flex;
    -webkit-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  .header .mainnavi ul {
    width: 100%;
    z-index: 99;
    background-color: #fff;
    padding: 20px 0;
  }
  .header .mainnavi ul li {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .header .mainnavi ul li a {
    max-width: 1200px;
    color: #000;
  }
  .header .mainnavi ul li a:hover {
    color: #afcb0b;
  }
  .header .mainnavi ul li.has-children > a {
    padding-right: 30px;
  }
  .header .mainnavi ul ul {
    position: relative;
    top: auto;
    box-shadow: none;
    padding: 0;
  }
  .header .mainnavi ul ul li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.header .info {
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 576px) and (max-width: 992px) {
  .panel--open .header .info {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .header .info {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.header .info ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.header .info a {
  position: relative;
  display: block;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  min-width: 80px;
  padding: 27px 30px 33px;
  background-color: #00aaa5;
  color: rgb(51, 51, 51);
}
.header .info a:hover {
  color: rgb(51, 51, 51);
}
.header .info a:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.header .info .mail a {
  background-color: #7fd4d2;
  padding: 25px 30px 0;
}
.header .info .mail a img {
  transform: translateY(2px);
}
.header .info .user a {
  background-color: #ccf8f7;
}
.header .info .tooltip {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .header .info .tooltip {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -18px;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header .info .tooltip .tooltip__inner {
    display: inline-block;
    width: 100%;
    color: #000;
    background-color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 3px 0;
  }
}
.header .hamburger {
  display: inline-block;
  position: relative;
  width: 61px;
  height: 50px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.4s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
  /* Slider */
}
@media (min-width: 992px) {
  .header .hamburger {
    display: none;
    height: 80px;
  }
}
.header .hamburger--active .hamburger-inner,
.header .hamburger--active .hamburger-inner::before,
.header .hamburger--active .hamburger-inner::after {
  background-color: #000;
}
.header .hamburger .hamburger-box {
  transform: translate(-50%, -50%);
  position: absolute;
  width: 30px;
  height: 20px;
  display: inline-block;
  top: 50%;
  left: 50%;
}
.header .hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.header .hamburger .hamburger-inner,
.header .hamburger .hamburger-inner::before,
.header .hamburger .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #00aaa5;
  border-radius: 10px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
.header .hamburger:hover .hamburger-inner,
.header .hamburger:hover .hamburger-inner::before,
.header .hamburger:hover .hamburger-inner::after {
  background-color: #000;
}
.header .hamburger .hamburger-inner::before,
.header .hamburger .hamburger-inner::after {
  content: "";
  display: block;
}
.header .hamburger .hamburger-inner::before {
  top: -10px;
}
.header .hamburger .hamburger-inner::after {
  bottom: -10px;
}
.header .hamburger--slider .hamburger-inner {
  top: 2px;
}
.header .hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.header .hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.header .hamburger--slider.hamburger--active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(45deg) scale(0.85);
  background-color: #000;
}
.header .hamburger--slider.hamburger--active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -7px, 0);
  opacity: 0;
}
.header .hamburger--slider.hamburger--active .hamburger-inner::after {
  transform: translate3d(0, -17px, 0) rotate(-90deg);
  background-color: #000;
}

@media screen and (min-width: 992px) {
  /* Header */
  .header {
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 998;
    background-color: #fff;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 80px;
  }
  .header__inner-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-left: auto;
  }
  header .mainnavi {
    display: block;
    padding: 0;
    font-size: 0;
  }
  .header .mainnavi li a {
    display: block;
    text-decoration: none;
    padding: 32px 20px 32px 0;
  }
  .header .mainnavi li {
    display: inline-block;
    line-height: 1;
    font-size: 0.85rem;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.8px;
  }
  .header .info {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header .info ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header .info a {
    position: relative;
    display: block;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    min-width: 80px;
    padding: 27px 30px 33px;
    background-color: #00aaa5;
    color: #333333;
  }
  .header .info a:hover {
    color: #333333;
  }
  .header .info .tooltip {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -18px;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    font-size: 0.75rem;
    color: #fff;
  }
  .header .info .tooltip .tooltip__inner {
    display: inline-block;
    width: 100%;
    color: #000;
    background-color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 3px 0;
  }
  .header .info a:hover .tooltip {
    opacity: 1;
    visibility: visible;
  }
  .header .info .mail a {
    background-color: #7fd4d2;
    padding: 25px 30px 0;
  }
  .header .info .user a {
    background-color: #ccf8f7;
  }
  /* Mega Menu */
  .header .mainnavi .dropdown {
    background: #fff;
  }
  .header .mainnavi .level1 ul li {
    display: block;
  }
  .header .mainnavi .level1 ul li a {
    padding-top: 20px;
  }
  .header .mainnavi li.is-active a.navigation-level-1,
.header .mainnavi .level1 .level1 li.is-active a.navigation-level-2 {
    color: #afcb0b;
  }
  .header .mainnavi .level1 .level2 {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .header .mainnavi .level1 .multiple-column {
    column-count: 3;
  }
  .header .mainnavi .level1 .level2 ul {
    padding-left: 80px;
  }
  .header .mainnavi .level1 .level2 ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .header .mainnavi .level1 .level3 {
    background-color: transparent;
    display: block !important;
    padding-left: 0 !important;
  }
  .header .mainnavi .level1 .level3 li {
    margin-bottom: 0 !important;
  }
  .header .mainnavi .level1 .level3 li a {
    padding-top: 0;
  }
  .header .mainnavi li.has-dropdown:hover .level1-wrapper {
    visibility: visible;
    opacity: 1;
  }
  .header .mainnavi li.has-dropdown:hover .level1 {
    display: grid;
    grid-template-columns: 1fr;
  }
  .header .mainnavi li.has-dropdown:hover .level1[data-children-count="4"] {
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .header .mainnavi li.has-dropdown:hover .level1[data-children-count="3"] {
    grid-template-rows: 1fr 1fr 1fr;
  }
  .header .mainnavi li.has-dropdown:hover .level1[data-children-count="2"] {
    grid-template-rows: 1fr 1fr;
  }
  .header .mainnavi li.has-dropdown:hover .level1[data-children-count="1"] {
    grid-template-rows: 1fr;
  }
  .header .mainnavi li.has-dropdown:hover .level3-wrapper {
    display: none;
  }
  .header .mainnavi li.has-dropdown:hover .level1-container {
    max-width: 1200px;
    gap: 110px;
    padding: 0px 15px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .header .mainnavi li.has-dropdown:hover .navigation-level-1,
.header .mainnavi li.has-children:hover .navigation-level-2 {
    color: #afcb0b;
  }
  .header .mainnavi li.has-children .level2 {
    display: flex;
  }
  .header .navigation-level-3 {
    font-size: 0.85rem;
  }
  .header .mainnavi ul li a.navigation-level-4 {
    color: #545454;
  }
  .header .mainnavi ul li a.navigation-level-5 {
    color: #545454;
    padding-left: 40px;
  }
  .header .navigation-level-3:hover {
    color: #afcb0b;
  }
  .header .mainnavi ul li a.navigation-level-4:hover {
    color: #afcb0b;
  }
  .header .mainnavi ul li a.navigation-level-5:hover {
    color: #afcb0b;
  }
  .header .mainnavi ul li a.navigation-level-2 {
    max-width: 300px;
  }
  .header .mainnavi ul.level2 li {
    width: initial;
  }
  .header .mainnavi ul.level2 li a {
    max-width: 15em;
    padding: 0.25em 0em;
  }
  .header .mainnavi .level1-wrapper {
    border-top: solid 2px #00aaa5;
    top: 80px;
    display: none;
    position: absolute;
    left: 0px;
    width: 100%;
    background-color: white;
  }
  .header .mainnavi ul li a.navigation-level-2 {
    font-weight: 600;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-bottom: 1px solid #00aaa5;
    padding: 6px 0px;
    margin-bottom: 7px;
    min-height: 5ch;
  }
  .header .mainnavi a.navigation-level-4 {
    padding: 0 !important;
    /*display: none!important;*/
  }
  .header .mainnavi a.navigation-level-5 {
    padding: 0 !important;
    /*display: none!important;*/
  }
  .header .mainnavi .level3 > li {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header .mainnavi .mainnavi > li {
    padding: 0px !important;
  }
  .header .mainnavi .header .mainnavi .level2 li {
    padding: 5px 0px;
  }
}
.fragment-scroll {
  visibility: hidden;
  height: 0 !important;
  position: absolute;
  margin: -80px;
}

@media (max-width: 575.98px) {
  .fragment-scroll {
    margin: -50px;
  }
}
/* Main
---------------------------------------- */
.main {
  position: relative;
  z-index: 90;
  padding: 0;
  /* Column Sticky Problem */
  /* Sticky footer */
  /* Special pages */
  /* Breadcrumb */
  /*
      > .container {
      	@include flexbox;
  		@include flex-direction(column);

  		@include media-breakpoint-up(md) {
  			@include flex-direction(row);
  		}

      }

      @include media-breakpoint-up(md) {

      	.col-1c & .section {
      		width: 100%;
      	}

  		.col-2cl & .section {
  			@include order(1);
  	        width: 70%;
  	        padding-right: 6%;
  	        margin-bottom: 0;
  	    }

  		.col-2cl & .aside {
  			@include order(2);
  	        width: 30%;
  	        margin-bottom: 0;
  	    }

  	    .col-2cr & .section {
  			@include order(2);
  	        width: 70%;
  	        padding-left: 6%;
  	        margin-bottom: 0;
  	    }

  		.col-2cr & .aside {
  			@include order(1);
  	        width: 30%;
  	        margin-bottom: 0;
  	    }

      }
  */
}
.wpb-js-composer .main {
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.single-ls_portfolio .main, .woocommerce-page .main, .page-template .main, .blog .main, .single-post .main, .error404 .main, .archive .main, .search .main, .col-2cl .main, .col-2cr .main {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .single-ls_portfolio .main, .woocommerce-page .main, .page-template .main, .blog .main, .single-post .main, .error404 .main, .archive .main, .search .main, .col-2cl .main, .col-2cr .main {
    padding: 40px 0;
  }
}
.main .breadcrumbs {
  margin-bottom: 25px;
  font-size: 0;
}
.main .breadcrumbs li {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 8px;
  line-height: 1;
}
@media (min-width: 768px) {
  .main .breadcrumbs li:not(:last-child) {
    border-right: 1px solid #343a40;
  }
}
.main .breadcrumbs li:first-of-type {
  padding-left: 0;
}
.main .breadcrumbs li:last-child {
  padding-right: 0;
}
@media (max-width: 575.98px) {
  .main .breadcrumbs li {
    display: block;
    padding: 0;
    margin-bottom: 3px;
    line-height: 1.2;
  }
  .main .breadcrumbs li:before {
    content: "- ";
    color: rgb(51, 51, 51);
  }
  .main .breadcrumbs li:last-child {
    margin-bottom: 0;
  }
}
.main .breadcrumbs a {
  line-height: 1;
}
.main .breadcrumbs .trail-end {
  color: #343a40;
}

/* Layout
---------------------------------------- */
/* Section */
.section {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  min-height: 1px;
}

/* Aside */
.aside {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  min-height: 1px;
}
.aside.aside--secondary {
  margin-bottom: 0;
}

/* 1 col */
.col-1c .section {
  width: 100%;
  margin: 0;
}

/* 2 col */
.col-2cr .section {
  width: 100%;
  margin-bottom: 25px;
}

.col-2cr .aside {
  width: 100%;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  /* 2 col content/sidebar */
  .aside, .col-2cl .aside {
    float: right;
    width: 28%;
    margin-bottom: 0;
  }
  .section, .col-2cl .section {
    float: left;
    width: 66%;
    margin-bottom: 0;
  }
  /* 2 col sidebar/content */
  .col-2cr .aside {
    float: left;
    margin-bottom: 0;
    width: 28%;
  }
  .col-2cr .section {
    float: right;
    margin-bottom: 0;
    width: 66%;
  }
  /* 3col sidebar/content/sidebar */
  .col-3cm .section {
    position: relative;
    float: left;
    left: 25%;
    width: 50%;
  }
  .col-3cm .aside {
    position: relative;
    float: left;
    right: 50%;
    width: 22.5%;
  }
  .col-3cm .aside.aside--secondary {
    position: relative;
    right: auto;
    float: right;
    width: 22.5%;
  }
}
/* Footer
---------------------------------------- */
.footer {
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding: 30px 0;
  background-color: #333333;
  color: #a7a7a7;
  /* Sticky footer */
  /* Local Address */
  /* Local Business */
  /* Widget navigation */
  /* Social */
}
@media (min-width: 768px) {
  .footer {
    margin-top: auto;
  }
}
.footer a {
  color: #a7a7a7;
}
.footer a:hover {
  color: #00aaa5;
}
.footer .mail {
  color: #00aaa5;
}
.footer .mail:hover {
  color: #afcb0b;
}
.footer__btm {
  justify-content: space-between;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.footer__btm div:nth-child(2) {
  text-align: right;
}
.footer__btm div {
  display: flex;
  gap: 10px;
}
.footer__btm div img {
  margin: 0;
}
.footer__btm img.kununu-badge {
  max-height: 120px;
  width: auto;
}
@media (max-width: 575.98px) {
  .footer__btm {
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
  }
  .footer__btm div {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .footer__btm {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 575.98px) {
  .footer__btm {
    align-items: center;
  }
}
.footer__btm img {
  max-width: 175px;
  margin-top: 15px;
}
@media (min-width: 576px) {
  .footer__btm img {
    margin-left: 30px;
    margin-top: 0;
  }
}
.footer .flex-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  margin-right: -15px;
  margin-left: -15px;
}
.footer .flex-grid__item {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer .flex-grid__item + .flex-grid__item {
    margin-top: 20px;
  }
  .footer .flex-grid__item + .flex-grid__item:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .footer .flex-grid__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 50%;
  }
}
.footer .localaddress * {
  font-size: 13px;
}
.footer .localaddress span[itemprop=name] {
  font-size: 15px;
}
.footer .localbusiness {
  font-size: 15px;
  font-size: 0.9375rem;
}
.footer .localbusiness ul + ul {
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .footer .localbusiness ul + ul:last-child {
    margin-bottom: 20px;
  }
}
.footer .localbusiness [itemprop=name] {
  font-weight: 600;
}
.footer .widget_nav_menu li + li {
  margin-top: 15px;
}
.footer .social ul {
  font-size: 0;
  margin-top: 15px;
}
.footer .social li {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 34px;
  font-size: 2.125rem;
}
.footer .social li:last-child {
  margin-right: 0;
}
.footer .social a {
  color: #fff;
}
.footer .review-snippet {
  margin-top: 30px;
}
.footer .review-snippet .summary {
  display: flex;
  gap: 15px;
  font-size: 15px;
}
.footer .review-snippet .summary .google-reviews {
  margin-top: -5px;
  display: flex;
  flex-direction: column;
}
.footer .review-snippet .summary .google-reviews .stars {
  display: flex;
  gap: 5px;
}
.footer .review-snippet .summary .google-reviews img {
  height: 20px;
}
.footer .review-snippet .icon-wrap {
  max-width: 34px;
}
.footer .review-snippet .review-link {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer .review-snippet .review-link a {
  display: inline-block;
  padding-right: 30px;
  margin-right: -30px;
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-arrow-footer.svg');
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-background-size: 16px auto;
  -ms-background-size: 16px auto;
  background-size: 16px auto;
}
@media (max-width: 1199.98px) {
  .footer .review-snippet .review-link a {
    margin-right: 15px;
  }
}
.footer .review-snippet .review-link a:hover {
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-arrow.svg');
}

/* Form
---------------------------------------- */
form label {
  cursor: pointer;
}

fieldset {
  border: none;
}

button, input, select, textarea {
  font-size: 100%;
  vertical-align: middle;
  margin: 0;
  font-family: inherit;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

textarea {
  line-height: 1.25;
}

button {
  cursor: pointer;
  width: auto;
  overflow: visible;
}

input[type=button], input[type=submit] {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

table button, table input {
  *overflow: auto;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Chrome - Input autofill background color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* Placeholder */
::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #999;
  opacity: 1;
  font-weight: 300;
}

/* Number */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

/* Hide firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}

/* Form wrap */
.form-wrap {
  width: 100%;
}

@media (min-width: 768px) {
  .form div {
    margin-bottom: 16.6666666667px;
  }
  .form div:last-child {
    margin-bottom: 0;
  }
}
.label-form,
.form label {
  display: block;
  width: auto;
  margin-bottom: 5px;
  font-weight: 400;
  color: rgb(51, 51, 51);
}

.input-form,
.comment-form textarea,
.comment-form input,
.comment-form input[type=text],
.woocommerce-product-search input[type=search],
.form select,
.form textarea,
.form input[type=text],
.form input[type=password],
.form input[type=datetime],
.form input[type=datetime-local],
.form input[type=date],
.form input[type=month],
.form input[type=time],
.form input[type=week],
.form input[type=number],
.form input[type=email],
.form input[type=url],
.form input[type=search],
.form input[type=tel],
.form input[type=color] {
  outline: 0;
  box-shadow: none;
  padding: 10px 15px;
  line-height: 1;
  border: 1px solid #ccc;
  background: #fff;
  color: rgb(51, 51, 51);
  border-radius: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Number */
.form input[type=number] {
  padding-right: 5px;
}

/* Submit */
form input[type=submit] {
  border-radius: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* No resize */
.form textarea {
  resize: none;
}

/* Add font */
input, button, select, textarea {
  font-family: "Open Sans";
}

.input-form:focus,
.comment-form textarea:focus,
.comment-form input[type=text]:focus,
.form select:focus,
.form textarea:focus,
.woocommerce-product-search input[type=search]:focus,
.form input[type=text]:focus,
.form input[type=password]:focus,
.form input[type=datetime]:focus,
.form input[type=datetime-local]:focus,
.form input[type=date]:focus,
.form input[type=month]:focus,
.form input[type=time]:focus,
.form input[type=week]:focus,
.form input[type=number]:focus,
.form input[type=email]:focus,
.form input[type=url]:focus,
.form input[type=search]:focus,
.form input[type=tel]:focus,
.form input[type=color]:focus {
  outline: 0;
  background-color: #fcfcfc;
}

.form input,
.comment-form input {
  width: 100%;
}

.form textarea,
.comment-form textarea {
  width: 100%;
}

@media (min-width: 576px) {
  .form input,
.comment-form input {
    width: 50%;
  }
  .form textarea,
.comment-form textarea {
    width: 75%;
  }
  .form input,
.form textarea {
    width: 100%;
  }
  .form input[type=file] {
    width: auto;
  }
}
/* Select */
select[multiple] {
  width: 100%;
}

.ginput_container_select,
.select-wrapper,
.select-wrap {
  position: relative;
  border: 1px solid #ccc;
}
@media (min-width: 576px) {
  .ginput_container_select,
.select-wrapper,
.select-wrap {
    width: 100%;
  }
}
.ginput_container_select select,
.select-wrapper select,
.select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 13px 30px 13px 15px;
  background-color: #fff;
  color: #999;
  cursor: pointer;
  font-weight: 300;
}
.ginput_container_select select:-ms-expand,
.select-wrapper select:-ms-expand,
.select-wrap select:-ms-expand {
  display: none;
}
.ginput_container_select:before,
.select-wrapper:before,
.select-wrap:before {
  font-family: "teledata" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "n";
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}

/* Salutation */
/* Checkbox & Radio */
.comment-form input[type=checkbox],
.form input[type=checkbox],
.form input[type=radio] {
  visibility: hidden;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}
.comment-form input[type=checkbox] + label,
.form input[type=checkbox] + label,
.form input[type=radio] + label {
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  padding-left: 30px;
  padding-right: 10px;
  position: relative;
}
.comment-form input[type=checkbox] + label:before,
.form input[type=checkbox] + label:before,
.form input[type=radio] + label:before {
  position: absolute;
  left: 0;
  top: 1px;
  border: 1px solid #d7d7d7;
  background: #fff;
  content: "";
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}
.comment-form input[type=checkbox]:checked + label:before,
.form input[type=checkbox]:checked + label:before,
.form input[type=radio]:checked + label:before {
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  background: #fff;
  color: #00aaa5;
  font-size: 12px;
  font-size: 0.75rem;
  content: "\f00c";
}
.comment-form input[type=checkbox]:focus + label:before,
.form input[type=checkbox]:focus + label:before,
.form input[type=radio]:focus + label:before {
  box-shadow: inset 0 0 0 2px #000;
}

.form input[type=radio] + label:before {
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.form input[type=radio]:checked + label:before {
  content: "\f111";
  font-size: 7px;
  font-size: 0.4375rem;
}

.textarea-form,
.form textarea,
.form select[multiple],
.form select[size] {
  height: auto;
}

/* Button */
.btn-form,
form button,
.form button,
.form input[type=submit],
.comment-form button,
.comment-form input[type=submit] {
  border: none;
  width: auto;
  border-radius: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: 0.05em;
}
.btn-form:disabled,
form button:disabled,
.form button:disabled,
.form input[type=submit]:disabled,
.comment-form button:disabled,
.comment-form input[type=submit]:disabled {
  cursor: not-allowed;
  background-color: rgba(0, 170, 165, 0.3);
}

/* Fileupload */
#remScnt, #addScnt {
  display: inline-block;
  width: 3.5%;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  color: #00aaa5;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  position: relative;
  padding: 12px 20px 12px 15px;
  background-color: #fff;
  color: #999;
  background-image: none;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  text-transform: none;
  border: 1px solid #ccc;
  outline: none;
}
.inputfile + label:hover {
  background-color: #fff;
  color: #999;
}
.inputfile + label i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #00aaa5;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

/* Template
----------------------------------------

/* Basics */
.content-section {
  /* Backgroundimage */
  /* Video */
}
.content-section.stretch-row, .content-section.stretch-row-content {
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}
.content-section.stretch-row-content {
  padding-left: 0;
  padding-right: 0;
}
.content-section.inner-all-spacer {
  padding: 40px;
}
.content-section.inner-vertical-spacer {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-section.inner-horizontal-spacer {
  padding-left: 20px;
  padding-right: 20px;
}
.content-section .columns {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
.content-section .columns .service-button + .service-button {
  margin-top: 0px;
}
.content-section .columns .service-block + .service-block {
  margin-top: 0px;
}
.content-section .columns .service-imgblock + .service-imgblock {
  margin-top: 0px;
}
.content-section .columns .service-imgblock {
  display: flex;
  flex-direction: column;
}
.content-section .columns .service-imgblock__teaser {
  flex-grow: 1;
}
.content-section .cols-3-lg, .content-section .cols-2-md, .content-section .cols-1-sm {
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .content-section .cols-3-lg, .content-section .cols-2-md {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .content-section .cols-3-lg {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.content-section.td_backgroundimage {
  min-height: 310px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.content-section.td_backgroundimage.no-min-height {
  min-height: inherit;
}
.content-section.td_backgroundimage.td_bg_image_medium {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .content-section.td_backgroundimage.td_bg_image_medium {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 500px;
  }
}
@media (min-width: 1200px) {
  .content-section.td_backgroundimage.td_bg_image_medium {
    min-height: 600px;
  }
}
.content-section.td_backgroundimage.td_bg_image_medium > .row {
  /* IE 10-11 min-height Bug - https://codepen.io/chriswrightdesign/pen/emQNGZ */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .content-section.td_backgroundimage.td_bg_image_medium [class^=ls-col-] {
    width: 100%;
  }
}
.content-section.td_backgroundimage.td_bg_image_medium.td_bg_center > .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.content-section.td_backgroundimage.td_bg_image_medium.td_bg_bottom > .row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.content-section.td_backgroundimage.td_bg_image_medium > .row {
  min-height: 250px;
  min-height: 30vh;
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .content-section.td_backgroundimage.td_bg_image_medium > .row {
    min-height: 50vh;
  }
}
@media (min-width: 768px) {
  .content-section.td_backgroundimage.td_bg_image_medium > .row {
    min-height: 350px;
    min-height: 40vh;
  }
}
@media (min-width: 992px) {
  .content-section.td_backgroundimage.td_bg_image_medium > .row {
    min-height: 400px;
    min-height: 50vh;
  }
}
@media (min-width: 1200px) {
  .content-section.td_backgroundimage.td_bg_image_medium > .row {
    min-height: 560px;
    min-height: 50vh;
  }
}
.content-section.td_video {
  position: relative;
  overflow: hidden;
  /* Intro */
}
.content-section.td_video .video_wrap {
  min-height: calc(100vh - 50px);
}
@media (min-width: 576px) {
  .content-section.td_video .video_wrap {
    min-height: calc(100vh - 80px);
  }
}
@media (min-width: 768px) {
  .content-section.td_video .video_wrap {
    min-height: 100vh;
  }
}
.content-section.td_video .video {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.content-section.td_video .video:before {
  content: "";
  display: block;
  height: 0px;
  padding-bottom: 56.25%; /* 100% * 9 / 16 */
}
.content-section.td_video .video video {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0px;
  /* center horizontally */
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.content-section.td_video .video__intro {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.content-section.td_video .video__intro-left, .content-section.td_video .video__intro-right {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 50%;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .content-section.td_video .video__intro-left, .content-section.td_video .video__intro-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .content-section.td_video .video__intro-left, .content-section.td_video .video__intro-right {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    padding-top: 40vh;
    padding-right: 5vw;
    padding-left: 5vw;
    color: #fff;
  }
}
.content-section.td_video .video__intro-right {
  top: 50%;
}
@media (min-width: 768px) {
  .content-section.td_video .video__intro-right {
    left: 50%;
    top: 0;
  }
}
.content-section.td_video .video__intro h2 {
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1vw;
}
@media (min-width: 992px) {
  .content-section.td_video .video__intro h2 {
    font-size: 3.5vw;
    line-height: 1em;
  }
}
.content-section.td_video .video__intro p {
  font-size: 1rem;
  color: #fff;
  padding-bottom: 0;
  margin-bottom: 2vw;
}
@media (min-width: 992px) {
  .content-section.td_video .video__intro p {
    font-size: 1vw;
    margin-bottom: 1.5vw;
  }
}
.content-section.td_video .video__intro a {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
  padding-right: 30px;
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-arrow-white.svg');
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-background-size: 22px auto;
  -ms-background-size: 22px auto;
  background-size: 22px auto;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .content-section.td_video .video__intro a {
    font-size: 2vw;
    line-height: 1em;
  }
}
.content-section.td_video .video__intro a:hover {
  padding-right: 40px;
}
.content-section.td_video .video__intro:before, .content-section.td_video .video__intro:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 170, 165, 0.5);
}
@media (min-width: 768px) {
  .content-section.td_video .video__intro:before, .content-section.td_video .video__intro:after {
    width: 50%;
    height: 100%;
  }
}
.content-section.td_video .video__intro:after {
  background-color: rgba(175, 203, 11, 0.5);
  top: 50%;
}
@media (min-width: 768px) {
  .content-section.td_video .video__intro:after {
    top: 0;
    left: auto;
    right: 0;
  }
}
.content-section.opacity-10 {
  opacity: 0.1;
}
.content-section.opacity-20 {
  opacity: 0.2;
}
.content-section.opacity-30 {
  opacity: 0.3;
}
.content-section.opacity-40 {
  opacity: 0.4;
}
.content-section.opacity-50 {
  opacity: 0.5;
}
.content-section.opacity-60 {
  opacity: 0.6;
}
.content-section.opacity-70 {
  opacity: 0.7;
}
.content-section.opacity-80 {
  opacity: 0.8;
}
.content-section.opacity-90 {
  opacity: 0.9;
}

/* Forms modules */
.availability {
  position: relative;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.availability span {
  display: inline-block;
  margin-bottom: 20px;
}
.availability .form__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .availability .form__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .availability .form__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Accordion */
.accordion-container .ui-accordion-header {
  position: relative;
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  padding: 10px 40px 10px 20px;
  cursor: pointer;
  background-color: #fff;
  color: rgb(51, 51, 51);
  line-height: 1.2;
  margin-top: 30px;
  transition: margin-bottom 0.2s;
  /* Active */
}
@media (min-width: 768px) {
  .accordion-container .ui-accordion-header {
    padding-right: 60px;
  }
}
.accordion-container .ui-accordion-header.ui-state-active {
  margin-top: 0;
}
.accordion-container .ui-accordion-header:focus {
  outline: none;
}
.accordion-container .ui-accordion-header:first-child {
  margin-top: 0;
}
.accordion-container .ui-accordion-header .ui-accordion-header-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 13px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
  border: none;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .accordion-container .ui-accordion-header .ui-accordion-header-icon {
    right: 30px;
  }
}
.accordion-container .ui-accordion-header .ui-accordion-header-icon:before, .accordion-container .ui-accordion-header .ui-accordion-header-icon:after {
  content: "";
  position: absolute;
  border-radius: 0;
  width: 11px;
  height: 1px;
  left: 4px;
  top: 9px;
  background-color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-container .ui-accordion-header .ui-accordion-header-icon:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-container .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion-container .ui-accordion-header.ui-state-active .ui-accordion-header-icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion-container .ui-accordion-content {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}
.accordion-container .ui-accordion-content:last-of-type {
  margin-bottom: 0;
}

.advanced-points-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 280px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 40px;
}
@media (min-width: 576px) {
  .advanced-points-item {
    width: fit-content;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .advanced-points-item {
    flex: 1;
    width: initial;
    min-width: 300px;
    max-width: 50%;
    padding-right: 20px;
  }
  .advanced-points-item:last-child {
    padding-right: 0px;
  }
}

.advanced-points-item-points {
  align-self: stretch;
}

.advanced-points-item-title {
  color: #00aaa5;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 20px 0px 30px;
}
@media (max-width: 575.98px) {
  .advanced-points-item-title {
    width: 100%;
    text-align: center;
  }
}

.advanced-points-item-image {
  text-align: center;
  justify-content: center;
  height: 100px;
}
@media (max-width: 575.98px) {
  .advanced-points-item-image {
    width: 100%;
  }
}

.advanced-points-item-image img {
  max-height: 90px;
  max-width: 90px;
  width: auto;
}

.advanced-points-item-point {
  display: flex;
  align-items: flex-start;
  padding: 5px 0px;
}

.advanced-points-item-point-check {
  padding-right: 10px;
  min-width: 25px;
  max-width: 25px;
}

.advantage-list-item {
  display: flex;
  align-items: flex-start;
  font-size: 1.125rem;
  font-weight: 700;
}

.advantage-list-item__icon {
  width: 24px;
  min-width: 24px;
  margin-right: 20px;
  padding-top: 2px;
}

.advantage-list-headline {
  font-size: 2rem;
  color: #00aaa5;
  padding-bottom: 20px;
  font-weight: 700;
}

/* Search */
.search__form {
  margin-bottom: 40px;
}
.search__form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .search__form form {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.search__form input {
  width: 100%;
}
@media (min-width: 768px) {
  .search__form input {
    width: calc(100% - 220px);
  }
}
.search__form button {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .search__form button {
    margin-left: 20px;
    width: 200px;
    margin-top: 0;
  }
}
.search__result-item + .search__result-item {
  margin-top: 30px;
}
.search__result-title h5 {
  margin-bottom: 2px;
}
.search__result-url {
  margin-bottom: 5px;
}
.contact-personnel__container {
  flex: 1;
  padding: 20px 10px;
}
@media (min-width: 576px) {
  .contact-personnel__container {
    padding: 20px 20px;
  }
}
@media (min-width: 768px) {
  .contact-personnel__container {
    padding: 38px;
  }
}
.contact-personnel__container__headline {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact-personnel__container__headline {
    margin-bottom: 38px;
  }
}
.contact-personnel__container__subline {
  font-size: 1.1rem;
  color: #fff;
  margin-top: -20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact-personnel__container__subline {
    margin-top: -33px;
    margin-bottom: 38px;
  }
}
.contact-personnel__container__multiple {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 38px;
  grid-column-gap: 38px;
  color: white;
}
.contact-personnel__container__multiple .flex.space-between.flex-align-center {
  flex-flow: column-reverse wrap;
}
@media (min-width: 768px) {
  .contact-personnel__container__multiple .flex.space-between.flex-align-center {
    flex-flow: row nowrap;
  }
}
@media (min-width: 768px) {
  .contact-personnel__container__multiple {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .contact-personnel__container__multiple {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-personnel__container__multiple__img {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact-personnel__container__multiple__img {
    margin-left: 20px;
    margin-bottom: 0;
  }
}
.contact-personnel__container__multiple__img img {
  width: 100%;
  height: auto;
  max-height: 270px;
  object-fit: cover;
}
@media (min-width: 576px) {
  .contact-personnel__container__multiple__img img {
    max-height: 500px;
  }
}
.contact-personnel__container__img-mobile {
  width: 100%;
  max-height: 270px;
  display: block;
  margin-bottom: 20px;
}
.contact-personnel__container__img-mobile img {
  width: 100%;
  height: auto;
  max-height: 270px;
  object-fit: cover;
}
@media (min-width: 576px) {
  .contact-personnel__container__img-mobile img {
    max-height: 500px;
  }
}
@media (min-width: 576px) {
  .contact-personnel__container__img-mobile {
    max-height: 500px;
  }
}
@media (min-width: 768px) {
  .contact-personnel__container__img-mobile {
    display: none;
  }
}
.contact-personnel__img {
  display: none;
}
@media (min-width: 768px) {
  .contact-personnel__img {
    display: block;
  }
}

.service-contact {
  color: white;
}

.service-contact a {
  color: white !important;
}

.service-contact-multiple a {
  color: white !important;
}

.service-contact__img img {
  height: 380px;
  width: auto;
}

.service-contact__img img {
  height: 380px;
  width: auto;
}

.service-contact__block.contact-personnel__container__info .mr-38 {
  margin: 10px;
}
.service-contact__block.contact-personnel__container__info .mr-38:first-child {
  margin-top: 0px;
}
.service-contact__block.contact-personnel__container__info .mr-38:last-child {
  margin-bottom: 0px;
}

/* Downloads */
.downloads {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
@media (min-width: 768px) {
  .downloads {
    grid-template-columns: repeat(2, 1fr);
  }
}
.downloads__item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.downloads__item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 20px;
  -webkit-flex-basis: 70%;
  -moz-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}
.downloads__item-info {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  text-align: right;
}
.downloads a {
  display: block;
  padding: 20px;
  background-color: #fff;
  color: rgb(51, 51, 51);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.downloads a:hover {
  background-color: #00aaa5;
  color: #fff;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
.downloads a:hover .icon {
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-download-white.svg');
}
.downloads .icon {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 40px;
  height: 55px;
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-download-black.svg');
  background-position: center center;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-background-size: 40px 55px;
  -ms-background-size: 40px 55px;
  background-size: 40px 55px;
  margin-right: 20px;
}

/*  Table */
.info__table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.info__table-row {
  width: 100%;
  margin-bottom: 1px;
  background-color: #fff;
  padding: 20px;
}
@media (min-width: 768px) {
  .info__table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}
.info__table-row a {
  text-decoration: none;
}
.info__table-header {
  background-color: #00aaa5;
  color: #fff;
}
.info__table-header .info__table-row-item.info__table-row-item--field1 {
  margin-bottom: 0;
}
.info__table-row-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 0;
  word-break: break-word;
  padding-bottom: 2px;
}
.info__table-row-item.info__table-row-item--field1 {
  font-weight: 600;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .info__table-row-item {
    padding-right: 30px;
    padding-bottom: 0px;
  }
  .info__table-row-item:before {
    content: none;
  }
  .info__table-row-item span {
    width: auto;
  }
  .info__table-row-item:last-child {
    padding-right: 0px;
  }
  .info__table-row-item.info__table-row-item--field1 {
    -webkit-flex-basis: 33.3333%;
    -moz-flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    font-weight: 300;
    margin-bottom: 0;
  }
  .info__table-row-item.info__table-row-item--field2 {
    -webkit-flex-basis: 66.6666%;
    -moz-flex-basis: 66.6666%;
    -ms-flex-preferred-size: 66.6666%;
    flex-basis: 66.6666%;
  }
}

/* News */
.news {
  /* Paging */
  /* Details */
}
.news__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.news__item:hover .news__img-wrap, .news__item:hover .news__inner {
  box-shadow: 0 0px 35px 0 rgba(0, 0, 0, 0.3);
}
.news__item:hover .news__link a {
  padding-right: 40px;
}
@media (max-width: 767.98px) {
  .news__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }
}
.news__item--reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .news__item--reverse {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.news__teaser {
  color: rgb(51, 51, 51);
}
.news__img-overlay {
  background-color: #00AAA5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.news__img-overlay img {
  opacity: 0.5;
}
.news__img {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.news__img-wrap {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  height: 300px;
}
@media (max-width: 767.98px) {
  .news__img-wrap {
    width: 100%;
    height: unset;
    min-width: unset;
    max-width: unset;
    padding-bottom: 100%;
  }
}
.news__img-wrap img {
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767.98px) {
  .news__img-wrap img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
  }
}
.news__inner {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 20px;
  background-color: #fff;
}
.news__title {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .news__title {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    padding-bottom: 50%;
    padding-top: 50%;
    margin: 0px;
  }
  .news__title .h5 {
    color: white;
    display: flex;
    position: absolute;
    margin: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
  }
}
.news__arrow {
  width: 16px;
}
.news__paging {
  text-align: center;
}
.news__details-meta {
  margin-bottom: 10px;
}
.news .post-date {
  font-weight: bold;
  color: #00aaa5;
}

/* Timeline */
.timeline {
  /* Grid */
}
.timeline__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .timeline__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .timeline__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .timeline__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.timeline__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
}
.timeline__item:hover {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.3);
  transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}
.timeline__img {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  padding-bottom: 50%;
}
.timeline__img-wrap {
  position: relative;
}
.timeline__meta {
  position: absolute;
  bottom: 0;
  left: 20px;
  color: #fff;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: -5px;
}
.timeline__inner {
  padding: 20px;
  background-color: #fff;
}
/* Carousel logo */
.carousel-logos {
  /* Swiper */
  /* Slide */
  /* Prev & Next */
}
.carousel-logos .swiper-outer {
  position: relative;
  padding: 0 50px;
}
.carousel-logos .slide {
  text-align: center;
}
.carousel-logos .swiper-button-next,
.carousel-logos .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  margin: 0;
  z-index: 10;
  cursor: pointer;
  background-image: none;
  outline: none;
  background-color: #00aaa5;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.carousel-logos .swiper-button-next.swiper-button-disabled,
.carousel-logos .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.carousel-logos .swiper-button-next:hover,
.carousel-logos .swiper-button-prev:hover {
  background-color: #00918c;
}
.carousel-logos .swiper-button-next::before, .carousel-logos .swiper-button-next::after,
.carousel-logos .swiper-button-prev::before,
.carousel-logos .swiper-button-prev::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 1px;
  text-align: center;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.carousel-logos .swiper-button-next::before, .carousel-logos .swiper-button-next::after,
.carousel-logos .swiper-button-prev::before,
.carousel-logos .swiper-button-prev::after {
  content: "";
  background-color: white;
}
.carousel-logos .swiper-button-next::before,
.carousel-logos .swiper-button-prev::before {
  left: 14px;
  top: 16px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.carousel-logos .swiper-button-next::after,
.carousel-logos .swiper-button-prev::after {
  left: 14px;
  top: 24px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.carousel-logos .swiper-button-prev {
  left: 0;
}
.carousel-logos .swiper-button-next {
  right: 0;
}
.carousel-logos .swiper-button-next::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel-logos .swiper-button-next::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Carousel timeline */
.carousel-timeline {
  /* Swiper */
  /* Slide */
  /* Prev & Next */
}
.carousel-timeline .swiper-outer {
  position: relative;
  padding: 0 50px;
}
.carousel-timeline .slide {
  text-align: center;
}
.carousel-timeline .swiper-button-next,
.carousel-timeline .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  margin: 0;
  z-index: 10;
  cursor: pointer;
  background-image: none;
  outline: none;
  background-color: #00aaa5;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.carousel-timeline .swiper-button-next.swiper-button-disabled,
.carousel-timeline .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.carousel-timeline .swiper-button-next:hover,
.carousel-timeline .swiper-button-prev:hover {
  background-color: #00918c;
}
.carousel-timeline .swiper-button-next::before, .carousel-timeline .swiper-button-next::after,
.carousel-timeline .swiper-button-prev::before,
.carousel-timeline .swiper-button-prev::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 1px;
  text-align: center;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.carousel-timeline .swiper-button-next::before, .carousel-timeline .swiper-button-next::after,
.carousel-timeline .swiper-button-prev::before,
.carousel-timeline .swiper-button-prev::after {
  content: "";
  background-color: white;
}
.carousel-timeline .swiper-button-next::before,
.carousel-timeline .swiper-button-prev::before {
  left: 14px;
  top: 16px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.carousel-timeline .swiper-button-next::after,
.carousel-timeline .swiper-button-prev::after {
  left: 14px;
  top: 24px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.carousel-timeline .swiper-button-prev {
  left: 0;
}
.carousel-timeline .swiper-button-next {
  right: 0;
}
.carousel-timeline .swiper-button-next::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel-timeline .swiper-button-next::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.highlight-image {
  display: flex;
  flex-flow: row wrap;
  overflow-x: initial;
  overflow-y: visible;
}
.highlight-image__heading {
  display: flex;
  flex-flow: row nowrap;
  flex: 1;
}
.highlight-image__heading__title {
  flex: 1;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .highlight-image__heading__title {
    text-align: right;
    padding-top: 60px;
  }
}
.highlight-image__heading__title h2 {
  margin-bottom: 0;
  color: white;
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
  transform: translateY(10px);
  margin-right: 20px;
}
@media (min-width: 992px) {
  .highlight-image__heading__spacer {
    min-width: 400px;
  }
}
.highlight-image__info {
  width: 100%;
  margin: 40px 0px 40px 0px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .highlight-image__info {
    width: calc(100% - 420px);
    margin: 80px 20px 60px 0px;
  }
}
.highlight-image__info h1, .highlight-image__info h2, .highlight-image__info h3, .highlight-image__info h4, .highlight-image__info h5 {
  font-weight: 500;
}
.highlight-image__info h1, .highlight-image__info h2, .highlight-image__info h3, .highlight-image__info h4, .highlight-image__info h5, .highlight-image__info a, .highlight-image__info p, .highlight-image__info span {
  color: inherit;
}
.highlight-image__info__cta {
  margin-top: 20px;
}
.highlight-image__info a {
  display: inline-block;
  padding-right: 30px;
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-arrow.svg');
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  text-transform: uppercase;
  color: #00aaa5;
  -webkit-background-size: 16px auto;
  -ms-background-size: 16px auto;
  background-size: 16px auto;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.highlight-image__info a:hover {
  color: #afcb0b;
  padding-right: 40px;
}
.highlight-image__img {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .highlight-image__img {
    width: 400px;
    min-width: 400px;
    margin-bottom: 0;
  }
}
.highlight-image__img img {
  display: block;
  width: 100%;
  height: 400px;
  -webkit-box-shadow: 2px 0px 35px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 0px 35px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 0px 35px -12px rgba(0, 0, 0, 0.75);
  object-fit: cover;
}
@media (min-width: 992px) {
  .highlight-image__img img {
    position: absolute;
    bottom: 10px;
    left: 0;
    height: calc(100% + 80px);
  }
}

/* Keyframe */
@keyframes deployHeaderText {
  from {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* Keyframe */
@keyframes deployVisibilityHeaderText {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Box */
.headerbox {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.headerbox__item + .headerbox__item {
  margin-top: 10px;
}
.headerbox__item > * {
  position: relative;
  width: 0;
  max-width: max-content;
  max-width: -moz-available;
  animation: deployHeaderText 0.4s cubic-bezier(0.26, 0.6, 0.36, 1) forwards 1s, deployVisibilityHeaderText 0s forwards 1s;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
}
.headerbox__item > *:before {
  content: "";
  display: inline-block;
  background-image: linear-gradient(135deg, #00aaa5, #0074aa);
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  animation: deployHeaderText 0.4s cubic-bezier(0.26, 0.6, 0.36, 1) reverse forwards 1.8s;
}
.headerbox__item-inner {
  display: inline-block;
  font-size: 26px;
  font-size: 1.625rem;
  background-color: rgba(0, 170, 165, 0.7);
  padding: 10px;
  color: #fff;
  font-weight: 300;
  text-align: left;
  line-height: 1;
}
@media (min-width: 576px) {
  .headerbox__item-inner {
    padding: 15px 10px;
  }
}
@media (min-width: 768px) {
  .headerbox__item-inner {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 20px 15px;
  }
}
@media (min-width: 992px) {
  .headerbox__item-inner {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.headerbox__item--link {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.headerbox__item--link a {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  background-color: rgba(0, 170, 165, 0.7);
  padding: 10px 50px 10px 20px;
  color: #fff;
  font-weight: 300;
  text-align: left;
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-arrow-white.svg');
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-background-size: 18px auto;
  -ms-background-size: 18px auto;
  background-size: 18px auto;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 768px) {
  .headerbox__item--link a {
    @padding : 15px 50px 15px 20px;
  }
}
.headerbox__item--link a:hover {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  background-position: calc(100% - 10px);
}

/* Slider images */
.slider-images {
  /* Swiper */
  /* Slide */
  /* Prev & Next */
}
.slider-images .swiper-container {
  padding-bottom: 50px;
}
.slider-images .slide__inner {
  position: relative;
}
.slider-images .slide__content {
  width: 100%;
  background-color: #00aaa5;
  padding: 30px;
  color: #fff;
}
@media (min-width: 768px) {
  .slider-images .slide__content {
    position: absolute;
    left: 30px;
    bottom: -30px;
    z-index: 10;
    max-width: 75%;
  }
}
.slider-images .slide h3 {
  color: #fff;
  margin-bottom: 20px;
}
.slider-images .swiper-button-next,
.slider-images .swiper-button-prev {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  width: 40px;
  height: 40px;
  margin: 0;
  z-index: 10;
  cursor: pointer;
  background-image: none;
  outline: none;
}
.slider-images .swiper-button-next.swiper-button-disabled,
.slider-images .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
@media (min-width: 768px) {
  .slider-images .swiper-button-next,
.slider-images .swiper-button-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.slider-images .swiper-button-next::before, .slider-images .swiper-button-next::after,
.slider-images .swiper-button-prev::before,
.slider-images .swiper-button-prev::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  text-align: center;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider-images .swiper-button-next::before, .slider-images .swiper-button-next::after,
.slider-images .swiper-button-prev::before,
.slider-images .swiper-button-prev::after {
  content: "";
  background-color: white;
}
.slider-images .swiper-button-next::before,
.slider-images .swiper-button-prev::before {
  left: 14px;
  top: 11px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slider-images .swiper-button-next::after,
.slider-images .swiper-button-prev::after {
  left: 14px;
  top: 27px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.slider-images .swiper-button-prev {
  left: 20px;
}
.slider-images .swiper-button-prev::before, .slider-images .swiper-button-prev::after {
  left: 0;
}
.slider-images .swiper-button-next {
  right: 20px;
}
.slider-images .swiper-button-next::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 18px;
}
.slider-images .swiper-button-next::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 18px;
}

.image-cta-showcase {
  position: relative;
  height: 300px;
  max-height: 300px;
}
@media (min-width: 768px) {
  .image-cta-showcase {
    height: 600px;
    max-height: 600px;
  }
}
.image-cta-showcase__cta {
  cursor: pointer;
}
.image-cta-showcase__cta__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .image-cta-showcase__cta__img {
    height: 600px;
  }
}

/* Footnote */
.footnote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.footnote + .footnote {
  margin-top: 20px;
}
.footnote__number {
  padding-right: 10px;
}
.service-button-link {
  display: flex;
}

/* Service button */
.service-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px;
  background-color: #00aaa5;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  line-height: 1;
  width: 100%;
}
.service-button + .service-button {
  margin-top: 20px;
}
.service-button:hover {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
.service-button__icon {
  margin-right: 15px;
}
.service-button__icon img {
  max-width: 25px;
}
.service-button__title {
  position: relative;
  top: 2px;
}
.service-button--white {
  background-color: #fff;
  color: #000;
}

/* Service block */
.service-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #00aaa5;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}
@media (min-width: 768px) {
  .service-block {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px;
  }
}
.service-block + .service-block {
  margin-top: 20px;
}
.service-block:hover {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
@media (min-width: 768px) {
  .service-block__img {
    -webkit-flex-basis: 33.3333%;
    -moz-flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    margin-right: 15px;
  }
}
.service-block__teaser {
  padding: 10px;
}
@media (min-width: 768px) {
  .service-block__teaser {
    -webkit-flex-basis: 66.6666%;
    -moz-flex-basis: 66.6666%;
    -ms-flex-preferred-size: 66.6666%;
    flex-basis: 66.6666%;
    padding: 0;
  }
}

/* Service imageblock */
.service-imgblock {
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}
.service-imgblock + .service-imgblock {
  margin-top: 20px;
}
.service-imgblock:hover {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
.service-imgblock h3 {
  color: #fff;
}
.service-imgblock__teaser {
  padding: 20px;
  background-color: #00aaa5;
}

/* Service container */
.service-container {
  background-color: #00aaa5;
  color: #fff;
}
.service-container--visit-card .service-container__teaser {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 90px;
}
@media (max-width: 991.98px) {
  .service-container--visit-card .service-container__teaser {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .service-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.service-container + .service-container {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .service-container__img {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.service-container__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-container__img.video__youtube {
  box-shadow: gray 0 0 20px 0;
}
.service-container h3 {
  color: #fff;
}
.service-container__teaser {
  padding: 20px;
}
@media (min-width: 768px) {
  .service-container__teaser {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.service-container.content-section.stretch-row {
  padding-top: 40px;
  padding-bottom: 40px;
}
.service-container.content-section.stretch-row .service-container__teaser {
  padding-left: 0;
  padding-right: 10px;
}
.service-container.content-section.stretch-row.image-left .service-container__teaser {
  padding-left: 20px;
  padding-right: 0;
}

/* Business box */
.business-box {
  /* Grid */
}
.business-box__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .business-box__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .business-box__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.business-box__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
}
.business-box__item:hover {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.3);
  transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}
.business-box__item:hover .business-box__link a {
  padding-right: 40px;
}
.business-box__img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  padding-bottom: 50%;
}
.business-box__img-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .business-box__img {
    padding-bottom: 35%;
  }
}
.business-box__meta {
  position: absolute;
  bottom: 0;
  left: 20px;
  color: #fff;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: -5px;
}
.business-box__inner {
  padding: 20px;
  background-color: #fff;
}
.business-box__title {
  margin-bottom: 20px;
}
.business-box__link {
  margin-top: auto;
  padding: 0 20px 20px;
}
.business-box__link a {
  color: #00aaa5;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 30px;
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-arrow.svg');
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-background-size: 16px auto;
  -ms-background-size: 16px auto;
  background-size: 16px auto;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.business-box__headline {
  font-size: 54px;
  padding-bottom: 20px;
}
@media (max-width: 991.98px) {
  .business-box__headline {
    font-size: 38px;
    padding-bottom: 10px;
  }
}
.business-box__bottom-link {
  margin: auto;
  padding-top: 30px;
  text-align: center;
  color: #00aaa5;
}
.business-box__bottom-link-inner {
  display: inline-block;
  cursor: pointer;
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-arrow.svg');
  padding-right: 30px;
  text-transform: uppercase;
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-background-size: 16px auto;
  -ms-background-size: 16px auto;
  background-size: 16px auto;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.business-box__bottom-link-inner:hover {
  padding-right: 40px;
}

/* Price table */
.pricingtable {
  /* Grid */
}
.pricingtable.swiper-outer {
  position: relative;
  padding: 0 50px;
  /* Prev & Next */
}
.pricingtable.swiper-outer .swiper-button-next,
.pricingtable.swiper-outer .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  margin: 0;
  z-index: 10;
  cursor: pointer;
  background-image: none;
  outline: none;
  background-color: #00aaa5;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pricingtable.swiper-outer .swiper-button-next.swiper-button-disabled,
.pricingtable.swiper-outer .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.pricingtable.swiper-outer .swiper-button-next:hover,
.pricingtable.swiper-outer .swiper-button-prev:hover {
  background-color: #00918c;
}
.pricingtable.swiper-outer .swiper-button-next::before, .pricingtable.swiper-outer .swiper-button-next::after,
.pricingtable.swiper-outer .swiper-button-prev::before,
.pricingtable.swiper-outer .swiper-button-prev::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 1px;
  text-align: center;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pricingtable.swiper-outer .swiper-button-next::before, .pricingtable.swiper-outer .swiper-button-next::after,
.pricingtable.swiper-outer .swiper-button-prev::before,
.pricingtable.swiper-outer .swiper-button-prev::after {
  content: "";
  background-color: white;
}
.pricingtable.swiper-outer .swiper-button-next::before,
.pricingtable.swiper-outer .swiper-button-prev::before {
  left: 14px;
  top: 16px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.pricingtable.swiper-outer .swiper-button-next::after,
.pricingtable.swiper-outer .swiper-button-prev::after {
  left: 14px;
  top: 24px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.pricingtable.swiper-outer .swiper-button-prev {
  left: 0;
}
.pricingtable.swiper-outer .swiper-button-next {
  right: 0;
}
.pricingtable.swiper-outer .swiper-button-next::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pricingtable.swiper-outer .swiper-button-next::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pricingtable__grid:not(.swiper-wrapper) {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .pricingtable__grid:not(.swiper-wrapper) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .pricingtable__grid:not(.swiper-wrapper) {
    grid-template-columns: repeat(3, 1fr);
  }
}
.pricingtable__item {
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.pricingtable__item:hover {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.3);
}
.pricingtable__item:hover .pricingtable__button a {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}
.pricingtable__item:hover .pricingtable__button a span {
  position: relative;
  left: 20px;
}
.pricingtable__promotion {
  color: #006666;
  position: absolute;
  top: -15px;
  padding: 5px 10px;
  background-color: #fee300;
  box-shadow: rgba(0, 0, 0, 0.2509803922) 0px 0px 10px 0px;
}
.pricingtable__top {
  position: relative;
  font-weight: 700;
  color: #00aaa5;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.pricingtable__top sup {
  position: relative;
  vertical-align: top;
  top: 4px;
  white-space: nowrap;
  font-size: 13px;
  font-size: 0.8125rem;
}
.pricingtable__picture {
  position: relative;
  overflow: hidden;
  margin-left: -40px;
  left: 20px;
  margin-bottom: 20px;
}
.pricingtable__picture img {
  width: 100%;
  height: auto;
}
.pricingtable__info {
  border-bottom: 1px solid #00aaa5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.pricingtable__info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pricingtable__info ul li {
  background: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.pricingtable__info ul li:before {
  content: "";
  width: auto;
  margin: 0;
  color: inherit;
  display: block;
}
.pricingtable__info .headline {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 8px;
  padding-left: 30px;
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-check.svg');
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-background-size: 24px 24px;
  -ms-background-size: 24px 24px;
  background-size: 24px 24px;
}
.pricingtable__num {
  margin-bottom: 20px;
}
.pricingtable__num-price {
  margin-bottom: 20px;
}
.pricingtable__num-price span {
  font-weight: 700;
  color: #00aaa5;
  font-size: 32px;
  font-size: 2rem;
}
.pricingtable__num a {
  color: #00aaa5;
  display: inline-block;
  padding-right: 30px;
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-arrow.svg');
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-background-size: 16px auto;
  -ms-background-size: 16px auto;
  background-size: 16px auto;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.pricingtable__num a:hover {
  color: #afcb0b;
  padding-right: 40px;
}
.pricingtable__button {
  text-align: center;
}
.pricingtable__button a {
  width: 100%;
  padding: 10px 20px;
}
.pricingtable__button a span {
  position: relative;
  left: 10px;
  display: inline-block;
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-arrow-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  text-decoration: none;
  width: 18px;
  height: 13px;
  -webkit-background-size: 18px auto;
  -ms-background-size: 18px auto;
  background-size: 18px auto;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* Featured */
.featured-box {
  /* Accordion */
}
.featured-box__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
}
.featured-box__img {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  padding-bottom: 50%;
}
.featured-box__img-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .featured-box__img {
    padding-bottom: 35%;
  }
}
.featured-box__meta {
  position: absolute;
  bottom: 0;
  left: 20px;
  color: #fff;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: -5px;
}
.featured-box__meta .post-title sup {
  position: absolute;
  top: 7px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.featured-box__inner {
  padding: 20px;
  background-color: #fff;
}
.featured-box__title {
  margin-bottom: 20px;
}
.featured-box .ui-accordion-header {
  padding-left: 0;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1rem;
}
.featured-box .ui-accordion-header .ui-accordion-header-icon {
  right: 0;
  top: 11px;
}
.featured-box .ui-accordion-content {
  padding: 20px 0;
}
.featured-box .ui-accordion-content.ui-accordion-content-active {
  border-bottom: 1px solid #00aaa5;
}
.featured-box .ui-accordion-content:last-of-type {
  border: none;
}

/* Produktübersicht */
.slider-products {
  /* Swiper */
  /* Slide */
  /* Swiper Bullets */
  /* Prev & Next */
}
.slider-products .slide {
  /* Backgroundimage */
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  /* Alignment */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.slider-products .slide__inner {
  position: relative;
}
.slider-products .slide__content {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .slider-products .slide__content {
    text-align: right;
    padding-right: 80px;
  }
}
@media (min-width: 1200px) {
  .slider-products .slide__content {
    padding-right: 95px;
  }
}
.slider-products .slide.slide--medium {
  min-height: 250px;
  min-height: 30vh;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .slider-products .slide.slide--medium {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .slider-products .slide.slide--medium {
    min-height: 50vh;
  }
}
@media (min-width: 768px) {
  .slider-products .slide.slide--medium {
    min-height: 500px;
    min-height: 40vh;
  }
}
@media (min-width: 992px) {
  .slider-products .slide.slide--medium {
    min-height: 50vh;
  }
}
@media (min-width: 1200px) {
  .slider-products .slide.slide--medium {
    min-height: 600px;
  }
}
.slider-products .swiper-pagination {
  position: absolute;
  bottom: 15px;
  z-index: 10;
  text-align: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .slider-products .swiper-pagination {
    display: none;
  }
}
.slider-products .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background: none;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  cursor: pointer;
  text-indent: -9999px;
  height: 13px;
  width: 13px;
  line-height: 13px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  margin: 0 6px;
}
.slider-products .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .slider-products .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #fff;
}
.slider-products .swiper-button-next,
.slider-products .swiper-button-prev {
  display: none;
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  width: 40px;
  height: 40px;
  margin: 0;
  z-index: 10;
  cursor: pointer;
  background-image: none;
  outline: none;
}
@media (min-width: 768px) {
  .slider-products .swiper-button-next,
.slider-products .swiper-button-prev {
    display: block;
  }
}
.slider-products .swiper-button-next.swiper-button-disabled,
.slider-products .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
@media (min-width: 768px) {
  .slider-products .swiper-button-next,
.slider-products .swiper-button-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.slider-products .swiper-button-next::before, .slider-products .swiper-button-next::after,
.slider-products .swiper-button-prev::before,
.slider-products .swiper-button-prev::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  text-align: center;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider-products .swiper-button-next::before, .slider-products .swiper-button-next::after,
.slider-products .swiper-button-prev::before,
.slider-products .swiper-button-prev::after {
  content: "";
  background-color: white;
}
.slider-products .swiper-button-next::before,
.slider-products .swiper-button-prev::before {
  left: 14px;
  top: 11px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slider-products .swiper-button-next::after,
.slider-products .swiper-button-prev::after {
  left: 14px;
  top: 27px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.slider-products .swiper-button-prev {
  left: 20px;
}
.slider-products .swiper-button-prev::before, .slider-products .swiper-button-prev::after {
  left: 0;
}
.slider-products .swiper-button-next {
  right: 20px;
}
.slider-products .swiper-button-next::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 18px;
}
.slider-products .swiper-button-next::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 18px;
}

/* Product boxes */
.product-box {
  /* Grid */
}
.product-box__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 576px) {
  .product-box__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .product-box__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .product-box__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .product-box__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.product-box__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
}
.product-box__item:hover {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.3);
  transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}
.product-box__item:hover .product-box__link a {
  padding-right: 40px;
}
.product-box__img {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  padding-bottom: 50%;
}
.product-box__img-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .product-box__img {
    padding-bottom: 75%;
  }
}
.product-box__meta {
  position: absolute;
  bottom: 0;
  left: 20px;
  color: #fff;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: -5px;
}
.product-box__inner {
  padding: 20px;
  background-color: #fff;
}
.product-box__title {
  margin-bottom: 20px;
}
.product-box__link {
  margin-top: auto;
  padding: 0 20px 20px;
}
.product-box__link a {
  color: #00aaa5;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 30px;
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-arrow.svg');
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-background-size: 16px auto;
  -ms-background-size: 16px auto;
  background-size: 16px auto;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.quote-wrappe {
  font-size: 2.66rem;
  padding: 40px;
  display: flex;
  justify-content: center;
  font-family: "Open Sans";
  font-weight: 200;
  text-align: center;
}
.quote-wrappe blockquote span {
  display: inline-block;
}

/* Container */
.container_wrap {
  padding: 20px;
  background-color: #fff;
}
.container_wrap .container-modul {
  margin: 40px 0 20px;
  /* Grid */
}
.container_wrap .container-modul__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .container_wrap .container-modul__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .container_wrap .container-modul__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.container_wrap .container-modul__item {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.container_wrap .container-modul__item-img {
  margin-bottom: 25px;
}
.container_wrap .container-modul__item-img img {
  max-width: 80px;
}
.container_wrap .container-modul__item-info {
  margin-bottom: 25px;
}
.container_wrap .container-modul__item-info h3 {
  min-height: 52px;
}
.container_wrap .container-modul__item-link {
  margin-top: auto;
}
.container_wrap .container-modul__item-link a {
  color: #00aaa5;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 40px;
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-arrow.svg');
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-background-size: 16px auto;
  -ms-background-size: 16px auto;
  background-size: 16px auto;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.container_wrap .container-modul__item-link a:hover {
  background-position: 100% center;
}
.container_wrap .container-modul__item small {
  display: inline-block;
  margin-bottom: 20px;
}

/* Teaser boxes */
.teaser-box {
  /* Grid */
  /* News */
}
.teaser-box__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 576px) {
  .teaser-box__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .teaser-box__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.teaser-box__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
}
.teaser-box__item:hover {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.3);
  transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}
.teaser-box__item:hover .teaser-box__link a {
  padding-right: 40px;
}
.teaser-box__item--news .teaser-box__inner {
  padding: 0;
}
.teaser-box__img {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  padding-bottom: 50%;
}
.teaser-box__img-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .teaser-box__img {
    padding-bottom: 40%;
  }
}
.teaser-box__meta {
  position: absolute;
  bottom: 0;
  left: 20px;
  color: #fff;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: -5px;
}
.teaser-box__inner {
  padding: 20px;
  background-color: #fff;
}
.teaser-box__title {
  margin-bottom: 20px;
}
.teaser-box__link {
  margin-top: auto;
  padding: 0 20px 20px;
}
.teaser-box__link a {
  color: #00aaa5;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 30px;
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-arrow.svg');
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-background-size: 16px auto;
  -ms-background-size: 16px auto;
  background-size: 16px auto;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.teaser-box .news-item {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(83, 86, 90, 0.2);
  padding: 20px 30px 20px 20px;
}
.teaser-box .news-item:last-child {
  margin-bottom: 0;
  border: none;
}
.teaser-box .news-item-date {
  display: block;
}
.teaser-box .news-item-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-arrow.svg');
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  height: 16px;
  width: 16px;
  -webkit-background-size: 16px auto;
  -ms-background-size: 16px auto;
  background-size: 16px auto;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.teaser-box .news-item:hover {
  background-color: #7fd4d2;
  color: #fff;
}
.teaser-box .news-item:hover .news-item-icon {
  right: 15px;
}

/* Modal
---------------------------------------- */
.modal {
  width: 460px;
  max-width: 90%;
  margin: 0;
}
.modal.fancybox-content {
  padding: 40px;
}
@media (min-width: 1200px) {
  .modal.fancybox-content {
    padding: 60px;
  }
}
.modal__inner {
  text-align: center;
}
.modal .modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 30px;
  text-indent: -9999px;
  padding: 0;
  outline: none;
  -webkit-transition: opacity 1.5s;
  -ms-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.modal .modal-close:before {
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transition: -webkit-transform 450ms ease-out;
  transition: -webkit-transform 450ms ease-out;
  transition: transform 450ms ease-out;
  transition: transform 450ms ease-out, -webkit-transform 450ms ease-out;
}
.modal .modal-close:after, .modal .modal-close:before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -17px;
  position: absolute;
  background-color: #000;
}
.modal .modal-close:after {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

/* Overlay */
.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
  background-color: #00aaa5;
}

.single-dropdown .single-dropdown-item {
  margin: 0px -20px;
  padding: 20px;
}

.faq-wrap {
  display: flex;
}

.faq-content {
  margin-right: 10px;
  flex-grow: 1;
}

.faq-sidebar {
  margin-left: 10px;
  flex-shrink: 1;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-menu-item {
  background-color: #def3f2;
  color: #00aaa5;
  font-size: 1.25rem;
  font-weight: 300;
  padding: 10px 40px 10px 20px;
  cursor: pointer;
  min-width: 250px;
  transition: 0.3s;
}

.faq-menu-item:hover {
  background-color: #7fd4d2;
  color: #fff;
}

.faq-menu-item.active {
  background-color: #7fd4d2;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .faq-wrap {
    flex-direction: column-reverse;
  }
  .faq-content {
    margin-right: 0px;
  }
  .faq-sidebar {
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .headerbox__item > * {
    white-space: normal;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}

.align-bottom {
  align-self: flex-end;
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_input .parsley-error, .tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_textarea .parsley-error {
  background-color: #ccf8f7;
  border-color: #00aaa5;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap .parsley-errors-list.filled {
  color: #00aaa5;
}
.tx-powermail .powermail_fieldwrap_type_content .ce-text {
  padding-left: 15px;
  padding-right: 15px;
}
.tx-powermail .powermail_fieldwrap_type_radio.nolabel span {
  display: none !important;
}

.flip-cards {
  padding: 100px 0px;
}
.flip-cards__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.flip-cards__headline {
  color: #fff;
  font-size: 54px;
}
.flip-cards__card-wrap {
  width: 225px;
  height: 225px;
  position: relative;
}
@media (max-width: 575.98px) {
  .flip-cards__card-wrap {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 460px) {
  .flip-cards__card-wrap {
    width: 100%;
  }
}
.flip-cards__card-wrap:hover .flip-cards__card {
  transform: rotateY(180deg);
}
.flip-cards__card {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  cursor: pointer;
  transition: transform 1s;
  transform-style: preserve-3d;
}
.flip-cards__icon {
  height: 145px;
  padding-top: 43px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  margin: auto;
}
.flip-cards__icon img {
  max-height: 100%;
}
.flip-cards__text {
  text-align: center;
  color: #006666;
  font-weight: bold;
  hyphens: auto;
}
.flip-cards__front {
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transform: rotateY(0deg);
  padding: 10px;
}
.flip-cards__back {
  transform: rotateY(180deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #AFCA0B;
  color: #fff;
  padding: 10px;
}

.jobs-list__headline {
  font-size: 54px;
  padding-bottom: 25px;
}
@media (max-width: 991.98px) {
  .jobs-list__headline {
    font-size: 38px;
  }
}
.jobs-list__button {
  margin: auto;
  width: fit-content;
  display: block;
  margin-top: 30px;
}
.jobs-list__link {
  display: block;
  width: fit-content;
  margin: auto;
  cursor: pointer;
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-arrow.svg');
  padding-right: 30px;
  text-transform: uppercase;
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-background-size: 16px auto;
  -ms-background-size: 16px auto;
  background-size: 16px auto;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jobs-list__link:hover {
  color: #fac338;
  padding-right: 40px;
}
.jobs-list__icons {
  flex: 0.32;
  display: flex;
}
@media (max-width: 767.98px) {
  .jobs-list__icons {
    padding-bottom: 5px;
  }
}
.jobs-list__elem {
  min-height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin: 28px auto;
  padding: 10px 25px;
  color: #006666;
  cursor: pointer;
}
.jobs-list__elem:hover {
  background: transparent linear-gradient(90deg, #006060 0%, #009A9B 100%) 0% 0% no-repeat padding-box;
  color: white;
}
.jobs-list__elem:hover .cls-1 {
  fill: #FFF;
}
@media (max-width: 767.98px) {
  .jobs-list__elem {
    min-height: unset;
    flex-direction: column;
    align-items: start;
    margin: 22px auto;
  }
}
.jobs-list svg {
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  margin-right: 5px;
}
.jobs-list__elem-text {
  font-weight: bold;
  flex: 1;
}
@media (max-width: 767.98px) {
  .jobs-list__elem-text {
    padding-bottom: 15px;
    padding-top: 5px;
    display: flex;
    align-items: center;
  }
}
.jobs-list__elem-time {
  flex: 0.12;
  min-width: 100px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.jobs-list__elem-location {
  flex: 0.2;
  min-width: 167px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.video-headline {
  display: flex;
  position: relative;
}
.video-headline__background {
  z-index: -1;
  position: absolute;
  top: 30px;
  left: calc((100vw - 100%) / 2 * -1);
  right: 0px;
  bottom: 30px;
  background-color: #CAE7E8;
}
@media (max-width: 991.98px) {
  .video-headline__background {
    bottom: -30px;
    right: -15px;
    left: -15px;
  }
}
.video-headline__headline {
  font-size: 48px;
  font-weight: bold;
  padding-left: 30px;
  background: transparent linear-gradient(90deg, #006060 0%, #009A9B 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991.98px) {
  .video-headline__headline {
    font-size: 34px;
  }
}
@media (max-width: 575.98px) {
  .video-headline__headline {
    padding-left: 0px;
  }
}
.video-headline__link {
  padding-left: 30px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  cursor: pointer;
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-arrow-black.svg');
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-background-size: 16px auto;
  -ms-background-size: 16px auto;
  background-size: 16px auto;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-right: 30px;
}
.video-headline__link:hover {
  padding-right: 40px;
}
@media (max-width: 991.98px) {
  .video-headline__link {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .video-headline__video-placeholder {
    width: 100%;
    padding-bottom: 56.25%;
  }
}
.video-headline__video {
  flex: 1;
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.3019607843);
}
@media (max-width: 991.98px) {
  .video-headline__video {
    margin-left: 30px;
    margin-right: 30px;
    position: absolute;
    bottom: 40px;
    right: 0px;
    left: 0px;
  }
}
@media (max-width: 575.98px) {
  .video-headline__video {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.video-headline__headline-wrap {
  flex: 1;
}

.image-box {
  opacity: 0.9;
  margin: 0px 10px;
  background: transparent linear-gradient(90deg, #006060 0%, #009A9B 100%) 0% 0% no-repeat padding-box;
  padding: 20px;
}
.image-box * {
  color: white;
}
@media (min-width: 992px) {
  .image-box {
    padding: 80px 160px;
  }
}
.image-box__headline {
  font-size: 54px;
}
@media (max-width: 991.98px) {
  .image-box__headline {
    font-size: 22px;
  }
}

.job-detail__headline-wrap {
  background-position: left center;
  background-size: 1em;
  font-size: 54px;
}
.job-detail__headline-wrap1 {
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/icon_aufgaben.svg');
}
.job-detail__headline-wrap2 {
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/icon_das_bieten_wir.svg');
}
.job-detail__headline-wrap3 {
  background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/icon_das_sind_sie.svg');
}
@media (max-width: 991.98px) {
  .job-detail__headline-wrap {
    font-size: 38px;
  }
}
.job-detail__headline-wrap h1,
.job-detail__headline-wrap h2,
.job-detail__headline-wrap h3,
.job-detail__headline-wrap h4,
.job-detail__headline-wrap h5,
.job-detail__headline-wrap h6 {
  background: transparent linear-gradient(90deg, #006060 0%, #009A9B 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  line-height: unset;
  padding-left: 75px;
  font-size: 54px;
}
@media (max-width: 991.98px) {
  .job-detail__headline-wrap h1,
.job-detail__headline-wrap h2,
.job-detail__headline-wrap h3,
.job-detail__headline-wrap h4,
.job-detail__headline-wrap h5,
.job-detail__headline-wrap h6 {
    font-size: 38px;
    padding-left: 55px;
  }
}
.job-detail ul {
  list-style-type: "–";
  margin-left: 10px;
}
.job-detail ul li {
  margin: 0px;
  padding: 0px 0px 0px 5px;
  list-style: unset;
}
.job-detail ul li::marker {
  font-weight: bold;
  color: #006060;
}
.job-detail ul li::before {
  content: none;
}
.job-detail__bottom {
  display: flex;
  padding-top: 1em;
}
@media (max-width: 991.98px) {
  .job-detail__bottom {
    flex-direction: column;
    align-items: center;
  }
}
.job-detail__bottom-text {
  padding-left: 10px;
  padding-top: 10px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .job-detail__bottom-text {
    padding-left: 0px;
  }
}
.job-detail__bottom-text p {
  padding: 0px 5px 0px 0px;
}
.job-detail__bottom-text a {
  color: #000;
  text-decoration: underline;
}
.job-detail__bottom-text svg {
  height: 23px;
  margin-right: -10px;
  margin-left: -10px;
}

.cookie-container {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.25%;
  background-color: white;
}
.cookie-container iframe[src] + .cookie-container__consent {
  display: none;
}
.cookie-container iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.cookie-container__consent {
  background-image: url("/typo3conf/ext/boilerplate/Resources/Public/assets/img/dummy/teledata-cookie-background.jpeg");
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookie-container__consent-wrap {
  text-align: center;
  min-width: 300px;
  max-width: 500px;
  width: 40%;
  max-height: 90%;
  overflow-y: scroll;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 5px;
  background-color: #f5f5f5;
}
.cookie-container iframe:not([src]) {
  display: none;
}

/* Helpers
---------------------------------------- */
/* Clearfix */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/* Tables */
.ls-table {
  display: table;
}

.ls-table + .ls-table {
  margin-top: 25px;
}

.ls-table-row {
  display: table-row;
}

.ls-table-cell {
  display: table-cell;
}

/* Floats */
.ls-align-left {
  float: left;
  margin: 0 12.5px 5px 0;
}

.ls-align-right {
  float: right;
  margin: 0 0 5px 12.5px;
}

.ls-pull-left {
  float: left;
}

.ls-pull-right {
  float: right;
}

.ls-float-none {
  float: none !important;
}

.ls-clear-float {
  overflow: hidden;
}

/* horizontal alignments */
.ls-text-center {
  text-align: center !important;
}

.ls-text-right {
  text-align: right !important;
}

.ls-text-left {
  text-align: left !important;
}

.ls-text-justify {
  text-align: justify !important;
}

/* Typography */
/* text proberties */
.ls-text-uppercase {
  text-transform: uppercase;
}

.ls-text-indenthide {
  text-indent: -999em;
}

.ls-text-lineheight-normal {
  line-height: normal;
}

/* vertical alignment */
.ls-vertical-align-top {
  vertical-align: top;
}

.ls-vertical-align-middle {
  vertical-align: middle;
}

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

/* Width */
.ls-width-auto {
  width: auto;
}

/* Display */
.ls-display-block {
  display: block !important;
}

.ls-display-inline-block {
  display: inline-block !important;
}

.ls-display-inline {
  display: inline !important;
}

.ls-display-none {
  display: none !important;
}

/* Margin & Padding */
.ls-m-0 {
  margin: 0 !important;
}

.ls-p-0 {
  padding: 0 !important;
}

.ls-no-padding {
  padding: 0;
}

.ls-no-margin-bottom {
  margin-bottom: 0 !important;
}

.ls-no-padding-bottom {
  padding-bottom: 0 !important;
}

/* Responsive Helpers */
.ls-text-left-xs {
  text-align: left !important;
}

.ls-text-right-xs {
  text-align: right !important;
}

.ls-text-center-xs {
  text-align: center !important;
}

.ls-text-justify-xs {
  text-align: justify !important;
}

@media (min-width: 576px) {
  .ls-text-left-sm {
    text-align: left !important;
  }
  .ls-text-right-sm {
    text-align: right !important;
  }
  .ls-text-center-sm {
    text-align: center !important;
  }
  .ls-text-justify-sm {
    text-align: justify !important;
  }
}
@media (min-width: 768px) {
  .ls-text-left-md {
    text-align: left !important;
  }
  .ls-text-right-md {
    text-align: right !important;
  }
  .ls-text-center-md {
    text-align: center !important;
  }
  .ls-text-justify-md {
    text-align: justify !important;
  }
}
@media (min-width: 992px) {
  .ls-text-left-lg {
    text-align: left !important;
  }
  .ls-text-right-lg {
    text-align: right !important;
  }
  .ls-text-center-lg {
    text-align: center !important;
  }
  .ls-text-justify-lg {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) {
  .ls-text-left-xl {
    text-align: left !important;
  }
  .ls-text-right-xl {
    text-align: right !important;
  }
  .ls-text-center-xl {
    text-align: center !important;
  }
  .ls-text-justify-xl {
    text-align: justify !important;
  }
}
/* hyphen */
.ls-hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

@media (max-width: 575.98px) {
  body {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
/* Remove from the flow and screen readers on any device */
.ls-hide {
  display: none !important;
  visibility: hidden !important;
}

/* It's hidden, but still affects layout */
.ls-invisible {
  visibility: hidden;
}

/* ipad & iphone */
.ls-no-roundcorners {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Textarea no resize */
.no-resize {
  resize: none;
}

/* Mixed */
.ls-overflow-hidden {
  overflow: hidden;
}

.ls-img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ls-list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ls-list-unstyled li {
  background: none;
  margin: 0;
  padding: 0;
  height: auto;
}
.ls-list-unstyled li:before {
  content: "";
  width: auto;
  margin: 0;
  color: inherit;
  display: block;
}

/* only print */
@media print {
  .ls-hide-print {
    display: none;
  }
}
/**
 * High-Definition content
 */
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .ls-show-hd {
    display: block;
    visibility: visible;
  }
  .ls-hide-hd {
    display: none;
    visibility: hidden;
  }
}
/* Embed */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.aspect-ratio--21x9 {
  padding-bottom: 42.8571428571%;
}

.aspect-ratio--16x9 {
  padding-bottom: 56.25%;
}

.aspect-ratio--4x3 {
  padding-bottom: 75%;
}

.aspect-ratio--1x1 {
  padding-bottom: 100%;
}

/* Flex */
.flex {
  display: flex;
}

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

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

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

.align-bottom {
  align-self: flex-end;
}

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

@media screen and (max-width: 768px) {
  .flex-align-center {
    align-items: initial;
  }
}
.ls-flex-align-center {
  margin: auto;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.ls-flex-align-left {
  margin-right: auto;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.ls-flex-align-right {
  margin-left: auto;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.ls-flex-align-x-center {
  margin-right: auto;
  margin-left: auto;
}

.ls-flex-align-x-left {
  margin-right: auto;
}

.ls-flex-align-x-right {
  margin-left: auto;
}

.ls-flex-align-y-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.ls-flex-align-y-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.ls-flex-align-y-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.hidden-xs-up {
  display: none !important;
}

.hidden-xs-down {
  display: none !important;
}

.ls-pull-left-xs {
  float: left !important;
}

.ls-pull-right-xs {
  float: right !important;
}

.ls-hide-br-xs br {
  display: none;
}

.ls-remove-justify-xs {
  text-align: left !important;
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .ls-pull-left-sm {
    float: left !important;
  }
  .ls-pull-right-sm {
    float: right !important;
  }
}
@media (max-width: 575.98px) {
  .ls-hide-br-sm br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .ls-remove-justify-sm {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .ls-pull-left-md {
    float: left !important;
  }
  .ls-pull-right-md {
    float: right !important;
  }
}
@media (max-width: 767.98px) {
  .ls-hide-br-md br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .ls-remove-justify-md {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .ls-pull-left-lg {
    float: left !important;
  }
  .ls-pull-right-lg {
    float: right !important;
  }
}
@media (max-width: 991.98px) {
  .ls-hide-br-lg br {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .ls-remove-justify-lg {
    text-align: left !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .ls-pull-left-xl {
    float: left !important;
  }
  .ls-pull-right-xl {
    float: right !important;
  }
}
@media (max-width: 1199.98px) {
  .ls-hide-br-xl br {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .ls-remove-justify-xl {
    text-align: left !important;
  }
}
@media (min-width: 1400px) {
  .hidden-xxl-up {
    display: none !important;
  }
}

@media (max-width: 1399.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .ls-pull-left-xxl {
    float: left !important;
  }
  .ls-pull-right-xxl {
    float: right !important;
  }
}
@media (max-width: 1399.98px) {
  .ls-hide-br-xxl br {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .ls-remove-justify-xxl {
    text-align: left !important;
  }
}
.p-0-xs {
  padding: 0px;
}

.p-5-xs {
  padding: 5px;
}

.p-10-xs {
  padding: 10px;
}

.p-15-xs {
  padding: 15px;
}

.p-20-xs {
  padding: 20px;
}

.p-30-xs {
  padding: 30px;
}

.p-40-xs {
  padding: 40px;
}

.p-50-xs {
  padding: 50px;
}

.p-60-xs {
  padding: 60px;
}

.p-70-xs {
  padding: 70px;
}

.p-80-xs {
  padding: 80px;
}

.p-90-xs {
  padding: 90px;
}

.p-100-xs {
  padding: 100px;
}

.p-120-xs {
  padding: 120px;
}

.p-140-xs {
  padding: 140px;
}

.p-160-xs {
  padding: 160px;
}

.p-180-xs {
  padding: 180px;
}

.pt-0-xs {
  padding-top: 0px;
}

.pt-5-xs {
  padding-top: 5px;
}

.pt-10-xs {
  padding-top: 10px;
}

.pt-15-xs {
  padding-top: 15px;
}

.pt-20-xs {
  padding-top: 20px;
}

.pt-30-xs {
  padding-top: 30px;
}

.pt-40-xs {
  padding-top: 40px;
}

.pt-50-xs {
  padding-top: 50px;
}

.pt-60-xs {
  padding-top: 60px;
}

.pt-70-xs {
  padding-top: 70px;
}

.pt-80-xs {
  padding-top: 80px;
}

.pt-90-xs {
  padding-top: 90px;
}

.pt-100-xs {
  padding-top: 100px;
}

.pt-120-xs {
  padding-top: 120px;
}

.pt-140-xs {
  padding-top: 140px;
}

.pt-160-xs {
  padding-top: 160px;
}

.pt-180-xs {
  padding-top: 180px;
}

.pr-0-xs {
  padding-right: 0px;
}

.pr-5-xs {
  padding-right: 5px;
}

.pr-10-xs {
  padding-right: 10px;
}

.pr-15-xs {
  padding-right: 15px;
}

.pr-20-xs {
  padding-right: 20px;
}

.pr-30-xs {
  padding-right: 30px;
}

.pr-40-xs {
  padding-right: 40px;
}

.pr-50-xs {
  padding-right: 50px;
}

.pr-60-xs {
  padding-right: 60px;
}

.pr-70-xs {
  padding-right: 70px;
}

.pr-80-xs {
  padding-right: 80px;
}

.pr-90-xs {
  padding-right: 90px;
}

.pr-100-xs {
  padding-right: 100px;
}

.pr-120-xs {
  padding-right: 120px;
}

.pr-140-xs {
  padding-right: 140px;
}

.pr-160-xs {
  padding-right: 160px;
}

.pr-180-xs {
  padding-right: 180px;
}

.pb-0-xs {
  padding-bottom: 0px;
}

.pb-5-xs {
  padding-bottom: 5px;
}

.pb-10-xs {
  padding-bottom: 10px;
}

.pb-15-xs {
  padding-bottom: 15px;
}

.pb-20-xs {
  padding-bottom: 20px;
}

.pb-30-xs {
  padding-bottom: 30px;
}

.pb-40-xs {
  padding-bottom: 40px;
}

.pb-50-xs {
  padding-bottom: 50px;
}

.pb-60-xs {
  padding-bottom: 60px;
}

.pb-70-xs {
  padding-bottom: 70px;
}

.pb-80-xs {
  padding-bottom: 80px;
}

.pb-90-xs {
  padding-bottom: 90px;
}

.pb-100-xs {
  padding-bottom: 100px;
}

.pb-120-xs {
  padding-bottom: 120px;
}

.pb-140-xs {
  padding-bottom: 140px;
}

.pb-160-xs {
  padding-bottom: 160px;
}

.pb-180-xs {
  padding-bottom: 180px;
}

.pl-0-xs {
  padding-left: 0px;
}

.pl-5-xs {
  padding-left: 5px;
}

.pl-10-xs {
  padding-left: 10px;
}

.pl-15-xs {
  padding-left: 15px;
}

.pl-20-xs {
  padding-left: 20px;
}

.pl-30-xs {
  padding-left: 30px;
}

.pl-40-xs {
  padding-left: 40px;
}

.pl-50-xs {
  padding-left: 50px;
}

.pl-60-xs {
  padding-left: 60px;
}

.pl-70-xs {
  padding-left: 70px;
}

.pl-80-xs {
  padding-left: 80px;
}

.pl-90-xs {
  padding-left: 90px;
}

.pl-100-xs {
  padding-left: 100px;
}

.pl-120-xs {
  padding-left: 120px;
}

.pl-140-xs {
  padding-left: 140px;
}

.pl-160-xs {
  padding-left: 160px;
}

.pl-180-xs {
  padding-left: 180px;
}

.m-0-xs {
  margin: 0px;
}

.m-5-xs {
  margin: 5px;
}

.m-10-xs {
  margin: 10px;
}

.m-15-xs {
  margin: 15px;
}

.m-20-xs {
  margin: 20px;
}

.m-30-xs {
  margin: 30px;
}

.m-40-xs {
  margin: 40px;
}

.m-50-xs {
  margin: 50px;
}

.m-60-xs {
  margin: 60px;
}

.m-70-xs {
  margin: 70px;
}

.m-80-xs {
  margin: 80px;
}

.m-90-xs {
  margin: 90px;
}

.m-100-xs {
  margin: 100px;
}

.m-120-xs {
  margin: 120px;
}

.m-140-xs {
  margin: 140px;
}

.m-160-xs {
  margin: 160px;
}

.m-180-xs {
  margin: 180px;
}

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

.mt-5-xs {
  margin-top: 5px;
}

.mt-10-xs {
  margin-top: 10px;
}

.mt-15-xs {
  margin-top: 15px;
}

.mt-20-xs {
  margin-top: 20px;
}

.mt-30-xs {
  margin-top: 30px;
}

.mt-40-xs {
  margin-top: 40px;
}

.mt-50-xs {
  margin-top: 50px;
}

.mt-60-xs {
  margin-top: 60px;
}

.mt-70-xs {
  margin-top: 70px;
}

.mt-80-xs {
  margin-top: 80px;
}

.mt-90-xs {
  margin-top: 90px;
}

.mt-100-xs {
  margin-top: 100px;
}

.mt-120-xs {
  margin-top: 120px;
}

.mt-140-xs {
  margin-top: 140px;
}

.mt-160-xs {
  margin-top: 160px;
}

.mt-180-xs {
  margin-top: 180px;
}

.mr-0-xs {
  margin-right: 0px;
}

.mr-5-xs {
  margin-right: 5px;
}

.mr-10-xs {
  margin-right: 10px;
}

.mr-15-xs {
  margin-right: 15px;
}

.mr-20-xs {
  margin-right: 20px;
}

.mr-30-xs {
  margin-right: 30px;
}

.mr-40-xs {
  margin-right: 40px;
}

.mr-50-xs {
  margin-right: 50px;
}

.mr-60-xs {
  margin-right: 60px;
}

.mr-70-xs {
  margin-right: 70px;
}

.mr-80-xs {
  margin-right: 80px;
}

.mr-90-xs {
  margin-right: 90px;
}

.mr-100-xs {
  margin-right: 100px;
}

.mr-120-xs {
  margin-right: 120px;
}

.mr-140-xs {
  margin-right: 140px;
}

.mr-160-xs {
  margin-right: 160px;
}

.mr-180-xs {
  margin-right: 180px;
}

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

.mb-5-xs {
  margin-bottom: 5px;
}

.mb-10-xs {
  margin-bottom: 10px;
}

.mb-15-xs {
  margin-bottom: 15px;
}

.mb-20-xs {
  margin-bottom: 20px;
}

.mb-30-xs {
  margin-bottom: 30px;
}

.mb-40-xs {
  margin-bottom: 40px;
}

.mb-50-xs {
  margin-bottom: 50px;
}

.mb-60-xs {
  margin-bottom: 60px;
}

.mb-70-xs {
  margin-bottom: 70px;
}

.mb-80-xs {
  margin-bottom: 80px;
}

.mb-90-xs {
  margin-bottom: 90px;
}

.mb-100-xs {
  margin-bottom: 100px;
}

.mb-120-xs {
  margin-bottom: 120px;
}

.mb-140-xs {
  margin-bottom: 140px;
}

.mb-160-xs {
  margin-bottom: 160px;
}

.mb-180-xs {
  margin-bottom: 180px;
}

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

.ml-5-xs {
  margin-left: 5px;
}

.ml-10-xs {
  margin-left: 10px;
}

.ml-15-xs {
  margin-left: 15px;
}

.ml-20-xs {
  margin-left: 20px;
}

.ml-30-xs {
  margin-left: 30px;
}

.ml-40-xs {
  margin-left: 40px;
}

.ml-50-xs {
  margin-left: 50px;
}

.ml-60-xs {
  margin-left: 60px;
}

.ml-70-xs {
  margin-left: 70px;
}

.ml-80-xs {
  margin-left: 80px;
}

.ml-90-xs {
  margin-left: 90px;
}

.ml-100-xs {
  margin-left: 100px;
}

.ml-120-xs {
  margin-left: 120px;
}

.ml-140-xs {
  margin-left: 140px;
}

.ml-160-xs {
  margin-left: 160px;
}

.ml-180-xs {
  margin-left: 180px;
}

@media screen and (min-width: 576px) {
  .p-0-sm {
    padding: 0px;
  }
  .p-5-sm {
    padding: 5px;
  }
  .p-10-sm {
    padding: 10px;
  }
  .p-15-sm {
    padding: 15px;
  }
  .p-20-sm {
    padding: 20px;
  }
  .p-30-sm {
    padding: 30px;
  }
  .p-40-sm {
    padding: 40px;
  }
  .p-50-sm {
    padding: 50px;
  }
  .p-60-sm {
    padding: 60px;
  }
  .p-70-sm {
    padding: 70px;
  }
  .p-80-sm {
    padding: 80px;
  }
  .p-90-sm {
    padding: 90px;
  }
  .p-100-sm {
    padding: 100px;
  }
  .p-120-sm {
    padding: 120px;
  }
  .p-140-sm {
    padding: 140px;
  }
  .p-160-sm {
    padding: 160px;
  }
  .p-180-sm {
    padding: 180px;
  }
  .pt-0-sm {
    padding-top: 0px;
  }
  .pt-5-sm {
    padding-top: 5px;
  }
  .pt-10-sm {
    padding-top: 10px;
  }
  .pt-15-sm {
    padding-top: 15px;
  }
  .pt-20-sm {
    padding-top: 20px;
  }
  .pt-30-sm {
    padding-top: 30px;
  }
  .pt-40-sm {
    padding-top: 40px;
  }
  .pt-50-sm {
    padding-top: 50px;
  }
  .pt-60-sm {
    padding-top: 60px;
  }
  .pt-70-sm {
    padding-top: 70px;
  }
  .pt-80-sm {
    padding-top: 80px;
  }
  .pt-90-sm {
    padding-top: 90px;
  }
  .pt-100-sm {
    padding-top: 100px;
  }
  .pt-120-sm {
    padding-top: 120px;
  }
  .pt-140-sm {
    padding-top: 140px;
  }
  .pt-160-sm {
    padding-top: 160px;
  }
  .pt-180-sm {
    padding-top: 180px;
  }
  .pr-0-sm {
    padding-right: 0px;
  }
  .pr-5-sm {
    padding-right: 5px;
  }
  .pr-10-sm {
    padding-right: 10px;
  }
  .pr-15-sm {
    padding-right: 15px;
  }
  .pr-20-sm {
    padding-right: 20px;
  }
  .pr-30-sm {
    padding-right: 30px;
  }
  .pr-40-sm {
    padding-right: 40px;
  }
  .pr-50-sm {
    padding-right: 50px;
  }
  .pr-60-sm {
    padding-right: 60px;
  }
  .pr-70-sm {
    padding-right: 70px;
  }
  .pr-80-sm {
    padding-right: 80px;
  }
  .pr-90-sm {
    padding-right: 90px;
  }
  .pr-100-sm {
    padding-right: 100px;
  }
  .pr-120-sm {
    padding-right: 120px;
  }
  .pr-140-sm {
    padding-right: 140px;
  }
  .pr-160-sm {
    padding-right: 160px;
  }
  .pr-180-sm {
    padding-right: 180px;
  }
  .pb-0-sm {
    padding-bottom: 0px;
  }
  .pb-5-sm {
    padding-bottom: 5px;
  }
  .pb-10-sm {
    padding-bottom: 10px;
  }
  .pb-15-sm {
    padding-bottom: 15px;
  }
  .pb-20-sm {
    padding-bottom: 20px;
  }
  .pb-30-sm {
    padding-bottom: 30px;
  }
  .pb-40-sm {
    padding-bottom: 40px;
  }
  .pb-50-sm {
    padding-bottom: 50px;
  }
  .pb-60-sm {
    padding-bottom: 60px;
  }
  .pb-70-sm {
    padding-bottom: 70px;
  }
  .pb-80-sm {
    padding-bottom: 80px;
  }
  .pb-90-sm {
    padding-bottom: 90px;
  }
  .pb-100-sm {
    padding-bottom: 100px;
  }
  .pb-120-sm {
    padding-bottom: 120px;
  }
  .pb-140-sm {
    padding-bottom: 140px;
  }
  .pb-160-sm {
    padding-bottom: 160px;
  }
  .pb-180-sm {
    padding-bottom: 180px;
  }
  .pl-0-sm {
    padding-left: 0px;
  }
  .pl-5-sm {
    padding-left: 5px;
  }
  .pl-10-sm {
    padding-left: 10px;
  }
  .pl-15-sm {
    padding-left: 15px;
  }
  .pl-20-sm {
    padding-left: 20px;
  }
  .pl-30-sm {
    padding-left: 30px;
  }
  .pl-40-sm {
    padding-left: 40px;
  }
  .pl-50-sm {
    padding-left: 50px;
  }
  .pl-60-sm {
    padding-left: 60px;
  }
  .pl-70-sm {
    padding-left: 70px;
  }
  .pl-80-sm {
    padding-left: 80px;
  }
  .pl-90-sm {
    padding-left: 90px;
  }
  .pl-100-sm {
    padding-left: 100px;
  }
  .pl-120-sm {
    padding-left: 120px;
  }
  .pl-140-sm {
    padding-left: 140px;
  }
  .pl-160-sm {
    padding-left: 160px;
  }
  .pl-180-sm {
    padding-left: 180px;
  }
  .m-0-sm {
    margin: 0px;
  }
  .m-5-sm {
    margin: 5px;
  }
  .m-10-sm {
    margin: 10px;
  }
  .m-15-sm {
    margin: 15px;
  }
  .m-20-sm {
    margin: 20px;
  }
  .m-30-sm {
    margin: 30px;
  }
  .m-40-sm {
    margin: 40px;
  }
  .m-50-sm {
    margin: 50px;
  }
  .m-60-sm {
    margin: 60px;
  }
  .m-70-sm {
    margin: 70px;
  }
  .m-80-sm {
    margin: 80px;
  }
  .m-90-sm {
    margin: 90px;
  }
  .m-100-sm {
    margin: 100px;
  }
  .m-120-sm {
    margin: 120px;
  }
  .m-140-sm {
    margin: 140px;
  }
  .m-160-sm {
    margin: 160px;
  }
  .m-180-sm {
    margin: 180px;
  }
  .mt-0-sm {
    margin-top: 0px;
  }
  .mt-5-sm {
    margin-top: 5px;
  }
  .mt-10-sm {
    margin-top: 10px;
  }
  .mt-15-sm {
    margin-top: 15px;
  }
  .mt-20-sm {
    margin-top: 20px;
  }
  .mt-30-sm {
    margin-top: 30px;
  }
  .mt-40-sm {
    margin-top: 40px;
  }
  .mt-50-sm {
    margin-top: 50px;
  }
  .mt-60-sm {
    margin-top: 60px;
  }
  .mt-70-sm {
    margin-top: 70px;
  }
  .mt-80-sm {
    margin-top: 80px;
  }
  .mt-90-sm {
    margin-top: 90px;
  }
  .mt-100-sm {
    margin-top: 100px;
  }
  .mt-120-sm {
    margin-top: 120px;
  }
  .mt-140-sm {
    margin-top: 140px;
  }
  .mt-160-sm {
    margin-top: 160px;
  }
  .mt-180-sm {
    margin-top: 180px;
  }
  .mr-0-sm {
    margin-right: 0px;
  }
  .mr-5-sm {
    margin-right: 5px;
  }
  .mr-10-sm {
    margin-right: 10px;
  }
  .mr-15-sm {
    margin-right: 15px;
  }
  .mr-20-sm {
    margin-right: 20px;
  }
  .mr-30-sm {
    margin-right: 30px;
  }
  .mr-40-sm {
    margin-right: 40px;
  }
  .mr-50-sm {
    margin-right: 50px;
  }
  .mr-60-sm {
    margin-right: 60px;
  }
  .mr-70-sm {
    margin-right: 70px;
  }
  .mr-80-sm {
    margin-right: 80px;
  }
  .mr-90-sm {
    margin-right: 90px;
  }
  .mr-100-sm {
    margin-right: 100px;
  }
  .mr-120-sm {
    margin-right: 120px;
  }
  .mr-140-sm {
    margin-right: 140px;
  }
  .mr-160-sm {
    margin-right: 160px;
  }
  .mr-180-sm {
    margin-right: 180px;
  }
  .mb-0-sm {
    margin-bottom: 0px;
  }
  .mb-5-sm {
    margin-bottom: 5px;
  }
  .mb-10-sm {
    margin-bottom: 10px;
  }
  .mb-15-sm {
    margin-bottom: 15px;
  }
  .mb-20-sm {
    margin-bottom: 20px;
  }
  .mb-30-sm {
    margin-bottom: 30px;
  }
  .mb-40-sm {
    margin-bottom: 40px;
  }
  .mb-50-sm {
    margin-bottom: 50px;
  }
  .mb-60-sm {
    margin-bottom: 60px;
  }
  .mb-70-sm {
    margin-bottom: 70px;
  }
  .mb-80-sm {
    margin-bottom: 80px;
  }
  .mb-90-sm {
    margin-bottom: 90px;
  }
  .mb-100-sm {
    margin-bottom: 100px;
  }
  .mb-120-sm {
    margin-bottom: 120px;
  }
  .mb-140-sm {
    margin-bottom: 140px;
  }
  .mb-160-sm {
    margin-bottom: 160px;
  }
  .mb-180-sm {
    margin-bottom: 180px;
  }
  .ml-0-sm {
    margin-left: 0px;
  }
  .ml-5-sm {
    margin-left: 5px;
  }
  .ml-10-sm {
    margin-left: 10px;
  }
  .ml-15-sm {
    margin-left: 15px;
  }
  .ml-20-sm {
    margin-left: 20px;
  }
  .ml-30-sm {
    margin-left: 30px;
  }
  .ml-40-sm {
    margin-left: 40px;
  }
  .ml-50-sm {
    margin-left: 50px;
  }
  .ml-60-sm {
    margin-left: 60px;
  }
  .ml-70-sm {
    margin-left: 70px;
  }
  .ml-80-sm {
    margin-left: 80px;
  }
  .ml-90-sm {
    margin-left: 90px;
  }
  .ml-100-sm {
    margin-left: 100px;
  }
  .ml-120-sm {
    margin-left: 120px;
  }
  .ml-140-sm {
    margin-left: 140px;
  }
  .ml-160-sm {
    margin-left: 160px;
  }
  .ml-180-sm {
    margin-left: 180px;
  }
}
@media screen and (min-width: 768px) {
  .p-0-md {
    padding: 0px;
  }
  .p-5-md {
    padding: 5px;
  }
  .p-10-md {
    padding: 10px;
  }
  .p-15-md {
    padding: 15px;
  }
  .p-20-md {
    padding: 20px;
  }
  .p-30-md {
    padding: 30px;
  }
  .p-40-md {
    padding: 40px;
  }
  .p-50-md {
    padding: 50px;
  }
  .p-60-md {
    padding: 60px;
  }
  .p-70-md {
    padding: 70px;
  }
  .p-80-md {
    padding: 80px;
  }
  .p-90-md {
    padding: 90px;
  }
  .p-100-md {
    padding: 100px;
  }
  .p-120-md {
    padding: 120px;
  }
  .p-140-md {
    padding: 140px;
  }
  .p-160-md {
    padding: 160px;
  }
  .p-180-md {
    padding: 180px;
  }
  .pt-0-md {
    padding-top: 0px;
  }
  .pt-5-md {
    padding-top: 5px;
  }
  .pt-10-md {
    padding-top: 10px;
  }
  .pt-15-md {
    padding-top: 15px;
  }
  .pt-20-md {
    padding-top: 20px;
  }
  .pt-30-md {
    padding-top: 30px;
  }
  .pt-40-md {
    padding-top: 40px;
  }
  .pt-50-md {
    padding-top: 50px;
  }
  .pt-60-md {
    padding-top: 60px;
  }
  .pt-70-md {
    padding-top: 70px;
  }
  .pt-80-md {
    padding-top: 80px;
  }
  .pt-90-md {
    padding-top: 90px;
  }
  .pt-100-md {
    padding-top: 100px;
  }
  .pt-120-md {
    padding-top: 120px;
  }
  .pt-140-md {
    padding-top: 140px;
  }
  .pt-160-md {
    padding-top: 160px;
  }
  .pt-180-md {
    padding-top: 180px;
  }
  .pr-0-md {
    padding-right: 0px;
  }
  .pr-5-md {
    padding-right: 5px;
  }
  .pr-10-md {
    padding-right: 10px;
  }
  .pr-15-md {
    padding-right: 15px;
  }
  .pr-20-md {
    padding-right: 20px;
  }
  .pr-30-md {
    padding-right: 30px;
  }
  .pr-40-md {
    padding-right: 40px;
  }
  .pr-50-md {
    padding-right: 50px;
  }
  .pr-60-md {
    padding-right: 60px;
  }
  .pr-70-md {
    padding-right: 70px;
  }
  .pr-80-md {
    padding-right: 80px;
  }
  .pr-90-md {
    padding-right: 90px;
  }
  .pr-100-md {
    padding-right: 100px;
  }
  .pr-120-md {
    padding-right: 120px;
  }
  .pr-140-md {
    padding-right: 140px;
  }
  .pr-160-md {
    padding-right: 160px;
  }
  .pr-180-md {
    padding-right: 180px;
  }
  .pb-0-md {
    padding-bottom: 0px;
  }
  .pb-5-md {
    padding-bottom: 5px;
  }
  .pb-10-md {
    padding-bottom: 10px;
  }
  .pb-15-md {
    padding-bottom: 15px;
  }
  .pb-20-md {
    padding-bottom: 20px;
  }
  .pb-30-md {
    padding-bottom: 30px;
  }
  .pb-40-md {
    padding-bottom: 40px;
  }
  .pb-50-md {
    padding-bottom: 50px;
  }
  .pb-60-md {
    padding-bottom: 60px;
  }
  .pb-70-md {
    padding-bottom: 70px;
  }
  .pb-80-md {
    padding-bottom: 80px;
  }
  .pb-90-md {
    padding-bottom: 90px;
  }
  .pb-100-md {
    padding-bottom: 100px;
  }
  .pb-120-md {
    padding-bottom: 120px;
  }
  .pb-140-md {
    padding-bottom: 140px;
  }
  .pb-160-md {
    padding-bottom: 160px;
  }
  .pb-180-md {
    padding-bottom: 180px;
  }
  .pl-0-md {
    padding-left: 0px;
  }
  .pl-5-md {
    padding-left: 5px;
  }
  .pl-10-md {
    padding-left: 10px;
  }
  .pl-15-md {
    padding-left: 15px;
  }
  .pl-20-md {
    padding-left: 20px;
  }
  .pl-30-md {
    padding-left: 30px;
  }
  .pl-40-md {
    padding-left: 40px;
  }
  .pl-50-md {
    padding-left: 50px;
  }
  .pl-60-md {
    padding-left: 60px;
  }
  .pl-70-md {
    padding-left: 70px;
  }
  .pl-80-md {
    padding-left: 80px;
  }
  .pl-90-md {
    padding-left: 90px;
  }
  .pl-100-md {
    padding-left: 100px;
  }
  .pl-120-md {
    padding-left: 120px;
  }
  .pl-140-md {
    padding-left: 140px;
  }
  .pl-160-md {
    padding-left: 160px;
  }
  .pl-180-md {
    padding-left: 180px;
  }
  .m-0-md {
    margin: 0px;
  }
  .m-5-md {
    margin: 5px;
  }
  .m-10-md {
    margin: 10px;
  }
  .m-15-md {
    margin: 15px;
  }
  .m-20-md {
    margin: 20px;
  }
  .m-30-md {
    margin: 30px;
  }
  .m-40-md {
    margin: 40px;
  }
  .m-50-md {
    margin: 50px;
  }
  .m-60-md {
    margin: 60px;
  }
  .m-70-md {
    margin: 70px;
  }
  .m-80-md {
    margin: 80px;
  }
  .m-90-md {
    margin: 90px;
  }
  .m-100-md {
    margin: 100px;
  }
  .m-120-md {
    margin: 120px;
  }
  .m-140-md {
    margin: 140px;
  }
  .m-160-md {
    margin: 160px;
  }
  .m-180-md {
    margin: 180px;
  }
  .mt-0-md {
    margin-top: 0px;
  }
  .mt-5-md {
    margin-top: 5px;
  }
  .mt-10-md {
    margin-top: 10px;
  }
  .mt-15-md {
    margin-top: 15px;
  }
  .mt-20-md {
    margin-top: 20px;
  }
  .mt-30-md {
    margin-top: 30px;
  }
  .mt-40-md {
    margin-top: 40px;
  }
  .mt-50-md {
    margin-top: 50px;
  }
  .mt-60-md {
    margin-top: 60px;
  }
  .mt-70-md {
    margin-top: 70px;
  }
  .mt-80-md {
    margin-top: 80px;
  }
  .mt-90-md {
    margin-top: 90px;
  }
  .mt-100-md {
    margin-top: 100px;
  }
  .mt-120-md {
    margin-top: 120px;
  }
  .mt-140-md {
    margin-top: 140px;
  }
  .mt-160-md {
    margin-top: 160px;
  }
  .mt-180-md {
    margin-top: 180px;
  }
  .mr-0-md {
    margin-right: 0px;
  }
  .mr-5-md {
    margin-right: 5px;
  }
  .mr-10-md {
    margin-right: 10px;
  }
  .mr-15-md {
    margin-right: 15px;
  }
  .mr-20-md {
    margin-right: 20px;
  }
  .mr-30-md {
    margin-right: 30px;
  }
  .mr-40-md {
    margin-right: 40px;
  }
  .mr-50-md {
    margin-right: 50px;
  }
  .mr-60-md {
    margin-right: 60px;
  }
  .mr-70-md {
    margin-right: 70px;
  }
  .mr-80-md {
    margin-right: 80px;
  }
  .mr-90-md {
    margin-right: 90px;
  }
  .mr-100-md {
    margin-right: 100px;
  }
  .mr-120-md {
    margin-right: 120px;
  }
  .mr-140-md {
    margin-right: 140px;
  }
  .mr-160-md {
    margin-right: 160px;
  }
  .mr-180-md {
    margin-right: 180px;
  }
  .mb-0-md {
    margin-bottom: 0px;
  }
  .mb-5-md {
    margin-bottom: 5px;
  }
  .mb-10-md {
    margin-bottom: 10px;
  }
  .mb-15-md {
    margin-bottom: 15px;
  }
  .mb-20-md {
    margin-bottom: 20px;
  }
  .mb-30-md {
    margin-bottom: 30px;
  }
  .mb-40-md {
    margin-bottom: 40px;
  }
  .mb-50-md {
    margin-bottom: 50px;
  }
  .mb-60-md {
    margin-bottom: 60px;
  }
  .mb-70-md {
    margin-bottom: 70px;
  }
  .mb-80-md {
    margin-bottom: 80px;
  }
  .mb-90-md {
    margin-bottom: 90px;
  }
  .mb-100-md {
    margin-bottom: 100px;
  }
  .mb-120-md {
    margin-bottom: 120px;
  }
  .mb-140-md {
    margin-bottom: 140px;
  }
  .mb-160-md {
    margin-bottom: 160px;
  }
  .mb-180-md {
    margin-bottom: 180px;
  }
  .ml-0-md {
    margin-left: 0px;
  }
  .ml-5-md {
    margin-left: 5px;
  }
  .ml-10-md {
    margin-left: 10px;
  }
  .ml-15-md {
    margin-left: 15px;
  }
  .ml-20-md {
    margin-left: 20px;
  }
  .ml-30-md {
    margin-left: 30px;
  }
  .ml-40-md {
    margin-left: 40px;
  }
  .ml-50-md {
    margin-left: 50px;
  }
  .ml-60-md {
    margin-left: 60px;
  }
  .ml-70-md {
    margin-left: 70px;
  }
  .ml-80-md {
    margin-left: 80px;
  }
  .ml-90-md {
    margin-left: 90px;
  }
  .ml-100-md {
    margin-left: 100px;
  }
  .ml-120-md {
    margin-left: 120px;
  }
  .ml-140-md {
    margin-left: 140px;
  }
  .ml-160-md {
    margin-left: 160px;
  }
  .ml-180-md {
    margin-left: 180px;
  }
}
@media screen and (min-width: 992px) {
  .p-0-lg {
    padding: 0px;
  }
  .p-5-lg {
    padding: 5px;
  }
  .p-10-lg {
    padding: 10px;
  }
  .p-15-lg {
    padding: 15px;
  }
  .p-20-lg {
    padding: 20px;
  }
  .p-30-lg {
    padding: 30px;
  }
  .p-40-lg {
    padding: 40px;
  }
  .p-50-lg {
    padding: 50px;
  }
  .p-60-lg {
    padding: 60px;
  }
  .p-70-lg {
    padding: 70px;
  }
  .p-80-lg {
    padding: 80px;
  }
  .p-90-lg {
    padding: 90px;
  }
  .p-100-lg {
    padding: 100px;
  }
  .p-120-lg {
    padding: 120px;
  }
  .p-140-lg {
    padding: 140px;
  }
  .p-160-lg {
    padding: 160px;
  }
  .p-180-lg {
    padding: 180px;
  }
  .pt-0-lg {
    padding-top: 0px;
  }
  .pt-5-lg {
    padding-top: 5px;
  }
  .pt-10-lg {
    padding-top: 10px;
  }
  .pt-15-lg {
    padding-top: 15px;
  }
  .pt-20-lg {
    padding-top: 20px;
  }
  .pt-30-lg {
    padding-top: 30px;
  }
  .pt-40-lg {
    padding-top: 40px;
  }
  .pt-50-lg {
    padding-top: 50px;
  }
  .pt-60-lg {
    padding-top: 60px;
  }
  .pt-70-lg {
    padding-top: 70px;
  }
  .pt-80-lg {
    padding-top: 80px;
  }
  .pt-90-lg {
    padding-top: 90px;
  }
  .pt-100-lg {
    padding-top: 100px;
  }
  .pt-120-lg {
    padding-top: 120px;
  }
  .pt-140-lg {
    padding-top: 140px;
  }
  .pt-160-lg {
    padding-top: 160px;
  }
  .pt-180-lg {
    padding-top: 180px;
  }
  .pr-0-lg {
    padding-right: 0px;
  }
  .pr-5-lg {
    padding-right: 5px;
  }
  .pr-10-lg {
    padding-right: 10px;
  }
  .pr-15-lg {
    padding-right: 15px;
  }
  .pr-20-lg {
    padding-right: 20px;
  }
  .pr-30-lg {
    padding-right: 30px;
  }
  .pr-40-lg {
    padding-right: 40px;
  }
  .pr-50-lg {
    padding-right: 50px;
  }
  .pr-60-lg {
    padding-right: 60px;
  }
  .pr-70-lg {
    padding-right: 70px;
  }
  .pr-80-lg {
    padding-right: 80px;
  }
  .pr-90-lg {
    padding-right: 90px;
  }
  .pr-100-lg {
    padding-right: 100px;
  }
  .pr-120-lg {
    padding-right: 120px;
  }
  .pr-140-lg {
    padding-right: 140px;
  }
  .pr-160-lg {
    padding-right: 160px;
  }
  .pr-180-lg {
    padding-right: 180px;
  }
  .pb-0-lg {
    padding-bottom: 0px;
  }
  .pb-5-lg {
    padding-bottom: 5px;
  }
  .pb-10-lg {
    padding-bottom: 10px;
  }
  .pb-15-lg {
    padding-bottom: 15px;
  }
  .pb-20-lg {
    padding-bottom: 20px;
  }
  .pb-30-lg {
    padding-bottom: 30px;
  }
  .pb-40-lg {
    padding-bottom: 40px;
  }
  .pb-50-lg {
    padding-bottom: 50px;
  }
  .pb-60-lg {
    padding-bottom: 60px;
  }
  .pb-70-lg {
    padding-bottom: 70px;
  }
  .pb-80-lg {
    padding-bottom: 80px;
  }
  .pb-90-lg {
    padding-bottom: 90px;
  }
  .pb-100-lg {
    padding-bottom: 100px;
  }
  .pb-120-lg {
    padding-bottom: 120px;
  }
  .pb-140-lg {
    padding-bottom: 140px;
  }
  .pb-160-lg {
    padding-bottom: 160px;
  }
  .pb-180-lg {
    padding-bottom: 180px;
  }
  .pl-0-lg {
    padding-left: 0px;
  }
  .pl-5-lg {
    padding-left: 5px;
  }
  .pl-10-lg {
    padding-left: 10px;
  }
  .pl-15-lg {
    padding-left: 15px;
  }
  .pl-20-lg {
    padding-left: 20px;
  }
  .pl-30-lg {
    padding-left: 30px;
  }
  .pl-40-lg {
    padding-left: 40px;
  }
  .pl-50-lg {
    padding-left: 50px;
  }
  .pl-60-lg {
    padding-left: 60px;
  }
  .pl-70-lg {
    padding-left: 70px;
  }
  .pl-80-lg {
    padding-left: 80px;
  }
  .pl-90-lg {
    padding-left: 90px;
  }
  .pl-100-lg {
    padding-left: 100px;
  }
  .pl-120-lg {
    padding-left: 120px;
  }
  .pl-140-lg {
    padding-left: 140px;
  }
  .pl-160-lg {
    padding-left: 160px;
  }
  .pl-180-lg {
    padding-left: 180px;
  }
  .m-0-lg {
    margin: 0px;
  }
  .m-5-lg {
    margin: 5px;
  }
  .m-10-lg {
    margin: 10px;
  }
  .m-15-lg {
    margin: 15px;
  }
  .m-20-lg {
    margin: 20px;
  }
  .m-30-lg {
    margin: 30px;
  }
  .m-40-lg {
    margin: 40px;
  }
  .m-50-lg {
    margin: 50px;
  }
  .m-60-lg {
    margin: 60px;
  }
  .m-70-lg {
    margin: 70px;
  }
  .m-80-lg {
    margin: 80px;
  }
  .m-90-lg {
    margin: 90px;
  }
  .m-100-lg {
    margin: 100px;
  }
  .m-120-lg {
    margin: 120px;
  }
  .m-140-lg {
    margin: 140px;
  }
  .m-160-lg {
    margin: 160px;
  }
  .m-180-lg {
    margin: 180px;
  }
  .mt-0-lg {
    margin-top: 0px;
  }
  .mt-5-lg {
    margin-top: 5px;
  }
  .mt-10-lg {
    margin-top: 10px;
  }
  .mt-15-lg {
    margin-top: 15px;
  }
  .mt-20-lg {
    margin-top: 20px;
  }
  .mt-30-lg {
    margin-top: 30px;
  }
  .mt-40-lg {
    margin-top: 40px;
  }
  .mt-50-lg {
    margin-top: 50px;
  }
  .mt-60-lg {
    margin-top: 60px;
  }
  .mt-70-lg {
    margin-top: 70px;
  }
  .mt-80-lg {
    margin-top: 80px;
  }
  .mt-90-lg {
    margin-top: 90px;
  }
  .mt-100-lg {
    margin-top: 100px;
  }
  .mt-120-lg {
    margin-top: 120px;
  }
  .mt-140-lg {
    margin-top: 140px;
  }
  .mt-160-lg {
    margin-top: 160px;
  }
  .mt-180-lg {
    margin-top: 180px;
  }
  .mr-0-lg {
    margin-right: 0px;
  }
  .mr-5-lg {
    margin-right: 5px;
  }
  .mr-10-lg {
    margin-right: 10px;
  }
  .mr-15-lg {
    margin-right: 15px;
  }
  .mr-20-lg {
    margin-right: 20px;
  }
  .mr-30-lg {
    margin-right: 30px;
  }
  .mr-40-lg {
    margin-right: 40px;
  }
  .mr-50-lg {
    margin-right: 50px;
  }
  .mr-60-lg {
    margin-right: 60px;
  }
  .mr-70-lg {
    margin-right: 70px;
  }
  .mr-80-lg {
    margin-right: 80px;
  }
  .mr-90-lg {
    margin-right: 90px;
  }
  .mr-100-lg {
    margin-right: 100px;
  }
  .mr-120-lg {
    margin-right: 120px;
  }
  .mr-140-lg {
    margin-right: 140px;
  }
  .mr-160-lg {
    margin-right: 160px;
  }
  .mr-180-lg {
    margin-right: 180px;
  }
  .mb-0-lg {
    margin-bottom: 0px;
  }
  .mb-5-lg {
    margin-bottom: 5px;
  }
  .mb-10-lg {
    margin-bottom: 10px;
  }
  .mb-15-lg {
    margin-bottom: 15px;
  }
  .mb-20-lg {
    margin-bottom: 20px;
  }
  .mb-30-lg {
    margin-bottom: 30px;
  }
  .mb-40-lg {
    margin-bottom: 40px;
  }
  .mb-50-lg {
    margin-bottom: 50px;
  }
  .mb-60-lg {
    margin-bottom: 60px;
  }
  .mb-70-lg {
    margin-bottom: 70px;
  }
  .mb-80-lg {
    margin-bottom: 80px;
  }
  .mb-90-lg {
    margin-bottom: 90px;
  }
  .mb-100-lg {
    margin-bottom: 100px;
  }
  .mb-120-lg {
    margin-bottom: 120px;
  }
  .mb-140-lg {
    margin-bottom: 140px;
  }
  .mb-160-lg {
    margin-bottom: 160px;
  }
  .mb-180-lg {
    margin-bottom: 180px;
  }
  .ml-0-lg {
    margin-left: 0px;
  }
  .ml-5-lg {
    margin-left: 5px;
  }
  .ml-10-lg {
    margin-left: 10px;
  }
  .ml-15-lg {
    margin-left: 15px;
  }
  .ml-20-lg {
    margin-left: 20px;
  }
  .ml-30-lg {
    margin-left: 30px;
  }
  .ml-40-lg {
    margin-left: 40px;
  }
  .ml-50-lg {
    margin-left: 50px;
  }
  .ml-60-lg {
    margin-left: 60px;
  }
  .ml-70-lg {
    margin-left: 70px;
  }
  .ml-80-lg {
    margin-left: 80px;
  }
  .ml-90-lg {
    margin-left: 90px;
  }
  .ml-100-lg {
    margin-left: 100px;
  }
  .ml-120-lg {
    margin-left: 120px;
  }
  .ml-140-lg {
    margin-left: 140px;
  }
  .ml-160-lg {
    margin-left: 160px;
  }
  .ml-180-lg {
    margin-left: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .p-0-xl {
    padding: 0px;
  }
  .p-5-xl {
    padding: 5px;
  }
  .p-10-xl {
    padding: 10px;
  }
  .p-15-xl {
    padding: 15px;
  }
  .p-20-xl {
    padding: 20px;
  }
  .p-30-xl {
    padding: 30px;
  }
  .p-40-xl {
    padding: 40px;
  }
  .p-50-xl {
    padding: 50px;
  }
  .p-60-xl {
    padding: 60px;
  }
  .p-70-xl {
    padding: 70px;
  }
  .p-80-xl {
    padding: 80px;
  }
  .p-90-xl {
    padding: 90px;
  }
  .p-100-xl {
    padding: 100px;
  }
  .p-120-xl {
    padding: 120px;
  }
  .p-140-xl {
    padding: 140px;
  }
  .p-160-xl {
    padding: 160px;
  }
  .p-180-xl {
    padding: 180px;
  }
  .pt-0-xl {
    padding-top: 0px;
  }
  .pt-5-xl {
    padding-top: 5px;
  }
  .pt-10-xl {
    padding-top: 10px;
  }
  .pt-15-xl {
    padding-top: 15px;
  }
  .pt-20-xl {
    padding-top: 20px;
  }
  .pt-30-xl {
    padding-top: 30px;
  }
  .pt-40-xl {
    padding-top: 40px;
  }
  .pt-50-xl {
    padding-top: 50px;
  }
  .pt-60-xl {
    padding-top: 60px;
  }
  .pt-70-xl {
    padding-top: 70px;
  }
  .pt-80-xl {
    padding-top: 80px;
  }
  .pt-90-xl {
    padding-top: 90px;
  }
  .pt-100-xl {
    padding-top: 100px;
  }
  .pt-120-xl {
    padding-top: 120px;
  }
  .pt-140-xl {
    padding-top: 140px;
  }
  .pt-160-xl {
    padding-top: 160px;
  }
  .pt-180-xl {
    padding-top: 180px;
  }
  .pr-0-xl {
    padding-right: 0px;
  }
  .pr-5-xl {
    padding-right: 5px;
  }
  .pr-10-xl {
    padding-right: 10px;
  }
  .pr-15-xl {
    padding-right: 15px;
  }
  .pr-20-xl {
    padding-right: 20px;
  }
  .pr-30-xl {
    padding-right: 30px;
  }
  .pr-40-xl {
    padding-right: 40px;
  }
  .pr-50-xl {
    padding-right: 50px;
  }
  .pr-60-xl {
    padding-right: 60px;
  }
  .pr-70-xl {
    padding-right: 70px;
  }
  .pr-80-xl {
    padding-right: 80px;
  }
  .pr-90-xl {
    padding-right: 90px;
  }
  .pr-100-xl {
    padding-right: 100px;
  }
  .pr-120-xl {
    padding-right: 120px;
  }
  .pr-140-xl {
    padding-right: 140px;
  }
  .pr-160-xl {
    padding-right: 160px;
  }
  .pr-180-xl {
    padding-right: 180px;
  }
  .pb-0-xl {
    padding-bottom: 0px;
  }
  .pb-5-xl {
    padding-bottom: 5px;
  }
  .pb-10-xl {
    padding-bottom: 10px;
  }
  .pb-15-xl {
    padding-bottom: 15px;
  }
  .pb-20-xl {
    padding-bottom: 20px;
  }
  .pb-30-xl {
    padding-bottom: 30px;
  }
  .pb-40-xl {
    padding-bottom: 40px;
  }
  .pb-50-xl {
    padding-bottom: 50px;
  }
  .pb-60-xl {
    padding-bottom: 60px;
  }
  .pb-70-xl {
    padding-bottom: 70px;
  }
  .pb-80-xl {
    padding-bottom: 80px;
  }
  .pb-90-xl {
    padding-bottom: 90px;
  }
  .pb-100-xl {
    padding-bottom: 100px;
  }
  .pb-120-xl {
    padding-bottom: 120px;
  }
  .pb-140-xl {
    padding-bottom: 140px;
  }
  .pb-160-xl {
    padding-bottom: 160px;
  }
  .pb-180-xl {
    padding-bottom: 180px;
  }
  .pl-0-xl {
    padding-left: 0px;
  }
  .pl-5-xl {
    padding-left: 5px;
  }
  .pl-10-xl {
    padding-left: 10px;
  }
  .pl-15-xl {
    padding-left: 15px;
  }
  .pl-20-xl {
    padding-left: 20px;
  }
  .pl-30-xl {
    padding-left: 30px;
  }
  .pl-40-xl {
    padding-left: 40px;
  }
  .pl-50-xl {
    padding-left: 50px;
  }
  .pl-60-xl {
    padding-left: 60px;
  }
  .pl-70-xl {
    padding-left: 70px;
  }
  .pl-80-xl {
    padding-left: 80px;
  }
  .pl-90-xl {
    padding-left: 90px;
  }
  .pl-100-xl {
    padding-left: 100px;
  }
  .pl-120-xl {
    padding-left: 120px;
  }
  .pl-140-xl {
    padding-left: 140px;
  }
  .pl-160-xl {
    padding-left: 160px;
  }
  .pl-180-xl {
    padding-left: 180px;
  }
  .m-0-xl {
    margin: 0px;
  }
  .m-5-xl {
    margin: 5px;
  }
  .m-10-xl {
    margin: 10px;
  }
  .m-15-xl {
    margin: 15px;
  }
  .m-20-xl {
    margin: 20px;
  }
  .m-30-xl {
    margin: 30px;
  }
  .m-40-xl {
    margin: 40px;
  }
  .m-50-xl {
    margin: 50px;
  }
  .m-60-xl {
    margin: 60px;
  }
  .m-70-xl {
    margin: 70px;
  }
  .m-80-xl {
    margin: 80px;
  }
  .m-90-xl {
    margin: 90px;
  }
  .m-100-xl {
    margin: 100px;
  }
  .m-120-xl {
    margin: 120px;
  }
  .m-140-xl {
    margin: 140px;
  }
  .m-160-xl {
    margin: 160px;
  }
  .m-180-xl {
    margin: 180px;
  }
  .mt-0-xl {
    margin-top: 0px;
  }
  .mt-5-xl {
    margin-top: 5px;
  }
  .mt-10-xl {
    margin-top: 10px;
  }
  .mt-15-xl {
    margin-top: 15px;
  }
  .mt-20-xl {
    margin-top: 20px;
  }
  .mt-30-xl {
    margin-top: 30px;
  }
  .mt-40-xl {
    margin-top: 40px;
  }
  .mt-50-xl {
    margin-top: 50px;
  }
  .mt-60-xl {
    margin-top: 60px;
  }
  .mt-70-xl {
    margin-top: 70px;
  }
  .mt-80-xl {
    margin-top: 80px;
  }
  .mt-90-xl {
    margin-top: 90px;
  }
  .mt-100-xl {
    margin-top: 100px;
  }
  .mt-120-xl {
    margin-top: 120px;
  }
  .mt-140-xl {
    margin-top: 140px;
  }
  .mt-160-xl {
    margin-top: 160px;
  }
  .mt-180-xl {
    margin-top: 180px;
  }
  .mr-0-xl {
    margin-right: 0px;
  }
  .mr-5-xl {
    margin-right: 5px;
  }
  .mr-10-xl {
    margin-right: 10px;
  }
  .mr-15-xl {
    margin-right: 15px;
  }
  .mr-20-xl {
    margin-right: 20px;
  }
  .mr-30-xl {
    margin-right: 30px;
  }
  .mr-40-xl {
    margin-right: 40px;
  }
  .mr-50-xl {
    margin-right: 50px;
  }
  .mr-60-xl {
    margin-right: 60px;
  }
  .mr-70-xl {
    margin-right: 70px;
  }
  .mr-80-xl {
    margin-right: 80px;
  }
  .mr-90-xl {
    margin-right: 90px;
  }
  .mr-100-xl {
    margin-right: 100px;
  }
  .mr-120-xl {
    margin-right: 120px;
  }
  .mr-140-xl {
    margin-right: 140px;
  }
  .mr-160-xl {
    margin-right: 160px;
  }
  .mr-180-xl {
    margin-right: 180px;
  }
  .mb-0-xl {
    margin-bottom: 0px;
  }
  .mb-5-xl {
    margin-bottom: 5px;
  }
  .mb-10-xl {
    margin-bottom: 10px;
  }
  .mb-15-xl {
    margin-bottom: 15px;
  }
  .mb-20-xl {
    margin-bottom: 20px;
  }
  .mb-30-xl {
    margin-bottom: 30px;
  }
  .mb-40-xl {
    margin-bottom: 40px;
  }
  .mb-50-xl {
    margin-bottom: 50px;
  }
  .mb-60-xl {
    margin-bottom: 60px;
  }
  .mb-70-xl {
    margin-bottom: 70px;
  }
  .mb-80-xl {
    margin-bottom: 80px;
  }
  .mb-90-xl {
    margin-bottom: 90px;
  }
  .mb-100-xl {
    margin-bottom: 100px;
  }
  .mb-120-xl {
    margin-bottom: 120px;
  }
  .mb-140-xl {
    margin-bottom: 140px;
  }
  .mb-160-xl {
    margin-bottom: 160px;
  }
  .mb-180-xl {
    margin-bottom: 180px;
  }
  .ml-0-xl {
    margin-left: 0px;
  }
  .ml-5-xl {
    margin-left: 5px;
  }
  .ml-10-xl {
    margin-left: 10px;
  }
  .ml-15-xl {
    margin-left: 15px;
  }
  .ml-20-xl {
    margin-left: 20px;
  }
  .ml-30-xl {
    margin-left: 30px;
  }
  .ml-40-xl {
    margin-left: 40px;
  }
  .ml-50-xl {
    margin-left: 50px;
  }
  .ml-60-xl {
    margin-left: 60px;
  }
  .ml-70-xl {
    margin-left: 70px;
  }
  .ml-80-xl {
    margin-left: 80px;
  }
  .ml-90-xl {
    margin-left: 90px;
  }
  .ml-100-xl {
    margin-left: 100px;
  }
  .ml-120-xl {
    margin-left: 120px;
  }
  .ml-140-xl {
    margin-left: 140px;
  }
  .ml-160-xl {
    margin-left: 160px;
  }
  .ml-180-xl {
    margin-left: 180px;
  }
}
@media screen and (min-width: 1400px) {
  .p-0-xxl {
    padding: 0px;
  }
  .p-5-xxl {
    padding: 5px;
  }
  .p-10-xxl {
    padding: 10px;
  }
  .p-15-xxl {
    padding: 15px;
  }
  .p-20-xxl {
    padding: 20px;
  }
  .p-30-xxl {
    padding: 30px;
  }
  .p-40-xxl {
    padding: 40px;
  }
  .p-50-xxl {
    padding: 50px;
  }
  .p-60-xxl {
    padding: 60px;
  }
  .p-70-xxl {
    padding: 70px;
  }
  .p-80-xxl {
    padding: 80px;
  }
  .p-90-xxl {
    padding: 90px;
  }
  .p-100-xxl {
    padding: 100px;
  }
  .p-120-xxl {
    padding: 120px;
  }
  .p-140-xxl {
    padding: 140px;
  }
  .p-160-xxl {
    padding: 160px;
  }
  .p-180-xxl {
    padding: 180px;
  }
  .pt-0-xxl {
    padding-top: 0px;
  }
  .pt-5-xxl {
    padding-top: 5px;
  }
  .pt-10-xxl {
    padding-top: 10px;
  }
  .pt-15-xxl {
    padding-top: 15px;
  }
  .pt-20-xxl {
    padding-top: 20px;
  }
  .pt-30-xxl {
    padding-top: 30px;
  }
  .pt-40-xxl {
    padding-top: 40px;
  }
  .pt-50-xxl {
    padding-top: 50px;
  }
  .pt-60-xxl {
    padding-top: 60px;
  }
  .pt-70-xxl {
    padding-top: 70px;
  }
  .pt-80-xxl {
    padding-top: 80px;
  }
  .pt-90-xxl {
    padding-top: 90px;
  }
  .pt-100-xxl {
    padding-top: 100px;
  }
  .pt-120-xxl {
    padding-top: 120px;
  }
  .pt-140-xxl {
    padding-top: 140px;
  }
  .pt-160-xxl {
    padding-top: 160px;
  }
  .pt-180-xxl {
    padding-top: 180px;
  }
  .pr-0-xxl {
    padding-right: 0px;
  }
  .pr-5-xxl {
    padding-right: 5px;
  }
  .pr-10-xxl {
    padding-right: 10px;
  }
  .pr-15-xxl {
    padding-right: 15px;
  }
  .pr-20-xxl {
    padding-right: 20px;
  }
  .pr-30-xxl {
    padding-right: 30px;
  }
  .pr-40-xxl {
    padding-right: 40px;
  }
  .pr-50-xxl {
    padding-right: 50px;
  }
  .pr-60-xxl {
    padding-right: 60px;
  }
  .pr-70-xxl {
    padding-right: 70px;
  }
  .pr-80-xxl {
    padding-right: 80px;
  }
  .pr-90-xxl {
    padding-right: 90px;
  }
  .pr-100-xxl {
    padding-right: 100px;
  }
  .pr-120-xxl {
    padding-right: 120px;
  }
  .pr-140-xxl {
    padding-right: 140px;
  }
  .pr-160-xxl {
    padding-right: 160px;
  }
  .pr-180-xxl {
    padding-right: 180px;
  }
  .pb-0-xxl {
    padding-bottom: 0px;
  }
  .pb-5-xxl {
    padding-bottom: 5px;
  }
  .pb-10-xxl {
    padding-bottom: 10px;
  }
  .pb-15-xxl {
    padding-bottom: 15px;
  }
  .pb-20-xxl {
    padding-bottom: 20px;
  }
  .pb-30-xxl {
    padding-bottom: 30px;
  }
  .pb-40-xxl {
    padding-bottom: 40px;
  }
  .pb-50-xxl {
    padding-bottom: 50px;
  }
  .pb-60-xxl {
    padding-bottom: 60px;
  }
  .pb-70-xxl {
    padding-bottom: 70px;
  }
  .pb-80-xxl {
    padding-bottom: 80px;
  }
  .pb-90-xxl {
    padding-bottom: 90px;
  }
  .pb-100-xxl {
    padding-bottom: 100px;
  }
  .pb-120-xxl {
    padding-bottom: 120px;
  }
  .pb-140-xxl {
    padding-bottom: 140px;
  }
  .pb-160-xxl {
    padding-bottom: 160px;
  }
  .pb-180-xxl {
    padding-bottom: 180px;
  }
  .pl-0-xxl {
    padding-left: 0px;
  }
  .pl-5-xxl {
    padding-left: 5px;
  }
  .pl-10-xxl {
    padding-left: 10px;
  }
  .pl-15-xxl {
    padding-left: 15px;
  }
  .pl-20-xxl {
    padding-left: 20px;
  }
  .pl-30-xxl {
    padding-left: 30px;
  }
  .pl-40-xxl {
    padding-left: 40px;
  }
  .pl-50-xxl {
    padding-left: 50px;
  }
  .pl-60-xxl {
    padding-left: 60px;
  }
  .pl-70-xxl {
    padding-left: 70px;
  }
  .pl-80-xxl {
    padding-left: 80px;
  }
  .pl-90-xxl {
    padding-left: 90px;
  }
  .pl-100-xxl {
    padding-left: 100px;
  }
  .pl-120-xxl {
    padding-left: 120px;
  }
  .pl-140-xxl {
    padding-left: 140px;
  }
  .pl-160-xxl {
    padding-left: 160px;
  }
  .pl-180-xxl {
    padding-left: 180px;
  }
  .m-0-xxl {
    margin: 0px;
  }
  .m-5-xxl {
    margin: 5px;
  }
  .m-10-xxl {
    margin: 10px;
  }
  .m-15-xxl {
    margin: 15px;
  }
  .m-20-xxl {
    margin: 20px;
  }
  .m-30-xxl {
    margin: 30px;
  }
  .m-40-xxl {
    margin: 40px;
  }
  .m-50-xxl {
    margin: 50px;
  }
  .m-60-xxl {
    margin: 60px;
  }
  .m-70-xxl {
    margin: 70px;
  }
  .m-80-xxl {
    margin: 80px;
  }
  .m-90-xxl {
    margin: 90px;
  }
  .m-100-xxl {
    margin: 100px;
  }
  .m-120-xxl {
    margin: 120px;
  }
  .m-140-xxl {
    margin: 140px;
  }
  .m-160-xxl {
    margin: 160px;
  }
  .m-180-xxl {
    margin: 180px;
  }
  .mt-0-xxl {
    margin-top: 0px;
  }
  .mt-5-xxl {
    margin-top: 5px;
  }
  .mt-10-xxl {
    margin-top: 10px;
  }
  .mt-15-xxl {
    margin-top: 15px;
  }
  .mt-20-xxl {
    margin-top: 20px;
  }
  .mt-30-xxl {
    margin-top: 30px;
  }
  .mt-40-xxl {
    margin-top: 40px;
  }
  .mt-50-xxl {
    margin-top: 50px;
  }
  .mt-60-xxl {
    margin-top: 60px;
  }
  .mt-70-xxl {
    margin-top: 70px;
  }
  .mt-80-xxl {
    margin-top: 80px;
  }
  .mt-90-xxl {
    margin-top: 90px;
  }
  .mt-100-xxl {
    margin-top: 100px;
  }
  .mt-120-xxl {
    margin-top: 120px;
  }
  .mt-140-xxl {
    margin-top: 140px;
  }
  .mt-160-xxl {
    margin-top: 160px;
  }
  .mt-180-xxl {
    margin-top: 180px;
  }
  .mr-0-xxl {
    margin-right: 0px;
  }
  .mr-5-xxl {
    margin-right: 5px;
  }
  .mr-10-xxl {
    margin-right: 10px;
  }
  .mr-15-xxl {
    margin-right: 15px;
  }
  .mr-20-xxl {
    margin-right: 20px;
  }
  .mr-30-xxl {
    margin-right: 30px;
  }
  .mr-40-xxl {
    margin-right: 40px;
  }
  .mr-50-xxl {
    margin-right: 50px;
  }
  .mr-60-xxl {
    margin-right: 60px;
  }
  .mr-70-xxl {
    margin-right: 70px;
  }
  .mr-80-xxl {
    margin-right: 80px;
  }
  .mr-90-xxl {
    margin-right: 90px;
  }
  .mr-100-xxl {
    margin-right: 100px;
  }
  .mr-120-xxl {
    margin-right: 120px;
  }
  .mr-140-xxl {
    margin-right: 140px;
  }
  .mr-160-xxl {
    margin-right: 160px;
  }
  .mr-180-xxl {
    margin-right: 180px;
  }
  .mb-0-xxl {
    margin-bottom: 0px;
  }
  .mb-5-xxl {
    margin-bottom: 5px;
  }
  .mb-10-xxl {
    margin-bottom: 10px;
  }
  .mb-15-xxl {
    margin-bottom: 15px;
  }
  .mb-20-xxl {
    margin-bottom: 20px;
  }
  .mb-30-xxl {
    margin-bottom: 30px;
  }
  .mb-40-xxl {
    margin-bottom: 40px;
  }
  .mb-50-xxl {
    margin-bottom: 50px;
  }
  .mb-60-xxl {
    margin-bottom: 60px;
  }
  .mb-70-xxl {
    margin-bottom: 70px;
  }
  .mb-80-xxl {
    margin-bottom: 80px;
  }
  .mb-90-xxl {
    margin-bottom: 90px;
  }
  .mb-100-xxl {
    margin-bottom: 100px;
  }
  .mb-120-xxl {
    margin-bottom: 120px;
  }
  .mb-140-xxl {
    margin-bottom: 140px;
  }
  .mb-160-xxl {
    margin-bottom: 160px;
  }
  .mb-180-xxl {
    margin-bottom: 180px;
  }
  .ml-0-xxl {
    margin-left: 0px;
  }
  .ml-5-xxl {
    margin-left: 5px;
  }
  .ml-10-xxl {
    margin-left: 10px;
  }
  .ml-15-xxl {
    margin-left: 15px;
  }
  .ml-20-xxl {
    margin-left: 20px;
  }
  .ml-30-xxl {
    margin-left: 30px;
  }
  .ml-40-xxl {
    margin-left: 40px;
  }
  .ml-50-xxl {
    margin-left: 50px;
  }
  .ml-60-xxl {
    margin-left: 60px;
  }
  .ml-70-xxl {
    margin-left: 70px;
  }
  .ml-80-xxl {
    margin-left: 80px;
  }
  .ml-90-xxl {
    margin-left: 90px;
  }
  .ml-100-xxl {
    margin-left: 100px;
  }
  .ml-120-xxl {
    margin-left: 120px;
  }
  .ml-140-xxl {
    margin-left: 140px;
  }
  .ml-160-xxl {
    margin-left: 160px;
  }
  .ml-180-xxl {
    margin-left: 180px;
  }
}
.mn-5-xs {
  margin: -5px;
}

.mn-10-xs {
  margin: -10px;
}

.mn-15-xs {
  margin: -15px;
}

.mn-20-xs {
  margin: -20px;
}

.mn-30-xs {
  margin: -30px;
}

.mn-40-xs {
  margin: -40px;
}

.mn-50-xs {
  margin: -50px;
}

.mtn-5-xs {
  margin-top: -5px;
}

.mtn-10-xs {
  margin-top: -10px;
}

.mtn-15-xs {
  margin-top: -15px;
}

.mtn-20-xs {
  margin-top: -20px;
}

.mtn-30-xs {
  margin-top: -30px;
}

.mtn-40-xs {
  margin-top: -40px;
}

.mtn-50-xs {
  margin-top: -50px;
}

@media screen and (min-width: 576px) {
  .mn-5-sm {
    margin: -5px;
  }
  .mn-10-sm {
    margin: -10px;
  }
  .mn-15-sm {
    margin: -15px;
  }
  .mn-20-sm {
    margin: -20px;
  }
  .mn-30-sm {
    margin: -30px;
  }
  .mn-40-sm {
    margin: -40px;
  }
  .mn-50-sm {
    margin: -50px;
  }
  .mtn-5-sm {
    margin-top: -5px;
  }
  .mtn-10-sm {
    margin-top: -10px;
  }
  .mtn-15-sm {
    margin-top: -15px;
  }
  .mtn-20-sm {
    margin-top: -20px;
  }
  .mtn-30-sm {
    margin-top: -30px;
  }
  .mtn-40-sm {
    margin-top: -40px;
  }
  .mtn-50-sm {
    margin-top: -50px;
  }
}
@media screen and (min-width: 768px) {
  .mn-5-md {
    margin: -5px;
  }
  .mn-10-md {
    margin: -10px;
  }
  .mn-15-md {
    margin: -15px;
  }
  .mn-20-md {
    margin: -20px;
  }
  .mn-30-md {
    margin: -30px;
  }
  .mn-40-md {
    margin: -40px;
  }
  .mn-50-md {
    margin: -50px;
  }
  .mtn-5-md {
    margin-top: -5px;
  }
  .mtn-10-md {
    margin-top: -10px;
  }
  .mtn-15-md {
    margin-top: -15px;
  }
  .mtn-20-md {
    margin-top: -20px;
  }
  .mtn-30-md {
    margin-top: -30px;
  }
  .mtn-40-md {
    margin-top: -40px;
  }
  .mtn-50-md {
    margin-top: -50px;
  }
}
@media screen and (min-width: 992px) {
  .mn-5-lg {
    margin: -5px;
  }
  .mn-10-lg {
    margin: -10px;
  }
  .mn-15-lg {
    margin: -15px;
  }
  .mn-20-lg {
    margin: -20px;
  }
  .mn-30-lg {
    margin: -30px;
  }
  .mn-40-lg {
    margin: -40px;
  }
  .mn-50-lg {
    margin: -50px;
  }
  .mtn-5-lg {
    margin-top: -5px;
  }
  .mtn-10-lg {
    margin-top: -10px;
  }
  .mtn-15-lg {
    margin-top: -15px;
  }
  .mtn-20-lg {
    margin-top: -20px;
  }
  .mtn-30-lg {
    margin-top: -30px;
  }
  .mtn-40-lg {
    margin-top: -40px;
  }
  .mtn-50-lg {
    margin-top: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .mn-5-xl {
    margin: -5px;
  }
  .mn-10-xl {
    margin: -10px;
  }
  .mn-15-xl {
    margin: -15px;
  }
  .mn-20-xl {
    margin: -20px;
  }
  .mn-30-xl {
    margin: -30px;
  }
  .mn-40-xl {
    margin: -40px;
  }
  .mn-50-xl {
    margin: -50px;
  }
  .mtn-5-xl {
    margin-top: -5px;
  }
  .mtn-10-xl {
    margin-top: -10px;
  }
  .mtn-15-xl {
    margin-top: -15px;
  }
  .mtn-20-xl {
    margin-top: -20px;
  }
  .mtn-30-xl {
    margin-top: -30px;
  }
  .mtn-40-xl {
    margin-top: -40px;
  }
  .mtn-50-xl {
    margin-top: -50px;
  }
}
@media screen and (min-width: 1400px) {
  .mn-5-xxl {
    margin: -5px;
  }
  .mn-10-xxl {
    margin: -10px;
  }
  .mn-15-xxl {
    margin: -15px;
  }
  .mn-20-xxl {
    margin: -20px;
  }
  .mn-30-xxl {
    margin: -30px;
  }
  .mn-40-xxl {
    margin: -40px;
  }
  .mn-50-xxl {
    margin: -50px;
  }
  .mtn-5-xxl {
    margin-top: -5px;
  }
  .mtn-10-xxl {
    margin-top: -10px;
  }
  .mtn-15-xxl {
    margin-top: -15px;
  }
  .mtn-20-xxl {
    margin-top: -20px;
  }
  .mtn-30-xxl {
    margin-top: -30px;
  }
  .mtn-40-xxl {
    margin-top: -40px;
  }
  .mtn-50-xxl {
    margin-top: -50px;
  }
}
body.energieundinternet .quote-wrappe a {
  color: #fff;
  background-color: #000;
  font-size: 1rem;
  padding: 15px;
  border-radius: 5px;
}
body.energieundinternet .advanced-points-item .advanced-points-item-title {
  color: #000;
}
body.energieundinternet .advanced-points-item .advanced-points-item-points {
  text-align: center;
}
body.energieundinternet .advanced-points-item .advanced-points-item-points .advanced-points-item-point-check {
  display: none;
}

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

/*
@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {
  $n: index($breakpoint-names, $name);
  @return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);
}
*/
/*
@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {
  $next: breakpoint-next($name, $breakpoints);
  @return if($next, breakpoint-min($next, $breakpoints) - 1px, null);
}
*/
@media (max-width: 767.98px) {
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide,
  .ce-boilerplate_hero.td_bg_image_medium {
    height: 300px;
  }
}

/*# sourceMappingURL=style-td-extra.css.map */

/**
 * User: jan.rowold@gessulat-gessulat.de
 * Date: 03.07.2024 15:32
 */
.rte a.button-arrow {
    color: #00aaa5;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 30px;
    background-image: url('../../../typo3conf/ext/boilerplate/Resources/Public/assets/img/icons/ico-arrow.svg');
    background-position: right center;
    background-repeat: no-repeat;
    text-decoration: none;
    -webkit-background-size: 16px auto;
    -ms-background-size: 16px auto;
    background-size: 16px auto;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.rte a.button-arrow:hover {
    padding-right: 40px;
}

body.background-white {
    background: white;
}


input[data-multi-file] {
    border-radius: 0px !important;
    color: transparent;
}

input[data-multi-file]::file-selector-button {
    background-color: grey;
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
    color: white;
    padding: 10px 20px;
    margin: 0px 10px 0px 0px;
    background-color: #00AAA5;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
}

input[data-multi-file]::file-selector-button:hover {
    background-color: black;
    background-color: #00918c;
}

.entry-content .multi-file-upload__file-list {
    margin: 20px 0px;
}

.entry-content .multi-file-upload__file-list li {
    list-style-type: "–";
}
.entry-content .multi-file-upload__file-list li:before {
    content: none;
}

.multi-file-upload__file-list a {
    color: black;
    text-decoration: underline;
    cursor: pointer;
}


.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}
/* -------- Form ----------- */

#tdCheckForm {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.tdCheck__message {
  padding-bottom: 10px;
}

.tdCheck__plz, .tdCheck__city, .tdCheck__street, .tdCheck__number, .tdCheck__submit {
  padding: 10px 0;
  width: 100%;
}

.checkSelect option{
  font: -moz-pull-down-menu;
}

.checkSelect, .checkSubmit {
  cursor: pointer;
  width: 100%;
  line-height: 1.2;
}

#tdCheckForm select, #tdCheckForm button {
  line-height: 1.2;
  width: 100%;
}

#tdCheckForm button {
  padding: 11px 20px;
}

.checkSelect:disabled, .checkSubmit:disabled {
  cursor: not-allowed;
}

@media (min-width: 768px) {
  #tdCheckForm .td_Check__container {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
  }

  .tdCheck__plz, .tdCheck__street {
    padding: 0 10px 0 0;
  }
  .tdCheck__city, .tdCheck__number {
    padding: 0 0 0 10px;
  }
}

@media (min-width: 992px) {
  #tdCheckForm  {
    flex-direction: row;
  }

  .td_Check__container {
    width: 36%;
  }

  .tdCheck__plz, .tdCheck__city, .tdCheck__street {
    padding: 5px;
    width: 100%;
  }
  .tdCheck__number {
    padding: 5px;
    width: 100%;
  }
  .tdCheck__submit {
    padding: 5px;
    width: 28%;
  }

  .tdCheck__submit .checkSubmit:focus {
    outline: none;
  }
}

/* -------- Result ----------- */

#tdCheck__result {
  padding: 80px 0 10px 0;
  display: none;
}

.tdCheck__resultarray {
  margin-top:20px;
  display: flex;
  flex-wrap: wrap;
} 

.tdCheck__header, .tdCheck__infotext {
  display: none;
  padding-bottom: 20px;
}

#tdCheck__result .box{
  background-color: #fff;
  padding: 20px 15px 0 15px;
  margin: 10px;
  width: 370px;
  height: 658px;
  transition: all 0.5s ease;
}

#tdCheck__result .box:hover{ 
  box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.16);
  transform: translate(0px, -10px);
}

#tdCheck__result .box__header h2{
  color: #00aaa5;
  font-size: 1.75rem;
  font-weight: 700;
  /*text-wrap: nowrap;*/
  text-wrap: normal;
}

#tdCheck__result .box__header h2 sup{
  font-size: 40%;
  position: relative;
  top: -14px;
}

#tdCheck__result .boxheader {
  font-weight: 700;
  padding-bottom: 5px;
}

#tdCheck__result .container {
  padding: 0 0 18px 0;
}

#tdCheck__result .text {
  line-height: 1.2;
}

#tdCheck__result .box__information {
  border-bottom: 2px solid #00aaa5;
  height: 315px;
}

#tdCheck__result .box__pricedownload .price{
  font-weight: 400;
  font-size: 1rem;
  padding-top: 20px;
}

#tdCheck__result .box__pricedownload .price .pricebig {
  color: #00aaa5;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 5px;
}

#tdCheck__result .box__pricedownload .download {
  padding: 20px 0 10px 0;
  text-transform: uppercase;
}

#tdCheck__result .box__pricedownload .download a:hover {
  color: #00aaa5;
}

#tdCheck__result .box__select {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00aaa5;
  color: #fff;
  cursor: pointer;
}

#tdCheck__result .box__select a{
  color: #fff;
  padding: 12px;
  width: 100%;
  height: 100%;
  text-align: center;
}

#tdCheck__result .box__select a:hover{
  color: #fff;
}

.jquery-modal.blocker.current {
  z-index: 1000;
}

/* --------- Partner --------------*/

.tdCheck__partner {
  display: flex;
}

.tdCheck__partner__address {
  padding-right: 30px;
  width: 50%;
}

.tdCheck__patner__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

/* --------- Fussnoten --------------*/

.fussnoten__container {
  padding-top: 70px;
  font-size: 0.8rem;
}

.fussnote {
  padding: 0px 0 15px 0;
}

.fussnote__row {
  display: flex;
  padding-bottom: 15px;
}

.fussnote__left {
  margin-right: 20px;
  /*font-weight: bold;*/
  text-align: right;
  width: 2%;
  min-width: 20px;
}

.fussnote__right {
  width: 98%;
}

/* --------- Infowindow --------------*/

.modal {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  max-width: 800px;
}

@media (min-width: 992px) {
  .modal {
    width: 50%;
    height: 90%;
    overflow-y: auto;
    max-width: 800px;
  }
}

.modal a.close-modal {
  top: 3.5px;
  right: 3.5px;
}

.produktInfos h2 {
  color: #00aaa5;
  font-size: 1.75rem;
  font-weight: 700;
}

.produktInfos h2 sup{
  font-size: 40%;
  position: relative;
  top: -14px;
}

.produktInfos__row {
  display: flex;
  border-bottom: 1px solid #00aaa5;
  padding: 5px 0;
}

.produktInfos__left {
  width: 215px;
  max-width: 215px;
  min-width: 215px;
  padding-right: 15px;
  font-weight: bold;
}

.produktInfos__right {
  width: auto;
  text-align: left;
}

/* Anpassungen ES */
#tdCheck__result .box.highlight{
  border: 1px solid #00aaa5;
  background: linear-gradient(135deg, rgba(127, 212, 210, 0.1) 0%, rgba(0, 170, 165, 0.1) 100%);
  position: relative;
}

#tdCheck__result .box.highlight .specialrate {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  top: -14px;
  background: #FBE958;
  padding: 3px 0px;
  text-align: center;
}

.btn-spinner {
    background: url('/typo3conf/ext/td_order/Resources/Public/Icons/spinner.svg') no-repeat center center #00aaa5;
    background-size: 32px 32px;
    color: transparent !important;
}

.tdCheck__resultarray .tv img{
  margin-top: 20px;
  margin-bottom: 50px;
}

.Prefix {
  padding-bottom: 70px;
}

.Prefix p {
  padding-bottom: 40px;
}

.Prefix__result {
  padding-top: 20px;
}

.Prefix input {
  background-color: #fff;
  border: 1px solid #000;
  width: 75px;
}

.Prefix__formblock {
  display: flex;
  align-items: center;
}

.Prefix__formblock h2 {
  line-height: 1;
  margin-bottom: 0;
}

.Prefix__formblock div {
  padding-right: 10px;
}

.Prefix #prefix-loader {
  display: none;
  width: 16px;
  height: 12px;
  background: url('../../../typo3conf/ext/td_check/Resources/Public/Icons/ajax-loader.gif');
}

.Prefix__error {
  padding-top: 20px;
  color: red;
}