/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/src/sass/main.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "LibreBaskerville";
  src: url("../fonts/LibreBaskerville-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LibreBaskerville";
  src: url("../fonts/LibreBaskerville-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "OpenSans", sans-serif;
  font-size: 87.5%;
  line-height: 1.6;
}
@media all and (min-width: 64em) {
  body {
    font-size: 100%;
  }
}

a {
  color: inherit;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

ul, ol {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 1.5em;
}

li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-size: 1em;
  font-weight: inherit;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, ul:first-child, ol:first-child, li:first-child, p:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, ul:last-child, ol:last-child, li:last-child, p:last-child {
  margin-bottom: 0;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, ul strong, ol strong, li strong, p strong {
  font-weight: 600;
}

.heading-1, .heading-2, .heading-3 {
  font-family: "LibreBaskerville", serif;
  font-weight: 400;
  line-height: 1.4;
}

.heading-4 {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.heading-4 strong {
  font-weight: 700;
}

.heading-1 {
  text-transform: uppercase;
}

.heading-1 {
  font-size: 2.25rem;
}
@media all and (min-width: 48em) {
  .heading-1 {
    font-size: 3.375rem;
  }
}
@media all and (min-width: 76.25em) {
  .heading-1 {
    font-size: 4rem;
  }
}

.heading-2 {
  font-size: 1.75rem;
}
@media all and (min-width: 48em) {
  .heading-2 {
    font-size: 2rem;
  }
}
@media all and (min-width: 76.25em) {
  .heading-2 {
    font-size: 2.625rem;
  }
}

.heading-3 {
  font-size: 1.125rem;
}
@media all and (min-width: 48em) {
  .heading-3 {
    font-size: 1.375rem;
  }
}
@media all and (min-width: 76.25em) {
  .heading-3 {
    font-size: 1.625rem;
  }
}

.heading-4 {
  font-size: 1.125rem;
}
@media all and (min-width: 76.25em) {
  .heading-4 {
    font-size: 1.625rem;
  }
}

.colour-blue {
  color: #143290;
}

/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

*, *:before, *:after {
  box-sizing: inherit;
  color: var(--text-colour);
}

html {
  height: 100%;
  scroll-behavior: smooth;
  --site-header-height: 4.375rem;
  color: var(--text-colour);
  --container-padding-offset: 1rem;
  background-color: #1C3669;
  background: radial-gradient(123.16% 123.16% at 54.79% -14.2%, #DB1D2F 0%, #1C3669 100%);
  color: #FFF;
}
@media all and (min-width: 23.4375em) {
  html {
    --container-padding-offset: 1.25rem;
  }
}
@media all and (min-width: 48em) {
  html {
    --container-padding-offset: 2rem;
  }
}
@media all and (min-width: 64em) {
  html {
    --site-header-height: 8.5rem;
    --container-padding-offset: 4rem;
  }
}
@media all and (min-width: 90em) {
  html {
    --container-padding-offset: calc(((100% - 1440px) / 2) + 100px);
  }
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}

button {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  cursor: pointer;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

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

table {
  width: auto !important;
  min-width: 50%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

td {
  padding: 0.5rem;
}

code {
  padding: 0.25em;
  overflow: auto;
  font-family: "IBMPlexMono", monospace;
  font-weight: 500;
}

blockquote {
  margin: 0;
}

cite {
  display: block;
  font-weight: 500;
  font-style: normal;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  clip: auto !important;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip-path: none;
  color: #2b2d2f;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.no-scroll {
  overflow: hidden;
}

.container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.container--minus-container-padding {
  max-width: 83.75rem;
}
.container--container-padding {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 23.4375em) {
  .container--container-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) {
  .container--container-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .container--container-padding {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media all and (min-width: 90em) {
  .container--container-padding {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
.container--left {
  padding-left: 1rem;
  padding-left: var(--container-padding-offset);
}
.container--right {
  padding-right: 1rem;
  padding-right: var(--container-padding-offset);
}

.on-screen.is-on-screen .fade-in-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  transition: opacity 1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s, -webkit-transform 0.5s;
}
.on-screen.is-on-screen .fade-in {
  opacity: 1;
  transition: opacity 1s;
}
@media (prefers-reduced-motion) {
  .on-screen.is-on-screen .fade-in {
    transition: none;
  }
}
.on-screen.is-on-screen .slide-in-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.on-screen .fade-in {
  opacity: 0.01;
  transition: opacity 0.5s;
}
@media (prefers-reduced-motion) {
  .on-screen .fade-in {
    transition: none;
  }
}
.on-screen .slide-in-right {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
  transition: -webkit-transform 0s 0.5s;
  transition: transform 0s 0.5s;
  transition: transform 0s 0.5s, -webkit-transform 0s 0.5s;
}
@media (prefers-reduced-motion) {
  .on-screen .slide-in-right {
    transition: none;
  }
}
.on-screen .fade-in-right {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
  opacity: 0.01;
  transition: opacity 1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s, -webkit-transform 0.5s;
}
@media (prefers-reduced-motion) {
  .on-screen .fade-in-right {
    transition: none;
  }
}

.modal {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: auto;
  visibility: hidden;
  transition: top 0s 0.3s, visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: top 0s 0.3s, transform 0.3s, visibility 0s 0.3s, opacity 0.3s;
  transition: top 0s 0.3s, transform 0.3s, visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media all and (min-width: 37.5625em) {
  .modal {
    padding-top: var(--admin-bar-height);
  }
}
.modal__inner {
  max-height: 100%;
  overflow: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.modal__content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media all and (min-width: 23.4375em) {
  .modal__content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.modal__close-bg-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
}
.modal--active {
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.header__logo {
  width: 9.375rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 48em) {
  .header__logo {
    width: 11.875rem;
  }
}

.background {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.background:before, .background:after {
  content: "";
  background: radial-gradient(123.16% 123.16% at 54.79% -14.2%, #DB1D2F 0%, #1C3669 100%);
  position: absolute;
  inset: 0;
}
.background:before {
  mix-blend-mode: multiply;
  z-index: 2;
}
.background:after {
  content: "";
  opacity: 0.7;
  mix-blend-mode: screen;
  z-index: 1;
}
.background__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.background__icons {
  width: 100%;
  height: 100%;
  max-width: 76.375rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  mix-blend-mode: overlay;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.background__icon {
  width: 88%;
  position: absolute;
}
.background__icon--top {
  max-width: 31.25rem;
  -webkit-transform: translate(-44%, -33%);
          transform: translate(-44%, -33%);
}
.background__icon--bottom {
  max-width: 37.5rem;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(40%, 47%);
          transform: translate(40%, 47%);
}
@media all and (min-width: 64em) {
  .background__icon--bottom {
    -webkit-transform: translate(70%, 47%);
            transform: translate(70%, 47%);
  }
}

.content {
  width: 100%;
  max-width: 26.875rem;
  padding: 3.375rem 2.25rem;
  margin: auto;
}
@media all and (min-width: 48em) {
  .content {
    max-width: 73.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.content__title {
  width: 100%;
}
@media all and (min-width: 48em) {
  .content__title {
    margin-bottom: 5.625rem;
    text-align: center;
  }
}
@media all and (min-width: 48em) {
  .content__details {
    width: calc(48% - 1.25rem);
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
}
@media all and (min-width: 64.0625em) {
  .content__details {
    width: calc(54% - 3.125rem);
  }
}
@media all and (min-width: 48em) {
  .content__details-top {
    margin-bottom: auto;
  }
}
.content__join {
  margin-top: 2.5rem;
  padding: 2.5rem;
  background-color: #FFF;
  color: #1C3669;
  font-weight: 600;
}
@media all and (min-width: 48em) {
  .content__join {
    width: calc(52% - 1.25rem);
    margin-top: 0;
  }
}
@media all and (min-width: 64.0625em) {
  .content__join {
    width: calc(46% - 3.125rem);
    padding: 3.75rem;
  }
}
.content__join-heading {
  line-height: 1.6;
}

.cookies-notice {
  width: var(--body-width);
  position: fixed;
  bottom: 0;
  z-index: 10;
  opacity: 1;
  overflow: hidden;
  transition: opacity 0.5s;
}
@media (prefers-reduced-motion) {
  .cookies-notice {
    transition: none;
  }
}
.cookies-notice:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.cookies-notice--hide {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.cookies-notice--hide .cookies-notice__inner {
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.cookies-notice__inner {
  overflow: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  position: relative;
  z-index: 1;
  background-color: #FFF;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.cookies-notice__content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
}
@media all and (min-width: 23.4375em) {
  .cookies-notice__content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media all and (min-width: 48em) {
  .cookies-notice__content {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media all and (min-width: 64em) {
  .cookies-notice__content {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    gap: 1.5rem;
    font-size: 1rem;
  }
}
@media all and (min-width: 48em) {
  .cookies-notice__column-container {
    flex-wrap: nowrap;
  }
}
.cookies-notice__heading {
  margin-bottom: 0;
}
.cookies-notice__btns {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}
@media all and (min-width: 36.25em) {
  .cookies-notice__btns {
    display: inline-flex;
    flex-direction: row-reverse;
    margin-left: auto;
  }
}
.cookies-notice__btns .btn {
  white-space: nowrap;
}
.cookies-notice__form {
  font-size: 0.875rem;
}
@media all and (min-width: 64em) {
  .cookies-notice__form {
    font-size: 1rem;
  }
}
.cookies-notice__form-toggle-header {
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.cookies-notice__options .modal__close-btn {
  margin-left: auto;
}
.cookies-notice__save-btn {
  margin-top: 1.5rem;
}

.cookies-notice-options__inner {
  padding: 1rem;
}
.cookies-notice-options__content {
  max-width: 46.25rem;
  padding: 3rem 1rem 1rem;
  background-color: #FFF;
  border-radius: 1rem;
}
@media all and (min-width: 23.4375em) {
  .cookies-notice-options__content {
    padding-top: 3.75rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) {
  .cookies-notice-options__content {
    padding-bottom: 3.75rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.cookies-notice-options__close-btn {
  width: 1.625rem;
  height: 1.625rem;
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media all and (min-width: 48em) {
  .cookies-notice-options__close-btn {
    top: 2rem;
    right: 2rem;
  }
}
.cookies-notice-options__close-btn:before, .cookies-notice-options__close-btn:after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #1F1F1F;
  border-radius: 0.0625rem;
}
.cookies-notice-options__close-btn:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.cookies-notice-options__close-btn:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/*# sourceMappingURL=main.css.map*/