@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Bold.ttf") format("truetype");
  font-weight: 700;
}
.banner-wrapper {
  position: relative;
  width: 100%;
}
.banner-show {
  font-family: "Assistant", sans-serif;
  line-height: 36px;
  font-size: 16px;
  font-weight: 600;
  color: #404041;
  background-color: #E0E0E0;
  text-align: center;
}
.banner-show-btns {
  display: flex;
  height: 36px;
  align-items: center;
  float: right;
}
.banner-show-icon {
  width: 18px;
  height: 16px;
  margin: 0 10px;
  cursor: pointer;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.banner-show-icon-arrow {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.51304L1.61023 0L10.5 10.572L19.3898 0L21 1.51304L10.5 14L0 1.51304Z' fill='%23404040'/%3E%3C/svg%3E");
}
.banner-show-icon-close {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.53804 9L0 16.538L1.46196 18L9 10.462L16.538 18L18 16.538L10.462 9L18 1.46196L16.538 0L9 7.53804L1.46196 0L0 1.46196L7.53804 9Z' fill='%23404040'/%3E%3C/svg%3E");
}
.banner-show-icon:hover {
  transition: 0.4s;
  opacity: 0.7;
}
.banner-kabu {
  display: flex;
  width: 100%;
  background-color: #fff;
  font-family: "Assistant", sans-serif;
  position: relative;
}
.banner-kabu-wrapper {
  display: none;
}
.banner-kabu-close {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.70048 8L0 14.7005L1.29952 16L8 9.29952L14.7005 16L16 14.7005L9.29952 8L16 1.29952L14.7005 0L8 6.70048L1.29952 0L0 1.29952L6.70048 8Z' fill='%2325282'/%3E%3C/svg%3E%0A");
}
.banner-about {
  width: 44%;
  padding: 20px 100px 26px 46px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 776 301' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0H734L775.5 153L734 301H0.5V0Z' fill='black'/%3E%3C/svg%3E");
}
.banner-about .banner-about-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  font-family: "Assistant", sans-serif;
  margin: 0 0 4px;
}
.banner-about .banner-about-text {
  font-size: 18px;
  line-height: 1.35;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  margin: 0;
}
.banner-about-text-bg {
  background-color: #acadb4;
}
.banner-center {
  width: 19%;
  min-width: 344px;
  padding: 20px 46px 26px 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner-center-title {
  margin: 0;
  color: #252828;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Assistant", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.banner-center-image-wrapper {
  margin: 0 auto;
  flex-grow: 1;
  height: 160px;
  overflow: hidden;
}
.banner-center-image {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.banner-center .banner-center-btn {
  width: 100%;
  padding: 4px 10px;
  font-family: "Assistant", sans-serif;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #ec1c24;
  color: #fff;
  border: none;
  outline: none;
  text-decoration: none;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.banner-center .banner-center-btn:hover {
  transition: 0.4s;
  opacity: 0.7;
}
.banner-donat {
  width: 37%;
  padding: 20px 24px 30px 40px;
  box-sizing: border-box;
  background-color: #E0E0E0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.banner-donat-col {
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner-donat .banner-donat-title {
  font-weight: 400;
  text-align: center;
  line-height: 1;
  color: #252828;
  font-size: 28px;
  margin: 0 0 28px;
}
.banner-primary {
  color: #2c5291;
}
.banner-donation {
  width: calc(33.333% - 18px);
  margin: 8px;
  position: relative;
  cursor: pointer;
}
.banner-donation-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -8px;
}
.banner-donation-tooltip {
  display: inline-block;
  position: absolute;
  bottom: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #6d6e70;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 0 12px;
  white-space: nowrap;
  z-index: 3;
}
.banner-donation-tooltip:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 17px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.50503 10L17 0H0L8.50503 10Z' fill='%236d6e70'/%3E%3C/svg%3E");
}
.banner-donation-large {
  width: calc(50% - 16px);
}
.banner-donation .banner-donation-text {
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
}
.banner-donation .banner-donation-price {
  font-size: 31px;
  font-weight: 600;
}
.banner-donation .banner-donation-subtitle {
  font-size: 13px;
  font-weight: 600;
}
.banner-donation-item {
  width: 100%;
  color: #404041;
  background-color: #F2F2F2;
  line-height: 48px;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  box-sizing: border-box;
  padding: 8px;
}
.banner-donation-radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.banner-donation-radio:checked ~ .banner-donation-item {
  background-color: #9f9f9f;
  color: #fff;
}
.banner-donation-btn {
  width: 100%;
  line-height: 52px;
  font-size: 22px;
  margin: 8px;
  padding: 0;
  text-align: center;
  display: block;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  background-color: #9f9f9f;
  box-shadow: 0 10px 8px 0 #BBBDBF;
  border-radius: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.banner-donation-btn:hover {
  transition: 0.4s;
  background-color: rgba(159, 159, 159, 0.7);
}

.bold {
  font-weight: 700;
}

.mobile {
  display: none;
}

.banner-show, .banner-wrapper, .all-banners-wrapper {
  min-height: 36px;
}

@media (min-width: 868px) {
  #masthead.site-header.ast-primary-submenu-animation-slide-up {
    position: sticky !important;
  }
}
@media (max-width: 867px) {
  #masthead.site-header.kabu-static {
    position: static !important;
  }
}

.all-banners-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #3A3B3D;
  /*transition: all 700ms linear;*/
}

