body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@charset "UTF-8";
/** 
  * Erdmann & Freunde - Nutshell
  * Starterkit
  * erdmann-freunde.de/nutshell/
  *
  * Lizenziert unter MIT OPEN SOURCE 
  * 
  */
/** Contents
  *
  * SETTINGS
  * ...variables
  *
  *
  * MIXINS
  * ...general
  * ...responsive
  * 
  *
  * GENERIC
  * ...normalize
  * ...contao-reset
  * ...box-sizing
  *
  *
  * BASE
  * ...shared
  * ...page
  * ...type
  * ...grid
  * ...layout
  *
  *
  * COMPONENTS
  * ...media
  * ...tables
  * ...accordion
  * ...links
  * ...events
  * ...faq
  * ...forms
  * ...navs
  * ...news
  * ...newsletter
  * ...slider
  * ...downloads
  *
  */
@-webkit-keyframes ltr {
  0% {
    left: .1rem; }
  100% {
    left: .45rem; } }
@keyframes ltr {
  0% {
    left: .1rem; }
  100% {
    left: .45rem; } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes hovering {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); } }

@keyframes hovering {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); } }

.hovering {
  -webkit-animation: hovering 6s linear infinite;
  animation: hovering 6s linear infinite; }

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 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 vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 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; }

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size 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 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

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

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
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. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.block {
  overflow: hidden; }

.clear {
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0.1px;
  clear: both; }

.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline; }

/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

ul, ol, dl,
blockquote, p, address,
hr,
fieldset, figure,
pre {
  margin-bottom: 1rem; }

ul, ol, dd {
  margin-left: 1rem; }

.clearfix:after, [id="header"] .inside:after, .ce_gallery ul:after,
.row:after,
[id="footer"] > .inside:after,
.nav--horizontal ul:after,
.nav--breadcrumb ul:after,
.pagination:after {
  content: "";
  display: table;
  clear: both; }

a {
  color: #ff5636; }

:not(p) a {
  text-decoration: none; }

figure {
  margin: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

html {
  font-family: "Titillium Web", Arial, Verdana, sans-serif, sans-serif;
  font-size: 1em;
  line-height: 1.625;
  background-color: #fff;
  color: #222;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 34.3125em) {
    html {
      font-size: 0.875em; } }
  @media screen and (min-width: 68.75em) {
    html {
      font-size: 1.125em; } }

html {
  scroll-behavior: smooth; }

.lock {
  overflow-y: hidden; }

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }

a.anchor {
  position: relative;
  top: -100px;
  visibility: hidden;
  display: block; }

.hide {
  visibility: hidden;
  height: 0;
  width: 0;
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0; }

html, body {
  height: 100%;
  margin: 0; }

footer {
  height: 50px; }

.lightcase-open {
  overflow-y: hidden; }
  .lightcase-open body {
    overflow: unset !important; }

.dateInvisible {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-family: "Helvetica"; }


h1 {
  font-size: 2rem;
  font-family: "Helvetica";
  font-weight: 300;
  line-height: 1.55;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h1 {
      font-size: 2rem; } }
  @media screen and (min-width: 48em) {
    
    h1 {
      font-size: 2.25rem; } }
  @media screen and (min-width: 58.75em) {
    
    h1 {
      font-size: 2.25rem; } }
  @media screen and (min-width: 68.75em) {
    
    h1 {
      font-size: 2.25rem; } }

p + h1,
ul + h1,
ol + h1 {
  margin-top: 2rem; }

.ce_text + .ce_text h1:first-child {
  margin-top: 1rem; }

h1 + h2 {
  margin-top: -0.5rem; }


h2 {
  font-size: 1.625rem;
  font-family: "Helvetica";
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h2 {
      font-size: 1.625rem; } }
  @media screen and (min-width: 48em) {
    
    h2 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 58.75em) {
    
    h2 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 68.75em) {
    
    h2 {
      font-size: 1.75rem; } }

p + h2,
ul + h2,
ol + h2 {
  margin-top: 2rem; }

.ce_text + .ce_text h2:first-child {
  margin-top: 1rem; }

h2 + h3 {
  margin-top: -0.5rem; }


h3 {
  font-size: 1.375rem;
  font-family: "Helvetica";
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h3 {
      font-size: 1.375rem; } }
  @media screen and (min-width: 48em) {
    
    h3 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 58.75em) {
    
    h3 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 68.75em) {
    
    h3 {
      font-size: 1.5rem; } }

p + h3,
ul + h3,
ol + h3 {
  margin-top: 2rem; }

.ce_text + .ce_text h3:first-child {
  margin-top: 1rem; }

h3 + h4 {
  margin-top: -0.5rem; }


h4 {
  font-size: 1.125rem;
  font-family: "Helvetica";
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h4 {
      font-size: 1.125rem; } }
  @media screen and (min-width: 48em) {
    
    h4 {
      font-size: 1.25rem; } }
  @media screen and (min-width: 58.75em) {
    
    h4 {
      font-size: 1.25rem; } }
  @media screen and (min-width: 68.75em) {
    
    h4 {
      font-size: 1.25rem; } }

p + h4,
ul + h4,
ol + h4 {
  margin-top: 1.5rem; }

.ce_text + .ce_text h4:first-child {
  margin-top: 0.5rem; }

h4 + h5 {
  margin-top: -0.5rem; }


h5 {
  font-size: 1rem;
  font-family: "Helvetica";
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h5 {
      font-size: 1rem; } }
  @media screen and (min-width: 48em) {
    
    h5 {
      font-size: 1rem; } }
  @media screen and (min-width: 58.75em) {
    
    h5 {
      font-size: 1rem; } }
  @media screen and (min-width: 68.75em) {
    
    h5 {
      font-size: 1rem; } }

p + h5,
ul + h5,
ol + h5 {
  margin-top: 1.5rem; }

.ce_text + .ce_text h5:first-child {
  margin-top: 0.5rem; }

h5 + h6 {
  margin-top: -0.5rem; }


h6 {
  font-size: 0.875rem;
  font-family: "Helvetica";
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h6 {
      font-size: 0.875rem; } }
  @media screen and (min-width: 48em) {
    
    h6 {
      font-size: 0.875rem; } }
  @media screen and (min-width: 58.75em) {
    
    h6 {
      font-size: 0.875rem; } }
  @media screen and (min-width: 68.75em) {
    
    h6 {
      font-size: 0.875rem; } }

p + h6,
ul + h6,
ol + h6 {
  margin-top: 1.5rem; }

.ce_text + .ce_text h6:first-child {
  margin-top: 0.5rem; }

p,
ul,
ol {
  margin-top: 0; }
  p a,
  ul a,
  ol a {
    color: #ff5636;
    text-decoration: underline; }
    p a:hover,
    ul a:hover,
    ol a:hover {
      text-decoration: none; }
  p:last-child,
  ul:last-child,
  ol:last-child {
    margin-bottom: 0; }

code {
  color: #a5c400; }

pre {
  padding: 1rem;
  background: #666665;
  color: #fff;
  overflow-x: scroll; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ccc; }

.li--block {
  margin-bottom: 1rem; }

.ce_text {
  margin-bottom: 1rem; }

::-moz-selection {
  background: #ff5636;
  color: #fff;
  opacity: 1; }

::selection {
  background: #ff5636;
  color: #fff;
  opacity: 1; }

/* titillium-web-300 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url("/files/default/fonts/titillium/titillium-web-v8-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Titillium Web Light"), local("TitilliumWeb-Light"), url("/files/default/fonts/titillium/titillium-web-v8-latin-300.eot?#iefix") format("embedded-opentype"), url("/files/default/fonts/titillium/titillium-web-v8-latin-300.woff2") format("woff2"), url("/files/default/fonts/titillium/titillium-web-v8-latin-300.woff") format("woff"), url("/files/default/fonts/titillium/titillium-web-v8-latin-300.ttf") format("truetype"), url("/files/default/fonts/titillium/titillium-web-v8-latin-300.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url("/files/default/fonts/titillium/titillium-web-v8-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Titillium Web Regular"), local("TitilliumWeb-Regular"), url("/files/default/fonts/titillium/titillium-web-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("/files/default/fonts/titillium/titillium-web-v8-latin-regular.woff2") format("woff2"), url("/files/default/fonts/titillium/titillium-web-v8-latin-regular.woff") format("woff"), url("/files/default/fonts/titillium/titillium-web-v8-latin-regular.ttf") format("truetype"), url("/files/default/fonts/titillium/titillium-web-v8-latin-regular.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url("/files/default/fonts/titillium/titillium-web-v8-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Titillium Web Bold"), local("TitilliumWeb-Bold"), url("/files/default/fonts/titillium/titillium-web-v8-latin-700.eot?#iefix") format("embedded-opentype"), url("/files/default/fonts/titillium/titillium-web-v8-latin-700.woff2") format("woff2"), url("/files/default/fonts/titillium/titillium-web-v8-latin-700.woff") format("woff"), url("/files/default/fonts/titillium/titillium-web-v8-latin-700.ttf") format("truetype"), url("/files/default/fonts/titillium/titillium-web-v8-latin-700.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/files/default/fonts/fontawesome/fa-solid-900.eot");
  src: url("/files/default/fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/files/default/fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("/files/default/fonts/fontawesome/fa-solid-900.woff") format("woff"), url("/files/default/fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("/files/default/fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/files/default/fonts/fontawesome/fa-brands-400.eot");
  src: url("/files/default/fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/files/default/fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("/files/default/fonts/fontawesome/fa-brands-400.woff") format("woff"), url("/files/default/fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("/files/default/fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

html, body {
  font-family: "Titillium Web", Arial, Verdana, sans-serif;
  color: #666665; }

h1,
h2,
h3,
h4,
h5,
h6,
.headline {
  font-family: "Titillium Web", Arial, Verdana, sans-serif;
  font-weight: 500; }
  h1.headline-color--mark,
  h2.headline-color--mark,
  h3.headline-color--mark,
  h4.headline-color--mark,
  h5.headline-color--mark,
  h6.headline-color--mark,
  .headline.headline-color--mark {
    color: #ecfacf; }

.headline-color--mark h1, .headline-color--mark h2, .headline-color--mark h3, .headline-color--mark h4, .headline-color--mark h5, .headline-color--mark h6, .headline-color--mark .headline {
  color: #ecfacf; }

h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", Arial, Verdana, sans-serif; }

h1,
h2.likeH1,
.likeH1 h2 {
  font-size: 2.25rem;
  color: #01a78e; }
  @media screen and (max-width: 47.9375em) {
    h1,
    h2.likeH1,
    .likeH1 h2 {
      font-size: 2rem; } }
  @media screen and (max-width: 34.3125em) {
    h1,
    h2.likeH1,
    .likeH1 h2 {
      font-size: 1.8rem; } }
  h1.align--center:after,
  h2.likeH1.align--center:after,
  .likeH1 h2.align--center:after {
    margin-left: auto;
    margin-right: auto; }
  h1.align--right:after,
  h2.likeH1.align--right:after,
  .likeH1 h2.align--right:after {
    margin-left: auto;
    margin-right: 0; }
  h1 p,
  h2.likeH1 p,
  .likeH1 h2 p {
    font-size: 1rem;
    text-transform: none;
    color: #01a78e; }

p + h2 {
  margin-top: 0; }

.uppercase {
  text-transform: uppercase; }

a, a:visited, a:active {
  color: #01a78e;
  text-decoration: none; }

span.big {
  font-family: "Titillium Web", Arial, Verdana, sans-serif;
  font-size: 1.8rem;
  font-style: italic; }

#main ul {
  list-style: none;
  /* Remove default bullets */
  padding-left: 0; }

#main ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #01a78e;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%; }

@media screen and (min-width: 0) {
  .col-xs-1 {
    width: 8.33333%; }
  .col-xs-2 {
    width: 16.66667%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-4 {
    width: 33.33333%; }
  .col-xs-5 {
    width: 41.66667%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-7 {
    width: 58.33333%; }
  .col-xs-8 {
    width: 66.66667%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-10 {
    width: 83.33333%; }
  .col-xs-11 {
    width: 91.66667%; }
  .col-xs-12 {
    width: 100%; } }

@media screen and (min-width: 0) {
  .offset-xs-0 {
    margin-left: 0%; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 0) {
  .pull-right-xs {
    float: right; }
  .pull-left-xs {
    float: left; } }

@media screen and (min-width: 0) {
  .clear-xs {
    clear: both; } }

@media screen and (min-width: 34.375em) {
  .clear-xs {
    clear: none; } }

@media screen and (min-width: 34.375em) {
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; } }

@media screen and (min-width: 34.375em) {
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 34.375em) {
  .pull-right-sm {
    float: right; }
  .pull-left-sm {
    float: left; } }

@media screen and (min-width: 34.375em) {
  .clear-sm {
    clear: both; } }

@media screen and (min-width: 48em) {
  .clear-sm {
    clear: none; } }

@media screen and (min-width: 48em) {
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; } }

@media screen and (min-width: 48em) {
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 48em) {
  .pull-right-md {
    float: right; }
  .pull-left-md {
    float: left; } }

@media screen and (min-width: 48em) {
  .clear-md {
    clear: both; } }

@media screen and (min-width: 58.75em) {
  .clear-md {
    clear: none; } }

@media screen and (min-width: 58.75em) {
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; } }

@media screen and (min-width: 58.75em) {
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 58.75em) {
  .pull-right-lg {
    float: right; }
  .pull-left-lg {
    float: left; } }

@media screen and (min-width: 58.75em) {
  .clear-lg {
    clear: both; } }

@media screen and (min-width: 68.75em) {
  .clear-lg {
    clear: none; } }

@media screen and (min-width: 68.75em) {
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; } }

@media screen and (min-width: 68.75em) {
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 68.75em) {
  .pull-right-xl {
    float: right; }
  .pull-left-xl {
    float: left; } }

@media screen and (min-width: 68.75em) {
  .clear-xl {
    clear: both; } }

[id="header"] {
  background: #fff;
  color: #222; }
  [id="header"] .inside {
    max-width: 62em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

.mod_article {
  max-width: 62em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative; }

.article--full {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0; }

[id="footer"] > .inside {
  max-width: 62em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.anmeldeformular {
  background-color: #ecfacf; }

.loginCode,
.thank-you-screen {
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ccc; }
  .loginCode #wrapper,
  .loginCode #container,
  .loginCode #main,
  .loginCode #main > .inside,
  .loginCode .mod_article,
  .thank-you-screen #wrapper,
  .thank-you-screen #container,
  .thank-you-screen #main,
  .thank-you-screen #main > .inside,
  .thank-you-screen .mod_article {
    height: 100%;
    position: relative; }
  .loginCode .mod_article,
  .thank-you-screen .mod_article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .loginCode .mod_article label,
    .thank-you-screen .mod_article label {
      position: relative;
      padding-left: 0; }
    .loginCode .mod_article .widget-text,
    .thank-you-screen .mod_article .widget-text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 3rem 0; }
      .loginCode .mod_article .widget-text label,
      .thank-you-screen .mod_article .widget-text label {
        display: none; }
      .loginCode .mod_article .widget-text input,
      .thank-you-screen .mod_article .widget-text input {
        padding-left: 2rem;
        text-align: center;
        border: 1px solid #ccc; }
    .loginCode .mod_article .widget-submit,
    .thank-you-screen .mod_article .widget-submit {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .loginCode .mod_article .widget-submit button,
      .thank-you-screen .mod_article .widget-submit button {
        font-size: 1rem;
        padding: 1rem 3rem; }
        .loginCode .mod_article .widget-submit button:hover,
        .thank-you-screen .mod_article .widget-submit button:hover {
          background-color: #a5c400;
          color: #FFF; }
        .loginCode .mod_article .widget-submit button:active, .loginCode .mod_article .widget-submit button:focus,
        .thank-you-screen .mod_article .widget-submit button:active,
        .thank-you-screen .mod_article .widget-submit button:focus {
          position: relative;
          top: 2px; }
  .loginCode .thank-you-message,
  .thank-you-screen .thank-you-message {
    padding: 0 2rem;
    text-align: center; }

.loginCode footer {
  background: white; }
  .loginCode footer .footer-nav ul a, .loginCode footer .footer-nav ul a:visited, .loginCode footer .footer-nav ul a:active {
    color: #01a78e; }

section.reisedetails {
  padding-bottom: 2rem; }

section.anmeldeformular {
  padding-top: 2rem; }

.loginCode {
  background: url(/files/default/img/corporate/login.jpg) no-repeat center center;
  background-image: url(/files/default/img/corporate/login_2560.jpg); }
  @media screen and (max-width: 1920px) {
    .loginCode {
      background-image: url(/files/default/img/corporate/login_1920.jpg); } }
  @media screen and (max-width: 1440px) {
    .loginCode {
      background-image: url(/files/default/img/corporate/login_1440.jpg); } }
  @media screen and (max-width: 940px) {
    .loginCode {
      background-image: url(/files/default/img/corporate/login_940.jpg); } }
  @media screen and (max-width: 540px) {
    .loginCode {
      background-image: url(/files/default/img/corporate/login_540.jpg); } }
  .loginCode .formbody {
    padding: 4rem;
    background: #FFF;
    text-align: center;
    border-radius: 50px;
    max-width: 90%;
    margin: 0 auto; }
  .loginCode .error_message {
    position: fixed;
    top: 2rem;
    right: 0rem;
    width: 500px;
    border-left: 7px solid red;
    padding: .5rem 1rem;
    background: #FFF;
    padding-right: 4rem; }
    @media screen and (max-width: 47.9375em) {
      .loginCode .error_message {
        left: 5%;
        right: 5%;
        max-width: 90%; } }
    .loginCode .error_message p {
      color: red;
      font-size: .75rem;
      text-align: left; }

.ui-datepicker {
  font-family: "Titillium Web", Arial, Verdana, sans-serif !important; }
  .ui-datepicker * {
    font-family: "Titillium Web", Arial, Verdana, sans-serif !important; }

.ui-widget-header {
  background: #01a78e;
  border: none; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  color: #01a78e; }

.hamburger {
  display: none;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px !important; }
  @media screen and (max-width: 47.9375em) {
    .hamburger {
      display: block; } }
  .hamburger .close-menu {
    opacity: 0; }
  .hamburger .open-menu,
  .hamburger .close-menu {
    position: absolute; }
  .hamburger.active .open-menu {
    opacity: 0; }
  .hamburger.active .close-menu {
    opacity: 1;
    position: absolute; }

footer {
  background: #01a78e; }
  footer .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none; }
    footer .footer-nav ul li:before {
      display: none;
      content: none; }
    footer .footer-nav ul a, footer .footer-nav ul a:visited, footer .footer-nav ul a:active {
      color: #FFF;
      padding: .5rem 1rem;
      display: inline-block;
      text-decoration: none; }

.header {
  position: fixed;
  max-width: 85%;
  width: 100%;
  left: 50%;
  top: 50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1; }
  .header .navigation_bar {
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: white;
    padding: .5rem 2rem; }
  .header .reise-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header.is-stuck .navigation_bar {
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3); }
  .header .header-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media screen and (max-width: 1279px) {
    .header {
      font-size: .9rem; } }
  @media screen and (max-width: 68.6875em) {
    .header {
      font-size: .825rem; } }
  @media screen and (max-width: 58.6875em) {
    .header {
      max-width: 100%;
      top: 0;
      left: 0;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
      .header .navigation_bar {
        border-radius: 0; } }

#main .header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  padding: 0; }
  #main .header ul li a {
    padding: .5rem 1rem; }
    @media screen and (max-width: 1279px) {
      #main .header ul li a {
        padding: .5rem; } }
  #main .header ul li:before {
    display: none; }
  #main .header ul li:last-child {
    padding-right: 0; }

@media screen and (max-width: 47.9375em) {
  #main .header .navigation_bar ul {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    left: 0;
    margin-left: 0;
    position: absolute;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #FFF;
    width: 100%; }
    #main .header .navigation_bar ul li {
      border-top: 1px solid #ccc; }
      #main .header .navigation_bar ul li a {
        display: block; }
  #main .header .navigation_bar.active ul {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.mod_article {
  max-width: 100%;
  padding: 0; }

section:not(.full-width) > .inside {
  max-width: 66.75%;
  margin: 0 auto;
  padding: 2rem 0; }
  @media screen and (max-width: 47.9375em) {
    section:not(.full-width) > .inside {
      max-width: 90%; } }

body.cookie-bar-visible {
  overflow: hidden; }
  body.cookie-bar-visible #header,
  body.cookie-bar-visible #footer,
  body.cookie-bar-visible .scrollToTop {
    z-index: 999; }
  body.cookie-bar-visible.start #wrapper,
  body.cookie-bar-visible.start #container,
  body.cookie-bar-visible.start #main,
  body.cookie-bar-visible.start #main > .inside,
  body.cookie-bar-visible.start .mod_article {
    overflow: hidden; }

body .mod_cms_accept_tags {
  overflow: auto;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Titillium Web", Arial, Verdana, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  color: #222; }
  body .mod_cms_accept_tags * {
    text-align: left; }
  body .mod_cms_accept_tags .formbody {
    max-width: 100%; }
  body .mod_cms_accept_tags form {
    max-width: 780px;
    overflow: auto;
    background: #f9f8f7;
    color: #5b5a59;
    width: 100%;
    padding: 24px; }
    body .mod_cms_accept_tags form .formbody {
      padding: 0 8px;
      border-radius: 0;
      background: none; }
    body .mod_cms_accept_tags form h2 {
      color: #01a78e;
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 8px;
      margin-top: 0px;
      font-weight: 600; }
    body .mod_cms_accept_tags form .tags {
      display: none; }
      body .mod_cms_accept_tags form .tags .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-left: -8px;
        margin-right: -8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        body .mod_cms_accept_tags form .tags .container .tag {
          padding-left: 8px;
          padding-right: 8px;
          position: relative;
          width: 100%;
          min-height: 1px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          margin-bottom: 16px;
          max-width: 50%; }
          body .mod_cms_accept_tags form .tags .container .tag > .inside {
            border-width: 1px;
            border-style: solid;
            border-color: #f2f2f2;
            background-color: white;
            padding: 24px;
            height: 100%;
            border-radius: 0px; }
          body .mod_cms_accept_tags form .tags .container .tag .head {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            body .mod_cms_accept_tags form .tags .container .tag .head h3 {
              font-size: 16px;
              line-height: 1.5;
              color: #01a78e;
              padding-right: 16px;
              margin-top: 0px;
              margin-bottom: 0px;
              font-weight: 600;
              padding-bottom: 20px; }
            body .mod_cms_accept_tags form .tags .container .tag .head > div {
              position: absolute;
              top: 7px;
              right: 0; }
            body .mod_cms_accept_tags form .tags .container .tag .head label {
              cursor: pointer; }
              body .mod_cms_accept_tags form .tags .container .tag .head label:before {
                content: "";
                background: #eeeeee;
                display: block;
                width: 48px;
                height: 24px;
                border-radius: 13px;
                -webkit-box-shadow: none;
                box-shadow: none;
                margin-right: 0;
                border: 0;
                right: calc(30px / 2);
                float: right;
                top: 1rem;
                position: absolute;
                border-style: solid;
                border-width: 1px;
                border-color: #cccccc; }
              body .mod_cms_accept_tags form .tags .container .tag .head label:after {
                content: "";
                display: block;
                position: absolute;
                width: 24px;
                height: 24px;
                border-radius: 50%;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                top: calc(.8rem + 4px);
                left: auto;
                right: 40px;
                background: #cccccc; }
              body .mod_cms_accept_tags form .tags .container .tag .head label.no_input {
                display: none; }
            body .mod_cms_accept_tags form .tags .container .tag .head input.cookieInput {
              position: absolute;
              height: 0;
              width: 0; }
            body .mod_cms_accept_tags form .tags .container .tag .head input:checked + label:before {
              background: rgba(1, 167, 142, 0.4); }
            body .mod_cms_accept_tags form .tags .container .tag .head input:checked + label:after {
              background: #01a78e;
              right: 15px; }
          body .mod_cms_accept_tags form .tags .container .tag p {
            margin-bottom: 0px;
            margin-top: 5px;
            font-size: 14px;
            line-height: 1.5;
            color: #484848; }
    body .mod_cms_accept_tags form .info {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 8px;
      margin-top: 0px;
      padding-bottom: 24px; }
      body .mod_cms_accept_tags form .info a {
        color: #ecfacf; }
    body .mod_cms_accept_tags form .buttons {
      margin-top: 16px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
      flex: 1 1 0%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 0px; }
      body .mod_cms_accept_tags form .buttons .button_action2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        body .mod_cms_accept_tags form .buttons .button_action2 > div {
          margin-bottom: 0px;
          margin-left: 8px;
          margin-right: 8px; }
          body .mod_cms_accept_tags form .buttons .button_action2 > div:last-child {
            margin-right: 0; }
      body .mod_cms_accept_tags form .buttons .reject_settings #button_reject_settings {
        color: #01a78e;
        font-size: 14px;
        line-height: 1.1;
        font-weight: 600;
        border-color: transparent transparent #01a78e;
        border-style: solid solid dotted;
        border-width: 0px 0px 1px;
        margin: 0px;
        padding: 0px 0px 1px;
        text-align: center;
        background-color: transparent;
        overflow: hidden;
        outline: 0px;
        cursor: pointer;
        text-decoration: none;
        -webkit-transition: opacity 0.2s ease-in-out 0s, border 0.1s ease-in-out 0s;
        -o-transition: opacity 0.2s ease-in-out 0s, border 0.1s ease-in-out 0s;
        transition: opacity 0.2s ease-in-out 0s, border 0.1s ease-in-out 0s;
        text-transform: none;
        opacity: 1; }
        body .mod_cms_accept_tags form .buttons .reject_settings #button_reject_settings:hover {
          border-style: solid solid solid;
          opacity: .8; }
      body .mod_cms_accept_tags form .buttons .open_settings {
        margin: 0px;
        font-weight: 600;
        text-align: center;
        line-height: 1;
        display: inline-block;
        letter-spacing: 0.3px;
        overflow: hidden;
        outline: 0px;
        position: relative;
        cursor: pointer;
        text-decoration: none;
        font-size: 14px;
        border-radius: 0px; }
        body .mod_cms_accept_tags form .buttons .open_settings #button_open_settings {
          border-color: #01a78e;
          border-style: solid;
          border-width: 2px;
          -webkit-transition: opacity 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, background-color 250ms ease-in-out 0s;
          -o-transition: opacity 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, background-color 250ms ease-in-out 0s;
          transition: opacity 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, background-color 250ms ease-in-out 0s;
          display: block;
          background-color: white;
          padding: 16px 24px;
          color: #01a78e;
          border-radius: 100px; }
          body .mod_cms_accept_tags form .buttons .open_settings #button_open_settings:hover {
            background: #01a78e;
            color: #fff; }
      body .mod_cms_accept_tags form .buttons .widget-submit {
        margin: 0px;
        font-weight: 600;
        text-align: center;
        line-height: 1;
        display: inline-block;
        letter-spacing: 0.3px;
        overflow: hidden;
        outline: 0px;
        position: relative;
        cursor: pointer;
        text-decoration: none;
        font-size: 14px;
        border-radius: 0px; }
        body .mod_cms_accept_tags form .buttons .widget-submit button {
          border-color: #01a78e;
          border-style: solid;
          border-width: 2px;
          -webkit-transition: opacity 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, background-color 250ms ease-in-out 0s;
          -o-transition: opacity 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, background-color 250ms ease-in-out 0s;
          transition: opacity 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, background-color 250ms ease-in-out 0s;
          background-color: #01a78e;
          color: white;
          padding: 16px 24px;
          line-height: 1;
          border-radius: 0;
          font-size: 14px;
          font-weight: bold;
          border-radius: 100px; }
          body .mod_cms_accept_tags form .buttons .widget-submit button:hover {
            border-color: rgba(165, 196, 0, 0.8);
            background: rgba(165, 196, 0, 0.8); }
  @media screen and (max-width: 767px) {
    body .mod_cms_accept_tags form .formbody {
      max-width: 540px;
      width: 100%;
      margin: 0 auto; }
    body .mod_cms_accept_tags form .tags .container .tag {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
    body .mod_cms_accept_tags form .buttons {
      margin-top: 16px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
      flex: 1 1 0%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 8px; }
      body .mod_cms_accept_tags form .buttons .button_action2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body .mod_cms_accept_tags form .buttons .button_action2 > div {
          margin-bottom: 8px; }
          body .mod_cms_accept_tags form .buttons .button_action2 > div:last-child {
            margin-right: 8px; }
      body .mod_cms_accept_tags form .buttons .reject_settings {
        padding-top: 16px; }
        body .mod_cms_accept_tags form .buttons .reject_settings #button_reject_settings {
          font-size: 12px; }
      body .mod_cms_accept_tags form .buttons .open_settings #button_open_settings {
        padding: 8px 16px;
        font-size: 12px; }
      body .mod_cms_accept_tags form .buttons .widget-submit button {
        padding: 8px 16px;
        font-size: 12px; } }

.ce_optin_fallback {
  text-align: center;
  padding: 15px; }
  .ce_optin_fallback a {
    color: #000;
    text-decoration: underline; }

body.optin_cookie #main > .inside {
  height: 100vh;
  padding-bottom: 0; }
  body.optin_cookie #main > .inside .mod_article.optin {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.image--left img {
  text-align: left;
  margin-left: 0; }

.image--right img {
  text-align: right;
  margin-right: 0; }

.image--center img {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.ce_gallery ul {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding: 0;
  list-style-type: none; }

.ce_gallery li {
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 1.875rem; }

.ce_gallery .cols_2 li {
  width: 50%; }

.ce_gallery .cols_3 li {
  width: 50%; }
  @media screen and (min-width: 48em) {
    .ce_gallery .cols_3 li {
      width: 33.33333%; } }

.ce_gallery .cols_4 li {
  width: 50%; }
  @media screen and (min-width: 48em) {
    .ce_gallery .cols_4 li {
      width: 25%; } }

.ce_gallery .cols_5 li {
  width: 50%; }
  @media screen and (min-width: 48em) {
    .ce_gallery .cols_5 li {
      width: 20%; } }

.ce_gallery .cols_6 li {
  width: 50%; }
  @media screen and (min-width: 48em) {
    .ce_gallery .cols_6 li {
      width: 16.66667%; } }

.ce_gallery img {
  display: block; }

.ce_player .inside,
.ce_player .mejs-video,
.ce_player .mejs__video,
.ce_youtube .inside,
.ce_youtube .mejs-video,
.ce_youtube .mejs__video {
  margin-left: auto;
  margin-right: auto; }

.ce_player .mejs-video,
.ce_player .mejs__video,
.ce_youtube .mejs-video,
.ce_youtube .mejs__video {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.25%; }

.ce_player .mejs-audio,
.ce_player .mejs__audio,
.ce_youtube .mejs-audio,
.ce_youtube .mejs__audio {
  margin-top: 30px; }
  .ce_player .mejs-audio audio,
  .ce_player .mejs__audio audio,
  .ce_youtube .mejs-audio audio,
  .ce_youtube .mejs__audio audio {
    height: auto; }

.ce_player .mejs-overlay,
.ce_player .mejs-poster,
.ce_player .mejs__overlay,
.ce_player .mejs__poster,
.ce_youtube .mejs-overlay,
.ce_youtube .mejs-poster,
.ce_youtube .mejs__overlay,
.ce_youtube .mejs__poster {
  width: 100% !important;
  height: 100% !important; }

.ce_player .mejs-video .mejs-mediaelement video,
.ce_player .mejs-video .mejs-mediaelement .me-plugin,
.ce_player .mejs-video .mejs-mediaelement embed,
.ce_youtube .mejs-video .mejs-mediaelement video,
.ce_youtube .mejs-video .mejs-mediaelement .me-plugin,
.ce_youtube .mejs-video .mejs-mediaelement embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.ce_player .mejs__video .mejs__mediaelement video,
.ce_player .mejs__video .mejs__mediaelement .me__plugin,
.ce_player .mejs__video .mejs__mediaelement embed,
.ce_youtube .mejs__video .mejs__mediaelement video,
.ce_youtube .mejs__video .mejs__mediaelement .me__plugin,
.ce_youtube .mejs__video .mejs__mediaelement embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.ce_youtube {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto; }
  .ce_youtube iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important; }

.ce_image {
  position: relative; }
  .ce_image figcaption {
    margin: 1rem 0; }
  .ce_image.image_teaser {
    overflow: visible; }
    .ce_image.image_teaser img {
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      @media screen and (max-width: 47.9375em) {
        .ce_image.image_teaser img {
          width: calc(100% / 3); } }
    .ce_image.image_teaser:hover img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }

img {
  width: 100%; }

.w75 img {
  width: 75%;
  margin: 0 auto; }

.w66 img {
  width: calc((100% / 3) * 2);
  margin: 0 auto; }

.w50 img {
  width: 50%;
  margin: 0 auto; }

.w33 img {
  width: calc(100% / 3);
  margin: 0 auto; }

.w25 img {
  width: 25%;
  margin: 0 auto; }

#main .ce_gallery {
  margin-bottom: 0.9375rem; }
  #main .ce_gallery ul {
    margin-left: -0.9375rem; }
    #main .ce_gallery ul li {
      margin-top: 0;
      margin-bottom: 1.875rem; }
      #main .ce_gallery ul li:before {
        content: none; }
  #main .ce_gallery .item {
    margin: 0.9375rem 0; }
  #main .ce_gallery .image_container {
    position: relative; }

