.main_header_module {
  width: 100vw;
  height: auto;
  margin-bottom: 1rem;
  position: relative;
}
.main_header_module::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.main_header_module .content {
  width: 100%;
  max-width: 100% !important;
  height: auto;
  min-height: 850px;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  clip-path: ellipse(75% 100% at 50% 0);
  position: revert;
  z-index: 1;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media only screen and (max-width: 900px) {
  .main_header_module .content {
    height: auto !important;
    min-height: 690px;
  }
}
@media only screen and (max-width: 540px) {
  .main_header_module .content {
    min-height: 590px;
  }
}
@media only screen and (max-width: 425px) {
  .main_header_module .content {
    clip-path: ellipse(100% 100% at 50% 0);
  }
}
@media only screen and (max-width: 1400px) {
  .main_header_module .content > :last-child {
    margin-bottom: 120px !important;
  }
}
.main_header_module .content::before {
  content: ' ';
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}
.main_header_module .content::after {
  content: ' ';
  position: absolute;
  top: 0;
  width: 100%;
  height: 30%;
  background: -moz-linear-gradient(0deg, #ffffff -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #000000 100%);
  background: -webkit-linear-gradient(0deg, #ffffff -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #000000 100%);
  background: linear-gradient(0deg, #ffffff -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #000000 100%);
  opacity: 0.5;
}
.main_header_module .content > *:last-child {
  margin-bottom: 5% !important;
}
@media only screen and (max-width: 1400px) {
  .main_header_module .content > *:last-child {
    margin-bottom: 120px !important;
  }
}
.main_header_module .content .header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 79, 89, 0.77);
}
.main_header_module .content .title {
  font-family: "freight-sans-pro", sans-serif !important;
  text-align: center;
  padding: 0 15%;
  font-size: 75px;
  color: #fff;
  font-weight: 800;
  margin: 0 0 30px;
  z-index: 2;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .main_header_module .content .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .main_header_module .content .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 540px) {
  .main_header_module .content .title {
    font-size: 40px;
  }
}
.main_header_module .content .subtitle {
  text-align: center;
  padding: 0 25%;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 20px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .main_header_module .content .subtitle {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .main_header_module .content .subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .main_header_module .content .subtitle {
    font-size: 17px;
  }
}
.main_header_module .content .text-content {
  position: relative;
  z-index: 3;
  color: #fff;
}
.main_header_module .content .text-content p {
  color: #fff;
}
.main_header_module .content .header_button {
  margin-top: 1rem;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  z-index: 2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .main_header_module .content .header_button {
    font-size: 13px;
  }
}
.main_header_module .content .header_button.btn-dark:hover {
  background-color: white !important;
  color: #004f59 !important;
}
.main_header_module .content .header_button.btn-dark:focus {
  outline: none;
  border: 2px solid #DB7B51 !important;
}
.main_header_module .content .header_button.btn-light:hover {
  background-color: #004f59 !important;
  color: white !important;
}
.main_header_module .content .header_button.btn-light:focus {
  outline: none;
  border: 1px solid #004f59;
}
.main_header_module .content.header-small {
  min-height: 500px;
  justify-content: center;
}
.main_header_module .content.header-small .title {
  font-size: 45px;
  margin-bottom: 0 !important;
}
.main_header_module .content.header-small .subtitle {
  font-size: 21px;
  margin-bottom: 0 !important;
  margin-top: 21px;
}
.main_header_module .content.header-small .header_button {
  font-size: 13px;
  margin-bottom: 0 !important;
}
.main_header_module .logo-rings {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 300px;
  right: 14%;
}
@media only screen and (max-width: 1199px) {
  .main_header_module .logo-rings {
    width: 250px;
    right: 7%;
  }
}
@media only screen and (max-width: 1024px) {
  .main_header_module .logo-rings {
    right: 4%;
  }
}
@media only screen and (max-width: 900px) {
  .main_header_module .logo-rings {
    width: 200px;
    right: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .main_header_module .logo-rings {
    width: 180px;
    right: 5%;
  }
}
@media only screen and (max-width: 540px) {
  .main_header_module .logo-rings {
    left: 50%;
    right: unset;
    transform: translate(-50%, 0);
    bottom: -50px;
  }
}
.main_header_module .logo-rings.header-small {
  bottom: -9%;
  width: 350px;
}
@media only screen and (max-width: 1199px) {
  .main_header_module .logo-rings.header-small {
    width: 250px;
    right: 7%;
  }
}
@media only screen and (max-width: 1024px) {
  .main_header_module .logo-rings.header-small {
    right: 4%;
  }
}
@media only screen and (max-width: 900px) {
  .main_header_module .logo-rings.header-small {
    width: 200px;
    right: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .main_header_module .logo-rings.header-small {
    width: 180px;
    right: 5%;
  }
}
@media only screen and (max-width: 540px) {
  .main_header_module .logo-rings.header-small {
    left: 50%;
    right: unset;
    transform: translate(-50%, 0);
    bottom: -50px;
    width: 180px;
  }
}
.main_header_module .logo-rings img {
  width: 100%;
}
.main_header_module .boxes {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 20;
  position: relative;
  flex-wrap: wrap;
  margin-top: -15rem;
}
.main_header_module .boxes .box {
  margin: 3%;
  z-index: 10;
  width: 23rem;
  height: 23rem;
  position: relative;
  filter: drop-shadow(0px 16px 13px #777);
}
.main_header_module .boxes .box:hover .ghost_box {
  transform: rotate(0deg);
}
.main_header_module .boxes .box:hover a {
  background-size: 160% !important;
}
.main_header_module .boxes .box a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  border-radius: 10% !important;
  overflow: hidden;
  background: #eee;
  background-size: 150% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: all 0.5s linear;
}
.main_header_module .boxes .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 10% !important;
  border-bottom-right-radius: 10% !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, #006fb7 100%);
}
.main_header_module .boxes .box a p {
  font-size: 2.5rem;
  line-height: 3rem;
  width: 80%;
  height: auto;
  padding-left: 2rem;
  position: relative;
  z-index: 10;
  color: #fff;
}
.main_header_module .boxes .ghost_box {
  position: absolute;
  left: 6%;
  top: -5%;
  width: 23rem;
  height: 23rem;
  border-radius: 10%;
  background: red;
  transform: rotate(-5deg);
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1366px) {
  .main_header_module .boxes .box,
  .main_header_module .boxes .ghost_box {
    width: 20rem;
    height: 20rem;
  }
  .main_header_module .boxes .box p,
  .main_header_module .boxes .ghost_box p {
    font-size: 2rem !important;
    line-height: 2.4rem !important;
  }
}
@media only screen and (max-width: 900px) {
  .main_header_module .boxes {
    margin-top: -6rem;
  }
}
@media only screen and (max-width: 600px) {
  .main_header_module .boxes .box,
  .main_header_module .boxes .ghost_box {
    width: 18rem;
    height: 18rem;
    margin-bottom: 5rem;
  }
  .main_header_module .boxes .box p,
  .main_header_module .boxes .ghost_box p {
    font-size: 1.6rem !important;
    line-height: 2rem !important;
    padding: 0 12% 1.5rem !important;
    display: flex;
    align-items: flex-end;
  }
}
