.hero-section {
  width: 100%;
  min-height: 70vh;
  position: relative;
}
.hero-section .white-photo-box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.hero-section .white-photo-box img, .hero-section .white-photo-box svg {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.hero-section .white-photo-box .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  background: rgb(255, 255, 255);
  background: linear-gradient(84deg, rgb(255, 255, 255) 0%, rgb(242, 242, 246) 22%, rgba(6, 91, 175, 0) 46%, rgba(5, 111, 188, 0) 81%, rgba(0, 212, 255, 0) 100%);
}
@media (max-width: 768px) {
  .hero-section .white-photo-box .gradient {
    background: linear-gradient(84deg, rgb(255, 255, 255) 0%, rgb(242, 242, 246) 22%, rgba(255, 255, 255, 0.5) 46%, rgba(255, 255, 255, 0.5) 81%, rgba(255, 255, 255, 0.1) 100%);
  }
}
.hero-section .container {
  z-index: 1;
  display: block;
  position: relative;
}
.hero-section h1 {
  font-size: 56px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(35, 61, 97);
}
@media (max-width: 768px) {
  .hero-section h1 {
    text-align: center;
    font-size: 38px;
  }
}
.hero-section h1 strong {
  font-size: 56px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .hero-section h1 strong {
    font-size: 38px;
  }
}
.hero-section p {
  padding: 24px 0px;
  color: #000;
  padding-bottom: 32px;
  max-width: 350pt;
  color: #000;
  font-size: 20px;
  padding: 32px 0px;
  padding-top: 48px;
  padding-bottom: 32px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .hero-section p {
    text-align: center;
    margin: 0 auto;
  }
}
.hero-section .orange-btn {
  margin-top: 8px;
  display: block;
  font-weight: 700;
}
@media (max-width: 768px) {
  .hero-section .orange-btn {
    text-align: center;
    margin: 0 auto;
  }
}

.orange-btn {
  font-size: 12pt;
  color: #fff;
  background: rgb(239, 126, 34);
  padding: 16px 24px;
  width: fit-content;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid rgb(239, 126, 34);
}
@media (max-width: 768px) {
  .orange-btn {
    margin: 0 auto;
  }
}
.orange-btn:hover {
  color: rgb(239, 126, 34);
  background: transparent;
}

.blue-btn {
  font-size: 12pt;
  color: #fff;
  background: rgb(35, 61, 97);
  padding: 16px 24px;
  width: fit-content;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid rgb(35, 61, 97);
}
@media (max-width: 768px) {
  .blue-btn {
    margin: 0 auto;
  }
}
.blue-btn:hover {
  color: rgb(35, 61, 97);
  background: transparent;
}

/*# sourceMappingURL=style.css.map */
