@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 125%;
  font-weight: bold;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.capitals {
  font-variant-caps: all-small-caps;
  font-size: 115% !important;
}

.weight-nr, .weight-nr * {
  font-weight: normal !important;
}

.weight-500, .weight-500 * {
  font-weight: 500 !important;
}

.weight-800, .weight-800 * {
  font-weight: 800 !important;
}

.line-175, .line-175 * {
  line-height: 175%;
}

.line-150, .line-150 * {
  line-height: 150%;
}

.text-xl, .text-xl * {
  font-size: 3.25rem;
}
@media (max-width: 60rem) {
  .text-xl, .text-xl * {
    font-size: 1.5rem;
  }
}

.text-lg, .text-lg * {
  font-size: 2.813rem;
}
@media (max-width: 60rem) {
  .text-lg, .text-lg * {
    font-size: 1.5rem;
  }
}

.text-md, .text-md * {
  font-size: 2.375rem;
}
@media (max-width: 60rem) {
  .text-md, .text-md * {
    font-size: 1.5rem;
  }
}

.text-28, .text-28 * {
  font-size: 1.75rem;
}
@media (max-width: 60rem) {
  .text-28, .text-28 * {
    font-size: 1.313rem;
  }
}

.text-nr, .text-nr * {
  font-size: 1.25rem;
}
@media (max-width: 60rem) {
  .text-nr, .text-nr * {
    font-size: 1rem;
  }
}

.text-sm, .text-sm * {
  font-size: 0.875rem;
}

.text-center {
  text-align: center;
}

.text-magenta {
  color: #D90061;
}

.text-green {
  color: #16B675;
}

.text-darkblue {
  color: #161A41;
}

.text-blue {
  color: #008FC6;
}

.text-orange {
  color: #FFAD00;
}

.text-red {
  color: #E8505B;
}

.gap-bot {
  margin-bottom: 0.5rem;
}

.gap-top {
  margin-top: 0.5rem;
}

.btn {
  font: inherit;
  font-size: 1.25rem;
  border: none;
  color: #FFFFFF;
  padding: 1.25rem 2rem;
  border-radius: 2.813rem;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  transition: box-shadow 0.2s ease;
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0);
}
@media (max-width: 60rem) {
  .btn {
    font-size: 0.875rem;
    padding: 0.7rem 1rem;
  }
}
.btn:hover {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.15);
}
.btn.thick {
  padding: 1.25rem 2rem;
}
.btn.btn-blue {
  background: #008FC6;
}
.btn.btn-darkblue {
  background: #161A41;
}
.btn.btn-green {
  background: #16B675;
}
.btn.btn-orange {
  background: #FFAD00;
}
.btn.btn-magenta {
  background: #D90061;
}
.btn.btn-red {
  background: #E8505B;
}
.btn.btn-contact {
  background: #161A41;
}
.btn.btn-contact::before {
  content: "●";
  margin-right: 0.25rem;
  display: inline-block;
  color: #FFAD00;
}
.btn::after {
  content: "→";
  margin-left: 1rem;
}
.btn.font-sm {
  font-size: 1rem;
}

.desktop-only {
  display: block !important;
}
@media (max-width: 75rem) {
  .desktop-only {
    display: none !important;
  }
}

.tablet-only {
  display: block !important;
}
@media (max-width: 60rem) {
  .tablet-only {
    display: none !important;
  }
}

.phone-only {
  display: none !important;
}
@media (max-width: 60rem) {
  .phone-only {
    display: block !important;
  }
}

.display-block {
  display: block !important;
}

.display-none {
  display: none !important;
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.px-1 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
@media (max-width: 60rem) {
  .px-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

.px-2 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
@media (max-width: 60rem) {
  .px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

.px-3 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
@media (max-width: 60rem) {
  .px-3 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

.px-4 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
@media (max-width: 60rem) {
  .px-4 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.py-1 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
@media (max-width: 60rem) {
  .py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

.py-15 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
@media (max-width: 60rem) {
  .py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

.py-2 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media (max-width: 60rem) {
  .py-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

.py-3 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-4 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.mx-1 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-2 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-3 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.mx-4 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.my-05 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
@media (max-width: 60rem) {
  .my-05 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

.my-1 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
@media (max-width: 60rem) {
  .my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

.my-2 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-3 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-4 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.mtop-0 {
  margin-top: 0rem !important;
}

.mbot-0 {
  margin-bottom: 0rem !important;
}

.ptop-0 {
  padding-top: 0rem !important;
}

.pbot-0 {
  padding-bottom: 0rem !important;
}

@media (max-width: 60rem) {
  .px-desktop-only {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media (min-width: 60rem) {
  .px-mobile-only {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}/*# sourceMappingURL=general.css.map */