@charset "UTF-8";
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.woff2") format("woff2"), url("fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Bold.woff2") format("woff2"), url("fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Light.woff2") format("woff2"), url("fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Thin.woff2") format("woff2"), url("fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-MediumItalic.woff2") format("woff2"), url("fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Italic.woff2") format("woff2"), url("fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
#foerder_grafik .st2 {
  font-family: "Roboto", -apple-system, system-ui, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #B52A2F;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5em;
  margin-top: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  color: #B52A2F;
  margin-bottom: 0.5em;
  margin-top: 0;
}

h1,
.h1 {
  font-size: 1.5rem;
}

h2,
.h2 {
  font-size: 1.3rem;
}

h3,
.h3 {
  font-size: 1.2rem;
}

h4,
.h4 {
  font-size: 1.1rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.8rem;
}

p {
  margin: 0 0 1rem;
}

a,
ins,
u {
  text-decoration-skip: ink edges;
}

abbr[title] {
  border-bottom: 0.05rem dotted;
  cursor: help;
  text-decoration: none;
}

kbd {
  border-radius: 0.1rem;
  line-height: 1.2;
  padding: 0.1rem 0.15rem;
  background: #2d2c2f;
  color: #f4f4f4;
  font-size: 0.8em;
}

mark {
  background: #ffe9b3;
  color: #3a383c;
  border-radius: 0.1rem;
  padding: 0.05rem;
}

blockquote {
  border-left: 0.1rem solid #c6c5c8;
  margin-left: 0;
  padding: 0.4rem 0.8rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
}
ul li,
ol li {
  margin-top: 0.4rem;
}

ul {
  list-style: disc;
}
ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0.4rem 0 0.8rem 0;
}

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

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

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

.font-norm {
  font-size: 1em;
}

.font-sm {
  font-size: 0.8em;
}

.font-lg {
  font-size: 1.2em;
}

.font-xl {
  font-size: 1.5em;
}

.font-xxl {
  font-size: 2em;
}

.font-xs {
  font-size: 0.6em;
}

.font-sm {
  font-size: 0.8em;
}

.font-md {
  font-size: 0.9em;
}

.font-norm {
  font-size: 1em;
}

.font-lg {
  font-size: 1.2em;
}

.font-xl {
  font-size: 1.5em;
}

.font-xxl {
  font-size: 2em;
}

@media (max-width: 1440px) {
  .font-xs-xxl {
    font-size: 0.6em;
  }

  .font-sm-xxl {
    font-size: 0.8em;
  }

  .font-md-xxl {
    font-size: 0.9em;
  }

  .font-norm-xxl {
    font-size: 1em;
  }

  .font-lg-xxl {
    font-size: 1.2em;
  }

  .font-xl-xxl {
    font-size: 1.5em;
  }

  .font-xxl-xxl {
    font-size: 2em;
  }
}
@media (max-width: 1280px) {
  .font-xs-xl {
    font-size: 0.6em;
  }

  .font-sm-xl {
    font-size: 0.8em;
  }

  .font-md-xl {
    font-size: 0.9em;
  }

  .font-norm-xl {
    font-size: 1em;
  }

  .font-lg-xl {
    font-size: 1.2em;
  }

  .font-xl-xl {
    font-size: 1.5em;
  }

  .font-xxl-xl {
    font-size: 2em;
  }
}
@media (max-width: 960px) {
  .font-xs-lg {
    font-size: 0.6em;
  }

  .font-sm-lg {
    font-size: 0.8em;
  }

  .font-md-lg {
    font-size: 0.9em;
  }

  .font-norm-lg {
    font-size: 1em;
  }

  .font-lg-lg {
    font-size: 1.2em;
  }

  .font-xl-lg {
    font-size: 1.5em;
  }

  .font-xxl-lg {
    font-size: 2em;
  }
}
@media (max-width: 840px) {
  .font-xs-md {
    font-size: 0.6em;
  }

  .font-sm-md {
    font-size: 0.8em;
  }

  .font-md-md {
    font-size: 0.9em;
  }

  .font-norm-md {
    font-size: 1em;
  }

  .font-lg-md {
    font-size: 1.2em;
  }

  .font-xl-md {
    font-size: 1.5em;
  }

  .font-xxl-md {
    font-size: 2em;
  }
}
@media (max-width: 600px) {
  .font-xs-sm {
    font-size: 0.6em;
  }

  .font-sm-sm {
    font-size: 0.8em;
  }

  .font-md-sm {
    font-size: 0.9em;
  }

  .font-norm-sm {
    font-size: 1em;
  }

  .font-lg-sm {
    font-size: 1.2em;
  }

  .font-xl-sm {
    font-size: 1.5em;
  }

  .font-xxl-sm {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .font-xs-xs {
    font-size: 0.6em;
  }

  .font-sm-xs {
    font-size: 0.8em;
  }

  .font-md-xs {
    font-size: 0.9em;
  }

  .font-norm-xs {
    font-size: 1em;
  }

  .font-lg-xs {
    font-size: 1.2em;
  }

  .font-xl-xs {
    font-size: 1.5em;
  }

  .font-xxl-xs {
    font-size: 2em;
  }
}
.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .font-lg {
    font-size: 1em;
  }

  .font-xl {
    font-size: 1em;
  }

  .font-xxl {
    font-size: 1.2em;
  }
}
@media (max-width: 960px) {
  .font-lg {
    font-size: 1em;
  }

  .font-xl {
    font-size: 1em;
  }

  .font-xxl {
    font-size: 1.2em;
    font-weight: bold;
  }
}
@media (max-width: 840px) {
  .font-lg {
    font-size: 1em;
  }

  .font-xl {
    font-size: 1em;
  }

  .font-xxl {
    font-size: 1.2em;
    font-weight: bold;
  }
}
@media (max-width: 600px) {
  .font-lg {
    font-size: 1em;
  }

  .font-xl {
    font-size: 1em;
  }

  .font-xxl {
    font-size: 1.2em;
    font-weight: bold;
  }
}
@media (max-width: 480px) {
  .font-lg {
    font-size: 1em;
  }

  .font-xl {
    font-size: 1em;
  }

  .font-xxl {
    font-size: 1.2em;
    font-weight: bold;
  }
}
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

video {
  /* override other styles to make responsive */
  width: 100% !important;
  height: auto !important;
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers. (removed)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Modify default styling of address.
 */
address {
  font-style: normal;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed)
 */
/**
 * 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;
}

/**
 * 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: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace;
  /* 1 (changed) */
  font-size: 1em;
  /* 2 */
}

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

/**
 * Add the correct background and color in IE 9-. (Removed)
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  font-weight: 400;
  /* (added) */
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 (changed) */
  font-size: inherit;
  /* 1 (changed) */
  line-height: inherit;
  /* 1 (changed) */
  margin: 0;
  /* 2 */
}

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

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

/**
 * 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 and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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] {
  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;
}

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
  outline: none;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

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

html {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1.6em;
  -webkit-tap-highlight-color: transparent;
}

div {
  box-sizing: border-box;
}

body {
  background: #f4f4f4;
  color: #3a383c;
  font-family: "Roboto", -apple-system, system-ui, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  font-size: 1em;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

video {
  /* override other styles to make responsive */
  width: 100% !important;
  height: auto !important;
}

a {
  color: #B52A2F;
  outline: none;
  text-decoration: none;
}
a:focus, a:hover, a:active, a.active {
  color: #a0252a;
}

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

.hidden {
  display: none;
}

/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen*/
::selection {
  background: #B52A2F;
  color: #efbcbd;
}

/* und hiermit der Firefox >=1 */
::-moz-selection {
  background: #B52A2F;
  color: #efbcbd;
}

hr {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #B2871F;
  opacity: 0.8;
  height: 1px;
}

