@charset "UTF-8";

/* src/scss/app.scss */
html {
  position: relative;
  min-height: 100%;
  background-color: #f4f5f7;
}
body {
  font-family: "PT Serif", serif;
  line-height: 1.4;
  color: #000;
  margin-bottom: 159px;
}
@media only screen and (max-width: 991px) {
  body {
    margin-bottom: 154px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    margin-bottom: 267px;
  }
}
.bg-white {
  background-color: #fff;
}
.c-white {
  color: #fff;
}
.bg-dark-blue {
  background-color: #253276;
  color: #fff;
}
.c-dark-blue {
  color: #253276;
}
.bg-blue {
  background-color: #314196;
  color: #fff;
}
.c-blue {
  color: #314196;
}
.bg-light-gray {
  background-color: #f4f5f7;
}
.c-light-gray {
  color: #f4f5f7;
}
.bg-teal {
  background-color: #32cbd2;
}
.bg-teal:not([class*=c-]) {
  color: #253276;
}
.c-teal {
  color: #32cbd2;
}
.bg-teal .c-teal {
  color: #fff;
}
.bg-yellow {
  background-color: #fcbf02;
}
.bg-yellow:not([class*=c-]) {
  color: #253276;
}
.c-yellow {
  color: #fcbf02;
}
.c-black {
  color: #000;
}
.f-poppins {
  font-family: "Poppins", sans-serif;
}
.f-ptSerif {
  font-family: "PT Serif", serif;
}
.f-400,
.f-400 * {
  font-weight: 400 !important;
}
.f-500,
.f-500 * {
  font-weight: 500 !important;
}
.f-600,
.f-600 * {
  font-weight: 600 !important;
}
.f-700,
.f-700 * {
  font-weight: 700 !important;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700 !important;
  line-height: 1.4;
}
h1:not([class*=c-]),
h2:not([class*=c-]),
h3:not([class*=c-]),
h4:not([class*=c-]),
h5:not([class*=c-]),
.h1:not([class*=c-]),
.h2:not([class*=c-]),
.h3:not([class*=c-]),
.h4:not([class*=c-]),
.h5:not([class*=c-]) {
  color: #253276;
}
.bg-dark-blue h1:not([class*=c-]),
.bg-dark-blue h2:not([class*=c-]),
.bg-dark-blue h3:not([class*=c-]),
.bg-dark-blue h4:not([class*=c-]),
.bg-dark-blue h5:not([class*=c-]),
.bg-dark-blue .h1:not([class*=c-]),
.bg-dark-blue .h2:not([class*=c-]),
.bg-dark-blue .h3:not([class*=c-]),
.bg-dark-blue .h4:not([class*=c-]),
.bg-dark-blue .h5:not([class*=c-]) {
  color: #fff;
}
.h1 {
  font-size: 77px;
  line-height: 1.2;
  letter-spacing: -2px;
}
h1 {
  letter-spacing: -2px;
}
.h2 {
  font-size: 44px;
  letter-spacing: -1px;
}
h2 {
  letter-spacing: -1px;
}
.h3 {
  font-size: 33px;
  line-height: 1.3;
}
.h4 {
  font-size: 26px;
}
.h5 {
  font-size: 20px;
}
p {
  letter-spacing: 0;
}
p.lead {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}
p a {
  font-weight: 700;
  color: #253276;
  text-decoration: underline;
}
p a:hover,
p a:focus {
  color: #fcbf02;
}
.bg-yellow p a:hover,
.bg-yellow p a:focus {
  color: #314196;
}
.layout_pagets__news p a:not([href^=mailto]):before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../Img/SVG/link-icon.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-size: contain;
  background-position: left center;
  vertical-align: middle;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: underline;
}
.page-content {
  padding-top: 65px;
  padding-bottom: 65px;
}
.page-content + .page-content {
  padding-top: 0;
  margin-top: -25px;
}
a,
button {
  outline: none !important;
  box-shadow: none !important;
}
@media only screen and (min-width: 992px) {
  .h1-small {
    font-size: 44px;
    letter-spacing: -1px;
  }
  .h2-small {
    font-size: 33px;
    letter-spacing: 0;
  }
  .page-content > div {
    padding-right: 0;
  }
  .w-lg-75 {
    width: 75%;
  }
}
@media only screen and (max-width: 991px) {
  .h1 {
    font-size: 44px;
    letter-spacing: -1px;
  }
  .h2 {
    font-size: 33px;
    letter-spacing: 0;
  }
  .h3 {
    font-size: 22px;
  }
  .page-content {
    padding-top: 55px;
    padding-bottom: 45px;
  }
  .page-content + .page-content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .h1 {
    font-size: 33px;
    letter-spacing: 0;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .h2 {
    font-size: 22px;
  }
  .h4,
  .h5 {
    font-size: 16px;
  }
  p.lead {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .page-content {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .page-content br {
    display: none;
  }
  .content br {
    display: none;
  }
}
input,
textarea,
[contenteditable] {
  box-shadow: none !important;
}
img[data-caption] {
  position: relative;
}
img[data-caption]:after {
  display: block;
  content: attr(data-caption);
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 12px;
  color: inherit;
  max-width: 75%;
  font-weight: 400;
  font-family: "PT Serif", serif;
  line-height: 1.17;
}
.btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border-radius: 25px;
  padding: 11px 32px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  border-width: 3px;
}
.btn-yellow {
  background-color: #fcbf02;
  color: #000;
}
.btn-yellow:hover {
  background-color: #314196;
  color: #fff;
}
.bg-dark-blue .btn-yellow:hover {
  border-color: #fff;
}
.btn-blue {
  background-color: #253276;
  color: #fff;
}
.btn-blue:hover {
  background-color: #314196;
  color: #fff;
}
.btn-blue.btn-ghost {
  color: #253276;
  border: 2px solid #253276;
  background-color: transparent;
}
.btn-blue.btn-ghost:hover {
  background-color: #314196;
  color: #fff;
  border-color: transparent;
}
.btn-white {
  background-color: #fff;
  color: #000;
}
.btn-white:hover {
  background-color: #314196;
  color: #fff;
}
#main-menu {
  position: absolute;
  width: 100%;
  display: block !important;
  height: auto !important;
  top: 0;
  left: 0;
  padding-top: 150px;
  padding-bottom: 30px;
  opacity: 0;
  z-index: 1;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  transform: translateY(-100%);
  transition: transform 0.2s ease-out, opacity 0.2s ease-in;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #main-menu {
    padding-bottom: 120px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #main-menu {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  #main-menu {
    padding-top: 130px;
  }
  #main-menu .h1-small {
    font-size: 22px;
  }
  #main-menu .bottom-nav a {
    font-size: 13px;
    line-height: 1;
    font-weight: 600 !important;
  }
}
@media only screen and (max-width: 359px) {
  #main-menu {
    padding-top: 115px;
  }
}
#main-menu.show {
  transform: translateY(0);
  opacity: 1;
}
#main-menu .top-nav a {
  display: table;
  opacity: 0;
  transition:
    transform 0.4s ease-in 0.2s,
    opacity 0.2s ease-in-out 0.2s,
    color 0.15s ease-in-out;
}
#main-menu .top-nav li:nth-of-type(1) a {
  transform: translateX(155px);
}
#main-menu .top-nav li:nth-of-type(2) a {
  transform: translateX(120px);
}
#main-menu .top-nav li:nth-of-type(3) a {
  transform: translateX(95px);
}
#main-menu .top-nav li:nth-of-type(4) a {
  transform: translateX(70px);
}
#main-menu .top-nav li:nth-of-type(5) a {
  transform: translateX(60px);
}
#main-menu .top-nav li:nth-of-type(6) a {
  transform: translateX(50px);
}
#main-menu .top-nav li:nth-of-type(7) a {
  transform: translateX(40px);
}
#main-menu.show .top-nav li a {
  transform: translateX(0);
  opacity: 1;
}
#main-menu .bottom-nav {
  position: absolute;
  bottom: 30px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #main-menu .bottom-nav {
    bottom: 80px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #main-menu .bottom-nav {
    bottom: 80px;
  }
}
@media only screen and (max-width: 359px) {
  #main-menu .bottom-nav {
    bottom: 45px;
  }
}
#main-menu .bottom-nav a {
  color: #fff;
  line-height: 1.2;
}
#main-menu .bottom-nav li + li {
  border-left: 2px solid;
}
#main-menu .bottom-nav li:first-child a {
  padding-left: 0;
}
#main-menu a {
  transition: color 0.15s ease-in-out;
}
#main-menu a:hover,
#main-menu a:focus {
  text-decoration: none;
  color: #fcbf02;
}
header {
  padding: 0;
}
header .nav-box {
  padding: 1px 30px 0;
  max-width: 1340px;
  margin: -1px auto 0;
  position: relative;
  z-index: 2;
}
header .nav-box.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
header .nav-box.dummy .navbar {
  visibility: hidden;
}
@media only screen and (max-width: 991px) {
  header .nav-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  header .nav-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
header .navbar {
  margin: 30px 0 0;
  padding: 0;
  background: #fff;
  height: 77px;
}
header .navbar > * {
  position: relative;
}
header .navbar .navbar-brand {
  padding: 0;
  margin-left: 25px;
}
header .navbar .navbar-brand span {
  color: #fff;
  background-color: #253276;
  padding: 5px 7px;
  display: inline-block;
  transform: rotate(-2deg);
  line-height: 1;
}
header .navbar .navbar-brand span:last-child {
  position: relative;
  top: 2px;
  left: -5px;
  padding-left: 3px;
  padding-right: 5px;
}
header .navbar h5,
header .navbar .h5 {
  margin: 0;
  font-weight: 600 !important;
  font-size: 20px;
  text-transform: uppercase;
  color: #172e4c;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 0;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
header .navbar form {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
header .navbar form input {
  border-radius: 0;
  border: transparent;
  transition: color 0.3s linear;
  color: transparent;
}
@media only screen and (min-width: 992px) {
  header .navbar form input {
    font-size: 20px;
  }
}
header .navbar form.active {
  z-index: 0;
}
header .navbar form.active input {
  color: #9098b1;
}
header .navbar form .input-group-text {
  padding: 0 17px;
}
header .navbar form .input-group-append {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 3;
}
header .navbar form .input-group-append > span {
  border-radius: 0 !important;
  background-color: #fff;
  border-color: transparent;
}
header .navbar .navbar-toggler {
  background-color: #fcbf02;
  border: none;
  border-radius: 0;
  color: #172e4c;
  padding: 0 40px 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
header .navbar #search-toggler {
  background: #fff;
  border: none;
  padding: 0 25px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  header .navbar {
    margin-top: 15px;
    height: 70px;
  }
  header .navbar .navbar-brand {
    margin-left: 20px;
    transform: scale(0.9);
    transform-origin: left center;
  }
  header .navbar h5,
  header .navbar .h5 {
    font-size: 13px;
  }
  header .navbar .navbar-toggler {
    padding: 0 25px;
  }
  header .navbar #search-toggler {
    padding: 0 20px;
  }
  header .navbar form .input-group-text {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  header .navbar {
    margin-top: 10px;
    height: 65px;
  }
  header .navbar .navbar-brand {
    margin-left: 15px;
    transform: scale(0.75) translateY(-65%);
    top: 50%;
    position: absolute;
  }
  header .navbar h5,
  header .navbar .h5 {
    display: none !important;
  }
  header .navbar .navbar-toggler {
    padding: 0 20px;
    font-size: 11px;
  }
  header .navbar #search-toggler {
    padding: 0 15px;
  }
  header .navbar form .input-group-text {
    padding: 0 7px;
  }
}
header #hero-box + .nav-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-top: 0;
}
.nav-icon {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  margin-bottom: 2px;
  transition: 0.2s ease-in-out;
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  background: #172e4c;
  border-radius: 0px;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.nav-icon span:nth-child(1) {
  top: 10px;
  transform-origin: left center;
}
.nav-icon span:nth-child(2) {
  top: 19px;
  transform-origin: left center;
}
.nav-icon span:nth-child(3) {
  top: 28px;
  transform-origin: left center;
}
#search-close span:nth-child(1),
.navbar-toggler:not([class*=collapsed]) .nav-icon span:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
  left: 6px;
}
#search-close span:nth-child(2),
.navbar-toggler:not([class*=collapsed]) .nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#search-close span:nth-child(3),
.navbar-toggler:not([class*=collapsed]) .nav-icon span:nth-child(3) {
  transform: rotate(-45deg);
  top: 33px;
  left: 6px;
}
#hero-box .hero-box {
  min-height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#hero-box .hero-box .caption-bg {
  position: absolute;
  bottom: -40px;
  left: 20px;
  width: 100%;
  height: 120px;
  content: "";
  display: block;
  background-color: rgba(16, 15, 15, 0.75);
  z-index: 0;
  filter: blur(64px);
}
#hero-box .hero-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: transform 1s ease-out;
  opacity: 1;
}
#hero-box .hero-box:hover img {
  transform: scale(1.1);
}
#hero-box .hero-box .hero-content {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 0 20px;
  z-index: 1;
}
#hero-box .hero-box .hero-content:after {
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../Img/SVG/right_blue_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  margin-top: 45px;
}
#hero-box .hero-box h1,
#hero-box .hero-box .h1 {
  color: #fff;
  background-color: #fcbf02;
  display: table;
  margin: 0;
  line-height: 1;
  padding: 5px 15px;
}
#hero-box .hero-box p {
  color: #000;
  background-color: #fcbf02;
  display: table;
  padding: 10px 15px;
  margin-top: -15px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  #hero-box .hero-box .hero-content {
    width: auto;
    left: 20px;
    padding: 0 15px;
  }
  #hero-box .hero-box .hero-content:after {
    margin-bottom: 0;
  }
  #hero-box .hero-box-left .hero-content {
    right: 20px;
    left: auto;
    min-width: 550px;
  }
  header #hero-box .hero-box-left .hero-content {
    right: 0;
    min-width: 1px;
    width: 100%;
    max-width: 670px;
    padding-left: 30px;
    padding-right: 35px;
  }
  header #hero-box .hero-box-left.embed-responsive-21by9 .hero-content {
    max-width: 96%;
  }
}
@media only screen and (min-width: 992px) {
  #hero-box .hero-box {
    min-height: 512px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #hero-box .hero-box {
    min-height: 50vh;
  }
  #hero-box .hero-box h1,
  #hero-box .hero-box .h1 {
    font-size: 77px;
  }
}
@media only screen and (max-width: 767px) {
  #hero-box .hero-box .hero-content {
    bottom: 20px;
  }
  #hero-box .hero-box .hero-content h1,
  #hero-box .hero-box .hero-content .h1 {
    font-size: 37px;
    letter-spacing: -1px;
    padding: 5px 10px;
  }
  #hero-box .hero-box .hero-content p {
    padding: 3px 10px;
    margin-top: -10px;
    line-height: 1.2;
  }
  #hero-box .hero-box .hero-content:after {
    display: none;
  }
}
.teaser {
  padding: 80px 0;
}
#article .teaser {
  padding: 70px 45px;
}
@media only screen and (max-width: 991px) {
  #article .teaser {
    padding: 50px 25px;
  }
  #article .teaser .teaser-img {
    height: auto;
    width: 50%;
  }
  #article .teaser .teaser-text {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  #article .teaser {
    padding: 25px;
  }
  #article .teaser .teaser-title {
    padding-top: 0;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  #article .teaser .teaser-img {
    width: 100%;
    margin-top: -35px;
  }
  #article .teaser .teaser-text {
    width: 100%;
  }
}
.teaser .teaser-name + .teaser-title {
  padding-top: 0;
}
.teaser .teaser-title {
  padding-top: 1.5rem;
}
.teaser .teaser-content {
  position: relative;
}
.teaser .teaser-content-inner > * {
  position: relative;
  z-index: 1;
}
.teaser .teaser-title {
  line-height: 1.14;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.bg-dark-blue .teaser .teaser-title {
  color: #fff;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .teaser .teaser-title {
    line-height: 1.21;
  }
}
@media only screen and (max-width: 767px) {
  .teaser .teaser-title {
    line-height: 1.4;
  }
}
.teaser.teaser-big .teaser-title {
  font-size: 44px;
  line-height: 1.14;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  .teaser.teaser-big .teaser-title {
    font-size: 33px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.teaser .teaser-img {
  margin-top: -40px;
  margin-bottom: 20px;
  z-index: 0;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .teaser .teaser-img {
    height: auto !important;
  }
}
.teaser .teaser-text {
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .teaser .teaser-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .teaser .teaser-text {
    line-height: 1.4;
  }
}
.teaser .btn {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .teaser .teaser-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    margin: 0;
  }
  .teaser .teaser-text,
  .teaser .teaser-content-inner {
    width: 60%;
  }
}
@media only screen and (min-width: 992px) {
  .teaser.teaser-big {
    padding: 100px 0 85px;
  }
  .teaser.teaser-big .teaser-text {
    margin: 10px;
  }
  .teaser.teaser-big .teaser-title {
    font-size: 77px;
    margin-bottom: 30px;
    letter-spacing: -2px;
    line-height: 1.04;
  }
}
.teaser .teaser-links {
  margin-top: 80px;
  margin-left: -6px;
  margin-right: -6px;
}
.teaser .teaser-links > div {
  padding-left: 6px;
  padding-right: 6px;
}
@media only screen and (max-width: 991px) {
  .teaser .teaser-links {
    margin-left: -10px;
    margin-right: -10px;
  }
  .teaser .teaser-links > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .teaser .teaser-links {
    margin-top: 100px;
  }
  .teaser .teaser-links > div:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .teaser .teaser-links {
    margin-top: 77px;
  }
  .teaser .teaser-links > div + div {
    margin-top: 40px;
  }
}
.teaser.bg-dark-blue .teaser-title,
.teaser.bg-dark-blue .teaser-link {
  color: #fff;
}
.teaser .teaser-link {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 22px;
}
.bg-dark-blue .teaser .teaser-link {
  color: #fff;
}
.teaser .teaser-link .embed-responsive {
  margin-bottom: 20px;
}
.teaser .teaser-link .embed-responsive img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  padding: 15px;
}
.teaser .teaser-link span {
  display: block;
  background-image: url(../Img/SVG/link.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left center;
}
.teaser-name,
.article-name {
  letter-spacing: 2px;
}
.teaser-cta {
  padding-top: 85px;
  padding-bottom: 90px;
}
.teaser-cta .teaser-name {
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.teaser-cta .teaser-title {
  font-size: 44px;
  line-height: 1.18;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .teaser-cta .teaser-title {
    font-size: 33px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .teaser-cta .teaser-title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.teaser-cta .teaser-text {
  line-height: 1.4;
  margin: 0 0 35px;
}
@media only screen and (max-width: 767px) {
  .teaser-cta .teaser-text {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .teaser-cta {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 359px) {
  .teaser-cta .btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 280px;
  }
}
.teaser-news {
  padding-top: 75px;
  padding-bottom: 70px;
}
.teaser-news .teaser-title {
  font-size: 33px;
  line-height: 1.21;
}
@media only screen and (max-width: 767px) {
  .teaser-news .teaser-title {
    font-size: 22px;
  }
}
.teaser-news .teaser-links {
  margin-top: 50px;
  margin-left: -6px;
  margin-right: -6px;
}
.teaser-news .teaser-links > div {
  padding-left: 6px;
  padding-right: 6px;
}
.teaser-news .teaser-link {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 22px;
  color: #253276;
}
.teaser-news .teaser-link .embed-responsive {
  margin-bottom: 25px;
  background-color: #fff;
}
.teaser-news .teaser-link .embed-responsive img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.teaser-news .teaser-link span {
  display: block;
}
.teaser-news .teaser-link span:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../Img/SVG/link-icon.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-size: contain;
  background-position: left center;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .teaser-news {
    padding-top: 50px;
    padding-bottom: 95px;
  }
  .teaser-news .teaser-links > div + div {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .teaser-news {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .teaser-news .teaser-links > div + div {
    margin-top: 40px;
  }
  .teaser-news .btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 280px;
  }
}
.news-item + .news-item,
.search-result + .news-item {
  margin-top: 60px;
}
.news-item:last-of-type,
.search-result:last-of-type {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .news-item + .news-item,
  .search-result + .news-item {
    margin-top: 50px;
  }
  .news-item:last-of-type,
  .search-result:last-of-type {
    padding-bottom: 80px;
  }
}
.news-item .embed-responsive,
.search-result .embed-responsive {
  background-color: #fff;
}
.news-item .embed-responsive-item,
.search-result .embed-responsive-item {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.news-item a.link-text,
.search-result a.link-text {
  display: table;
  background-image: url(../Img/plus_icon.png);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left center;
  color: #000;
}
.search-tool .search-result {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .search-tool h4,
  .search-tool .h4 {
    font-size: 22px;
  }
  .search-tool h5,
  .search-tool .h5 {
    font-size: 20px;
  }
  .search-tool .search-result {
    margin-top: 30px;
  }
}
.about-item + .about-item {
  margin-top: 50px;
}
.about-item:last-of-type {
  padding-bottom: 100px;
}
.about-item .embed-responsive {
  background-color: #fff;
}
.about-item .embed-responsive-item {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
@media only screen and (max-width: 767px) {
  .about-item + .about-item {
    margin-top: 40px;
  }
  .about-item:last-of-type {
    padding-bottom: 60px;
  }
}
#contact {
  padding-top: 150px;
  padding-bottom: 115px;
}
#contact .form-group {
  margin-bottom: 50px;
}
#contact label:not([class*=custom-control]) {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 700;
}
#contact input,
#contact textarea,
#contact [contenteditable] {
  border-color: #fff;
  border-radius: 0;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #9098b1;
  min-height: 50px;
}
#contact .form-group.position-relative .form-control {
  z-index: 1;
  position: relative;
}
#contact .form-group.position-relative [contenteditable] + textarea {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 0;
  padding: 0;
  min-height: 1px;
  border: 0;
}
#contact .custom-checkbox .custom-control-label:before {
  background-color: #fff;
}
#contact .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #253276;
}
#contact button {
  display: table;
  min-width: 280px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  #contact {
    padding-top: 80px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  #contact {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  #contact .form-group {
    margin-bottom: 25px;
  }
  #contact button {
    margin-top: 50px;
    min-width: 100%;
  }
}
#partners {
  padding-top: 50px;
  padding-bottom: 30px;
}
#partners p {
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}
#partners .row > div {
  margin-bottom: 30px;
}
#partners img {
  max-width: 100%;
}
#newsletter {
  padding-top: 50px;
  padding-bottom: 50px;
}
#newsletter h2,
#newsletter .h2 {
  letter-spacing: -1px;
  font-size: 44px;
  margin-bottom: 5px;
}
#newsletter p {
  margin-bottom: 0;
}
#newsletter input {
  font-size: 16px;
  border-color: #fff;
  color: #9098b1;
}
#newsletter button {
  margin-left: 20px;
}
@media only screen and (min-width: 768px) {
  #newsletter label {
    position: absolute;
  }
}
@media only screen and (max-width: 991px) {
  #newsletter p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #newsletter h2,
  #newsletter .h2 {
    font-size: 33px;
  }
  #newsletter p {
    margin-bottom: 25px;
  }
  #newsletter input {
    margin-bottom: 20px;
  }
  #newsletter button {
    margin-left: 0;
    display: table;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.step-list {
  padding-bottom: 25px;
  min-width: 100%;
}
.step-list > .row {
  margin: 0;
}
.step-list .divider {
  color: #32cbd2;
  border-top: 4px dotted;
  position: relative;
  margin: 60px 15% 105px;
  display: block;
}
.step-list .divider:nth-of-type(even) {
  transform: rotateY(180deg);
}
.step-list .divider:before,
.step-list .divider:after {
  content: "";
  position: absolute;
  height: 60px;
  width: 50px;
}
.step-list .divider:before {
  right: 100%;
  top: -4px;
  border-left: 4px dotted;
  border-top: 4px dotted;
  margin-right: -4px;
  border-top-left-radius: 30px;
}
.step-list .divider:after {
  border-right: 4px dotted;
  border-bottom: 4px dotted;
  left: 100%;
  bottom: 0;
  margin-left: -4px;
  border-bottom-right-radius: 30px;
}
.step-list h3,
.step-list .h3 {
  position: relative;
}
.step-list h3 b,
.step-list .h3 b {
  position: relative;
}
.step-list h3 span,
.step-list .h3 span {
  color: #fcbf02;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-45%);
  font-size: 157px;
  letter-spacing: -5px;
  line-height: 1;
}
.step-list p {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .step-list .divider {
    margin: 150px 15%;
  }
  .step-list .divider:before,
  .step-list .divider:after {
    height: 120px;
  }
  .step-list .divider:before {
    border-top-left-radius: 50px;
  }
  .step-list .divider:after {
    border-bottom-right-radius: 50px;
  }
  .step-list h3,
  .step-list .h3 {
    font-size: 44px;
    letter-spacing: -1px;
  }
  .step-list h3 span,
  .step-list .h3 span {
    font-size: 197px;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .step-list .divider {
    margin: 55px 20px;
  }
  .step-list .divider:before,
  .step-list .divider:after {
    height: 50px;
    width: 20px;
  }
  .step-list .divider:before {
    border-top-left-radius: 20px;
  }
  .step-list .divider:after {
    border-bottom-right-radius: 20px;
  }
  .step-list h3,
  .step-list .h3 {
    margin-top: 10px;
    padding-right: 26%;
  }
  .step-list h3 span,
  .step-list .h3 span {
    font-size: 117px;
  }
  .step-list p {
    margin-bottom: 10px;
  }
  .step-list img {
    margin: 15px 0;
  }
}
.download-item {
  padding: 25px;
  padding-right: 92px;
  position: relative;
}
.download-item:hover {
  text-decoration: none;
}
.download-item:hover h4,
.download-item:hover .h4 {
  text-decoration: underline;
}
.download-item + .download-item {
  margin-top: 15px;
}
.download-item span {
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}
.download-item span + span {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .download-item span {
    display: block;
  }
  .download-item span + span {
    margin: 4px 0 20px 0;
  }
}
.download-item h4,
.download-item .h4 {
  font-size: 22px;
}
.download-item .icon {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .download-item {
    padding-right: 25px;
    padding-bottom: 112px;
  }
}
.download-list {
  padding-top: 25px;
  padding-bottom: 90px;
}
.download-list .download-list-item {
  padding: 50px 35px;
  text-align: center;
  position: relative;
}
.download-list .download-list-item span {
  letter-spacing: 2px;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: right top;
  top: 30px;
  right: calc(100% - 10px);
}
.download-list .download-list-item img {
  max-width: 100%;
  margin: 15px 0;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.download-list .download-list-item p {
  color: inherit;
}
.download-list .download-list-item a {
  display: block;
}
@media only screen and (min-width: 992px) {
  .download-list .container {
    max-width: 1366px;
    padding: 0;
  }
  .download-list .container .row {
    margin: 0;
  }
  .download-list .container .row > div {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .download-list .row {
    margin: 0 -7px;
  }
  .download-list .row > div {
    padding: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .download-list .row > div + div {
    margin-top: 10px;
  }
  .download-list .download-list-item {
    padding: 30px 24px 25px;
  }
}
.tags-list {
  padding-top: 25px;
  padding-bottom: 55px;
}
.tags-list > div.flex-grow-0 {
  min-width: 61px;
}
.tags-list a {
  margin: 0px 5px 10px;
  padding: 2px 15px;
  border-radius: 15px;
  background-color: #fcbf02;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .tags-list {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.links-list {
  list-style: none;
  margin: 0;
  padding: 5px 0 50px;
}
.links-list li + li {
  margin-top: 15px;
}
.links-list a {
  display: table;
  padding-left: 30px;
  color: #000;
  position: relative;
  text-decoration: underline;
}
.links-list a:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../Img/SVG/right_blue_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.more-news:not([class*=filtered-list]) {
  margin-left: -6px;
  margin-right: -6px;
}
.more-news:not([class*=filtered-list]) > div {
  padding-left: 6px;
  padding-right: 6px;
}
.more-news img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.more-news h4,
.more-news .h4 {
  font-size: 20px;
}
.filters-list h6,
.filters-list .h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #253276;
  margin-bottom: 10px;
}
.filters-list .filters-col {
  margin-bottom: 30px;
}
.filters-list .filters-col.d-flex {
  flex-wrap: wrap;
}
.filters-list .filters-col.d-flex .custom-control {
  width: 50%;
}
.custom-checkbox {
  margin-bottom: 10px;
  padding-left: 35px;
  min-height: 25px;
}
.custom-checkbox .custom-control-label {
  cursor: pointer;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0;
  background-color: #d8d8d8;
  top: -1px;
  left: -35px;
  width: 25px;
  height: 25px;
  box-shadow: none !important;
}
.custom-checkbox .custom-control-label:after {
  top: -1px;
  left: -35px;
  width: 25px;
  height: 25px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #fcbf02;
}
.filtered-list > .news-item,
.filtered-list > .news-item + .news-item {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .filtered-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .filtered-list > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .article-page header {
    position: absolute;
    width: 100%;
  }
}
#article {
  position: relative;
  background: #f4f5f7;
  z-index: 0;
}
#article .tx-dce-pi1 .row {
  margin: 0;
}
#article .container .container {
  padding-left: 0;
  padding-right: 0;
}
#article .container .container .row:not([class*=filter]):not([class*=teaser]) {
  margin: 0;
}
#article .container .container .row:not([class*=filter]):not([class*=teaser]) > div {
  padding-top: 0;
  padding-bottom: 0;
}
#article .container .container .row:not([class*=filter]):not([class*=teaser]) > div.yt-video-box {
  padding-left: 0;
  padding-right: 0;
}
#article .row .row:not([class*=filter]):not([class*=teaser]):not([class*=tags-list]) {
  margin: 0;
}
#article .row .row:not([class*=filter]):not([class*=teaser]):not([class*=tags-list]) > div:not([class]) {
  width: 100%;
}
#article ul:not([class]) {
  list-style: none;
  padding-left: 25px;
}
#article ul:not([class]) li {
  position: relative;
}
#article ul:not([class]) li:before {
  content: "\2014";
  color: #253276;
  position: absolute;
  left: -25px;
}
#article ul:not([class]) li + li {
  margin-top: 10px;
}
#article #hero-box {
  top: 0;
  left: 0;
  width: 100%;
  background: #f4f5f7;
  overflow: hidden;
}
#article #hero-box .caption {
  display: block;
  position: absolute;
  font-size: 12px;
  color: #fff;
  max-width: 75%;
  font-weight: 400;
  font-family: "PT Serif", serif;
  line-height: 1.17;
  bottom: 30px;
  right: 7%;
  padding-left: 12%;
  padding-bottom: 2px;
  z-index: 1;
}
#article #hero-box .hero-box .hero-content.back-text {
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: auto;
  top: 50%;
  z-index: 1;
}
#article #hero-box .hero-box .hero-content.back-text span {
  background-color: #fcbf02;
  letter-spacing: 1px;
  color: #fff;
  font-size: 22px;
  display: table;
  padding: 0px 10px;
  transform: rotate(-90deg);
  white-space: nowrap;
}
#article #hero-box .hero-box .hero-content.back-text:after {
  display: none;
}
#article #hero-box .hero-box .hero-content:not([class*=back-text]):after {
  background-image: url(../Img/back_icon.png);
  margin: 0;
  display: block;
}
#article.back-right #hero-box .hero-box .back-text {
  left: auto;
  right: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(50%, 50%);
}
@media only screen and (min-width: 992px) {
  #article {
    margin-top: -107px;
  }
  #article .container > .row:not([class*=filter]):not([class*=teaser]) > div {
    padding-top: 190px;
    padding-bottom: 100px;
  }
  #article #hero-box {
    position: fixed;
    height: 100%;
  }
  #article #hero-box.position-absolute {
    top: auto;
    bottom: 0;
  }
  @supports (position: sticky) {
    #article #hero-box {
      position: sticky;
      height: 100vh;
    }
    #article > .container {
      margin-top: -100vh;
    }
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #article #hero-box .hero-box {
    min-height: 350px;
  }
  #article .container > .row > div {
    padding-top: 55px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  #article #hero-box .hero-box {
    min-height: 320px;
  }
  #article .container > .row > div {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.yt-video-box {
  padding-bottom: 60px;
}
.yt-video-box .yt-video {
  cursor: pointer;
  outline: none;
}
.yt-video-box .yt-video:before {
  padding-top: 56.25%;
  background-image: url(../Img/play_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.yt-video-box .yt-video:after {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 80%;
  text-align: center;
  color: #fff;
  content: attr(title);
  z-index: 2;
  font-size: 14px;
  line-height: 20px;
}
.yt-video-box .yt-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  z-index: 0;
  transition: transform 7s ease-out, opacity 0.5s ease-out;
  opacity: 1;
}
.yt-video-box .yt-video:hover img {
  transform: scale(1.1);
  opacity: 0.7;
}
.yt-video-box .yt-video.active img {
  opacity: 0;
}
.yt-video-box .yt-video.active:before {
  z-index: -1;
}
.yt-video-box .yt-video.active:after {
  display: none;
}
.yt-video-box h4,
.yt-video-box .h4 {
  font-size: 22px;
}
#accordion {
  min-height: 720px;
}
@media only screen and (max-width: 991px) {
  #accordion {
    flex-direction: column;
    min-height: 640px;
  }
}
@media only screen and (max-width: 767px) {
  #accordion {
    min-height: 280px;
  }
}
#accordion > div {
  flex-grow: 1;
  transition: all 0.5s ease-in-out;
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 65%;
  min-width: 60px;
}
#accordion > div:target {
  flex-grow: 99;
}
#accordion > div:target a.expand {
  opacity: 0;
  position: absolute;
}
#accordion > div:target .tab-content {
  opacity: 1;
  visibility: visible;
  animation-name: position;
  animation-delay: 0.5s;
  animation-duration: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@supports (-webkit-overflow-scrolling: touch) {
  #accordion > div:target .tab-content {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  #accordion > div {
    background-image: none !important;
  }
}
#accordion a.expand {
  display: block;
  text-decoration: none;
  transition: opacity 0.5s ease-in-out, padding 0.5s ease-in-out;
  position: relative;
  z-index: 0;
  padding: 15px 20px;
}
#accordion a.expand h5,
#accordion a.expand .h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  position: relative;
  transition: transform 0.2s ease-in-out;
}
#accordion a.expand h5 img,
#accordion a.expand .h5 img {
  position: static;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  #accordion a.expand {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #accordion a.expand {
    padding: 64px 20px;
  }
}
@media only screen and (min-width: 992px) {
  #accordion a.expand {
    position: absolute;
    padding: 40px 20px;
  }
  #accordion a.expand h5 img,
  #accordion a.expand .h5 img {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin: 0 0 10px -10px;
  }
}
#accordion .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  visibility: hidden;
  overflow: hidden;
  padding: 25px 30px 80px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  transition-delay: 0.5s;
  background-color: inherit;
}
@media only screen and (min-width: 1200px) {
  #accordion .tab-content {
    padding: 60px 80px 80px 100px;
  }
  #accordion .tab-content a.fold {
    left: 100px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #accordion .tab-content {
    padding: 20px 20px 65px;
  }
  #accordion .tab-content a.fold {
    left: 20px;
  }
}
#accordion .tab-content h2,
#accordion .tab-content .h2 {
  line-height: 1.1;
  margin-bottom: 25px;
}
#accordion .tab-content h2 a,
#accordion .tab-content .h2 a {
  color: inherit;
  display: table;
  background-image: url(../Img/SVG/link-icon.svg);
  background-repeat: no-repeat;
  background-size: 19px;
  padding-left: 30px;
  background-position: top left;
  letter-spacing: 0;
}
#accordion .bg-white a h5,
#accordion .bg-white a .h5 {
  color: #253276;
}
#accordion .bg-dark-blue .tab-content .h6 {
  color: #fcbf02;
}
#accordion .bg-yellow .tab-content .h6 {
  background-image: url(../Img/SVG/right_blue_icon.svg);
}
#accordion .bg-yellow .tab-content p {
  color: #000;
}
#accordion .bg-teal .tab-content p {
  color: #fff;
}
#accordion a.fold {
  color: inherit;
  display: table;
  background-image: url(../Img/SVG/link-icon\ copy.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left center;
  background-size: contain;
  position: absolute;
  left: 25px;
  bottom: 30px;
}
#accordion.active > div {
  background-size: 0;
}
@media only screen and (min-width: 992px) {
  #accordion.active > div:not(:target) a.expand {
    padding: 75px 0;
  }
  #accordion.active > div:not(:target) a.expand h5,
  #accordion.active > div:not(:target) a.expand .h5 {
    transform: rotate(-90deg);
  }
  #accordion.active > div:not(:target) a.expand img {
    bottom: auto;
    left: 100%;
    top: 50%;
    margin: -10px 0 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  #accordion.active > div a.expand {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #accordion.active > div a.expand {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@keyframes position {
  from {
    position: absolute;
  }
  to {
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  #map:before {
    padding-top: 56.25%;
  }
}
@media only screen and (max-width: 767px) {
  #map:before {
    padding-top: 75%;
  }
}
@media only screen and (max-width: 359px) {
  #map:before {
    padding-top: 100%;
  }
}
#map .gm-style .gm-style-iw {
  width: auto !important;
  top: auto !important;
  left: 27px !important;
  bottom: -19px;
  overflow: inherit !important;
  overflow: unset !important;
}
#map .gm-style .gm-style-iw div {
  overflow: inherit !important;
  overflow: unset !important;
}
#map .gm-style .gm-style-iw + div {
  display: none !important;
}
.map-course {
  width: 220px;
  padding: 10px;
  display: block;
  text-decoration: none !important;
  opacity: 0;
  background: #fff;
  transition: opacity 0.5s ease-in-out 0.1s;
}
.map-course img {
  max-width: 200px !important;
}
.map-course h5,
.map-course .h5 {
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 1.2;
  margin: 5px 0;
}
.map-course p {
  color: #000;
  font-size: 1rem;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 20px;
}
.map-course:after {
  display: block;
  content: "";
  width: 58px;
  height: 58px;
  background-image: url(../Img/marker_active.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  bottom: -29px;
  margin-left: -29px;
}
.map-course.active {
  opacity: 1;
}
.map-course:hover h5,
.map-course:hover .h5 {
  text-decoration: underline !important;
}
footer {
  padding-top: 45px;
  padding-bottom: 40px;
  letter-spacing: 0.5px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
footer img {
  margin-top: 25px;
  display: table;
}
footer a {
  color: inherit !important;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  footer li + li {
    border-left: 2px solid;
  }
  footer li:last-child a {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  footer img {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    text-align: center;
    padding-top: 40px;
  }
  footer li + li {
    margin-top: 20px;
  }
  footer img {
    margin: 15px auto 65px;
  }
}
#cookie-policy {
  background-color: #253276;
  color: #fff;
  width: 100%;
  position: fixed;
  height: auto;
  bottom: 0;
  left: 0;
  display: none;
  padding: 15px 30px 15px;
  z-index: 99999;
}
@media only screen and (max-width: 767px) {
  #cookie-policy {
    padding: 10px;
  }
}
#cookie-policy p {
  float: left;
  margin: 0 30px 0 0;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  #cookie-policy p {
    margin: 0 0 10px 0;
  }
}
#cookie-policy a {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}
#cookie-policy a:hover {
  color: #fcbf02;
}
#cookie-policy button {
  border: 1px solid #fff;
  display: block;
  background: transparent;
  color: #fff;
  float: right;
  margin-left: auto;
  height: 44px;
  line-height: 1;
}
#cookie-policy button:hover {
  background: #fff;
  color: #253276;
}
@media only screen and (max-width: 767px) {
  #cookie-policy button {
    width: 100%;
  }
}
.uid-13 #c85:before {
  display: block;
  content: "";
  padding-top: 85px;
  background-color: #f4f5f7;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    overflow-x: hidden;
  }
  #hero-box .hero-box .caption-bg {
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.7) 100%);
  }
  #article #hero-box.justify-content-end .hero-box {
    transform: translateX(-100%);
  }
  #accordion > div {
    min-height: 720px;
  }
  #accordion > div:target .tab-content {
    position: relative;
  }
  #hero-box .hero-box {
    width: 100% \	;
    height: 100% \	;
    display: block\	;
  }
  #article #hero-box.justify-content-end .hero-box {
    transform: -ms-translateX(0) \	;
  }
  .filters-col {
    display: block\	 !important;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .layout_pagets__side-by-side-kiez #hero-box {
    position: fixed;
    height: 100%;
  }
  .layout_pagets__side-by-side-kiez .hero-box {
    ms-flex: calc((100% - 720px) / 2 + 59.9999976px);
    flex: calc((100% - 720px) / 2 + 59.9999976px);
    max-width: calc((100% - 720px) / 2 + 59.9999976px);
  }
}
@media only screen and (min-width: 992px) {
  [class*=layout_pagets__side-by-side] .hero-box,
  #article .hero-box.col-lg-3 {
    ms-flex: calc((100% - 960px) / 2 + 79.9999968px);
    flex: calc((100% - 960px) / 2 + 79.9999968px);
    max-width: calc((100% - 960px) / 2 + 79.9999968px);
  }
  #article .hero-box.col-lg-5 {
    ms-flex: calc((100% - 960px) / 2 + 240px);
    flex: calc((100% - 960px) / 2 + 240px);
    max-width: calc((100% - 960px) / 2 + 240px);
  }
  [class*=layout_pagets]:not([class*=side-by-side]) > #article > .container > .row {
    min-height: calc(100vh - 159px);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  #accordion {
    margin-left: -16px;
  }
}
@media only screen and (min-width: 1200px) {
  [class*=layout_pagets__side-by-side] .hero-box,
  #article .hero-box.col-lg-3 {
    ms-flex: calc((100% - 1140px) / 2 + 94.9999962px);
    flex: calc((100% - 1140px) / 2 + 94.9999962px);
    max-width: calc((100% - 1140px) / 2 + 94.9999962px);
  }
  #article .hero-box.col-lg-5 {
    ms-flex: calc((100% - 1140px) / 2 + 285px);
    flex: calc((100% - 1140px) / 2 + 285px);
    max-width: calc((100% - 1140px) / 2 + 285px);
  }
}
@media only screen and (min-width: 1440px) {
  #accordion {
    margin-left: -10.75%;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1200px) {
  #accordion {
    margin-left: -2.75%;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-box:before {
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  #accordion > div {
    background-size: auto auto;
  }
  .layout_pagets__side-by-side-berlin #article > .container {
    padding-bottom: 128px;
  }
  .layout_pagets__side-by-side-berlin #article > .container > .row > div {
    padding-top: 50px;
  }
  .layout_pagets__side-by-side-berlin #article #hero-box {
    position: absolute;
    bottom: 0;
    top: auto;
    overflow: hidden;
  }
  .layout_pagets__side-by-side-berlin #article #hero-box .hero-box {
    min-height: 128px;
  }
  .layout_pagets__side-by-side-berlin #article #hero-box .hero-box .hero-content.back-text {
    transform: translate(50%, -50%);
  }
  .layout_pagets__side-by-side-berlin #article #hero-box .hero-box .hero-content.back-text span {
    transform: none;
    white-space: normal;
    text-align: center;
    padding: 0 15px;
  }
  [class^=layout_pagets__]:not([class^=layout_pagets__side-by-side]) #article {
    margin-top: -85px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .layout_pagets__side-by-side-kiez #article > .container > .row > div {
    box-shadow: 0px -85px 0 0 #f4f5f7;
  }
}
@media only screen and (max-width: 767px) {
  [class*=layout_pagets__side-by-side] #article > .container {
    padding-bottom: 128px;
  }
  [class*=layout_pagets__side-by-side] #article > .container > .row > div {
    padding-top: 50px;
  }
  [class*=layout_pagets__side-by-side] #article #hero-box {
    position: absolute;
    bottom: 0;
    top: auto;
    height: auto;
  }
  [class*=layout_pagets__side-by-side] #article #hero-box .hero-box {
    height: 128px;
    min-height: 128px;
  }
  [class*=layout_pagets__side-by-side] #article #hero-box .hero-box .hero-content.back-text span {
    transform: none;
    white-space: normal;
    text-align: center;
    padding: 0 15px;
  }
  [class^=layout_pagets__]:not([class^=layout_pagets__side-by-side]) #article {
    margin-top: -75px;
  }
}
@media only screen and (max-width: 479px) {
  #hero-box .hero-box-right .hero-content p {
    max-width: 210px;
  }
}
#tracking-list .toggle-switch {
  display: inline-block;
  width: 36px;
  height: 20px;
  position: relative;
}
#tracking-list .toggle-switch__helper {
  position: absolute;
  height: 12px;
  width: 100%;
}
#tracking-list .toggle-switch__helper:before,
.toggle-switch__helper:after {
  will-change: left, background-color;
  content: "";
  position: absolute;
  left: 0;
  transition:
    left 200ms,
    background-color,
    200ms;
}
#tracking-list .toggle-switch__helper:before {
  background-color: #e0e0e0;
  top: 4px;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
