@font-face {
  font-family: "pt_sansbold";
  src: url("../styles/utilities/fonts/PTSans/ptsans-bold-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/PTSans/ptsans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pt_sansitalic";
  src: url("../styles/utilities/fonts/PTSans/ptsans-italic-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/PTSans/ptsans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pt_sansbold_italic";
  src: url("../styles/utilities/fonts/PTSans/ptsans-bolditalic-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/PTSans/ptsans-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriad_proregular";
  src: url("../styles/utilities/fonts/MyriadPro/myriadpro-regular-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/MyriadPro/myriadpro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "marcellusregular";
  src: url("../styles/utilities/fonts/marcellus/marcellus-regular-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/marcellus/marcellus-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
html strong,
html em,
body strong,
body em {
  font-family: "marcellusregular";
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
}

section {
  width: 100%;
  display: flex;
  min-height: 30vh;
  border-bottom: 2px solid rgb(216, 176, 115);
}
section:nth-of-type(1) {
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
}
section:nth-of-type(1) .panel {
  padding: 2vw;
  box-sizing: border-box;
}
section:nth-of-type(1) .panel:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
section:nth-of-type(1) .panel:nth-of-type(1) h1,
section:nth-of-type(1) .panel:nth-of-type(1) h2,
section:nth-of-type(1) .panel:nth-of-type(1) h3 {
  margin-bottom: 0;
}
section:nth-of-type(1) .panel:nth-of-type(1) h1 {
  font-family: "pt_sansbold", sans-serif;
  font-size: 2em;
  font-weight: 300;
  color: rgb(35, 54, 110);
  opacity: 0.5;
}
section:nth-of-type(1) .panel:nth-of-type(1) h2,
section:nth-of-type(1) .panel:nth-of-type(1) h3 {
  font-family: "Arial", sans-serif;
  margin-top: 1vw;
}
section:nth-of-type(1) .panel:nth-of-type(1) h2 {
  font-size: 2.5em;
  color: rgb(35, 54, 110);
  text-align: center;
}
section:nth-of-type(1) .panel:nth-of-type(1) h3 {
  font-size: 1.5em;
  color: rgb(35, 54, 110);
  opacity: 0.5;
}
section:nth-of-type(1) .panel:nth-of-type(2) {
  display: grid;
  grid-template-columns: 30vw 1fr;
  padding: 1vw;
  box-sizing: border-box;
  margin-bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  align-items: flex-start;
}
section:nth-of-type(1) .panel:nth-of-type(2) .card {
  display: flex;
  flex-direction: column;
}
section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(1) {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(1) img {
  width: 100%;
}
section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(2) {
  width: 100%;
  padding: 3vw;
  box-sizing: border-box;
  height: auto;
  background-color: #f2f2f2;
  font-family: "Arial", sans-serif;
}
section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(2) p {
  font-family: "Arial", sans-serif;
  color: rgb(35, 54, 110);
  margin-top: 0;
  font-size: 1.4em;
  box-sizing: border-box;
  padding-bottom: 0;
}
section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(2) a {
  text-decoration: none;
  margin-top: 0;
  font-size: 1em;
  padding: 1vw;
  box-sizing: border-box;
  margin-bottom: 0;
  background-color: rgb(216, 176, 115);
  color: rgb(255, 255, 255);
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1vw;
}
section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(2) a:hover {
  background-color: rgb(35, 54, 110);
}
section:nth-of-type(2) {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
}
section:nth-of-type(2) .panel {
  padding: 2vw;
  box-sizing: border-box;
}
section:nth-of-type(2) .panel:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
section:nth-of-type(2) .panel:nth-of-type(1) h1 {
  text-transform: uppercase;
  font-family: "pt_sansbold", sans-serif;
  font-size: 2em;
  font-weight: 300;
  color: rgb(35, 54, 110);
  opacity: 0.5;
  margin-bottom: 0;
}
section:nth-of-type(2) .panel:nth-of-type(2) {
  display: grid;
  grid-template-columns: 1fr 30vw;
  padding: 1vw;
  box-sizing: border-box;
  font-family: "Arial", sans-serif;
}
section:nth-of-type(2) .panel:nth-of-type(2) .card {
  padding: 3vw;
  box-sizing: border-box;
}
section:nth-of-type(2) .panel:nth-of-type(2) .card:nth-of-type(1) {
  background-color: #f2f2f2;
  padding-bottom: 0;
}
section:nth-of-type(2) .panel:nth-of-type(2) .card:nth-of-type(1) p {
  font-family: "Arial", sans-serif;
  color: rgb(35, 54, 110);
  margin-top: 0;
  font-size: 1.4em;
}
section:nth-of-type(2) .panel:nth-of-type(2) .card:nth-of-type(1) em:last-of-type {
  color: rgb(216, 176, 115);
}
section:nth-of-type(2) .panel:nth-of-type(2) .card:nth-of-type(2) {
  padding: 0;
  box-sizing: border-box;
}
section:nth-of-type(2) .panel:nth-of-type(2) .card:nth-of-type(2) img {
  width: 100%;
}
section:nth-of-type(3) {
  flex-direction: column;
}
section:nth-of-type(3) .panel {
  padding: 2vw;
  box-sizing: border-box;
}
section:nth-of-type(3) .panel:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
section:nth-of-type(3) .panel:nth-of-type(1) h1 {
  font-family: "pt_sansbold", sans-serif;
  font-size: 2em;
  font-weight: 300;
  color: rgb(35, 54, 110);
  opacity: 0.5;
  text-transform: uppercase;
}
section:nth-of-type(3) .panel:nth-of-type(2) {
  display: flex;
  padding: 1vw;
  box-sizing: border-box;
}
section:nth-of-type(3) .panel:nth-of-type(2) .card {
  width: 100%;
  display: flex;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1vw;
}
section:nth-of-type(3) .panel:nth-of-type(2) .card .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #f2f2f2;
  padding: 2vw;
  box-sizing: border-box;
}
section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row {
  display: flex;
  align-items: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row:nth-of-type(1) {
  justify-content: center;
  padding-bottom: 2vw;
  box-sizing: border-box;
}
section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row .column {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row h1 {
  font-family: "pt_sansbold", sans-serif;
  font-weight: 300;
  color: rgb(216, 176, 115);
  font-size: 2em;
  margin-left: 1vw;
}
section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row svg {
  width: 4vw;
  height: 4vw;
}
section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row p {
  margin-top: 0;
  font-family: "Arial", sans-serif;
  font-size: 1.5em;
  color: rgb(35, 54, 110);
}
section:nth-of-type(4) {
  flex-direction: column;
}
section:nth-of-type(4) .panel {
  padding: 2vw;
  box-sizing: border-box;
  display: flex;
}
section:nth-of-type(4) .panel:nth-of-type(1) {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
section:nth-of-type(4) .panel:nth-of-type(1) h1 {
  font-family: "pt_sansbold", sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 300;
  color: rgb(35, 54, 110);
  opacity: 0.5;
  margin-bottom: 0;
}
section:nth-of-type(4) .panel:nth-of-type(2) {
  flex-direction: column;
  align-items: center;
}
section:nth-of-type(4) .panel:nth-of-type(2) .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
section:nth-of-type(4) .panel:nth-of-type(2) .card .item {
  color: rgb(35, 54, 110);
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
  margin-bottom: 8vh;
  padding-bottom: 0;
  padding-top: 0.5vh;
}
section:nth-of-type(4) .panel:nth-of-type(2) .card .item .number,
section:nth-of-type(4) .panel:nth-of-type(2) .card .item .content {
  padding: 3vw;
  box-sizing: border-box;
  padding-bottom: 0;
  padding-top: 0;
  border: 2px solid rgb(216, 176, 115);
}
section:nth-of-type(4) .panel:nth-of-type(2) .card .item .number {
  background-color: transparent;
  display: flex;
  align-items: center;
}
section:nth-of-type(4) .panel:nth-of-type(2) .card .item .number h1 {
  font-family: "pt_sansbold", sans-serif;
  font-size: 4em;
  font-weight: 300;
  color: rgb(216, 176, 115);
  margin-bottom: 0;
  margin-top: 0;
}
section:nth-of-type(4) .panel:nth-of-type(2) .card .item .content {
  background-color: #f2f2f2;
}
section:nth-of-type(4) .panel:nth-of-type(2) .card .item .content h1 {
  font-family: "pt_sansbold", sans-serif;
  margin-bottom: 2vh;
  font-size: 2em;
  font-weight: 300;
  color: rgb(216, 176, 115);
}
section:nth-of-type(4) .panel:nth-of-type(2) .card .item .content p {
  font-family: "pt_sansbold", sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 300;
}
section:nth-of-type(5) {
  display: flex;
  justify-content: center;
  font-family: "Arial", sans-serif;
}
section:nth-of-type(5) .panel {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
  padding: 2vw;
  box-sizing: border-box;
}
section:nth-of-type(5) .panel .card {
  padding: 3vw;
  box-sizing: border-box;
  background-color: #f2f2f2;
}
section:nth-of-type(5) .panel .card h1 {
  font-family: "pt_sansbold", sans-serif;
  font-size: 2em;
  font-weight: 300;
  color: rgb(35, 54, 110);
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 0;
}
section:nth-of-type(5) .panel .card p {
  font-family: "Arial", sans-serif;
  color: rgb(35, 54, 110);
  margin-top: 0;
  font-size: 1.4em;
  padding: 1vw;
  box-sizing: border-box;
  padding-left: 0;
}
section:nth-of-type(6) {
  display: flex;
  flex-direction: column;
}
section:nth-of-type(6) .panel {
  padding: 2vw;
  box-sizing: border-box;
}
section:nth-of-type(6) .panel:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
section:nth-of-type(6) .panel:nth-of-type(1) h1 {
  font-family: "pt_sansbold", sans-serif;
  font-size: 2em;
  font-weight: 300;
  color: rgb(35, 54, 110);
  opacity: 0.5;
  margin-bottom: 0;
  text-transform: uppercase;
}
section:nth-of-type(6) .panel:nth-of-type(1) p {
  font-family: "Arial", sans-serif;
  color: rgb(35, 54, 110);
  margin-top: 0;
  font-size: 1.4em;
  padding: 1vw;
  box-sizing: border-box;
  padding-left: 0;
}
section:nth-of-type(6) .panel:nth-of-type(2) .card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1vw;
}
section:nth-of-type(6) .panel:nth-of-type(2) .card .item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 20vh 10vh auto;
  background-color: #f2f2f2;
  align-items: center;
  padding: 1.2vw;
  box-sizing: border-box;
}
section:nth-of-type(6) .panel:nth-of-type(2) .card .item img {
  width: 80%;
  padding: 2vw;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
section:nth-of-type(6) .panel:nth-of-type(2) .card .item h1 {
  font-family: "pt_sansbold", sans-serif;
  color: rgb(216, 176, 115);
  font-weight: 300;
  font-size: 2em;
}
section:nth-of-type(6) .panel:nth-of-type(2) .card .item p {
  font-family: "Arial", sans-serif;
  font-size: 1.4em;
  color: rgb(35, 54, 110);
  height: 100%;
}

@media only screen and (min-width: 701px) and (max-width: 1400px) {
  section:nth-of-type(1) .panel {
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h1,
  section:nth-of-type(1) .panel:nth-of-type(1) h2,
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    margin-bottom: 0;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h1 {
    font-size: 1.8em;
    opacity: 0.5;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h2,
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    font-family: "Arial", sans-serif;
    margin-top: 2vh;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h2 {
    font-size: 2em;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    font-size: 1.2em;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) {
    display: grid;
    grid-template-columns: 1fr;
    padding: 5vw;
    margin-bottom: 0;
    height: -moz-fit-content;
    height: fit-content;
    align-items: flex-start;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(1) img {
    width: 100%;
    height: 60vh;
    -o-object-fit: contain;
       object-fit: contain;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(2) {
    width: 100%;
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(2) p {
    font-size: 1.4em;
    padding: unset;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(2) a {
    font-size: 1.2em;
    padding: 1.2vw;
    box-sizing: border-box;
    margin-left: unset;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(2) a:hover {
    background-color: rgb(35, 54, 110);
  }
  section:nth-of-type(2) .panel:nth-of-type(1) h1 {
    font-size: 1.8em;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) {
    display: flex;
    flex-direction: column-reverse;
    padding: 5vw;
    box-sizing: border-box;
    font-family: "Arial", sans-serif;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .card {
    padding: 5vw;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .card:nth-of-type(1) {
    background-color: #f2f2f2;
    padding-bottom: 0;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .card:nth-of-type(1) p {
    font-size: 1.4em;
    padding: unset;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .card:nth-of-type(1) em:last-of-type {
    color: rgb(216, 176, 115);
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .card:nth-of-type(2) {
    padding: 0;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .card:nth-of-type(2) img {
    width: 100%;
    height: 60vh;
    -o-object-fit: contain;
       object-fit: contain;
  }
  section:nth-of-type(3) .panel {
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(3) .panel:nth-of-type(1) h1 {
    font-size: 1.8em;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) {
    display: flex;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card {
    width: 100%;
    display: flex;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1vw;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 15vh 1fr;
    align-items: stretch;
    background-color: #f2f2f2;
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row:nth-of-type(1) {
    justify-content: center;
    padding-bottom: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row .column {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row h1 {
    font-size: 1.4em;
    margin-left: unset;
    text-align: center;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row svg {
    width: 6vw;
    height: 6vw;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row p {
    margin-top: 0;
    font-family: "Arial", sans-serif;
    font-size: 1.4em;
    color: rgb(35, 54, 110);
    text-align: justify;
  }
  section:nth-of-type(4) .panel:nth-of-type(1) h1 {
    font-size: 1.8em;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .card .item {
    padding: unset;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .card .item .number,
  section:nth-of-type(4) .panel:nth-of-type(2) .card .item .content {
    padding: 5vw;
    padding-top: unset;
    padding-bottom: unset;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .card .item .number h1 {
    font-size: 3em;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .card .item .content {
    background-color: #f2f2f2;
    border: 2px solid rgb(216, 176, 115);
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .card .item .content h1 {
    font-size: 1.8em;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .card .item .content p {
    font-size: 1.4em;
  }
  section:nth-of-type(5) .panel {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 3vh;
  }
  section:nth-of-type(5) .panel .card {
    padding: 5vw;
    padding-top: unset;
    padding-bottom: unset;
  }
  section:nth-of-type(5) .panel .card h1 {
    font-size: 1.8em;
  }
  section:nth-of-type(5) .panel .card p {
    font-size: 1.4em;
  }
  section:nth-of-type(6) .panel {
    padding: 5vw;
  }
  section:nth-of-type(6) .panel:nth-of-type(1) h1 {
    font-size: 1.8em;
    margin-bottom: 3vh;
  }
  section:nth-of-type(6) .panel:nth-of-type(1) p {
    font-size: 1.4em;
  }
  section:nth-of-type(6) .panel:nth-of-type(2) .card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2vh;
  }
  section:nth-of-type(6) .panel:nth-of-type(2) .card .item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 30vh 10vh auto;
    background-color: #f2f2f2;
    align-items: center;
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(6) .panel:nth-of-type(2) .card .item img {
    width: 100%;
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(6) .panel:nth-of-type(2) .card .item h1 {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  section:nth-of-type(6) .panel:nth-of-type(2) .card .item p {
    margin-top: 0;
    padding-bottom: 0;
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  section:nth-of-type(1) .panel {
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h1,
  section:nth-of-type(1) .panel:nth-of-type(1) h2,
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    margin-bottom: 0;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h1 {
    font-size: 1.5em;
    opacity: 0.5;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h2,
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    font-family: "Arial", sans-serif;
    margin-top: 2vh;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h2 {
    font-size: 1.7em;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    font-size: 1em;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) {
    display: grid;
    grid-template-columns: 1fr;
    padding: 2vw;
    margin-bottom: 0;
    height: -moz-fit-content;
    height: fit-content;
    align-items: flex-start;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(1) img {
    width: 100%;
    height: 40vh;
    -o-object-fit: contain;
       object-fit: contain;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(2) {
    width: 100%;
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(2) p {
    font-size: 1.2em;
    padding: unset;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(2) a {
    font-size: 1em;
    padding: 1vw;
    box-sizing: border-box;
    margin-left: unset;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(2) a:hover {
    background-color: rgb(35, 54, 110);
  }
  section:nth-of-type(2) .panel:nth-of-type(1) h1 {
    font-size: 1.5em;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) {
    display: flex;
    flex-direction: column-reverse;
    padding: 2vw;
    box-sizing: border-box;
    font-family: "Arial", sans-serif;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .card {
    padding: 5vw;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .card:nth-of-type(1) {
    background-color: #f2f2f2;
    padding-bottom: 0;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .card:nth-of-type(1) p {
    font-size: 1.2em;
    padding: unset;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .card:nth-of-type(1) em:last-of-type {
    color: rgb(216, 176, 115);
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .card:nth-of-type(2) {
    padding: 0;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .card:nth-of-type(2) img {
    width: 100%;
    height: 40vh;
    -o-object-fit: contain;
       object-fit: contain;
  }
  section:nth-of-type(3) .panel {
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(3) .panel:nth-of-type(1) h1 {
    font-size: 1.5em;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) {
    display: flex;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card {
    width: 100%;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr;
    gap: unset;
    row-gap: 5vh;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 15vh 1fr;
    align-items: stretch;
    background-color: #f2f2f2;
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row:nth-of-type(1) {
    justify-content: center;
    padding-bottom: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row .column {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row h1 {
    font-size: 1.5em;
    margin-left: unset;
    text-align: center;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row svg {
    width: 10vw;
    height: 10vw;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row p {
    margin-top: 0;
    font-family: "Arial", sans-serif;
    font-size: 1.2em;
    color: rgb(35, 54, 110);
    text-align: justify;
  }
  section:nth-of-type(4) .panel:nth-of-type(1) h1 {
    font-size: 1.5em;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .card .item {
    padding: unset;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .card .item .number,
  section:nth-of-type(4) .panel:nth-of-type(2) .card .item .content {
    padding: 5vw;
    padding-top: unset;
    padding-bottom: unset;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .card .item .number h1 {
    font-size: 2em;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .card .item .content {
    background-color: #f2f2f2;
    border: 2px solid rgb(216, 176, 115);
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .card .item .content h1 {
    font-size: 1.5em;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .card .item .content p {
    font-size: 1.2em;
  }
  section:nth-of-type(5) .panel {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 3vh;
  }
  section:nth-of-type(5) .panel .card {
    padding: 2vw;
    padding-top: unset;
    padding-bottom: unset;
  }
  section:nth-of-type(5) .panel .card h1 {
    font-size: 1.5em;
  }
  section:nth-of-type(5) .panel .card p {
    font-size: 1.2em;
  }
  section:nth-of-type(6) .panel {
    padding: 2vw;
  }
  section:nth-of-type(6) .panel:nth-of-type(1) h1 {
    font-size: 1.5em;
    margin-bottom: 3vh;
  }
  section:nth-of-type(6) .panel:nth-of-type(1) p {
    font-size: 1.2em;
  }
  section:nth-of-type(6) .panel:nth-of-type(2) .card {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 2vh;
  }
  section:nth-of-type(6) .panel:nth-of-type(2) .card .item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 10vh auto;
    background-color: #f2f2f2;
    align-items: center;
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(6) .panel:nth-of-type(2) .card .item img {
    width: 30vw;
    height: 30vw;
    margin-left: auto;
    margin-right: auto;
    padding: 2vw;
    box-sizing: border-box;
    -o-object-fit: contain;
       object-fit: contain;
  }
  section:nth-of-type(6) .panel:nth-of-type(2) .card .item h1 {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  section:nth-of-type(6) .panel:nth-of-type(2) .card .item p {
    margin-top: 0;
    padding-bottom: 0;
    font-size: 1.2em;
  }
}/*# sourceMappingURL=about.css.map */