@font-face {
  font-family: 'Montserrat';
  src: url(fonts/Montserrat/Montserrat-VariableFont_wght.ttf);
}

@font-face {
  font-family: 'Space Grotesk';
  src: url(fonts/Space_Grotesk/SpaceGrotesk-VariableFont_wght.ttf);
}

* {
  padding: 0;
  margin: 0;
}

.hidden {
  display: none;
}

.shown {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #231815;
  font-size: 1rem;
  line-height: 1.55rem;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0.5rem;
}

h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 4.2358rem;
  line-height: 4.9245rem;
  margin-top: 3.1rem;
  margin-bottom: 1.6rem;
}

h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 300;
  font-size: 2.6179rem;
  line-height: 3.185rem;
  margin-top: 1rem;
}

h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.55rem;
  margin-top: 2.3rem;
  margin-bottom: 0.8rem;
}

.hiconics-section1 {
  background-color: #fafafa;
  width: 100%;
  margin-bottom: 1rem;
}

.hiconics-section1 .section1-container {
  flex-direction: column;
  padding: 4rem 1rem;
  max-width: 1200px;
}

.section1-l img {
  width: 100%;
  cursor: pointer;
}

small {
  font-size: smaller;
}

.downloads {
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.1s;
}

.downloads:active {
  background-color: #bfddf1;
}

.downloads h4 {
  border-bottom: 1px solid rgb(51 51 51 / 14%);
  padding: 20px 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  cursor: pointer;
}

.downloads .arrow {
  position: absolute;
  right: 25px;
  width: 10px;
  height: 10px;
  transition: transform 0.2s ease-out;
}

.arrow-down {
  transform: translateY(-2px) rotate(90deg);
}

.downloads a {
  text-decoration: none;
  color: #e93f28;
}

.downloads .pdf-icon {
  width: 20px;
  height: 20px;
}

.downloads p {
  margin-bottom: 0 !important;
}

.hiconics-section2 {
  width: 100%;
  margin-bottom: 1rem;
}

.hiconics-section2 .section2-container {
  flex-direction: column;
  padding: 4rem 1rem;
  width: 100%;
  max-width: 1200px;
}

.section2-l {
  padding-right: 1.5rem;
}

.section2-r {
  padding-left: 1.5rem;
}

#imgCarousel {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: #fafafa;
}

.carousel-inner {
  height: 100%;
  text-align: center;
}

.carousel-inner .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 9999;
}

.carousel-inner img {
  width: 100%;
  max-width: 1600px;
}

@media screen and (max-width: 768px) {
  .section2-l {
    padding-right: 0;
  }

  .section2-r {
    padding-left: 0;
  }
}
