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 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;
}

.listing {
  display: grid;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  gap: 30px 30px;
  grid-template-columns: 1fr;
  margin-bottom: 30px;
  padding: 0 20px;
}
@media (min-width: 767px) {
  .listing {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .listing {
    padding: 0 87px;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1400px;
    margin: 0 auto;
  }
}
.listing .item .photo {
  position: relative;
  overflow: hidden;
}
.listing .item .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 49.8046875%;
}
@supports (aspect-ratio: 1024/510) {
  .listing .item .photo {
    aspect-ratio: 1024/510;
  }
  .listing .item .photo:before {
    display: none;
  }
}
.listing .item .photo {
  margin-bottom: 10px;
  background-color: #a6ce34;
  box-shadow: 0 0 0 1px #F4F4F3;
}
.listing .item .photo.empty {
  box-shadow: 0 0 0 1px #979797;
}
.listing .item .photo.empty > span {
  color: #979797;
  font-weight: 700;
  text-align: center;
  background-color: #F4F4F3;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  width: 100%;
  padding: 10px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-align: center;
  transition: ease-in-out 0.25s all;
}
.listing .item .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  transition: ease-in-out 0.25s all;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@supports (aspect-ratio: 1024/510) {
  .listing .item .photo img {
    position: static;
  }
}
.listing .item a {
  display: block;
}
.listing .item a p.type {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.listing .item a h2 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #006394;
  transition: ease-in-out 0.25s all;
  text-transform: none;
}
.listing .item a:hover h4 {
  color: #a6ce34;
}
.listing .item a:hover .photo img {
  opacity: 0.5;
  -webkit-filter: grayscale(0.7);
  filter: grayscale(0.7);
}
.listing .item a:hover .photo.empty > span {
  opacity: 0.5;
}

.pagination {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-align: center;
  width: 100%;
  padding: 30px 0 30px;
}
.pagination a {
  color: #006394;
  background-color: #F4F4F3;
}
.pagination a:hover {
  background-color: #006394;
  color: #fff;
}
.pagination a, .pagination span {
  display: block;
  margin: 0 10px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 800;
}
.pagination a.page-numbers, .pagination span.page-numbers {
  border-radius: 100%;
  height: 30px;
  width: 30px;
}
.pagination a.current, .pagination span.current {
  background-color: #006394;
  color: #fff;
}
.pagination a.prev, .pagination a.next, .pagination span.prev, .pagination span.next {
  width: auto;
  border-radius: 0;
  background-color: transparent;
  color: #006394;
  padding: 0 20px;
  font-weight: 800;
  font-size: 30px;
}
.pagination a.prev:hover, .pagination a.next:hover, .pagination span.prev:hover, .pagination span.next:hover {
  background-color: transparent;
  color: #000;
}
.pagination a.dots, .pagination span.dots {
  background-color: transparent;
  border-radius: 0;
}

.single section.title {
  border-top: 1px solid #F4F4F3;
  padding: 20px;
}
@media (min-width: 1024px) {
  .single section.title {
    padding: 20px 127px;
  }
}
.single section.title {
  text-align: center;
}
.single section.title h1 {
  font-size: 34px;
  line-height: 38px;
}
@media (min-width: 767px) {
  .single section.title h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (min-width: 1024px) {
  .single section.title h1 {
    font-size: 50px;
    line-height: 59px;
  }
}
.single section.title h1 {
  color: #006394;
  margin: 0;
}
.single section.featured-image {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .single section.featured-image {
    padding: 0 127px;
  }
}
.single section.featured-image {
  margin-bottom: 30px;
  text-align: center;
}
.single section.featured-image .photo {
  border: 1px solid #F4F4F3;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
@supports (aspect-ratio: 1024/510) {
  .single section.featured-image .photo {
    aspect-ratio: 1024/510;
  }
}
@supports not (aspect-ratio: 1024/510) {
  .single section.featured-image .photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 49.8046875%;
  }
}
.single section.featured-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@supports (aspect-ratio: 1024/510) {
  .single section.featured-image img {
    position: static;
    height: 100%;
    width: 100%;
  }
}
@supports not (aspect-ratio: 1024/510) {
  .single section.featured-image img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.single ul.meta, .single ul.meta > li {
  margin: 0;
  list-style: none;
  padding: 0;
}
.single ul.meta {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .single ul.meta {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.single ul.meta li {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-align: center;
  font-size: 16px;
  line-height: 21px;
  padding: 0 10px;
}
.single ul.meta li a {
  display: block;
  font-size: 35px;
  line-height: 25px;
  color: #ae4178;
}
.single ul.meta li a:hover {
  color: #000;
  transform: translateY(-5px);
}
.single ul.meta li.date, .single ul.meta li.type {
  position: relative;
}
.single ul.meta li.date:after, .single ul.meta li.type:after {
  content: "|";
  padding-left: 20px;
  display: inline-block;
}
.single ul.meta li.share {
  font-weight: 800;
}
@media (max-width: 1023px) {
  .single ul.meta li.share {
    width: 100%;
    margin-bottom: 5px;
  }
}
.single footer {
  margin-top: 30px;
}

.newsletters {
  padding: 30px 20px;
  border-top: 3px solid #F4F4F3;
}
@media (min-width: 1024px) {
  .newsletters {
    padding: 30px 87px;
    max-width: 1400px;
    margin: 0 auto;
  }
}
.newsletters p.heading {
  font-size: 24px;
  color: #006394;
  font-weight: 700;
}
.newsletters p:not(.heading) {
  font-weight: 700;
  margin: 0;
}
.newsletters p:not(.heading) + ul {
  margin-top: 10px;
}
.newsletters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-column-count: 1;
  column-count: 1;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (min-width: 460px) {
  .newsletters ul {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 767px) {
  .newsletters ul {
    -moz-column-count: 3;
    column-count: 3;
  }
}
.newsletters ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #F4F4F3;
}
.newsletters ul a {
  font-weight: 700;
  color: #006394;
  display: block;
  padding: 10px;
  line-height: 1.1;
}
.newsletters ul a:hover {
  color: #a6ce34;
}
.newsletters ul + p:not(.heading) {
  margin-top: 30px;
}