.all-banners-wrapper .slick-arrow.slick-hidden {
  display: none;
}
.all-banners-wrapper .slick-arrow {
  position: absolute;
  top: calc(50% - 16px);
  background-color: transparent !important;
  border: none;
  width: 32px;
  height: 32px;
  border-left: 2px solid #6d99a5;
  border-bottom: 2px solid #6d99a5;
  font-size: 0;
  cursor: pointer;
  outline: none;
  z-index: 1;
  border-radius: 0;
  padding: 0;
}
.all-banners-wrapper .slick-arrow:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.all-banners-wrapper .slick-arrow:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.all-banners-wrapper .slick-prev {
  left: 30px;
  transform: rotate(45deg);
}
.all-banners-wrapper .slick-next {
  right: 30px;
  transform: rotate(225deg);
}
.all-banners-wrapper .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.all-banners-wrapper .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.all-banners-wrapper .slick-dots li button:before {
  font-family: 'slick';
  font-size: 64px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.all-banners-wrapper .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.all-banners-wrapper .slick-dots {
  position: absolute;
  bottom: 6px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 100000;
}

.all-banners-wrapper, .all-banners-wrapper.auto-height .elementor-image, .all-banners-wrapper.auto-height img {
  max-height: 400px;
  object-fit: contain;
}

.all-banners-wrapper.auto-scroll {
  overflow-x: hidden;
  overflow-y: scroll;
}

.banner-wrapper.slick-slide {
  height: auto;
  min-height: 36px;
}

@media (max-width: 640px) {
  .all-banners-wrapper, .all-banners-wrapper.auto-height .elementor-image, .all-banners-wrapper.auto-height img {
    max-height: 300px;
  }
}

@media (max-width: 640px) {
  .all-banners-wrapper:after {
    content: '';
    height: 30px;
    background-color: #48484a;
    display: block;
    border-bottom: 1px solid black;
  }
  .all-banners-wrapper.all-banner-remove-after:after {
    content: none;
  }
}

@media (max-width: 1799px) {
  .banner-kabu {
    font-size: 14px;
  }
  .banner-about {
    width: 43%;
    padding: 10px 32px 10px 15px;
  }
  .banner-about .banner-about-text, .banner-about .banner-about-title {
    font-size: 14px;
  }
  .banner-center {
    width: 19%;
    min-width: 260px;
    padding: 12px 26px 12px 8px;
  }
  .banner-center-image-wrapper {
    margin-top: 4px;
    height: 104px;
  }
  .banner-center .banner-center-title {
    font-size: 16px;
  }
  .banner-center .banner-center-btn {
    padding: 4px 6px;
    font-size: 22px;
  }
  .banner-donat {
    padding: 16px 32px;
  }
  .banner-donat-col {
    width: 48%;
  }
  .banner-donat .banner-donat-title {
    font-size: 18px;
  }
  .banner-donation-tooltip {
    font-size: 12px;
  }
  .banner-donation .banner-donation-text {
    font-size: 11px;
  }
  .banner-donation .banner-donation-price {
    font-size: 21px;
  }
  .banner-donation .banner-donation-subtitle {
    font-size: 9px;
  }
  .banner-donation-item {
    line-height: 38px;
    font-size: 17px;
    padding: 4px;
  }
  .banner-donation-btn {
    line-height: 32px;
    font-size: 16px;
  }
}
@media (max-width: 1334px) {
  .banner-about {
    width: 52%;
    background-image: none;
    background-color: #000;
  }
  .banner-center {
    display: none;
  }
  .banner-donat {
    width: 48%;
  }
}
@media (max-width: 970px) {
  .banner-kabu {
    flex-direction: column;
  }
  .banner-kabu-close {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.70048 8L0 14.7005L1.29952 16L8 9.29952L14.7005 16L16 14.7005L9.29952 8L16 1.29952L14.7005 0L8 6.70048L1.29952 0L0 1.29952L6.70048 8Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  }
  .banner-about {
    width: 100%;
    padding: 10px;
  }
  .banner-donat {
    width: 100%;
  }
  .banner-donat .banner-donat-title {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .banner-donat-col {
    width: 46%;
  }
  .banner-donation {
    width: calc(33.333% - 8px);
    margin: 4px;
  }
  .banner-donation-list {
    margin: -4px;
  }
  .banner-donation-large {
    width: calc(50% - 10px);
  }
  .banner-donation-tooltip {
    font-size: 9px;
  }
  .banner-donation .banner-donation-text {
    font-size: 9px;
  }
  .banner-donation .banner-donation-price {
    font-size: 16px;
  }
  .banner-donation .banner-donation-subtitle {
    font-size: 7px;
  }
  .banner-donation-item {
    line-height: 26px;
    font-size: 13px;
  }
  .banner-donation-btn {
    font-size: 12px;
    margin: 4px;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }
}
@media (max-width: 400px) {
  .banner-donat {
    padding: 16px;
  }
  .banner-donat-col {
    width: 48%;
  }
}
@media (max-width: 350px) {
  .banner-donat {
    flex-direction: column;
  }
  .banner-donat-col {
    width: 100%;
  }
  .banner-donat-col:first-child {
    margin-bottom: 20px;
  }
  .banner-donation-tooltip {
    display: none;
  }
}

/*# sourceMappingURL=banner-kabu.css.map */
