html {
  color: #000;
  background: #FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
/*
 * Hide content visually while keeping it screen reader-accessible.
 * Source: https://www.scottohara.me/blog/2017/04/14/inclusively-hidden.html
 */
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.is-hidden {
  display: none;
}
/* lato-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/lato/lato-v24-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/lato/lato-v24-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/lato/lato-v24-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('assets/fonts/lato/lato-v24-latin-900.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.link-primary {
  color: #2a3133;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  border-bottom: 2px #ffcc00 solid;
}
.link-primary:hover,
.link-primary:focus,
.link-primary:active {
  color: #2a3133;
}
.link-white {
  color: #fff;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
}
.link-white:hover,
.link-white:focus,
.link-white:active {
  color: #164194;
}
.link-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.link-more,
.link-back {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 768px) {
  .link-more,
  .link-back {
    font-size: 23px;
  }
}
.link-more i,
.link-back i {
  position: absolute;
  left: 0;
  top: 3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .link-more i,
  .link-back i {
    font-size: 28px;
  }
}
.link-back {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .link-back {
    padding-left: 40px;
  }
}
.link-back:hover i,
.link-back:active i,
.link-back:focus i {
  left: -5px;
}
.link-more i {
  left: auto;
  right: -35px;
}
.link-more:hover i,
.link-more:active i,
.link-more:focus i {
  right: -40px;
}
.button-white {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 15px;
  background: #ffcc00;
  color: #2a3133;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.45;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #fff;
}
@media (min-width: 768px) {
  .button-white {
    font-size: 20px;
  }
}
.button-white:hover,
.button-white:focus,
.button-white:active {
  color: #fff;
  background: #164194;
}
.button-white:hover,
.button-white:focus,
.button-white:active {
  color: #fff;
  background: #164194;
}
.button-icon span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.button-icon:hover span,
.button-icon:focus span,
.button-icon:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.alert {
  display: flex;
  align-items: center;
}
.alert--error {
  padding: 20px 20px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: #d12d2e;
  color: #fff;
}
@media (min-width: 768px) {
  .alert--error {
    margin-bottom: 30px;
  }
}
@media screen {
  span.abbr {
    text-decoration: underline;
    text-decoration-style: dotted;
    cursor: default;
  }
}
h2 > span.abbr {
  text-decoration: none;
}
.space-bottom-s {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .space-bottom-s {
    margin-bottom: 30px;
  }
}
.space-bottom-m {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .space-bottom-m {
    margin-bottom: 70px;
  }
}
.space-bottom-l {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .space-bottom-l {
    margin-bottom: 100px;
  }
}
.space-top-l {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .space-top-l {
    margin-top: 180px;
  }
}
.space-bottom-reset {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .space-bottom-reset {
    margin-bottom: 0;
  }
}
/* rgb(165,172,175) */
/* OSTWIND Brand Gray*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* ::selection {
  background: #ffcc00;
}
* ::-moz-selection {
  background: #ffcc00;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-x: hidden;
}
body {
  position: relative;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.45;
  color: #2a3133;
  min-height: 100%;
}
@media (min-width: 768px) {
  body {
    font-size: 20px;
  }
}
@media print {
  body {
    font-size: 9pt;
    line-height: 14pt;
  }
}
a,
button,
input {
  outline: 2px solid transparent;
}
input,
select,
textarea {
  outline: 1px solid transparent;
}
button:focus,
a:focus {
  outline: 3px solid #164194;
  outline-offset: 3px;
}
.l-header button:focus,
.l-header a:focus,
.l-footer button:focus,
.l-footer a:focus {
  outline-color: #ffcc00;
}
input:focus,
select:focus,
textarea:focus {
  outline: 1px solid #164194;
}
.l-header input:focus,
.l-header select:focus,
.l-header textarea:focus,
.l-footer input:focus,
.l-footer select:focus,
.l-footer textarea:focus {
  outline-color: #ffcc00;
}
button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
  /* undo all the above focused button styles
	if the button has focus but the browser wouldn't normally
	show default focus styles */
  outline: 2px solid transparent;
}
hr {
  position: relative;
  height: 1px;
  border: none;
  margin: 25px 0;
  background: #2a3133;
}
@media print {
  hr {
    margin: 0 0 10px;
  }
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
strong,
b {
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
}
h1,
h2,
h3 {
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
}
h1 {
  margin-bottom: 30px;
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 32px;
  line-height: 1.1;
  color: #2a3133;
}
@media (min-width: 768px) {
  h1 {
    margin-bottom: 60px;
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 60px;
  }
}
@media print {
  h1 {
    font-size: 23pt;
    line-height: 27pt;
    margin-bottom: 20px;
  }
}
h2 {
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 33px;
  }
}
@media print {
  h2 {
    font-size: 13pt;
    line-height: 18pt;
  }
}
h3 {
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media print {
  h3 {
    font-size: 12pt;
    line-height: 16pt;
  }
}
h4 {
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
@media print {
  h4 {
    font-size: 10pt;
    line-height: 15pt;
  }
}
.title__intro-small {
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 35px !important;
  font-size: 23px !important;
}
.title__intro-large {
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .title__intro-large {
    font-size: 60px;
  }
}
@media (min-width: 1680px) {
  .title__intro-large {
    font-size: 80px;
    line-height: 1.1;
    margin-bottom: 60px;
  }
}
.content__title {
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .content__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media print {
  .content__title {
    font-size: 12pt;
    line-height: 16pt;
  }
}
@media (min-width: 768px) {
  .content__title {
    margin-bottom: 40px;
  }
}
.content__subtitle {
  margin-bottom: 30px;
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 32px;
  line-height: 1.1;
  color: #2a3133;
  text-align: center;
}
@media (min-width: 768px) {
  .content__subtitle {
    margin-bottom: 60px;
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .content__subtitle {
    font-size: 60px;
  }
}
@media print {
  .content__subtitle {
    font-size: 23pt;
    line-height: 27pt;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .content__subtitle {
    margin-bottom: 90px;
  }
}
address,
p {
  margin-bottom: 20px;
  hyphens: auto;
}
@media print {
  address,
  p {
    margin-bottom: 10px;
  }
}
.b-helper-scroll + h2,
p + h2 {
  margin-top: 25px;
}
.video {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* Given a 16:9 aspect ratio, 100 * (9/16) */
  border-radius: 15px;
}
.video:before {
  z-index: 1;
}
.video .iframe__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media print {
  section {
    page-break-before: always;
  }
}
@media (min-width: 992px) {
  section.corporate-governance {
    padding-bottom: 50px;
  }
}
section.editorial .photo.hide-mobile {
  float: right;
}
@media print {
  section.editorial .photo.hide-mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  section.editorial .photo {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  section.editorial .photo {
    width: 33.333332%;
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  section.editorial .photo {
    margin: 0 0 0 20px;
  }
}
@media print {
  section.editorial .photo {
    float: right;
    width: 33.333332%;
    margin: 0 0 0 20px;
  }
}
section.zahlen .col-lg-3 figure {
  max-width: 250px;
}
section .section-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffcc00;
  margin: 0 0 20px;
}
section .section-header .header-chapter,
section .section-header .header-logo {
  width: 50%;
  padding: 10px;
}
section .section-header .header-chapter {
  padding-left: 20px;
}
section .section-header .header-chapter .chapter__title {
  margin: 0;
  font-size: 16pt;
  line-height: 18pt;
}
section .section-header .header-logo {
  padding-right: 10px;
  text-align: right;
  background: #2a3133;
}
section .section-header img {
  height: 35px;
  width: auto;
}
@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}
@media print {
  .hide-print {
    display: none !important;
  }
}
@media screen {
  .show-print {
    display: none;
  }
}
@media screen {
  .skin-layout-print .show-print {
    display: block;
  }
}
.btn-download,
.btn-print {
  position: fixed;
  display: block;
  font-size: 25px;
  white-space: nowrap;
  z-index: 5;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 100px;
}
@media print {
  .btn-download,
  .btn-print {
    display: none;
  }
}
@media (max-width: 768px) {
  .btn-download,
  .btn-print {
    right: 0;
    bottom: 0;
    width: 40px;
    height: 70px;
  }
}
.btn-download i,
.btn-print i {
  display: inline-block;
  margin: 10px auto 0;
  cursor: pointer;
  font-size: 44px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  color: #ffcc00;
}
@media (min-width: 992px) {
  .btn-download i,
  .btn-print i {
    font-size: 54px;
  }
}
.btn-print {
  right: 40px;
}
.btn-download {
  right: 40px;
}
@media print {
  .wow {
    display: block !important;
    visibility: visible !important;
  }
}
@media screen {
  .b-helper-scroll {
    overflow-x: auto;
    width: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch;
  }
}
.b-helper-scroll-right {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 40px;
  height: auto;
  color: #2a3133;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffffff',GradientType=1);
}
.b-helper-scroll-right.hidden {
  display: none;
}
.b-helper-scroll-right i {
  position: absolute;
  font-size: 25px;
  top: 10px;
  right: 0;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .b-helper-scroll-right {
    display: none;
  }
}
@media print {
  .b-helper-scroll-right {
    display: none;
  }
}
@page {
  margin: 1.5cm 1.5cm 1.5cm;
}
.page-break {
  page-break-before: always !important;
}
.page-break-after {
  page-break-after: always !important;
}
.no-page-break-inside {
  page-break-inside: avoid !important;
}
.text-nobreak {
  white-space: nowrap;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('assets/fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('assets/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('assets/fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('assets/fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('assets/fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('assets/fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.container {
  margin-right: auto;
  margin-left: auto;
}
@media screen {
  .container {
    max-width: 1140px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen {
  .container-wide {
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen {
  .container-narrow {
    max-width: 830px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media screen and (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
@media print {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
@media print {
  .col-pr-1,
  .col-pr-2,
  .col-pr-3,
  .col-pr-4,
  .col-pr-5,
  .col-pr-6,
  .col-pr-7,
  .col-pr-8,
  .col-pr-9,
  .col-pr-10,
  .col-pr-11,
  .col-pr-12 {
    float: left;
  }
  .col-pr-12 {
    width: 100%;
  }
  .col-pr-11 {
    width: 91.66666667%;
  }
  .col-pr-10 {
    width: 83.33333333%;
  }
  .col-pr-9 {
    width: 75%;
  }
  .col-pr-8 {
    width: 66.66666667%;
  }
  .col-pr-7 {
    width: 58.33333333%;
  }
  .col-pr-6 {
    width: 50%;
  }
  .col-pr-5 {
    width: 41.66666667%;
  }
  .col-pr-4 {
    width: 33.33333333%;
  }
  .col-pr-3 {
    width: 25%;
  }
  .col-pr-2 {
    width: 16.66666667%;
  }
  .col-pr-1 {
    width: 8.33333333%;
  }
}
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.container:after,
.row:after {
  clear: both;
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}
.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}
.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}
.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}
.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}
.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}
@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}
.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}
@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}
.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}
@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}
.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}
@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}
.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}
@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}
.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}
@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}
.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}
@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}
.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}
.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}
.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}
@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}
.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}
.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}
.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}
@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}
.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}
@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}
.f-button:focus:not(:focus-visible) {
  outline: none;
}
.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}
.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}
.f-button[disabled] {
  cursor: default;
}
.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}
.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}
.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}
html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}
html.with-fancybox body {
  touch-action: none;
}
html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}
.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}
.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}
.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}
.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}
.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}
.fancybox__viewport {
  width: 100%;
  height: 100%;
}
.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}
.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}
.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}
.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}
.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}
.fancybox__slide.has-image {
  overflow: hidden;
}
.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}
.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
  display: block;
}
.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}
.is-loading .fancybox__content {
  opacity: 0;
}
.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}
.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  will-change: transform, width, height;
}
.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}
.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}
.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}
.is-compact .fancybox__caption {
  padding-bottom: 0;
}
.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}
.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}
.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}
.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}
.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}
.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}
.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}
.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}
.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}
.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}
.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}
.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}
.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}
.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}
.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}
.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}
.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}
.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop,.fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop,.fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}
.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}
.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}
.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}
.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}
.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}
.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}
.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}
.f-thumbs .f-spinner svg {
  display: none;
}
.f-thumbs.is-vertical {
  height: 100%;
}
.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.f-thumbs__track {
  display: flex;
}
.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}
.f-thumbs__slide.is-loading img {
  opacity: 0;
}
.is-classic .f-thumbs__viewport {
  height: 100%;
}
.is-modern .f-thumbs__track {
  width: max-content;
}
.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}
.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}
.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}
.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}
.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}
.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}
.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}
.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}
.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}
.is-modern .f-thumbs__slide__button {
  --clip-path: inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
  clip-path: var(--clip-path);
}
.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}
.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}
.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}
.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}
.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}
.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}
.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}
.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}
.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}
.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}
.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}
.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}
.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}
.is-closing .fancybox__thumbs {
  transition: none !important;
}
.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}
.fancybox__toolbar :focus-visible {
  z-index: 1;
}
.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}
.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}
.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}
.fancybox__infobar span {
  padding: 0 5px;
}
.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}
[data-fancybox-toggle-slideshow] {
  position: relative;
}
[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}
[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}
[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}
.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}
@font-face {
  font-family: 'Linearicons';
  src: url('assets/fonts/linearicons/Linearicons-Free.eot?w118d');
  src: url('assets/fonts/linearicons/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'), url('assets/fonts/linearicons/Linearicons-Free.woff2?w118d') format('woff2'), url('assets/fonts/linearicons/Linearicons-Free.woff?w118d') format('woff'), url('assets/fonts/linearicons/Linearicons-Free.ttf?w118d') format('truetype'), url('assets/fonts/linearicons/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
  font-weight: normal;
  font-style: normal;
}
.lnr {
  font-family: 'Linearicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lnr-home:before {
  content: "\e800";
}
.lnr-apartment:before {
  content: "\e801";
}
.lnr-pencil:before {
  content: "\e802";
}
.lnr-magic-wand:before {
  content: "\e803";
}
.lnr-drop:before {
  content: "\e804";
}
.lnr-lighter:before {
  content: "\e805";
}
.lnr-poop:before {
  content: "\e806";
}
.lnr-sun:before {
  content: "\e807";
}
.lnr-moon:before {
  content: "\e808";
}
.lnr-cloud:before {
  content: "\e809";
}
.lnr-cloud-upload:before {
  content: "\e80a";
}
.lnr-cloud-download:before {
  content: "\e80b";
}
.lnr-cloud-sync:before {
  content: "\e80c";
}
.lnr-cloud-check:before {
  content: "\e80d";
}
.lnr-database:before {
  content: "\e80e";
}
.lnr-lock:before {
  content: "\e80f";
}
.lnr-cog:before {
  content: "\e810";
}
.lnr-trash:before {
  content: "\e811";
}
.lnr-dice:before {
  content: "\e812";
}
.lnr-heart:before {
  content: "\e813";
}
.lnr-star:before {
  content: "\e814";
}
.lnr-star-half:before {
  content: "\e815";
}
.lnr-star-empty:before {
  content: "\e816";
}
.lnr-flag:before {
  content: "\e817";
}
.lnr-envelope:before {
  content: "\e818";
}
.lnr-paperclip:before {
  content: "\e819";
}
.lnr-inbox:before {
  content: "\e81a";
}
.lnr-eye:before {
  content: "\e81b";
}
.lnr-printer:before {
  content: "\e81c";
}
.lnr-file-empty:before {
  content: "\e81d";
}
.lnr-file-add:before {
  content: "\e81e";
}
.lnr-enter:before {
  content: "\e81f";
}
.lnr-exit:before {
  content: "\e820";
}
.lnr-graduation-hat:before {
  content: "\e821";
}
.lnr-license:before {
  content: "\e822";
}
.lnr-music-note:before {
  content: "\e823";
}
.lnr-film-play:before {
  content: "\e824";
}
.lnr-camera-video:before {
  content: "\e825";
}
.lnr-camera:before {
  content: "\e826";
}
.lnr-picture:before {
  content: "\e827";
}
.lnr-book:before {
  content: "\e828";
}
.lnr-bookmark:before {
  content: "\e829";
}
.lnr-user:before {
  content: "\e82a";
}
.lnr-users:before {
  content: "\e82b";
}
.lnr-shirt:before {
  content: "\e82c";
}
.lnr-store:before {
  content: "\e82d";
}
.lnr-cart:before {
  content: "\e82e";
}
.lnr-tag:before {
  content: "\e82f";
}
.lnr-phone-handset:before {
  content: "\e830";
}
.lnr-phone:before {
  content: "\e831";
}
.lnr-pushpin:before {
  content: "\e832";
}
.lnr-map-marker:before {
  content: "\e833";
}
.lnr-map:before {
  content: "\e834";
}
.lnr-location:before {
  content: "\e835";
}
.lnr-calendar-full:before {
  content: "\e836";
}
.lnr-keyboard:before {
  content: "\e837";
}
.lnr-spell-check:before {
  content: "\e838";
}
.lnr-screen:before {
  content: "\e839";
}
.lnr-smartphone:before {
  content: "\e83a";
}
.lnr-tablet:before {
  content: "\e83b";
}
.lnr-laptop:before {
  content: "\e83c";
}
.lnr-laptop-phone:before {
  content: "\e83d";
}
.lnr-power-switch:before {
  content: "\e83e";
}
.lnr-bubble:before {
  content: "\e83f";
}
.lnr-heart-pulse:before {
  content: "\e840";
}
.lnr-construction:before {
  content: "\e841";
}
.lnr-pie-chart:before {
  content: "\e842";
}
.lnr-chart-bars:before {
  content: "\e843";
}
.lnr-gift:before {
  content: "\e844";
}
.lnr-diamond:before {
  content: "\e845";
}
.lnr-linearicons:before {
  content: "\e846";
}
.lnr-dinner:before {
  content: "\e847";
}
.lnr-coffee-cup:before {
  content: "\e848";
}
.lnr-leaf:before {
  content: "\e849";
}
.lnr-paw:before {
  content: "\e84a";
}
.lnr-rocket:before {
  content: "\e84b";
}
.lnr-briefcase:before {
  content: "\e84c";
}
.lnr-bus:before {
  content: "\e84d";
}
.lnr-car:before {
  content: "\e84e";
}
.lnr-train:before {
  content: "\e84f";
}
.lnr-bicycle:before {
  content: "\e850";
}
.lnr-wheelchair:before {
  content: "\e851";
}
.lnr-select:before {
  content: "\e852";
}
.lnr-earth:before {
  content: "\e853";
}
.lnr-smile:before {
  content: "\e854";
}
.lnr-sad:before {
  content: "\e855";
}
.lnr-neutral:before {
  content: "\e856";
}
.lnr-mustache:before {
  content: "\e857";
}
.lnr-alarm:before {
  content: "\e858";
}
.lnr-bullhorn:before {
  content: "\e859";
}
.lnr-volume-high:before {
  content: "\e85a";
}
.lnr-volume-medium:before {
  content: "\e85b";
}
.lnr-volume-low:before {
  content: "\e85c";
}
.lnr-volume:before {
  content: "\e85d";
}
.lnr-mic:before {
  content: "\e85e";
}
.lnr-hourglass:before {
  content: "\e85f";
}
.lnr-undo:before {
  content: "\e860";
}
.lnr-redo:before {
  content: "\e861";
}
.lnr-sync:before {
  content: "\e862";
}
.lnr-history:before {
  content: "\e863";
}
.lnr-clock:before {
  content: "\e864";
}
.lnr-download:before {
  content: "\e865";
}
.lnr-upload:before {
  content: "\e866";
}
.lnr-enter-down:before {
  content: "\e867";
}
.lnr-exit-up:before {
  content: "\e868";
}
.lnr-bug:before {
  content: "\e869";
}
.lnr-code:before {
  content: "\e86a";
}
.lnr-link:before {
  content: "\e86b";
}
.lnr-unlink:before {
  content: "\e86c";
}
.lnr-thumbs-up:before {
  content: "\e86d";
}
.lnr-thumbs-down:before {
  content: "\e86e";
}
.lnr-magnifier:before {
  content: "\e86f";
}
.lnr-cross:before {
  content: "\e870";
}
.lnr-menu:before {
  content: "\e871";
}
.lnr-list:before {
  content: "\e872";
}
.lnr-chevron-up:before {
  content: "\e873";
}
.lnr-chevron-down:before {
  content: "\e874";
}
.lnr-chevron-left:before {
  content: "\e875";
}
.lnr-chevron-right:before {
  content: "\e876";
}
.lnr-arrow-up:before {
  content: "\e877";
}
.lnr-arrow-down:before {
  content: "\e878";
}
.lnr-arrow-left:before {
  content: "\e879";
}
.lnr-arrow-right:before {
  content: "\e87a";
}
.lnr-move:before {
  content: "\e87b";
}
.lnr-warning:before {
  content: "\e87c";
}
.lnr-question-circle:before {
  content: "\e87d";
}
.lnr-menu-circle:before {
  content: "\e87e";
}
.lnr-checkmark-circle:before {
  content: "\e87f";
}
.lnr-cross-circle:before {
  content: "\e880";
}
.lnr-plus-circle:before {
  content: "\e881";
}
.lnr-circle-minus:before {
  content: "\e882";
}
.lnr-arrow-up-circle:before {
  content: "\e883";
}
.lnr-arrow-down-circle:before {
  content: "\e884";
}
.lnr-arrow-left-circle:before {
  content: "\e885";
}
.lnr-arrow-right-circle:before {
  content: "\e886";
}
.lnr-chevron-up-circle:before {
  content: "\e887";
}
.lnr-chevron-down-circle:before {
  content: "\e888";
}
.lnr-chevron-left-circle:before {
  content: "\e889";
}
.lnr-chevron-right-circle:before {
  content: "\e88a";
}
.lnr-crop:before {
  content: "\e88b";
}
.lnr-frame-expand:before {
  content: "\e88c";
}
.lnr-frame-contract:before {
  content: "\e88d";
}
.lnr-layers:before {
  content: "\e88e";
}
.lnr-funnel:before {
  content: "\e88f";
}
.lnr-text-format:before {
  content: "\e890";
}
.lnr-text-format-remove:before {
  content: "\e891";
}
.lnr-text-size:before {
  content: "\e892";
}
.lnr-bold:before {
  content: "\e893";
}
.lnr-italic:before {
  content: "\e894";
}
.lnr-underline:before {
  content: "\e895";
}
.lnr-strikethrough:before {
  content: "\e896";
}
.lnr-highlight:before {
  content: "\e897";
}
.lnr-text-align-left:before {
  content: "\e898";
}
.lnr-text-align-center:before {
  content: "\e899";
}
.lnr-text-align-right:before {
  content: "\e89a";
}
.lnr-text-align-justify:before {
  content: "\e89b";
}
.lnr-line-spacing:before {
  content: "\e89c";
}
.lnr-indent-increase:before {
  content: "\e89d";
}
.lnr-indent-decrease:before {
  content: "\e89e";
}
.lnr-pilcrow:before {
  content: "\e89f";
}
.lnr-direction-ltr:before {
  content: "\e8a0";
}
.lnr-direction-rtl:before {
  content: "\e8a1";
}
.lnr-page-break:before {
  content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
  content: "\e8a3";
}
.lnr-sort-amount-asc:before {
  content: "\e8a4";
}
.lnr-hand:before {
  content: "\e8a5";
}
.lnr-pointer-up:before {
  content: "\e8a6";
}
.lnr-pointer-right:before {
  content: "\e8a7";
}
.lnr-pointer-down:before {
  content: "\e8a8";
}
.lnr-pointer-left:before {
  content: "\e8a9";
}
.rich ul,
#tinymce ul {
  margin-bottom: 20px;
}
@media print {
  .rich ul,
  #tinymce ul {
    margin-bottom: 10px;
  }
}
.rich ul li,
#tinymce ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.25em;
  list-style: none;
}
@media print {
  .rich ul li,
  #tinymce ul li {
    padding-left: 15px;
    margin-bottom: 2px;
  }
}
.rich ul li:before,
#tinymce ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #2a3133;
  content: "\2022";
  font-size: 1em;
}
.rich ul ul,
#tinymce ul ul {
  margin-left: 25px;
}
@media print {
  .rich ul ul,
  #tinymce ul ul {
    margin-left: 20px;
  }
}
.rich ul ul ul,
#tinymce ul ul ul {
  margin-left: 30px;
}
@media print {
  .rich ul ul ul,
  #tinymce ul ul ul {
    margin-left: 25px;
  }
}
.rich ol,
#tinymce ol {
  margin-bottom: 20px;
  margin-left: 20px;
}
.rich ol li,
#tinymce ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 0.5em;
  list-style: decimal;
}
.rich blockquote,
#tinymce blockquote {
  margin-bottom: 30px;
}
.rich p + ul,
#tinymce p + ul {
  margin-top: -10px;
}
.rich a,
#tinymce a {
  color: #2a3133;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  border-bottom: 2px #ffcc00 solid;
}
.rich a:hover,
#tinymce a:hover,
.rich a:focus,
#tinymce a:focus,
.rich a:active,
#tinymce a:active {
  color: #2a3133;
}
.rich a:hover,
#tinymce a:hover,
.rich a:focus,
#tinymce a:focus,
.rich a:active,
#tinymce a:active {
  color: #2a3133;
}
@media screen {
  .rich .rich + h2,
  #tinymce .rich + h2,
  .rich ul + h2,
  #tinymce ul + h2,
  .rich p + h2,
  #tinymce p + h2,
  .rich table + h2,
  #tinymce table + h2 {
    margin-top: 40px;
  }
}
@media screen {
  .rich .rich + h3,
  #tinymce .rich + h3,
  .rich ul + h3,
  #tinymce ul + h3,
  .rich p + h3,
  #tinymce p + h3,
  .rich table + h3,
  #tinymce table + h3 {
    margin-top: 30px;
  }
}
.rich .rich + h3 + h3,
#tinymce .rich + h3 + h3,
.rich ul + h3 + h3,
#tinymce ul + h3 + h3,
.rich p + h3 + h3,
#tinymce p + h3 + h3,
.rich table + h3 + h3,
#tinymce table + h3 + h3 {
  margin-top: 20px;
}
@media screen {
  .rich + h2,
  #tinymce + h2 {
    margin-top: 40px;
  }
}
@media screen {
  .rich + .rich,
  #tinymce + .rich {
    margin-top: 40px;
  }
}
@media screen {
  .row .rich p,
  .row #tinymce p {
    font-size: 16px;
  }
}
.row .rich h3,
.row #tinymce h3 {
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .row .rich h3,
  .row #tinymce h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