.gallery .image_container {
  border: 1px solid #ddd;
  margin: 0.9375rem 0;
  position: relative; }

.gallery .logo_container {
  height: 0;
  padding-bottom: 74.25%; }
  .gallery .logo_container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #FFF; }

.lightcase-contentInner img {
  max-width: none !important;
  max-height: none !important; }

@media screen and (max-width: 47.9375em) {
  #lightcase-case {
    display: block;
    direction: ltr;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2); }
  #lightcase-content {
    display: block;
    direction: ltr;
    -webkit-transform: scale(0.875);
    -ms-transform: scale(0.875);
    transform: scale(0.875); }
  #lightcase-info {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5); } }

.yt {
  display: block;
  position: relative; }
  .yt .play-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .yt .play-button i {
      color: #FFF;
      text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
      font-size: 1.4rem; }

a.btn,
span.btn,
button.btn, div.btn > a,
div.btn > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button, input.submit,
button.submit {
  border-radius: 4px;
  padding: 0.5rem 1rem;
  display: inline-block;
  border: 1px solid transparent;
  font-family: "Titillium Web", Arial, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.625;
  text-align: center;
  background: transparent;
  background-image: none;
  white-space: nowrap; }

a.btn,
span.btn,
button.btn {
  margin-bottom: 1rem; }