#tracking-list .toggle-switch__helper:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFFFFF;
  left: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#tracking-list .toggle-switch__checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
#tracking-list .toggle-switch__checkbox:checked ~ .toggle-switch__helper:after {
  left: calc(100% - 20px);
  background-color: #39bbb0;
}
#tracking-list .toggle-switch__checkbox:disabled ~ .toggle-switch__helper {
  opacity: 0.65;
}
#tracking-list .toggle-switch__checkbox:active ~ .toggle-switch__helper:after {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05);
}
#tracking-list .toggle-switch--red .toggle-switch__checkbox:checked ~ .toggle-switch__helper:after {
  background-color: #ff5652;
}
#tracking-list .toggle-switch--blue .toggle-switch__checkbox:checked ~ .toggle-switch__helper:after {
  background-color: #03A9F4;
}
#tracking-list .toggle-switch--green .toggle-switch__checkbox:checked ~ .toggle-switch__helper:after {
  background-color: #0C9D30;
}
#tracking-list.listview {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
}
#tracking-list .listview__header {
  color: #333;
  text-transform: uppercase;
  padding: 1.2rem 1rem 1rem;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 0.75rem;
  text-align: center;
}
#tracking-list .listview__header .actions {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
}
#tracking-list .listview__scroll {
  overflow-y: auto;
}
#tracking-list .listview__item {
  display: flex;
  align-items: center;
  padding: 15px 2.1rem;
  transition: background-color 300ms;
}
#tracking-list label.listview__item {
  cursor: pointer;
}
#tracking-list label.listview__item:hover {
  text-decoration: underline;
}
#tracking-list .listview__img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  vertical-align: top;
  margin: -0.1rem 1.2rem 0 -0.2rem;
}
#tracking-list .listview__content {
  width: 300px;
  text-align: left;
  min-width: 0;
}
#tracking-list .listview__content > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #8a8a8a;
  margin-bottom: 0;
}
#tracking-list listview__heading {
  color: #333;
  position: relative;
  margin-right: 1rem;
}
#tracking-list .listview__heading > small {
  float: right;
  color: #9c9c9c;
  font-weight: 500;
  font-size: 0.85rem;
}
#tracking-list .listview__heading + p {
  margin: 0.2rem 0 0;
  font-size: 0.95rem;
}
#tracking-list .listview__attrs {
  flex: 1 100%;
  margin-top: 0.5rem;
}
#tracking-list .listview__attrs > span {
  padding: 0.45rem 0.7rem 0.5rem;
  border: 1px solid #ebebeb;
  display: inline-block;
  line-height: 100%;
  font-size: 1rem;
  margin: 0.2rem 0.05rem 0 0;
  background-color: #FFFFFF;
}
#tracking-list.listview:not(.listview--inverse).listview--hover .listview__item:hover {
  background-color: rgba(0, 0, 0, 0.035);
}
#tracking-list.listview:not(.listview--inverse).listview--striped .listview__item:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.035);
}
#tracking-list.listview:not(.listview--inverse) .listview__item--active {
  background-color: rgba(0, 0, 0, 0.035);
}
#tracking-list.listview:not(.listview--inverse).listview--bordered li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.listview--inverse.listview--striped .listview__item:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}
#tracking-list .align-self-start {
  align-self: flex-start !important;
}
#tracking-list .btn {
  display: inline-block;
  font-weight: normal;
  line-height: 100%;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}