@media (max-width: 840px) {
  html {
    font-size: 19px;
    line-height: 1.5em;
    -webkit-tap-highlight-color: transparent;
  }
}
.clearfix::after, .container::after {
  clear: both;
  content: "";
  display: table;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.flex-centered {
  align-items: center;
  display: flex;
  justify-content: center;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.m-1 {
  margin: 0.15rem !important;
}

.mb-1 {
  margin-bottom: 0.15rem !important;
}

.ml-1 {
  margin-left: 0.15rem !important;
}

.mr-1 {
  margin-right: 0.15rem !important;
}

.mt-1 {
  margin-top: 0.15rem !important;
}

.mx-1 {
  margin-left: 0.15rem !important;
  margin-right: 0.15rem !important;
}

.my-1 {
  margin-bottom: 0.15rem !important;
  margin-top: 0.15rem !important;
}

.m-2 {
  margin: 0.6rem !important;
}

.mb-2 {
  margin-bottom: 0.6rem !important;
}

.ml-2 {
  margin-left: 0.6rem !important;
}

.mr-2 {
  margin-right: 0.6rem !important;
}

.mt-2 {
  margin-top: 0.6rem !important;
}

.mx-2 {
  margin-left: 0.6rem !important;
  margin-right: 0.6rem !important;
}

.my-2 {
  margin-bottom: 0.6rem !important;
  margin-top: 0.6rem !important;
}

.m-3 {
  margin: 1.2rem !important;
}

.mb-3 {
  margin-bottom: 1.2rem !important;
}

.ml-3 {
  margin-left: 1.2rem !important;
}

.mr-3 {
  margin-right: 1.2rem !important;
}

.mt-3 {
  margin-top: 1.2rem !important;
}

.mx-3 {
  margin-left: 1.2rem !important;
  margin-right: 1.2rem !important;
}

.my-3 {
  margin-bottom: 1.2rem !important;
  margin-top: 1.2rem !important;
}

.m-4 {
  margin: 2.4rem !important;
}

.mb-4 {
  margin-bottom: 2.4rem !important;
}

.ml-4 {
  margin-left: 2.4rem !important;
}

.mr-4 {
  margin-right: 2.4rem !important;
}

.mt-4 {
  margin-top: 2.4rem !important;
}

.mx-4 {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}

.my-4 {
  margin-bottom: 2.4rem !important;
  margin-top: 2.4rem !important;
}

.m-5 {
  margin: 3.2rem !important;
}

.mb-5 {
  margin-bottom: 3.2rem !important;
}

.ml-5 {
  margin-left: 3.2rem !important;
}

.mr-5 {
  margin-right: 3.2rem !important;
}

.mt-5 {
  margin-top: 3.2rem !important;
}

.mx-5 {
  margin-left: 3.2rem !important;
  margin-right: 3.2rem !important;
}

.my-5 {
  margin-bottom: 3.2rem !important;
  margin-top: 3.2rem !important;
}

.m-s {
  margin: 1.2rem !important;
}

.mb-s {
  margin-bottom: 1.2rem !important;
}

.ml-s {
  margin-left: 1.2rem !important;
}

.mr-s {
  margin-right: 1.2rem !important;
}

.mt-s {
  margin-top: 1.2rem !important;
}

.mx-s {
  margin-left: 1.2rem !important;
  margin-right: 1.2rem !important;
}

.my-s {
  margin-bottom: 1.2rem !important;
  margin-top: 1.2rem !important;
}

.m-m {
  margin: 2.4rem !important;
}

.mb-m {
  margin-bottom: 2.4rem !important;
}

.ml-m {
  margin-left: 2.4rem !important;
}

.mr-m {
  margin-right: 2.4rem !important;
}

.mt-m {
  margin-top: 2.4rem !important;
}

.mx-m {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}

.my-m {
  margin-bottom: 2.4rem !important;
  margin-top: 2.4rem !important;
}

.m-l {
  margin: 4rem !important;
}

.mb-l {
  margin-bottom: 4rem !important;
}

.ml-l {
  margin-left: 4rem !important;
}

.mr-l {
  margin-right: 4rem !important;
}

.mt-l {
  margin-top: 4rem !important;
}

.mx-l {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-l {
  margin-bottom: 4rem !important;
  margin-top: 4rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.p-1 {
  padding: 0.6rem !important;
}

.pb-1 {
  padding-bottom: 0.6rem !important;
}

.pl-1 {
  padding-left: 0.6rem !important;
}

.pr-1 {
  padding-right: 0.6rem !important;
}

.pt-1 {
  padding-top: 0.6rem !important;
}

.px-1 {
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}

.py-1 {
  padding-bottom: 0.6rem !important;
  padding-top: 0.6rem !important;
}

.p-2 {
  padding: 1.2rem !important;
}

.pb-2 {
  padding-bottom: 1.2rem !important;
}

.pl-2 {
  padding-left: 1.2rem !important;
}

.pr-2 {
  padding-right: 1.2rem !important;
}

.pt-2 {
  padding-top: 1.2rem !important;
}

.px-2 {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.py-2 {
  padding-bottom: 1.2rem !important;
  padding-top: 1.2rem !important;
}

.p-3 {
  padding: 1.2rem !important;
}

.pb-3 {
  padding-bottom: 1.2rem !important;
}

.pl-3 {
  padding-left: 1.2rem !important;
}

.pr-3 {
  padding-right: 1.2rem !important;
}

.pt-3 {
  padding-top: 1.2rem !important;
}

.px-3 {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.py-3 {
  padding-bottom: 1.2rem !important;
  padding-top: 1.2rem !important;
}

.p-4 {
  padding: 2.4rem !important;
}

.pb-4 {
  padding-bottom: 2.4rem !important;
}

.pl-4 {
  padding-left: 2.4rem !important;
}

.pr-4 {
  padding-right: 2.4rem !important;
}

.pt-4 {
  padding-top: 2.4rem !important;
}

.px-4 {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

.py-4 {
  padding-bottom: 2.4rem !important;
  padding-top: 2.4rem !important;
}

.p-5 {
  padding: 3.2rem !important;
}

.pb-5 {
  padding-bottom: 3.2rem !important;
}

.pl-5 {
  padding-left: 3.2rem !important;
}

.pr-5 {
  padding-right: 3.2rem !important;
}

.pt-5 {
  padding-top: 3.2rem !important;
}

.px-5 {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
}

.py-5 {
  padding-bottom: 3.2rem !important;
  padding-top: 3.2rem !important;
}

.p-5 {
  padding: 3.2rem !important;
}

.pb-5 {
  padding-bottom: 3.2rem !important;
}

.pl-5 {
  padding-left: 3.2rem !important;
}

.pr-5 {
  padding-right: 3.2rem !important;
}

.pt-5 {
  padding-top: 3.2rem !important;
}

.px-5 {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
}

.py-5 {
  padding-bottom: 3.2rem !important;
  padding-top: 3.2rem !important;
}

.p-6 {
  padding: 3.6rem !important;
}

.pb-6 {
  padding-bottom: 3.6rem !important;
}

.pl-6 {
  padding-left: 3.6rem !important;
}

.pr-6 {
  padding-right: 3.6rem !important;
}

.pt-6 {
  padding-top: 3.6rem !important;
}

.px-6 {
  padding-left: 3.6rem !important;
  padding-right: 3.6rem !important;
}

.py-6 {
  padding-bottom: 3.6rem !important;
  padding-top: 3.6rem !important;
}

.p-7 {
  padding: 4rem !important;
}

.pb-7 {
  padding-bottom: 4rem !important;
}

.pl-7 {
  padding-left: 4rem !important;
}

.pr-7 {
  padding-right: 4rem !important;
}

.pt-7 {
  padding-top: 4rem !important;
}

.px-7 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-7 {
  padding-bottom: 4rem !important;
  padding-top: 4rem !important;
}

.p-8 {
  padding: 4.6rem !important;
}

.pb-8 {
  padding-bottom: 4.6rem !important;
}

.pl-8 {
  padding-left: 4.6rem !important;
}

.pr-8 {
  padding-right: 4.6rem !important;
}

.pt-8 {
  padding-top: 4.6rem !important;
}

.px-8 {
  padding-left: 4.6rem !important;
  padding-right: 4.6rem !important;
}

.py-8 {
  padding-bottom: 4.6rem !important;
  padding-top: 4.6rem !important;
}

.p-s {
  padding: 1.2rem !important;
}

.pb-s {
  padding-bottom: 1.2rem !important;
}

.pl-s {
  padding-left: 1.2rem !important;
}

.pr-s {
  padding-right: 1.2rem !important;
}

.pt-s {
  padding-top: 1.2rem !important;
}

.px-s {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.py-s {
  padding-bottom: 1.2rem !important;
  padding-top: 1.2rem !important;
}

.p-m {
  padding: 2.4rem !important;
}

.pb-m {
  padding-bottom: 2.4rem !important;
}

.pl-m {
  padding-left: 2.4rem !important;
}

.pr-m {
  padding-right: 2.4rem !important;
}

.pt-m {
  padding-top: 2.4rem !important;
}

.px-m {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

.py-m {
  padding-bottom: 2.4rem !important;
  padding-top: 2.4rem !important;
}

.p-l {
  padding: 4rem !important;
}

.pb-l {
  padding-bottom: 4rem !important;
}

.pl-l {
  padding-left: 4rem !important;
}

.pr-l {
  padding-right: 4rem !important;
}

.pt-l {
  padding-top: 4rem !important;
}

.px-l {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-l {
  padding-bottom: 4rem !important;
  padding-top: 4rem !important;
}

@media (max-width: 1280px) {
  .m-s {
    margin: 1.2rem !important;
  }

  .mb-s {
    margin-bottom: 1.2rem !important;
  }

  .ml-s {
    margin-left: 1.2rem !important;
  }

  .mr-s {
    margin-right: 1.2rem !important;
  }

  .mt-s {
    margin-top: 1.2rem !important;
  }

  .mx-s {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }

  .my-s {
    margin-bottom: 1.2rem !important;
    margin-top: 1.2rem !important;
  }

  .m-m {
    margin: 2.4rem !important;
  }

  .mb-m {
    margin-bottom: 2.4rem !important;
  }

  .ml-m {
    margin-left: 2.4rem !important;
  }

  .mr-m {
    margin-right: 2.4rem !important;
  }

  .mt-m {
    margin-top: 2.4rem !important;
  }

  .mx-m {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }

  .my-m {
    margin-bottom: 2.4rem !important;
    margin-top: 2.4rem !important;
  }

  .m-l {
    margin: 4rem !important;
  }

  .mb-l {
    margin-bottom: 4rem !important;
  }

  .ml-l {
    margin-left: 4rem !important;
  }

  .mr-l {
    margin-right: 4rem !important;
  }

  .mt-l {
    margin-top: 4rem !important;
  }

  .mx-l {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .my-l {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }

  .p-s {
    padding: 1.2rem !important;
  }

  .pb-s {
    padding-bottom: 1.2rem !important;
  }

  .pl-s {
    padding-left: 1.2rem !important;
  }

  .pr-s {
    padding-right: 1.2rem !important;
  }

  .pt-s {
    padding-top: 1.2rem !important;
  }

  .px-s {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }

  .py-s {
    padding-bottom: 1.2rem !important;
    padding-top: 1.2rem !important;
  }

  .p-m {
    padding: 2.4rem !important;
  }

  .pb-m {
    padding-bottom: 2.4rem !important;
  }

  .pl-m {
    padding-left: 2.4rem !important;
  }

  .pr-m {
    padding-right: 2.4rem !important;
  }

  .pt-m {
    padding-top: 2.4rem !important;
  }

  .px-m {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }

  .py-m {
    padding-bottom: 2.4rem !important;
    padding-top: 2.4rem !important;
  }

  .p-l {
    padding: 4rem !important;
  }

  .pb-l {
    padding-bottom: 4rem !important;
  }

  .pl-l {
    padding-left: 4rem !important;
  }

  .pr-l {
    padding-right: 4rem !important;
  }

  .pt-l {
    padding-top: 4rem !important;
  }

  .px-l {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .py-l {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }

  .mb-0-xl {
    margin-bottom: 0 !important;
  }

  .mt-0-xl {
    margin-top: 0 !important;
  }

  .ml-0-xl {
    margin-left: 0 !important;
  }

  .mr-0-xl {
    margin-right: 0 !important;
  }

  .mb-1-xl {
    margin-bottom: 0.2rem !important;
  }

  .mt-1-xl {
    margin-top: 0.2rem !important;
  }

  .ml-1-xl {
    margin-left: 0.2rem !important;
  }

  .mr-1-xl {
    margin-right: 0.2rem !important;
  }

  .mb-2-xl {
    margin-bottom: 0.6rem !important;
  }

  .mt-2-xl {
    margin-top: 0.6rem !important;
  }

  .ml-2-xl {
    margin-left: 0.6rem !important;
  }

  .mr-2-xl {
    margin-right: 0.6rem !important;
  }

  .mb-3-xl {
    margin-bottom: 1.2rem !important;
  }

  .mt-3-xl {
    margin-top: 1.2rem !important;
  }

  .ml-3-xl {
    margin-left: 1.2rem !important;
  }

  .mr-3-xl {
    margin-right: 1.2rem !important;
  }

  .mb-4-xl {
    margin-bottom: 2.4rem !important;
  }

  .mt-4-xl {
    margin-top: 2.4rem !important;
  }

  .ml-4-xl {
    margin-left: 2.4rem !important;
  }

  .mr-4-xl {
    margin-right: 2.4rem !important;
  }

  .mb-5-xl {
    margin-bottom: 3.2rem !important;
  }

  .mt-5-xl {
    margin-top: 3.2rem !important;
  }

  .ml-5-xl {
    margin-left: 3.2rem !important;
  }

  .mr-5-xl {
    margin-right: 3.2rem !important;
  }

  .p-0-xl {
    padding: 0 !important;
  }

  .pb-0-xl {
    padding-bottom: 0 !important;
  }

  .pt-0-xl {
    padding-top: 0 !important;
  }

  .pl-0-xl {
    padding-left: 0 !important;
  }

  .pr-0-xl {
    padding-right: 0 !important;
  }

  .p-1-xl {
    padding: 0.2rem !important;
  }

  .pb-1-xl {
    padding-bottom: 0.2rem !important;
  }

  .pt-1-xl {
    padding-top: 0.2rem !important;
  }

  .pl-1-xl {
    padding-left: 0.2rem !important;
  }

  .pr-1-xl {
    padding-right: 0.2rem !important;
  }

  .p-2-xl {
    padding: 0.6rem !important;
  }

  .pb-2-xl {
    padding-bottom: 0.6rem !important;
  }

  .pt-2-xl {
    padding-top: 0.6rem !important;
  }

  .pl-2-xl {
    padding-left: 0.6rem !important;
  }

  .pr-2-xl {
    padding-right: 0.6rem !important;
  }

  .p-3-xl {
    padding: 1.2rem !important;
  }

  .pb-3-xl {
    padding-bottom: 1.2rem !important;
  }

  .pt-3-xl {
    padding-top: 1.2rem !important;
  }

  .pl-3-xl {
    padding-left: 1.2rem !important;
  }

  .pr-3-xl {
    padding-right: 1.2rem !important;
  }

  .p-4-xl {
    padding: 2.4rem !important;
  }

  .pb-4-xl {
    padding-bottom: 2.4rem !important;
  }

  .pt-4-xl {
    padding-top: 2.4rem !important;
  }

  .pl-4-xl {
    padding-left: 2.4rem !important;
  }

  .pr-4-xl {
    padding-right: 2.4rem !important;
  }

  .p-5-xl {
    padding: 3.2rem !important;
  }

  .pb-5-xl {
    padding-bottom: 3.2rem !important;
  }

  .pt-5-xl {
    padding-top: 3.2rem !important;
  }

  .pl-5-xl {
    padding-left: 3.2rem !important;
  }

  .pr-5-xl {
    padding-right: 3.2rem !important;
  }
}
@media (max-width: 960px) {
  .mb-0-lg {
    margin-bottom: 0 !important;
  }

  .mt-0-lg {
    margin-top: 0 !important;
  }

  .ml-0-lg {
    margin-left: 0 !important;
  }

  .mr-0-lg {
    margin-right: 0 !important;
  }

  .mb-1-lg {
    margin-bottom: 0.2rem !important;
  }

  .mt-1-lg {
    margin-top: 0.2rem !important;
  }

  .ml-1-lg {
    margin-left: 0.2rem !important;
  }

  .mr-1-lg {
    margin-right: 0.2rem !important;
  }

  .mb-2-lg {
    margin-bottom: 0.6rem !important;
  }

  .mt-2-lg {
    margin-top: 0.6rem !important;
  }

  .ml-2-lg {
    margin-left: 0.6rem !important;
  }

  .mr-2-lg {
    margin-right: 0.6rem !important;
  }

  .mb-3-lg {
    margin-bottom: 1.2rem !important;
  }

  .mt-3-lg {
    margin-top: 1.2rem !important;
  }

  .ml-3-lg {
    margin-left: 1.2rem !important;
  }

  .mr-3-lg {
    margin-right: 1.2rem !important;
  }

  .mb-4-lg {
    margin-bottom: 2.4rem !important;
  }

  .mt-4-lg {
    margin-top: 2.4rem !important;
  }

  .ml-4-lg {
    margin-left: 2.4rem !important;
  }

  .mr-4-lg {
    margin-right: 2.4rem !important;
  }

  .mb-5-lg {
    margin-bottom: 3.2rem !important;
  }

  .mt-5-lg {
    margin-top: 3.2rem !important;
  }

  .ml-5-lg {
    margin-left: 3.2rem !important;
  }

  .mr-5-lg {
    margin-right: 3.2rem !important;
  }

  .m-s {
    margin: 1.2rem !important;
  }

  .mb-s {
    margin-bottom: 1.2rem !important;
  }

  .ml-s {
    margin-left: 1.2rem !important;
  }

  .mr-s {
    margin-right: 1.2rem !important;
  }

  .mt-s {
    margin-top: 1.2rem !important;
  }

  .mx-s {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }

  .my-s {
    margin-bottom: 1.2rem !important;
    margin-top: 1.2rem !important;
  }

  .m-m {
    margin: 2rem !important;
  }

  .mb-m {
    margin-bottom: 2rem !important;
  }

  .ml-m {
    margin-left: 2rem !important;
  }

  .mr-m {
    margin-right: 2rem !important;
  }

  .mt-m {
    margin-top: 2rem !important;
  }

  .mx-m {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .my-m {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }

  .m-l {
    margin: 3.2rem !important;
  }

  .mb-l {
    margin-bottom: 3.2rem !important;
  }

  .ml-l {
    margin-left: 3.2rem !important;
  }

  .mr-l {
    margin-right: 3.2rem !important;
  }

  .mt-l {
    margin-top: 3.2rem !important;
  }

  .mx-l {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }

  .my-l {
    margin-bottom: 3.2rem !important;
    margin-top: 3.2rem !important;
  }

  .p-s {
    padding: 1.2rem !important;
  }

  .pb-s {
    padding-bottom: 1.2rem !important;
  }

  .pl-s {
    padding-left: 1.2rem !important;
  }

  .pr-s {
    padding-right: 1.2rem !important;
  }

  .pt-s {
    padding-top: 1.2rem !important;
  }

  .px-s {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }

  .py-s {
    padding-bottom: 1.2rem !important;
    padding-top: 1.2rem !important;
  }

  .p-m {
    padding: 2rem !important;
  }

  .pb-m {
    padding-bottom: 2rem !important;
  }

  .pl-m {
    padding-left: 2rem !important;
  }

  .pr-m {
    padding-right: 2rem !important;
  }

  .pt-m {
    padding-top: 2rem !important;
  }

  .px-m {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .py-m {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }

  .p-l {
    padding: 3.2rem !important;
  }

  .pb-l {
    padding-bottom: 3.2rem !important;
  }

  .pl-l {
    padding-left: 3.2rem !important;
  }

  .pr-l {
    padding-right: 3.2rem !important;
  }

  .pt-l {
    padding-top: 3.2rem !important;
  }

  .px-l {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }

  .py-l {
    padding-bottom: 3.2rem !important;
    padding-top: 3.2rem !important;
  }

  .p-0-lg {
    padding: 0 !important;
  }

  .pb-0-lg {
    padding-bottom: 0 !important;
  }

  .pt-0-lg {
    padding-top: 0 !important;
  }

  .pl-0-lg {
    padding-left: 0 !important;
  }

  .pr-0-lg {
    padding-right: 0 !important;
  }

  .p-1-lg {
    padding: 0.2rem !important;
  }

  .pb-1-lg {
    padding-bottom: 0.2rem !important;
  }

  .pt-1-lg {
    padding-top: 0.2rem !important;
  }

  .pl-1-lg {
    padding-left: 0.2rem !important;
  }

  .pr-1-lg {
    padding-right: 0.2rem !important;
  }

  .p-2-lg {
    padding: 0.6rem !important;
  }

  .pb-2-lg {
    padding-bottom: 0.6rem !important;
  }

  .pt-2-lg {
    padding-top: 0.6rem !important;
  }

  .pl-2-lg {
    padding-left: 0.6rem !important;
  }

  .pr-2-lg {
    padding-right: 0.6rem !important;
  }

  .p-3-lg {
    padding: 1.2rem !important;
  }

  .pb-3-lg {
    padding-bottom: 1.2rem !important;
  }

  .pt-3-lg {
    padding-top: 1.2rem !important;
  }

  .pl-3-lg {
    padding-left: 1.2rem !important;
  }

  .pr-3-lg {
    padding-right: 1.2rem !important;
  }

  .p-4-lg {
    padding: 2.4rem !important;
  }

  .pb-4-lg {
    padding-bottom: 2.4rem !important;
  }

  .pt-4-lg {
    padding-top: 2.4rem !important;
  }

  .pl-4-lg {
    padding-left: 2.4rem !important;
  }

  .pr-4-lg {
    padding-right: 2.4rem !important;
  }

  .p-5-lg {
    padding: 3.2rem !important;
  }

  .pb-5-lg {
    padding-bottom: 3.2rem !important;
  }

  .pt-5-lg {
    padding-top: 3.2rem !important;
  }

  .pl-5-lg {
    padding-left: 3.2rem !important;
  }

  .pr-5-lg {
    padding-right: 3.2rem !important;
  }
}
@media (max-width: 840px) {
  .mb-0-md {
    margin-bottom: 0 !important;
  }

  .mt-0-md {
    margin-top: 0 !important;
  }

  .ml-0-md {
    margin-left: 0 !important;
  }

  .mr-0-md {
    margin-right: 0 !important;
  }

  .mb-1-md {
    margin-bottom: 0.2rem !important;
  }

  .mt-1-md {
    margin-top: 0.2rem !important;
  }

  .ml-1-md {
    margin-left: 0.2rem !important;
  }

  .mr-1-md {
    margin-right: 0.2rem !important;
  }

  .mb-2-md {
    margin-bottom: 0.6rem !important;
  }

  .mt-2-md {
    margin-top: 0.6rem !important;
  }

  .ml-2-md {
    margin-left: 0.6rem !important;
  }

  .mr-2-md {
    margin-right: 0.6rem !important;
  }

  .mb-3-md {
    margin-bottom: 1.2rem !important;
  }

  .mt-3-md {
    margin-top: 1.2rem !important;
  }

  .ml-3-md {
    margin-left: 1.2rem !important;
  }

  .mr-3-md {
    margin-right: 1.2rem !important;
  }

  .mb-4-md {
    margin-bottom: 2.4rem !important;
  }

  .mt-4-md {
    margin-top: 2.4rem !important;
  }

  .ml-4-md {
    margin-left: 2.4rem !important;
  }

  .mr-4-md {
    margin-right: 2.4rem !important;
  }

  .mb-5-md {
    margin-bottom: 3.2rem !important;
  }

  .mt-5-md {
    margin-top: 3.2rem !important;
  }

  .ml-5-md {
    margin-left: 3.2rem !important;
  }

  .mr-5-md {
    margin-right: 3.2rem !important;
  }

  .m-s {
    margin: 0.8rem !important;
  }

  .mb-s {
    margin-bottom: 0.8rem !important;
  }

  .ml-s {
    margin-left: 0.8rem !important;
  }

  .mr-s {
    margin-right: 0.8rem !important;
  }

  .mt-s {
    margin-top: 0.8rem !important;
  }

  .mx-s {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }

  .my-s {
    margin-bottom: 0.8rem !important;
    margin-top: 0.8rem !important;
  }

  .m-m {
    margin: 1.6rem !important;
  }

  .mb-m {
    margin-bottom: 1.6rem !important;
  }

  .ml-m {
    margin-left: 1.6rem !important;
  }

  .mr-m {
    margin-right: 1.6rem !important;
  }

  .mt-m {
    margin-top: 1.6rem !important;
  }

  .mx-m {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }

  .my-m {
    margin-bottom: 1.6rem !important;
    margin-top: 1.6rem !important;
  }

  .m-l {
    margin: 2.4rem !important;
  }

  .mb-l {
    margin-bottom: 2.4rem !important;
  }

  .ml-l {
    margin-left: 2.4rem !important;
  }

  .mr-l {
    margin-right: 2.4rem !important;
  }

  .mt-l {
    margin-top: 2.4rem !important;
  }

  .mx-l {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }

  .my-l {
    margin-bottom: 2.4rem !important;
    margin-top: 2.4rem !important;
  }

  .p-s {
    padding: 0.8rem !important;
  }

  .pb-s {
    padding-bottom: 0.8rem !important;
  }

  .pl-s {
    padding-left: 0.8rem !important;
  }

  .pr-s {
    padding-right: 0.8rem !important;
  }

  .pt-s {
    padding-top: 0.8rem !important;
  }

  .px-s {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }

  .py-s {
    padding-bottom: 0.8rem !important;
    padding-top: 0.8rem !important;
  }

  .p-m {
    padding: 1.6rem !important;
  }

  .pb-m {
    padding-bottom: 1.6rem !important;
  }

  .pl-m {
    padding-left: 1.6rem !important;
  }

  .pr-m {
    padding-right: 1.6rem !important;
  }

  .pt-m {
    padding-top: 1.6rem !important;
  }

  .px-m {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }

  .py-m {
    padding-bottom: 1.6rem !important;
    padding-top: 1.6rem !important;
  }

  .p-l {
    padding: 2.4rem !important;
  }

  .pb-l {
    padding-bottom: 2.4rem !important;
  }

  .pl-l {
    padding-left: 2.4rem !important;
  }

  .pr-l {
    padding-right: 2.4rem !important;
  }

  .pt-l {
    padding-top: 2.4rem !important;
  }

  .px-l {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }

  .py-l {
    padding-bottom: 2.4rem !important;
    padding-top: 2.4rem !important;
  }

  .p-0-md {
    padding: 0 !important;
  }

  .pb-0-md {
    padding-bottom: 0 !important;
  }

  .pt-0-md {
    padding-top: 0 !important;
  }

  .pl-0-md {
    padding-left: 0 !important;
  }

  .pr-0-md {
    padding-right: 0 !important;
  }

  .p-1-md {
    padding: 0.2rem !important;
  }

  .pb-1-md {
    padding-bottom: 0.2rem !important;
  }

  .pt-1-md {
    padding-top: 0.2rem !important;
  }

  .pl-1-md {
    padding-left: 0.2rem !important;
  }

  .pr-1-md {
    padding-right: 0.2rem !important;
  }

  .p-2-md {
    padding: 0.6rem !important;
  }

  .pb-2-md {
    padding-bottom: 0.6rem !important;
  }

  .pt-2-md {
    padding-top: 0.6rem !important;
  }

  .pl-2-md {
    padding-left: 0.6rem !important;
  }

  .pr-2-md {
    padding-right: 0.6rem !important;
  }

  .p-3-md {
    padding: 1.2rem !important;
  }

  .pb-3-md {
    padding-bottom: 1.2rem !important;
  }

  .pt-3-md {
    padding-top: 1.2rem !important;
  }

  .pl-3-md {
    padding-left: 1.2rem !important;
  }

  .pr-3-md {
    padding-right: 1.2rem !important;
  }

  .p-4-md {
    padding: 2.4rem !important;
  }

  .pb-4-md {
    padding-bottom: 2.4rem !important;
  }

  .pt-4-md {
    padding-top: 2.4rem !important;
  }

  .pl-4-md {
    padding-left: 2.4rem !important;
  }

  .pr-4-md {
    padding-right: 2.4rem !important;
  }

  .p-5-md {
    padding: 3.2rem !important;
  }

  .pb-5-md {
    padding-bottom: 3.2rem !important;
  }

  .pt-5-md {
    padding-top: 3.2rem !important;
  }

  .pl-5-md {
    padding-left: 3.2rem !important;
  }

  .pr-5-md {
    padding-right: 3.2rem !important;
  }
}
@media (max-width: 600px) {
  .mb-0-sm {
    margin-bottom: 0 !important;
  }

  .mt-0-sm {
    margin-top: 0 !important;
  }

  .ml-0-sm {
    margin-left: 0 !important;
  }

  .mr-0-sm {
    margin-right: 0 !important;
  }

  .mb-1-sm {
    margin-bottom: 0.2rem !important;
  }

  .mt-1-sm {
    margin-top: 0.2rem !important;
  }

  .ml-1-sm {
    margin-left: 0.2rem !important;
  }

  .mr-1-sm {
    margin-right: 0.2rem !important;
  }

  .mb-2-sm {
    margin-bottom: 0.6rem !important;
  }

  .mt-2-sm {
    margin-top: 0.6rem !important;
  }

  .ml-2-sm {
    margin-left: 0.6rem !important;
  }

  .mr-2-sm {
    margin-right: 0.6rem !important;
  }

  .mb-3-sm {
    margin-bottom: 1.2rem !important;
  }

  .mt-3-sm {
    margin-top: 1.2rem !important;
  }

  .ml-3-sm {
    margin-left: 1.2rem !important;
  }

  .mr-3-sm {
    margin-right: 1.2rem !important;
  }

  .mb-4-sm {
    margin-bottom: 2.4rem !important;
  }

  .mt-4-sm {
    margin-top: 2.4rem !important;
  }

  .ml-4-sm {
    margin-left: 2.4rem !important;
  }

  .mr-4-sm {
    margin-right: 2.4rem !important;
  }

  .mb-5-sm {
    margin-bottom: 3.2rem !important;
  }

  .mt-5-sm {
    margin-top: 3.2rem !important;
  }

  .ml-5-sm {
    margin-left: 3.2rem !important;
  }

  .mr-5-sm {
    margin-right: 3.2rem !important;
  }

  .m-s {
    margin: 0.4rem !important;
  }

  .mb-s {
    margin-bottom: 0.4rem !important;
  }

  .ml-s {
    margin-left: 0.4rem !important;
  }

  .mr-s {
    margin-right: 0.4rem !important;
  }

  .mt-s {
    margin-top: 0.4rem !important;
  }

  .mx-s {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }

  .my-s {
    margin-bottom: 0.4rem !important;
    margin-top: 0.4rem !important;
  }

  .m-m {
    margin: 1.2rem !important;
  }

  .mb-m {
    margin-bottom: 1.2rem !important;
  }

  .ml-m {
    margin-left: 1.2rem !important;
  }

  .mr-m {
    margin-right: 1.2rem !important;
  }

  .mt-m {
    margin-top: 1.2rem !important;
  }

  .mx-m {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }

  .my-m {
    margin-bottom: 1.2rem !important;
    margin-top: 1.2rem !important;
  }

  .m-l {
    margin: 2rem !important;
  }

  .mb-l {
    margin-bottom: 2rem !important;
  }

  .ml-l {
    margin-left: 2rem !important;
  }

  .mr-l {
    margin-right: 2rem !important;
  }

  .mt-l {
    margin-top: 2rem !important;
  }

  .mx-l {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .my-l {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }

  .p-s {
    padding: 0.4rem !important;
  }

  .pb-s {
    padding-bottom: 0.4rem !important;
  }

  .pl-s {
    padding-left: 0.4rem !important;
  }

  .pr-s {
    padding-right: 0.4rem !important;
  }

  .pt-s {
    padding-top: 0.4rem !important;
  }

  .px-s {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }

  .py-s {
    padding-bottom: 0.4rem !important;
    padding-top: 0.4rem !important;
  }

  .p-m {
    padding: 1.2rem !important;
  }

  .pb-m {
    padding-bottom: 1.2rem !important;
  }

  .pl-m {
    padding-left: 1.2rem !important;
  }

  .pr-m {
    padding-right: 1.2rem !important;
  }

  .pt-m {
    padding-top: 1.2rem !important;
  }

  .px-m {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }

  .py-m {
    padding-bottom: 1.2rem !important;
    padding-top: 1.2rem !important;
  }

  .p-l {
    padding: 2rem !important;
  }

  .pb-l {
    padding-bottom: 2rem !important;
  }

  .pl-l {
    padding-left: 2rem !important;
  }

  .pr-l {
    padding-right: 2rem !important;
  }

  .pt-l {
    padding-top: 2rem !important;
  }

  .px-l {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .py-l {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }

  .p-0-sm {
    padding: 0 !important;
  }

  .pb-0-sm {
    padding-bottom: 0 !important;
  }

  .pt-0-sm {
    padding-top: 0 !important;
  }

  .pl-0-sm {
    padding-left: 0 !important;
  }

  .pr-0-sm {
    padding-right: 0 !important;
  }

  .p-1-sm {
    padding: 0.2rem !important;
  }

  .pb-1-sm {
    padding-bottom: 0.2rem !important;
  }

  .pt-1-sm {
    padding-top: 0.2rem !important;
  }

  .pl-1-sm {
    padding-left: 0.2rem !important;
  }

  .pr-1-sm {
    padding-right: 0.2rem !important;
  }

  .p-2-sm {
    padding: 0.6rem !important;
  }

  .pb-2-sm {
    padding-bottom: 0.6rem !important;
  }

  .pt-2-sm {
    padding-top: 0.6rem !important;
  }

  .pl-2-sm {
    padding-left: 0.6rem !important;
  }

  .pr-2-sm {
    padding-right: 0.6rem !important;
  }

  .p-3-sm {
    padding: 1.2rem !important;
  }

  .pb-3-sm {
    padding-bottom: 1.2rem !important;
  }

  .pt-3-sm {
    padding-top: 1.2rem !important;
  }

  .pl-3-sm {
    padding-left: 1.2rem !important;
  }

  .pr-3-sm {
    padding-right: 1.2rem !important;
  }

  .p-4-sm {
    padding: 2.4rem !important;
  }

  .pb-4-sm {
    padding-bottom: 2.4rem !important;
  }

  .pt-4-sm {
    padding-top: 2.4rem !important;
  }

  .pl-4-sm {
    padding-left: 2.4rem !important;
  }

  .pr-4-sm {
    padding-right: 2.4rem !important;
  }

  .p-5-sm {
    padding: 3.2rem !important;
  }

  .pb-5-sm {
    padding-bottom: 3.2rem !important;
  }

  .pt-5-sm {
    padding-top: 3.2rem !important;
  }

  .pl-5-sm {
    padding-left: 3.2rem !important;
  }

  .pr-5-sm {
    padding-right: 3.2rem !important;
  }
}
@media (max-width: 480px) {
  .mb-1-xs {
    margin-bottom: 0.2rem !important;
  }

  .mt-1-xs {
    margin-top: 0.2rem !important;
  }

  .ml-1-xs {
    margin-left: 0.2rem !important;
  }

  .mr-1-xs {
    margin-right: 0.2rem !important;
  }

  .mb-2-xs {
    margin-bottom: 0.6rem !important;
  }

  .mt-2-xs {
    margin-top: 0.6rem !important;
  }

  .ml-2-xs {
    margin-left: 0.6rem !important;
  }

  .mr-2-xs {
    margin-right: 0.6rem !important;
  }

  .mb-3-xs {
    margin-bottom: 1.2rem !important;
  }

  .mt-3-xs {
    margin-top: 1.2rem !important;
  }

  .ml-3-xs {
    margin-left: 1.2rem !important;
  }

  .mr-3-xs {
    margin-right: 1.2rem !important;
  }

  .mb-4-xs {
    margin-bottom: 2.4rem !important;
  }

  .mt-4-xs {
    margin-top: 2.4rem !important;
  }

  .ml-4-xs {
    margin-left: 2.4rem !important;
  }

  .mr-4-xs {
    margin-right: 2.4rem !important;
  }

  .mb-5-xs {
    margin-bottom: 3.2rem !important;
  }

  .mt-5-xs {
    margin-top: 3.2rem !important;
  }

  .ml-5-xs {
    margin-left: 3.2rem !important;
  }

  .mr-5-xs {
    margin-right: 3.2rem !important;
  }

  .m-s {
    margin: 0.4rem !important;
  }

  .mb-s {
    margin-bottom: 0.4rem !important;
  }

  .ml-s {
    margin-left: 0.4rem !important;
  }

  .mr-s {
    margin-right: 0.4rem !important;
  }

  .mt-s {
    margin-top: 0.4rem !important;
  }

  .mx-s {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }

  .my-s {
    margin-bottom: 0.4rem !important;
    margin-top: 0.4rem !important;
  }

  .m-m {
    margin: 0.8rem !important;
  }

  .mb-m {
    margin-bottom: 0.8rem !important;
  }

  .ml-m {
    margin-left: 0.8rem !important;
  }

  .mr-m {
    margin-right: 0.8rem !important;
  }

  .mt-m {
    margin-top: 0.8rem !important;
  }

  .mx-m {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }

  .my-m {
    margin-bottom: 0.8rem !important;
    margin-top: 0.8rem !important;
  }

  .m-l {
    margin: 1.6rem !important;
  }

  .mb-l {
    margin-bottom: 1.6rem !important;
  }

  .ml-l {
    margin-left: 1.6rem !important;
  }

  .mr-l {
    margin-right: 1.6rem !important;
  }

  .mt-l {
    margin-top: 1.6rem !important;
  }

  .mx-l {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }

  .my-l {
    margin-bottom: 1.6rem !important;
    margin-top: 1.6rem !important;
  }

  .p-s {
    padding: 0.4rem !important;
  }

  .pb-s {
    padding-bottom: 0.4rem !important;
  }

  .pl-s {
    padding-left: 0.4rem !important;
  }

  .pr-s {
    padding-right: 0.4rem !important;
  }

  .pt-s {
    padding-top: 0.4rem !important;
  }

  .px-s {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }

  .py-s {
    padding-bottom: 0.4rem !important;
    padding-top: 0.4rem !important;
  }

  .p-m {
    padding: 0.8rem !important;
  }

  .pb-m {
    padding-bottom: 0.8rem !important;
  }

  .pl-m {
    padding-left: 0.8rem !important;
  }

  .pr-m {
    padding-right: 0.8rem !important;
  }

  .pt-m {
    padding-top: 0.8rem !important;
  }

  .px-m {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }

  .py-m {
    padding-bottom: 0.8rem !important;
    padding-top: 0.8rem !important;
  }

  .p-l {
    padding: 1.6rem !important;
  }

  .pb-l {
    padding-bottom: 1.6rem !important;
  }

  .pl-l {
    padding-left: 1.6rem !important;
  }

  .pr-l {
    padding-right: 1.6rem !important;
  }

  .pt-l {
    padding-top: 1.6rem !important;
  }

  .px-l {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }

  .py-l {
    padding-bottom: 1.6rem !important;
    padding-top: 1.6rem !important;
  }

  .p-0-xs {
    padding: 0 !important;
  }

  .pb-0-xs {
    padding-bottom: 0 !important;
  }

  .pt-0-xs {
    padding-top: 0 !important;
  }

  .pl-0-xs {
    padding-left: 0 !important;
  }

  .pr-0-xs {
    padding-right: 0 !important;
  }

  .p-1-xs {
    padding: 0.2rem !important;
  }

  .pb-1-xs {
    padding-bottom: 0.2rem !important;
  }

  .pt-1-xs {
    padding-top: 0.2rem !important;
  }

  .pl-1-xs {
    padding-left: 0.2rem !important;
  }

  .pr-1-xs {
    padding-right: 0.2rem !important;
  }

  .p-2-xs {
    padding: 0.6rem !important;
  }

  .pb-2-xs {
    padding-bottom: 0.6rem !important;
  }

  .pt-2-xs {
    padding-top: 0.6rem !important;
  }

  .pl-2-xs {
    padding-left: 0.6rem !important;
  }

  .pr-2-xs {
    padding-right: 0.6rem !important;
  }

  .p-3-xs {
    padding: 1.2rem !important;
  }

  .pb-3-xs {
    padding-bottom: 1.2rem !important;
  }

  .pt-3-xs {
    padding-top: 1.2rem !important;
  }

  .pl-3-xs {
    padding-left: 1.2rem !important;
  }

  .pr-3-xs {
    padding-right: 1.2rem !important;
  }

  .p-4-xs {
    padding: 2.4rem !important;
  }

  .pb-4-xs {
    padding-bottom: 2.4rem !important;
  }

  .pt-4-xs {
    padding-top: 2.4rem !important;
  }

  .pl-4-xs {
    padding-left: 2.4rem !important;
  }

  .pr-4-xs {
    padding-right: 2.4rem !important;
  }

  .p-5-xs {
    padding: 3.2rem !important;
  }

  .pb-5-xs {
    padding-bottom: 3.2rem !important;
  }

  .pt-5-xs {
    padding-top: 3.2rem !important;
  }

  .pl-5-xs {
    padding-left: 3.2rem !important;
  }

  .pr-5-xs {
    padding-right: 3.2rem !important;
  }
}
.loading {
  color: transparent !important;
  min-height: 0.8rem;
  pointer-events: none;
  position: relative;
}
.loading::after {
  animation: loading 500ms infinite linear;
  border: 0.1rem solid #B52A2F;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 0.8rem;
  left: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  position: absolute;
  top: 50%;
  width: 0.8rem;
  z-index: 1;
}
.loading.loading-lg {
  min-height: 2rem;
}
.loading.loading-lg::after {
  height: 1.6rem;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  width: 1.6rem;
}

body main {
  transition: all 500ms ease-out 200ms;
}

body.load, body.loading, body.cookie-load {
  transition: all 2s ease-out;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
body.load main, body.loading main, body.cookie-load main {
  opacity: 0 !important;
  visibility: hidden;
}

body.load #cookies-warning {
  opacity: 0 !important;
  visibility: hidden;
}

body.loading::after {
  top: calc(100vh/2);
}

.container-flow, #content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.container-flow > *, #content > * {
  flex: 1;
  flex-grow: 4;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container-flow > * .container-flow--light, #content > * .container-flow--light {
  flex-grow: 2;
}
.container-flow > * .container-flow--heavy, #content > * .container-flow--heavy {
  flex-grow: 8;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  width: 100%;
}
.container.grid-xl {
  max-width: 1330.4px;
}
.container.grid-lg {
  max-width: 1010.4px;
}
.container.grid-md {
  max-width: 890.4px;
}
.container.grid-sm {
  max-width: 650.4px;
}
.container.grid-xs {
  max-width: 530.4px;
}

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important;
}

.col-equal-height > * {
  height: 100% !important;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.columns .col-equal-height > * {
  height: 100% !important;
}
.columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}
.columns.col-gapless > .column {
  padding-left: 0;
  padding-right: 0;
}
.columns.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.column {
  flex: 1;
  max-width: 100%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.column.col-100, .column.col-88, .column.col-75, .column.col-62, .column.col-50, .column.col-37, .column.col-33, .column.col-25, .column.col-20, .column.col-12 {
  flex: none;
}

.col-100 {
  width: 100%;
}

.col-88 {
  width: 87.5%;
}

.col-75 {
  width: 75%;
}

.col-62 {
  width: 62.5%;
}

.col-50 {
  width: 50%;
}

.col-37 {
  width: 37.5%;
}

.col-33 {
  width: 33.3333333%;
}

.col-25 {
  width: 25%;
}

.col-20 {
  width: 20%;
}

.col-12 {
  width: 12.5%;
}

.col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}

.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.col-ml-auto {
  margin-left: auto;
}

.col-mr-auto {
  margin-right: auto;
}

@media (max-width: 1280px) {
  .col-xl-100,
.col-xl-88,
.col-xl-75,
.col-xl-62,
.col-xl-50,
.col-xl-37,
.col-xl-33,
.col-xl-25,
.col-xl-20,
.col-xl-12 {
    flex: none;
  }

  .col-xl-100 {
    width: 100%;
  }

  .col-xl-88 {
    width: 87.5%;
  }

  .col-xl-75 {
    width: 75%;
  }

  .col-xl-62 {
    width: 62.5%;
  }

  .col-xl-50 {
    width: 50%;
  }

  .col-xl-37 {
    width: 37.5%;
  }

  .col-xl-33 {
    width: 33.3333%;
  }

  .col-xl-25 {
    width: 25%;
  }

  .col-xl-20 {
    width: 20%;
  }

  .col-xl-12 {
    width: 12.5%;
  }

  .hide-xl {
    display: none !important;
  }

  .show-xl {
    display: block !important;
  }
}
@media (max-width: 960px) {
  .col-lg-100,
.col-lg-88,
.col-lg-75,
.col-lg-62,
.col-lg-50,
.col-lg-37,
.col-lg-33,
.col-lg-25,
.col-lg-20,
.col-lg-12 {
    flex: none;
  }

  .col-lg-100 {
    width: 100%;
  }

  .col-lg-88 {
    width: 87.5%;
  }

  .col-lg-75 {
    width: 75%;
  }

  .col-lg-62 {
    width: 62.5%;
  }

  .col-lg-50 {
    width: 50%;
  }

  .col-lg-37 {
    width: 37.5%;
  }

  .col-lg-33 {
    width: 33.3333%;
  }

  .col-lg-25 {
    width: 25%;
  }

  .col-lg-20 {
    width: 20%;
  }

  .col-lg-12 {
    width: 12.5%;
  }

  .hide-lg {
    display: none !important;
  }

  .show-lg {
    display: block !important;
  }
}
@media (max-width: 840px) {
  .col-md-100,
.col-md-88,
.col-md-75,
.col-md-62,
.col-md-50,
.col-md-37,
.col-md-33,
.col-md-25,
.col-md-20,
.col-md-12 {
    flex: none;
  }

  .col-md-100 {
    width: 100%;
  }

  .col-md-88 {
    width: 87.5%;
  }

  .col-md-75 {
    width: 75%;
  }

  .col-md-62 {
    width: 62.5%;
  }

  .col-md-50 {
    width: 50%;
  }

  .col-md-37 {
    width: 37.5%;
  }

  .col-md-33 {
    width: 33.3333%;
  }

  .col-md-25 {
    width: 25%;
  }

  .col-md-20 {
    width: 20%;
  }

  .col-md-12 {
    width: 12.5%;
  }

  .hide-md {
    display: none !important;
  }

  .show-md {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .col-sm-100,
.col-sm-88,
.col-sm-75,
.col-sm-62,
.col-sm-50,
.col-sm-37,
.col-sm-33,
.col-sm-25,
.col-sm-20,
.col-sm-12 {
    flex: none;
  }

  .col-sm-100 {
    width: 100%;
  }

  .col-sm-88 {
    width: 87.5%;
  }

  .col-sm-75 {
    width: 75%;
  }

  .col-sm-62 {
    width: 62.5%;
  }

  .col-sm-50 {
    width: 50%;
  }

  .col-sm-37 {
    width: 37.5%;
  }

  .col-sm-33 {
    width: 33.3333%;
  }

  .col-sm-25 {
    width: 25%;
  }

  .col-sm-20 {
    width: 20%;
  }

  .col-sm-12 {
    width: 12.5%;
  }

  .hide-sm {
    display: none !important;
  }

  .show-sm {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .col-xs-100,
.col-xs-88,
.col-xs-75,
.col-xs-62,
.col-xs-50,
.col-xs-37,
.col-xs-33,
.col-xs-25,
.col-xs-20{
    flex: none;
  }

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

  .col-xs-88 {
    width: 87.5%;
  }

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

  .col-xs-62 {
    width: 62.5%;
  }

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

  .col-xs-37 {
    width: 37.5%;
  }

  .col-xs-33 {
    width: 33.3333%;
  }

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

  .col-xs-20 {
    width: 20%;
  }



  .hide-xs {
    display: none !important;
  }

  .show-xs {
    display: block !important;
  }
}
.text-primary {
  color: #B52A2F;
}

a.text-primary:focus, a.text-primary:hover {
  color: #a0252a;
}

.text-secondary {
  color: #9c771b;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #876617;
}

.text-gray {
  color: #474749;
}

a.text-gray:focus, a.text-gray:hover {
  color: #3a3a3c;
}

.text-light {
  color: #f4f4f4;
}

a.text-light:focus, a.text-light:hover {
  color: #e7e7e7;
}

.text-success {
  color: #83bb26;
}

a.text-success:focus, a.text-success:hover {
  color: #74a622;
}

.text-warning {
  color: #b45729;
}

a.text-warning:focus, a.text-warning:hover {
  color: #9f4d24;
}

.text-error {
  color: #b40a0f;
}

a.text-error:focus, a.text-error:hover {
  color: #9c090d;
}

.bg-primary {
  background: #B52A2F;
  color: #f4f4f4;
}

.bg-secondary {
  background: #B2871F;
  color: #f4f4f4;
}

.bg-dark {
  background: #2d2c2f;
  color: #f4f4f4;
}

.bg-gray {
  background: #fafafa;
}

.bg-success {
  background: #83bb26;
  color: #f4f4f4;
}

.bg-warning {
  background: #b45729;
  color: #f4f4f4;
}

.bg-error {
  background: #b40a0f;
  color: #f4f4f4;
}

.bg-gradient-red {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#651f11+0,651f11+19,b91818+100 */
  background: #651f11;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #651f11 0%, #651f11 19%, #b91818 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #651f11 0%, #651f11 19%, #b91818 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #651f11 0%, #651f11 19%, #b91818 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#651f11", endColorstr="#b91818",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.bg-gradient {
  background: #9a9a9a;
  background: linear-gradient(90deg, #ececec 0%, #ececec 44%, rgba(236, 236, 236, 0.5) 79%, rgba(236, 236, 236, 0) 100%);
}

.bg-image {
  background-position: center bottom;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  max-width: 2300px;
  margin: 0 auto;
  overflow: hidden;
}

.max-width {
  max-width: 2300px;
}

.bg-white {
  background: #fff;
  margin: 0 auto;
}

.bg-gradient-central {
  background-image: radial-gradient(circle, #ffffff, #fcfcfc, #f1f1f1, #efefef, #f4f6f8);
  margin: 0 auto;
  overflow: hidden;
}

.bg-gradient-gray {
  background: linear-gradient(142deg, white 0%, #e1e1e1 15%, #e5e5e5 37%, #eeeeee 74%, #bbbbbb 100%);
  margin: 0 auto;
  overflow: hidden;
}

.bg-gradiant-ani-gray {
  background: linear-gradient(142deg, #a8a8a8 0%, #bbbbbb 15%, #d4d4d4 37%, #d4d4d4 74%, #bbbbbb 100%);
  background-size: 400% 400%;
  animation: gradient 120s ease infinite;
  margin: 0 auto;
  overflow: hidden;
}

.bg-gradiant-ani {
  background: linear-gradient(-45deg, #6bab36, #607c43, #a5cc89, #6bab36);
  background-size: 400% 400%;
  animation: gradient 45s ease infinite;
  margin: 0 auto;
  overflow: hidden;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.shad-overlay {
  box-shadow: 1px 0px 28px -6px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px 0px 28px -6px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px 0px 28px -6px rgba(0, 0, 0, 0.17);
}

.bg-main {
  background: none !important;
}

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

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

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

.title_center {
  text-align: center;
}

.bg_gray {
  background-color: #6d6d70;
}

.width_wrappercompact {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

.article_aligner {
  display: flex;
  align-items: center;
  height: 100% !important;
}

.article_aligner-top {
  align-self: flex-start;
}

.article_aligner-bottom {
  align-self: flex-end;
}

.row-reverse {
  flex-direction: row-reverse;
}

.column-reverse {
  flex-direction: column-reverse;
}

.bg-half-primary {
  background-image: linear-gradient(to left, transparent 50%, #B52A2F 50%), url("../images/bg_loesungen_teaser.jpg");
  width: 100%;
  display: table;
}

.bg-half-white {
  background-image: linear-gradient(to left, transparent 50%, #fff 50%), url("../images/bg_loesungen_teaser.jpg");
  width: 100%;
  display: table;
}

.bg-half-gray-md, .bg-half-gray-sm {
  background-image: linear-gradient(to left, transparent 50%, #fafafa 50%), url("../images/bg_loesungen_teaser.jpg");
  width: 100%;
  display: table;
}

@media (max-width: 840px) {
  .bg-half-gray-md {
    background-image: linear-gradient(to top, transparent 50%, #fafafa 50%), url("../images/bg_loesungen_teaser.jpg");
    width: 100%;
    display: table;
  }
}
@media (max-width: 600px) {
  .bg-half-gray-sm {
    background-image: url("../images/bg_loesungen_teaser.jpg");
  }
}
.rounded {
  border-radius: 0.1rem;
}

.circle {
  border-radius: 50% !important;
}

#cookies-warning {
  position: fixed;
  z-index: 9999999999;
  transition: opacity 1s ease-in-out;
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.5);
}
#cookies-warning label.form-checkbox {
  padding: 0.2rem 1.2rem !important;
}
#cookies-warning label.form-checkbox .form-icon {
  border-radius: 1px !important;
}
#cookies-warning .modal-container {
  display: block !important;
}

.mod-saved {
  height: 0px;
  opacity: 0;
  visibility: hidden;
}

.removeCookieWarning {
  animation-name: mod-out;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.removeCookieWarning .modal-header, .removeCookieWarning .mod-cont {
  display: none !important;
}
.removeCookieWarning .mod-saved {
  visibility: visible;
  animation-name: mod-saved-in;
  animation-duration: 0.4s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  display: flex;
  align-items: center;
  align-content: center;
}
.removeCookieWarning .mod-saved .checkmark {
  display: inline-block;
  width: 44px;
  height: 44px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  margin: 0 auto;
}
.removeCookieWarning .mod-saved .checkmark_circle {
  position: absolute;
  width: 44px;
  height: 44px;
  background-color: #f4f4f4;
  border-radius: 22px;
  left: 0;
  top: 0;
}
.removeCookieWarning .mod-saved .checkmark_stem {
  position: absolute;
  width: 6px;
  height: 18px;
  background-color: #B52A2F;
  left: 22px;
  top: 12px;
}
.removeCookieWarning .mod-saved .checkmark_kick {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #B52A2F;
  left: 16px;
  top: 24px;
}
.removeCookieWarning .hidden {
  display: none !important;
}

@keyframes mod-saved-in {
  0% {
    opacity: 0;
    height: 0px;
  }
  100% {
    opacity: 1;
    height: 200px;
  }
}
@keyframes mod-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/*
 * ==========================================================================
 * Teaser
 * ==========================================================================
 */
.teaserCont,
.teaserContUnder {
  position: relative;
  margin-top: -160px;
  z-index: 10;
}

#mobile .teaserCont,
#mobile .teaserContUnder {
  margin-top: -10px;
}

.teaserContUnder {
  margin-top: 0px;
}

.lei-teaser .inner {
  background: #f4f4f4;
  border: solid 1px white;
  text-align: center;
  transition: all ease-out 0.3s;
  position: relative;
  height: 300px;
  display: block;
  text-decoration: none;
}

.lei-teaser-slider .inner {
  height: 50px;
}

.lei-teaser .icon {
  font-size: 2.5em;
  color: #B52A2F;
  text-align: center;
  transition: all ease-out 0.5s;
  padding: 27px 0;
  display: block;
}

.lei-teaser-slider .icon {
  font-size: 1.5em;
  padding: 2px 0;
}

.lei-teaser .border {
  width: 100%;
  position: absolute;
  top: 200px;
  transition: all ease-out 0.3s;
  margin: 20px auto;
}

.lei-teaser .border .innerBorder {
  width: 30%;
  height: 1px;
  border-radius: 5px;
  background: #B52A2F;
  margin: 0 auto;
}

.lei-teaser .text {
  color: #B52A2F;
  padding: 20px 0;
  position: absolute;
  top: 220px;
  transition: all ease-out 0.3s;
  width: 100%;
}

.lei-teaser .inner:hover {
  background: #B52A2F;
}

.lei-teaser .inner:hover .icon {
  color: white;
  padding: 24px 0;
}

.lei-teaser-slider .inner:hover .icon {
  padding: 1px 0 3px 0;
}

.lei-teaser .inner:hover .border {
  top: 210px;
  height: 3px;
}

.lei-teaser .inner:hover .border .innerBorder {
  background: white;
  height: 3px;
}

.lei-teaser .inner:hover .text {
  color: white;
  top: 170px;
}

.teaserContUnder .lei-teaser .inner {
  background: white;
  border: solid 1px #fafafa;
}

#start-head-icons .lei-teaser .inner {
  border: none;
  margin: 0 2px;
}

.teaserContUnder .lei-teaser .inner:hover {
  background: #B52A2F;
}

.team-image-holder {
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

a.team-inner {
  display: block;
}
a.team-inner:hover {
  text-decoration: none;
}
a.team-inner:hover .team-info .team-text {
  top: 45px;
}
a.team-inner:hover .team-info .team-icon {
  bottom: 100px;
  color: #B52A2F;
  font-size: 1.3em;
  opacity: 1;
}
a.team-inner:hover .team-info .team-border {
  top: 25px;
}
a.team-inner:hover .team-info .team-border .innerBorder {
  background: #B52A2F;
}
a.team-inner .team-info {
  height: 150px;
  width: 100%;
  transition: all ease-out 0.3s;
}
a.team-inner .team-info .team-text {
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
  transition: all ease-out 0.3s;
}
a.team-inner .team-info .team-icon {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: #B2871F;
  transition: all ease-out 0.3s;
  opacity: 0;
  font-size: 0.3em;
}
a.team-inner .team-info .team-border {
  width: 100%;
  transition: all ease-out 0.3s;
  margin: 20px auto;
  position: absolute;
  top: 30px;
  display: none;
}
a.team-inner .team-info .team-border .innerBorder {
  width: 30%;
  height: 1px;
  border-radius: 5px;
  background: #B2871F;
  margin: 0 auto;
}

.breadcrumb {
  list-style: none;
  margin: 0.2rem 0;
  padding: 0.2rem 0;
  color: #2d2c2f;
}
.breadcrumb .breadcrumb-item {
  color: #2d2c2f;
  display: inline-block;
  margin: 0;
  padding: 0.2rem 0;
  -webkit-transition: color, 0.3s;
  -moz-transition: color, 0.3s;
  -ms-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  transition: color, 0.3s;
}
.breadcrumb .breadcrumb-item h1 {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #fff;
}
.breadcrumb .breadcrumb-item:hover {
  color: #2d2c2f;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item:focus {
  text-decoration: none;
}
.breadcrumb .breadcrumb-item:not(:last-child) {
  margin-right: 0.2rem;
}
.breadcrumb .breadcrumb-item:not(:last-child) a {
  color: #474749;
}
.breadcrumb .breadcrumb-item:not(:last-child) a:hover {
  color: #2d2c2f;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item:not(:first-child)::before {
  color: #f4f4f4;
  content: "/";
  padding-right: 0.4rem;
}

.btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  appearance: none;
  background: #f4f4f4;
  border: 0.05rem solid #B52A2F;
  border-radius: 0.1rem;
  color: #B52A2F;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  height: 2rem;
  line-height: 1rem;
  outline: none;
  padding: 0.45rem 0.4rem;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:focus {
  box-shadow: 0 0 0 0.1rem rgba(181, 42, 47, 0.2);
}
.btn:focus, .btn:hover {
  background: #B52A2F;
  border-color: #a0252a;
  text-decoration: none;
  color: #f4f4f4;
}
.btn:active, .btn.active {
  background: #a0252a;
  border-color: #8c2024;
  color: #f4f4f4;
  text-decoration: none;
}
.btn:active.loading::after, .btn.active.loading::after {
  border-bottom-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.btn[disabled], .btn:disabled, .btn.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-primary {
  background: #B52A2F;
  border-color: #a0252a;
  color: #f4f4f4;
}
.btn.btn-primary:focus, .btn.btn-primary:hover {
  background: #982327;
  border-color: #8c2024;
  color: #f4f4f4;
}
.btn.btn-primary:active, .btn.btn-primary.active {
  background: #902125;
  border-color: #831e22;
  color: #f4f4f4;
}
.btn.btn-primary.loading::after {
  border-bottom-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.btn.btn-secondary {
  background: #B2871F;
  border-color: #9c771b;
  color: #f4f4f4;
}
.btn.btn-secondary:focus, .btn.btn-secondary:hover {
  background: #94701a;
  border-color: #876617;
  color: #f4f4f4;
}
.btn.btn-secondary:active, .btn.btn-secondary.active {
  background: #8b6918;
  border-color: #7e5f16;
  color: #f4f4f4;
}
.btn.btn-ghost {
  background: none;
  border-color: #474749;
  color: #474749;
}
.btn.btn-ghost:focus, .btn.btn-ghost:hover {
  border-color: #868689;
  color: #79797d;
}
.btn.btn-ghost:active, .btn.btn-ghost.active {
  border-color: #353537;
  color: #353537;
}
.btn.btn-gray {
  background: none;
  border-color: #6d6d70;
  color: #6d6d70;
}
.btn.btn-gray:focus, .btn.btn-gray:hover {
  background: #c7c7c8;
  border-color: #606063;
  color: #606063;
}
.btn.btn-gray:active, .btn.btn-gray.active {
  background: #8b6918;
  border-color: #5b5b5e;
  color: #6d6d70;
}
.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #B52A2F;
}
.btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link.active {
  color: #a0252a;
}
.btn.btn-error {
  background: #b40a0f;
  border-color: transparent;
  color: #f4f4f4;
}
.btn.btn-error:focus, .btn.btn-error:hover, .btn.btn-error:active, .btn.btn-error.active {
  color: #a0252a;
}
.btn.btn-sm {
  font-size: 0.8em;
  height: 1.4rem;
  padding: 0.15rem 0.3rem;
}
.btn.btn-lg {
  font-size: 1em;
  height: 2.4rem;
  padding: 0.65rem 0.6rem;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-action {
  width: 2rem;
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-action.btn-sm {
  width: 1.4rem;
}
.btn.btn-action.btn-lg {
  width: 2.4rem;
}
.btn.btn-clear {
  background: transparent;
  border: 0;
  color: currentColor;
  height: 0.8rem;
  line-height: 0.8rem;
  margin-left: 0.2rem;
  margin-right: -2px;
  opacity: 1;
  padding: 0;
  text-decoration: none;
  width: 0.8rem;
}
.btn.btn-clear:hover {
  opacity: 0.95;
}
.btn.btn-clear::before {
  content: "✕";
}

.btn-group {
  display: inline-flex;
  flex-wrap: wrap;
}
.btn-group .btn {
  flex: 1 0 auto;
}
.btn-group .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn:focus, .btn-group .btn:hover, .btn-group .btn:active, .btn-group .btn.active {
  z-index: 1;
}
.btn-group.btn-group-block {
  display: flex;
}
.btn-group.btn-group-block .btn {
  flex: 1 0 0;
}

.btn-dynamic span {
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  display: inline-block;
}
.btn-dynamic span.icon {
  margin-left: 5px;
  padding-right: 5px;
}
.btn-dynamic span.text {
  margin-right: 10px;
}
.btn-dynamic:hover, .btn-dynamic:focus {
  text-decoration: none;
}
.btn-dynamic:hover span.icon, .btn-dynamic:focus span.icon {
  margin-left: 0px;
  margin-right: 3px;
}
.btn-dynamic:hover span.text, .btn-dynamic:focus span.text {
  margin-right: 12px;
}
.btn-dynamic.active span.icon {
  margin-left: 0px;
  margin-right: 0px;
}
.btn-dynamic.active span.text {
  margin-right: 8px;
}

/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #B52A2F;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: #6d6d70;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #B52A2F;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #6d6d70;
  border-bottom: 3px solid #6d6d70;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}

/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info,
.timeline-split .timeline-marker,
.timeline-centered .timeline-marker,
.timeline-split .timeline-content,
.timeline-centered .timeline-content,
.timeline-split .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
    position: relative;
  }
  .timeline-split .timeline-content, .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered,
.timeline-centered .timeline-item,
.timeline-centered .timeline-info,
.timeline-centered .timeline-marker,
.timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
.timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #B52A2F;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #B52A2F;
}

.card {
  background: #f4f4f4;
  border: solid 3px #fff;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.card .card-header,
.card .card-body,
.card .card-footer {
  padding: 1.6rem;
  padding-bottom: 0;
}
.card .card-header:last-child,
.card .card-body:last-child,
.card .card-footer:last-child {
  padding-bottom: 1.6rem;
}
.card .card-image {
  padding-top: 1.6rem;
  height: 100%;
  overflow: hidden;
}
.card .card-image:first-child {
  padding-top: 0;
}
.card .card-image:first-child img {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.card .card-image:last-child img {
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.card .card-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.card:hover .card-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card-bg-white {
  background: #fff;
}

.bg-gray .card {
  background: #fff !important;
}

.form-group:not(:last-child) {
  margin-bottom: 1.2rem;
}

fieldset {
  margin-bottom: 1.6rem;
}

legend {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 1.6rem;
}

label.form-input {
  display: block;
  line-height: 1rem;
  padding: 0.5rem 0;
  background: none;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #3a383c;
  display: block;
  font-size: 0.8em;
  height: auto;
  line-height: 1rem;
  max-width: 100%;
  outline: none;
  position: static;
}
label.form-input.label-sm {
  padding: 0.2rem 0;
}
label.form-input.label-lg {
  padding: 0.7rem 0;
}

.form-input {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  appearance: none;
  background: #f4f4f4;
  background-image: none;
  border: 0.05rem solid #acaab0;
  border-radius: 0.1rem;
  color: #3a383c;
  display: block;
  font-size: 1em;
  height: 2rem;
  line-height: 1rem;
  max-width: 100%;
  outline: none;
  padding: 0.65rem 0.6rem;
  position: relative;
  width: 100%;
}
.form-input:focus {
  box-shadow: 0 0 0 0.1rem rgba(181, 42, 47, 0.2);
  border-color: #B52A2F;
}
.form-input::placeholder {
  color: #474749;
}
.form-input::-ms-input-placeholder {
  /* IE 10+ */
  color: #474749;
}
.form-input.input-sm {
  height: 1.4rem;
  padding: 0.15rem 0.3rem;
}
.form-input.input-lg {
  height: 2.4rem;
  padding: 0.65rem 0.6rem;
}
.form-input.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.form-input[type=file] {
  height: auto;
}

textarea.form-input {
  height: auto !important;
}

.form-input-hint {
  color: #474749;
  font-size: 0.8em;
  margin-top: 0.2rem;
}
.has-success .form-input-hint, .is-success + .form-input-hint {
  color: #83bb26;
}
.has-error .form-input-hint, .is-error + .form-input-hint {
  color: #b40a0f;
}

label.form-select {
  display: block;
  line-height: 1rem;
  padding: 0.5rem 0;
  background: none !important;
  background-image: none !important;
  border: none !important;
  border-radius: 0;
  color: #3a383c;
  display: block;
  font-size: 0.8em;
  height: auto;
  line-height: 1rem;
  max-width: 100%;
  outline: none;
  position: static;
}
label.form-select.label-sm {
  padding: 0.2rem 0;
}
label.form-select.label-lg {
  padding: 0.7rem 0;
}

.form-select {
  appearance: none;
  -webkit-appearance: none;
  border: 0.05rem solid #acaab0;
  border-radius: 0.1rem;
  color: inherit;
  font-size: 1em;
  height: 2rem;
  line-height: 1rem;
  outline: none;
  padding: 0.45rem 0.4rem;
  vertical-align: middle;
  width: 100%;
}
.form-select[size], .form-select[multiple] {
  height: auto;
}
.form-select[size] option, .form-select[multiple] option {
  padding: 0.1rem 0.2rem;
}
.form-select:not([multiple]):not([size]) {
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
  padding-right: 1.2rem;
}
.form-select:focus {
  box-shadow: 0 0 0 0.1rem rgba(181, 42, 47, 0.2);
  border-color: #B52A2F;
}
.form-select::-ms-expand {
  display: none;
}
.form-select.select-sm {
  height: 1.4rem;
  padding: 0.15rem 1.1rem 0.15rem 0.3rem;
}
.form-select.select-lg {
  height: 2.4rem;
  padding: 0.45rem 1.4rem 0.65rem 0.6rem;
}

.has-text-right {
  position: relative;
}
.has-text-right .form-has-text {
  height: 1rem;
  margin: 0 0.45rem;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: auto;
  color: #474749;
}

.has-text-right .form-has-text {
  right: 0.05rem;
}
.has-text-right .form-input {
  padding-right: 1.7rem;
}

.has-icon-left,
.has-icon-right {
  position: relative;
}
.has-icon-left .form-icon,
.has-icon-right .form-icon {
  height: 0.8rem;
  margin: 0 0.45rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
}

.has-icon-left .form-icon {
  left: 0.05rem;
}
.has-icon-left .form-input {
  padding-left: 1.7rem;
}

.has-icon-right .form-icon {
  right: 0.05rem;
}
.has-icon-right .form-input {
  padding-right: 1.7rem;
}

.form-checkbox,
.form-radio,
.form-switch {
  display: inline-block;
  line-height: 1rem;
  padding: 0.2rem;
  position: relative;
}
.form-checkbox input,
.form-radio input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(181, 42, 47, 0.2);
  border-color: #474749;
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-switch input:checked + .form-icon {
  background: #474749;
  border-color: #474749;
}
.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0.05rem solid #acaab0;
  cursor: pointer;
  display: inline-block;
  position: absolute;
}

.form-checkbox .form-icon,
.form-radio .form-icon {
  background: #f4f4f4;
  height: 0.8rem;
  left: 0;
  top: 0.3rem;
  width: 0.8rem;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #f2f2f2;
}

.form-checkbox .form-icon {
  border-radius: 0.1rem;
}
.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: 0.1rem solid #f4f4f4;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 12px;
  left: 50%;
  margin-left: -4px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
.form-checkbox input:indeterminate + .form-icon {
  background: #474749;
  border-color: #474749;
}
.form-checkbox input:indeterminate + .form-icon::before {
  background: #f4f4f4;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.form-radio .form-icon {
  border-radius: 50%;
}
.form-radio input:checked + .form-icon::before {
  background: #f4f4f4;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
}

.form-switch {
  padding-left: 2rem;
}
.form-switch .form-icon {
  background: #6d6d70;
  background-clip: padding-box;
  border-radius: 0.45rem;
  height: 0.9rem;
  left: 0;
  top: 0.25rem;
  width: 1.6rem;
}
.form-switch .form-icon::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #f4f4f4;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.8rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.8rem;
}
.form-switch input:checked + .form-icon::before {
  left: 14px;
}
.form-switch input:active + .form-icon::before {
  background: #fafafa;
}

.input-group {
  display: flex;
}
.input-group .input-group-addon {
  background: #fafafa;
  border: 0.05rem solid #acaab0;
  border-radius: 0.1rem;
  line-height: 1rem;
  padding: 0.45rem 0.4rem;
}
.input-group .input-group-addon.addon-sm {
  font-size: 0.8em;
  padding: 0.15rem 0.3rem;
}
.input-group .input-group-addon.addon-lg {
  font-size: 1.2em;
  padding: 0.65rem 0.6rem;
}
.input-group .form-input,
.input-group .form-select {
  flex: 1 1 auto;
}
.input-group .input-group-btn {
  z-index: 1;
}
.input-group .form-input:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
  z-index: 2;
}
.input-group .form-select {
  width: auto;
}
.input-group.input-inline {
  display: inline-flex;
}

.has-success .form-input, .form-input.is-success,
.has-success .form-select,
.form-select.is-success {
  border-color: #83bb26;
}
.has-success .form-input:focus, .form-input.is-success:focus,
.has-success .form-select:focus,
.form-select.is-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(131, 187, 38, 0.2);
}
.has-error .form-input, .form-input.is-error,
.has-error .form-select,
.form-select.is-error {
  border-color: #b40a0f;
}
.has-error .form-input:focus, .form-input.is-error:focus,
.has-error .form-select:focus,
.form-select.is-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(180, 10, 15, 0.2);
}

.has-error .form-checkbox .form-icon, .form-checkbox.is-error .form-icon,
.has-error .form-radio .form-icon,
.form-radio.is-error .form-icon,
.has-error .form-switch .form-icon,
.form-switch.is-error .form-icon {
  border-color: #b40a0f;
}
.has-error .form-checkbox input:checked + .form-icon, .form-checkbox.is-error input:checked + .form-icon,
.has-error .form-radio input:checked + .form-icon,
.form-radio.is-error input:checked + .form-icon,
.has-error .form-switch input:checked + .form-icon,
.form-switch.is-error input:checked + .form-icon {
  background: #b40a0f;
  border-color: #b40a0f;
}
.has-error .form-checkbox input:focus + .form-icon, .form-checkbox.is-error input:focus + .form-icon,
.has-error .form-radio input:focus + .form-icon,
.form-radio.is-error input:focus + .form-icon,
.has-error .form-switch input:focus + .form-icon,
.form-switch.is-error input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(180, 10, 15, 0.2);
  border-color: #b40a0f;
}

.form-input:not(:placeholder-shown):invalid {
  border-color: #b40a0f;
}
.form-input:not(:placeholder-shown):invalid:focus {
  box-shadow: 0 0 0 0.1rem rgba(180, 10, 15, 0.2);
}
.form-input:not(:placeholder-shown):invalid + .form-input-hint {
  color: #b40a0f;
}

.form-input:disabled, .form-input.disabled,
.form-select:disabled,
.form-select.disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
  opacity: 0.5;
}

.form-input[readonly] {
  background-color: #fafafa;
}

input:disabled + .form-icon, input.disabled + .form-icon {
  background: #f2f2f2;
  cursor: not-allowed;
  opacity: 0.5;
}

.form-switch input:disabled + .form-icon::before, .form-switch input.disabled + .form-icon::before {
  background: #f4f4f4;
}

.form-horizontal {
  padding: 1.2rem;
}
.form-horizontal .form-group {
  display: flex;
}
.form-horizontal .form-checkbox,
.form-horizontal .form-radio,
.form-horizontal .form-switch {
  margin: 0.3rem 0;
}

.own-checkbox {
  line-height: 1.3em !important;
  padding: 0px 20px 0 25px !important;
}

.table, .ref-container table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%;
}
.table.table-striped tbody tr:nth-of-type(odd), .ref-container table.table-striped tbody tr:nth-of-type(odd) {
  background: #fafafa;
}
.table tbody tr.active, .table.table-striped tbody tr.active, .ref-container table tbody tr.active, .ref-container table.table-striped tbody tr.active {
  background: #f2f2f2;
}
.table.table-hover tbody tr:hover, .ref-container table.table-hover tbody tr:hover {
  background: #f2f2f2;
}
.table.table-scroll, .ref-container table.table-scroll {
  display: block;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  white-space: nowrap;
}
.table td,
.table th, .ref-container table td,
.ref-container table th {
  border-bottom: 0.05rem solid #c6c5c8;
  padding: 0.2rem 0.4rem;
}
.table th, .ref-container table th {
  border-bottom-width: 0.1rem;
}

.modal {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 1.2rem;
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(250, 250, 250, 0.75);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.modal:target, .modal.active {
  display: flex;
  opacity: 1;
  z-index: 44444444;
}
.modal:target .modal-overlay, .modal.active .modal-overlay {
  background: rgba(250, 250, 250, 0.75);
  bottom: 0;
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal:target .modal-container, .modal.active .modal-container {
  animation: slide-down 0.2s ease 1;
  max-width: 1280px;
  width: 100%;
  z-index: 1;
  display: block;
}
.modal.modal-sm .modal-container {
  max-width: 320px;
  padding: 0 0.4rem;
}
.modal.modal-lg .modal-overlay {
  background: #f4f4f4;
}
.modal.modal-lg .modal-container {
  box-shadow: none;
  max-width: 960px;
}

.modal-container {
  box-shadow: 0 0.3rem 0.7rem rgba(45, 44, 47, 0.3);
  background: #f4f4f4;
  border-radius: 0.1rem;
  display: block;
  padding: 0 0.8rem;
  text-align: left;
}
.modal-container .modal-header {
  padding: 0.8rem;
}
.modal-container .modal-body {
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.8rem;
  position: relative;
}
.modal-container .modal-body .loader-info {
  text-align: center;
  padding-top: 0.4rem;
}
.modal-container .modal-footer {
  padding: 0.8rem;
  text-align: right;
}

.tooltip {
  position: relative;
}
.tooltip::after {
  background: rgba(45, 44, 47, 0.9);
  border-radius: 0.1rem;
  bottom: 100%;
  color: #f4f4f4;
  content: attr(data-tooltip);
  display: block;
  font-size: 0.8em;
  left: 50%;
  max-width: 320px;
  opacity: 0;
  overflow: hidden;
  padding: 0.2rem 0.4rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  transform: translate(-50%, 0.4rem);
  transition: all 0.2s ease;
  white-space: pre;
  z-index: 300;
}
.tooltip:focus::after, .tooltip:hover::after {
  opacity: 1;
  transform: translate(-50%, -0.2rem);
}
.tooltip[disabled], .tooltip.disabled {
  pointer-events: auto;
}
.tooltip.tooltip-right::after {
  bottom: 50%;
  left: 100%;
  transform: translate(-0.2rem, 50%);
}
.tooltip.tooltip-right:focus::after, .tooltip.tooltip-right:hover::after {
  transform: translate(0.2rem, 50%);
}
.tooltip.tooltip-bottom::after {
  bottom: auto;
  top: 100%;
  transform: translate(-50%, -0.4rem);
}
.tooltip.tooltip-bottom:focus::after, .tooltip.tooltip-bottom:hover::after {
  transform: translate(-50%, 0.2rem);
}
.tooltip.tooltip-left::after {
  bottom: 50%;
  left: auto;
  right: 100%;
  transform: translate(0.4rem, 50%);
}
.tooltip.tooltip-left:focus::after, .tooltip.tooltip-left:hover::after {
  transform: translate(-0.2rem, 50%);
}

#photos {
  /* Prevent vertical gaps */
  line-height: 0;
  -webkit-column-count: 5;
  -webkit-column-gap: 0px;
  -moz-column-count: 5;
  -moz-column-gap: 0px;
  column-count: 5;
  column-gap: 0px;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 1280px) {
  #photos {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
@media (max-width: 960px) {
  #photos {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 640px) {
  #photos {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 320px) {
  #photos {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.vbox-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1033340;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  transform-style: preserve-3d;
}

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1050;
  background-color: #B52A2F;
  color: #efbcbd;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050;
  background-color: #B52A2F;
  color: #efbcbd;
}

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B52A2F;
  border-right-color: #B52A2F;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.vbox-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }

  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }

  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}
/*
Please do NOT edit this part!
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

.figlio {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}

img.figlio {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}

.animate-in {
  opacity: 1;
}

.animate-out {
  opacity: 0;
}

/* ---------- preloader ----------
 * SPINKIT
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-rotating-plane {
  background-color: #333;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-double-bounce {
  position: relative;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-child, .sk-spinner-pulse, .sk-three-bounce .sk-child {
  background-color: #333;
  border-radius: 100%;
}

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-chasing-dots, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.sk-spinner-pulse {
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.sk-chasing-dots {
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-circle .sk-child:before, .sk-fading-circle .sk-circle:before {
  display: block;
  border-radius: 100%;
  content: "";
  background-color: #333;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.h1-start {
  transform: translateY(-50%);
  color: #474749;
  margin: 0;
  font-size: 30px;
  line-height: 1.3em;
  padding: 30px 20px 20px 20px;
}
.h1-start span.top {
  color: #B52A2F;
  font-size: 20px;
}

.dbi-start {
  position: absolute;
  top: -90px;
  left: -20px;
  z-index: 33;
}

.text-main-head {
  padding-top: -40px;
  grid-gap: 75px;
}

.cardover {
  position: relative;
  width: 100%;
  height: auto;
  padding: 5px;
}
.cardover .face {
  position: relative;
  transition: 0.5s;
  border-radius: 1px;
}
.cardover .face1 {
  position: relative;
  background: #474749;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.cardover .face1 .title {
  font-size: 1em;
  color: #fafafa;
  padding: 0 5px !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
}
.cardover .face2 {
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 0;
  width: 100%;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: left;
  transform: translateX(0) perspective(2000px) rotateY(-90deg);
  background-image: linear-gradient(to left bottom, #e7e7e7, #f3f3f3, #efefef);
}
.cardover .face2 .text {
  color: #474749;
  padding: 10px;
}
.cardover .link {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  overflow: hidden;
}
.cardover .link .link-inner {
  display: block;
  width: 100%;
  color: #fafafa;
  background: #B52A2F;
  height: 100%;
  transition: 0.5s;
  transform: translateX(100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cardover:hover .face2 {
  transform: translateX(0) perspective(2000px) rotateY(0deg);
}
.cardover:hover .link .link-inner {
  transform: translateX(0);
}

.cardover1 {
  position: relative;
  margin-left: 9px;
  margin-right: 9px;
}
.cardover1 .face {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 200px;
  transition: 0.5s;
  border-radius: 1px;
  padding: 10px;
}
.cardover1 .face.face1 {
  position: relative;
  background: #474749;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transform: translateY(100px);
}
.cardover1:hover .face.face1 {
  transform: translateY(0);
  background-image: linear-gradient(to left bottom, #B52A2F, #ca2f34, #a0252a);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cardover1:hover .face1 {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}
.cardover1:hover .face2 {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.8);
}
.cardover1 .face.face1 .content {
  opacity: 0.8;
  transition: 0.5s;
}
.cardover1:hover .face.face1 .content {
  opacity: 1;
}
.cardover1 .face.face1 .content img {
  max-width: 60px;
}
.cardover1 .face.face1 .content h3 {
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
}
.cardover1 .face.face2 {
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.8);
  transform: translateY(-200px);
}
.cardover1:hover .face.face2 {
  transform: translateY(0);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cardover1 .face.face2 p {
  margin: 0;
  padding: 0;
}
.cardover1 .face.face2 a {
  margin: 15px 0 0;
  display: inline-block;
  text-decoration: none;
  color: #333;
  padding: 5px 10px;
  border: thin solid #333;
}
.cardover1 .face.face2 a:hover {
  background: #333;
  color: #fff;
}

.header {
  width: calc(100% - 0px);
  height: auto;
  position: relative;
  z-index: 98;
  background-color: #fff;
}

.start-vid-text {
  width: calc(100% - 0px);
}

.start-vid {
  height: 60vh;
  margin: 0 auto;
  overflow: hidden;
  max-width: 2300px;
}

.start-vid-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.head-img {
  height: 60vh;
  max-width: 2300px;
  margin: 0 auto;
  overflow: hidden;
}
.head-img .img-cont {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.head-img .img-cont:before {
  content: "";
  position: absolute;
  height: 60vh;
  width: 100%;
}

.head-main-cont {
  margin-top: -50px !important;
  position: relative;
  z-index: 10;
}

.head-text-outer {
  bottom: -1px;
  left: 0%;
  width: 100%;
  position: absolute;
  z-index: 3;
}

.head-text-inner {
  background-color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.head-text-inner h1 {
  color: #474749;
  font-size: 1.6em;
  margin: 0;
  margin-top: -140px;
  margin-bottom: 25px;
  font-weight: 600;
}

.head-blur {
  position: absolute;
  z-index: 1;
  backdrop-filter: blur(4px);
  bottom: 0;
  width: 100%;
  height: 190px;
  background-color: rgba(255, 255, 255, 0.6);
}

.article-head-headline {
  width: 100%;
  text-align: center;
}

ul.head_nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.head_nav li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul.head_nav li a {
  display: inline-block;
  padding: 10px 5px;
}
ul.head_nav li a.active {
  color: #B2871F;
  text-decoration: underline;
}

@media (max-width: 1280px) {
  .cardover .face1 .title {
    font-size: 1em;
  }
}
@media (max-width: 1440px) {
  .dbi-start {
    top: -111px;
    left: 20px;
  }
}
@media (max-width: 960px) {
  .header {
    width: 100%;
  }

  .h1-start {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .head-blur {
    height: 150px;
  }

  .start-vid-text {
    width: 100%;
  }

  .start-vid {
    height: auto;
  }
}
@media (max-width: 840px) {
  .head-text-inner h1 {
    font-size: 1.6em;
    margin-top: -100px;
    margin-bottom: 0px;
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .cardover .face1 .title {
    word-wrap: break-word;
    font-size: 0.9em;
    padding: 5px;
  }
}
.bg-img-main {
  max-width: 2200px;
  background-size: cover;
  margin: 0 auto;
}

.imgHover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1px;
}
.imgHover a span.imgHover-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.imgHover a span.imgHover-img img {
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
  opacity: 1;
}
.imgHover a span.imgHover-img:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease-in-out;
}
.imgHover a span.imgHover-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  transition: all 0.4s ease-out;
  display: flex;
}
.imgHover a span.imgHover-text span {
  transition: all 0.4s ease-out;
  display: block;
  align-self: flex-end;
  color: #fff;
  width: 100%;
  transition: all 0.3s ease-out 0.1s;
  font-size: 1em;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 0;
}
.imgHover a:hover span.imgHover-img:after {
  background: rgba(0, 0, 0, 0.5);
}
.imgHover a:hover span.imgHover-img img {
  transform: scale(1.1);
  opacity: 0.7;
}
.imgHover a:hover span.imgHover-text > span {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  transform: translateY(-10px);
}

@media (max-width: 840px) {
  .imgHover a span.imgHover-text {
    top: 0%;
  }
}
.content-map {
  margin: 5rem auto 5rem;
  width: 95%;
  max-width: 2300px;
}

#map_sm {
  visibility: hidden;
}

.standorte {
  max-width: 1600px;
  width: 100%;
}
.standorte .karte {
  width: 100%;
  max-width: 2300px;
}
.standorte .overlay-karte {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.standorte .overlay-karte .berlin, .standorte .overlay-karte .karlsruhe {
  position: absolute;
  border: dotted 1.5px #B52A2F;
}
.standorte .overlay-karte .berlin:after, .standorte .overlay-karte .karlsruhe:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #B52A2F;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  transform: translateX(50%);
}
.standorte .overlay-karte .berlin-text, .standorte .overlay-karte .karlsruhe-text {
  width: 600px;
  padding-top: 30px;
  position: absolute;
  top: -63px;
}
.standorte .overlay-karte .berlin {
  border-left: none;
  border-bottom: none;
  width: 70%;
  right: 11%;
  bottom: 69%;
  height: 60px;
}
.standorte .overlay-karte .karlsruhe {
  border-left: none;
  border-bottom: none;
  width: 49.5%;
  left: 19%;
  bottom: 21%;
  height: 195px;
}
.standorte .overlay-karte .headline {
  position: absolute;
  width: 70%;
  right: 11%;
  top: 0;
}

@media (max-width: 2300px) {
  .content-map {
    margin: 5rem auto 5rem;
    width: 100%;
  }

  .karlsruhe {
    left: -2%;
    bottom: 21%;
    height: 40px !important;
  }
}
@media (max-width: 960px) {
  .content-map {
    margin: 5rem auto 10rem;
    width: 100%;
  }
}
@media (max-width: 840px) {
  .content-map {
    margin: 5rem auto 12rem auto;
    width: 90%;
  }

  .karlsruhe {
    height: 10px !important;
    left: -1% !important;
    width: 70% !important;
  }

  .berlin {
    width: 90% !important;
  }

  .headline {
    top: -50px;
  }
}
@media (max-width: 600px) {
  .content-map {
    margin: 2rem auto 2rem auto;
    width: 90%;
  }

  #map_sm {
    visibility: visible;
  }

  .standorte {
    margin-top: 0;
    max-width: none;
    width: 100%;
  }
  .standorte .karte {
    width: 100%;
    max-width: none;
  }
  .standorte .overlay-karte {
    position: relative;
    top: unset;
    left: unset;
  }
  .standorte .overlay-karte .berlin, .standorte .overlay-karte .karlsruhe {
    position: relative;
    border: none;
    width: 100%;
    left: unset;
    bottom: unset;
    height: auto;
  }
  .standorte .overlay-karte .berlin:after, .standorte .overlay-karte .karlsruhe:after {
    display: none;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #B52A2F;
    border-radius: 50%;
    right: 0;
    bottom: 0;
    transform: translateX(50%);
  }
  .standorte .overlay-karte .berlin-text, .standorte .overlay-karte .karlsruhe-text {
    max-width: none;
    padding-top: 30px;
    position: relative;
  }
  .standorte .overlay-karte .karlsruhe {
    width: 100%;
    height: 100% !important;
  }
  .standorte .overlay-karte .karlsruhe, .standorte .overlay-karte .berlin {
    position: static;
  }
}
body {
  background: #fff;
  font-size: 100%;
  font-weight: 300;
  line-height: 1.5em;
}

body.loading main {
  opacity: 0;
}

.grid-template {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

ul {
  padding-left: 0.8rem;
}

.gridder {
  will-change: height;
  transition: height 0.3s ease-out;
}

.top-sm {
  background: #B52A2F;
  position: relative;
}
.top-sm .top-icon-holder a {
  padding: 3px 3px;
}

.main-container {
  position: relative;
  z-index: 1;
  margin-top: 75px;
}

.bg-stellen-start {
  background: url("/images/BG_Stellen.jpg") no-repeat bottom right;
  min-height: 600px;
}

main {
  width: calc(100% - 0px);
}
main div, main section {
  position: relative;
}

.aside-article-nav, .aside-article-karriere {
  margin-top: 15px;
}
.aside-article-nav a, .aside-article-karriere a {
  background-color: #fafafa;
  border-top: solid 3px #fff;
}

.aside-article-karriere {
  margin-top: 0;
  background-color: #fff !important;
}

/* ---- .element-item ---- */
/* clear fix */
.gridder:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .element-item ---- */
.element-item {
  position: relative;
  float: left;
  height: auto;
  margin: 0;
  padding: 10px;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.teaser {
  margin-top: 6em;
}

.modal-container {
  display: none;
}

.bg-half {
  background: linear-gradient(90deg, #fff 50%, rgba(255, 255, 255, 0.2) 50%);
}

.text-sticky {
  position: sticky;
  top: 100px;
}

.card-blog h2 {
  min-height: 69px;
  max-height: 69px;
  overflow: hidden;
}
.card-blog .blogexcerpt {
  min-height: 139px;
  max-height: 139px;
  overflow: hidden;
}

.in {
  opacity: 0;
  -webkit-transform: translate(0, 150px);
  -moz-transform: translate(0, 150px);
  -ms-transform: translate(0, 150px);
  transform: translate(0, 150px);
  -webkit-transition: opacity 0.6s, transform 0.8s ease;
  transition: opacity 0.6s, transform 0.8s ease;
}

.boxit {
  position: relative;
  width: 100%;
}

.boxit:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.boxit > .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}

.boxit > a.content {
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-size: 0.7em !important;
  padding-top: 18px;
}
.boxit > a.content .icon-start {
  font-size: 6em;
  color: #fafafa;
  padding-left: 24%;
  margin-bottom: -10px;
  transition: all 0.3s ease-in-out;
}
.boxit > a.content:hover {
  text-decoration: none;
}
.boxit > a.content:hover .icon-start {
  margin-top: -10px;
  padding-bottom: 5px;
}

.aside-article-holder {
  border: solid 1px #f4f4f4 !important;
  background: #f4f4f4;
}
.aside-article-holder div.aside-article:nth-of-type(odd) {
  background-color: #ffffff;
}

.more-article {
  border: 1px solid #ff;
}
.more-article a {
  display: block;
}
.more-article a span {
  display: inline-block;
  transition: padding 0.6s ease-out;
}
.more-article a:hover {
  text-decoration: none;
}
.more-article a:hover span.link-title {
  padding-left: 3px;
}
.more-article a:hover span.icon {
  padding-left: 2px;
}

.in-on-screen {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
}

.in-group .in:nth-child(0) {
  transition-delay: 0s;
}

.in-group .in:nth-child(1) {
  transition-delay: 0.1s;
}

.in-group .in:nth-child(2) {
  transition-delay: 0.2s;
}

.in-group .in:nth-child(3) {
  transition-delay: 0.3s;
}

.in-group .in:nth-child(4) {
  transition-delay: 0.4s;
}

.in-group .in:nth-child(5) {
  transition-delay: 0.5s;
}

.in-group .in:nth-child(6) {
  transition-delay: 0.6s;
}

.in-group .in:nth-child(7) {
  transition-delay: 0.7s;
}

.in-group .in:nth-child(8) {
  transition-delay: 0.8s;
}

.in-group .in:nth-child(9) {
  transition-delay: 0.9s;
}

.in-group .in:nth-child(10) {
  transition-delay: 1s;
}

.in-group .in:nth-child(11) {
  transition-delay: 1.1s;
}

.in-group .in:nth-child(12) {
  transition-delay: 1.2s;
}

.in-group .in:nth-child(13) {
  transition-delay: 1.3s;
}

.in-group .in:nth-child(14) {
  transition-delay: 1.4s;
}

.in-group .in:nth-child(15) {
  transition-delay: 1.5s;
}

.grid {
  position: relative;
  opacity: 0;
  transition: opacity 0.8s linear 1s;
}

.images-loaded .grid {
  opacity: 1;
}

.grid .item {
  position: absolute;
  margin: 0 !important;
  z-index: 1;
}

.item.muuri-item-hidden {
  z-index: 0;
}

.item.muuri-item-releasing {
  z-index: 2;
}

.item.muuri-item-dragging {
  z-index: 3;
}

.item-content {
  position: relative;
  cursor: pointer;
}

.item-content > img {
  display: block;
  border-radius: 6px;
}

body.load {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
body.load #page, body.load #main-nav, body.load #quality-zoom {
  opacity: 0 !important;
  visibility: hidden;
}

#page {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  background-color: #fff;
}

body.loading::after {
  top: calc(100vh/2);
}

.wrapper-expanded {
  max-width: 2400px;
  width: 98%;
  margin: 0 auto;
}

.wrapper {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.wrapper-outer {
  width: 100%;
  margin: 0 auto;
  max-width: 2300px;
}

.no-header {
  display: none;
}

.fade-out {
  opacity: 0;
}

.fade-in {
  opacity: 1;
  transition: opacity 1s 0.5s ease-in-out;
}

.word-wrap {
  word-break: break-all;
}

.modal-ul-li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal-ul-li ul.top-abs {
  margin-top: 0.6rem;
}
.modal-ul-li ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-ul-li ul li ul {
  padding-left: 0.4rem;
  margin-bottom: 0.4rem;
}
.modal-ul-li ul li ul li {
  list-style: none;
  font-size: 0.9em;
  line-height: 1.4em;
  position: relative;
  padding-left: 0.6rem;
}
.modal-ul-li ul li ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #B52A2F;
  position: absolute;
  left: 0;
  top: 45%;
}

.site-footer {
  overflow: hidden;
  position: relative;
  height: auto;
  background: #fafafa;
  color: black;
  font-size: 0.8em;
}
.site-footer::before {
  /*
  -webkit-transform: skew(-20deg, 0);
  -moz-transform: skew(-20deg, 0);
  -ms-transform: skewX(-20deg) skewY(0);
  -o-transform: skew(-20deg, 0);
  transform: skew(-20deg, 0);
  -webkit-backface-visibility: hidden;
  content: " ";
  display: block;
  width: 1000px;
  background: $footer-bottom-background;
  position: absolute;
  left: -540px;
  top: 0;
  bottom: 0;
  z-index: 1;
  */
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer ul li a {
  display: block;
}
.site-footer .site-footer-top a {
  color: black;
}
.site-footer .footer-text-top {
  z-index: 10;
}
.site-footer .site-footer-bottom {
  background: #e5e5e5;
  text-align: right;
  padding-right: 60px !important;
}

.block {
  display: block;
}

.skew {
  position: absolute;
  overflow: hidden;
  z-index: 1;
}
.skew .skew-inner {
  background: #fff;
  width: 110%;
  height: 105px;
  transform: rotate(-1deg);
  position: absolute;
}

.modal-text p {
  margin: 1.6rem auto 0.4rem;
}

#scroll-top {
  position: fixed;
  bottom: 0;
  display: block;
  z-index: 1050;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  height: auto;
  width: auto;
  min-width: 50px;
}
#scroll-top #scroll-icons {
  position: absolute;
  bottom: 56px;
}
#scroll-top #scroll-icons a {
  display: block;
  text-align: center;
  border: none;
  width: 100%;
  padding: 3px 15px;
  color: #474749;
}
#scroll-top #scroll-it {
  transition: background 0.5s ease-in-out;
  background: #B52A2F;
  width: 53px;
  height: 56px;
  margin-top: -15px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}
#scroll-top #scroll-it > span {
  transform: rotate(-45deg);
  width: 25px;
  height: 25px;
  border: 2px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  text-indent: -100px;
  position: absolute;
  top: 23px;
  left: 15px;
  display: block;
}
#scroll-top #scroll-it:hover {
  cursor: pointer;
  background: #a0252a;
}

.scroll-top-visible {
  visibility: visible !important;
  opacity: 1 !important;
}

ul.checklist {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
ul.checklist li {
  position: relative;
  padding-left: 2.5em;
  /* space to preserve indentation on wrap */
}
ul.checklist li:before {
  content: "✔ ";
  position: absolute;
  left: 0.4em;
  /* place the SVG at the start of the padding */
  width: 2.5em;
  font-size: 1.8em;
  color: #B52A2F;
}

ul.list-famous li {
  width: 49%;
  display: inline-block;
  line-height: 1.2em;
}

ul.list-famous-big li {
  width: 100%;
  display: block;
}

.box-img-contact {
  z-index: 6;
  height: auto;
  right: 0;
  bottom: 0;
  width: 50%;
  -webkit-box-shadow: 3px 7px 15px -6px rgba(0, 0, 0, 0.26);
  box-shadow: 3px 7px 15px -6px rgba(0, 0, 0, 0.26);
  transform: translateY(-100%);
}
.box-img-contact div.text-main {
  position: relative;
  z-index: 2;
  display: block;
  line-height: 1.2em;
}
.box-img-contact .cont-btn {
  position: absolute;
  z-index: 4;
  right: -19px;
  bottom: -20px;
}

.contact_fly {
  transition: bottom 0.2s ease-out;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  background: #fafafa;
}
.contact_fly.center {
  bottom: 56px;
}
.contact_fly a {
  padding: 8px 16px;
  background: none !important;
  display: block;
  border: none !important;
}
.contact_fly a:hover {
  text-decoration: none;
  background: #fff;
}
.contact_fly a.mobile {
  visibility: hidden;
  display: none;
}

.contact_fly_top {
  bottom: unset;
  top: 20%;
}

span.ico-text-group {
  white-space: nowrap;
  display: inline-block;
}

.max-width-container {
  max-width: 1600px;
}

.copyright {
  font-size: 0.8em;
  padding-left: 5px;
}
.copyright:before {
  content: "© ";
}

#landing-page hr {
  border: solid 10px #fff;
  margin: 0;
}

.slidercontenti {
  text-align: center;
}
.slidercontenti .par-inner-content {
  top: 120px;
}

.ref-veno-head {
  height: 100%;
  background: none;
  display: block;
}

a.ref-veno:hover {
  text-decoration: none;
}
a.ref-veno:focus {
  text-decoration: none;
}

.column-show {
  column-count: 3;
}

.ref-info:hover, .ref-info:focus {
  text-decoration: none;
}
.ref-info span.icon {
  display: inline-block;
  transition: all 0.2s;
}
.ref-info span.icon.active {
  transform: rotate(-180deg);
}

@media (max-width: 992px) {
  .bg-stellen-start {
    background: url("/images/BG_Stellen_sm.jpg") no-repeat center;
    min-height: 800px;
  }

  .site-footer-bottom {
    text-align: left !important;
  }

  #scroll-top {
    bottom: 0;
    font-size: 1.6em;
  }

  .breadcrumb {
    font-size: 0.8em;
  }

  .breadcrumb .breadcrumb-item:not(:first-child)::before {
    padding-right: 0;
  }

  .column-show {
    column-count: 1;
  }

  .par-inner-content {
    padding: 15vh 20px 0 20px !important;
  }
  .par-inner-content h1, .par-inner-content .h1 {
    font-size: 1.2em !important;
    margin-bottom: 0 !important;
  }
  .par-inner-content h2, .par-inner-content .h2 {
    font-size: 1em !important;
  }

  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .teaser-holder figure figcaption {
    font-size: 1em;
  }

  .parallax {
    width: 100%;
  }

  .site-footer::before {
    display: none;
  }
}
.slider-full-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.green-section {
  background: #B52A2F;
  color: #fff !important;
}
.green-section .h3 {
  color: #fff !important;
}

.top {
  display: none;
}

@media (min-width: 992px) {
  .top {
    display: block;
  }
}
.bg-primary-alpha {
  background-color: #B52A2F;
  background-color: rgba(159, 192, 52, 0.7);
  padding: 0.3em;
  border-radius: 0.2em;
  color: #f4f4f4;
}

.skew-top {
  width: 100%;
  height: 76px;
  top: -24px;
}
.skew-top .skew-inner {
  transform-origin: left bottom;
  border-bottom: solid 5px #9FC034;
  bottom: 3px;
}

.skew-bottom {
  width: 105%;
  height: 76px;
  bottom: 0;
  left: -5%;
}
.skew-bottom .skew-inner {
  transform-origin: right top;
  border-top: solid 5px #9FC034;
}

.text-shad-dark {
  -webkit-font-smoothing: antialiased;
  text-shadow: -1px -1px 0 rgba(181, 42, 47, 0.4), 1px -1px 0 rgba(181, 42, 47, 0.4), -1px 1px 0 rgba(181, 42, 47, 0.4), 1px 1px 0 rgba(181, 42, 47, 0.4);
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}

.option-set .btn {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 4px 2px;
}
.option-set .btn:hover {
  background-color: #B52A2F;
}
.option-set .btn.active {
  background-color: #B52A2F !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6) inset;
}
.option-set input[type=checkbox] {
  display: none;
}

.index-list a {
  display: inline-block;
}
.index-list > ul {
  list-style: none;
}
.index-list > ul > li {
  border-top: solid 1px #ccc;
  padding: 20px 0;
}
.index-list > ul > li > a {
  font-weight: bold;
}
.index-list > ul > li > ul > li {
  list-style-type: square;
}
.index-list > ul > li > ul > li > ul > li {
  list-style-type: disc;
}

a.anchor_ref {
  color: #474749;
}
a.anchor_ref:hover {
  text-decoration: none;
}

h1.bread_h {
  display: inline;
  font-size: 1em;
  font-weight: 300;
  color: #f4f4f4;
}

ul.graphic-list {
  margin: 0;
  padding: 0;
}
ul.graphic-list li {
  padding: 1.2rem;
  background: #B52A2F;
  color: #fff;
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  border-radius: 5px;
}
ul.graphic-list li:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #B52A2F;
}
ul.graphic-list li.graphic-list-li-last:after {
  border: none;
}
ul.graphic-list li.gold {
  background: #B2871F;
}
ul.graphic-list li.gold:after {
  border-top: 20px solid #B2871F;
}

.landing-foot {
  position: relative;
}
.landing-foot a:first-child {
  padding-left: 0 !important;
}

ul.landing-list {
  margin: -12px 0 0 1em;
  padding: 0;
  list-style: none;
}
ul.landing-list li {
  margin-top: 0;
}
ul.landing-list li:before {
  content: "";
  border-color: transparent #B52A2F;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1.1em;
  position: relative;
}

@media (max-width: 1440px) {
  .box-img-contact {
    width: 70%;
    transform: translateY(-30%);
  }
  .box-img-contact .cont-btn {
    right: 10%;
    bottom: -20px;
  }
}
@media (max-width: 960px) {
  .box-img-contact {
    width: 80%;
    transform: translateY(30%);
    margin-bottom: 50px;
  }

  .text-sticky {
    position: relative !important;
    top: 0 !important;
  }

  main {
    width: 100%;
  }

  #contact_fly {
    height: 56px;
    width: 100%;
    background: #f4f4f4;
    padding-top: 10px;
    padding-right: 0px;
    box-shadow: none;
    text-align: right;
  }
  #contact_fly.center {
    bottom: 0px;
    padding-right: 66px;
  }
  #contact_fly a {
    padding: 8px;
    display: inline;
  }
  #contact_fly a:hover {
    text-decoration: none;
    background: #fff;
  }
  #contact_fly a.mobile {
    visibility: visible;
    display: inline-block;
  }

  .grid-template {
    display: block;
  }

  .site-footer {
    margin-bottom: 56px;
  }
}
@media (max-width: 840px) {
  ul.list-famous li {
    width: 100%;
    display: block;
  }

  .box-img-contact {
    position: static;
    width: 90%;
    margin-left: 10%;
    transform: translateY(-10%);
    margin-bottom: 30px;
  }
}

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


@media (max-width: 600px) {

  a.nav-main-cont{
    font-size: 18px;
    font-weight: bold;
  }
  a.nav-main-cont-top{
    border-bottom:solid 1px #d7d7d7;
  }
}