@import url("https://use.typekit.net/nau0fni.css");
html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  body.open {
    overflow: hidden;
  }
}

a {
  color: #f0d04e;
  text-decoration: none;
}

a:hover, a:focus, a.active {
  color: #f0d04e;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

section {
  margin: 0 auto;
  position: relative;
}

figure {
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .container {
    width: 90%;
    max-width: 1400px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .container {
    width: 90%;
    max-width: 1024px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}

.edit-link {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: white;
  color: black;
  padding: 10px 15px;
  border-radius: 0 0 20px 0;
}

.row.align-centre {
  justify-content: center;
}
.row.align-right {
  justify-content: flex-end;
}
.row.align-middle {
  align-items: center;
}
.row.align-bottom {
  align-items: flex-end;
}

div[class*=col-].align-centre {
  margin-left: auto;
  margin-right: auto;
}
div[class*=col-].align-right {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .row-reverse {
    flex-direction: column-reverse;
  }
}
.content-inner {
  padding-left: 2rem;
  padding-right: 2rem;
}
.content-inner a {
  color: #65b2d2;
}
.content-inner a:hover, .content-inner a:focus, .content-inner a:active {
  color: #b85058;
}

.btn {
  background: #65b2d2;
  color: white !important;
  font-weight: 900;
  border-color: #65b2d2;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  font-size: 1.35rem !important;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: rgb(61.5326633166, 158.2663316583, 198.4673366834);
  border-color: rgb(61.5326633166, 158.2663316583, 198.4673366834);
  color: white !important;
}

.shadow-bottom {
  box-shadow: inset 0 -2rem 2rem rgba(0, 0, 0, 0.03);
}
.shadow-top {
  box-shadow: inset 0 2rem 2rem rgba(0, 0, 0, 0.03);
}

.align-centre {
  margin-left: auto;
  margin-right: auto;
}
.align-right {
  margin-left: auto;
}

.image {
  margin-bottom: 2rem;
}

.green-bubble {
  background-color: #79ad41;
  padding: 2rem;
  border-radius: 3rem;
  margin-left: -30vw;
  padding-left: 30vw;
  margin-bottom: 2rem;
  display: block;
  box-sizing: border-box;
  color: white;
  width: calc(100% - var(--green-bubble-trim, 220px) + 30vw);
  max-width: calc(100% + 30vw);
}
@media only screen and (max-width: 768px) {
  .green-bubble {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal;
    text-align: center;
    margin: 0 auto 2rem auto;
    padding-left: 2rem;
  }
}

.circles-left .content-inner, .circles-right .content-inner {
  position: relative;
  z-index: 1;
}
.circles-left .content-inner {
  padding-left: 10vw;
}
@media only screen and (min-width: 1920px) {
  .circles-left .content-inner {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .circles-left .content-inner {
    padding-top: 4rem;
  }
}
.circles-left:before {
  content: "";
  z-index: 0;
  background: url("/assets-media/template/circles2.png") no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 1vh;
  left: 1vw;
  width: clamp(130px, 17vw, 400px);
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .circles-left:before {
    left: -1vw;
  }
}
.circles-right:before {
  content: "";
  z-index: 0;
  background: url("/assets-media/template/circles.png") no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 5vh;
  right: 1vw;
  width: clamp(150px, 20vw, 400px);
  height: 100%;
}

.responsive-video {
  box-shadow: 0 10px 10px 0 rgba(11, 73, 118, 0.2);
  aspect-ratio: 16/9;
  overflow: hidden;
}
.responsive-video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

html {
  font-family: "proxima-nova", sans-serif;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  line-height: 120%;
}

strong, b {
  font-weight: bold;
}

body,
button,
input,
textarea,
select,
p,
.btn {
  font-family: "proxima-nova", sans-serif;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
}

.lead {
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  letter-spacing: 0.4px;
}

small,
.small {
  font-size: 80%;
}

h1, h2, h3, h4 {
  font-family: "proxima-nova", sans-serif;
  color: #0b4976;
  letter-spacing: -0.4px;
}

h1 {
  font-size: clamp(2.2rem, 2.5vw, 5rem);
  font-weight: 900;
  margin: 0 0 30px 0;
  color: rgba(var(--spark-color-two), 1);
}

h2 {
  font-size: clamp(2rem, 2vw, 4rem);
  font-weight: 900;
  margin: 0 0 22.5px 0;
}

h3 {
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  font-weight: 900;
  margin: 0 0 15px 0;
  margin-top: 2rem;
}

h4 {
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
}

.branding {
  margin-right: 30px;
}
.branding .brand {
  display: block;
  max-width: 300px;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.branding .brand image, .branding .brand svg {
  width: 100%;
  height: auto;
}

footer {
  position: relative;
  background: #3a3a3c;
  padding: 5vh 0 0;
  color: white;
  margin-top: 5vh;
}
footer:after {
  content: "";
  background-image: url("/assets-media/template/footer.png");
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 3.95/1;
  width: 100%;
  display: block;
  margin-top: 3vh;
}
footer h3 {
  font-size: 2rem;
  color: white;
}
footer .branding {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .branding svg, footer .branding img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
footer hr {
  border-top: 5px solid #f0d04e;
  background: transparent;
  opacity: 1;
  max-width: 700px;
  margin: 1.5rem 0;
}
footer nav ul, footer nav ol {
  list-style: none;
  padding: 0;
}
footer nav ul li, footer nav ol li {
  margin-bottom: 10px;
}
footer nav ul a, footer nav ol a {
  color: white;
  font-weight: bold;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
footer nav ul a:hover, footer nav ul a:focus, footer nav ul a:active, footer nav ol a:hover, footer nav ol a:focus, footer nav ol a:active {
  color: #f0d04e;
}
footer nav.social ul, footer nav.social ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
footer nav.social ul li, footer nav.social ol li {
  margin: 0;
}
footer nav.social ul a, footer nav.social ol a {
  font-size: 4rem;
}
footer .copyright .container {
  border-top: 5px solid rgba(255, 255, 255, 0.3);
  padding-top: 4vh;
  margin-top: 4vh;
}
footer .copyright .container p {
  text-align: center;
  font-size: 0.8rem;
  opacity: 0.8;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 1rem 2rem;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 0.5rem;
  }
  header .brand {
    max-width: 200px !important;
  }
}
header.scrolled {
  background-color: #0b4976;
  color: white;
  padding: 0.5rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
header.scrolled .brand {
  max-width: 200px;
}
header .container {
  position: relative;
  z-index: 2;
}
header .btn {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 6rem;
  font-size: 1.52rem;
  border-radius: 0 0 2rem 2rem;
  line-height: 100%;
  color: #0b4976 !important;
  background-color: #f0d04e;
  border: none;
  min-height: 90px;
  gap: 10px 20px;
  font-weight: 900;
  line-height: 100%;
  z-index: 99999;
}
@media only screen and (max-width: 768px) {
  header .btn {
    width: 120px;
    padding: 5px;
    gap: 5px;
    min-height: 85px;
  }
}
header .btn:after {
  content: url("/assets-media/template/arrow.svg");
  width: 30px;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
header .btn:hover:after, header .btn:focus:after, header .btn:active:after {
  transform: translateX(10px);
}
header .navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.2rem 2rem;
}
header .navigation .nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem 2rem;
}
header .navigation .nav-wrapper.primary {
  flex: 1;
  transition: none;
  opacity: 0;
  transform: translateX(100vw);
  flex-direction: column-reverse;
  position: fixed;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  top: 0;
  height: 100vh;
  right: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.99);
  padding: 2rem 2rem 3rem 2rem;
  gap: 0.5rem 0;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  max-width: 500px;
}
header .navigation .nav-wrapper.primary:before {
  content: "";
  position: absolute;
  left: -150px;
  top: 0;
  bottom: 0;
  width: 150px;
  background: url("/assets-media/template/wave-vertical.svg") no-repeat;
  background-position: right center;
  background-size: cover;
  opacity: 0.99;
}
@media only screen and (max-width: 768px) {
  header .navigation .nav-wrapper.primary {
    max-width: 100%;
  }
}
header .navigation nav ul, header .navigation nav ol {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  gap: 0.2rem 0.5rem;
}
header .navigation nav ul a, header .navigation nav ol a {
  display: inline-block;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
header .navigation nav.primary {
  width: 100%;
}
header .navigation nav.primary ol {
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
header .navigation nav.primary ol li, header .navigation nav.primary ol li a {
  width: 100%;
  font-size: 1.7rem;
}
header .navigation nav.primary a {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  color: #3a3a3c;
  background: rgba(101, 178, 210, 0.1);
  color: #0b4976;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  header .navigation nav.primary a {
    white-space: nowrap;
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 769px) {
  header .navigation nav.primary a {
    font-size: 1rem;
  }
}
header .navigation nav.primary a:hover, header .navigation nav.primary a:focus, header .navigation nav.primary a:active {
  background: rgba(101, 178, 210, 0.5);
  padding-left: 1.5rem;
}
header .navigation nav.secondary a, header .navigation nav.lang a {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  background-color: transparent;
  display: inline-block;
  border: 2px solid transparent;
  font-size: 1.2rem;
  font-weight: bold;
  color: #3a3a3c;
}
header .navigation nav.secondary a:hover, header .navigation nav.secondary a:focus, header .navigation nav.secondary a:active, header .navigation nav.lang a:hover, header .navigation nav.lang a:focus, header .navigation nav.lang a:active {
  color: #0b4976;
}
header .navigation nav.lang {
  margin-right: auto;
}
header .navigation nav.lang a {
  padding: 0;
}
header .navigation nav.lang a:hover, header .navigation nav.lang a:focus, header .navigation nav.lang a:active {
  color: #b85058;
}
@media only screen and (max-width: 768px) {
  header .navigation nav.social {
    padding-right: 40px;
  }
}
header .navigation nav.social a {
  font-size: 2rem;
  border-radius: 5px;
  color: #65b2d2;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
header .navigation nav.social a:hover, header .navigation nav.social a:focus, header .navigation nav.social a:active {
  color: #0b4976;
}
header .toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  display: flex;
  width: 50px;
  height: 50px;
  gap: 2px;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  z-index: 3;
  color: #f0d04e;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
header .toggle > div {
  background-color: currentColor;
  width: 100%;
  height: 5px;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  border-radius: 2px;
}
header .toggle:hover > div, header .toggle:focus > div, header .toggle:active > div {
  background-color: wite;
}

.open .toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  color: #0b4976;
}
.open .toggle > div {
  opacity: 0;
}
.open .toggle > div:first-child {
  opacity: 1;
  transform: rotate(45deg) translate(10px, 10px);
}
.open .toggle > div:last-child {
  opacity: 1;
  transform: rotate(-45deg) translate(10px, -10px);
}
.open .navigation .nav-wrapper.primary {
  opacity: 1;
  transform: translateX(0);
}

.col:has(.toggle) {
  flex: 0;
}

.button-group input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  appearance: none;
  border: 0;
  background: transparent;
}
.button-group input[type=radio]:checked + label {
  background-color: #007bff;
  color: #fff;
}
.button-group label {
  display: inline-block !important;
  background-color: #f1f1f1;
  padding: 10px 20px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
.button-group .form-check-inline {
  margin: 0 10px 0 0;
  padding: 0;
}

.entries-list.tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
}
.entries-list.tiles .item {
  border: 1px solid #ccc;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero .hero-image, .hero:after {
  mask: url("/assets-media/template/hero-mask.svg") bottom -2px center/contain no-repeat, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

@keyframes hero-cta-dock-in {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(0.5rem);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.hero {
  min-height: calc(70vh + 17rem);
  padding: 8rem 0 17rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero:after {
  content: "";
  background-image: url("/assets-media/template/hero-curve.png");
  width: 100%;
  aspect-ratio: 3.5/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.hero .hero-content {
  position: relative;
  z-index: 4;
  color: white;
}
.hero .hero-content h1 {
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 900;
  line-height: 120%;
}
.hero .hero-content h1 .hero-word {
  display: inline-block;
}
.hero .hero-content h1 .hero-word:last-child {
  margin-right: 0;
}
.hero .hero-content .btn {
  margin-top: 2rem;
}
.hero .hero-content .btn.hero-btn--dock {
  position: fixed;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  z-index: 95;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.28);
}
@media (prefers-reduced-motion: no-preference) {
  .hero .hero-content .btn.hero-btn--dock {
    animation: hero-cta-dock-in 0.4s ease forwards;
  }
}
.hero .hero-content .lead {
  font-weight: 900;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 120%;
}
.hero .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}
.hero .hero-image:after {
  content: "";
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero .hero-image img {
  object-fit: cover;
  min-height: 100%;
  max-width: none;
}
.hero-page {
  min-height: calc(30vh + 6rem);
}
.hero-page:after {
  max-height: 30vh;
}
.hero-page .hero-content h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card {
  box-shadow: 0 10px 10px 0 rgba(11, 73, 118, 0.2);
  padding: 30px;
  border: 1px solid rgba(11, 73, 118, 0.05);
  border-radius: 0;
  flex-direction: revert;
  display: block;
}

.program {
  --programColor: #000;
  --programTextColor: white;
  margin-bottom: 3rem;
}
.program .program-image {
  border-radius: 2rem;
  border: 5px solid var(--programColor);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .program .program-image {
    border-radius: 2rem 2rem 0 0;
  }
}
.program h2 {
  position: relative;
  z-index: 2;
  background: var(--programColor);
  display: inline-block;
  padding: 1rem 4rem;
  border-radius: 2rem;
  color: var(--programTextColor);
  margin-top: -5rem;
  margin-left: -5rem;
}
@media only screen and (max-width: 768px) {
  .program h2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: auto;
    border-radius: 0 0 2rem 2rem;
    margin-top: 0;
    padding: 1rem 2rem;
  }
}
.program .program-content {
  padding-bottom: 2rem;
}
.program .program-content strong {
  color: #0b4976;
}
.program .program-content .btn {
  background-color: var(--programColor);
  border: 2px solid var(--programColor);
  color: var(--programTextColor) !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.program .program-content .btn:after {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 6 Free", sans-serif;
  width: 15px;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  height: 15px;
  display: inline-flex;
  transform-origin: center;
  justify-content: center;
  align-items: center;
}
.program .program-content .btn[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.program .program-content .btn:hover, .program .program-content .btn:focus, .program .program-content .btn:active {
  background-color: white;
  color: #0b4976 !important;
}
.program .program-more {
  scroll-margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .program .program-more {
    scroll-margin-top: 90px;
  }
}
.program .program-more.show:before {
  transform: rotate(90deg);
  opacity: 1;
}

.partners-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  margin-bottom: 6rem;
}
.partners-grid .partner-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0d04e;
  padding: 2rem;
  border-radius: 100%;
  aspect-ratio: 1/1;
}

.partner-logo {
  max-width: 200px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .partner-logo {
    max-width: 150px;
  }
}/*# sourceMappingURL=style.css.map */