.main-container {
  height: 100vh;
  z-index: 2;
  position: relative;
}

.inner-section {
  max-width: 1920px;
  z-index: 5;
  position: relative;
  height: auto;
}

@media (min-height: 1081px) {
  .inner-section {
    height: unset;
  }
}

.center-text {
  padding-top: 150px;
  padding-bottom: 142px;
  font-family: "Garamond";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: var(--darkhighprio);
  width: 731px;
}

.center-subtext {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.2px;
  color: var(--darkmidprio);
  width: 442px;
  height: 96px;
}

.center-subtext > a {
  color: var(--pink);
}

.divider {
  width: 1px;
  height: 100px;

  background: linear-gradient(
    180deg,
    rgba(190, 190, 203, 0.3) -6.39%,
    #bebecb 52.92%,
    rgba(190, 190, 203, 0.3) 94.41%
  );
}

.center-text2 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.2px;
  color: var(--darkhighprio);
  padding-top: 142px;
  margin-bottom: 142px;
}

.backdrop {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 71px;
  bottom: 306px;
  background-color: transparent;
}

.bottom-left-icon1 {
  position: absolute;
  left: 12%;
  bottom: 30%;
}

.bottom-left-icon2 {
  position: absolute;
  left: 0%;
  bottom: 42%;
}

.center-left-icon1 {
  position: absolute;
  left: 13%;
  bottom: 59%;
}

.top-left-icon1 {
  position: absolute;
  left: -2%;
  top: 15%;
}

.top-left-icon2 {
  position: absolute;
  left: 17%;
  top: 7%;
}

.bottom-right-icon1 {
  position: absolute;
  bottom: 45%;
  right: 13%;
}

.bottom-right-icon2 {
  position: absolute;
  bottom: 31%;
  right: 9%;
}

.top-right-icon1 {
  position: absolute;
  top: 4%;
  right: 17%;
}

.top-right-icon2 {
  position: absolute;
  right: 0%;
  top: 7%;
}

.center-right-icon1 {
  position: absolute;
  right: 11%;
  bottom: 65%;
}

.center-right-icon2 {
  position: absolute;
  right: 0%;
  bottom: 50%;
}

.brand-icon {
  filter: blur(2px);
}

@media (max-width: 912px) {
  .main-container {
    height: unset;
  }

  .center-text {
    font-size: 24px;
    line-height: 32px;
    width: 343px;
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .center-subtext {
    font-size: 14px;
    line-height: 20px;
    width: 342px;
    height: 60px;
  }

  .center-text2 {
    font-size: 14px;
    line-height: 20px;
    padding-top: 60px;
    margin-bottom: 76px;
  }

  .divider {
    transform: rotate(-90deg);
  }
}

.top-icon1 {
  position: absolute;
  top: 52%;
  left: 0;
}

.top-icon2 {
  position: absolute;
  top: 0%;
  left: 4%;
}

.top-icon3 {
  position: absolute;
  top: 38%;
  right: 0;
}

.top-icon4 {
  position: absolute;
  top: 17%;
  right: 9%;
}

.top-icon5 {
  position: absolute;
  top: 5%;
  right: 0%;
}

.bottom-icon1 {
  position: absolute;
  bottom: 6%;
  left: 0%;
}

.bottom-icon2 {
  position: absolute;
  bottom: 18.4%;
  left: 0;
}

.bottom-icon3 {
  position: absolute;
  bottom: -7%;
  left: 38%;
}

.bottom-icon4 {
  position: absolute;
  bottom: 14%;
  right: 0;
}

.bottom-icon5 {
  position: absolute;
  bottom: 9%;
  right: 0%;
}
