@charset "UTF-8";
/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}

template {
  display: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}

b,
strong, .text-bold {
  font-weight: 700;
}

address {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}

a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

nav ul,
nav ol {
  list-style: none outside none;
}

input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill {
  box-shadow: none !important;
  background-color: transparent !important;
  -webkit-background-clip: text;
}

input::-moz-placeholder {
  opacity: 1 !important;
}

input::placeholder {
  opacity: 1 !important;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
}

textarea {
  border-radius: 0;
}

/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/lato-v22-latin-100.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v22-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v22-latin-100.woff2") format("woff2"), url("../fonts/lato-v22-latin-100.woff") format("woff"), url("../fonts/lato-v22-latin-100.ttf") format("truetype"), url("../fonts/lato-v22-latin-100.svg") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* lato-300 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato-v22-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v22-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v22-latin-300.woff2") format("woff2"), url("../fonts/lato-v22-latin-300.woff") format("woff"), url("../fonts/lato-v22-latin-300.ttf") format("truetype"), url("../fonts/lato-v22-latin-300.svg") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v22-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v22-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v22-latin-regular.woff2") format("woff2"), url("../fonts/lato-v22-latin-regular.woff") format("woff"), url("../fonts/lato-v22-latin-regular.ttf") format("truetype"), url("../fonts/lato-v22-latin-regular.svg") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v22-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v22-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v22-latin-700.woff2") format("woff2"), url("../fonts/lato-v22-latin-700.woff") format("woff"), url("../fonts/lato-v22-latin-700.ttf") format("truetype"), url("../fonts/lato-v22-latin-700.svg") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* lato-900 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lato-v22-latin-900.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v22-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v22-latin-900.woff2") format("woff2"), url("../fonts/lato-v22-latin-900.woff") format("woff"), url("../fonts/lato-v22-latin-900.ttf") format("truetype"), url("../fonts/lato-v22-latin-900.svg") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/HelveticaNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* LatoFull-Light - for Slovenian language */
@font-face {
  font-family: "LatoFull";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Lato-Light-neu.woff2") format("woff2"), url("../fonts/Lato-Light-neu.woff") format("woff"); /* Modern Browsers */
  font-display: swap;
}
/* LatoFull-Regular - for Slovenian language */
@font-face {
  font-family: "LatoFull";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Lato-Regular-neu.woff2") format("woff2"), url("../fonts/Lato-Regular-neu.woff") format("woff"); /* Modern Browsers */
  font-display: swap;
}
/* LatoFull-Bold - for Slovenian language */
@font-face {
  font-family: "LatoFull";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Lato-Bold-neu.woff2") format("woff2"), url("../fonts/Lato-Bold-neu.woff") format("woff"); /* Modern Browsers */
  font-display: swap;
}
/* Override font-family for Slovenian language */
html[lang=sl-SI] body {
  font-family: "LatoFull", Helvetica, Arial, sans-serif;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  background: #fff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  color: #24272A;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a[href^=tel] {
  text-decoration: none;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  margin-bottom: calc(1.5em / 2);
  font-weight: 700;
}
.h1 strong, h1 strong, .h2 strong, h2 strong, .h3 strong, h3 strong, .h4 strong, h4 strong, .h5 strong, h5 strong, .h6 strong, h6 strong {
  font-weight: 300;
}
@media (max-width: 993px) {
  .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.h1, h1 {
  font-size: 8rem;
  line-height: 1.25;
  font-weight: 900;
}

.h2, h2 {
  font-size: 3.2rem;
  line-height: 1.25;
}

.h3, h3 {
  font-size: 2.6rem;
  line-height: 1.15;
  font-weight: 700;
}

.h4, h4 {
  font-size: 2rem;
  font-weight: 700;
}

.h5, h5 {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media (max-width: 1199px) {
  body {
    font-size: 1.6rem;
  }
  .h1, h1 {
    font-size: 6rem;
  }
  .h2, h2 {
    font-size: 3rem;
  }
  .h3, h3 {
    font-size: 2.4rem;
  }
  .h4, h4 {
    font-size: 1.8rem;
  }
  .h5, h5 {
    font-size: 1.6rem;
  }
}
@media (max-width: 993px) {
  .h1, h1 {
    font-size: 4rem;
  }
  .h2, h2 {
    font-size: 2.5rem;
  }
  .h3, h3 {
    font-size: 2.2rem;
  }
  .h4, h4 {
    font-size: 1.6rem;
  }
  .h5, h5 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1, h1 {
    font-size: 3.8rem;
  }
  .h2, h2 {
    font-size: 2.2rem;
  }
  .h3, h3 {
    font-size: 2rem;
  }
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.5em;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

::-moz-selection {
  color: #fff;
  background: #004F8B;
}

::selection {
  color: #fff;
  background: #004F8B;
}

@supports (scrollbar-color: #F79705 #F79705) {
  * {
    scrollbar-color: #F79705 #fff;
  }
}
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #F79705;
}

/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}

/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}

.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}

/*  Hidden  */
[hidden],
.hidden {
  display: none;
}

/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}

/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 993px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 993.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion .accordion__section {
  background-color: rgba(255, 255, 255, 0.85);
  color: #004F8B;
  padding: 4rem 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion .accordion__section {
    padding: 1.5rem 1rem;
  }
}
.accordion .accordion__section + .accordion__section {
  margin-top: 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion .accordion__section + .accordion__section {
    margin-top: 2rem;
  }
}
.accordion .accordion__section.is-active .accordion__head:before {
  transform: translate(0, -50%) rotate(0deg);
}
.accordion .accordion__head {
  position: relative;
  padding-left: 2.2rem;
  text-transform: uppercase;
}
.accordion .accordion__head:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: currentcolor transparent transparent transparent;
  transform: translate(0, -50%) rotate(-90deg);
  transition: transform 0.3s;
}
.accordion .accordion__body {
  font-weight: 700;
  padding: 1.8rem 0 0;
  display: none;
}

/* ------------------------------------------------------------ *\
	Article Alt
\* ------------------------------------------------------------ */
.article-alt {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 55rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
}
.article-alt .article__link {
  height: 10%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-alt .article__link a {
  transition: opacity 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-alt .article__link a {
    max-width: 30%;
  }
}
.article-alt .article__link a:hover {
  opacity: 0.8;
}
.article-alt .article__bar {
  margin-top: auto;
  padding: 2rem 2.7rem;
  background-color: rgba(255, 255, 255, 0.6);
  color: #004F8B;
}
.article-alt .article__bar h4 {
  font-weight: 400;
}
.article-alt .article__main {
  background-color: #004F8B;
  color: #fff;
  padding: 4rem 2.7rem;
}
.article-alt .article__main:first-child {
  margin-top: auto;
}
.article-alt .article__title h3 {
  text-transform: uppercase;
}
.article-alt .article__content {
  transition: height 0.3s;
  overflow: hidden;
}
.article-alt .article__content-inner {
  position: relative;
  padding-bottom: 3rem;
}
.article-alt .article__content p {
  display: inline;
}
@media (max-width: 1199px) {
  .article-alt .article__content p {
    display: inline-block;
  }
}
.article-alt .article__content .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  color: inherit;
}
@media (min-width: 993.02px) {
  .article-alt:not(:hover) .article__content {
    height: 0 !important;
  }
}

.article-alt.article-3col {
  min-height: 43rem;
}

/* ------------------------------------------------------------ *\
	Article Base
\* ------------------------------------------------------------ */
.article-base .article__title {
  text-transform: uppercase;
  color: #004F8B;
}
.article-base .article__content {
  position: relative;
}
@media (max-width: 993px) {
  .article-base .article__content {
    padding-bottom: 3rem;
  }
}
.article-base .article__content p {
  display: inline;
  margin-right: 10rem;
}
@media (max-width: 993px) {
  .article-base .article__content p {
    margin: 0;
  }
}
.article-base .article__content .btn {
  position: absolute;
  right: 0;
  bottom: 0.1em;
  color: #004F8B;
}
@media (max-width: 993px) {
  .article-base .article__content .btn {
    float: right;
  }
}
.article-base .article__foot {
  margin-top: 0.5rem;
}

