@import url("https://use.typekit.net/qdd0bdd.css");
:root {
  /*
  --gutter: var(--space-s-m);
  --font-base: 'proxima-nova',sans-serif;
  --tracking: -0.05ch;
  // --tracking: 0;
  --grid-min-item-size: clamp(16rem,33%,20rem);
  */
}

:root {
  --step--2: clamp(0.6944rem, 0.6875rem + 0.0347cqi, 0.72rem);
  --step--1: clamp(0.8333rem, 0.8153rem + 0.0904cqi, 0.9rem);
  --step-0: clamp(1rem, 0.9661rem + 0.1695cqi, 1.125rem);
  --step-1: clamp(1.2rem, 1.1441rem + 0.2797cqi, 1.4063rem);
  --step-2: clamp(1.44rem, 1.3538rem + 0.4309cqi, 1.7578rem);
  --step-3: clamp(1.728rem, 1.6007rem + 0.6363cqi, 2.1973rem);
  --step-4: clamp(2.0736rem, 1.8911rem + 0.9125cqi, 2.7466rem);
  --step-5: clamp(2.4883rem, 2.2321rem + 1.2812cqi, 3.4332rem);
  --step-6: clamp(2.986rem, 2.6319rem + 1.7702cqi, 4.2915rem);
  --step-7: clamp(3.5832rem, 3.1001rem + 2.4152cqi, 5.3644rem);
  --step-8: clamp(4.2998rem, 3.6474rem + 3.262cqi, 6.7055rem);
  --step-9: clamp(5.1598rem, 4.286rem + 4.369cqi, 8.3819rem);
}

:root {
  --space-3xs: clamp(0.25rem, 0.2331rem + 0.0847vi, 0.3125rem);
  --space-2xs: clamp(0.5rem, 0.4831rem + 0.0847vi, 0.5625rem);
  --space-xs: clamp(0.75rem, 0.7161rem + 0.1695vi, 0.875rem);
  --space-s: clamp(1rem, 0.9661rem + 0.1695vi, 1.125rem);
  --space-m: clamp(1.5rem, 1.4492rem + 0.2542vi, 1.6875rem);
  --space-l: clamp(2rem, 1.9322rem + 0.339vi, 2.25rem);
  --space-xl: clamp(3rem, 2.8983rem + 0.5085vi, 3.375rem);
  --space-2xl: clamp(4rem, 3.8644rem + 0.678vi, 4.5rem);
  --space-3xl: clamp(6rem, 5.7966rem + 1.0169vi, 6.75rem);
  /* One-up pairs */
  --space-3xs-2xs: clamp(0.25rem, 0.1653rem + 0.4237vi, 0.5625rem);
  --space-2xs-xs: clamp(0.5rem, 0.3983rem + 0.5085vi, 0.875rem);
  --space-xs-s: clamp(0.75rem, 0.6483rem + 0.5085vi, 1.125rem);
  --space-s-m: clamp(1rem, 0.8136rem + 0.9322vi, 1.6875rem);
  --space-m-l: clamp(1.5rem, 1.2966rem + 1.0169vi, 2.25rem);
  --space-l-xl: clamp(2rem, 1.6271rem + 1.8644vi, 3.375rem);
  --space-xl-2xl: clamp(3rem, 2.5932rem + 2.0339vi, 4.5rem);
  --space-2xl-3xl: clamp(4rem, 3.2542rem + 3.7288vi, 6.75rem);
  /* Custom pairs */
  --space-s-2xl: clamp(1rem, 0.0508rem + 4.7458vi, 4.5rem);
}

:root {
  --news-gap: calc(min(1200px, 60vw) * .02);
  --news-gap-2000: calc((100vw - (2 * var(--space-s-2xl))) * .02);
}

/* colours */
/*

The Web Content Accessibility Guidelines (WCAG) specify a minimal contrast ratio of 4.5:1 against adjacent colour(s) for text in general. An exception is made for large-scale text: It is considered easier to read and can therefore be set in a lower contrast ratio of at least 3:1.

Large-scale text is defined as:

Either bold text of at least 14 points (or 18.5 pixels).
Or regular text of at least 18 points (or 24 pixels).
For more information see WCAG definition of "large scale (text)".

*/
/* fonts */
body {
  font-family: "bebas-neue-pro-semiexpanded", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  line-height: 1.25;
}

h1 {
  font-size: var(--step-5);
  line-height: 1.25;
}
h1.page-title {
  font-size: var(--step-6);
}

h2 {
  font-size: var(--step-3);
}

h3 {
  font-size: var(--step-2);
}

p small {
  font-size: var(--step--1) !important;
}

/* utility */
/* actuallyincluded by Font Awesome */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

