@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: 40vw 1fr;
  padding: 1vw;
  box-sizing: border-box;
  margin-bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
}
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: 40vw;
  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%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
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.5em;
  padding: 1vw;
  box-sizing: border-box;
  padding-bottom: 0;
  text-align: justify;
}
section:nth-of-type(2) {
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
}
section:nth-of-type(2) .panel {
  padding: 1vw;
  box-sizing: border-box;
}
section:nth-of-type(2) .panel:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
}
section:nth-of-type(2) .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(2) .panel:nth-of-type(2) {
  padding-top: 0;
}
section:nth-of-type(2) .panel:nth-of-type(2) p,
section:nth-of-type(2) .panel:nth-of-type(2) li {
  font-family: "Arial", sans-serif;
  font-size: 1.4em;
  color: rgb(35, 54, 110);
  text-align: justify;
}
section:nth-of-type(2) .panel:nth-of-type(2) li {
  margin-bottom: 1vw;
  list-style: square;
}
section:nth-of-type(3) {
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
}
section:nth-of-type(3) .panel {
  padding: 1vw;
  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) .card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1vw;
}
section:nth-of-type(3) .panel:nth-of-type(2) .item {
  display: flex;
  flex-direction: column;
  background-color: #f2f2f2;
  padding: 1vw;
  box-sizing: border-box;
}
section:nth-of-type(3) .panel:nth-of-type(2) .item img {
  width: 100%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
}
section:nth-of-type(3) .panel:nth-of-type(2) .item h1 {
  font-family: "pt_sansbold", sans-serif;
  color: rgb(216, 176, 115);
  font-weight: 300;
  font-size: 2em;
}
section:nth-of-type(3) .panel:nth-of-type(2) .item p {
  font-family: "Arial", sans-serif;
  font-size: 1.4em;
  color: rgb(35, 54, 110);
  text-align: justify;
}

@media only screen and (min-width: 701px) and (max-width: 1400px) {
  section {
    width: 100%;
  }
  section:nth-of-type(1) .panel {
    padding: 5vw;
    box-sizing: border-box;
  }
  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;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h2,
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    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;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(1) {
    width: 100%;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(1) img {
    width: 100%;
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(2) {
    width: 100%;
    padding: 5vw;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(2) p {
    font-size: 1.4em;
    padding: unset;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .panel {
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .panel:nth-of-type(1) h1 {
    font-size: 1.8em;
    text-align: center;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) {
    padding-top: 0;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) p,
  section:nth-of-type(2) .panel:nth-of-type(2) li {
    font-size: 1.4em;
    color: rgb(35, 54, 110);
  }
  section:nth-of-type(2) .panel:nth-of-type(2) li {
    margin-bottom: 2vh;
    list-style: square;
  }
  section:nth-of-type(3) {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
  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) .card {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 30vh 10vh auto;
    background-color: #f2f2f2;
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .item h1 {
    font-size: 1.8em;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .item p {
    font-family: "Arial", sans-serif;
    font-size: 1.4em;
    color: rgb(35, 54, 110);
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  section {
    width: 100%;
  }
  section:nth-of-type(1) .panel {
    padding: 2vw;
    box-sizing: border-box;
  }
  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;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h2,
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    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;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(1) {
    width: 100%;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(1) img {
    width: 100%;
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(2) {
    width: 100%;
    padding: 2vw;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(2) p {
    font-size: 1.4em;
    padding: unset;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .panel {
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .panel:nth-of-type(1) h1 {
    font-size: 1.5em;
    text-align: center;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) {
    padding-top: 0;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) p,
  section:nth-of-type(2) .panel:nth-of-type(2) li {
    font-size: 1.2em;
    color: rgb(35, 54, 110);
  }
  section:nth-of-type(2) .panel:nth-of-type(2) li {
    margin-bottom: 2.5vh;
    list-style: square;
  }
  section:nth-of-type(3) {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
  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.5em;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card {
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: unset;
         column-gap: unset;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 30vh 8vh auto;
    padding: unset;
    margin-bottom: 3vh;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .item h1,
  section:nth-of-type(3) .panel:nth-of-type(2) .item p {
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .item h1 {
    font-size: 1.5em;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .item p {
    font-family: "Arial", sans-serif;
    font-size: 1.2em;
    color: rgb(35, 54, 110);
  }
}/*# sourceMappingURL=services.css.map */