/* ------------------------------------------------------------ *\
	Article History
\* ------------------------------------------------------------ */
.article-history .article__inner {
  padding: 4rem 4rem;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: left;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-history .article__inner {
    display: block;
    padding: 2.5rem 2rem;
  }
}
.article-history .article__media {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 40.6%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-history .article__media {
    width: 100%;
    height: 40vw;
    margin-bottom: 2rem;
  }
}
.article-history .article__content {
  width: 10%;
  flex-grow: 1;
  font-weight: 700;
}
.article-history .article__content:not(:first-child) {
  margin-left: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-history .article__content:not(:first-child) {
    margin: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-history .article__content {
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Article Horizontal
\* ------------------------------------------------------------ */
.article-horizontal {
  position: relative;
  overflow: hidden;
}
.article-horizontal .article__media {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: calc(66.67% + 3rem);
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal .article__media {
    position: static;
    width: 100%;
    height: 50vw;
  }
}
.article-horizontal .article__inner .article__ico {
  position: absolute;
  right: 4.4rem;
  bottom: 4.4rem;
  transition: opacity 0.3s 0.3s;
  pointer-events: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal .article__inner .article__ico {
    max-width: 25%;
    right: 2rem;
    bottom: 2rem;
  }
}
.article-horizontal .article__main {
  color: #fff;
  position: relative;
  background-color: #004F8B;
  z-index: 2;
  margin-left: auto;
  width: calc(33.33% - 1.5rem);
  transition: width 0.3s;
  min-height: 320px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal .article__main {
    width: 100%;
  }
}
.article-horizontal .article__main .article__scroll {
  padding: 4rem 3.3rem;
  width: 65.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal .article__main .article__scroll {
    width: 100%;
    padding: 2.5rem 2rem;
    min-height: 13.7rem;
  }
}
.article-horizontal .article__main .article__title {
  text-transform: uppercase;
  max-width: 30rem;
}
.article-horizontal .article__main .article__content {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (min-width: 767.02px) {
  .article-horizontal .article__main .article__content {
    display: block !important;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal .article__main .article__content {
    margin-top: 0.5rem;
    display: none;
  }
}
.article-horizontal .article__main .article__content p {
  display: inline;
  margin-bottom: 0;
}
.article-horizontal .article__main .article__actions {
  text-align: right;
  opacity: 0;
  transition: opacity 0.3s;
}
.article-horizontal .article__main .article__actions .btn {
  color: inherit;
}
@media (min-width: 993.02px) {
  .article-horizontal:hover .article__main {
    width: 65.2rem;
  }
  .article-horizontal:hover .article__main .article__content,
  .article-horizontal:hover .article__main .article__actions {
    opacity: 1;
    transition: opacity 0.3s 0.3s;
  }
  .article-horizontal:hover .article__main .article__ico {
    opacity: 0;
    transition: opacity 0.3s 0s;
  }
}
@media (max-width: 993px) {
  .article-horizontal.is-expanded .article__main {
    width: 65.2rem;
  }
}
@media (max-width: 993px) and (max-width: 767px), screen and (max-width: 993px) and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal.is-expanded .article__main {
    width: 100%;
  }
}
@media (max-width: 993px) {
  .article-horizontal.is-expanded .article__main .article__content,
  .article-horizontal.is-expanded .article__main .article__actions {
    opacity: 1;
    transition: opacity 0.3s 0.3s;
  }
  .article-horizontal.is-expanded .article__main .article__ico {
    opacity: 0;
    transition: opacity 0.3s 0s;
  }
}

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
  background-color: #fff;
}
.article .row {
  flex-direction: row-reverse;
  height: 100%;
}
.article + .article {
  margin-top: 4rem;
}
.article .article__main {
  padding: 4rem;
  color: #004F8B;
}
@media (max-width: 993px) {
  .article .article__main {
    padding: 2rem;
  }
}
.article .article__content h3 {
  text-transform: uppercase;
}
.article .article__content h3:not(:last-child) {
  margin-bottom: 0;
}
.article .article__content h2 {
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.02em;
}
.article .article__content h2:not(:last-child) {
  margin-bottom: 1.4rem;
}
.article .article__content .no-txt-decor a {
  text-decoration: none;
}
.article .article__actions {
  text-align: right;
  margin-top: 4.8rem;
}
@media (max-width: 993px) {
  .article .article__actions {
    margin-top: 3rem;
  }
}
.article .article__actions .btn:not(:hover) {
  color: inherit;
}
.article .article__media {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 4rem 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__media {
    padding: 1rem 1rem;
    min-height: 25rem;
    justify-content: flex-start;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__media img {
    max-width: 6rem;
  }
}
.article a.article__media {
  transition: transform 0.3s;
}
.article a.article__media:hover img {
  transform: scale(1.05);
}
@media (min-width: 767.02px) {
  .article:not(.article--reverse) .article__main {
    padding-right: 0.4rem;
  }
}
.article--reverse .row {
  flex-direction: row;
}
.article--reverse .article__media {
  justify-content: flex-start;
}
@media (min-width: 767.02px) {
  .article--reverse .article__main {
    padding-left: 0.4rem;
    padding-right: 4rem !important;
  }
}
.article--blue {
  background-color: #004F8B;
}
.article--blue .article__main {
  color: #fff;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider__slide .article .article__media img {
    max-width: 100% !important;
  }
}

/* ------------------------------------------------------------ *\
	Block Logo
\* ------------------------------------------------------------ */
.block-logo {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.block-logo .block__media {
  width: 100%;
  height: 100%;
  max-height: var(--box-size);
  max-width: var(--box-size);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.block-logo .block__media img {
  max-height: 100%;
}
.block-logo .block__content {
  position: absolute;
  top: calc(var(--box-size) + var(--gutter));
  left: 0;
  width: 100%;
  height: 75%;
  overflow-y: auto;
}
.block-logo .block__content h3 {
  margin-bottom: 0;
  font-weight: 700;
}
.block-logo .block__content p {
  margin-bottom: 0;
}
.block-logo .block__content a {
  font-weight: 700;
  color: #004F8B;
  text-decoration: none;
}

/* ------------------------------------------------------------ *\
	Block Logos
\* ------------------------------------------------------------ */
.block-logos {
  background-color: #004F8B;
  color: #fff;
  text-align: center;
  padding: 4.2rem 0 6.5rem;
}
.block-logos .row {
  margin-bottom: -7.7rem;
}
.block-logos .row > * {
  padding-bottom: 7.7rem;
}
.block-logos .block__col {
  padding: 0 0.6rem;
  text-decoration: none;
  display: block;
}
.block-logos .block__col:hover {
  color: currentcolor;
}
.block-logos .block__col:hover img {
  transform: scale(1.1);
}
.block-logos figure {
  min-height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.block-logos figure img {
  transition: transform 0.3s;
}
.block-logos h4 {
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.block-logos h3 {
  margin-top: 2.3rem;
  text-transform: uppercase;
}
.block-logos h3:not(:last-child) {
  margin-bottom: 0.2rem;
}
.block-logos--alt {
  padding: 7.9rem 0 7.4rem;
}
.block-logos--alt .row {
  margin-bottom: -7.5rem;
}
.block-logos--alt .row > * {
  padding-bottom: 7.5rem;
}

/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs-holder {
  padding: 0.7rem 0;
}

.breadcrumbs {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #004F8B;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs {
    font-size: 1.6rem;
  }
}
@media (max-width: 374px) {
  .breadcrumbs {
    font-size: 1.4rem;
  }
}
.breadcrumbs ul {
  list-style-type: none;
  display: flex;
  align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs ul {
    display: inline-block;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs ul li {
    display: inline;
  }
}
.breadcrumbs ul li:not(:last-child):after {
  content: " >";
}
.breadcrumbs ul li + li {
  margin-left: 0.3rem;
}
.breadcrumbs a {
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs a {
    display: inline;
  }
}

/* ------------------------------------------------------------ *\
	Btn Ico
\* ------------------------------------------------------------ */
.btn-ico {
  font-size: 0;
  display: inline-block;
  width: 100%;
  max-width: 4.7rem;
  transition: transform 0.3s;
}
@media (max-width: 1199px) {
  .btn-ico {
    max-width: 3.5rem;
  }
}
.btn-ico:hover {
  transform: scale(1.1);
}

/* ------------------------------------------------------------ *\
	Btn User
\* ------------------------------------------------------------ */
.btn-user {
  background-color: #F79705;
  font-size: 0;
  padding: 0.2rem 0.4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
  /*
  &:not(:hover) p {
  	width: 0;
  	overflow: hidden;
  	margin: 0;
  }
     */
}
@media (max-width: 993px) {
  .btn-user {
    padding: 0.5rem 0.5rem;
  }
}
.btn-user img {
  max-height: 100%;
}
.btn-user p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-left: 1.3rem;
  margin-bottom: 0.3rem;
  width: 10rem;
  transition: width 0.3s, margin 0.3s;
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.2rem solid currentcolor;
  color: inherit;
  font-weight: 700;
  padding: 0.6rem 1.6rem;
  font-size: 2rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .btn {
    font-size: 1.8rem;
  }
}
@media (max-width: 993px) {
  .btn {
    font-size: 1.6rem;
  }
}
.btn:hover {
  color: #fff;
  background-color: #004F8B;
  border-color: #004F8B;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn svg {
  margin-left: 1rem;
}
.btn--arrow-left svg {
  margin-right: 1rem;
  margin-left: 0;
}
.btn--transparent-bg {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
.btn--transparent-bg:hover {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
}
.btn--arrow-left:after {
  display: none;
}
.btn--arrow-left:before {
  content: "←";
  font-weight: 100;
  margin-right: 0.8rem;
  margin-top: -0.2em;
}
.btn--arrow-left:hover:before {
  transform: translate(-0.5rem, 0);
}
.btn.hover.btn--transparent-bg:before {
  width: auto;
  right: 0;
}

/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

/* ------------------------------------------------------------ *\
    Button Animate
\* ------------------------------------------------------------ */
.button-animate-wrapper .button-animate {
  pointer-events: none;
}

.button-animate {
  --background: #275efe;
  --rectangle: #184fee;
  --text: #fff;
  --arrow: #fff;
  --checkmark: #fff;
  --shadow: rgba(10, 22, 50, .24);
}
.button-animate > div {
  display: inline-flex;
  overflow: hidden;
  text-decoration: none;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  background: #F79705;
  border-radius: 50%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  width: 6.7rem;
  height: 6.7rem;
  background: #F79705;
}
.button-animate > div:before, .button-animate > div:after {
  content: "";
  display: block;
  position: absolute;
}
.button-animate > div:before {
  border-radius: 0 0 6px 6px;
  width: 6px;
  top: 50%;
  left: 50%;
  height: 38px;
  margin: -20px 0 0 -3px;
  background: var(--arrow);
}
.button-animate > div:after {
  width: 100%;
  height: 100%;
  transform-origin: 50% 0;
  border-radius: 0 0 80% 80%;
  background: #004F8B;
  top: 0;
  left: 0;
  transform: scaleY(0);
}
.button-animate > div svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.4rem;
  height: 3.4rem;
  margin: 0.6rem 0 0 0;
  fill: none;
  z-index: 1;
  stroke-width: 4px;
  stroke: var(--arrow);
  stroke-linecap: round;
  stroke-linejoin: round;
}
.button-animate.loading > div:before {
  animation: line calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * 0.065ms);
}
.button-animate.loading > div:after {
  animation: background calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * 0.065ms);
}
.button-animate.loading > div svg {
  animation: svg calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * 0.065ms);
  transition: calc(var(--duration) * 0.065ms);
  margin: 0 0 0 0;
}

@keyframes line {
  5%, 10% {
    transform: translateY(-30px);
  }
  40% {
    transform: translateY(-20px);
  }
  65% {
    transform: translateY(0);
  }
  75%, 100% {
    transform: translateY(30px);
  }
}
@keyframes svg {
  0%, 20% {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
  }
  21%, 89% {
    stroke-dasharray: 26px;
    stroke-dashoffset: 26px;
    stroke-width: 3px;
    stroke: var(--checkmark);
  }
  100% {
    stroke-dasharray: 26px;
    stroke-dashoffset: 0;
    stroke: var(--checkmark);
  }
  12% {
    opacity: 1;
  }
  20%, 89% {
    opacity: 0;
  }
  90%, 100% {
    opacity: 1;
  }
}
@keyframes background {
  10% {
    transform: scaleY(0);
  }
  40% {
    transform: scaleY(0.15);
  }
  65% {
    transform: scaleY(0.5);
    border-radius: 0 0 50% 50%;
  }
  75% {
    border-radius: 0 0 50% 50%;
  }
  90%, 100% {
    border-radius: 0;
  }
  75%, 100% {
    transform: scaleY(1);
  }
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion .accordion__section {
  background-color: rgba(255, 255, 255, 0.85);
  color: #004F8B;
  padding: 4rem 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion .accordion__section {
    padding: 1.5rem 1rem;
  }
}
.accordion .accordion__section + .accordion__section {
  margin-top: 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion .accordion__section + .accordion__section {
    margin-top: 2rem;
  }
}
.accordion .accordion__section.is-active .accordion__head:before {
  transform: translate(0, -50%) rotate(0deg);
}
.accordion .accordion__head {
  position: relative;
  padding-left: 2.2rem;
  text-transform: uppercase;
}
.accordion .accordion__head:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: currentcolor transparent transparent transparent;
  transform: translate(0, -50%) rotate(-90deg);
  transition: transform 0.3s;
}
.accordion .accordion__body {
  font-weight: 700;
  padding: 1.8rem 0 0;
  display: none;
}

/* ------------------------------------------------------------ *\
	Article Alt
\* ------------------------------------------------------------ */
.article-alt {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 55rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
}
.article-alt .article__link {
  height: 10%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-alt .article__link a {
  transition: opacity 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-alt .article__link a {
    max-width: 30%;
  }
}
.article-alt .article__link a:hover {
  opacity: 0.8;
}
.article-alt .article__bar {
  margin-top: auto;
  padding: 2rem 2.7rem;
  background-color: rgba(255, 255, 255, 0.6);
  color: #004F8B;
}
.article-alt .article__bar h4 {
  font-weight: 400;
}
.article-alt .article__main {
  background-color: #004F8B;
  color: #fff;
  padding: 4rem 2.7rem;
}
.article-alt .article__main:first-child {
  margin-top: auto;
}
.article-alt .article__title h3 {
  text-transform: uppercase;
}
.article-alt .article__content {
  transition: height 0.3s;
  overflow: hidden;
}
.article-alt .article__content-inner {
  position: relative;
  padding-bottom: 3rem;
}
.article-alt .article__content p {
  display: inline;
}
@media (max-width: 1199px) {
  .article-alt .article__content p {
    display: inline-block;
  }
}
.article-alt .article__content .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  color: inherit;
}
@media (min-width: 993.02px) {
  .article-alt:not(:hover) .article__content {
    height: 0 !important;
  }
}

.article-alt.article-3col {
  min-height: 43rem;
}

/* ------------------------------------------------------------ *\
	Article Base
\* ------------------------------------------------------------ */
.article-base .article__title {
  text-transform: uppercase;
  color: #004F8B;
}
.article-base .article__content {
  position: relative;
}
@media (max-width: 993px) {
  .article-base .article__content {
    padding-bottom: 3rem;
  }
}
.article-base .article__content p {
  display: inline;
  margin-right: 10rem;
}
@media (max-width: 993px) {
  .article-base .article__content p {
    margin: 0;
  }
}
.article-base .article__content .btn {
  position: absolute;
  right: 0;
  bottom: 0.1em;
  color: #004F8B;
}
@media (max-width: 993px) {
  .article-base .article__content .btn {
    float: right;
  }
}
.article-base .article__foot {
  margin-top: 0.5rem;
}

/* ------------------------------------------------------------ *\
	Article History
\* ------------------------------------------------------------ */
.article-history .article__inner {
  padding: 4rem 4rem;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: left;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-history .article__inner {
    display: block;
    padding: 2.5rem 2rem;
  }
}
.article-history .article__media {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 40.6%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-history .article__media {
    width: 100%;
    height: 40vw;
    margin-bottom: 2rem;
  }
}
.article-history .article__content {
  width: 10%;
  flex-grow: 1;
  font-weight: 700;
}
.article-history .article__content:not(:first-child) {
  margin-left: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-history .article__content:not(:first-child) {
    margin: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-history .article__content {
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Article Horizontal
\* ------------------------------------------------------------ */
.article-horizontal {
  position: relative;
  overflow: hidden;
}
.article-horizontal .article__media {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: calc(66.67% + 3rem);
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal .article__media {
    position: static;
    width: 100%;
    height: 50vw;
  }
}
.article-horizontal .article__inner .article__ico {
  position: absolute;
  right: 4.4rem;
  bottom: 4.4rem;
  transition: opacity 0.3s 0.3s;
  pointer-events: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal .article__inner .article__ico {
    max-width: 25%;
    right: 2rem;
    bottom: 2rem;
  }
}
.article-horizontal .article__main {
  color: #fff;
  position: relative;
  background-color: #004F8B;
  z-index: 2;
  margin-left: auto;
  width: calc(33.33% - 1.5rem);
  transition: width 0.3s;
  min-height: 320px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal .article__main {
    width: 100%;
  }
}
.article-horizontal .article__main .article__scroll {
  padding: 4rem 3.3rem;
  width: 65.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal .article__main .article__scroll {
    width: 100%;
    padding: 2.5rem 2rem;
    min-height: 13.7rem;
  }
}
.article-horizontal .article__main .article__title {
  text-transform: uppercase;
  max-width: 30rem;
}
.article-horizontal .article__main .article__content {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (min-width: 767.02px) {
  .article-horizontal .article__main .article__content {
    display: block !important;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal .article__main .article__content {
    margin-top: 0.5rem;
    display: none;
  }
}
.article-horizontal .article__main .article__content p {
  display: inline;
  margin-bottom: 0;
}
.article-horizontal .article__main .article__actions {
  text-align: right;
  opacity: 0;
  transition: opacity 0.3s;
}
.article-horizontal .article__main .article__actions .btn {
  color: inherit;
}
@media (min-width: 993.02px) {
  .article-horizontal:hover .article__main {
    width: 65.2rem;
  }
  .article-horizontal:hover .article__main .article__content,
  .article-horizontal:hover .article__main .article__actions {
    opacity: 1;
    transition: opacity 0.3s 0.3s;
  }
  .article-horizontal:hover .article__main .article__ico {
    opacity: 0;
    transition: opacity 0.3s 0s;
  }
}
@media (max-width: 993px) {
  .article-horizontal.is-expanded .article__main {
    width: 65.2rem;
  }
}
@media (max-width: 993px) and (max-width: 767px), screen and (max-width: 993px) and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal.is-expanded .article__main {
    width: 100%;
  }
}
@media (max-width: 993px) {
  .article-horizontal.is-expanded .article__main .article__content,
  .article-horizontal.is-expanded .article__main .article__actions {
    opacity: 1;
    transition: opacity 0.3s 0.3s;
  }
  .article-horizontal.is-expanded .article__main .article__ico {
    opacity: 0;
    transition: opacity 0.3s 0s;
  }
}

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
  background-color: #fff;
}
.article .row {
  flex-direction: row-reverse;
  height: 100%;
}
.article + .article {
  margin-top: 4rem;
}
.article .article__main {
  padding: 4rem;
  color: #004F8B;
}
@media (max-width: 993px) {
  .article .article__main {
    padding: 2rem;
  }
}
.article .article__content h3 {
  text-transform: uppercase;
}
.article .article__content h3:not(:last-child) {
  margin-bottom: 0;
}
.article .article__content h2 {
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.02em;
}
.article .article__content h2:not(:last-child) {
  margin-bottom: 1.4rem;
}
.article .article__content .no-txt-decor a {
  text-decoration: none;
}
.article .article__actions {
  text-align: right;
  margin-top: 4.8rem;
}
@media (max-width: 993px) {
  .article .article__actions {
    margin-top: 3rem;
  }
}
.article .article__actions .btn:not(:hover) {
  color: inherit;
}
.article .article__media {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 4rem 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__media {
    padding: 1rem 1rem;
    min-height: 25rem;
    justify-content: flex-start;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__media img {
    max-width: 6rem;
  }
}
.article a.article__media {
  transition: transform 0.3s;
}
.article a.article__media:hover img {
  transform: scale(1.05);
}
@media (min-width: 767.02px) {
  .article:not(.article--reverse) .article__main {
    padding-right: 0.4rem;
  }
}
.article--reverse .row {
  flex-direction: row;
}
.article--reverse .article__media {
  justify-content: flex-start;
}
@media (min-width: 767.02px) {
  .article--reverse .article__main {
    padding-left: 0.4rem;
    padding-right: 4rem !important;
  }
}
.article--blue {
  background-color: #004F8B;
}
.article--blue .article__main {
  color: #fff;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider__slide .article .article__media img {
    max-width: 100% !important;
  }
}

/* ------------------------------------------------------------ *\
	Block Logo
\* ------------------------------------------------------------ */
.block-logo {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.block-logo .block__media {
  width: 100%;
  height: 100%;
  max-height: var(--box-size);
  max-width: var(--box-size);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.block-logo .block__media img {
  max-height: 100%;
}
.block-logo .block__content {
  position: absolute;
  top: calc(var(--box-size) + var(--gutter));
  left: 0;
  width: 100%;
  height: 75%;
  overflow-y: auto;
}
.block-logo .block__content h3 {
  margin-bottom: 0;
  font-weight: 700;
}
.block-logo .block__content p {
  margin-bottom: 0;
}
.block-logo .block__content a {
  font-weight: 700;
  color: #004F8B;
  text-decoration: none;
}

/* ------------------------------------------------------------ *\
	Block Logos
\* ------------------------------------------------------------ */
.block-logos {
  background-color: #004F8B;
  color: #fff;
  text-align: center;
  padding: 4.2rem 0 6.5rem;
}
.block-logos .row {
  margin-bottom: -7.7rem;
}
.block-logos .row > * {
  padding-bottom: 7.7rem;
}
.block-logos .block__col {
  padding: 0 0.6rem;
  text-decoration: none;
  display: block;
}
.block-logos .block__col:hover {
  color: currentcolor;
}
.block-logos .block__col:hover img {
  transform: scale(1.1);
}
.block-logos figure {
  min-height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.block-logos figure img {
  transition: transform 0.3s;
}
.block-logos h4 {
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.block-logos h3 {
  margin-top: 2.3rem;
  text-transform: uppercase;
}
.block-logos h3:not(:last-child) {
  margin-bottom: 0.2rem;
}
.block-logos--alt {
  padding: 7.9rem 0 7.4rem;
}
.block-logos--alt .row {
  margin-bottom: -7.5rem;
}
.block-logos--alt .row > * {
  padding-bottom: 7.5rem;
}

/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs-holder {
  padding: 0.7rem 0;
}

.breadcrumbs {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #004F8B;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs {
    font-size: 1.6rem;
  }
}
@media (max-width: 374px) {
  .breadcrumbs {
    font-size: 1.4rem;
  }
}
.breadcrumbs ul {
  list-style-type: none;
  display: flex;
  align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs ul {
    display: inline-block;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs ul li {
    display: inline;
  }
}
.breadcrumbs ul li:not(:last-child):after {
  content: " >";
}
.breadcrumbs ul li + li {
  margin-left: 0.3rem;
}
.breadcrumbs a {
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs a {
    display: inline;
  }
}

/* ------------------------------------------------------------ *\
	Btn Ico
\* ------------------------------------------------------------ */
.btn-ico {
  font-size: 0;
  display: inline-block;
  width: 100%;
  max-width: 4.7rem;
  transition: transform 0.3s;
}
@media (max-width: 1199px) {
  .btn-ico {
    max-width: 3.5rem;
  }
}
.btn-ico:hover {
  transform: scale(1.1);
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.2rem solid currentcolor;
  color: inherit;
  font-weight: 700;
  padding: 0.6rem 1.6rem;
  font-size: 2rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .btn {
    font-size: 1.8rem;
  }
}
@media (max-width: 993px) {
  .btn {
    font-size: 1.6rem;
  }
}
.btn:hover {
  color: #fff;
  background-color: #004F8B;
  border-color: #004F8B;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn svg {
  margin-left: 1rem;
}
.btn--arrow-left svg {
  margin-right: 1rem;
  margin-left: 0;
}
.btn--transparent-bg {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
.btn--transparent-bg:hover {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
}
.btn--arrow-left:after {
  display: none;
}
.btn--arrow-left:before {
  content: "←";
  font-weight: 100;
  margin-right: 0.8rem;
  margin-top: -0.2em;
}
.btn--arrow-left:hover:before {
  transform: translate(-0.5rem, 0);
}
.btn.hover.btn--transparent-bg:before {
  width: auto;
  right: 0;
}

/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

/* ------------------------------------------------------------ *\
	Btn User
\* ------------------------------------------------------------ */
.btn-user {
  background-color: #F79705;
  font-size: 0;
  padding: 0.2rem 0.4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
  /*
  &:not(:hover) p {
  	width: 0;
  	overflow: hidden;
  	margin: 0;
  }
     */
}
@media (max-width: 993px) {
  .btn-user {
    padding: 0.5rem 0.5rem;
  }
}
.btn-user img {
  max-height: 100%;
}
.btn-user p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-left: 1.3rem;
  margin-bottom: 0.3rem;
  width: 10rem;
  transition: width 0.3s, margin 0.3s;
}

/* ------------------------------------------------------------ *\
    Button Animate
\* ------------------------------------------------------------ */
.button-animate-wrapper .button-animate {
  pointer-events: none;
}

.button-animate {
  --background: #275efe;
  --rectangle: #184fee;
  --text: #fff;
  --arrow: #fff;
  --checkmark: #fff;
  --shadow: rgba(10, 22, 50, .24);
}
.button-animate > div {
  display: inline-flex;
  overflow: hidden;
  text-decoration: none;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  background: #F79705;
  border-radius: 50%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  width: 6.7rem;
  height: 6.7rem;
  background: #F79705;
}
.button-animate > div:before, .button-animate > div:after {
  content: "";
  display: block;
  position: absolute;
}
.button-animate > div:before {
  border-radius: 0 0 6px 6px;
  width: 6px;
  top: 50%;
  left: 50%;
  height: 38px;
  margin: -20px 0 0 -3px;
  background: var(--arrow);
}
.button-animate > div:after {
  width: 100%;
  height: 100%;
  transform-origin: 50% 0;
  border-radius: 0 0 80% 80%;
  background: #004F8B;
  top: 0;
  left: 0;
  transform: scaleY(0);
}
.button-animate > div svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.4rem;
  height: 3.4rem;
  margin: 0.6rem 0 0 0;
  fill: none;
  z-index: 1;
  stroke-width: 4px;
  stroke: var(--arrow);
  stroke-linecap: round;
  stroke-linejoin: round;
}
.button-animate.loading > div:before {
  animation: line calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * 0.065ms);
}
.button-animate.loading > div:after {
  animation: background calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * 0.065ms);
}
.button-animate.loading > div svg {
  animation: svg calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * 0.065ms);
  transition: calc(var(--duration) * 0.065ms);
  margin: 0 0 0 0;
}

@keyframes line {
  5%, 10% {
    transform: translateY(-30px);
  }
  40% {
    transform: translateY(-20px);
  }
  65% {
    transform: translateY(0);
  }
  75%, 100% {
    transform: translateY(30px);
  }
}
@keyframes svg {
  0%, 20% {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
  }
  21%, 89% {
    stroke-dasharray: 26px;
    stroke-dashoffset: 26px;
    stroke-width: 3px;
    stroke: var(--checkmark);
  }
  100% {
    stroke-dasharray: 26px;
    stroke-dashoffset: 0;
    stroke: var(--checkmark);
  }
  12% {
    opacity: 1;
  }
  20%, 89% {
    opacity: 0;
  }
  90%, 100% {
    opacity: 1;
  }
}
@keyframes background {
  10% {
    transform: scaleY(0);
  }
  40% {
    transform: scaleY(0.15);
  }
  65% {
    transform: scaleY(0.5);
    border-radius: 0 0 50% 50%;
  }
  75% {
    border-radius: 0 0 50% 50%;
  }
  90%, 100% {
    border-radius: 0;
  }
  75%, 100% {
    transform: scaleY(1);
  }
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container Elements
\* ------------------------------------------------------------ */
.container.white-content h1, .container.white-content .h1, .container.white-content h2, .container.white-content .h2, .container.white-content h3, .container.white-content .h3, .container.white-content h4, .container.white-content .h4, .container.white-content h5, .container.white-content .h5, .container.white-content h6, .container.white-content .h6, .container-white-text h1, .container-white-text .h1, .container-white-text h2, .container-white-text .h2, .container-white-text h3, .container-white-text .h3, .container-white-text h4, .container-white-text .h4, .container-white-text h5, .container-white-text .h5, .container-white-text h6, .container-white-text .h6 {
  color: #fff !important;
}
.container.white-content p, .container.white-content .bodytext, .container.white-content .text, .container-white-text p, .container-white-text .bodytext, .container-white-text .text {
  color: #fff !important;
}
.container.white-content ul, .container.white-content ol, .container-white-text ul, .container-white-text ol {
  color: #fff !important;
}
.container.white-content ul li, .container.white-content ol li, .container-white-text ul li, .container-white-text ol li {
  color: #fff !important;
}
.container.white-content ul li::before, .container.white-content ul li::after, .container.white-content ol li::before, .container.white-content ol li::after, .container-white-text ul li::before, .container-white-text ul li::after, .container-white-text ol li::before, .container-white-text ol li::after {
  color: #fff !important;
}
.container.white-content ul li::marker, .container-white-text ul li::marker {
  color: #fff !important;
}
.container.white-content ol li::marker, .container-white-text ol li::marker {
  color: #fff !important;
}
.container.white-content .list-dash li::before, .container-white-text .list-dash li::before {
  color: #fff !important;
  background-color: #fff !important;
}
.container.white-content .txt-decor--blue::after, .container-white-text .txt-decor--blue::after {
  background-color: #fff !important;
}

.container-bg-cover.visible {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.container-bg-repeat.visible {
  background-repeat: repeat !important;
  background-size: auto !important;
  background-position: top left !important;
}

/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
.copyright-holder {
  padding: 1.5rem 0;
}

.copyright {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #004F8B;
}

/* ------------------------------------------------------------ *\
	Counter Block
\* ------------------------------------------------------------ */
.counter-block {
  color: #fff;
}
.counter-block .row > *:nth-child(1) span, .counter-block .row > *:nth-child(4) span {
  font-size: 12rem;
  font-weight: 900;
}
@media (max-width: 1199px) {
  .counter-block .row > *:nth-child(1) span, .counter-block .row > *:nth-child(4) span {
    font-size: 10vw;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .counter-block .row > *:nth-child(1) span, .counter-block .row > *:nth-child(4) span {
    font-size: 140%;
  }
}
.counter-block .row > *:nth-child(2) span, .counter-block .row > *:nth-child(3) span, .counter-block .row > *:nth-child(5) span {
  font-size: 8rem;
  font-weight: 900;
}
@media (max-width: 1199px) {
  .counter-block .row > *:nth-child(2) span, .counter-block .row > *:nth-child(3) span, .counter-block .row > *:nth-child(5) span {
    font-size: 6vw;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .counter-block .row > *:nth-child(2) span, .counter-block .row > *:nth-child(3) span, .counter-block .row > *:nth-child(5) span {
    font-size: 120%;
  }
}
.counter-block h2 {
  font-weight: 900;
}
.counter-block h2 span:last-of-type {
  margin-right: 0.08em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .counter-block h2 {
    font-size: 7vw;
  }
}

.cta__container {
  position: fixed;
  z-index: 13;
  top: 46.6%;
  right: 1rem;
  /* kann weg */
  /* kann weg */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cta__container a {
    width: 68px;
    height: auto;
  }
  .cta__container .chat {
    padding: 10px 14px !important;
  }
  .cta__container .chat.chat--chat.linkconfig-chat {
    display: block;
    padding-top: 14px !important;
  }
  .cta__container .chat.chat--chat.linkconfig-chat {
    display: block;
  }
}
.cta__container .newsletter_mobil {
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cta__container .newsletter_mobil {
    display: block;
    margin: 10px 0;
    top: 10px;
  }
}
.cta__container .chat {
  cursor: pointer;
  transform: translate(0, -50%);
  background-color: #F79705;
  padding: 2.4rem 2.3rem;
  transition: right 0.3s;
  /* kann weg */
  /* @TODO: kleiner bei mobile */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cta__container .chat {
    /* padding: 1.5rem 1.5rem; */
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cta__container .chat .img__ {
    max-width: 3rem;
  }
}
.cta__container .newsletter {
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: #F79705;
  margin: 20px 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cta__container .newsletter {
    display: none;
  }
}
.cta__container .newsletter .newsletter_img {
  height: 72.5px;
  width: 48px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cta__container .newsletter .newsletter_img {
    /* max-width: 3rem; */
  }
}
.cta__container .newsletter .newsletter_form {
  width: 280px;
  top: -87%;
  right: 100%;
  position: absolute;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.89);
  padding: 20px;
  display: none;
}
.cta__container .newsletter .newsletter_form h2, .cta__container .newsletter .newsletter_form .h2 {
  text-align: left;
  font-size: 22px;
}
.cta__container .newsletter .newsletter_form:hover {
  display: block;
}
.cta__container .newsletter .newsletter_display {
  display: block;
}
.cta__container .newsletter input {
  background: none;
  color: #6c757d;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  padding: 0.75rem 1.2rem;
  border: 0.1rem solid #24272A;
  border-radius: 0;
}
.cta__container .newsletter input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.cta__container .newsletter button {
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  padding: 10px;
  border: 2px solid black;
  font-weight: 700;
}
.cta__container .newsletter button:hover {
  background-color: #004f8b;
  border: 2px solid #004f8b;
  color: white;
}
.cta__container .newsletter label {
  color: black;
  display: none;
}
.cta__container .newsletter #recaptcha_v2_widget {
  display: flex;
  justify-content: center;
}
.cta__container .newsletter .cr_form-component--submit {
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .cta__container .newsletter_img__ {
    height: 60px;
    width: 58px;
    top: 35%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cta__container .img__ {
    max-width: 3rem;
  }
}

.is-menu-open .cta_container {
  right: -10rem;
}

.newsletter_form_mobil {
  display: block;
  max-width: 90rem;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
  z-index: 10000;
}
.newsletter_form_mobil h2 {
  text-align: center;
}
.newsletter_form_mobil input {
  background: none;
  color: #6c757d;
  font-size: 1.6rem;
  font-weight: 400;
  height: auto;
  padding: 0.95rem 1.4rem;
  border: 0.1rem solid #24272A;
  border-radius: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .newsletter_form_mobil input {
    font-size: 1.6rem;
  }
}
.newsletter_form_mobil input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.newsletter_form_mobil button {
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  padding: 10px;
  border: 2px solid black;
  font-weight: 700;
}
.newsletter_form_mobil button:hover {
  background-color: #004f8b;
  border: 2px solid #004f8b;
  color: white;
}
.newsletter_form_mobil label {
  color: black;
  display: none;
}
.newsletter_form_mobil #recaptcha_v2_widget {
  display: flex;
  justify-content: center;
}
.newsletter_form_mobil .cr_form-component--submit {
  text-align: center;
}

#pid-218 .newsletter {
  display: none;
}

#pid-7 .chat {
  display: none;
}
#pid-7 .newsletter {
  padding: 0 2.6rem 0 2.5rem;
}

/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 3.9rem 0;
  background-color: #004F8B;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-size: 1.7rem;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .footer {
    background-size: 8% auto;
    font-size: 1.6rem;
  }
}
.footer__logo-wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}
.footer__logo-wrapper img {
  height: 100%;
}
.footer__logo-wrapper p {
  margin-bottom: 0 !important;
}
.footer h5 {
  margin-bottom: 0;
  line-height: 1.18;
}
.footer p:not(:last-child) {
  margin-bottom: 1.9rem;
}
.footer a {
  text-decoration: none;
  color: #fff;
}
.footer a:hover {
  color: #fff;
}
.footer .footer__aside > a {
  display: block;
  transition: opacity 0.3s;
}
.footer .footer__aside > a:last-child {
  margin-top: 2rem;
}
.footer .footer__aside > a:hover {
  opacity: 0.8;
}
.footer .footer__soc {
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__soc {
    margin-top: 2rem;
  }
}
.footer .footer__soc .socials {
  width: 100%;
}
.footer .footer__soc .socials ul {
  margin-top: -15px;
}
/* ------------------------------------------------------------ *\
	Form Check
\* ------------------------------------------------------------ */
.form-check {
  position: relative;
}
.form-check input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.form-check input:checked ~ label:after {
  opacity: 1;
}
.form-check label {
  padding-left: 1.8rem;
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-check label {
    font-size: 1.6rem;
  }
}
.form-check label a {
  text-decoration: none;
  font-weight: 700;
  color: #004F8B;
}
.form-check label a:hover {
  text-decoration: underline;
}
.form-check label:before, .form-check label:after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  pointer-events: none;
  left: 1rem;
  top: 1.6rem;
  border: 1px solid currentcolor;
  transform: translate(-50%, -50%);
}
.form-check label:after {
  width: 0.6rem;
  height: 1rem;
  border: 2px solid currentcolor;
  transition: opacity 0.3s;
  transform: translate(-50%, -50%) rotate(45deg);
  border-color: transparent currentcolor currentcolor transparent;
  border-radius: 0.2rem;
  margin-top: -1px;
  opacity: 0;
}

/* ------------------------------------------------------------ *\
	Form Control
\* ------------------------------------------------------------ */
.form-control, .newsletter_form input {
  font-size: 1.6rem;
  font-weight: 400;
  height: auto;
  padding: 0.95rem 2.7rem;
  border: 0.1rem solid #24272A;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .form-control, .newsletter_form input {
    font-size: 1.8rem;
    padding: 1rem 1rem;
  }
}

/* ------------------------------------------------------------ *\
	From
\* ------------------------------------------------------------ */
.form .form__title {
  margin-bottom: 1.6rem;
}
.form .form__title h4 {
  font-weight: 400;
  line-height: 1.5;
}
.form .form__title strong {
  font-weight: 700;
}
.form .form__main {
  margin-bottom: -2rem;
}
.form .form__main .form-group {
  margin-bottom: 2rem;
}
.form .form__foot {
  margin-top: 1.8rem;
}
.form .form__foot .form__actions {
  margin-top: 3.7rem;
  text-align: right;
  color: #004F8B;
}

[id^=whitepaper-], [id^=whitepaper_en-] {
  margin-top: 15px;
}
[id^=whitepaper-] .btn-toolbar, [id^=whitepaper_en-] .btn-toolbar {
  display: flex;
  justify-content: flex-end;
}
[id^=whitepaper-] .btn-toolbar .btn-group.next.submit, [id^=whitepaper_en-] .btn-toolbar .btn-group.next.submit {
  background: white;
  border-color: #004F8B;
  color: #004F8B;
}
@media only screen and (max-width: 500px) {
  [id^=whitepaper-] .row, [id^=whitepaper_en-] .row {
    display: flex;
    flex-direction: column;
  }
  [id^=whitepaper-] .col-6, [id^=whitepaper_en-] .col-6 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  [id^=whitepaper-] .row .col-6, [id^=whitepaper_en-] .row .col-6 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
[id^=whitepaper-] .input input, [id^=whitepaper_en-] .input input {
  border: 2px solid #989a9b;
}

.whitepaper_download {
  display: none;
}

.multiselect-controls button {
  display: none;
}

/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.row {
  --gutter: 1.5rem;
  margin: 0 calc(var(--gutter) * -1);
}
@media (max-width: 993px) {
  .row {
    --gutter: 1rem;
  }
}
.row > * {
  padding: 0 var(--gutter);
}

.row--gutter-bottom {
  margin-bottom: calc(var(--gutter) * -2);
}
.row--gutter-bottom > * {
  padding-bottom: calc(var(--gutter) * 2);
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: fixed;
  z-index: 14;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.3s;
}
.header .header__bar {
  position: relative;
  background-color: #fff;
}
@media (max-width: 993px) {
  .header .header__bar {
    display: none;
    height: 0;
  }
}
.header .header__bar .row > * {
  position: static;
}
.header .header__bar .col-md-1,
.header .header__bar .col-lg-1 {
  text-align: right;
}
.header .header__bar .col-md-1 {
  font-size: 0;
}
.header .header__bar .btn-user {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.header .header__main {
  padding: 2.7rem 0;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .header__main {
    padding: 2rem 0 1.5rem;
  }
}
@media (max-width: 993px) {
  .header .header__main {
    padding: 1.5rem 0;
  }
}
.header .header__main .logo {
  display: inline-block;
  position: relative;
}
@media (min-width: 1199.02px) {
  .header .header__main .logo {
    padding-bottom: 0.6rem;
  }
}
@media (max-width: 1199px) {
  .header .header__main .logo {
    display: block;
    max-width: 18vw;
    min-width: 180px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__main .logo {
    max-width: 24vw;
  }
}
.header .header__main .logo img {
  transition: opacity 0.3s;
}
.header .header__main .logo img + img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
@media (max-width: 993px) {
  .header .header__main .nav {
    display: none;
  }
}
.header .header__main .nav > ul {
  width: 100%;
}
@media (max-width: 993px) {
  .header .header__main .col-8, .header .header__main .col-nav {
    text-align: right;
    font-size: 0;
  }
}

.has-scroll .header {
  background-color: #fff;
}
.has-scroll .header .header__main {
  color: #004F8B;
}
.has-scroll .header .header__main .logo img {
  opacity: 0;
}
.has-scroll .header .header__main .logo img + img {
  opacity: 1;
}
.has-scroll .header .nav-trigger {
  color: #004F8B;
}

/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 79, 139, 0.6);
  background-blend-mode: multiply;
  background-attachment: fixed;
}
.hero.videohero {
  background: none;
}
@supports (-webkit-touch-callout: none) {
  .hero {
    background-attachment: unset;
  }
}
.hero .hero__inner {
  min-height: calc(100vh - var(--header-bar-height));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero .hero__content {
  padding: 22.9rem 0 22.9rem;
}
.hero .hero__content-inner {
  position: relative;
}
.hero .hero__content h1, .hero .hero__content .h1 {
  display: inline;
}
.hero .hero__content h1 + .infobox--alt, .hero .hero__content .h1 + .infobox--alt {
  margin-top: 1.8rem;
}
.hero .hero__content h1.heading-type1, .hero .hero__content .h1.heading-type1 {
  font-weight: 300;
}
.hero .hero__content h1.heading-type1 .heading-subline, .hero .hero__content .h1.heading-type1 .heading-subline {
  font-weight: 900;
}
.hero .hero__content .btn {
  position: absolute;
  right: 0;
  bottom: 1.8rem;
  pointer-events: auto;
}
@media (max-width: 993px) {
  .hero .hero__content .btn {
    bottom: 0;
  }
}
.hero .hero__content .btn + h1:after, .hero .hero__content .btn + .h1:after {
  content: "aaaaaaaa";
  display: inline;
  opacity: 0;
}
@media (max-width: 993px) {
  .hero .hero__content br {
    display: none;
  }
}
.hero-contact {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1100px) {
  .hero-contact {
    flex-direction: row;
  }
}
.hero-contact .infobox__content {
  width: 100% !important;
}
.hero-contact .container {
  padding: 50px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .hero-contact .container {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0;
  }
}
.hero-contact .form-navigation .btn-primary {
  position: relative;
}
.hero-contact form .hover {
  color: white;
}

.ce-hero-image-slider .hero__inner,
.hero--secondary .hero__inner {
  min-height: 100%;
}
.ce-hero-image-slider .slider__slide,
.hero--secondary .slider__slide {
  min-height: calc(100vh - var(--header-bar-height));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 79, 139, 0.6);
  background-blend-mode: multiply;
}

#pid-58 .wrapper {
  min-height: auto;
}

.HeroImageSlide .container {
  display: flex;
  margin: 0 auto;
  align-items: flex-end;
  margin-bottom: 230px;
}
.HeroImageSlide .slider__slide {
  display: flex;
}
.HeroImageSlide .slider__slide .hero__content {
  padding: 0 !important;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.HeroImageSlide .h1 {
  font-size: 5rem;
  line-height: 1.25;
}
.HeroImageSlide .h1 .heading-headline {
  font-weight: 300;
}
.HeroImageSlide .h1 .heading-subline {
  font-weight: 900;
}

.mono_hero__video::-webkit-media-controls {
  display: none !important;
}

.mono_hero__video {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  top: -30px;
}

/* ------------------------------------------------------------ *\
	History
\* ------------------------------------------------------------ */
.history {
  text-align: center;
}
.history ul {
  list-style-type: none;
}
.history ul li h6 {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  font-family: "HelveticaNeue";
}
.history ul li:not(:last-child):after {
  content: "";
  width: 0.3rem;
  height: 8rem;
  display: inline-block;
  background-color: #fff;
  transition: height 0.5s;
}
.history ul li .article-history {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}
.history ul li:not(.is-animated) .article-history {
  height: 0 !important;
}
.history ul li.is-animated:after {
  height: 0;
}

/* ------------------------------------------------------------ *\
	Hover 
\* ------------------------------------------------------------ */
@media (min-width: 993.02px) {
  .hover {
    position: relative;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    padding-bottom: 0.2rem;
  }
  .hover:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0rem;
    height: 0.1rem;
    width: 100%;
    background-color: currentcolor;
    transform: scaleX(0);
    transform-origin: center right;
    transition: transform 0.3s;
  }
  .hover:hover {
    color: currentcolor;
  }
  .hover:hover:before {
    transform-origin: center left;
    transform: scaleX(1);
  }
}

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Infobox
\* ------------------------------------------------------------ */
.infobox {
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  padding: 3rem 3rem;
  color: #24272A;
  max-width: 360px;
}
@media (max-width: 1199px) {
  .infobox {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .infobox {
    padding: 1.5rem 1rem;
  }
}
.infobox .infobox__media img {
  width: 100%;
}
.infobox .infobox__title h3 {
  text-transform: uppercase;
}
.infobox .infobox__title h3:not(:last-child) {
  margin-bottom: 0.3rem;
}
.infobox .infobox__title .h4 {
  font-size: 2rem;
  margin-bottom: 2px !important;
}
@media (max-width: 1199px) {
  .infobox .infobox__title .h4 {
    font-size: 1.6rem;
  }
}
@media (max-width: 993px) {
  .infobox .infobox__title .h4 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .infobox .infobox__title .h4 {
    font-size: 1.6rem;
  }
}
.infobox .infobox__content {
  margin-top: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .infobox .infobox__content {
    margin-top: 0;
  }
}
.infobox .infobox__content a {
  display: block;
  text-decoration: none;
  cursor: pointer !important;
}
.infobox .infobox__content a strong {
  font-weight: 700;
}
.infobox .infobox__actions {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .infobox .infobox__actions {
    margin-top: 1.5rem;
  }
}
.infobox .infobox__actions .btn-ico + .btn-ico {
  margin-left: 1.1rem;
}
.infobox--alt {
  width: 55.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  color: #004F8B;
  padding: 3rem 3rem 2.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .infobox--alt {
    padding: 1.5rem 1.5rem;
  }
}
.infobox--alt .infobox__title {
  width: 100%;
}
.infobox--alt .infobox__content {
  width: 65%;
}
.infobox--alt .infobox__content a:last-child {
  margin-top: 2.9rem;
}
.infobox--alt .infobox__actions {
  flex-grow: 1;
  padding: 0.3rem 0;
}
.infobox--alt2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0;
  max-width: 30rem;
}
.infobox--alt2 .infobox__media {
  margin-bottom: 1.1rem;
}
.infobox--alt2 .infobox__title {
  width: 100%;
  margin-bottom: 0;
  color: #004F8B;
}
.infobox--alt2 .infobox__title .h4 {
  letter-spacing: 0.02em;
}
.infobox--alt2 .infobox__content {
  margin: 0;
  flex-grow: 1;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #004F8B;
}
.infobox--alt2 .infobox__content p {
  line-height: 1.07;
}
.infobox--alt2 .infobox__content p:not(:last-child) {
  margin-bottom: 0.8em;
}
.infobox--alt2 .infobox__content a:not(:last-child) {
  margin-bottom: 2px;
}
.infobox--alt2 .infobox__actions {
  width: 6.7rem;
  margin-top: 0;
  margin-left: 3rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 993px) {
  .infobox--alt2 .infobox__actions {
    width: 4.5rem;
  }
}
.infobox--alt2 .infobox__actions .btn-ico + .btn-ico {
  margin-left: 0;
  margin-top: 1rem;
}
.infobox--blue {
  background-color: #004F8B;
  color: #fff;
}
.infobox--blue a {
  color: inherit;
  transition: color 0.3s;
}
.infobox--blue a:hover {
  color: #F79705;
}

.ContactInfoBox .infobox {
  width: 100%;
  max-width: initial;
}

.section-text--transparent {
  margin-top: 25px;
  background: rgba(255, 255, 255, 0.85);
}
.section-text--transparent .container {
  padding-top: 3rem;
}
.section-text--transparent label, .section-text--transparent h2, .section-text--transparent p {
  color: #004F8B;
}
.section-text--transparent .btn.btn-primary {
  position: relative;
  background: #004F8B;
  color: white;
  border-color: #004F8B;
}
.section-text--transparent .btn.btn-primary:hover {
  background: white;
  color: #004F8B;
  border-color: #004F8B;
}

.infobox.contactformbox {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.infobox.contactformbox .contactformbox__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1199px) {
  .infobox.contactformbox .contactformbox__wrapper {
    flex-direction: row;
  }
}
.infobox.contactformbox .infobox__subheader {
  width: 100%;
}
.infobox.contactformbox .infobox__title {
  margin-bottom: 20px;
  width: 100%;
  color: #004F8B;
}
.infobox.contactformbox .h3 {
  color: #004F8B;
}
.infobox.contactformbox .infobox__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
.infobox.contactformbox .infobox__content-bodytext {
  margin-bottom: 20px;
}
.infobox.contactformbox .infobox__content-bodytext p {
  margin-bottom: 0;
}
.infobox.contactformbox .infobox__content .fax {
  margin-top: 3px;
}
@media (min-width: 1199px) {
  .infobox.contactformbox .infobox__content {
    flex-direction: row;
  }
}
.infobox.contactformbox .infobox__content a, .infobox.contactformbox .infobox__content p {
  font-size: 20px;
  color: #004F8B;
  display: flex;
  flex-direction: column;
}

/* ------------------------------------------------------------ *\
	List Dash
\* ------------------------------------------------------------ */
.menu_subpages ul,
.no-container.list-dash ul,
.list-dash {
  list-style-type: none;
  line-height: 1.5;
}
.menu_subpages ul li,
.no-container.list-dash ul li,
.list-dash li {
  position: relative;
  padding-left: 1.7rem;
}
.menu_subpages ul li:before,
.no-container.list-dash ul li:before,
.list-dash li:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  display: inline-block;
  vertical-align: top;
  width: 1.2rem;
  height: 0.3rem;
  background-color: #004F8B;
}
.menu_subpages ul li + li,
.no-container.list-dash ul li + li,
.list-dash li + li {
  margin-top: 1.5rem;
}