._big-button {
  color: #fff;
  font-size: var(--step-2);
  padding: var(--space-s) var(--space-xl);
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
._big-button:before {
  -webkit-filter: url(#paper1);
          filter: url(#paper1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
._big-button span {
  position: relative;
  z-index: 2;
}

._normal-button, .wp-block-acf-buttons .buttons .button, .is-root-container .gf-block-buttons .button,
.main-content .gf-block-buttons .button {
  color: #fff;
  font-size: var(--step-1);
  padding: var(--space-xs) var(--space-s);
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
._normal-button:before, .wp-block-acf-buttons .buttons .button:before, .is-root-container .gf-block-buttons .button:before,
.main-content .gf-block-buttons .button:before {
  -webkit-filter: url(#paper1);
          filter: url(#paper1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
._normal-button span, .wp-block-acf-buttons .buttons .button span, .is-root-container .gf-block-buttons .button span,
.main-content .gf-block-buttons .button span {
  position: relative;
  z-index: 2;
}

._big-button-high-contrast {
  color: #fff;
  font-size: var(--step-2);
  padding: var(--space-s) var(--space-xl);
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
._big-button-high-contrast:before {
  -webkit-filter: none;
          filter: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
._big-button-high-contrast span {
  position: relative;
  z-index: 2;
}

._underline-link, .is-root-container .breadcrumbs a,
.main-content .breadcrumbs a {
  position: relative;
}
._underline-link:before, .is-root-container .breadcrumbs a:before,
.main-content .breadcrumbs a:before {
  background: rgba(255, 255, 255, 0.71);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
._underline-link:hover:before, .is-root-container .breadcrumbs a:hover:before,
.main-content .breadcrumbs a:hover:before {
  width: 100%;
}

._standard-underline, .is-root-container .news-grid-header a,
.main-content .news-grid-header a, .is-root-container ul.sitemap li a,
.main-content ul.sitemap li a {
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1625em;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 60%;
}
@media screen and (max-width: 2000px) {
  .inner {
    width: calc(100vw - 2 * var(--space-s-2xl));
  }
}

/* Main Content */
.is-root-container .breadcrumbs a,
.main-content .breadcrumbs a {
  font-family: "proxima-nova", sans-serif;
  font-size: var(--step-0);
  text-decoration: none;
}
.is-root-container .breadcrumbs a:before,
.main-content .breadcrumbs a:before {
  background: rgba(30, 29, 68, 0.71);
}
.is-root-container h1,
.main-content h1 {
  color: #3969a9;
  line-height: 1;
  padding: var(--space-m) 0 var(--space-s);
  text-transform: uppercase;
  text-wrap: pretty;
}
.is-root-container h1 span,
.main-content h1 span {
  color: #1e1d44;
}
.is-root-container h2,
.main-content h2 {
  color: #3969a9;
  font-size: var(--step-3);
  padding-bottom: var(--space-s);
  text-transform: uppercase;
}
.is-root-container h3,
.main-content h3 {
  color: #3969a9;
  font-size: var(--step-2);
  padding-bottom: var(--space-s);
  text-transform: uppercase;
}
.is-root-container p,
.main-content p {
  font-size: var(--step-0);
  padding: 0 0 1rem;
}
.is-root-container p strong,
.main-content p strong {
  color: #1e1d44;
}
.is-root-container p.has-text-align-center,
.main-content p.has-text-align-center {
  text-align: center;
}
.is-root-container a,
.main-content a {
  color: inherit;
}
.is-root-container ul,
.main-content ul {
  padding: 0 0 var(--space-m) var(--space-s);
}
.is-root-container ul li,
.main-content ul li {
  font-size: var(--step-0);
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  padding: 0 0 var(--space-xs);
}
.is-root-container .wp-block-table,
.main-content .wp-block-table {
  background: #fff;
}
.is-root-container .wp-block-table table,
.main-content .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.is-root-container .wp-block-table table td,
.main-content .wp-block-table table td {
  border: 1px solid rgba(0, 0, 0, 0.19);
  background: #f8f8f8;
  font-size: var(--step-0);
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  padding: var(--space-2xs);
}
.is-root-container figure img,
.main-content figure img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.is-root-container figcaption,
.main-content figcaption {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: italic;
  padding: 0.5rem 0 2rem;
}
.is-root-container figure,
.main-content figure {
  margin-bottom: var(--space-m);
}
.is-root-container figure:has(+ .caption-block),
.main-content figure:has(+ .caption-block) {
  margin-bottom: 0;
}
.is-root-container img,
.main-content img {
  height: auto;
  max-width: 100%;
}
.is-root-container img.size-full,
.is-root-container img.size-Full,
.main-content img.size-full,
.main-content img.size-Full {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.is-root-container iframe,
.main-content iframe {
  width: 100%;
}
.is-root-container > div,
.main-content > div {
  width: 100% !important;
}
.is-root-container > div img,
.main-content > div img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 0.5rem;
}
.is-root-container .gf-block-cookie-notice,
.main-content .gf-block-cookie-notice {
  background: #808080;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.is-root-container .gf-block-cookie-notice p,
.main-content .gf-block-cookie-notice p {
  color: #fff;
}
.is-root-container .gf-block-cookie-notice button,
.main-content .gf-block-cookie-notice button {
  border: none;
  cursor: pointer;
  padding: var(--space-xs) var(--space-m);
  font-size: var(--step-0);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.is-root-container .gf-block-cookie-notice button:hover,
.main-content .gf-block-cookie-notice button:hover {
  background: #1e1d44;
  color: #fff;
}
.is-root-container .gf-edit,
.main-content .gf-edit {
  background: #808080;
  border-radius: 5px;
  color: #fff;
  padding: 5px;
}
.is-root-container ul.sitemap,
.main-content ul.sitemap {
  padding: 0;
  margin: 0;
  margin-bottom: var(--space-xs);
}
.is-root-container ul.sitemap li,
.main-content ul.sitemap li {
  list-style: none;
  padding: 0.2rem 0;
  position: relative;
}
.is-root-container ul.sitemap li a,
.main-content ul.sitemap li a {
  display: block;
  white-space: nowrap;
}
.is-root-container ul.sitemap li a:hover,
.main-content ul.sitemap li a:hover {
  color: #1e1d44;
}
.is-root-container ul.sitemap li ul,
.main-content ul.sitemap li ul {
  padding-bottom: 0.2rem;
}
.is-root-container ul.sitemap > li > a,
.main-content ul.sitemap > li > a {
  font-weight: bold;
  text-transform: uppercase;
}

.fancybox-caption__body {
  font-family: "proxima-nova", sans-serif;
  font-size: var(--step-0);
  font-weight: normal;
}

.a11y-high-contrast .main-content h1,
.a11y-high-contrast .main-content h2 {
  color: #000;
}

/* ALL BLOCKS */
/* BLOCK : BUTTONS */
.is-root-container .gf-block-buttons,
.main-content .gf-block-buttons {
  margin-bottom: var(--space-m);
}
.is-root-container .gf-block-buttons .button,
.main-content .gf-block-buttons .button {
  display: inline-block;
  text-transform: uppercase;
  margin: var(--space-s) var(--space-m) var(--space-s) 0;
}
.is-root-container .gf-block-buttons .button[data-colour=black]:before,
.main-content .gf-block-buttons .button[data-colour=black]:before {
  background: #000;
}
.is-root-container .gf-block-buttons .button[data-colour=black]:hover:before,
.main-content .gf-block-buttons .button[data-colour=black]:hover:before {
  background-color: black;
}
.is-root-container .gf-block-buttons .button[data-colour=red1]:before,
.main-content .gf-block-buttons .button[data-colour=red1]:before {
  background: #D93A4D;
}
.is-root-container .gf-block-buttons .button[data-colour=red1]:hover:before,
.main-content .gf-block-buttons .button[data-colour=red1]:hover:before {
  background-color: #872430;
}
.is-root-container .gf-block-buttons .button[data-colour=red2]:before,
.main-content .gf-block-buttons .button[data-colour=red2]:before {
  background: #D73E23;
}
.is-root-container .gf-block-buttons .button[data-colour=red2]:hover:before,
.main-content .gf-block-buttons .button[data-colour=red2]:hover:before {
  background-color: #852616;
}
.is-root-container .gf-block-buttons .button[data-colour=red3]:before,
.main-content .gf-block-buttons .button[data-colour=red3]:before {
  background: #D8222A;
}
.is-root-container .gf-block-buttons .button[data-colour=red3]:hover:before,
.main-content .gf-block-buttons .button[data-colour=red3]:hover:before {
  background-color: #86151a;
}
.is-root-container .gf-block-buttons .button[data-colour=yellow]:before,
.main-content .gf-block-buttons .button[data-colour=yellow]:before {
  background: #CD840E;
}
.is-root-container .gf-block-buttons .button[data-colour=yellow]:hover:before,
.main-content .gf-block-buttons .button[data-colour=yellow]:hover:before {
  background-color: #7f5209;
}
.is-root-container .gf-block-buttons .button[data-colour=green]:before,
.main-content .gf-block-buttons .button[data-colour=green]:before {
  background: #147c41;
}
.is-root-container .gf-block-buttons .button[data-colour=green]:hover:before,
.main-content .gf-block-buttons .button[data-colour=green]:hover:before {
  background-color: #0c4d28;
}
.is-root-container .gf-block-buttons .button[data-colour=blue]:before,
.main-content .gf-block-buttons .button[data-colour=blue]:before {
  background: #3969a9;
}
.is-root-container .gf-block-buttons .button[data-colour=blue]:hover:before,
.main-content .gf-block-buttons .button[data-colour=blue]:hover:before {
  background-color: #234169;
}
.is-root-container .gf-block-buttons .button[data-colour=dark-blue]:before,
.main-content .gf-block-buttons .button[data-colour=dark-blue]:before {
  background: #1e1d44;
}
.is-root-container .gf-block-buttons .button[data-colour=dark-blue]:hover:before,
.main-content .gf-block-buttons .button[data-colour=dark-blue]:hover:before {
  background-color: #13122a;
}
.is-root-container .gf-block-buttons.align-centre,
.main-content .gf-block-buttons.align-centre {
  text-align: center;
}
.is-root-container .gf-block-buttons.align-centre .button,
.main-content .gf-block-buttons.align-centre .button {
  margin: var(--space-s);
}

/* BLOCK : CAPTION */
.is-root-container .gf-block-caption-block p,
.main-content .gf-block-caption-block p {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: italic;
  padding: var(--space-s) 0 var(--space-m);
}

/* BLOCK : CONTACT FORM */
.is-root-container .gf-block-contact-form-section,
.main-content .gf-block-contact-form-section {
  padding-bottom: var(--space-xs);
}
.is-root-container .gf-block-contact-form-section label,
.main-content .gf-block-contact-form-section label {
  color: #3969a9;
  font-size: var(--step-1);
  padding-bottom: var(--space-xs);
  display: block;
}
.is-root-container .gf-block-contact-form-section label.want-copy,
.main-content .gf-block-contact-form-section label.want-copy {
  display: inline;
  padding-left: var(--space-xs);
}
.is-root-container .gf-block-contact-form-section select,
.main-content .gf-block-contact-form-section select {
  color: #000;
  font-size: var(--step-0);
  padding: var(--space-3xs);
}
@media screen and (max-width: 600px) {
  .is-root-container .gf-block-contact-form-section select,
  .main-content .gf-block-contact-form-section select {
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .is-root-container .gf-block-contact-form-section select,
  .main-content .gf-block-contact-form-section select {
    min-width: 40ch;
  }
}
.is-root-container .gf-block-contact-form-section input[type=email],
.is-root-container .gf-block-contact-form-section input[type=text],
.main-content .gf-block-contact-form-section input[type=email],
.main-content .gf-block-contact-form-section input[type=text] {
  color: #000;
  font-size: var(--step-0);
  padding: var(--space-3xs);
}
@media screen and (max-width: 600px) {
  .is-root-container .gf-block-contact-form-section input[type=email],
  .is-root-container .gf-block-contact-form-section input[type=text],
  .main-content .gf-block-contact-form-section input[type=email],
  .main-content .gf-block-contact-form-section input[type=text] {
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .is-root-container .gf-block-contact-form-section input[type=email],
  .is-root-container .gf-block-contact-form-section input[type=text],
  .main-content .gf-block-contact-form-section input[type=email],
  .main-content .gf-block-contact-form-section input[type=text] {
    min-width: 40ch;
  }
}
.is-root-container .gf-block-contact-form-section input[type=checkbox],
.main-content .gf-block-contact-form-section input[type=checkbox] {
  height: 20px;
  width: 20px;
}
.is-root-container .gf-block-contact-form-section textarea,
.main-content .gf-block-contact-form-section textarea {
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-size: var(--step-0);
  padding: var(--space-3xs);
  height: 100px;
}
@media screen and (max-width: 600px) {
  .is-root-container .gf-block-contact-form-section textarea,
  .main-content .gf-block-contact-form-section textarea {
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .is-root-container .gf-block-contact-form-section textarea,
  .main-content .gf-block-contact-form-section textarea {
    min-width: 40ch;
  }
}
.is-root-container .gf-block-contact-form-section span,
.main-content .gf-block-contact-form-section span {
  font-family: "proxima-nova", sans-serif;
  font-size: var(--step--1);
  padding: 0 0 0 var(--space-2xs);
  position: relative;
  top: calc(var(--space-xs) * -0.25);
}
.is-root-container .gf-block-contact-form-section #contact-form-submit,
.main-content .gf-block-contact-form-section #contact-form-submit {
  border: none;
  background: #3969a9;
  color: #fff;
  cursor: pointer;
  font-size: var(--step-0);
  padding: var(--space-2xs) var(--space-s);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.is-root-container .gf-block-contact-form-section #contact-form-submit:hover,
.main-content .gf-block-contact-form-section #contact-form-submit:hover {
  background: #1e1d44;
}
.is-root-container .gf-block-contact-form-section-recaptcha,
.main-content .gf-block-contact-form-section-recaptcha {
  padding-bottom: var(--space-xs);
}
.is-root-container .gf-block-contact-form-error,
.main-content .gf-block-contact-form-error {
  color: #D93A4D;
  font-size: var(--step-0);
  padding: var(--space-2xs) 0 0;
}
.is-root-container .gf-block-contact-form-error-message,
.main-content .gf-block-contact-form-error-message {
  padding: var(--space-m) 0;
}
.is-root-container .gf-block-contact-form-error-message h2,
.main-content .gf-block-contact-form-error-message h2 {
  color: #D93A4D;
  padding: 0;
}
.is-root-container .gf-block-contact-form-error-message p,
.main-content .gf-block-contact-form-error-message p {
  color: #D93A4D;
}

/* BLOCK : EMBED APPLE MUSIC */
.is-root-container .gf-block-embed-apple-music,
.main-content .gf-block-embed-apple-music {
  min-height: 152px;
  position: relative;
  margin-bottom: var(--space-m);
}
.is-root-container .gf-block-embed-apple-music.has-caption,
.main-content .gf-block-embed-apple-music.has-caption {
  margin-bottom: 0;
}
.is-root-container .gf-block-embed-apple-music-caption,
.main-content .gf-block-embed-apple-music-caption {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: italic;
  padding: var(--space-s) 0 var(--space-m);
}

/* BLOCK : EMBED SPOTIFY */
.is-root-container .gf-block-embed-spotify,
.main-content .gf-block-embed-spotify {
  min-height: 152px;
  position: relative;
  margin-bottom: var(--space-m);
}
.is-root-container .gf-block-embed-spotify.has-caption,
.main-content .gf-block-embed-spotify.has-caption {
  margin-bottom: 0;
}
.is-root-container .gf-block-embed-spotify-caption,
.main-content .gf-block-embed-spotify-caption {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: italic;
  padding: var(--space-s) 0 var(--space-m);
}

/* BLOCK : EMBED YOUTUBE */
.is-root-container .gf-block-embed-youtube,
.main-content .gf-block-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: var(--space-m);
}
.is-root-container .gf-block-embed-youtube.has-caption,
.main-content .gf-block-embed-youtube.has-caption {
  margin-bottom: 0;
}
.is-root-container .gf-block-embed-youtube iframe,
.main-content .gf-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-root-container .gf-block-embed-youtube-caption,
.main-content .gf-block-embed-youtube-caption {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: italic;
  padding: var(--space-s) 0 var(--space-m);
}

/* BLOCK : GALLERY */
.is-root-container .gf-block-gallery-grid,
.main-content .gf-block-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: var(--space-m);
}
.is-root-container .gf-block-gallery-grid a,
.main-content .gf-block-gallery-grid a {
  aspect-ratio: 1/1;
  height: auto;
  width: 33.333%;
}
@media screen and (max-width: 700px) {
  .is-root-container .gf-block-gallery-grid a,
  .main-content .gf-block-gallery-grid a {
    width: 50%;
  }
}
.is-root-container .gf-block-gallery-grid img,
.main-content .gf-block-gallery-grid img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  margin: 0;
}
.is-root-container .gf-block-gallery-stack,
.main-content .gf-block-gallery-stack {
  padding-bottom: var(--space-s);
}
.is-root-container .gf-block-gallery-stack-image img,
.main-content .gf-block-gallery-stack-image img {
  display: block;
  height: auto;
  width: 100%;
}
.is-root-container .gf-block-gallery-stack-image p,
.main-content .gf-block-gallery-stack-image p {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: italic;
  padding: var(--space-s) 0 var(--space-m);
}

/* BLOCK : HOME CAROUSEL */
.is-root-container .gf-block-carousel,
.main-content .gf-block-carousel {
  position: relative;
  width: 100%;
  margin-bottom: var(--space-m);
}
.is-root-container .gf-block-carousel-inner,
.main-content .gf-block-carousel-inner {
  height: 100%;
  width: 100%;
}
.is-root-container .gf-block-carousel-inner a,
.main-content .gf-block-carousel-inner a {
  background-image: var(--bg-image);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
.is-root-container .gf-block-carousel-inner img,
.main-content .gf-block-carousel-inner img {
  display: block;
  height: auto;
  width: 100%;
}
.is-root-container .gf-block-carousel-inner:after,
.main-content .gf-block-carousel-inner:after {
  background: url(../img/edges/letterbox-edge.png?v=1) center center no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  pointer-events: none;
}
.is-root-container .gf-block-carousel-inner .carousel-item-overlay,
.main-content .gf-block-carousel-inner .carousel-item-overlay {
  background: url(../img/edges/carousel-text-bg.png?v=1) top center no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: var(--space-s) var(--space-m) var(--space-m);
}
.is-root-container .gf-block-carousel-inner .carousel-item-overlay h2,
.main-content .gf-block-carousel-inner .carousel-item-overlay h2 {
  padding-bottom: var(--space-2xs);
}
.is-root-container .gf-block-carousel-inner .carousel-item-overlay p,
.main-content .gf-block-carousel-inner .carousel-item-overlay p {
  color: #1e1d44;
}
.is-root-container .gf-block-carousel-nav,
.main-content .gf-block-carousel-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
.is-root-container .gf-block-carousel-nav a,
.main-content .gf-block-carousel-nav a {
  display: inline-block;
  aspect-ratio: 1/1;
  width: 7.5%;
  pointer-events: auto;
}
.is-root-container .gf-block-carousel-nav a:nth-of-type(1),
.main-content .gf-block-carousel-nav a:nth-of-type(1) {
  background: url(../img/big-banner/arrow-left.png) center center no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: -3%;
}
.is-root-container .gf-block-carousel-nav a:nth-of-type(2),
.main-content .gf-block-carousel-nav a:nth-of-type(2) {
  background: url(../img/big-banner/arrow-right.png) center center no-repeat;
  background-size: 100% 100%;
  position: relative;
  right: -3%;
}
.is-root-container .gf-block-carousel-autoplay-toggle,
.main-content .gf-block-carousel-autoplay-toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: var(--space-m);
  z-index: 2;
  pointer-events: none;
}
.is-root-container .gf-block-carousel-autoplay-toggle button,
.main-content .gf-block-carousel-autoplay-toggle button {
  border: 2px solid #000;
  height: 32px;
  width: 32px;
  pointer-events: auto;
}
.is-root-container .gf-block-carousel-autoplay-toggle button i,
.main-content .gf-block-carousel-autoplay-toggle button i {
  font-size: 1.2rem;
}
.is-root-container .gf-block-carousel-autoplay-toggle button:hover,
.main-content .gf-block-carousel-autoplay-toggle button:hover {
  color: #fff;
  background: #000;
  cursor: pointer;
}
.is-root-container .gf-block-carousel-autoplay-toggle button:nth-of-type(1),
.main-content .gf-block-carousel-autoplay-toggle button:nth-of-type(1) {
  display: block;
}
.is-root-container .gf-block-carousel-autoplay-toggle button:nth-of-type(2),
.main-content .gf-block-carousel-autoplay-toggle button:nth-of-type(2) {
  display: none;
}
.is-root-container .gf-block-carousel-autoplay-toggle.paused button:nth-of-type(1),
.main-content .gf-block-carousel-autoplay-toggle.paused button:nth-of-type(1) {
  display: none;
}
.is-root-container .gf-block-carousel-autoplay-toggle.paused button:nth-of-type(2),
.main-content .gf-block-carousel-autoplay-toggle.paused button:nth-of-type(2) {
  display: block;
}
@media screen and (max-width: 600px) {
  .is-root-container .gf-block-carousel-autoplay-toggle,
  .main-content .gf-block-carousel-autoplay-toggle {
    padding: var(--space-2xs);
  }
  .is-root-container .gf-block-carousel-autoplay-toggle button,
  .main-content .gf-block-carousel-autoplay-toggle button {
    height: 24px;
    width: 24px;
  }
  .is-root-container .gf-block-carousel-autoplay-toggle button i,
  .main-content .gf-block-carousel-autoplay-toggle button i {
    font-size: 1rem;
  }
}

.a11y-high-contrast .gf-block-carousel-inner:after {
  background: none;
}

/* BLOCK : HOME COUNTDOWN LINE */
.is-root-container .gf-block-countdown-line,
.main-content .gf-block-countdown-line {
  color: #fff;
  margin-bottom: var(--space-m);
}
.is-root-container .gf-block-countdown-line-inner,
.main-content .gf-block-countdown-line-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  color: #fff;
  font-size: var(--step-5);
  line-height: 1;
  text-align: center;
}
.is-root-container .gf-block-countdown-line-inner > div,
.main-content .gf-block-countdown-line-inner > div {
  padding: 0 var(--space-xs);
}
@media screen and (max-width: 700px) {
  .is-root-container .gf-block-countdown-line-inner,
  .main-content .gf-block-countdown-line-inner {
    font-size: var(--step-4);
  }
}
@media screen and (max-width: 600px) {
  .is-root-container .gf-block-countdown-line-inner,
  .main-content .gf-block-countdown-line-inner {
    font-size: var(--step-3);
  }
}

/* BLOCK : HOME NEWS */
.is-root-container .news-grid,
.main-content .news-grid {
  width: 100%;
}
.is-root-container .news-grid-header,
.main-content .news-grid-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--space-m) var(--space-s);
}
.is-root-container .news-grid-header h2,
.main-content .news-grid-header h2 {
  color: #fff;
  text-transform: uppercase;
  padding: 0;
}
.is-root-container .news-grid-header a,
.main-content .news-grid-header a {
  color: #fff;
  font-size: var(--step-3);
  text-transform: uppercase;
}
.is-root-container .news-grid-main,
.main-content .news-grid-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--news-gap) 1fr var(--news-gap) 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: var(--news-gap);
  grid-row-gap: var(--news-gap);
  margin: 0;
  margin-bottom: calc(var(--news-gap) * 2);
  padding: 0;
}
.is-root-container .news-grid-main > *:nth-child(1), .main-content .news-grid-main > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.is-root-container .news-grid-main > *:nth-child(2), .main-content .news-grid-main > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.is-root-container .news-grid-main > *:nth-child(3), .main-content .news-grid-main > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.is-root-container .news-grid-main li,
.main-content .news-grid-main li {
  list-style: none;
  position: relative;
  padding: 0;
  -webkit-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
}
.is-root-container .news-grid-main li:nth-of-type(9n+1),
.main-content .news-grid-main li:nth-of-type(9n+1) {
  background: #D93A4D;
}
.is-root-container .news-grid-main li:nth-of-type(9n+1):hover,
.main-content .news-grid-main li:nth-of-type(9n+1):hover {
  background: #bc2436;
}
.is-root-container .news-grid-main li:nth-of-type(9n+2),
.main-content .news-grid-main li:nth-of-type(9n+2) {
  background: #3969a9;
}
.is-root-container .news-grid-main li:nth-of-type(9n+2):hover,
.main-content .news-grid-main li:nth-of-type(9n+2):hover {
  background: #2c5183;
}
.is-root-container .news-grid-main li:nth-of-type(9n+3),
.main-content .news-grid-main li:nth-of-type(9n+3) {
  background: #CD840E;
}
.is-root-container .news-grid-main li:nth-of-type(9n+3):hover,
.main-content .news-grid-main li:nth-of-type(9n+3):hover {
  background: #9d650b;
}
.is-root-container .news-grid-main li:nth-of-type(9n+4),
.main-content .news-grid-main li:nth-of-type(9n+4) {
  background: #3969a9;
}
.is-root-container .news-grid-main li:nth-of-type(9n+4):hover,
.main-content .news-grid-main li:nth-of-type(9n+4):hover {
  background: #2c5183;
}
.is-root-container .news-grid-main li:nth-of-type(9n+5),
.main-content .news-grid-main li:nth-of-type(9n+5) {
  background: #147c41;
}
.is-root-container .news-grid-main li:nth-of-type(9n+5):hover,
.main-content .news-grid-main li:nth-of-type(9n+5):hover {
  background: #0d502a;
}
.is-root-container .news-grid-main li:nth-of-type(9n+6),
.main-content .news-grid-main li:nth-of-type(9n+6) {
  background: #D73E23;
}
.is-root-container .news-grid-main li:nth-of-type(9n+6):hover,
.main-content .news-grid-main li:nth-of-type(9n+6):hover {
  background: #ab311c;
}
.is-root-container .news-grid-main li:nth-of-type(9n+7),
.main-content .news-grid-main li:nth-of-type(9n+7) {
  background: #3969a9;
}
.is-root-container .news-grid-main li:nth-of-type(9n+7):hover,
.main-content .news-grid-main li:nth-of-type(9n+7):hover {
  background: #2c5183;
}
.is-root-container .news-grid-main li:nth-of-type(9n+8),
.main-content .news-grid-main li:nth-of-type(9n+8) {
  background: #D8222A;
}
.is-root-container .news-grid-main li:nth-of-type(9n+8):hover,
.main-content .news-grid-main li:nth-of-type(9n+8):hover {
  background: #ac1b21;
}
.is-root-container .news-grid-main li:nth-of-type(9n+9),
.main-content .news-grid-main li:nth-of-type(9n+9) {
  background: #147c41;
}
.is-root-container .news-grid-main li:nth-of-type(9n+9):hover,
.main-content .news-grid-main li:nth-of-type(9n+9):hover {
  background: #0d502a;
}
@supports (grid-template-rows: subgrid) {
  .is-root-container .news-grid-main li:before,
  .main-content .news-grid-main li:before {
    mix-blend-mode: multiply;
    -webkit-filter: url(#texture1);
            filter: url(#texture1);
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    pointer-events: none;
  }
}
.is-root-container .news-grid-main li:after,
.main-content .news-grid-main li:after {
  mix-blend-mode: darken;
  background: url(../img/edges/news-story-edge.png?v=2) center center no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  z-index: 1;
  pointer-events: none;
}
.is-root-container .news-grid-main li a,
.main-content .news-grid-main li a {
  text-decoration: none;
}
.is-root-container .news-grid-main li a .news-grid-image,
.main-content .news-grid-main li a .news-grid-image {
  background-image: var(--bg-image);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  aspect-ratio: 10/10;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
.is-root-container .news-grid-main li a .news-grid-image:before,
.main-content .news-grid-main li a .news-grid-image:before {
  float: left;
  padding-top: 100%;
  content: "";
}
.is-root-container .news-grid-main li a .news-grid-image:after,
.main-content .news-grid-main li a .news-grid-image:after {
  display: block;
  content: "";
  clear: both;
}
.is-root-container .news-grid-main li a .news-grid-details,
.main-content .news-grid-main li a .news-grid-details {
  padding: var(--space-s-m);
}
.is-root-container .news-grid-main li a .news-grid-details h3,
.main-content .news-grid-main li a .news-grid-details h3 {
  color: #fff;
  font-family: "bebas-neue-pro-semiexpanded", "Helvetica Neue", Arial, sans-serif;
  padding-bottom: var(--space-s);
}
.is-root-container .news-grid-main li a .news-grid-details p,
.main-content .news-grid-main li a .news-grid-details p {
  color: #fff;
  font-family: "bebas-neue-pro-semiexpanded", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: var(--step-0);
  text-transform: uppercase;
}
.is-root-container .news-grid-main li a:hover .news-grid-image,
.main-content .news-grid-main li a:hover .news-grid-image {
  opacity: 0.9;
}
.is-root-container .news-grid-main li.wide,
.main-content .news-grid-main li.wide {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
}
.is-root-container .news-grid-main li.wide:before,
.main-content .news-grid-main li.wide:before {
  opacity: 0;
}
.is-root-container .news-grid-main li.wide a .news-grid-image,
.main-content .news-grid-main li.wide a .news-grid-image {
  aspect-ratio: unset;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.is-root-container .news-grid-main li.wide a .news-grid-details,
.main-content .news-grid-main li.wide a .news-grid-details {
  background: rgba(0, 0, 0, 0.71);
  aspect-ratio: unset;
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
}
.is-root-container .news-grid-main li.wide a .news-grid-details:before,
.main-content .news-grid-main li.wide a .news-grid-details:before {
  mix-blend-mode: none;
  -webkit-filter: none;
          filter: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.71)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.71));
  content: "";
  position: absolute;
  top: calc(var(--space-s-m) * -2);
  height: calc(var(--space-s-m) * 2);
  left: 0;
  width: 100%;
  pointer-events: none;
}
.is-root-container .news-grid-main li.promo,
.main-content .news-grid-main li.promo {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3/3/4;
  background: none;
}
.is-root-container .news-grid-main li.promo:hover,
.main-content .news-grid-main li.promo:hover {
  background: none;
}
.is-root-container .news-grid-main li.promo:before, .is-root-container .news-grid-main li.promo:after,
.main-content .news-grid-main li.promo:before,
.main-content .news-grid-main li.promo:after {
  opacity: 0;
}
.is-root-container .news-grid-main li.promo a .news-grid-image,
.main-content .news-grid-main li.promo a .news-grid-image {
  aspect-ratio: 10/14;
  position: relative;
}
@supports (grid-template-rows: subgrid) {
  .is-root-container .news-grid-main li.promo a .news-grid-image:after,
  .main-content .news-grid-main li.promo a .news-grid-image:after {
    mix-blend-mode: darken;
    background: url(../img/edges/news-story-edge.png?v=2) center center no-repeat;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    z-index: 1;
    pointer-events: none;
  }
}
@media screen and (max-width: 700px) {
  .is-root-container .news-grid-main,
  .main-content .news-grid-main {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(var(--news-gap) * 2);
  }
  .is-root-container .news-grid-main li a,
  .main-content .news-grid-main li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
  .is-root-container .news-grid-main li a .news-grid-image,
  .main-content .news-grid-main li a .news-grid-image {
    width: 45%;
  }
  .is-root-container .news-grid-main li a .news-grid-details,
  .main-content .news-grid-main li a .news-grid-details {
    width: 55%;
  }
  .is-root-container .news-grid-main li a .news-grid-details h3,
  .main-content .news-grid-main li a .news-grid-details h3 {
    font-size: var(--step-2);
  }
  .is-root-container .news-grid-main li.wide,
  .main-content .news-grid-main li.wide {
    width: 100%;
    background: #147c41;
  }
  .is-root-container .news-grid-main li.wide:hover,
  .main-content .news-grid-main li.wide:hover {
    background: #0d502a;
  }
  .is-root-container .news-grid-main li.wide a,
  .main-content .news-grid-main li.wide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
  .is-root-container .news-grid-main li.wide a .news-grid-image,
  .main-content .news-grid-main li.wide a .news-grid-image {
    position: static;
    height: auto;
    aspect-ratio: 1/1;
    width: 45%;
  }
  .is-root-container .news-grid-main li.wide a .news-grid-details,
  .main-content .news-grid-main li.wide a .news-grid-details {
    background: none;
    position: static;
    width: 55%;
  }
  .is-root-container .news-grid-main li.wide a .news-grid-details h3,
  .main-content .news-grid-main li.wide a .news-grid-details h3 {
    font-size: var(--step-2);
  }
  .is-root-container .news-grid-main li.wide a .news-grid-details:before,
  .main-content .news-grid-main li.wide a .news-grid-details:before {
    opacity: 0;
  }
  .is-root-container .news-grid-main li.promo,
  .main-content .news-grid-main li.promo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .is-root-container .news-grid-main li.promo a,
  .main-content .news-grid-main li.promo a {
    display: block;
    margin: 0 auto;
    max-width: 320px;
  }
  .is-root-container .news-grid-main li.promo a .news-grid-image,
  .main-content .news-grid-main li.promo a .news-grid-image {
    width: 100%;
  }
}

.a11y-high-contrast .news-grid-main li:nth-of-type(9n+1) {
  background: #911c2a;
}
.a11y-high-contrast .news-grid-main li:nth-of-type(9n+1):hover {
  background: #3c0b11;
}
.a11y-high-contrast .news-grid-main li:nth-of-type(9n+2) {
  background: #1f3a5d;
}
.a11y-high-contrast .news-grid-main li:nth-of-type(9n+2):hover {
  background: #060a10;
}
.a11y-high-contrast .news-grid-main li:nth-of-type(9n+3) {
  background: #6e4707;
}
.a11y-high-contrast .news-grid-main li:nth-of-type(9n+3):hover {
  background: #0e0901;
}
.a11y-high-contrast .news-grid-main li:nth-of-type(9n+4) {
  background: #1f3a5d;
}
.a11y-high-contrast .news-grid-main li:nth-of-type(9n+4):hover {
  background: #060a10;
}
.a11y-high-contrast .news-grid-main li:nth-of-type(9n+5) {
  background: #062413;
}
.a11y-high-contrast .news-grid-main li:nth-of-type(9n+5):hover {
  background: black;
}
.a11y-high-contrast .news-grid-main li:nth-of-type(9n+6) {
  background: #7f2515;
}
.a11y-high-contrast .news-grid-main li:nth-of-type(9n+6):hover {
  background: #280b06;
}
.a11y-high-contrast .news-grid-main li:nth-of-type(9n+7) {
  background: #1f3a5d;
}
.a11y-high-contrast .news-grid-main li:nth-of-type(9n+7):hover {
  background: #060a10;
}
.a11y-high-contrast .news-grid-main li:nth-of-type(9n+8) {
  background: #801419;
}
.a11y-high-contrast .news-grid-main li:nth-of-type(9n+8):hover {
  background: #280608;
}
.a11y-high-contrast .news-grid-main li:nth-of-type(9n+9) {
  background: #062413;
}
.a11y-high-contrast .news-grid-main li:nth-of-type(9n+9):hover {
  background: black;
}
.a11y-high-contrast .news-grid-main li:before {
  -webkit-filter: none;
          filter: none;
}
.a11y-high-contrast .news-grid-main li:after {
  background: none;
}
.a11y-high-contrast .news-grid-main li a:before {
  -webkit-filter: none;
          filter: none;
}
.a11y-high-contrast .news-grid-main li a:after {
  background: none;
}
.a11y-high-contrast .news-grid-main li.promo a .news-grid-image:after {
  background: none;
}

/* BLOCK : HOME TEXT BANNER */
.is-root-container .gf-block-text-banner,
.main-content .gf-block-text-banner {
  display: block;
  margin-bottom: var(--space-m);
  position: relative;
  padding: var(--space-m) var(--space-s) var(--space-s);
}
.is-root-container .gf-block-text-banner-bgc,
.main-content .gf-block-text-banner-bgc {
  background: var(--bg-colour);
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  z-index: 1;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
@supports (grid-template-rows: subgrid) {
  .is-root-container .gf-block-text-banner-bgc:after,
  .main-content .gf-block-text-banner-bgc:after {
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: url(#texture1);
            filter: url(#texture1);
  }
}
.is-root-container .gf-block-text-banner-bg,
.main-content .gf-block-text-banner-bg {
  background: url(../img/edges/letterbox-edge.png?v=1) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .is-root-container .gf-block-text-banner-bg,
  .main-content .gf-block-text-banner-bg {
    background: url(../img/edges/letterbox-edge-3x1.png?v=2) center center no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 800px) {
  .is-root-container .gf-block-text-banner-bg,
  .main-content .gf-block-text-banner-bg {
    background: url(../img/edges/letterbox-edge-2x1.png?v=2) center center no-repeat;
    background-size: 100% 100%;
  }
}
.is-root-container .gf-block-text-banner-content,
.main-content .gf-block-text-banner-content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.is-root-container .gf-block-text-banner-content h2,
.main-content .gf-block-text-banner-content h2 {
  color: #fff;
  font-size: var(--step-5);
  line-height: 1;
  margin: 0;
  padding: 0 0 var(--space-xs-s);
  text-wrap: pretty;
  text-transform: uppercase;
}
.is-root-container .gf-block-text-banner-content h3,
.main-content .gf-block-text-banner-content h3 {
  color: var(--fg-colour);
  font-size: var(--step-3);
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  text-wrap: pretty;
}
.is-root-container a.gf-block-text-banner,
.main-content a.gf-block-text-banner {
  display: block;
  text-decoration: none;
}
.is-root-container a.gf-block-text-banner:hover .gf-block-text-banner-bgc,
.main-content a.gf-block-text-banner:hover .gf-block-text-banner-bgc {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.a11y-high-contrast .gf-block-text-banner-bgc:after {
  -webkit-filter: none;
          filter: none;
}
.a11y-high-contrast .gf-block-text-banner-bg {
  background: none;
}

/* BLOCK : HOME WORD DIVIDER */
.is-root-container .gf-block-home-word-divider,
.main-content .gf-block-home-word-divider {
  position: relative;
  margin-bottom: var(--space-l);
}
.is-root-container .gf-block-home-word-divider:before,
.main-content .gf-block-home-word-divider:before {
  background: url(../img/word-divider/dots.png?v=1) center center no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  z-index: 1;
}
.is-root-container .gf-block-home-word-divider:after,
.main-content .gf-block-home-word-divider:after {
  background: url(../img/word-divider/dots.png?v=1) center center no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
  z-index: 1;
}
.is-root-container .gf-block-home-word-divider h2,
.main-content .gf-block-home-word-divider h2 {
  color: #fff;
  font-size: var(--step-5);
  line-height: 1;
  text-align: center;
  padding: var(--space-l);
  text-transform: uppercase;
}
.is-root-container .gf-block-home-word-divider h2:before,
.main-content .gf-block-home-word-divider h2:before {
  background: url(../img/word-divider/line-1.png?v=1) center center no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  height: 10px;
  width: 100%;
  z-index: 1;
}
.is-root-container .gf-block-home-word-divider h2:after,
.main-content .gf-block-home-word-divider h2:after {
  background: url(../img/word-divider/line-2.png?v=1) center center no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  height: 10px;
  width: 100%;
  z-index: 1;
}

/* BLOCK : IMAGE UPLOAD FORM */
.is-root-container .gf-block-image-upload-form-section,
.main-content .gf-block-image-upload-form-section {
  padding-bottom: var(--space-xs);
}
.is-root-container .gf-block-image-upload-form-section label,
.main-content .gf-block-image-upload-form-section label {
  color: #3969a9;
  font-size: var(--step-1);
  padding-bottom: var(--space-xs);
  display: block;
}
.is-root-container .gf-block-image-upload-form-section label.terms-agreed,
.main-content .gf-block-image-upload-form-section label.terms-agreed {
  display: inline;
  padding-left: var(--space-xs);
}
.is-root-container .gf-block-image-upload-form-section label a,
.main-content .gf-block-image-upload-form-section label a {
  color: #000;
}
.is-root-container .gf-block-image-upload-form-section select,
.main-content .gf-block-image-upload-form-section select {
  color: #000;
  font-size: var(--step-0);
  min-width: 40ch;
  padding: var(--space-3xs);
}
.is-root-container .gf-block-image-upload-form-section input[type=email],
.is-root-container .gf-block-image-upload-form-section input[type=text],
.main-content .gf-block-image-upload-form-section input[type=email],
.main-content .gf-block-image-upload-form-section input[type=text] {
  color: #000;
  font-size: var(--step-0);
  min-width: 40ch;
  padding: var(--space-3xs);
}
.is-root-container .gf-block-image-upload-form-section input[type=checkbox],
.main-content .gf-block-image-upload-form-section input[type=checkbox] {
  margin-top: 1rem;
  height: 20px;
  width: 20px;
}
.is-root-container .gf-block-image-upload-form-section input[type=file],
.main-content .gf-block-image-upload-form-section input[type=file] {
  color: #000;
  font-size: var(--step-0);
  min-width: 40ch;
  padding: var(--space-3xs);
}
.is-root-container .gf-block-image-upload-form-section span,
.main-content .gf-block-image-upload-form-section span {
  font-family: "proxima-nova", sans-serif;
  font-size: var(--step--1);
  padding: 0 0 0 var(--space-2xs);
  position: relative;
  top: calc(var(--space-xs) * -0.25);
}
.is-root-container .gf-block-image-upload-form-section button,
.is-root-container .gf-block-image-upload-form-section #image-upload-form-submit,
.main-content .gf-block-image-upload-form-section button,
.main-content .gf-block-image-upload-form-section #image-upload-form-submit {
  border: none;
  background: #3969a9;
  color: #fff;
  cursor: pointer;
  font-size: var(--step-0);
  padding: var(--space-2xs) var(--space-s);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.is-root-container .gf-block-image-upload-form-section button:hover,
.is-root-container .gf-block-image-upload-form-section #image-upload-form-submit:hover,
.main-content .gf-block-image-upload-form-section button:hover,
.main-content .gf-block-image-upload-form-section #image-upload-form-submit:hover {
  background: #1e1d44;
}
.is-root-container .gf-block-image-upload-form-section button:disabled,
.is-root-container .gf-block-image-upload-form-section #image-upload-form-submit:disabled,
.main-content .gf-block-image-upload-form-section button:disabled,
.main-content .gf-block-image-upload-form-section #image-upload-form-submit:disabled {
  background: #808080;
  cursor: not-allowed;
}
.is-root-container .gf-block-image-upload-form-section button:disabled:hover,
.is-root-container .gf-block-image-upload-form-section #image-upload-form-submit:disabled:hover,
.main-content .gf-block-image-upload-form-section button:disabled:hover,
.main-content .gf-block-image-upload-form-section #image-upload-form-submit:disabled:hover {
  background: #808080;
}
.is-root-container .gf-block-image-upload-form-section .gf-block-image-upload-form-remove,
.main-content .gf-block-image-upload-form-section .gf-block-image-upload-form-remove {
  font-size: var(--step--1);
  padding: var(--space-3xs) var(--space-xs);
}
.is-root-container .gf-block-image-upload-form .add-another,
.main-content .gf-block-image-upload-form .add-another {
  display: none;
}
.is-root-container .gf-block-image-upload-form-section-recaptcha,
.main-content .gf-block-image-upload-form-section-recaptcha {
  padding-bottom: var(--space-xs);
}
.is-root-container .gf-block-image-upload-form-error,
.main-content .gf-block-image-upload-form-error {
  color: #D93A4D;
  font-size: var(--step-0);
  padding: var(--space-2xs) 0;
}
.is-root-container .gf-block-image-upload-form .gf-block-image-upload-form-divider,
.main-content .gf-block-image-upload-form .gf-block-image-upload-form-divider {
  border-top: 1px solid #000;
  padding-top: var(--space-m);
}
.is-root-container .gf-block-image-upload-form .gf-block-image-upload-form-remove,
.main-content .gf-block-image-upload-form .gf-block-image-upload-form-remove {
  float: right;
}
.is-root-container .gf-block-image-upload-form-error-message,
.main-content .gf-block-image-upload-form-error-message {
  padding: var(--space-m) 0;
}
.is-root-container .gf-block-image-upload-form-error-message h2,
.main-content .gf-block-image-upload-form-error-message h2 {
  color: #D93A4D;
  padding: 0;
}
.is-root-container .gf-block-image-upload-form-error-message p,
.main-content .gf-block-image-upload-form-error-message p {
  color: #D93A4D;
}

/* BLOCK : SHOP PRODUCTS */
.is-root-container .gf-block-shop-products,
.main-content .gf-block-shop-products {
  display: -ms-grid;
  display: grid;
  padding: var(--space-m) 0;
}
.is-root-container .gf-block-shop-products.num-2,
.main-content .gf-block-shop-products.num-2 {
  -ms-grid-columns: 1fr var(--space-m) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-m);
}
.is-root-container .gf-block-shop-products.num-3,
.main-content .gf-block-shop-products.num-3 {
  -ms-grid-columns: 1fr var(--space-m) 1fr var(--space-m) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-m);
}
@media screen and (max-width: 600px) {
  .is-root-container .gf-block-shop-products.num-2, .is-root-container .gf-block-shop-products.num-3,
  .main-content .gf-block-shop-products.num-2,
  .main-content .gf-block-shop-products.num-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .is-root-container .gf-block-shop-products .product,
  .main-content .gf-block-shop-products .product {
    margin: 0 auto;
    width: 80%;
  }
}
.is-root-container .gf-block-shop-products .product a,
.main-content .gf-block-shop-products .product a {
  text-align: center;
  text-decoration: none;
}
.is-root-container .gf-block-shop-products .product a img,
.main-content .gf-block-shop-products .product a img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  margin-bottom: var(--space-m);
}
.is-root-container .gf-block-shop-products .product a h2,
.main-content .gf-block-shop-products .product a h2 {
  font-size: var(--step-1);
}
.is-root-container .gf-block-shop-products .product a:hover img,
.main-content .gf-block-shop-products .product a:hover img {
  opacity: 0.71;
}

/* BLOCK : EMERGING TALENT FORM */
.is-root-container .gf-block-emerging-talent-form-section,
.main-content .gf-block-emerging-talent-form-section {
  padding-top: var(--space-s);
  padding-bottom: var(--space-xs);
}
.is-root-container .gf-block-emerging-talent-form-section label,
.main-content .gf-block-emerging-talent-form-section label {
  color: #3969a9;
  font-size: var(--step-1);
  padding-bottom: var(--space-xs);
  display: block;
}
.is-root-container .gf-block-emerging-talent-form-section label.want-copy,
.main-content .gf-block-emerging-talent-form-section label.want-copy {
  display: inline;
  padding-left: var(--space-xs);
}
.is-root-container .gf-block-emerging-talent-form-section select,
.main-content .gf-block-emerging-talent-form-section select {
  color: #000;
  font-size: var(--step-0);
  padding: var(--space-3xs);
}
@media screen and (max-width: 600px) {
  .is-root-container .gf-block-emerging-talent-form-section select,
  .main-content .gf-block-emerging-talent-form-section select {
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .is-root-container .gf-block-emerging-talent-form-section select,
  .main-content .gf-block-emerging-talent-form-section select {
    min-width: 40ch;
  }
}
.is-root-container .gf-block-emerging-talent-form-section input[type=email],
.is-root-container .gf-block-emerging-talent-form-section input[type=text],
.main-content .gf-block-emerging-talent-form-section input[type=email],
.main-content .gf-block-emerging-talent-form-section input[type=text] {
  color: #000;
  font-size: var(--step-0);
  padding: var(--space-3xs);
}
@media screen and (max-width: 600px) {
  .is-root-container .gf-block-emerging-talent-form-section input[type=email],
  .is-root-container .gf-block-emerging-talent-form-section input[type=text],
  .main-content .gf-block-emerging-talent-form-section input[type=email],
  .main-content .gf-block-emerging-talent-form-section input[type=text] {
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .is-root-container .gf-block-emerging-talent-form-section input[type=email],
  .is-root-container .gf-block-emerging-talent-form-section input[type=text],
  .main-content .gf-block-emerging-talent-form-section input[type=email],
  .main-content .gf-block-emerging-talent-form-section input[type=text] {
    min-width: 40ch;
  }
}
.is-root-container .gf-block-emerging-talent-form-section input[type=checkbox],
.main-content .gf-block-emerging-talent-form-section input[type=checkbox] {
  height: 20px;
  width: 20px;
}
.is-root-container .gf-block-emerging-talent-form-section textarea,
.main-content .gf-block-emerging-talent-form-section textarea {
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-size: var(--step-0);
  padding: var(--space-3xs);
  height: 100px;
}
@media screen and (max-width: 600px) {
  .is-root-container .gf-block-emerging-talent-form-section textarea,
  .main-content .gf-block-emerging-talent-form-section textarea {
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .is-root-container .gf-block-emerging-talent-form-section textarea,
  .main-content .gf-block-emerging-talent-form-section textarea {
    min-width: 40ch;
  }
}
.is-root-container .gf-block-emerging-talent-form-section span,
.main-content .gf-block-emerging-talent-form-section span {
  font-family: "proxima-nova", sans-serif;
  font-size: var(--step--1);
  padding: 0 0 0 var(--space-2xs);
  position: relative;
  top: calc(var(--space-xs) * -0.25);
}
.is-root-container .gf-block-emerging-talent-form-section #emerging-talent-form-submit,
.main-content .gf-block-emerging-talent-form-section #emerging-talent-form-submit {
  border: none;
  background: #3969a9;
  color: #fff;
  cursor: pointer;
  font-size: var(--step-0);
  padding: var(--space-2xs) var(--space-s);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.is-root-container .gf-block-emerging-talent-form-section #emerging-talent-form-submit:hover,
.main-content .gf-block-emerging-talent-form-section #emerging-talent-form-submit:hover {
  background: #1e1d44;
}
.is-root-container .gf-block-emerging-talent-form-section-recaptcha,
.main-content .gf-block-emerging-talent-form-section-recaptcha {
  padding-bottom: var(--space-xs);
}
.is-root-container .gf-block-emerging-talent-form-error,
.main-content .gf-block-emerging-talent-form-error {
  color: #D93A4D;
  font-size: var(--step-0);
  padding: var(--space-2xs) 0 0;
}
.is-root-container .gf-block-emerging-talent-form-error-message,
.main-content .gf-block-emerging-talent-form-error-message {
  padding: var(--space-m) 0;
}
.is-root-container .gf-block-emerging-talent-form-error-message h2,
.main-content .gf-block-emerging-talent-form-error-message h2 {
  color: #D93A4D;
  padding: 0;
}
.is-root-container .gf-block-emerging-talent-form-error-message p,
.main-content .gf-block-emerging-talent-form-error-message p {
  color: #D93A4D;
}

body {
  background: #fafafa;
  color: #1e1d44;
}

.gf-admin-home .editor-styles-wrapper {
  background: #3969a9;
  padding-bottom: var(--space-xl);
}
.edit-post-visual-editor__post-title-wrapper,
.is-root-container {
  margin: 0 auto;
  max-width: 1200px;
  max-width: 900px;
  width: calc(100% - 4rem);
}

.wp-block-acf-buttons .buttons {
  margin-bottom: var(--space-m);
}
.wp-block-acf-buttons .buttons.align-middle {
  text-align: center;
}
.wp-block-acf-buttons .buttons .button {
  display: inline-block;
  text-transform: uppercase;
  margin: var(--space-s);
  text-decoration: none;
}
.wp-block-acf-buttons .buttons .button:before {
  background: #CD840E;
}
.wp-block-acf-buttons .buttons .button:hover:before {
  background-color: #7f5209;
}
.wp-block-acf-buttons .buttons .button[data-colour=red1]:before {
  background: #D93A4D;
}
.wp-block-acf-buttons .buttons .button[data-colour=red1]:hover:before {
  background-color: #872430;
}
.wp-block-acf-buttons .buttons .button[data-colour=yellow]:before {
  background: #CD840E;
}
.wp-block-acf-buttons .buttons .button[data-colour=yellow]:hover:before {
  background-color: #7f5209;
}
.wp-block-acf-buttons .buttons .button[data-colour=green]:before {
  background: #147c41;
}
.wp-block-acf-buttons .buttons .button[data-colour=green]:hover:before {
  background-color: #0c4d28;
}

.is-type-video.is-provider-youtube {
  border: 1px solid red;
}
.is-type-video.is-provider-youtube iframe {
  height: auto;
  width: 100%;
}

.acf-input input[type=text] {
  font-weight: normal;
}
.acf-input p.description,
.acf-input label {
  font-size: 14px;
}
.acf-input .hide-if-value p {
  font-size: 14px;
}