section.hero {
  display: grid;
}
section.hero.inside {
  --column-count: 2;
  -moz-column-gap: 0;
  column-gap: 0;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  margin-bottom: 35px;
}
section.hero.inside .photo {
  grid-area: 2/1/2/3;
  z-index: 1;
}
@media (min-width: 1024px) {
  section.hero.inside .photo {
    height: 510px;
  }
}
@media (min-width: 1400px) {
  section.hero.inside .photo {
    height: 700px;
  }
}
@media (min-width: 1024px) {
  section.hero.inside .photo img {
    height: 100%;
  }
}
section.hero.inside .photo img {
  width: 100%;
  aspect-ratio: 1920/956;
  -o-object-fit: cover;
  object-fit: cover;
}
section.hero.inside .content {
  grid-area: 1/1/2/3;
}
@media (min-width: 1024px) {
  section.hero.inside .content {
    grid-area: 3/2/3/3;
    margin-top: -70px;
  }
}
section.hero.inside .content {
  z-index: 2;
}
section.hero.inside .content .content-inner {
  background-color: #ae4178;
  padding: 10px 20px;
}
@media (min-width: 767px) {
  section.hero.inside .content .content-inner {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  section.hero.inside .content .content-inner {
    padding: 16px 39px 43px;
  }
}
section.hero.inside .content h1 {
  letter-spacing: 2.22px;
  font-size: 34px;
  line-height: 38px;
  margin: 0;
}
@media (min-width: 767px) {
  section.hero.inside .content h1 {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (min-width: 1024px) {
  section.hero.inside .content h1 {
    font-size: 50px;
    line-height: 59px;
  }
}
section.hero.inside .content p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 1024px) {
  section.hero.inside .content p {
    font-size: 18px;
    line-height: 21px;
  }
}
section.hero.inside .content h1 + p {
  margin-top: 10px;
}
section.hero.home {
  --column-count: 1;
  -moz-column-gap: 0;
  column-gap: 0;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  background: rgb(43, 64, 77);
  background: linear-gradient(282deg, rgb(43, 64, 77) 0%, rgb(95, 103, 108) 100%);
  width: 100%;
  max-height: 500px;
}
@media (min-width: 460px) {
  section.hero.home {
    max-height: none;
  }
}
@media (min-width: 1024px) {
  section.hero.home {
    height: 551px;
  }
}
@media (min-width: 1024px) {
  section.hero.home {
    margin-top: 38px;
  }
}
section.hero.home {
  position: relative;
}
section.hero.home:before {
  content: "";
  z-index: 2;
  height: 74.297188755%;
}
@media (min-width: 1024px) {
  section.hero.home:before {
    height: 69.4202898551%;
  }
}
section.hero.home:before {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #006394, rgba(0, 99, 148, 0));
}
@media (min-width: 1024px) {
  section.hero.home {
    height: 690px;
  }
}
section.hero.home .content {
  position: relative;
  z-index: 3;
  padding: 20px 14px 180px 14px;
}
@media (min-width: 1024px) {
  section.hero.home .content {
    padding: 127px 14px 0 14px;
  }
}
section.hero.home .content {
  display: grid;
  z-index: 2;
  grid-area: 1/1/2/2;
  text-align: center;
}
section.hero.home .photo {
  overflow: hidden;
  z-index: 1;
  grid-area: 1/1/2/2;
  width: 100%;
  display: grid;
}
@media (min-width: 1024px) {
  section.hero.home .photo {
    height: 551px;
  }
}
section.hero.home h1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  max-width: 823px;
  margin: 0 auto 10px;
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  section.hero.home h1 {
    font-size: 38px;
    line-height: 45px;
  }
}
section.hero.home p {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1.03px;
  max-width: 700px;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  section.hero.home p {
    margin: 0 auto 30px;
  }
}
section.hero.home .photo {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  section.hero.home .photo {
    height: 690px;
  }
}
section.hero.home .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1024px) {
  section.hero.home .photo img {
    height: 690px;
  }
}
section.hero.home .photo img {
  -o-object-position: bottom center;
  object-position: bottom center;
}
section.hero.lp {
  --column-count: 1;
  -moz-column-gap: 0;
  column-gap: 0;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  background: rgb(43, 64, 77);
  background: linear-gradient(282deg, rgb(43, 64, 77) 0%, rgb(95, 103, 108) 100%);
  width: 100%;
  max-height: 500px;
  position: relative;
}
@media (min-width: 460px) {
  section.hero.lp {
    max-height: none;
  }
}
section.hero.lp:before {
  content: "";
  z-index: 2;
  height: 74.297188755%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #006394, rgba(0, 99, 148, 0));
}
@media (min-width: 1024px) {
  section.hero.lp:before {
    height: 69.4202898551%;
  }
}
section.hero.lp .content {
  position: relative;
  z-index: 3;
  padding: 20px 14px 180px 14px;
  display: grid;
  z-index: 2;
  grid-area: 1/1/2/2;
  text-align: center;
}
@media (min-width: 1024px) {
  section.hero.lp .content {
    padding: 100px 14px;
  }
}
section.hero.lp .photo {
  overflow: hidden;
  z-index: 1;
  grid-area: 1/1/2/2;
  width: 100%;
  display: grid;
}
section.hero.lp h1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  max-width: 823px;
  margin: 0 auto 10px;
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  section.hero.lp h1 {
    font-size: 38px;
    line-height: 45px;
  }
}
section.hero.lp p {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1.03px;
  max-width: 700px;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  section.hero.lp p {
    margin: 0 auto 30px;
  }
}
section.hero.lp .photo {
  position: relative;
  z-index: 1;
}
section.hero.lp .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center;
}
section.hero img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  /* aspect-ratio: 2048/1102;

  @media (min-width: $tablet) {
      aspect-ratio: 2048/1102;
  } */
}
section.hero:not(.simple) h1, section.hero:not(.simple) h2, section.hero:not(.simple) p {
  color: #fff;
}
section.hero.simple {
  border-top: 1px solid #F4F4F3;
  padding: 20px;
}
@media (min-width: 1024px) {
  section.hero.simple {
    padding: 20px 127px;
  }
}
section.hero.simple {
  text-align: center;
}
section.hero.simple h1 {
  font-size: 34px;
  line-height: 38px;
}
@media (min-width: 767px) {
  section.hero.simple h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (min-width: 1024px) {
  section.hero.simple h1 {
    font-size: 50px;
    line-height: 59px;
  }
}
section.hero.simple h1 {
  color: #006394;
  margin: 0;
}