.text ul {
  margin-left: 20px;
}

/* ------------------------------------------------------------ *\
	 List Download
\* ------------------------------------------------------------ */
.list-download {
  list-style-type: none;
  margin-top: 3rem;
  margin-bottom: 3rem !important;
}
.list-download li {
  margin-bottom: 1.6rem;
}
.list-download li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
}
.list-download li a p {
  width: 10%;
  flex-grow: 1;
  margin-left: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: -0.2rem;
}
.list-download li a .button-animate:after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------ *\
	List Links
\* ------------------------------------------------------------ */
.list-links {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -2rem;
}
@media (max-width: 993px) {
  .list-links {
    margin: 0 -1rem -2rem;
  }
}
.list-links li {
  min-width: 33.3%;
  padding-bottom: 2rem;
}
@media (min-width: 993.02px) {
  .list-links li:nth-child(3n-3) {
    min-width: 13.6%;
  }
  .list-links li:nth-child(3n-2) {
    min-width: 28%;
  }
}
@media (max-width: 993px) {
  .list-links li {
    padding: 0 1rem 2rem;
    width: 33.3%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-links li {
    width: 50%;
  }
}
@media (max-width: 374px) {
  .list-links li {
    width: 100%;
  }
}
.list-links a {
  text-decoration: none;
}

/* ------------------------------------------------------------ *\
	List Pagging
\* ------------------------------------------------------------ */
.list-pagging {
  display: inline-flex;
  align-items: center;
  list-style-type: none;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.list-pagging li {
  color: #707070;
}
.list-pagging li + li {
  margin-left: 2.3rem;
}
.list-pagging li.is-active a:before {
  transform: scale(1.33);
  background-color: #004F8B;
}
.list-pagging a {
  text-decoration: none;
  display: block;
  transition: color 0.3s;
}
.list-pagging a:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgba(36, 39, 42, 0.3);
  border-radius: 50%;
  margin-bottom: 0.5rem;
  transition: background-color 0.3s;
}
.list-pagging a:hover {
  color: #004F8B;
}
.list-pagging a:hover:before {
  background-color: #004F8B;
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Logos Grid
\* ------------------------------------------------------------ */
.logos-grid {
  --gutter: 1.5rem;
  --box-size: 18rem;
  margin: 0 calc(var(--gutter) * -1) calc(var(--gutter) * -2);
}
.logos-grid .grid {
  max-width: 100%;
}
.logos-grid .grid-item {
  float: left;
}
.logos-grid .grid-item,
.logos-grid .grid-sizer {
  width: 16.66%;
}
@media (max-width: 1199px) {
  .logos-grid .grid-item,
  .logos-grid .grid-sizer {
    width: 20%;
  }
}
@media (max-width: 993px) {
  .logos-grid .grid-item,
  .logos-grid .grid-sizer {
    width: 33.33%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logos-grid .grid-item,
  .logos-grid .grid-sizer {
    width: 50%;
  }
}
.logos-grid .grid-item {
  height: calc(var(--box-size) + var(--gutter) * 2);
  border: none;
  background: transparent;
}
.logos-grid .grid-item .grid-item-content {
  width: 100%;
  height: 100%;
  transition: width 0.4s, height 0.4s;
}
.logos-grid .grid-item .grid__spacer {
  height: 100%;
  padding: 0 var(--gutter) var(--gutter);
}
.logos-grid .grid-item.is-expanded {
  width: 50%;
  height: calc(var(--box-size) * 2 + var(--gutter) * 20);
  display: block;
  z-index: 2;
}
@media (max-width: 1199px) {
  .logos-grid .grid-item.is-expanded {
    width: 60%;
  }
}
@media (max-width: 993px) {
  .logos-grid .grid-item.is-expanded {
    width: 66.66%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logos-grid .grid-item.is-expanded {
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.tx-teclocations .company-item {
  max-width: 276px;
  align-items: flex-end;
}
.tx-teclocations .company-item-address {
  display: flex;
  flex-direction: column;
}
.tx-teclocations .company-item.card {
  display: flex;
  align-items: center;
}
.tx-teclocations .company-item-action {
  display: none;
}
.tx-teclocations .company-listing {
  display: flex;
}
.tx-teclocations .company-listing.row {
  gap: 10px;
  padding-left: 10px !important;
  margin: 0 20px !important;
}
@media screen and (min-width: 767px) {
  .tx-teclocations .company-listing.row {
    padding-left: 25px !important;
  }
}
@media screen and (min-width: 1150px) {
  .tx-teclocations .company-listing.row {
    margin: 0 !important;
    padding-left: 0 !important;
  }
}
.tx-teclocations .company-item {
  min-height: 540px;
  max-width: 276px;
  border: none;
  display: flex;
  justify-content: flex-end;
  border-radius: 0;
  padding: 10px;
}
@media (min-width: ) {
  .tx-teclocations .company-item {
    padding: 5px;
  }
}
.tx-teclocations .company-item-title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  color: var(--blue-dark);
  -webkit-hyphens: auto;
          hyphens: auto;
}
.tx-teclocations .p-1 .bg-white {
  padding: 0 !important;
}
.tx-teclocations .card-img-top {
  border-radius: 0;
  height: 260px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.tx-teclocations .card-body {
  max-width: 270px;
  padding: 15px !important;
  background: #004f8b;
  height: 60%;
  width: 100%;
  position: absolute;
  color: white;
  bottom: 0;
  left: 5px;
}
.tx-teclocations .card-body .btn.btn-primary {
  border-color: #004f8b;
  margin: 0;
  color: white;
  padding: 0;
  text-transform: none !important;
  font-size: 16px !important;
}
.tx-teclocations .card-body .btn.btn-primary:hover {
  color: white;
}
.tx-teclocations .card-body .btn.btn-primary.map {
  display: none;
}
.tx-teclocations .card-body .btn.btn-primary.success {
  background: transparent;
  border: none;
  color: var(--blue-dark);
  padding: 0;
  font-weight: 700;
  text-decoration: underline;
}
.tx-teclocations .card-wrapper {
  position: relative;
}
.tx-teclocations .card-logo {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  width: 80px;
  height: 80px;
}
.tx-teclocations .card-footer {
  display: none;
}
.tx-teclocations .card-header {
  max-width: 270px;
  display: block;
  padding: 0;
  width: 100%;
  top: 0;
  left: 5px;
  position: absolute;
  border-bottom: 0;
}
.tx-teclocations .btn.btn-primary {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px !important;
}
.tx-teclocations hr {
  display: none;
}

.tx-mapmaker .grid.col-12 {
  height: auto !important;
}
.tx-mapmaker .btn {
  margin-right: 10px;
}
.tx-mapmaker .container {
  max-width: 1134px;
  padding: 0;
}
.tx-mapmaker #filter-container {
  margin-top: 20px;
}
.tx-mapmaker .section.white .row {
  margin: 0 !important;
}
.tx-mapmaker .mara-buttons {
  margin-top: 10px;
}

.eventMap #show-total {
  color: #24272A;
}
.eventMap .filter {
  background: #004f8b !important;
  color: white;
  padding-bottom: 10px !important;
  height: 100% !important;
}
.eventMap #tx-mapmaker-filterform {
  margin: 0 !important;
}
.eventMap .container.eventmap-container {
  padding: 0 20px !important;
}
@media screen and (min-width: 1150px) {
  .eventMap .container.eventmap-container {
    padding: 62px 0 0 0 !important;
  }
}
.eventMap .btn.btn-primary {
  text-transform: none !important;
}
.eventMap .gcprivacy .gcprivacy-caption {
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  transform: initial !important;
  bottom: 0;
  top: auto !important;
  background: rgba(255, 255, 255, 0.85) !important;
  color: black !important;
}
.eventMap .gcprivacy .gcprivacy-caption a {
  background: #004f8b !important;
  color: white !important;
  border-radius: 0 !important;
}
.eventMap select {
  background: #f1f1f1;
  color: black;
}
.eventMap .cluster div {
  color: white !important;
  font-size: 20px !important;
}

.mapmaker--eventmap .gm-style-iw.gm-style-iw-c {
  min-width: 200px;
  padding: 10px 15px 15px 15px !important;
}
.mapmaker--eventmap .gm-style-iw.gm-style-iw-c hr {
  margin-bottom: 1em;
}
.mapmaker--eventmap .gm-ui-hover-effect {
  top: 0 !important;
  right: -2px !important;
  width: 23px !important;
  height: 25px !important;
}
.mapmaker--eventmap .gm-ui-hover-effect span {
  width: 24px;
  height: 24px;
  margin: 0;
}
.mapmaker--eventmap .gm-ui-hover-effect .company-item-link__detail {
  font-weight: 700;
}

.hrow {
  border-top: 1px solid white;
  margin-top: 12px;
}

/* ------------------------------------------------------------ *\
	Menu
\* ------------------------------------------------------------ */
.menu {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
@media (min-width: 993.02px) {
  .menu {
    display: none;
  }
}
.menu .menu__overlay {
  background-color: rgba(0, 79, 139, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.menu .menu__main {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 100%;
  max-width: 40rem;
  background-color: #fff;
  color: #004F8B;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  transition: transform 0.3s;
}
.menu .menu__head {
  background-color: rgba(36, 39, 42, 0.1);
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
}
.menu .menu__head .logo {
  padding-left: 1rem;
}
.menu .menu__head h5 {
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 -0.4rem 1rem;
  letter-spacing: 0.05em;
}
.menu .menu__head .nav-trigger {
  margin-left: auto;
}
.menu .menu__scroll {
  height: 10%;
  flex-grow: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.menu .menu__body {
  margin-bottom: auto;
}
.menu .menu__body .search-big {
  margin-top: 2.9rem;
  padding: 0 2rem;
}
.menu .menu__body .search-big .col-9 {
  padding-right: 0;
}
.menu .menu__body .search-big .search__field {
  padding: 1.2rem 1.9rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.menu .menu__body nav .is-active::before {
  background-color: transparent !important;
}
.menu .menu__body nav .is-active ul div li:last-child ul {
  border-bottom: none !important;
}
.menu .menu__foot {
  background-color: #004F8B;
  margin-top: 4.1rem;
  padding: 2rem 2rem;
}
.menu .menu__foot nav ul > li:last-child {
  border: none !important;
}
.menu .menu__foot .nav--small-dd .level_0 .is-active a {
  margin-bottom: 2px !important;
}
.menu .menu__foot nav ul li:nth-child(1), .menu .menu__foot nav ul li:nth-child(2) {
  padding-bottom: 16px;
}
.menu .menu__foot .has-dd.level_0.is-active ul {
  border-bottom: 2px solid !important;
  padding-top: 5px;
  margin-top: 5px;
}
.menu .menu__foot .has-dd.level_0.is-active ul li {
  padding-bottom: 10px !important;
}
.menu .menu__foot .has-dd.level_0.is-active > a {
  border-bottom: 2px solid !important;
  width: 100%;
  padding-bottom: 10px;
}
.menu .menu__foot .nav--small-dd nav ul li:nth-child(1), .menu .menu__foot .nav--small-dd nav ul li:nth-child(2) {
  padding-bottom: 5px !important;
}
.menu .menu__foot .nav.nav--small-dd li:not(.has-dd.sub) {
  border-bottom: 2px solid;
  margin: 0;
  margin-top: 5px;
  padding-top: 5px;
}
.menu .socials {
  width: 100%;
  margin-top: 4rem;
}
.menu .socials ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu .socials ul li + li {
  margin-top: 0;
}

.is-menu-open .menu {
  pointer-events: auto;
}
.is-menu-open .menu .menu__overlay {
  opacity: 1;
}
.is-menu-open .menu .menu__main {
  transform: translate(-100%, 0);
}

/* ------------------------------------------------------------ *\
	Nav Lang
\* ------------------------------------------------------------ */
.nav-lang {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.nav-lang ul {
  list-style-type: none;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.nav-lang ul li {
  opacity: 0.5;
}
.nav-lang ul li + li {
  margin-left: 1rem;
}
.nav-lang ul li.is-active {
  opacity: 1;
}
.nav-lang a {
  text-decoration: none;
}
@media only screen and (max-width: 993px) {
  .nav-lang {
    width: 70%;
    display: flex;
    justify-content: center;
  }
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
@media (min-width: 993.02px) {
  .nav {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 1.4rem;
  }
  .nav > ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
  }
  .nav > ul > li {
    padding: 0.5rem 0;
    position: relative;
  }
  .nav > ul > li a {
    text-decoration: none;
  }
  .nav > ul > li > a {
    font-weight: 700;
  }
  .nav > ul > li + li {
    margin-left: 4.5rem;
  }
}
@media only screen and (min-width: 993.02px) and (max-width: 1126px) {
  .nav > ul > li + li {
    margin-left: 2rem;
  }
}
.nav .has-dd > ul {
  border-bottom: 2px solid #F79705;
}
.nav .has-dd > ul ul {
  border-bottom: 2px solid #F79705;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.nav .has-dd > ul .mobbyServices ul {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 993.02px) {
  .nav--small-dd > ul > li {
    position: relative;
  }
  .nav--small-dd > ul > li > ul {
    background-color: #fff;
    position: absolute;
    z-index: 10;
    top: calc(100% + 1rem);
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    font-size: 1.4rem;
    padding: 1rem 1.8rem 1.4rem;
    font-weight: 700;
    text-transform: none;
    transition: opacity 0.3s;
  }
  .nav--small-dd > ul > li > ul li + li {
    margin-top: 0.9rem;
  }
  .nav--small-dd .has-dd:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 2rem;
  }
  .nav--small-dd .has-dd:after {
    content: "";
    position: absolute;
    top: calc(100% + 0rem);
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem 0.5rem 0 0.5rem;
    border-color: #fff transparent transparent transparent;
    background-color: transparent;
  }
  .nav--small-dd .has-dd:not(:hover):before, .nav--small-dd .has-dd:not(:hover):after,
  .nav--small-dd .has-dd:not(:hover) > ul {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 993px) {
  .nav--small-dd {
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .nav--small-dd > ul {
    width: 100%;
  }
  .nav--small-dd > ul > li {
    position: relative;
  }
  .nav--small-dd > ul > li > a {
    text-decoration: none;
    text-transform: uppercase;
  }
  .nav--small-dd > ul > li > a:hover {
    color: inherit;
  }
  .nav--small-dd > ul > li > ul {
    display: none;
  }
  .nav--small-dd > ul > li > ul a {
    text-decoration: none;
  }
  .nav--small-dd > ul > li + li {
    margin-top: 2.4rem;
  }
  .nav--small-dd > ul > li.has-dd > a:after {
    position: absolute;
    right: 0;
    transform: translate(0, -50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.7rem 0 0.7rem 1.6rem;
    border-color: transparent transparent transparent currentcolor;
    transition: border-color 0.3s, border-width 0.3s;
  }
  .nav--small-dd > ul > li.has-dd.is-active > a:after, .nav--small-dd > ul > li.has-dd.active > a:after, .nav--small-dd > ul > li.has-dd.current > a:after {
    border-width: 14px 8px 0 8px;
    border-color: currentcolor transparent transparent transparent;
  }
}
@media (min-width: 993.02px) {
  .nav--alt {
    font-size: 1.7rem;
  }
}
@media (min-width: 993.02px) and (max-width: 1199px) {
  .nav--alt {
    font-size: 1.5rem;
  }
}
@media (min-width: 993.02px) {
  .nav--alt > ul {
    justify-content: space-between;
    position: relative;
  }
  .nav--alt > ul > li {
    position: static;
  }
  .nav--alt > ul > li div.col102 {
    -moz-columns: auto !important;
         columns: auto !important;
    width: 25%;
    padding-right: 20px;
    padding-left: 10px;
  }
  .nav--alt > ul > li div.col102 .level_1 ul {
    gap: 5px;
  }
  .nav--alt > ul > li > ul {
    background-color: rgba(255, 255, 255, 0.95);
    color: #004F8B;
    z-index: 10;
    display: block;
    font-size: 1.4rem;
    padding: 2.1rem 3rem 1.4rem 2rem;
    text-transform: none;
    transition: opacity 0.3s;
    letter-spacing: 0.02em;
    -moz-columns: 4;
         columns: 4;
  }
  .nav--alt > ul > li > ul > li {
    margin-bottom: 3.8rem;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .nav--alt > ul > li > ul > li > h5, .nav--alt > ul > li > ul > li .h5 {
    text-transform: uppercase;
  }
  .nav--alt > ul > li > ul > li > h5:not(:last-child), .nav--alt > ul > li > ul > li .h5:not(:last-child) {
    margin-bottom: 0;
  }
  .nav--alt > ul > li > ul > li > p:not(:last-child) {
    margin-bottom: 0.9rem;
  }
  .nav--alt > ul > li > ul > li ul li {
    position: relative;
    padding-left: 1.4rem;
    overflow: hidden;
  }
  .nav--alt > ul > li > ul > li ul li:before {
    content: "";
    position: absolute;
    top: 1.15rem;
    left: 0;
    transform: translate(0, -50%);
    width: 1.2rem;
    height: 0.3rem;
    background-color: currentcolor;
  }
  .nav--alt > ul > li > ul > li ul li + li {
    margin-top: 0.9rem;
  }
  .nav--alt > ul > li > ul > li a {
    transition: color 0.3s;
    text-decoration: none;
  }
  .nav--alt > ul > li > ul > li a:hover, .nav--alt > ul > li > ul > li a.actice, .nav--alt > ul > li > ul > li a.current {
    color: #004F8B;
  }
  .nav--alt .has-dd:after {
    transform: translate(-50%, -100%);
  }
  .nav--alt .has-dd > a {
    position: relative;
  }
  .nav--alt .has-dd > a:after {
    content: "";
    position: absolute;
    top: calc(100% + 0rem);
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem 0.5rem 0 0.5rem;
    border-color: #fff transparent transparent transparent;
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .nav--alt .has-dd:hover a:after {
    opacity: 1;
  }
}
@media (max-width: 993px) {
  .nav--alt {
    padding: 0.7rem 2rem;
    width: 100%;
  }
  .nav--alt > ul {
    width: 100%;
  }
  .nav--alt > ul > li {
    position: relative;
  }
  .nav--alt > ul > li:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #F79705;
    transition: width 0.3s;
  }
  .nav--alt > ul > li > a {
    position: relative;
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 1.2rem 2rem 1.2rem 0;
    text-decoration: none;
  }
  .nav--alt > ul > li.has-dd > a:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.7rem 0 0.7rem 1.6rem;
    border-color: transparent transparent transparent currentcolor;
    transition: border-color 0.3s, border-width 0.3s;
  }
  .nav--alt > ul > li.has-dd > ul {
    display: none;
  }
  .nav--alt > ul > li.has-dd.is-active > a:after, .nav--alt > ul > li.has-dd.active > a:after, .nav--alt > ul > li.has-dd.current > a:after {
    border-width: 14px 8px 0 8px;
    border-color: currentcolor transparent transparent transparent;
  }
  .nav--alt > ul > li > ul {
    max-width: 86%;
    margin-left: 40px;
    padding: 0;
  }
  .nav--alt > ul > li > ul > li {
    border-bottom: 2px solid #F79705;
    padding: 1.4rem 0 1rem;
  }
  .nav--alt > ul > li > ul > li:last-child {
    padding-bottom: 1.5rem;
  }
  .nav--alt > ul > li > ul > li a {
    text-decoration: none;
    display: block;
  }
  .nav--alt > ul > li > ul > li > h5 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 1.7rem;
    margin-bottom: 0;
  }
  .nav--alt > ul > li > ul > li > p {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    margin-bottom: 1.8rem;
  }
  .nav--alt > ul > li > ul > li > ul {
    font-size: 1.4rem;
  }
  .nav--alt > ul > li > ul > li > ul li {
    position: relative;
    padding-left: 1.6rem;
    letter-spacing: 0.02em;
  }
  .nav--alt > ul > li > ul > li > ul li:before {
    content: "";
    position: absolute;
    top: 1.15rem;
    left: 0;
    transform: translate(0, -50%);
    width: 1.2rem;
    height: 0.3rem;
    background-color: currentcolor;
  }
  .nav--alt > ul > li > ul > li > ul li + li {
    margin-top: 1.9rem;
  }
}
@media only screen and (min-width: 600px) {
  .nav .menu__wrapper-ul {
    display: none;
    width: 100vw;
    left: 0;
    top: 130px;
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    justify-content: center;
    align-items: flex-start;
    border-bottom: 2px solid #F79705;
  }
  .nav .menu__wrapper-ul ul {
    color: #004f8b;
    z-index: 10;
    display: block;
    font-size: 1.4rem;
    text-transform: none;
    transition: opacity 0.3s;
    letter-spacing: 0.02em;
    -moz-columns: 4;
         columns: 4;
    width: 100%;
    margin-top: 22px;
    padding: 20px;
    max-width: 119.4rem;
  }
  .nav .menu__wrapper-ul ul div li ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .nav .hover:hover + .menu__wrapper-desktop-flex .menu__wrapper-ul, .nav .menu__wrapper-ul:hover {
    display: flex !important;
  }
  .nav .hover:hover + .menu__wrapper-desktop .menu__wrapper-ul, .nav .menu__wrapper-ul:hover {
    display: flex !important;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .nav .menu__wrapper-ul {
    top: 118px;
  }
  .nav .menu__wrapper-desktop-flex {
    display: inline-flex;
  }
}
.nav .li3 .menu__wrapper-ul li:not(.menu-separator) {
  width: 33% !important;
}
.nav .MenuWrapperDesktopServices .menu__wrapper-ul ul {
  -moz-columns: auto;
       columns: auto;
  display: flex;
}
.nav .MenuWrapperDesktopServices .menu__wrapper-ul ul .col102:first-child > li:first-child {
  max-width: 1125px;
}
.nav .menu__wrapper-ul .level_2 {
  display: flex !important;
  width: 100%;
}
.nav .menu__wrapper-ul .level_2:before {
  content: "—";
  margin-right: 10px;
}
.nav .menu__wrapper-ul .level_1 a {
  width: -moz-fit-content;
  width: fit-content;
}
.nav .menu__wrapper-ul .level_1 .h5 .hover {
  line-height: 20px;
}
.nav .menu__wrapper-ul ul {
  margin-top: 0;
}
.nav .menu__wrapper-ul ul p {
  margin-bottom: 5px;
}
.nav .menu__wrapper-desktop-flex .menu__wrapper-ul > ul {
  margin-bottom: 50px;
}
.nav .menu__wrapper-desktop-flex .menu__wrapper-ul > ul > div > li:first-child {
  display: block;
  position: absolute;
  bottom: 12px;
  border-top: 2px solid #F79705;
  width: 100% !important;
  max-width: 1154px;
  padding-top: 5px;
}
.nav .menu__wrapper-desktop .menu__wrapper-ul > ul {
  margin-bottom: 50px;
}
.nav .menu__wrapper-desktop ul .col102:first-child > li:first-child {
  display: block;
  position: absolute;
  bottom: 12px;
  border-top: 2px solid #F79705;
  width: 100%;
  padding-top: 5px;
}
.nav .menu__wrapper-desktop ul .col102:first-child > li:first-child a {
  letter-spacing: 1px;
}
.nav .menu__wrapper-desktop .h5 {
  text-transform: uppercase;
}
.nav .menu__wrapper-desktop-flex .menu__wrapper-ul ul {
  -moz-columns: auto;
       columns: auto;
}
.nav .menu__wrapper-desktop-flex .menu__wrapper-ul ul div {
  display: flex;
  flex-flow: wrap;
}
.nav .menu__wrapper-desktop-flex li {
  width: 25%;
  padding-right: 10px;
}
.nav .menu__wrapper-desktop-flex .menu-separator {
  width: 100%;
  height: 2px;
  background-image: url(../images/svg/separator-cube.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 20px;
  margin-bottom: 15px;
  margin-right: 5px;
  background-size: 6px 6px;
  gap: 20px;
}
.nav .menu__wrapper-desktop-flex .h5 {
  text-transform: uppercase;
}
.nav .menu__wrapper-desktop .level_2 {
  display: flex;
}
.nav .menu__wrapper-desktop .level_2:before {
  content: "—";
  margin-right: 10px;
}
.nav .menu__wrapper-desktop .menu-separator {
  height: 2px;
  width: 100%;
  background: #F79705;
  margin-top: 11px;
  margin-bottom: 10px;
}
.nav .menu__wrapper-desktop li a {
  width: -moz-fit-content;
  width: fit-content;
}
.nav .menu__wrapper-mobile {
  margin-top: 10px;
}
.nav .menu__wrapper-mobile li p {
  font-size: 14px !important;
  margin-top: 5px;
  margin-bottom: 10px !important;
}
.nav .menu__wrapper-mobile .level_1 ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: none !important;
}
.nav .menu__wrapper-mobile .level_2 {
  display: flex;
}
.nav .menu__wrapper-mobile .level_2 a {
  font-size: 14px;
}
.nav .menu__wrapper-mobile .level_2:before {
  content: "—";
  margin-right: 10px;
}
.nav .menu__wrapper-mobile .level_2 .h5 {
  text-transform: uppercase;
}
.nav .menu__wrapper-mobile .hover {
  border-bottom: 2px solid transparent;
}
.nav .menu__wrapper-mobile .h5 {
  text-transform: uppercase;
  font-size: 17px;
}
.nav .menu__wrapper-mobile .h5 a {
  border: none !important;
}
.nav .menu__wrapper-mobile p {
  margin-bottom: 5px;
}
.nav .menu__wrapper-mobile li {
  width: 100% !important;
}
.nav .menu__wrapper-mobile li a {
  text-decoration: none;
}
.nav .menu__wrapper-mobile div > li {
  border-bottom: 2px solid #F79705;
  padding-bottom: 10px;
  margin-bottom: 9px;
}
.nav .menu__wrapper-mobile nav li:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: #f79705;
  transition: width 0.3s;
}
@media only screen and (max-width: 992px) {
  .nav .menu__wrapper-mobile .mobby .menu-separator.level_1 {
    display: none !important;
  }
  .nav .level_0:before {
    bottom: -7px !important;
  }
  .nav .menu__wrapper-mobile {
    display: block;
  }
  .nav .menu__wrapper-mobile div > li {
    display: block !important;
    font-size: 17px !important;
  }
  .nav .menu__wrapper-desktop, .nav .menu__wrapper-desktop-flex {
    display: none;
  }
}
@media only screen and (min-width: 993px) {
  .nav .hover {
    border-bottom: 9px solid transparent;
  }
  .nav .menu__wrapper-desktop {
    display: block;
  }
  .nav .menu__wrapper-mobile {
    display: none;
  }
}

.header__bar ul .active > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.1rem;
  width: 100%;
  background-color: currentcolor;
  transition: transform 0.3s;
  transform: scaleX(1);
  transform-origin: center left;
}
.header__bar .level_0 ul {
  width: -moz-fit-content;
  width: fit-content;
}

.nav--alt ul {
  top: 8px;
}
@media (min-width: 993px) and (max-width: 1199px) {
  .nav--alt ul {
    top: 37px;
  }
}
.nav--alt .has-dd .hover {
  top: 5px;
}

.menu__foot li:nth-child(3) {
  border-bottom: 2px solid !important;
}

.nav--small-dd .level_0 {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.nav--small-dd ul {
  width: 100%;
  border-bottom: none !important;
}
.nav--small-dd ul li {
  display: flex;
  align-items: center;
}
.nav--small-dd .hover {
  border: none !important;
}

.nav--small-dd a.active::before, .nav--small-dd a.current::before,
.nav--alt a.active::before,
.nav--alt a.current::before {
  transform-origin: center left;
  transform: scaleX(1);
}
.nav--small-dd a.active::after, .nav--small-dd a.current::after,
.nav--alt a.active::after,
.nav--alt a.current::after {
  opacity: 1;
}
.nav--small-dd .has-dd.is-active,
.nav--alt .has-dd.is-active {
  border: none !important;
}
.nav--small-dd .has-dd.is-active ul,
.nav--alt .has-dd.is-active ul {
  border: none !important;
}
.nav--small-dd .has-dd a,
.nav--alt .has-dd a {
  display: flex;
  align-items: flex-end;
}

.has-scroll .menu__wrapper-ul {
  background: white !important;
}

@media (min-width: 993.02px) {
  .has-scroll .nav--alt .has-dd:hover a::after {
    border-color: #004F8B transparent transparent transparent;
  }
}
/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */
.is-menu-open .nav-trigger {
  color: black;
}

.nav-trigger {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 2rem;
  color: #fff;
}
.nav-trigger:hover {
  color: #fff;
}
.nav-trigger span {
  position: absolute;
  display: block;
  height: 0.3rem;
  width: 100%;
  background: currentcolor;
  transition: top 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
}
.nav-trigger span:nth-child(1) {
  top: 0;
}
.nav-trigger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.nav-trigger span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
@media (min-width: 993.02px) {
  .nav-trigger {
    display: none;
  }
}

.nav-trigger--active {
  width: 5rem;
  height: 5rem;
}
.nav-trigger--active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: none;
  border-radius: 50%;
}
.nav-trigger--active span {
  transition: background 0.2s, top 0.2s, opacity 0.2s, transform 0.2s 0.25s;
  z-index: 2;
  width: 61%;
  left: 50%;
}
.nav-trigger--active span:nth-child(2) {
  opacity: 0;
}
.nav-trigger--active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-trigger--active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ------------------------------------------------------------ *\
	Pagging
\* ------------------------------------------------------------ */
.pagging {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #004F8B;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .pagging {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .pagging .btn {
    order: 2;
  }
}
.pagging .list-pagging {
  margin: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .pagging .list-pagging {
    width: 100%;
    order: 0;
    justify-content: center;
    margin-bottom: 3rem;
  }
}

/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Search Big
\* ------------------------------------------------------------ */
.search-big {
  line-height: 1;
}
.search-big .row {
  align-items: center;
}
.search-big .search__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.search-big .form-group {
  margin: 0;
}
.search-big .search__field {
  color: #004F8B;
}
.search-big .search__btn {
  font-size: 0;
  background-color: transparent;
  border: none;
  max-height: 100%;
}
.search-big .search__btn img {
  max-height: 100%;
  width: 80%;
}
.search-big .search__hint {
  margin-top: 0.7rem;
  font-weight: 700;
  color: #707070;
}

.tx-indexedsearch-redMarkup,
.tx-indexedsearch-info-sword-word {
  color: #fff;
  background: #004F8B;
}

/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search {
  position: relative;
  display: inline-block;
}
.search label {
  display: block;
  margin: 0;
  position: relative;
  z-index: 2;
}
.search label:after {
  content: "";
  position: absolute;
  top: calc(50% + var(--header-bar-height) / 2);
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  opacity: 0;
}
.search .search__controls {
  position: absolute;
  z-index: 2;
  top: calc(50% + var(--header-bar-height) / 2 + 1rem);
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 22.2rem;
  padding: 1.3rem 2rem;
  opacity: 0;
  pointer-events: none;
}
.search .search__controls .search__field {
  background-color: transparent;
  border: none;
  width: 10%;
  flex-grow: 1;
  font-weight: 700;
}
.search .search__controls .search__field::-moz-placeholder {
  color: #707070;
}
.search .search__controls .search__field::placeholder {
  color: #707070;
}
.search .search__controls .search__btn {
  position: relative;
  background-color: transparent;
  border: none;
  color: #004F8B;
  line-height: 1;
  font-size: 2rem;
  font-weight: 700;
  top: -0.01em;
  font-family: "Lato";
  width: 1.8rem;
  height: 1.2rem;
  background-image: url(../images/arrow-blue.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}
.search .search__close {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10000vw;
  height: 10000vw;
  transform: translate(-50%, -50%);
  background-color: red;
  opacity: 0;
  pointer-events: none;
}
.search.is-active label:after {
  opacity: 1;
}
.search.is-active .search__controls {
  opacity: 1;
  pointer-events: auto;
}
.search.is-active .search__close {
  pointer-events: auto;
}

/* ------------------------------------------------------------ *\
	Section Contacts
\* ------------------------------------------------------------ */
.section-contacts {
  background-color: #F79705;
  color: #fff;
  padding: 2.5rem 0;
  display: block;
  text-decoration: none;
}
.section-contacts .row {
  align-items: center;
}
.section-contacts .section__content h2 {
  letter-spacing: 0.02em;
}
.section-contacts .section__media {
  text-align: right;
  padding: 0 1.3rem;
}
.section-contacts .section__media img {
  transition: transform 0.3s;
}
.section-contacts:hover {
  color: #fff;
}
.section-contacts:hover .section__media img {
  transform: scale(1.1);
}

/* ------------------------------------------------------------ *\
	Section Map
\* ------------------------------------------------------------ */
.section-map {
  position: relative;
}
.section-map .section__media {
  background-color: rgba(0, 79, 139, 0.6);
}
.section-map .section__media img {
  mix-blend-mode: multiply;
}
.section-map ul {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  list-style-type: none;
  pointer-events: none;
}
.section-map ul li {
  position: absolute;
  top: 26.4%;
  left: 48.6%;
  transform: translate(-50%, -50%);
}
.section-map ul li:nth-child(2) {
  top: 21.7%;
  left: 50.8%;
}
.section-map ul li:nth-child(3) {
  top: 31.7%;
  left: 67.75%;
}
.section-map ul li .section__btn {
  pointer-events: auto;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 50%;
  transform: scale(0.5);
  transition: transform 0.3s, border-radius 0.3s;
}
.section-map ul li .infobox {
  position: absolute;
  left: 100%;
  top: 100%;
  transform-origin: top left;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  min-width: 36rem;
}
@media (max-width: 1199px) {
  .section-map ul li .infobox {
    min-width: 30rem;
  }
}
@media (max-width: 993px) {
  .section-map ul li .infobox {
    left: -5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-map ul li .infobox {
    min-width: 25rem;
    left: calc(50% - 15rem);
  }
}
.section-map ul li.is-active {
  z-index: 2;
  pointer-events: auto;
}
.section-map ul li.is-active .section__btn {
  transform: scale(1);
  border-bottom-right-radius: 0;
}
.section-map ul li.is-active .infobox {
  opacity: 1;
  transform: scale(1);
}

.js-map-list.belowmap:after {
  display: none !important;
}
.js-map-list.belowmap .no-container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .js-map-list.belowmap .no-container {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1200px) {
  .js-map-list.belowmap .no-container {
    gap: 15px;
    justify-content: center;
  }
}
.js-map-list.belowmap .no-container li {
  width: calc(33% - 15px);
  list-style: none;
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .js-map-list.belowmap .no-container li {
    width: calc(50% - 10px);
    gap: 8px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .js-map-list.belowmap .no-container li {
    width: calc(100% - 10px);
  }
}
.js-map-list.belowmap .no-container li .infobox {
  max-width: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.js-map-list.belowmap .no-container li .infobox__content {
  margin-bottom: 25px;
}
.js-map-list.belowmap .no-container li .infobox__actions {
  position: absolute;
  bottom: 15px;
  left: -15px;
  width: 100%;
}

/*
$c-black                    : #000;
$c-black-2                  : #24272A;
$c-white                    : #fff;
$c-base                     : #055590;
$c-orange                   : #F79705;
$c-blue                     : #004F8B;
$c-gray                     : #707070;
*/
.tooltip-inner {
  max-width: 300px;
  background-color: #004F8B;
  font-size: 18px;
  padding-right: 10px;
}
.tooltip-inner img {
  width: 35px;
  padding: 5px 10px 5px 5px;
}

.social-share {
  display: flex;
  margin-top: 10px;
}
.social-share .replaced-svg path {
  fill: #004F8B;
}
.social-share i {
  padding: 10px;
  margin: 10px 10px 10px 0px;
  width: 50px;
}
.social-share i .replaced-svg path {
  fill: black;
}
.social-share a {
  margin: 10px 35px 0 0;
  width: 30px;
}
.social-share a:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.social-share a:hover .svg-replace path {
  fill: #F79705;
}

/* ------------------------------------------------------------ *\
	Section Projects
\* ------------------------------------------------------------ */
.section-projects {
  padding: 5.9rem 0;
  background-attachment: fixed;
}
.section-projects .accordion + .block-logos {
  margin-top: 4rem;
}

@media only screen and (max-width: 968px) {
  #c419 h2 strong {
    font-weight: bold;
  }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 6rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
    padding: 4rem 0;
  }
}
.section .section__foot {
  margin-top: 8rem;
}
.section--gray {
  background-color: rgba(36, 39, 42, 0.1);
}

.section-white-headline h1, .section-white-headline .h1, .section-white-headline h2, .section-white-headline .h2, .section-white-headline h3, .section-white-headline .h3, .section-white-headline h4, .section-white-headline .h4 {
  color: #fff !important;
}

/* ------------------------------------------------------------ *\
	Section Text
\* ------------------------------------------------------------ */
.section-text {
  padding: 6.2rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text {
    padding: 4rem 0;
  }
}
.section-text .section__title {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text .row:not(.row--gutter-bottom) [class^=col-md]:not(:first-child),
  .section-text .row:not(.row--gutter-bottom) [class*=" col-md"]:not(:first-child) {
    margin-top: 2rem;
  }
}
.section-text .section__content > h3 {
  color: #004F8B;
  margin-bottom: 0;
}
.section-text .section__content .slider-base {
  margin-top: 2.7rem;
  --slider-nav:-5.5rem;
}
.section-text .section__aside .infobox {
  width: 100%;
}
.section-text .section__aside .infobox + .infobox {
  margin-top: 2.8rem;
}
.section-text--bottom .section__title {
  margin-bottom: 2.6rem;
}
.section-text--gray {
  background-color: rgba(36, 39, 42, 0.1);
}

/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none;
}

/* ------------------------------------------------------------ *\
  	Container
\* ------------------------------------------------------------ */
.container {
  max-width: calc(113.4rem + 3rem * 2);
  padding-left: 3rem;
  padding-right: 3rem;
  margin: auto;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* Container Fluid */
.container--fluid {
  max-width: none;
}

/* ------------------------------------------------------------ *\
	Slick Dots
\* ------------------------------------------------------------ */
.slick-dots {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  height: auto;
  top: auto;
  left: 50%;
  bottom: var(--slider-nav);
  transform: translate(-50%, 50%);
  list-style-type: none;
  padding-bottom: 1.1rem;
}
.slick-dots li {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 50%;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  opacity: 1;
  transform: scale(1.33);
}
.slick-dots li + li {
  margin-left: 2rem;
}

.slider-dots--blue .slick-dots li {
  background-color: rgba(36, 39, 42, 0.3);
}
.slider-dots--blue .slick-dots li.slick-active {
  background-color: #004F8B;
}

/* ------------------------------------------------------------ *\
	Slider Arrows
\* ------------------------------------------------------------ */
.slider-arrows {
  --slider-nav: 7rem;
}
@media (max-width: 1200px) {
  .slider-arrows .slider__clip .slick-prev.slick-arrow {
    left: 15px;
  }
  .slider-arrows .slider__clip .slick-next.slick-arrow {
    right: 15px;
  }
}
.slider-arrows .slick-arrow {
  position: absolute;
  z-index: 8;
  top: auto;
  bottom: var(--slider-nav);
  height: auto;
  font-size: 0;
  background-color: transparent;
  border: none;
  line-height: 1;
  transform: translate(0, 50%);
  left: calc(50% - 57.1rem);
  padding-bottom: 1.5rem;
  transition: transform 0.3s;
}
@media (max-width: 1199px) {
  .slider-arrows .slick-arrow {
    left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-arrows .slick-arrow {
    transform: translate(0, 50%) scale(0.6);
  }
}
.slider-arrows .slick-arrow:after {
  content: url(../images/arrow.svg);
  display: block;
}
.slider-arrows .slick-arrow.slick-next {
  left: auto;
  right: calc(50% - 57.1rem);
}
@media (max-width: 1199px) {
  .slider-arrows .slick-arrow.slick-next {
    right: 0;
  }
}
.slider-arrows .slick-arrow.slick-next:after {
  transform: scaleX(-1);
}
@media (min-width: 993.02px) {
  .slider-arrows .slick-arrow:hover {
    transform: translate(0, 50%) scale(1.1);
  }
}
.slider-arrows--blue .slick-arrow:after {
  content: url(../images/arrow-grey.svg);
}

/* ------------------------------------------------------------ *\
	Slider Base
\* ------------------------------------------------------------ */
.slider-base {
  --gutter: 1.5rem;
  --slider-nav: -7rem;
  padding-bottom: calc(var(--slider-nav) * -1.5);
}
.slider-base .slider__clip {
  margin: 0 calc(var(--gutter) * -1);
}
.slider-base .slick-list {
  overflow: visible;
}
.slider-base .slick-slide {
  height: auto;
  padding: 0 var(--gutter);
}
.slider-base .slick-slide .article {
  height: 100%;
}
.slider-base .slick-slide > *,
.slider-base .slick-slide .slider__slide {
  height: 100%;
}
.slider-base .slick-track {
  display: flex;
  flex-wrap: wrap;
}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials {
  display: inline-flex;
  justify-content: center;
}
.socials ul {
  list-style-type: none;
}
@media (max-width: 993px) {
  .socials ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 993.02px) {
  .socials ul li + li {
    margin-top: 1.9rem;
  }
}
.socials ul a {
  transition: transform 0.3s;
  display: block;
}
.socials ul a:hover {
  transform: scale(1.1);
}

/* ------------------------------------------------------------ *\
	Team
\* ------------------------------------------------------------ */
.team {
  position: relative;
  background-color: #004F8B;
  color: #fff;
  max-width: 360px;
}
.team .team__media img {
  width: 100%;
}
.team .team__title {
  padding: 2.2rem 3rem 3.1rem;
  text-transform: uppercase;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .team .team__title {
    padding: 2rem 1.5rem;
  }
}
.team .team__hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition: opacity 0.3s;
}
.team .team__hover .infobox {
  min-height: 100%;
  width: 100%;
}
@media (min-width: 993.02px) {
  .team .team__hover .infobox {
    padding: 2rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .team .team__hover .infobox {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .team .team__hover .infobox .infobox__content {
    margin-bottom: auto;
  }
}
.team .team__hover .infobox .infobox__content a {
  color: inherit;
}
.team .team__hover .infobox .infobox__actions {
  margin-top: 3rem;
}
.team:hover .team__hover {
  opacity: 1;
}

/* ------------------------------------------------------------ *\
	Txt Decor
\* ------------------------------------------------------------ */
.txt-decor {
  position: relative;
  padding-bottom: 1.3rem;
}
.txt-decor:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10rem;
  height: 0.3rem;
  background-color: currentcolor;
}
.txt-decor--blue:after {
  background-color: #004F8B;
}

section p a {
  color: #004F8B;
}

figure.video .embed-responsive {
  min-width: 800px;
  height: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  figure.video .embed-responsive {
    min-width: 400px;
  }
}

.gcprivacy-caption {
  bottom: 0 !important;
  transform: translateY(0) !important;
  top: auto !important;
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  padding-top: var(--header-bar-height);
}

/* ------------------------------------------------------------ *\
	Container Elements
\* ------------------------------------------------------------ */
.container.white-content h1, .container.white-content .h1, .container.white-content h2, .container.white-content .h2, .container.white-content h3, .container.white-content .h3, .container.white-content h4, .container.white-content .h4, .container.white-content h5, .container.white-content .h5, .container.white-content h6, .container.white-content .h6, .container-white-text h1, .container-white-text .h1, .container-white-text h2, .container-white-text .h2, .container-white-text h3, .container-white-text .h3, .container-white-text h4, .container-white-text .h4, .container-white-text h5, .container-white-text .h5, .container-white-text h6, .container-white-text .h6 {
  color: #fff !important;
}
.container.white-content p, .container.white-content .bodytext, .container.white-content .text, .container-white-text p, .container-white-text .bodytext, .container-white-text .text {
  color: #fff !important;
}
.container.white-content ul, .container.white-content ol, .container-white-text ul, .container-white-text ol {
  color: #fff !important;
}
.container.white-content ul li, .container.white-content ol li, .container-white-text ul li, .container-white-text ol li {
  color: #fff !important;
}
.container.white-content ul li::before, .container.white-content ul li::after, .container.white-content ol li::before, .container.white-content ol li::after, .container-white-text ul li::before, .container-white-text ul li::after, .container-white-text ol li::before, .container-white-text ol li::after {
  color: #fff !important;
}
.container.white-content ul li::marker, .container-white-text ul li::marker {
  color: #fff !important;
}
.container.white-content ol li::marker, .container-white-text ol li::marker {
  color: #fff !important;
}
.container.white-content .list-dash li::before, .container-white-text .list-dash li::before {
  color: #fff !important;
  background-color: #fff !important;
}
.container.white-content .txt-decor--blue::after, .container-white-text .txt-decor--blue::after {
  background-color: #fff !important;
}

.container-bg-cover.visible {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.container-bg-repeat.visible {
  background-repeat: repeat !important;
  background-size: auto !important;
  background-position: top left !important;
}

/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
.copyright-holder {
  padding: 1.5rem 0;
}

.copyright {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #004F8B;
}

/* ------------------------------------------------------------ *\
	Counter Block
\* ------------------------------------------------------------ */
.counter-block {
  color: #fff;
}
.counter-block .row > *:nth-child(1) span, .counter-block .row > *:nth-child(4) span {
  font-size: 12rem;
  font-weight: 900;
}
@media (max-width: 1199px) {
  .counter-block .row > *:nth-child(1) span, .counter-block .row > *:nth-child(4) span {
    font-size: 10vw;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .counter-block .row > *:nth-child(1) span, .counter-block .row > *:nth-child(4) span {
    font-size: 140%;
  }
}
.counter-block .row > *:nth-child(2) span, .counter-block .row > *:nth-child(3) span, .counter-block .row > *:nth-child(5) span {
  font-size: 8rem;
  font-weight: 900;
}
@media (max-width: 1199px) {
  .counter-block .row > *:nth-child(2) span, .counter-block .row > *:nth-child(3) span, .counter-block .row > *:nth-child(5) span {
    font-size: 6vw;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .counter-block .row > *:nth-child(2) span, .counter-block .row > *:nth-child(3) span, .counter-block .row > *:nth-child(5) span {
    font-size: 120%;
  }
}
.counter-block h2 {
  font-weight: 900;
}
.counter-block h2 span:last-of-type {
  margin-right: 0.08em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .counter-block h2 {
    font-size: 7vw;
  }
}

.cta__container {
  position: fixed;
  z-index: 13;
  top: 46.6%;
  right: 1rem;
  /* kann weg */
  /* kann weg */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cta__container a {
    width: 68px;
    height: auto;
  }
  .cta__container .chat {
    padding: 10px 14px !important;
  }
  .cta__container .chat.chat--chat.linkconfig-chat {
    display: block;
    padding-top: 14px !important;
  }
  .cta__container .chat.chat--chat.linkconfig-chat {
    display: block;
  }
}
.cta__container .newsletter_mobil {
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cta__container .newsletter_mobil {
    display: block;
    margin: 10px 0;
    top: 10px;
  }
}
.cta__container .chat {
  cursor: pointer;
  transform: translate(0, -50%);
  background-color: #F79705;
  padding: 2.4rem 2.3rem;
  transition: right 0.3s;
  /* kann weg */
  /* @TODO: kleiner bei mobile */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cta__container .chat {
    /* padding: 1.5rem 1.5rem; */
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cta__container .chat .img__ {
    max-width: 3rem;
  }
}
.cta__container .newsletter {
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: #F79705;
  margin: 20px 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cta__container .newsletter {
    display: none;
  }
}
.cta__container .newsletter .newsletter_img {
  height: 72.5px;
  width: 48px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cta__container .newsletter .newsletter_img {
    /* max-width: 3rem; */
  }
}
.cta__container .newsletter .newsletter_form {
  width: 280px;
  top: -87%;
  right: 100%;
  position: absolute;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.89);
  padding: 20px;
  display: none;
}
.cta__container .newsletter .newsletter_form h2, .cta__container .newsletter .newsletter_form .h2 {
  text-align: left;
  font-size: 22px;
}
.cta__container .newsletter .newsletter_form:hover {
  display: block;
}
.cta__container .newsletter .newsletter_display {
  display: block;
}
.cta__container .newsletter input {
  background: none;
  color: #6c757d;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  padding: 0.75rem 1.2rem;
  border: 0.1rem solid #24272A;
  border-radius: 0;
}
.cta__container .newsletter input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.cta__container .newsletter button {
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  padding: 10px;
  border: 2px solid black;
  font-weight: 700;
}
.cta__container .newsletter button:hover {
  background-color: #004f8b;
  border: 2px solid #004f8b;
  color: white;
}
.cta__container .newsletter label {
  color: black;
  display: none;
}
.cta__container .newsletter #recaptcha_v2_widget {
  display: flex;
  justify-content: center;
}
.cta__container .newsletter .cr_form-component--submit {
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .cta__container .newsletter_img__ {
    height: 60px;
    width: 58px;
    top: 35%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cta__container .img__ {
    max-width: 3rem;
  }
}

.is-menu-open .cta_container {
  right: -10rem;
}

.newsletter_form_mobil {
  display: block;
  max-width: 90rem;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
  z-index: 10000;
}
.newsletter_form_mobil h2 {
  text-align: center;
}
.newsletter_form_mobil input {
  background: none;
  color: #6c757d;
  font-size: 1.6rem;
  font-weight: 400;
  height: auto;
  padding: 0.95rem 1.4rem;
  border: 0.1rem solid #24272A;
  border-radius: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .newsletter_form_mobil input {
    font-size: 1.6rem;
  }
}
.newsletter_form_mobil input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.newsletter_form_mobil button {
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  padding: 10px;
  border: 2px solid black;
  font-weight: 700;
}
.newsletter_form_mobil button:hover {
  background-color: #004f8b;
  border: 2px solid #004f8b;
  color: white;
}
.newsletter_form_mobil label {
  color: black;
  display: none;
}
.newsletter_form_mobil #recaptcha_v2_widget {
  display: flex;
  justify-content: center;
}
.newsletter_form_mobil .cr_form-component--submit {
  text-align: center;
}

#pid-218 .newsletter {
  display: none;
}

#pid-7 .chat {
  display: none;
}
#pid-7 .newsletter {
  padding: 0 2.6rem 0 2.5rem;
}

/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 3.9rem 0;
  background-color: #004F8B;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-size: 1.7rem;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .footer {
    background-size: 8% auto;
    font-size: 1.6rem;
  }
}
.footer__logo-wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}
.footer__logo-wrapper img {
  height: 100%;
}
.footer__logo-wrapper p {
  margin-bottom: 0 !important;
}
.footer h5 {
  margin-bottom: 0;
  line-height: 1.18;
}
.footer p:not(:last-child) {
  margin-bottom: 1.9rem;
}
.footer a {
  text-decoration: none;
  color: #fff;
}
.footer a:hover {
  color: #fff;
}
.footer .footer__aside > a {
  display: block;
  transition: opacity 0.3s;
}
.footer .footer__aside > a:last-child {
  margin-top: 2rem;
}
.footer .footer__aside > a:hover {
  opacity: 0.8;
}
.footer .footer__soc {
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__soc {
    margin-top: 2rem;
  }
}
.footer .footer__soc .socials {
  width: 100%;
}
.footer .footer__soc .socials ul {
  margin-top: -15px;
}
/* ------------------------------------------------------------ *\
	Form Check
\* ------------------------------------------------------------ */
.form-check {
  position: relative;
}
.form-check input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.form-check input:checked ~ label:after {
  opacity: 1;
}
.form-check label {
  padding-left: 1.8rem;
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-check label {
    font-size: 1.6rem;
  }
}
.form-check label a {
  text-decoration: none;
  font-weight: 700;
  color: #004F8B;
}
.form-check label a:hover {
  text-decoration: underline;
}
.form-check label:before, .form-check label:after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  pointer-events: none;
  left: 1rem;
  top: 1.6rem;
  border: 1px solid currentcolor;
  transform: translate(-50%, -50%);
}
.form-check label:after {
  width: 0.6rem;
  height: 1rem;
  border: 2px solid currentcolor;
  transition: opacity 0.3s;
  transform: translate(-50%, -50%) rotate(45deg);
  border-color: transparent currentcolor currentcolor transparent;
  border-radius: 0.2rem;
  margin-top: -1px;
  opacity: 0;
}

/* ------------------------------------------------------------ *\
	Form Control
\* ------------------------------------------------------------ */
.form-control, .newsletter_form input {
  font-size: 1.6rem;
  font-weight: 400;
  height: auto;
  padding: 0.95rem 2.7rem;
  border: 0.1rem solid #24272A;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .form-control, .newsletter_form input {
    font-size: 1.8rem;
    padding: 1rem 1rem;
  }
}

/* ------------------------------------------------------------ *\
	From
\* ------------------------------------------------------------ */
.form .form__title {
  margin-bottom: 1.6rem;
}
.form .form__title h4 {
  font-weight: 400;
  line-height: 1.5;
}
.form .form__title strong {
  font-weight: 700;
}
.form .form__main {
  margin-bottom: -2rem;
}
.form .form__main .form-group {
  margin-bottom: 2rem;
}
.form .form__foot {
  margin-top: 1.8rem;
}
.form .form__foot .form__actions {
  margin-top: 3.7rem;
  text-align: right;
  color: #004F8B;
}

[id^=whitepaper-], [id^=whitepaper_en-] {
  margin-top: 15px;
}
[id^=whitepaper-] .btn-toolbar, [id^=whitepaper_en-] .btn-toolbar {
  display: flex;
  justify-content: flex-end;
}
[id^=whitepaper-] .btn-toolbar .btn-group.next.submit, [id^=whitepaper_en-] .btn-toolbar .btn-group.next.submit {
  background: white;
  border-color: #004F8B;
  color: #004F8B;
}
@media only screen and (max-width: 500px) {
  [id^=whitepaper-] .row, [id^=whitepaper_en-] .row {
    display: flex;
    flex-direction: column;
  }
  [id^=whitepaper-] .col-6, [id^=whitepaper_en-] .col-6 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  [id^=whitepaper-] .row .col-6, [id^=whitepaper_en-] .row .col-6 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
[id^=whitepaper-] .input input, [id^=whitepaper_en-] .input input {
  border: 2px solid #989a9b;
}

.whitepaper_download {
  display: none;
}

.multiselect-controls button {
  display: none;
}

/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.row {
  --gutter: 1.5rem;
  margin: 0 calc(var(--gutter) * -1);
}
@media (max-width: 993px) {
  .row {
    --gutter: 1rem;
  }
}
.row > * {
  padding: 0 var(--gutter);
}

.row--gutter-bottom {
  margin-bottom: calc(var(--gutter) * -2);
}
.row--gutter-bottom > * {
  padding-bottom: calc(var(--gutter) * 2);
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: fixed;
  z-index: 14;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.3s;
}
.header .header__bar {
  position: relative;
  background-color: #fff;
}
@media (max-width: 993px) {
  .header .header__bar {
    display: none;
    height: 0;
  }
}
.header .header__bar .row > * {
  position: static;
}
.header .header__bar .col-md-1,
.header .header__bar .col-lg-1 {
  text-align: right;
}
.header .header__bar .col-md-1 {
  font-size: 0;
}
.header .header__bar .btn-user {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.header .header__main {
  padding: 2.7rem 0;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .header__main {
    padding: 2rem 0 1.5rem;
  }
}
@media (max-width: 993px) {
  .header .header__main {
    padding: 1.5rem 0;
  }
}
.header .header__main .logo {
  display: inline-block;
  position: relative;
}
@media (min-width: 1199.02px) {
  .header .header__main .logo {
    padding-bottom: 0.6rem;
  }
}
@media (max-width: 1199px) {
  .header .header__main .logo {
    display: block;
    max-width: 18vw;
    min-width: 180px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__main .logo {
    max-width: 24vw;
  }
}
.header .header__main .logo img {
  transition: opacity 0.3s;
}
.header .header__main .logo img + img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
@media (max-width: 993px) {
  .header .header__main .nav {
    display: none;
  }
}
.header .header__main .nav > ul {
  width: 100%;
}
@media (max-width: 993px) {
  .header .header__main .col-8, .header .header__main .col-nav {
    text-align: right;
    font-size: 0;
  }
}

.has-scroll .header {
  background-color: #fff;
}
.has-scroll .header .header__main {
  color: #004F8B;
}
.has-scroll .header .header__main .logo img {
  opacity: 0;
}
.has-scroll .header .header__main .logo img + img {
  opacity: 1;
}
.has-scroll .header .nav-trigger {
  color: #004F8B;
}

/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 79, 139, 0.6);
  background-blend-mode: multiply;
  background-attachment: fixed;
}
.hero.videohero {
  background: none;
}
@supports (-webkit-touch-callout: none) {
  .hero {
    background-attachment: unset;
  }
}
.hero .hero__inner {
  min-height: calc(100vh - var(--header-bar-height));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero .hero__content {
  padding: 22.9rem 0 22.9rem;
}
.hero .hero__content-inner {
  position: relative;
}
.hero .hero__content h1, .hero .hero__content .h1 {
  display: inline;
}
.hero .hero__content h1 + .infobox--alt, .hero .hero__content .h1 + .infobox--alt {
  margin-top: 1.8rem;
}
.hero .hero__content h1.heading-type1, .hero .hero__content .h1.heading-type1 {
  font-weight: 300;
}
.hero .hero__content h1.heading-type1 .heading-subline, .hero .hero__content .h1.heading-type1 .heading-subline {
  font-weight: 900;
}
.hero .hero__content .btn {
  position: absolute;
  right: 0;
  bottom: 1.8rem;
  pointer-events: auto;
}
@media (max-width: 993px) {
  .hero .hero__content .btn {
    bottom: 0;
  }
}
.hero .hero__content .btn + h1:after, .hero .hero__content .btn + .h1:after {
  content: "aaaaaaaa";
  display: inline;
  opacity: 0;
}
@media (max-width: 993px) {
  .hero .hero__content br {
    display: none;
  }
}
.hero-contact {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1100px) {
  .hero-contact {
    flex-direction: row;
  }
}
.hero-contact .infobox__content {
  width: 100% !important;
}
.hero-contact .container {
  padding: 50px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .hero-contact .container {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0;
  }
}
.hero-contact .form-navigation .btn-primary {
  position: relative;
}
.hero-contact form .hover {
  color: white;
}

.ce-hero-image-slider .hero__inner,
.hero--secondary .hero__inner {
  min-height: 100%;
}
.ce-hero-image-slider .slider__slide,
.hero--secondary .slider__slide {
  min-height: calc(100vh - var(--header-bar-height));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 79, 139, 0.6);
  background-blend-mode: multiply;
}

#pid-58 .wrapper {
  min-height: auto;
}

.HeroImageSlide .container {
  display: flex;
  margin: 0 auto;
  align-items: flex-end;
  margin-bottom: 230px;
}
.HeroImageSlide .slider__slide {
  display: flex;
}
.HeroImageSlide .slider__slide .hero__content {
  padding: 0 !important;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.HeroImageSlide .h1 {
  font-size: 5rem;
  line-height: 1.25;
}
.HeroImageSlide .h1 .heading-headline {
  font-weight: 300;
}
.HeroImageSlide .h1 .heading-subline {
  font-weight: 900;
}

.mono_hero__video::-webkit-media-controls {
  display: none !important;
}

.mono_hero__video {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  top: -30px;
}

/* ------------------------------------------------------------ *\
	History
\* ------------------------------------------------------------ */
.history {
  text-align: center;
}
.history ul {
  list-style-type: none;
}
.history ul li h6 {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  font-family: "HelveticaNeue";
}
.history ul li:not(:last-child):after {
  content: "";
  width: 0.3rem;
  height: 8rem;
  display: inline-block;
  background-color: #fff;
  transition: height 0.5s;
}
.history ul li .article-history {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}
.history ul li:not(.is-animated) .article-history {
  height: 0 !important;
}
.history ul li.is-animated:after {
  height: 0;
}

/* ------------------------------------------------------------ *\
	Hover 
\* ------------------------------------------------------------ */
@media (min-width: 993.02px) {
  .hover {
    position: relative;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    padding-bottom: 0.2rem;
  }
  .hover:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0rem;
    height: 0.1rem;
    width: 100%;
    background-color: currentcolor;
    transform: scaleX(0);
    transform-origin: center right;
    transition: transform 0.3s;
  }
  .hover:hover {
    color: currentcolor;
  }
  .hover:hover:before {
    transform-origin: center left;
    transform: scaleX(1);
  }
}

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Infobox
\* ------------------------------------------------------------ */
.infobox {
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  padding: 3rem 3rem;
  color: #24272A;
  max-width: 360px;
}
@media (max-width: 1199px) {
  .infobox {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .infobox {
    padding: 1.5rem 1rem;
  }
}
.infobox .infobox__media img {
  width: 100%;
}
.infobox .infobox__title h3 {
  text-transform: uppercase;
}
.infobox .infobox__title h3:not(:last-child) {
  margin-bottom: 0.3rem;
}
.infobox .infobox__title .h4 {
  font-size: 2rem;
  margin-bottom: 2px !important;
}
@media (max-width: 1199px) {
  .infobox .infobox__title .h4 {
    font-size: 1.6rem;
  }
}
@media (max-width: 993px) {
  .infobox .infobox__title .h4 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .infobox .infobox__title .h4 {
    font-size: 1.6rem;
  }
}
.infobox .infobox__content {
  margin-top: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .infobox .infobox__content {
    margin-top: 0;
  }
}
.infobox .infobox__content a {
  display: block;
  text-decoration: none;
  cursor: pointer !important;
}
.infobox .infobox__content a strong {
  font-weight: 700;
}
.infobox .infobox__actions {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .infobox .infobox__actions {
    margin-top: 1.5rem;
  }
}
.infobox .infobox__actions .btn-ico + .btn-ico {
  margin-left: 1.1rem;
}
.infobox--alt {
  width: 55.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  color: #004F8B;
  padding: 3rem 3rem 2.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .infobox--alt {
    padding: 1.5rem 1.5rem;
  }
}
.infobox--alt .infobox__title {
  width: 100%;
}
.infobox--alt .infobox__content {
  width: 65%;
}
.infobox--alt .infobox__content a:last-child {
  margin-top: 2.9rem;
}
.infobox--alt .infobox__actions {
  flex-grow: 1;
  padding: 0.3rem 0;
}
.infobox--alt2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0;
  max-width: 30rem;
}
.infobox--alt2 .infobox__media {
  margin-bottom: 1.1rem;
}
.infobox--alt2 .infobox__title {
  width: 100%;
  margin-bottom: 0;
  color: #004F8B;
}
.infobox--alt2 .infobox__title .h4 {
  letter-spacing: 0.02em;
}
.infobox--alt2 .infobox__content {
  margin: 0;
  flex-grow: 1;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #004F8B;
}
.infobox--alt2 .infobox__content p {
  line-height: 1.07;
}
.infobox--alt2 .infobox__content p:not(:last-child) {
  margin-bottom: 0.8em;
}
.infobox--alt2 .infobox__content a:not(:last-child) {
  margin-bottom: 2px;
}
.infobox--alt2 .infobox__actions {
  width: 6.7rem;
  margin-top: 0;
  margin-left: 3rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 993px) {
  .infobox--alt2 .infobox__actions {
    width: 4.5rem;
  }
}
.infobox--alt2 .infobox__actions .btn-ico + .btn-ico {
  margin-left: 0;
  margin-top: 1rem;
}
.infobox--blue {
  background-color: #004F8B;
  color: #fff;
}
.infobox--blue a {
  color: inherit;
  transition: color 0.3s;
}
.infobox--blue a:hover {
  color: #F79705;
}

.ContactInfoBox .infobox {
  width: 100%;
  max-width: initial;
}

.section-text--transparent {
  margin-top: 25px;
  background: rgba(255, 255, 255, 0.85);
}
.section-text--transparent .container {
  padding-top: 3rem;
}
.section-text--transparent label, .section-text--transparent h2, .section-text--transparent p {
  color: #004F8B;
}
.section-text--transparent .btn.btn-primary {
  position: relative;
  background: #004F8B;
  color: white;
  border-color: #004F8B;
}
.section-text--transparent .btn.btn-primary:hover {
  background: white;
  color: #004F8B;
  border-color: #004F8B;
}

.infobox.contactformbox {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.infobox.contactformbox .contactformbox__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1199px) {
  .infobox.contactformbox .contactformbox__wrapper {
    flex-direction: row;
  }
}
.infobox.contactformbox .infobox__subheader {
  width: 100%;
}
.infobox.contactformbox .infobox__title {
  margin-bottom: 20px;
  width: 100%;
  color: #004F8B;
}
.infobox.contactformbox .h3 {
  color: #004F8B;
}
.infobox.contactformbox .infobox__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
.infobox.contactformbox .infobox__content-bodytext {
  margin-bottom: 20px;
}
.infobox.contactformbox .infobox__content-bodytext p {
  margin-bottom: 0;
}
.infobox.contactformbox .infobox__content .fax {
  margin-top: 3px;
}
@media (min-width: 1199px) {
  .infobox.contactformbox .infobox__content {
    flex-direction: row;
  }
}
.infobox.contactformbox .infobox__content a, .infobox.contactformbox .infobox__content p {
  font-size: 20px;
  color: #004F8B;
  display: flex;
  flex-direction: column;
}

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 2rem;
}
.lightbox-overlay .lightbox-content {
  max-width: 90%;
  max-height: 80vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lightbox-overlay .lightbox-content img {
  max-width: 100%;
  max-height: calc(80vh - 3rem);
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}
.lightbox-overlay .lightbox-content .lightbox-caption {
  color: white;
  text-align: center;
  font-size: 14px;
  margin-bottom: 1rem;
  max-width: 100%;
  padding: 0 1rem;
}
.lightbox-overlay .lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  padding: 5px 10px;
  font-weight: bold;
  transition: opacity 0.2s ease;
}
.lightbox-overlay .lightbox-close:hover {
  opacity: 0.7;
}
.lightbox-overlay .lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 15px 20px;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 4px;
}
.lightbox-overlay .lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.3);
  opacity: 0.8;
}
.lightbox-overlay .lightbox-nav.lightbox-prev {
  left: 2rem;
}
.lightbox-overlay .lightbox-nav.lightbox-next {
  right: 2rem;
}
.lightbox-overlay .lightbox-nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.lightbox-overlay .lightbox-counter {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .lightbox-overlay {
    padding: 1rem;
  }
  .lightbox-overlay .lightbox-content {
    max-height: 90vh;
  }
  .lightbox-overlay .lightbox-content img {
    max-height: calc(90vh - 3rem);
  }
  .lightbox-overlay .lightbox-close {
    top: -35px;
    font-size: 24px;
  }
  .lightbox-overlay .lightbox-nav {
    padding: 10px 15px;
    font-size: 20px;
  }
  .lightbox-overlay .lightbox-nav.lightbox-prev {
    left: 1rem;
  }
  .lightbox-overlay .lightbox-nav.lightbox-next {
    right: 1rem;
  }
  .lightbox-overlay .lightbox-counter {
    top: -30px;
    font-size: 12px;
  }
}
.ce-gridgallery .jg-entry img {
  transition: transform 0.3s ease;
}
.ce-gridgallery .jg-entry:hover img {
  transform: scale(1.02);
}

/* ------------------------------------------------------------ *\
	List Dash
\* ------------------------------------------------------------ */
.menu_subpages ul,
.no-container.list-dash ul,
.list-dash {
  list-style-type: none;
  line-height: 1.5;
}
.menu_subpages ul li,
.no-container.list-dash ul li,
.list-dash li {
  position: relative;
  padding-left: 1.7rem;
}
.menu_subpages ul li:before,
.no-container.list-dash ul li:before,
.list-dash li:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  display: inline-block;
  vertical-align: top;
  width: 1.2rem;
  height: 0.3rem;
  background-color: #004F8B;
}
.menu_subpages ul li + li,
.no-container.list-dash ul li + li,
.list-dash li + li {
  margin-top: 1.5rem;
}

.text ul {
  margin-left: 20px;
}

/* ------------------------------------------------------------ *\
	 List Download
\* ------------------------------------------------------------ */
.list-download {
  list-style-type: none;
  margin-top: 3rem;
  margin-bottom: 3rem !important;
}
.list-download li {
  margin-bottom: 1.6rem;
}
.list-download li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
}
.list-download li a p {
  width: 10%;
  flex-grow: 1;
  margin-left: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: -0.2rem;
}
.list-download li a .button-animate:after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------ *\
	List Links
