@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,700;0,900;1,400&family=Urbanist:wght@200;600&display=swap");
/* Colors */
.gray {
  background-color: #D9D9D9;
}

.darkgray {
  background-color: #444;
}

.lightgray {
  background-color: #f4f2f3;
}

.black {
  background-color: #000;
}

.white {
  background-color: #fff;
}

.blue {
  background-color: #3371c4;
}

.red {
  background-color: #BB2649;
}

.darkred {
  background-color: #560b1d;
}

.lightred {
  background-color: #f11f56;
}

.yellow {
  background-color: #FFF200;
}

.footer-wrap {
  padding: 1.5rem;
}

@media (min-width: 81.25rem) {
  .footer-wrap {
    padding: 2rem 1rem;
  }
}

.interior .content h1 {
  font-family: "Poppins", sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: .9;
}

@media (min-width: 48rem) {
  .interior .content h1 {
    font-size: 3rem;
  }
}

@media (min-width: 81.25rem) {
  .interior .content h1 {
    font-size: 4.25rem;
  }
}

@media (min-width: 100rem) {
  .interior .content h1 {
    font-size: 4rem;
  }
}

@media (min-width: 112.5rem) {
  .interior .content h1 {
    font-size: 4.5em;
  }
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

@media (min-width: 48rem) {
  h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 81.25rem) {
  h1 {
    font-size: 3rem;
  }
}

@media (min-width: 100rem) {
  h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 112.5rem) {
  h1 {
    font-size: 4em;
  }
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

@media (min-width: 48rem) {
  h2 {
    font-size: 1.6rem;
  }
}

@media (min-width: 81.25rem) {
  h2 {
    font-size: 1.7rem;
  }
}

@media (min-width: 100rem) {
  h2 {
    font-size: 1.9rem;
  }
}

@media (min-width: 112.5rem) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

@media (min-width: 48rem) {
  h3 {
    font-size: 1.35rem;
  }
}

@media (min-width: 81.25rem) {
  h3 {
    font-size: 1.45rem;
  }
}

@media (min-width: 100rem) {
  h3 {
    font-size: 1.55rem;
  }
}

@media (min-width: 112.5rem) {
  h3 {
    font-size: 1.9rem;
  }
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

address, dl {
  font-style: normal;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  padding: 0;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #3371c4;
}

a:hover {
  color: #BB2649;
}

a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  padding: 0 .2rem;
  font-family: arial,san-serif;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

html {
  position: relative;
  background: #002755;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000;
  text-align: center;
  font-size: 1rem;
}

body.mobile-menu-active {
  overflow: hidden;
}

.screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader:focus {
  background: #000;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: .5rem;
  width: auto;
}

.skip-to-main {
  background: #3371c4;
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000000;
  padding: 1rem;
  color: #fff;
  text-transform: uppercase;
  display: block;
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transform: translateY(calc(-100% - .5rem));
  border-radius: 2rem;
}

.skip-to-main:focus, .skip-to-main:focus-within {
  transform: translateY(0);
  outline: 2px solid #BB2649;
}

#main_content {
  position: relative;
  overflow-y: hidden;
}

.footer-disclaimer {
  margin: 1rem auto;
  font-size: .9rem;
  padding: .5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  color: white;
}

.footer-disclaimer a {
  color: #4796ff;
}

.footer-disclaimer a:hover {
  color: white;
}

.footer {
  text-align: center;
  color: #333333;
  z-index: 100;
  position: relative;
}

@media (max-width: 64rem) {
  .footer {
    padding: 0;
  }
}

.footer-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.footer-logo {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 2rem;
}

.footer-copyright {
  font-size: .9rem;
}

@media (max-width: 64rem) {
  .footer-copyright {
    margin-top: 1rem;
  }
}

.footer-copyright a {
  color: #3371c4;
  text-decoration: underline;
  margin: 0 .5rem;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.footer-copyright a:hover {
  color: #BB2649;
}

.wrap-photo {
  background-image: url("/theme/img/background.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 120%;
  padding-top: 8rem;
  margin: auto;
}

@media (min-width: 48rem) {
  .wrap-photo {
    background-size: cover;
    padding-top: 15rem;
  }
}

@media (min-width: 81.25rem) {
  .wrap-photo {
    background-size: cover;
    padding-top: 25rem;
  }
}

@media (min-width: 112.5rem) {
  .wrap-photo {
    padding-top: 35rem;
  }
}

.content {
  max-width: 81.25rem;
  width: 100%;
  padding: 1.5rem;
  margin: auto;
}

@media (min-width: 48rem) {
  .content {
    padding: 2rem;
  }
}

@media (min-width: 81.25rem) {
  .content {
    padding: 3rem 3rem 1.5rem;
  }
}

@media (min-width: 81.25rem) {
  .content + .content-main {
    padding-left: 1rem;
    padding-right: 2rem;
  }
}

.content-main {
  padding: 0 1rem;
  text-align: left;
}

@media (min-width: 48rem) {
  .content-main {
    padding: 1rem;
    width: 70%;
  }
}

@media (min-width: 81.25rem) {
  .content-main {
    padding-left: 2rem;
  }
}

.interior .content {
  max-width: 1200px;
  text-align: left;
  font-size: 1.1rem;
  color: white;
}

@media (min-width: 112.5rem) {
  .interior .content {
    max-width: 1600px;
  }
}

.interior .content-body {
  max-width: 800px;
  margin: auto;
}

.interior .content h1 {
  text-align: center;
  width: 100%;
  color: white;
  margin-bottom: 0;
}

.interior .content p {
  margin-bottom: 1.25rem;
}

.interior .content ul {
  margin-bottom: 1.25rem;
}

.interior .content.content-lower {
  max-width: 900px;
  padding-top: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  margin: 0 0 .5rem;
  line-height: 1.1;
}

.page-layers {
  padding: 2rem 0 0;
}