a.btn--primary,
span.btn--primary,
button.btn--primary,
input.submit,
button.submit {
  background: #ff5636;
  color: #fff; }
  a.btn--primary:hover,
  span.btn--primary:hover,
  button.btn--primary:hover,
  input.submit:hover,
  button.submit:hover {
    background: #ff2b03; }

div.btn:not(:last-child),
.ce_toplink:not(:last-child),
.toplink:not(:last-child) {
  margin-bottom: 1rem; }

div.btn--primary > a,
div.btn--primary > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button {
  background: #ff5636;
  color: #fff; }
  div.btn--primary > a:hover,
  div.btn--primary > button:hover,
  .ce_toplink > a:hover,
  .ce_toplink > button:hover,
  .toplink > a:hover,
  .toplink > button:hover {
    background: #ff2b03; }

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

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

div.btn--right {
  text-align: right; }

.btn--floated {
  float: left;
  margin-right: 0.25rem; }

.ce_toplink a,
.toplink a {
  text-decoration: none; }

.back {
  border-top: 1px solid #ccc;
  margin-top: 1rem;
  padding-top: 0.5rem; }
  .back a {
    text-decoration: none; }
    .back a:before {
      font-size: 0.75rem;
      line-height: 1.4;
      padding-bottom: 0.25rem;
      display: inline-block;
      content: "◄";
      vertical-align: middle;
      margin-right: 0.25rem; }

p a,
p a:visited,
p a:active {
  color: #01a78e; }

.full_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.slick-arrow {
  position: absolute; }
  .slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
    .slick-arrow.slick-prev.slick-disabled {
      display: none !important; }
  .slick-arrow.slick-next {
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
    .slick-arrow.slick-next.slick-disabled {
      display: none !important; }

/************************************************
 5 - SLICK SLIDER
************************************************/
.slick-slider {
  position: relative;
  overflow: visible; }
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    position: absolute;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 auto;
    background: none;
    border: 0;
    font-size: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.75);
    width: 40px;
    height: 40px;
    margin-top: -1rem;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25); }
    .slick-slider .slick-prev:before,
    .slick-slider .slick-next:before {
      content: "";
      font-family: "Font Awesome 5 Free";
      font-size: 1.4rem; }
  .slick-slider .slick-prev {
    float: left;
    margin-left: 10px; }
    .slick-slider .slick-prev:before {
      content: "\f104"; }
  .slick-slider .slick-next {
    float: right;
    margin-right: 10px; }
    .slick-slider .slick-next:before {
      content: "\f105"; }
  .slick-slider .slick-dots {
    display: none !important; }

.slick-slider {
  position: relative;
  overflow: hidden; }
  .slick-slider .slick-track {
    overflow: hidden; }
  .slick-slider .slick-list {
    overflow: hidden; }
  .slick-slider .slick-slide {
    overflow: visible;
    cursor: -webkit-grab;
    cursor: grab;
    display: block;
    float: left;
    padding: 0 0 2rem;
    margin: .9375rem .5rem; }
    .slick-slider .slick-slide:active {
      cursor: -webkit-grabbing;
      cursor: grabbing; }
    .slick-slider .slick-slide a {
      cursor: -webkit-grab;
      cursor: grab; }
      .slick-slider .slick-slide a:active {
        cursor: -webkit-grabbing;
        cursor: grabbing; }
  .slick-slider .image_container {
    text-align: center;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    margin: 0 auto; }
    .slick-slider .image_container:before {
      content: "";
      background: #f9f9f9;
      left: 0;
      top: 0;
      position: absolute;
      width: 100%;
      height: 100%; }
    .slick-slider .image_container img {
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      width: 100%;
      margin: 0;
      opacity: .99; }

.ce_form {
  overflow: visible; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.25rem;
  font-weight: bold; }

input.text,
input.captcha,
textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
  background-image: none; }

textarea.textarea {
  height: auto; }

.widget-text,
.widget-textarea {
  margin-bottom: 1rem; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="file"] {
  display: block;
  vertical-align: middle;
  line-height: 1; }

input.radio,
input.checkbox {
  margin: 0.25rem 0 0;
  margin-left: 1px;
  margin-top: 1px \9;
  line-height: normal; }
  input.radio + label,
  input.checkbox + label {
    margin-right: 0.25rem;
    font-weight: normal; }

select.select {
  margin-left: 0.25rem; }

.widget-radio,
.widget-checkbox,
.widget-select,
.widget-upload {
  margin-bottom: 1rem; }
  .widget-radio legend,
  .widget-checkbox legend,
  .widget-select legend,
  .widget-upload legend {
    font-weight: 700; }

.radio_container > span,
.checkbox_container > span {
  display: inline-block; }

span.mandatory {
  color: #ff5636; }

p.error {
  margin-bottom: 0; }

.widget {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 58.6875em) {
    .widget {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .widget-text label {
    position: absolute;
    margin-bottom: 0; }
  .widget-text input.text {
    border-radius: 0;
    border: 0;
    background: white;
    padding-left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .widget-checkbox {
    /*Outer box of the fake checkbox*/
    /*Checkmark of the fake checkbox*/
    /*Hide the checkmark by default*/
    /*Unhide on the checked state*/
    /*Adding focus styles on the outer-box of the fake checkbox*/ }
    .widget-checkbox input[type="checkbox"] {
      opacity: 0;
      position: absolute;
      left: -9999px; }
    .widget-checkbox label {
      position: relative;
      display: inline-block;
      /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
      padding-left: 22px; }
    .widget-checkbox label::before,
    .widget-checkbox label::after {
      position: absolute;
      content: "";
      /*Needed for the line-height to take effect*/
      display: inline-block; }
    .widget-checkbox label::before {
      height: 16px;
      width: 16px;
      border: 1px solid;
      border-color: #01a78e;
      left: 0px;
      /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
             *to vertically center it.
             */
      top: 7px; }
    .widget-checkbox label::after {
      height: 5px;
      width: 9px;
      border-left: 2px solid;
      border-bottom: 2px solid;
      border-color: #01a78e;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      left: 4px;
      top: 11px; }
    .widget-checkbox input[type="checkbox"] + label::after {
      content: none; }
    .widget-checkbox input[type="checkbox"]:checked + label::after {
      content: ""; }
    .widget-checkbox input[type="checkbox"]:focus + label::before {
      outline: #3b99fc auto 5px; }
  .widget-radio {
    /*Outer box of the fake checkbox*/
    /*Checkmark of the fake checkbox*/
    /*Hide the checkmark by default*/
    /*Unhide on the checked state*/
    /*Adding focus styles on the outer-box of the fake checkbox*/ }
    .widget-radio input[type="radio"] {
      opacity: 0;
      position: absolute;
      left: -9999px; }
    .widget-radio label {
      position: relative;
      display: inline-block;
      /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
      padding-left: 22px; }
    .widget-radio label::before,
    .widget-radio label::after {
      position: absolute;
      content: "";
      /*Needed for the line-height to take effect*/
      display: inline-block; }
    .widget-radio label::before {
      height: 16px;
      width: 16px;
      border-radius: 100%;
      border: 1px solid #01a78e;
      left: 0px;
      /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
             *to vertically center it.
             */
      top: 7px; }
    .widget-radio label::after {
      height: 10px;
      width: 10px;
      left: 3px;
      top: 10px;
      border-radius: 100%;
      background: #01a78e; }
    .widget-radio input[type="radio"] + label::after {
      content: none; }
    .widget-radio input[type="radio"]:checked + label::after {
      content: ""; }
    .widget-radio input[type="radio"]:focus + label::before {
      outline: #01a78e auto 5px; }
  .widget span.mandatory {
    color: #01a78e; }
  .widget label {
    padding-left: 2rem;
    position: absolute;
    height: 100%;
    padding-right: 2rem; }
    @media screen and (max-width: 58.6875em) {
      .widget label {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        height: auto;
        background: none;
        border-right: 0; } }
  .widget-radio label, .widget-checkbox label, .widget-textarea label {
    background: none; }
  @media screen and (min-width: 58.75em) {
    .widget-text, .widget-select {
      border-radius: 100px;
      overflow: hidden; } }
  .widget input.text,
  .widget textarea,
  .widget select {
    border-radius: 0;
    border: 1px solid transparent;
    padding-left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 100px;
    padding: .75rem 2rem; }
    .widget input.text:focus,
    .widget textarea:focus,
    .widget select:focus {
      border-color: #01a78e;
      outline: none; }
  .widget.inputFocus input.text,
  .widget.inputFocus textarea,
  .widget.inputFocus select {
    border: 1px solid #01a78e; }
  .widget.inputFocus label {
    background: #01a78e;
    color: #FFF;
    text-transform: uppercase;
    right: 0; }
    @media screen and (min-width: 58.75em) {
      .widget.inputFocus label {
        text-align: left;
        min-width: 220px; } }
    @media screen and (max-width: 58.6875em) {
      .widget.inputFocus label {
        background: none;
        color: #666665;
        text-transform: none; } }
  .widget.inputFocus select {
    background-position-x: 2rem;
    padding-left: 3.5rem; }
  .widget.inputFocus span.mandatory {
    color: #FFF; }
  .widget.inputFocus.error p.error {
    display: none; }
  .widget input.checkbox + label,
  .widget input.radio + label {
    margin-right: 1rem; }
  .widget textarea {
    -webkit-box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
    padding-left: .5rem;
    border-radius: 0; }
  .widget select {
    margin: 0;
    padding: .75rem 2rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/files/default/img/corporate/br_down.png);
    background-repeat: no-repeat;
    background-position: 97.5% 50%; }
  .widget-submit button, .widget-pagebreak button {
    border: none;
    color: #ecfacf;
    background: none;
    padding: .5rem 1rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .widget-submit button:hover, .widget-pagebreak button:hover {
      color: #FFF;
      background: #ecfacf; }
  @media screen and (max-width: 47.9375em) {
    .widget {
      text-align: center; } }
  .widget .ui-datepicker-trigger {
    position: absolute;
    width: 20px;
    right: 1rem;
    opacity: .25;
    cursor: pointer; }
    @media screen and (max-width: 58.6875em) {
      .widget .ui-datepicker-trigger {
        top: 2.5rem; } }
  @media screen and (max-width: 47.9375em) {
    .widget input.text,
    .widget textarea,
    .widget select {
      padding-left: 2rem;
      text-align: center; } }
  .widget-textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .widget-textarea textarea {
      padding: .5rem 1rem; }
    .widget-textarea label {
      position: relative; }
  @media screen and (min-width: 1801px) {
    .widget.w50 {
      width: 50%;
      padding-left: .9375rem;
      padding-right: .9375rem;
      float: left; }
      .widget.w50.inputFocus label {
        right: calc(1rem - 2px);
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px; }
      .widget.w50.error p.error {
        right: 2rem; } }
  .widget.error.inputFocus input {
    border-color: #c00; }
  .widget.error.inputFocus label {
    background: #c00; }
  @media screen and (max-width: 58.6875em) {
    .widget.error {
      margin-bottom: 3rem; } }
  .widget-radio fieldset, .widget-checkbox fieldset {
    text-align: center;
    width: 100%; }
  .widget-radio label, .widget-checkbox label {
    position: relative;
    padding-left: 2rem; }
  .widget.dateFormatField {
    margin-bottom: 0; }
    .widget.dateFormatField p.error {
      display: none; }
    .widget.dateFormatField.error + .dateFormatInfo p {
      color: #c00; }
  .widget.dateFormatInfo {
    display: block;
    margin-bottom: 1rem;
    text-align: center; }
    .widget.dateFormatInfo p {
      display: block;
      width: 100%;
      font-size: .75rem;
      color: #01a78e; }
  .widget .dsgvo_checkbox {
    margin-top: 1rem; }
    .widget .dsgvo_checkbox > span {
      float: left;
      display: block; }

fieldset legend {
  text-align: center;
  font-weight: bold; }

@media screen and (max-width: 1800px) {
  .formbody .row {
    margin-left: 0;
    margin-right: 0; } }

.mod_mp_form_steps {
  margin-top: calc(.5rem + .9375rem);
  margin-bottom: 2rem; }
  .mod_mp_form_steps ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .mod_mp_form_steps ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    counter-reset: mpform-counter;
    list-style: none;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-left: 0;
    padding-left: 0;
    padding: .75rem 0;
    background: #FFF;
    border-radius: 100px; }
    @media screen and (max-width: 58.6875em) {
      .mod_mp_form_steps ol {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 1rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .mod_mp_form_steps ol li {
    counter-increment: mpform-counter;
    position: relative; }
    @media screen and (max-width: 58.6875em) {
      .mod_mp_form_steps ol li {
        margin: .5rem 0; } }
    .mod_mp_form_steps ol li strong, .mod_mp_form_steps ol li a {
      padding-left: 32px;
      color: #666665; }
    .mod_mp_form_steps ol li strong {
      color: #01a78e; }
    .mod_mp_form_steps ol li a, .mod_mp_form_steps ol li a:visited, .mod_mp_form_steps ol li a:active {
      text-decoration: none;
      font-weight: bold; }
  .mod_mp_form_steps ol li a::before,
  .mod_mp_form_steps ol li strong::before {
    content: counter(mpform-counter);
    color: #FFF;
    font-size: .875rem;
    font-weight: bold;
    position: absolute;
    --size: 24px;
    left: 0;
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: .15rem;
    background: #666665;
    border-radius: 50%;
    text-align: center; }
    @media screen and (max-width: 58.6875em) {
      .mod_mp_form_steps ol li a::before,
      .mod_mp_form_steps ol li strong::before {
        top: 0; } }
  .mod_mp_form_steps ol li strong::before {
    background: #01a78e; }
  .mod_mp_form_steps ol li strong.forbidden {
    color: #999; }
    .mod_mp_form_steps ol li strong.forbidden:before {
      background: #999; }

.widget button {
  padding: .5rem 2rem;
  color: #FFF;
  background: #a5c400;
  border-radius: 100px;
  font-weight: 100;
  font-size: 1.2rem; }
  .widget button:hover {
    color: #FFF;
    background: #01a78e; }

.widget-pagebreak {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .widget-pagebreak button {
    margin: 0 1rem; }

p.error {
  color: #C00;
  font-size: .75rem; }
  @media screen and (min-width: 58.75em) {
    p.error {
      right: 1rem;
      position: absolute; } }

p.confirm.showInfo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: rgba(165, 196, 0, 0.9);
  color: white;
  text-align: center;
  font-size: 4rem;
  line-height: 15;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  visibility: visible; }
  p.confirm.showInfo.fadeOut {
    opacity: 0;
    visibility: hidden; }
  p.confirm.showInfo span.info {
    font-size: 1rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.anfrage-formular .widget-text,
.anfrage-formular .widget-textarea {
  margin-top: 1rem;
  margin-bottom: 0; }
  .anfrage-formular .widget-text input, .anfrage-formular .widget-text textarea,
  .anfrage-formular .widget-textarea input,
  .anfrage-formular .widget-textarea textarea {
    border-color: #666665;
    background: #f5f5f5;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .anfrage-formular .widget-text input:focus, .anfrage-formular .widget-text textarea:focus,
    .anfrage-formular .widget-textarea input:focus,
    .anfrage-formular .widget-textarea textarea:focus {
      border-color: #01a78e; }

.anfrage-formular .widget-textarea {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch; }
  .anfrage-formular .widget-textarea textarea {
    height: 100%; }

.anfrage-formular .fields {
  margin-top: -1rem; }

.anfrage-formular .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.anfrage-formular .widget-submit button {
  float: right; }

.anfrage-formular .checkbox_container legend {
  display: none; }

#main .dataList {
  margin-top: 2rem; }
  #main .dataList h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #01a78e; }
  #main .dataList h4 {
    color: #01a78e;
    background: #ecfacf;
    padding: 1rem 2rem;
    padding-bottom: 0; }
  #main .dataList .notfallkontakt {
    padding-bottom: 1rem;
    background: #ecfacf; }
    #main .dataList .notfallkontakt li {
      background: #FFF; }
  #main .dataList .step {
    position: relative;
    margin: 2rem 0; }
    #main .dataList .step h3 {
      color: #01a78e; }
    #main .dataList .step .infos {
      background: #FFF;
      border-radius: 10px;
      border-top-right-radius: 0;
      margin: 0;
      padding: 0;
      list-style: none;
      margin-left: 0;
      position: relative; }
      #main .dataList .step .infos li {
        padding: .75rem 2rem;
        display: block;
        border-bottom: 2px solid #ecfacf; }
        #main .dataList .step .infos li:before {
          content: none;
          display: none; }
        #main .dataList .step .infos li span {
          display: inline-block; }
        #main .dataList .step .infos li .label {
          width: 40%;
          font-weight: bold; }
    #main .dataList .step .change {
      position: absolute;
      top: 0;
      right: 0;
      width: auto; }
      #main .dataList .step .change a {
        background: #01a78e;
        color: #FFF;
        padding: .35rem 2rem;
        text-decoration: none;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        display: block; }
        #main .dataList .step .change a:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 400;
          content: "\f303";
          padding-right: .5rem; }

table {
  margin-bottom: 1rem;
  width: 100%;
  padding: 0;
  border-spacing: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc; }
  table th,
  table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px; }

thead {
  text-align: left;
  background: rgba(204, 204, 204, 0.2); }

tfoot {
  font-style: italic; }

.table--striped .even {
  background: rgba(204, 204, 204, 0.2); }

.table--overflow {
  overflow-x: scroll;
  -ms-overflow-x: auto; }

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.nav a {
  text-decoration: none; }

@media screen and (min-width: 48em) {
  .nav--horizontal li {
    float: left; } }

.nav--horizontal a,
.nav--horizontal span.active,
.nav--horizontal span.trail,
.nav--horizontal strong.active,
.nav--horizontal strong.trail {
  display: block;
  padding: 0.5rem 1rem; }

.nav--right {
  float: right; }

.nav--vertical a,
.nav--vertical span.active,
.nav--vertical span.trail,
.nav--vertical strong.active,
.nav--vertical strong.trail {
  display: block;
  padding: 0.5rem 1rem; }

.nav--border {
  border: 1px solid #ccc; }
  .nav--border a,
  .nav--border span.active,
  .nav--border span.trail,
  .nav--border strong.active,
  .nav--border strong.trail {
    padding: 1rem 1rem;
    border-bottom: 1px solid #ccc; }
    .nav--border a.last,
    .nav--border span.active.last,
    .nav--border span.trail.last,
    .nav--border strong.active.last,
    .nav--border strong.trail.last {
      border-bottom: 0; }

.nav--breadcrumb {
  border: 1px solid #ccc;
  padding: 0.5rem 1rem; }
  @media screen and (min-width: 48em) {
    .nav--breadcrumb li {
      float: left;
      padding-right: 1rem; } }
  .nav--breadcrumb a:after {
    font-size: 0.75rem;
    display: inline-block;
    content: "►";
    vertical-align: middle;
    padding-left: 1rem; }

.nav--select select {
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #ccc;
  padding: 0.25rem 0.5rem; }

.nav--select .submit {
  vertical-align: middle;
  padding: 0.25rem 0.5rem; }

.nav--pager ul {
  text-align: center; }

.nav--pager li {
  display: inline-block; }

.nav--pager .empty {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline; }

.nav--pager a {
  padding: 0.5rem; }

.pagination {
  margin-top: 1rem;
  clear: both;
  text-align: center;
  line-height: 1; }
  .pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .pagination a {
    text-decoration: none; }
  .pagination p {
    padding: 0.25rem;
    padding-left: 0;
    margin: 0.25rem;
    margin-left: 0;
    border-top: 1px solid transparent; }
  .pagination li {
    display: inline; }
  .pagination a,
  .pagination span,
  .pagination strong {
    display: inline-block;
    padding: 0.25rem;
    margin: 0.25rem; }
  .pagination span,
  .pagination strong {
    border: 1px solid #ccc; }
  .pagination a.next {
    margin-right: 0;
    padding-right: 0; }
  @media screen and (min-width: 34.375em) {
    .pagination p {
      float: left; }
    .pagination p + ul {
      float: right; } }

nav ul li a, nav ul li a:visited, nav ul li a:active {
  color: #01a78e;
  text-decoration: none; }

.nav--main li.showMobileNav {
  display: none; }

.rsce_bgimage {
  position: relative;
  margin-bottom: 2rem;
  z-index: 6; }
  .rsce_bgimage .rsce_bgimage-content {
    padding: 0.9375rem; }
    @media screen and (min-width: 68.75em) {
      .rsce_bgimage .rsce_bgimage-content {
        padding: 0; } }
    @media screen and (max-width: 47.9375em) {
      .rsce_bgimage .rsce_bgimage-content.ph_standard {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }

@media screen and (max-width: 1240px) and (min-width: 58.75em) {
  .rsce_bgimage:not(.full_width) {
    padding-right: calc(1rem + 80px) !important; } }
  @media screen and (min-width: 48em) {
    .rsce_bgimage .rsce_bgimage-inside {
      padding-top: 60px;
      padding-bottom: 60px;
      vertical-align: middle; } }

.rsce_bgimage.no--padding-left {
  padding-left: 0; }
  .rsce_bgimage.no--padding-left .rsce_bgimage-content {
    padding-left: 0; }

.rsce_bgimage.no--padding-right {
  padding-right: 0; }
  .rsce_bgimage.no--padding-right .rsce_bgimage-content {
    padding-right: 0; }

@media screen and (min-width: 48em) {
  .rsce_bgimage.proportional {
    padding-bottom: 28.25%;
    height: 0; } }

@media screen and (max-width: 47.9375em) {
  .rsce_bgimage.has--image .rsce_bgimage-inside {
    padding-top: 0; } }

.rsce_bgimage.flex-wrapper .rsce_bgimage-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 47.9375em) {
    .rsce_bgimage.flex-wrapper .rsce_bgimage-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.rsce_bgimage.content_width {
  max-width: 62em;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1280px) {
    .rsce_bgimage.content_width {
      max-width: 64.75%; } }

.rsce_bgimage.inner_content_width .rsce_bgimage-stage {
  max-width: 62em;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1280px) {
    .rsce_bgimage.inner_content_width .rsce_bgimage-stage {
      max-width: 64.75%; } }

@media screen and (min-width: 48em) {
  .rsce_bgimage .rsce_bgimage-content.center--content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 1; } }

@media screen and (max-width: 47.9375em) {
  .rsce_bgimage.remove--gutters-mobile > .rsce_bgimage-stage > .rsce_bgimage-inside {
    padding: 0;
    margin: 0; }
    .rsce_bgimage.remove--gutters-mobile > .rsce_bgimage-stage > .rsce_bgimage-inside > .rsce_bgimage-content {
      padding: 0;
      margin: 0; } }

.rsce_bgimage.color--primary {
  background: #01a78e; }

.rsce_bgimage.color--mark {
  background: #ecfacf; }

.rsce_bgimage.color--highlight {
  background: #a5c400; }

.rsce_bgimage.color--dark-grey {
  background: #333; }

.rsce_bgimage.color--light-grey {
  background: #f5f5f5; }

.rsce_bgimage.color--black {
  background: #000; }

.rsce_bgimage.color--white {
  background: #FFF; }

.rsce_bgimage.text-color-white *, .rsce_bgimage.color--primary *, .rsce_bgimage.color--mark *, .rsce_bgimage.color--highlight *, .rsce_bgimage.color--dark-grey *, .rsce_bgimage.color--black *, .rsce_bgimage.color--dark-grey:not(.colored) * {
  color: #FFF;
  border-color: #FFF; }

.rsce_bgimage.text-color-black *, .rsce_bgimage.color--light-grey *, .rsce_bgimage.color--white * {
  color: #000;
  border-color: #000; }
  .rsce_bgimage.text-color-black * table td, .rsce_bgimage.color--light-grey * table td, .rsce_bgimage.color--white * table td,
  .rsce_bgimage.text-color-black * table th,
  .rsce_bgimage.color--light-grey * table th,
  .rsce_bgimage.color--white * table th {
    border-color: #FFF; }
  
  .rsce_bgimage.text-color-black * table th,
  .rsce_bgimage.color--light-grey * table th,
  .rsce_bgimage.color--white * table th {
    color: #FFF; }

.rsce_bgimage.gradient {
  background: -o-linear-gradient(330deg, #01a78e, #ecfacf);
  background: linear-gradient(120deg, #01a78e, #ecfacf); }
  .rsce_bgimage.gradient * {
    color: #FFF; }
  .rsce_bgimage.gradient .rsce_bgimage-stage {
    position: relative;
    z-index: 10; }

@media screen and (max-width: 47.9375em) {
  .rsce_bgimage .calltoaction {
    margin-top: 1rem; }
  .rsce_bgimage .ce_columns {
    margin-top: .5rem;
    margin-bottom: .5rem; } }

@media screen and (min-width: 48em) {
  .rsce_bgimage.content_width.image--left .rsce_bgimage-image {
    margin-left: 0.9375rem; }
  .rsce_bgimage.content_width.image--right.w25 .rsce_bgimage-image {
    margin-left: calc(75% - 0.9375rem); }
  .rsce_bgimage.content_width.image--right.w33 .rsce_bgimage-image {
    margin-left: calc(67.6666% - 0.9375rem); }
  .rsce_bgimage.content_width.image--right.w40 .rsce_bgimage-image {
    margin-left: calc(60% - 0.9375rem); }
  .rsce_bgimage.content_width.image--right.w45 .rsce_bgimage-image {
    margin-left: calc(55% - 0.9375rem); }
  .rsce_bgimage.content_width.image--right.w50 .rsce_bgimage-image {
    margin-left: calc(50% - 0.9375rem); }
  .rsce_bgimage.image--left .rsce_bgimage-image {
    display: table-cell;
    vertical-align: middle;
    padding: 0; }
  .rsce_bgimage.image--left.w25 .rsce_bgimage-stage {
    margin-left: 25%; }
  .rsce_bgimage.image--left.w25 .rsce_bgimage-image {
    width: 25%; }
  .rsce_bgimage.image--left.w33 .rsce_bgimage-stage {
    margin-left: 33.3333%; }
  .rsce_bgimage.image--left.w33 .rsce_bgimage-image {
    width: 33.3333%; }
  .rsce_bgimage.image--left.w40 .rsce_bgimage-stage {
    margin-left: 40%; }
  .rsce_bgimage.image--left.w40 .rsce_bgimage-image {
    width: 40%; }
  .rsce_bgimage.image--left.w45 .rsce_bgimage-stage {
    margin-left: 45%; }
  .rsce_bgimage.image--left.w45 .rsce_bgimage-image {
    width: 45%; }
  .rsce_bgimage.image--left.w50 .rsce_bgimage-stage {
    margin-left: 50%; }
  .rsce_bgimage.image--left.w50 .rsce_bgimage-image {
    width: 50%; }
  .rsce_bgimage.image--right .rsce_bgimage-image {
    display: table-cell;
    vertical-align: middle;
    padding: 0; }
  .rsce_bgimage.image--right .rsce_bgimage-stage.angle_slash:before, .rsce_bgimage.image--right .rsce_bgimage-stage.angle_backslash:before {
    right: 0; }
  .rsce_bgimage.image--right .rsce_bgimage-stage.angle--shadow:after {
    right: 0; }
  .rsce_bgimage.image--right.w25 .rsce_bgimage-stage {
    margin-right: 25%; }
  .rsce_bgimage.image--right.w25 .rsce_bgimage-image {
    width: 25%;
    margin-left: 75%; }
  .rsce_bgimage.image--right.w33 .rsce_bgimage-stage {
    margin-right: 33.3333%; }
  .rsce_bgimage.image--right.w33 .rsce_bgimage-image {
    width: 33.3333%;
    margin-left: 66.6667%; }
  .rsce_bgimage.image--right.w40 .rsce_bgimage-stage {
    margin-right: 40%; }
  .rsce_bgimage.image--right.w40 .rsce_bgimage-image {
    width: 40%;
    margin-left: 60%; }
  .rsce_bgimage.image--right.w50 .rsce_bgimage-stage {
    margin-right: 50%; }
  .rsce_bgimage.image--right.w50 .rsce_bgimage-image {
    width: 50%;
    margin-left: 50%; } }

@media screen and (min-width: 2561px) {
  .rsce_bgimage .rsce_bgimage-image .image_container img {
    display: none !important; } }

.rsce_bgimage .mobile_image {
  display: none; }

.rsce_bgimage .rsce_bgimage-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .rsce_bgimage .rsce_bgimage-image.rsce_bgimage-position_l-t {
    background-position: left top; }
  .rsce_bgimage .rsce_bgimage-image.rsce_bgimage-position_l-c {
    background-position: left center; }
  .rsce_bgimage .rsce_bgimage-image.rsce_bgimage-position_l-b {
    background-position: left bottom; }
  .rsce_bgimage .rsce_bgimage-image.rsce_bgimage-position_c-t {
    background-position: center top; }
  .rsce_bgimage .rsce_bgimage-image.rsce_bgimage-position_c-c {
    background-position: center center; }
  .rsce_bgimage .rsce_bgimage-image.rsce_bgimage-position_c-b {
    background-position: center bottom; }
  .rsce_bgimage .rsce_bgimage-image.rsce_bgimage-position_r-t {
    background-position: right top; }
  .rsce_bgimage .rsce_bgimage-image.rsce_bgimage-position_r-c {
    background-position: right center; }
  .rsce_bgimage .rsce_bgimage-image.rsce_bgimage-position_r-b {
    background-position: right bottom; }

@media screen and (max-width: 47.9375em) {
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--left,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--center, .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--left,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--center, .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--left,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--center, .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--left,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--center, .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--left,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--center, .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--left,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--center {
    text-align: center; }
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_text_advanced.align--left, .rsce_bgimage.has--image.image--left.full_width .ce_rsce_text_advanced.align--right, .rsce_bgimage.has--image.image--left.full_width .ce_rsce_text_advanced.align--center {
    text-align: center; }
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_calltoaction.align--left, .rsce_bgimage.has--image.image--left.full_width .ce_rsce_calltoaction.align--right, .rsce_bgimage.has--image.image--left.full_width .ce_rsce_calltoaction.align--center {
    text-align: center; } }

@media screen and (min-width: 48em) {
  .rsce_bgimage .rsce_bgimage-stage {
    position: relative; }
    .rsce_bgimage .rsce_bgimage-stage:before, .rsce_bgimage .rsce_bgimage-stage:after {
      z-index: 0; } }

.rsce_bgimage:not(.colored).color--dark-grey {
  background: #666665; }
  .rsce_bgimage:not(.colored).color--dark-grey .ce_rsce_text_advanced h1, .rsce_bgimage:not(.colored).color--dark-grey .ce_rsce_text_advanced h2, .rsce_bgimage:not(.colored).color--dark-grey .ce_rsce_text_advanced h3, .rsce_bgimage:not(.colored).color--dark-grey .ce_rsce_text_advanced h4, .rsce_bgimage:not(.colored).color--dark-grey .ce_rsce_text_advanced h5, .rsce_bgimage:not(.colored).color--dark-grey .ce_rsce_text_advanced h6 {
    color: #FFF; }

[class*="col-"] .calltoaction a, [class*="col-"] .calltoaction a:visited, [class*="col-"] .calltoaction a:active {
  width: 100%;
  text-align: center; }

[class*="col-"].sidebar-column .calltoaction a, [class*="col-"].sidebar-column .calltoaction a:visited, [class*="col-"].sidebar-column .calltoaction a:active {
  text-align: left; }

.button--float-left .calltoaction a, .button--float-left .calltoaction a:visited, .button--float-left .calltoaction a:active {
  float: left; }

.calltoaction {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 768px) {
    .calltoaction {
      text-align: center;
      width: 100% !important; } }
  .calltoaction a, .calltoaction a:visited, .calltoaction a:active {
    color: #FFFFFF;
    padding: .15rem .5rem;
    font-size: 1rem;
    display: inline-block;
    text-decoration: none;
    width: auto;
    font-weight: 300;
    border: 2px solid;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 600;
    text-align: center;
    font-family: "Titillium Web", Arial, Verdana, sans-serif; }
    .calltoaction a[data-aos^=fade][data-aos^=fade], .calltoaction a:visited[data-aos^=fade][data-aos^=fade], .calltoaction a:active[data-aos^=fade][data-aos^=fade] {
      -webkit-transition-property: all;
      -o-transition-property: all;
      transition-property: all; }
    @media screen and (max-width: 47.9375em) {
      .calltoaction a, .calltoaction a:visited, .calltoaction a:active {
        width: 75% !important; } }
  .calltoaction.button--float-left a, .calltoaction.button--float-left a:visited, .calltoaction.button--float-left a:active {
    float: left; }
  .calltoaction.button--hyperlink a, .calltoaction.button--hyperlink a:visited, .calltoaction.button--hyperlink a:active {
    padding: .5rem 0;
    border: 0; }
  .calltoaction.bg-transparent a, .calltoaction.bg-transparent a:visited, .calltoaction.bg-transparent a:active {
    background: transparent; }
  .calltoaction.bg-default a, .calltoaction.bg-default a:visited, .calltoaction.bg-default a:active {
    background: #01a78e; }
  .calltoaction.bg-mark a, .calltoaction.bg-mark a:visited, .calltoaction.bg-mark a:active {
    background: #ecfacf; }
  .calltoaction.bg-white a, .calltoaction.bg-white a:visited, .calltoaction.bg-white a:active {
    background: #FFF; }
  .calltoaction.bg-black a, .calltoaction.bg-black a:visited, .calltoaction.bg-black a:active {
    background: #000; }
  .calltoaction.bg-highlight a, .calltoaction.bg-highlight a:visited, .calltoaction.bg-highlight a:active {
    background: #a5c400; }
  .calltoaction[class^="bg-"].button--hyperlink a {
    background: none; }
  .calltoaction.color-default a, .calltoaction.color-default a:visited, .calltoaction.color-default a:active {
    color: #01a78e; }
  .calltoaction.color-default.button--boxed a {
    border-color: #01a78e; }
  .calltoaction.color-default.button--default a {
    border-color: transparent; }
  .calltoaction.color-highlight a, .calltoaction.color-highlight a:visited, .calltoaction.color-highlight a:active {
    color: #a5c400; }
  .calltoaction.color-highlight.button--boxed a {
    border-color: #a5c400; }
  .calltoaction.color-highlight.button--default a {
    border-color: transparent; }
  .calltoaction.color-mark a, .calltoaction.color-mark a:visited, .calltoaction.color-mark a:active {
    color: #ecfacf; }
  .calltoaction.color-mark.button--boxed a {
    border-color: #ecfacf; }
  .calltoaction.color-mark.button--default a {
    border-color: transparent; }
  .calltoaction.color-white a, .calltoaction.color-white a:visited, .calltoaction.color-white a:active {
    color: #FFF; }
  .calltoaction.color-white.button--boxed a {
    border-color: #FFF; }
  .calltoaction.color-white.button--default a {
    border-color: transparent; }
  .calltoaction.color-black a, .calltoaction.color-black a:visited, .calltoaction.color-black a:active {
    color: #000; }
  .calltoaction.color-black.button--boxed a {
    border-color: #000; }
  .calltoaction.color-black.button--default a {
    border-color: transparent; }
  .calltoaction.hover-bg-default a:hover {
    background: #01a78e; }
  .calltoaction.hover-bg-default.button--boxed a {
    border-color: #01a78e; }
  .calltoaction.hover-bg-mark a:hover {
    background: #ecfacf; }
  .calltoaction.hover-bg-mark.button--boxed a {
    border-color: #ecfacf; }
  .calltoaction.hover-bg-white a:hover {
    background: #FFF; }
  .calltoaction.hover-bg-white.button--boxed a {
    border-color: #FFF; }
  .calltoaction.hover-bg-black a:hover {
    background: #000; }
  .calltoaction.hover-bg-black.button--boxed a {
    border-color: #000; }
  .calltoaction.hover-bg-highlight a:hover {
    background: #a5c400; }
  .calltoaction[class^="hover-bg-"].button--hyperlink a {
    border: 0;
    background: none; }
    .calltoaction[class^="hover-bg-"].button--hyperlink a:hover {
      border: 0;
      background: none; }
  .calltoaction.hover-color-default a:hover {
    color: #01a78e; }
  .calltoaction.hover-color-mark a:hover {
    color: #ecfacf; }
  .calltoaction.hover-color-white a:hover {
    color: #FFF !important; }
  .calltoaction.hover-color-black a:hover {
    color: #000; }
  .calltoaction.hover-color-highlight a:hover {
    color: #a5c400; }

.calltoaction {
  text-align: center; }
  .calltoaction a, .calltoaction a:visited, .calltoaction a:active {
    padding: 1rem 2rem;
    border-radius: 100px;
    font-weight: 500; }

.ce_rsce_headline_advanced.color--default *,
.ce_rsce_text_image_advanced.color--default *,
.ce_rsce_text_advanced.color--default * {
  color: #01a78e; }

.ce_rsce_headline_advanced.color--mark *,
.ce_rsce_text_image_advanced.color--mark *,
.ce_rsce_text_advanced.color--mark * {
  color: #ecfacf; }

.ce_rsce_headline_advanced.color--dark-grey *,
.ce_rsce_text_image_advanced.color--dark-grey *,
.ce_rsce_text_advanced.color--dark-grey * {
  color: #333; }

.ce_rsce_headline_advanced.color--light-grey *,
.ce_rsce_text_image_advanced.color--light-grey *,
.ce_rsce_text_advanced.color--light-grey * {
  color: #f5f5f5; }

.ce_rsce_headline_advanced.color--black *,
.ce_rsce_text_image_advanced.color--black *,
.ce_rsce_text_advanced.color--black * {
  color: #000; }

.ce_rsce_headline_advanced.color--white *,
.ce_rsce_text_image_advanced.color--white *,
.ce_rsce_text_advanced.color--white * {
  color: #FFF; }

@media screen and (min-width: 0) {
  .ce_rsce_headline_advanced h1, .ce_rsce_headline_advanced h2.likeH1, .ce_rsce_headline_advanced .likeH1 h2,
  .ce_rsce_text_image_advanced h1,
  .ce_rsce_text_image_advanced h2.likeH1,
  .ce_rsce_text_image_advanced .likeH1 h2,
  .ce_rsce_text_advanced h1,
  .ce_rsce_text_advanced h2.likeH1,
  .ce_rsce_text_advanced .likeH1 h2 {
    font-size: 175%; } }

@media screen and (min-width: 68.75em) {
  .ce_rsce_headline_advanced h1, .ce_rsce_headline_advanced h2.likeH1, .ce_rsce_headline_advanced .likeH1 h2,
  .ce_rsce_text_image_advanced h1,
  .ce_rsce_text_image_advanced h2.likeH1,
  .ce_rsce_text_image_advanced .likeH1 h2,
  .ce_rsce_text_advanced h1,
  .ce_rsce_text_advanced h2.likeH1,
  .ce_rsce_text_advanced .likeH1 h2 {
    font-size: 220%; } }

@media screen and (min-width: 0) {
  .ce_rsce_headline_advanced.font-size-250 h1, .ce_rsce_headline_advanced.font-size-250 h2, .ce_rsce_headline_advanced.font-size-250 h3, .ce_rsce_headline_advanced.font-size-250 h4, .ce_rsce_headline_advanced.font-size-250 h5, .ce_rsce_headline_advanced.font-size-250 h6,
  .ce_rsce_text_image_advanced.font-size-250 h1,
  .ce_rsce_text_image_advanced.font-size-250 h2,
  .ce_rsce_text_image_advanced.font-size-250 h3,
  .ce_rsce_text_image_advanced.font-size-250 h4,
  .ce_rsce_text_image_advanced.font-size-250 h5,
  .ce_rsce_text_image_advanced.font-size-250 h6,
  .ce_rsce_text_advanced.font-size-250 h1,
  .ce_rsce_text_advanced.font-size-250 h2,
  .ce_rsce_text_advanced.font-size-250 h3,
  .ce_rsce_text_advanced.font-size-250 h4,
  .ce_rsce_text_advanced.font-size-250 h5,
  .ce_rsce_text_advanced.font-size-250 h6 {
    font-size: 175%; }
  .ce_rsce_headline_advanced.font-size-300 h1, .ce_rsce_headline_advanced.font-size-300 h2, .ce_rsce_headline_advanced.font-size-300 h3, .ce_rsce_headline_advanced.font-size-300 h4, .ce_rsce_headline_advanced.font-size-300 h5, .ce_rsce_headline_advanced.font-size-300 h6,
  .ce_rsce_text_image_advanced.font-size-300 h1,
  .ce_rsce_text_image_advanced.font-size-300 h2,
  .ce_rsce_text_image_advanced.font-size-300 h3,
  .ce_rsce_text_image_advanced.font-size-300 h4,
  .ce_rsce_text_image_advanced.font-size-300 h5,
  .ce_rsce_text_image_advanced.font-size-300 h6,
  .ce_rsce_text_advanced.font-size-300 h1,
  .ce_rsce_text_advanced.font-size-300 h2,
  .ce_rsce_text_advanced.font-size-300 h3,
  .ce_rsce_text_advanced.font-size-300 h4,
  .ce_rsce_text_advanced.font-size-300 h5,
  .ce_rsce_text_advanced.font-size-300 h6 {
    font-size: 220%; }
  .ce_rsce_headline_advanced.font-size-400 h1, .ce_rsce_headline_advanced.font-size-400 h2, .ce_rsce_headline_advanced.font-size-400 h3, .ce_rsce_headline_advanced.font-size-400 h4, .ce_rsce_headline_advanced.font-size-400 h5, .ce_rsce_headline_advanced.font-size-400 h6,
  .ce_rsce_text_image_advanced.font-size-400 h1,
  .ce_rsce_text_image_advanced.font-size-400 h2,
  .ce_rsce_text_image_advanced.font-size-400 h3,
  .ce_rsce_text_image_advanced.font-size-400 h4,
  .ce_rsce_text_image_advanced.font-size-400 h5,
  .ce_rsce_text_image_advanced.font-size-400 h6,
  .ce_rsce_text_advanced.font-size-400 h1,
  .ce_rsce_text_advanced.font-size-400 h2,
  .ce_rsce_text_advanced.font-size-400 h3,
  .ce_rsce_text_advanced.font-size-400 h4,
  .ce_rsce_text_advanced.font-size-400 h5,
  .ce_rsce_text_advanced.font-size-400 h6 {
    font-size: 270%; }
  .ce_rsce_headline_advanced.font-size-500 h1, .ce_rsce_headline_advanced.font-size-500 h2, .ce_rsce_headline_advanced.font-size-500 h3, .ce_rsce_headline_advanced.font-size-500 h4, .ce_rsce_headline_advanced.font-size-500 h5, .ce_rsce_headline_advanced.font-size-500 h6,
  .ce_rsce_text_image_advanced.font-size-500 h1,
  .ce_rsce_text_image_advanced.font-size-500 h2,
  .ce_rsce_text_image_advanced.font-size-500 h3,
  .ce_rsce_text_image_advanced.font-size-500 h4,
  .ce_rsce_text_image_advanced.font-size-500 h5,
  .ce_rsce_text_image_advanced.font-size-500 h6,
  .ce_rsce_text_advanced.font-size-500 h1,
  .ce_rsce_text_advanced.font-size-500 h2,
  .ce_rsce_text_advanced.font-size-500 h3,
  .ce_rsce_text_advanced.font-size-500 h4,
  .ce_rsce_text_advanced.font-size-500 h5,
  .ce_rsce_text_advanced.font-size-500 h6 {
    font-size: 320%; } }

@media screen and (min-width: 68.75em) {
  .ce_rsce_headline_advanced.font-size-250 h1, .ce_rsce_headline_advanced.font-size-250 h2, .ce_rsce_headline_advanced.font-size-250 h3, .ce_rsce_headline_advanced.font-size-250 h4, .ce_rsce_headline_advanced.font-size-250 h5, .ce_rsce_headline_advanced.font-size-250 h6,
  .ce_rsce_text_image_advanced.font-size-250 h1,
  .ce_rsce_text_image_advanced.font-size-250 h2,
  .ce_rsce_text_image_advanced.font-size-250 h3,
  .ce_rsce_text_image_advanced.font-size-250 h4,
  .ce_rsce_text_image_advanced.font-size-250 h5,
  .ce_rsce_text_image_advanced.font-size-250 h6,
  .ce_rsce_text_advanced.font-size-250 h1,
  .ce_rsce_text_advanced.font-size-250 h2,
  .ce_rsce_text_advanced.font-size-250 h3,
  .ce_rsce_text_advanced.font-size-250 h4,
  .ce_rsce_text_advanced.font-size-250 h5,
  .ce_rsce_text_advanced.font-size-250 h6 {
    font-size: 220%; }
  .ce_rsce_headline_advanced.font-size-300 h1, .ce_rsce_headline_advanced.font-size-300 h2, .ce_rsce_headline_advanced.font-size-300 h3, .ce_rsce_headline_advanced.font-size-300 h4, .ce_rsce_headline_advanced.font-size-300 h5, .ce_rsce_headline_advanced.font-size-300 h6,
  .ce_rsce_text_image_advanced.font-size-300 h1,
  .ce_rsce_text_image_advanced.font-size-300 h2,
  .ce_rsce_text_image_advanced.font-size-300 h3,
  .ce_rsce_text_image_advanced.font-size-300 h4,
  .ce_rsce_text_image_advanced.font-size-300 h5,
  .ce_rsce_text_image_advanced.font-size-300 h6,
  .ce_rsce_text_advanced.font-size-300 h1,
  .ce_rsce_text_advanced.font-size-300 h2,
  .ce_rsce_text_advanced.font-size-300 h3,
  .ce_rsce_text_advanced.font-size-300 h4,
  .ce_rsce_text_advanced.font-size-300 h5,
  .ce_rsce_text_advanced.font-size-300 h6 {
    font-size: 270%; }
  .ce_rsce_headline_advanced.font-size-400 h1, .ce_rsce_headline_advanced.font-size-400 h2, .ce_rsce_headline_advanced.font-size-400 h3, .ce_rsce_headline_advanced.font-size-400 h4, .ce_rsce_headline_advanced.font-size-400 h5, .ce_rsce_headline_advanced.font-size-400 h6,
  .ce_rsce_text_image_advanced.font-size-400 h1,
  .ce_rsce_text_image_advanced.font-size-400 h2,
  .ce_rsce_text_image_advanced.font-size-400 h3,
  .ce_rsce_text_image_advanced.font-size-400 h4,
  .ce_rsce_text_image_advanced.font-size-400 h5,
  .ce_rsce_text_image_advanced.font-size-400 h6,
  .ce_rsce_text_advanced.font-size-400 h1,
  .ce_rsce_text_advanced.font-size-400 h2,
  .ce_rsce_text_advanced.font-size-400 h3,
  .ce_rsce_text_advanced.font-size-400 h4,
  .ce_rsce_text_advanced.font-size-400 h5,
  .ce_rsce_text_advanced.font-size-400 h6 {
    font-size: 370%; }
  .ce_rsce_headline_advanced.font-size-500 h1, .ce_rsce_headline_advanced.font-size-500 h2, .ce_rsce_headline_advanced.font-size-500 h3, .ce_rsce_headline_advanced.font-size-500 h4, .ce_rsce_headline_advanced.font-size-500 h5, .ce_rsce_headline_advanced.font-size-500 h6,
  .ce_rsce_text_image_advanced.font-size-500 h1,
  .ce_rsce_text_image_advanced.font-size-500 h2,
  .ce_rsce_text_image_advanced.font-size-500 h3,
  .ce_rsce_text_image_advanced.font-size-500 h4,
  .ce_rsce_text_image_advanced.font-size-500 h5,
  .ce_rsce_text_image_advanced.font-size-500 h6,
  .ce_rsce_text_advanced.font-size-500 h1,
  .ce_rsce_text_advanced.font-size-500 h2,
  .ce_rsce_text_advanced.font-size-500 h3,
  .ce_rsce_text_advanced.font-size-500 h4,
  .ce_rsce_text_advanced.font-size-500 h5,
  .ce_rsce_text_advanced.font-size-500 h6 {
    font-size: 450%; } }

.ce_rsce_headline_advanced .headline-accent,
.ce_rsce_text_image_advanced .headline-accent,
.ce_rsce_text_advanced .headline-accent {
  color: #01a78e; }

.ce_rsce_headline_advanced .headline--sub,
.ce_rsce_text_image_advanced .headline--sub,
.ce_rsce_text_advanced .headline--sub {
  font-size: 1.25rem;
  color: rgba(102, 102, 101, 0.5); }

.ce_rsce_headline_advanced .headline-white,
.ce_rsce_headline_advanced.headline-white .ce_headline,
.ce_rsce_text_image_advanced .headline-white,
.ce_rsce_text_image_advanced.headline-white .ce_headline,
.ce_rsce_text_advanced .headline-white,
.ce_rsce_text_advanced.headline-white .ce_headline {
  color: #FFF; }

.ce_rsce_headline_advanced .headline-black,
.ce_rsce_headline_advanced.headline-black .ce_headline,
.ce_rsce_text_image_advanced .headline-black,
.ce_rsce_text_image_advanced.headline-black .ce_headline,
.ce_rsce_text_advanced .headline-black,
.ce_rsce_text_advanced.headline-black .ce_headline {
  color: #666665; }

.ce_rsce_headline_advanced .big,
.ce_rsce_headline_advanced.big .ce_headline,
.ce_rsce_text_image_advanced .big,
.ce_rsce_text_image_advanced.big .ce_headline,
.ce_rsce_text_advanced .big,
.ce_rsce_text_advanced.big .ce_headline {
  font-size: 3rem; }

.ce_rsce_headline_advanced .small,
.ce_rsce_headline_advanced.small .ce_headline,
.ce_rsce_text_image_advanced .small,
.ce_rsce_text_image_advanced.small .ce_headline,
.ce_rsce_text_advanced .small,
.ce_rsce_text_advanced.small .ce_headline {
  font-size: 2.4rem; }

.gradient--default-mark .ce_rsce_headline_advanced .headline--sub,
.gradient--mark-default .ce_rsce_headline_advanced .headline--sub,
.gradient--default-transparent .ce_rsce_headline_advanced .headline--sub,
.color--default .ce_rsce_headline_advanced .headline--sub,
.color--mark .ce_rsce_headline_advanced .headline--sub {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700; }

.rsce_bgimage:not(.colored) .ce_rsce_headline_advanced h1, .rsce_bgimage:not(.colored) .ce_rsce_headline_advanced h2, .rsce_bgimage:not(.colored) .ce_rsce_headline_advanced h3, .rsce_bgimage:not(.colored) .ce_rsce_headline_advanced h4, .rsce_bgimage:not(.colored) .ce_rsce_headline_advanced h5, .rsce_bgimage:not(.colored) .ce_rsce_headline_advanced h6,
.rsce_bgimage:not(.colored) .ce_rsce_text_advanced h1,
.rsce_bgimage:not(.colored) .ce_rsce_text_advanced h2,
.rsce_bgimage:not(.colored) .ce_rsce_text_advanced h3,
.rsce_bgimage:not(.colored) .ce_rsce_text_advanced h4,
.rsce_bgimage:not(.colored) .ce_rsce_text_advanced h5,
.rsce_bgimage:not(.colored) .ce_rsce_text_advanced h6 {
  color: #666665; }

.rsce_bgimage:not(.colored) .ce_rsce_headline_advanced .headline--sub,
.rsce_bgimage:not(.colored) .ce_rsce_headline_advanced .headline-accent,
.rsce_bgimage:not(.colored) .ce_rsce_text_advanced .headline--sub,
.rsce_bgimage:not(.colored) .ce_rsce_text_advanced .headline-accent {
  color: #01a78e; }

.ce_rsce_teaser {
  margin: 2rem 0; }
  .ce_rsce_teaser h4 {
    color: #ecfacf;
    padding: 1rem 0;
    line-height: 1.3;
    margin-bottom: 0;
    padding-bottom: 0; }
  .ce_rsce_teaser .text_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .ce_rsce_teaser .ce_text {
    margin: .5rem 0; }
  .ce_rsce_teaser .link a,
  .ce_rsce_teaser .link a:visited, .ce_rsce_teaser .link a:active {
    color: #a5c400;
    left: -20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    font-family: "Titillium Web", Arial, Verdana, sans-serif;
    font-style: italic; }
  .ce_rsce_teaser .link a:before {
    content: "\e876";
    font-family: "Linearicons-Free";
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    width: 20px; }
  .ce_rsce_teaser .link a:hover {
    left: 0; }
    .ce_rsce_teaser .link a:hover:before {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  @media screen and (max-width: 768px) {
    .ce_rsce_teaser .link {
      text-align: center; } }

.ce_rsce_text_advanced .headline-accent {
  color: #01a78e; }
  @media screen and (max-width: 47.9375em) {
    .ce_rsce_text_advanced .headline-accent {
      display: block; } }

.ce_rsce_text_advanced.color--default * {
  color: #01a78e; }

.ce_rsce_text_advanced.color--mark * {
  color: #ecfacf; }

.ce_rsce_text_advanced.color--dark-grey * {
  color: #333; }

.ce_rsce_text_advanced.color--light-grey * {
  color: #f5f5f5; }

.ce_rsce_text_advanced.color--black * {
  color: #000; }

.ce_rsce_text_advanced.color--white * {
  color: #FFF; }

.ce_rsce_text_advanced.limit_text_width {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 0) {
  .ce_rsce_text_advanced.font-size-125 p, .ce_rsce_text_advanced.font-size-125 ul {
    font-size: 115%; }
  .ce_rsce_text_advanced.font-size-150 p, .ce_rsce_text_advanced.font-size-150 ul {
    font-size: 125%; }
  .ce_rsce_text_advanced.font-size-175 p, .ce_rsce_text_advanced.font-size-175 ul {
    font-size: 140%; }
  .ce_rsce_text_advanced.font-size-200 p, .ce_rsce_text_advanced.font-size-200 ul {
    font-size: 150%; } }

@media screen and (min-width: 68.75em) {
  .ce_rsce_text_advanced.font-size-125 p, .ce_rsce_text_advanced.font-size-125 ul {
    font-size: 125%; }
  .ce_rsce_text_advanced.font-size-150 p, .ce_rsce_text_advanced.font-size-150 ul {
    font-size: 150%; }
  .ce_rsce_text_advanced.font-size-175 p, .ce_rsce_text_advanced.font-size-175 ul {
    font-size: 175%; }
  .ce_rsce_text_advanced.font-size-200 p, .ce_rsce_text_advanced.font-size-200 ul {
    font-size: 200%; } }

.ce_rsce_text_advanced .ce_text {
  margin: 0;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px; }
  .ce_rsce_text_advanced .ce_text.columngap_small {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px; }
  .ce_rsce_text_advanced .ce_text.columngap_medium {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px; }
  .ce_rsce_text_advanced .ce_text.columngap_large {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; }
  .ce_rsce_text_advanced .ce_text.columngap_xlarge {
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px; }
  .ce_rsce_text_advanced .ce_text.columncount_4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }
    @media screen and (max-width: 58.6875em) {
      .ce_rsce_text_advanced .ce_text.columncount_4 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
    @media screen and (max-width: 47.9375em) {
      .ce_rsce_text_advanced .ce_text.columncount_4 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }
  .ce_rsce_text_advanced .ce_text.columncount_3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
    @media screen and (max-width: 47.9375em) {
      .ce_rsce_text_advanced .ce_text.columncount_3 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }
  .ce_rsce_text_advanced .ce_text.columncount_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
    @media screen and (max-width: 47.9375em) {
      .ce_rsce_text_advanced .ce_text.columncount_2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }

@media screen and (min-width: 0) {
  .ce_rsce_text_advanced .ce_headline.font-size-250 h1, .ce_rsce_text_advanced .ce_headline.font-size-250 h2, .ce_rsce_text_advanced .ce_headline.font-size-250 h3, .ce_rsce_text_advanced .ce_headline.font-size-250 h4, .ce_rsce_text_advanced .ce_headline.font-size-250 h5, .ce_rsce_text_advanced .ce_headline.font-size-250 h6 {
    font-size: 200%; }
  .ce_rsce_text_advanced .ce_headline.font-size-300 h1, .ce_rsce_text_advanced .ce_headline.font-size-300 h2, .ce_rsce_text_advanced .ce_headline.font-size-300 h3, .ce_rsce_text_advanced .ce_headline.font-size-300 h4, .ce_rsce_text_advanced .ce_headline.font-size-300 h5, .ce_rsce_text_advanced .ce_headline.font-size-300 h6 {
    font-size: 250%; }
  .ce_rsce_text_advanced .ce_headline.font-size-400 h1, .ce_rsce_text_advanced .ce_headline.font-size-400 h2, .ce_rsce_text_advanced .ce_headline.font-size-400 h3, .ce_rsce_text_advanced .ce_headline.font-size-400 h4, .ce_rsce_text_advanced .ce_headline.font-size-400 h5, .ce_rsce_text_advanced .ce_headline.font-size-400 h6 {
    font-size: 300%; }
  .ce_rsce_text_advanced .ce_headline.font-size-500 h1, .ce_rsce_text_advanced .ce_headline.font-size-500 h2, .ce_rsce_text_advanced .ce_headline.font-size-500 h3, .ce_rsce_text_advanced .ce_headline.font-size-500 h4, .ce_rsce_text_advanced .ce_headline.font-size-500 h5, .ce_rsce_text_advanced .ce_headline.font-size-500 h6 {
    font-size: 350%; } }

@media screen and (min-width: 68.75em) {
  .ce_rsce_text_advanced .ce_headline.font-size-250 h1, .ce_rsce_text_advanced .ce_headline.font-size-250 h2, .ce_rsce_text_advanced .ce_headline.font-size-250 h3, .ce_rsce_text_advanced .ce_headline.font-size-250 h4, .ce_rsce_text_advanced .ce_headline.font-size-250 h5, .ce_rsce_text_advanced .ce_headline.font-size-250 h6 {
    font-size: 250%; }
  .ce_rsce_text_advanced .ce_headline.font-size-300 h1, .ce_rsce_text_advanced .ce_headline.font-size-300 h2, .ce_rsce_text_advanced .ce_headline.font-size-300 h3, .ce_rsce_text_advanced .ce_headline.font-size-300 h4, .ce_rsce_text_advanced .ce_headline.font-size-300 h5, .ce_rsce_text_advanced .ce_headline.font-size-300 h6 {
    font-size: 300%; }
  .ce_rsce_text_advanced .ce_headline.font-size-400 h1, .ce_rsce_text_advanced .ce_headline.font-size-400 h2, .ce_rsce_text_advanced .ce_headline.font-size-400 h3, .ce_rsce_text_advanced .ce_headline.font-size-400 h4, .ce_rsce_text_advanced .ce_headline.font-size-400 h5, .ce_rsce_text_advanced .ce_headline.font-size-400 h6 {
    font-size: 400%; }
  .ce_rsce_text_advanced .ce_headline.font-size-500 h1, .ce_rsce_text_advanced .ce_headline.font-size-500 h2, .ce_rsce_text_advanced .ce_headline.font-size-500 h3, .ce_rsce_text_advanced .ce_headline.font-size-500 h4, .ce_rsce_text_advanced .ce_headline.font-size-500 h5, .ce_rsce_text_advanced .ce_headline.font-size-500 h6 {
    font-size: 500%; } }

.hinweisbox .text_container {
  border: 2px solid #01a78e;
  position: relative;
  font-weight: bold;
  color: #01a78e; }
  .hinweisbox .text_container .headline {
    position: absolute;
    display: inline-block;
    top: -.25rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: .15rem .5rem;
    margin-left: 1rem;
    background: #FFF; }
    .hinweisbox .text_container .headline h1, .hinweisbox .text_container .headline h2, .hinweisbox .text_container .headline h3, .hinweisbox .text_container .headline h4, .hinweisbox .text_container .headline h5, .hinweisbox .text_container .headline h6 {
      font-size: 1.2rem; }
  .hinweisbox .text_container .text {
    padding: 1rem; }
    .hinweisbox .text_container .text ul {
      margin: 0;
      padding: 0;
      padding-left: 1rem; }
  .hinweisbox .text_container span.text {
    padding: 0; }
  .hinweisbox .text_container .headline-icon:before {
    content: attr(data-icon);
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
  .hinweisbox .text_container .headline-icon + span.text {
    margin-left: .5rem;
    padding: 0; }
  .hinweisbox .text_container.align--center .headline {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    margin: 0;
    position: relative; }
  .hinweisbox .text_container.align--right .headline {
    left: auto;
    right: 0;
    margin-right: 1rem;
    margin-left: 0; }

.hinweisbox.success .text_container .headline, .hinweisbox.warning .text_container .headline, .hinweisbox.alert .text_container .headline {
  position: relative;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  padding-bottom: 0;
  padding-top: .5rem; }

.rsce_bgimage[class*="color--"] .hinweisbox .text_container, .rsce_bgimage.gradient .hinweisbox .text_container {
  border-color: #FFF; }
  .rsce_bgimage[class*="color--"] .hinweisbox .text_container .headline, .rsce_bgimage.gradient .hinweisbox .text_container .headline {
    background: none;
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-bottom: 0; }

.leaflet-container {
  overflow: hidden !important; }

.leaflet-pane,
.leaflet-top {
  z-index: 1 !important; }

.jobposting .hide {
  display: none; }

.jobposting .hinweisbox {
  margin: 2rem 0; }
  .jobposting .hinweisbox .text_container, .jobposting .hinweisbox .text {
    height: 100%;
    color: #666665 !important;
    font-weight: normal; }
  .jobposting .hinweisbox .text_container {
    padding: .75rem 1rem; }
  .jobposting .hinweisbox .headline h3 {
    margin: 0; }

.mitarbeiter .image_container {
  margin-bottom: 1rem; }

.mitarbeiter .text_container .name {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: .5rem;
  display: block; }

.reisedetails_item {
  background: #01a78e;
  padding: 1.5rem 1rem;
  color: #FFF;
  margin: 0.9375rem 0; }
  .reisedetails_item .icon {
    font-size: 3rem;
    margin-bottom: 1rem; }
    .reisedetails_item .icon .svg {
      max-width: 100px;
      margin-left: 0; }
  .reisedetails_item a, .reisedetails_item a:visited, .reisedetails_item a:active {
    color: #FFF; }
  .reisedetails_item h3 {
    text-transform: uppercase; }

.scrollToTop {
  position: fixed;
  bottom: 80px;
  right: 1rem;
  -webkit-transform: translateX(120px);
  -ms-transform: translateX(120px);
  transform: translateX(120px);
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 1999;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-size: .8rem;
  line-height: 50px; }
  .scrollToTop.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out; }
  .scrollToTop:hover, .scrollToTop:active, .scrollToTop:focus {
    bottom: 75px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #01a78e; }

@media screen and (max-width: 47.9375em) {
  body.cookiebar-active .scrollToTop {
    bottom: 155px; } }

/*
<div class="scrollToTop">
<i class="fa fa-chevron-up"></i>
</div>
*/
.overlay_container > .inside {
  max-width: 62em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2rem;
  position: relative; }

.overlay-articles {
  display: none; }

.overlay {
  -webkit-transform: translateY(-1000%);
  -ms-transform: translateY(-1000%);
  transform: translateY(-1000%);
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  background: rgba(1, 167, 142, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .overlay.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 99999; }
    .overlay.active .close--overlay {
      cursor: pointer;
      opacity: 1; }

.swal2-shown .swal2-container {
  z-index: 100000 !important; }

.overlay_container {
  width: 100%;
  overflow-y: auto;
  padding: 4rem 0;
  max-height: 100%; }
  .overlay_container > .inside {
    background: #FFF;
    max-width: 62em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 2rem;
    position: relative; }

.close--overlay {
  display: block;
  position: absolute;
  right: 2rem;
  top: .5rem;
  color: #FFF;
  font-size: 2rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .close--overlay:hover {
    cursor: pointer;
    opacity: .6; }

.anfrage-form .overlay_container > .inside {
  max-width: 80%; }
  @media screen and (min-width: 1921px) {
    .anfrage-form .overlay_container > .inside {
      max-width: 62em;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }

.euf_overlay {
  z-index: 9999; }
  .euf_overlay .euf_overlay__content {
    max-width: 600px; }
    .euf_overlay .euf_overlay__content .euf_overlay__close {
      font-size: 30px;
      top: -13px; }

.rsce_bgimage.loader-active:before {
  z-index: 101; }

.loader {
  opacity: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #01a78e;
  top: 0;
  left: 0;
  z-index: 4;
  background-size: 600% 600%;
  -webkit-animation: gradAnim 16s cubic-bezier(0.82, 0.78, 0.19, 0.96) infinite;
  animation: gradAnim 16s cubic-bezier(0.82, 0.78, 0.19, 0.96) infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .loader.loaded {
    opacity: 0;
    z-index: -1; }

@-webkit-keyframes gradAnim {
  0% {
    background-position: 0% 51%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 51%; } }

@keyframes gradAnim {
  0% {
    background-position: 0% 51%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 51%; } }

.loader-inner {
  display: block;
  height: 64px;
  width: 64px;
  -webkit-animation: loader-2-1 3s linear infinite;
  animation: loader-2-1 3s linear infinite;
  margin-top: -15%; }

@-webkit-keyframes loader-2-1 {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes loader-2-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.loader-inner span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 64px;
  width: 64px;
  clip: rect(32px, 64px, 64px, 0);
  -webkit-animation: loader-2-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-2-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite; }

@-webkit-keyframes loader-2-2 {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes loader-2-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.loader-inner span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 64px;
  width: 64px;
  border: 3px solid transparent;
  border-top: 3px solid #FFF;
  border-radius: 50%;
  -webkit-animation: loader-2-3 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-2-3 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite; }

@-webkit-keyframes loader-2-3 {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes loader-2-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.loader-inner span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 64px;
  width: 64px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%; }

/*
  	<div class="loader">
		<div class="wavy-loader">
		  <span></span>
		  <span></span>
		  <span></span>
		  <span></span>
		  <span></span>
		</div>
	</div>
  */
.mod_logo {
  height: 100px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 47.9375em) {
    .mod_logo {
      height: 90px; } }
  @media screen and (max-width: 34.3125em) {
    .mod_logo {
      height: 75px; } }
  .mod_logo a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
    .mod_logo a img,
    .mod_logo a svg {
      width: 100%; }

.teilnehmer-list {
  margin-bottom: 2rem; }
  .teilnehmer-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 47.9375em) {
      .teilnehmer-list ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .teilnehmer-list li {
    margin: .5rem; }
    @media screen and (max-width: 47.9375em) {
      .teilnehmer-list li {
        width: auto;
        margin: 1rem auto;
        display: inline-block; } }
    .teilnehmer-list li.teilnehmer {
      background: transparent;
      border: 1px solid #01a78e;
      color: #01a78e;
      border-radius: 100px;
      overflow: hidden; }
      .teilnehmer-list li.teilnehmer div {
        display: inline-block; }
      .teilnehmer-list li.teilnehmer .nametag {
        line-height: 1.625;
        padding: .5rem 1rem;
        border-right: 1px solid transparent;
        background-clip: padding-box;
        -webkit-transition: all 0.4s cubic-bezier(0.82, 0.78, 0.19, 0.96);
        -o-transition: all 0.4s cubic-bezier(0.82, 0.78, 0.19, 0.96);
        transition: all 0.4s cubic-bezier(0.82, 0.78, 0.19, 0.96);
        cursor: pointer; }
        @media screen and (max-width: 47.9375em) {
          .teilnehmer-list li.teilnehmer .nametag {
            padding: .75rem 2rem;
            font-size: 1.2rem; } }
        .teilnehmer-list li.teilnehmer .nametag i {
          margin-right: .5rem; }
        .teilnehmer-list li.teilnehmer .nametag:hover {
          background: #01a78e;
          color: #FFF;
          background-clip: padding-box; }
          .teilnehmer-list li.teilnehmer .nametag:hover i:before {
            content: "\f4ff"; }
      .teilnehmer-list li.teilnehmer .removeTeilnehmer {
        background: #01a78e;
        color: #FFF;
        line-height: 1.625;
        padding: .5rem 1rem;
        cursor: pointer;
        -webkit-transition: all 0.4s cubic-bezier(0.73, 0.72, 0.81, 1.44);
        -o-transition: all 0.4s cubic-bezier(0.73, 0.72, 0.81, 1.44);
        transition: all 0.4s cubic-bezier(0.73, 0.72, 0.81, 1.44); }
        @media screen and (max-width: 47.9375em) {
          .teilnehmer-list li.teilnehmer .removeTeilnehmer {
            padding: .75rem 2rem;
            font-size: 1.2rem; } }
    .teilnehmer-list li:before {
      content: none !important; }
    .teilnehmer-list li a.add_teilnehmer {
      background: #01a78e;
      border: 1px solid #01a78e;
      color: #FFF;
      border-radius: 100px;
      padding: .5rem 1rem;
      text-decoration: none;
      cursor: pointer;
      display: block; }
      @media screen and (max-width: 47.9375em) {
        .teilnehmer-list li a.add_teilnehmer {
          padding: .75rem 2rem;
          font-size: 1.2rem; } }
      .teilnehmer-list li a.add_teilnehmer i {
        margin-right: .5rem; }
      .teilnehmer-list li a.add_teilnehmer.disabled {
        display: none; }

.close--container {
  max-width: 62em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .close--container .close--overlay {
    position: relative;
    font-size: 3rem;
    top: 2rem;
    right: 0; }

.add-user-overlay {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .add-user-overlay .overlay_container > .inside {
    background: #ecfacf;
    border-radius: 50px;
    padding: 3rem 4rem; }
    @media screen and (max-width: 47.9375em) {
      .add-user-overlay .overlay_container > .inside {
        border-radius: 0; } }
    .add-user-overlay .overlay_container > .inside h3, .add-user-overlay .overlay_container > .inside p {
      color: #01a78e; }
    .add-user-overlay .overlay_container > .inside h3 {
      text-transform: uppercase; }
    .add-user-overlay .overlay_container > .inside .overlay_form {
      margin-top: 2rem; }
    .add-user-overlay .overlay_container > .inside .teilnehmer_button {
      margin: 1rem 0; }
      .add-user-overlay .overlay_container > .inside .teilnehmer_button a {
        background: #01a78e;
        border: 1px solid #01a78e;
        color: #FFF;
        border-radius: 100px;
        padding: .5rem 1rem;
        text-decoration: none;
        cursor: pointer;
        display: block; }
        .add-user-overlay .overlay_container > .inside .teilnehmer_button a i {
          margin-right: .5rem; }
      .add-user-overlay .overlay_container > .inside .teilnehmer_button.save_teilnehmer {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
    .add-user-overlay .overlay_container > .inside .head-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 58.6875em) {
        .add-user-overlay .overlay_container > .inside .head-row {
          text-align: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
    .add-user-overlay .overlay_container > .inside .widget a {
      font-size: 1rem; }
      .add-user-overlay .overlay_container > .inside .widget a.remove_teilnehmer {
        background: transparent;
        color: #01a78e;
        border: 1px solid #01a78e; }
        .add-user-overlay .overlay_container > .inside .widget a.remove_teilnehmer:hover {
          background: #01a78e;
          color: #FFF; }
    .add-user-overlay .overlay_container > .inside .widget-explanation {
      z-index: 0; }
    .add-user-overlay .overlay_container > .inside .widget:not(.widget-explanation) {
      z-index: 1; }
    .add-user-overlay .overlay_container > .inside .widget.filler {
      display: block;
      position: relative;
      height: 0; }
      @media screen and (min-width: 1801px) {
        .add-user-overlay .overlay_container > .inside .widget.filler {
          float: left; } }
      .add-user-overlay .overlay_container > .inside .widget.filler.w100 {
        width: 100%; }
      .add-user-overlay .overlay_container > .inside .widget.filler.w50 {
        margin-bottom: 1rem; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
  -o-transition-duration: 50ms;
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
  -o-transition-delay: .35s;
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: .45s;
  -o-transition-duration: .45s;
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
  -o-transition-delay: .45s;
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: .55s;
  -o-transition-duration: .55s;
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
  -o-transition-delay: .55s;
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: .65s;
  -o-transition-duration: .65s;
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
  -o-transition-delay: .65s;
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: .7s;
  -o-transition-duration: .7s;
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: .75s;
  -o-transition-duration: .75s;
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
  -o-transition-delay: .75s;
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: .85s;
  -o-transition-duration: .85s;
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
  -o-transition-delay: .85s;
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: .9s;
  -o-transition-duration: .9s;
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: .95s;
  -o-transition-duration: .95s;
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
  -o-transition-delay: .95s;
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
  -o-transition-duration: 1.05s;
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
  -o-transition-duration: 1.1s;
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
  -o-transition-duration: 1.15s;
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
  -o-transition-delay: 1.15s;
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
  -o-transition-duration: 1.25s;
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
  -o-transition-duration: 1.35s;
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
  -o-transition-duration: 1.4s;
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
  -o-transition-duration: 1.45s;
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
  -o-transition-delay: 1.45s;
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
  -o-transition-duration: 1.55s;
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
  -o-transition-delay: 1.55s;
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
  -o-transition-duration: 1.6s;
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
  -o-transition-duration: 1.65s;
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
  -o-transition-delay: 1.65s;
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
  -o-transition-duration: 1.7s;
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
  -o-transition-duration: 1.75s;
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
  -o-transition-duration: 1.8s;
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
  -o-transition-duration: 1.85s;
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
  -o-transition-delay: 1.85s;
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
  -o-transition-duration: 1.9s;
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
  -o-transition-duration: 1.95s;
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
  -o-transition-delay: 1.95s;
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
  -o-transition-duration: 2.05s;
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
  -o-transition-delay: 2.05s;
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
  -o-transition-duration: 2.1s;
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
  -o-transition-duration: 2.15s;
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
  -o-transition-delay: 2.15s;
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
  -o-transition-duration: 2.2s;
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
  -o-transition-duration: 2.25s;
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
  -o-transition-delay: 2.25s;
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
  -o-transition-duration: 2.3s;
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
  -o-transition-duration: 2.35s;
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
  -o-transition-delay: 2.35s;
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
  -o-transition-duration: 2.4s;
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
  -o-transition-duration: 2.45s;
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
  -o-transition-delay: 2.45s;
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
  -o-transition-duration: 2.5s;
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
  -o-transition-duration: 2.55s;
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
  -o-transition-delay: 2.55s;
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
  -o-transition-duration: 2.6s;
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
  -o-transition-duration: 2.65s;
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
  -o-transition-delay: 2.65s;
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
  -o-transition-duration: 2.7s;
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
  -o-transition-delay: 2.7s;
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
  -o-transition-duration: 2.75s;
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
  -o-transition-delay: 2.75s;
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
  -o-transition-duration: 2.8s;
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
  -o-transition-duration: 2.85s;
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
  -o-transition-delay: 2.85s;
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
  -o-transition-duration: 2.9s;
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
  -o-transition-delay: 2.9s;
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
  -o-transition-duration: 2.95s;
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
  -o-transition-delay: 2.95s;
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-delay="4000"], body[data-aos-delay="4000"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="4000"].aos-animate, body[data-aos-delay="4000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0); }

/*!
 * Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

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

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

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em; }

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.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: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

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

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1); }

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

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

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

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

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

.fa-inverse {
  color: #fff; }

.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

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

.fa-address-card:before {
  content: "\f2bb"; }

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

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

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

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

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

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

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

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

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

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

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

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

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

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

.fa-archway:before {
  content: "\f557"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

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

.fa-asymmetrik:before {
  content: "\f372"; }

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

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

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

.fa-bacon:before {
  content: "\f7e5"; }

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

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

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

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

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

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

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

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

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

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

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

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

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

.fa-battle-net:before {
  content: "\f835"; }

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

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

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

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

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

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

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

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

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

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

.fa-biohazard:before {
  content: "\f780"; }

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

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

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

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

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

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

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

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

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

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

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

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

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

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

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

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

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

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

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

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

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

.fa-buffer:before {
  content: "\f837"; }

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

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

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

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

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

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

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

.fa-business-time:before {
  content: "\f64a"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

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

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "\f787"; }

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

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

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

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

.fa-cc-apple-pay:before {
  content: "\f416"; }

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

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

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

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

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

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

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

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

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

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

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

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

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

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

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

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

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

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

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

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

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

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

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

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

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

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

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

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

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

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

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

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

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

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

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

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

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

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

.fa-cloud-sun-rain:before {
  content: "\f743"; }

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

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

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

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

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

.fa-codiepie:before {
  content: "\f284"; }

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

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

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

.fa-coins:before {
  content: "\f51e"; }

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

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

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

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

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

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

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

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

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

.fa-compact-disc:before {
  content: "\f51f"; }

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

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

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

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

.fa-confluence:before {
  content: "\f78d"; }

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

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

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

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

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

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

.fa-critical-role:before {
  content: "\f6c9"; }

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

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

.fa-cross:before {
  content: "\f654"; }

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

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

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

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

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

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

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

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

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

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

.fa-deaf:before {
  content: "\f2a4"; }

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

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

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

.fa-dev:before {
  content: "\f6cc"; }

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

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

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

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

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

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

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

.fa-dove:before {
  content: "\f4ba"; }

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

.fa-draft2digital:before {
  content: "\f396"; }

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

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

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

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

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

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

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

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

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

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

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

.fa-elementor:before {
  content: "\f430"; }

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

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

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

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

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

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

.fa-envelope-open-text:before {
  content: "\f658"; }

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

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

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

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

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

.fa-evernote:before {
  content: "\f839"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-facebook-messenger:before {
  content: "\f39f"; }

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

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

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

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

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

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

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

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

.fa-figma:before {
  content: "\f799"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-invoice-dollar:before {
  content: "\f571"; }

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

.fa-file-medical-alt:before {
  content: "\f478"; }

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

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

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

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

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

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

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

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

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

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

.fa-fingerprint:before {
  content: "\f577"; }

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

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

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

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

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

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

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

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

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

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

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

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

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

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

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

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

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

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

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

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

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

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

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

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

.fa-gas-pump:before {
  content: "\f52f"; }

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

.fa-gem:before {
  content: "\f3a5"; }

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

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

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

.fa-ghost:before {
  content: "\f6e2"; }

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

.fa-gifts:before {
  content: "\f79c"; }

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

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

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

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

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

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

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

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

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

.fa-glass-martini-alt:before {
  content: "\f57b"; }

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

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

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

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

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

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

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

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

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

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

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

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

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

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

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

.fa-gopuram:before {
  content: "\f664"; }

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

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

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

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

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

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

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

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

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

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

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

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

.fa-headset:before {
  content: "\f590"; }

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

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

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

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

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

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

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

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

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

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

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

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

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

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

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

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

.fa-hubspot:before {
  content: "\f3b2"; }

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

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

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

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

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

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

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

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

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

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

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

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

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

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

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

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

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

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

.fa-keybase:before {
  content: "\f4f5"; }

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

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

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

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

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

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

.fa-laravel:before {
  content: "\f3bd"; }

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

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

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

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

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

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

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

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

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

.fa-life-ring:before {
  content: "\f1cd"; }

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

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

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

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

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

.fa-linode:before {
  content: "\f2b8"; }

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

.fa-lira-sign:before {
  content: "\f195"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

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

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

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

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

.fa-mandalorian:before {
  content: "\f50f"; }

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

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

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

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

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

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

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

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

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

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

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

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

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

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

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

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

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

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

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

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

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

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

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

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

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

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

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

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

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

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

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

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

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

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

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

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

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

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

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

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

.fa-mountain:before {
  content: "\f6fc"; }

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

.fa-mug-hot:before {
  content: "\f7b6"; }

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

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

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

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

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

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

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

.fa-odnoklassniki:before {
  content: "\f263"; }

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

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

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

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

.fa-opera:before {
  content: "\f26a"; }

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

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

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

.fa-page4:before {
  content: "\f3d7"; }

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

.fa-pager:before {
  content: "\f815"; }

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

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

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

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

.fa-parachute-box:before {
  content: "\f4cd"; }

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

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

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

.fa-patreon:before {
  content: "\f3d9"; }

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

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

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

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

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

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

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

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

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

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

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

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

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

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

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

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

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

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

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

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

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

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

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

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

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

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

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

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

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

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

.fa-playstation:before {
  content: "\f3df"; }

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

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

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

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

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

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

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

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

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

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

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

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

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

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

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

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

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

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

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

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

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

.fa-receipt:before {
  content: "\f543"; }

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

.fa-red-river:before {
  content: "\f3e3"; }

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

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

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

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

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

.fa-reply:before {
  content: "\f3e5"; }

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

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

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

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

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

.fa-robot:before {
  content: "\f544"; }

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

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

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

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

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

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

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

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

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

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

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

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

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

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

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

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

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

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

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

.fa-shekel-sign:before {
  content: "\f20b"; }

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

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

.fa-shipping-fast:before {
  content: "\f48b"; }

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

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

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

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

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

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

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

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

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

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

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

.fa-sistrix:before {
  content: "\f3ee"; }

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

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

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

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

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

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

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

.fa-sleigh:before {
  content: "\f7cc"; }

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

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

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

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

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

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

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

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

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

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

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

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

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

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

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

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

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

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

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

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

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

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

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

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

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

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

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

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

.fa-spider:before {
  content: "\f717"; }

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

.fa-splotch:before {
  content: "\f5bc"; }

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

.fa-spray-can:before {
  content: "\f5bd"; }

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

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

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

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

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

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

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

.fa-star-and-crescent:before {
  content: "\f699"; }

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

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

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

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

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

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

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7"; }

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

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

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

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

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

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

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

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

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

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

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

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

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

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

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

.fa-superpowers:before {
  content: "\f2dd"; }

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

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

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

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

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

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

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

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

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

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

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

.fa-tape:before {
  content: "\f4db"; }

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

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

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

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

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

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

.fa-tenge:before {
  content: "\f7d7"; }

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

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

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

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

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

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

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

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

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

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

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

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

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

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

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

.fa-tired:before {
  content: "\f5c8"; }

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

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

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

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

.fa-tram:before {
  content: "\f7da"; }

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

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

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

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

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

.fa-trash-restore-alt:before {
  content: "\f82a"; }

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

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

.fa-tripadvisor:before {
  content: "\f262"; }

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

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

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

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

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

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

.fa-tshirt:before {
  content: "\f553"; }

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

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

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

.fa-tv:before {
  content: "\f26c"; }

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

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

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

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

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

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

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

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

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

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

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

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

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

.fa-untappd:before {
  content: "\f405"; }

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

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

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

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

.fa-user-alt-slash:before {
  content: "\f4fa"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

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

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

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

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

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

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

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

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

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

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

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

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

.fa-vimeo-v:before {
  content: "\f27d"; }

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

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

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

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

.fa-volume-mute:before {
  content: "\f6a9"; }

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

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

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

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

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

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

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

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

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

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

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

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

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

.fa-whmcs:before {
  content: "\f40d"; }

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

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

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

.fa-wine-bottle:before {
  content: "\f72f"; }

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

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

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

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

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

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

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

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

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

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

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

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

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

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

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

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

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

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("/files/default/fonts/lightcase/lightcase.eot?55356177");
  src: url("/files/default/fonts/lightcase/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("/files/default/fonts/lightcase/lightcase.woff?55356177") format("woff"), url("/files/default/fonts/lightcase/lightcase.ttf?55356177") format("truetype"), url("/files/default/fonts/lightcase/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800'; }

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801'; }

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802'; }

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803'; }

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804'; }

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805'; }

/**
   * Mixin providing icon defaults to be used on top of font-lightcase.
   *
   * Example usage:
   * @include icon(#e9e9e9)
   */
/**
   * Mixin providing icon defaults including a hover status to be used
   * on top of font-lightcase.
   *
   * Example usage:
   * @include icon-hover(#e9e9e9, #fff)
   */
/**
   * Provides natural content overflow behavior and scrolling support
   * even so for touch devices.
   *
   * Example usage:
   * @include overflow()
   */
/**
   * Neutralizes/resets dimensions including width, height, position as well as margins,
   * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
   *
   * Example usage:
   * @include clear(true)
   *
   * @param boolean $important
   */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important; } }

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden; } }

@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333; } }

/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px; }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important; }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important; } }

@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75; } }

/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important; }

@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa; } }

@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333; } }

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0; } }

@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0; } }

/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden; }

/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%; }

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px; }

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333; } }

/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa; }

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px; }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static; } }

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear; }

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s; }

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px; }

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer; }

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s; }

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px; }

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white; }

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none; }

/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none; }

/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px; }

/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px; }

/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em; }

@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0; } }

@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px; } }

@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em; }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1; } }

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333; }

@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  -o-transition-property: opacity,filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent; }

.hamburger.is-active:hover, .hamburger:hover {
  opacity: .7; }

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #000; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px; }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #000; }

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: ""; }

.hamburger-inner:before {
  top: -10px; }

.hamburger-inner:after {
  bottom: -10px; }

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  -o-transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx.is-active .hamburger-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: transparent !important; }

.hamburger--3dx.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  -o-transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx-r.is-active .hamburger-inner {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background-color: transparent !important; }

.hamburger--3dx-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  -o-transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy.is-active .hamburger-inner {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  background-color: transparent !important; }

.hamburger--3dy.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  -o-transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy-r.is-active .hamburger-inner {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  background-color: transparent !important; }

.hamburger--3dy-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  -o-transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy.is-active .hamburger-inner {
  -webkit-transform: rotateX(180deg) rotateY(180deg);
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important; }

.hamburger--3dxy.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  -o-transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy-r.is-active .hamburger-inner {
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important; }

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--arrow.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrow.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrow-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrow-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowalt .hamburger-inner:before {
  -webkit-transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -o-transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -o-transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowalt-r .hamburger-inner:before {
  -webkit-transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -o-transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -o-transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.hamburger--arrowturn.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowturn.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: .13s;
  -o-transition-delay: .13s;
  transition-delay: .13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .13s;
  -o-transition-duration: .13s;
  transition-duration: .13s; }

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner:before {
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transition-delay: .22s;
  -o-transition-delay: .22s;
  transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0; }

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -o-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: .13s;
  -o-transition-delay: .13s;
  transition-delay: .13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .13s;
  -o-transition-duration: .13s;
  transition-duration: .13s; }

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner:before {
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transition-delay: .22s;
  -o-transition-delay: .22s;
  transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
  transform: translate3d(0, -10px, 0) rotate(45deg); }

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0; }

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -o-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-duration: .275s;
  -o-transition-duration: .275s;
  transition-duration: .275s; }

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  -webkit-transition: opacity .125s ease .275s;
  -o-transition: opacity .125s ease .275s;
  transition: opacity .125s ease .275s; }

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transition-delay: 75ms;
  -o-transition-delay: 75ms;
  transition-delay: 75ms;
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
  transform: translate3d(0, 10px, 0) rotate(135deg); }

.hamburger--elastic.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner:after {
  -webkit-transition-delay: 75ms;
  -o-transition-delay: 75ms;
  transition-delay: 75ms;
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
  transform: translate3d(0, -20px, 0) rotate(-270deg); }

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-duration: .275s;
  -o-transition-duration: .275s;
  transition-duration: .275s; }

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  -webkit-transition: opacity .125s ease .275s;
  -o-transition: opacity .125s ease .275s;
  transition: opacity .125s ease .275s; }

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 75ms;
  -o-transition-delay: 75ms;
  transition-delay: 75ms;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
  transform: translate3d(0, 10px, 0) rotate(-135deg); }

.hamburger--elastic-r.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner:after {
  -webkit-transition-delay: 75ms;
  -o-transition-delay: 75ms;
  transition-delay: 75ms;
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
  transform: translate3d(0, -20px, 0) rotate(270deg); }

.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color .125s ease-in .175s;
  -o-transition: background-color .125s ease-in .175s;
  transition: background-color .125s ease-in .175s; }

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  -webkit-transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  -webkit-transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -o-transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
  transform: translate3d(80px, 80px, 0) rotate(45deg); }

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  -webkit-transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -o-transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transform: translate3d(-80px, 80px, 0) rotate(-45deg); }

.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color .125s ease-in .175s;
  -o-transition: background-color .125s ease-in .175s;
  transition: background-color .125s ease-in .175s; }

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  -webkit-transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  -webkit-transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -o-transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transform: translate3d(80px, -80px, 0) rotate(-45deg); }

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  -webkit-transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -o-transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transform: translate3d(-80px, -80px, 0) rotate(45deg); }

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  -webkit-transition: bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear;
  -o-transition: bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear;
  transition: bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  -webkit-transition: bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;
  -o-transition: bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;
  transition: bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;
  opacity: 0; }

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0; }

.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform; }

.hamburger--slider .hamburger-inner:after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform; }

.hamburger--slider-r .hamburger-inner:after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner:before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
  transform: translate3d(0, -20px, 0) rotate(90deg); }

.hamburger--spin .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .22s;
  -o-transition-duration: .22s;
  transition-duration: .22s; }

.hamburger--spin .hamburger-inner:before {
  -webkit-transition: top .1s ease-in .25s,opacity .1s ease-in;
  -o-transition: top .1s ease-in .25s,opacity .1s ease-in;
  transition: top .1s ease-in .25s,opacity .1s ease-in; }

.hamburger--spin .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transition-delay: .12s;
  -o-transition-delay: .12s;
  transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg); }

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top .1s ease-out,opacity .1s ease-out .12s;
  -o-transition: top .1s ease-out,opacity .1s ease-out .12s;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0; }

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -o-transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.hamburger--spin-r .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .22s;
  -o-transition-duration: .22s;
  transition-duration: .22s; }

.hamburger--spin-r .hamburger-inner:before {
  -webkit-transition: top .1s ease-in .25s,opacity .1s ease-in;
  -o-transition: top .1s ease-in .25s,opacity .1s ease-in;
  transition: top .1s ease-in .25s,opacity .1s ease-in; }

.hamburger--spin-r .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transition-delay: .12s;
  -o-transition-delay: .12s;
  transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg); }

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top .1s ease-out,opacity .1s ease-out .12s;
  -o-transition: top .1s ease-out,opacity .1s ease-out .12s;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0; }

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -o-transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s linear .13s;
  -o-transition: background-color 0s linear .13s;
  transition: background-color 0s linear .13s; }

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: .22s;
  -o-transition-delay: .22s;
  transition-delay: .22s;
  background-color: transparent !important; }

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -o-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .13s;
  -o-transition-duration: .13s;
  transition-duration: .13s; }

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear; }

.hamburger--spring-r .hamburger-inner:before {
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transition-delay: .22s;
  -o-transition-delay: .22s;
  transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0; }

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -o-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  -o-transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s; }

.hamburger--stand .hamburger-inner:before {
  -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -o-transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -o-transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent !important; }

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -o-transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -o-transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  -o-transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s; }

.hamburger--stand-r .hamburger-inner:before {
  -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -o-transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand-r .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -o-transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: transparent !important; }

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -o-transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -o-transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 75ms;
  -o-transition-duration: 75ms;
  transition-duration: 75ms; }

.hamburger--squeeze .hamburger-inner:before {
  -webkit-transition: top 75ms ease .12s,opacity 75ms ease;
  -o-transition: top 75ms ease .12s,opacity 75ms ease;
  transition: top 75ms ease .12s,opacity 75ms ease; }

.hamburger--squeeze .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transition-delay: .12s;
  -o-transition-delay: .12s;
  transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease,opacity 75ms ease .12s;
  -o-transition: top 75ms ease,opacity 75ms ease .12s;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0; }

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -o-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.hamburger--vortex .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s; }

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.hamburger--vortex .hamburger-inner:before {
  -webkit-transition-property: top,opacity;
  -o-transition-property: top,opacity;
  transition-property: top,opacity; }

.hamburger--vortex .hamburger-inner:after {
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,-webkit-transform;
  -o-transition-property: bottom,transform;
  transition-property: bottom,transform;
  transition-property: bottom,transform,-webkit-transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(765deg);
  -ms-transform: rotate(765deg);
  transform: rotate(765deg); }

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s; }

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.hamburger--vortex-r .hamburger-inner:before {
  -webkit-transition-property: top,opacity;
  -o-transition-property: top,opacity;
  transition-property: top,opacity; }

.hamburger--vortex-r .hamburger-inner:after {
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,-webkit-transform;
  -o-transition-property: bottom,transform;
  transition-property: bottom,transform;
  transition-property: bottom,transform,-webkit-transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(-765deg);
  -ms-transform: rotate(-765deg);
  transform: rotate(-765deg); }

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

body.mobile-pflege h1, body.mobile-pflege h2, body.mobile-pflege h3, body.mobile-pflege h4, body.mobile-pflege h5, body.mobile-pflege h6 {
  color: #01a78e; }

body.mobile-pflege .rsce_bgimage:not(.colored) h1, body.mobile-pflege .rsce_bgimage:not(.colored) h2, body.mobile-pflege .rsce_bgimage:not(.colored) h3, body.mobile-pflege .rsce_bgimage:not(.colored) h4, body.mobile-pflege .rsce_bgimage:not(.colored) h5, body.mobile-pflege .rsce_bgimage:not(.colored) h6 {
  color: #01a78e; }

@media screen and (max-width: 47.9375em) {
  body.mobile-pflege .nav--sidebar strong span {
    color: #FFF; } }

body.mobile-pflege .application-cta h2 {
  color: #FFF; }

@media screen and (min-width: 1180px) {
  body.tagespflege .nav--main .level_1 li a:hover, body.tagespflege .nav--main .level_1 li strong:hover,
  body.treffpunkt-pflege .nav--main .level_1 li a:hover,
  body.treffpunkt-pflege .nav--main .level_1 li strong:hover {
    color: #ecfacf; }
  body.tagespflege .nav--main .level_1 li strong,
  body.tagespflege .nav--main .level_1 li a.trail,
  body.tagespflege .nav--main .level_1 li a.forward,
  body.treffpunkt-pflege .nav--main .level_1 li strong,
  body.treffpunkt-pflege .nav--main .level_1 li a.trail,
  body.treffpunkt-pflege .nav--main .level_1 li a.forward {
    color: #ecfacf; }
  body.tagespflege .nav--main .level_2 li a:before, body.tagespflege .nav--main .level_2 li a:visited:before, body.tagespflege .nav--main .level_2 li a:active:before, body.tagespflege .nav--main .level_2 li strong:before, body.tagespflege .nav--main .level_2 li strong.trail:before, body.tagespflege .nav--main .level_2 li strong.active:before, body.tagespflege .nav--main .level_2 li a.trail:before,
  body.treffpunkt-pflege .nav--main .level_2 li a:before,
  body.treffpunkt-pflege .nav--main .level_2 li a:visited:before,
  body.treffpunkt-pflege .nav--main .level_2 li a:active:before,
  body.treffpunkt-pflege .nav--main .level_2 li strong:before,
  body.treffpunkt-pflege .nav--main .level_2 li strong.trail:before,
  body.treffpunkt-pflege .nav--main .level_2 li strong.active:before,
  body.treffpunkt-pflege .nav--main .level_2 li a.trail:before {
    background: #ecfacf; } }

@media screen and (max-width: 1179px) {
  body.tagespflege .mod_mobile_menu .mobile_menu_trigger span.text,
  body.treffpunkt-pflege .mod_mobile_menu .mobile_menu_trigger span.text {
    color: #ecfacf; } }

body.tagespflege .hamburger .hamburger-inner,
body.treffpunkt-pflege .hamburger .hamburger-inner {
  background-color: #ecfacf; }
  body.tagespflege .hamburger .hamburger-inner:before, body.tagespflege .hamburger .hamburger-inner:after,
  body.treffpunkt-pflege .hamburger .hamburger-inner:before,
  body.treffpunkt-pflege .hamburger .hamburger-inner:after {
    background-color: #ecfacf; }

body.tagespflege .mobile_menu .inner .mod_navigation ul li.opened, body.tagespflege .mobile_menu .inner .mod_navigation ul li.trail.opened,
body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.opened,
body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.trail.opened {
  border-left: 5px solid #ecfacf; }
  body.tagespflege .mobile_menu .inner .mod_navigation ul li.opened > a span,
  body.tagespflege .mobile_menu .inner .mod_navigation ul li.opened > a:visited span,
  body.tagespflege .mobile_menu .inner .mod_navigation ul li.opened > a:active span, body.tagespflege .mobile_menu .inner .mod_navigation ul li.trail.opened > a span,
  body.tagespflege .mobile_menu .inner .mod_navigation ul li.trail.opened > a:visited span,
  body.tagespflege .mobile_menu .inner .mod_navigation ul li.trail.opened > a:active span,
  body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.opened > a span,
  body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.opened > a:visited span,
  body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.opened > a:active span,
  body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.trail.opened > a span,
  body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.trail.opened > a:visited span,
  body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.trail.opened > a:active span {
    color: #ecfacf; }
  body.tagespflege .mobile_menu .inner .mod_navigation ul li.opened .level_2, body.tagespflege .mobile_menu .inner .mod_navigation ul li.trail.opened .level_2,
  body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.opened .level_2,
  body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.trail.opened .level_2 {
    display: block; }
    body.tagespflege .mobile_menu .inner .mod_navigation ul li.opened .level_2 li a.active, body.tagespflege .mobile_menu .inner .mod_navigation ul li.opened .level_2 li a:visited.active, body.tagespflege .mobile_menu .inner .mod_navigation ul li.opened .level_2 li a:active.active, body.tagespflege .mobile_menu .inner .mod_navigation ul li.opened .level_2 li strong.active, body.tagespflege .mobile_menu .inner .mod_navigation ul li.trail.opened .level_2 li a.active, body.tagespflege .mobile_menu .inner .mod_navigation ul li.trail.opened .level_2 li a:visited.active, body.tagespflege .mobile_menu .inner .mod_navigation ul li.trail.opened .level_2 li a:active.active, body.tagespflege .mobile_menu .inner .mod_navigation ul li.trail.opened .level_2 li strong.active,
    body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.opened .level_2 li a.active,
    body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.opened .level_2 li a:visited.active,
    body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.opened .level_2 li a:active.active,
    body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.opened .level_2 li strong.active,
    body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.trail.opened .level_2 li a.active,
    body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.trail.opened .level_2 li a:visited.active,
    body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.trail.opened .level_2 li a:active.active,
    body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.trail.opened .level_2 li strong.active {
      color: #ecfacf; }

body.tagespflege .mobile_menu .inner .mod_navigation ul li.active, body.tagespflege .mobile_menu .inner .mod_navigation ul li.trail,
body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.active,
body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.trail {
  border-left: 5px solid #ecfacf; }
  body.tagespflege .mobile_menu .inner .mod_navigation ul li.active > strong, body.tagespflege .mobile_menu .inner .mod_navigation ul li.trail > strong,
  body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.active > strong,
  body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.trail > strong {
    color: #ecfacf; }

body.tagespflege .mobile_menu .inner .mod_navigation ul li.trail,
body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.trail {
  border-left: 5px solid #ecfacf; }
  body.tagespflege .mobile_menu .inner .mod_navigation ul li.trail > a,
  body.tagespflege .mobile_menu .inner .mod_navigation ul li.trail > a:visited,
  body.tagespflege .mobile_menu .inner .mod_navigation ul li.trail > a:active,
  body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.trail > a,
  body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.trail > a:visited,
  body.treffpunkt-pflege .mobile_menu .inner .mod_navigation ul li.trail > a:active {
    color: #ecfacf; }

body.tagespflege .application-cta,
body.treffpunkt-pflege .application-cta {
  background: #ecfacf; }
  body.tagespflege .application-cta .calltoaction:hover a, body.tagespflege .application-cta .calltoaction:hover a:visited, body.tagespflege .application-cta .calltoaction:hover a:active,
  body.treffpunkt-pflege .application-cta .calltoaction:hover a,
  body.treffpunkt-pflege .application-cta .calltoaction:hover a:visited,
  body.treffpunkt-pflege .application-cta .calltoaction:hover a:active {
    color: #ecfacf; }

body.tagespflege h1, body.tagespflege h2, body.tagespflege h3, body.tagespflege h4, body.tagespflege h5, body.tagespflege h6,
body.treffpunkt-pflege h1,
body.treffpunkt-pflege h2,
body.treffpunkt-pflege h3,
body.treffpunkt-pflege h4,
body.treffpunkt-pflege h5,
body.treffpunkt-pflege h6 {
  color: #ecfacf; }

body.tagespflege .rsce_bgimage:not(.colored) h1, body.tagespflege .rsce_bgimage:not(.colored) h2, body.tagespflege .rsce_bgimage:not(.colored) h3, body.tagespflege .rsce_bgimage:not(.colored) h4, body.tagespflege .rsce_bgimage:not(.colored) h5, body.tagespflege .rsce_bgimage:not(.colored) h6,
body.treffpunkt-pflege .rsce_bgimage:not(.colored) h1,
body.treffpunkt-pflege .rsce_bgimage:not(.colored) h2,
body.treffpunkt-pflege .rsce_bgimage:not(.colored) h3,
body.treffpunkt-pflege .rsce_bgimage:not(.colored) h4,
body.treffpunkt-pflege .rsce_bgimage:not(.colored) h5,
body.treffpunkt-pflege .rsce_bgimage:not(.colored) h6 {
  color: #ecfacf; }

body.tagespflege .application-cta h2,
body.treffpunkt-pflege .application-cta h2 {
  color: #FFF; }

@media screen and (max-width: 47.9375em) {
  body.tagespflege .nav--sidebar a, body.tagespflege .nav--sidebar a:visited, body.tagespflege .nav--sidebar a:active, body.tagespflege .nav--sidebar strong, body.tagespflege .nav--sidebar strong.active, body.tagespflege .nav--sidebar strong.trail,
  body.treffpunkt-pflege .nav--sidebar a,
  body.treffpunkt-pflege .nav--sidebar a:visited,
  body.treffpunkt-pflege .nav--sidebar a:active,
  body.treffpunkt-pflege .nav--sidebar strong,
  body.treffpunkt-pflege .nav--sidebar strong.active,
  body.treffpunkt-pflege .nav--sidebar strong.trail {
    background: rgba(236, 250, 207, 0.25); }
  body.tagespflege .nav--sidebar strong, body.tagespflege .nav--sidebar strong.active, body.tagespflege .nav--sidebar strong.trail,
  body.treffpunkt-pflege .nav--sidebar strong,
  body.treffpunkt-pflege .nav--sidebar strong.active,
  body.treffpunkt-pflege .nav--sidebar strong.trail {
    background: #ecfacf; }
    body.tagespflege .nav--sidebar strong span, body.tagespflege .nav--sidebar strong.active span, body.tagespflege .nav--sidebar strong.trail span,
    body.treffpunkt-pflege .nav--sidebar strong span,
    body.treffpunkt-pflege .nav--sidebar strong.active span,
    body.treffpunkt-pflege .nav--sidebar strong.trail span {
      color: #FFF; } }

.increase--padding-vertical.x-small {
  padding-top: .5rem;
  padding-bottom: .5rem; }

.increase--padding-vertical.small {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.increase--padding-vertical.medium {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.increase--padding-vertical.large {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.increase--padding-vertical.no--padding-top {
  padding-top: 0; }

.increase--padding-vertical.no--padding-bottom {
  padding-bottom: 0; }

.no--padding-top {
  padding-top: 0; }
  .no--padding-top .rsce_bgimage-inside {
    padding-top: 0 !important; }

.no--padding-bottom {
  padding-bottom: 0; }
  .no--padding-bottom .rsce_bgimage-inside {
    padding-bottom: 0 !important; }

.no--padding-left {
  padding-left: 0; }
  .no--padding-left .rsce_bgimage-content {
    padding-left: 0; }

.no--padding-right {
  padding-right: 0; }
  .no--padding-right .rsce_bgimage-content {
    padding-right: 0; }

@media screen and (min-width: 0) {
  #main .rsce_bgimage .pv_standard.rsce_bgimage-inside, .rsce_bgimage #main .pv_standard.rsce_bgimage-inside,
  footer .rsce_bgimage .pv_standard.rsce_bgimage-inside,
  .rsce_bgimage footer .pv_standard.rsce_bgimage-inside {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  #main .rsce_bgimage .pv_none.rsce_bgimage-inside, .rsce_bgimage #main .pv_none.rsce_bgimage-inside,
  footer .rsce_bgimage .pv_none.rsce_bgimage-inside,
  .rsce_bgimage footer .pv_none.rsce_bgimage-inside {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  #main .rsce_bgimage .pv_xxs.rsce_bgimage-inside, .rsce_bgimage #main .pv_xxs.rsce_bgimage-inside,
  footer .rsce_bgimage .pv_xxs.rsce_bgimage-inside,
  .rsce_bgimage footer .pv_xxs.rsce_bgimage-inside {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  #main .rsce_bgimage .pv_xs.rsce_bgimage-inside, .rsce_bgimage #main .pv_xs.rsce_bgimage-inside,
  footer .rsce_bgimage .pv_xs.rsce_bgimage-inside,
  .rsce_bgimage footer .pv_xs.rsce_bgimage-inside {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  #main .rsce_bgimage .pv_s.rsce_bgimage-inside, .rsce_bgimage #main .pv_s.rsce_bgimage-inside,
  footer .rsce_bgimage .pv_s.rsce_bgimage-inside,
  .rsce_bgimage footer .pv_s.rsce_bgimage-inside {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  #main .rsce_bgimage .pv_m.rsce_bgimage-inside, .rsce_bgimage #main .pv_m.rsce_bgimage-inside,
  footer .rsce_bgimage .pv_m.rsce_bgimage-inside,
  .rsce_bgimage footer .pv_m.rsce_bgimage-inside {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  #main .rsce_bgimage .pv_l.rsce_bgimage-inside, .rsce_bgimage #main .pv_l.rsce_bgimage-inside,
  footer .rsce_bgimage .pv_l.rsce_bgimage-inside,
  .rsce_bgimage footer .pv_l.rsce_bgimage-inside {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  #main .rsce_bgimage .pv_xl.rsce_bgimage-inside, .rsce_bgimage #main .pv_xl.rsce_bgimage-inside,
  footer .rsce_bgimage .pv_xl.rsce_bgimage-inside,
  .rsce_bgimage footer .pv_xl.rsce_bgimage-inside {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  #main .rsce_bgimage .pv_xxl.rsce_bgimage-inside, .rsce_bgimage #main .pv_xxl.rsce_bgimage-inside,
  footer .rsce_bgimage .pv_xxl.rsce_bgimage-inside,
  .rsce_bgimage footer .pv_xxl.rsce_bgimage-inside {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; } }

@media screen and (min-width: 68.75em) {
  #main .rsce_bgimage .pv_standard.rsce_bgimage-inside, .rsce_bgimage #main .pv_standard.rsce_bgimage-inside,
  footer .rsce_bgimage .pv_standard.rsce_bgimage-inside,
  .rsce_bgimage footer .pv_standard.rsce_bgimage-inside {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  #main .rsce_bgimage .pv_none.rsce_bgimage-inside, .rsce_bgimage #main .pv_none.rsce_bgimage-inside,
  footer .rsce_bgimage .pv_none.rsce_bgimage-inside,
  .rsce_bgimage footer .pv_none.rsce_bgimage-inside {
    padding-top: 0;
    padding-bottom: 0; }
  #main .rsce_bgimage .pv_xxs.rsce_bgimage-inside, .rsce_bgimage #main .pv_xxs.rsce_bgimage-inside,
  footer .rsce_bgimage .pv_xxs.rsce_bgimage-inside,
  .rsce_bgimage footer .pv_xxs.rsce_bgimage-inside {
    padding-top: .5rem;
    padding-bottom: .5rem; }
  #main .rsce_bgimage .pv_xs.rsce_bgimage-inside, .rsce_bgimage #main .pv_xs.rsce_bgimage-inside,
  footer .rsce_bgimage .pv_xs.rsce_bgimage-inside,
  .rsce_bgimage footer .pv_xs.rsce_bgimage-inside {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  #main .rsce_bgimage .pv_s.rsce_bgimage-inside, .rsce_bgimage #main .pv_s.rsce_bgimage-inside,
  footer .rsce_bgimage .pv_s.rsce_bgimage-inside,
  .rsce_bgimage footer .pv_s.rsce_bgimage-inside {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  #main .rsce_bgimage .pv_m.rsce_bgimage-inside, .rsce_bgimage #main .pv_m.rsce_bgimage-inside,
  footer .rsce_bgimage .pv_m.rsce_bgimage-inside,
  .rsce_bgimage footer .pv_m.rsce_bgimage-inside {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  #main .rsce_bgimage .pv_l.rsce_bgimage-inside, .rsce_bgimage #main .pv_l.rsce_bgimage-inside,
  footer .rsce_bgimage .pv_l.rsce_bgimage-inside,
  .rsce_bgimage footer .pv_l.rsce_bgimage-inside {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  #main .rsce_bgimage .pv_xl.rsce_bgimage-inside, .rsce_bgimage #main .pv_xl.rsce_bgimage-inside,
  footer .rsce_bgimage .pv_xl.rsce_bgimage-inside,
  .rsce_bgimage footer .pv_xl.rsce_bgimage-inside {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  #main .rsce_bgimage .pv_xxl.rsce_bgimage-inside, .rsce_bgimage #main .pv_xxl.rsce_bgimage-inside,
  footer .rsce_bgimage .pv_xxl.rsce_bgimage-inside,
  .rsce_bgimage footer .pv_xxl.rsce_bgimage-inside {
    padding-top: 8rem;
    padding-bottom: 8rem; } }

@media screen and (min-width: 0) {
  #main .rsce_bgimage .ph_standard.rsce_bgimage-content, .rsce_bgimage #main .ph_standard.rsce_bgimage-content,
  footer .rsce_bgimage .ph_standard.rsce_bgimage-content,
  .rsce_bgimage footer .ph_standard.rsce_bgimage-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  #main .rsce_bgimage .ph_none.rsce_bgimage-content, .rsce_bgimage #main .ph_none.rsce_bgimage-content,
  footer .rsce_bgimage .ph_none.rsce_bgimage-content,
  .rsce_bgimage footer .ph_none.rsce_bgimage-content {
    padding-left: 0;
    padding-right: 0; }
  #main .rsce_bgimage .ph_xxs.rsce_bgimage-content, .rsce_bgimage #main .ph_xxs.rsce_bgimage-content,
  footer .rsce_bgimage .ph_xxs.rsce_bgimage-content,
  .rsce_bgimage footer .ph_xxs.rsce_bgimage-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  #main .rsce_bgimage .ph_xs.rsce_bgimage-content, .rsce_bgimage #main .ph_xs.rsce_bgimage-content,
  footer .rsce_bgimage .ph_xs.rsce_bgimage-content,
  .rsce_bgimage footer .ph_xs.rsce_bgimage-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  #main .rsce_bgimage .ph_s.rsce_bgimage-content, .rsce_bgimage #main .ph_s.rsce_bgimage-content,
  footer .rsce_bgimage .ph_s.rsce_bgimage-content,
  .rsce_bgimage footer .ph_s.rsce_bgimage-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  #main .rsce_bgimage .ph_m.rsce_bgimage-content, .rsce_bgimage #main .ph_m.rsce_bgimage-content,
  footer .rsce_bgimage .ph_m.rsce_bgimage-content,
  .rsce_bgimage footer .ph_m.rsce_bgimage-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  #main .rsce_bgimage .ph_l.rsce_bgimage-content, .rsce_bgimage #main .ph_l.rsce_bgimage-content,
  footer .rsce_bgimage .ph_l.rsce_bgimage-content,
  .rsce_bgimage footer .ph_l.rsce_bgimage-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  #main .rsce_bgimage .ph_xl.rsce_bgimage-content, .rsce_bgimage #main .ph_xl.rsce_bgimage-content,
  footer .rsce_bgimage .ph_xl.rsce_bgimage-content,
  .rsce_bgimage footer .ph_xl.rsce_bgimage-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  #main .rsce_bgimage .ph_xxl.rsce_bgimage-content, .rsce_bgimage #main .ph_xxl.rsce_bgimage-content,
  footer .rsce_bgimage .ph_xxl.rsce_bgimage-content,
  .rsce_bgimage footer .ph_xxl.rsce_bgimage-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 68.75em) {
  #main .rsce_bgimage .ph_standard.rsce_bgimage-content, .rsce_bgimage #main .ph_standard.rsce_bgimage-content,
  footer .rsce_bgimage .ph_standard.rsce_bgimage-content,
  .rsce_bgimage footer .ph_standard.rsce_bgimage-content {
    padding-left: 1rem;
    padding-right: 1rem; }
  #main .rsce_bgimage .ph_none.rsce_bgimage-content, .rsce_bgimage #main .ph_none.rsce_bgimage-content,
  footer .rsce_bgimage .ph_none.rsce_bgimage-content,
  .rsce_bgimage footer .ph_none.rsce_bgimage-content {
    padding-left: 0;
    padding-right: 0; }
  #main .rsce_bgimage .ph_xxs.rsce_bgimage-content, .rsce_bgimage #main .ph_xxs.rsce_bgimage-content,
  footer .rsce_bgimage .ph_xxs.rsce_bgimage-content,
  .rsce_bgimage footer .ph_xxs.rsce_bgimage-content {
    padding-left: .5rem;
    padding-right: .5rem; }
  #main .rsce_bgimage .ph_xs.rsce_bgimage-content, .rsce_bgimage #main .ph_xs.rsce_bgimage-content,
  footer .rsce_bgimage .ph_xs.rsce_bgimage-content,
  .rsce_bgimage footer .ph_xs.rsce_bgimage-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  #main .rsce_bgimage .ph_s.rsce_bgimage-content, .rsce_bgimage #main .ph_s.rsce_bgimage-content,
  footer .rsce_bgimage .ph_s.rsce_bgimage-content,
  .rsce_bgimage footer .ph_s.rsce_bgimage-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  #main .rsce_bgimage .ph_m.rsce_bgimage-content, .rsce_bgimage #main .ph_m.rsce_bgimage-content,
  footer .rsce_bgimage .ph_m.rsce_bgimage-content,
  .rsce_bgimage footer .ph_m.rsce_bgimage-content {
    padding-left: 4rem;
    padding-right: 4rem; }
  #main .rsce_bgimage .ph_l.rsce_bgimage-content, .rsce_bgimage #main .ph_l.rsce_bgimage-content,
  footer .rsce_bgimage .ph_l.rsce_bgimage-content,
  .rsce_bgimage footer .ph_l.rsce_bgimage-content {
    padding-left: 5rem;
    padding-right: 5rem; }
  #main .rsce_bgimage .ph_xl.rsce_bgimage-content, .rsce_bgimage #main .ph_xl.rsce_bgimage-content,
  footer .rsce_bgimage .ph_xl.rsce_bgimage-content,
  .rsce_bgimage footer .ph_xl.rsce_bgimage-content {
    padding-left: 6rem;
    padding-right: 6rem; }
  #main .rsce_bgimage .ph_xxl.rsce_bgimage-content, .rsce_bgimage #main .ph_xxl.rsce_bgimage-content,
  footer .rsce_bgimage .ph_xxl.rsce_bgimage-content,
  .rsce_bgimage footer .ph_xxl.rsce_bgimage-content {
    padding-left: 8rem;
    padding-right: 8rem; } }

#main .mb_standard,
footer .mb_standard {
  margin-bottom: 1rem; }

#main .mb_none,
footer .mb_none {
  margin-bottom: 0 !important; }

#main .mb_xxs,
footer .mb_xxs {
  margin-bottom: .25rem; }

#main .mb_xs,
footer .mb_xs {
  margin-bottom: .5rem; }

#main .mb_s,
footer .mb_s {
  margin-bottom: 1rem; }

#main .mb_m,
footer .mb_m {
  margin-bottom: 2rem; }

#main .mb_l,
footer .mb_l {
  margin-bottom: 3rem; }

#main .mb_xl,
footer .mb_xl {
  margin-bottom: 4rem; }

#main .mb_xxl,
footer .mb_xxl {
  margin-bottom: 5rem; }

#main .mt_standard,
footer .mt_standard {
  margin-top: 0rem; }

#main .mt_none,
footer .mt_none {
  margin-top: 0 !important; }

#main .mt_xxs,
footer .mt_xxs {
  margin-top: .25rem; }

#main .mt_xs,
footer .mt_xs {
  margin-top: .5rem; }

#main .mt_s,
footer .mt_s {
  margin-top: 1rem; }

#main .mt_m,
footer .mt_m {
  margin-top: 2rem; }

#main .mt_l,
footer .mt_l {
  margin-top: 3rem; }

#main .mt_xl,
footer .mt_xl {
  margin-top: 4rem; }

#main .mt_xxl,
footer .mt_xxl {
  margin-top: 5rem; }

#windowTemplateVars {
  width: 50%;
  overflow: visible;
  position: fixed;
  top: 0;
  right: 0;
  background: #eee;
  height: 100%;
  z-index: 1000000;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }
  #windowTemplateVars pre {
    padding: 0;
    margin: 0; }
  #windowTemplateVars .toggleTemplateVars {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    left: 0;
    background: #EEE;
    width: 50px;
    height: 50px;
    text-align: center; }
    #windowTemplateVars .toggleTemplateVars:before {
      content: "<<";
      line-height: 50px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
  #windowTemplateVars.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
    #windowTemplateVars.active .toggleTemplateVars:before {
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1); }
  #windowTemplateVars .inner {
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    padding: 0; }

/*# sourceMappingURL=https://reisefreund.vorschau-online.de/files/default//maps/default.css.map */

.reisedetails_item{border-radius:20px;display:flex;gap:1rem}.reisedetails_item .icon{width:6rem}.reisedetails_item .text{width:100%}.loginCode{background-size:cover}#ctrl_reiseoptionen{padding:0.5rem}.control-group label::before{display:none !important}.control-group label::after{display:none !important}.control-group fieldset{display:flex;gap:1rem;flex-wrap:wrap}.control-group.control-group-wide label{width:100%}.control-group label{width:calc(50% - 1rem);display:block}.control-group .label_name{padding-top:3px;display:block}.control-group .control{font-family:arial;display:block;position:relative;padding-left:38px;margin-bottom:5px;cursor:pointer;font-size:16px}@media screen and (max-width:34.3125em){.control-group .control{font-size:82.01%}}.control-group .control input{position:absolute;z-index:-1;opacity:0}.control-group .control_indicator{position:absolute;top:2px;left:0;height:28px;width:28px;background:#CCCCCC;border:0px solid #000000;border-radius:0px}.control-group .control:hover input~.control_indicator,.control-group .control input:focus~.control_indicator{background:#cccccc}.control-group .control input:checked~.control_indicator{background:#01a78e}.control-group .control:hover input:not([disabled]):checked~.control_indicator,.control-group .control input:checked:focus~.control_indicator{background:#01a78e}.control-group .control input:disabled~.control_indicator{background:#e6e6e6;opacity:0.6;pointer-events:none}.control-group .control_indicator:after{box-sizing:unset;content:"";position:absolute;display:none}.control-group .control input:checked~.control_indicator:after{display:block}.control-group .control-checkbox .control_indicator:after{left:10px;top:4px;width:5px;height:14px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.control-group .control-checkbox input:disabled~.control_indicator:after{border-color:#7b7b7b}.control-group .control-checkbox .control_indicator::before{content:"";display:block;position:absolute;left:0;top:0;width:4.5rem;height:4.5rem;margin-left:-1.3rem;margin-top:-1.3rem;background:#01a78e;border-radius:3rem;opacity:0.6;z-index:99999;transform:scale(0)}@keyframes s-ripple{0%{transform:scale(0)}20%{transform:scale(1)}100%{opacity:0;transform:scale(1)}}@keyframes s-ripple-dup{0%{transform:scale(0)}30%{transform:scale(1)}60%{transform:scale(1)}100%{opacity:0;transform:scale(1)}}.control-group .control-checkbox input+.control_indicator::before{animation:s-ripple 250ms ease-out}.control-group .control-checkbox input:checked+.control_indicator::before{animation-name:s-ripple-dup}