\* ------------------------------------------------------------ */
.list-links {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -2rem;
}
@media (max-width: 993px) {
  .list-links {
    margin: 0 -1rem -2rem;
  }
}
.list-links li {
  min-width: 33.3%;
  padding-bottom: 2rem;
}
@media (min-width: 993.02px) {
  .list-links li:nth-child(3n-3) {
    min-width: 13.6%;
  }
  .list-links li:nth-child(3n-2) {
    min-width: 28%;
  }
}
@media (max-width: 993px) {
  .list-links li {
    padding: 0 1rem 2rem;
    width: 33.3%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-links li {
    width: 50%;
  }
}
@media (max-width: 374px) {
  .list-links li {
    width: 100%;
  }
}
.list-links a {
  text-decoration: none;
}

/* ------------------------------------------------------------ *\
	List Pagging
\* ------------------------------------------------------------ */
.list-pagging {
  display: inline-flex;
  align-items: center;
  list-style-type: none;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.list-pagging li {
  color: #707070;
}
.list-pagging li + li {
  margin-left: 2.3rem;
}
.list-pagging li.is-active a:before {
  transform: scale(1.33);
  background-color: #004F8B;
}
.list-pagging a {
  text-decoration: none;
  display: block;
  transition: color 0.3s;
}
.list-pagging a:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgba(36, 39, 42, 0.3);
  border-radius: 50%;
  margin-bottom: 0.5rem;
  transition: background-color 0.3s;
}
.list-pagging a:hover {
  color: #004F8B;
}
.list-pagging a:hover:before {
  background-color: #004F8B;
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Logos Grid
\* ------------------------------------------------------------ */
.logos-grid {
  --gutter: 1.5rem;
  --box-size: 18rem;
  margin: 0 calc(var(--gutter) * -1) calc(var(--gutter) * -2);
}
.logos-grid .grid {
  max-width: 100%;
}
.logos-grid .grid-item {
  float: left;
}
.logos-grid .grid-item,
.logos-grid .grid-sizer {
  width: 16.66%;
}
@media (max-width: 1199px) {
  .logos-grid .grid-item,
  .logos-grid .grid-sizer {
    width: 20%;
  }
}
@media (max-width: 993px) {
  .logos-grid .grid-item,
  .logos-grid .grid-sizer {
    width: 33.33%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logos-grid .grid-item,
  .logos-grid .grid-sizer {
    width: 50%;
  }
}
.logos-grid .grid-item {
  height: calc(var(--box-size) + var(--gutter) * 2);
  border: none;
  background: transparent;
}
.logos-grid .grid-item .grid-item-content {
  width: 100%;
  height: 100%;
  transition: width 0.4s, height 0.4s;
}
.logos-grid .grid-item .grid__spacer {
  height: 100%;
  padding: 0 var(--gutter) var(--gutter);
}
.logos-grid .grid-item.is-expanded {
  width: 50%;
  height: calc(var(--box-size) * 2 + var(--gutter) * 20);
  display: block;
  z-index: 2;
}
@media (max-width: 1199px) {
  .logos-grid .grid-item.is-expanded {
    width: 60%;
  }
}
@media (max-width: 993px) {
  .logos-grid .grid-item.is-expanded {
    width: 66.66%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logos-grid .grid-item.is-expanded {
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.tx-teclocations .company-item {
  max-width: 276px;
  align-items: flex-end;
}
.tx-teclocations .company-item-address {
  display: flex;
  flex-direction: column;
}
.tx-teclocations .company-item.card {
  display: flex;
  align-items: center;
}
.tx-teclocations .company-item-action {
  display: none;
}
.tx-teclocations .company-listing {
  display: flex;
}
.tx-teclocations .company-listing.row {
  gap: 10px;
  padding-left: 10px !important;
  margin: 0 20px !important;
}
@media screen and (min-width: 767px) {
  .tx-teclocations .company-listing.row {
    padding-left: 25px !important;
  }
}
@media screen and (min-width: 1150px) {
  .tx-teclocations .company-listing.row {
    margin: 0 !important;
    padding-left: 0 !important;
  }
}
.tx-teclocations .company-item {
  min-height: 540px;
  max-width: 276px;
  border: none;
  display: flex;
  justify-content: flex-end;
  border-radius: 0;
  padding: 10px;
}
@media (min-width: ) {
  .tx-teclocations .company-item {
    padding: 5px;
  }
}
.tx-teclocations .company-item-title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  color: var(--blue-dark);
  -webkit-hyphens: auto;
          hyphens: auto;
}
.tx-teclocations .p-1 .bg-white {
  padding: 0 !important;
}
.tx-teclocations .card-img-top {
  border-radius: 0;
  height: 260px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.tx-teclocations .card-body {
  max-width: 270px;
  padding: 15px !important;
  background: #004f8b;
  height: 60%;
  width: 100%;
  position: absolute;
  color: white;
  bottom: 0;
  left: 5px;
}
.tx-teclocations .card-body .btn.btn-primary {
  border-color: #004f8b;
  margin: 0;
  color: white;
  padding: 0;
  text-transform: none !important;
  font-size: 16px !important;
}
.tx-teclocations .card-body .btn.btn-primary:hover {
  color: white;
}
.tx-teclocations .card-body .btn.btn-primary.map {
  display: none;
}
.tx-teclocations .card-body .btn.btn-primary.success {
  background: transparent;
  border: none;
  color: var(--blue-dark);
  padding: 0;
  font-weight: 700;
  text-decoration: underline;
}
.tx-teclocations .card-wrapper {
  position: relative;
}
.tx-teclocations .card-logo {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  width: 80px;
  height: 80px;
}
.tx-teclocations .card-footer {
  display: none;
}
.tx-teclocations .card-header {
  max-width: 270px;
  display: block;
  padding: 0;
  width: 100%;
  top: 0;
  left: 5px;
  position: absolute;
  border-bottom: 0;
}
.tx-teclocations .btn.btn-primary {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px !important;
}
.tx-teclocations hr {
  display: none;
}

.tx-mapmaker .grid.col-12 {
  height: auto !important;
}
.tx-mapmaker .btn {
  margin-right: 10px;
}
.tx-mapmaker .container {
  max-width: 1134px;
  padding: 0;
}
.tx-mapmaker #filter-container {
  margin-top: 20px;
}
.tx-mapmaker .section.white .row {
  margin: 0 !important;
}
.tx-mapmaker .mara-buttons {
  margin-top: 10px;
}

.eventMap #show-total {
  color: #24272A;
}
.eventMap .filter {
  background: #004f8b !important;
  color: white;
  padding-bottom: 10px !important;
  height: 100% !important;
}
.eventMap #tx-mapmaker-filterform {
  margin: 0 !important;
}
.eventMap .container.eventmap-container {
  padding: 0 20px !important;
}
@media screen and (min-width: 1150px) {
  .eventMap .container.eventmap-container {
    padding: 62px 0 0 0 !important;
  }
}
.eventMap .btn.btn-primary {
  text-transform: none !important;
}
.eventMap .gcprivacy .gcprivacy-caption {
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  transform: initial !important;
  bottom: 0;
  top: auto !important;
  background: rgba(255, 255, 255, 0.85) !important;
  color: black !important;
}
.eventMap .gcprivacy .gcprivacy-caption a {
  background: #004f8b !important;
  color: white !important;
  border-radius: 0 !important;
}
.eventMap select {
  background: #f1f1f1;
  color: black;
}
.eventMap .cluster div {
  color: white !important;
  font-size: 20px !important;
}

.mapmaker--eventmap .gm-style-iw.gm-style-iw-c {
  min-width: 200px;
  padding: 10px 15px 15px 15px !important;
}
.mapmaker--eventmap .gm-style-iw.gm-style-iw-c hr {
  margin-bottom: 1em;
}
.mapmaker--eventmap .gm-ui-hover-effect {
  top: 0 !important;
  right: -2px !important;
  width: 23px !important;
  height: 25px !important;
}
.mapmaker--eventmap .gm-ui-hover-effect span {
  width: 24px;
  height: 24px;
  margin: 0;
}
.mapmaker--eventmap .gm-ui-hover-effect .company-item-link__detail {
  font-weight: 700;
}

.hrow {
  border-top: 1px solid white;
  margin-top: 12px;
}

/* ------------------------------------------------------------ *\
	Menu
\* ------------------------------------------------------------ */
.menu {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
@media (min-width: 993.02px) {
  .menu {
    display: none;
  }
}
.menu .menu__overlay {
  background-color: rgba(0, 79, 139, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.menu .menu__main {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 100%;
  max-width: 40rem;
  background-color: #fff;
  color: #004F8B;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  transition: transform 0.3s;
}
.menu .menu__head {
  background-color: rgba(36, 39, 42, 0.1);
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
}
.menu .menu__head .logo {
  padding-left: 1rem;
}
.menu .menu__head h5 {
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 -0.4rem 1rem;
  letter-spacing: 0.05em;
}
.menu .menu__head .nav-trigger {
  margin-left: auto;
}
.menu .menu__scroll {
  height: 10%;
  flex-grow: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.menu .menu__body {
  margin-bottom: auto;
}
.menu .menu__body .search-big {
  margin-top: 2.9rem;
  padding: 0 2rem;
}
.menu .menu__body .search-big .col-9 {
  padding-right: 0;
}
.menu .menu__body .search-big .search__field {
  padding: 1.2rem 1.9rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.menu .menu__body nav .is-active::before {
  background-color: transparent !important;
}
.menu .menu__body nav .is-active ul div li:last-child ul {
  border-bottom: none !important;
}
.menu .menu__foot {
  background-color: #004F8B;
  margin-top: 4.1rem;
  padding: 2rem 2rem;
}
.menu .menu__foot nav ul > li:last-child {
  border: none !important;
}
.menu .menu__foot .nav--small-dd .level_0 .is-active a {
  margin-bottom: 2px !important;
}
.menu .menu__foot nav ul li:nth-child(1), .menu .menu__foot nav ul li:nth-child(2) {
  padding-bottom: 16px;
}
.menu .menu__foot .has-dd.level_0.is-active ul {
  border-bottom: 2px solid !important;
  padding-top: 5px;
  margin-top: 5px;
}
.menu .menu__foot .has-dd.level_0.is-active ul li {
  padding-bottom: 10px !important;
}
.menu .menu__foot .has-dd.level_0.is-active > a {
  border-bottom: 2px solid !important;
  width: 100%;
  padding-bottom: 10px;
}
.menu .menu__foot .nav--small-dd nav ul li:nth-child(1), .menu .menu__foot .nav--small-dd nav ul li:nth-child(2) {
  padding-bottom: 5px !important;
}
.menu .menu__foot .nav.nav--small-dd li:not(.has-dd.sub) {
  border-bottom: 2px solid;
  margin: 0;
  margin-top: 5px;
  padding-top: 5px;
}
.menu .socials {
  width: 100%;
  margin-top: 4rem;
}
.menu .socials ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu .socials ul li + li {
  margin-top: 0;
}

.is-menu-open .menu {
  pointer-events: auto;
}
.is-menu-open .menu .menu__overlay {
  opacity: 1;
}
.is-menu-open .menu .menu__main {
  transform: translate(-100%, 0);
}

/* ------------------------------------------------------------ *\
	Nav Lang
\* ------------------------------------------------------------ */
.nav-lang {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.nav-lang ul {
  list-style-type: none;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.nav-lang ul li {
  opacity: 0.5;
}
.nav-lang ul li + li {
  margin-left: 1rem;
}
.nav-lang ul li.is-active {
  opacity: 1;
}
.nav-lang a {
  text-decoration: none;
}
@media only screen and (max-width: 993px) {
  .nav-lang {
    width: 70%;
    display: flex;
    justify-content: center;
  }
}

/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */
.is-menu-open .nav-trigger {
  color: black;
}

.nav-trigger {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 2rem;
  color: #fff;
}
.nav-trigger:hover {
  color: #fff;
}
.nav-trigger span {
  position: absolute;
  display: block;
  height: 0.3rem;
  width: 100%;
  background: currentcolor;
  transition: top 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
}
.nav-trigger span:nth-child(1) {
  top: 0;
}
.nav-trigger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.nav-trigger span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
@media (min-width: 993.02px) {
  .nav-trigger {
    display: none;
  }
}

.nav-trigger--active {
  width: 5rem;
  height: 5rem;
}
.nav-trigger--active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: none;
  border-radius: 50%;
}
.nav-trigger--active span {
  transition: background 0.2s, top 0.2s, opacity 0.2s, transform 0.2s 0.25s;
  z-index: 2;
  width: 61%;
  left: 50%;
}
.nav-trigger--active span:nth-child(2) {
  opacity: 0;
}
.nav-trigger--active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-trigger--active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
@media (min-width: 993.02px) {
  .nav {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 1.4rem;
  }
  .nav > ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
  }
  .nav > ul > li {
    padding: 0.5rem 0;
    position: relative;
  }
  .nav > ul > li a {
    text-decoration: none;
  }
  .nav > ul > li > a {
    font-weight: 700;
  }
  .nav > ul > li + li {
    margin-left: 4.5rem;
  }
}
@media only screen and (min-width: 993.02px) and (max-width: 1126px) {
  .nav > ul > li + li {
    margin-left: 2rem;
  }
}
.nav .has-dd > ul {
  border-bottom: 2px solid #F79705;
}
.nav .has-dd > ul ul {
  border-bottom: 2px solid #F79705;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.nav .has-dd > ul .mobbyServices ul {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 993.02px) {
  .nav--small-dd > ul > li {
    position: relative;
  }
  .nav--small-dd > ul > li > ul {
    background-color: #fff;
    position: absolute;
    z-index: 10;
    top: calc(100% + 1rem);
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    font-size: 1.4rem;
    padding: 1rem 1.8rem 1.4rem;
    font-weight: 700;
    text-transform: none;
    transition: opacity 0.3s;
  }
  .nav--small-dd > ul > li > ul li + li {
    margin-top: 0.9rem;
  }
  .nav--small-dd .has-dd:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 2rem;
  }
  .nav--small-dd .has-dd:after {
    content: "";
    position: absolute;
    top: calc(100% + 0rem);
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem 0.5rem 0 0.5rem;
    border-color: #fff transparent transparent transparent;
    background-color: transparent;
  }
  .nav--small-dd .has-dd:not(:hover):before, .nav--small-dd .has-dd:not(:hover):after,
  .nav--small-dd .has-dd:not(:hover) > ul {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 993px) {
  .nav--small-dd {
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .nav--small-dd > ul {
    width: 100%;
  }
  .nav--small-dd > ul > li {
    position: relative;
  }
  .nav--small-dd > ul > li > a {
    text-decoration: none;
    text-transform: uppercase;
  }
  .nav--small-dd > ul > li > a:hover {
    color: inherit;
  }
  .nav--small-dd > ul > li > ul {
    display: none;
  }
  .nav--small-dd > ul > li > ul a {
    text-decoration: none;
  }
  .nav--small-dd > ul > li + li {
    margin-top: 2.4rem;
  }
  .nav--small-dd > ul > li.has-dd > a:after {
    position: absolute;
    right: 0;
    transform: translate(0, -50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.7rem 0 0.7rem 1.6rem;
    border-color: transparent transparent transparent currentcolor;
    transition: border-color 0.3s, border-width 0.3s;
  }
  .nav--small-dd > ul > li.has-dd.is-active > a:after, .nav--small-dd > ul > li.has-dd.active > a:after, .nav--small-dd > ul > li.has-dd.current > a:after {
    border-width: 14px 8px 0 8px;
    border-color: currentcolor transparent transparent transparent;
  }
}
@media (min-width: 993.02px) {
  .nav--alt {
    font-size: 1.7rem;
  }
}
@media (min-width: 993.02px) and (max-width: 1199px) {
  .nav--alt {
    font-size: 1.5rem;
  }
}
@media (min-width: 993.02px) {
  .nav--alt > ul {
    justify-content: space-between;
    position: relative;
  }
  .nav--alt > ul > li {
    position: static;
  }
  .nav--alt > ul > li div.col102 {
    -moz-columns: auto !important;
         columns: auto !important;
    width: 25%;
    padding-right: 20px;
    padding-left: 10px;
  }
  .nav--alt > ul > li div.col102 .level_1 ul {
    gap: 5px;
  }
  .nav--alt > ul > li > ul {
    background-color: rgba(255, 255, 255, 0.95);
    color: #004F8B;
    z-index: 10;
    display: block;
    font-size: 1.4rem;
    padding: 2.1rem 3rem 1.4rem 2rem;
    text-transform: none;
    transition: opacity 0.3s;
    letter-spacing: 0.02em;
    -moz-columns: 4;
         columns: 4;
  }
  .nav--alt > ul > li > ul > li {
    margin-bottom: 3.8rem;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .nav--alt > ul > li > ul > li > h5, .nav--alt > ul > li > ul > li .h5 {
    text-transform: uppercase;
  }
  .nav--alt > ul > li > ul > li > h5:not(:last-child), .nav--alt > ul > li > ul > li .h5:not(:last-child) {
    margin-bottom: 0;
  }
  .nav--alt > ul > li > ul > li > p:not(:last-child) {
    margin-bottom: 0.9rem;
  }
  .nav--alt > ul > li > ul > li ul li {
    position: relative;
    padding-left: 1.4rem;
    overflow: hidden;
  }
  .nav--alt > ul > li > ul > li ul li:before {
    content: "";
    position: absolute;
    top: 1.15rem;
    left: 0;
    transform: translate(0, -50%);
    width: 1.2rem;
    height: 0.3rem;
    background-color: currentcolor;
  }
  .nav--alt > ul > li > ul > li ul li + li {
    margin-top: 0.9rem;
  }
  .nav--alt > ul > li > ul > li a {
    transition: color 0.3s;
    text-decoration: none;
  }
  .nav--alt > ul > li > ul > li a:hover, .nav--alt > ul > li > ul > li a.actice, .nav--alt > ul > li > ul > li a.current {
    color: #004F8B;
  }
  .nav--alt .has-dd:after {
    transform: translate(-50%, -100%);
  }
  .nav--alt .has-dd > a {
    position: relative;
  }
  .nav--alt .has-dd > a:after {
    content: "";
    position: absolute;
    top: calc(100% + 0rem);
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem 0.5rem 0 0.5rem;
    border-color: #fff transparent transparent transparent;
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .nav--alt .has-dd:hover a:after {
    opacity: 1;
  }
}
@media (max-width: 993px) {
  .nav--alt {
    padding: 0.7rem 2rem;
    width: 100%;
  }
  .nav--alt > ul {
    width: 100%;
  }
  .nav--alt > ul > li {
    position: relative;
  }
  .nav--alt > ul > li:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #F79705;
    transition: width 0.3s;
  }
  .nav--alt > ul > li > a {
    position: relative;
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 1.2rem 2rem 1.2rem 0;
    text-decoration: none;
  }
  .nav--alt > ul > li.has-dd > a:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.7rem 0 0.7rem 1.6rem;
    border-color: transparent transparent transparent currentcolor;
    transition: border-color 0.3s, border-width 0.3s;
  }
  .nav--alt > ul > li.has-dd > ul {
    display: none;
  }
  .nav--alt > ul > li.has-dd.is-active > a:after, .nav--alt > ul > li.has-dd.active > a:after, .nav--alt > ul > li.has-dd.current > a:after {
    border-width: 14px 8px 0 8px;
    border-color: currentcolor transparent transparent transparent;
  }
  .nav--alt > ul > li > ul {
    max-width: 86%;
    margin-left: 40px;
    padding: 0;
  }
  .nav--alt > ul > li > ul > li {
    border-bottom: 2px solid #F79705;
    padding: 1.4rem 0 1rem;
  }
  .nav--alt > ul > li > ul > li:last-child {
    padding-bottom: 1.5rem;
  }
  .nav--alt > ul > li > ul > li a {
    text-decoration: none;
    display: block;
  }
  .nav--alt > ul > li > ul > li > h5 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 1.7rem;
    margin-bottom: 0;
  }
  .nav--alt > ul > li > ul > li > p {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    margin-bottom: 1.8rem;
  }
  .nav--alt > ul > li > ul > li > ul {
    font-size: 1.4rem;
  }
  .nav--alt > ul > li > ul > li > ul li {
    position: relative;
    padding-left: 1.6rem;
    letter-spacing: 0.02em;
  }
  .nav--alt > ul > li > ul > li > ul li:before {
    content: "";
    position: absolute;
    top: 1.15rem;
    left: 0;
    transform: translate(0, -50%);
    width: 1.2rem;
    height: 0.3rem;
    background-color: currentcolor;
  }
  .nav--alt > ul > li > ul > li > ul li + li {
    margin-top: 1.9rem;
  }
}
@media only screen and (min-width: 600px) {
  .nav .menu__wrapper-ul {
    display: none;
    width: 100vw;
    left: 0;
    top: 130px;
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    justify-content: center;
    align-items: flex-start;
    border-bottom: 2px solid #F79705;
  }
  .nav .menu__wrapper-ul ul {
    color: #004f8b;
    z-index: 10;
    display: block;
    font-size: 1.4rem;
    text-transform: none;
    transition: opacity 0.3s;
    letter-spacing: 0.02em;
    -moz-columns: 4;
         columns: 4;
    width: 100%;
    margin-top: 22px;
    padding: 20px;
    max-width: 119.4rem;
  }
  .nav .menu__wrapper-ul ul div li ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .nav .hover:hover + .menu__wrapper-desktop-flex .menu__wrapper-ul, .nav .menu__wrapper-ul:hover {
    display: flex !important;
  }
  .nav .hover:hover + .menu__wrapper-desktop .menu__wrapper-ul, .nav .menu__wrapper-ul:hover {
    display: flex !important;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .nav .menu__wrapper-ul {
    top: 118px;
  }
  .nav .menu__wrapper-desktop-flex {
    display: inline-flex;
  }
}
.nav .li3 .menu__wrapper-ul li:not(.menu-separator) {
  width: 33% !important;
}
.nav .MenuWrapperDesktopServices .menu__wrapper-ul ul {
  -moz-columns: auto;
       columns: auto;
  display: flex;
}
.nav .MenuWrapperDesktopServices .menu__wrapper-ul ul .col102:first-child > li:first-child {
  max-width: 1125px;
}
.nav .menu__wrapper-ul .level_2 {
  display: flex !important;
  width: 100%;
}
.nav .menu__wrapper-ul .level_2:before {
  content: "—";
  margin-right: 10px;
}
.nav .menu__wrapper-ul .level_1 a {
  width: -moz-fit-content;
  width: fit-content;
}
.nav .menu__wrapper-ul .level_1 .h5 .hover {
  line-height: 20px;
}
.nav .menu__wrapper-ul ul {
  margin-top: 0;
}
.nav .menu__wrapper-ul ul p {
  margin-bottom: 5px;
}
.nav .menu__wrapper-desktop-flex .menu__wrapper-ul > ul {
  margin-bottom: 50px;
}
.nav .menu__wrapper-desktop-flex .menu__wrapper-ul > ul > div > li:first-child {
  display: block;
  position: absolute;
  bottom: 12px;
  border-top: 2px solid #F79705;
  width: 100% !important;
  max-width: 1154px;
  padding-top: 5px;
}
.nav .menu__wrapper-desktop .menu__wrapper-ul > ul {
  margin-bottom: 50px;
}
.nav .menu__wrapper-desktop ul .col102:first-child > li:first-child {
  display: block;
  position: absolute;
  bottom: 12px;
  border-top: 2px solid #F79705;
  width: 100%;
  padding-top: 5px;
}
.nav .menu__wrapper-desktop ul .col102:first-child > li:first-child a {
  letter-spacing: 1px;
}
.nav .menu__wrapper-desktop .h5 {
  text-transform: uppercase;
}
.nav .menu__wrapper-desktop-flex .menu__wrapper-ul ul {
  -moz-columns: auto;
       columns: auto;
}
.nav .menu__wrapper-desktop-flex .menu__wrapper-ul ul div {
  display: flex;
  flex-flow: wrap;
}
.nav .menu__wrapper-desktop-flex li {
  width: 25%;
  padding-right: 10px;
}
.nav .menu__wrapper-desktop-flex .menu-separator {
  width: 100%;
  height: 2px;
  background-image: url(../images/svg/separator-cube.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 20px;
  margin-bottom: 15px;
  margin-right: 5px;
  background-size: 6px 6px;
  gap: 20px;
}
.nav .menu__wrapper-desktop-flex .h5 {
  text-transform: uppercase;
}
.nav .menu__wrapper-desktop .level_2 {
  display: flex;
}
.nav .menu__wrapper-desktop .level_2:before {
  content: "—";
  margin-right: 10px;
}
.nav .menu__wrapper-desktop .menu-separator {
  height: 2px;
  width: 100%;
  background: #F79705;
  margin-top: 11px;
  margin-bottom: 10px;
}
.nav .menu__wrapper-desktop li a {
  width: -moz-fit-content;
  width: fit-content;
}
.nav .menu__wrapper-mobile {
  margin-top: 10px;
}
.nav .menu__wrapper-mobile li p {
  font-size: 14px !important;
  margin-top: 5px;
  margin-bottom: 10px !important;
}
.nav .menu__wrapper-mobile .level_1 ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: none !important;
}
.nav .menu__wrapper-mobile .level_2 {
  display: flex;
}
.nav .menu__wrapper-mobile .level_2 a {
  font-size: 14px;
}
.nav .menu__wrapper-mobile .level_2:before {
  content: "—";
  margin-right: 10px;
}
.nav .menu__wrapper-mobile .level_2 .h5 {
  text-transform: uppercase;
}
.nav .menu__wrapper-mobile .hover {
  border-bottom: 2px solid transparent;
}
.nav .menu__wrapper-mobile .h5 {
  text-transform: uppercase;
  font-size: 17px;
}
.nav .menu__wrapper-mobile .h5 a {
  border: none !important;
}
.nav .menu__wrapper-mobile p {
  margin-bottom: 5px;
}
.nav .menu__wrapper-mobile li {
  width: 100% !important;
}
.nav .menu__wrapper-mobile li a {
  text-decoration: none;
}
.nav .menu__wrapper-mobile div > li {
  border-bottom: 2px solid #F79705;
  padding-bottom: 10px;
  margin-bottom: 9px;
}
.nav .menu__wrapper-mobile nav li:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: #f79705;
  transition: width 0.3s;
}
@media only screen and (max-width: 992px) {
  .nav .menu__wrapper-mobile .mobby .menu-separator.level_1 {
    display: none !important;
  }
  .nav .level_0:before {
    bottom: -7px !important;
  }
  .nav .menu__wrapper-mobile {
    display: block;
  }
  .nav .menu__wrapper-mobile div > li {
    display: block !important;
    font-size: 17px !important;
  }
  .nav .menu__wrapper-desktop, .nav .menu__wrapper-desktop-flex {
    display: none;
  }
}
@media only screen and (min-width: 993px) {
  .nav .hover {
    border-bottom: 9px solid transparent;
  }
  .nav .menu__wrapper-desktop {
    display: block;
  }
  .nav .menu__wrapper-mobile {
    display: none;
  }
}

.header__bar ul .active > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.1rem;
  width: 100%;
  background-color: currentcolor;
  transition: transform 0.3s;
  transform: scaleX(1);
  transform-origin: center left;
}
.header__bar .level_0 ul {
  width: -moz-fit-content;
  width: fit-content;
}

.nav--alt ul {
  top: 8px;
}
@media (min-width: 993px) and (max-width: 1199px) {
  .nav--alt ul {
    top: 37px;
  }
}
.nav--alt .has-dd .hover {
  top: 5px;
}

.menu__foot li:nth-child(3) {
  border-bottom: 2px solid !important;
}

.nav--small-dd .level_0 {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.nav--small-dd ul {
  width: 100%;
  border-bottom: none !important;
}
.nav--small-dd ul li {
  display: flex;
  align-items: center;
}
.nav--small-dd .hover {
  border: none !important;
}

.nav--small-dd a.active::before, .nav--small-dd a.current::before,
.nav--alt a.active::before,
.nav--alt a.current::before {
  transform-origin: center left;
  transform: scaleX(1);
}
.nav--small-dd a.active::after, .nav--small-dd a.current::after,
.nav--alt a.active::after,
.nav--alt a.current::after {
  opacity: 1;
}
.nav--small-dd .has-dd.is-active,
.nav--alt .has-dd.is-active {
  border: none !important;
}
.nav--small-dd .has-dd.is-active ul,
.nav--alt .has-dd.is-active ul {
  border: none !important;
}
.nav--small-dd .has-dd a,
.nav--alt .has-dd a {
  display: flex;
  align-items: flex-end;
}

.has-scroll .menu__wrapper-ul {
  background: white !important;
}

@media (min-width: 993.02px) {
  .has-scroll .nav--alt .has-dd:hover a::after {
    border-color: #004F8B transparent transparent transparent;
  }
}
/* ------------------------------------------------------------ *\
	Pagging
\* ------------------------------------------------------------ */
.pagging {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #004F8B;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .pagging {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .pagging .btn {
    order: 2;
  }
}
.pagging .list-pagging {
  margin: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .pagging .list-pagging {
    width: 100%;
    order: 0;
    justify-content: center;
    margin-bottom: 3rem;
  }
}

/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Search Big
\* ------------------------------------------------------------ */
.search-big {
  line-height: 1;
}
.search-big .row {
  align-items: center;
}
.search-big .search__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.search-big .form-group {
  margin: 0;
}
.search-big .search__field {
  color: #004F8B;
}
.search-big .search__btn {
  font-size: 0;
  background-color: transparent;
  border: none;
  max-height: 100%;
}
.search-big .search__btn img {
  max-height: 100%;
  width: 80%;
}
.search-big .search__hint {
  margin-top: 0.7rem;
  font-weight: 700;
  color: #707070;
}

.tx-indexedsearch-redMarkup,
.tx-indexedsearch-info-sword-word {
  color: #fff;
  background: #004F8B;
}

/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search {
  position: relative;
  display: inline-block;
}
.search label {
  display: block;
  margin: 0;
  position: relative;
  z-index: 2;
}
.search label:after {
  content: "";
  position: absolute;
  top: calc(50% + var(--header-bar-height) / 2);
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  opacity: 0;
}
.search .search__controls {
  position: absolute;
  z-index: 2;
  top: calc(50% + var(--header-bar-height) / 2 + 1rem);
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 22.2rem;
  padding: 1.3rem 2rem;
  opacity: 0;
  pointer-events: none;
}
.search .search__controls .search__field {
  background-color: transparent;
  border: none;
  width: 10%;
  flex-grow: 1;
  font-weight: 700;
}
.search .search__controls .search__field::-moz-placeholder {
  color: #707070;
}
.search .search__controls .search__field::placeholder {
  color: #707070;
}
.search .search__controls .search__btn {
  position: relative;
  background-color: transparent;
  border: none;
  color: #004F8B;
  line-height: 1;
  font-size: 2rem;
  font-weight: 700;
  top: -0.01em;
  font-family: "Lato";
  width: 1.8rem;
  height: 1.2rem;
  background-image: url(../images/arrow-blue.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}
.search .search__close {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10000vw;
  height: 10000vw;
  transform: translate(-50%, -50%);
  background-color: red;
  opacity: 0;
  pointer-events: none;
}
.search.is-active label:after {
  opacity: 1;
}
.search.is-active .search__controls {
  opacity: 1;
  pointer-events: auto;
}
.search.is-active .search__close {
  pointer-events: auto;
}

/* ------------------------------------------------------------ *\
	Section Contacts
\* ------------------------------------------------------------ */
.section-contacts {
  background-color: #F79705;
  color: #fff;
  padding: 2.5rem 0;
  display: block;
  text-decoration: none;
}
.section-contacts .row {
  align-items: center;
}
.section-contacts .section__content h2 {
  letter-spacing: 0.02em;
}
.section-contacts .section__media {
  text-align: right;
  padding: 0 1.3rem;
}
.section-contacts .section__media img {
  transition: transform 0.3s;
}
.section-contacts:hover {
  color: #fff;
}
.section-contacts:hover .section__media img {
  transform: scale(1.1);
}

/* ------------------------------------------------------------ *\
	Section Map
\* ------------------------------------------------------------ */
.section-map {
  position: relative;
}
.section-map .section__media {
  background-color: rgba(0, 79, 139, 0.6);
}
.section-map .section__media img {
  mix-blend-mode: multiply;
}
.section-map ul {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  list-style-type: none;
  pointer-events: none;
}
.section-map ul li {
  position: absolute;
  top: 26.4%;
  left: 48.6%;
  transform: translate(-50%, -50%);
}
.section-map ul li:nth-child(2) {
  top: 21.7%;
  left: 50.8%;
}
.section-map ul li:nth-child(3) {
  top: 31.7%;
  left: 67.75%;
}
.section-map ul li .section__btn {
  pointer-events: auto;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 50%;
  transform: scale(0.5);
  transition: transform 0.3s, border-radius 0.3s;
}
.section-map ul li .infobox {
  position: absolute;
  left: 100%;
  top: 100%;
  transform-origin: top left;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  min-width: 36rem;
}
@media (max-width: 1199px) {
  .section-map ul li .infobox {
    min-width: 30rem;
  }
}
@media (max-width: 993px) {
  .section-map ul li .infobox {
    left: -5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-map ul li .infobox {
    min-width: 25rem;
    left: calc(50% - 15rem);
  }
}
.section-map ul li.is-active {
  z-index: 2;
  pointer-events: auto;
}
.section-map ul li.is-active .section__btn {
  transform: scale(1);
  border-bottom-right-radius: 0;
}
.section-map ul li.is-active .infobox {
  opacity: 1;
  transform: scale(1);
}

.js-map-list.belowmap:after {
  display: none !important;
}
.js-map-list.belowmap .no-container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .js-map-list.belowmap .no-container {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1200px) {
  .js-map-list.belowmap .no-container {
    gap: 15px;
    justify-content: center;
  }
}
.js-map-list.belowmap .no-container li {
  width: calc(33% - 15px);
  list-style: none;
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .js-map-list.belowmap .no-container li {
    width: calc(50% - 10px);
    gap: 8px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .js-map-list.belowmap .no-container li {
    width: calc(100% - 10px);
  }
}
.js-map-list.belowmap .no-container li .infobox {
  max-width: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.js-map-list.belowmap .no-container li .infobox__content {
  margin-bottom: 25px;
}
.js-map-list.belowmap .no-container li .infobox__actions {
  position: absolute;
  bottom: 15px;
  left: -15px;
  width: 100%;
}

/*
$c-black                    : #000;
$c-black-2                  : #24272A;
$c-white                    : #fff;
$c-base                     : #055590;
$c-orange                   : #F79705;
$c-blue                     : #004F8B;
$c-gray                     : #707070;
*/
.tooltip-inner {
  max-width: 300px;
  background-color: #004F8B;
  font-size: 18px;
  padding-right: 10px;
}
.tooltip-inner img {
  width: 35px;
  padding: 5px 10px 5px 5px;
}

.social-share {
  display: flex;
  margin-top: 10px;
}
.social-share .replaced-svg path {
  fill: #004F8B;
}
.social-share i {
  padding: 10px;
  margin: 10px 10px 10px 0px;
  width: 50px;
}
.social-share i .replaced-svg path {
  fill: black;
}
.social-share a {
  margin: 10px 35px 0 0;
  width: 30px;
}
.social-share a:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.social-share a:hover .svg-replace path {
  fill: #F79705;
}

/* ------------------------------------------------------------ *\
	Section Projects
\* ------------------------------------------------------------ */
.section-projects {
  padding: 5.9rem 0;
  background-attachment: fixed;
}
.section-projects .accordion + .block-logos {
  margin-top: 4rem;
}

@media only screen and (max-width: 968px) {
  #c419 h2 strong {
    font-weight: bold;
  }
}
/* ------------------------------------------------------------ *\
	Section Text
\* ------------------------------------------------------------ */
.section-text {
  padding: 6.2rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text {
    padding: 4rem 0;
  }
}
.section-text .section__title {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text .row:not(.row--gutter-bottom) [class^=col-md]:not(:first-child),
  .section-text .row:not(.row--gutter-bottom) [class*=" col-md"]:not(:first-child) {
    margin-top: 2rem;
  }
}
.section-text .section__content > h3 {
  color: #004F8B;
  margin-bottom: 0;
}
.section-text .section__content .slider-base {
  margin-top: 2.7rem;
  --slider-nav:-5.5rem;
}
.section-text .section__aside .infobox {
  width: 100%;
}
.section-text .section__aside .infobox + .infobox {
  margin-top: 2.8rem;
}
.section-text--bottom .section__title {
  margin-bottom: 2.6rem;
}
.section-text--gray {
  background-color: rgba(36, 39, 42, 0.1);
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 6rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
    padding: 4rem 0;
  }
}
.section .section__foot {
  margin-top: 8rem;
}
.section--gray {
  background-color: rgba(36, 39, 42, 0.1);
}

.section-white-headline h1, .section-white-headline .h1, .section-white-headline h2, .section-white-headline .h2, .section-white-headline h3, .section-white-headline .h3, .section-white-headline h4, .section-white-headline .h4 {
  color: #fff !important;
}

/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none;
}

/* ------------------------------------------------------------ *\
  	Container
\* ------------------------------------------------------------ */
.container {
  max-width: calc(113.4rem + 3rem * 2);
  padding-left: 3rem;
  padding-right: 3rem;
  margin: auto;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* Container Fluid */
.container--fluid {
  max-width: none;
}

/* ------------------------------------------------------------ *\
	Slick Dots
\* ------------------------------------------------------------ */
.slick-dots {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  height: auto;
  top: auto;
  left: 50%;
  bottom: var(--slider-nav);
  transform: translate(-50%, 50%);
  list-style-type: none;
  padding-bottom: 1.1rem;
}
.slick-dots li {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 50%;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  opacity: 1;
  transform: scale(1.33);
}
.slick-dots li + li {
  margin-left: 2rem;
}

.slider-dots--blue .slick-dots li {
  background-color: rgba(36, 39, 42, 0.3);
}
.slider-dots--blue .slick-dots li.slick-active {
  background-color: #004F8B;
}

/* ------------------------------------------------------------ *\
	Slider Arrows
\* ------------------------------------------------------------ */
.slider-arrows {
  --slider-nav: 7rem;
}
@media (max-width: 1200px) {
  .slider-arrows .slider__clip .slick-prev.slick-arrow {
    left: 15px;
  }
  .slider-arrows .slider__clip .slick-next.slick-arrow {
    right: 15px;
  }
}
.slider-arrows .slick-arrow {
  position: absolute;
  z-index: 8;
  top: auto;
  bottom: var(--slider-nav);
  height: auto;
  font-size: 0;
  background-color: transparent;
  border: none;
  line-height: 1;
  transform: translate(0, 50%);
  left: calc(50% - 57.1rem);
  padding-bottom: 1.5rem;
  transition: transform 0.3s;
}
@media (max-width: 1199px) {
  .slider-arrows .slick-arrow {
    left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-arrows .slick-arrow {
    transform: translate(0, 50%) scale(0.6);
  }
}
.slider-arrows .slick-arrow:after {
  content: url(../images/arrow.svg);
  display: block;
}
.slider-arrows .slick-arrow.slick-next {
  left: auto;
  right: calc(50% - 57.1rem);
}
@media (max-width: 1199px) {
  .slider-arrows .slick-arrow.slick-next {
    right: 0;
  }
}
.slider-arrows .slick-arrow.slick-next:after {
  transform: scaleX(-1);
}
@media (min-width: 993.02px) {
  .slider-arrows .slick-arrow:hover {
    transform: translate(0, 50%) scale(1.1);
  }
}
.slider-arrows--blue .slick-arrow:after {
  content: url(../images/arrow-grey.svg);
}

/* ------------------------------------------------------------ *\
	Slider Base
\* ------------------------------------------------------------ */
.slider-base {
  --gutter: 1.5rem;
  --slider-nav: -7rem;
  padding-bottom: calc(var(--slider-nav) * -1.5);
}
.slider-base .slider__clip {
  margin: 0 calc(var(--gutter) * -1);
}
.slider-base .slick-list {
  overflow: visible;
}
.slider-base .slick-slide {
  height: auto;
  padding: 0 var(--gutter);
}
.slider-base .slick-slide .article {
  height: 100%;
}
.slider-base .slick-slide > *,
.slider-base .slick-slide .slider__slide {
  height: 100%;
}
.slider-base .slick-track {
  display: flex;
  flex-wrap: wrap;
}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials {
  display: inline-flex;
  justify-content: center;
}
.socials ul {
  list-style-type: none;
}
@media (max-width: 993px) {
  .socials ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 993.02px) {
  .socials ul li + li {
    margin-top: 1.9rem;
  }
}
.socials ul a {
  transition: transform 0.3s;
  display: block;
}
.socials ul a:hover {
  transform: scale(1.1);
}

/* ------------------------------------------------------------ *\
	Team
\* ------------------------------------------------------------ */
.team {
  position: relative;
  background-color: #004F8B;
  color: #fff;
  max-width: 360px;
}
.team .team__media img {
  width: 100%;
}
.team .team__title {
  padding: 2.2rem 3rem 3.1rem;
  text-transform: uppercase;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .team .team__title {
    padding: 2rem 1.5rem;
  }
}
.team .team__hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition: opacity 0.3s;
}
.team .team__hover .infobox {
  min-height: 100%;
  width: 100%;
}
@media (min-width: 993.02px) {
  .team .team__hover .infobox {
    padding: 2rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .team .team__hover .infobox {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .team .team__hover .infobox .infobox__content {
    margin-bottom: auto;
  }
}
.team .team__hover .infobox .infobox__content a {
  color: inherit;
}
.team .team__hover .infobox .infobox__actions {
  margin-top: 3rem;
}
.team:hover .team__hover {
  opacity: 1;
}

/* ------------------------------------------------------------ *\
	Txt Decor
\* ------------------------------------------------------------ */
.txt-decor {
  position: relative;
  padding-bottom: 1.3rem;
}
.txt-decor:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10rem;
  height: 0.3rem;
  background-color: currentcolor;
}
.txt-decor--blue:after {
  background-color: #004F8B;
}

section p a {
  color: #004F8B;
}

figure.video .embed-responsive {
  min-width: 800px;
  height: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  figure.video .embed-responsive {
    min-width: 400px;
  }
}

.gcprivacy-caption {
  bottom: 0 !important;
  transform: translateY(0) !important;
  top: auto !important;
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  padding-top: var(--header-bar-height);
}

/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/*
CCM19 Styles
*/
#ccm-control-panel .ccm-modal--header {
  padding-bottom: 5px;
}
#ccm-control-panel .ccm-modal--body {
  padding-top: 5px;
}

.ccm-root .ccm--tree-node-toggle::after {
  display: none;
  width: 0;
  height: 0;
  border: 0;
  transition: none;
}

#ccm-details .ccm-modal--footer button {
  font-weight: 600;
}

/*

OLD OM Cookie Manager Styles:

[data-omcookie-panel-show] {
    cursor: pointer;
}

.om-cookie-panel {
    padding: 25px;
    z-index: 9999;
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    opacity: 0;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    font-size: 16px;
    transform: translateY(100%) translateX(0);
    transition: transform 0.5s ease, opacity 0.3s;
    text-align: center;
    @media (min-width: 1024px) {
        min-width: 50vw;
        left: 50%;
        transform: translateY(100%) translateX(-50%);
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    &.active {
        transform: translateY(0) translateX(0);
        opacity: 1;
        @media (min-width: 1024px) {
            transform: translateY(0) translateX(-50%);
        }
    }

    h3 {
        margin: 0;
        padding: 0;
        text-align: left;
    }

    p {
        margin: 0;
        padding: 1em 0;
    }

    .cookie-panel__checkbox {
        display: none;
    }

    .cookie-panel__checkbox + label {
        cursor: pointer;
        line-height: 1.1;
        font-weight: 400;
        display: block;
    }

    .cookie-panel__checkbox + label::before {
        width: 15px;
        height: 15px;
        border-radius: 5px;
        border: 2px solid #1d9306;
        background-color: #fff;
        display: block;
        content: "";
        float: left;
        margin-right: 5px;
    }

    .cookie-panel__checkbox:checked + label::before {
        box-shadow: inset 0 0 0 3px #fff;
        background-color: #1d9306;
    }

    .cookie-panel__checkbox--state-inactiv + label::before {
        border-color: #666;
    }

    .cookie-panel__checkbox--state-inactiv:checked + label::before {
        background-color: #666;
    }

    .cookie-panel__checkbox-wrap {
        display: inline-block;
        line-height: 1.1;

        + .cookie-panel__checkbox-wrap {
            margin-left: 15px;
        }
    }

    .cookie-panel__description {
        clear: both;
        display: flex;
        justify-content: center;

        p {
            max-width: 1134px;
        }
    }

    .cookie-panel__link {
        padding-top: 1em;
    }

    .cookie-panel__button {
        @extend .btn;
        background: transparent;
        color: $c-blue;
        + .cookie-panel__button {
            margin-top: 15px;
        }

        @media (min-width: 1024px) {
            width: auto;
            display: inline-block;
            + .cookie-panel__button {
                margin-top: 0;
            }
        }
    }

    .cookie-panel__button--color--green {
        background-color: #1d9306;
    }

    .cookie-panel__attribution {
        position: absolute;
        bottom: 5px;
        right: 25px;
        font-size: 9px;
        font-style: italic;
        text-align: center;

        a {
            color: inherit;
            text-decoration: none;
        }
    }

    .cookie-panel__control {
        display: flex;
        justify-content: center;
        gap: 3px;
        margin-bottom: 15px;
    }

    .om-cookie__wrapper {
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .om-cookie__wrapper-imprint {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    #cookie-panel form {
        margin-bottom: 10px;
    }

    #cookie-panel {
        display: none;
        margin-bottom: 10px;
    }

    #cookieSettingsClose {
        display: none;
    }

    .panel {
        display: none;
        transition: opacity 5.5s ease;
    }

    .panel.show {
        display: block;
    }
}

.om-cookie-info {
    table {
        border: 1px solid black;
        border-collapse: collapse;

        th, td {
            padding: 10px 5px;
            border: 1px solid #ccc;
        }

        p {
            margin-top: 0;
        }

        p:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
        }
    }
}
*/
.search .search__controls .search__field {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px;
  width: 100%;
}

.chat--btn-user.btn-user p {
  font-size: 1.4rem;
  opacity: 1;
}

/* Karte hochziehen */
#pid-58 {
  /*
  #c1751 {
      margin-bottom: 260px;
  }

  .wsc0-none.section-default.shortcut {
      margin-top: -260px;
  }

   */
}

/* FD: Imprtant for RTE */
.text-blue {
  color: #004F8B !important;
}

.text-white {
  color: #fff !important;
}

.smallHeader {
  margin-top: 76px;
}
@media (min-width: 993px) and (max-width: 1199px) {
  .smallHeader {
    margin-top: 119px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .smallHeader {
    margin-top: 127px;
  }
}

.header.headerBGcolor {
  background-color: #004f8b;
}
.header.headerBGcolor .nav--alt > ul > li > ul {
  background-color: white;
}

.has-scroll .header.headerBGcolor {
  background-color: #fff;
}
.has-scroll .header.headerBGcolor .nav--alt > ul > li > ul {
  background-color: rgba(255, 255, 255, 0.89);
}

.section__title h1, .section__title .h1 {
  font-size: 5rem;
  line-height: 1.25;
  font-weight: 900;
}
@media only screen and (max-width: 500px) {
  .section__title h1, .section__title .h1 {
    font-size: 3.5rem;
  }
}

.card {
  flex-direction: inherit;
  border: 0;
}
.card .card-img-top {
  margin-bottom: 1.1rem;
}
.card .card-body {
  flex: 0 1;
  min-height: 1px;
  padding: 0;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.section-padding {
  padding: 5.9rem 0;
}

.section-fixedbackground {
  background-attachment: fixed;
}

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

.ContactInfoBox .infobox .infobox__content {
  margin-top: 0;
}
.ContactInfoBox .infobox .infobox__content a {
  display: inline-block;
}
.ContactInfoBox .infobox.infobox--alt .btn-ico .white, .ContactInfoBox .infobox.infobox--alt2 .btn-ico .white {
  display: none;
}
.ContactInfoBox .infobox.infobox--blue .btn-ico .orange {
  display: none;
}
.ContactInfoBox .ce-contact-box-hover .btn-ico .orange {
  display: none;
}

.section-text--blue .container > .row {
  color: #fff;
  text-align: center;
  margin: 0;
}
.section-text--blue .col-md {
  margin: 0 10px;
  background-color: #004F8B;
}

a.btn-ico {
  cursor: pointer;
}

.accordion__head {
  cursor: pointer;
}

.form-group .control-label {
  display: none;
}

.nav--alt > ul > li > ul {
  background-color: rgba(255, 255, 255, 0.89);
  transition: background-color 0.1s;
}

.has-scroll .nav--alt > ul > li > ul {
  background-color: rgb(255, 255, 255);
}

.nav-lang .is-active {
  color: #24272a;
}

.nav-lang ul li + li {
  margin-left: 0.4rem;
}

.btn-group.next.submit {
  margin: 20px 0;
}

.btn-primary {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

.search__btn-mod {
  background: url("../images/icos/ico-search-blue-bg.svg") no-repeat;
  background-size: contain;
  width: 65px;
  height: 65px;
  display: block;
  border: 0;
  text-indent: -3000px;
}

.linkconfig-btn-user-header__bar.btn-user {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.HeroImageSlide .hero__content-inner .btn {
  bottom: -10rem;
}

.jochen {
  border: 0;
}

/*

Styles für die Landingpage EP-Grip FUN

*/
#pid-380.parentpid-379 .header__main .col-nav {
  display: none;
}

/* ------------------------------------------------------------ *\
	Paginantion
\* ------------------------------------------------------------ */
.tx-indexedsearch-browsebox {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tx-indexedsearch-browsebox {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tx-indexedsearch-browsebox a {
    order: 2;
  }
}
.tx-indexedsearch-browsebox li {
  margin: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tx-indexedsearch-browsebox li {
    width: 100%;
    order: 0;
    justify-content: center;
    margin-bottom: 3rem;
  }
}

ul.tx-indexedsearch-browsebox {
  display: inline-flex;
  align-items: center;
  list-style-type: none;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
ul.tx-indexedsearch-browsebox li {
  color: #707070;
}
ul.tx-indexedsearch-browsebox li + li {
  margin-left: 2.3rem;
}
ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  color: #004F8B;
  font-weight: 700;
}
ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a:before {
  transform: scale(1.33);
  background-color: #004F8B;
}
ul.tx-indexedsearch-browsebox a {
  text-decoration: none;
  display: block;
  transition: color 0.3s;
  color: #707070;
  font-weight: 300;
}
ul.tx-indexedsearch-browsebox a:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin-bottom: 0.5rem;
  transition: background-color 0.3s;
  left: 37%;
  position: relative;
}
ul.tx-indexedsearch-browsebox a:hover {
  color: #004F8B;
}
ul.tx-indexedsearch-browsebox a:hover:before {
  background-color: #004F8B;
}