header {
  position: relative;
}
header #header-bg {
  width: 100%;
  min-width: 1200px;
}
header #header-logo {
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 60px;
}
header #menu {
  position: absolute;
  width: 58.35%;
  right: 0;
  bottom: -105px;
  z-index: 9999;
}
header #menu .menu-line {
  height: 35px;
}
header #menu #menu-wrapper {
  position: absolute;
  top: -60px;
  right: 5px;
  text-align: center;
}
header #menu #menu-wrapper a {
  margin: 0 10px;
}
header #menu #menu-wrapper img {
  height: 140px;
  box-shadow: 8px 12px 0 #222;
  display: inline-block;
}
main article h2 {
  font-size: 52px;
  font-weight: 900;
  margin-bottom: 0;
}
main article .article-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
}
main article .article-grid > div:first-child {
  background-color: white;
  position: relative;
}
main article .article-grid > div:first-child h2 {
  padding: 22px 0 22px 78px;
}
main article .article-grid > div:first-child > div {
  margin: 32px 48px 32px 78px;
  font-size: 22px;
  font-weight: 300;
}
main article .article-grid > div:first-child > div ul {
  margin-bottom: 0;
  margin-left: 28px;
}
main article .article-grid > div:first-child > div ul:not(.sublist) {
  list-style: none;
  padding: 0;
}
main article .article-grid > div:first-child > div ul:not(.sublist) li {
  position: relative;
}
main article .article-grid > div:first-child > div ul:not(.sublist) li::before {
  content: '';
  display: inline-block;
  background-image: url("../resources/icons/bullet.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -28px;
  top: 11px;
}
main article .carousel-indicators [data-bs-target] {
  height: 30px;
  border-radius: 15px;
  border: 0;
  opacity: 1;
}
main article .carousel-indicators [data-bs-target]:not(.active) {
  background-color: transparent;
  border: 1px solid white;
  height: 29px;
  width: 29px;
}
main article .carousel {
  margin-top: 105px;
  position: relative;
}
main article .carousel .carousel-inner {
  position: absolute;
  top: 0;
  height: 100%;
}
main article .carousel .carousel-inner .carousel-item {
  height: 100%;
}
main article .carousel .carousel-inner .carousel-item img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
main article .carousel #carousel-sizer {
  width: 100%;
  visibility: hidden;
}
@media (max-width: 1599px) {
  header #header-logo {
    left: 50px;
  }
  header #menu {
    bottom: -81px;
  }
  header #menu .menu-line {
    height: 27px;
  }
  header #menu #menu-wrapper {
    top: -35px;
  }
  header #menu #menu-wrapper img {
    height: 100px;
    box-shadow: 5px 8px 0 #222;
  }
  main article .article-grid > div:first-child h2 {
    font-size: 36px;
    padding: 19px 24px 19px 70px;
  }
  main article .article-grid > div:first-child > div {
    font-size: 18px;
    margin: 16px 24px 16px 70px;
  }
  main article .article-grid > div:first-child > div ul:not(.sublist) li::before {
    width: 18px;
    height: 18px;
    top: 9px;
  }
  main article .carousel-inner {
    height: 100%;
  }
  main article .carousel-inner .carousel-item {
    height: 100%;
  }
  main article .carousel {
    margin-top: 81px;
  }
}
@media (max-width: 1399px) {
  header #header-logo {
    left: 40px;
  }
  main article .article-grid > div:first-child h2 {
    font-size: 32px;
    padding: 22px 18px 21px 60px;
  }
  main article .article-grid > div:first-child > div {
    margin: 12px 18px 12px 60px;
  }
  main article .article-grid > div:first-child > div ul {
    font-size: 16px;
    margin-left: 20px;
  }
  main article .article-grid > div:first-child > div ul:not(.sublist) li::before {
    width: 16px;
    height: 16px;
    top: 7px;
    left: -20px;
  }
  main article .article-grid > div:first-child > div ul.sublist {
    padding-left: 16px;
  }
}
@media (max-width: 1199px) {
  header {
    overflow: hidden;
  }
  header #header-logo {
    height: 100px;
    top: 20px;
  }
  header #menu {
    position: relative;
    bottom: 0;
    width: auto;
  }
  header #menu #menu-wrapper {
    right: 0;
    width: 100%;
    text-align: center;
  }
  main article .article-grid > div:first-child h2 {
    font-size: 32px;
    padding: 16px;
  }
  main article .article-grid > div:first-child > div {
    margin: 16px;
  }
  main article .article-grid > div:first-child > div ul {
    font-size: 16px;
  }
  main article .carousel {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  main article .article-grid {
    grid-template-columns: 1fr;
  }
  main article .article-grid > div:first-child div {
    max-width: unset;
    float: left;
  }
}
@media (max-width: 767px) {
  header #menu #menu-wrapper a {
    margin: 0;
  }
  header #menu #menu-wrapper img {
    box-shadow: 0 0 0 #222;
  }
}
@media (max-width: 575px) {
  header #menu .menu-line {
    height: 20px;
  }
  header #menu #menu-wrapper {
    top: -25px;
  }
  header #menu #menu-wrapper img {
    height: 80px;
  }
}
