.divider {
  display: none;
}
@media screen and (max-width: 925px) {
  .divider {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 580px;
    background-color: rgba(144, 167, 224, 0.3843137255);
    z-index: 0;
    transform: skewY(12deg);
    transform-origin: top right;
  }
}

.mobile-overlay {
  display: none;
}
@media (max-width: 768px) {
  .mobile-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
  }
  .mobile-overlay h1 {
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    letter-spacing: 0;
    text-align: center;
    line-height: 3rem;
    color: black;
  }
  .mobile-overlay h1 span {
    display: block;
    font-size: 2.5rem;
    color: #85b6ea;
  }
}
@media screen and (max-width: 768px) and (max-width: 925px) {
  .mobile-overlay h1 span {
    color: #234c8f;
  }
}
@media (max-width: 768px) {
  .mobile-overlay button {
    background-color: rgb(0, 46, 95);
    width: 200px;
    height: 50px;
    color: white;
    font-size: 1.2rem;
    border-radius: 25px;
    transition: 0.1s linear;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
  }
  .mobile-overlay button:hover {
    cursor: pointer;
    background-color: rgb(23, 86, 154);
  }
}

.overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.454);
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 1110px) {
  .overlay {
    left: 50%;
    width: 100%;
  }
}
.overlay h1 {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  letter-spacing: 0;
  text-align: center;
  line-height: 4.6rem;
  color: white;
}
.overlay h1 span {
  display: block;
  font-family: "Bebas Neue", serif;
  font-weight: 900;
  font-size: 6rem;
  color: #bfd9f4;
}
.overlay button {
  background-color: rgb(0, 46, 95);
  width: 200px;
  height: 50px;
  color: white;
  font-size: 1.2rem;
  border-radius: 25px;
  transition: 0.1s linear;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.overlay button:hover {
  cursor: pointer;
  background-color: rgb(23, 86, 154);
}
@media (max-width: 768px) {
  .overlay {
    display: none;
  }
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
  margin: 25px auto auto;
}
@media (max-width: 768px) {
  .carousel-container {
    height: auto;
  }
}

@media (max-width: 768px) {
  .carousel {
    display: none;
  }
}

.carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.carousel img.active {
  opacity: 1;
}

.carousel-container-two {
  display: none;
}
@media (max-width: 768px) {
  .carousel-container-two {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin: 25px auto auto;
  }
}

.carousel-two img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.carousel-two img.active {
  opacity: 1;
}

.features {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px;
  padding: 0 20px;
  margin: 50px auto;
  background-color: #556e8c;
  max-width: 850px;
  border-radius: 30px;
}
@media screen and (max-width: 1185px) {
  .features {
    margin-top: 60px;
  }
}
@media screen and (max-width: 925px) {
  .features {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    padding: 0 20px;
    margin-bottom: 50px;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: none;
    animation: none;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.feature {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  padding-bottom: 10px;
}
.feature img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  color: white;
  z-index: 1;
  padding: 30px 10px 10px;
  border-radius: 10px;
}
@media screen and (max-width: 925px) {
  .feature img {
    padding: 10px;
    background-color: #556e8c;
  }
}
.feature span {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  z-index: 1;
  max-width: 250px;
  text-align: center;
  padding-bottom: 30px;
  color: white;
}
@media (max-width: 768px) {
  .feature span {
    text-align: left;
  }
}
@media screen and (max-width: 925px) {
  .feature span {
    color: black;
    padding: 0 0 0 20px;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 800;
    width: 200px;
  }
}
@media screen and (max-width: 925px) {
  .feature {
    flex-direction: row;
  }
}/*# sourceMappingURL=critical.css.map */