@media print {
  .row .rich h3,
  .row #tinymce h3 {
    font-size: 10pt;
    line-height: 15pt;
  }
}
#tinymce span {
  color: red;
}
#tinymce table p {
  color: red;
}
#tinymce table tr:hover th,
#tinymce table tr:hover td {
  cursor: default;
  background: transparent !important;
}
table {
  margin-bottom: 30px;
  border-collapse: collapse;
  width: 100%;
  hyphens: auto;
}
@media screen {
  table {
    font-size: 16px;
  }
}
table p {
  margin-bottom: 15px;
}
table ul:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  table {
    margin-bottom: 40px;
  }
}
@media print {
  table {
    margin-bottom: 0;
    page-break-inside: avoid;
  }
}
@media print {
  table thead th {
    font-size: 10pt;
    line-height: 12pt;
    border-bottom: 1px solid #555555;
  }
}
table th {
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  vertical-align: top;
}
table th.tasks {
  width: 50%;
}
table th,
table td {
  vertical-align: top;
  text-align: left;
  padding: 5px 10px 5px 0;
}
@media print {
  table th,
  table td {
    padding: 2px 5px 2px 0;
  }
}
table th.td-left,
table td.td-left {
  text-align: left !important;
}
table th.td-right,
table td.td-right {
  text-align: right !important;
}
table th[align="right"],
table td[align="right"] {
  text-align: right;
}
table th[align="center"],
table td[align="center"] {
  text-align: center;
}
table tr.subtitle th {
  font-size: 20px;
  line-height: 35px;
  padding-top: 20px;
}
@media print {
  table tr.subtitle th {
    font-size: 10pt;
    line-height: 12pt;
    padding-top: 10px;
  }
}
table tr.total-1 th,
table tr.total-1 td {
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  border-top-width: 2px;
  border-bottom-width: 2px;
}
@media screen {
  table tr.total-1 th,
  table tr.total-1 td {
    background: #d5d5d5;
  }
}
table tr.total-2 th,
table tr.total-2 td {
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  border-bottom-width: 4px;
}
@media screen {
  table tr.total-2 th,
  table tr.total-2 td {
    background: #d5d5d5;
  }
}
table tfoot th,
table tfoot td {
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen {
  table tfoot th,
  table tfoot td {
    background: #d5d5d5;
  }
}
table.table-bordered th,
table.table-bordered td {
  padding: 8px 10px;
  border-bottom: 1px solid #2a3133;
}
@media print {
  table.table-bordered th,
  table.table-bordered td {
    padding: 2px 5px;
    border-bottom-color: #555555;
  }
}
table.table-bordered tbody tr:hover th,
table.table-bordered tbody tr:hover td {
  cursor: default;
  background: #ffcc00;
}
table.table-bordered tfoot th,
table.table-bordered tfoot td {
  border-bottom-width: 4px;
}
table.table-bordered-full {
  border: 1px solid #2a3133;
}
@media print {
  table.table-bordered-full {
    font-size: 8pt;
    line-height: 10pt;
    border-color: #555555;
  }
}
table.table-bordered-full th,
table.table-bordered-full td {
  padding: 5px 10px 5px 10px;
  border: 1px solid #2a3133;
}
@media print {
  table.table-bordered-full th,
  table.table-bordered-full td {
    padding: 2px 5px;
    border-color: #555555;
  }
}
table.table-bordered-full thead {
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
}
table.table-bordered-full tbody tr:hover th,
table.table-bordered-full tbody tr:hover td {
  cursor: default;
  background: #ffcc00;
}
table.table-bordered-full tfoot th,
table.table-bordered-full tfoot td {
  border-bottom-width: 4px;
}
table.table-digits {
  font-size: 13px;
}
@media print {
  table.table-digits {
    font-size: 8pt;
    line-height: 10pt;
  }
}
table.table-digits th {
  hyphens: none;
}
table.table-digits td {
  text-align: right;
}
table.table-umsatzaufteilung {
  width: auto;
}
table.table-umsatzaufteilung td,
table.table-umsatzaufteilung th {
  padding: 5px 10px 5px 5px;
}
table.table-striped.mb-0 {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  table.table-striped.mb-0 {
    margin-bottom: 0;
  }
}
table.table-striped.table-separator thead {
  display: none;
}
table.table-striped.table-separator tbody td.bottom-gray {
  border-bottom: 1px #d5d5d5 solid;
}
table.table-striped.table-separator tbody td.bottom-white {
  border-bottom: 1px #fff solid;
}
table.table-striped.table-separator tbody tr.gray,
table.table-striped.table-separator tbody tr:nth-child(even) {
  background: #d5d5d5;
  -webkit-print-color-adjust: exact;
}
table.table-striped.table-separator tbody tr:nth-child(odd) {
  -webkit-print-color-adjust: exact;
}
@media print {
  table.table-striped.table-separator thead {
    display: table-header-group;
  }
}
table.table-striped th,
table.table-striped td {
  padding: 10px 5px;
}
@media print {
  table.table-striped th,
  table.table-striped td {
    padding: 2px 5px;
  }
}
table.table-striped tbody td.bottom-gray {
  border-bottom: 1px #d5d5d5 solid;
}
table.table-striped tbody td.bottom-white {
  border-bottom: 1px #fff solid;
}
table.table-striped tbody tr.gray,
table.table-striped tbody tr:nth-child(odd) {
  background: #d5d5d5;
  -webkit-print-color-adjust: exact;
}
table.table-striped tbody tr.gray-fake td {
  padding: 0;
  height: 0;
  font-size: 1px;
}
table.table-striped tbody tr.white {
  background: transparent;
}
table.table-striped tbody tr:hover th,
table.table-striped tbody tr:hover td {
  cursor: default;
  background: #ffcc00;
}
@media print {
  .kommissionen table {
    border-top: 1px solid #555555;
    border-bottom: 1px solid #555555;
    margin-bottom: 20px;
    font-size: 6pt;
  }
}
.kommissionen table th,
.kommissionen table td {
  padding: 5px 10px;
  border-bottom: 1px solid #555555;
}
@media print {
  .kommissionen table th,
  .kommissionen table td {
    padding: 5px 5px 5px 2px;
  }
}
.kommissionen table tbody {
  background: #fff;
}
.kommissionen table tbody td {
  width: 50%;
}
@media print {
  .kommissionen table tbody td {
    padding: 5px 10px 5px 10px;
    font-size: 9.5pt;
    line-height: 12pt;
  }
}
@media screen and (max-width: 768px) {
  .kommissionen table tbody td {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .kommissionen table tbody td:before {
    display: block;
    content: "Grundaufgaben";
    padding: 5px 10px 15px 0;
    font-family: "Lato", arial, sans-serif;
    font-weight: 900;
    font-style: normal;
  }
}
.kommissionen table tbody td:nth-child(even) {
  border-left: 1px solid #8D8D8D;
}
@media screen and (max-width: 768px) {
  .kommissionen table tbody td:nth-child(even) {
    border: none;
    border-top: 1px solid #2a3133;
  }
  .kommissionen table tbody td:nth-child(even):before {
    content: "Aktuelles";
  }
}
@media print {
  .kommissionen table tbody td:nth-child(even) {
    border-left-color: #555555;
  }
}
.kommissionen table tbody td:hover {
  cursor: default;
  background: #ffcc00;
}
@media screen and (max-width: 768px) {
  .kommissionen table thead {
    display: none;
  }
}
@media print {
  table.table-umsatzentwicklung {
    font-size: 8pt;
    line-height: 10pt;
    margin-bottom: 20px;
  }
}
table.table-umsatzentwicklung td.td-percentage {
  width: 228px;
}
@media print {
  table.table-umsatzentwicklung td.td-percentage {
    width: 180px;
  }
}
table.table-umsatzentwicklung td.td-percentage img {
  height: 25px;
}
@media print {
  table.table-umsatzentwicklung td.td-percentage img {
    height: 15px;
  }
}
table.table-umsatzentwicklung td.td-percentage span {
  white-space: nowrap;
  display: block;
  background: #8D8D8D;
  height: 25px;
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  padding-left: 5px;
}
@media print {
  table.table-umsatzentwicklung td.td-percentage span {
    background: #333;
    padding: 1px 0 0 2px;
    color: #fff;
    height: 18px;
    zoom: 0.85;
  }
}
@media print {
  table.table-projects {
    page-break-inside: auto;
  }
}
table.table-projects thead th {
  padding-top: 0;
}
@media print {
  table.table-projects th,
  table.table-projects td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
table.table-projects td ul {
  margin-bottom: 3px;
}
table.table-projects td ul li {
  margin-bottom: 1px;
}
table.table-projects td ul ul {
  margin-bottom: 0;
}
table.table-projects img {
  height: 15px;
  width: auto;
}
.acronym table th {
  width: 200px;
}
@media print {
  .acronym table th {
    width: 150px;
  }
}
@media print {
  .acronym table th,
  .acronym table td {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #ebebeb;
  }
}
.mod-accordion {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .mod-accordion {
    margin-bottom: 100px;
  }
}
.accordion__title {
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .accordion__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media print {
  .accordion__title {
    font-size: 12pt;
    line-height: 16pt;
  }
}
.accordion__title-link {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #fff;
  background: #2a3133;
  border: 1px solid #707070;
  border-radius: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
@media (min-width: 768px) {
  .accordion__title-link {
    padding: 15px 20px;
  }
}
.accordion__title-link:hover,
.accordion__title-link:focus,
.accordion__title-link:active {
  color: #ffcc00;
}
.accordion__title-link::after {
  position: absolute;
  content: 'expand_more';
  font-family: "Material Icons Round";
  top: 10px;
  right: 20px;
  font-size: 30px;
  line-height: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .accordion__title-link::after {
    top: 15px;
  }
}
.accordion__title-link.state-accordion--open {
  background: #d5d5d5;
  border-color: #d5d5d5;
  color: #2a3133;
  margin-bottom: 0;
}
.accordion__title-link.state-accordion--open::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion__content {
  display: none;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .accordion__content {
    padding: 30px 20px;
  }
}
.mod-cookie-notice {
  z-index: 2;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border-top: 3px solid #ffcc00;
  transform: translateY(100%);
  -webkit-transition: transform 300ms ease;
  transition: transform 300ms ease;
}
.cookie-notice__text {
  text-align: center;
}
.cookie-notice__text .cookie-notice__link {
  display: inline-block;
  color: #2a3133;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  border-bottom: 2px #ffcc00 solid;
  margin-bottom: 20px;
}
.cookie-notice__text .cookie-notice__link:hover,
.cookie-notice__text .cookie-notice__link:focus,
.cookie-notice__text .cookie-notice__link:active {
  color: #2a3133;
}
.cookie-notice__text .cookie-notice__link:hover,
.cookie-notice__text .cookie-notice__link:focus,
.cookie-notice__text .cookie-notice__link:active {
  color: #2a3133;
}
.cookie-notice__text .cookie-notice__button {
  display: unset !important;
  max-width: 100px;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 15px;
  background: #ffcc00;
  color: #2a3133;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.45;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .cookie-notice__text .cookie-notice__button {
    font-size: 20px;
  }
}
.cookie-notice__text .cookie-notice__button:hover,
.cookie-notice__text .cookie-notice__button:focus,
.cookie-notice__text .cookie-notice__button:active {
  color: #fff;
  background: #164194;
}
.cookie-notice--visible {
  transform: translateY(0);
}
@media print {
  .mod-counters {
    page-break-before: always;
  }
}
.mod-counters h1 {
  display: none;
}
.counters__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.counter-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 25px;
  text-align: center;
  background: #ffcc00;
}
@media (min-width: 768px) {
  .counter-item {
    width: 50%;
    padding: 60px 25px;
  }
}
@media print {
  .counter-item {
    width: 50%;
    padding: 20px 25px 30px;
  }
}
.counter-item:nth-child(2),
.counter-item:nth-child(5) {
  color: #fff;
  background: #2a3133;
}
.counter-item:nth-child(3),
.counter-item:nth-child(6) {
  background: #fff;
}
@media (min-width: 768px) {
  .counter-item:nth-child(odd) {
    justify-content: right;
  }
}
.counter-item dl {
  width: 100%;
  max-width: 780px;
}
.counter-item dt {
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
}
@media screen and (min-width: 1200px) {
  .counter-item dt {
    font-size: 100px;
    line-height: 120px;
    margin-bottom: 20px;
  }
}
@media print {
  .counter-item dt {
    font-size: 25pt;
    line-height: 40pt;
  }
}
.counter-item dd {
  font-size: 25px;
  line-height: 1.2;
  hyphens: auto;
}
@media print {
  .counter-item dd {
    font-size: 13pt;
    line-height: 16pt;
  }
}
@media screen and (min-width: 992px) {
  .counter-item dd {
    font-size: 35px;
  }
}
.counters__info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.counters-info__item {
  padding: 70px 40px 40px;
  color: #2a3133;
  background: #ffcc00;
  margin-bottom: 0 !important;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 768px) {
  .counters-info__item {
    width: 33.33332%;
  }
}
@media (min-width: 992px) {
  .counters-info__item {
    padding: 165px 70px;
  }
}
@media print {
  .counters-info__item {
    padding: 60px 50px 30px;
  }
}
.counters-info__item:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .counters-info__item:nth-child(1) {
    justify-content: right;
    padding-left: 25px;
  }
}
.counters-info__item:nth-child(2) {
  color: #fff;
  background: #2a3133;
}
@media (min-width: 768px) {
  .counters-info__item:nth-child(2) {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .counters-info__item:nth-child(3) {
    justify-content: left;
    padding-right: 25px;
  }
}
.counters__sentence {
  position: relative;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 15px;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 300px;
}
@media (min-width: 768px) {
  .counters__sentence {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .counters__sentence {
    font-size: 33px;
  }
}
@media print {
  .counters__sentence {
    font-size: 13pt;
    line-height: 18pt;
  }
}
.counters-info__item:nth-child(2) .counters__sentence {
  color: #fff;
}
.counters__sentence:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -40px;
  width: 25%;
  height: 5px;
  background: #2a3133;
}
@media print {
  .counters__sentence:before {
    top: -15px;
    height: 3px;
  }
}
.counters-info__item:nth-child(2) .counters__sentence:before {
  background: #fff;
}
@media (min-width: 1680px) {
  .mod-editorial .title__intro-large {
    font-size: 105px;
    line-height: 1.1;
    margin-bottom: 60px;
  }
}
.editorial__item {
  position: relative;
  width: 100%;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #2a3133;
  padding: 25px 25px 0;
}
.editorial__item:hover,
.editorial__item:active,
.editorial__item:focus {
  color: #707070;
}
@media (min-width: 1680px) {
  .editorial__text {
    padding-left: 150px;
  }
}
@media (min-width: 768px) {
  .editorial__intro {
    padding-bottom: 90px;
  }
}
@media (min-width: 1680px) {
  .editorial__intro {
    padding-bottom: 150px;
  }
}
.editorial__img {
  vertical-align: top;
  width: 110%;
  max-width: none;
}
@media (min-width: 1680px) {
  .editorial__img {
    width: 130%;
  }
}
.editorial__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
@media (min-width: 992px) {
  .editorial__col {
    width: 55%;
  }
}
@media (min-width: 992px) {
  .editorial__col:first-child {
    padding: 90px 0 90px 25px;
  }
}
.editorial__col:last-child {
  width: 45%;
}
@media (min-width: 992px) {
  .editorial__col:last-child {
    width: 45%;
  }
}
.emotion-wave {
  display: none;
}
.emotion-title {
  text-align: center;
}
.mod-figure {
  display: block;
}
@media screen {
  .mod-figure {
    margin: 0 0 25px;
  }
}
@media screen and (min-width: 992px) {
  .mod-figure {
    text-align: center;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .mod-figure figure {
    width: 50%;
    margin: 0 auto;
  }
}
@media print {
  .mod-figure figure {
    width: 50%;
  }
}
.mod-figure figure img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.mod-figure figcaption {
  text-align: left;
}
.skin-figure-portrait {
  text-align: center;
}
.skin-figure-portrait figure {
  margin: 0 auto;
}
@media print {
  .skin-figure-portrait figure {
    width: 100%;
  }
}
.skin-figure-portrait .figure__image {
  position: relative;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 25px;
}
@media print {
  .skin-figure-portrait .figure__image {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
  }
}
.skin-figure-portrait .figure__image img {
  position: absolute;
  top: 0;
  height: 101%;
  width: auto;
  max-width: none;
}
.skin-figure-portrait figcaption {
  text-align: center;
}
.skin-figure-portrait figcaption h3 {
  margin: 0;
}
@media screen {
  .skin-figure-wide {
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 992px) {
  .skin-figure-wide {
    text-align: left;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .skin-figure-wide figure {
    width: 100%;
  }
}
@media print {
  .skin-figure-wide figure {
    width: 100%;
  }
}
.skin-figure-wide figure img {
  margin-bottom: 10px;
}
.mod-footer {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .mod-footer {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media print {
  .mod-footer {
    display: none;
  }
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__wrapper {
    margin-bottom: 30px;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .footer__wrapper {
    height: 100%;
    margin-bottom: 0;
    border-bottom: 0;
    flex-direction: column;
  }
}
.footer__claim {
  display: block;
  margin-bottom: 30px;
  color: #ffcc00;
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: left;
}
@media (min-width: 768px) {
  .footer__claim {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .footer__claim {
    text-align: right;
  }
}
.footer__nav-items {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__nav-items {
    margin-left: -20px;
    margin-right: -20px;
    flex-direction: row;
  }
}
.footer__nav-item {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer__nav-item:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .footer__nav-item {
    margin-bottom: 0;
    padding: 0 20px;
    width: 33%;
    border: none;
  }
}
.footer__nav-link {
  display: block;
  padding: 15px 0;
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-decoration: none;
  color: #ffcc00;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.footer__nav-link:hover,
.footer__nav-link:focus,
.footer__nav-link:active,
.active .footer__nav-link {
  color: #ffcc00;
}
@media (min-width: 768px) {
  .footer__nav-link {
    margin-bottom: 25px;
    padding: 0;
  }
}
.footer__nav-sub-item:last-child {
  margin-bottom: 20px;
}
.footer__nav-sub-link {
  position: relative;
  display: block;
  padding: 15px 20px 15px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.footer__nav-sub-link:before {
  content: "\e87a";
  font-family: 'Linearicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 20px;
}
.footer__nav-sub-link:hover,
.footer__nav-sub-link:focus,
.footer__nav-sub-link:active,
.footer__nav-sub-item.active .footer__nav-sub-link {
  color: #ffcc00;
}
@media (min-width: 768px) {
  .footer__nav-sub-link {
    margin-bottom: 10px;
    padding: 0;
  }
  .footer__nav-sub-link:before {
    display: none;
  }
}
.footer__social {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .footer__social {
    margin-bottom: 0;
    margin-left: auto;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .footer__social {
    margin-top: auto;
    align-self: flex-end;
  }
}
.footer__social-item {
  width: 33%;
  margin-right: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__social-item {
    width: auto;
    text-align: left;
  }
}
.footer__social-item:last-child {
  margin-right: 0;
}
.footer__social-img {
  width: 40px;
}
.mod-header {
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 2px solid #a5acaf;
}
@media screen and (min-width: 768px) {
  .mod-header {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1400px) {
  .is-scrolled .mod-header {
    background: #fff;
  }
  .is-scrolled.invert-menu .mod-header {
    background: #fff;
  }
}
@media print {
  .mod-header {
    display: none;
  }
}
.invert-menu .mod-header {
  background: #2a3133;
}
.show-menu .mod-header {
  height: 100vh;
  background: #2a3133;
  background-size: cover;
  overflow: auto;
  opacity: 0.95;
  visibility: visible;
}
.mod-header .container,
.mod-header .container-wide {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.mod-header .site-title {
  text-align: center;
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #2a3133;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 0;
  white-space: nowrap;
  flex-grow: 1;
}
.invert-menu .mod-header .site-title {
  color: #fff;
}
@media (max-width: 768px) {
  .mod-header .site-title {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mod-header .site-title {
    font-size: 45px;
  }
}
.mod-header .site-title__link {
  text-decoration: none;
  color: inherit;
}
.mod-header .menu-timeline {
  z-index: 20;
  text-decoration: none;
}
@media print {
  .mod-header .menu-timeline {
    display: none;
  }
}
.mod-header .menu-timeline i {
  display: block;
  font-size: 28px;
  color: #2a3133;
}
.invert-menu .mod-header .menu-timeline i {
  color: #fff;
}
@media (min-width: 992px) {
  .mod-header .menu-timeline i {
    font-size: 28px;
  }
}
.mod-header .menu-list {
  display: none;
  clear: both;
  padding: 40px 0 0;
}
@media (min-width: 992px) {
  .mod-header .menu-list {
    padding: 90px 40px 60px;
  }
}
@media screen and (min-width: 1700px) {
  .mod-header .menu-list {
    padding: 160px 0 116px;
  }
}
.show-menu .mod-header .menu-list {
  display: block;
}
.mod-header .menu-list li.group {
  margin-top: 40px;
}
.mod-header .menu-list a {
  display: block;
  color: #ffcc00;
  font-size: 29px;
  line-height: 1.5;
  padding: 5px 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .mod-header .menu-list a {
    line-height: 1.3;
    font-size: 45px;
  }
}
.mod-header .menu-list a:hover {
  -webkit-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
.mod-header .menu-trigger {
  vertical-align: middle;
  width: 40px;
  height: 28px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 10;
}
.mod-header .menu-trigger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 40px;
  background: #2a3133;
  opacity: 1;
  right: 0;
  border-radius: 30px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mod-header .menu-trigger span:nth-child(1) {
  top: 0;
}
.mod-header .menu-trigger span:nth-child(2) {
  top: 12px;
}
.mod-header .menu-trigger span:nth-child(3) {
  top: 24px;
}
.mod-header .menu-trigger.trigger-close span,
.show-menu .mod-header .menu-trigger span {
  background: #fff;
}
.mod-header .menu-trigger.trigger-close span:nth-child(1),
.show-menu .mod-header .menu-trigger span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mod-header .menu-trigger.trigger-close span:nth-child(2),
.show-menu .mod-header .menu-trigger span:nth-child(2) {
  opacity: 0;
}
.mod-header .menu-trigger.trigger-close span:nth-child(3),
.show-menu .mod-header .menu-trigger span:nth-child(3) {
  top: 50%;
  width: 40px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.invert-menu .mod-header .menu-trigger span {
  background: #fff;
}
.mod-intro {
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media print {
  .mod-intro {
    display: none;
  }
}
.mod-intro .intro-title {
  display: none;
}
.mod-intro .intro-text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mod-intro .intro-text .intro-years {
  cursor: default;
  z-index: 0;
  font-size: 30vw;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .mod-intro .intro-text .intro-years {
    font-size: 30vw;
  }
}
@media screen and (min-width: 1400px) {
  .mod-intro .intro-text .intro-years {
    font-size: 26vw;
  }
}
@media print {
  .mod-intro .intro-text .intro-years {
    font-size: 200px;
    color: #2a3133;
  }
}
.mod-intro .intro-text h2 {
  position: absolute;
  z-index: 1;
  line-height: 1;
  width: 100%;
  margin-bottom: 0;
  font-size: 12.5vw;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .mod-intro .intro-text h2 {
    font-size: 7.5vw;
  }
}
@media screen and (min-width: 1400px) {
  .mod-intro .intro-text h2 {
    font-size: 100px;
  }
}
@media print {
  .mod-intro .intro-text h2 {
    font-size: 100px;
  }
}
@media screen {
  .l-wrapper {
    padding-top: 100px;
  }
  .skin-layout-intro .l-wrapper {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper {
    padding-top: 105px;
  }
}
@media (min-width: 768px) {
  .l-main {
    padding-top: 60px;
  }
  .skin-layout-intro .l-main {
    padding-top: 0 !important;
  }
}
.l-content {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .l-content {
    margin-bottom: 80px;
  }
}
.l-footer {
  position: relative;
  padding: 20px 0;
  background: #2a3133;
}
.l-footer:before {
  position: absolute;
  top: -1px;
  content: ' ';
  height: 100%;
  background: top / 100% no-repeat url(/assets/templates/codekit/assets/img/ostwind_wave_footer.svg);
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .l-footer {
    padding: 110px 0;
  }
}
.mod-logo {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .mod-logo {
    flex-grow: 0;
  }
}
.logo-link {
  width: 40px;
  display: block;
}
@media (min-width: 768px) {
  .logo-link {
    width: 64px;
  }
}
.logo-link img {
  display: block;
  vertical-align: top;
  width: 100%;
}
.show-menu .logo-link img.logo,
.invert-menu .logo-link img.logo {
  display: none;
}
.logo-link img.logo-invert {
  display: none;
}
.show-menu .logo-link img.logo-invert,
.invert-menu .logo-link img.logo-invert {
  display: block;
}
.nav-a11y__title {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.nav-a11y__link {
  position: absolute;
  top: -20000em;
  left: -2000em;
  display: block;
  width: auto;
  height: auto;
  background-color: #fff;
  border-radius: 15px;
  color: #2a3133;
  text-decoration: none;
}
.nav-a11y__link:focus {
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  z-index: 50;
  outline: none;
  border: 2px solid #ffcc00;
  border-radius: 15px;
  padding: 10px;
  top: 3px;
  left: 3px;
}
.teaser__list {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}
.teaser__item {
  position: relative;
  width: 100%;
  text-decoration: none;
  color: #2a3133;
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.teaser__item:nth-child(3n + 1) {
  color: #fff;
  background: #2a3133;
}
.teaser__item:nth-child(3n + 2) {
  background: #ffcc00;
}
@media (min-width: 992px) {
  .teaser__item:nth-child(1),
  .teaser__item:nth-child(5) {
    color: #2a3133;
    background: #ffcc00;
  }
  .teaser__item:nth-child(1):hover,
  .teaser__item:nth-child(5):hover {
    background: #ffe066;
  }
}
.teaser__item:nth-child(4) {
  color: #fff;
  background: #2a3133;
}
@media (min-width: 992px) {
  .teaser__item:nth-child(4) {
    color: #2a3133;
    background: #fff;
  }
  .teaser__item:nth-child(4):hover {
    background: #ffe066;
  }
}
@media (min-width: 992px) {
  .teaser__item:nth-child(2),
  .teaser__item:nth-child(3),
  .teaser__item:nth-child(6) {
    color: #fff;
    background: #2a3133;
  }
}
@media (min-width: 992px) {
  .teaser__item:nth-child(odd) {
    justify-content: right;
  }
}
@media (min-width: 992px) {
  .teaser__item:nth-child(even) {
    padding-left: 120px;
  }
}
@media (min-width: 992px) {
  .teaser__item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .teaser__item--link:nth-child(6):hover {
    color: #ffcc00;
  }
}
@media (min-width: 992px) {
  .teaser__more {
    position: absolute;
    left: 100px;
    bottom: 50px;
  }
}
.teaser__content {
  position: relative;
  width: 100%;
  max-width: 715px;
}
@media (min-width: 992px) {
  .teaser__content-wrapper {
    min-height: 500px;
  }
}
.teaser__content-inner {
  padding: 25px;
}
@media (min-width: 992px) {
  .teaser__content-inner {
    padding: 90px 25px;
  }
}
@media screen {
  .mod-timeline {
    display: none;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    background: #2a3133;
    color: #a5acaf;
    padding: 10px 20px 20px;
    z-index: 11;
  }
}
@media print {
  .mod-timeline {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .mod-timeline {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 992px) {
  .mod-timeline {
    padding-top: 100px;
  }
}
.mod-timeline .menu-timeline {
  font-size: 32px;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .mod-timeline .menu-timeline {
    font-size: 48px;
  }
}
@media screen {
  .skin-layout-print .mod-timeline {
    position: static;
    background: transparent;
    display: block;
    padding: 0;
    text-align: left;
    color: #2a3133;
  }
}
.mod-timeline h1 {
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  margin-bottom: 50px;
}
@media screen {
  .mod-timeline h1 {
    color: #d5d5d5;
  }
}
@media screen {
  .skin-layout-print .mod-timeline h1 {
    color: #2a3133;
  }
}
.mod-timeline > ul {
  position: relative;
  text-align: left;
  list-style: none;
  margin-left: 0;
}
@media print {
  .mod-timeline > ul {
    margin-left: 20px;
  }
}
@media screen {
  .skin-layout-print .mod-timeline > ul {
    margin-left: 20px;
  }
}
.mod-timeline > ul:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  top: 10px;
  left: 0;
  bottom: 5px;
  background: #a5acaf;
  z-index: 0;
}
@media print {
  .mod-timeline > ul:before {
    background: #2a3133;
    -webkit-print-color-adjust: exact;
  }
}
@media screen {
  .skin-layout-print .mod-timeline > ul:before {
    background: #2a3133;
  }
}
@media screen and (min-width: 992px) {
  .mod-timeline > ul:before {
    width: 0;
    height: 4px;
    top: 207px;
    -webkit-transition: width 5s linear;
    transition: width 5s linear;
  }
}
.mod-timeline > ul:after {
  top: auto;
  bottom: -20px;
  left: -6px;
  position: absolute;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(204, 213, 72, 0);
  border-top-color: #fff;
  border-width: 8px;
  z-index: 1;
}
@media print {
  .mod-timeline > ul:after {
    border-top-color: #2a3133;
    -webkit-print-color-adjust: exact;
  }
}
@media screen {
  .skin-layout-print .mod-timeline > ul:after {
    border-top-color: #2a3133;
  }
}
@media screen and (min-width: 992px) {
  .mod-timeline > ul:after {
    left: 100%;
    top: 202px;
    bottom: auto;
    border-color: rgba(204, 213, 72, 0);
    border-left-color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .mod-timeline > ul.is-loaded:before {
    width: 100%;
  }
}
.mod-timeline > ul .date {
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  margin: 0;
}
@media screen {
  .mod-timeline > ul .date {
    font-size: 18px;
    line-height: 23px;
    color: #d5d5d5;
  }
}
@media screen {
  .skin-layout-print .mod-timeline > ul .date {
    color: #2a3133;
  }
}
@media print {
  .mod-timeline > ul .date {
    font-size: 13pt;
    line-height: 17pt;
  }
}
.mod-timeline > ul > li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 25px;
}
@media screen {
  .mod-timeline > ul > li {
    display: none;
  }
}
@media screen {
  .skin-layout-print .mod-timeline > ul > li {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .mod-timeline > ul > li {
    padding-left: 75px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .mod-timeline > ul > li {
    height: 530px;
    width: 12.5%;
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .mod-timeline > ul > li:nth-child(even) {
    padding-top: 320px;
  }
}
.mod-timeline > ul > li:before {
  display: block;
  position: absolute;
  left: -3px;
  top: 10px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 3px solid #fff;
  z-index: 1;
}
@media print {
  .mod-timeline > ul > li:before {
    border-color: #2a3133;
    background: #fff;
    -webkit-print-color-adjust: exact;
  }
}
@media screen {
  .skin-layout-print .mod-timeline > ul > li:before {
    border-color: #2a3133;
    background: #fff;
  }
}
@media screen {
  .mod-timeline > ul > li:before {
    background: #2a3133;
  }
}
@media screen and (min-width: 992px) {
  .mod-timeline > ul > li:before {
    left: -5px;
    top: 204px;
  }
}
.mod-timeline > ul > li:after {
  display: block;
  position: absolute;
  left: 7px;
  top: 15px;
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  z-index: 2;
}
@media print {
  .mod-timeline > ul > li:after {
    background: #2a3133;
    -webkit-print-color-adjust: exact;
  }
}
@media screen {
  .skin-layout-print .mod-timeline > ul > li:after {
    background: #2a3133;
  }
}
@media screen and (min-width: 768px) {
  .mod-timeline > ul > li:after {
    width: 60px;
  }
}
@media screen and (min-width: 992px) {
  .mod-timeline > ul > li:after {
    width: 2px;
    left: 0;
    height: 100px;
    top: 104px;
  }
}
@media screen and (min-width: 992px) {
  .mod-timeline > ul > li:nth-child(even):before {
    top: 203px;
    bottom: auto;
  }
}
@media screen and (min-width: 992px) {
  .mod-timeline > ul > li:nth-child(even):after {
    top: 212px;
    bottom: auto;
  }
}
@media screen and (min-width: 992px) {
  .mod-timeline > ul > li {
    float: left;
  }
}
.mod-timeline > ul .desc {
  word-wrap: break-word;
  margin-left: 0;
}
@media screen {
  .mod-timeline > ul .desc {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 992px) {
  .mod-timeline > ul .desc {
    background: #2a3133;
    width: 170px;
    position: absolute;
    padding-bottom: 10px;
    z-index: 3;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 1680px) {
  .mod-timeline > ul .desc {
    width: 220px;
  }
}
@media print {
  .mod-timeline > ul .desc {
    font-size: 12pt;
    line-height: 16pt;
  }
}
.mod-video {
  position: relative;
}
.mod-video .media-container {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}
.mod-video .media-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
