/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --container-7xl: 80rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-bold: 700;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-full {
    height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-end {
    align-content: flex-end;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .md\:mr-4 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * 4);
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: url("../_resources/themes/kab/fonts/abel-v18-latin-regular.eot");
  src: local(""), url("../_resources/themes/kab/fonts/abel-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../_resources/themes/kab/fonts/abel-v18-latin-regular.woff2") format("woff2"), url("../_resources/themes/kab/fonts/abel-v18-latin-regular.woff") format("woff"), url("../_resources/themes/kab/fonts/abel-v18-latin-regular.ttf") format("truetype"), url("../_resources/themes/kab/fonts/abel-v18-latin-regular.svg#Abel") format("svg");
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, footer, header, nav, section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption, figure, main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details, menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 10px;
}
@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
}
body {
  font-family: "Abel", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  color: #333;
  font-size: 16px;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container, .container-full-width, .container-pp, .container-pl, .container-tp, .container-tl {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .container, .container-full-width, .container-pp, .container-pl, .container-tp, .container-tl {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.container:before, .container-full-width:before, .container-pp:before, .container-pl:before, .container-tp:before, .container-tl:before {
  content: " ";
  display: table;
}
.container:after, .container-full-width:after, .container-pp:after, .container-pl:after, .container-tp:after, .container-tl:after {
  content: " ";
  display: table;
  clear: both;
}
@media (min-width: 540px) {
  .container, .container-tl, .container-tp, .container-pl {
    max-width: 520px;
  }
}
@media (min-width: 768px) {
  .container, .container-tl, .container-tp {
    max-width: 748px;
  }
}
@media (min-width: 991px) {
  .container, .container-tl {
    max-width: 971px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
.row {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
@media (min-width: 768px) {
  .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  content: " ";
  display: table;
  clear: both;
}
.row .col-pp-10, .row .col-pp-20, .row .col-pp-25, .row .col-pp-30, .row .col-pp-33, .row .col-pp-40, .row .col-pp-50, .row .col-pp-60, .row .col-pp-70, .row .col-pp-66, .row .col-pp-75, .row .col-pp-80, .row .col-pp-90, .row .col-pp-100, .row .col-pl-10, .row .col-pl-20, .row .col-pl-25, .row .col-pl-30, .row .col-pl-33, .row .col-pl-40, .row .col-pl-50, .row .col-pl-60, .row .col-pl-66, .row .col-pl-70, .row .col-pl-75, .row .col-pl-80, .row .col-pl-90, .row .col-pl-100, .row .col-tp-10, .row .col-tp-20, .row .col-tp-25, .row .col-tp-30, .row .col-tp-33, .row .col-tp-40, .row .col-tp-50, .row .col-tp-60, .row .col-tp-66, .row .col-tp-70, .row .col-tp-75, .row .col-tp-80, .row .col-tp-90, .row .col-tp-100, .row .col-tl-10, .row .col-tl-20, .row .col-tl-25, .row .col-tl-30, .row .col-tl-33, .row .col-tl-40, .row .col-tl-50, .row .col-tl-60, .row .col-tl-66, .row .col-tl-70, .row .col-tl-75, .row .col-tl-80, .row .col-tl-90, .row .col-tl-100, .row .col-dt-10, .row .col-dt-20, .row .col-dt-25, .row .col-dt-30, .row .col-dt-33, .row .col-dt-40, .row .col-dt-50, .row .col-dt-60, .row .col-dt-66, .row .col-dt-70, .row .col-dt-75, .row .col-dt-80, .row .col-dt-90, .row .col-dt-100 {
  position: relative;
  width: 100%;
  float: left;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .row .col-pp-10, .row .col-pp-20, .row .col-pp-25, .row .col-pp-30, .row .col-pp-33, .row .col-pp-40, .row .col-pp-50, .row .col-pp-60, .row .col-pp-70, .row .col-pp-66, .row .col-pp-75, .row .col-pp-80, .row .col-pp-90, .row .col-pp-100, .row .col-pl-10, .row .col-pl-20, .row .col-pl-25, .row .col-pl-30, .row .col-pl-33, .row .col-pl-40, .row .col-pl-50, .row .col-pl-60, .row .col-pl-66, .row .col-pl-70, .row .col-pl-75, .row .col-pl-80, .row .col-pl-90, .row .col-pl-100, .row .col-tp-10, .row .col-tp-20, .row .col-tp-25, .row .col-tp-30, .row .col-tp-33, .row .col-tp-40, .row .col-tp-50, .row .col-tp-60, .row .col-tp-66, .row .col-tp-70, .row .col-tp-75, .row .col-tp-80, .row .col-tp-90, .row .col-tp-100, .row .col-tl-10, .row .col-tl-20, .row .col-tl-25, .row .col-tl-30, .row .col-tl-33, .row .col-tl-40, .row .col-tl-50, .row .col-tl-60, .row .col-tl-66, .row .col-tl-70, .row .col-tl-75, .row .col-tl-80, .row .col-tl-90, .row .col-tl-100, .row .col-dt-10, .row .col-dt-20, .row .col-dt-25, .row .col-dt-30, .row .col-dt-33, .row .col-dt-40, .row .col-dt-50, .row .col-dt-60, .row .col-dt-66, .row .col-dt-70, .row .col-dt-75, .row .col-dt-80, .row .col-dt-90, .row .col-dt-100 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.row .col-pp-10 {
  width: 10%;
}
.row .col-pp-20 {
  width: 20%;
}
.row .col-pp-25 {
  width: 25%;
}
.row .col-pp-30 {
  width: 30%;
}
.row .col-pp-33 {
  width: 33.3333%;
}
.row .col-pp-40 {
  width: 40%;
}
.row .col-pp-50 {
  width: 50%;
}
.row .col-pp-60 {
  width: 60%;
}
.row .col-pp-66 {
  width: 66.6666%;
}
.row .col-pp-70 {
  width: 70%;
}
.row .col-pp-75 {
  width: 75%;
}
.row .col-pp-80 {
  width: 80%;
}
.row .col-pp-90 {
  width: 90%;
}
.row .col-pp-100 {
  width: 100%;
}
@media (min-width: 540px) {
  .row .col-pl-10 {
    width: 10%;
  }
  .row .col-pl-20 {
    width: 20%;
  }
  .row .col-pl-25 {
    width: 25%;
  }
  .row .col-pl-30 {
    width: 30%;
  }
  .row .col-pl-33 {
    width: 33.3333%;
  }
  .row .col-pl-40 {
    width: 40%;
  }
  .row .col-pl-50 {
    width: 50%;
  }
  .row .col-pl-60 {
    width: 60%;
  }
  .row .col-pl-66 {
    width: 66.6666%;
  }
  .row .col-pl-70 {
    width: 70%;
  }
  .row .col-pl-75 {
    width: 75%;
  }
  .row .col-pl-80 {
    width: 80%;
  }
  .row .col-pl-90 {
    width: 90%;
  }
  .row .col-pl-100 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .row .col-tp-10 {
    width: 10%;
  }
  .row .col-tp-20 {
    width: 20%;
  }
  .row .col-tp-25 {
    width: 25%;
  }
  .row .col-tp-30 {
    width: 30%;
  }
  .row .col-tp-33 {
    width: 33.3333%;
  }
  .row .col-tp-40 {
    width: 40%;
  }
  .row .col-tp-50 {
    width: 50%;
  }
  .row .col-tp-60 {
    width: 60%;
  }
  .row .col-tp-66 {
    width: 66.6666%;
  }
  .row .col-tp-70 {
    width: 70%;
  }
  .row .col-tp-75 {
    width: 75%;
  }
  .row .col-tp-80 {
    width: 80%;
  }
  .row .col-tp-90 {
    width: 90%;
  }
  .row .col-tp-100 {
    width: 100%;
  }
}
@media (min-width: 991px) {
  .row .col-tl-10 {
    width: 10%;
  }
  .row .col-tl-20 {
    width: 20%;
  }
  .row .col-tl-25 {
    width: 25%;
  }
  .row .col-tl-30 {
    width: 30%;
  }
  .row .col-tl-33 {
    width: 33.3333%;
  }
  .row .col-tl-40 {
    width: 40%;
  }
  .row .col-tl-50 {
    width: 50%;
  }
  .row .col-tl-60 {
    width: 60%;
  }
  .row .col-tl-66 {
    width: 66.6666%;
  }
  .row .col-tl-70 {
    width: 70%;
  }
  .row .col-tl-75 {
    width: 75%;
  }
  .row .col-tl-80 {
    width: 80%;
  }
  .row .col-tl-90 {
    width: 90%;
  }
  .row .col-tl-100 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .row .col-dt-10 {
    width: 10%;
  }
  .row .col-dt-20 {
    width: 20%;
  }
  .row .col-dt-25 {
    width: 25%;
  }
  .row .col-dt-30 {
    width: 30%;
  }
  .row .col-dt-33 {
    width: 33.3333%;
  }
  .row .col-dt-40 {
    width: 40%;
  }
  .row .col-dt-50 {
    width: 50%;
  }
  .row .col-dt-60 {
    width: 60%;
  }
  .row .col-dt-66 {
    width: 66.6666%;
  }
  .row .col-dt-70 {
    width: 70%;
  }
  .row .col-dt-75 {
    width: 75%;
  }
  .row .col-dt-80 {
    width: 80%;
  }
  .row .col-dt-90 {
    width: 90%;
  }
  .row .col-dt-100 {
    width: 100%;
  }
}
@media (max-width: 539px) {
  .offset-pp-10 {
    margin-left: 10%;
  }
  .offset-pp-20 {
    margin-left: 20%;
  }
  .offset-pp-25 {
    margin-left: 25%;
  }
  .offset-pp-30 {
    margin-left: 30%;
  }
  .offset-pp-33 {
    margin-left: 33.3333%;
  }
  .offset-pp-40 {
    margin-left: 40%;
  }
  .offset-pp-50 {
    margin-left: 50%;
  }
  .offset-pp-60 {
    margin-left: 60%;
  }
  .offset-pp-66 {
    margin-left: 66.6666%;
  }
  .offset-pp-70 {
    margin-left: 70%;
  }
  .offset-pp-75 {
    margin-left: 75%;
  }
  .offset-pp-80 {
    margin-left: 80%;
  }
  .offset-pp-90 {
    margin-left: 90%;
  }
}
@media (min-width: 540px) {
  .offset-pl-10 {
    margin-left: 10%;
  }
  .offset-pl-20 {
    margin-left: 20%;
  }
  .offset-pl-25 {
    margin-left: 25%;
  }
  .offset-pl-30 {
    margin-left: 30%;
  }
  .offset-pl-33 {
    margin-left: 33.3333%;
  }
  .offset-pl-40 {
    margin-left: 40%;
  }
  .offset-pl-50 {
    margin-left: 50%;
  }
  .offset-pl-60 {
    margin-left: 60%;
  }
  .offset-pl-66 {
    margin-left: 66.6666%;
  }
  .offset-pl-70 {
    margin-left: 70%;
  }
  .offset-pl-75 {
    margin-left: 75%;
  }
  .offset-pl-80 {
    margin-left: 80%;
  }
  .offset-pl-90 {
    margin-left: 80%;
  }
}
@media (min-width: 768px) {
  .offset-tp-10 {
    margin-left: 10%;
  }
  .offset-tp-20 {
    margin-left: 20%;
  }
  .offset-tp-25 {
    margin-left: 25%;
  }
  .offset-tp-30 {
    margin-left: 30%;
  }
  .offset-tp-33 {
    margin-left: 33.3333%;
  }
  .offset-tp-40 {
    margin-left: 40%;
  }
  .offset-tp-50 {
    margin-left: 50%;
  }
  .offset-tp-60 {
    margin-left: 60%;
  }
  .offset-tp-66 {
    margin-left: 66.6666%;
  }
  .offset-tp-70 {
    margin-left: 70%;
  }
  .offset-tp-75 {
    margin-left: 75%;
  }
  .offset-tp-80 {
    margin-left: 80%;
  }
  .offset-tp-90 {
    margin-left: 90%;
  }
}
@media (min-width: 991px) {
  .offset-tl-10 {
    margin-left: 10%;
  }
  .offset-tl-20 {
    margin-left: 20%;
  }
  .offset-tl-25 {
    margin-left: 25%;
  }
  .offset-tl-30 {
    margin-left: 30%;
  }
  .offset-tl-33 {
    margin-left: 33.3333%;
  }
  .offset-tl-40 {
    margin-left: 40%;
  }
  .offset-tl-50 {
    margin-left: 50%;
  }
  .offset-tl-60 {
    margin-left: 60%;
  }
  .offset-tl-66 {
    margin-left: 66.6666%;
  }
  .offset-tl-70 {
    margin-left: 70%;
  }
  .offset-tl-75 {
    margin-left: 75%;
  }
  .offset-tl-80 {
    margin-left: 80%;
  }
  .offset-tl-90 {
    margin-left: 90%;
  }
}
@media (min-width: 1200px) {
  .offset-dt-10 {
    margin-left: 10%;
  }
  .offset-dt-20 {
    margin-left: 20%;
  }
  .offset-dt-25 {
    margin-left: 25%;
  }
  .offset-dt-30 {
    margin-left: 30%;
  }
  .offset-dt-33 {
    margin-left: 33.3333%;
  }
  .offset-dt-40 {
    margin-left: 40%;
  }
  .offset-dt-50 {
    margin-left: 50%;
  }
  .offset-dt-60 {
    margin-left: 60%;
  }
  .offset-dt-66 {
    margin-left: 66.6666%;
  }
  .offset-dt-70 {
    margin-left: 70%;
  }
  .offset-dt-75 {
    margin-left: 75%;
  }
  .offset-dt-80 {
    margin-left: 80%;
  }
  .offset-dt-90 {
    margin-left: 90%;
  }
}
@media (max-width: 539px) {
  .push-pp-10 {
    left: 10%;
  }
  .push-pp-20 {
    left: 20%;
  }
  .push-pp-25 {
    left: 25%;
  }
  .push-pp-30 {
    left: 30%;
  }
  .push-pp-33 {
    left: 33.3333%;
  }
  .push-pp-40 {
    left: 40%;
  }
  .push-pp-50 {
    left: 50%;
  }
  .push-pp-60 {
    left: 60%;
  }
  .push-pp-66 {
    left: 66.6666%;
  }
  .push-pp-70 {
    left: 70%;
  }
  .push-pp-75 {
    left: 75%;
  }
  .push-pp-80 {
    left: 80%;
  }
  .push-pp-90 {
    left: 90%;
  }
}
@media (min-width: 540px) {
  .push-pl-10 {
    left: 10%;
  }
  .push-pl-20 {
    left: 20%;
  }
  .push-pl-25 {
    left: 25%;
  }
  .push-pl-30 {
    left: 30%;
  }
  .push-pl-33 {
    left: 33.3333%;
  }
  .push-pl-40 {
    left: 40%;
  }
  .push-pl-50 {
    left: 50%;
  }
  .push-pl-60 {
    left: 60%;
  }
  .push-pl-66 {
    left: 66.6666%;
  }
  .push-pl-70 {
    left: 70%;
  }
  .push-pl-75 {
    left: 75%;
  }
  .push-pl-80 {
    left: 80%;
  }
  .push-pl-90 {
    left: 90%;
  }
}
@media (min-width: 768px) {
  .push-tp-10 {
    left: 10%;
  }
  .push-tp-20 {
    left: 20%;
  }
  .push-tp-25 {
    left: 25%;
  }
  .push-tp-30 {
    left: 30%;
  }
  .push-tp-33 {
    left: 33.3333%;
  }
  .push-tp-40 {
    left: 40%;
  }
  .push-tp-50 {
    left: 50%;
  }
  .push-tp-60 {
    left: 60%;
  }
  .push-tp-66 {
    left: 66.6666%;
  }
  .push-tp-70 {
    left: 70%;
  }
  .push-tp-75 {
    left: 75%;
  }
  .push-tp-80 {
    left: 80%;
  }
  .push-tp-90 {
    left: 90%;
  }
}
@media (min-width: 991px) {
  .push-tl-10 {
    left: 10%;
  }
  .push-tl-20 {
    left: 20%;
  }
  .push-tl-25 {
    left: 25%;
  }
  .push-tl-30 {
    left: 30%;
  }
  .push-tl-33 {
    left: 33.3333%;
  }
  .push-tl-40 {
    left: 40%;
  }
  .push-tl-50 {
    left: 50%;
  }
  .push-tl-60 {
    left: 60%;
  }
  .push-tl-66 {
    left: 66.6666%;
  }
  .push-tl-70 {
    left: 70%;
  }
  .push-tl-75 {
    left: 75%;
  }
  .push-tl-80 {
    left: 80%;
  }
  .push-tl-90 {
    left: 90%;
  }
}
@media (min-width: 1200px) {
  .push-dt-10 {
    left: 10%;
  }
  .push-dt-20 {
    left: 20%;
  }
  .push-dt-25 {
    left: 25%;
  }
  .push-dt-30 {
    left: 30%;
  }
  .push-dt-33 {
    left: 33.3333%;
  }
  .push-dt-40 {
    left: 40%;
  }
  .push-dt-50 {
    left: 50%;
  }
  .push-dt-60 {
    left: 60%;
  }
  .push-dt-66 {
    left: 66.6666%;
  }
  .push-dt-70 {
    left: 70%;
  }
  .push-dt-75 {
    left: 75%;
  }
  .push-dt-80 {
    left: 80%;
  }
  .push-dt-90 {
    left: 90%;
  }
}
@media (max-width: 539px) {
  .pull-pp-10 {
    right: 10%;
  }
  .pull-pp-20 {
    right: 20%;
  }
  .pull-pp-25 {
    right: 25%;
  }
  .pull-pp-30 {
    right: 30%;
  }
  .pull-pp-33 {
    right: 33.3333%;
  }
  .pull-pp-40 {
    right: 40%;
  }
  .pull-pp-50 {
    right: 50%;
  }
  .pull-pp-60 {
    right: 60%;
  }
  .pull-pp-66 {
    right: 66.6666%;
  }
  .pull-pp-70 {
    right: 70%;
  }
  .pull-pp-75 {
    right: 75%;
  }
  .pull-pp-80 {
    right: 80%;
  }
  .pull-pp-90 {
    right: 90%;
  }
}
@media (min-width: 540px) {
  .pull-pl-10 {
    right: 10%;
  }
  .pull-pl-20 {
    right: 20%;
  }
  .pull-pl-25 {
    right: 25%;
  }
  .pull-pl-30 {
    right: 30%;
  }
  .pull-pl-33 {
    right: 33.3333%;
  }
  .pull-pl-40 {
    right: 40%;
  }
  .pull-pl-50 {
    right: 50%;
  }
  .pull-pl-60 {
    right: 60%;
  }
  .pull-pl-66 {
    right: 66.6666%;
  }
  .pull-pl-70 {
    right: 70%;
  }
  .pull-pl-75 {
    right: 75%;
  }
  .pull-pl-80 {
    right: 80%;
  }
  .pull-pl-90 {
    right: 90%;
  }
}
@media (min-width: 768px) {
  .pull-tp-10 {
    right: 10%;
  }
  .pull-tp-20 {
    right: 20%;
  }
  .pull-tp-25 {
    right: 25%;
  }
  .pull-tp-30 {
    right: 30%;
  }
  .pull-tp-33 {
    right: 33.3333%;
  }
  .pull-tp-40 {
    right: 40%;
  }
  .pull-tp-50 {
    right: 50%;
  }
  .pull-tp-60 {
    right: 60%;
  }
  .pull-tp-66 {
    right: 66.6666%;
  }
  .pull-tp-70 {
    right: 70%;
  }
  .pull-tp-75 {
    right: 75%;
  }
  .pull-tp-80 {
    right: 80%;
  }
  .pull-tp-90 {
    right: 90%;
  }
}
@media (min-width: 991px) {
  .pull-tl-10 {
    right: 10%;
  }
  .pull-tl-20 {
    right: 20%;
  }
  .pull-tl-25 {
    right: 25%;
  }
  .pull-tl-30 {
    right: 30%;
  }
  .pull-tl-33 {
    right: 33.3333%;
  }
  .pull-tl-40 {
    right: 40%;
  }
  .pull-tl-50 {
    right: 50%;
  }
  .pull-tl-60 {
    right: 60%;
  }
  .pull-tl-66 {
    right: 66.6666%;
  }
  .pull-tl-70 {
    right: 70%;
  }
  .pull-tl-75 {
    right: 75%;
  }
  .pull-tl-80 {
    right: 80%;
  }
  .pull-tl-90 {
    right: 90%;
  }
}
@media (min-width: 1200px) {
  .pull-dt-10 {
    right: 10%;
  }
  .pull-dt-20 {
    right: 20%;
  }
  .pull-dt-25 {
    right: 25%;
  }
  .pull-dt-30 {
    right: 30%;
  }
  .pull-dt-33 {
    right: 33.3333%;
  }
  .pull-dt-40 {
    right: 40%;
  }
  .pull-dt-50 {
    right: 50%;
  }
  .pull-dt-60 {
    right: 60%;
  }
  .pull-dt-66 {
    right: 66.6666%;
  }
  .pull-dt-70 {
    right: 70%;
  }
  .pull-dt-75 {
    right: 75%;
  }
  .pull-dt-80 {
    right: 80%;
  }
  .pull-dt-90 {
    right: 90%;
  }
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
@media (min-width: 768px) {
  .row-flex {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.row-flex:before {
  display: table;
}
.row-flex:after {
  content: " ";
  display: table;
  clear: both;
}
.row-flex .col {
  position: relative;
  display: block;
  flex: 1;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .row-flex .col {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.row-flex .col-pp-10, .row-flex .col-pp-20, .row-flex .col-pp-25, .row-flex .col-pp-30, .row-flex .col-pp-33, .row-flex .col-pp-40, .row-flex .col-pp-50, .row-flex .col-pp-60, .row-flex .col-pp-70, .row-flex .col-pp-66, .row-flex .col-pp-75, .row-flex .col-pp-80, .row-flex .col-pp-90, .row-flex .col-pp-100, .row-flex .col-pl-10, .row-flex .col-pl-20, .row-flex .col-pl-25, .row-flex .col-pl-30, .row-flex .col-pl-33, .row-flex .col-pl-40, .row-flex .col-pl-50, .row-flex .col-pl-60, .row-flex .col-pl-66, .row-flex .col-pl-70, .row-flex .col-pl-75, .row-flex .col-pl-80, .row-flex .col-pl-90, .row-flex .col-pl-100, .row-flex .col-tp-10, .row-flex .col-tp-20, .row-flex .col-tp-25, .row-flex .col-tp-30, .row-flex .col-tp-33, .row-flex .col-tp-40, .row-flex .col-tp-50, .row-flex .col-tp-60, .row-flex .col-tp-66, .row-flex .col-tp-70, .row-flex .col-tp-75, .row-flex .col-tp-80, .row-flex .col-tp-90, .row-flex .col-tp-100, .row-flex .col-tl-10, .row-flex .col-tl-20, .row-flex .col-tl-25, .row-flex .col-tl-30, .row-flex .col-tl-33, .row-flex .col-tl-40, .row-flex .col-tl-50, .row-flex .col-tl-60, .row-flex .col-tl-66, .row-flex .col-tl-70, .row-flex .col-tl-75, .row-flex .col-tl-80, .row-flex .col-tl-90, .row-flex .col-tl-100, .row-flex .col-dt-10, .row-flex .col-dt-20, .row-flex .col-dt-25, .row-flex .col-dt-30, .row-flex .col-dt-33, .row-flex .col-dt-40, .row-flex .col-dt-50, .row-flex .col-dt-60, .row-flex .col-dt-66, .row-flex .col-dt-70, .row-flex .col-dt-75, .row-flex .col-dt-80, .row-flex .col-dt-90, .row-flex .col-dt-100 {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .row-flex .col-pp-10, .row-flex .col-pp-20, .row-flex .col-pp-25, .row-flex .col-pp-30, .row-flex .col-pp-33, .row-flex .col-pp-40, .row-flex .col-pp-50, .row-flex .col-pp-60, .row-flex .col-pp-70, .row-flex .col-pp-66, .row-flex .col-pp-75, .row-flex .col-pp-80, .row-flex .col-pp-90, .row-flex .col-pp-100, .row-flex .col-pl-10, .row-flex .col-pl-20, .row-flex .col-pl-25, .row-flex .col-pl-30, .row-flex .col-pl-33, .row-flex .col-pl-40, .row-flex .col-pl-50, .row-flex .col-pl-60, .row-flex .col-pl-66, .row-flex .col-pl-70, .row-flex .col-pl-75, .row-flex .col-pl-80, .row-flex .col-pl-90, .row-flex .col-pl-100, .row-flex .col-tp-10, .row-flex .col-tp-20, .row-flex .col-tp-25, .row-flex .col-tp-30, .row-flex .col-tp-33, .row-flex .col-tp-40, .row-flex .col-tp-50, .row-flex .col-tp-60, .row-flex .col-tp-66, .row-flex .col-tp-70, .row-flex .col-tp-75, .row-flex .col-tp-80, .row-flex .col-tp-90, .row-flex .col-tp-100, .row-flex .col-tl-10, .row-flex .col-tl-20, .row-flex .col-tl-25, .row-flex .col-tl-30, .row-flex .col-tl-33, .row-flex .col-tl-40, .row-flex .col-tl-50, .row-flex .col-tl-60, .row-flex .col-tl-66, .row-flex .col-tl-70, .row-flex .col-tl-75, .row-flex .col-tl-80, .row-flex .col-tl-90, .row-flex .col-tl-100, .row-flex .col-dt-10, .row-flex .col-dt-20, .row-flex .col-dt-25, .row-flex .col-dt-30, .row-flex .col-dt-33, .row-flex .col-dt-40, .row-flex .col-dt-50, .row-flex .col-dt-60, .row-flex .col-dt-66, .row-flex .col-dt-70, .row-flex .col-dt-75, .row-flex .col-dt-80, .row-flex .col-dt-90, .row-flex .col-dt-100 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.row-flex .col-pp-10 {
  flex: 0 0 10%;
  max-width: 10%;
}
.row-flex .col-pp-20 {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-flex .col-pp-25 {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-flex .col-pp-30 {
  flex: 0 0 30%;
  max-width: 30%;
}
.row-flex .col-pp-33 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.row-flex .col-pp-40 {
  flex: 0 0 40%;
  max-width: 40%;
}
.row-flex .col-pp-50 {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-flex .col-pp-60 {
  flex: 0 0 60%;
  max-width: 60%;
}
.row-flex .col-pp-66 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.row-flex .col-pp-70 {
  flex: 0 0 70%;
  max-width: 70%;
}
.row-flex .col-pp-75 {
  flex: 0 0 75%;
  max-width: 75%;
}
.row-flex .col-pp-80 {
  flex: 0 0 80%;
  max-width: 80%;
}
.row-flex .col-pp-90 {
  flex: 0 0 90%;
  max-width: 90%;
}
.row-flex .col-pp-100 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 540px) {
  .row-flex .col-pl-10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-flex .col-pl-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-flex .col-pl-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-flex .col-pl-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .row-flex .col-pl-33 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .row-flex .col-pl-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row-flex .col-pl-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-flex .col-pl-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row-flex .col-pl-66 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .row-flex .col-pl-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .row-flex .col-pl-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row-flex .col-pl-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row-flex .col-pl-90 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row-flex .col-pl-100 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .row-flex .col-tp-10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-flex .col-tp-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-flex .col-tp-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-flex .col-tp-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .row-flex .col-tp-33 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .row-flex .col-tp-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row-flex .col-tp-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-flex .col-tp-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row-flex .col-tp-66 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .row-flex .col-tp-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .row-flex .col-tp-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row-flex .col-tp-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row-flex .col-tp-90 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row-flex .col-tp-100 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 991px) {
  .row-flex .col-tl-10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-flex .col-tl-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-flex .col-tl-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-flex .col-tl-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .row-flex .col-tl-33 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .row-flex .col-tl-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row-flex .col-tl-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-flex .col-tl-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row-flex .col-tl-66 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .row-flex .col-tl-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .row-flex .col-tl-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row-flex .col-tl-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row-flex .col-tl-90 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row-flex .col-tl-100 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .row-flex .col-dt-10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-flex .col-dt-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-flex .col-dt-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-flex .col-dt-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .row-flex .col-dt-33 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .row-flex .col-dt-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row-flex .col-dt-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-flex .col-dt-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row-flex .col-dt-66 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .row-flex .col-dt-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .row-flex .col-dt-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row-flex .col-dt-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row-flex .col-dt-90 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row-flex .col-dt-100 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.display-flex, .flexify-cc {
  display: flex;
}
.display-inline-flex {
  display: inline-flex;
}
.flex-direction-row {
  flex-direction: row;
}
.flex-direction-row-reverse {
  flex-direction: row-reverse;
}
.flex-direction-column {
  flex-direction: column;
}
.flex-direction-column-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-no-wrap {
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.items-left, .flex-justify-content-start {
  justify-content: flex-start;
}
.items-right, .flex-justify-content-end {
  justify-content: flex-end;
}
.items-center-h, .flex-justify-content-center, .flexify-cc {
  justify-content: center;
}
.items-spaced-between, .flex-justify-content-between {
  justify-content: space-between;
}
.items-spaced-around, .flex-justify-content-around {
  justify-content: space-around;
}
.items-top, .flex-align-items-start {
  align-items: flex-start;
}
.items-bottom, .flex-align-items-end {
  align-items: flex-end;
}
.items-center-v, .flex-align-items-center, .flexify-cc {
  align-items: center;
}
.items-baseline, .flex-align-items-baseline {
  align-items: baseline;
}
.flex-align-items-stretch {
  align-items: stretch;
}
.flex-align-content-start {
  align-content: flex-start;
}
.flex-align-content-end {
  align-content: flex-end;
}
.flex-align-content-center {
  align-content: center;
}
.flex-align-content-between {
  align-content: space-between;
}
.flex-align-content-around {
  align-content: space-around;
}
.flex-align-content-stretch {
  align-content: stretch;
}
.flex-align-self-auto {
  align-self: auto;
}
.item-top, .flex-align-self-start {
  align-self: flex-start;
}
.item-bottom, .flex-align-self-end {
  align-self: flex-end;
}
.item-center-v, .flex-align-self-center {
  align-self: center;
}
.item-baseline, .flex-align-self-baseline {
  align-self: baseline;
}
.flex-align-self-stretch {
  align-self: stretch;
}
.item-first {
  order: -1;
}
.item-last {
  order: 1;
}
*:focus, *:visited {
  outline: none !important;
}
p {
  margin-top: 0;
  margin-bottom: 1.3em;
  font-size: 1em;
}
a {
  color: #426AFB;
  outline: none;
}
a:hover, a:focus, a:visited {
  color: #0537ec;
  outline: none;
}
.summary {
  font-size: 1.1em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .summary {
    font-size: 1.1429em;
    font-weight: 300;
  }
}
.split {
  column-count: 0;
  column-gap: 0;
}
@media (min-width: 768px) {
  .split {
    column-count: 2;
    column-gap: 1rem;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  color: #333;
  font-family: "Abel", Helvetica, Arial, sans-serif;
}
h1, .h1 {
  font-size: 3.157em;
}
h1:not(.h1), .h1:not(.h1) {
  margin-top: 0;
}
h2, .h2 {
  font-size: 2.369em;
}
h3, .h3 {
  font-size: 1.777em;
}
h4, .h4 {
  font-size: 1.333em;
}
h5, .h5 {
  font-size: 1em;
}
small, h6, .h6 {
  font-size: 0.75em;
}
blockquote {
  border-left: 4px solid #426AFB;
  padding: 0.2em 0 0.2em 1em;
  margin: 1em 0 1.3em 0;
}
blockquote ol:last-of-type, blockquote p:last-of-type, blockquote ul:last-of-type {
  margin-bottom: 0;
}
blockquote footer {
  margin-top: 0.5em;
  font-size: 0.75em;
  color: #898989;
}
blockquote footer:before {
  content: '\2014 \00A0';
}
blockquote footer cite {
  font-style: italic;
}
code, kbd, pre {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 0.82em;
  border-radius: 3px;
}
code {
  padding: 0 0.5em;
  display: inline-block;
  background: #EFEFEF;
  vertical-align: baseline;
}
kbd {
  padding: 0 0.5em;
  display: inline-block;
  background: #333;
  vertical-align: baseline;
  color: white;
}
pre {
  padding: 0.7rem 1rem;
  display: block;
  background-color: #EFEFEF;
  line-height: 1.5;
  overflow: auto;
  white-space: pre;
}
pre code, pre kbd {
  font-size: inherit;
  background-color: transparent;
}
.dropcap:first-letter {
  font-size: 3em;
  float: left;
  margin-top: 0;
  margin-right: 0.5rem;
  line-height: 1;
  margin-left: -0.2rem;
  text-transform: uppercase;
}
@-moz-document url-prefix() {
  .dropcap:first-letter {
    margin-top: 9px;
  }
}
.show-pp, .show-pl, .show-tp, .show-tl, .show-dt, .show-pp-block, .show-pp-inline, .show-pp-inline-block, .show-pl-block, .show-pl-inline, .show-pl-inline-block, .show-tp-block, .show-tp-inline, .show-tp-inline-block, .show-tl-block, .show-tl-inline, .show-tl-inline-block, .show-dt-block, .show-dt-inline, .show-dt-inline-block {
  display: none !important;
}
@media (max-width: 539px) {
  .show-pp, .show-pp-block {
    display: block !important;
  }
  .show-pp-inline-block {
    display: inline-block !important;
  }
  .show-pp-inline {
    display: inline !important;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .show-pl, .show-pl-block {
    display: block !important;
  }
  .show-pl-inline-block {
    display: inline-block !important;
  }
  .show-pl-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .show-tp, .show-tp-block {
    display: block !important;
  }
  .show-tp-inline-block {
    display: inline-block !important;
  }
  .show-tp-inline {
    display: inline !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .show-tl, .show-tl-block {
    display: block !important;
  }
  .show-tl-inline-block {
    display: inline-block !important;
  }
  .show-tl-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .show-dt, .show-dt-block {
    display: block !important;
  }
  .show-dt-inline-block {
    display: inline-block !important;
  }
  .show-dt-inline {
    display: inline !important;
  }
}
@media (max-width: 539px) {
  .hide-pp {
    display: none !important;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .hide-pl {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .hide-tp {
    display: none !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .hide-tl {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hide-dt {
    display: none !important;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media (max-width: 539px) {
  .text-pp-center {
    text-align: center;
  }
  .text-pp-left {
    text-align: left;
  }
  .text-pp-right {
    text-align: right;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .text-pl-center {
    text-align: center;
  }
  .text-pl-left {
    text-align: left;
  }
  .text-pl-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .text-tp-center {
    text-align: center;
  }
  .text-tp-left {
    text-align: left;
  }
  .text-tp-right {
    text-align: right;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .text-tl-center {
    text-align: center;
  }
  .text-tl-left {
    text-align: left;
  }
  .text-tl-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-dt-center {
    text-align: center;
  }
  .text-dt-left {
    text-align: left;
  }
  .text-dt-right {
    text-align: right;
  }
}
.show-elements {
  outline: 1px solid rgba(0, 0, 0, 0.3);
}
.show-elements * {
  outline: 1px solid rgba(0, 0, 255, 0.4);
}
.test-block:before {
  content: "Test";
  margin: 0 auto;
  display: block;
  padding: 3rem 0;
  text-align: center;
  opacity: 0.6;
  vertical-align: middle;
  background-color: #EFEFEF;
  border-radius: 3px;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button-default {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: inherit;
  padding: 0.6rem 1rem;
  line-height: 1.5;
  margin-right: 1rem;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  background-color: #426AFB;
  color: white;
}
.button-default:active {
  transform: scale(0.97);
}
.button-default[disabled="true"], .button-default[disabled="disabled"], .button-default[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
.button-default.h1, .button-default.h2, .button-default.h3, .button-default.h4, .button-default.h5, .button-default.h6 {
  padding-left: 0.9em;
  padding-right: 0.9em;
}
.button-default:hover, .button-default:visited, .button-default:focus {
  background-color: #1043fa;
}
.button-default:active {
  background-color: #063bfa;
}
.button-outlined {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: inherit;
  padding: 0.6rem 1rem;
  line-height: 1.5;
  margin-right: 1rem;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  background-color: transparent;
  border-color: #426AFB;
  color: #426AFB;
}
.button-outlined:active {
  transform: scale(0.97);
}
.button-outlined[disabled="true"], .button-outlined[disabled="disabled"], .button-outlined[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
.button-outlined.h1, .button-outlined.h2, .button-outlined.h3, .button-outlined.h4, .button-outlined.h5, .button-outlined.h6 {
  padding-left: 0.9em;
  padding-right: 0.9em;
}
.button-outlined:hover, .button-outlined:visited, .button-outlined:focus {
  color: #1043fa;
  border-color: #1043fa;
}
.button-outlined:active {
  color: #063bfa;
  border-color: #1043fa;
}
.button-stripped {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: inherit;
  padding: 0.6rem 1rem;
  line-height: 1.5;
  margin-right: 1rem;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  background-color: transparent;
  color: #426AFB;
}
.button-stripped:active {
  transform: scale(0.97);
}
.button-stripped[disabled="true"], .button-stripped[disabled="disabled"], .button-stripped[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
.button-stripped.h1, .button-stripped.h2, .button-stripped.h3, .button-stripped.h4, .button-stripped.h5, .button-stripped.h6 {
  padding-left: 0.9em;
  padding-right: 0.9em;
}
.button-stripped:hover {
  color: #1043fa;
}
.button-stripped:visited, .button-stripped:focus {
  text-decoration: underline;
  color: #1043fa;
}
.button-stripped:active {
  color: #063bfa;
}
.button-full-width {
  display: block;
  width: 100%;
}
ul, ol, dl {
  margin: 0 0 1.3em 0;
  padding: 0;
  list-style-position: inside;
}
ul:not(ol), ol:not(ol), dl:not(ol) {
  list-style-type: circle;
}
ul li, ol li, dl li {
  margin-bottom: 0.3em;
}
ul dt, ol dt, dl dt {
  margin-top: 0.3em;
}
ul dd, ol dd, dl dd {
  margin-left: 2rem;
}
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
  margin: 0.5rem 0 0.4rem;
  padding-left: 2rem;
  font-size: 90%;
}
form {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 1rem 0;
}
fieldset legend {
  font-size: 1.333em;
  margin: 1.414em 0 0.5em;
  display: block;
  width: 100%;
}
label {
  font-weight: 700;
  display: block;
  color: #333;
  line-height: normal;
  margin-bottom: 0.5em;
}
.checkbox, .radio {
  padding-left: 25px;
  margin-top: 0;
  margin-bottom: 1.1rem;
  position: relative;
  display: table;
  cursor: pointer;
  font-weight: 400;
}
.checkbox input, .radio input {
  position: absolute;
  width: auto;
  margin: 0;
  left: 0;
  cursor: pointer;
}
.checkbox input[type="checkbox"], .radio input[type="checkbox"] {
  top: 0.3rem;
}
@-moz-document url-prefix() {
  .checkbox input[type="checkbox"], .radio input[type="checkbox"] {
    top: 0.35rem;
  }
}
.checkbox input[type="radio"], .radio input[type="radio"] {
  top: 0.2rem;
}
@-moz-document url-prefix() {
  .checkbox input[type="radio"], .radio input[type="radio"] {
    top: 0.32rem;
  }
}
.checkbox-inline, .radio-inline {
  display: inline-block;
  margin-right: 1.2rem;
}
.checkbox-inline input[type="radio"], .radio-inline input[type="radio"] {
  top: 0.2rem;
}
@-moz-document url-prefix() {
  .checkbox-inline input[type="radio"], .radio-inline input[type="radio"] {
    top: 0.32rem;
  }
}
label.button-default, label.button-outlined, label.button-stripped {
  position: relative;
  font-weight: 400;
  margin-bottom: 1.2rem;
}
label.button-default [type="file"], label.button-outlined [type="file"], label.button-stripped [type="file"] {
  visibility: hidden;
  position: absolute;
  opacity: 0;
}
input, select, textarea {
  font-family: inherit;
  font-weight: 400;
  font-size: inherit;
  display: block;
  width: 100%;
  border: 1px solid #BCBCBC;
  border-radius: 3px;
  box-shadow: none;
  line-height: 1.5;
  padding: 0.6rem 1rem;
  margin-bottom: 1.2rem;
}
input:focus, select:focus, textarea:focus {
  border-color: #426AFB;
}
input:not([type="checkbox"]):not([type="radio"]), select:not([type="checkbox"]):not([type="radio"]), textarea:not([type="checkbox"]):not([type="radio"]) {
  appearance: none;
  background-color: white;
}
input[type="file"], select[type="file"], textarea[type="file"] {
  margin: 0.8rem 0 2rem;
  line-height: 0;
  border: 0;
  padding: 0;
}
input[type="password"], select[type="password"], textarea[type="password"] {
  font-family: verdana;
}
input[type="password"]::-webkit-input-placeholder, select[type="password"]::-webkit-input-placeholder, textarea[type="password"]::-webkit-input-placeholder {
  font-family: "Abel", Helvetica, Arial, sans-serif;
}
input[type="password"]:-moz-placeholder, select[type="password"]:-moz-placeholder, textarea[type="password"]:-moz-placeholder {
  font-family: "Abel", Helvetica, Arial, sans-serif;
}
input[type="password"]::-moz-placeholder, select[type="password"]::-moz-placeholder, textarea[type="password"]::-moz-placeholder {
  font-family: "Abel", Helvetica, Arial, sans-serif;
}
input[type="password"]:-ms-input-placeholder, select[type="password"]:-ms-input-placeholder, textarea[type="password"]:-ms-input-placeholder {
  font-family: "Abel", Helvetica, Arial, sans-serif;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a3a3a3;
}
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #a3a3a3;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #a3a3a3;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a3a3a3;
}
.input-with-button {
  width: 100%;
  display: table;
  margin-bottom: 1.2rem;
  border-collapse: separate;
}
.input-with-button label {
  width: 100%;
  display: table-caption;
}
.input-with-button .button-wrapper {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  position: relative;
}
.input-with-button .button-wrapper .button-default, .input-with-button .button-wrapper .button-outlined {
  margin: 0;
  min-width: 100%;
}
.input-with-button .button-wrapper .button-default:active, .input-with-button .button-wrapper .button-outlined:active {
  transform: none;
}
.input-with-button input[type="text"] {
  width: 100%;
  display: table-cell;
  margin: 0;
  position: relative;
}
.input-with-button.button-left .button-wrapper .button-default, .input-with-button.button-left .button-wrapper .button-outlined {
  border-radius: 3px 0 0 3px;
}
.input-with-button.button-left input[type="text"] {
  border-radius: 0 3px 3px 0;
}
.input-with-button.button-right .button-wrapper .button-default, .input-with-button.button-right .button-wrapper .button-outlined {
  border-radius: 0 3px 3px 0;
}
.input-with-button.button-right input[type="text"] {
  border-radius: 3px 0 0 3px;
}
textarea {
  width: 100% !important;
  min-height: 150px;
}
select {
  cursor: pointer;
  overflow: scroll;
}
select:not([multiple]) {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABmJLR0QA/wD/AP+gvaeTAAAKRElEQVR4nO3dPYtmZwHG8WuGXbTJJiuZRLNGYhGLgIUgJoiIgpXfQAh+B7G1sLPwIwhaWPnS2BgNJiBRBBMkyWQNbnwJImol2suuxWTI7Diz87zc59xvvx/c/ckhz/lfz9kn2QQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACARh3UvgCquJXkS0meSnI9yT+S/CbJ7ypeE/Bgn0ry2SQfTvLfJO8meSnJ3ypeE9CJzyT5RZK7Se5dcP6U5KtJDmtdIHCfwyTPJ3knF39m7yZ5OcmztS4QaNtBkm/k8vCfPy8mebjKlQKnbiR5IZt9Zu8m+Wa81QXOOEzynWz2EDl7jpM8XuF6geQoyevZ/nP7vXiDByS5luQH2f4hcnru5OT3AsB6nkjyh+z+uf1RTj77wKT2jb8RAOvbN/5GAEyuVPyNAFhPqfgbATCp0vE3AmB5peN/dgRcX/GfA6hkqfgbAbCcpeJvBMAklo6/EQDlLR1/IwAGt1b8jQAoZ634GwEwqGtJfpj1HiJGAOxv7fifnh/HCIAh1Iq/EQC7qxV/IwAGUTv+RgBsr3b8jQDoXCvxNwJgc63E3wiATrUWfyMArtZa/I0A6Eyr8TcC4HKtxt8IgE4cJPlu6j8srjq3428RhFNHSd5M/c/lVef78VcJQ7O+lfoPiU2PNwHQ/jf/8+fby9wGYB/PJbmb+g+IbY43Acysl2/+58/nlrgZwO5+mfoPBiMANtNr/O8l+fUC9wPY0cdT/6Gwz/HHAcykt9f+F52ni98VmnRY+wK40hdrX8Cenk7yYrwJYHxHSX6W5BO1L2RPX6h9AazDAGjfk7UvoIBnkrwSbwIY1xNJfpXkk7UvpICP1b4A1mEAtO8DtS+gEG8CGNUo3/xPfbD2BbAOA6B9/6x9AQU9k+TlGAGM4yjJSxnjm/+pv9e+AODEp1P/R0F+GAj/b4Qf/F10ni15k4DdHST5c+o/FEof/4kgPTtKcpz6n6PS56/xZhia8pXUfzAscbwJoEejfvO/l+T5gvcJKOAwyQup/3BY4vw+3gTQj1G/+d/LyY90ffuHBt1I8nrqPySMAGY1cvyPkzxc7lYBpT2S5Lep/7BY4vjjAFo28mv/V5PcLHergKUYAbAu8QeaMfoI+Gi5WwV7GTn+r0X8oUsjj4B3YgRQn/gDzTICYBniDzTPCICyxB/ohhEAZYg/0B0jAPYj/kC3jADYjfgD3TMCYDviDwzDCIDNiD8wHCMAHkz8gWEZAXAx8QeGZwTA/cQfmIYRACfEH5iOEcDsxB+YlhHArMQfmJ4RwGzEH+A9RgCzEH+Ac4wARif+AJcwAhiV+ANc4ZEkr6b+Q80IoJSR4/9GkkfL3SpgdkYAoxg9/kflbhXACSOA3ok/wI6MAHol/gB7MgLojfgDFDLyCPhLkqeK3SlquxXxByjKCKB1t5LcSf1/n8QfGI4RQKvEH2BhRgCtEX+AlRgBtGLk+L8Z8QcaZARQm/gDVGIEUIv4A1RmBLA28QdohBHAWsQfoDFGAEsTf4BGGQEsRfwBGmcEUJr4A3TCCKAU8QfojBHAvsQfoFNGALsSf4DO3YwRwHbEH2AQRgCbEn+AwRgBXEX8AQZlBHAZ8QcYnBHAeeIPMAkjgFPiDzAZIwDxB5iUETAv8QeY3M0kr6X+Q9sIWI/4A5Bk7BHwboyAs8QfgPsYAeMTfwAuZASMS/wBeCAjYDziD8BGjIBxiD8AWzEC+if+AOzECOiX+AOwFyOgP+IPQBFGQD/EH4CijID2iT8AizAC2iX+ACzKCGiP+AOwCiOgHeIPwKqMgPrEH4AqjIB6xB+AqoyA9Yk/AE0wAtYj/gA0xQhYnvgD0KRHk7yR+jEZcQSMHP/jiD9A945iBJQ2evwfK3erAKjJCChH/AHoihGwP/EHoEtGwO7EH4CuGQHbE38AhmAEbE78ARiKEXA18QdgSEbA5cQfgKEd5eT/+lY7Si2NAPEHYApGwPvEH4CpGAHiD8CkZh4B4g/A1GYcAeIPAJlrBIg/AJwxwwgQfwC4wEeSvJ36MVvivJ3kdgPXscS5k5NxAwA7G/lNwIjHN38AijEC+jjiD0BxRkDbR/wBWIwR0OYRfwAWZwS0dcQfgNUYAW0c8QdgdUaA+AMwKSNA/AGYlBEg/gBMyggQfwAmZQSIPwCTMgKWOW9F/AFonBEg/gBMyggQfwAmZQSIPwCTMgLEH4BJGQHiD8CkjADxB2BSRoD4AzApI0D8AZiUESD+AEzKCBB/ACY1+wgQfwCmNesIEH8ApjfbCBB/AHjPLCNA/AHgnNFHgPgDwCVGHQHiDwBXGG0EiD8AbGiUESD+ALCloyTHqR9x8QeAlT2WPkfAW0keX+B+AMA0ehsB4g8AhfQyAsQfAAprfQSIPwAspNURIP4AsLDWRoD4A8BKWhkB4g8AK6s9AsQfACqpNQJuR/wBoKq1R4D4A0Aj1hoB4g8AjVl6BIg/ADRqqREg/gDQuNIjQPwBoBOlRoD4A0Bn9h0B4g8AnbqV5E62j/8fkzxZ4XoBgEIeSvKTbB7/nyf5UJUrBQCKupbka0n+ncvD/58kX09yvdI1Ao05qH0BQDE3knw5yefz/rf8fyV5JclPczICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYGH/A+Hsu8OdXKd2AAAAAElFTkSuQmCC");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-origin: content-box;
  height: 3.8rem;
}
@media (min-width: 768px) {
  select:not([multiple]) {
    height: calc(3rem + 2px);
  }
}
select::-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  select {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
hr {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  border: 0;
  border-top: 1px solid #BCBCBC;
}
input[disabled="true"], input[disabled="disabled"], input[disabled], select[disabled="true"], select[disabled="disabled"], select[disabled], textarea[disabled="true"], textarea[disabled="disabled"], textarea[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
input[disabled="true"]::-webkit-input-placeholder, input[disabled="disabled"]::-webkit-input-placeholder, input[disabled]::-webkit-input-placeholder, select[disabled="true"]::-webkit-input-placeholder, select[disabled="disabled"]::-webkit-input-placeholder, select[disabled]::-webkit-input-placeholder, textarea[disabled="true"]::-webkit-input-placeholder, textarea[disabled="disabled"]::-webkit-input-placeholder, textarea[disabled]::-webkit-input-placeholder {
  color: #BCBCBC;
}
input[disabled="true"]:-moz-placeholder, input[disabled="disabled"]:-moz-placeholder, input[disabled]:-moz-placeholder, select[disabled="true"]:-moz-placeholder, select[disabled="disabled"]:-moz-placeholder, select[disabled]:-moz-placeholder, textarea[disabled="true"]:-moz-placeholder, textarea[disabled="disabled"]:-moz-placeholder, textarea[disabled]:-moz-placeholder {
  color: #BCBCBC;
}
input[disabled="true"]::-moz-placeholder, input[disabled="disabled"]::-moz-placeholder, input[disabled]::-moz-placeholder, select[disabled="true"]::-moz-placeholder, select[disabled="disabled"]::-moz-placeholder, select[disabled]::-moz-placeholder, textarea[disabled="true"]::-moz-placeholder, textarea[disabled="disabled"]::-moz-placeholder, textarea[disabled]::-moz-placeholder {
  color: #BCBCBC;
}
input[disabled="true"]:-ms-input-placeholder, input[disabled="disabled"]:-ms-input-placeholder, input[disabled]:-ms-input-placeholder, select[disabled="true"]:-ms-input-placeholder, select[disabled="disabled"]:-ms-input-placeholder, select[disabled]:-ms-input-placeholder, textarea[disabled="true"]:-ms-input-placeholder, textarea[disabled="disabled"]:-ms-input-placeholder, textarea[disabled]:-ms-input-placeholder {
  color: #BCBCBC;
}
table {
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  margin-bottom: 1.3em;
}
table thead tr th {
  text-align: left;
  padding: 0.6rem 0;
  vertical-align: top;
  font-weight: 700;
  border-bottom: 1px solid #EFEFEF;
}
table tbody tr td, table tbody tr th {
  text-align: left;
  padding: 0.6rem 0;
  vertical-align: top;
  border-bottom: 1px solid #EFEFEF;
}
table tbody tr td:not(td), table tbody tr th:not(td) {
  font-weight: 700;
}
table tfoot tr td {
  font-weight: 700;
  text-align: left;
  padding: 0.6rem 0;
  vertical-align: top;
  border-bottom: none;
}
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.ttf?22t19m") format("truetype"), url("../fonts/lg.woff?22t19m") format("woff"), url("../fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}
.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}
.lg-rotate-left:after {
  content: "\e900";
}
.lg-rotate-right:after {
  content: "\e901";
}
.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}
.lg-flip-ver:after {
  content: "\e903";
}
.lg-flip-hor:after {
  content: "\e902";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
section, .section {
  position: relative;
}
.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list > li {
  margin: 0;
  padding: 0;
}
.list > li > a {
  display: block;
}
.list-inline > li {
  display: inline-block;
}
.list-inline > li > a {
  display: inline-block;
}
.list-centered {
  text-align: center;
}
.list-dividers > li:after {
  content: " / ";
  display: inline-block;
}
.list-dividers > li:last-child:after {
  content: "";
}
a:link, a:hover, a:visited, a:active {
  text-decoration: none;
}
strong {
  color: #1F3929;
}
img {
  display: block;
  border-style: none;
}
picture {
  display: block;
}
.resimage-wrapper > img {
  width: 100%;
}
table {
  height: auto !important;
  display: block;
}
table > tbody > tr > th, table > tbody > tr > td {
  padding: 0.5rem 2rem;
  border: none;
}
table th {
  background-color: #d10a10;
  color: #fff;
}
table tr:nth-child(even) {
  background: #bfbfbf;
}
table tr:nth-child(odd) {
  background: #dfdfdf;
}
table thead, table tbody {
  display: block;
}
table tr, table th, table td {
  display: inline-block;
}
@media (min-width: 768px) {
  table {
    display: table;
  }
  table tbody {
    display: table-row-group;
  }
  table th, table td {
    display: table-cell;
  }
  table tr {
    display: table-row;
  }
}
.cbp-spmenu {
  position: fixed;
  background: #1F3929;
  padding-top: 2rem;
  padding-left: 4rem;
  padding-bottom: 2rem;
  opacity: 0.8;
  overflow: hidden;
}
.cbp-spmenu h3 {
  color: #fff;
  font-size: 2.5em;
  margin: 0;
  font-weight: bolder;
}
.cbp-spmenu h3 > a {
  color: #fff;
}
.cbp-spmenu li a {
  display: inline-block;
  color: #fff;
  font-size: 1.1em;
  font-weight: 300;
}
.cbp-spmenu li a.current, .cbp-spmenu li a:hover {
  background: #fff;
  color: #1F3929;
}
.cbp-spmenu ul {
  padding: 0;
  list-style: none;
}
.cbp-spmenu .menu-inner {
  padding-bottom: 4rem;
  overflow-y: scroll;
  position: absolute;
  height: 100%;
  -ms-overflow-style: none;
}
.cbp-spmenu .menu-inner::-webkit-scrollbar {
  display: none;
}
.cbp-spmenu-vertical {
  width: 40%;
  height: 100%;
  top: 0;
  z-index: 1000;
}
.cbp-spmenu-vertical li a {
  padding-right: 2rem;
  padding-left: 2rem;
}
.cbp-spmenu-right {
  right: -40%;
}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
.cbp-spmenu-push-toright {
  left: 40%;
}
.cbp-spmenu-push-toleft {
  left: -40%;
}
.cbp-spmenu, .cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 80%;
  }
  .cbp-spmenu-left, .cbp-spmenu-push-toleft {
    left: -80%;
  }
  .cbp-spmenu-right {
    right: -80%;
  }
  .cbp-spmenu-push-toright {
    left: 80%;
  }
}
.navbar {
  margin: 0;
  padding: 0;
  text-align: center;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-200%);
  transition: transform 0.5s;
  background-color: #d10a10;
  opacity: 0.9;
}
.navbar > .navbar-nav > .menu-item {
  display: block;
}
@media (min-width: 1200px) {
  .navbar > .navbar-nav > .menu-item {
    display: inline-block;
  }
}
.navbar > .navbar-nav > .menu-item > a {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-size: 1em;
  color: #fff;
  text-transform: none;
}
.navbar > .navbar-nav > .menu-item:after {
  color: #fff;
}
.navbar .logo {
  width: 12rem;
  display: block;
  margin: 0 auto;
}
.navbar .logo > img {
  width: 100%;
}
.navbar.is-active {
  transform: translateY(0);
}
@media (min-width: 1200px) {
  .navbar {
    position: relative;
    top: 100%;
    height: auto;
    width: auto;
    transform: translateY(0);
    background-color: transparent;
  }
}
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 3rem;
  height: 17px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 3rem;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}
.hamburger--3dx .hamburger-box {
  perspective: 6rem;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
  perspective: 6rem;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
  perspective: 6rem;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
  perspective: 6rem;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-0.6rem, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-0.6rem, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(0.6rem, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(0.6rem, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-0.6rem, -0.75rem, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-0.6rem, 0.75rem, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(0.6rem, -0.75rem, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(0.6rem, 0.75rem, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -14px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 7px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-270deg);
  transition-delay: 0.1s;
}
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 7px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 14px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(270deg);
  transition-delay: 0.1s;
}
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -6rem;
  top: -6rem;
  transform: translate3d(6rem, 6rem, 0) rotate(45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -6rem;
  top: -6rem;
  transform: translate3d(-6rem, 6rem, 0) rotate(-45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 7px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -6rem;
  top: 6rem;
  transform: translate3d(6rem, -6rem, 0) rotate(-45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -6rem;
  top: 6rem;
  transform: translate3d(-6rem, -6rem, 0) rotate(45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-0.42857rem, -4px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(0.42857rem, -4px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(90deg);
}
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.15s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 7px;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 14px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -14px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
.hamburger {
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: 0;
  z-index: 1050;
}
.hamburger .hamburger-inner {
  background-color: #fff;
}
.hamburger .hamburger-inner:before, .hamburger .hamburger-inner:after {
  background-color: #fff;
}
#hamburger-container {
  position: relative;
}
#hamburger2 .hamburger-inner {
  background-color: #3d3d3c;
}
#hamburger2 .hamburger-inner:before, #hamburger2 .hamburger-inner:after {
  background-color: #3d3d3c;
}
#hamburger2.fixed {
  position: fixed;
}
.header {
  height: 100vh;
  width: 100%;
  position: relative;
}
.header > .swiper-wrapper > .swiper-slide {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  padding-top: 16rem;
}
.header > .swiper-wrapper > .swiper-slide .content {
  margin: 0 auto;
  width: 70%;
  text-align: center;
}
.header > .swiper-wrapper > .swiper-slide .content h2 {
  margin: 0;
  font-size: 1.8em;
  text-transform: uppercase;
  color: #00FFFF;
}
.header > .kab {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 50;
}
.header > .kab .logo {
  display: block;
  width: 90px;
  height: auto;
  float: left;
}
.header > .kab .logo > img {
  width: 100%;
}
@media (min-width: 768px) {
  .header > .kab .logo {
    width: 200px;
  }
}
.header > .kab .info {
  float: left;
  margin-top: 5px;
}
.header > .kab .info h2 {
  font-size: 1.5em;
  font-weight: bold;
}
.header > .kab .info h3 {
  font-size: 0.8em;
}
.header > .kab .info h2, .header > .kab .info h3 {
  margin: 0;
  color: #fff;
}
.header > .sidebar {
  position: absolute;
  right: 2rem;
  top: 8rem;
  z-index: 50;
}
.header > .sidebar > ul {
  list-style: none;
}
.header > .sidebar a {
  display: block;
  width: 45px;
  height: 45px;
  background-size: cover;
  background-position: center center;
}
.header > .sidebar a.pin {
  background-image: url("../_resources/themes/kab/images/sidebar_pinterest.png");
}
.header > .sidebar a.insta {
  background-image: url("../_resources/themes/kab/images/sidebar_instagram.png");
}
.header > .sidebar a.calc {
  background-image: url("../_resources/themes/kab/images/sidebar_calc.png");
}
.header > .sidebar a.coach {
  background-image: url("../_resources/themes/kab/images/sidebar_icon_kopf.png");
}
.header > .sidebar a.mail {
  background-image: url("../_resources/themes/kab/images/sidebar_mail.png");
}
.header #google_translate_element {
  display: none;
  position: absolute;
  top: 28px;
  right: 8.5rem;
  z-index: 10;
}
.header #google_translate_element img {
  display: initial;
}
.header #google_translate_element.visible {
  display: block;
}
.header #toggle_language {
  position: absolute;
  top: 30px;
  right: 6rem;
  z-index: 10;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../_resources/themes/kab/images/sprachauswahl.png");
  background-repeat: no-repeat;
  cursor: pointer;
}
.header #toggle_language img {
  display: initial;
}
.footer {
  padding-bottom: 2rem;
  background-color: #1F3929;
  color: #fff;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer a {
  color: #fff;
}
.footer h2 {
  font-weight: bold;
  text-transform: uppercase;
}
.footer .subline {
  margin-top: 2rem;
  padding-top: 0.5rem;
  border-top: 4px solid #fff;
  font-size: 0.8em;
}
.footer address {
  margin-bottom: 2rem;
  font-style: normal;
  font-weight: bold;
}
.footer p {
  margin: 0;
}
.footer label, .footer .middleColumn {
  float: left;
}
.footer .middleColumn {
  width: 86%;
}
.footer label {
  color: #fff;
  width: 100px;
  text-align: right;
  padding-right: 1rem;
}
.footer .field {
  clear: both;
}
.footer .field:after {
  clear: both;
}
.footer .text, .footer .textarea {
  border-radius: 0;
}
.footer fieldset {
  margin: 0;
}
@media (min-width: 1200px) {
  .footer .Actions {
    width: 86%;
    margin-left: 100px;
  }
  .footer .btn-toolbar {
    width: 86%;
    margin-left: 100px;
  }
  .footer .btn-toolbar .action {
    color: black;
  }
}
.button {
  width: initial !important;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
p.button {
  border: 1px solid #3d3d3c;
  text-transform: uppercase;
  font-size: 0.8em;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  p.button {
    margin-top: 3rem;
  }
}
p.button:hover {
  background-color: #3d3d3c;
  color: #fff;
}
p.button:hover > a {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
p.button > a {
  display: block;
  padding: 0.2rem 4rem;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #3d3d3c;
  text-decoration: none;
}
.swiper-container .swiper-slide {
  height: 20rem;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 540px) {
  .swiper-container .swiper-slide {
    height: 20rem;
  }
}
@media (min-width: 991px) {
  .swiper-container .swiper-slide {
    height: 20rem;
  }
}
@media (min-width: 1200px) {
  .swiper-container .swiper-slide {
    height: 40rem;
  }
}
.project {
  margin-bottom: 2rem;
  position: relative;
}
.project img {
  width: 100%;
}
.project .hover {
  display: none;
  position: absolute;
  width: 93%;
  height: 100%;
  top: 0;
  left: 1rem;
  background-image: url("../_resources/themes/kab/images/project-hover.png");
  background-repeat: repeat;
  z-index: 50;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.project .hover > .inner {
  width: 90%;
  margin: 5rem auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.project .hover > .inner a, .project .hover > .inner strong {
  color: #fff;
}
.project .hover > .inner p {
  margin: 0;
}
.project:hover .hover {
  display: block;
}
.project-category {
  margin-bottom: 2rem;
}
.type-project-page h1 {
  margin-bottom: 0;
}
.type-project-page .main-content {
  padding-bottom: 2rem;
}
.type-project-page .main-content .content h1 {
  font-size: 2em;
}
.type-project-page .header {
  height: 50vh;
}
.type-project-page .header .swiper-slide {
  height: 50vh;
}
.type-project-page .header .content > h2 {
  display: none;
}
.type-project-page .back--link {
  text-align: right;
  display: block;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  color: #1F3929;
}
.type-project-page .slideshow {
  margin-bottom: 4rem;
  position: relative;
}
.type-project-page .slideshow > .description {
  display: none;
  padding: 5rem 6rem 5rem 4rem;
  position: absolute;
  height: 100%;
  width: 70%;
  top: 0;
  right: 0;
  background-color: rgba(31, 57, 41, 0.8);
  z-index: 10;
}
.type-project-page .slideshow > .description h2, .type-project-page .slideshow > .description h3, .type-project-page .slideshow > .description h4, .type-project-page .slideshow > .description span, .type-project-page .slideshow > .description p, .type-project-page .slideshow > .description a {
  color: #fff;
}
.type-project-page .slideshow > .description h2, .type-project-page .slideshow > .description h3 {
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}
.type-project-page .slideshow > .description .project--location, .type-project-page .slideshow > .description .project--period {
  margin-bottom: 0;
}
.type-project-page .slideshow > .description .project--close {
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2em;
  font-weight: bold;
  cursor: pointer;
}
.type-project-page .slideshow > .description .inner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.type-project-page .slideshow .swiper-slide {
  height: 50vh;
}
@media (min-width: 991px) {
  .type-project-page .slideshow .swiper-slide {
    height: 80vh;
  }
}
@media (min-width: 1200px) {
  .type-project-page .slideshow .swiper-slide {
    height: 100vh;
  }
}
.type-project-page .slideshow .swiper-button-next, .type-project-page .slideshow .swiper-button-prev, .type-project-page .slideshow .swiper-pagination {
  z-index: 50;
}
.type-project-page .slideshow .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
.type-project-page .slideshow .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
.type-project-page .slideshow .swiper-pagination-bullet {
  background-color: #fff;
}
.type-project-page .slideshow .more--info {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url("../_resources/themes/kab/images/picto_document.png");
  background-size: cover;
  cursor: pointer;
  z-index: 10;
}
.block-accordion .accordion > div {
  border-top: 1px solid #000;
}
.block-accordion .accordion > div:last-child {
  border-bottom: 1px solid #000;
}
.block-accordion .accordion > div > dt {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.block-accordion .accordion > div > dt:after {
  display: block;
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: 0.4rem;
  right: 0.4rem;
  content: " ";
  background-image: url("../img/accordion-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.block-accordion .accordion > div > dt.open:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.block-accordion .accordion > div > dt > a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.block-accordion .accordion > div > dd {
  margin: 0;
}
.block-slideshow .swiper-slide {
  height: 20rem;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 540px) {
  .block-slideshow .swiper-slide {
    height: 20rem;
  }
}
@media (min-width: 991px) {
  .block-slideshow .swiper-slide {
    height: 20rem;
  }
}
@media (min-width: 1200px) {
  .block-slideshow .swiper-slide {
    height: 40rem;
  }
}
.social-brands {
  line-height: 1;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.social-brands > .brand {
  display: inline-block;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  margin: 0;
  font-size: 2em;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-brands > .brand:hover {
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
@media (min-width: 768px) {
  .social-brands > .brand {
    font-size: 1.5em;
  }
}
.main-content {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.main-content .content h1, .main-content .content h2 {
  font-weight: bold;
  color: #1F3929;
  text-transform: uppercase;
}
.main-content .content h1 {
  font-size: 4em;
}
.main-content .content h2 {
  font-size: 3em;
}
.main-content table tr, .main-content .content-table tr, .main-content .history-table tr {
  background-color: transparent;
}
.main-content table td, .main-content .content-table td, .main-content .history-table td {
  padding: 0;
}
.main-content .block-content {
  border-top: 3px solid #1F3929;
  padding-top: 2rem;
}
.main-content .block-content a {
  color: #1F3929;
}
.main-content h2, .main-content h3 {
  margin-top: 0;
  font-weight: bold;
  color: #1F3929;
  text-transform: uppercase;
}
#Philosophie .content-table td:last-child {
  padding-left: 2rem;
}
.block-teamblock .team-image {
  width: 100%;
  margin-bottom: 0.5rem;
}
.block-teamblock .team-member {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  margin-bottom: 2rem;
}
.block-teamblock .team-member .description {
  color: #1F3929;
  border-bottom: 1px solid #1F3929;
}
.block-teamblock .team-member .description p {
  margin: 0;
}
.block-teamblock .team-member .description .since {
  font-size: 0.9em;
}
.block-teamblock .team-member .inner {
  position: relative;
}
.block-teamblock .team-member .inner:hover .hover {
  display: block;
}
.block-teamblock .team-member .hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
@media (min-width: 1200px) {
  .block-teamblock .team-member .hover .list {
    margin-top: 8rem;
  }
}
.block-teamblock .team-member .hover .phone-list {
  margin-top: 0;
  color: #fff;
  display: none;
}
.block-teamblock .team-member .hover .team-phone {
  cursor: pointer;
}
.block-teamblock .team-member .hover .picto {
  width: 80px;
  margin: 0 1rem;
}
.reference {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  font-size: 0.9em;
  line-height: 1.2;
}
.reference > .col {
  min-height: 80px;
  border-left: 1px solid #000;
}
.reference > .col:first-child {
  border: none;
}
.reference:nth-child(2n) {
  background-color: rgba(31, 57, 41, 0.1);
}
.references-list img {
  width: 100%;
}
.type-baukostenrechner-page h1 {
  color: #1F3929;
  margin-bottom: 0;
  letter-spacing: 3px;
  font-size: 4em;
  font-weight: bold;
}
.type-baukostenrechner-page h3 {
  text-transform: none;
  cursor: pointer;
}
.type-baukostenrechner-page img {
  width: 100%;
}
.type-baukostenrechner-page input.text {
  width: 100%;
  border-radius: 0;
  border: 1px solid #1F3929;
  background-color: #DEDEDE;
}
.type-baukostenrechner-page input[type="submit"] {
  border-radius: 0;
  background-color: #1F3929;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.type-baukostenrechner-page label {
  color: #1F3929;
}
.type-baukostenrechner-page .checkbox label {
  display: inline-block;
}
.type-baukostenrechner-page .fas {
  transition: transform 400ms ease-in-out;
}
.type-baukostenrechner-page .fa-info-circle {
  color: #1F3929;
  cursor: pointer;
  margin-left: 0.5rem;
}
.type-baukostenrechner-page .open .fa-angle-right {
  transform: rotate(90deg);
  transition: transform 400ms ease-in-out;
}
.type-baukostenrechner-page .form-wrap {
  display: none;
}
.type-baukostenrechner-page .checkboxes {
  padding-left: 1rem;
}
.type-baukostenrechner-page .hidden {
  display: none;
}
.type-baukostenrechner-page .content {
  padding-top: 1rem;
}
.type-baukostenrechner-page .small {
  text-transform: none;
  font-weight: normal;
}
.type-baukostenrechner-page #Form_FormIndustry {
  margin-bottom: 8rem;
}
.type-home .main-content {
  padding: 0;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
    }
  }
}
