html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden !important;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  background-color: #f4f9fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

h1 {
  font-size: 50px;
  line-height: 70px;
  color: #b71c72;
  font-weight: 400;
  margin-bottom: 20px;
}

h2 {
  font-size: 37px;
  line-height: 44px;
  color: #006fba;
  font-weight: 400;
  margin-bottom: 40px;
}

h3 {
  font-size: 37px;
  line-height: 44px;
  color: #b71c72;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 {
  font-size: 22px;
  color: #006fba;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px;
}

h5 {
  font-size: 16px;
  color: #006fba;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 22px;
}

p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #003660;
}

a {
  font-size: 16px;
  color: #006fba;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: block;
}
a:hover {
  text-decoration: underline;
}

.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
  height: 52px;
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #006fba;
  border: none;
  color: white;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 50px;
}
.button:hover {
  text-decoration: none;
}

.header {
  background-color: white;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  width: 945px;
  position: relative;
}
.header__container img {
  position: absolute;
  top: 12px;
  left: 0;
  width: 140px;
  z-index: 2;
}
.header__container p {
  color: #006fba;
  font-size: 18px;
}
@media (max-width: 39.9375em) {
  .header__container p {
    display: none;
  }
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.hero__container {
  max-width: 1280px;
  background-image: url(../../images/hero2023.jpeg);
  height: 500px;
  width: 100%;
  position: relative;
}
@media (max-width: 64em) {
  .hero__container {
    height: 300px;
  }
}
.hero__container::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 100vw;
  height: 1.8em;
  background: #ffffff;
}
.hero__container::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: -1px;
  height: 1.8em;
  width: 30%;
  border: 0px solid transparent;
  border-width: 1.9em 1.3em 0px 0px;
  border-top-color: #ffffff;
}
@media (max-width: 39.9375em) {
  .hero__container::after {
    width: 60%;
  }
}
.hero__container--shape {
  position: absolute;
  bottom: -1px;
  left: 75px;
  background-color: transparent;
  width: 0;
  height: 0;
  border-bottom: 92px solid #f4f9fd;
  border-left: 57px solid transparent;
  border-right: 1160px solid #f4f9fd;
}
@media (max-width: 64em) {
  .hero__container--shape {
    display: none;
  }
}

.content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media (max-width: 64em) {
  .content {
    -webkit-transform: initial;
            transform: initial;
    margin-top: 50px;
  }
}
.content__container {
  max-width: 945px;
  margin-bottom: 100px;
  width: 80vw;
}
.content__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 79.9375em) {
  .content__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content__card {
  height: auto;
  width: 450px;
  background-color: white;
}
.content__card:hover {
  cursor: pointer;
}
@media (max-width: 79.9375em) {
  .content__card {
    width: 100%;
    margin-bottom: 25px;
  }
}
.content__info {
  padding: 20px;
}
.content__image {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.content__image--2022 {
  background-image: url(../../images/hero2022.jpeg);
}
.content__image--2021 {
  background-image: url(../../images/hero2021.jpg);
}
.content__image--2020 {
  background-image: url(../../images/hero2020.jpeg);
}
.content__image--2019 {
  background-image: url(../../images/hero2019.jpeg);
}
.content__image--2018 {
  background-image: url(../../images/hero2018.jpeg);
}

.footer {
  height: 200px;
  background: white;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -50px;
}
@media (max-width: 64em) {
  .footer {
    height: 250px;
  }
}
.footer::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 200px;
  height: 1.8em;
  width: 50%;
  border: 0px solid transparent;
  border-width: 0px 0px 1.9em 1.3em;
  border-bottom-color: #ffffff;
}
.footer__container {
  margin-top: 28px;
  width: 945px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 64em) {
  .footer__container {
    width: 80%;
  }
}
.footer__container p,
.footer__container a {
  font-size: 18px;
  line-height: 32px;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 330px;
  margin-right: 100px;
}
@media (max-width: 64em) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100vw;
    margin: 0 0 30px 0;
  }
}