#tracking-list .btn:focus,
.btn:hover {
  text-decoration: none;
}
#tracking-list .btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}
#tracking-list .btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
#tracking-list .btn:active,
.btn.active {
  background-image: none;
  box-shadow: none, none;
}
#tracking-list a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
#tracking-list .btn-primary {
  background-color: #2196F3;
  border-color: #2196F3;
}
#tracking-list .btn-primary,
.btn-primary:focus {
  color: #FFFFFF;
}
#tracking-list .btn-primary:hover {
  color: #FFFFFF;
  background-color: #128ff2;
  border-color: #128ff2;
}
#tracking-list .btn-primary.disabled,
.btn-primary:disabled {
  background-color: #2196F3;
  border-color: #2196F3;
}
#tracking-list .btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #128ff2;
  background-image: none;
  border-color: #128ff2;
}
#tracking-list .btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 2px;
}
#tracking-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.audio-container {
  font-family: "PT Serif", serif;
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.4;
}
.audio-container audio {
  width: 100%;
}
.audio-container .embed-responsive {
  max-width: 128px;
  border-radius: 12px;
  margin-right: 25px;
  margin-top: -48px;
}
.audio-container .embed-responsive:before {
  padding-top: 115%;
}
.audio-container .embed-responsive img {
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}
.audio-container h5,
.audio-container .h5 {
  letter-spacing: 2px;
}
.audio-container .play-btn {
  width: 52px;
  height: 52px;
  background-color: #32cbd2;
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(50, 203, 210, 0.25) !important;
  color: #fff;
  border: none !important;
  position: relative;
  cursor: pointer;
}
.audio-container .play-btn:not(.playing):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.55em 0 0.55em 0.65em;
  margin-left: 1px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.55em;
  margin-left: -0.15em;
}
.audio-container .play-btn.playing:after,
.audio-container .play-btn.playing:before {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 1em;
  background-color: #fff;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.55em;
}
.audio-container .play-btn.playing:after {
  margin-left: 0.15em;
}
.audio-container .audio-progress-box {
  padding-left: 12px;
}
.audio-container .audio-time,
.audio-container .audio-time-cuttent {
  min-width: 64px;
  text-align: center;
}
.audio-container .progress {
  height: 4px;
  background-color: rgba(255, 255, 255, 0.25);
  overflow: unset;
  overflow: initial;
  border-radius: 2px;
}
.audio-container .progress-bar {
  background-color: #32cbd2;
  position: relative;
  border-radius: 2px;
}
.audio-container .progress-bar:after {
  content: "";
  position: absolute;
  left: 100%;
  top: -4px;
  margin-left: -4px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #fff;
}
.vd-social-media-sharing {
  position: fixed;
  background-color: #253276;
  right: 0;
  height: 64px;
  min-width: 64px;
  top: calc(50vh - (64px / 2));
  z-index: 10000;
}
.vd-social-media-sharing button {
  background-color: transparent;
  border: none;
  padding: 12px;
  cursor: pointer;
}
.vd-social-media-sharing svg {
  height: 40px;
  width: 40px;
}
.vd-social-media-sharing svg path {
  fill: white;
}
.vd-social-media-sharing .channels__cta {
  height: 64px;
  width: 64px;
  display: inline-block;
}
.vd-social-media-sharing .channels__cta button {
  height: inherit;
  width: inherit;
}
.vd-social-media-sharing .channels__channel {
  height: 64px;
  width: 64px;
  display: inline-block;
  cursor: pointer;
}
.vd-social-media-sharing .channels__options {
  height: 64px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 12px;
}
.vd-social-media-sharing .channels__options {
  display: none;
}
.vd-social-media-sharing[data-expanded="1"] .channels__options {
  display: inline-block;
}
.pagets__mediapackage {
  overflow-x: hidden;
}
.pagets__mediapackage .ce.ce--coursesummary {
  width: 150%;
}
.pagets__overview {
  background-color: #f4f5f7;
}
.pagets__overview header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.pagets__overview #hero {
  position: relative;
}
.pagets__overview #hero img {
  width: 100%;
  height: auto;
}
.pagets__overview .layout_pagets__overview {
  margin-top: -100px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding-bottom: 65px;
}
.pagets__overview .layout_pagets__overview > section > .container > .ce__title {
  background-color: #f4f5f7;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 64px;
  padding-left: 32px;
  padding-right: 32px;
}
.pagets__overview .layout_pagets__overview > section > .container > .ce__filter {
  padding-top: 64px;
  padding-bottom: 64px;
}
.pagets__overview .layout_pagets__overview > section > .container > .ce__title,
.pagets__overview .layout_pagets__overview > section > .container > .ce__content,
.pagets__overview .layout_pagets__overview > section > .container > .ce__filter {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
.ce.ce--accordion .accordion__header {
  background-color: transparent;
  position: relative;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  border: none;
  text-align: left;
  padding: rem(16) rem(18) rem(16) 0;
  cursor: default;
  font-family: "Poppins";
  padding: 9px 0;
  display: flex;
  justify-content: space-between;
}
.ce.ce--accordion .accordion__header h1,
.ce.ce--accordion .accordion__header h2,
.ce.ce--accordion .accordion__header h3,
.ce.ce--accordion .accordion__header h4,
.ce.ce--accordion .accordion__header .h1,
.ce.ce--accordion .accordion__header .h2,
.ce.ce--accordion .accordion__header .h3,
.ce.ce--accordion .accordion__header .h4 {
  margin: 0;
}
.ce.ce--accordion .accordion__header span {
  padding-right: rem(45);
  -webkit-hyphens: auto;
  hyphens: auto;
  color: #253276;
}
.ce.ce--accordion .accordion__header.has-subtitle p {
  margin-bottom: 0;
}
.ce.ce--accordion .accordion__header.has-content {
  border-bottom: 1px solid #32cbd2;
  cursor: pointer;
}
.ce.ce--accordion .accordion__header.has-content:after {
  content: "";
  display: inline-block;
  background-image: url(../Img/SVG/right_blue_icon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
  background-position: center center;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.ce.ce--accordion .accordion__header[aria-expanded=true]:after {
  transform-origin: center;
  transform: translateY(-50%) rotate(270deg);
  transition: all 0.3s ease-in-out;
}
.ce.ce--accordion .accordion__panel {
  padding: 24px 24px 24px;
}
.ce.ce--accordion .accordion__item.status.status--closed .accordion__panel {
  display: none;
}
.ce.ce--accordion .accordion__item.status:not(.status--closed) .accordion__header.has-content:after {
  transform: translateY(-50%) rotate(270deg);
}
.ce.ce--eventteaser .container {
  max-width: 100%;
  padding: 0;
}
.ce.ce--eventteaser .container .row {
  margin: 0;
}
.ce.ce--eventteaser .container .row > div {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .ce.ce--eventteaser .container {
    max-width: 100%;
    padding: 0;
  }
  .ce.ce--eventteaser .container .row {
    margin: 0;
  }
  .ce.ce--eventteaser .container .row > div {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .ce.ce--eventteaser .container {
    max-width: 100%;
    padding: 0;
  }
  .ce.ce--eventteaser .container .row {
    margin: 0;
  }
  .ce.ce--eventteaser .container .row > div {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ce.ce--eventteaser .container {
    max-width: 100%;
    padding: 0;
  }
  .ce.ce--eventteaser .container .row {
    margin: 0;
  }
  .ce.ce--eventteaser .container .row > div {
    padding: 0;
  }
}
.ce.ce--eventteaser .container.container--teaser.container--box {
  padding-top: 64px;
}
.ce.ce--eventteaser .container.container--teaser.container--image .teaser {
  height: 100%;
}
.ce.ce--eventteaser .teaser {
  padding: 40px 64px;
}
.ce.ce--eventteaser .teaser--distance {
  margin: 64px 0 0;
}
.ce.ce--eventteaser .teaser__title.h2 {
  font-weight: 600 !important;
}
.ce.ce--eventteaser .teaser__subtitle {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.ce.ce--eventteaser .teaser__content {
  padding-top: 21px;
  font-family: "Poppins", sans-serif;
  color: white;
}
.ce.ce--eventteaser .teaser__content h2,
.ce.ce--eventteaser .teaser__content .h2 {
  color: white;
  font-size: 1.1rem;
}
.ce.ce--eventteaser .teaser .btn {
  margin-top: 14px;
}
.ce.ce--eventteaser .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
}
.ce.ce--eventteaser .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ce.ce--media .ce__title {
  padding-bottom: 48px;
}
.ce.ce--media .media-container__item {
  position: relative;
}
.ce.ce--media .media-container__item__wrapper {
  position: relative;
  background-color: #253276;
  margin-top: 50px;
  padding: 50px 0;
}
.ce.ce--media .media-container__item:not(:last-child) {
  margin-bottom: 100px;
}
.ce.ce--media .media-container__item--game .media-container__content {
  background-color: white;
  padding-bottom: 0;
}
.ce.ce--media .media-container__item--game iframe {
  max-width: 100%;
  background-color: white;
}
.ce.ce--media .media-container__item button {
  background-color: transparent;
  border: none;
}
.ce.ce--media .media-container__content {
  display: none;
  margin-top: 25px;
}
.ce.ce--media .media-container__cta,
.ce.ce--media .media-container__title {
  padding-left: calc(100px + 20%);
}
.ce.ce--media .media-container__cta {
  padding-top: 12.5px;
}
.ce.ce--media .media-container__cta__link {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: block;
  font-size: 20;
  color: white;
  cursor: pointer;
}
.ce.ce--media .media-container__cta__link:hover {
  text-decoration: underline;
}
.ce.ce--media .media-container__cta__link span {
  display: block;
  background-image: url(../Img/SVG/link.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left center;
}
.ce.ce--media .media-container__cta__link--play span {
  background-image: url(../Img/play_icon.png);
  background-size: 20px 20px;
}
.ce.ce--media .media-container__title {
  padding-right: 50px;
}
.ce.ce--media .media-container__preview_image {
  position: absolute;
  left: 50px;
  top: -50px;
  width: 20%;
  z-index: 100;
}
.ce.ce--media .media-container__preview_image img {
  border-radius: 15px;
  max-width: 100%;
  height: auto;
}
.ce.ce--media .media-container .video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.ce.ce--media .media-container .video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.ce.ce--media .media-container .video__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.ce.ce--media .media-container .video__wrapper iframe {
  height: 100%;
  width: 100%;
}
.ce.ce--media .media-container__item.status--active .media-container__content {
  margin-top: 64px;
  display: block;
}
.ce.ce--media .media-container__item.status--active .media-container__item__wrapper {
  padding-bottom: 0;
}
#article .ce.ce--courses .filter__title,
.ce.ce--mediapackages .filter__title {
  color: #253276;
  text-transform: uppercase;
  padding-bottom: 24px;
  font-weight: 700;
}
#article .ce.ce--courses .filter__gradeLevels,
#article .ce.ce--courses .filter__topics,
.ce.ce--mediapackages .filter__gradeLevels,
.ce.ce--mediapackages .filter__topics {
  padding-top: 32px;
}
#article .ce.ce--courses .filter .container,
.ce.ce--mediapackages .filter .container {
  margin: 0;
  padding: 0;
}
#article .ce.ce--courses .filter .container .row,
.ce.ce--mediapackages .filter .container .row {
  margin-left: -10px;
  margin-right: -10px;
}
#article .ce.ce--courses .filter .container [class*=col-],
.ce.ce--mediapackages .filter .container [class*=col-] {
  padding: 10px;
}
#article .ce.ce--courses .filter__gradeLevels .container,
.ce.ce--mediapackages .filter__gradeLevels .container {
  max-width: 75%;
}
#article .ce.ce--courses .filter__item,
.ce.ce--mediapackages .filter__item {
  cursor: pointer;
}
#article .ce.ce--courses .filter__item__wrapper,
.ce.ce--mediapackages .filter__item__wrapper {
  border: 7.5px solid #253276;
  line-height: 40px;
  padding: 0 10px;
  background-color: transparent;
  color: #253276;
  text-align: center;
}
#article .ce.ce--courses .filter__item--text .filter__item__wrapper,
.ce.ce--mediapackages .filter__item--text .filter__item__wrapper {
  height: 55px;
  font-weight: 600;
}
#article .ce.ce--courses .filter__item--text.status.status--active .filter__item__wrapper,
.ce.ce--mediapackages .filter__item--text.status.status--active .filter__item__wrapper {
  border-color: transparent;
  background-color: #253276;
  color: white;
}
#article .ce.ce--courses .filter__item--icon-text .filter__item__wrapper,
.ce.ce--mediapackages .filter__item--icon-text .filter__item__wrapper {
  padding-top: 15px;
  padding-bottom: 5px;
}
#article .ce.ce--courses .filter__item--icon-text .filter__label,
.ce.ce--mediapackages .filter__item--icon-text .filter__label {
  margin-top: 7.5px;
  font-weight: 700;
  font-size: 150%;
}
#article .ce.ce--courses .filter__item--icon-text svg,
.ce.ce--mediapackages .filter__item--icon-text svg {
  width: 60%;
  height: auto;
}
#article .ce.ce--courses .filter__item--icon-text svg path,
.ce.ce--mediapackages .filter__item--icon-text svg path {
  fill: #253276;
}
#article .ce.ce--courses .filter__item.status.status--active .filter__item__wrapper,
.ce.ce--mediapackages .filter__item.status.status--active .filter__item__wrapper {
  border-color: transparent;
}
#article .ce.ce--courses .filter__item.status.status--active:not(.filter__item--water) svg path,
.ce.ce--mediapackages .filter__item.status.status--active:not(.filter__item--water) svg path {
  fill: white;
}
#article .ce.ce--courses .filter__item.status.status--active:not(.filter__item--water) .filter__label,
.ce.ce--mediapackages .filter__item.status.status--active:not(.filter__item--water) .filter__label {
  color: white;
}
#article .ce.ce--courses .filter__item.status.status--active.filter__item--energy .filter__item__wrapper,
.ce.ce--mediapackages .filter__item.status.status--active.filter__item--energy .filter__item__wrapper {
  background-color: #253276;
}
#article .ce.ce--courses .filter__item.status.status--active.filter__item--mobility .filter__item__wrapper,
.ce.ce--mediapackages .filter__item.status.status--active.filter__item--mobility .filter__item__wrapper {
  background-color: #32cbd2;
}
#article .ce.ce--courses .filter__item.status.status--active.filter__item--waste .filter__item__wrapper,
.ce.ce--mediapackages .filter__item.status.status--active.filter__item--waste .filter__item__wrapper {
  background-color: #fcbf02;
}
#article .ce.ce--courses .filter__item.status.status--active.filter__item--water .filter__item__wrapper,
.ce.ce--mediapackages .filter__item.status.status--active.filter__item--water .filter__item__wrapper {
  background-color: white;
}
#article .ce.ce--courses .filter__cta,
.ce.ce--mediapackages .filter__cta {
  margin-top: 32px;
}
#article .ce.ce--courses .teaser,
.ce.ce--mediapackages .teaser {
  padding: 0 15px 35px 15px;
}
#article .ce.ce--courses .teaser.status--inactive,
.ce.ce--mediapackages .teaser.status--inactive {
  display: none;
  opacity: 0.5;
  pointer-events: none;
}
#article .ce.ce--courses .teaser h3,
#article .ce.ce--courses .teaser .h3,
.ce.ce--mediapackages .teaser h3,
.ce.ce--mediapackages .teaser .h3 {
  font-size: 21px;
}
#article .ce.ce--courses .teaser p,
.ce.ce--mediapackages .teaser p {
  width: 100%;
  padding: 0 0 12px;
}
#article .ce.ce--courses .teaser img,
.ce.ce--mediapackages .teaser img {
  width: 100%;
  height: auto;
}
#article .ce.ce--courses .teaser .teaser__image,
.ce.ce--mediapackages .teaser .teaser__image {
  margin-bottom: 32px;
}
#article .ce.ce--courses .teaser .teaser-link,
.ce.ce--mediapackages .teaser .teaser-link {
  color: black;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
#article .ce.ce--courses .teaser a,
.ce.ce--mediapackages .teaser a {
  text-decoration: none;
}
#article .ce.ce--courses .teaser a .teaser__title *,
.ce.ce--mediapackages .teaser a .teaser__title * {
  text-decoration: none;
}
#article .ce.ce--courses .teaser a .teaser__text *,
.ce.ce--mediapackages .teaser a .teaser__text * {
  color: black;
  text-decoration: none;
}
#article .ce.ce--courses .teaser a:hover,
.ce.ce--mediapackages .teaser a:hover {
  text-decoration: none;
}
#article .ce.ce--courses .teaser a:hover .teaser__title *,
.ce.ce--mediapackages .teaser a:hover .teaser__title * {
  text-decoration: none;
}
#article .ce.ce--courses .teaser a:hover .teaser__text *,
.ce.ce--mediapackages .teaser a:hover .teaser__text * {
  color: black;
  text-decoration: none;
}
.ce.ce--mediapackages .ce__filter {
  margin-top: 64px;
}
.ce.ce--courses .filter {
  padding-bottom: 64px;
}
.ce.ce--coursesummary {
  width: 125%;
  padding: 24px;
  font-family: "Poppins";
}
.ce.ce--coursesummary .label,
.ce.ce--coursesummary .value {
  display: inline-block;
  color: white;
}
.ce.ce--coursesummary .label {
  width: 50%;
  text-transform: uppercase;
  position: relative;
}
.ce.ce--coursesummary .label:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background: #253276;
  border-radius: 8px;
  left: 0;
  top: 4px;
}
.ce.ce--coursesummary .label span {
  margin-left: 28px;
}
.ce.ce--coursesummary .value {
  width: 45%;
  font-weight: 700;
}
.ce.ce--coursesummary .list__item {
  width: 80%;
  padding: 9px 0;
}
.ce.ce--coursesummary .list__item:not(:last-child) {
  border-bottom: 1px solid white;
}
.ce.ce--h5p iframe {
  max-width: 100%;
  background-color: white;
}
.ce.ce--h5p .ce__interactive_element {
  padding: 10px;
  background-color: white;
}
.layout_pagets__mediapackage section.ce,
.layout_pagets__mediapackage section + .row,
.layout_pagets__mediapackage .row + .row {
  margin-top: 60px !important;
}
.vd-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10001;
}
.vd-dialog__front,
.vd-dialog__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.vd-dialog__overlay {
  background-color: rgba(0, 0, 0, 0.75);
  z-index: -1;
}
.vd-dialog__front {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vd-dialog__content {
  background-color: #fff;
  max-width: 600px;
  max-height: calc(100% - 64px);
  box-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  margin: 32px;
}
.vd-dialog__title {
  padding: 24px 24px 16px;
}
.vd-dialog__title h1,
.vd-dialog__title h2,
.vd-dialog__title h3,
.vd-dialog__title h4,
.vd-dialog__title h5,
.vd-dialog__title .h1,
.vd-dialog__title .h2,
.vd-dialog__title .h3,
.vd-dialog__title .h4,
.vd-dialog__title .h5 {
  margin: 0;
  font-size: 22px;
}
.vd-dialog__body {
  padding: 8px 24px;
}
.vd-dialog__body p {
  margin: 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.54);
}
.vd-dialog__body p:not(:last-of-type) {
  margin-bottom: 12px;
}
.vd-dialog__actions {
  flex: 0 0 auto;
  display: flex;
  margin-top: 16px;
  border-top: 2px solid #efefef;
  padding: 24px 24px 24px;
  align-items: center;
  justify-content: flex-end;
}
.vd-dialog .btn:not(:first-child) {
  margin-left: 12px;
}
#CybotCookiebotDialogBodyContentText {
  font-family: "PT Serif", serif !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #fff !important;
  border-color: #253276 !important;
  color: #000 !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border: 2px solid #253276 !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #ffffff !important;
  border-color: #253276 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #253276 !important;
  color: #253276 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #253276 !important;
}
#CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
  color: #253276 !important;
}
#CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #253276 !important;
}
#CookiebotWidget .CookiebotWidget-logo svg circle {
  fill: #253276 !important;
}
#CookiebotWidget * {
  color: #253276 !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: #253276 !important;
  border-color: #253276 !important;
  color: #FFFFFF !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  border-color: #253276 !important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: #253276 !important;
}
#CybotCookiebotDialogBodyEdgeMoreDetailsLink {
  color: #253276 !important;
}
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  src: url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-regular.eot);
  src:
    local(""),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-regular.eot?#iefix) format("embedded-opentype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-regular.woff2) format("woff2"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-regular.woff) format("woff"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-regular.ttf) format("truetype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-regular.svg#PTSerif) format("svg");
}
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  src: url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-700.eot);
  src:
    local(""),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-700.eot?#iefix) format("embedded-opentype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-700.woff2) format("woff2"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-700.woff) format("woff"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-700.ttf) format("truetype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-700.svg#PTSerif) format("svg");
}
@font-face {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: 400;
  src: url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-italic.eot);
  src:
    local(""),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-italic.eot?#iefix) format("embedded-opentype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-italic.woff2) format("woff2"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-italic.woff) format("woff"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-italic.ttf) format("truetype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-italic.svg#PTSerif) format("svg");
}
@font-face {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: 700;
  src: url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-700italic.eot);
  src:
    local(""),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-700italic.eot?#iefix) format("embedded-opentype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-700italic.woff2) format("woff2"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-700italic.woff) format("woff"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-700italic.ttf) format("truetype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/pt-serif-v17-latin-700italic.svg#PTSerif) format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-regular.eot);
  src:
    local(""),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-regular.eot?#iefix) format("embedded-opentype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-regular.woff2) format("woff2"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-regular.woff) format("woff"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-regular.ttf) format("truetype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-regular.svg#Poppins) format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-italic.eot);
  src:
    local(""),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-italic.eot?#iefix) format("embedded-opentype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-italic.woff2) format("woff2"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-italic.woff) format("woff"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-italic.ttf) format("truetype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-italic.svg#Poppins) format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-500.eot);
  src:
    local(""),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-500.eot?#iefix) format("embedded-opentype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-500.woff2) format("woff2"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-500.woff) format("woff"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-500.ttf) format("truetype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-500.svg#Poppins) format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-500italic.eot);
  src:
    local(""),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-500italic.eot?#iefix) format("embedded-opentype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-500italic.woff2) format("woff2"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-500italic.woff) format("woff"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-500italic.ttf) format("truetype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-500italic.svg#Poppins) format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-600.eot);
  src:
    local(""),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-600.eot?#iefix) format("embedded-opentype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-600.woff2) format("woff2"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-600.woff) format("woff"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-600.ttf) format("truetype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-600.svg#Poppins) format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-600italic.eot);
  src:
    local(""),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-600italic.eot?#iefix) format("embedded-opentype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-600italic.woff2) format("woff2"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-600italic.woff) format("woff"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-600italic.ttf) format("truetype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-600italic.svg#Poppins) format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-700.eot);
  src:
    local(""),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-700.eot?#iefix) format("embedded-opentype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-700.woff2) format("woff2"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-700.woff) format("woff"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-700.ttf) format("truetype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-700.svg#Poppins) format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  src: url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-700italic.eot);
  src:
    local(""),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-700italic.eot?#iefix) format("embedded-opentype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-700italic.woff2) format("woff2"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-700italic.woff) format("woff"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-700italic.ttf) format("truetype"),
    url(/typo3conf/ext/webeeline_starter/Resources/Public/Fonts/poppins-v20-latin-700italic.svg#Poppins) format("svg");
}
.ce--stage {
  width: 100%;
  background-color: white;
}
.ce--stage .container {
  max-width: 1340px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 0 30px;
}
.ce--stage .top {
  min-height: 54rem;
  position: relative;
  display: flex;
  align-items: end;
}
.ce--stage .top .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ce--stage .top .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 1s ease-out;
}
.ce--stage .top .image-wrapper img:hover {
  transform: scale(1.1);
}
.ce--stage .top .content {
  padding-bottom: 7rem;
}
.ce--stage .top .content .title {
  width: auto;
}
.ce--stage .top .content .title * {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fcbf02;
  padding: 10px 15px;
}
.ce--stage .top .content .title h1,
.ce--stage .top .content .title .h1 {
  color: white;
  line-height: 1;
  margin-bottom: -5px;
  font-size: 77px;
  margin-right: 6rem;
}
.ce--stage .top .content .title p {
  font-size: 20px;
  max-width: 48rem;
  margin-right: 4rem;
}
@media only screen and (max-width: 767px) {
  .ce--stage .top .content .title h1,
  .ce--stage .top .content .title .h1 {
    font-size: 37px;
  }
  .ce--stage .top .content .title p {
    font-size: 16px;
  }
}
.ce--stage .bottom {
  margin-top: -5rem;
  position: relative;
}
.ce--stage .bottom .text {
  padding: 5rem 0 2rem 0;
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
  font-size: 20px;
}
.ce--stage .bottom .spacer {
  height: 5rem;
}
.ce--stage .bottom .items {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem 3rem;
  display: grid;
  grid-auto-flow: dense;
}
.ce--stage .bottom .items .item {
  background-color: #253276;
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-width: 0px;
}
.ce--stage .bottom .items .item:hover {
  text-decoration-color: white;
}
.ce--stage .bottom .items .item h2,
.ce--stage .bottom .items .item .h2 {
  color: white;
  line-height: 1.2;
  font-weight: 600 !important;
  font-size: 28px;
  margin-bottom: 2rem;
  letter-spacing: 0.5px;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-before: 5;
  -webkit-hyphenate-limit-after: 5;
  hyphenate-limit-chars: 12 3 4;
  flex-grow: 1;
}
.ce--stage .bottom .items .item .arrow {
  display: block;
  margin: 0;
  height: 1.2rem;
  width: 1.2rem;
  background-image: url(../Img/SVG/link-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .ce--stage .bottom .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .ce--stage .bottom .items .item:nth-child(3) {
    grid-column: 1/span 2;
  }
}
@media only screen and (min-width: 992px) {
  .ce--stage .bottom .items {
    grid-template-columns: repeat(3, 1fr);
  }
}
