@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);
  }
}
.homepage-content-banners-banner {
  background-color: #636363;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: center;
  margin-bottom: 15px;
}
.homepage-content-banners-banner:first-child {
  margin-top: 15px;
}
.homepage-content-banners-banner-image {
  order: 1;
  flex: 0 0 100%;
}
.homepage-content-banners-banner-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
}
.homepage-content-banners-banner-content {
  order: 2;
  flex: 0 0 100%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: white;
  box-sizing: border-box;
  padding: 10px;
}
.homepage-content-banners-banner-content-text ul li,
.homepage-content-banners-banner-content-text ul ol {
  list-style-position: inside;
}
.homepage-content-banners-banner-content a {
  color: white;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .homepage-content-banners-banner {
    flex-direction: row;
  }
  .homepage-content-banners-banner-image,
  .homepage-content-banners-banner-content {
    flex: 0 0 50%;
    order: 0;
  }
  .homepage-content-banners-banner-content {
    padding: 40px;
  }
}
