@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');
.open-sans {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.open-sans-12 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
}
.open-sans-14 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.open-sans-16 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}
.open-sans-21 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
}
.open-sans-22 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
}
.open-sans-24 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
}
.open-sans-26 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
}
.raleway-20 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
}
.raleway-14 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.raleway-34 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 44px;
}
.raleway-25 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
}
@font-face {
  font-family: 'Kusanagi';
  src: url('/frontend/v2/font/kusanagi/Kusanagi.eot');
  src: url('/frontend/v2/font/kusanagi/Kusanagi.eot?#iefix') format('embedded-opentype'), url('/frontend/v2/font/kusanagi/Kusanagi.woff2') format('woff2'), url('/frontend/v2/font/kusanagi/Kusanagi.woff') format('woff'), url('/frontend/v2/font/kusanagi/Kusanagi.ttf') format('truetype'), url('/frontend/v2/font/kusanagi/Kusanagi.svg#Kusanagi') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* X-Small devices (mobiles, 630px and up) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Extra large devices*/
.transition {
  transition: all 0.3s;
}
.container-settings {
  width: auto;
  max-width: 100%;
}
.container-settings--no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-width: 1280px) {
  .container-settings {
    width: 1236px;
    max-width: 1236px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-settings {
    width: 1480px;
    max-width: 1480px;
    padding: 0;
  }
}
.container-settings .custom-container-row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1280px) {
  .container-settings .custom-container-row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-settings .custom-container-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .container-settings .custom-container-row--wide-margin {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.timeline-banner-popup-small {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: #ea0100;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  font-size: 1.5em;
  position: fixed;
  bottom: 25px;
  right: 45px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.timeline-banner-popup {
  box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: white;
  padding: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  z-index: 1000;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  width: 380px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .timeline-banner-popup {
    display: block;
    padding: 80px;
    width: 460px;
  }
}
.timeline-banner-popup.closed {
  display: none;
}
.timeline-banner-popup.open {
  display: block;
}
.timeline-banner-popup-banner a {
  color: #636363;
  text-decoration: none;
}
.timeline-banner-popup-banner h3 {
  height: 25px;
  margin: 0;
}
.timeline-banner-popup-banner p {
  height: 40px;
  margin: 0;
}
.timeline-banner-popup-banner img {
  width: 300px;
  margin-bottom: 20px;
}
.timeline-banner-popup .carousel-indicators {
  position: absolute;
  bottom: 10px;
}
.timeline-banner-popup .carousel-indicators li {
  background-color: black;
}
.timeline-banner-popup-close {
  color: #636363;
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: bold;
  text-decoration: none;
  z-index: 2;
}
.timeline-banner-popup-close:before {
  content: "X";
}
